Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 236) sorted by relevance

12345678910

/trunk/main/chart2/source/inc/
H A DCloneHelper.hxx38 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 …]
/trunk/main/autodoc/source/ary/idl/
H A Di_interface.cxx45 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 Di2s_calculator.cxx84 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 Di2s_calculator.hxx46 class Interface;
135 public csv::ConstProcessor<Interface>,
180 const Interface & i_rData );
220 Interface * lhf_SearchInterface(
240 const Interface & i_rDerived );
H A Dia_ce.cxx151 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()
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx89 class Interface: public css::uno::XInterface { class
91 explicit Interface(osl::Condition & condition): in Interface() function in __anon481f6b320211::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 …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx204 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 Dcli_cs_bridgetest.cs184 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 …]
/trunk/main/autodoc/inc/ary/idl/
H A Di_interface.hxx50 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()
/trunk/main/writerfilter/source/ooxml/
H A DRefAndPointer.hxx36 template <class Interface, class ChildClass>
40 mutable uno::Reference<Interface> mRef;
53 RefAndPointer(uno::Reference<Interface> xRef) in RefAndPointer()
69 void set(uno::Reference<Interface> xHandler) in set()
76 const uno::Reference<Interface> getRef() const { return mRef; } in getRef()
89 operator uno::Reference<Interface> () { return getRef(); } in operator uno::Reference<Interface>()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx76 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 …]
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx147 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 Dcppobj.cxx100 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()
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl37 helpstring("ISOActiveX Interface"),
48 helpstring("ISOComWindowPeer Interface"),
90 helpstring("ISODispatchInterceptor Interface"),
155 helpstring("ISOActionsApproval Interface"),
185 helpstring("_ISOActiveXEvents Interface")
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py65 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")
/trunk/main/autodoc/source/display/idl/
H A Dhi_main.hxx49 class Interface;
66 public csv::ConstProcessor<ary::idl::Interface>,
95 const ary::idl::Interface & i_client );
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerNotifier.idl42 /** 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.
/trunk/main/store/workben/
H A Dt_page.cxx1507 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()
/trunk/main/udkapi/com/sun/star/reflection/
H A DTypeDescriptionProvider.idl53 /** 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 DTypeDescriptionManager.idl68 /** Interface to retrieve type descriptions.
100 /** Interface to signal shutdown to the manager.<br>
106 /** Interface for creating enumerations for type descriptions supported
/trunk/main/odk/examples/OLE/activex/
H A Dso_activex.idl39 helpstring("ISOActiveX Interface"),
50 helpstring("ISOComWindowPeer Interface"),
100 helpstring("_ISOActiveXEvents Interface")
/trunk/main/offapi/com/sun/star/sdb/
H A DDatabaseContext.idl74 /** 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.
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl32 helpstring("IMAccessible Interface"),
61 helpstring("IEnumVariant Interface"),
73 helpstring("IUNOXWrapper Interface"),
/trunk/main/basctl/source/dlged/
H A Dmanagelang.src35 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" ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDefaultDsc.java40 public DefaultDsc( String Interface, String kind ) { in DefaultDsc() argument
42 ifcName = Interface; in DefaultDsc()

Completed in 199 milliseconds

12345678910