Lines Matching refs:pModule
222 SvMetaModule * pModule = GetModuleList().GetObject( n ); in Save() local
223 if( !pModule->IsImported() ) in Save()
224 aList.Append( pModule->GetClassList() ); in Save()
911 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteSvIdl() local
913 pModule->WriteSvIdl( *this, rOutStm, 0 ); in WriteSvIdl()
934 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteSfx() local
935 if( !pModule->IsImported() ) in WriteSfx()
936 pModule->WriteSfx( *this, aTmpStm ); in WriteSfx()
958 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteHelpIds() local
960 pModule->WriteHelpIds( *this, rOutStm, &aIdTable ); in WriteHelpIds()
1025 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteDocumentation() local
1026 if( !pModule->IsImported() ) in WriteDocumentation()
1027 pModule->Write( *this, rOutStm, 0, WRITE_DOCU ); in WriteDocumentation()