Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx189 sal_Int16 nTextAlign = 0; in operator ()() local
190 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 ()() local
217 nTextAlign = awt::TextAlign::LEFT; in operator ()()
220 nTextAlign = awt::TextAlign::CENTER; in operator ()()
223 nTextAlign = awt::TextAlign::RIGHT; in operator ()()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx480 sal_uInt32 nTextAlign; in ImplCheckTextAttr() local
484 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()
H A Dwinmtf.hxx459 sal_uInt32 nTextAlign; member
H A Dwinmtf.cxx2142 pSave->nTextAlign = mnTextAlign; in Push()
2184 mnTextAlign = pSave->nTextAlign; in Pop()
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.hxx68 virtual void SAL_CALL setTextAlign( sal_Int32 nTextAlign ) throw (css::uno::RuntimeException);

Completed in 44 milliseconds