Lines Matching refs:oox

37 using namespace ::oox::core;
44 namespace oox { namespace drawingml { namespace table { namespace
112 oox::drawingml::FillPropertiesPtr pWholeTabFillProperties( new oox::drawingml::FillProperties ); in SetTableStyleProperties()
118 ::oox::drawingml::Color tableTextColor; in SetTableStyleProperties()
122 oox::drawingml::LinePropertiesPtr pLeftBorder( new oox::drawingml::LineProperties); in SetTableStyleProperties()
127 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
128 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
129 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
130 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
131 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
132 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
135 oox::drawingml::FillPropertiesPtr pBand1HFillProperties( new oox::drawingml::FillProperties ); in SetTableStyleProperties()
160 oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle()
165 ::oox::drawingml::Color fstRowTextColor; in CreateTableStyle()
169 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle()
174 …pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()
179 …pTableStyle->getLastRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePrope… in CreateTableStyle()
195 oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle()
200 ::oox::drawingml::Color fstRowTextColor; in CreateTableStyle()
204 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle()
209 …pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()
213 …pTableStyle->getLastRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePrope… in CreateTableStyle()
234 const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase… in getUsedTableStyle()
236 ::oox::core::XmlFilterBase& rBase( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ) ); in getUsedTableStyle()
267 void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet()
270 TableStyleListPtr( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ).getTableStyles() ); in pushToPropSet()