Home
last modified time | relevance | path

Searched refs:mxStatusIndicator (Results 1 – 19 of 19) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswffilter.cxx161 Reference< XStatusIndicator> mxStatusIndicator; member in swf::FlashExportFilter
198 mxStatusIndicator(), in FlashExportFilter()
255mxStatusIndicator = findPropertyValue<Reference<XStatusIndicator> >(aDescriptor, "StatusIndicator"… in filter()
318 if( mxStatusIndicator.is() ) in filter()
319 mxStatusIndicator->end(); in filter()
411 if ( mxStatusIndicator.is() ) in ExportAsMultipleFiles()
412 mxStatusIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Saving :" )), nPageCount); in ExportAsMultipleFiles()
416 if ( mxStatusIndicator.is() ) in ExportAsMultipleFiles()
417 mxStatusIndicator->setValue( nPage ); in ExportAsMultipleFiles()
506 return aFlashExporter.exportAll( mxDoc, xOutputStream, mxStatusIndicator ); in ExportAsSingleFile()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx561 pItem->GetValue() >>= mxStatusIndicator; in Import()
565 if(mxStatusIndicator.is()) in Import()
570 mxStatusIndicator->start(aMsg, nProgressRange); in Import()
650 *pArgs++ <<= mxStatusIndicator; in Import()
655 *pArgs++ <<= mxStatusIndicator; in Import()
706 if( mxStatusIndicator.is() ) in Import()
707 mxStatusIndicator->end(); in Import()
982 if(mxStatusIndicator.is()) in Export()
1073 if( mxStatusIndicator.is() ) *pArgs++ <<= mxStatusIndicator; in Export()
1096 if(mxStatusIndicator.is()) in Export()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx622 mxStatusIndicator = xFactory->getStatusIndicator(); in SchXMLImport()
629 if( mxStatusIndicator.is()) in SchXMLImport()
632 mxStatusIndicator->start( aText, 100 ); // use percentage as values in SchXMLImport()
639 if( mxStatusIndicator.is()) in ~SchXMLImport()
641 mxStatusIndicator->end(); in ~SchXMLImport()
642 mxStatusIndicator->reset(); in ~SchXMLImport()
H A DSchXMLExport.cxx3676 if( mxStatusIndicator.is()) in ~SchXMLExport()
3678 mxStatusIndicator->end(); in ~SchXMLExport()
3679 mxStatusIndicator->reset(); in ~SchXMLExport()
3789 if( mxStatusIndicator.is()) in SetProgress()
3790 mxStatusIndicator->setValue( nPercentage ); in SetProgress()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx103 mxStatusIndicator ( rxStatusIndicator ), in PDFExport()
248 if ( mxStatusIndicator.is() ) in ExportSelection()
249 mxStatusIndicator->setValue( mnProgressValue ); in ExportSelection()
895 if ( mxStatusIndicator.is() ) in Export()
904 mxStatusIndicator->start( String( ResId( PDF_PROGRESS_BAR, *pResMgr ) ), nTotalPageCount ); in Export()
919 if ( mxStatusIndicator.is() ) in Export()
920 mxStatusIndicator->end(); in Export()
H A Dpdfexport.hxx54 Reference< task::XStatusIndicator > mxStatusIndicator; member in PDFExport
/trunk/main/oox/source/core/
H A Dfilterbase.cxx152 Reference< XStatusIndicator > mxStatusIndicator; member
273 return mxImpl->mxStatusIndicator; in getStatusIndicator()
566 …mxImpl->mxStatusIndicator = mxImpl->maMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_S… in setMediaDescriptor()
/trunk/main/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx101 …tCGM( aFileURL, mxModel, CGM_IMPORT_CGM | CGM_BIG_ENDIAN | CGM_EXPORT_IMPRESS, mxStatusIndicator ); in Import()
148 bRet = FncCGMExport( aPhysicalName, mxModel, mxStatusIndicator, NULL ); in Export()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx115 com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator; member
533 pValues->Value >>= rSettings.mxStatusIndicator; in ParseSettings()
652 if ( rSettings.mxStatusIndicator.is() ) in ParseSettings()
658 rSettings.maFilterData[ i ].Value <<= rSettings.mxStatusIndicator; in ParseSettings()
/trunk/main/xmloff/inc/
H A DSchXMLExport.hxx58 com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator; member in SchXMLExport
H A DSchXMLImport.hxx159 com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator; member in SchXMLImport
/trunk/main/sd/inc/
H A Dsdfilter.hxx58 ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > mxStatusIndicator;
/trunk/main/sd/source/filter/
H A Dsdfilter.cxx104 pStatusBarItem->GetValue() >>= mxStatusIndicator; in CreateStatusIndicator()
H A Dsdpptwrp.cxx179 bRet = PPTExport( aProperties, xStorRef, mxModel, mxStatusIndicator, pBas, nCnvrtFlags ); in Export()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx128 ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > mxStatusIndicator;
485 …erence< com::sun::star::task::XStatusIndicator > GetStatusIndicator() { return mxStatusIndicator; } in GetStatusIndicator()
H A Dxmlimp.hxx151 ::com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator;
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx501 if(mxStatusIndicator.is()) in SetProgress()
502 mxStatusIndicator->setValue(nProg); in SetProgress()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx994 mxStatusIndicator = xTmpStatusIndicator; in initialize()
1503 mpProgressBarHelper = new ProgressBarHelper(mxStatusIndicator, sal_False); in GetProgressBarHelper()
H A Dxmlexp.cxx793 mxStatusIndicator = xTmpStatus; in initialize()
2092 mpProgressBarHelper = new ProgressBarHelper(mxStatusIndicator, sal_True); in GetProgressBarHelper()

Completed in 103 milliseconds