Home
last modified time | relevance | path

Searched refs:nRange (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx159 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 …]
/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx166 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 Dviewfunc.cxx2344 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()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogressmixer.cxx54 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()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx746 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()
/trunk/main/framework/source/helper/
H A Dvclstatusindicator.cxx81 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 Dstatusindicator.cxx69 sal_Int32 nRange) in start() argument
80 pFactory->start(this, sText, nRange); in start()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1029 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 Ddocnew.cxx1169 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()
/trunk/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx64 sal_Int32 nRange; in push() local
66 if( getStatusFromAny_Impl( Status, aText, nRange ) ) in push()
67 m_xStatusIndicator->start( aText, nRange ); in push()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx277 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 Dprogress.cxx87 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx37 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()
/trunk/main/framework/inc/helper/
H A Dstatusindicatorfactory.hxx118 sal_Int32 nRange ) in IndicatorInfo()
122 m_nRange = nRange ; in IndicatorInfo()
265 sal_Int32 nRange);
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx72 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 );
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx172 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()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx522 for( sal_uInt32 nRange = 0; nRange < nRangeCount; ++nRange ) in GetAllSelectedColumns() local
524 const Range& rRange = pColumnSel->GetRange( nRange ); in GetAllSelectedColumns()
/trunk/main/svl/source/items/
H A Ditemset.cxx1673 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 ==()
/trunk/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx464 for (sal_Int32 nRange=0; nRange<nDBCount; nRange++) in getTables() local
466 ::rtl::OUString aName = aDBNames[nRange]; in getTables()
/trunk/main/sfx2/inc/
H A Dprogind.hxx40 long nRange; member in SfxStatusInd_Impl
51 …virtual void SAL_CALL start(const ::rtl::OUString& aText, sal_Int32 nRange) throw ( ::com::sun::st…
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStatusIndicator.java109 public void start( /*IN*/String sText, /*IN*/int nRange ) in start() argument
118 m_nRange = nRange; in start()
/trunk/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx40 sal_Int32 nRange; member in ProgressBarHelper
57 void SetRange(sal_Int32 nVal) { nRange = nVal; } in SetRange()
/trunk/main/xmloff/source/core/
H A DProgressBarHelper.cxx46 , nRange(nDefaultProgressBarRange) in ProgressBarHelper()
110 double fNewValue ((fValue * nRange) / nReference); in SetValue()
/trunk/main/sd/source/ui/inc/taskpane/
H A DScrollPanel.hxx170 sal_Int32 SetupVerticalScrollBar (bool bShow, sal_Int32 nRange);
171 sal_Int32 SetupHorizontalScrollBar (bool bShow, sal_Int32 nRange);
/trunk/main/framework/source/uielement/
H A Dstatusindicatorinterfacewrapper.cxx63 sal_Int32 nRange ) in start() argument
71 pProgressBar->start( sText, nRange ); in start()

Completed in 184 milliseconds

123