Home
last modified time | relevance | path

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

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/helper/
H A Dstatusindicatorfactory.cxx132 if (xProgress.is()) in start()
162 (xProgress.is() ) in reset()
164 xProgress->reset(); in reset()
201 if (xProgress.is()) in end()
211 if (xProgress.is()) in end()
212 xProgress->end(); in end()
242 (xProgress.is() ) in setText()
245 xProgress->setText(sText); in setText()
274 (xProgress.is() ) in setValue()
417 m_xProgress = xProgress; in impl_createProgress()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/helper/
H A Dstatusindicatorfactory.cxx139 if (xProgress.is()) in start()
169 (xProgress.is() ) in reset()
171 xProgress->reset(); in reset()
208 if (xProgress.is()) in end()
218 if (xProgress.is()) in end()
219 xProgress->end(); in end()
249 (xProgress.is() ) in setText()
252 xProgress->setText(sText); in setText()
281 (xProgress.is() ) in setValue()
425 m_xProgress = xProgress; in impl_createProgress()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx203 if ( !xProgress.is() ) in start()
206 if ( xProgress.is() ) in start()
219 if ( !xProgress.is() ) in end()
222 if ( xProgress.is() ) in end()
223 xProgress->end(); in end()
234 if ( !xProgress.is() ) in setText()
237 if ( xProgress.is() ) in setText()
249 if ( !xProgress.is() ) in setValue()
252 if ( xProgress.is() ) in setValue()
269 if ( xProgress.is() ) in reset()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx209 if ( !xProgress.is() ) in start()
212 if ( xProgress.is() ) in start()
225 if ( !xProgress.is() ) in end()
228 if ( xProgress.is() ) in end()
229 xProgress->end(); in end()
240 if ( !xProgress.is() ) in setText()
243 if ( xProgress.is() ) in setText()
255 if ( !xProgress.is() ) in setValue()
258 if ( xProgress.is() ) in setValue()
275 if ( xProgress.is() ) in reset()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/misc/
H A Dmediadescriptor.cxx547 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithPostData() local
548 …er::CommandEnvironment> xCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithPostData()
619 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithURL() local
620 …er::CommandEnvironment> xCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/misc/
H A Dmediadescriptor.cxx546 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithPostData() local
547 …er::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithPostData()
620 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in impl_openStreamWithURL() local
621 …er::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, xProgress); in impl_openStreamWithURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddocrecovery.cxx240 …coveryCore::setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress) in setProgressHandler() argument
242 m_xProgress = xProgress; in setProgressHandler()
565 std::unique_ptr<SaveProgressDialog> xProgress(new SaveProgressDialog(m_xDialog.get(), m_pCore)); in IMPL_LINK_NOARG() local
566 short nResult = xProgress->run(); in IMPL_LINK_NOARG()
567 xProgress.reset(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddocrecovery.cxx256 …coveryCore::setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress) in setProgressHandler() argument
258 m_xProgress = xProgress; in setProgressHandler()
581 std::unique_ptr<SaveProgressDialog> xProgress(new SaveProgressDialog(m_xDialog.get(), m_pCore)); in IMPL_LINK_NOARG() local
582 short nResult = xProgress->run(); in IMPL_LINK_NOARG()
583 xProgress.reset(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcuigaldlg.cxx797 auto xProgress = std::make_shared<SearchProgress>(GetFrameWeld(), this, aURL); in SearchFiles() local
802 xProgress->SetFileType( m_xCbbFileType->get_active_text() ); in SearchFiles()
803 xProgress->SetDirectory( INetURLObject() ); in SearchFiles()
805 xProgress->LaunchThread(); in SearchFiles()
806 weld::DialogController::runAsync(xProgress, [this](sal_Int32 nResult) { in SearchFiles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcuigaldlg.cxx796 std::shared_ptr<SearchProgress> xProgress(new SearchProgress(GetFrameWeld(), this, aURL)); in SearchFiles() local
801 xProgress->SetFileType( m_xCbbFileType->get_active_text() ); in SearchFiles()
802 xProgress->SetDirectory( INetURLObject() ); in SearchFiles()
804 xProgress->LaunchThread(); in SearchFiles()
805 weld::DialogController::runAsync(xProgress, [this](sal_Int32 nResult) { in SearchFiles()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dmain.c924 int (*xProgress)(void*), in sqlite_progress_handler()
928 db->xProgress = xProgress; in sqlite_progress_handler()
932 db->xProgress = 0; in sqlite_progress_handler()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dmain.c924 int (*xProgress)(void*), in sqlite_progress_handler()
928 db->xProgress = xProgress; in sqlite_progress_handler()
932 db->xProgress = 0; in sqlite_progress_handler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/ucbhelper/
H A Ducbhelper.cxx125 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in getDefaultCommandEnvironment() local
128 new comphelper::SimpleFileAccessInteraction( xIH ), xProgress ); in getDefaultCommandEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/ucbhelper/
H A Ducbhelper.cxx125 css::uno::Reference< css::ucb::XProgressHandler > xProgress; in getDefaultCommandEnvironment() local
128 new comphelper::SimpleFileAccessInteraction( xIH ), xProgress ); in getDefaultCommandEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Doptsolver.cxx817 auto xProgress = std::make_shared<ScSolverProgressDialog>(m_xDialog.get()); in CallSolver() local
820 xProgress->SetTimeLimit( nTimeout ); in CallSolver()
822 xProgress->HideTimeLimit(); in CallSolver()
824 weld::DialogController::runAsync(xProgress, [](sal_Int32 /*nResult*/){}); in CallSolver()
1013 xProgress->response(RET_CLOSE); in CallSolver()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Doptsolver.cxx788 std::shared_ptr<ScSolverProgressDialog> xProgress(new ScSolverProgressDialog(m_xDialog.get())); in CallSolver() local
791 xProgress->SetTimeLimit( nTimeout ); in CallSolver()
793 xProgress->HideTimeLimit(); in CallSolver()
795 weld::DialogController::runAsync(xProgress, [](sal_Int32 /*nResult*/){}); in CallSolver()
984 xProgress->response(RET_CLOSE); in CallSolver()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworkbookfragment.cxx296 const ISegmentProgressBarRef& wrapProgress( const ISegmentProgressBarRef &xProgress ) in wrapProgress() argument
298 aSegments.push_back( std::make_shared<ProgressWrapper>( xProgress ) ); in wrapProgress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworkbookfragment.cxx297 const ISegmentProgressBarRef& wrapProgress( const ISegmentProgressBarRef &xProgress ) in wrapProgress() argument
299 aSegments.push_back( ISegmentProgressBarRef( new ProgressWrapper( xProgress ) ) ); in wrapProgress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/loadenv/
H A Dloadenv.cxx1096 …css::uno::Reference<css::task::XStatusIndicator> xProgress = m_lMediaDescriptor.getUnpackedValueOr… in impl_loadContent() local
1098 if (!xProgress.is()) in impl_loadContent()
1104 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent()
1105 if (xProgress.is()) in impl_loadContent()
1106 m_lMediaDescriptor[utl::MediaDescriptor::PROP_STATUSINDICATOR()] <<= xProgress; in impl_loadContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/loadenv/
H A Dloadenv.cxx1104 …css::uno::Reference<css::task::XStatusIndicator> xProgress = m_lMediaDescriptor.getUnpackedValueOr… in impl_loadContent() local
1106 if (!xProgress.is()) in impl_loadContent()
1112 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent()
1113 if (xProgress.is()) in impl_loadContent()
1114 m_lMediaDescriptor[utl::MediaDescriptor::PROP_STATUSINDICATOR()] <<= xProgress; in impl_loadContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Ddocrecovery.hxx239 … void setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Ddocrecovery.hxx238 … void setProgressHandler(const css::uno::Reference< css::task::XStatusIndicator >& xProgress);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Ducbstorage.cxx421 … bool bRepair, Reference< XProgressHandler > const & xProgress );
616 …rageStream* pStream, bool bDirect, bool bRepair, Reference< XProgressHandler > const & xProgress ) in UCBStorageStream_Impl() argument
640 … = new ::ucbhelper::CommandEnvironment( Reference< css::task::XInteractionHandler >(), xProgress ); in UCBStorageStream_Impl()
1193 …me, StreamMode nMode, bool bDirect, bool bRepair, Reference< XProgressHandler > const & xProgress ) in UCBStorageStream() argument
1197 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, bRepair, xProgress ); in UCBStorageStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Ducbstorage.cxx416 … bool bRepair, Reference< XProgressHandler > const & xProgress );
611 …rageStream* pStream, bool bDirect, bool bRepair, Reference< XProgressHandler > const & xProgress ) in UCBStorageStream_Impl() argument
635 … = new ::ucbhelper::CommandEnvironment( Reference< css::task::XInteractionHandler >(), xProgress ); in UCBStorageStream_Impl()
1188 …me, StreamMode nMode, bool bDirect, bool bRepair, Reference< XProgressHandler > const & xProgress ) in UCBStorageStream() argument
1192 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, bRepair, xProgress ); in UCBStorageStream()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmain.c971 int (*xProgress)(void*), in sqlite3_progress_handler()
976 db->xProgress = xProgress; in sqlite3_progress_handler()
980 db->xProgress = 0; in sqlite3_progress_handler()

123456789