/trunk/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 83 OUString aRet = String(SchResId(STR_TIP_DATASERIES)); in lcl_getFullSeriesName() 217 aRet=String(SchResId(STR_OBJECT_PAGE)); in getName() 282 aRet=String(SchResId(STR_OBJECT_LABEL)); in getName() 355 aRet=String(SchResId(STR_OBJECT_AXIS_Z)); in getAxisName() 358 aRet=String(SchResId(STR_OBJECT_AXIS)); in getAxisName() 398 aRet=String(SchResId(STR_OBJECT_TITLE)); in getTitleNameByType() 417 aRet=String(SchResId(STR_OBJECT_TITLE)); in getTitleName() 451 aRet=String(SchResId(STR_OBJECT_GRID)); in getGridName() 469 aRet=String(SchResId(STR_OBJECT_GRID)); in getGridName() 510 aRet+=String(SchResId(STR_TIP_DATASERIES)); in getHelpText() [all …]
|
H A D | dlg_ObjectProperties.cxx | 360 : SfxTabDialog(pParent, SchResId(DLG_OBJECT_PROPERTIES), pAttr) in SchAttribTabDlg() 384 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_BORDER))); in SchAttribTabDlg() 385 AddTabPage(RID_SVXPAGE_AREA, String(SchResId(STR_PAGE_AREA))); in SchAttribTabDlg() 395 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_BORDER))); in SchAttribTabDlg() 396 AddTabPage(RID_SVXPAGE_AREA, String(SchResId(STR_PAGE_AREA))); in SchAttribTabDlg() 440 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_LINE))); in SchAttribTabDlg() 456 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_LINE))); in SchAttribTabDlg() 463 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_LINE))); in SchAttribTabDlg() 468 AddTabPage(RID_SVXPAGE_LINE, String(SchResId(STR_PAGE_LINE))); in SchAttribTabDlg() 478 AddTabPage(RID_SVXPAGE_AREA, String(SchResId(STR_PAGE_AREA))); in SchAttribTabDlg() [all …]
|
H A D | ChartTypeDialogController.cxx | 452 return String( SchResId( STR_TYPE_COLUMN )); in getName() 516 rSubTypeList.SetItemText( 4, String( SchResId( STR_DEEP )) ); in fillSubTypeList() 529 return String( SchResId( STR_TYPE_BAR )); in getName() 605 return String( SchResId( STR_TYPE_PIE )); in getName() 667 return String( SchResId( STR_TYPE_LINE )); in getName() 800 return String( SchResId( STR_TYPE_XY )); in getName() 887 return String( SchResId( STR_TYPE_AREA )); in getName() 970 return String( SchResId( STR_TYPE_NET )); in getName() 1063 return String( SchResId( STR_TYPE_STOCK )); in getName() 1114 return String( SchResId( STR_TYPE_COMBI_COLUMN_LINE )); in getName() [all …]
|
H A D | res_ErrorBar.cxx | 106 m_aRbNone( pParent, SchResId( RB_NONE )), in ErrorBarResources() 107 m_aRbConst( pParent, SchResId( RB_CONST )), in ErrorBarResources() 108 m_aRbPercent( pParent, SchResId( RB_PERCENT )), in ErrorBarResources() 109 m_aRbFunction( pParent, SchResId( RB_FUNCTION )), in ErrorBarResources() 110 m_aRbRange( pParent, SchResId( RB_RANGE )), in ErrorBarResources() 111 m_aLbFunction( pParent, SchResId( LB_FUNCTION )), in ErrorBarResources() 114 m_aFtPositive( pParent, SchResId( FT_POSITIVE )), in ErrorBarResources() 115 m_aMfPositive( pParent, SchResId( MF_POSITIVE )), in ErrorBarResources() 118 m_aFtNegative( pParent, SchResId( FT_NEGATIVE )), in ErrorBarResources() 125 m_aRbBoth( pParent, SchResId( RB_BOTH )), in ErrorBarResources() [all …]
|
H A D | tp_AxisPositions.cxx | 90 , m_aFL_AxisLine(this,SchResId(FL_AXIS_LINE)) in AxisPositionsTabPage() 97 , m_aFL_Labels(this,SchResId(FL_LABELS)) in AxisPositionsTabPage() 103 , m_aFL_Ticks(this,SchResId(FL_TICKS)) in AxisPositionsTabPage() 104 , m_aFT_Major(this,SchResId(FT_MAJOR)) in AxisPositionsTabPage() 106 , m_aCB_TicksOuter(this,SchResId(CB_TICKS_OUTER)) in AxisPositionsTabPage() 107 , m_aFT_Minor(this,SchResId(FT_MINOR)) in AxisPositionsTabPage() 108 , m_aCB_MinorInner(this,SchResId(CB_MINOR_INNER)) in AxisPositionsTabPage() 109 , m_aCB_MinorOuter(this,SchResId(CB_MINOR_OUTER)) in AxisPositionsTabPage() 111 , m_aFL_Vertical(this,SchResId(FL_VERTICAL)) in AxisPositionsTabPage() 115 , m_aFL_Grids(this,SchResId(FL_GRIDS)) in AxisPositionsTabPage() [all …]
|
H A D | tp_AxisLabel.cxx | 47 SfxTabPage( pParent, SchResId( TP_AXIS_LABEL ), rInAttrs ), in SchAxisLabelTabPage() 51 aFlOrder( this, SchResId( FL_AXIS_LABEL_ORDER ) ), in SchAxisLabelTabPage() 52 aRbSideBySide( this, SchResId( RB_AXIS_LABEL_SIDEBYSIDE ) ), in SchAxisLabelTabPage() 53 aRbUpDown( this, SchResId( RB_AXIS_LABEL_UPDOWN ) ), in SchAxisLabelTabPage() 54 aRbDownUp( this, SchResId( RB_AXIS_LABEL_DOWNUP ) ), in SchAxisLabelTabPage() 55 aRbAuto( this, SchResId( RB_AXIS_LABEL_AUTOORDER ) ), in SchAxisLabelTabPage() 57 aFlSeparator( this, SchResId( FL_SEPARATOR ) ), in SchAxisLabelTabPage() 58 aFlTextFlow( this, SchResId( FL_AXIS_LABEL_TEXTFLOW ) ), in SchAxisLabelTabPage() 63 aCtrlDial( this, SchResId( CT_AXIS_LABEL_DIAL ) ), in SchAxisLabelTabPage() 64 aFtRotate( this, SchResId( FT_AXIS_LABEL_DEGREES ) ), in SchAxisLabelTabPage() [all …]
|
H A D | tp_Scale.cxx | 113 aFlScale(this, SchResId(FL_SCALE)), in ScaleTabPage() 115 aCbxReverse(this, SchResId(CBX_REVERSE)), in ScaleTabPage() 121 aTxtMin (this, SchResId (TXT_MIN)), in ScaleTabPage() 122 aFmtFldMin(this, SchResId(EDT_MIN)), in ScaleTabPage() 123 aCbxAutoMin(this, SchResId(CBX_AUTO_MIN)), in ScaleTabPage() 125 aTxtMax(this, SchResId (TXT_MAX)), in ScaleTabPage() 126 aFmtFldMax(this, SchResId(EDT_MAX)), in ScaleTabPage() 127 aCbxAutoMax(this, SchResId(CBX_AUTO_MAX)), in ScaleTabPage() 133 aTxtMain (this, SchResId (TXT_STEP_MAIN)), in ScaleTabPage() 145 aTxtOrigin (this, SchResId (TXT_ORIGIN)), in ScaleTabPage() [all …]
|
H A D | dlg_InsertAxis_Grid.cxx | 64 ModalDialog( pWindow, SchResId( DLG_AXIS_OR_GRID )), in SchAxisDlg() 66 aFlPrimary( this, SchResId( FL_PRIMARY_AXIS )), in SchAxisDlg() 68 aCbPrimaryX( this, SchResId( CB_X_PRIMARY )), in SchAxisDlg() 69 aCbPrimaryY( this, SchResId( CB_Y_PRIMARY )), in SchAxisDlg() 70 aCbPrimaryZ( this, SchResId( CB_Z_PRIMARY )), in SchAxisDlg() 72 aFlSecondary( this, SchResId( FL_SECONDARY_AXIS )), in SchAxisDlg() 74 aCbSecondaryX( this, SchResId( CB_X_SECONDARY )), in SchAxisDlg() 75 aCbSecondaryY( this, SchResId( CB_Y_SECONDARY )), in SchAxisDlg() 78 aPbOK( this, SchResId( BTN_OK )), in SchAxisDlg() 79 aPbCancel( this, SchResId( BTN_CANCEL )), in SchAxisDlg() [all …]
|
H A D | tp_SeriesToAxis.cxx | 50 aGrpAxis(this, SchResId(GRP_OPT_AXIS)), in SchOptionTabPage() 51 aRbtAxis1(this,SchResId(RBT_OPT_AXIS_1)), in SchOptionTabPage() 52 aRbtAxis2(this,SchResId(RBT_OPT_AXIS_2)), in SchOptionTabPage() 54 aGrpBar(this, SchResId(GB_BAR)), in SchOptionTabPage() 55 aFTGap(this,SchResId(FT_GAP)), in SchOptionTabPage() 56 aMTGap(this,SchResId(MT_GAP)), in SchOptionTabPage() 57 aFTOverlap(this,SchResId(FT_OVERLAP)), in SchOptionTabPage() 58 aMTOverlap(this,SchResId(MT_OVERLAP)), in SchOptionTabPage() 59 aCBConnect(this,SchResId(CB_CONNECTOR)), in SchOptionTabPage() 63 m_aRB_DontPaint(this,SchResId(RB_DONT_PAINT)), in SchOptionTabPage() [all …]
|
H A D | tp_ChartType.cxx | 178 , m_aCB_3DLook( pWindow, SchResId( CB_3D_LOOK ) ) in Dim3DLookResourceGroup() 335 , m_aCB_Stacked( pWindow, SchResId( CB_STACKED ) ) in StackingResourceGroup() 336 , m_aRB_Stack_Y( pWindow, SchResId( RB_STACK_Y ) ) in StackingResourceGroup() 338 , m_aRB_Stack_Z( pWindow, SchResId( RB_STACK_Z ) ) in StackingResourceGroup() 484 , m_aRB_Splines_B( this, SchResId( RB_SPLINES_B ) ) in SplinePropertiesDialog() 491 , m_aBP_Help( this, SchResId(BTN_HELP) ) in SplinePropertiesDialog() 492 , m_aBP_OK( this, SchResId(BTN_OK) ) in SplinePropertiesDialog() 493 , m_aBP_Cancel( this, SchResId(BTN_CANCEL) ) in SplinePropertiesDialog() 630 , m_aCB_Splines( pWindow, SchResId( CB_SPLINES ) ) in SplineResourceGroup() 797 : OWizardPage( pParent, SchResId(TP_CHARTTYPE) ) in ChartTypeTabPage() [all …]
|
H A D | res_Titles.cxx | 42 : m_aFT_Main(pWindow, SchResId(FT_MAINTITLE)) in TitleResources() 43 , m_aEd_Main(pWindow, SchResId(ED_MAINTITLE)) in TitleResources() 44 , m_aFT_Sub(pWindow, SchResId(FT_SUBTITLE)) in TitleResources() 45 , m_aEd_Sub(pWindow, SchResId(ED_SUBTITLE)) in TitleResources() 46 , m_aFL_Axes(pWindow, SchResId(FL_AXES)) in TitleResources() 47 , m_aFT_XAxis(pWindow, SchResId(FT_TITLE_X_AXIS)) in TitleResources() 48 , m_aEd_XAxis(pWindow, SchResId(ED_X_AXIS)) in TitleResources() 49 , m_aFT_YAxis(pWindow, SchResId(FT_TITLE_Y_AXIS)) in TitleResources() 50 , m_aEd_YAxis(pWindow, SchResId(ED_Y_AXIS)) in TitleResources() 51 , m_aFT_ZAxis(pWindow, SchResId(FT_TITLE_Z_AXIS)) in TitleResources() [all …]
|
H A D | res_Trendline.cxx | 82 m_aFLType( pParent, SchResId( FL_TYPE )), in TrendlineResources() 84 m_aRBNone( pParent, SchResId( RB_NONE )), in TrendlineResources() 85 m_aRBLinear( pParent, SchResId( RB_LINEAR )), in TrendlineResources() 86 m_aRBLogarithmic( pParent, SchResId( RB_LOGARITHMIC )), in TrendlineResources() 87 m_aRBExponential( pParent, SchResId( RB_EXPONENTIAL )), in TrendlineResources() 88 m_aRBPower( pParent, SchResId( RB_POWER )), in TrendlineResources() 90 m_aFINone( pParent, SchResId( FI_NONE )), in TrendlineResources() 91 m_aFILinear( pParent, SchResId( FI_LINEAR )), in TrendlineResources() 92 m_aFILogarithmic( pParent, SchResId( FI_LOGARITHMIC )), in TrendlineResources() 94 m_aFIPower( pParent, SchResId( FI_POWER )), in TrendlineResources() [all …]
|
H A D | tp_DataSource.cxx | 237 m_aFT_SERIES ( this, SchResId( FT_SERIES )), in DataSourceTabPage() 239 m_aBTN_ADD ( this, SchResId( BTN_ADD )), in DataSourceTabPage() 240 m_aBTN_REMOVE ( this, SchResId( BTN_REMOVE )), in DataSourceTabPage() 241 m_aBTN_UP ( this, SchResId( BTN_UP )), in DataSourceTabPage() 242 m_aBTN_DOWN ( this, SchResId( BTN_DOWN )), in DataSourceTabPage() 243 m_aFT_ROLE ( this, SchResId( FT_ROLE )), in DataSourceTabPage() 244 m_aLB_ROLE ( this, SchResId( LB_ROLE )), in DataSourceTabPage() 245 m_aFT_RANGE ( this, SchResId( FT_RANGE )), in DataSourceTabPage() 246 m_aEDT_RANGE ( this, SchResId( EDT_RANGE )), in DataSourceTabPage() 247 m_aIMB_RANGE_MAIN ( this, SchResId( IMB_RANGE_MAIN )), in DataSourceTabPage() [all …]
|
H A D | tp_3D_SceneIllumination.cxx | 67 String aTipHelpStr( SchResId(STR_TIP_LIGHTSOURCE_X) ); in LightButton() 110 this->SetQuickHelpText( String( SchResId(STR_TIP_CHOOSECOLOR) ) ); in ColorButton() 289 , m_aFT_LightSource( this, SchResId( FT_LIGHTSOURCE ) ) in ThreeD_SceneIllumination_TabPage() 290 , m_aBtn_Light1( this, SchResId( BTN_LIGHT_1 ), 1 ) in ThreeD_SceneIllumination_TabPage() 291 , m_aBtn_Light2( this, SchResId( BTN_LIGHT_2 ), 2 ) in ThreeD_SceneIllumination_TabPage() 292 , m_aBtn_Light3( this, SchResId( BTN_LIGHT_3 ), 3 ) in ThreeD_SceneIllumination_TabPage() 293 , m_aBtn_Light4( this, SchResId( BTN_LIGHT_4 ), 4 ) in ThreeD_SceneIllumination_TabPage() 294 , m_aBtn_Light5( this, SchResId( BTN_LIGHT_5 ), 5 ) in ThreeD_SceneIllumination_TabPage() 295 , m_aBtn_Light6( this, SchResId( BTN_LIGHT_6 ), 6 ) in ThreeD_SceneIllumination_TabPage() 296 , m_aBtn_Light7( this, SchResId( BTN_LIGHT_7 ), 7 ) in ThreeD_SceneIllumination_TabPage() [all …]
|
H A D | res_DataLabel.cxx | 109 : m_aCBNumber(pWindow, SchResId(CB_VALUE_AS_NUMBER)), in DataLabelResources() 111 m_aCBPercent(pWindow, SchResId(CB_VALUE_AS_PERCENTAGE)), in DataLabelResources() 113 m_aCBCategory(pWindow, SchResId(CB_CATEGORY)), in DataLabelResources() 114 m_aCBSymbol(pWindow, SchResId(CB_SYMBOL)), in DataLabelResources() 116 m_aFT_LabelPlacement(pWindow, SchResId(FT_LABEL_PLACEMENT)), in DataLabelResources() 117 m_aLB_LabelPlacement(pWindow, SchResId(LB_LABEL_PLACEMENT)), in DataLabelResources() 118 m_aFL_Rotate(pWindow, SchResId(FL_LABEL_ROTATE)), in DataLabelResources() 119 m_aDC_Dial(pWindow, SchResId(CT_LABEL_DIAL)), in DataLabelResources() 120 m_aFT_Degrees(pWindow, SchResId(FT_LABEL_DEGREES)), in DataLabelResources() 121 m_aNF_Degrees(pWindow, SchResId(NF_LABEL_DEGREES)), in DataLabelResources() [all …]
|
H A D | tp_RangeChooser.cxx | 93 : OWizardPage( pParent, SchResId(TP_RANGECHOOSER) ) in RangeChooserTabPage() 95 , m_aFT_Caption( this, SchResId( FT_CAPTION_FOR_WIZARD ) ) in RangeChooserTabPage() 96 , m_aFT_Range( this, SchResId( FT_RANGE ) ) in RangeChooserTabPage() 97 , m_aED_Range( this, SchResId( ED_RANGE ) ) in RangeChooserTabPage() 98 , m_aIB_Range( this, SchResId( IB_RANGE ) ) in RangeChooserTabPage() 99 , m_aRB_Rows( this, SchResId( RB_DATAROWS ) ) in RangeChooserTabPage() 100 , m_aRB_Columns( this, SchResId( RB_DATACOLS ) ) in RangeChooserTabPage() 101 , m_aCB_FirstRowAsLabel( this, SchResId( CB_FIRST_ROW_ASLABELS ) ) in RangeChooserTabPage() 142 this->SetText( String(SchResId(STR_PAGE_DATA_RANGE)) ); in RangeChooserTabPage() 143 m_aIB_Range.SetQuickHelpText( String(SchResId(STR_TIP_SELECT_RANGE)) ); in RangeChooserTabPage() [all …]
|
H A D | DialogModel.cxx | 92 …aTranslationMap[ C2U( "error-bars-x" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_X_ER… in lcl_ConvertRole() 98 …aTranslationMap[ C2U( "label" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_LABE… in lcl_ConvertRole() 99 …aTranslationMap[ C2U( "values-first" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_FIRS… in lcl_ConvertRole() 100 …aTranslationMap[ C2U( "values-last" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_LAST… in lcl_ConvertRole() 101 …aTranslationMap[ C2U( "values-max" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_MAX … in lcl_ConvertRole() 102 …aTranslationMap[ C2U( "values-min" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_MIN … in lcl_ConvertRole() 103 …aTranslationMap[ C2U( "values-x" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_X ))… in lcl_ConvertRole() 104 …aTranslationMap[ C2U( "values-y" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_Y ))… in lcl_ConvertRole() 105 …aTranslationMap[ C2U( "values-size" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_SIZE… in lcl_ConvertRole() 316 const OUString aLabel( String( ::chart::SchResId( STR_DATA_UNNAMED_SERIES ))); in lcl_CreateNewSeries() [all …]
|
H A D | dlg_View3D.cxx | 59 : TabDialog(pParent,SchResId(DLG_3D_VIEW)) in View3DDialog() 60 , m_aTabControl(this,SchResId(TABCTRL)) in View3DDialog() 61 , m_aBtnOK(this,SchResId(BTN_OK)) in View3DDialog() 62 , m_aBtnCancel(this,SchResId(BTN_CANCEL)) in View3DDialog() 63 , m_aBtnHelp(this,SchResId(BTN_HELP)) in View3DDialog() 76 m_aTabControl.InsertPage( TP_3D_SCENEGEOMETRY, String(SchResId(STR_PAGE_PERSPECTIVE)) ); in View3DDialog() 77 m_aTabControl.InsertPage( TP_3D_SCENEAPPEARANCE, String(SchResId(STR_PAGE_APPEARANCE)) ); in View3DDialog() 78 m_aTabControl.InsertPage( TP_3D_SCENEILLUMINATION, String(SchResId(STR_PAGE_ILLUMINATION)) ); in View3DDialog()
|
H A D | tp_3D_SceneAppearance.cxx | 104 : TabPage ( pWindow, SchResId( TP_3D_SCENEAPPEARANCE ) ) in ThreeD_SceneAppearance_TabPage() 106 , m_aFT_Scheme ( this, SchResId( FT_SCHEME ) ) in ThreeD_SceneAppearance_TabPage() 107 , m_aLB_Scheme ( this, SchResId( LB_SCHEME ) ) in ThreeD_SceneAppearance_TabPage() 108 , m_aFL_Seperator ( this, SchResId( FL_SEPERATOR ) ) in ThreeD_SceneAppearance_TabPage() 109 , m_aCB_Shading ( this, SchResId( CB_SHADING ) ) in ThreeD_SceneAppearance_TabPage() 110 , m_aCB_ObjectLines ( this, SchResId( CB_OBJECTLINES ) ) in ThreeD_SceneAppearance_TabPage() 111 , m_aCB_RoundedEdge ( this, SchResId( CB_ROUNDEDEDGE ) ) in ThreeD_SceneAppearance_TabPage() 117 m_aLB_Scheme.InsertEntry(String(SchResId(STR_3DSCHEME_SIMPLE)),POS_3DSCHEME_SIMPLE); in ThreeD_SceneAppearance_TabPage() 118 m_aLB_Scheme.InsertEntry(String(SchResId(STR_3DSCHEME_REALISTIC)),POS_3DSCHEME_REALISTIC); in ThreeD_SceneAppearance_TabPage() 291 m_aLB_Scheme.InsertEntry(String(SchResId(STR_3DSCHEME_CUSTOM)),POS_3DSCHEME_CUSTOM); in updateScheme()
|
H A D | tp_3D_SceneGeometry.cxx | 72 : TabPage ( pWindow, SchResId( TP_3D_SCENEGEOMETRY ) ) in ThreeD_SceneGeometry_TabPage() 74 , m_aCbxRightAngledAxes( this, SchResId( CBX_RIGHT_ANGLED_AXES ) ) in ThreeD_SceneGeometry_TabPage() 75 , m_aFtXRotation ( this, SchResId( FT_X_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 76 , m_aMFXRotation ( this, SchResId( MTR_FLD_X_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 77 , m_aFtYRotation ( this, SchResId( FT_Y_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 78 , m_aMFYRotation ( this, SchResId( MTR_FLD_Y_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 79 , m_aFtZRotation ( this, SchResId( FT_Z_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 80 , m_aMFZRotation ( this, SchResId( MTR_FLD_Z_ROTATION ) ) in ThreeD_SceneGeometry_TabPage() 81 , m_aCbxPerspective ( this, SchResId( CBX_PERSPECTIVE ) ) in ThreeD_SceneGeometry_TabPage() 82 , m_aMFPerspective ( this, SchResId( MTR_FLD_PERSPECTIVE ) ) in ThreeD_SceneGeometry_TabPage()
|
H A D | tp_PolarOptions.cxx | 41 SfxTabPage( pWindow, SchResId(TP_POLAROPTIONS), rInAttrs ), in PolarOptionsTabPage() 42 m_aCB_Clockwise( this, SchResId( CB_CLOCKWISE ) ), in PolarOptionsTabPage() 43 m_aFL_StartingAngle( this, SchResId( FL_STARTING_ANGLE ) ), in PolarOptionsTabPage() 44 m_aAngleDial( this, SchResId( CT_ANGLE_DIAL ) ), in PolarOptionsTabPage() 45 m_aFT_Degrees( this, SchResId( FT_ROTATION_DEGREES ) ), in PolarOptionsTabPage() 46 m_aNF_StartingAngle( this, SchResId( NF_STARTING_ANGLE ) ), in PolarOptionsTabPage() 47 m_aFL_PlotOptions( this, SchResId( FL_PLOT_OPTIONS_POLAR ) ), in PolarOptionsTabPage() 48 m_aCB_IncludeHiddenCells( this, SchResId( CB_INCLUDE_HIDDEN_CELLS_POLAR ) ) in PolarOptionsTabPage()
|
H A D | tp_TitleRotation.cxx | 45 SfxTabPage(pWindow, SchResId(TP_ALIGNMENT), rInAttrs), in SchAlignmentTabPage() 46 aFlAlign ( this, SchResId( FL_ALIGN ) ), in SchAlignmentTabPage() 47 aCtrlDial ( this, SchResId( CTR_DIAL ) ), in SchAlignmentTabPage() 48 aFtRotate ( this, SchResId( FT_DEGREES ) ), in SchAlignmentTabPage() 49 aNfRotate ( this, SchResId( NF_ORIENT ) ), in SchAlignmentTabPage() 50 aCbStacked ( this, SchResId( BTN_TXTSTACKED ) ), in SchAlignmentTabPage() 52 aFtTextDirection( this, SchResId( FT_TEXTDIR ) ), in SchAlignmentTabPage() 53 aLbTextDirection( this, SchResId( LB_TEXTDIR ), &aFtTextDirection ) in SchAlignmentTabPage()
|
H A D | res_LegendPosition.cxx | 58 , m_aRbtLeft( pWindow, SchResId(RBT_LEFT) ) in LegendPositionResources() 59 , m_aRbtRight( pWindow, SchResId(RBT_RIGHT) ) in LegendPositionResources() 60 , m_aRbtTop( pWindow, SchResId(RBT_TOP) ) in LegendPositionResources() 61 , m_aRbtBottom( pWindow, SchResId(RBT_BOTTOM) ) in LegendPositionResources() 69 , m_aCbxShow( pWindow, SchResId(CBX_SHOWLEGEND) ) in LegendPositionResources() 70 , m_aRbtLeft( pWindow, SchResId(RBT_LEFT) ) in LegendPositionResources() 71 , m_aRbtRight( pWindow, SchResId(RBT_RIGHT) ) in LegendPositionResources() 72 , m_aRbtTop( pWindow, SchResId(RBT_TOP) ) in LegendPositionResources() 73 , m_aRbtBottom( pWindow, SchResId(RBT_BOTTOM) ) in LegendPositionResources()
|
H A D | tp_Wizard_TitlesAndObjects.cxx | 52 : OWizardPage( pParent, SchResId(TP_WIZARD_TITLEANDOBJECTS) ) in TitlesAndObjectsTabPage() 53 , m_aFT_TitleDescription( this, SchResId( FT_TITLEDESCRIPTION ) ) in TitlesAndObjectsTabPage() 54 , m_aFL_Vertical( this, SchResId( FL_VERTICAL ) ) in TitlesAndObjectsTabPage() 57 , m_aFL_Grids( this, SchResId( FL_GRIDS ) ) in TitlesAndObjectsTabPage() 58 , m_aCB_Grid_X( this, SchResId( CB_X_SECONDARY ) ) in TitlesAndObjectsTabPage() 59 , m_aCB_Grid_Y( this, SchResId( CB_Y_SECONDARY ) ) in TitlesAndObjectsTabPage() 60 , m_aCB_Grid_Z( this, SchResId( CB_Z_SECONDARY ) ) in TitlesAndObjectsTabPage() 68 this->SetText( String( SchResId( STR_PAGE_CHART_ELEMENTS ) ) ); in TitlesAndObjectsTabPage()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 120 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_AXES ))), in executeDispatch_InsertAxes() 158 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_GRIDS ))), in executeDispatch_InsertGrid() 195 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_TITLES ))), in executeDispatch_InsertTitles() 226 ActionDescriptionProvider::DELETE, String( SchResId( STR_OBJECT_LEGEND ))), in executeDispatch_DeleteLegend() 237 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_LEGEND ))), in executeDispatch_InsertLegend() 696 String( SchResId( STR_OBJECT_DATALABELS ))), in executeDispatch_InsertDataLabels() 706 String( SchResId( STR_OBJECT_LABEL ))), in executeDispatch_InsertDataLabel() 719 String( SchResId( STR_OBJECT_DATALABELS ))), in executeDispatch_DeleteDataLabels() 729 String( SchResId( STR_OBJECT_LABEL ))), in executeDispatch_DeleteDataLabel() 738 String( SchResId( STR_OBJECT_DATAPOINTS ))), in executeDispatch_ResetAllDataPoints() [all …]
|