Lines Matching refs:pTableStyle

109 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()
142 pTableStyle->getBand1V().getFillProperties() = pBand1HFillProperties; in SetTableStyleProperties()
146 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()
152 sal_Bool CreateTableStyle(TableStyle* &pTableStyle , const OUString& styleId) in CreateTableStyle() argument
156 pTableStyle = new TableStyle(); in CreateTableStyle()
163 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
167 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()
174pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()
177 pTableStyle->getLastRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
178 pTableStyle->getLastRow().getTextColor() = fstRowTextColor; in CreateTableStyle()
179pTableStyle->getLastRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePrope… in CreateTableStyle()
182 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
183 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()
186 pTableStyle->getLastCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
187 pTableStyle->getLastCol().getTextColor() = fstRowTextColor; in CreateTableStyle()
189 SetTableStyleProperties(pTableStyle, XML_accent1, XML_dk1, XML_lt1); in CreateTableStyle()
193 pTableStyle = new TableStyle(); in CreateTableStyle()
198 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
202 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()
209pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()
211 pTableStyle->getLastRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
212 pTableStyle->getLastRow().getTextColor() = fstRowTextColor; in CreateTableStyle()
213pTableStyle->getLastRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePrope… in CreateTableStyle()
215 pTableStyle->getFirstCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
216 pTableStyle->getFirstCol().getTextColor() = fstRowTextColor; in CreateTableStyle()
218 pTableStyle->getLastCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
219 pTableStyle->getLastCol().getTextColor() = fstRowTextColor; in CreateTableStyle()
221 SetTableStyleProperties(pTableStyle, XML_accent2, XML_dk1, XML_lt1); in CreateTableStyle()
225 pTableStyle = new TableStyle(); in CreateTableStyle()
227 SetTableStyleProperties(pTableStyle, XML_accent4, XML_dk1, XML_accent4); in CreateTableStyle()
238 TableStyle* pTableStyle = NULL; in getUsedTableStyle() local
240 pTableStyle = &*mpTableStyle; in getUsedTableStyle()
250 pTableStyle = &const_cast< TableStyle& >( *aIter ); in getUsedTableStyle()
256 if ( !pTableStyle ) in getUsedTableStyle()
258 isCreateTabStyle = CreateTableStyle(pTableStyle , aStyleId); in getUsedTableStyle()
261 if ( !pTableStyle ) in getUsedTableStyle()
262 pTableStyle = pDefaultTableStyle; in getUsedTableStyle()
264 return *pTableStyle; in getUsedTableStyle()
308 TableStyle* pTableStyle = (TableStyle*)&rTableStyle; in pushToPropSet() local
309 if(pTableStyle != NULL) in pushToPropSet()
311 delete pTableStyle; in pushToPropSet()
312 pTableStyle = NULL; in pushToPropSet()