Searched refs:DialControl (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 244 DialControl::DialControl( Window* pParent, const Size& rSize, const Font& rFont, WinBits nWinStyle … in DialControl() function in svx::DialControl 251 DialControl::DialControl( Window* pParent, const Size& rSize, WinBits nWinStyle ) : in DialControl() function in svx::DialControl 261 DialControl::DialControl( Window* pParent, const ResId& rResId ) : in DialControl() function in svx::DialControl 268 DialControl::~DialControl() in ~DialControl() 272 void DialControl::Paint( const Rectangle& ) in Paint() 346 void DialControl::LoseFocus() in LoseFocus() 353 bool DialControl::HasRotation() const in HasRotation() 358 void DialControl::SetNoRotation() in SetNoRotation() 369 sal_Int32 DialControl::GetRotation() const in GetRotation() 421 void DialControl::InvalidateControl() in InvalidateControl() [all …]
|
H A D | orienthelper.cxx | 45 DialControl& mrCtrlDial; 51 explicit OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked ); 65 OrientationHelper_Impl::OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked ) : in OrientationHelper_Impl() 116 OrientationHelper::OrientationHelper( DialControl& rCtrlDial, CheckBox& rCbStacked ) : in OrientationHelper() 123 OrientationHelper::OrientationHelper( DialControl& rCtrlDial, NumericField& rNfRotation, CheckBox& … in OrientationHelper()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dialcontrol.hxx | 83 class SVX_DLLPUBLIC DialControl : public Control class 86 …explicit DialControl( Window* pParent, const Size& rSize, const Font& rFont, WinBits nW… 87 explicit DialControl( Window* pParent, const Size& rSize, WinBits nWinStyle = 0 ); 88 explicit DialControl( Window* pParent, const ResId& rResId ); 89 virtual ~DialControl(); 163 class SVX_DLLPUBLIC DialControlWrapper : public sfx::SingleControlWrapper< DialControl, sal_Int32 > 166 explicit DialControlWrapper( DialControl& rDial );
|
H A D | orienthelper.hxx | 37 class DialControl; 63 DialControl& rCtrlDial, 68 DialControl& rCtrlDial,
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | plugin.hxx | 30 class DialControl; 40 svx::DialControl& aDialControl;
|
H A D | plugin.cxx | 49 new svx::DialControl( LAYOUT_DIALOG_PARENT, Size( 80, 80 ), 0 ) ) in PluginDialog() 51 , aDialControl( static_cast<svx::DialControl&> ( *aPlugin.mpPlugin ) ) in PluginDialog()
|
/aoo42x/main/svx/inc/svx/sidebar/ |
H A D | SidebarDialControl.hxx | 31 class SVX_DLLPUBLIC SidebarDialControl : public svx::DialControl
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_PolarOptions.hxx | 51 svx::DialControl m_aAngleDial;
|
H A D | tp_TitleRotation.hxx | 43 svx::DialControl aCtrlDial;
|
H A D | tp_AxisLabel.hxx | 60 svx::DialControl aCtrlDial;
|
H A D | res_DataLabel.hxx | 67 svx::DialControl m_aDC_Dial;
|
/aoo42x/main/cui/source/inc/ |
H A D | align.hxx | 75 DialControl maCtrlDial;
|
/aoo42x/main/svx/source/sidebar/possize/ |
H A D | SidebarDialControl.cxx | 32 : svx::DialControl(pParent, rResId) in SidebarDialControl()
|
H A D | PosSizePropertyPanel.hxx | 36 class DialControl;
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdstr.src | 2865 // DialControl bitmaps
|
Completed in 42 milliseconds