Home
last modified time | relevance | path

Searched refs:xProgressBar (Results 1 – 7 of 7) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java231 curFormDocument.xProgressBar.setValue(20); in buildSteps()
244 curFormDocument.xProgressBar.setValue(30); in buildSteps()
258 curFormDocument.xProgressBar.setValue(40); in buildSteps()
261 curFormDocument.xProgressBar.setValue(50); in buildSteps()
265 curFormDocument.xProgressBar.setValue(60); in buildSteps()
268 curFormDocument.xProgressBar.setValue(70); in buildSteps()
272 curFormDocument.xProgressBar.setValue(80); in buildSteps()
275 curFormDocument.xProgressBar.setValue(100); in buildSteps()
278 curFormDocument.xProgressBar.end(); in buildSteps()
348 curFormDocument.xProgressBar.setValue(20); in start()
H A DFormControlArranger.java51 private XStatusIndicator xProgressBar; field in FormControlArranger
90 xProgressBar = _xProgressBar; in FormControlArranger()
362 xProgressBar.start(PropertyNames.EMPTY_STRING, FieldColumns.length); in positionControls()
372 xProgressBar.setValue(i + 1); in positionControls()
378 xProgressBar.end(); in positionControls()
H A DFormDocument.java399 … = new FormControlArranger(oFormHandler, xFormContainer, oDBMetaData, xProgressBar, aStartPoint, a… in initialize()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java83 public com.sun.star.task.XStatusIndicator xProgressBar; field in TextDocument
209 xProgressBar = xStatusIndicatorFactory.createStatusIndicator(); in TextDocument()
210 xProgressBar.start(PropertyNames.EMPTY_STRING, 100); in TextDocument()
211 xProgressBar.setValue(5); in TextDocument()
238 xProgressBar = xStatusIndicatorFactory.createStatusIndicator(); in showStatusIndicator()
239 xProgressBar.start(PropertyNames.EMPTY_STRING, 100); in showStatusIndicator()
240 xProgressBar.setValue(5); in showStatusIndicator()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx879 Reference< XUIElement > xProgressBar; in implts_createProgressBar() local
895 else if ( xProgressBar.is() ) in implts_createProgressBar()
896 pWrapper = (ProgressBarWrapper*)xProgressBar.get(); in implts_createProgressBar()
976 Reference< XUIElement > xProgressBar; in implts_setStatusBarPosSize() local
988 else if ( xProgressBar.is() ) in implts_setStatusBarPosSize()
990 ProgressBarWrapper* pWrapper = (ProgressBarWrapper*)xProgressBar.get(); in implts_setStatusBarPosSize()
1015 Reference< XUIElement > xProgressBar; in implts_showProgressBar() local
1031 else if ( xProgressBar.is() ) in implts_showProgressBar()
1059 Reference< XUIElement > xProgressBar; in implts_hideProgressBar() local
1068 if ( xProgressBar.is() ) in implts_hideProgressBar()
[all …]
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx489 …css::uno::Reference< css::ui::XUIElement > xProgressBar = xLayoutManager->getElement(PROGRESS_RESO… in impl_createProgress() local
490 if (xProgressBar.is()) in impl_createProgress()
491 …xProgress = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), c… in impl_createProgress()
535 …css::uno::Reference< css::ui::XUIElement > xProgressBar = xLayoutManager->getElement(PROGRESS_RESO… in impl_showProgress() local
536 if (xProgressBar.is()) in impl_showProgress()
537 …xProgress = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), c… in impl_showProgress()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1394 Reference< ::com::sun::star::ui::XUIElement > xProgressBar = in GetStatusIndicator() local
1396 if ( xProgressBar.is() ) in GetStatusIndicator()
1399 xProgressBar->getRealInterface(), UNO_QUERY ); in GetStatusIndicator()

Completed in 60 milliseconds