Lines Matching refs:sStyleName

239 …const OUString sStyleName( mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TABLE_COLUMN, xPropSt…  in collectTableAutoStyles()  local
241 pTableInfo->maColumnStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
262 …const OUString sStyleName( mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TABLE_ROW, xRowPropSt… in collectTableAutoStyles() local
264 pTableInfo->maRowStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
285 OUString sStyleName; in collectTableAutoStyles() local
288 sStyleName = mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TABLE_CELL, xCellPropStates); in collectTableAutoStyles()
290 sStyleName = sParentStyleName; in collectTableAutoStyles()
292 if( sStyleName.getLength() ) in collectTableAutoStyles()
295 pTableInfo->maCellStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
303 aStringStatistic.add( sStyleName ); in collectTableAutoStyles()
358 const OUString sStyleName( pTableInfo->maRowStyleMap[xKey] ); in exportTable() local
359 if( sStyleName.getLength() ) in exportTable()
360 mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_STYLE_NAME, sStyleName ); in exportTable()
405 const OUString sStyleName( pTableInfo->maColumnStyleMap[xKey] ); in ExportTableColumns() local
406 if( sStyleName.getLength() ) in ExportTableColumns()
407 mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_STYLE_NAME, sStyleName ); in ExportTableColumns()
434 const OUString sStyleName( pTableInfo->maCellStyleMap[xKey] ); in ExportCell() local
435 if( sStyleName.getLength() && (sStyleName != rDefaultCellStyle) ) in ExportCell()
436 mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_STYLE_NAME, sStyleName ); in ExportCell()