Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/filter/xml/
H A DxmlImage.cxx96 … const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetImageScaleOptions(); in DBG_NAME() local
97 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
H A DxmlSection.cxx58 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetReportPrintOptions(); in lcl_getReportPrintOption() local
59 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getReportPrintOption()
H A DxmlExport.cxx413 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetReportPrintOptions(); in exportReport() local
414 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportReport()
427 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetReportPrintOptions(); in exportReport() local
428 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportReport()
739 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetForceNewPageOptions(); in exportSection() local
740 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportSection()
744 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportSection()
H A DxmlReport.cxx79 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetCommandTypeOptions(); in DBG_NAME() local
80 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
H A DxmlGroup.cxx50 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetKeepTogetherOptions(); in lcl_getKeepTogetherOption() local
51 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getKeepTogetherOption()
H A DxmlTable.cxx62 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetForceNewPageOptions(); in lcl_getForceNewPageOption() local
63 SvXMLUnitConverter::convertEnum( nRet,_sValue,aXML_EnumMap ); in lcl_getForceNewPageOption()
H A DxmlImportDocumentHandler.cxx169 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetCommandTypeOptions(); in startElement() local
170 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in startElement()

Completed in 39 milliseconds