Home
last modified time | relevance | path

Searched refs:FunctionSet (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dseleng.hxx44 class VCL_DLLPUBLIC FunctionSet class
80 FunctionSet* pFunctionSet;
99 FunctionSet* pFunctions = NULL );
130 void SetFunctionSet( FunctionSet* pFuncs ) in SetFunctionSet()
132 const FunctionSet* GetFunctionSet() const { return pFunctionSet; } in GetFunctionSet()
/trunk/main/sc/source/ui/inc/
H A Dselect.hxx52 class ScViewFunctionSet : public FunctionSet // View (Gridwin / Tastatur)
87 class ScHeaderFunctionSet : public FunctionSet // Spalten- / Zeilenkoepfe
/trunk/main/editeng/source/editeng/
H A Deditsel.hxx34 class EditSelFunctionSet: public FunctionSet
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx249 class TextSelFunctionSet: public FunctionSet
/trunk/main/vcl/source/window/
H A Dseleng.cxx54 SelectionEngine::SelectionEngine( Window* pWindow, FunctionSet* pFuncSet ) : in SelectionEngine()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.hxx495 class TableFunctionSet : public FunctionSet
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx50 class ImpLBSelEng : public FunctionSet
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx60 aSelEng( pLBView, (FunctionSet*)0 ), in SvImpLBox()
69 aSelEng.SetFunctionSet( (FunctionSet*)&aFctSet ); in SvImpLBox()