/aoo42x/main/framework/source/helper/ |
H A D | statusindicatorfactory.cxx | 192 if (xProgress.is()) in start() 223 (xProgress.is() ) in reset() 225 xProgress->reset(); in reset() 263 if (xProgress.is()) in end() 273 if (xProgress.is()) in end() 274 xProgress->end(); in end() 305 (xProgress.is() ) in setText() 308 xProgress->setText(sText); in setText() 338 (xProgress.is() ) in setValue() 499 m_xProgress = xProgress; in impl_createProgress() [all …]
|
/aoo42x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 280 if ( !xProgress.is() ) in start() 283 if ( xProgress.is() ) in start() 296 if ( !xProgress.is() ) in end() 299 if ( xProgress.is() ) in end() 300 xProgress->end(); in end() 311 if ( !xProgress.is() ) in setText() 314 if ( xProgress.is() ) in setText() 328 if ( !xProgress.is() ) in setValue() 331 if ( xProgress.is() ) in setValue() 348 if ( xProgress.is() ) in reset() [all …]
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 264 Reference < XProgressHandler >& xProgress, 644 Reference < XProgressHandler >& xProgress, in Moderator() 931 Reference < XProgressHandler > xProgress, 941 Reference < XProgressHandler > xProgress, in UCBOpenContentSync() 1002 if(xProgress.is()) in UCBOpenContentSync() 1003 xProgress->push(res.result); in UCBOpenContentSync() 1009 if(xProgress.is()) in UCBOpenContentSync() 1010 xProgress->update(res.result); in UCBOpenContentSync() 1016 if(xProgress.is()) in UCBOpenContentSync() 1017 xProgress->pop(); in UCBOpenContentSync() [all …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | mediadescriptor.cxx | 648 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithPostData() local 649 …er::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithPostData() 722 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithURL() local 723 …er::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithURL()
|
/aoo42x/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 1163 …css::uno::Reference< css::task::XStatusIndicator > xProgress = m_lMediaDescriptor.getUnpackedValu… in impl_loadContent() local 1165 if (!bHidden && !bMinimized && !bPreview && !xProgress.is()) in impl_loadContent() 1171 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent() 1172 if (xProgress.is()) in impl_loadContent() 1173 … m_lMediaDescriptor[::comphelper::MediaDescriptor::PROP_STATUSINDICATOR()] <<= xProgress; in impl_loadContent()
|
/aoo42x/main/svx/source/inc/ |
H A D | docrecovery.hxx | 285 …rtual void setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress); 342 const css::uno::Reference< css::lang::XComponent >& xProgress);
|
/aoo42x/main/framework/source/services/ |
H A D | frame.cxx | 2668 css::uno::Reference< css::task::XStatusIndicator > xProgress; in impl_setPropertyValue() local 2669 aValue >>= xProgress; in impl_setPropertyValue() 2670 m_xIndicatorInterception = xProgress; in impl_setPropertyValue() 2716 …css::uno::Reference< css::task::XStatusIndicator > xProgress(m_xIndicatorInterception.get(), css::… in impl_getPropertyValue() local 2717 aValue = css::uno::makeAny(xProgress); in impl_getPropertyValue()
|
/aoo42x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 384 …coveryCore::setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress) in setProgressHandler() argument 386 m_xProgress = xProgress; in setProgressHandler() 629 … const css::uno::Reference< css::lang::XComponent >& xProgress) in PluginProgressWindow() 631 , m_xProgress(xProgress) in PluginProgressWindow()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 473 …ng* pKey=0, sal_Bool bRepair = sal_False, Reference< XProgressHandler > xProgress = Reference< XPr… 677 …_Bool bDirect, const ByteString* pKey, sal_Bool bRepair, Reference< XProgressHandler > xProgress ) in UCBStorageStream_Impl() argument 704 xProgress ); in UCBStorageStream_Impl() 1395 …l_Bool bDirect, const ByteString* pKey, sal_Bool bRepair, Reference< XProgressHandler > xProgress ) argument 1399 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey, bRepair, xProgress );
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1159 ::std::auto_ptr<ScProgress> xProgress( new ScProgress( pDocSh, in ExtText2Doc() 1322 xProgress->SetStateOnPercent( rStrm.Tell() - nOldPos ); in ExtText2Doc() 1372 xProgress.reset(); // make room for AdjustRowHeight progress in ExtText2Doc()
|
/aoo42x/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 92 …ory, sal_Bool bInitialise, sal_Bool bForceRecovery, uno::Reference < XProgressHandler > xProgress ) in ZipFile() argument 99 , xProgressHandler( xProgress ) in ZipFile()
|
/aoo42x/main/package/inc/ |
H A D | ZipFile.hxx | 114 ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XProgressHandler > xProgress
|
/aoo42x/main/sot/inc/sot/ |
H A D | stg.hxx | 270 …l bRepair, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XProgressHandler > xProgress );
|