Home
last modified time | relevance | path

Searched refs:m_xStatusIndicator (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx31 : m_xStatusIndicator( xSI ) in ProgressHandlerWrap()
54 if( !m_xStatusIndicator.is() ) in push()
61 m_xStatusIndicator->start( aText, nRange ); in push()
66 if( !m_xStatusIndicator.is() ) in update()
74 if( !aText.isEmpty() ) m_xStatusIndicator->setText( aText ); in update()
75 m_xStatusIndicator->setValue( nValue ); in update()
81 if( m_xStatusIndicator.is() ) in pop()
82 m_xStatusIndicator->end(); in pop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx31 : m_xStatusIndicator( xSI ) in ProgressHandlerWrap()
54 if( !m_xStatusIndicator.is() ) in push()
61 m_xStatusIndicator->start( aText, nRange ); in push()
66 if( !m_xStatusIndicator.is() ) in update()
74 if( !aText.isEmpty() ) m_xStatusIndicator->setText( aText ); in update()
75 m_xStatusIndicator->setValue( nValue ); in update()
81 if( m_xStatusIndicator.is() ) in pop()
82 m_xStatusIndicator->end(); in pop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtftokenizer.cxx36 , m_xStatusIndicator(xStatusIndicator) in RTFTokenizer()
71 if (m_xStatusIndicator.is()) in resolveParse()
77 m_xStatusIndicator->start(sDocLoad, nEndPos); in resolveParse()
81 m_xStatusIndicator->setValue(nLastPos); in resolveParse()
89 if (m_xStatusIndicator.is() && nCurrentPos > (nLastPos + nPercentSize)) in resolveParse()
92 m_xStatusIndicator->setValue(nLastPos); in resolveParse()
H A Drtftokenizer.hxx57 css::uno::Reference<css::task::XStatusIndicator> const& m_xStatusIndicator; member in writerfilter::rtftok::RTFTokenizer
H A Drtfdocumentimpl.hxx807 css::uno::Reference<css::task::XStatusIndicator> const& m_xStatusIndicator; member in writerfilter::rtftok::RTFDocumentImpl
H A Drtfdocumentimpl.cxx265 , m_xStatusIndicator(xStatusIndicator) in RTFDocumentImpl()
324 m_pTokenizer = new RTFTokenizer(*this, m_pInStream.get(), m_xStatusIndicator); in RTFDocumentImpl()
350 m_xStatusIndicator, m_rMediaDescriptor); in resolveSubstream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtftokenizer.cxx39 , m_xStatusIndicator(xStatusIndicator) in RTFTokenizer()
74 if (m_xStatusIndicator.is()) in resolveParse()
80 m_xStatusIndicator->start(sDocLoad, nEndPos); in resolveParse()
84 m_xStatusIndicator->setValue(nLastPos); in resolveParse()
92 if (m_xStatusIndicator.is() && nCurrentPos > (nLastPos + nPercentSize)) in resolveParse()
95 m_xStatusIndicator->setValue(nLastPos); in resolveParse()
H A Drtftokenizer.hxx69 css::uno::Reference<css::task::XStatusIndicator> const& m_xStatusIndicator; member in writerfilter::rtftok::RTFTokenizer
H A Drtfdocumentimpl.hxx799 css::uno::Reference<css::task::XStatusIndicator> const& m_xStatusIndicator; member in writerfilter::rtftok::RTFDocumentImpl
H A Drtfdocumentimpl.cxx269 , m_xStatusIndicator(xStatusIndicator) in RTFDocumentImpl()
328 m_pTokenizer = new RTFTokenizer(*this, m_pInStream.get(), m_xStatusIndicator); in RTFDocumentImpl()
354 m_xStatusIndicator, m_rMediaDescriptor); in resolveSubstream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx62 m_xStatusIndicator( xStat ) in PDFIProcessor()
498 if( m_xStatusIndicator.is() in endPage()
502 m_xStatusIndicator->end(); in endPage()
513 if( m_xStatusIndicator.is() ) in startPage()
517 m_xStatusIndicator->setValue( nNextPageNr ); in startPage()
553 EmitContext aContext( rEmitter, aStyles, m_aImages, *this, m_xStatusIndicator, m_xContext ); in emit()
593 if( !m_xStatusIndicator.is() ) in startIndicator()
612 m_xStatusIndicator->start( aStr.makeStringAndClear(), nElements ); in startIndicator()
617 if( m_xStatusIndicator.is() ) in endIndicator()
618 m_xStatusIndicator->end(); in endIndicator()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx61 m_xStatusIndicator( xStat ) in PDFIProcessor()
495 if( m_xStatusIndicator.is() in endPage()
499 m_xStatusIndicator->end(); in endPage()
510 if( m_xStatusIndicator.is() ) in startPage()
514 m_xStatusIndicator->setValue( nNextPageNr ); in startPage()
550 EmitContext aContext( rEmitter, aStyles, m_aImages, *this, m_xStatusIndicator, m_xContext ); in emit()
590 if( !m_xStatusIndicator.is() ) in startIndicator()
609 m_xStatusIndicator->start( aStr.makeStringAndClear(), nElements ); in startIndicator()
614 if( m_xStatusIndicator.is() ) in endIndicator()
615 m_xStatusIndicator->end(); in endIndicator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dprogresshandlerwrap.hxx38 css::uno::Reference<css::task::XStatusIndicator> m_xStatusIndicator;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dprogresshandlerwrap.hxx34 css::uno::Reference< css::task::XStatusIndicator > m_xStatusIndicator; member in utl::ProgressHandlerWrap
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfiprocessor.hxx75 { return m_xStatusIndicator; } in getStatusIndicator()
184 m_xStatusIndicator; member in pdfi::PDFIProcessor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfiprocessor.hxx78 { return m_xStatusIndicator; } in getStatusIndicator()
188 m_xStatusIndicator; member in pdfi::PDFIProcessor