| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dpolygon.cxx | 80 …CoordinateDataArray2D(const CoordinateDataArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray2D() argument 81 … : maVector(rOriginal.maVector.begin() + nIndex, rOriginal.maVector.begin() + (nIndex + nCount)) in CoordinateDataArray2D() 95 const basegfx::B2DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate() 97 return maVector[nIndex]; in getCoordinate() 100 void setCoordinate(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setCoordinate() argument 102 maVector[nIndex] = rValue; in setCoordinate() 115 void insert(sal_uInt32 nIndex, const CoordinateData2D& rValue, sal_uInt32 nCount) in insert() argument 121 aIndex += nIndex; in insert() 126 void insert(sal_uInt32 nIndex, const CoordinateDataArray2D& rSource) in insert() argument 134 aIndex += nIndex; in insert() [all …]
|
| H A D | b3dpolygon.cxx | 95 …CoordinateDataArray3D(const CoordinateDataArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray3D() argument 96 … : maVector(rOriginal.maVector.begin() + nIndex, rOriginal.maVector.begin() + (nIndex + nCount)) in CoordinateDataArray3D() 181 const basegfx::B3DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate() 183 return maVector[nIndex].getCoordinate(); in getCoordinate() 186 void setCoordinate(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setCoordinate() argument 188 maVector[nIndex].setCoordinate(rValue); in setCoordinate() 191 void insert(sal_uInt32 nIndex, const CoordinateData3D& rValue, sal_uInt32 nCount) in insert() argument 197 aIndex += nIndex; in insert() 202 void insert(sal_uInt32 nIndex, const CoordinateDataArray3D& rSource) in insert() argument 210 aIndex += nIndex; in insert() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | compressedarray.cxx | 257 size_t nIndex; in CopyFrom() local 262 rArray.GetValue( j+nSourceDy, nIndex, nRegionEnd) : in CopyFrom() 263 rArray.GetNextValue( nIndex, nRegionEnd)); in CopyFrom() 276 size_t nIndex = Search( nStart); in Insert() local 280 if (nIndex > 0 && pData[nIndex-1].nEnd+1 == nStart) in Insert() 281 --nIndex; in Insert() 282 const D& rValue = pData[nIndex].aValue; // the value "copied" in Insert() 285 pData[nIndex].nEnd += nAccessCount; in Insert() 286 if (pData[nIndex].nEnd >= nMaxAccess) in Insert() 288 pData[nIndex].nEnd = nMaxAccess; in Insert() [all …]
|
| H A D | column3.cxx | 84 SCSIZE nIndex; in Insert() local 85 if (Search(nRow, nIndex)) in Insert() 87 ScBaseCell* pOldCell = pItems[nIndex].pCell; in Insert() 99 if ( nIndex >= nCount || pItems[nIndex].nRow != nRow ) in Insert() 100 Search(nRow, nIndex); in Insert() 103 pItems[nIndex].pCell = pNewCell; in Insert() 131 memmove( &pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ColEntry) ); in Insert() 132 pItems[nIndex].pCell = pNewCell; in Insert() 133 pItems[nIndex].nRow = nRow; in Insert() 207 SCSIZE nIndex; in Delete() local [all …]
|
| H A D | column2.cxx | 189 SCSIZE nIndex; in GetNeededSize() local 191 if (Search(nRow,nIndex)) in GetNeededSize() 193 ScBaseCell* pCell = pItems[nIndex].pCell; in GetNeededSize() 628 long ScColumn::GetSimpleTextNeededSize( SCSIZE nIndex, OutputDevice* pDev, in GetSimpleTextNeededSize() argument 632 if ( nIndex < nCount ) in GetSimpleTextNeededSize() 634 SCROW nRow = pItems[nIndex].nRow; in GetSimpleTextNeededSize() 636 ScBaseCell* pCell = pItems[nIndex].pCell; in GetSimpleTextNeededSize() 666 SCSIZE nIndex; in GetOptimalColWidth() local 679 while (aDataIter.Next( nIndex )) in GetOptimalColWidth() 681 sal_uInt16 nThis = (sal_uInt16) (GetSimpleTextNeededSize( nIndex, pDev, in GetOptimalColWidth() [all …]
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | index.cxx | 72 if ( ! (pIdx->nIndex >= nVal)) in ChkArr() 86 nVal = pPrev->nIndex; in ChkArr() 100 : nIndex( nIdx ), pArray( pArr ), pNext( 0 ), pPrev( 0 ) in SwIndex() 105 nIndex = 0; // steht immer auf 0 !!! in SwIndex() 110 else if( nIdx > ((pArray->pLast->nIndex - pArray->pFirst->nIndex) / 2) ) in SwIndex() 125 ChgValue( rIdx, rIdx.nIndex + nIdx ); in SwIndex() 135 : nIndex( rIdx.nIndex ), pArray( rIdx.pArray ), pNext( 0 ), pPrev( 0 ) in SwIndex() 137 ChgValue( rIdx, rIdx.nIndex ); in SwIndex() 148 if( rIdx.nIndex > nNewValue ) // nach vorne versuchen in ChgValue() 151 while( 0 != ( pPrv = pFnd->pPrev ) && pPrv->nIndex > nNewValue ) in ChgValue() [all …]
|
| /AOO41X/main/tools/source/memtools/ |
| H A D | contnr.cxx | 174 void CBlock::Insert( void* p, sal_uInt16 nIndex, sal_uInt16 nReSize ) in Insert() argument 177 DBG_ASSERT( nIndex <= nCount, "CBlock::Insert(): Index > nCount" ); in Insert() 187 if ( nCount == nIndex ) in Insert() 195 memcpy( pNewNodes, pNodes, nIndex*sizeof(PVOID) ); in Insert() 196 memcpy( pNewNodes + nIndex + 1, in Insert() 197 pNodes + nIndex, in Insert() 198 (nCount-nIndex)*sizeof(PVOID) ); in Insert() 207 if ( nIndex < nCount ) in Insert() 209 memmove( pNodes + nIndex + 1, in Insert() 210 pNodes + nIndex, in Insert() [all …]
|
| /AOO41X/main/tools/source/string/ |
| H A D | strimp.cxx | 226 unsigned int nIndex = (unsigned int)(pStr-mpData->maStr); in ImplCopyStringData() local 228 pStr = mpData->maStr + nIndex; in ImplCopyStringData() 643 void STRING::SetChar( xub_StrLen nIndex, STRCODE c ) in SetChar() argument 646 DBG_ASSERT( nIndex < mpData->mnLen, "String::SetChar() - nIndex > String.Len()" ); in SetChar() 650 mpData->maStr[nIndex] = c; in SetChar() 655 STRING& STRING::Insert( const STRING& rStr, xub_StrLen nIndex ) in Insert() argument 668 if ( nIndex > mpData->mnLen ) in Insert() 669 nIndex = static_cast< xub_StrLen >(mpData->mnLen); in Insert() 675 memcpy( pNewData->maStr, mpData->maStr, nIndex*sizeof( STRCODE ) ); in Insert() 676 memcpy( pNewData->maStr+nIndex, rStr.mpData->maStr, nCopyLen*sizeof( STRCODE ) ); in Insert() [all …]
|
| /AOO41X/main/autodoc/source/ary/doc/ |
| H A D | d_oldcppdocu.cxx | 71 UINT8 nIndex = static_cast<UINT8>(i_eId); in Create_StdTag() local 72 if ( nTags[nIndex] == C_ucNO_INDEX ) in Create_StdTag() 75 NewTag(nIndex) = ret; in Create_StdTag() 80 return GetTag(nIndex).GetFollower(); in Create_StdTag() 87 UINT8 nIndex = atc_base; in CheckIn_BaseTag() local 88 if ( nTags[nIndex] == C_ucNO_INDEX ) in CheckIn_BaseTag() 91 NewTag(nIndex) = ret; in CheckIn_BaseTag() 96 return GetTag(nIndex).GetFollower(); in CheckIn_BaseTag() 103 UINT8 nIndex = atc_exception; in CheckIn_ExceptionTag() local 104 if ( nTags[nIndex] == C_ucNO_INDEX ) in CheckIn_ExceptionTag() [all …]
|
| /AOO41X/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 72 SharedPageDescriptor pDescriptor (rModel.GetPageDescriptor(nIndex)); in PrintModel() 76 nIndex, in PrintModel() 84 OSL_TRACE("%d", nIndex); in PrintModel() 92 for (sal_Int32 nIndex=0,nCount=rModel.GetPageCount(); nIndex<nCount; ++nIndex) in CheckModel() local 94 SharedPageDescriptor pDescriptor (rModel.GetPageDescriptor(nIndex)); in CheckModel() 101 if (nIndex != pDescriptor->GetPageIndex()) in CheckModel() 104 OSL_ASSERT(nIndex == pDescriptor->GetPageIndex()); in CheckModel() 107 if (nIndex != pDescriptor->GetVisualState().mnPageId) in CheckModel() 110 OSL_ASSERT(nIndex == pDescriptor->GetVisualState().mnPageId); in CheckModel() [all …]
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | MasterPagesSelector.cxx | 238 sal_uInt16 nIndex = PreviewValueSet::GetItemId (pEvent->GetPosPixel()); in IMPL_LINK() local 239 if (nIndex > 0) in IMPL_LINK() 240 PreviewValueSet::SelectItem (nIndex); in IMPL_LINK() 257 const sal_uInt16 nIndex = PreviewValueSet::GetSelectItemId(); in Command() local 258 if (nIndex > 0) in Command() 267 Rectangle aBBox (PreviewValueSet::GetItemRect(nIndex)); in Command() 367 sal_uInt16 nIndex = PreviewValueSet::GetSelectItemId(); in ExecuteCommand() local 369 PreviewValueSet::SelectItem (nIndex); in ExecuteCommand() 402 sal_uInt16 nIndex = PreviewValueSet::GetSelectItemId(); in GetSelectedMasterPage() local 403 UserData* pData = GetUserData(nIndex); in GetSelectedMasterPage() [all …]
|
| /AOO41X/main/comphelper/source/misc/ |
| H A D | accessibletexthelper.cxx | 108 sal_Bool OCommonAccessibleText::implIsValidIndex( sal_Int32 nIndex, sal_Int32 nLength ) in implIsValidIndex() argument 110 return ( nIndex >= 0 ) && ( nIndex < nLength ); in implIsValidIndex() 122 void OCommonAccessibleText::implGetGlyphBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetGlyphBoundary() argument 126 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetGlyphBoundary() 133 …sal_Int32 nStartIndex = xBreakIter->previousCharacters( sText, nIndex, implGetLocale(), i18n::Char… in implGetGlyphBoundary() 146 rBoundary.startPos = nIndex; in implGetGlyphBoundary() 147 rBoundary.endPos = nIndex; in implGetGlyphBoundary() 153 … sal_Bool OCommonAccessibleText::implGetWordBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetWordBoundary() argument 158 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetWordBoundary() 163 …rBoundary = xBreakIter->getWordBoundary( sText, nIndex, implGetLocale(), i18n::WordType::ANY_WORD,… in implGetWordBoundary() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | index.hxx | 54 xub_StrLen nIndex; member in SwIndex 84 { return (nIndex == rSwIndex.nIndex) && (pArray == rSwIndex.pArray); } in operator ==() 87 { return (nIndex != rSwIndex.nIndex) || (pArray != rSwIndex.pArray); } in operator !=() 89 sal_Bool operator<( xub_StrLen nWert ) const { return nIndex < nWert; } in operator <() 90 sal_Bool operator<=( xub_StrLen nWert ) const { return nIndex <= nWert; } in operator <=() 91 sal_Bool operator>( xub_StrLen nWert ) const { return nIndex > nWert; } in operator >() 92 sal_Bool operator>=( xub_StrLen nWert ) const { return nIndex >= nWert; } in operator >=() 93 sal_Bool operator==( xub_StrLen nWert ) const { return nIndex == nWert; } in operator ==() 94 sal_Bool operator!=( xub_StrLen nWert ) const { return nIndex != nWert; } in operator !=() 100 xub_StrLen GetIndex() const { return nIndex; } in GetIndex() [all …]
|
| /AOO41X/main/svx/source/sidebar/ |
| H A D | nbdtmg.cxx | 430 sal_Bool BulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule() argument 465 if ( nIndex >= DEFAULT_BULLET_TYPES ) in RelplaceNumRule() 468 pActualBullets[nIndex]->cBulletChar = cChar; in RelplaceNumRule() 470 pActualBullets[nIndex]->aFont = *pFont; in RelplaceNumRule() 471 pActualBullets[nIndex]->bIsCustomized = sal_True; in RelplaceNumRule() 475 String sNUM = String::CreateFromInt32( nIndex + 1 ); in RelplaceNumRule() 477 pActualBullets[nIndex]->sDescription = aStrFromRES; in RelplaceNumRule() 482 sal_Bool BulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bool… in ApplyNumRule() argument 507 if ( nIndex >= DEFAULT_BULLET_TYPES ) in ApplyNumRule() 509 cChar = pActualBullets[nIndex]->cBulletChar; in ApplyNumRule() [all …]
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | xmlprmap.hxx | 98 sal_uInt32 GetEntryFlags( sal_Int32 nIndex ) const in GetEntryFlags() 100 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryFlags() 101 return aMapEntries[nIndex].nType & ~MID_FLAG_MASK; in GetEntryFlags() 105 sal_uInt32 GetEntryType( sal_Int32 nIndex, in GetEntryType() argument 108 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryType() 109 sal_uInt32 nType = aMapEntries[nIndex].nType; in GetEntryType() 116 sal_uInt16 GetEntryNameSpace( sal_Int32 nIndex ) const in GetEntryNameSpace() 118 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryNameSpace() 119 return aMapEntries[nIndex].nXMLNameSpace; in GetEntryNameSpace() 123 const ::rtl::OUString& GetEntryXMLName( sal_Int32 nIndex ) const in GetEntryXMLName() [all …]
|
| /AOO41X/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() 77 sal_Unicode cMnemonic = rKey.GetChar( nIndex+1 ); in ImplFindMnemonic() 80 nIndex += 2; in ImplFindMnemonic() 111 xub_StrLen nIndex = 0; in RegisterMnemonic() local 113 while ( nIndex < nLen ) in RegisterMnemonic() 115 sal_Unicode c = aKey.GetChar( nIndex ); in RegisterMnemonic() 124 nIndex++; in RegisterMnemonic() 174 xub_StrLen nIndex; in CreateMnemonic() local 176 for( nIndex=0; nIndex < nLen; nIndex++ ) in CreateMnemonic() [all …]
|
| H A D | accel.cxx | 111 sal_uInt16 nIndex = ImplAccelEntryGetIndex( pList, pEntry->mnId, &nInsIndex ); in ImplAccelEntryInsert() local 113 if ( nIndex != ACCELENTRY_NOTFOUND ) in ImplAccelEntryInsert() 117 nIndex++; in ImplAccelEntryInsert() 118 ImplAccelEntry* pTempEntry = pList->GetObject( nIndex ); in ImplAccelEntryInsert() 122 while ( nIndex < pList->Count() ); in ImplAccelEntryInsert() 124 pList->Insert( pEntry, (sal_uLong)nIndex ); in ImplAccelEntryInsert() 134 sal_uInt16 nIndex = ImplAccelEntryGetIndex( pList, nId ); in ImplAccelEntryGetFirstPos() local 135 if ( nIndex != ACCELENTRY_NOTFOUND ) in ImplAccelEntryGetFirstPos() 137 while ( nIndex ) in ImplAccelEntryGetFirstPos() 139 nIndex--; in ImplAccelEntryGetFirstPos() [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximpcustomshape.cxx | 194 sal_Int32 nIndex = nStart; in GetEquationName() local 195 while( nIndex < rEquation.getLength() ) in GetEquationName() 197 sal_Unicode nChar = rEquation[ nIndex ]; in GetEquationName() 204 nIndex++; in GetEquationName() 209 sal_Bool bValid = ( nIndex - nStart ) != 0; in GetEquationName() 211 rEquationName = rEquation.copy( nStart, nIndex - nStart ); in GetEquationName() 215 …sun::star::drawing::EnhancedCustomShapeParameter& rParameter, sal_Int32& nIndex, const rtl::OUStri… in GetNextParameter() argument 217 if ( nIndex >= rParaString.getLength() ) in GetNextParameter() 225 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter() 229 nIndex++; in GetNextParameter() [all …]
|
| /AOO41X/main/svx/source/table/ |
| H A D | tablemodel.cxx | 67 template< class Vec, class Iter > void remove_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nCou… in remove_range() argument 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() 101 …lass Iter, class Entry > sal_Int32 insert_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nCount ) in insert_range() argument 105 if( nIndex >= static_cast< sal_Int32 >( rVector.size() ) ) in insert_range() 108 nIndex = static_cast< sal_Int32 >( rVector.size() ); // cap to end in insert_range() 109 rVector.resize( nIndex + nCount ); in insert_range() 114 sal_Int32 nFind = nIndex; in insert_range() [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | ViewTabBar.cxx | 197 for (sal_uInt16 nIndex=0; nIndex<mpTabControl->GetPageCount(); ++nIndex) in disposing() local 198 mpTabControl->SetTabPage(nIndex, NULL); in disposing() 452 sal_uInt16 nIndex (mpTabControl->GetCurPageId() - 1); in ActivatePage() local 453 if (nIndex < maTabBarButtons.size()) in ActivatePage() 456 maTabBarButtons[nIndex].ResourceId, in ActivatePage() 509 sal_uInt32 nIndex; in AddTabBarButton() local 515 nIndex = 0; in AddTabBarButton() 519 for (nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in AddTabBarButton() 521 if (IsEqual(maTabBarButtons[nIndex], rAnchor)) in AddTabBarButton() 523 ++nIndex; in AddTabBarButton() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | collect.cxx | 93 void ScCollection::AtFree(sal_uInt16 nIndex) in AtFree() argument 95 if ((pItems) && (nIndex < nCount)) in AtFree() 97 delete pItems[nIndex]; in AtFree() 99 memmove ( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ScDataObject*)); in AtFree() 122 sal_Bool ScCollection::AtInsert(sal_uInt16 nIndex, ScDataObject* pScDataObject) in AtInsert() argument 124 if ((nCount < MAXCOLLECTIONSIZE) && (nIndex <= nCount) && pItems) in AtInsert() 136 if (nCount > nIndex) in AtInsert() 137 … memmove(&pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ScDataObject*)); in AtInsert() 138 pItems[nIndex] = pScDataObject; in AtInsert() 154 ScDataObject* ScCollection::At(sal_uInt16 nIndex) const in At() [all …]
|
| /AOO41X/main/basegfx/source/range/ |
| H A D | b2dpolyrange.cxx | 90 B2DPolyRange::ElementType getElement(sal_uInt32 nIndex) const in getElement() 92 return boost::make_tuple(maRanges[nIndex], in getElement() 93 maOrient[nIndex]); in getElement() 96 void setElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement ) in setElement() argument 98 maRanges[nIndex] = boost::get<0>(rElement); in setElement() 99 maOrient[nIndex] = boost::get<1>(rElement); in setElement() 103 void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient ) in setElement() argument 105 maRanges[nIndex] = rRange; in setElement() 106 maOrient[nIndex] = eOrient; in setElement() 110 …void insertElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement, sal_uInt32 nCount) in insertElement() argument [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | compressedarray.hxx | 85 const D& GetValue( A nPos, size_t& nIndex, A& nEnd ) const; 88 const D& GetValue( A nPos, size_t& nIndex, A& nStart, A& nEnd ) const; 93 const D& GetNextValue( size_t& nIndex, A& nEnd ) const; 97 const D& GetPrevValue( size_t& nIndex, A& nStart ) const; 121 const DataEntry& GetDataEntry( size_t nIndex ) const; 159 size_t nIndex = Search( nPos); in GetValue() local 160 return pData[nIndex].aValue; in GetValue() 165 const D& ScCompressedArray<A,D>::GetValue( A nPos, size_t& nIndex, A& nEnd ) const in GetValue() argument 167 nIndex = Search( nPos); in GetValue() 168 nEnd = pData[nIndex].nEnd; in GetValue() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | string.hxx | 246 void SetChar( xub_StrLen nIndex, sal_Char c ); 247 sal_Char GetChar( xub_StrLen nIndex ) const in GetChar() 248 { return mpData->maStr[nIndex]; } in GetChar() 252 ByteString& Insert( const ByteString& rStr, xub_StrLen nIndex = STRING_LEN ); 254 xub_StrLen nIndex = STRING_LEN ); 255 ByteString& Insert( const sal_Char* pCharStr, xub_StrLen nIndex = STRING_LEN ); 256 ByteString& Insert( sal_Char c, xub_StrLen nIndex = STRING_LEN ); 257 ByteString& Replace( xub_StrLen nIndex, xub_StrLen nCount, const ByteString& rStr ); 258 ByteString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ); 259 ByteString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const; [all …]
|
| /AOO41X/main/sd/source/ui/framework/configuration/ |
| H A D | ResourceId.cxx | 144 for (sal_uInt32 nIndex=0; nIndex<rAnchorURLs.size(); ++nIndex) in ResourceId() local 145 maResourceURLs[nIndex+1] = rAnchorURLs[nIndex]; in ResourceId() 162 for (sal_Int32 nIndex=0; nIndex<rAnchorURLs.getLength(); ++nIndex) in ResourceId() local 163 maResourceURLs[nIndex+2] = rAnchorURLs[nIndex]; in ResourceId() 235 for (sal_Int32 nIndex=0; nIndex<nAnchorCount; ++nIndex) in getAnchor() local 236 rResourceId->maResourceURLs[nIndex] = maResourceURLs[nIndex+1]; in getAnchor() 252 for (sal_Int32 nIndex=0; nIndex<nAnchorCount; ++nIndex) in getAnchorURLs() local 253 aAnchorURLs[nIndex] = maResourceURLs[nIndex+1]; in getAnchorURLs() 336 for (sal_Int32 nIndex=nURLCount-1,nLocalIndex=nLocalURLCount-1; in CompareToLocalImplementation() local 337 nIndex>=0 && nLocalIndex>=0; in CompareToLocalImplementation() [all …]
|