Searched refs:bFirstParagraph (Results 1 – 3 of 3) sorted by relevance
284 sal_Bool bFirstParagraph; member in ScXMLChangeCellContext1126 bFirstParagraph(sal_True), in ScXMLChangeCellContext()1225 if (bFirstParagraph) in CreateChildContext()1228 bFirstParagraph = sal_False; in CreateChildContext()
576 sal_Bool bFirstParagraph : 1; member579 ParaFlags() { bFirstParagraph = sal_True; bLastParagraph = sal_False; }; in ParaFlags()
1330 sal_Bool bFirstParagraph = sal_True; in ImplWriteParagraphs() local1337 …for ( ParagraphObj* pPara = rTextObj.First() ; pPara; pPara = rTextObj.Next(), bFirstParagraph = s… in ImplWriteParagraphs()1359 …if ( !mbFontIndependentLineSpacing && bFirstParagraph && ( nLineSpacing > nNormalSpacing ) ) // sj… in ImplWriteParagraphs()2334 mbFirstParagraph ( aParaFlags.bFirstParagraph ), in ParagraphObj()3037 aParaFlags.bFirstParagraph = sal_False; in TextObj()
Completed in 72 milliseconds