| /AOO41X/main/chart2/source/inc/ |
| H A D | CloneHelper.hxx | 38 template< class Interface > 39 struct CreateRefClone : public ::std::unary_function< Interface, Interface > 41 Interface operator() ( const Interface & xOther ) in operator ()() 43 Interface xResult; in operator ()() 54 template< typename Key, class Interface > 56 ::std::pair< Key, Interface >, 57 ::std::pair< Key, Interface > > 59 ::std::pair< Key, Interface > operator() ( in operator ()() 60 const ::std::pair< Key, Interface > & rOther ) in operator ()() 62 Interface xResult; in operator ()() [all …]
|
| /AOO41X/main/autodoc/source/ary/idl/ |
| H A D | i_interface.cxx | 45 Interface::Interface( const String & i_sName, in Interface() function in ary::idl::Interface 56 Interface::~Interface() in ~Interface() 67 Interface::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept() 73 Interface::get_AryClass() const in get_AryClass() 79 Interface::inq_LocalName() const in inq_LocalName() 85 Interface::inq_NameRoom() const in inq_NameRoom() 91 Interface::inq_Owner() const in inq_Owner() 97 Interface::inq_SightLevel() const in inq_SightLevel() 106 inline const Interface & 109 csv_assert( i_ce.AryClass() == Interface::class_id ); in interface_cast() [all …]
|
| H A D | i2s_calculator.cxx | 84 typedef stg::filter_iterator<CodeEntity,Interface> 100 inline Interface * 103 return SearchCe4Type<Interface>(i_nType); in lhf_SearchInterface() 193 Interface & in CheckAllInterfaceBases() 323 SecondariesCalculator::do_Process( const Interface & i_rData ) in do_Process() 325 assign_AsDerivedInterface( ary_cast<Interface>(i_rData) ); in do_Process() 598 case Interface::class_id: in recursive_AssignAsSynonym() 656 SecondariesCalculator::assign_AsDerivedInterface( const Interface & i_rDerived ) in assign_AsDerivedInterface() 666 Interface * in assign_AsDerivedInterface() 757 Interface * in recursive_AssignImplementation_toExportedInterface() [all …]
|
| H A D | i2s_calculator.hxx | 46 class Interface; 135 public csv::ConstProcessor<Interface>, 180 const Interface & i_rData ); 220 Interface * lhf_SearchInterface( 240 const Interface & i_rDerived );
|
| H A D | ia_ce.cxx | 151 Interface & 156 Interface & ret = *new Interface( i_sName, in Store_Interface() 298 Interface & in Store_Function() 299 rOwner = ary_cast<Interface>(Storage()[i_nOwner]); in Store_Function() 379 Interface & in Store_Attribute() 380 rOwner = ary_cast<Interface>(Storage()[i_nOwner]); in Store_Attribute()
|
| /AOO41X/main/bridges/test/java_uno/acquire/ |
| H A D | testacquire.cxx | 89 class Interface: public css::uno::XInterface { class 91 explicit Interface(osl::Condition & condition): in Interface() function in __anon014181620211::Interface 103 virtual ~Interface() { m_condition.set(); } in ~Interface() 106 Interface(Interface &); // not implemented 107 void operator =(Interface); // not implemented 115 css::uno::Any Interface::queryInterface(css::uno::Type const & type) in queryInterface() 124 void Interface::release() throw () { in release() 132 class Base: public Interface, public test::javauno::acquire::XBase { 134 explicit Base(osl::Condition & condition): Interface(condition) {} in Base() 139 virtual void SAL_CALL acquire() throw () { Interface::acquire(); } in acquire() [all …]
|
| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_cpp_bridgetest.cxx | 204 check( rData1->Interface == rData2->Interface, "### interface does not match!" ); 220 rData1->Interface == rData2->Interface && 247 rData->Interface = xTest; 302 bReturn = testAny(__typeof(XWeak), data->Interface,xLBT ) && bReturn; 395 aData->Interface, aData->Any); //(TestElement) aData; 421 aSetData->Interface, aSetData->Any); //TestElement) aSetData; 427 …aSetData->Enum, aSetData->String, aSetData->Interface, aSetData->Any, aSetData->Sequence, aSetData… 436 & aRet->Interface, & aRet->Any, & aRet->Sequence, & aRet2 ); 444 & aRet->Double, & aRet->Enum, & aRet->String, & aRet->Interface, & aRet->Any, 464 & aRet->String, & aRet->Interface, & aRet->Any, & aRet->Sequence, [all …]
|
| H A D | cli_cs_bridgetest.cs | 184 check( rData1.Interface == rData2.Interface, "### interface does not match!" ); in equals() 200 rData1.Interface == rData2.Interface && in equals() 227 rData.Interface = xTest; in assign() 283 bReturn = testAny(typeof(XWeak), data.Interface,xLBT ) && bReturn; in performAnyTest() 377 aData.Interface, aData.Any); //(TestElement) aData; in performTest() 397 aSetData.Interface, aSetData.Any); //TestElement) aSetData; in performTest() 403 … aSetData.Enum, aSetData.String, aSetData.Interface, aSetData.Any, aSetData.Sequence, aSetData ); in performTest() 412 out aRet.Interface, out aRet.Any, out aRet.Sequence, out aRet2 ); in performTest() 420 ref aRet.Double, ref aRet.Enum, ref aRet.String, ref aRet.Interface, ref aRet.Any, in performTest() 440 out aRet.String, out aRet.Interface, out aRet.Any, out aRet.Sequence, in performTest() [all …]
|
| /AOO41X/main/autodoc/inc/ary/idl/ |
| H A D | i_interface.hxx | 50 class Interface : public CodeEntity class 56 Interface( 59 ~Interface(); 105 Interface::HasBase() const in HasBase() 108 Interface::Add_Function( Ce_id i_nId ) in Add_Function() 111 Interface::Add_Attribute( Ce_id i_nId ) in Add_Attribute() 114 Interface::Add_Base( Type_id i_nInterface, in Add_Base()
|
| /AOO41X/main/writerfilter/source/ooxml/ |
| H A D | RefAndPointer.hxx | 36 template <class Interface, class ChildClass> 40 mutable uno::Reference<Interface> mRef; 61 RefAndPointer(uno::Reference<Interface> xRef) in RefAndPointer() 92 void set(uno::Reference<Interface> xHandler) in set() 99 const uno::Reference<Interface> getRef() const { return mRef; } in getRef() 113 operator uno::Reference<Interface> () { return getRef(); } in operator uno::Reference<Interface>()
|
| /AOO41X/main/stoc/test/ |
| H A D | testiadapter.cxx | 76 OSL_ENSURE( rData1.Interface == rData2.Interface, "### interface does not match!" ); in equals() 92 rData1.Interface == rData2.Interface && in equals() 143 rData.Interface = xTest; in assign() 237 { return _aData.Interface; } in getInterface() 272 { _aData.Interface = _interface; } in setInterface() 740 xTest = _aData.Interface; in getValues() 786 … aSetData.Enum, aSetData.String, aSetData.Interface, aSetData.Any, aSetData.Sequence, aSetData ); in performTest() 793 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest() 801 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest() 810 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest() [all …]
|
| /AOO41X/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 147 check( rData1.Interface == rData2.Interface, "### interface does not match!" ); in equals() 163 rData1.Interface == rData2.Interface && in equals() 214 rData.Interface = xTest; in assign() 270 bReturn = testAny( data.Interface,xLBT ) && bReturn; in performAnyTest() 411 aSetData.String, aSetData.Interface, aSetData.Any, in performTest() 419 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, aRet.Any, in performTest() 428 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, in performTest() 446 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, in performTest() 466 xLBT->setInterface(aRet.Interface); in performTest() 486 aRet.Interface = xLBT->getInterface(); in performTest()
|
| H A D | cppobj.cxx | 100 rData.Interface = xTest; in assign() 250 { return _aData.Interface; } in getInterface() 285 { _aData.Interface = _interface; } in setInterface() 622 xTest = _aData.Interface; in getValues() 635 aExc.Context = _aData.Interface = xContext; in raiseException() 644 aExc.Context = _aData.Interface = xContext; in raiseRuntimeExceptionOneway() 688 dothrow( RuntimeException( _aData.String, _aData.Interface ) ); in getRuntimeException() 702 aExc.Context = _aData.Interface; in setRuntimeException()
|
| /AOO41X/main/extensions/source/activex/msidl/ |
| H A D | so_activex.idl | 37 helpstring("ISOActiveX Interface"), 48 helpstring("ISOComWindowPeer Interface"), 90 helpstring("ISODispatchInterceptor Interface"), 155 helpstring("ISOActionsApproval Interface"), 185 helpstring("_ISOActiveXEvents Interface")
|
| /AOO41X/main/testtools/source/bridgetest/pyuno/ |
| H A D | core.py | 65 rData.Interface = xTest; 100 self.tobj.Interface = self.ctx 126 self.failUnless( self.ctx == self.tobj.Interface , 254 self.tobj.Interface = None 277 self.failUnless(myinterface == self.tobj.Interface, "outparam 15 test")
|
| /AOO41X/main/autodoc/source/display/idl/ |
| H A D | hi_main.hxx | 49 class Interface; 66 public csv::ConstProcessor<ary::idl::Interface>, 95 const ary::idl::Interface & i_client );
|
| /AOO41X/main/offapi/com/sun/star/ui/dialogs/ |
| H A D | XFilePickerNotifier.idl | 42 /** Interface to be implemented in order to support listener management. 47 /** Interface for clients to register as XFilePickerListener 57 /** Interface for clients to unregister as XFilePickerListener.
|
| /AOO41X/main/udkapi/com/sun/star/reflection/ |
| H A D | TypeDescriptionProvider.idl | 53 /** Interface to retrieve type descriptions. 64 /** Interface to signal shutdown to the provider.<br> 71 /** Interface for creating enumerations for type descriptions supported
|
| H A D | TypeDescriptionManager.idl | 68 /** Interface to retrieve type descriptions. 100 /** Interface to signal shutdown to the manager.<br> 106 /** Interface for creating enumerations for type descriptions supported
|
| /AOO41X/main/store/workben/ |
| H A D | t_page.cxx | 1507 class Interface 1513 class Implementation : public Interface 1518 Implementation() : Interface() { printf("Ctor(%p)\n", this); } 1521 …Implementation (Implementation const & rhs) : Interface(), m_count (rhs.m_count) { printf("CopyCto… 1526 Interface Interface_createInstance() 1559 Interface aIfc1 (Interface_createInstance()); in main() 1560 Interface aIfc2 (aIfc1); in main()
|
| /AOO41X/main/odk/examples/OLE/activex/ |
| H A D | so_activex.idl | 39 helpstring("ISOActiveX Interface"), 50 helpstring("ISOComWindowPeer Interface"), 100 helpstring("_ISOActiveXEvents Interface")
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | DatabaseContext.idl | 74 /** Interface for registering new datasources. 78 …/** Interface for registering listener to get notified when new datasources are created or removed. 82 /** Interface for creation of new datasources.
|
| /AOO41X/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | UAccCOM.idl | 32 helpstring("IMAccessible Interface"), 61 helpstring("IEnumVariant Interface"), 73 helpstring("IUNOXWrapper Interface"),
|
| /AOO41X/main/basctl/source/dlged/ |
| H A D | managelang.src | 35 Text [ en-US ] = "Manage User Interface Languages [$1]" ; 129 Text [ en-US ] = "Set Default User Interface Language" ; 183 Text [ en-US ] = "Add User Interface Languages" ;
|
| /AOO41X/main/qadevOOo/runner/util/ |
| H A D | DefaultDsc.java | 40 public DefaultDsc( String Interface, String kind ) { in DefaultDsc() argument 42 ifcName = Interface; in DefaultDsc()
|