Searched refs:bRtl (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 267 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 …]
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_layout.hxx | 95 bool bRtl, long &rWidth, float fScaling, 104 bool bRtl, float fSegmentAdvance, int nFirstCharInCluster, int nNextChar,
|
/aoo4110/main/oox/source/drawingml/ |
H A D | textbodypropertiescontext.cxx | 124 bool bRtl = aAttribs.getBool( XML_rtl, false ); in TextBodyPropertiesContext() local 135 <<= ( bRtl ? WritingMode_RL_TB : WritingMode_LR_TB ); in TextBodyPropertiesContext()
|
H A D | textparagraphpropertiescontext.cxx | 134 bool bRtl = attribs.getBool( XML_rtl, false ); in TextParagraphPropertiesContext() local 135 rPropertyMap[ PROP_WritingMode ] <<= ( bRtl ? WritingMode2::RL_TB : WritingMode2::LR_TB ); in TextParagraphPropertiesContext()
|
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.hxx | 183 ParagraphElement( Element* pParent ) : Element( pParent ), Type( Normal ), bRtl( false ) {} in ParagraphElement() 199 bool bRtl; member
|
H A D | drawtreevisiting.cxx | 742 pPara->bRtl = true; in optimizeTextElements() 772 pPara->bRtl = true; in optimizeTextElements() 924 if (elem.bRtl) in visit()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1798 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 95 milliseconds