Searched refs:aModuleList (Results 1 – 3 of 3) sorted by relevance
653 ::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()
138 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()
78 SvMetaModuleMemberList aModuleList; member in SvIdlDataBase106 SvMetaModuleMemberList & GetModuleList() { return aModuleList; } in GetModuleList()
Completed in 37 milliseconds