/aoo41x/main/xmloff/source/style/ |
H A D | fonthdl.cxx | 85 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 …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | optgrid.cxx | 56 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 …]
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 483 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | exctools.cxx | 122 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()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | sdundogr.cxx | 41 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()
|
/aoo41x/main/sal/textenc/ |
H A D | convertiso2022cn.c | 313 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 D | converteuctw.c | 190 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 D | convertbig5hkscs.c | 105 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()
|
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 157 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()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 97 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | sortparam.cxx | 120 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 D | table1.cxx | 340 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 D | column2.cxx | 1447 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 …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | externallinkbuffer.hxx | 146 …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 );
|
/aoo41x/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 866 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()
|
/aoo41x/main/sc/inc/ |
H A D | chgviset.hxx | 138 … 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
|
/aoo41x/main/tools/inc/tools/ |
H A D | multisel.hxx | 116 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 );
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 217 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1792 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 …]
|
/aoo41x/main/tools/source/memtools/ |
H A D | multisel.cxx | 1049 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 ++()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | mvtabdlg.cxx | 178 SCTAB nLast = 0; in IMPL_LINK() local 185 nLast = pDoc->GetTableCount()-1; in IMPL_LINK() 186 for ( SCTAB i=0; i<=nLast; i++ ) in IMPL_LINK()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svimbase.hxx | 129 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,
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1311 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 208 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()
|
/aoo41x/main/oox/source/xls/ |
H A D | externallinkbuffer.cxx | 460 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()
|