Lines Matching refs:UnoDialogControl

163 UnoDialogControl::UnoDialogControl( const uno::Reference< lang::XMultiServiceFactory >& i_factory )  in UnoDialogControl()  function in UnoDialogControl
172 UnoDialogControl::~UnoDialogControl() in ~UnoDialogControl()
176 ::rtl::OUString UnoDialogControl::GetComponentServiceName() in GetComponentServiceName()
187 void UnoDialogControl::dispose() throw(RuntimeException) in dispose()
197 void SAL_CALL UnoDialogControl::disposing( in disposing()
204 sal_Bool UnoDialogControl::setModel( const Reference< XControlModel >& rxModel ) throw(RuntimeExcep… in setModel()
213 void UnoDialogControl::createPeer( const Reference< XToolkit > & rxToolkit, const Reference< XWindo… in createPeer()
236 void UnoDialogControl::PrepareWindowDescriptor( ::com::sun::star::awt::WindowDescriptor& rDesc ) in PrepareWindowDescriptor()
265 void UnoDialogControl::addTopWindowListener( const Reference< XTopWindowListener >& rxListener ) th… in addTopWindowListener()
275 void UnoDialogControl::removeTopWindowListener( const Reference< XTopWindowListener >& rxListener )… in removeTopWindowListener()
285 void UnoDialogControl::toFront( ) throw (RuntimeException) in toFront()
296 void UnoDialogControl::toBack( ) throw (RuntimeException) in toBack()
307 void UnoDialogControl::setMenuBar( const Reference< XMenuBar >& rxMenuBar ) throw (RuntimeException) in setMenuBar()
324 void SAL_CALL UnoDialogControl::windowResized( const ::com::sun::star::awt::WindowEvent& e ) in windowResized()
365 void SAL_CALL UnoDialogControl::windowMoved( const ::com::sun::star::awt::WindowEvent& e ) in windowMoved()
392 void SAL_CALL UnoDialogControl::windowShown( const EventObject& e ) throw (RuntimeException) in windowShown()
397 void SAL_CALL UnoDialogControl::windowHidden( const EventObject& e ) throw (RuntimeException) in windowHidden()
402 void SAL_CALL UnoDialogControl::endDialog( ::sal_Int32 i_result ) throw (RuntimeException) in endDialog()
409 void SAL_CALL UnoDialogControl::setHelpId( const rtl::OUString& i_id ) throw (RuntimeException) in setHelpId()
416 void UnoDialogControl::setTitle( const ::rtl::OUString& Title ) throw(RuntimeException) in setTitle()
424 ::rtl::OUString UnoDialogControl::getTitle() throw(RuntimeException) in getTitle()
430 sal_Int16 UnoDialogControl::execute() throw(RuntimeException) in execute()
447 void UnoDialogControl::endExecute() throw(RuntimeException) in endExecute()
462 void SAL_CALL UnoDialogControl::modified( in modified()
469 void UnoDialogControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent >& rEvents )… in ImplModelPropertiesChanged()