Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx62 Client::Client(SdrOle2Obj* pObj, ViewShell* pViewShell, ::Window* pWindow) : in Client() function in sd::Client
79 Client::~Client() in ~Client()
91 void Client::RequestNewObjectArea( Rectangle& aObjRect ) in RequestNewObjectArea()
134 void Client::ObjectAreaChanged() in ObjectAreaChanged()
173 void Client::ViewChanged() in ViewChanged()
237 void Client::MakeVisible() in MakeVisible()
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dtestnativethreadpoolclient.cxx59 class Client: public cppu::WeakImplHelper2< class
63 explicit Client( in Client() function in __anone5e59ecf0111::Client
68 virtual ~Client() {} in ~Client()
79 sal_Int32 Client::run(css::uno::Sequence< rtl::OUString > const &) in run()
141 sal_Int32 Client::get() throw (css::uno::RuntimeException) { in get()
149 return static_cast< cppu::OWeakObject * >(new Client(context)); in create()
/trunk/main/mysqlc/source/
H A DREADME10 1) The MySQL Client Library (libmysql)
18 does not feature an implementation of the MySQL Client Server
20 Client Library. And the SDBC(X) style OpenOffice.org driver is implemented as a
22 in turn uses the C based MySQL Client Library.
24 1) MySQL Client Library (libmysql)
26 The MySQL Client Library (libmysql) is part of the MySQL Server. You need to
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DStopMessageDispatcherTest.java50 new TestBed().execute(new Provider(), false, Client.class, 10000)); in test()
53 public static final class Client extends TestBed.Client { class in StopMessageDispatcherTest
55 new Client().execute(); in main()
88 private Client() {} in Client() method in StopMessageDispatcherTest.Client
H A DBug114133_Test.java50 new TestBed().execute(new Provider(), false, Client.class, 0)); in test()
53 public static final class Client extends TestBed.Client { class in Bug114133_Test
55 new Client().execute(); in main()
H A DBug98508_Test.java62 assure("test", t.execute(new Provider(t), true, Client.class, 10000)); in test()
65 public static final class Client extends TestBed.Client { class in Bug98508_Test
67 new Client().execute(); in main()
H A DBug51323_Test.java52 new TestBed().execute(new Provider(), false, Client.class, 0)); in test()
55 public static final class Client extends TestBed.Client { class in Bug51323_Test
57 new Client().execute(); in main()
H A DBug92174_Test.java42 new TestBed().execute(new Provider(), false, Client.class, 0)); in test()
45 public static final class Client extends TestBed.Client { class in Bug92174_Test
47 new Client().execute(); in main()
H A DBug97697_Test.java59 assure("test", t.execute(new Provider(t), true, Client.class, 10000)); in test()
62 public static final class Client extends TestBed.Client { class in Bug97697_Test
64 new Client().execute(); in main()
H A DBug111153_Test.java50 Client.class, 0)); in test()
53 public static final class Client extends TestBed.Client { class in Bug111153_Test
55 new Client().execute(); in main()
H A DBug110892_Test.java57 new TestBed().execute(new Provider(), false, Client.class, in test()
61 public static final class Client extends TestBed.Client { class in Bug110892_Test
63 new Client().execute(); in main()
H A DBug108825_Test.java55 assure("test", t.execute(new Provider(t), true, Client.class, 0)); in test()
58 public static final class Client extends TestBed.Client { class in Bug108825_Test
60 new Client().execute(); in main()
H A DMethodIdTest.java51 new TestBed().execute(new Provider(), false, Client.class, 0)); in test()
54 public static final class Client extends TestBed.Client { class in MethodIdTest
56 new Client().execute(); in main()
H A DPolyStructTest.java48 new TestBed().execute(new Provider(), false, Client.class, 0)); in test()
51 public static final class Client extends TestBed.Client { class in PolyStructTest
53 new Client().execute(); in main()
H A DBug107753_Test.java54 assure("test", t.execute(new Provider(t), false, Client.class, 0)); in test()
57 public static final class Client extends TestBed.Client { class in Bug107753_Test
59 new Client().execute(); in main()
/trunk/main/bridges/test/java_uno/any/
H A DTestRemote.java34 new Provider(), false, Client.class, 0); in main()
39 public static final class Client extends TestBed.Client { class in TestRemote
41 new Client().execute(); in main()
/trunk/main/sd/source/ui/inc/
H A DClient.hxx45 class Client : public SfxInPlaceClient class
58 Client (SdrOle2Obj* pObj, ViewShell* pSdViewShell, ::Window* pWindow);
59 virtual ~Client (void);
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx227 Client* pIPClient = static_cast<Client*>(rBase.GetIPClient()); in SelectionHasChanged()
880 Client* pClient = (Client*) GetIPClient(); in DoVerb()
912 Client* pClient = static_cast<Client*>(GetViewShell()->GetIPClient()); in ActivateObject()
H A DViewTabBar.cxx447 Client* pIPClient = NULL; in ActivatePage()
449 pIPClient = dynamic_cast<Client*>(mpViewShellBase->GetIPClient()); in ActivatePage()
H A Ddrviews5.cxx147 Client* pIPClient = static_cast<Client*>(GetViewShell()->GetIPClient()); in ArrangeGUIElements()
H A Dviewshe2.cxx942 static_cast<Client*>(pViewShell->FindIPClient( in ActivateObject()
947 pSdClient = new Client(pObj, this, GetActiveWindow()); in ActivateObject()
/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java64 Client.class, 0); in main()
81 public static final class Client extends TestBed.Client { class in TestEquals
83 new Client().execute(); in main()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java284 XLinguServiceEventListener aClient = new Client(); in Run()
335 public class Client class in LinguisticExamples
/trunk/main/offapi/com/sun/star/ucb/
H A DSynchronizePolicy.idl45 /** Client is master.
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx440 Client* pIPClient = static_cast<Client*>( in KeyInput()

Completed in 80 milliseconds

1234