Lines Matching refs:XMLFilterDialogComponent

69 class XMLFilterDialogComponent :	public XMLFilterDialogComponentBase,  class
77 XMLFilterDialogComponent( const Reference< XMultiServiceFactory >& rxMSF );
78 virtual ~XMLFilterDialogComponent();
122 ResMgr* XMLFilterDialogComponent::mpResMgr = NULL;
124 XMLFilterDialogComponent::XMLFilterDialogComponent( const com::sun::star::uno::Reference< XMultiSer… in XMLFilterDialogComponent() function in XMLFilterDialogComponent
139 XMLFilterDialogComponent::~XMLFilterDialogComponent() in ~XMLFilterDialogComponent()
146 Any SAL_CALL XMLFilterDialogComponent::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
153 Any SAL_CALL XMLFilterDialogComponent::queryAggregation( Type const & rType ) throw (RuntimeExcepti… in queryAggregation()
180 void SAL_CALL XMLFilterDialogComponent::acquire() throw () in acquire()
187 void SAL_CALL XMLFilterDialogComponent::release() throw () in release()
224 return (OWeakObject*)new XMLFilterDialogComponent( rSMgr ); in XMLFilterDialogComponent_createInstance()
228 ::rtl::OUString SAL_CALL XMLFilterDialogComponent::getImplementationName() throw(com::sun::star::un… in getImplementationName()
235 Sequence< sal_Int8 > SAL_CALL XMLFilterDialogComponent::getImplementationId( void ) throw( RuntimeE… in getImplementationId()
252 Sequence< Type > XMLFilterDialogComponent::getTypes() throw (RuntimeException) in getTypes()
277 Sequence< ::rtl::OUString > SAL_CALL XMLFilterDialogComponent::getSupportedServiceNames() throw(com… in getSupportedServiceNames()
283 sal_Bool SAL_CALL XMLFilterDialogComponent::supportsService(const ::rtl::OUString& ServiceName) thr… in supportsService()
292 void SAL_CALL XMLFilterDialogComponent::disposing() in disposing()
312 void SAL_CALL XMLFilterDialogComponent::queryTermination( const EventObject& /* Event */ ) throw (T… in queryTermination()
326 void SAL_CALL XMLFilterDialogComponent::notifyTermination( const EventObject& /* Event */ ) throw (… in notifyTermination()
332 void SAL_CALL XMLFilterDialogComponent::disposing( const EventObject& /* Source */ ) throw (Runtime… in disposing()
337 void SAL_CALL XMLFilterDialogComponent::setTitle( const ::rtl::OUString& /* _rTitle */ ) throw(Runt… in setTitle()
342 sal_Int16 SAL_CALL XMLFilterDialogComponent::execute( ) throw(RuntimeException) in execute()
377 void SAL_CALL XMLFilterDialogComponent::initialize( const Sequence< Any >& aArguments ) throw(Excep… in initialize()