Searched refs:XMLEnumPropertyHdl (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | sdpropls.cxx | 892 …pHdl = new XMLEnumPropertyHdl( aXML_LineStyle_EnumMap, ::getCppuType((const drawing::LineStyle*)0)… in GetPropertyHandler() 897 …pHdl = new XMLEnumPropertyHdl( aXML_LineJoint_EnumMap, ::getCppuType((const drawing::LineJoint*)0)… in GetPropertyHandler() 907 …pHdl = new XMLEnumPropertyHdl( aXML_FillStyle_EnumMap, ::getCppuType((const drawing::FillStyle*)0)… in GetPropertyHandler() 912 pHdl = new XMLEnumPropertyHdl( aXML_PresChange_EnumMap, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler() 1066 pHdl = new XMLEnumPropertyHdl( pXML_MeasureUnit_Enum, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler() 1088 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Style_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler() 1091 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Adjust_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler() 1094 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Shadow_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler() 1097 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Form_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler() 1128 pHdl = new XMLEnumPropertyHdl( pXML_Caption_Esc_Dir_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler() [all …]
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLEnumConverter.cxx | 52 class XMLLegendPositionPropertyHdl : public XMLEnumPropertyHdl 56 …: XMLEnumPropertyHdl( aXMLLegendPositionEnumMap, ::getCppuType((const chart::ChartLegendPosition*)… in XMLLegendPositionPropertyHdl() 75 class XMLLegendExpansionPropertyHdl : public XMLEnumPropertyHdl 79 …: XMLEnumPropertyHdl( aXMLLegendExpansionEnumMap, ::getCppuType((const chart::ChartLegendExpansion… in XMLLegendExpansionPropertyHdl() 93 XMLEnumPropertyHdl& SchXMLEnumConverter::getLegendPositionConverter() in getLegendPositionConverter() 97 XMLEnumPropertyHdl& SchXMLEnumConverter::getLegendExpansionConverter() in getLegendExpansionConverter()
|
H A D | PropertyMaps.cxx | 100 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisLabelPositionEnumMap, in GetPropertyHandler() 105 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisMarkPositionEnumMap, in GetPropertyHandler() 110 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisArrangementEnumMap, in GetPropertyHandler() 121 pHdl = new XMLEnumPropertyHdl( aXMLChartRegressionCurveTypeEnumMap, in GetPropertyHandler() 134 pHdl = new XMLEnumPropertyHdl( aXMLChartSolidTypeEnumMap, in GetPropertyHandler() 139 pHdl = new XMLEnumPropertyHdl( aXMLChartDataLabelPlacementEnumMap, in GetPropertyHandler() 143 pHdl = new XMLEnumPropertyHdl( aXMLChartDataRowSourceTypeEnumMap, in GetPropertyHandler() 151 pHdl = new XMLEnumPropertyHdl( aXMLChartInterpolationTypeEnumMap, in GetPropertyHandler() 163 pHdl = new XMLEnumPropertyHdl( aXMLChartMissingValueTreatmentEnumMap, in GetPropertyHandler()
|
H A D | SchXMLEnumConverter.hxx | 31 static XMLEnumPropertyHdl& getLegendPositionConverter();//returns a singleton 32 static XMLEnumPropertyHdl& getLegendExpansionConverter();//returns a singleton
|
H A D | XMLErrorBarStylePropertyHdl.cxx | 36 : XMLEnumPropertyHdl( pEnumMap, rType ) in XMLErrorBarStylePropertyHdl() 63 return XMLEnumPropertyHdl::exportXML( rStrExpValue, aValue, rUnitConverter ); in exportXML()
|
H A D | XMLErrorBarStylePropertyHdl.hxx | 28 class XMLErrorBarStylePropertyHdl : public XMLEnumPropertyHdl
|
/aoo41x/main/xmloff/source/style/ |
H A D | EnumPropertyHdl.cxx | 44 XMLEnumPropertyHdl::~XMLEnumPropertyHdl() in ~XMLEnumPropertyHdl() 49 sal_Bool XMLEnumPropertyHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLUnitC… in importXML() 79 sal_Bool XMLEnumPropertyHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitC… in exportXML()
|
H A D | prhdlfac.cxx | 399 pPropHdl = new XMLEnumPropertyHdl( aXML_ColorMode_EnumMap, in CreatePropertyHandler() 406 pPropHdl = new XMLEnumPropertyHdl( in CreatePropertyHandler()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | EnumPropertyHdl.hxx | 34 class XMLOFF_DLLPUBLIC XMLEnumPropertyHdl : public XMLPropertyHandler class 41 …XMLEnumPropertyHdl( const SvXMLEnumMapEntry* pEnumMap, const ::com::sun::star::uno::Type & rType )… in XMLEnumPropertyHdl() function in XMLEnumPropertyHdl 42 virtual ~XMLEnumPropertyHdl();
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 97 …pHandler = new XMLEnumPropertyHdl( pXML_VerticalAlign_Enum, ::getCppuType((const com::sun::star::s… in GetPropertyHandler()
|
Completed in 47 milliseconds