Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx87 #define REMEMBER_SIZE 10 macro
1781 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()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx54 static const sal_Int32 REMEMBER_SIZE = 10; variable
108 if (nCount == REMEMBER_SIZE) in Remember_Impl()
109 RemoveEntry(REMEMBER_SIZE-1); in Remember_Impl()

Completed in 32 milliseconds