Home
last modified time | relevance | path

Searched refs:ListType (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/soldep/inc/soldep/
H A Dlistmacr.hxx27 #define DECL_DEST_LIST( TmpListType, ListType, PointerType ) \ argument
29 class ListType : public TmpListType \
40 ~ListType() \
/AOO41X/main/oox/inc/oox/dump/
H A Ddumperbase.hxx907 template< typename ListType >
908 ::boost::shared_ptr< ListType > createNameList( const ::rtl::OUString& rListName );
925 template< typename ListType >
949 template< typename ListType >
950 ::boost::shared_ptr< ListType > SharedConfigData::createNameList( const ::rtl::OUString& rListName ) in createNameList()
952 ::boost::shared_ptr< ListType > xList; in createNameList()
955 xList.reset( new ListType( *this ) ); in createNameList()
961 template< typename ListType >
964 NameListRef xList = createNameList< ListType >( rListName ); in readNameList()
1001 template< typename ListType >
[all …]
/AOO41X/main/fpicker/source/aqua/
H A DControlHelper.hxx86 enum ListType { enum in ControlHelper