Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/trunk/main/tools/inc/tools/
H A Dlist.hxx37 class List : private Container class
55 List( sal_uInt16 _nInitSize = 16, sal_uInt16 _nReSize = 16 ) : 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; \
80 using List::GetCurPos; \
[all …]
H A Dref.hxx120 DECLARE_LIST(CN##List,EN)\
121 class vis CN##MemberList : public CN##List\
132 { CN##List::Insert( p ); 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 ); \
201 p = CN##List::Remove( p ); \
[all …]
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dlinktarget.mk51 List<String> defs,
53 List<Path> include);
59 List<String> defs,
82 List<String> defs,
90 List<String> defs,
115 List<Path> AUXTARGETS;
116 List<Path> INCLUDE;
119 List<String> CFLAGS;
120 List<String> CXXFLAGS;
121 List<String> DEFS;
[all …]
H A Dtypes.mk60 /// A List of objects.
65 class List<T> {};
105 void add_cobjects(List<CObject> cobjects);
120 void set_auxtargets(List<Path> auxtargets);
124 void set_ldflags(List<Path> ldflags);
143 void add_sdi_headers(List<SdiTarget> sdis);
152 void set_cflags(List<String> cflags);
156 void set_cxxflags(List<String> cxxflags);
160 void set_defs(List<String> defs);
164 void set_include(List<Path> include);
[all …]
H A Dalllangres.mk44 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 Dgbuild.mk36 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 Dpoolfmt.src195 Text [ en-US ] = "List" ;
335 Text [ en-US ] = "List 1" ;
351 Text [ en-US ] = "List 2" ;
367 Text [ en-US ] = "List 3" ;
383 Text [ en-US ] = "List 4" ;
399 Text [ en-US ] = "List 5" ;
712 Text [ en-US ] = "List 1" ;
716 Text [ en-US ] = "List 2" ;
720 Text [ en-US ] = "List 3" ;
724 Text [ en-US ] = "List 4" ;
[all …]
/trunk/main/xml2cmp/source/support/
H A Dlist.hxx32 class List class
39 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()
164 List<XX>::checkSize(unsigned newLength) in checkSize()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.hxx82 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 Dnamebuff.cxx69 pDel = ( StringHashEntry* ) List::Next(); in ~NameBuffer()
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()
274 Cont *pAkt = ( Cont * ) List::First(); in Reset()
278 pAkt = ( Cont * ) List::Next(); in Reset()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dexcscen.hxx55 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 DXclExpChangeTrack.hxx63 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
310 { List::Insert( pNew, LIST_APPEND ); } in Append()
590 class XclExpChTrRecordList : private List
593 inline ExcRecord* First() { return (ExcRecord*) List::First(); } in First()
594 inline ExcRecord* Next() { return (ExcRecord*) List::Next(); } in Next()
[all …]
H A Dxcl97rec.hxx36 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 Dformel.hxx72 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 Dlotattr.cxx113 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 Dtool.cxx455 LotusRange *pDel = ( LotusRange * ) List::First(); in ~LotusRangeList()
460 pDel = ( LotusRange * ) List::Next(); in ~LotusRangeList()
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()
596 ENTRY* pFind = ( ENTRY* ) List::First(); in FindAbs()
[all …]
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java46 import java.util.List;
98 Pair<List<String>, List<String>> dirsFiles = in testLoadStore()
208 Pair<List<String>, List<String>> getDirAndFileNames(String dir) in getDirAndFileNames()
210 List<String> dirs = new ArrayList<String>(); in getDirAndFileNames()
211 List<String> files = new ArrayList<String>(); in getDirAndFileNames()
214 return new Pair<List<String>, List<String>>(dirs, files); in getDirAndFileNames()
218 List<String> dirs, List<String> files) in getDirAndFileNames()
238 void makeDirs(String target, List<String> dirs) throws Exception in makeDirs()
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt56 template< typename Val > class List: public std::list< Entry< Val > > {};
69 typedef typename List< Val >::iterator ListIterator;
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());
452 List< Val > & rTheList = m_pImpl->m_aList[aRegexp.getKind()];
454 typename List< Val > ::iterator aEnd(rTheList.end());
543 List< Val > const & rTheList = m_pImpl->m_aList[n];
[all …]
/trunk/main/xml2cmp/source/xcd/
H A Dxmltree.hxx47 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 Ddrawdoc3.cxx364 List* mpLayoutsToTransfer;
366 List* mpBookmarkList;
426 List* pBookmarkList, in InsertBookmarkAsPage()
541 List* pLayoutsToTransfer = new List; in InsertBookmarkAsPage()
604 List aNameList; in InsertBookmarkAsPage()
993 List* pBookmarkList, in InsertBookmarkAsObject()
1145 List* pList = pBookmarkList; in InsertBookmarkAsObject()
1258 mpCustomShowList = new List(); in GetCustomShowList()
1598 List* pReplList = NULL; in SetMasterPage()
1886 List* pPageList = new List; in SetMasterPage()
[all …]
/trunk/main/sd/inc/
H A Ddrawdoc.hxx176 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 Di_interface.cxx138 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 DSystemUtil.java40 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 Dparalist.hxx32 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, nAbsPos … in Insert()
47 void Remove( sal_uLong nPara ) { List::Remove( nPara ); } in Remove()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java56 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 …]

Completed in 112 milliseconds

12345678910>>...23