Lines Matching refs:SfxStoringHelper

240 	SfxStoringHelper* m_pOwner;
255 ModelData_Impl( SfxStoringHelper& aOwner,
316 ModelData_Impl::ModelData_Impl( SfxStoringHelper& aOwner, in ModelData_Impl()
649 Window* pWin = SfxStoringHelper::GetModelWindow( m_xModel ); in CheckSaveAcceptable()
763 … if ( !SfxStoringHelper::WarnUnacceptableFormat( GetModel(), aUIName, aDefUIName, sal_True ) ) in CheckFilter()
1064 …if ( SfxStoringHelper::CheckFilterOptionsAppearence( m_pOwner->GetFilterConfiguration(), aFilterNa… in OutputFileDialog()
1231 SfxStoringHelper::SfxStoringHelper( const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in SfxStoringHelper() function in SfxStoringHelper
1237 uno::Reference< lang::XMultiServiceFactory > SfxStoringHelper::GetServiceFactory() in GetServiceFactory()
1250 uno::Reference< container::XNameAccess > SfxStoringHelper::GetFilterConfiguration() in GetFilterConfiguration()
1266 uno::Reference< container::XContainerQuery > SfxStoringHelper::GetFilterQuery() in GetFilterQuery()
1279 uno::Reference< ::com::sun::star::frame::XModuleManager > SfxStoringHelper::GetModuleManager() in GetModuleManager()
1296 uno::Reference< container::XNameAccess > SfxStoringHelper::GetNamedModuleManager() in GetNamedModuleManager()
1309 sal_Bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& xModel, in GUIStoreModel()
1653 sal_Bool SfxStoringHelper::CheckFilterOptionsAppearence( in CheckFilterOptionsAppearence()
1685 void SfxStoringHelper::SetDocInfoState( in SetDocInfoState()
1746 sal_Bool SfxStoringHelper::WarnUnacceptableFormat( const uno::Reference< frame::XModel >& xModel, in WarnUnacceptableFormat()
1754 Window* pWin = SfxStoringHelper::GetModelWindow( xModel ); in WarnUnacceptableFormat()
1761 void SfxStoringHelper::ExecuteFilterDialog( SfxStoringHelper& _rStorageHelper in ExecuteFilterDialog()
1772 Window* SfxStoringHelper::GetModelWindow( const uno::Reference< frame::XModel >& xModel ) in GetModelWindow()