Lines Matching refs:VCLXDialog

59 DBG_NAME( VCLXDialog )  in DBG_NAME()  argument
61 VCLXDialog::VCLXDialog() in DBG_NAME()
69 DBG_CTOR( VCLXDialog, NULL ); in DBG_NAME()
75 VCLXDialog::~VCLXDialog() in ~VCLXDialog()
77 DBG_DTOR( VCLXDialog, NULL ); in ~VCLXDialog()
80 vos::IMutex& VCLXDialog::GetMutexImpl() in GetMutexImpl()
85 Window* VCLXDialog::GetWindowImpl() in GetWindowImpl()
90 ::cppu::OInterfaceContainerHelper& VCLXDialog::GetTopWindowListenersImpl() in GetTopWindowListenersImpl()
95 IMPLEMENT_2_FORWARD_XINTERFACE2( VCLXDialog, VCLXWindow, Bin, VCLXDialog_Base );
97 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXDialog, VCLXWindow, VCLXDialog_Base );
99 void SAL_CALL VCLXDialog::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
112 void VCLXDialog::resizedCb() in resizedCb()
117 void SAL_CALL VCLXDialog::allocateArea( const css::awt::Rectangle &rArea ) in allocateArea()
145 void VCLXDialog::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()
160 void SAL_CALL VCLXDialog::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star:… in setProperty()
177 ::com::sun::star::uno::Any SAL_CALL VCLXDialog::getProperty( const ::rtl::OUString& PropertyName ) … in getProperty()
198 void VCLXDialog::setTitle( const ::rtl::OUString& Title ) throw(::com::sun::star::uno::RuntimeExcep… in setTitle()
207 void VCLXDialog::setHelpId( const rtl::OUString& rId ) throw(::com::sun::star::uno::RuntimeExceptio… in setHelpId()
216 ::rtl::OUString VCLXDialog::getTitle() throw(::com::sun::star::uno::RuntimeException) in getTitle()
227 sal_Int16 VCLXDialog::execute() throw(::com::sun::star::uno::RuntimeException) in execute()
251 void VCLXDialog::endDialog( sal_Int32 nResult ) throw(::com::sun::star::uno::RuntimeException) in endDialog()
272 void VCLXDialog::endExecute() throw(::com::sun::star::uno::RuntimeException) in endExecute()