Lines Matching refs:GetStorable
264 uno::Reference< frame::XStorable > GetStorable();
360 uno::Reference< frame::XStorable > ModelData_Impl::GetStorable() in GetStorable() function in ModelData_Impl
621 if ( nResult != STATUS_NO_ACTION && GetStorable()->hasLocation() ) in CheckSaveAcceptable()
670 if ( !GetStorable()->hasLocation() || GetStorable()->isReadonly() ) in CheckStateForSave()
921 else if ( bSetStandardName || GetStorable()->hasLocation() ) in OutputFileDialog()
1143 if ( ( aSuggestedDir.getLength() || GetStorable()->hasLocation() ) in GetReccomendedDir()
1152 ::rtl::OUString aOldURL = GetStorable()->getLocation(); in GetReccomendedDir()
1188 …aReccomendedName = INetURLObject( GetStorable()->getLocation() ).GetName( INetURLObject::DECODE_WI… in GetReccomendedName()
1403 aModelData.GetStorable()->store(); in GUIStoreModel()
1409 aModelData.GetStorable()->store(); in GUIStoreModel()
1594 && ( !aModelData.GetStorable()->hasLocation() in GUIStoreModel()
1595 || INetURLObject( aModelData.GetStorable()->getLocation() ) != aURL ) ) in GUIStoreModel()
1620 …aModelData.GetStorable()->storeToURL( aURL.GetMainURL( INetURLObject::NO_DECODE ), aArgsSequence ); in GUIStoreModel()
1622 …aModelData.GetStorable()->storeAsURL( aURL.GetMainURL( INetURLObject::NO_DECODE ), aArgsSequence ); in GUIStoreModel()
1643 …aModelData.GetStorable()->storeToURL( aURL.GetMainURL( INetURLObject::NO_DECODE ), aArgsSequence ); in GUIStoreModel()
1645 …aModelData.GetStorable()->storeAsURL( aURL.GetMainURL( INetURLObject::NO_DECODE ), aArgsSequence ); in GUIStoreModel()