Home
last modified time | relevance | path

Searched refs:nStop (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sw/source/core/text/
H A Ditratr.cxx401 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 Dtxtftn.cxx106 void SwTxtFrm::CalcFtnFlag( xub_StrLen nStop )//Fuer den Test von SplitFrm in CalcFtnFlag()
120 const xub_StrLen nEnd = nStop != STRING_LEN ? nStop in CalcFtnFlag()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx152 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 …]
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx42 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()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx1230 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1431 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()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1317 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()
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx240 short nStop; member
273 void Jump( short nStart, short nNext, short nStop = SHRT_MAX );
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx329 sal_uInt16 nStop = nMaxIdx + nDiff; in NoteRange() local
330 for( sal_uInt16 i = nMaxIdx; i < nStop; ++i ) in NoteRange()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx327 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()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx959 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()
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx90 void WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor );
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx1517 …for( sal_Int32 nStop = 0, nStopCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) … in implDumpRecordBody() local
H A Dbiffdumper.cxx3477 …for( sal_Int32 nStop = 0, nStopCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) … in dumpXfExtProp() local
/trunk/main/oox/source/export/
H A Ddrawingml.cxx169 void DrawingML::WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor ) in WriteGradientStop() argument
172 XML_pos, I32S( nStop * 1000 ), in WriteGradientStop()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx583 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 Daddress.cxx2014 xub_StrLen nStop = rStr.Len(); in AlphaToCol() local
2017 while (nResult <= MAXCOL && nPos < nStop && (c = rStr.GetChar( nPos)) != 0 && in AlphaToCol()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4501 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx164 sal_uInt32 nStop = _pNode->count(); in insertParseTree() local
166 for(sal_uInt32 i=0;i<nStop;++i) in insertParseTree()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx411 void CalcFtnFlag( xub_StrLen nStop = STRING_LEN );//Fuer den Test von SplitFrm
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2657 sal_uInt16 nStop = (eScannedType == NUMBERFORMAT_SCIENTIFIC ? in IsNumberFormat() local
2659 for ( ; k < nStop; k++) in IsNumberFormat()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1309 SCSIZE nStop = (i >= 3 ? i - 3 : 0); in SetString() local
1330 } while ( i && i > nStop && !bIsText ); in SetString()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1986 for( sal_Int32 nStop = 0; (nStop < nStopCount) && !rStrm.isEof(); ++nStop ) in importFill() local
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1370 static sal_uInt16 nStop = 0; in InsertFtn() local
1371 if ( nStop == pNew->GetFrmId() ) in InsertFtn()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx575 … SCCOL nStop = Min( static_cast<SCCOL>(nCol + pE->nColOverlap), nColsPerRow ); in SetWidths() local
576 for ( ; nCol < nStop; nCol++ ) in SetWidths()

Completed in 309 milliseconds

12