Searched refs:bRtl (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/vcl/source/glyphs/ |
| H A D | graphite_layout.cxx | 170 …bool bRtl, long &rWidth, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2… in fill_from() argument 183 int nGlyphIndex = (bRtl)? (nGlyphs - 1) : 0; in fill_from() 185 int nDelta = (bRtl)? -1 : 1; in fill_from() 187 int nLastGlyph = (bRtl)? nGlyphs - 1: 0; in fill_from() 188 …int nNextChar = (bRtl)? (rSegment.stopCharacter() - 1) : rSegment.startCharacter();//rArgs.mnMinCh… in fill_from() 209 if ((bRtl && ((signed)info.firstChar() <= nNextChar)) || in fill_from() 210 (!bRtl && ((signed)info.lastChar() >= nNextChar))) in fill_from() 212 if ((bRtl && nGlyphIndex < nLastGlyph) || in fill_from() 213 (!bRtl && nGlyphIndex > nLastGlyph)) in fill_from() 226 appendCluster(rSegment, rArgs, bRtl, in fill_from() [all …]
|
| /AOO42X/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,
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|