Lines Matching refs:pLibEntry
856 … SvLBoxEntry* pLibEntry = aBasicBox.FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in NewDialog() local
857 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()
862 … SvLBoxEntry* pEntry = aBasicBox.FindEntry( pLibEntry, aDlgName, OBJ_TYPE_DIALOG ); 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()
1023 SvLBoxEntry* pSubRootEntry = pLibEntry; in createModImpl()
1027 …SvLBoxEntry* pLibSubEntry = rBasicBox.FindEntry( pLibEntry, String( IDEResId( RID_STR_NORMAL_MODUL… in createModImpl()