/aoo41x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 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() 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 …]
|
/aoo41x/main/autodoc/source/ary/inc/store/ |
H A D | s_base.hxx | 49 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 …]
|
/aoo41x/main/idlc/test/parser/ |
H A D | interfaceinheritance.tests | 23 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 D | methodoverload.tests | 30 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 D | svarray.hxx | 328 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 …]
|
/aoo41x/main/bridges/test/java_uno/acquire/ |
H A D | testacquire.cxx | 132 class Base: public Interface, public test::javauno::acquire::XBase { class 134 explicit Base(osl::Condition & condition): Interface(condition) {} in Base() function in __anon8702161a0311::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 D | solar.h | 294 #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 …]
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysisadd.idl | 403 [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 …]
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelperinterface.hxx | 110 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 …
|
/aoo41x/main/autodoc/source/inc/ |
H A D | estack.hxx | 42 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 D | basicbox.hxx | 41 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 D | module_base.ulf | 25 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/scripting/source/pyprov/ |
H A D | pythonscript.py | 262 class ScriptContext(unohelper.Base): 462 class ScriptBrowseNode( unohelper.Base, XBrowseNode , XPropertySet, XInvocation, XActionListener ): 579 class FileBrowseNode( unohelper.Base, XBrowseNode ): 618 class DirBrowseNode( unohelper.Base, XBrowseNode ): 658 class ManifestHandler( XDocumentHandler, unohelper.Base ): 725 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ): 731 class DummyProgressHandler( unohelper.Base, XProgressHandler ): 742 class CommandEnvironment(unohelper.Base, XCommandEnvironment): 824 class PackageBrowseNode( unohelper.Base, XBrowseNode ): 859 class PythonScript( unohelper.Base, XScript ): [all …]
|
H A D | mailmerge.py | 71 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/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 550 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 …]
|
/aoo41x/main/canvas/inc/canvas/base/ |
H A D | spritecanvasbase.hxx | 69 template< class Base, 73 public IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > 76 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; 85 using Base::disposing;
|
H A D | basemutexhelper.hxx | 42 template< class Base > class BaseMutexHelper : public Base 45 typedef Base BaseType;
|
H A D | bufferedgraphicdevicebase.hxx | 87 template< class Base, 91 public GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > 94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType; 192 using Base::disposing;
|
H A D | bitmapcanvasbase.hxx | 65 template< class Base, 69 public CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 72 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | doublebitmapbase.hxx | 66 template< class Base, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | floatbitmapbase.hxx | 66 template< class Base, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | integerbitmapbase.hxx | 66 template< class Base, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
/aoo41x/main/cppu/qa/ |
H A D | test_any.cxx | 66 class Base { class 68 Base(): m_count(0) {} in Base() function in __anon4f1a51660111::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 …]
|
/aoo41x/main/autodoc/source/parser/cpp/ |
H A D | pe_base.hxx | 54 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 D | base.desktop | 26 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.
|