Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/table/
H A DXMLTableExport.cxx306 OUString sDefaultCellStyle; in collectTableAutoStyles() local
307 if( aStringStatistic.getModeString( sDefaultCellStyle ) > 1 ) in collectTableAutoStyles()
308 pTableInfo->maDefaultRowCellStyles[nRow] = sDefaultCellStyle; in collectTableAutoStyles()
352 OUString sDefaultCellStyle; in exportTable() local
362 sDefaultCellStyle = pTableInfo->maDefaultRowCellStyles[rowIndex]; in exportTable()
363 if( sDefaultCellStyle.getLength() ) in exportTable()
364 mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DEFAULT_CELL_STYLE_NAME, sDefaultCellStyle ); in exportTable()
379 ExportCell( xCell, pTableInfo, sDefaultCellStyle ); in exportTable()
/aoo41x/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx103 …, const boost::shared_ptr< XMLTableInfo >& pTableInfo, const ::rtl::OUString& sDefaultCellStyle );

Completed in 7 milliseconds