Home
last modified time | relevance | path

Searched refs:pSelEng (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx53 SelectionEngine* pSelEng; member in ImpLBSelEng
57 ImpLBSelEng( SvImpLBox* pImp, SelectionEngine* pSelEng,
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1619 ScViewSelectionEngine* pSelEng = pViewData->GetView()->GetSelEngine(); in HandleMouseButtonDown() local
1620 pSelEng->SetWindow(this); in HandleMouseButtonDown()
1621 pSelEng->SetWhich(eWhich); in HandleMouseButtonDown()
1622 pSelEng->SetVisibleArea( Rectangle(Point(), GetOutputSizePixel()) ); in HandleMouseButtonDown()
1806 ScViewSelectionEngine* pSelEng = pViewData->GetView()->GetSelEngine(); in HandleMouseButtonDown() local
1807 pSelEng->SetWindow(this); in HandleMouseButtonDown()
1808 pSelEng->SetWhich(eWhich); in HandleMouseButtonDown()
1809 pSelEng->SetVisibleArea( Rectangle(Point(), GetOutputSizePixel()) ); in HandleMouseButtonDown()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2770 pSelEng = pSEng; in ImpLBSelEng()