Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Hi all,

I try to fix Bug 93052 the Patch from Jan-Marek solved NOT the problem, 
but when replace SVX_MAX_NUM to 0 then it works.
The fix 5785db93c5739846fb0a84b138be485044d4bda5 was for a crash at
http://opengrok.libreoffice.org/xref/core/editeng/source/editeng/eerdll.cxx#104
now :  SvxNumRule aDefaultNumRule( SvxNumRuleFlags::NONE, SVX_MAX_NUM, false ); (Jan-Marek)
when change to: 
    SvxNumRule aDefaultNumRule( SvxNumRuleFlags::NONE, 0, false ) 
or
   SvxNumRule aDefaultNumRule( SvxNumRuleFlags::BULLET_REL_SIZE | SvxNumRuleFlags::BULLET_COLOR | 
        SvxNumRuleFlags::CHAR_TEXT_DISTANCE,  0,  false ); 
then it works.

But i'm think that is not the right way for solve that problem, i have found the place for the 
different
http://opengrok.libreoffice.org/xref/core/xmloff/source/text/txtparae.cxx#615
the "xNumRule->getCount()" give back the given number and when 0 then skippt the trouble.
I think the decision is independ from the content not from a static set, or ....

I can not see the relationship between the Numering_Rules and the comments, and can not find the 
option "Bullets and Numbering", too?

Can anyone help me, for solve or understand this right?

Best
Juergen

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.