Home
last modified time | relevance | path

Searched refs:mxUpdDlg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx112 mxUpdDlg = NULL; in ~UpdateHandler()
172 if ( mxUpdDlg.is() && mbVisible ) in setState()
179 if ( !mxUpdDlg.is() ) return false; in isVisible()
182 uno::Reference< awt::XWindow2 > xWindow( mxUpdDlg, uno::UNO_QUERY ); in isVisible()
199 if ( !mxUpdDlg.is() ) in setVisible()
203 if ( !mxUpdDlg.is() ) in setVisible()
209 uno::Reference< awt::XWindow > xWindow( mxUpdDlg, uno::UNO_QUERY ); in setVisible()
214 uno::Reference< awt::XTopWindow > xTopWindow( mxUpdDlg, uno::UNO_QUERY ); in setVisible()
225 else if ( mxUpdDlg.is() ) in setVisible()
228 uno::Reference< awt::XWindow > xWindow( mxUpdDlg, uno::UNO_QUERY ); in setVisible()
[all …]
H A Dupdatehdl.hxx84 com::sun::star::uno::Reference< com::sun::star::awt::XDialog > mxUpdDlg; member in UpdateHandler