Home
last modified time | relevance | path

Searched refs:nLast (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx85 if( nLast > 0 ) in importXML()
86 nLast--; in importXML()
89 while( sal_Unicode(' ') == rStrImpValue[nLast] && nLast > nFirst ) in importXML()
90 nLast--; in importXML()
101 nLast--; in importXML()
104 if( nFirst <= nLast ) in importXML()
150 if( 0L == nLast ) in exportXML()
155 nLast--; in exportXML()
158 while( sal_Unicode(' ') == aStrFamilyName[nLast] && nLast > nFirst ) in exportXML()
159 nLast--; in exportXML()
[all …]
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx56 rField.SetLast( rField.Normalize( nLast ), FUNIT_TWIP ); in lcl_SetMinMax()
223 long nFirst, nLast, nMin, nMax; in SvxGridTabPage() local
225 lcl_GetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
227 lcl_SetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
229 lcl_GetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
231 lcl_SetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in SvxGridTabPage()
349 long nFirst, nLast, nMin, nMax; in ActivatePage() local
352 lcl_GetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in ActivatePage()
354 lcl_SetMinMax(aMtrFldDrawX, nFirst, nLast, nMin, nMax); in ActivatePage()
359 lcl_GetMinMax(aMtrFldDrawY, nFirst, nLast, nMin, nMax); in ActivatePage()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx483 sal_uInt16 nLast = 0; // fehlende Elemente in Compress() local
500 if( nLast && ( n > nLast ) && ( nLast < nMax ) ) in Compress()
501 nLast = 0; in Compress()
502 if( nLast ) in Compress()
508 if( n > nLast ) in Compress()
509 n = nLast; in Compress()
522 nLast = nLast - n; in Compress()
551 if( !nLast && p->nElem < MAXENTRY ) in Compress()
554 nLast = MAXENTRY - p->nElem; in Compress()
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx122 if( nIndex > nLast ) in SetLevel()
123 nLast = nIndex; in SetLevel()
153 if( nLast < (nSize - 1) ) in MakeScOutline()
154 nLast++; in MakeScOutline()
165 for( SCSIZE nC = 0 ; nC <= nLast ; nC++ ) in MakeScOutline()
196 for( SCSIZE nC = 0; nC <= nLast; nC++ ) in MakeScOutline()
238 if( nL > nLast ) in SetLevelRange()
239 nLast = nL; in SetLevelRange()
271 nLast = 0; in Reset()
/trunk/main/sd/source/ui/func/
H A Dsdundogr.cxx41 sal_uLong nLast = aCtn.Count(); in ~SdUndoGroup() local
42 for (sal_uLong nAction = 0; nAction < nLast; nAction++) in ~SdUndoGroup()
81 long nLast = aCtn.Count(); in Undo() local
82 for (long nAction = nLast - 1; nAction >= 0; nAction--) in Undo()
97 sal_uLong nLast = aCtn.Count(); in Redo() local
98 for (sal_uLong nAction = 0; nAction < nLast; nAction++) in Redo()
/trunk/main/sal/textenc/
H A Dconvertiso2022cn.c313 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertIso2022CnToUnicode() local
315 if (nChar >= nFirst && nChar <= nLast) in ImplConvertIso2022CnToUnicode()
324 nOffset += nLast - nFirst + 1; in ImplConvertIso2022CnToUnicode()
464 sal_uInt32 nLast; in ImplIso2022CnTranslateTo116431() local
472 nLast = pCns116431992Data[nOffset++]; in ImplIso2022CnTranslateTo116431()
474 if (nChar < nFirst || nChar > nLast) in ImplIso2022CnTranslateTo116431()
714 sal_uInt32 nLast; in ImplConvertUnicodeToIso2022Cn() local
724 nLast = pCns116431992Data[nOffset++]; in ImplConvertUnicodeToIso2022Cn()
726 if (nChar < nFirst || nChar > nLast) in ImplConvertUnicodeToIso2022Cn()
H A Dconverteuctw.c190 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertEucTwToUnicode() local
192 if (nChar >= nFirst && nChar <= nLast) in ImplConvertEucTwToUnicode()
201 nOffset += nLast - nFirst + 1; in ImplConvertEucTwToUnicode()
350 sal_uInt32 nLast; in ImplConvertUnicodeToEucTw() local
359 nLast = pCns116431992Data[nOffset++]; in ImplConvertUnicodeToEucTw()
361 if (nChar < nFirst || nChar > nLast) in ImplConvertUnicodeToEucTw()
H A Dconvertbig5hkscs.c105 sal_uInt32 nLast=0; in ImplConvertBig5HkscsToUnicode() local
110 nLast = nFirstLast >> 8; in ImplConvertBig5HkscsToUnicode()
111 if (nChar >= nFirst && nChar <= nLast) in ImplConvertBig5HkscsToUnicode()
193 nOffset += nLast - nFirst + 1; in ImplConvertBig5HkscsToUnicode()
349 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertUnicodeToBig5Hkscs() local
351 if (nIndex >= nFirst && nIndex <= nLast) in ImplConvertUnicodeToBig5Hkscs()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx157 sal_uInt16 nLast; member in SvxBoundArgs
255 if( nLowDiff && ( ( nCut & 1 ) || nLast == 1 || nNext == 1 ) ) in CheckCut()
261 if( nUpDiff && ( ( nCut & 2 ) || nLast == 2 || nNext == 2 ) ) in CheckCut()
351 nLast = Area( rNull ); in Calc()
352 if( nLast & 12 ) in Calc()
361 if( nLast ) in Calc()
368 if( nLast & 1 ) in Calc()
397 nCut = nNext ^ nLast; in Calc()
431 nLast = nNext; in Calc()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx97 void XclImpChangeTrack::DoAcceptRejectAction( sal_uInt32 nFirst, sal_uInt32 nLast ) in DoAcceptRejectAction() argument
99 for( sal_uInt32 nIndex = nFirst; nIndex <= nLast; nIndex++ ) in DoAcceptRejectAction()
107 sal_uInt32 nLast = pChangeTrack->GetActionMax(); in DoInsertRange() local
108 DoAcceptRejectAction( nFirst, nLast ); in DoInsertRange()
113 sal_uLong nFirst, nLast; in DoDeleteRange() local
114 pChangeTrack->AppendDeleteRange( rRange, NULL, nFirst, nLast ); in DoDeleteRange()
115 DoAcceptRejectAction( nFirst, nLast ); in DoDeleteRange()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx866 sal_uInt8 nLast; in ConvertScanline() local
871 nLast = BYTESWAP( (sal_uInt8)*pt++ ); in ConvertScanline()
874 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline()
875 nLast = nLast + *pt++; in ConvertScanline()
882 nLast = *pt++; in ConvertScanline()
883 …pAcc->SetPixelIndex( nY, nx, static_cast<sal_uInt8>( (BYTESWAP((sal_uLong)nLast) - nMinSampleValue… in ConvertScanline()
891 nLast = *pt++; in ConvertScanline()
894 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline()
895 nLast = nLast + *pt++; in ConvertScanline()
/trunk/main/sc/source/core/data/
H A Dsortparam.cxx120 sal_uInt16 nLast = 0; in operator ==() local
122 while ( bDoSort[nLast++] && nLast < MAXSORT ) ; in operator ==()
124 nLast--; in operator ==()
126 if ( (nLast == nOtherLast) in operator ==()
148 for ( sal_uInt16 i=0; i<=nLast && bEqual; i++ ) in operator ==()
H A Dtable1.cxx340 sal_uInt16 nLast = 0; in SetOptimalHeight() local
363 if (nLast) in SetOptimalHeight()
365 if (pHeight[nInner]+nExtra == nLast) in SetOptimalHeight()
370 nLast = 0; in SetOptimalHeight()
373 if (!nLast) in SetOptimalHeight()
375 nLast = pHeight[nInner]+nExtra; in SetOptimalHeight()
383 if (nLast) in SetOptimalHeight()
384 bChanged |= SetRowHeightRange( nRngStart, nRngEnd, nLast, nPPTX, nPPTY ); in SetOptimalHeight()
385 nLast = 0; in SetOptimalHeight()
389 if (nLast) in SetOptimalHeight()
[all …]
H A Dcolumn2.cxx1447 SCROW nLast = rRow; in FindDataAreaPos() local
1454 while (nIndex<nCount-1 && pItems[nIndex].nRow==nLast+1 in FindDataAreaPos()
1458 ++nLast; in FindDataAreaPos()
1461 if (pItems[nIndex].nRow==nLast+1 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1462 ++nLast; in FindDataAreaPos()
1470 while (nIndex>0 && pItems[nIndex].nRow+1==nLast in FindDataAreaPos()
1474 --nLast; in FindDataAreaPos()
1477 if (pItems[nIndex].nRow+1==nLast && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1478 --nLast; in FindDataAreaPos()
1481 if (nLast==rRow) in FindDataAreaPos()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dexternallinkbuffer.hxx146 …ine explicit LinkSheetRange( sal_Int32 nFirst, sal_Int32 nLast ) { setRange( nFirst, nLast ); } in LinkSheetRange() argument
147 …e( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast ) { setExternalRange( nDocLink, nFirst, n… in LinkSheetRange() argument
154 void setRange( sal_Int32 nFirst, sal_Int32 nLast );
156 void setExternalRange( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast );
/trunk/main/sc/inc/
H A Dchgviset.hxx138 … GetTheActionRange( sal_uLong& nFirst, sal_uLong& nLast ) const { nFirst = mnFirstAction; nLas… in GetTheActionRange()
139 … SetTheActionRange( sal_uLong nFirst, sal_uLong nLast ) { mnFirstAction = nFirst; mnLastAction = in SetTheActionRange() argument
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx217 void ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast );
1033 … AccessibleTextHelper_Impl::ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast ) in ParagraphsMoved() argument
1074 else if( nMiddle < nLast ) in ParagraphsMoved()
1076 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1080 ::std::swap(nMiddle, nLast); in ParagraphsMoved()
1081 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1084 if( nFirst < nParas && nMiddle < nParas && nLast < nParas ) in ParagraphsMoved()
1098 ::std::advance( end, nLast+1 ); in ParagraphsMoved()
1107 maParaManager.Release(nFirst, nLast+1); in ParagraphsMoved()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1792 long nLast = nI ? pKernArray[ nI - 1 ] : 0; in Compress() local
1815 nLast -= pKernArray[ nI ]; in Compress()
1817 nLast *= nCompress; in Compress()
1821 nLast /= 20000; in Compress()
1825 nMove = nLast; in Compress()
1828 pPoint->X() += nLast; in Compress()
1829 nLast = 0; in Compress()
1834 nLast /= 100000; in Compress()
1835 nSub -= nLast; in Compress()
1836 nLast = pKernArray[ nI ]; in Compress()
[all …]
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx116 sal_Int32 nLast; member
118 Range() : nFirst( -1 ), nLast( -1 ) {} in Range()
119 Range( sal_Int32 i_nFirst, sal_Int32 i_nLast ) : nFirst( i_nFirst ), nLast( i_nLast ) {} in Range()
127 bool insertRange( sal_Int32 nFirst, sal_Int32 nLast, bool bSequence, bool bMayAdjust );
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx1049 if( rRange.nFirst < rRange.nLast ) in hasValue()
1051 if( i_nValue >= rRange.nFirst && i_nValue <= rRange.nLast ) in hasValue()
1056 if( i_nValue >= rRange.nLast && i_nValue <= rRange.nFirst ) in hasValue()
1069 if( rRange.nLast < rRange.nFirst ) in operator ++()
1072 if( nCurrent > rRange.nLast ) in operator ++()
1080 if( nCurrent < rRange.nLast ) in operator ++()
/trunk/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx177 SCTAB nLast = 0; in IMPL_LINK() local
184 nLast = pDoc->GetTableCount()-1; in IMPL_LINK()
185 for ( SCTAB i=0; i<=nLast; i++ ) in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx129 sal_uIntPtr nLast = 0, SfxProgress* pProgress = NULL );
144 sal_uIntPtr nLast = 0, SfxProgress* pProgress = NULL );
184 sal_Bool CreateOutBitmap( const sal_uIntPtr nColorCount = 256, sal_uIntPtr nLast = 0,
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1311 sal_uInt16 nLast = 0; // becomes the index of the last line of the splitting in lcl_CalculateSplitLineHeights() local
1327 if( nEnd > nLast ) in lcl_CalculateSplitLineHeights()
1328 nLast = nEnd; in lcl_CalculateSplitLineHeights()
1335 SwTwips* pLines = new SwTwips[ nLast + 1 - nFirst ]; in lcl_CalculateSplitLineHeights()
1336 for( sal_uInt16 i = nFirst; i <= nLast; ++i ) in lcl_CalculateSplitLineHeights()
1417 SwTwips nLast = 0; in NewSplitRow() local
1429 aFSz.SetHeight( *pSplit - nLast ); in NewSplitRow()
1431 nLast = *pSplit; in NewSplitRow()
1441 aFSz.SetHeight( *pCurr - nLast ); in NewSplitRow()
1443 nLast = *pCurr; in NewSplitRow()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx208 sal_Int32 nLast = nBgn; in AllocPages() local
233 StgPage* pPg = GetPhysPage( nLast << 2 ); in AllocPages()
238 nLast = nBegin + nAlloc - 1; in AllocPages()
376 sal_Int32 nLast = STG_EOF; in Pos2Page() local
379 nLast = nBgn; in Pos2Page()
386 nBgn = nLast, nOffset = nPageSize; in Pos2Page()
/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx460 void LinkSheetRange::setRange( sal_Int32 nFirst, sal_Int32 nLast ) in setRange() argument
464 mnFirst = ::std::min( nFirst, nLast ); in setRange()
465 mnLast = ::std::max( nFirst, nLast ); in setRange()
468 void LinkSheetRange::setExternalRange( sal_Int32 nDocLink, sal_Int32 nFirst, sal_Int32 nLast ) in setExternalRange() argument
478 mnFirst = ::std::min( nFirst, nLast ); in setExternalRange()
479 mnLast = ::std::max( nFirst, nLast ); in setExternalRange()

Completed in 252 milliseconds

1234