| /aoo42x/main/vcl/source/gdi/ | 
| H A D | impfont.cxx | 159 		const int nRange = ImplFindRangeIndex( cChar );  in HasChar()  local 160 		if( nRange==0 && cChar<mpRangeCodes[0] )  in HasChar() 162 		bHasChar = ((nRange & 1) == 0); // inside a range  in HasChar() 180 	int nRange = ImplFindRangeIndex( cChar );  in GetGlyphIndex()  local 182 	if( (nRange == 0) && (cChar < mpRangeCodes[0]) ) {  in GetGlyphIndex() 188 		nRange = ImplFindRangeIndex( cChar | 0xF000 );  in GetGlyphIndex() 191 	if( (nRange & 1) != 0 )  in GetGlyphIndex() 195 	int nGlyphIndex = cChar - mpRangeCodes[ nRange ];  in GetGlyphIndex() 196 	const int nStartIndex = mpStartGlyphs[ nRange/2 ];  in GetGlyphIndex() 260 	int nRange = ImplFindRangeIndex( cChar + 1 );  in GetNextChar()  local [all …] 
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | colrowba.cxx | 166 	SCCOLROW nRange[2];  in HideEntries()  local 167 	nRange[0] = nStart;  in HideEntries() 168 	nRange[1] = nEnd;  in HideEntries() 169 	pViewData->GetView()->SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, 0 );  in HideEntries() 333 	SCCOLROW nRange[2];  in HideEntries()  local 334 	nRange[0] = nStart;  in HideEntries() 335 	nRange[1] = nEnd;  in HideEntries() 336 	pViewData->GetView()->SetWidthOrHeight( sal_False, 1, nRange, SC_SIZE_DIRECT, 0 );  in HideEntries()
  | 
| H A D | viewfunc.cxx | 2344                     for ( SCCOLROW nRange = 0; nRange < nRangeCnt; ++nRange )  in SetWidthOrHeight()  local 2423 	SCCOLROW nRange[2];  in ModifyCellSize()  local 2482 		nRange[0] = nRange[1] = nCol;  in ModifyCellSize() 2483 		SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, nWidth );  in ModifyCellSize() 2517 		nRange[0] = nRange[1] = nRow;  in ModifyCellSize() 2518 		SetWidthOrHeight( sal_False, 1, nRange, eMode, nHeight );  in ModifyCellSize()
  | 
| /aoo42x/main/dbaccess/source/ext/macromigration/ | 
| H A D | progressmixer.cxx | 54         sal_uInt32  nRange;  member 64             ,nRange(100)  in PhaseData() 72             ,nRange(100)  in PhaseData() 170         m_pData->aPhases[ _nID ].nRange = _nPhaseRange;  in startPhase() 185         double nLocalProgress = 1.0 * _nPhaseProgress / rPhase.nRange;  in advancePhase() 202         advancePhase( m_pData->pCurrentPhase->second.nRange );  in endPhase()
  | 
| /aoo42x/main/sw/source/ui/app/ | 
| H A D | docshini.cxx | 746 	sal_uInt16 nRange[] =	{  in SubInitNew()  local 755         nRange[ (sizeof(nRange)/sizeof(nRange[0])) - 3 ] = RES_PARATR_TABSTOP;  in SubInitNew() 756         nRange[ (sizeof(nRange)/sizeof(nRange[0])) - 2 ] = RES_PARATR_HYPHENZONE;  in SubInitNew() 758 	SfxItemSet aDfltSet( mpDoc->GetAttrPool(), nRange );  in SubInitNew()
  | 
| /aoo42x/main/framework/source/helper/ | 
| H A D | vclstatusindicator.cxx | 81                                               sal_Int32        nRange)  in start()  argument 114     m_nRange = nRange;  in start() 191     sal_Int32 nRange = m_nRange;  in setValue()  local 200             ((nValue*100) / ::std::max(nRange,(sal_Int32)1)), (sal_Int32)100));  in setValue()
  | 
| H A D | statusindicator.cxx | 69                                            sal_Int32        nRange)  in start()  argument 80         pFactory->start(this, sText, nRange);  in start()
  | 
| /aoo42x/main/sw/source/core/doc/ | 
| H A D | doctxm.cxx | 1029 		sal_uInt16 nRange = 1;  in Update()  local 1038 			while(aSortArr.Count() > (nCnt + nRange)&&  in Update() 1039 					aSortArr[nCnt + nRange]->GetType() == TOX_SORT_INDEX &&  in Update() 1040 					0 != (pNextMark = &(aSortArr[nCnt + nRange]->pTxtMark->GetTOXMark())) &&  in Update() 1043 				nRange++;  in Update() 1048 		nCnt += nRange - 1;  in Update() 1958 		sal_uInt16 nRange = 0;  in UpdatePageNum()  local 1966 			while(aSortArr.Count() > (nCnt + nRange)&&  in UpdatePageNum() 1967 					aSortArr[nCnt + nRange]->GetType() == TOX_SORT_INDEX &&  in UpdatePageNum() 1971 				nRange++;  in UpdatePageNum() [all …] 
 | 
| H A D | docnew.cxx | 1169     sal_uInt16 nRange = 0;  in CreateCopy()  local 1170     while( aRangeOfDefaults[nRange] != 0)  in CreateCopy() 1172         for( nWhich = aRangeOfDefaults[nRange]; nWhich < aRangeOfDefaults[nRange + 1]; ++nWhich )  in CreateCopy() 1178         nRange += 2;  in CreateCopy()
  | 
| /aoo42x/main/unotools/source/ucbhelper/ | 
| H A D | progresshandlerwrap.cxx | 64 	sal_Int32 nRange;  in push()  local 66 	if( getStatusFromAny_Impl( Status, aText, nRange ) )  in push() 67 		m_xStatusIndicator->start( aText, nRange );  in push()
  | 
| /aoo42x/main/sc/source/core/tool/ | 
| H A D | charthelper.cxx | 277         sal_Int32 nRange=0;  in SetChartRanges()  local 278 …for( sal_Int32 nN=0; (nN<aLabeledDataSequences.getLength()) && (nRange<rRanges.getLength()); nN++ )  in SetChartRanges() 290                     xDataProvider->createDataSequenceByRangeRepresentation( rRanges[nRange++] ));  in SetChartRanges() 299             if( !(nRange<rRanges.getLength()) )  in SetChartRanges() 306                     xDataProvider->createDataSequenceByRangeRepresentation( rRanges[nRange++] ));  in SetChartRanges()
  | 
| H A D | progress.cxx | 87 						sal_uLong nRange, sal_Bool bAllDocs, sal_Bool bWait )  in ScProgress()  argument 123 		pProgress = new SfxProgress( pObjSh, rText, nRange, bAllDocs, bWait );  in ScProgress() 125 		nGlobalRange = nRange;  in ScProgress()
  | 
| /aoo42x/main/vbahelper/source/vbahelper/ | 
| H A D | vbapictureformat.cxx | 37 ScVbaPictureFormat::checkParameterRangeInDouble( double nRange, double nMin, double nMax ) throw (c…  in checkParameterRangeInDouble()  argument 39     if( nRange < nMin )  in checkParameterRangeInDouble() 43     if( nRange > nMax )  in checkParameterRangeInDouble()
  | 
| /aoo42x/main/framework/inc/helper/ | 
| H A D | statusindicatorfactory.hxx | 118                             sal_Int32                                           nRange    )  in IndicatorInfo() 122             m_nRange     = nRange    ;  in IndicatorInfo() 265                                  sal_Int32                                           nRange);
  | 
| /aoo42x/main/basctl/source/basicide/ | 
| H A D | baside2.hxx | 72 	inline			ProgressInfo( SfxObjectShell* pObjSh, const String& rText, sal_uLong nRange ); 79 inline ProgressInfo::ProgressInfo( SfxObjectShell* pObjSh, const String& rText, sal_uLong nRange )  in ProgressInfo()  argument 80 	: SfxProgress( pObjSh, rText, nRange )  in ProgressInfo() 165 	void			CreateProgress( const String& rText, sal_uLong nRange );
  | 
| /aoo42x/main/editeng/source/misc/ | 
| H A D | txtrange.cxx | 172 	long CalcMax( const Point& rPt1, const Point& rPt2,	long nRange, long nFar ); 221 	long nRange, long nFarRange )  in CalcMax()  argument 223 	double nDa = Cut( nRange, rPt1, rPt2 ) - Cut( nFarRange, rPt1, rPt2 );  in CalcMax() 234 	nB = nRange + nDa * ( nFarRange - nRange ) / sqrt( nB );  in CalcMax()
  | 
| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | brwbox3.cxx | 522         for( sal_uInt32 nRange = 0; nRange < nRangeCount; ++nRange )  in GetAllSelectedColumns()  local 524             const Range& rRange = pColumnSel->GetRange( nRange );  in GetAllSelectedColumns()
  | 
| /aoo42x/main/svl/source/items/ | 
| H A D | itemset.cxx | 1673 	for ( sal_uInt16 nRange = 0; _pWhichRanges[nRange]; nRange += 2 )  in operator ==()  local 1674 		if ( _pWhichRanges[nRange] != rCmp._pWhichRanges[nRange] ||  in operator ==() 1675 			 _pWhichRanges[nRange+1] != rCmp._pWhichRanges[nRange+1] )  in operator ==()
  | 
| /aoo42x/main/connectivity/source/drivers/calc/ | 
| H A D | CDatabaseMetaData.cxx | 464 			for (sal_Int32 nRange=0; nRange<nDBCount; nRange++)  in getTables()  local 466 				::rtl::OUString aName = aDBNames[nRange];  in getTables()
  | 
| /aoo42x/main/sfx2/inc/ | 
| H A D | progind.hxx | 40 	long 						nRange;  member in SfxStatusInd_Impl 51 …virtual void SAL_CALL start(const ::rtl::OUString& aText, sal_Int32 nRange) throw ( ::com::sun::st…
  | 
| /aoo42x/main/framework/qa/complex/loadAllDocuments/ | 
| H A D | StatusIndicator.java | 109     public void start( /*IN*/String sText, /*IN*/int nRange )  in start()  argument 118             m_nRange = nRange;  in start()
  | 
| /aoo42x/main/xmloff/inc/xmloff/ | 
| H A D | ProgressBarHelper.hxx | 40 			sal_Int32																		nRange;  member in ProgressBarHelper 57 			void SetRange(sal_Int32 nVal) { nRange = nVal; }  in SetRange()
  | 
| /aoo42x/main/xmloff/source/core/ | 
| H A D | ProgressBarHelper.cxx | 46 , nRange(nDefaultProgressBarRange)  in ProgressBarHelper() 110 			double fNewValue ((fValue * nRange) / nReference);  in SetValue()
  | 
| /aoo42x/main/sd/source/ui/inc/taskpane/ | 
| H A D | ScrollPanel.hxx | 170 	sal_Int32 SetupVerticalScrollBar (bool bShow, sal_Int32 nRange); 171 	sal_Int32 SetupHorizontalScrollBar (bool bShow, sal_Int32 nRange);
  | 
| /aoo42x/main/framework/source/uielement/ | 
| H A D | statusindicatorinterfacewrapper.cxx | 63     sal_Int32              nRange )  in start()  argument 71             pProgressBar->start( sText, nRange );  in start()
  |