Searched refs:i_pObjSh (Results 1 – 2 of 2) sorted by relevance
2073 …tring getModuleIdentifier( const Reference< XModuleManager >& i_xModMgr, SfxObjectShell* i_pObjSh ) in getModuleIdentifier() argument2076 DBG_ASSERT( i_pObjSh, "getModuleIdentifier(): no ObjectShell" ); in getModuleIdentifier()2082 sIdentifier = i_xModMgr->identify( i_pObjSh->GetModel() ); in getModuleIdentifier()2098 sal_Int32 SfxCommonTemplateDialog_Impl::LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh ) in LoadFactoryStyleFilter() argument2100 … DBG_ASSERT( i_pObjSh, "SfxCommonTemplateDialog_Impl::LoadFactoryStyleFilter(): no ObjectShell" ); in LoadFactoryStyleFilter()2108 xContainer->getByName( getModuleIdentifier( xModuleManager, i_pObjSh ) ) ); in LoadFactoryStyleFilter()2118 void SfxCommonTemplateDialog_Impl::SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nF… in SaveFactoryStyleFilter() argument2120 … DBG_ASSERT( i_pObjSh, "SfxCommonTemplateDialog_Impl::SaveFactoryStyleFilter(): no ObjectShell" ); in SaveFactoryStyleFilter()2127 … xContainer->replaceByName( getModuleIdentifier( xModuleManager, i_pObjSh ), makeAny( lProps ) ); in SaveFactoryStyleFilter()
238 sal_Int32 LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh );239 void SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nFilter );
Completed in 69 milliseconds