Home
last modified time | relevance | path

Searched refs:GetStatusIndicator (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DFilterConfigItem.hxx85 css::uno::Reference< css::task::XStatusIndicator > GetStatusIndicator() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DFilterConfigItem.hxx89 css::uno::Reference< css::task::XStatusIndicator > GetStatusIndicator() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dxmlwrap.hxx66 css::uno::Reference< css::task::XStatusIndicator> GetStatusIndicator() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dxmlwrap.hxx66 css::uno::Reference< css::task::XStatusIndicator> GetStatusIndicator() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx204 xProgress = pWorkWindow->GetStatusIndicator(); in start()
220 xProgress = pWorkWindow->GetStatusIndicator(); in end()
235 xProgress = pWorkWindow->GetStatusIndicator(); in setText()
250 xProgress = pWorkWindow->GetStatusIndicator(); in setValue()
267 xProgress = pWorkWindow->GetStatusIndicator(); in reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx210 xProgress = pWorkWindow->GetStatusIndicator(); in start()
226 xProgress = pWorkWindow->GetStatusIndicator(); in end()
241 xProgress = pWorkWindow->GetStatusIndicator(); in setText()
256 xProgress = pWorkWindow->GetStatusIndicator(); in setValue()
273 xProgress = pWorkWindow->GetStatusIndicator(); in reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dprogress.cxx225 pImpl->xStatusInd = pImpl->pWorkWin->GetStatusIndicator(); in SetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dprogress.cxx231 pImpl->xStatusInd = pImpl->pWorkWin->GetStatusIndicator(); in SetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dworkwin.hxx294 css::uno::Reference< css::task::XStatusIndicator > GetStatusIndicator();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlwrap.cxx91 uno::Reference <task::XStatusIndicator> ScXMLImportWrapper::GetStatusIndicator() const in GetStatusIndicator() function in ScXMLImportWrapper
341 uno::Reference<task::XStatusIndicator> xStatusIndicator = GetStatusIndicator(); in Import()
807 uno::Reference<task::XStatusIndicator> xStatusIndicator(GetStatusIndicator()); in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlwrap.cxx90 uno::Reference <task::XStatusIndicator> ScXMLImportWrapper::GetStatusIndicator() const in GetStatusIndicator() function in ScXMLImportWrapper
347 uno::Reference<task::XStatusIndicator> xStatusIndicator = GetStatusIndicator(); in Import()
779 uno::Reference<task::XStatusIndicator> xStatusIndicator(GetStatusIndicator()); in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dworkwin.hxx301 css::uno::Reference< css::task::XStatusIndicator > GetStatusIndicator();
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/
H A DFilterConfigItem.cxx378 Reference< XStatusIndicator > FilterConfigItem::GetStatusIndicator() const in GetStatusIndicator() function in FilterConfigItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/
H A DFilterConfigItem.cxx378 Reference< XStatusIndicator > FilterConfigItem::GetStatusIndicator() const in GetStatusIndicator() function in FilterConfigItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx95 xStatusIndicator = pFilterConfigItem->GetStatusIndicator(); in WriteGIF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx96 xStatusIndicator = pFilterConfigItem->GetStatusIndicator(); in WriteGIF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/etiff/
H A Detiff.cxx152 xStatusIndicator = pFilterConfigItem->GetStatusIndicator(); in WriteTIFF()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/etiff/
H A Detiff.cxx152 xStatusIndicator = pFilterConfigItem->GetStatusIndicator(); in WriteTIFF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlexp.hxx457 …const css::uno::Reference< css::task::XStatusIndicator >& GetStatusIndicator() const { return mxSt… in GetStatusIndicator() function in SvXMLExport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlexp.hxx452 …const css::uno::Reference< css::task::XStatusIndicator >& GetStatusIndicator() const { return mxSt… in GetStatusIndicator() function in SvXMLExport
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dsdxmlexp.cxx1642 if(GetStatusIndicator().is()) in ExportContent_()
1643 GetStatusIndicator()->setValue(((nPageInd + 1) * 100) / mnDocDrawPageCount); in ExportContent_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dsdxmlexp.cxx1640 if(GetStatusIndicator().is()) in ExportContent_()
1641 GetStatusIndicator()->setValue(((nPageInd + 1) * 100) / mnDocDrawPageCount); in ExportContent_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/wmf/
H A Dwmfwr.cxx1690 xStatusIndicator = pFConfigItem->GetStatusIndicator(); in WriteWMF()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/wmf/
H A Dwmfwr.cxx1689 xStatusIndicator = pFConfigItem->GetStatusIndicator(); in WriteWMF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dworkwin.cxx1108 Reference< css::task::XStatusIndicator > SfxWorkWindow::GetStatusIndicator() in GetStatusIndicator() function in SfxWorkWindow

12