/trunk/main/oox/inc/oox/xls/ |
H A D | externallinkbuffer.hxx | 146 …inline explicit LinkSheetRange( sal_Int32 nFirst, sal_Int32 nLast ) { setRange( nFirst, nLast … in LinkSheetRange() 154 void setRange( sal_Int32 nFirst, sal_Int32 nLast );
|
/trunk/main/tools/source/memtools/ |
H A D | multisel.cxx | 881 setRange( i_rInput ); in StringRangeEnumerator() 954 bool StringRangeEnumerator::setRange( const rtl::OUString& i_rNewRange, bool i_bStrict ) in setRange() function in StringRangeEnumerator 1144 bool bRes = aEnum.setRange( i_rPageRange ); in getRangesFromString()
|
/trunk/main/padmin/source/ |
H A D | progress.hxx | 53 void setRange( int nMin, int nMax ) { mnMin = nMin; mnMax = nMax; } in setRange() function in padmin::ProgressDialog
|
H A D | newppdlg.cxx | 132 aProgress.setRange( 0, aFiles.size() ); in Import()
|
H A D | fontentry.cxx | 613 m_pProgress->setRange( 0, aFiles.size() ); in copyFonts()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 259 pScVbaShape->setRange( aRange ); in AddRectangle() 303 pScVbaShape->setRange( aRange ); in AddEllipse()
|
/trunk/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 394 void SAL_CALL ProgressMonitor::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange() function in unocontrols::ProgressMonitor 401 m_xProgressBar->setRange ( nMin, nMax ) ; in setRange()
|
H A D | progressbar.cxx | 254 void SAL_CALL ProgressBar::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange() function in unocontrols::ProgressBar
|
H A D | statusindicator.cxx | 215 m_xProgressBar->setRange( 0, nRange ); in start()
|
/trunk/main/UnoControls/source/inc/ |
H A D | progressbar.hxx | 275 virtual void SAL_CALL setRange( sal_Int32 nMin ,
|
H A D | progressmonitor.hxx | 406 virtual void SAL_CALL setRange( sal_Int32 nMin ,
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XProgressBar.idl | 64 [oneway] void setRange( [in] long Min,
|
/trunk/main/tools/inc/tools/ |
H A D | multisel.hxx | 173 bool setRange( const rtl::OUString& i_rNewRange, bool i_bStrict = false );
|
/trunk/main/oox/source/xls/ |
H A D | externallinkbuffer.cxx | 460 void LinkSheetRange::setRange( sal_Int32 nFirst, sal_Int32 nLast ) in setRange() function in oox::xls::LinkSheetRange 766 orSheetRange.setRange( nTabId1, nTabId2 ); in getSheetRange()
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | StatusDialog.java | 141 progressBar.setRange(0, t.getMax()); in initProgressBar()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbashape.hxx | 62 void setRange( css::uno::Any aRange ) { m_aRange = aRange; }; in setRange() function in ScVbaShape
|
/trunk/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 432 mxProgressBar->setRange( 0, GALLERY_PROGRESS_RANGE ); in DBG_NAME()
|
/trunk/main/svtools/source/inc/ |
H A D | unoiface.hxx | 410 …void SAL_CALL setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::RuntimeExcep…
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 1439 getImpl()->mxProgressBar->setRange( min, max ); in SetRange()
|
/trunk/main/svtools/source/uno/ |
H A D | unoiface.cxx | 2188 void VCLXProgressBar::setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::Runti… in setRange() function in VCLXProgressBar
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 1462 …void SAL_CALL setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::RuntimeExcep…
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 4293 void UnoProgressBarControl::setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno:… in setRange() function in UnoProgressBarControl
|