Searched refs:pLibRootEntry (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/basctl/source/basicide/ |
H A D | bastype2.cxx | 295 SvLBoxEntry* pLibRootEntry = FindEntry( pDocumentRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in ImpCreateLibEntries() local 296 if ( pLibRootEntry ) in ImpCreateLibEntries() 299 if ( IsExpanded( pLibRootEntry ) ) in ImpCreateLibEntries() 300 ImpCreateLibSubEntries( pLibRootEntry, rDocument, aLibName ); in ImpCreateLibEntries() 304 pLibRootEntry = AddEntry( in ImpCreateLibEntries() 329 ImpCreateLibSubEntriesInVBAMode( pLibRootEntry, rDocument, rLibName ); in ImpCreateLibSubEntries() 346 pLibRootEntry, false, in ImpCreateLibSubEntries() 396 SvLBoxEntry* pDialogEntry = FindEntry( pLibRootEntry, aDlgName, OBJ_TYPE_DIALOG ); in ImpCreateLibSubEntries() 402 pLibRootEntry, false, in ImpCreateLibSubEntries() 428 SvLBoxEntry* pLibSubRootEntry = FindEntry( pLibRootEntry, aEntryName, eType ); in ImpCreateLibSubEntriesInVBAMode() [all …]
|
H A D | bastype2.hxx | 163 …void ImpCreateLibSubEntries( SvLBoxEntry* pLibRootEntry, const ScriptDocument& rDocument, con… 164 …void ImpCreateLibSubEntriesInVBAMode( SvLBoxEntry* pLibRootEntry, const ScriptDocument& rDocu…
|
Completed in 19 milliseconds