Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx2073 …tring getModuleIdentifier( const Reference< XModuleManager >& i_xModMgr, SfxObjectShell* i_pObjSh ) in getModuleIdentifier() argument
2076 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() argument
2100 … 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() argument
2120 … DBG_ASSERT( i_pObjSh, "SfxCommonTemplateDialog_Impl::SaveFactoryStyleFilter(): no ObjectShell" ); in SaveFactoryStyleFilter()
2127 … xContainer->replaceByName( getModuleIdentifier( xModuleManager, i_pObjSh ), makeAny( lProps ) ); in SaveFactoryStyleFilter()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx238 sal_Int32 LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh );
239 void SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nFilter );

Completed in 23 milliseconds