Searched refs:ptClickedOn (Results 1 – 2 of 2) sorted by relevance
286 SvLBoxEntry* ptClickedOn = NULL; in Command() local291 ptClickedOn = GetEntry(aWhere); in Command()292 if (ptClickedOn == NULL) in Command()294 if ( !IsSelected(ptClickedOn) ) in Command()297 Select(ptClickedOn, sal_True); in Command()298 SetCurEntry(ptClickedOn); in Command()303 ptClickedOn = GetCurEntry(); in Command()304 if ( !ptClickedOn ) in Command()306 aWhere = GetEntryPosition(ptClickedOn); in Command()308 UserData* pData = static_cast<UserData*>(ptClickedOn->GetUserData()); in Command()
390 SvLBoxEntry* ptClickedOn = GetEntry(ptWhere); in Command() local391 if (ptClickedOn == NULL) in Command()393 if ( !IsSelected(ptClickedOn) ) in Command()396 Select(ptClickedOn, sal_True); in Command()397 SetCurEntry(ptClickedOn); in Command()
Completed in 32 milliseconds