Searched refs:isRtl (Results 1 – 4 of 4) sorted by relevance
67 bool isRtl() const { return mbIsRtl; } in isRtl() function in GrSegRecord164 if (found->isRtl() != bIsRtl) in getSegment()
51 sal_Bool& isRtl(){ return mbRtl; }; in isRtl() function in oox::drawingml::table::TableProperties
60 mrTableProperties.isRtl() = aAttribs.getBool( XML_rtl, sal_False ); in createFastChildContext()
744 maLayout.setRightToLeft((*pSegRecord)->isRtl()); in CreateSegment()858 bool bRtl = pSegRecord? pSegRecord->isRtl() : pSegment->rightToLeft(); in LayoutGlyphs()
Completed in 29 milliseconds