Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx857 DBG_ASSERT( pLibEntry, "Libeintrag nicht gefunden!" ); in NewDialog()
858 if ( pLibEntry ) in NewDialog()
860 if ( !aBasicBox.IsExpanded( pLibEntry ) ) in NewDialog()
861 aBasicBox.Expand( pLibEntry ); in NewDialog()
869 pLibEntry, false, in NewDialog()
1017 … SvLBoxEntry* pLibEntry = rBasicBox.FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in createModImpl() local
1018 DBG_ASSERT( pLibEntry, "Libeintrag nicht gefunden!" ); in createModImpl()
1019 if ( pLibEntry ) in createModImpl()
1021 if ( !rBasicBox.IsExpanded( pLibEntry ) ) in createModImpl()
1022 rBasicBox.Expand( pLibEntry ); in createModImpl()
[all …]
H A Dbastype2.cxx830 SvLBoxEntry* pLibEntry = FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in SetCurrentEntry() local
831 if ( pLibEntry ) in SetCurrentEntry()
833 pCurEntry = pLibEntry; in SetCurrentEntry()
837 Expand( pLibEntry ); in SetCurrentEntry()
838 SvLBoxEntry* pLibSubEntry = ImpFindEntry( pLibEntry, aLibSubName ); in SetCurrentEntry()
874 pEntry = FirstChild( pLibEntry ); in SetCurrentEntry()
882 pLibEntry = FirstChild( pRootEntry ); in SetCurrentEntry()
883 if ( pLibEntry ) in SetCurrentEntry()
884 pCurEntry = pLibEntry; in SetCurrentEntry()

Completed in 29 milliseconds