Home
last modified time | relevance | path

Searched refs:nProgressRange (Results 1 – 9 of 9) sorted by relevance

/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx83 sal_Int32 nProgressRange = 4; in importImpl() local
90 xStatusIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Loading :" )),nProgressRange); in importImpl()
224 sal_Int32 nProgressRange(3); in exportImpl() local
230 xStatusIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Saving :" )),nProgressRange); in exportImpl()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx567 sal_Int32 nProgressRange(1000000); in Import() local
570 mxStatusIndicator->start(aMsg, nProgressRange); in Import()
574 aProgRange <<= nProgressRange; in Import()
984 sal_Int32 nProgressRange(1000000); in Export() local
987 mxStatusIndicator->start(aMsg, nProgressRange); in Export()
991 aProgRange <<= nProgressRange; in Export()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx462 sal_Int32 nProgressRange(1000000); in Import() local
463 xStatusIndicator->start(rtl::OUString(ScGlobal::GetRscString(STR_LOAD_DOC)), nProgressRange); in Import()
464 …tyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ProgressRange")), uno::makeAny(nProgressRange)); in Import()
913 sal_Int32 nProgressRange(1000000); in Export() local
915 xStatusIndicator->start(rtl::OUString(ScGlobal::GetRscString(STR_SAVE_DOC)), nProgressRange); in Export()
916 …tyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ProgressRange")), uno::makeAny(nProgressRange)); in Export()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx192 sal_Int32 nProgressRange(1000000); in _Write() local
196 nProgressRange); in _Write()
198 aAny <<= nProgressRange; in _Write()
H A Dswxml.cxx690 sal_Int32 nProgressRange(1000000); in Read() local
693 xStatusIndicator->start(SW_RESSTR(STR_STATSTR_SWGREAD), nProgressRange); in Read()
696 aProgRange <<= nProgressRange; in Read()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1521 sal_Int32 nProgressRange(0); in GetProgressBarHelper() local
1523 if (aAny >>= nProgressRange) in GetProgressBarHelper()
1524 mpProgressBarHelper->SetRange(nProgressRange); in GetProgressBarHelper()
H A Dxmlexp.cxx2110 sal_Int32 nProgressRange(0); in GetProgressBarHelper() local
2112 if (aAny >>= nProgressRange) in GetProgressBarHelper()
2113 mpProgressBarHelper->SetRange(nProgressRange); in GetProgressBarHelper()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx141 sal_Int32 nProgressRange = bFlat ? 1 : 3; in Export() local
143 nProgressRange); in Export()
H A Dmathmlimport.cxx166 sal_Int32 nProgressRange(nSteps); in Import() local
170 nProgressRange); in Import()

Completed in 77 milliseconds