Searched refs:namesToIndices (Results 1 – 3 of 3) sorted by relevance
126 NameIndexHash namesToIndices; member in WindowsAccessImpl145 namesToIndices[ sCaption ] = nIndex++; in WindowsAccessImpl()183 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName()184 if ( it == namesToIndices.end() ) in getByName()192 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames()194 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames()195 NameIndexHash::const_iterator it_end = namesToIndices.end(); in getElementNames()203 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName()204 return (it != namesToIndices.end()); in hasByName()
100 NameIndexHash namesToIndices; member in SelectedSheetsEnumAccess130 namesToIndices[ xNamed->getName() ] = nIndex++; in SelectedSheetsEnumAccess()169 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName()170 if ( it == namesToIndices.end() ) in getByName()178 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames()180 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames()181 NameIndexHash::const_iterator it_end = namesToIndices.end(); in getElementNames()189 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName()190 return (it != namesToIndices.end()); in hasByName()
131 NameIndexHash namesToIndices; member in DocumentsAccessImpl148 namesToIndices[ aURL.GetLastName() ] = nIndex++; in DocumentsAccessImpl()186 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName()187 if ( it == namesToIndices.end() ) in getByName()195 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames()197 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames()198 NameIndexHash::const_iterator it_end = namesToIndices.end(); in getElementNames()206 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName()207 return (it != namesToIndices.end()); in hasByName()