/aoo42x/main/sw/source/core/text/ |
H A D | itratr.cxx | 401 while( nStop < nEnd && CH_BLANK != rTxt.GetChar( nStop ) ) in lcl_MinMaxString() 425 nIdx = nStop; in lcl_MinMaxString() 657 nNextChg = nStop; in GetMinMaxSize() 660 nStop = nIdx; in GetMinMaxSize() 661 while( nStop < nLen && nStop < nNextChg && in GetMinMaxSize() 669 ++nStop; in GetMinMaxSize() 675 nIdx = nStop; in GetMinMaxSize() 906 nNextChg = nStop; in GetScalingOfSelectedText() 908 nStop = nIdx; in GetScalingOfSelectedText() 913 while( nStop < nEnd && nStop < nNextChg ) in GetScalingOfSelectedText() [all …]
|
H A D | txtftn.cxx | 106 void SwTxtFrm::CalcFtnFlag( xub_StrLen nStop )//Fuer den Test von SplitFrm in CalcFtnFlag() 120 const xub_StrLen nEnd = nStop != STRING_LEN ? nStop in CalcFtnFlag()
|
/aoo42x/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 152 int nStop; in removeEncoding() local 157 nStop = str.indexOf( "'" , nStart +1 ); in removeEncoding() 161 nStop = str.indexOf( "\"" , nStart +1); in removeEncoding() 164 if( nStart >= 0 && nStop >= 0 && nStart+1 < nStop ) in removeEncoding() 168 &( seq.getArray()[nStop+1]) , in removeEncoding() 169 seq.getLength() - nStop -1); in removeEncoding() 170 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding() 248 int nStop; in scanForEncoding() local 253 nStop = str.indexOf( "'" , nStart +1 ); in scanForEncoding() 257 nStop = str.indexOf( "\"" , nStart +1); in scanForEncoding() [all …]
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 42 short nStop; // optional stop of path (nPC < nStop) member 49 nStop = nStopP; in SetJump() 56 rStop = nStop; in GetJump() 119 short nStop = SHRT_MAX ) in SetJump() argument 122 SetJump( fBool, nStart, nNext, nStop); in SetJump() 148 short nStop = SHRT_MAX ) in SetAllJumps() argument 154 nNext, nStop); in SetAllJumps()
|
/aoo42x/main/formula/source/core/api/ |
H A D | token.cxx | 1230 p->nStop = SHRT_MAX; in Push() 1290 void FormulaTokenIterator::Jump( short nStart, short nNext, short nStop ) in Jump() argument 1297 pCur->nStop = nStop; in Jump() 1303 if (nIdx < pCur->pArr->nRPN && nIdx < pCur->nStop) in GetNonEndOfPathToken()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1431 sal_uInt16 nStop = rLen; in filterText() local 1452 nStop = nPos + FAX_END_TOKEN_LENGTH; in filterText() 1456 int nTokenStop = nStop - (bStopped ? FAX_END_TOKEN_LENGTH : 0); in filterText() 1475 rLen -= nStop - nStart; in filterText() 1477 rCutStop = nStop+nIndex; in filterText()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1317 sal_uInt16 nStop = rLen; in filterText() local 1338 nStop = nPos + FAX_END_TOKEN_LENGTH; in filterText() 1342 int nTokenStop = nStop - (bStopped ? FAX_END_TOKEN_LENGTH : 0); in filterText() 1361 rLen -= nStop - nStart; in filterText() 1363 rCutStop = nStop+nIndex; in filterText()
|
/aoo42x/main/formula/inc/formula/ |
H A D | tokenarray.hxx | 240 short nStop; member 273 void Jump( short nStart, short nNext, short nStop = SHRT_MAX );
|
/aoo42x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 329 sal_uInt16 nStop = nMaxIdx + nDiff; in NoteRange() local 330 for( sal_uInt16 i = nMaxIdx; i < nStop; ++i ) in NoteRange()
|
/aoo42x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 327 sal_uInt16 nStop = i_nEndIndex > i_nBeginIndex ? i_nEndIndex : i_nBeginIndex; in GetAddedHeight() local 329 if( nStop != LISTBOX_ENTRY_NOTFOUND && nEntryCount != 0 ) in GetAddedHeight() 332 if( nStop > nEntryCount-1 ) in GetAddedHeight() 333 nStop = nEntryCount-1; in GetAddedHeight() 338 while( nIndex != LISTBOX_ENTRY_NOTFOUND && nIndex < nStop ) in GetAddedHeight()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 959 size_t nStop = ::std::min( nIndex + nSheets, pDoc->maTables.size()); in setCacheTableReferenced() local 960 for (size_t i = nIndex; i < nStop; ++i) in setCacheTableReferenced() 990 size_t nStop = ::std::min( nIndex + nSheets, pDoc->maTables.size()); in setCacheTableReferencedPermanently() local 991 for (size_t i = nIndex; i < nStop; ++i) in setCacheTableReferencedPermanently()
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 90 void WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor );
|
/aoo42x/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 1517 …for( sal_Int32 nStop = 0, nStopCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) … in implDumpRecordBody() local
|
H A D | biffdumper.cxx | 3477 …for( sal_Int32 nStop = 0, nStopCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) … in dumpXfExtProp() local
|
/aoo42x/main/oox/source/export/ |
H A D | drawingml.cxx | 169 void DrawingML::WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor ) in WriteGradientStop() argument 172 XML_pos, I32S( nStop * 1000 ), in WriteGradientStop()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 583 short nStart, nNext, nStop; in JumpMatrix() local 584 pJumpMatrix->GetJump( nC, nR, fBool, nStart, nNext, nStop ); in JumpMatrix() 597 pJumpMatrix->GetJump( nC, nR, fBool, nStart, nNext, nStop ); in JumpMatrix() 613 aCode.Jump( nStart, nNext, nStop ); in JumpMatrix() 738 xub_StrLen nStop = rComp.pVal[0]->Len(); in CompareFunc() local 741 &nStart, &nStop); in CompareFunc() 742 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rComp.pVal[0]->Len())) in CompareFunc()
|
H A D | address.cxx | 2014 xub_StrLen nStop = rStr.Len(); in AlphaToCol() local 2017 while (nResult <= MAXCOL && nPos < nStop && (c = rStr.GetChar( nPos)) != 0 && in AlphaToCol()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 4501 sal_Int32 nStop = rPar.Get(3)->GetLong(); in RTLFUNC() local 4504 if( nStart < 0 || nStop <= nStart || nInterval < 1 ) in RTLFUNC() 4518 ::rtl::OUString aAfterStop = ::rtl::OUString::valueOf( nStop + 1 ); in RTLFUNC() 4530 else if( nNumber > nStop ) in RTLFUNC()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 164 sal_uInt32 nStop = _pNode->count(); in insertParseTree() local 166 for(sal_uInt32 i=0;i<nStop;++i) in insertParseTree()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 411 void CalcFtnFlag( xub_StrLen nStop = STRING_LEN );//Fuer den Test von SplitFrm
|
/aoo42x/main/sc/source/core/data/ |
H A D | column3.cxx | 1309 SCSIZE nStop = (i >= 3 ? i - 3 : 0); in SetString() local 1330 } while ( i && i > nStop && !bIsText ); in SetString()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 2662 sal_uInt16 nStop = (eScannedType == NUMBERFORMAT_SCIENTIFIC ? in IsNumberFormat() local 2664 for ( ; k < nStop; k++) in IsNumberFormat()
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1986 for( sal_Int32 nStop = 0; (nStop < nStopCount) && !rStrm.isEof(); ++nStop ) in importFill() local
|
/aoo42x/main/sw/source/core/layout/ |
H A D | ftnfrm.cxx | 1370 static sal_uInt16 nStop = 0; in InsertFtn() local 1371 if ( nStop == pNew->GetFrmId() ) in InsertFtn()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 575 … SCCOL nStop = Min( static_cast<SCCOL>(nCol + pE->nColOverlap), nColsPerRow ); in SetWidths() local 576 for ( ; nCol < nStop; nCol++ ) in SetWidths()
|