/aoo42x/main/sw/source/ui/vba/ |
H A D | vbafield.cxx | 97 while( (nLen > nNext) && (aData.GetChar( nNext ) == ' ') ) in _ReadFieldParams() 98 ++nNext; in _ReadFieldParams() 101 while( nLen > nNext in _ReadFieldParams() 107 ++nNext; in _ReadFieldParams() 109 nFnd = nNext; in _ReadFieldParams() 110 nSavPtr = nNext; in _ReadFieldParams() 132 xub_StrLen nOld = nNext; in GoToTokenParam() 135 nNext = nOld; in GoToTokenParam() 144 (STRING_NOTFOUND != nNext) && (nLen > nNext) && in SkipToNextToken() 148 nSavPtr = nNext; in SkipToNextToken() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | itradj.cxx | 154 xub_StrLen nNext = rItr.GetNextAttr(); in lcl_CheckKashidaPositions() local 159 if( nNextScript < nNext ) in lcl_CheckKashidaPositions() 160 nNext = nNextScript; in lcl_CheckKashidaPositions() 162 if ( nNext == STRING_LEN || nNext > nEnd ) in lcl_CheckKashidaPositions() 163 nNext = nEnd; in lcl_CheckKashidaPositions() 190 nIdx = nNext; in lcl_CheckKashidaPositions() 222 if( nNextScript < nNext ) in lcl_CheckKashidaWidth() 223 nNext = nNextScript; in lcl_CheckKashidaWidth() 225 if ( nNext == STRING_LEN || nNext > nEnd ) in lcl_CheckKashidaWidth() 226 nNext = nEnd; in lcl_CheckKashidaWidth() [all …]
|
H A D | redlnitr.cxx | 356 nNext = NextExtend( nNext ); in _GetNextRedln() 358 return nNext; in _GetNextRedln() 366 if( nEnd < nNext ) in _GetNextRedln() 367 nNext = nEnd; in _GetNextRedln() 370 nNext = nStart; in _GetNextRedln() 371 return nNext; in _GetNextRedln() 484 if( nNext > nStart ) in Next() 485 nNext = nStart; in Next() 494 if( nNext > nIdx ) in Next() 495 nNext = nIdx; in Next() [all …]
|
H A D | redlnitr.hxx | 62 xub_StrLen Next( xub_StrLen nNext ); 87 xub_StrLen _GetNextRedln( xub_StrLen nNext ); 90 inline xub_StrLen NextExtend( xub_StrLen nNext ) in NextExtend() argument 91 { if( pExt ) return pExt->Next( nNext ); return nNext; } in NextExtend() 104 inline xub_StrLen GetNextRedln( xub_StrLen nNext ) in GetNextRedln() argument 105 { if( bShow || pExt ) return _GetNextRedln( nNext ); return nNext; } in GetNextRedln()
|
H A D | itratr.cxx | 318 xub_StrLen nNext = STRING_LEN; in GetNextAttr() local 322 nNext = (*pHints->GetStart(nStartIndex)->GetStart()); in GetNextAttr() 326 if ( nNextEnd<nNext ) nNext = nNextEnd; // Wer ist naeher? in GetNextAttr() 331 int l=(nNext<m_pTxtNode->Len()?nNext:m_pTxtNode->Len()); in GetNextAttr() 335 if ((p<l && p>nPos) || nNext<=p) in GetNextAttr() 336 nNext=p; in GetNextAttr() 338 nNext=p+1; in GetNextAttr() 341 return pRedln->GetNextRedln( nNext ); in GetNextAttr() 342 return nNext; in GetNextAttr()
|
H A D | frminf.cxx | 161 SwTwips nStt, nNext; in GetCharPos() local 181 nNext = (aRect.*fnRect->fnGetLeft)(); in GetCharPos() 184 nNext = aLine.GetLineStart(); in GetCharPos() 186 return (( nNext + nStt ) / 2 ) - (pFrm->Frm().*fnRect->fnGetLeft)(); in GetCharPos()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | graph.cxx | 148 sal_uInt16 nNext = nLen; in ImplDrawDefault() local 151 … while ( nStart+nNext < pText->Len() && pText->GetChar( nStart+nNext ) == ' ' ) in ImplDrawDefault() 152 nNext++; in ImplDrawDefault() 153 … while ( nStart+nNext < pText->Len() && pText->GetChar( nStart+nNext ) != ' ' ) in ImplDrawDefault() 154 nNext++; in ImplDrawDefault() 155 nTextWidth = pOutDev->GetTextWidth( *pText, nStart, nNext ); in ImplDrawDefault() 158 nLen = nNext; in ImplDrawDefault() 160 while ( nStart+nNext < pText->Len() ); in ImplDrawDefault() 170 nLen = nNext-nLen; in ImplDrawDefault()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 40 short nNext; // next after path member 48 nNext = nNextP; in SetJump() 55 rNext = nNext; in GetJump() 118 short nStart, short nNext, in SetJump() argument 122 SetJump( fBool, nStart, nNext, nStop); in SetJump() 147 short nStart, short nNext, in SetAllJumps() argument 154 nNext, nStop); in SetAllJumps()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | paramdialog.cxx | 327 sal_uInt16 nNext = (nCurrent + 1) % nCount; in IMPL_LINK() local 328 while ((nNext != nCurrent) && ( m_aVisitedParams[nNext] & EF_VISITED )) in IMPL_LINK() 329 nNext = (nNext + 1) % nCount; in IMPL_LINK() 331 if ( m_aVisitedParams[nNext] & EF_VISITED ) in IMPL_LINK() 333 nNext = (nCurrent + 1) % nCount; in IMPL_LINK() 335 m_aAllParams.SelectEntryPos(nNext); in IMPL_LINK()
|
/aoo42x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 158 sal_uInt16 nNext; 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() 396 nNext = Area( rNext ); in Calc() 397 nCut = nNext ^ nLast; in Calc() 418 if( !( nNext & 12 ) ) in Calc() 422 if( !( nNext & 12 ) ) in Calc() 424 if( !nNext ) in Calc() 426 else if( nNext & 1 ) in Calc() 431 nLast = nNext; in Calc() [all …]
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgfbram.cxx | 423 sal_uLong nNext; in SgfBMapFilter() local 431 nNext=aHead.GetOffset(); in SgfBMapFilter() 432 while (nNext && !bRdFlag && !rInp.GetError() && !rOut.GetError()) { in SgfBMapFilter() 433 rInp.Seek(nFileStart+nNext); in SgfBMapFilter() 435 nNext=aEntr.GetOffset(); in SgfBMapFilter() 578 sal_uLong nNext; in SgfVectFilter() local 585 nNext=aHead.GetOffset(); in SgfVectFilter() 586 while (nNext && !bRdFlag && !rInp.GetError()) { in SgfVectFilter() 587 rInp.Seek(nFileStart+nNext); in SgfVectFilter() 589 nNext=aEntr.GetOffset(); in SgfVectFilter()
|
H A D | sgvmain.cxx | 1053 sal_uLong nNext; in SgfSDrwFilter() local 1066 nNext=aHead.GetOffset(); in SgfSDrwFilter() 1067 while (nNext && !bRdFlag && !rInp.GetError()) { in SgfSDrwFilter() 1068 rInp.Seek(nFileStart+nNext); in SgfSDrwFilter() 1070 nNext=aEntr.GetOffset(); in SgfSDrwFilter()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 129 while( (nLen > nNext) && (aData.GetChar( nNext ) == ' ') ) in _ReadFieldParams() 130 ++nNext; in _ReadFieldParams() 133 while( nLen > nNext in _ReadFieldParams() 139 ++nNext; in _ReadFieldParams() 141 nFnd = nNext; in _ReadFieldParams() 142 nSavPtr = nNext; in _ReadFieldParams() 163 xub_StrLen nOld = nNext; in GoToTokenParam() 166 nNext = nOld; in GoToTokenParam() 175 (STRING_NOTFOUND != nNext) && (nLen > nNext) && in SkipToNextToken() 179 nSavPtr = nNext; in SkipToNextToken() [all …]
|
H A D | ww8par.cxx | 3375 long nNext; in ReadTextAttr() local 3380 nNext = pPlcxMan->Where(); in ReadTextAttr() 3383 mpPostProcessAttrsInfo->mnCpStart == nNext) in ReadTextAttr() 3388 if( (0 <= nNext) && (nSkipPos >= nNext) ) in ReadTextAttr() 3390 nNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadTextAttr() 3396 nNext > mpPostProcessAttrsInfo->mnCpEnd) in ReadTextAttr() 3401 while( nSkipPos >= nNext ); in ReadTextAttr() 3410 return nNext; in ReadTextAttr() 3519 WW8_CP nNext = pPlcxMan->Where(); in ReadText() local 3529 ReadAttrs( nNext, l, bStartLine );// behandelt auch Section-Breaks in ReadText() [all …]
|
H A D | wrtw8nds.cxx | 1728 xub_StrLen nNext = pMarkStart->GetMarkStart().nContent.GetIndex(); in NearestBookmark() local 1729 if( !bNextPositionOnly || (nNext > nAktPos )) in NearestBookmark() 1731 rNearest = nNext; in NearestBookmark() 1739 xub_StrLen nNext = pMarkEnd->GetMarkEnd().nContent.GetIndex(); in NearestBookmark() local 1740 if( !bNextPositionOnly || nNext > nAktPos ) in NearestBookmark() 1743 rNearest = nNext; in NearestBookmark() 1745 rNearest = std::min( rNearest, nNext ); in NearestBookmark()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 1331 for ( sal_uInt16 nNext=n; nNext<nCount; nNext++ ) in ActivateNextChild_Impl() local 1333 SfxDock_Impl *pD = (*pDockArr)[nNext]; in ActivateNextChild_Impl() 1344 for ( sal_uInt16 nNext=n; nNext--; ) in ActivateNextChild_Impl() local 1346 SfxDock_Impl *pD = (*pDockArr)[nNext]; in ActivateNextChild_Impl()
|
/aoo42x/main/tools/source/ref/ |
H A D | errinf.cxx | 107 sal_uInt16 nNext=pData->nNextDcr; in RegisterEDcr() local 111 if(ppDcr[nNext]) in RegisterEDcr() 113 delete ppDcr[nNext]; in RegisterEDcr() 115 ppDcr[nNext]=pDcr; in RegisterEDcr()
|
/aoo42x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode_parser.cxx | 843 UPT_FLAG_TYPE nNext = getFlags( pTextStart, pSrc - pTextStart ); in parseText() local 844 if ( nNext & TOKEN_VALUE_EXP ) in parseText() 846 else if ( bMightBeWord && ((nNext & TOKEN_WORD) || !*pSrc) ) in parseText() 858 UPT_FLAG_TYPE nNext = getFlags( pTextStart, pSrc - pTextStart ); in parseText() local 859 if ( nNext & TOKEN_VALUE_EXP_VALUE ) in parseText() 861 else if ( bMightBeWord && ((nNext & TOKEN_WORD) || !*pSrc) ) in parseText()
|
/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 144 sal_uIntPtr nNext; in Load() local 145 while( ( nNext = r.Tell() ) < nLast ) in Load() 150 nNext += nLen + 8; in Load() 244 r.Seek( nNext ); in Load()
|
/aoo42x/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 819 for (sal_Int16 nNext = cssi::NumberFormatIndex::NUMBER_START; in generateCode() local 820 nNext < cssi::NumberFormatIndex::INDEX_TABLE_ENTRIES; ++nNext) in generateCode() 826 for ( ; nNext < nHere; ++nNext) in generateCode() 828 switch (nNext) in generateCode() 837 incErrorInt( "FormatElement formatindex=\"%d\" not present.", nNext); in generateCode() 843 … incErrorInt( "FormatElement formatindex=\"%d\" reserved for internal ``BOOLEAN''.", nNext); in generateCode() 846 … incErrorInt( "FormatElement formatindex=\"%d\" reserved for internal ``@'' (TEXT).", nNext); in generateCode()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 355 long nNext = rLS.GetTxtLeft() + nDefDist; in IsMoveLeftMargin() local 357 nNext = ( nNext / nDefDist ) * nDefDist; in IsMoveLeftMargin() 364 bRet = nFrmWidth > ( nNext + MM50 ); in IsMoveLeftMargin()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1131 String lcl_GetFixed( const String& rLine, xub_StrLen nStart, xub_StrLen nNext, bool& rbIsQuoted ) in lcl_GetFixed() argument 1134 if (nNext > nLen) in lcl_GetFixed() 1135 nNext = nLen; in lcl_GetFixed() 1136 if ( nNext <= nStart ) in lcl_GetFixed() 1141 xub_StrLen nSpace = nNext; in lcl_GetFixed() 1256 xub_StrLen nNext = ( i+1 < nInfoCount ) ? pColStart[i+1] : nLineLen; in ExtText2Doc() local 1258 aCell = lcl_GetFixed( aLine, nStart, nNext, bIsQuoted ); in ExtText2Doc()
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 874 sal_uInt32 nNext = 0; in ImportCGM() local 892 if ( nCurrentPos >= nNext ) in ImportCGM() 895 nNext = nCurrentPos + nAdd; in ImportCGM()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 127 sal_uLong nNext, nHash; member 131 : nNext( 0 ), nHash( 0 ), pLine(0) {} in _HashData() 347 pDataArr[0].nNext = 0; in Hash() 380 for( i = *pFound; ; i = pDataArr[i].nNext ) in CalcHashValue() 384 pDataArr[i].nNext = *pFound; in CalcHashValue()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1080 void XPolygon::CalcTangent(sal_uInt16 nCenter, sal_uInt16 nPrev, sal_uInt16 nNext) in CalcTangent() argument 1084 double fAbsLen = CalcDistance(nNext, nPrev); in CalcTangent() 1089 Point& rNext = pImpXPolygon->pPointAry[nNext]; in CalcTangent() 1092 double fNextLen = CalcDistance(nCenter, nNext) / fAbsLen; in CalcTangent()
|