Lines Matching refs:PluginObject

78 SFX_IMPL_XSERVICEINFO( PluginObject, "com.sun.star.embed.SpecialEmbeddedObject", "com.sun.star.comp…
79 SFX_IMPL_SINGLEFACTORY( PluginObject );
81 PluginObject::PluginObject( const uno::Reference < lang::XMultiServiceFactory >& rFact ) in PluginObject() function in sfx2::PluginObject
87 PluginObject::~PluginObject() in ~PluginObject()
91 void SAL_CALL PluginObject::initialize( const uno::Sequence< uno::Any >& aArguments ) throw ( uno::… in initialize()
97 sal_Bool SAL_CALL PluginObject::load( in load()
170 void SAL_CALL PluginObject::cancel() throw( com::sun::star::uno::RuntimeException ) in cancel()
178 void SAL_CALL PluginObject::close( sal_Bool /*bDeliverOwnership*/ ) throw( com::sun::star::util::Cl… in close()
182 void SAL_CALL PluginObject::addCloseListener( const com::sun::star::uno::Reference < com::sun::star… in addCloseListener()
186 void SAL_CALL PluginObject::removeCloseListener( const com::sun::star::uno::Reference < com::sun::s… in removeCloseListener()
190 void SAL_CALL PluginObject::disposing( const com::sun::star::lang::EventObject& ) throw (com::sun::… in disposing()
195 uno::Reference< beans::XPropertySetInfo > SAL_CALL PluginObject::getPropertySetInfo() throw( ::com:… in getPropertySetInfo()
201 void SAL_CALL PluginObject::setPropertyValue(const ::rtl::OUString& aPropertyName, const uno::Any& … in setPropertyValue()
223 uno::Any SAL_CALL PluginObject::getPropertyValue(const ::rtl::OUString& aPropertyName) in getPropertyValue()
246 void SAL_CALL PluginObject::addPropertyChangeListener(const ::rtl::OUString&, const ::com::sun::sta… in addPropertyChangeListener()
250 void SAL_CALL PluginObject::removePropertyChangeListener(const ::rtl::OUString&, const ::com::sun::… in removePropertyChangeListener()
254 void SAL_CALL PluginObject::addVetoableChangeListener(const ::rtl::OUString&, const ::com::sun::sta… in addVetoableChangeListener()
258 void SAL_CALL PluginObject::removeVetoableChangeListener(const ::rtl::OUString&, const ::com::sun::… in removeVetoableChangeListener()