Home
last modified time | relevance | path

Searched refs:aModuleList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx653 ::std::vector<TabBarSortHelper> aModuleList; in Sort()
668 aModuleList.push_back( aTabBarSortHelper ); in Sort()
677 ::std::sort( aModuleList.begin() , aModuleList.end() ); in Sort()
681 sal_uInt16 nModules = sal::static_int_cast<sal_uInt16>( aModuleList.size() ); in Sort()
687 MovePage( aModuleList[i].nPageId , i ); in Sort()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx138 for( sal_uLong n = 0; n < aModuleList.Count(); n++ ) in GetModule()
139 if( aModuleList.GetObject( n )->GetName() == rName ) in GetModule()
140 return aModuleList.GetObject( n ); in GetModule()
193 aPStm >> aModuleList; in Load()
234 aModuleList.WriteObjects( aPStm, bOnlyStreamedObjs ); in Save()
/trunk/main/idl/inc/
H A Ddatabase.hxx78 SvMetaModuleMemberList aModuleList; member in SvIdlDataBase
106 SvMetaModuleMemberList & GetModuleList() { return aModuleList; } in GetModuleList()

Completed in 35 milliseconds