Searched refs:SvObjectServer (Results 1 – 3 of 3) sorted by relevance
67 PRV_SV_IMPL_OWNER_LIST( SvObjectServerList, SvObjectServer ) in PRV_SV_IMPL_OWNER_LIST()74 const SvObjectServer * SvObjectServerList::Get( const String & rHumanName ) const in PRV_SV_IMPL_OWNER_LIST()89 const SvObjectServer * SvObjectServerList::Get( const SvGlobalName & rName ) const in Get()101 SvObjectServer * pS = (SvObjectServer *)aTypes.First(); in Remove()107 pS = (SvObjectServer *)aTypes.GetCurObject(); in Remove()110 pS = (SvObjectServer *)aTypes.Next(); in Remove()207 Append( SvObjectServer( aClassName, String( aUIName.getStr() ) ) ); in FillInsertObjects()219 Append( SvObjectServer( aOleFact, aOleObj ) ); in FillInsertObjects()
38 class SvObjectServer class45 SvObjectServer( const SvGlobalName & rClassP, const String & rHumanP ) : in SvObjectServer() function in SvObjectServer55 PRV_SV_DECL_OWNER_LIST(SvObjectServerList,SvObjectServer)56 const SvObjectServer * Get( const String & rHumanName ) const;57 const SvObjectServer * Get( const SvGlobalName & ) const;
256 const SvObjectServer* pS = m_pServers->Get( aServerName ); in Execute()