Re: [Libreoffice] Unknown property "NumberingLevel"

2011-09-01 Thread Eike Rathke
Hi julien2412, On Wednesday, 2011-08-31 14:21:10 -0700, julien2412 wrote: > I took some time to take a look and here is what I found : > When I add "SVX_UNOEDIT_OUTLINER_PROPERTIES" in sd/source/core/stlsheet.cxx I took another look at you approach, it doesn't seem to be correct to add SVX_UNOED

Re: [Libreoffice] Unknown property "NumberingLevel"

2011-08-31 Thread julien2412
Hello, I took some time to take a look and here is what I found : When I add "SVX_UNOEDIT_OUTLINER_PROPERTIES" in sd/source/core/stlsheet.cxx , I hadn't noticed this line : static SvxItemPropertySet aPropSet( aFullPropertyMap_Impl, SdrObject::GetGlobalDrawObjectItemPool() ); So the array of SfxIt

Re: [Libreoffice] Unknown property

2011-08-30 Thread Eike Rathke
Hi julien2412, On Monday, 2011-08-29 15:58:21 -0700, julien2412 wrote: > I thought this patch would be ok : > diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx > index 1d6fa46..7e0424e 100644 > --- a/sd/source/core/stlsheet.cxx > +++ b/sd/source/core/stlsheet.cxx > @@ -90,6 +

[Libreoffice] Unknown property

2011-08-29 Thread julien2412
Hello, I've got this when i open a ppt file : Error: PropertySet::implSetPropertyValue - cannot set property "NumberingLevel" From File /home/maryline/compile-libreoffice/libo/oox/source/helper/propertyset.cxx at Line 176 I thought this patch would be ok : diff --git a/sd/source/core/stlsheet.cxx