Searched refs:sDefaultCellStyle (Results 1 – 2 of 2) sorted by relevance
306 OUString sDefaultCellStyle; in collectTableAutoStyles() local307 if( aStringStatistic.getModeString( sDefaultCellStyle ) > 1 ) in collectTableAutoStyles()308 pTableInfo->maDefaultRowCellStyles[nRow] = sDefaultCellStyle; in collectTableAutoStyles()352 OUString sDefaultCellStyle; in exportTable() local362 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()
103 …, const boost::shared_ptr< XMLTableInfo >& pTableInfo, const ::rtl::OUString& sDefaultCellStyle );
Completed in 28 milliseconds