Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx671 if( rAppendContext.pLastParagraphProperties.get() ) in finishParagraph()
673 …if( sal::static_int_cast<Id>(rAppendContext.pLastParagraphProperties->GetDropCap()) != NS_ooxml::L… in finishParagraph()
677 sal_Int32 nLines = rAppendContext.pLastParagraphProperties->GetLines(); in finishParagraph()
679 aDrop.Count = rAppendContext.pLastParagraphProperties->GetDropCapLength(); in finishParagraph()
685 else if(*rAppendContext.pLastParagraphProperties == *pParaContext ) in finishParagraph()
688 rAppendContext.pLastParagraphProperties->SetEndingRange(xTextAppend->getEnd()); in finishParagraph()
698 …leSheetTable->FindStyleSheetByConvertedStyleName(rAppendContext.pLastParagraphProperties->GetParaS… in finishParagraph()
721 rAppendContext.pLastParagraphProperties->Getw() > 0 ? in finishParagraph()
722 rAppendContext.pLastParagraphProperties->Getw() : in finishParagraph()
729 rAppendContext.pLastParagraphProperties->Geth() > 0 ? in finishParagraph()
[all …]
H A DDomainMapper_Impl.hxx175 …graphPropertiesPtr pLastParagraphProperties; member