Home
last modified time | relevance | path

Searched refs:mnBiDiLevel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx457 sal_uInt8 mnBiDiLevel; member in DrawPortionInfo
464 sal_uInt8 GetBiDiLevel() const { return mnBiDiLevel; } in GetBiDiLevel()
498 mnBiDiLevel(nBiDiLevel), in DrawPortionInfo()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2223 if(0xFF == mnBiDiLevel) in IsRTL()
2248 ((DrawPortionInfo*)this)->mnBiDiLevel = nCurrDir; in IsRTL()
2251 return (1 == (mnBiDiLevel % 2)); in IsRTL()

Completed in 34 milliseconds