Home
last modified time | relevance | path

Searched refs:OWeakSubObject (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx63 class OWeakSubObject : public ::cppu::OWeakObject class
69 OWeakSubObject(::cppu::OWeakObject& rParent) : m_rParent(rParent) { } in OWeakSubObject() function in OWeakSubObject
78 class FmXModifyMultiplexer :public OWeakSubObject
84 DECLARE_UNO3_DEFAULTS(FmXModifyMultiplexer,OWeakSubObject);
101 class FmXUpdateMultiplexer : public OWeakSubObject,
107 DECLARE_UNO3_DEFAULTS(FmXUpdateMultiplexer,OWeakSubObject);
126 class FmXSelectionMultiplexer :public OWeakSubObject
132 DECLARE_UNO3_DEFAULTS(FmXSelectionMultiplexer, OWeakSubObject);
150 class FmXGridControlMultiplexer :public OWeakSubObject
174 class FmXContainerMultiplexer : public OWeakSubObject,
[all …]
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx134 :OWeakSubObject( rSource ) in FmXModifyMultiplexer()
149 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
172 :OWeakSubObject( rSource ) in FmXUpdateMultiplexer()
187 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
228 :OWeakSubObject( rSource ) in FmXSelectionMultiplexer()
243 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
266 :OWeakSubObject( rSource ) in FmXContainerMultiplexer()
281 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
320 :OWeakSubObject( rSource ) in FmXGridControlMultiplexer()
334 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()

Completed in 29 milliseconds