Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dseleng.cxx58 pFunctionSet = pFuncSet; in SelectionEngine()
140 if ( !pFunctionSet ) in CursorPosChanging()
149 pFunctionSet->CreateAnchor(); in CursorPosChanging()
158 pFunctionSet->DeselectAll(); in CursorPosChanging()
159 pFunctionSet->CreateAnchor(); in CursorPosChanging()
171 pFunctionSet->DestroyAnchor(); in CursorPosChanging()
178 pFunctionSet->DeselectAll(); in CursorPosChanging()
180 pFunctionSet->DestroyAnchor(); in CursorPosChanging()
199 if ( !pFunctionSet || !pWin || rMEvt.GetClicks() > 1 || rMEvt.IsRight() ) in SelMouseButtonDown()
227 sal_Bool bSelAtPoint = pFunctionSet->IsSelectionAtPoint( aPos ); in SelMouseButtonDown()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dseleng.hxx80 FunctionSet* pFunctionSet; member in SelectionEngine
131 { pFunctionSet = pFuncs; } in SetFunctionSet()
132 const FunctionSet* GetFunctionSet() const { return pFunctionSet; } in GetFunctionSet()