Home
last modified time | relevance | path

Searched refs:bRuby (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svl/source/config/
H A Dcjkoptions.cxx55 sal_Bool bRuby; member in SvtCJKOptions_Impl
85 sal_Bool IsRubyEnabled() const { return bRuby; } in IsRubyEnabled()
93 bRuby||bChangeCaseMap||bDoubleLines||bEmphasisMarks||bVerticalCallOut; } in IsAnyEnabled()
113 bRuby(sal_True), in SvtCJKOptions_Impl()
156 bRuby=bSet; in SetAll()
209 case 4: { bRuby = bValue; bRORuby = pROStates[nProp]; } break; in Load()
309 pValues[nRealCount].setValue(&bRuby, rType); in Commit()
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx93 sal_Bool bRuby :1; // Phonetics member in SwMultiPortion
102 bTab2( sal_False ), bDouble( sal_False ), bRuby( sal_False ), in SwMultiPortion()
107 inline void SetRuby() { bRuby = sal_True; } in SetRuby()
130 inline sal_Bool IsRuby() const { return bRuby; } in IsRuby()
H A Datrstck.cxx854 const bool bRuby = in FontChg() local
857 if ( bRuby ) in FontChg()
882 sal_Bool bRuby = 0 != in FontChg() local
891 if ( !bRuby && bTwoLineAct ) in FontChg()
899 if ( bRuby ) in FontChg()
H A Dinftxt.hxx214 sal_Bool bRuby : 1; // during the formatting of a phonetic line member in SwTxtSizeInfo
258 inline sal_Bool IsRuby() const { return bRuby; } in IsRuby()
259 inline void SetRuby( const sal_Bool bNew ) { bRuby = bNew; } in SetRuby()
H A Dinftxt.cxx273 bRuby( rNew.IsRuby() ), in SwTxtSizeInfo()
369 bMulti = bFirstMulti = bRuby = bHanging = bScriptSpace = in CtorInitTxtSizeInfo()
398 bRuby( rNew.IsRuby() ), in SwTxtSizeInfo()

Completed in 46 milliseconds