Home
last modified time | relevance | path

Searched refs:isRtl (Results 1 – 4 of 4) sorted by path

/trunk/main/oox/inc/oox/drawingml/table/
H A Dtableproperties.hxx51 sal_Bool& isRtl(){ return mbRtl; }; in isRtl() function in oox::drawingml::table::TableProperties
/trunk/main/oox/source/drawingml/table/
H A Dtablecontext.cxx60 mrTableProperties.isRtl() = aAttribs.getBool( XML_rtl, sal_False ); in createFastChildContext()
/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx67 bool isRtl() const { return mbIsRtl; } in isRtl() function in GrSegRecord
164 if (found->isRtl() != bIsRtl) in getSegment()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx744 maLayout.setRightToLeft((*pSegRecord)->isRtl()); in CreateSegment()
858 bool bRtl = pSegRecord? pSegRecord->isRtl() : pSegment->rightToLeft(); in LayoutGlyphs()

Completed in 27 milliseconds