/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 121 aIndex += nIndex; in insert() 134 aIndex += nIndex; in insert() 147 aStart += nIndex; in remove() 184 sal_uInt32 nIndex(0); in removeDoublePointsWholeTrack() local 190 if(maVector[nIndex] == maVector[nIndex + 1]) in removeDoublePointsWholeTrack() 198 nIndex++; in removeDoublePointsWholeTrack() 310 aStart += nIndex; in ControlVectorArray2D() 423 aIndex += nIndex; in insert() 442 aIndex += nIndex; in insert() 1113 remove(nIndex, 1); in removeDoublePointsWholeTrack() [all …]
|
H A D | b3dpolygon.cxx | 197 aIndex += nIndex; in insert() 210 aIndex += nIndex; in insert() 223 aStart += nIndex; in remove() 285 aStart += nIndex; in BColorArray() 356 aIndex += nIndex; in insert() 372 aIndex += nIndex; in insert() 449 aStart += nIndex; in NormalsArray3D() 520 aIndex += nIndex; in insert() 536 aIndex += nIndex; in insert() 624 aStart += nIndex; in TextureCoordinate2D() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 257 size_t nIndex; in CopyFrom() local 280 if (nIndex > 0 && pData[nIndex-1].nEnd+1 == nStart) in Insert() 281 --nIndex; in Insert() 306 pData[nIndex].nEnd == nEnd && nIndex < nCount-1) in Remove() 313 if (nIndex > 0 && pData[nIndex-1].aValue == pData[nIndex+1].aValue) in Remove() 320 memmove( pData + nIndex, pData + nIndex + nRemove, (nCount - (nIndex + in Remove() 550 ++nIndex; in GetBitStateEnd() 570 ++nIndex; in GetFirstForCondition() 615 ++nIndex; in CountForCondition() 639 ++nIndex; in FillArrayForCondition() [all …]
|
H A D | column3.cxx | 84 SCSIZE nIndex; in Insert() local 99 if ( nIndex >= nCount || pItems[nIndex].nRow != nRow ) in Insert() 131 memmove( &pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ColEntry) ); in Insert() 224 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in Delete() 244 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in DeleteAtIndex() 1149 ++nIndex; in MixData() 1224 nIndex++; in BroadcastInArea() 1244 nIndex++; in StartListeningInArea() 1555 ++nIndex; in GetFilterEntries() 1746 …for ( Search( nStartRow, nIndex ) ? void( ) : void(nIndex = nCount); nIndex < nCount && pItems[nIn… in FillDPCacheT() [all …]
|
H A D | column2.cxx | 189 SCSIZE nIndex; in GetNeededSize() local 1265 ++nIndex; in VisibleCount() 1345 ++nIndex; in IsEmptyBlock() 1453 ++nIndex; in FindDataAreaPos() 1469 --nIndex; in FindDataAreaPos() 1470 while (nIndex>0 && pItems[nIndex].nRow+1==nLast in FindDataAreaPos() 1495 ++nIndex; in FindDataAreaPos() 1504 --nIndex; in FindDataAreaPos() 1596 ++nIndex; in FindUsed() 1833 while ( nIndex<nCount && pItems[nIndex].nRow<=nEndRow ) in UpdateAreaFunction() [all …]
|
H A D | attarray.cxx | 260 nIndex=0; in Search() 1476 ++nIndex; in RemoveAreaMerge() 1506 nThisRow = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in SetPatternAreaSafe() 1544 ++nIndex; in SetPatternAreaSafe() 1561 nThisRow = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in ApplyFlags() 1579 ++nIndex; in ApplyFlags() 1598 nThisRow = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in RemoveFlags() 1616 ++nIndex; in RemoveFlags() 1633 nThisRow = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in ClearItems() 1650 ++nIndex; in ClearItems() [all …]
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 299 bEqual = rIdx.nIndex == nIndex; in operator =() 385 pStt->nIndex = pStt->nIndex - nDiff; in Update() 393 pStt->nIndex = pStt->nIndex + nDiff; in Update() 399 pStt->nIndex = pStt->nIndex + nDiff; in Update() 463 return ChgValue( *this, nIndex-1 ).nIndex; in operator --() 511 return ChgValue( *this, nIndex + rIndex.nIndex ).nIndex; in operator +=() 527 return ChgValue( *this, nIndex - rIndex.nIndex ).nIndex; in operator -=() 543 return nIndex < rIndex.nIndex; in operator <() 559 return nIndex <= rIndex.nIndex; in operator <=() 575 return nIndex > rIndex.nIndex; in operator >() [all …]
|
/aoo42x/main/tools/source/memtools/ |
H A D | contnr.cxx | 197 pNodes + nIndex, in Insert() 210 pNodes + nIndex, in Insert() 216 pNodes[nIndex] = p; in Insert() 240 if ( ( nIndex == nCount ) || ( nIndex == 0 ) ) in Split() 277 nIndex = nIndex - nMiddle; // MSVC warns here if += is used in Split() 279 if ( nIndex ) in Split() 313 if ( nIndex == 0 ) in Split() 331 pNodes+nIndex, in Split() 394 memcpy( pNewNodes + nIndex, pNodes + nIndex+1, in Remove() 407 memmove( pNodes + nIndex, pNodes + nIndex + 1, in Remove() [all …]
|
/aoo42x/main/tools/source/string/ |
H A D | strimp.cxx | 1101 ++nIndex; in ToLowerAscii() 1127 ++nIndex; in ToUpperAscii() 1524 ++nIndex; in Search() 1556 ++nIndex; in Search() 1635 nIndex--; in SearchBackward() 1664 ++nIndex; in SearchChar() 1684 nIndex--; in SearchCharBackward() 1718 ++nIndex; in SearchAndReplace() 1772 ++nIndex; in SearchAndReplaceAll() 1830 ++nIndex; in GetTokenCount() [all …]
|
/aoo42x/main/autodoc/source/ary/doc/ |
H A D | d_oldcppdocu.cxx | 75 NewTag(nIndex) = ret; in Create_StdTag() 91 NewTag(nIndex) = ret; in CheckIn_BaseTag() 107 NewTag(nIndex) = ret; in CheckIn_ExceptionTag() 123 NewTag(nIndex) = ret; in Create_ImplementsTag() 139 NewTag(nIndex) = ret; in Create_KeywordTag() 155 NewTag(nIndex) = ret; in CheckIn_ParameterTag() 171 NewTag(nIndex) = ret; in CheckIn_SeeTag() 187 NewTag(nIndex) = ret; in CheckIn_TemplateTag() 203 NewTag(nIndex) = ret; in Create_LabelTag() 219 NewTag(nIndex) = ret; in Create_DefaultTag() [all …]
|
/aoo42x/main/sd/source/ui/slidesorter/model/ |
H A D | SlideSorterModel.cxx | 70 for (sal_Int32 nIndex=0,nCount=rModel.GetPageCount(); nIndex<nCount; ++nIndex) in PrintModel() local 76 nIndex, in PrintModel() 92 for (sal_Int32 nIndex=0,nCount=rModel.GetPageCount(); nIndex<nCount; ++nIndex) in CheckModel() local 266 for (sal_Int32 nIndex=0; nIndex<nCount; ++nIndex) in GetIndex() local 279 return nIndex; in GetIndex() 307 for (sal_Int32 nIndex=0; nIndex<nCount; ++nIndex) in GetIndex() local 357 for (sal_Int32 nIndex=0,nCount=maPageDescriptors.size(); nIndex<nCount; ++nIndex) in Resync() local 671 if (nIndex>0) in InsertSlide() 672 if (GetPage(nIndex-1) != GetPageDescriptor(nIndex-1)->GetPage()) in InsertSlide() 675 if (GetPage(nIndex+1) != GetPageDescriptor(nIndex)->GetPage()) in InsertSlide() [all …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 110 return ( nIndex >= 0 ) && ( nIndex < nLength ); in implIsValidIndex() 146 rBoundary.startPos = nIndex; in implGetGlyphBoundary() 147 rBoundary.endPos = nIndex; in implGetGlyphBoundary() 178 rBoundary.endPos = nIndex; in implGetWordBoundary() 203 rBoundary.endPos = nIndex; in implGetSentenceBoundary() 229 rBoundary.endPos = nIndex; in implGetParagraphBoundary() 240 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary() 248 rBoundary.endPos = nIndex; in implGetLineBoundary() 345 if ( !implIsValidIndex( nIndex, nLength ) && nIndex != nLength ) in getTextAtIndex() 450 if ( !implIsValidIndex( nIndex, nLength ) && nIndex != nLength ) in getTextBeforeIndex() [all …]
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | MasterPagesSelector.cxx | 538 int nIndex, in CreateUserData() argument 551 if (nIndex>0 && nIndex<=PreviewValueSet::GetItemCount()) in GetUserData() 564 if (nIndex>0 && nIndex<=PreviewValueSet::GetItemCount()) in SetUserData() 608 sal_uInt16 nIndex, in SetItem() argument 615 if (nIndex > 0) in SetItem() 637 SetUserData(nIndex, CreateUserData(nIndex,aToken)); in SetItem() 657 sal_uInt16 nIndex, in AddTokenToIndexEntry() argument 669 sal_uInt16 nIndex, in RemoveTokenToIndexEntry() argument 695 for (sal_uInt16 nIndex=1; nIndex<=PreviewValueSet::GetItemCount(); nIndex++) in InvalidatePreview() local 715 for (sal_uInt16 nIndex=1; nIndex<=PreviewValueSet::GetItemCount(); nIndex++) in UpdateAllPreviews() local [all …]
|
/aoo42x/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 800 if ( nIndex >= nLength ) in GetDescription() 819 if ( nIndex >= nLength ) in IsCustomized() 1174 …pActualBullets[nIndex]->nIndex = nIndex+1; // Index in the tab page display, decrease 1 to the ind… in RelplaceNumRule() 1214 …pActualBullets[nIndex]->nIndex = nIndex+1; // Index in the tab page display, decrease 1 to the ind… in RelplaceNumRule() 1252 if (GetNBOIndexForNumRule(aTmpRule1,mLevel,nIndex)==nIndex+1) { in RelplaceNumRule() 1584 if ( nIndex >= nCount ) in RelplaceNumRule() 1652 if ( nIndex >= nLength ) in GetDescription() 1666 if ( nIndex >= nLength ) in IsCustomized() 1870 if ( nIndex >= nLength ) in RelplaceNumRule() 2057 if ( nIndex >= nLength ) in GetDescription() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | index.hxx | 54 xub_StrLen nIndex; member in SwIndex 150 return ChgValue( *this, nIndex+1 ).nIndex; in operator ++() 154 return ChgValue( *this, nIndex-1 ).nIndex; in operator --() 173 return ChgValue( *this, nIndex + nWert ).nIndex; in operator +=() 177 return ChgValue( *this, nIndex - nWert ).nIndex; in operator -=() 181 return ChgValue( *this, nIndex + rIndex.nIndex ).nIndex; in operator +=() 185 return ChgValue( *this, nIndex - rIndex.nIndex ).nIndex; in operator -=() 190 return nIndex < rIndex.nIndex; in operator <() 194 return nIndex <= rIndex.nIndex; in operator <=() 198 return nIndex > rIndex.nIndex; in operator >() [all …]
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlprmap.hxx | 100 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryFlags() 108 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryType() 118 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryNameSpace() 125 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryXMLName() 132 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryAPIName() 139 …DBG_ASSERT( (nIndex >= -1) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invali… in GetEntryContextId() 140 return nIndex == -1 ? 0 : aMapEntries[nIndex].nContextId; in GetEntryContextId() 147 …return nIndex == -1 ? SvtSaveOptions::ODFVER_UNKNOWN : aMapEntries[nIndex].nEarliestODFVersionForE… in GetEarliestODFVersionForExport() 160 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetPropertyHandler() 161 return aMapEntries[nIndex].pHdl; in GetPropertyHandler() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 206 nIndex++; in GetEquationName() 231 nIndex++; in GetNextParameter() 235 nIndex++; in GetNextParameter() 597 nIndex++; in GetEnhancedPath() 604 nIndex++; in GetEnhancedPath() 611 nIndex++; in GetEnhancedPath() 618 nIndex++; in GetEnhancedPath() 625 nIndex++; in GetEnhancedPath() 632 nIndex++; in GetEnhancedPath() 639 nIndex++; in GetEnhancedPath() [all …]
|
/aoo42x/main/svx/source/table/ |
H A D | tablemodel.cxx | 70 if( nCount && (nIndex >= 0) && (nIndex < nSize) ) in remove_range() 72 if( (nIndex + nCount) >= nSize ) in remove_range() 75 rVector.resize( nIndex ); in remove_range() 80 while( nIndex-- ) in remove_range() 114 sal_Int32 nFind = nIndex; in insert_range() 123 return nIndex; in insert_range() 258 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in UndoRemoveRows() 814 if( mpTableObj && nCount && (nIndex >= 0) && (nIndex < nColCount) ) in removeColumns() 868 if( nCol >= nIndex ) in removeColumns() 987 if( mpTableObj && nCount && (nIndex >= 0) && (nIndex < nRowCount) ) in removeRows() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | mnemonic.cxx | 74 xub_StrLen nIndex = 0; in ImplFindMnemonic() local 75 while ( (nIndex = rKey.Search( MNEMONIC_CHAR, nIndex )) != STRING_NOTFOUND ) in ImplFindMnemonic() 80 nIndex += 2; in ImplFindMnemonic() 111 xub_StrLen nIndex = 0; in RegisterMnemonic() local 113 while ( nIndex < nLen ) in RegisterMnemonic() 124 nIndex++; in RegisterMnemonic() 176 for( nIndex=0; nIndex < nLen; nIndex++ ) in CreateMnemonic() 232 nIndex++; in CreateMnemonic() 238 nIndex++; in CreateMnemonic() 248 nIndex = 0; in CreateMnemonic() [all …]
|
H A D | accel.cxx | 117 nIndex++; in ImplAccelEntryInsert() 137 while ( nIndex ) in ImplAccelEntryGetFirstPos() 139 nIndex--; in ImplAccelEntryGetFirstPos() 145 nIndex++; in ImplAccelEntryGetFirstPos() 148 return nIndex; in ImplAccelEntryGetFirstPos() 425 while ( nIndex < nItemCount ); in RemoveItem() 445 nIndex++; in RemoveItem() 447 while ( nIndex < nItemCount ); in RemoveItem() 600 nIndex++; in SetAccel() 602 while ( nIndex < nItemCount ); in SetAccel() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ViewTabBar.cxx | 197 for (sal_uInt16 nIndex=0; nIndex<mpTabControl->GetPageCount(); ++nIndex) in disposing() local 509 sal_uInt32 nIndex; in AddTabBarButton() local 515 nIndex = 0; in AddTabBarButton() 519 for (nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in AddTabBarButton() 566 sal_uInt16 nIndex; in RemoveTabBarButton() local 567 for (nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in RemoveTabBarButton() 587 for (sal_uInt32 nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in HasTabBarButton() local 609 for (sal_uInt32 nIndex=0; nIndex<nCount; ++nIndex) in GetTabBarButtons() local 610 aList[nIndex] = maTabBarButtons[nIndex]; in GetTabBarButtons() 627 for (sal_uInt16 nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in UpdateActiveButton() local [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | collect.cxx | 99 memmove ( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ScDataObject*)); in AtFree() 137 memmove(&pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ScDataObject*)); in AtInsert() 156 if (nIndex < nCount) in At() 171 return nIndex; in IndexOf() 211 sal_uInt16 nIndex; in IndexOf() local 213 return nIndex; in IndexOf() 226 short nIndex; in Search() local 233 nLo = nIndex + 1; in Search() 236 nHi = nIndex - 1; in Search() 240 nLo = nIndex; in Search() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | string.hxx | 248 { return mpData->maStr[nIndex]; } in GetChar() 254 xub_StrLen nIndex = STRING_LEN ); 332 xub_StrLen nIndex = 0 ); 334 xub_StrLen nIndex = 0 ); 341 xub_StrLen nIndex = 0 ); 551 { return mpData->maStr[nIndex]; } in GetChar() 626 xub_StrLen nIndex = 0 ); 628 xub_StrLen nIndex = 0 ); 630 xub_StrLen nIndex = 0 ); 632 xub_StrLen nIndex = 0 ); [all …]
|
/aoo42x/main/sc/inc/ |
H A D | compressedarray.hxx | 167 nIndex = Search( nPos); in GetValue() 177 nIndex = Search( nPos); in GetValue() 178 nStart = (nIndex > 0 ? pData[nIndex-1].nEnd + 1 : 0); in GetValue() 187 if (nIndex < nCount) in GetNextValue() 188 ++nIndex; in GetNextValue() 189 size_t nEntry = (nIndex < nCount ? nIndex : nCount-1); in GetNextValue() 198 if (nIndex > 0) in GetPrevValue() 199 --nIndex; in GetPrevValue() 200 nStart = (nIndex > 0 ? pData[nIndex-1].nEnd + 1 : 0); in GetPrevValue() 216 return pData[nIndex]; in GetDataEntry() [all …]
|
/aoo42x/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 92 return boost::make_tuple(maRanges[nIndex], in getElement() 93 maOrient[nIndex]); in getElement() 98 maRanges[nIndex] = boost::get<0>(rElement); in setElement() 99 maOrient[nIndex] = boost::get<1>(rElement); in setElement() 105 maRanges[nIndex] = rRange; in setElement() 106 maOrient[nIndex] = eOrient; in setElement() 158 maRanges.erase(maRanges.begin()+nIndex,maRanges.begin()+nIndex+nCount); in remove() 159 maOrient.erase(maOrient.begin()+nIndex,maOrient.begin()+nIndex+nCount); in remove() 311 return mpImpl->getElement(nIndex); in getElement() 316 mpImpl->setElement(nIndex, rElement); in setElement() [all …]
|