Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx272 TableStyleSheetEntry* pTableStyle; member
282 , pTableStyle(NULL) in TableInfo()
293 TableStyleSheetEntry* pTableStyle = NULL; in endTableGetTableStyle() local
313 pTableStyle = dynamic_cast<TableStyleSheetEntry*>( pStyleSheet.get( ) ); in endTableGetTableStyle()
508 return pTableStyle; in endTableGetTableStyle()
547 if ( rInfo.pTableStyle ) in endTableGetCellProperties()
579 if ( rInfo.pTableStyle ) { in endTableGetCellProperties()
587 if ( rInfo.pTableStyle ) in endTableGetCellProperties()
589 … PropertyMapPtr pStyleProps = rInfo.pTableStyle->GetProperties( nCellStyleMask + nRowStyleMask ); in endTableGetCellProperties()
724 aTableInfo.pTableStyle = in endTable()
/AOO41X/main/writerperfect/source/filter/
H A DDocumentCollector.cxx817 TableStyle *pTableStyle = new TableStyle(propList, columns, sTableName.cstr()); in openTable() local
822 pTableStyle->setMasterPageName(sMasterPageName); in openTable()
826 mTableStyles.push_back(pTableStyle); in openTable()
828 mpCurrentTableStyle = pTableStyle; in openTable()
836 for (int i=0; i<pTableStyle->getNumColumns(); i++) in openTable()