Home
last modified time | relevance | path

Searched refs:pLastParagraphProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx762 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 …]
H A DDomainMapper_Impl.hxx175 …graphPropertiesPtr pLastParagraphProperties; member