Home
last modified time | relevance | path

Searched refs:ComponentBase (Results 1 – 25 of 32) sorted by relevance

12

/aoo42x/main/comphelper/inc/comphelper/
H A Dcomponentbase.hxx42 class COMPHELPER_DLLPUBLIC ComponentBase class
51 ComponentBase( ::cppu::OBroadcastHelper& _rBHelper ) in ComponentBase() function in comphelper::ComponentBase
64 ComponentBase( ::cppu::OBroadcastHelper& _rBHelper, NoInitializationNeeded ) in ComponentBase() function in comphelper::ComponentBase
129 ComponentMethodGuard( ComponentBase& _rComponent, const MethodType _eType = Default ) in ComponentMethodGuard()
130 :m_aMutexGuard( _rComponent.getMutex( ComponentBase::GuardAccess() ) ) in ComponentMethodGuard()
133 _rComponent.checkInitialized( ComponentBase::GuardAccess() ); in ComponentMethodGuard()
134 _rComponent.checkDisposed( ComponentBase::GuardAccess() ); in ComponentMethodGuard()
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java145 value= new ComponentBase(); in setPropertyValue()
149 value= new ComponentBase(); in setPropertyValue()
220 value= new ComponentBase(); in setPropertyValue()
224 value= new ComponentBase(); in setPropertyValue()
277 value= new ComponentBase(); in setPropertyValue()
281 value= new ComponentBase(); in setPropertyValue()
331 value= new Any(new Type(ComponentBase.class), new ComponentBase()); in setPropertyValue()
335 value= new Any( new Type(ComponentBase.class), new ComponentBase()); in setPropertyValue()
386 value= new Any(new Type(ComponentBase.class), new ComponentBase()); in setPropertyValue()
390 value= new Any( new Type(ComponentBase.class), new ComponentBase()); in setPropertyValue()
[all …]
H A DComponentBase_Test.java55 ComponentBase comp= new ComponentBase(); in dispose()
98 ComponentBase comp= new ComponentBase(); in test_finalize()
/aoo42x/main/comphelper/source/misc/
H A Dcomponentbase.cxx50 void ComponentBase::impl_checkDisposed_throw() const in impl_checkDisposed_throw()
57 void ComponentBase::impl_checkInitialized_throw() const in impl_checkInitialized_throw()
64 Reference< XInterface > ComponentBase::getComponent() const in getComponent()
/aoo42x/main/comphelper/source/container/
H A Denumerablemap.cxx198 ,public ComponentBase
318 class MapEnumeration :public ComponentBase
324 :ComponentBase( _rBHelper, ComponentBase::NoInitializationNeeded() ) in MapEnumeration()
359 ,ComponentBase( Map_IFace::rBHelper ) in EnumerableMap()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DComponentBase.java34 public class ComponentBase extends WeakBase implements XComponent class
44 public ComponentBase() in ComponentBase() method in ComponentBase
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToByteArrayAdapter.java38 import com.sun.star.lib.uno.helper.ComponentBase;
41 extends ComponentBase
H A DByteArrayToXInputStreamAdapter.java39 import com.sun.star.lib.uno.helper.ComponentBase;
42 extends ComponentBase
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java32 import com.sun.star.lib.uno.helper.ComponentBase;
38 public class JavaSQLBlob extends ComponentBase implements XBlob {
H A DJavaSQLClob.java32 import com.sun.star.lib.uno.helper.ComponentBase;
38 public class JavaSQLClob extends ComponentBase implements XClob {
H A DJavaSQLArray.java29 import com.sun.star.lib.uno.helper.ComponentBase;
36 public class JavaSQLArray extends ComponentBase implements XArray {
H A DJDBCDriver.java32 import com.sun.star.lib.uno.helper.ComponentBase;
42 public class JDBCDriver extends ComponentBase implements XServiceInfo, XDriver {
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOCatalog.java29 import com.sun.star.lib.uno.helper.ComponentBase;
41 public abstract class OCatalog extends ComponentBase
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java27 import com.sun.star.lib.uno.helper.ComponentBase;
43 public final class SOFunctionManager extends ComponentBase implements XFunctionManager, XServiceInfo
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySet.java38 import com.sun.star.lib.uno.helper.ComponentBase;
41 public class PropertySet extends ComponentBase implements XPropertySet, XFastPropertySet, XMultiPro…
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java31 import com.sun.star.lib.uno.helper.ComponentBase;
40 public class PostgresqlConnection extends ComponentBase implements XConnection, XWarningsSupplier, …
H A DPostgresqlStatement.java32 import com.sun.star.lib.uno.helper.ComponentBase;
43 public class PostgresqlStatement extends ComponentBase
H A DPostgresqlDriver.java33 import com.sun.star.lib.uno.helper.ComponentBase;
46 public class PostgresqlDriver extends ComponentBase implements XServiceInfo, XDriver, XDataDefiniti…
H A DPostgresqlPreparedStatement.java33 import com.sun.star.lib.uno.helper.ComponentBase;
55 public class PostgresqlPreparedStatement extends ComponentBase
H A DPostgresqlResultSet.java34 import com.sun.star.lib.uno.helper.ComponentBase;
55 public class PostgresqlResultSet extends ComponentBase
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java25 import com.sun.star.lib.uno.helper.ComponentBase;
57 public class SampleThesaurus extends ComponentBase implements
H A DSampleSpellChecker.java25 import com.sun.star.lib.uno.helper.ComponentBase;
61 public class SampleSpellChecker extends ComponentBase implements
H A DSampleHyphenator.java25 import com.sun.star.lib.uno.helper.ComponentBase;
61 public class SampleHyphenator extends ComponentBase implements
/aoo42x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java1223 new TestPolyStruct(new com.sun.star.lib.uno.helper.ComponentBase()), in testConstructorsService()
1224 new TestPolyStruct(new com.sun.star.lib.uno.helper.ComponentBase()), in testConstructorsService()
1245 new TestPolyStruct(new Object[] {new com.sun.star.lib.uno.helper.ComponentBase()}), in testConstructorsService()
1246 …stPolyStruct(new com.sun.star.lang.XComponent[] {new com.sun.star.lib.uno.helper.ComponentBase()}), in testConstructorsService()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java39 import com.sun.star.lib.uno.helper.ComponentBase;
60 public class DatabaseMetaDataResultSet extends ComponentBase

Completed in 111 milliseconds

12