| /aoo41x/main/tools/inc/tools/ | 
| H A D | list.hxx | 37 class List : private Container  class55             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 D | ref.hxx | 120 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 …]
 
 | 
| /aoo41x/main/solenv/doc/gbuild/solenv/gbuild/ | 
| H A D | linktarget.mk | 51                 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 D | types.mk | 60 	/// 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 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 …]
 
 | 
| /aoo41x/main/sw/source/ui/utlui/ | 
| H A D | poolfmt.src | 197 	Text [ en-US ] = "List" ;337 	Text [ en-US ] = "List 1" ;
 353 	Text [ en-US ] = "List 2" ;
 369 	Text [ en-US ] = "List 3" ;
 385 	Text [ en-US ] = "List 4" ;
 401 	Text [ en-US ] = "List 5" ;
 714 	Text [ en-US ] = "List 1" ;
 718 	Text [ en-US ] = "List 2" ;
 722 	Text [ en-US ] = "List 3" ;
 726 	Text [ en-US ] = "List 4" ;
 [all …]
 
 | 
| /aoo41x/main/xml2cmp/source/support/ | 
| H A D | list.hxx | 32 class List  class39                 		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 …]
 
 | 
| /aoo41x/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 );
 
 | 
| /aoo41x/main/sc/source/filter/inc/ | 
| H A D | excscen.hxx | 55 class ExcScenario : protected List76 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 List66 	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 D | xcl97rec.hxx | 36 class XclExpObjList : public List, public ExcEmptyRec, protected XclExpRoot42     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 List83     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()
 
 | 
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | namebuff.cxx | 69 		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 …]
 
 | 
| /aoo41x/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()
 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 …]
 
 | 
| /aoo41x/main/sw/qa/complex/writer/ | 
| H A D | LoadSaveTest.java | 46 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()
 
 | 
| /aoo41x/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;
 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 …]
 
 | 
| /aoo41x/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 * >
 
 | 
| /aoo41x/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);
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/sd/source/core/ | 
| H A D | drawdoc3.cxx | 364     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 …]
 
 | 
| /aoo41x/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 …]
 
 | 
| /aoo41x/main/editeng/source/outliner/ | 
| H A D | paralist.hxx | 32 class ParagraphList : private List40 	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()
 
 | 
| /aoo41x/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 …]
 
 |