Lines Matching refs:SvtMatchContext_Impl
104 class SvtMatchContext_Impl : public ::vos::OThread class
119 DECL_STATIC_LINK( SvtMatchContext_Impl, Select_Impl, void* );
131 SvtMatchContext_Impl( SvtURLBox* pBoxP, const String& rText );
132 ~SvtMatchContext_Impl();
136 ::vos::OMutex* SvtMatchContext_Impl::pDirMutex = 0;
138 ::vos::OMutex* SvtMatchContext_Impl::GetMutex() in GetMutex()
147 SvtMatchContext_Impl::SvtMatchContext_Impl( in SvtMatchContext_Impl() function in SvtMatchContext_Impl
149 : aLink( STATIC_LINK( this, SvtMatchContext_Impl, Select_Impl ) ) in SvtMatchContext_Impl()
168 SvtMatchContext_Impl::~SvtMatchContext_Impl() in ~SvtMatchContext_Impl()
176 void SvtMatchContext_Impl::FillPicklist( SvStringsDtor& rPickList ) in FillPicklist()
206 void SAL_CALL SvtMatchContext_Impl::Cancel() in Cancel()
213 void SvtMatchContext_Impl::Stop() in Stop()
222 void SvtMatchContext_Impl::onTerminated( ) in onTerminated()
234 IMPL_STATIC_LINK( SvtMatchContext_Impl, Select_Impl, void*, )
322 void SvtMatchContext_Impl::Insert( const String& rCompletion, in Insert()
341 void SvtMatchContext_Impl::ReadFolder( const String& rURL, in ReadFolder()
592 void SvtMatchContext_Impl::run() in run()
784 pCtx = new SvtMatchContext_Impl( this, aCurText ); in TryAutoComplete()
881 pCtx = new SvtMatchContext_Impl( this, sText ); in UpdatePickList()
973 ::vos::OGuard aGuard( SvtMatchContext_Impl::GetMutex() ); in ProcessKey()
1139 ::vos::OGuard aGuard( SvtMatchContext_Impl::GetMutex() ); in GetURL()
1235 ::vos::OGuard aGuard( SvtMatchContext_Impl::GetMutex() ); in SetBaseURL()