Searched refs:aXML_EnumMap (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlImage.cxx | 96 … const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetImageScaleOptions(); in DBG_NAME() local 97 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
|
H A D | xmlSection.cxx | 58 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetReportPrintOptions(); in lcl_getReportPrintOption() local 59 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getReportPrintOption()
|
H A D | xmlExport.cxx | 413 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 D | xmlReport.cxx | 79 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetCommandTypeOptions(); in DBG_NAME() local 80 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
|
H A D | xmlGroup.cxx | 50 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetKeepTogetherOptions(); in lcl_getKeepTogetherOption() local 51 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getKeepTogetherOption()
|
H A D | xmlTable.cxx | 62 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetForceNewPageOptions(); in lcl_getForceNewPageOption() local 63 SvXMLUnitConverter::convertEnum( nRet,_sValue,aXML_EnumMap ); in lcl_getForceNewPageOption()
|
H A D | xmlImportDocumentHandler.cxx | 169 const SvXMLEnumMapEntry* aXML_EnumMap = OXMLHelper::GetCommandTypeOptions(); in startElement() local 170 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in startElement()
|
Completed in 32 milliseconds