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()
101 NameIndexHash namesToIndices; member in SelectedSheetsEnumAccess131 namesToIndices[ xNamed->getName() ] = nIndex++; in SelectedSheetsEnumAccess()170 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName()171 if ( it == namesToIndices.end() ) in getByName()179 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames()181 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames()182 NameIndexHash::const_iterator it_end = namesToIndices.end(); in getElementNames()190 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName()191 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()
Completed in 32 milliseconds