Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/table/
H A DXMLTableExport.cxx230 Reference< XIndexAccess > xIndexAccessCols( xColumnRowRange->getColumns(), UNO_QUERY_THROW ); in collectTableAutoStyles() local
231 const sal_Int32 nColumnCount = xIndexAccessCols->getCount(); in collectTableAutoStyles()
234 Reference< XPropertySet > xPropSet( xIndexAccessCols->getByIndex(nColumn) , UNO_QUERY_THROW ); in collectTableAutoStyles()
336 Reference< XIndexAccess > xIndexAccessCols( xColumnRowRange->getColumns(), UNO_QUERY_THROW ); in exportTable() local
339 const sal_Int32 columnCount = xIndexAccessCols->getCount(); in exportTable()
344 ExportTableColumns( xIndexAccessCols, pTableInfo ); in exportTable()

Completed in 55 milliseconds