Home
last modified time | relevance | path

Searched refs:m_aURLs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx287m_aURLs.insert( MapIndexToStringPair::value_type( nPos, StringPair( sDecodedURL, sFilter ) ) ); in impl_init()
320 MapIndexToStringPair::const_iterator pos = m_aURLs.find( _nListIndex ); in impl_getDocumentAtIndex()
321 …DBG_ASSERT( pos != m_aURLs.end(), "OpenDocumentListBox::impl_getDocumentAtIndex: invalid index!" ); in impl_getDocumentAtIndex()
324 if ( pos != m_aURLs.end() ) in impl_getDocumentAtIndex()
/trunk/main/dbaccess/source/ui/inc/
H A Dopendoccontrols.hxx73 MapIndexToStringPair m_aURLs; member in dbaui::OpenDocumentListBox

Completed in 10 milliseconds