Home
last modified time | relevance | path

Searched refs:nNext (Results 1 – 25 of 59) sorted by last modified time

123

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx356 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 …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3375 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 Dww8graf.cxx618 WW8_CP nNext, nEnd, nStartReplace=0; in InsertAttrsAsDrawingAttrs() local
715 nNext = pPlcxMan->Where(); in InsertAttrsAsDrawingAttrs()
717 if( (nNext != nStart) && !bONLYnPicLocFc ) in InsertAttrsAsDrawingAttrs()
719 nEnd = ( nNext < nEndCp ) ? nNext : nEndCp; in InsertAttrsAsDrawingAttrs()
760 nStart = nNext; in InsertAttrsAsDrawingAttrs()
H A Dwrtw8nds.cxx1728 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()
H A Ddocxattributeoutput.cxx1735 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 /*nWwId*/, sal_uInt16 nId ) in StartStyle() argument
1756 FSNS( XML_w, XML_val ), ( aStyle + OString::valueOf( sal_Int32( nNext ) ) ).getStr(), in StartStyle()
H A Dww8scan.cxx4733 long nNext = LONG_MAX; // SuchReihenfolge: in WhereIdx() local
4743 if( (pD->nEndPos < nNext) && (pD->nStartPos == WW8_CP_MAX) ) in WhereIdx()
4746 nNext = pD->nEndPos; in WhereIdx()
4757 if( pD->nStartPos < nNext ) in WhereIdx()
4759 nNext = pD->nStartPos; in WhereIdx()
4766 *pPos = nNext; in WhereIdx()
H A Dww8par5.cxx129 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 Dwrtww8.hxx1472 void GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext );
H A Dww8attributeoutput.hxx140 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwIdi, sal_uInt16 nId );
H A Dwrtw8sty.cxx466 void MSWordStyles::GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext ) in GetStyleData() argument
483 nNext = GetSlot( *pNext ); in GetStyleData()
H A Drtfattributeoutput.cxx1247 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 /*nWwId*/, sal_uInt16 nId ) in StartStyle() argument
1266 m_aStylesheet.append((sal_Int32)nNext); in StartStyle()
H A Drtfattributeoutput.hxx177 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwId, sal_uInt16 nId );
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1027 const xub_StrLen nNext = pWrongList->NextWrong(nBegin); in GetTextBoundary() local
1052 rBound.startPos = max(nNext,(xub_StrLen)rBound.startPos); in GetTextBoundary()
1053 rBound.endPos = min(xub_StrLen(nNext + nLen),(xub_StrLen)rBound.endPos); in GetTextBoundary()
1059 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
1061 else if(STRING_LEN == nNext) in GetTextBoundary()
1068 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1809 const U16 nNext = (pReadPtr[1]<<8) + pReadPtr[2]; in getFDSelect() local
1810 assert( nPrev < nNext); in getFDSelect()
1811 if( nGlyphIndex < nNext) in getFDSelect()
1814 nPrev = nNext; in getFDSelect()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1611 SCROW nNext = pDoc->FirstVisibleRow(nY + 1, MAXROW, nTabNo); in GetScrPos() local
1612 if ( nNext > MAXROW ) in GetScrPos()
1615 nY = nNext - 1; // +=nDir advances to next visible row in GetScrPos()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx2042 for ( sal_uInt16 nNext = n+1; nNext < aAttribs.Count(); nNext++ ) in OptimizeRanges() local
2044 EditCharAttrib* p = aAttribs.GetObject( nNext ); in OptimizeRanges()
2050 aAttribs.Remove( nNext ); in OptimizeRanges()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1131 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()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp397 int nNext = 0; in ReadProfile() local
400 nNext = GetNameValue( pCurLine, &pName, &pValue ); in ReadProfile()
405 pCurLine += nNext; in ReadProfile()
/trunk/main/basic/source/classes/
H A Dimage.cxx144 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx4585 sal_uLong nNext; in GetPopupMenuPosPixel() local
4586 pEntry = GetFirstSelectedEntry( nNext ); in GetPopupMenuPosPixel()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx148 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()
/trunk/main/tools/source/ref/
H A Derrinf.cxx107 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()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx97 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 …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4288 long nNext = LONG_MAX; // SuchReihenfolge: in WhereIdx() local
4298 if( (pD->nEndPos < nNext) && (pD->nStartPos == LONG_MAX) ) in WhereIdx()
4301 nNext = pD->nEndPos; in WhereIdx()
4312 if( pD->nStartPos < nNext ) in WhereIdx()
4314 nNext = pD->nStartPos; in WhereIdx()
4321 *pPos = nNext; in WhereIdx()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx2185 void SwFltShell::NextStyle(sal_uInt16 nWhich, sal_uInt16 nNext) in NextStyle() argument
2188 ASSERT(pColls[nNext], "Next style to noexistent style" ); in NextStyle()
2189 if( pColls[nWhich] && pColls[nNext] ) in NextStyle()
2191 *pColls[nNext]->GetColl() ); in NextStyle()

Completed in 320 milliseconds

123