Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/text/
H A Dtxtparae.cxx1185 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()
/AOO42X/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx108 sal_Bool bOpenRuby; member in XMLTextParagraphExport