Home
last modified time | relevance | path

Searched refs:nEnd (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx113 nEnd = (long) pData[i].nEnd; in Search()
176 pData[ni-1].nEnd = nEnd; in SetValue()
214 pData[ni].nEnd = nEnd; in SetValue()
244 pData[nInsert].nEnd = nEnd; in SetValue()
302 if (nEnd > pData[nIndex].nEnd) in Remove()
342 nEnd = pData[nIndex].nEnd; in GetLastUnequalAccess()
549 nEnd = this->pData[nIndex].nEnd; in GetBitStateEnd()
568 if (this->pData[nIndex].nEnd >= nEnd) in GetFirstForCondition()
613 if (this->pData[nIndex].nEnd >= nEnd) in CountForCondition()
637 if (this->pData[nIndex].nEnd >= nEnd) in FillArrayForCondition()
[all …]
H A Dolinetab.cxx344 SCCOLROW nEnd = pEntry->GetEnd(); in RemoveSub() local
420 SCCOLROW nEnd = pEntry->GetEnd(); in Remove() local
428 i = pCollect->FindStart( nEnd+1 ); in Remove()
498 SCCOLROW nEnd = pEntry->GetEnd(); in SetVisibleBelow() local
541 SCCOLROW nEnd; in ExtendBlock() local
550 nEnd = pEntry->GetEnd(); in ExtendBlock()
555 if (nEnd>rBlkEnd) rBlkEnd = nEnd; in ExtendBlock()
582 SCCOLROW nEnd = pEntry->GetEnd(); in InsertSpace() local
585 if ( nEnd >= nStartPos || ( nEnd+1 >= nStartPos && !pEntry->IsHidden() ) ) in InsertSpace()
654 bool bAllHidden = (nEntryEnd <= nEnd && nEnd < in ManualAction()
[all …]
H A Dbcaslot.cxx601 SCSIZE nStart, nEnd, nRowBreak; in StartListeningArea() local
653 SCSIZE nStart, nEnd, nRowBreak; in EndListeningArea() local
672 while ( nOff <= nEnd ) in EndListeningArea()
721 SCSIZE nStart, nEnd, nRowBreak; in AreaBroadcastInRange() local
726 while ( nOff <= nEnd ) in AreaBroadcastInRange()
745 SCSIZE nStart, nEnd, nRowBreak; in DelBroadcastAreasInRange() local
763 while ( nOff <= nEnd ) in DelBroadcastAreasInRange()
785 SCSIZE nStart, nEnd, nRowBreak; in UpdateBroadcastAreas() local
803 while ( nOff <= nEnd ) in UpdateBroadcastAreas()
830 SCSIZE nStart, nEnd, nRowBreak; in UpdateBroadcastAreas() local
[all …]
H A Dtable6.cxx109 xub_StrLen nEnd = aString.Len(); in SearchCell() local
115 xub_StrLen nTemp=nStart; nStart=nEnd; nEnd=nTemp; in SearchCell()
118 --nEnd; in SearchCell()
124 --nEnd; in SearchCell()
160 if ( nEnd < nStart || nEnd == STRING_MAXLEN ) in SearchCell()
168 aString.Erase(nStart, nEnd-nStart+1); in SearchCell()
180 nEnd = nStart; in SearchCell()
186 nEnd = aString.Len(); in SearchCell()
196 xub_StrLen nTemp=nStart; nStart=nEnd; nEnd=nTemp; in SearchCell()
199 --nEnd; in SearchCell()
[all …]
H A Dmarkdata.cxx448 SCCOLROW nEnd = nStart; in GetMarkColumnRanges() local
449 while (nEnd < nMultiEnd && pMultiSel[nEnd].HasMarks()) in GetMarkColumnRanges()
450 ++nEnd; in GetMarkColumnRanges()
452 --nEnd; in GetMarkColumnRanges()
454 pRanges[2*nRangeCnt+1] = nEnd; in GetMarkColumnRanges()
456 nStart = nEnd+1; in GetMarkColumnRanges()
517 while (nEnd < nMultiEnd && bRowMarked[nEnd]) in GetMarkRowRanges()
518 ++nEnd; in GetMarkRowRanges()
519 if (!bRowMarked[nEnd]) in GetMarkRowRanges()
520 --nEnd; in GetMarkRowRanges()
[all …]
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx258 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
265 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
270 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
285 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
329 rWrong.nEnd = rWrong.nEnd - nDeleted; in TextDeleted()
342 rWrong.nEnd = rWrong.nEnd - nDeleted; // endet dahinter in TextDeleted()
349 rWrong.nEnd = rWrong.nEnd - nDeleted; in TextDeleted()
401 if ( ( rWrong.nEnd >= nStart ) && ( rWrong.nStart < nEnd ) ) in HasAnyWrong()
415 if ( ( rWrong.nEnd > nStart ) && ( rWrong.nStart < nEnd ) ) in ClearWrongs()
417 if ( rWrong.nEnd > nEnd ) // // Laeuft raus in ClearWrongs()
[all …]
H A Deditattr.hxx96 sal_uInt16 nEnd; member in EditCharAttrib
104 sal_uInt16& GetEnd() { return nEnd; } in GetEnd()
107 sal_uInt16 GetEnd() const { return nEnd; } in GetEnd()
120 { return ( ( nStart <= nIndex ) && ( nEnd >= nIndex ) ); } in IsIn()
122 { return ( ( nStart < nIndex ) && ( nEnd > nIndex ) ); } in IsInside()
124 { return nStart == nEnd; } in IsEmpty()
136 return nEnd-nStart; in GetLen()
143 nEnd = nEnd + nDiff; in MoveForward()
150 nEnd = nEnd - nDiff; in MoveBackward()
157 nEnd = nEnd + nDiff; in Expand()
[all …]
H A Deditdoc.cxx406 nStart = nEnd = 0; in EditLine()
423 nEnd = r.nEnd; in EditLine()
452 pL->nEnd = nEnd; in Clone()
469 if ( r1.nEnd != r2.nEnd ) in operator ==()
483 nEnd = r.nEnd; in operator =()
1410 sal_uInt16 nEnd = nEndPos; in GetParaAsString() local
1419 if (nEnd > nIndex) in GetParaAsString()
1437 nIndex = nEnd; in GetParaAsString()
1661 pEndingAttrib->GetEnd() = nEnd; in InsertAttribInSelection()
1744 pAttr->GetStart() = nEnd; in RemoveAttribs()
[all …]
/trunk/main/sc/inc/
H A Dcompressedarray.hxx145 pData[0].nEnd = nMaxAccess; in Reset()
168 nEnd = pData[nIndex].nEnd; in GetValue()
175 A& nEnd ) const in GetValue()
178 nStart = (nIndex > 0 ? pData[nIndex-1].nEnd + 1 : 0); in GetValue()
179 nEnd = pData[nIndex].nEnd; in GetValue()
190 nEnd = pData[nEntry].nEnd; in GetNextValue()
277 NewLimits( nStart, nEnd); in ScCompressedArrayIterator()
285 nIterEnd = nEnd; in NewLimits()
332 if (rArray.pData[nIndex].nEnd >= nIterEnd) in NextRange()
365 rArray.pData[nIndex-1].nEnd + 1; in GetRangeStart()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx523 || ( nEnd == nAttrEnd && nEnd == nAttrStart ) ) in RstTxtAttr()
872 xub_StrLen nBegin, nEnd; in Spell() local
910 nEnd = m_Text.Len(); in Spell()
916 if(nTemp > nEnd) in Spell()
1231 if( nBegin < nEnd ) in _AutoSpell()
1389 if ( nBegin < nEnd ) in SmartTagScan()
1483 if( nBegin < nEnd ) in CollectAutoCmplWrds()
1852 if( nEndPos > nEnd ) in TransliterateText()
1853 nEndPos = nEnd; in TransliterateText()
1858 nEndPos = nEnd; in TransliterateText()
[all …]
H A Dthints.cxx1001 xub_StrLen const nEnd, in MakeTxtAttr() argument
1095 pNew = nStt == nEnd in MakeTxtAttr()
1239 const xub_StrLen nEnd, in InsertItem() argument
1251 nEnd, in InsertItem()
1506 xub_StrLen nEnd = nStart; in InsertHint() local
1703 const xub_StrLen nEnd ) in DeleteAttributes() argument
1755 else if( *pEndIdx == nEnd ) in DeleteAttributes()
1869 const xub_StrLen nEnd, in SetAttr() argument
2981 for( sal_uInt16 n = 0, nEnd = Count(); n < nEnd; ++n ) in TryInsertHint() local
3015 --nEnd; in TryInsertHint()
[all …]
/trunk/main/sw/source/core/text/
H A Dwrong.cxx153 xub_StrLen nEnd = Len( nPos ); in Check() local
154 nEnd = nEnd + ( nWrPos = Pos( nPos ) ); in Check()
155 if( nEnd == rChk ) in Check()
162 nEnd = Len( nPos ); in Check()
163 nEnd = nEnd + ( nWrPos = Pos( nPos ) ); in Check()
170 if( nEnd < rLn ) in Check()
171 rLn = nEnd; in Check()
279 if ( nEnd > GetEndInv() ) in _Invalidate()
280 nEndInvalid = nEnd; in _Invalidate()
286 nEndInvalid = nEnd; in SetInvalid()
[all …]
H A Dporlay.cxx382 while ( nStt < nEnd ) in lcl_HasOnlyBlanks()
955 xub_StrLen nEnd = in InitScriptInfo() local
958 if( nEnd > rTxt.Len() ) in InitScriptInfo()
959 nEnd = rTxt.Len(); in InitScriptInfo()
967 nChg = nEnd; in InitScriptInfo()
1417 int32_t nEnd; in UpdateBidiInfo() local
1426 nStart = nEnd; in UpdateBidiInfo()
1932 while ( nIdx < nEnd ) in KashidaJustify()
1942 if ( nIdx > nEnd ) in KashidaJustify()
1943 nIdx = nEnd; in KashidaJustify()
[all …]
H A Dredlnitr.cxx220 if( nNew >= nEnd ) in _Seek()
242 nEnd = STRING_LEN; in _Seek()
248 if( nNew < nEnd ) in _Seek()
293 nEnd = STRING_LEN; in _Seek()
365 rDoc.GetRedlineTbl()[ nAct ]->CalcStartEnd( nNdIdx, nStart, nEnd ); in _GetNextRedln()
369 if( nEnd < nNext ) in _GetNextRedln()
370 nNext = nEnd; in _GetNextRedln()
399 xub_StrLen nOldEnd = nEnd; in CheckLine()
408 if( nChkStart <= nEnd && ( nChkEnd > nStart || STRING_LEN == nEnd ) ) in CheckLine()
416 nEnd = nOldEnd; in CheckLine()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx76 nEndCol = static_cast<SCCOL>(nEnd); in lcl_PaintWidthHeight()
82 nEndRow = nEnd; in lcl_PaintWidthHeight()
364 SCCOLROW nStart, nEnd; in SelectLevel() local
468 SCCOLROW nEnd; in ShowMarkedOutlines() local
498 nEnd = pEntry->GetEnd(); in ShowMarkedOutlines()
504 if (nEnd>nMax) nMax=nEnd; in ShowMarkedOutlines()
519 nEnd = pEntry->GetEnd(); in ShowMarkedOutlines()
525 if (nEnd>nMax) nMax=nEnd; in ShowMarkedOutlines()
579 SCCOLROW nEnd; in HideMarkedOutlines() local
618 nEnd = pEntry->GetEnd(); in HideMarkedOutlines()
[all …]
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx89 sal_Int32 nStart,nEnd; in splitLastFromConfigurationPath() local
107 nEnd = nPos; in splitLastFromConfigurationPath()
114 nEnd = nPos + 1; in splitLastFromConfigurationPath()
133 nEnd = nPos+1; in splitLastFromConfigurationPath()
134 nPos = _sInPath.lastIndexOf('/',nEnd); in splitLastFromConfigurationPath()
139 nStart < nEnd && in splitLastFromConfigurationPath()
140 nEnd <= _sInPath.getLength() ); in splitLastFromConfigurationPath()
159 sal_Int32 nEnd = nSep; in extractFirstFromConfigurationPath() local
170 nBracket = nEnd+1; in extractFirstFromConfigurationPath()
175 nBracket = nEnd; in extractFirstFromConfigurationPath()
[all …]
/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx139 SCCOL nEnd = nStart; in SetEntrySize() local
140 while (nEnd<MAXCOL && rMark.IsColumnMarked(nEnd)) in SetEntrySize()
141 ++nEnd; in SetEntrySize()
143 --nEnd; in SetEntrySize()
147 nStart = nEnd+1; in SetEntrySize()
168 nRange[1] = nEnd; in HideEntries()
307 while (nEnd<MAXROW && rMark.IsRowMarked(nEnd)) in SetEntrySize()
308 ++nEnd; in SetEntrySize()
310 --nEnd; in SetEntrySize()
314 nStart = nEnd+1; in SetEntrySize()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx106 if( nEnd > nSize ) in ForEach()
107 nEnd = nSize; in ForEach()
109 if( nStart < nEnd ) in ForEach()
216 p->nEnd = idx - 1; in UpdIndex()
245 p->nStart = p->nEnd = ppInf[ pos-1 ]->nEnd + 1; in InsBlock()
311 q->nEnd--; in Insert()
342 q->nEnd++; in Insert()
344 p->nEnd--; in Insert()
362 p->nEnd++; in Insert()
400 p->nEnd -= nel; in Remove()
[all …]
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx53 if( aRg.nEnd < aRg.nStart ) in Insert()
54 { aRg.nStart = aRg.nEnd; aRg.nEnd = rIdx1.GetIndex(); } in Insert()
61 if( ( pTmp = GetData()+ nPos )->nEnd < aRg.nEnd ) in Insert()
63 aRg.nEnd = pTmp->nEnd; in Insert()
85 else if( pTmp->nStart <= aRg.nStart && aRg.nEnd <= pTmp->nEnd ) in Insert()
94 aRg.nEnd = pTmp->nEnd; in Insert()
100 else if( pTmp->nStart <= aRg.nStart && aRg.nEnd <= pTmp->nEnd ) in Insert()
181 if( nStt > nEnd ) in SelectionHasNumber()
183 sal_uInt32 nTmp = nStt; nStt = nEnd; nEnd = nTmp; in SelectionHasNumber()
227 if( nStt > nEnd ) in SelectionHasBullet()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx169 xub_StrLen nStt, nEnd; member
404 if( pCmp->nEnd < pArrPtr->nEnd ) // erweitern in SetAttrFwd()
405 pCmp->nEnd = pArrPtr->nEnd; in SetAttrFwd()
432 else if( pCmp->nEnd < aTmp.nEnd ) // erweitern ? in SetAttrFwd()
433 pCmp->nEnd = aTmp.nEnd; in SetAttrFwd()
450 if( pCmp->nEnd > aTmp.nEnd ) in SetAttrFwd()
561 else if( pArrPtr->nEnd >= aTmp.nEnd ) in SetAttrBwd()
618 if( aTmp.nEnd <= pCmp->nEnd ) in SetAttrBwd()
665 if( pArrPtr->nWhich && pArrPtr->nEnd < nEnd ) in End()
666 nEnd = pArrPtr->nEnd; in End()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1761 SCROW nEnd; in LoadColAttr() local
1769 nEnd = 0; in LoadColAttr()
1803 nEnd = 0; in LoadColAttr()
1822 nEnd = 0; in LoadColAttr()
1847 nEnd = 0; in LoadColAttr()
1902 nStart = nEnd + 1; in LoadColAttr()
1915 nEnd = 0; in LoadColAttr()
2034 nEnd = 0; in LoadColAttr()
2120 nEnd = 0; in LoadColAttr()
2142 nEnd = 0; in LoadColAttr()
[all …]
/trunk/main/svl/source/items/
H A Ditempool.cxx153 nEnd(nEndWhich), in SfxItemPool()
159 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
177 pImp->nVerEnd = nEnd; in SfxItemPool()
214 nEnd(rPool.nEnd), in SfxItemPool()
220 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
239 pImp->nStoringEnd = nEnd; in SfxItemPool()
1006 *(pWhichRanges+(nLevel++)) = pPool->nEnd; in FillItemIdRanges_Impl()
1064 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich()
1071 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich()
1115 sal_uInt16 nCount = nEnd - nStart + 1; in GetTrueWhich()
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkguri.cxx137 sal_Int32 nEnd = aPureUri.lastIndexOf( '/' ); in init() local
138 if ( nEnd == PACKAGE_URL_SCHEME_LENGTH + 3 ) in init()
146 else if ( nEnd == ( aPureUri.getLength() - 1 ) ) in init()
159 aPureUri = aPureUri.copy( 0, nEnd ); in init()
163 nEnd = aPureUri.indexOf( '/', nStart ); in init()
164 if ( nEnd == -1 ) in init()
191 m_aPath = aPureUri.copy( nEnd + 1 ); in init()
209 OUString aNormPackage = aPureUri.copy( nStart, nEnd - nStart ); in init()
213 nStart, nEnd - nStart, aNormPackage ); in init()
215 nEnd + 1, in init()
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyuri.cxx151 sal_Int32 nEnd = m_aUri.indexOf( '/', nStart ); in init() local
154 if ( nEnd == nStart ) in init()
161 if ( nEnd == -1 ) in init()
164 nEnd = m_aUri.getLength(); in init()
168 m_aService = m_aUri.copy( nStart, nEnd - nStart ); in init()
170 nPos = nEnd; in init()
179 sal_Int32 nEnd = m_aUri.lastIndexOf( '/' ); in init() local
180 if ( ( nEnd > nPos ) && ( nEnd == ( m_aUri.getLength() - 1 ) ) ) in init()
181 m_aUri = m_aUri.copy( 0, nEnd ); in init()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx147 sal_uInt16 nEnd = static_cast< sal_uInt16 >(rColItem[i].nEnd); in lcl_ConvertToCols() local
148 if(nStart < nEnd) in lcl_ConvertToCols()
149 nStart = nEnd; in lcl_ConvertToCols()
150 const sal_uInt16 nDiff = nStart - nEnd; in lcl_ConvertToCols()
1531 nEnd; in StateTabWin() local
1544 nEnd = nEnd - (sal_uInt16)rEntry.nPos; in StateTabWin()
1550 nStart = nEnd; in StateTabWin()
1566 nStart = nEnd; in StateTabWin()
1753 nEnd; in StateTabWin() local
1774 nStart = nEnd; in StateTabWin()
[all …]

Completed in 223 milliseconds

12345678910>>...18