Lines Matching refs:xKey
240 Reference< XInterface > xKey( xPropSet, UNO_QUERY ); in collectTableAutoStyles() local
241 pTableInfo->maColumnStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
263 Reference< XInterface > xKey( xPropSet, UNO_QUERY ); in collectTableAutoStyles() local
264 pTableInfo->maRowStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
294 Reference< XInterface > xKey( xCellSet, UNO_QUERY ); in collectTableAutoStyles() local
295 pTableInfo->maCellStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
357 Reference< XInterface > xKey( xCellRange, UNO_QUERY ); in exportTable() local
358 const OUString sStyleName( pTableInfo->maRowStyleMap[xKey] ); in exportTable()
404 Reference< XInterface > xKey( xColumnProperties, UNO_QUERY ); in ExportTableColumns() local
405 const OUString sStyleName( pTableInfo->maColumnStyleMap[xKey] ); in ExportTableColumns()
433 Reference< XInterface > xKey( xCell, UNO_QUERY ); in ExportCell() local
434 const OUString sStyleName( pTableInfo->maCellStyleMap[xKey] ); in ExportCell()