Searched refs:xCellPropertySet (Results 1 – 1 of 1) sorted by relevance
715 Reference<XPropertySet> xCellPropertySet( xCell, in ExportTableLinesAutoStyles() local718 Any aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableLinesAutoStyles()857 Reference<XPropertySet> xCellPropertySet(xCell, in ExportTableBox() local859 if (xCellPropertySet.is()) in ExportTableBox()862 Any aAny = xCellPropertySet->getPropertyValue(sNumberFormat); in ExportTableBox()884 aAny = xCellPropertySet->getPropertyValue(sIsProtected); in ExportTableBox()894 aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableBox()
Completed in 35 milliseconds