Home
last modified time | relevance | path

Searched refs:nOldIndex (Results 1 – 24 of 24) sorted by relevance

/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx542 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 …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx247 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 …]
/trunk/main/sw/inc/
H A Dndindex.hxx204 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 Dindex.hxx159 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 --()
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx422 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 --()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1263 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 Ddocumen2.cxx1008 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 Dclipparam.cxx196 void ScClipRangeNameData::insert(sal_uInt16 nOldIndex, sal_uInt16 nNewIndex) in insert() argument
199 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in insert()
H A Dpatattr.cxx1022 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 Dcolumn2.cxx1448 SCSIZE nOldIndex = nIndex; in FindDataAreaPos() local
1484 nIndex = bForward ? nOldIndex+1 : nOldIndex; in FindDataAreaPos()
H A Ddocument.cxx1785 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()
/trunk/main/sc/source/ui/inc/
H A DAccessibleDataPilotControl.hxx49 void RemoveField(sal_Int32 nOldIndex);
50 void FieldFocusChange(sal_Int32 nOldIndex, sal_Int32 nNewIndex);
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx642 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()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1546 …::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 Dcellvaluebinding.cxx414 sal_Int32 nOldIndex = ::comphelper::getINT32( xCellProp->getPropertyValue( sPropName ) ); in setBooleanFormat() local
418 xOldFormat.set(xFormats->getByKey( nOldIndex )); in setBooleanFormat()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1459 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()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx635 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()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx578 int nOldIndex = nSelectedIndex; in SelectIndex() local
580 DrawChars_Impl( nOldIndex, nOldIndex ); in SelectIndex()
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx252 sal_uInt16 nOldIndex = i+1; in ImplGetDlgWindow() local
258 if( i == nOldIndex ) // only disabled controls ? in ImplGetDlgWindow()
263 nOldIndex = i; in ImplGetDlgWindow()
/trunk/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx557 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() local
563 if( nOldIndex != nIndex ) in SetParagraphIndex()
H A DAccessibleEditableTextPara.cxx303 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() local
313 if( nOldIndex != nIndex ) in SetParagraphIndex()
/trunk/main/sc/inc/
H A Dclipparam.hxx87 void insert(sal_uInt16 nOldIndex, sal_uInt16 nNewIndex);
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2924 xub_StrLen nOldIndex=nIndex; in lcl_toxMatchTSwitch() local
2929 nIndex = nOldIndex; in lcl_toxMatchTSwitch()
2951 nOldIndex = nIndex; in lcl_toxMatchTSwitch()
2955 nIndex=nOldIndex; in lcl_toxMatchTSwitch()
H A Dwrtw8sty.cxx1757 unsigned int nOldIndex = rWrt.GetHdFtIndex(); in WriteKFTxt() local
1771 rWrt.SetHdFtIndex( nOldIndex ); //0 in WriteKFTxt()

Completed in 289 milliseconds