Searched refs:xIndexAccessCols (Results 1 – 1 of 1) sorted by relevance
230 Reference< XIndexAccess > xIndexAccessCols( xColumnRowRange->getColumns(), UNO_QUERY_THROW ); in collectTableAutoStyles() local231 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() local339 const sal_Int32 columnCount = xIndexAccessCols->getCount(); in exportTable()344 ExportTableColumns( xIndexAccessCols, pTableInfo ); in exportTable()
Completed in 25 milliseconds