Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfiltnav.cxx1793 SvLBoxEntry* FmFilterNavigator::getNextEntry(SvLBoxEntry* _pStartWith) in getNextEntry() argument
1795 SvLBoxEntry* pEntry = _pStartWith ? _pStartWith : LastSelected(); in getNextEntry()
1803 SvLBoxEntry* FmFilterNavigator::getPrevEntry(SvLBoxEntry* _pStartWith) in getPrevEntry() argument
1805 SvLBoxEntry* pEntry = _pStartWith ? _pStartWith : FirstSelected(); in getPrevEntry()
/trunk/main/svx/source/inc/
H A Dfiltnav.hxx320 SvLBoxEntry* getPrevEntry(SvLBoxEntry* _pStartWith = NULL);
321 SvLBoxEntry* getNextEntry(SvLBoxEntry* _pStartWith = NULL);

Completed in 19 milliseconds