Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx715 Reference<XPropertySet> xCellPropertySet( xCell, in ExportTableLinesAutoStyles() local
718 Any aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableLinesAutoStyles()
857 Reference<XPropertySet> xCellPropertySet(xCell, in ExportTableBox() local
859 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 54 milliseconds