Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DComponentBase.java33 public class ComponentBase extends WeakBase implements XComponent class
43 public ComponentBase() in ComponentBase() method in ComponentBase
H A Dmakefile.mk34 ComponentBase.java \
H A DFactory.java42 extends ComponentBase
H A DPropertySet.java81 public class PropertySet extends ComponentBase implements XPropertySet, XFastPropertySet,
/aoo41x/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
/aoo41x/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
H A DSOFormulaParser.java27 import com.sun.star.lib.uno.helper.ComponentBase;
61 public final class SOFormulaParser extends ComponentBase
/aoo41x/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
/aoo41x/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()
/aoo41x/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx134 typedef ::comphelper::ComponentBase ShapeGeometryChangeNotifier_CBase;
145 …ifier_CBase( BroadcastHelperBase::getBroadcastHelper(), ::comphelper::ComponentBase::NoInitializat… in ShapeGeometryChangeNotifier()

Completed in 74 milliseconds