Home
last modified time | relevance | path

Searched refs:BaseList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dref.hxx257 #define PRV_SV_IMPL_MEMBER_LIST(ClassName,EntryName,BaseList)\ argument
260 : BaseList( nInitSz, nResize ){}\
262 {BaseList::Insert(p);}\
264 {BaseList::Insert(p,nIdx);}\
266 {BaseList::Insert(p,pOld);}\
268 {BaseList::Append(p);}\
270 {return (EntryName)BaseList::Remove();}\
272 {return (EntryName)BaseList::Remove(nIdx);}\
274 {return (EntryName)BaseList::Remove(p);}\
276 {return (EntryName)BaseList::Replace(p);}\
[all …]
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_base.hxx53 typedef ary::cpp::List_Bases BaseList; typedef in cpp::PE_Base
60 const BaseList & Result_BaseIds() const;
98 BaseList aBaseIds;
105 inline const PE_Base::BaseList &
H A Dpe_class.hxx114 typedef ary::cpp::List_Bases BaseList; typedef in cpp::PE_Class
185 BaseList aBases;
H A Dpe_class.cxx261 for ( PE_Base::BaseList::const_iterator it = aBases.begin(); in Init_CurObject()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_hierarchy.hxx90 typedef std::vector< DYN HF_IdlBaseNode* > BaseList; typedef in HF_IdlBaseNode
98 BaseList aBases;
H A Dhfi_hierarchy.cxx65 for ( BaseList::const_iterator it = aBases.begin(); in FillPositionList()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx1055 class BaseList { class
1066 BaseList(typelib_InterfaceTypeDescription const * desc);
1085 BaseList::BaseList(typelib_InterfaceTypeDescription const * desc) { in BaseList() function in __anonbd7ff59f0411::BaseList
1094 void BaseList::calculate( in calculate()
1170 BaseList aBaseList(pITD); in typelib_typedescription_newMIInterface()
1180 BaseList::List const & rList = aBaseList.getList(); in typelib_typedescription_newMIInterface()
1181 {for (BaseList::List::const_iterator i(rList.begin()); i != rList.end(); in typelib_typedescription_newMIInterface()
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx513 typedef std::vector< DYN Node* > BaseList; typedef in __anonbbb066f00111::Node
518 BaseList aBases;
719 for ( BaseList::const_iterator it = aBases.begin(); in FillPositionList()
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx28 class BaseList class
H A Deditdoc.hxx286 class ContentList : public BaseList<ContentNode>
616 class ParaPortionList : public BaseList<ParaPortion>
H A Deditobj2.hxx186 typedef BaseList<ContentInfo> ContentInfoList;