Searched refs:bOpenRuby (Results 1 – 2 of 2) sorted by relevance
1185 bOpenRuby( sal_False ), in XMLTextParagraphExport()3599 DBG_ASSERT(! bOpenRuby, "Can't open a ruby inside of ruby!"); in exportRuby()3600 if( bOpenRuby ) in exportRuby()3621 bOpenRuby = sal_True; in exportRuby()3628 DBG_ASSERT(bOpenRuby, "Can't close a ruby if none is open!"); in exportRuby()3629 if( !bOpenRuby ) in exportRuby()3652 bOpenRuby = sal_False; in exportRuby()
108 sal_Bool bOpenRuby; member in XMLTextParagraphExport