Home
last modified time | relevance | path

Searched refs:ImpLabelList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx135 class ImpLabelList : private List class
139 ImpLabelList() : List( 8, 4, 4 ) {} in ImpLabelList() function in ImpLabelList
140 ImpLabelList( const ImpLabelList& rList );
141 ~ImpLabelList();
155 ImpLabelList::ImpLabelList( const ImpLabelList& rList ) : in ImpLabelList() function in ImpLabelList
164 ImpLabelList::~ImpLabelList() in ~ImpLabelList()
172 sal_uLong ImpLabelList::ImplGetLabelPos( const String& rLabelName ) in ImplGetLabelPos()
222 pLabelList = new ImpLabelList( *rMtf.pLabelList ); in GDIMetaFile()
257 pLabelList = new ImpLabelList( *rMtf.pLabelList ); in operator =()
676 pLabelList = new ImpLabelList; in InsertLabel()
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx35 class ImpLabelList;
103 ImpLabelList* pLabelList;

Completed in 22 milliseconds