Home
last modified time | relevance | path

Searched refs:SvObjectServer (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dinsdlg.cxx67 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()
/trunk/main/svtools/inc/svtools/
H A Dinsdlg.hxx38 class SvObjectServer class
45 SvObjectServer( const SvGlobalName & rClassP, const String & rHumanP ) : in SvObjectServer() function in SvObjectServer
55 PRV_SV_DECL_OWNER_LIST(SvObjectServerList,SvObjectServer)
56 const SvObjectServer * Get( const String & rHumanName ) const;
57 const SvObjectServer * Get( const SvGlobalName & ) const;
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx256 const SvObjectServer* pS = m_pServers->Get( aServerName ); in Execute()