Home
last modified time | relevance | path

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

/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx291 class ImplGrafControl : public Control class
304ImplGrafControl( Window* pParent, sal_uInt16 nSlotId, const rtl::OUString& rCmd, const Reference< …
305 ~ImplGrafControl();
313 ImplGrafControl::ImplGrafControl( Window* pParent, sal_uInt16, const rtl::OUString& rCmd, const Ref… in ImplGrafControl() function in ImplGrafControl
356 ImplGrafControl::~ImplGrafControl() in ~ImplGrafControl()
362 void ImplGrafControl::GetFocus() in GetFocus()
678 ImplGrafControl* pCtrl = (ImplGrafControl*) GetToolBox().GetItemWindow( GetId() ); in StateChanged()
701 return( new ImplGrafControl( pParent, GetSlotId(), m_aCommandURL, m_xFrame ) ); in CreateItemWindow()