Searched refs:nParagraphAdjust (Results 1 – 2 of 2) sorted by relevance
515 short nParagraphAdjust; in Justification2Adjust() local518 nParagraphAdjust = style::ParagraphAdjust_LEFT; in Justification2Adjust()520 nParagraphAdjust = style::ParagraphAdjust_RIGHT; in Justification2Adjust()522 nParagraphAdjust = style::ParagraphAdjust_BLOCK; in Justification2Adjust()524 nParagraphAdjust = style::ParagraphAdjust_CENTER; in Justification2Adjust()528 rAny = uno::makeAny( nParagraphAdjust ); in Justification2Adjust()
1231 sal_Int16 nParagraphAdjust = style::ParagraphAdjust_LEFT; in convertToControlValue() local1232 aPropertyValue >>= nParagraphAdjust; in convertToControlValue()1235 if ( nParagraphAdjust < static_cast<sal_Int16>(aList.size()) ) in convertToControlValue()1236 aControlValue <<= aList[nParagraphAdjust]; in convertToControlValue()
Completed in 109 milliseconds