Home
last modified time | relevance | path

Searched refs:getTextBoldStyle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx146 pTableStyle->getFirstRow().getTextBoldStyle() = textBoldStyle; in SetTableStyleProperties()
147 pTableStyle->getLastRow().getTextBoldStyle() = textBoldStyle; in SetTableStyleProperties()
148 pTableStyle->getFirstCol().getTextBoldStyle() = textBoldStyle; in SetTableStyleProperties()
149 pTableStyle->getLastCol().getTextBoldStyle() = textBoldStyle; in SetTableStyleProperties()
H A Dtablestyletextstylecontext.cxx45 mrTableStylePart.getTextBoldStyle() = ::boost::optional< sal_Bool >( sal_True ); in TableStyleTextStyleContext()
47 mrTableStylePart.getTextBoldStyle() = ::boost::optional< sal_Bool >( sal_False ); in TableStyleTextStyleContext()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx46 ::boost::optional< sal_Bool >& getTextBoldStyle(){ return maTextBoldStyle; } in getTextBoldStyle() function in oox::drawingml::table::TableStylePart