Searched refs:aUsedNames (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 1002 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 D | document.cxx | 1715 …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 D | scriptdocument.cxx | 1343 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 D | dbtools.cxx | 1498 ::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