Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx891 …pHdl = new XMLEnumPropertyHdl( aXML_LineStyle_EnumMap, ::getCppuType((const drawing::LineStyle*)0)… in GetPropertyHandler()
896 …pHdl = new XMLEnumPropertyHdl( aXML_LineJoint_EnumMap, ::getCppuType((const drawing::LineJoint*)0)… in GetPropertyHandler()
906 …pHdl = new XMLEnumPropertyHdl( aXML_FillStyle_EnumMap, ::getCppuType((const drawing::FillStyle*)0)… in GetPropertyHandler()
911 pHdl = new XMLEnumPropertyHdl( aXML_PresChange_EnumMap, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler()
1065 pHdl = new XMLEnumPropertyHdl( pXML_MeasureUnit_Enum, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler()
1087 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Style_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1090 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Adjust_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1093 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Shadow_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1096 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Form_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1127 pHdl = new XMLEnumPropertyHdl( pXML_Caption_Esc_Dir_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLEnumConverter.cxx52 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 DPropertyMaps.cxx100 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 DSchXMLEnumConverter.hxx31 static XMLEnumPropertyHdl& getLegendPositionConverter();//returns a singleton
32 static XMLEnumPropertyHdl& getLegendExpansionConverter();//returns a singleton
H A DXMLErrorBarStylePropertyHdl.cxx36 : XMLEnumPropertyHdl( pEnumMap, rType ) in XMLErrorBarStylePropertyHdl()
63 return XMLEnumPropertyHdl::exportXML( rStrExpValue, aValue, rUnitConverter ); in exportXML()
H A DXMLErrorBarStylePropertyHdl.hxx28 class XMLErrorBarStylePropertyHdl : public XMLEnumPropertyHdl
/trunk/main/xmloff/source/style/
H A DEnumPropertyHdl.cxx44 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 DPageMasterPropHdlFactory.cxx150 … pHdl = new XMLEnumPropertyHdl( aXML_FillStyle_EnumMap, ::getCppuType((const FillStyle*)0) ); in GetPropertyHandler()
159 … pHdl = new XMLEnumPropertyHdl( aXML_RefPoint_EnumMap, getCppuType((const RectanglePoint*)0) ); in GetPropertyHandler()
162 … pHdl = new XMLEnumPropertyHdl( aXML_BitmapMode_EnumMap, getCppuType((const BitmapMode*)0) ); in GetPropertyHandler()
H A Dprhdlfac.cxx399 pPropHdl = new XMLEnumPropertyHdl( aXML_ColorMode_EnumMap, in CreatePropertyHandler()
406 pPropHdl = new XMLEnumPropertyHdl( in CreatePropertyHandler()
/trunk/main/xmloff/inc/xmloff/
H A DEnumPropertyHdl.hxx34 class XMLOFF_DLLPUBLIC XMLEnumPropertyHdl : public XMLPropertyHandler class
41XMLEnumPropertyHdl( const SvXMLEnumMapEntry* pEnumMap, const ::com::sun::star::uno::Type & rType )… in XMLEnumPropertyHdl() function in XMLEnumPropertyHdl
42 virtual ~XMLEnumPropertyHdl();
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx1453 … pHdl = new XMLEnumPropertyHdl( aXML_FillStyle_EnumMap, ::getCppuType((const FillStyle*)0) ); in GetPropertyHandler()
1462 … pHdl = new XMLEnumPropertyHdl( aXML_RefPoint_EnumMap, getCppuType((const RectanglePoint*)0) ); in GetPropertyHandler()
1465 … pHdl = new XMLEnumPropertyHdl( aXML_BitmapMode_EnumMap, getCppuType((const BitmapMode*)0) ); in GetPropertyHandler()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx97 …pHandler = new XMLEnumPropertyHdl( pXML_VerticalAlign_Enum, ::getCppuType((const com::sun::star::s… in GetPropertyHandler()

Completed in 76 milliseconds