Home
last modified time | relevance | path

Searched refs:namesToIndices (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx126 NameIndexHash namesToIndices; member in WindowsAccessImpl
145 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()
H A Dvbawindow.cxx101 NameIndexHash namesToIndices; member in SelectedSheetsEnumAccess
131 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx131 NameIndexHash namesToIndices; member in DocumentsAccessImpl
148 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 29 milliseconds