| /AOO41X/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() 222 aRet=String(SchResId(STR_OBJECT_TITLES)); in getName() 224 aRet=String(SchResId(STR_OBJECT_TITLE)); in getName() 228 aRet=String(SchResId(STR_OBJECT_LEGEND)); in getName() 231 …aRet=String(SchResId(STR_OBJECT_LEGEND_SYMBOL));//@todo change string if we do differenciate symbo… in getName() 234 aRet=String(SchResId(STR_OBJECT_DIAGRAM)); in getName() 237 aRet=String(SchResId(STR_OBJECT_DIAGRAM_WALL)); in getName() 240 aRet=String(SchResId(STR_OBJECT_DIAGRAM_FLOOR)); in getName() 245 aRet=String(SchResId(STR_OBJECT_AXES)); in getName() [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() 386 AddTabPage(RID_SVXPAGE_TRANSPARENCE, String(SchResId(STR_PAGE_TRANSPARENCY))); in SchAttribTabDlg() 387 AddTabPage(RID_SVXPAGE_CHAR_NAME, String(SchResId(STR_PAGE_FONT))); in SchAttribTabDlg() 388 AddTabPage(RID_SVXPAGE_CHAR_EFFECTS, String(SchResId(STR_PAGE_FONT_EFFECTS))); in SchAttribTabDlg() 389 … AddTabPage(TP_ALIGNMENT, String(SchResId(STR_PAGE_ALIGNMENT)), SchAlignmentTabPage::Create, NULL); in SchAttribTabDlg() 391 AddTabPage(RID_SVXPAGE_PARA_ASIAN, String(SchResId(STR_PAGE_ASIAN))); 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() [all …]
|
| H A D | ChartTypeDialogController.cxx | 63 #define SELECT_BITMAP(name) Bitmap( SchResId( bIsHighContrast ? name ## _HC : name )) 64 #define SELECT_IMAGE(name) Image( SchResId( bIsHighContrast ? name ## _HC : name )) 452 return String( SchResId( STR_TYPE_COLUMN )); in getName() 513 rSubTypeList.SetItemText( 1, String( SchResId( STR_NORMAL )) ); in fillSubTypeList() 514 rSubTypeList.SetItemText( 2, String( SchResId( STR_STACKED )) ); in fillSubTypeList() 515 rSubTypeList.SetItemText( 3, String( SchResId( STR_PERCENT )) ); in fillSubTypeList() 516 rSubTypeList.SetItemText( 4, String( SchResId( STR_DEEP )) ); in fillSubTypeList() 529 return String( SchResId( STR_TYPE_BAR )); in getName() 589 rSubTypeList.SetItemText( 1, String( SchResId( STR_NORMAL )) ); in fillSubTypeList() 590 rSubTypeList.SetItemText( 2, String( SchResId( STR_STACKED )) ); in fillSubTypeList() [all …]
|
| H A D | res_ErrorBar.cxx | 92 #define SELECT_IMAGE(name) Image( SchResId( bIsHighContrast ? name ## _HC : name )) 105 m_aFlErrorCategory( pParent, SchResId( FL_ERROR )), in ErrorBarResources() 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() 113 m_aFlParameters( pParent, SchResId( FL_PARAMETERS )), in ErrorBarResources() 114 m_aFtPositive( pParent, SchResId( FT_POSITIVE )), in ErrorBarResources() [all …]
|
| H A D | tp_AxisPositions.cxx | 88 : SfxTabPage(pWindow, SchResId(TP_AXIS_POSITIONS), rInAttrs) in AxisPositionsTabPage() 90 , m_aFL_AxisLine(this,SchResId(FL_AXIS_LINE)) in AxisPositionsTabPage() 91 , m_aFT_CrossesAt(this,SchResId(FT_CROSSES_OTHER_AXIS_AT)) in AxisPositionsTabPage() 92 , m_aLB_CrossesAt(this,SchResId(LB_CROSSES_OTHER_AXIS_AT)) in AxisPositionsTabPage() 93 , m_aED_CrossesAt(this,SchResId(EDT_CROSSES_OTHER_AXIS_AT)) in AxisPositionsTabPage() 94 , m_aED_CrossesAtCategory(this,SchResId(EDT_CROSSES_OTHER_AXIS_AT_CATEGORY)) in AxisPositionsTabPage() 95 , m_aCB_AxisBetweenCategories(this, SchResId(CB_AXIS_BETWEEN_CATEGORIES)) in AxisPositionsTabPage() 97 , m_aFL_Labels(this,SchResId(FL_LABELS)) in AxisPositionsTabPage() 98 , m_aFT_PlaceLabels( this, SchResId( FT_PLACE_LABELS ) ) in AxisPositionsTabPage() 99 , m_aLB_PlaceLabels( this, SchResId( LB_PLACE_LABELS ) ) in AxisPositionsTabPage() [all …]
|
| H A D | tp_AxisLabel.cxx | 47 SfxTabPage( pParent, SchResId( TP_AXIS_LABEL ), rInAttrs ), in SchAxisLabelTabPage() 49 aCbShowDescription( this, SchResId( CB_AXIS_LABEL_SCHOW_DESCR ) ), 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() 59 aCbTextOverlap( this, SchResId( CB_AXIS_LABEL_TEXTOVERLAP ) ), in SchAxisLabelTabPage() [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() 67 aFlPrimaryGrid( this, SchResId( FL_PRIMARY_GRID )), 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() 73 aFlSecondaryGrid( this, SchResId( FL_SECONDARY_GRID )), in SchAxisDlg() 74 aCbSecondaryX( this, SchResId( CB_X_SECONDARY )), in SchAxisDlg() 75 aCbSecondaryY( this, SchResId( CB_Y_SECONDARY )), in SchAxisDlg() [all …]
|
| H A D | tp_Scale.cxx | 111 SfxTabPage(pWindow, SchResId(TP_SCALE), rInAttrs), in ScaleTabPage() 113 aFlScale(this, SchResId(FL_SCALE)), in ScaleTabPage() 115 aCbxReverse(this, SchResId(CBX_REVERSE)), in ScaleTabPage() 116 aCbxLogarithm(this, SchResId(CBX_LOGARITHM)), in ScaleTabPage() 118 m_aTxt_AxisType(this, SchResId (TXT_AXIS_TYPE)), in ScaleTabPage() 119 m_aLB_AxisType(this, SchResId(LB_AXIS_TYPE)), 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() [all …]
|
| H A D | tp_SeriesToAxis.cxx | 49 SfxTabPage(pWindow, SchResId(TP_OPTIONS), rInAttrs), in SchOptionTabPage() 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() [all …]
|
| H A D | tp_ChartType.cxx | 58 #define SELECT_BITMAP(name) Bitmap( SchResId( bIsHighContrast ? name ## _HC : name )) 59 #define SELECT_IMAGE(name) Image( SchResId( bIsHighContrast ? name ## _HC : name )) 113 , m_aCB_XAxis_Categories( pWindow, SchResId( CB_X_AXIS_CATEGORIES ) ) in AxisTypeResourceGroup() 178 , m_aCB_3DLook( pWindow, SchResId( CB_3D_LOOK ) ) in Dim3DLookResourceGroup() 179 , m_aLB_Scheme( pWindow, SchResId( LB_3D_SCHEME ) ) in Dim3DLookResourceGroup() 183 m_aLB_Scheme.InsertEntry(String(SchResId(STR_3DSCHEME_SIMPLE))); in Dim3DLookResourceGroup() 184 m_aLB_Scheme.InsertEntry(String(SchResId(STR_3DSCHEME_REALISTIC))); in Dim3DLookResourceGroup() 273 , m_aCB_XValueSorting( pWindow, SchResId( CB_XVALUE_SORTING ) ) in SortByXValuesResourceGroup() 335 , m_aCB_Stacked( pWindow, SchResId( CB_STACKED ) ) in StackingResourceGroup() 336 , m_aRB_Stack_Y( pWindow, SchResId( RB_STACK_Y ) ) in StackingResourceGroup() [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 | 41 #define SELECT_IMAGE(name) Image( SchResId( bIsHighContrast ? name ## _HC : name )) 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() [all …]
|
| H A D | tp_DataSource.cxx | 234 ::svt::OWizardPage( pParent, SchResId( TP_DATA_SOURCE )), in DataSourceTabPage() 236 m_aFT_CAPTION ( this, SchResId( FT_CAPTION_FOR_WIZARD )), in DataSourceTabPage() 237 m_aFT_SERIES ( this, SchResId( FT_SERIES )), in DataSourceTabPage() 238 m_apLB_SERIES( new SeriesListBox( this, SchResId( LB_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() [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() 288 : TabPage ( pWindow, SchResId( TP_3D_SCENEILLUMINATION ) ) in ThreeD_SceneIllumination_TabPage() 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() [all …]
|
| H A D | res_DataLabel.cxx | 109 : m_aCBNumber(pWindow, SchResId(CB_VALUE_AS_NUMBER)), in DataLabelResources() 110 m_aPB_NumberFormatForValue(pWindow, SchResId(PB_NUMBERFORMAT)), in DataLabelResources() 111 m_aCBPercent(pWindow, SchResId(CB_VALUE_AS_PERCENTAGE)), in DataLabelResources() 112 m_aPB_NumberFormatForPercent(pWindow, SchResId(PB_PERCENT_NUMBERFORMAT)), 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() [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() 102 , m_aCB_FirstColumnAsLabel( this, SchResId( CB_FIRST_COLUMN_ASLABELS ) ) in RangeChooserTabPage() 142 this->SetText( String(SchResId(STR_PAGE_DATA_RANGE)) ); in RangeChooserTabPage() [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_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 | DialogModel.cxx | 91 …aTranslationMap[ C2U( "categories" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_CATE… in lcl_ConvertRole() 92 …aTranslationMap[ C2U( "error-bars-x" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_X_ER… in lcl_ConvertRole() 93 …aTranslationMap[ C2U( "error-bars-x-positive" ) ] = OUString( String( ::chart::SchResId( STR_DATA_… in lcl_ConvertRole() 94 …aTranslationMap[ C2U( "error-bars-x-negative" ) ] = OUString( String( ::chart::SchResId( STR_DATA_… in lcl_ConvertRole() 95 …aTranslationMap[ C2U( "error-bars-y" ) ] = OUString( String( ::chart::SchResId( STR_DATA_ROLE_Y_ER… in lcl_ConvertRole() 96 …aTranslationMap[ C2U( "error-bars-y-positive" ) ] = OUString( String( ::chart::SchResId( STR_DATA_… in lcl_ConvertRole() 97 …aTranslationMap[ C2U( "error-bars-y-negative" ) ] = OUString( String( ::chart::SchResId( STR_DATA_… 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() [all …]
|
| 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_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_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()
|
| /AOO41X/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() 248 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_LEGEND ))), in executeDispatch_OpenLegendDialog() 279 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_DATALABELS ))), in executeDispatch_InsertMenu_DataLabels() 392 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_AVERAGE_LINE ))), in executeDispatch_InsertMeanValue() 403 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_AVERAGE_LINE ))), in executeDispatch_InsertMenu_MeanValues() 476 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_CURVE ))), in executeDispatch_InsertTrendline() [all …]
|