Searched refs:GraphCtrl (Results 1 – 9 of 9) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | graphctl.cxx | 78 GraphCtrl::GraphCtrl( Window* pParent, const WinBits nWinBits ) : in GraphCtrl() function in GraphCtrl 106 GraphCtrl::GraphCtrl( Window* pParent, const ResId& rResId ) : in GraphCtrl() function in GraphCtrl 133 GraphCtrl::~GraphCtrl() in ~GraphCtrl() 152 void GraphCtrl::SetWinStyle( WinBits nWinBits ) in SetWinStyle() 179 void GraphCtrl::InitSdrModel() in InitSdrModel() 274 void GraphCtrl::Resize() in Resize() 322 void GraphCtrl::Paint( const Rectangle& rRect ) in Paint() 363 void GraphCtrl::SdrObjChanged( const SdrObject& ) in SdrObjChanged() 374 void GraphCtrl::SdrObjCreated( const SdrObject& ) in SdrObjCreated() 385 void GraphCtrl::MarkListHasChanged() in MarkListHasChanged() [all …]
|
H A D | contwnd.cxx | 50 GraphCtrl ( pParent, rResId ), in ContourWindow() 161 GraphCtrl::InitSdrModel(); in InitSdrModel() 222 GraphCtrl::MouseButtonDown( rMEvt ); in MouseButtonDown() 250 GraphCtrl::MouseMove( rMEvt ); in MouseMove() 278 GraphCtrl::MouseButtonUp( rMEvt ); in MouseButtonUp() 302 GraphCtrl::MouseButtonUp( rMEvt ); in MouseButtonUp()
|
H A D | imapwnd.cxx | 72 GraphCtrl( pParent, rResId ), in IMapWindow() 348 GraphCtrl::InitSdrModel(); in InitSdrModel() 496 GraphCtrl::MouseButtonUp( rMEvt ); in MouseButtonUp() 508 GraphCtrl::MarkListHasChanged(); in MarkListHasChanged() 1037 GraphCtrl::KeyInput( rKEvt ); in KeyInput()
|
H A D | contwnd.hxx | 36 class ContourWindow : public GraphCtrl
|
H A D | imapwnd.hxx | 150 class IMapWindow : public GraphCtrl, public DropTargetHelper
|
/trunk/main/svx/inc/svx/ |
H A D | graphctl.hxx | 47 class SVX_DLLPUBLIC GraphCtrl : public Control class 95 GraphCtrl( Window* pParent, const WinBits nWinBits = 0 ); 96 GraphCtrl( Window* pParent, const ResId& rResId ); 97 ~GraphCtrl(); 149 GraphCtrl& rWin; 153 GraphCtrlUserCall( GraphCtrl& rGraphWin ) : rWin( rGraphWin ) {}; in GraphCtrlUserCall() 167 GraphCtrl& rGraphCtrl; 179 GraphCtrlView( SdrModel* pModel, GraphCtrl* pWindow) : in GraphCtrlView()
|
/trunk/main/svx/source/inc/ |
H A D | GraphCtlAccessibleContext.hxx | 67 class GraphCtrl; 92 friend class GraphCtrl; 97 GraphCtrl& rRepresentation, 264 GraphCtrl* mpControl;
|
/trunk/main/sd/source/ui/inc/ |
H A D | vectdlg.hxx | 60 GraphCtrl aBmpWin; 63 GraphCtrl aMtfWin;
|
/trunk/main/svx/source/accessibility/ |
H A D | GraphCtlAccessibleContext.cxx | 81 GraphCtrl& rRepr, in SvxGraphCtrlAccessibleContext()
|
Completed in 45 milliseconds