Searched refs:aCtrlDial (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_TitleRotation.cxx | 47 aCtrlDial ( this, SchResId( CTR_DIAL ) ), in SchAlignmentTabPage() 51 aOrientHlp ( aCtrlDial, aNfRotate, aCbStacked ), in SchAlignmentTabPage() 63 Point aMove( 0, aCtrlDial.GetPosPixel().Y() - aFtTextDirection.GetPosPixel().Y() ); in SchAlignmentTabPage() 93 sal_Int32 nDegrees = bStacked ? 0 : aCtrlDial.GetRotation(); in FillItemSet() 107 aCtrlDial.SetRotation( nDegrees ); in Reset()
|
H A D | tp_AxisLabel.cxx | 63 aCtrlDial( this, SchResId( CT_AXIS_LABEL_DIAL ) ), in SchAxisLabelTabPage() 67 aOrientHlp( aCtrlDial, aNfRotate, aCbStacked ), in SchAxisLabelTabPage() 117 if( aCtrlDial.HasRotation() ) in FillItemSet() 119 sal_Int32 nDegrees = bStacked ? 0 : aCtrlDial.GetRotation(); in FillItemSet() 191 aCtrlDial.SetRotation( m_nInitialDegrees ); in Reset() 193 aCtrlDial.SetNoRotation(); in Reset()
|
H A D | tp_TitleRotation.hxx | 43 svx::DialControl aCtrlDial; member in chart::SchAlignmentTabPage
|
H A D | tp_AxisLabel.hxx | 60 svx::DialControl aCtrlDial; member in chart::SchAxisLabelTabPage
|
Completed in 11 milliseconds