Searched refs:nRightToLeft (Results 1 – 10 of 10) sorted by relevance
/trunk/main/svtools/source/edit/ |
H A D | textdat2.hxx | 58 sal_uInt8 nRightToLeft; member in TETextPortion 60 TETextPortion() { nLen = 0; nKind = PORTIONKIND_TEXT; nWidth = -1; nRightToLeft = 0;} in TETextPortion() 67 nRightToLeft = 0; in TETextPortion() 79 sal_uInt8 GetRightToLeft() const { return nRightToLeft; } in GetRightToLeft() 80 sal_uInt8& GetRightToLeft() { return nRightToLeft; } in GetRightToLeft() 81 sal_Bool IsRightToLeft() const { return (nRightToLeft&1); } in IsRightToLeft()
|
H A D | texteng.cxx | 3129 sal_uInt8 nRightToLeft = 0; in ImpGetRightToLeft() local 3143 nRightToLeft = rDirInfos[n].nType; in ImpGetRightToLeft() 3152 return nRightToLeft; in ImpGetRightToLeft()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc.hxx | 377 sal_uInt8 nRightToLeft; member in TextPortion 382 …pExtraInfos = NULL; nLen = 0; nKind = PORTIONKIND_TEXT; nExtraValue = 0; nRightToLeft = sal_False;} in TextPortion() 387 …pExtraInfos = NULL; nLen = nL; nKind = PORTIONKIND_TEXT; nExtraValue = 0; nRightToLeft = sal_False… in TextPortion() 390 …NULL; nLen = r.nLen; nKind = r.nKind; nExtraValue = r.nExtraValue; nRightToLeft = r.nRightToLeft; } in TextPortion() 404 void SetRightToLeft( sal_uInt8 b ) { nRightToLeft = b; } in SetRightToLeft() 405 sal_uInt8 GetRightToLeft() const { return nRightToLeft; } in GetRightToLeft() 406 sal_Bool IsRightToLeft() const { return (nRightToLeft&1); } in IsRightToLeft()
|
H A D | impedit2.cxx | 2093 sal_uInt8 nRightToLeft = 0; in GetRightToLeft() local 2108 nRightToLeft = rDirInfos[n].nType; in GetRightToLeft() 2117 return nRightToLeft; in GetRightToLeft()
|
/trunk/main/editeng/source/outliner/ |
H A D | outleeng.cxx | 158 …Int32* pDXArray, const SvxFont& rFont, sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt8 nRightToLeft, in DrawingText() argument 199 pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft, in DrawingText()
|
H A D | outleeng.hxx | 57 sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt8 nRightToLeft,
|
H A D | outliner.cxx | 1844 sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt8 nRightToLeft, in DrawingText() argument 1860 …pFieldData, pLocale, rOverlineColor, rTextLineColor, nRightToLeft, bEndOfLine, bEndOfParagraph, bE… in DrawingText()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 439 const SvxFont& rFont, sal_uInt32 nPara, xub_StrLen nIndex, sal_uInt8 nRightToLeft,
|
H A D | outliner.hxx | 923 …Int32* pDXArray, const SvxFont& rFont, sal_uInt32 nPara, xub_StrLen nIndex, sal_uInt8 nRightToLeft,
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 327 sal_Int8 nEmbeddedTrueType, nTitlePlaceHoldersOmitted, nRightToLeft, nShowComments; in operator >>() local 339 >> nRightToLeft in operator >>() 348 rAtom.bRightToLeft = nRightToLeft; in operator >>()
|
Completed in 177 milliseconds