|
LibreOffice Module xmloff (master) 1
|
caches style and type info after a collectShapeAutostyle for later use in exportShape More...
#include <shapeexport.hxx>
Public Member Functions | |
| ImplXMLShapeExportInfo () | |
Public Attributes | |
| OUString | msStyleName |
| OUString | msTextStyleName |
| XmlStyleFamily | mnFamily |
| XmlShapeType | meShapeType |
| css::uno::Reference< css::drawing::XShape > | xCustomShapeReplacement |
caches style and type info after a collectShapeAutostyle for later use in exportShape
Definition at line 130 of file shapeexport.hxx.
|
inline |
Definition at line 139 of file shapeexport.hxx.
| XmlShapeType ImplXMLShapeExportInfo::meShapeType |
Definition at line 135 of file shapeexport.hxx.
Referenced by XMLShapeExport::collectShapeAutoStyles(), and XMLShapeExport::exportShape().
| XmlStyleFamily ImplXMLShapeExportInfo::mnFamily |
Definition at line 134 of file shapeexport.hxx.
Referenced by XMLShapeExport::collectShapeAutoStyles(), and XMLShapeExport::exportShape().
| OUString ImplXMLShapeExportInfo::msStyleName |
Definition at line 132 of file shapeexport.hxx.
Referenced by XMLShapeExport::collectShapeAutoStyles(), and XMLShapeExport::exportShape().
| OUString ImplXMLShapeExportInfo::msTextStyleName |
Definition at line 133 of file shapeexport.hxx.
Referenced by XMLShapeExport::collectShapeAutoStyles(), and XMLShapeExport::exportShape().
| css::uno::Reference< css::drawing::XShape > ImplXMLShapeExportInfo::xCustomShapeReplacement |
Definition at line 137 of file shapeexport.hxx.
Referenced by XMLShapeExport::collectShapeAutoStyles(), and XMLShapeExport::exportShape().