Home
last modified time | relevance | path

Searched refs:xProgress (Results 1 – 13 of 13) sorted by relevance

/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx192 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 …]
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx280 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 …]
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx264 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 …]
/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx648 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()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1163 …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()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx285 …rtual void setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress);
342 const css::uno::Reference< css::lang::XComponent >& xProgress);
/trunk/main/framework/source/services/
H A Dframe.cxx2668 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()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx384 …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()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx473 …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 );
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1159 ::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()
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx92 …ory, sal_Bool bInitialise, sal_Bool bForceRecovery, uno::Reference < XProgressHandler > xProgress ) in ZipFile() argument
99 , xProgressHandler( xProgress ) in ZipFile()
/trunk/main/package/inc/
H A DZipFile.hxx114 ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XProgressHandler > xProgress
/trunk/main/sot/inc/sot/
H A Dstg.hxx270 …l bRepair, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XProgressHandler > xProgress );

Completed in 154 milliseconds