/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 542 nIndex = nOldIndex = 0; in getZipFileContents() 567 sTemp = rName.copy ( nOldIndex, nIndex - nOldIndex ); in getZipFileContents() 579 nOldIndex = nIndex+1; in getZipFileContents() 853 nOldIndex = 0; in getByHierarchicalName() 858 sTemp = aName.copy ( nOldIndex, nIndex - nOldIndex ); in getByHierarchicalName() 868 nOldIndex = nIndex+1; in getByHierarchicalName() 878 sTemp = aName.copy( nOldIndex, aName.getLength() - nOldIndex ); in getByHierarchicalName() 937 nOldIndex = 0; in hasByHierarchicalName() 940 sTemp = aName.copy ( nOldIndex, nIndex - nOldIndex ); in hasByHierarchicalName() 950 nOldIndex = nIndex+1; in hasByHierarchicalName() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDataPilotControl.cxx | 247 void ScAccessibleDataPilotControl::RemoveField(sal_Int32 nOldIndex) in RemoveField() argument 252 if (static_cast<size_t>(nOldIndex) < maChildren.size()) in RemoveField() 254 xTempAcc = getAccessibleChild(nOldIndex); in RemoveField() 255 pField = maChildren[nOldIndex].pAcc; in RemoveField() 257 ::std::vector < AccessibleWeak >::iterator aItr = maChildren.begin() + nOldIndex; in RemoveField() 266 aItr->pAcc->SetIndex(nOldIndex); in RemoveField() 267 ++nOldIndex; in RemoveField() 293 DBG_ASSERT(static_cast<size_t>(nOldIndex) < maChildren.size() && in FieldFocusChange() 296 uno::Reference < XAccessible > xTempAcc = maChildren[nOldIndex].xWeakAcc; in FieldFocusChange() 297 if (xTempAcc.is() && maChildren[nOldIndex].pAcc) in FieldFocusChange() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | ndindex.hxx | 204 sal_uLong nOldIndex = pNd->GetIndex(); in operator ++() local 205 pNd = GetNodes()[ nOldIndex + 1 ]; in operator ++() 206 return nOldIndex; in operator ++() 210 sal_uLong nOldIndex = pNd->GetIndex(); in operator --() local 211 pNd = GetNodes()[ nOldIndex - 1 ]; in operator --() 212 return nOldIndex; in operator --()
|
H A D | index.hxx | 159 xub_StrLen nOldIndex = nIndex; in operator ++() local 161 return nOldIndex; in operator ++() 165 xub_StrLen nOldIndex = nIndex; in operator --() local 167 return nOldIndex; in operator --()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 422 xub_StrLen nOldIndex = nIndex; in operator ++() local 424 return nOldIndex; in operator ++() 453 xub_StrLen nOldIndex = nIndex; in operator --() local 455 return nOldIndex; in operator --()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleDataPilotControl.hxx | 49 void RemoveField(sal_Int32 nOldIndex); 50 void FieldFocusChange(sal_Int32 nOldIndex, sal_Int32 nNewIndex);
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 1263 sal_uInt32 nIndex, nOldIndex = 0; in SetString() local 1276 nIndex = nOldIndex = GetNumberFormat( nRow ); in SetString() 1334 nIndex = nOldIndex = pFormatter->GetStandardIndex(); in SetString() 1356 const SvNumberformat* pOldFormat = pFormatter->GetEntry( nOldIndex ); in SetString() 1362 if ( nIndex != nOldIndex) in SetString() 1369 const SvNumberformat* pOldFormat = pFormatter->GetEntry( nOldIndex ); in SetString() 1376 if ( nOldIndex == pFormatter->GetStandardFormat( in SetString()
|
H A D | clipparam.cxx | 196 void ScClipRangeNameData::insert(sal_uInt16 nOldIndex, sal_uInt16 nNewIndex) in insert() argument 199 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in insert()
|
H A D | documen2.cxx | 1008 sal_uInt16 nOldIndex = pSrcData->GetIndex(); in TransferTab() local 1009 bool bInUse = ( aUsedNames.find(nOldIndex) != aUsedNames.end() ); in TransferTab() 1024 ScRangeData::IndexMap::value_type(nOldIndex, nExistingIndex)); in TransferTab() 1045 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in TransferTab() 1047 bRangeNameReplace = ( nOldIndex != nNewIndex ); in TransferTab()
|
H A D | patattr.cxx | 1022 sal_uLong nOldIndex = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool() local 1023 const ScConditionalFormat* pOldData = pSrcList->GetFormat( nOldIndex ); in PutInPool() 1054 sal_uLong nOldIndex = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool() local 1055 const ScValidationData* pOldData = pSrcList->GetData( nOldIndex ); in PutInPool()
|
H A D | column2.cxx | 1448 SCSIZE nOldIndex = nIndex; in FindDataAreaPos() local 1484 nIndex = bForward ? nOldIndex+1 : nOldIndex; in FindDataAreaPos()
|
H A D | document.cxx | 1785 sal_uInt16 nOldIndex = pClipRangeData->GetIndex(); in CopyRangeNamesFromClip() local 1787 aClipRangeNames.insert(nOldIndex, nNewIndex); in CopyRangeNamesFromClip() 1789 aClipRangeNames.mbReplace = ( nOldIndex != nNewIndex ); in CopyRangeNamesFromClip() 1800 sal_uInt16 nOldIndex = pClipRangeData->GetIndex(); in CopyRangeNamesFromClip() local 1802 aClipRangeNames.insert(nOldIndex, nNewIndex); in CopyRangeNamesFromClip() 1804 aClipRangeNames.mbReplace = ( nOldIndex != nNewIndex ); in CopyRangeNamesFromClip()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 642 const sal_uInt16 nOldIndex = p->GetIndex(); in ReplaceRangeNamesInUse() local 643 IndexMap::const_iterator itr = rMap.find(nOldIndex); in ReplaceRangeNamesInUse() 644 const sal_uInt16 nNewIndex = itr == rMap.end() ? nOldIndex : itr->second; in ReplaceRangeNamesInUse() 645 if ( nOldIndex != nNewIndex ) in ReplaceRangeNamesInUse()
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 635 std::vector< LabeledDataSequence* >::size_type nOldIndex = aSequenceMapping[nNewIndex]; in createDataSource() local 636 if( nOldIndex < aDataVec.size() ) in createDataSource() 638 if( aDataVec[nOldIndex].is() ) in createDataSource() 640 aResultLSeqVec.push_back( aDataVec[nOldIndex] ); in createDataSource() 641 aDataVec[nOldIndex] = 0; in createDataSource()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1459 xub_StrLen const nOldIndex = pPoint->nContent.GetIndex(); in gotoNextWord() local 1482 (pPoint->nContent.GetIndex() != nOldIndex); in gotoNextWord() 1506 xub_StrLen const nOldIndex = pPoint->nContent.GetIndex(); in gotoPreviousWord() local 1525 (pPoint->nContent.GetIndex() != nOldIndex); in gotoPreviousWord() 1548 xub_StrLen const nOldIndex = pPoint->nContent.GetIndex(); in gotoEndOfWord() local 1563 pPoint->nContent = nOldIndex; in gotoEndOfWord() 1586 xub_StrLen const nOldIndex = pPoint->nContent.GetIndex(); in gotoStartOfWord() local 1601 pPoint->nContent = nOldIndex; in gotoStartOfWord()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 1546 …::std::vector< Reference< chart2::data::XLabeledDataSequence > >::size_type nOldIndex( static_cast… in createDataSource() 1547 if( nOldIndex < aSeqVector.size() ) in createDataSource() 1549 pDS->AddLabeledSequence( aSeqVector[nOldIndex] ); in createDataSource() 1550 aSeqVector[nOldIndex] = 0; in createDataSource() 1963 for( sal_Int32 nOldIndex = 0; nOldIndex < aOldSequences.getLength(); nOldIndex++ ) in detectArguments() local 1965 … uno::Reference< chart2::data::XLabeledDataSequence> xOld( aOldSequences[nOldIndex] ); in detectArguments() 1982 if( nOldIndex!=nNewIndex ) in detectArguments() 1984 aSequenceMappingVector.push_back(nOldIndex); in detectArguments()
|
H A D | cellvaluebinding.cxx | 414 sal_Int32 nOldIndex = ::comphelper::getINT32( xCellProp->getPropertyValue( sPropName ) ); in setBooleanFormat() local 418 xOldFormat.set(xFormats->getByKey( nOldIndex )); in setBooleanFormat()
|
/aoo41x/main/svx/source/dialog/ |
H A D | charmap.cxx | 578 int nOldIndex = nSelectedIndex; in SelectIndex() local 580 DrawChars_Impl( nOldIndex, nOldIndex ); in SelectIndex()
|
/aoo41x/main/vcl/source/window/ |
H A D | dlgctrl.cxx | 252 sal_uInt16 nOldIndex = i+1; in ImplGetDlgWindow() local 258 if( i == nOldIndex ) // only disabled controls ? in ImplGetDlgWindow() 263 nOldIndex = i; in ImplGetDlgWindow()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 557 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() local 563 if( nOldIndex != nIndex ) in SetParagraphIndex()
|
H A D | AccessibleEditableTextPara.cxx | 303 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() local 313 if( nOldIndex != nIndex ) in SetParagraphIndex()
|
/aoo41x/main/sc/inc/ |
H A D | clipparam.hxx | 87 void insert(sal_uInt16 nOldIndex, sal_uInt16 nNewIndex);
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 2917 xub_StrLen nOldIndex=nIndex; in lcl_toxMatchTSwitch() local 2922 nIndex = nOldIndex; in lcl_toxMatchTSwitch() 2944 nOldIndex = nIndex; in lcl_toxMatchTSwitch() 2948 nIndex=nOldIndex; in lcl_toxMatchTSwitch()
|
H A D | wrtw8sty.cxx | 1757 unsigned int nOldIndex = rWrt.GetHdFtIndex(); in WriteKFTxt() local 1771 rWrt.SetHdFtIndex( nOldIndex ); //0 in WriteKFTxt()
|