Searched refs:nStatusSave (Results 1 – 1 of 1) sorted by relevance
1326 sal_Int8 nStatusSave = STATUS_NO_ACTION; in GUIStoreModel() local1348 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 11 milliseconds