Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/doc/
H A Dguisaveas.cxx95 #define WIDEEXPORT_REQUESTED 8 macro
126 … if ( nStoreMode == SAVEAS_REQUESTED || nStoreMode == ( EXPORT_REQUESTED | WIDEEXPORT_REQUESTED ) ) in getSlotIDFromMode()
161 …| ( ( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) ? 0 : SFX_FILT… in getMustFlags()
169 …| ( ( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) ? SFX_FILTER_I… in getDontFlags()
827 if( !( nStoreMode & EXPORT_REQUESTED ) || ( nStoreMode & WIDEEXPORT_REQUESTED ) ) in OutputFileDialog()
839 if( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) in OutputFileDialog()
859 if ( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) in OutputFileDialog()
912 if ( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) in OutputFileDialog()
1067 …if ( ( !( nStoreMode & EXPORT_REQUESTED ) || ( nStoreMode & WIDEEXPORT_REQUESTED ) ) && bUseFilter… in OutputFileDialog()
1338 nStoreMode = EXPORT_REQUESTED | WIDEEXPORT_REQUESTED; in GUIStoreModel()

Completed in 23 milliseconds