Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/table/
H A Dtablestyletextstylecontext.cxx51 mrTableStylePart.getTextItalicStyle() = ::boost::optional< sal_Bool >( sal_True ); in TableStyleTextStyleContext()
53 mrTableStylePart.getTextItalicStyle() = ::boost::optional< sal_Bool >( sal_False ); in TableStyleTextStyleContext()
/AOO41X/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx47 ::boost::optional< sal_Bool >& getTextItalicStyle(){ return maTextItalicStyle; } in getTextItalicStyle() function in oox::drawingml::table::TableStylePart