Searched refs:ContentEntry_Impl (Results 1 – 1 of 1) sorted by relevance
272 struct ContentEntry_Impl struct277 ContentEntry_Impl( const String& rURL, sal_Bool bFolder ) : in ContentEntry_Impl() argument322 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 30 milliseconds