Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx109 static void SetTableStyleProperties(TableStyle* &pTableStyle , const sal_Int32& tblFillClr,const sa… in SetTableStyleProperties() argument
116 pTableStyle->getWholeTbl().getFillProperties() = pWholeTabFillProperties; in SetTableStyleProperties()
120 pTableStyle->getWholeTbl().getTextColor() = tableTextColor; in SetTableStyleProperties()
127pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
128pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
129pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
130pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
131pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
132pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
139 pTableStyle->getBand1H().getFillProperties() = pBand1HFillProperties; in SetTableStyleProperties()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx326 TableStyleSheetEntry* pTableStyle; member
336 , pTableStyle(NULL) in TableInfo()
347 TableStyleSheetEntry* pTableStyle = NULL; in endTableGetTableStyle() local
367 pTableStyle = dynamic_cast<TableStyleSheetEntry*>( pStyleSheet.get( ) ); in endTableGetTableStyle()
562 return pTableStyle; in endTableGetTableStyle()
601 if ( rInfo.pTableStyle ) in endTableGetCellProperties()
633 if ( rInfo.pTableStyle ) { in endTableGetCellProperties()
641 if ( rInfo.pTableStyle ) in endTableGetCellProperties()
643 … PropertyMapPtr pStyleProps = rInfo.pTableStyle->GetProperties( nCellStyleMask + nRowStyleMask ); in endTableGetCellProperties()
778 aTableInfo.pTableStyle = in endTable()