Home
last modified time | relevance | path

Searched refs:aUsedNames (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddocumen2.cxx1002 std::set<sal_uInt16> aUsedNames; in TransferTab() local
1003 pSrcDoc->pTab[nSrcPos]->FindRangeNamesInUse( 0, 0, MAXCOL, MAXROW, aUsedNames ); in TransferTab()
1009 bool bInUse = ( aUsedNames.find(nOldIndex) != aUsedNames.end() ); in TransferTab()
H A Ddocument.cxx1715 …std::set<sal_uInt16> aUsedNames; // indexes of named ranges that are used in the copied cel… in CopyRangeNamesToClip() local
1721 rClipRange.aEnd.Col(), rClipRange.aEnd.Row(), aUsedNames); in CopyRangeNamesToClip()
1727 bool bInUse = ( aUsedNames.find(nIndex) != aUsedNames.end() ); in CopyRangeNamesToClip()
/aoo4110/main/basctl/source/basicide/
H A Dscriptdocument.cxx1343 Sequence< ::rtl::OUString > aUsedNames( getObjectNames( _eType, _rLibName ) ); in createObjectName() local
1345 … ::std::copy( aUsedNames.getConstArray(), aUsedNames.getConstArray() + aUsedNames.getLength(), in createObjectName()
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1498 ::std::set< ::rtl::OUString > aUsedNames; in createUniqueName()
1502 ::std::insert_iterator< ::std::set< ::rtl::OUString > >( aUsedNames, aUsedNames.end() ) in createUniqueName()
1510 while ( aUsedNames.find( sName ) != aUsedNames.end() ) in createUniqueName()

Completed in 111 milliseconds