Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/doc/
H A Dguisaveas.cxx1326 sal_Int8 nStatusSave = STATUS_NO_ACTION; in GUIStoreModel() local
1348 nStatusSave = aModelData.CheckSaveAcceptable( STATUS_SAVE ); in GUIStoreModel()
1350 if ( nStatusSave == STATUS_NO_ACTION ) in GUIStoreModel()
1352 else if ( nStatusSave == STATUS_SAVE ) in GUIStoreModel()
1355 nStatusSave = aModelData.CheckStateForSave(); in GUIStoreModel()
1358 if ( nStatusSave == STATUS_NO_ACTION ) in GUIStoreModel()
1362 else if ( nStatusSave != STATUS_SAVE ) in GUIStoreModel()
1366 if ( nStatusSave == STATUS_SAVEAS_STANDARDNAME ) in GUIStoreModel()
1389 if ( nStoreMode & SAVE_REQUESTED && nStatusSave == STATUS_SAVE ) in GUIStoreModel()

Completed in 18 milliseconds