Searched refs:nTextAlign (Results 1 – 5 of 5) sorted by relevance
189 sal_Int16 nTextAlign = 0; in operator ()() local190 lhs >>= nTextAlign; in operator ()()191 switch(nTextAlign) in operator ()()194 nTextAlign = style::ParagraphAdjust_LEFT; in operator ()()200 nTextAlign = style::ParagraphAdjust_RIGHT; in operator ()()206 aRet <<= (style::ParagraphAdjust)nTextAlign; in operator ()()210 sal_Int16 nTextAlign = 0; in operator ()() local217 nTextAlign = awt::TextAlign::LEFT; in operator ()()220 nTextAlign = awt::TextAlign::CENTER; in operator ()()223 nTextAlign = awt::TextAlign::RIGHT; in operator ()()[all …]
480 sal_uInt32 nTextAlign; in ImplCheckTextAttr() local484 case ALIGN_TOP: nTextAlign = TA_TOP; break; in ImplCheckTextAttr()485 case ALIGN_BOTTOM: nTextAlign = TA_BOTTOM; break; in ImplCheckTextAttr()486 default: nTextAlign = TA_BASELINE; break; in ImplCheckTextAttr()488 nTextAlign |= mnHorTextAlign; in ImplCheckTextAttr()491 (*mpStm) << nTextAlign; in ImplCheckTextAttr()
459 sal_uInt32 nTextAlign; member
2142 pSave->nTextAlign = mnTextAlign; in Push()2184 mnTextAlign = pSave->nTextAlign; in Pop()
68 virtual void SAL_CALL setTextAlign( sal_Int32 nTextAlign ) throw (css::uno::RuntimeException);
Completed in 28 milliseconds