Searched refs:pLE (Results 1 – 2 of 2) sorted by relevance
212 SvLBoxEntry* pLE = aEntries[n]; in FindVariable() local213 DBG_ASSERT( pLE, "Can not find entry in array" ); in FindVariable()214 BasicEntry* pBE = (BasicEntry*)pLE->GetUserData(); in FindVariable()216 String aName( GetEntryText( pLE ) ); in FindVariable()321 SvLBoxEntry* pLE = aEntries[n]; in GetEntryDescriptor() local322 DBG_ASSERT( pLE, "Entrie im Array nicht gefunden" ); in GetEntryDescriptor()323 BasicEntry* pBE = (BasicEntry*)pLE->GetUserData(); in GetEntryDescriptor()330 aLibName = GetEntryText( pLE ); in GetEntryDescriptor()336 aName = GetEntryText( pLE ); in GetEntryDescriptor()342 aMethodName = GetEntryText( pLE ); in GetEntryDescriptor()[all …]
60 ServerFontLayoutEngine* pLE = NULL; in LayoutText() local62 pLE = mrServerFont.GetLayoutEngine(); in LayoutText()63 if( !pLE ) in LayoutText()64 pLE = &SimpleLayoutEngine::get(); in LayoutText()66 bool bRet = (*pLE)( *this, rArgs ); in LayoutText()