Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx251 pTableInfo->maDefaultRowCellStyles.resize(nRowCount); in collectTableAutoStyles()
308 pTableInfo->maDefaultRowCellStyles[nRow] = sDefaultCellStyle; in collectTableAutoStyles()
362 sDefaultCellStyle = pTableInfo->maDefaultRowCellStyles[rowIndex]; in exportTable()
/trunk/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx63 std::vector< ::rtl::OUString > maDefaultRowCellStyles; member