Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx562 void lcl_MoveBorderPropertiesToFrame(PropertySequence & aPropSequence, in lcl_MoveBorderPropertiesToFrame() argument
593aPropSequence.set(aBorderProperties[nProperty], xTextRangeProperties->getPropertyValue(sPropertyNa… in lcl_MoveBorderPropertiesToFrame()
791 PropertySequence aPropSequence; in finishParagraph() local
802 aPropSequence.set(PROP_WIDTH, nWidth); in finishParagraph()
806aPropSequence.set(PROP_HEIGHT, rAppendContext.pLastParagraphProperties->Geth()); in finishParagraph()
810 aPropSequence.set(PROP_HEIGHT, pStyleProperties->Geth()); in finishParagraph()
815aPropSequence.set(PROP_SIZE_TYPE, rAppendContext.pLastParagraphProperties->GethRule()); in finishParagraph()
819 aPropSequence.set(PROP_SIZE_TYPE, pStyleProperties->GethRule()); in finishParagraph()
823 aPropSequence.set(PROP_SIZE_TYPE, text::SizeType::VARIABLE); in finishParagraph()
828 aPropSequence.set(PROP_WIDTH_TYPE, text::SizeType::MIN); in finishParagraph()
[all …]