Lines Matching refs:DocObjectWrapper
112 class DocObjectWrapper : public DocObjectWrapper_BASE class
124 DocObjectWrapper( SbModule* pMod );
125 virtual ~DocObjectWrapper();
149 DocObjectWrapper::DocObjectWrapper( SbModule* pVar ) : m_pMod( pVar ), mName( pVar->GetName() ) in DocObjectWrapper() function in DocObjectWrapper
207 DocObjectWrapper::acquire() throw () in acquire()
213 DocObjectWrapper::release() throw () in release()
224 DocObjectWrapper::~DocObjectWrapper() in ~DocObjectWrapper()
228 Sequence< Type > SAL_CALL DocObjectWrapper::getTypes() in getTypes()
250 DocObjectWrapper::getIntrospection( ) throw (RuntimeException) in getIntrospection()
256 DocObjectWrapper::invoke( const ::rtl::OUString& aFunctionName, const Sequence< Any >& aParams, Seq… in invoke()
351 DocObjectWrapper::setValue( const ::rtl::OUString& aPropertyName, const Any& aValue ) throw (Unknow… in setValue()
363 DocObjectWrapper::getValue( const ::rtl::OUString& aPropertyName ) throw (UnknownPropertyException,… in getValue()
381 DocObjectWrapper::hasMethod( const ::rtl::OUString& aName ) throw (RuntimeException) in hasMethod()
389 DocObjectWrapper::hasProperty( const ::rtl::OUString& aName ) throw (RuntimeException) in hasProperty()
398 Any SAL_CALL DocObjectWrapper::queryInterface( const Type& aType ) in queryInterface()
409 SbMethodRef DocObjectWrapper::getMethod( const rtl::OUString& aName ) throw (RuntimeException) in getMethod()
424 SbPropertyRef DocObjectWrapper::getProperty( const rtl::OUString& aName ) throw (RuntimeException) in getProperty()
547 mxWrapper = new DocObjectWrapper( this ); in GetUnoModule()