Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx286 SvLBoxEntry* ptClickedOn = NULL; in Command() local
291 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()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx390 SvLBoxEntry* ptClickedOn = GetEntry(ptWhere); in Command() local
391 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 27 milliseconds