Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx272 struct ContentEntry_Impl struct
277 ContentEntry_Impl( const String& rURL, sal_Bool bFolder ) : in ContentEntry_Impl() argument
322 delete (ContentEntry_Impl*)pEntry->GetUserData(); in ~ContentListBox_Impl()
348 pEntry->SetUserData( new ContentEntry_Impl( aURL, sal_True ) ); in InitRoot()
361 delete (ContentEntry_Impl*)pEntry->GetUserData(); in ClearChildren()
376 String aTmpURL( ( (ContentEntry_Impl*)pParent->GetUserData() )->aURL ); in RequestingChilds()
395 pEntry->SetUserData( new ContentEntry_Impl( aURL, sal_True ) ); in RequestingChilds()
403 pEntry->SetUserData( new ContentEntry_Impl( aTargetURL, sal_False ) ); in RequestingChilds()
436 if ( pEntry && !( (ContentEntry_Impl*)pEntry->GetUserData() )->bIsFolder ) in GetSelectEntry()
437 aRet = ( (ContentEntry_Impl*)pEntry->GetUserData() )->aURL; in GetSelectEntry()

Completed in 22 milliseconds