Lines Matching refs:INetURLHistory_Impl
62 class INetURLHistory_Impl class
206 INetURLHistory_Impl (const INetURLHistory_Impl&);
207 INetURLHistory_Impl& operator= (const INetURLHistory_Impl&);
210 INetURLHistory_Impl (void);
211 ~INetURLHistory_Impl (void);
227 INetURLHistory_Impl::INetURLHistory_Impl (void) in INetURLHistory_Impl() function in INetURLHistory_Impl
235 INetURLHistory_Impl::~INetURLHistory_Impl (void) in ~INetURLHistory_Impl()
242 void INetURLHistory_Impl::initialize (void) in initialize()
258 void INetURLHistory_Impl::downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k) in downheap()
275 void INetURLHistory_Impl::heapsort (hash_entry a[], sal_uInt16 n) in heapsort()
294 sal_uInt16 INetURLHistory_Impl::find (sal_uInt32 nHash) const in find()
317 void INetURLHistory_Impl::move (sal_uInt16 nSI, sal_uInt16 nDI) in move()
342 void INetURLHistory_Impl::putUrl (const String &rUrl) in putUrl()
399 sal_Bool INetURLHistory_Impl::queryUrl (const String &rUrl) in queryUrl()
434 INetURLHistory::INetURLHistory() : m_pImpl (new INetURLHistory_Impl()) in INetURLHistory()