| /trunk/main/tools/inc/tools/ |
| H A D | list.hxx | 37 class List : private Container class 55 List( sal_uInt16 _nInitSize = 16, sal_uInt16 _nReSize = 16 ) : in List() function in List 57 List( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) : in List() function in List 59 List( const List& rList ) : Container( rList ) {} in List() function in List 61 List& operator =( const List& rList ) in operator =() 64 sal_Bool operator ==( const List& rList ) const in operator ==() 66 sal_Bool operator !=( const List& rList ) const in operator !=() 75 class ClassName : private List \ 78 using List::Clear; \ 79 using List::Count; \ [all …]
|
| H A D | ref.hxx | 120 DECLARE_LIST(CN##List,EN)\ 121 class vis CN##MemberList : public CN##List\ 132 { CN##List::Insert( p ); p->AddRef();}\ 134 { CN##List::Insert( p, nIndex ); p->AddRef();}\ 136 { CN##List::Insert( p, pOld ); p->AddRef();}\ 157 : CN##List( nInitSz, nResize ){}\ 159 : CN##List( rRef ) \ 180 CN##List::operator = ( rRef ); \ 191 EN p = CN##List::Remove(); \ 196 EN p = CN##List::Remove( nIndex ); \ [all …]
|
| /trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | linktarget.mk | 51 List<String> defs, 52 List<String> cxxflags, 53 List<Path> include); 59 List<String> defs, 60 List<String> cxxflags, 61 List<Path> include); 82 List<String> defs, 83 List<String> cxxflags, 84 List<Path> include); 90 List<String> defs, [all …]
|
| H A D | types.mk | 60 /// A List of objects. 62 /// A List of objects represented by a whitespace separated list 65 class List<T> {}; 105 void add_cobjects(List<CObject> cobjects); 109 void add_cxxobjects(List<CxxObject> cobjects); 111 void add_exception_objects(List<CxxObject> cobject); 113 void add_linked_libs(List<Library> linked_libs); 115 void add_linked_static_libs(List<StaticLibrary> linked_static_libs); 118 void add_noexception_objects(List<CxxObject> cobject); 120 void set_auxtargets(List<Path> auxtargets); [all …]
|
| H A D | alllangres.mk | 44 List<Path> include, 45 List<String> defs); 54 void set_defs(List<String> defs); 58 void set_include(List<String> include); 62 void add_files(List<SrsPartTarget> parts); 70 List<String> DEFS; 71 List<String> INCLUDE 72 List<SrsPartTarget> PARTS; 73 static const List<String> DEFAULTDEFS; 80 void add_files(List<Path> files); [all …]
|
| H A D | gbuild.mk | 36 static const List<Path> JDKINCS; 37 static const List<Path> SOLARINC; 38 static const List<Path> SOLARLIB; 75 static const List<String> COMPILEROPTFLAGS; 77 static const List<String> CFLAGS; 79 static const List<String> COMPILERDEFS; 81 static const List<String> CPUDEFS; 83 static const List<String> CXXFLAGS; 85 static const List<String> GLOBALDEFS; 87 static const List<String> OBJCXXFLAGS; [all …]
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | poolfmt.src | 195 Text [ en-US ] = "List" ; 203 Text [ en-US ] = "List Indent" ; 331 Text [ en-US ] = "List 1 Start" ; 335 Text [ en-US ] = "List 1" ; 339 Text [ en-US ] = "List 1 End" ; 343 Text [ en-US ] = "List 1 Cont." ; 347 Text [ en-US ] = "List 2 Start" ; 351 Text [ en-US ] = "List 2" ; 355 Text [ en-US ] = "List 2 End" ; 359 Text [ en-US ] = "List 2 Cont." ; [all …]
|
| /trunk/main/xml2cmp/source/support/ |
| H A D | list.hxx | 32 class List class 39 List(); 40 virtual ~List() { delete [] inhalt; } in ~List() 98 List(const List<XX> & L); 99 List<XX> & operator=( 100 const List<XX> & L); 105 class DynamicList : public List<XY*> 120 List<XX>::List() in List() function in List 132 List<XX>::insert(unsigned pos, const XX & elem_) in insert() 149 List<XX>::remove(unsigned pos) in remove() [all …]
|
| /trunk/main/filter/source/graphicfilter/icgm/ |
| H A D | elements.hxx | 82 List aLineList; 89 List aMarkerList; 94 List aEdgeList; 100 List aTextList; 117 List aFillList; 133 Bundle* GetBundleIndex( sal_uInt32 nIndex, List&, Bundle& ); 134 Bundle* GetBundle( List& rList, long nIndex ); 135 Bundle* InsertBundle( List&, Bundle& ); 136 void DeleteAllBundles( List& ); 137 void CopyAllBundles( List& Source, List& Dest );
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | namebuff.cxx | 65 register StringHashEntry* pDel = ( StringHashEntry* ) List::First(); in ~NameBuffer() 69 pDel = ( StringHashEntry* ) List::Next(); in ~NameBuffer() 80 List::Insert( new StringHashEntry( rNewString ), LIST_APPEND ); in operator <<() 170 Cont *pAkt = ( Cont * ) List::First(); in ~ExtSheetBuffer() 174 pAkt = ( Cont * ) List::Next(); in ~ExtSheetBuffer() 181 List::Insert( new Cont( rFPAN, rTN, bSWB ), LIST_APPEND ); in Add() 183 return static_cast< sal_Int16 >( List::Count() ); in Add() 193 Cont* pCur = ( Cont * ) List::GetObject( nExcIndex ); in GetScTabIndex() 247 Cont* pRet = ( Cont * ) List::GetObject( nExcIndex - 1 ); in IsLink() 259 Cont* pRet = ( Cont * ) List::GetObject( nExcIndex - 1 ); in GetLink() [all …]
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | excscen.hxx | 55 class ExcScenario : protected List 76 class ExcScenarioList : protected List 80 inline ExcScenario* _First( void ) { return ( ExcScenario* ) List::First(); } in _First() 81 inline ExcScenario* _Next( void ) { return ( ExcScenario* ) List::Next(); } in _Next() 82 inline ExcScenario* _Last( void ) { return ( ExcScenario* ) List::Last(); } in _Last() 83 inline ExcScenario* _Prev( void ) { return ( ExcScenario* ) List::Prev(); } in _Prev() 96 using List::Count; 120 List::Insert( p, LIST_APPEND ); in Append() 126 return ( const ExcScenario* ) List::First(); in First() 132 return ( const ExcScenario* ) List::Next(); in Next()
|
| H A D | XclExpChangeTrack.hxx | 63 class XclExpUserBViewList : public ExcEmptyRec, private List 66 inline XclExpUserBView* _First() { return (XclExpUserBView*) List::First(); } in _First() 67 inline XclExpUserBView* _Next() { return (XclExpUserBView*) List::Next(); } in _Next() 73 inline const XclExpUserBView* First() { return (const XclExpUserBView*) List::First(); } in First() 74 inline const XclExpUserBView* Next() { return (const XclExpUserBView*) List::Next(); } in Next() 300 class XclExpChTrTabIdBufferList : private List 303 inline XclExpChTrTabIdBuffer* First() { return (XclExpChTrTabIdBuffer*) List::First(); } in First() 304 inline XclExpChTrTabIdBuffer* Next() { return (XclExpChTrTabIdBuffer*) List::Next(); } in Next() 310 { List::Insert( pNew, LIST_APPEND ); } in Append() 590 class XclExpChTrRecordList : private List [all …]
|
| H A D | xcl97rec.hxx | 36 class XclExpObjList : public List, public ExcEmptyRec, protected XclExpRoot 42 XclObj* First() { return (XclObj*) List::First(); } in First() 43 XclObj* Next() { return (XclObj*) List::Next(); } in Next() 340 class ExcEScenario : public ExcRecord, private List 349 inline ExcEScenarioCell* _First() { return (ExcEScenarioCell*) List::First(); } in _First() 350 inline ExcEScenarioCell* _Next() { return (ExcEScenarioCell*) List::Next(); } in _Next() 369 class ExcEScenarioManager : public ExcRecord, private List 374 inline ExcEScenario* _First() { return (ExcEScenario*) List::First(); } in _First() 375 inline ExcEScenario* _Next() { return (ExcEScenario*) List::Next(); } in _Next() 378 { List::Insert( pScen, LIST_APPEND ); } in Append()
|
| H A D | formel.hxx | 72 class _ScRangeList : protected List 83 using List::Count; 93 List::Insert( new ScRange( r ), LIST_APPEND ); in Append() 99 List::Insert( p, LIST_APPEND ); in Append() 111 return ( const ScRange* ) List::First(); in First() 117 return ( const ScRange* ) List::Next(); in Next() 123 List::Insert( new ScRange( r.nCol, r.nRow, r.nTab ), LIST_APPEND ); in Append() 129 List::Insert( new ScRange( r.Ref1.nCol, r.Ref1.nRow, r.Ref1.nTab, in Append()
|
| /trunk/main/sc/source/filter/lotus/ |
| H A D | lotattr.cxx | 113 ENTRY* pAkt = ( ENTRY* ) List::First(); in ~LotAttrCache() 118 pAkt = ( ENTRY* ) List::Next(); in ~LotAttrCache() 134 ENTRY* pAkt = ( ENTRY* ) List::First(); in GetPattAttr() 143 pAkt = ( ENTRY* ) List::Next(); in GetPattAttr() 197 List::Insert( pAkt, LIST_APPEND ); in GetPattAttr() 215 ENTRY* pAkt = ( ENTRY* ) List::Last(); in SetAttr() 227 List::Insert( pAkt, LIST_APPEND ); in SetAttr() 235 List::Insert( pAkt, LIST_APPEND ); in SetAttr() 243 ENTRY* pAkt = ( ENTRY* ) List::First(); in Apply() 250 pAkt = ( ENTRY* ) List::Next(); in Apply() [all …]
|
| H A D | tool.cxx | 455 LotusRange *pDel = ( LotusRange * ) List::First(); in ~LotusRangeList() 460 pDel = ( LotusRange * ) List::Next(); in ~LotusRangeList() 467 LotusRange* pComp = ( LotusRange* ) List::First(); in GetIndex() 473 pComp = ( LotusRange* ) List::Next(); in GetIndex() 483 List::Insert( pLR, CONTAINER_APPEND ); in Append() 524 ENTRY* pDel = ( ENTRY* ) List::First(); in ~RangeNameBufferWK3() 529 pDel = ( ENTRY* ) List::Next(); in ~RangeNameBufferWK3() 543 List::Insert( pInsert, CONTAINER_APPEND ); in Add() 575 ENTRY* pFind = ( ENTRY* ) List::First(); in FindRel() 584 pFind = ( ENTRY* ) List::Next(); in FindRel() [all …]
|
| /trunk/main/sw/qa/complex/writer/ |
| H A D | LoadSaveTest.java | 48 import java.util.List; 130 Pair<List<String>, List<String>> dirsFiles = in testLoadStore() 240 Pair<List<String>, List<String>> getDirAndFileNames(String dir) in getDirAndFileNames() 242 List<String> dirs = new ArrayList<String>(); in getDirAndFileNames() 243 List<String> files = new ArrayList<String>(); in getDirAndFileNames() 246 return new Pair<List<String>, List<String>>(dirs, files); in getDirAndFileNames() 250 List<String> dirs, List<String> files) in getDirAndFileNames() 270 void makeDirs(String target, List<String> dirs) throws Exception in makeDirs()
|
| /trunk/main/ucb/source/inc/ |
| H A D | regexpmap.tpt | 56 template< typename Val > class List: public std::list< Entry< Val > > {}; 69 typedef typename List< Val >::iterator ListIterator; 86 typename List< Val >::iterator const & getIndex() const { return m_aIndex; } 94 typename List< Val >::iterator m_aIndex; 149 m_aIndex = typename List< Val >::iterator(); 352 List< Val > m_aList[Regexp::KIND_DOMAIN + 1]; 408 List< Val > & rTheList = m_pImpl->m_aList[aRegexp.getKind()]; 410 typename List< Val >::iterator aEnd(rTheList.end()); 411 for (typename List< Val >::iterator aIt(rTheList.begin()); aIt != aEnd; ++aIt) 452 List< Val > & rTheList = m_pImpl->m_aList[aRegexp.getKind()]; [all …]
|
| /trunk/main/xml2cmp/source/xcd/ |
| H A D | xmltree.hxx | 47 List< const MultipleTextElement * > & 50 List< const MultipleTextElement * > & 53 List< const MultipleTextElement * > & 99 List< const MultipleTextElement * > & 102 List< const MultipleTextElement * > & 105 List< const MultipleTextElement * > & 108 List< ComponentDescription * >
|
| /trunk/main/sd/source/core/ |
| H A D | drawdoc3.cxx | 197 List* pBookmarkList, // Liste der Namen der einzufuegenden Bookmarks in InsertBookmark() 198 List* pExchangeList, // Liste der zu verwendenen Namen in InsertBookmark() 288 void SdDrawDocument::IterateBookmarkPages( SdDrawDocument* pBookmarkDoc, List* pBookmarkList, sal_u… in IterateBookmarkPages() 357 … InsertBookmarkAsPage_FindDuplicateLayouts( List* pLayoutsToTransfer, SdDrawDocument* pBookmarkDoc, in InsertBookmarkAsPage_FindDuplicateLayouts() 358 List* pBookmarkList, sal_uInt16 nBMSdPageCount ) : in InsertBookmarkAsPage_FindDuplicateLayouts() 364 List* mpLayoutsToTransfer; 366 List* mpBookmarkList; 426 List* pBookmarkList, in InsertBookmarkAsPage() 427 List* pExchangeList, // Liste der zu verwendenen Namen in InsertBookmarkAsPage() 541 List* pLayoutsToTransfer = new List; in InsertBookmarkAsPage() [all …]
|
| /trunk/main/sd/inc/ |
| H A D | drawdoc.hxx | 176 List* mpFrameViewList; 177 List* mpCustomShowList; 282 sal_Bool InsertBookmark(List* pBookmarkList, List* pExchangeList, sal_Bool bLink, 335 sal_Bool InsertBookmarkAsPage(List* pBookmarkList, List* pExchangeList, 340 sal_Bool InsertBookmarkAsObject(List* pBookmarkList, List* pExchangeListL, 343 void IterateBookmarkPages( SdDrawDocument* pBookmarkDoc, List* pBookmarkList, 417 List* GetFrameViewList() const { return mpFrameViewList; } in GetFrameViewList() 418 SD_DLLPUBLIC List* GetCustomShowList(sal_Bool bCreate = sal_False);
|
| /trunk/main/autodoc/source/ary/idl/ |
| H A D | i_interface.cxx | 138 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_Derivations)); in Get_Derivations() 145 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_SynonymTypedefs)); in Get_SynonymTypedefs() 152 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_ExportingServices)); in Get_ExportingServices() 159 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_ExportingSingletons)); in Get_ExportingSingletons() 166 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsReturns)); in Get_AsReturns() 173 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsParameters)); in Get_AsParameters() 180 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(interface_2s_AsDataTypes)); in Get_AsDataTypes()
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | SystemUtil.java | 40 import java.util.List; 292 public static List<HashMap<String, Object>> getProcesses() { in getProcesses() 293 List<HashMap<String, Object>> ret = new ArrayList<HashMap<String, Object>>(); in getProcesses() 349 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in killProcess() 368 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in findProcess() 379 public static List<HashMap<String, Object>> findProcesses(String pattern) { in findProcesses() 380 List<HashMap<String, Object>> result = new ArrayList<HashMap<String, Object>>(); in findProcesses() 381 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in findProcesses() 547 public static List<String> getClassesInPackage(String packageName) { in getClassesInPackage() 578 private static void findClasses(String packageName, File dir, List<String> classes) { in findClasses() [all …]
|
| /trunk/main/editeng/source/outliner/ |
| H A D | paralist.hxx | 32 class ParagraphList : private List 40 sal_uLong GetParagraphCount() const { return List::Count(); } in GetParagraphCount() 41 …Paragraph* GetParagraph( sal_uLong nPos ) const { return (Paragraph*)List::GetObject( nPos… in GetParagraph() 43 sal_uLong GetAbsPos( Paragraph* pParent ) const { return List::GetPos( pParent ); } in GetAbsPos() 46 …void Insert( Paragraph* pPara, sal_uLong nAbsPos = LIST_APPEND ) { List::Insert( pPara,… in Insert() 47 void Remove( sal_uLong nPara ) { List::Remove( nPara ); } in Remove()
|
| /trunk/main/toolkit/qa/complex/toolkit/ |
| H A D | GridControl.java | 56 import java.util.List; 239 List< ContainerEvent > events = listener.assertExclusiveInsertionEvents(); in testGridColumnModel() 259 final List< ContainerEvent > removalEvents = listener.getRemovalEvents(); in testGridColumnModel() 260 final List< ContainerEvent > insertionEvents = listener.getInsertionEvents(); in testGridColumnModel() 713 private List< ContainerEvent > assertExclusiveInsertionEvents() in assertExclusiveInsertionEvents() 721 private List< ContainerEvent > assertExclusiveRemovalEvents() in assertExclusiveRemovalEvents() 736 private List< ContainerEvent > getInsertionEvents() { return m_insertionEvents; } in getInsertionEvents() 737 private List< ContainerEvent > getRemovalEvents() { return m_removalEvents; } in getRemovalEvents() 741 private List< ContainerEvent > m_insertionEvents = new ArrayList< ContainerEvent >(); 742 private List< ContainerEvent > m_removalEvents = new ArrayList< ContainerEvent >(); [all …]
|