Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx140 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquire()
146 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_release()
152 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_harden()
158 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquireWeak()
164 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_releaseWeak()
175 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_registerProxyInterface()
181 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_revokeInterface()
189 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getObjectIdentifier()
198 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterface()
207 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterfaces()
[all …]
/trunk/main/idlc/test/parser/
H A Dinterfaceinheritance.tests23 interface Base {};
25 interface Base;
26 interface Base;
31 interface Base {};
33 interface Base;
39 interface Base {};
42 interface Base;
47 interface Base {};
239 interface Base {};
246 interface Base;
[all …]
H A Dmethodoverload.tests30 interface Base {
34 interface Base;
40 interface Base {
45 interface Base;
50 interface Base {
54 [optional] interface Base;
60 interface Base {
65 [optional] interface Base;
/trunk/main/autodoc/source/ary/inc/store/
H A Ds_base.hxx49 class Base class
61 Base(
63 ~Base();
93 Base<ENTITY>::Base(uintt i_nrOfReservedItems) in Base() function in ary::stg::Base
100 Base<ENTITY>::~Base() in ~Base()
138 Base<ENTITY>::Size() const in Size()
151 typename Base<ENTITY>::c_iter
152 Base<ENTITY>::Begin() const in Begin()
158 typename Base<ENTITY>::c_iter
165 typename Base<ENTITY>::c_iter
[all …]
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx328 class vis nm: public Base \
332 : Base(nIni,nG) {}\
335 Base::Insert((const Base*)pI, nP, nS, nE);\
350 Base::Remove(nP,nL);\
367 return (AE)Base::GetObject(nP); }\
386 class vis nm: public Base \
390 : Base(nIni,nG) {}\
394 Base::Insert((const Base*)pI, nP, nS, nE);\
409 Base::Remove(nP,nL);\
426 return (AE)Base::GetObject(nP); }\
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx132 class Base: public Interface, public test::javauno::acquire::XBase { class
134 explicit Base(osl::Condition & condition): Interface(condition) {} in Base() function in __anon481f6b320311::Base
144 virtual ~Base() {} in ~Base()
149 css::uno::Any Base::queryInterface(css::uno::Type const & type) in queryInterface()
161 class Derived: public Base, public test::javauno::acquire::XDerived {
163 explicit Derived(osl::Condition & condition): Base(condition) {} in Derived()
168 virtual void SAL_CALL acquire() throw () { Base::acquire(); } in acquire()
170 virtual void SAL_CALL release() throw () { Base::release(); } in release()
372 static_cast< Interface * >(new Base(c.get()))); in run()
386 test->setBaseToInterface(new Base(c.get())); in run()
[all …]
/trunk/main/tools/inc/tools/
H A Dsolar.h294 #define SVLIBRARY( Base ) \ argument
296 #define SVLIBRARYLANG( Base, Lang ) \ argument
297 LIBRARY_CONCAT3( Base, Lang, ".DLL" )
299 #define SVLIBRARY( Base ) \ argument
300 LIBRARY_CONCAT3( "lib", Base, __DLLEXTENSION )
301 #define SVLIBRARYLANG( Base, Lang ) \ argument
302 LIBRARY_CONCAT3( "lib", Base, Lang )
304 #define SVLIBRARY( Base ) \ argument
305 LIBRARY_CONCAT2( Base, __DLLEXTENSION )
306 #define SVLIBRARYLANG( Base, Lang ) \ argument
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysisadd.idl403 [in] any Base )
410 [in] any Base )
417 [in] long Frequncy, [in] any Base )
447 [in] any Base )
454 [in] any Base )
461 [in] long Frequency, [in] any Base )
494 [in] double Price, [in] any Base )
520 [in] long Frequency, [in] any Base )
528 [in] long Frequency, [in] any Base )
536 [in] long Frequency, [in] any Base )
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx110 typedef InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper1< Ifc1 > > Base; typedef in InheritedHelperInterfaceImpl1
113 … Ifc1 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
114 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext …
120 typedef InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper2< Ifc1, Ifc2 > > Base; typedef in InheritedHelperInterfaceImpl2
123 … Ifc2 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
124 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext …
130 typedef InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper3< Ifc1, Ifc2, Ifc3 > > Base; typedef in InheritedHelperInterfaceImpl3
133 … Ifc3 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
134 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext …
/trunk/main/autodoc/source/inc/
H A Destack.hxx42 const base & Base() const { return *this; } in Base() function in EStack
43 base & Base() { return *this; } in Base() function in EStack
58 { base::operator=( i_rStack.Base() ); in operator =()
63 … { return std::operator==( Base(), this->i_rStack.Base() ); } in operator ==()
67 … { return std::operator<( Base(), this->i_rStack.Base() ); } in operator <()
/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicbox.hxx42 typedef BasicRange< sal_Int32, Int32Traits > Base; typedef in basegfx::BasicBox
45 Base() in BasicBox()
50 Base( nValue ) in BasicBox()
55 Base( rBox ) in BasicBox()
71 using Base::isInside;
85 using Base::overlaps;
/trunk/main/scp2/source/base/
H A Dmodule_base.ulf25 en-US = "%PRODUCTNAME Base"
28 en-US = "Create and edit databases by using %PRODUCTNAME Base."
34 en-US = "The application %PRODUCTNAME Base"
37 en-US = "%PRODUCTNAME Base Help"
40 en-US = "Help about %PRODUCTNAME Base"
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py268 class ScriptContext(unohelper.Base):
468 class ScriptBrowseNode( unohelper.Base, XBrowseNode , XPropertySet, XInvocation, XActionListener ):
585 class FileBrowseNode( unohelper.Base, XBrowseNode ):
624 class DirBrowseNode( unohelper.Base, XBrowseNode ):
664 class ManifestHandler( XDocumentHandler, unohelper.Base ):
731 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ):
737 class DummyProgressHandler( unohelper.Base, XProgressHandler ):
748 class CommandEnvironment(unohelper.Base, XCommandEnvironment):
830 class PackageBrowseNode( unohelper.Base, XBrowseNode ):
865 class PythonScript( unohelper.Base, XScript ):
[all …]
H A Dmailmerge.py71 class PyMailSMTPService(unohelper.Base, XSmtpService):
274 class PyMailIMAPService(unohelper.Base, XMailService):
343 class PyMailPOP3Service(unohelper.Base, XMailService):
419 class PyMailServiceProvider(unohelper.Base, XMailServiceProvider):
436 class PyMailMessage(unohelper.Base, XMailMessage):
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch550 static HRESULT WINAPI CreateInstance(CComObject<Base>** pp);
620 // It is possible for Base not to derive from CComObjectRoot
669 typedef Base _BaseClass;
670 + using Base::_GetRawUnknown;
671 + using Base::m_pOuterUnknown;
699 //GetControllingUnknown may be virtual if the Base class has declared
806 class CComTearOffObject : public Base
809 + using Base::m_pOwner;
1021 +template <class Base, const IID* piid, class T, class Copy, class ThreadModel>
1023 public CComEnumImpl<Base, piid, T, Copy>,
[all …]
/trunk/main/cppu/qa/
H A Dtest_any.cxx66 class Base { class
68 Base(): m_count(0) {} in Base() function in __anonbf8f9b7e0111::Base
83 virtual ~Base() {} in ~Base()
86 Base(Base &); // not declared
87 void operator =(Base &); // not declared
112 Base::acquire(); in acquire()
116 Base::release(); in release()
148 Base::acquire(); in acquire()
152 Base::release(); in release()
185 Base::acquire(); in acquire()
[all …]
/trunk/main/canvas/inc/canvas/base/
H A Dspritecanvasbase.hxx69 template< class Base,
73 public IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase >
76 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
85 using Base::disposing;
H A Dbasemutexhelper.hxx42 template< class Base > class BaseMutexHelper : public Base
45 typedef Base BaseType;
H A Dbufferedgraphicdevicebase.hxx87 template< class Base,
91 public GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase >
94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType;
192 using Base::disposing;
H A Dbitmapcanvasbase.hxx65 template< class Base,
69 public CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase >
72 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
H A Ddoublebitmapbase.hxx66 template< class Base,
70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase >
73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
H A Dfloatbitmapbase.hxx66 template< class Base,
70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase >
73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_base.hxx54 typedef ary::cpp::S_Classes_Base Base; typedef in cpp::PE_Base
89 Base & CurObject();
110 inline PE_Base::Base &
/trunk/main/sysui/desktop/menus/
H A Dbase.desktop26 Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-MoreApplications-Databases;
29 Name=%PRODUCTNAME Base
31 …nt=Manage databases, create queries and reports to track and manage your information by using Base.
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx511 class Base;
512 typedef ::boost::shared_ptr< Base > BaseRef;
563 class Base class
566 virtual ~Base();
572 inline explicit Base() {} in Base() function in oox::dump::Base
635 class NameListBase : public Base, public ConfigItemBase
888 class SharedConfigData : public Base, public ConfigItemBase
971 class Config : public Base
1075 class Output : public Base
1246 class StorageIterator : public Base
[all …]

Completed in 124 milliseconds

12345678910>>...14