Home
last modified time | relevance | path

Searched refs:IsSelectable (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx630 while( pEntry && pViewDataNewCur && !pViewDataNewCur->IsSelectable() ) in SetCursor()
2277 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2306 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2419 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2447 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2640 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2660 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
3625 bool SvImpLBox::IsSelectable( const SvLBoxEntry* pEntry ) in IsSelectable() function in SvImpLBox
3630 return (pViewDataNewCur == 0) || pViewDataNewCur->IsSelectable(); in IsSelectable()
H A Dtreelist.cxx1403 if ( pViewData->IsSelected() || !pViewData->IsSelectable() ) in Select()
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx370 bool IsSelectable( const SvLBoxEntry* pEntry );
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx156 bool IsSelectable() const { return (bool)(nFlags&SVLISTENTRYFLAG_NOT_SELECTABLE)==0; } in IsSelectable() function in SvViewData

Completed in 34 milliseconds