Home
last modified time | relevance | path

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

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx151 class MyList class
166 MyList( void );
167 virtual ~MyList();
191 using MyList::Append;
195 using MyList::Count;
266 using MyList::Count;
282 using MyList::Count;
510 using MyList::Count;
723 MyList::Append( p ); in Append()
795 MyList::Append( p ); in Append()
[all …]
H A Danalysishelper.cxx1433 const sal_uInt32 MyList::nStartSize = 16;
1434 const sal_uInt32 MyList::nIncrSize = 16;
1437 void MyList::_Grow( void ) in _Grow()
1449 MyList::MyList( void ) in MyList() function in MyList
1457 MyList::~MyList() in ~MyList()
1463 void MyList::Insert( void* p, sal_uInt32 n ) in Insert()
1616 MyList::Insert( (void*) nDay, nIndex + 1 ); in Insert()
1620 MyList::Insert( (void*) nDay, 0UL ); in Insert()

Completed in 35 milliseconds