Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbastype3.cxx212 SvLBoxEntry* pLE = aEntries[n]; in FindVariable() local
213 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() local
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()
348 aName = GetEntryText( pLE ); in GetEntryDescriptor()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx60 ServerFontLayoutEngine* pLE = NULL; in LayoutText() local
62 pLE = mrServerFont.GetLayoutEngine(); in LayoutText()
63 if( !pLE ) in LayoutText()
64 pLE = &SimpleLayoutEngine::get(); in LayoutText()
66 bool bRet = (*pLE)( *this, rArgs ); in LayoutText()

Completed in 21 milliseconds