/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 > > 62 Interface xResult; in operator ()() 73 template< class Interface > 94 template< typename Key, class Interface > [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() 598 case Interface::class_id: in recursive_AssignAsSynonym() 666 Interface * in assign_AsDerivedInterface() 757 Interface * in recursive_AssignImplementation_toExportedInterface() 789 case Interface::class_id: in recursive_AssignFunction_toCeAsReturn() 828 case Interface::class_id: in recursive_AssignFunction_toCeAsParameter() [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 __anon8702161a0211::Interface 103 virtual ~Interface() { m_condition.set(); } in ~Interface() 106 Interface(Interface &); // not implemented 107 void operator =(Interface); // not implemented 124 void Interface::release() throw () { in release() 156 : Interface::queryInterface(type); in queryInterface() 185 : Interface::queryInterface(type); in queryInterface() 365 test->setInterfaceToInterface(new Interface(c.get())); in run() 372 static_cast< Interface * >(new Base(c.get()))); in run() [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; 483 xLBT->Interface = aRet->Interface; 504 aRet->Interface = xLBT->Interface; 525 xLBT->Interface = 0; 526 aRet->Interface = xLBT->Interface; 527 bRet = (aRet->Interface == 0) && bRet; 849 bReturn = ( xLBT->Interface == e->Context ); 886 if (rExc->Context == xLBT->Interface ) [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() 459 xLBT.Interface = aRet.Interface; in performTest() 480 aRet.Interface = xLBT.Interface; in performTest() 501 xLBT.Interface = null; in performTest() 502 aRet.Interface = xLBT.Interface; in performTest() 503 bRet = (aRet.Interface == null) && bRet; in performTest() 901 bReturn = ( xLBT.Interface == e.Context ); in raiseOnewayException() 940 if (rExc.Context == xLBT.Interface ) in raiseException() [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() 112 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() 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() 828 xLBT->setInterface( aRet.Interface ); 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/qadevOOo/runner/util/ |
H A D | DefaultDsc.java | 40 public DefaultDsc( String Interface, String kind ) { in DefaultDsc() argument 42 ifcName = Interface; in DefaultDsc()
|
/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" ;
|