Searched refs:REMEMBER_SIZE (Results 1 – 2 of 2) sorted by relevance
87 #define REMEMBER_SIZE 10 macro1781 if ( pArr->Count() >= REMEMBER_SIZE ) in Remember_Impl()1783 pInsStr = (*pArr)[REMEMBER_SIZE - 1]; in Remember_Impl()1784 pListBox->RemoveEntry( sal_uInt16(REMEMBER_SIZE - 1) ); in Remember_Impl()1785 pArr->Remove( REMEMBER_SIZE - 1 ); in Remember_Impl()
54 static const sal_Int32 REMEMBER_SIZE = 10; variable108 if (nCount == REMEMBER_SIZE) in Remember_Impl()109 RemoveEntry(REMEMBER_SIZE-1); in Remember_Impl()
Completed in 28 milliseconds