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


I want to initialize default just for "Text body" in OOXML. I couldn't find
anything in applyDefaults() function. I've tried to add this line in
StyleSheetTable::ApplyStyleSheets
if (sConvertedStyleName == "Text body")
    pEntry->pProperties->Insert(PROP_PARA_LINE_SPACING,
uno::makeAny(sal_uInt8(100)),true);

I can change whole documents paragraph line spacing but not "Text Body".
Can somebody help me about that?

On Mon, May 14, 2018 at 9:37 PM, serdar tunc <serdarot5@gmail.com> wrote:

Hello, I am working on tdf#82175 and I should initialize default paragraph
line spacing in filters but I dont know how to do it. I've tried to
change sw/source/core/doc/DocumentStylePoolManager.cxx but its Writer's
default. How can i set default paragraph line spacing for only writerfilter?


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.