Searched refs:pLastParagraphProperties (Results 1 – 2 of 2) sorted by relevance
762 if( rAppendContext.pLastParagraphProperties.get() ) in finishParagraph()764 …if( sal::static_int_cast<Id>(rAppendContext.pLastParagraphProperties->GetDropCap()) != NS_ooxml::L… in finishParagraph()768 sal_Int32 nLines = rAppendContext.pLastParagraphProperties->GetLines(); in finishParagraph()770 aDrop.Count = rAppendContext.pLastParagraphProperties->GetDropCapLength(); in finishParagraph()776 else if(*rAppendContext.pLastParagraphProperties == *pParaContext ) in finishParagraph()779 rAppendContext.pLastParagraphProperties->SetEndingRange(xTextAppend->getEnd()); in finishParagraph()789 …leSheetTable->FindStyleSheetByConvertedStyleName(rAppendContext.pLastParagraphProperties->GetParaS… in finishParagraph()796 rAppendContext.pLastParagraphProperties->Getw() > 0 ? in finishParagraph()797 rAppendContext.pLastParagraphProperties->Getw() : in finishParagraph()804 if (rAppendContext.pLastParagraphProperties->Geth()) in finishParagraph()[all …]
175 …graphPropertiesPtr pLastParagraphProperties; member