Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/update/check/
H A Dupdatehdl.cxx114 mxUpdDlg = NULL; in ~UpdateHandler()
174 if ( mxUpdDlg.is() && mbVisible ) in setState()
181 if ( !mxUpdDlg.is() ) return false; in isVisible()
184 uno::Reference< awt::XWindow2 > xWindow( mxUpdDlg, uno::UNO_QUERY ); in isVisible()
201 if ( !mxUpdDlg.is() ) in setVisible()
205 if ( !mxUpdDlg.is() ) in setVisible()
211 uno::Reference< awt::XWindow > xWindow( mxUpdDlg, uno::UNO_QUERY ); in setVisible()
216 uno::Reference< awt::XTopWindow > xTopWindow( mxUpdDlg, uno::UNO_QUERY ); in setVisible()
227 else if ( mxUpdDlg.is() ) in setVisible()
230 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