Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx267 if (bRtl) in fill_from()
305 if (bRtl) in fill_from()
434 long nXPos = (bRtl)? in appendCluster()
438 if (bRtl) in appendCluster()
865 if (bRtl) in LayoutGlyphs()
1099 if (bRtl) in ApplyDXArray()
1137 if (bRtl) in ApplyDXArray()
1173 if (bRtl) in ApplyDXArray()
1318 if (bRtl) in GetCaretPositions()
1353 if (bRtl) in GetCaretPositions()
[all …]
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx95 bool bRtl, long &rWidth, float fScaling,
104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,
/trunk/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx124 bool bRtl = aAttribs.getBool( XML_rtl, false ); in TextBodyPropertiesContext() local
135 <<= ( bRtl ? WritingMode_RL_TB : WritingMode_LR_TB ); in TextBodyPropertiesContext()
H A Dtextparagraphpropertiescontext.cxx134 bool bRtl = attribs.getBool( XML_rtl, false ); in TextParagraphPropertiesContext() local
135 rPropertyMap[ PROP_WritingMode ] <<= ( bRtl ? WritingMode2::RL_TB : WritingMode2::LR_TB ); in TextParagraphPropertiesContext()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx183 ParagraphElement( Element* pParent ) : Element( pParent ), Type( Normal ), bRtl( false ) {} in ParagraphElement()
199 bool bRtl; member
H A Ddrawtreevisiting.cxx742 pPara->bRtl = true; in optimizeTextElements()
772 pPara->bRtl = true; in optimizeTextElements()
924 if (elem.bRtl) in visit()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1798 bool bRtl; in AdjustLayout() local
1800 while (rArgs.GetNextRun(&nRunStart, &nRunEnd, &bRtl)) in AdjustLayout()
1802 if (bRtl) std::fill(vRtl.begin() + (nRunStart - rArgs.mnMinCharPos), in AdjustLayout()
2075 if (maFallbackRuns[i].GetRun(&nRunStart, &nRunEnd, &bRtl)) in AdjustLayout()
2077 if (bRtl) in AdjustLayout()

Completed in 46 milliseconds