Home
last modified time | relevance | path

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

12345678910>>...14

/AOO41X/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx79 class Base : public cppu::Enterable class
82 explicit Base(uno_Environment * pEnv, cppu::Enterable * pEnterable);
134 virtual ~Base();
140 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()
[all …]
/AOO41X/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()
108 Base<ENTITY>::operator[](uintt i_index) const in operator []()
117 Base<ENTITY>::Add_Entity(DYN ENTITY & pass_newEntity) in Add_Entity()
125 Base<ENTITY>::Set_Entity( uintt i_index, in Set_Entity()
138 Base<ENTITY>::Size() const in Size()
145 Base<ENTITY>::ReservedSize() const in ReservedSize()
[all …]
/AOO41X/main/idlc/test/parser/
H A Dinterfaceinheritance.tests23 interface Base {};
25 interface Base;
26 interface Base;
31 interface Base {};
33 interface Base;
34 [optional] interface Base;
39 interface Base {};
41 [optional] interface Base;
42 interface Base;
47 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;
/AOO41X/main/svl/inc/svl/
H A Dsvarray.hxx326 #define SV_DECL_PTRARR_GEN(nm, AE, IS, GS, Base, AERef, VPRef, vis )\ argument
328 class vis nm: public Base \
332 : Base(nIni,nG) {}\
335 Base::Insert((const Base*)pI, nP, nS, nE);\
338 Base::Insert( (const VPRef )aE, nP );\
341 Base::Insert( (const VoidPtr*)pE, nL, nP );\
344 Base::Replace( (const VPRef)aE, nP );\
347 Base::Replace( (const VoidPtr*)pE, nL, nP );\
350 Base::Remove(nP,nL);\
353 return (const AE*)Base::GetData();\
[all …]
/AOO41X/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 __anon014181620311::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 …]
/AOO41X/main/tools/inc/tools/
H A Dsolar.h294 #define SVLIBRARY( Base ) \ argument
295 LIBRARY_CONCAT3( Base, __DLLEXTENSION, ".DLL" )
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 )
[all …]
/AOO41X/main/scaddins/source/analysis/
H A Danalysisadd.idl376 [in] double Periode, [in] double Rate, [in] any Base )
383 [in] double Periode, [in] double Rate, [in] any Base )
390 [in] any Value, [in] long Frequency, [in] any Base )
396 … [in] long Issue, [in] long Settlement, [in] double Rate, [in] any Value, [in] any Base )
403 [in] any Base )
410 [in] any Base )
417 [in] long Frequncy, [in] any Base )
440 [in] double Redemption, [in] long Frequncy, [in] any Base )
447 [in] any Base )
454 [in] any Base )
[all …]
/AOO41X/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 ) {} in InheritedHelperInterfaceImpl1()
114 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext … in InheritedHelperInterfaceImpl1()
120 typedef InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper2< Ifc1, Ifc2 > > Base; typedef in InheritedHelperInterfaceImpl2
123 … Ifc2 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {} in InheritedHelperInterfaceImpl2()
124 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext … in InheritedHelperInterfaceImpl2()
130 typedef InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper3< Ifc1, Ifc2, Ifc3 > > Base; typedef in InheritedHelperInterfaceImpl3
133 … Ifc3 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {} in InheritedHelperInterfaceImpl3()
134 …t, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext … in InheritedHelperInterfaceImpl3()
/AOO41X/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 <()
/AOO41X/main/basegfx/inc/basegfx/range/
H A Dbasicbox.hxx41 typedef BasicRange< sal_Int32, Int32Traits > Base; typedef in basegfx::BasicBox
44 Base() in BasicBox()
49 Base( nValue ) in BasicBox()
54 Base( rBox ) in BasicBox()
70 using Base::isInside;
84 using Base::overlaps;
/AOO41X/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"
/AOO41X/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;
813 - m_pOwner = reinterpret_cast<CComObject<Base::_OwnerClass>*>(pv);
814 + m_pOwner = reinterpret_cast<CComObject<typename Base::_OwnerClass>*>(pv);
[all …]
/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py170 class EmptyInputStream( unohelper.Base, XInputStream ):
189 class BytesInputStream( unohelper.Base, XInputStream ):
308 class ScriptContext(unohelper.Base):
593 class ScriptBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation, XActionListener ):
700 class FileBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation, XActionListener ):
847 class DirBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation ):
970 class ManifestHandler( XDocumentHandler, unohelper.Base ):
1037 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ):
1043 class DummyProgressHandler( unohelper.Base, XProgressHandler ):
1054 class CommandEnvironment(unohelper.Base, XCommandEnvironment):
[all …]
H A Dmailmerge.py71 class PyMailSMTPService(unohelper.Base, XSmtpService):
269 class PyMailIMAPService(unohelper.Base, XMailService):
338 class PyMailPOP3Service(unohelper.Base, XMailService):
414 class PyMailServiceProvider(unohelper.Base, XMailServiceProvider):
431 class PyMailMessage(unohelper.Base, XMailMessage):
/AOO41X/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;
H A Dintegerbitmapbase.hxx66 template< class Base,
70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase >
73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
/AOO41X/main/cppu/qa/
H A Dtest_any.cxx66 class Base { class
68 Base(): m_count(0) {} in Base() function in __anon36a01bae0111::Base
83 virtual ~Base() {} in ~Base()
86 Base(Base &); // not declared
87 void operator =(Base &); // not declared
92 class Impl1: public Interface1, private Base {
112 Base::acquire(); in acquire()
116 Base::release(); in release()
120 class Impl2: public Interface2a, public Interface3, private Base {
148 Base::acquire(); in acquire()
[all …]
/AOO41X/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 &
/AOO41X/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.

12345678910>>...14