| /AOO41X/main/framework/source/helper/ |
| H A D | statusindicatorfactory.cxx | 185 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in start() local 192 if (xProgress.is()) in start() 193 xProgress->start(sText, nRange); in start() 214 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in reset() local 223 (xProgress.is() ) in reset() 225 xProgress->reset(); in reset() 254 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in end() local 263 if (xProgress.is()) in end() 265 xProgress->setText (sText ); in end() 266 xProgress->setValue(nValue); in end() [all …]
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | sfxbasecontroller.cxx | 245 ::com::sun::star::uno::Reference < ::com::sun::star::task::XStatusIndicator > xProgress; 280 if ( !xProgress.is() ) in start() 281 xProgress = pWorkWindow->GetStatusIndicator(); in start() 283 if ( xProgress.is() ) in start() 284 xProgress->start( aText, nRange ); in start() 296 if ( !xProgress.is() ) in end() 297 xProgress = pWorkWindow->GetStatusIndicator(); in end() 299 if ( xProgress.is() ) in end() 300 xProgress->end(); in end() 311 if ( !xProgress.is() ) in setText() [all …]
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | ucblockbytes.cxx | 264 Reference < XProgressHandler >& xProgress, 644 Reference < XProgressHandler >& xProgress, in Moderator() 666 xProgress.is() ? new ModeratorsProgressHandler(*this) : 0 in Moderator() 931 Reference < XProgressHandler > xProgress, 941 Reference < XProgressHandler > xProgress, in UCBOpenContentSync() 962 xLockBytes,xContent,rArg,xSink,xInteract,xProgress,xHandler); in UCBOpenContentSync() 985 pMod = new Moderator(xContent,xInteract,xProgress,rArg); in UCBOpenContentSync() 1002 if(xProgress.is()) in UCBOpenContentSync() 1003 xProgress->push(res.result); in UCBOpenContentSync() 1009 if(xProgress.is()) in UCBOpenContentSync() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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);
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 );
|
| /AOO41X/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()
|
| /AOO41X/main/package/inc/ |
| H A D | ZipFile.hxx | 114 ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XProgressHandler > xProgress
|
| /AOO41X/main/package/source/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()
|
| /AOO41X/main/sot/inc/sot/ |
| H A D | stg.hxx | 270 …l bRepair, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XProgressHandler > xProgress );
|