<div dir="ltr"><div>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<br>if (sConvertedStyleName == "Text body")<br>    pEntry->pProperties->Insert(PROP_PARA_LINE_SPACING, uno::makeAny(sal_uInt8(100)),true);<br><br></div><div>I can change whole documents paragraph line spacing but not "Text Body". Can somebody help me about that?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 14, 2018 at 9:37 PM, serdar tunc <span dir="ltr"><<a href="mailto:serdarot5@gmail.com" target="_blank">serdarot5@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">

<span style="color:rgb(0,0,0);font-family:Consolas,"Lucida Console",monospace;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(240,247,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">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/<wbr>DocumentStylePoolManager.cxx but its Writer's default. How can i set default paragraph line spacing for only writerfilter?</span><br></div>
</blockquote></div><br></div>