Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/doc/
H A Dguisaveas.cxx1316 ModelData_Impl aModelData( *this, xModel, aArgsSequence ); in GUIStoreModel() local
1332aModelData.GetMediaDescr().find( ::rtl::OUString::createFromAscii( "SaveTo" ) ); in GUIStoreModel()
1333 if ( aSaveToIter != aModelData.GetMediaDescr().end() ) in GUIStoreModel()
1342 …if ( ( nStoreMode & SAVEAS_REQUESTED ) && aModelData.CheckSaveAcceptable( STATUS_SAVEAS ) == STATU… in GUIStoreModel()
1348 nStatusSave = aModelData.CheckSaveAcceptable( STATUS_SAVE ); in GUIStoreModel()
1355 nStatusSave = aModelData.CheckStateForSave(); in GUIStoreModel()
1392 aModelData.FreeDocumentProps(); in GUIStoreModel()
1394 if ( aModelData.GetStorable2().is() ) in GUIStoreModel()
1398aModelData.GetStorable2()->storeSelf( aModelData.GetMediaDescr().getAsConstPropertyValueList() ); in GUIStoreModel()
1403 aModelData.GetStorable()->store(); in GUIStoreModel()
[all …]