Searched refs:xTableProperties (Results 1 – 1 of 1) sorted by relevance
2269 … uno::Reference<beans::XPropertySet> xTableProperties(xIndex->getByIndex(nTable), uno::UNO_QUERY); in _ExportAutoStyles() local2270 if (xTableProperties.is()) in _ExportAutoStyles()2272 …ector<XMLPropertyState> xPropStates(xTableStylesExportPropertySetMapper->Filter(xTableProperties)); in _ExportAutoStyles()2462 uno::Reference<beans::XPropertySet> xTableProperties(xTable, uno::UNO_QUERY); in _ExportAutoStyles() local2463 if (xTableProperties.is()) in _ExportAutoStyles()2465 …ector<XMLPropertyState> xPropStates(xTableStylesExportPropertySetMapper->Filter(xTableProperties)); in _ExportAutoStyles()
Completed in 63 milliseconds