Home
last modified time | relevance | path

Searched refs:nRange (Results 26 – 50 of 52) sorted by relevance

123

/trunk/main/tools/inc/tools/
H A Dmultisel.hxx108 …const Range& GetRange( sal_uIntPtr nRange ) const { return *(const Range*)aSels.GetObject(nRange);… in GetRange()
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx172 sal_Int32 nRange) in start() argument
181 IndicatorInfo aInfo(xChild, sText, nRange); in start()
193 xProgress->start(sText, nRange); in start()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx910 for( sal_uInt32 nRange = 0; (nRange < pRList->Count()) && bContLoop; nRange++ ) in ExcEScenario() local
912 const ScRange* pRange = pRList->GetObject( nRange ); in ExcEScenario()
/trunk/main/UnoControls/source/controls/
H A Dstatusindicator.cxx208 void SAL_CALL StatusIndicator::start( const OUString& sText, sal_Int32 nRange ) throw( RuntimeExcep… in start() argument
215 m_xProgressBar->setRange( 0, nRange ); in start()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx156 sal_uIntPtr nRange, /* Maximalwert des Bereiches */ in SfxProgress() argument
182 pImp->nMax = nRange; in SfxProgress()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1153 long nRange = pHScroll->GetRange().Len(); in VirtHScrollHdl() local
1154 double fX = (double) nThumb / nRange; in VirtHScrollHdl()
1183 long nRange = pVScroll->GetRange().Len(); in VirtVScrollHdl() local
1184 double fY = (double) nThumb / nRange; in VirtVScrollHdl()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx263 …virtual void SAL_CALL start(const ::rtl::OUString& aText, sal_Int32 nRange) throw(::com::sun::st…
272 void SAL_CALL SfxStatusIndicator::start(const ::rtl::OUString& aText, sal_Int32 nRange) throw(::com… in start() argument
277 _nRange = nRange; in start()
284 xProgress->start( aText, nRange ); in start()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx94 void SAL_CALL SplashScreen::start(const OUString&, sal_Int32 nRange) in start() argument
97 _iMax = nRange; in start()
H A Dsplash.hxx122 virtual void SAL_CALL start(const OUString& aText, sal_Int32 nRange) throw ( RuntimeException );
/trunk/main/sfx2/inc/
H A Didpool.hxx35 sal_uInt16 nRange; member in IdPool
/trunk/main/framework/inc/helper/
H A Dstatusindicator.hxx119 sal_Int32 nRange)
H A Dvclstatusindicator.hxx103 sal_Int32 nRange)
/trunk/main/framework/inc/uielement/
H A Dstatusindicatorinterfacewrapper.hxx64 … sal_Int32 nRange ) throw( ::com::sun::star::uno::RuntimeException );
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1371 TableMetrics const nRange = m_nColumnCount; in impl_ni_positionChildWindows() local
1372 if( m_nLeftColumn + nVisibleUnits == nRange - 1 ) in impl_ni_positionChildWindows()
1374 …if ( m_aColumnWidths[ nRange - 1 ].getStart() - m_aColumnWidths[ m_nLeftColumn ].getEnd() + m_aCol… in impl_ni_positionChildWindows()
/trunk/main/sfx2/inc/sfx2/
H A Dprogress.hxx52 sal_uIntPtr nRange, sal_Bool bAllDocs = sal_False,
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.hxx42 …void checkParameterRangeInDouble( double nRange, double nMin, double nMax ) throw (css::uno::Runti…
/trunk/main/sc/inc/
H A Dprogress.hxx82 sal_uLong nRange, sal_Bool bAllDocs = sal_False,
/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx405 static sal_uInt16 __READONLY_DATA nRange[] = in _setSingleValue() local
413 SfxItemSet *pItemSet = new SfxItemSet( mpDoc->GetAttrPool(), nRange ); in _setSingleValue()
/trunk/main/UnoControls/source/inc/
H A Dstatusindicator.hxx252 sal_Int32 nRange ) throw( UNO3_RUNTIMEEXCEPTION );
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx805 sal_uInt16 nRange = 0; in lcl_CopyDynamicDefaults() local
806 while( aRangeOfDefaults[nRange] != 0) in lcl_CopyDynamicDefaults()
808 for( nWhich = aRangeOfDefaults[nRange]; nWhich < aRangeOfDefaults[nRange + 1]; ++nWhich ) in lcl_CopyDynamicDefaults()
814 nRange += 2; in lcl_CopyDynamicDefaults()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1837 for (sal_uLong nRange = 0; nRange < rDestRanges.Count(); ++nRange) in UpdateRangeNamesInFormulas() local
1839 const ScRange* pRange = rDestRanges.GetObject( nRange); in UpdateRangeNamesInFormulas()
2173 for (sal_uLong nRange = 0; nRange < pDestRanges->Count(); ++nRange) in CopyFromClip() local
2175 const ScRange* pRange = pDestRanges->GetObject( nRange); in CopyFromClip()
/trunk/main/starmath/source/
H A Dunomodel.cxx694 static sal_uInt16 __READONLY_DATA nRange[] = in _setPropertyValues() local
705 SfxItemSet *pItemSet = new SfxItemSet( pDocSh->GetPool(), nRange ); in _setPropertyValues()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx385 sal_Int32 nRange)
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx704 sal_Int32 nRange) in start() argument
708 m_xProgress->start(::rtl::OUString(), nRange); in start()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1274 short nRange = Max( nScrollCols, (short)0 ); in UpdateScrollbars() local
1276 aHScroll.SetRange( Range( 0, nRange )); in UpdateScrollbars()

Completed in 233 milliseconds

123