Searched refs:EXPORT_SAVEBACKWARDCOMPATIBLE (Results 1 – 7 of 7) sorted by relevance
139 if( (rExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ) == 0 || in exportXML()
105 #define EXPORT_SAVEBACKWARDCOMPATIBLE 0x0800 macro
199 …const bool bSaveBackwardsCompatible = ( rExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ); in WriteDepending()
1114 …onst bool bSaveBackwardsCompatible = ( mrExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE );1596 …const bool bSaveBackwardsCompatible = ( mrExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE …
1039 if( 0 == ( mrExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ) ) in exportContainer()
732 mnExportFlags |= EXPORT_SAVEBACKWARDCOMPATIBLE; in setSourceDocument()734 mnExportFlags &= ~EXPORT_SAVEBACKWARDCOMPATIBLE; in setSourceDocument()
1135 …_Bool bExportValueType = !bCmd && ( GetExport().getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ); in ExportFieldHelper()1375 if( 0 == ( GetExport().getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ) ) in ExportFieldHelper()
Completed in 65 milliseconds