Home
last modified time | relevance | path

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

/AOO41X/main/basctl/source/basicide/
H A Dmoduldlg.cxx967 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain ) in createModImpl() argument
1012 SvLBoxEntry* pRootEntry = rBasicBox.FindRootEntry( rDocument, eLocation ); in createModImpl()
1015 if ( !rBasicBox.IsExpanded( pRootEntry ) ) in createModImpl()
1016 rBasicBox.Expand( pRootEntry ); in createModImpl()
1017 … SvLBoxEntry* pLibEntry = rBasicBox.FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in createModImpl()
1021 if ( !rBasicBox.IsExpanded( pLibEntry ) ) in createModImpl()
1022 rBasicBox.Expand( pLibEntry ); in createModImpl()
1027 …SvLBoxEntry* pLibSubEntry = rBasicBox.FindEntry( pLibEntry, String( IDEResId( RID_STR_NORMAL_MODUL… in createModImpl()
1030 if( !rBasicBox.IsExpanded( pLibSubEntry ) ) in createModImpl()
1031 rBasicBox.Expand( pLibSubEntry ); in createModImpl()
[all …]
H A Dmoduldlg.hxx268 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain = false );