Lines Matching refs:ScResId

78     maFlLayout( this, ScResId( FL_LAYOUT ) ),  in ScPivotLayoutDlg()
79 maScrPage( this, ScResId( SCROLL_PAGE ) ), in ScPivotLayoutDlg()
80 maFtPage( this, ScResId( FT_PAGE ) ), in ScPivotLayoutDlg()
81 …maWndPage( this, ScResId( WND_PAGE ), maScrPage, &maFtPage, lclGetNameWithoutMnemonic( maFtPage ),… in ScPivotLayoutDlg()
82 maScrCol( this, ScResId( SCROLL_COL ) ), in ScPivotLayoutDlg()
83 maFtCol( this, ScResId( FT_COL ) ), in ScPivotLayoutDlg()
84 …maWndCol( this, ScResId( WND_COL ), maScrCol, &maFtCol, lclGetNameWithoutMnemonic( maFtCol ), PIVO… in ScPivotLayoutDlg()
85 maScrRow( this, ScResId( SCROLL_ROW ) ), in ScPivotLayoutDlg()
86 maFtRow( this, ScResId( FT_ROW ) ), in ScPivotLayoutDlg()
87 …maWndRow( this, ScResId( WND_ROW ), maScrRow, &maFtRow, lclGetNameWithoutMnemonic( maFtRow ), PIVO… in ScPivotLayoutDlg()
88 maScrData( this, ScResId( SCROLL_DATA ) ), in ScPivotLayoutDlg()
89 maFtData( this, ScResId( FT_DATA ) ), in ScPivotLayoutDlg()
90 …maWndData( this, ScResId( WND_DATA ), maScrData, &maFtData, lclGetNameWithoutMnemonic( maFtData ),… in ScPivotLayoutDlg()
91 maFlSelect( this, ScResId( FL_SELECT ) ), in ScPivotLayoutDlg()
92 maScrSelect( this, ScResId( WND_HSCROLL ) ), in ScPivotLayoutDlg()
93 …maWndSelect( this, ScResId( WND_SELECT ), maScrSelect, 0, String( ScResId( STR_SELECT ) ), PIVOTFI… in ScPivotLayoutDlg()
94 maFtInfo( this, ScResId( FT_INFO ) ), in ScPivotLayoutDlg()
96 maFlAreas( this, ScResId( FL_OUTPUT ) ), in ScPivotLayoutDlg()
97 maFtInArea( this, ScResId( FT_INAREA) ), in ScPivotLayoutDlg()
98 maEdInPos( this, this, ScResId( ED_INAREA) ), in ScPivotLayoutDlg()
99 maRbInPos( this, ScResId( RB_INAREA ), &maEdInPos, this ), in ScPivotLayoutDlg()
100 maLbOutPos( this, ScResId( LB_OUTAREA ) ), in ScPivotLayoutDlg()
101 maFtOutArea( this, ScResId( FT_OUTAREA ) ), in ScPivotLayoutDlg()
102 maEdOutPos( this, this, ScResId( ED_OUTAREA ) ), in ScPivotLayoutDlg()
103 maRbOutPos( this, ScResId( RB_OUTAREA ), &maEdOutPos, this ), in ScPivotLayoutDlg()
104 maBtnIgnEmptyRows( this, ScResId( BTN_IGNEMPTYROWS ) ), in ScPivotLayoutDlg()
105 maBtnDetectCat( this, ScResId( BTN_DETECTCAT ) ), in ScPivotLayoutDlg()
106 maBtnTotalCol( this, ScResId( BTN_TOTALCOL ) ), in ScPivotLayoutDlg()
107 maBtnTotalRow( this, ScResId( BTN_TOTALROW ) ), in ScPivotLayoutDlg()
108 maBtnFilter( this, ScResId( BTN_FILTER ) ), in ScPivotLayoutDlg()
109 maBtnDrillDown( this, ScResId( BTN_DRILLDOWN ) ), in ScPivotLayoutDlg()
111 maBtnOk( this, ScResId( BTN_OK ) ), in ScPivotLayoutDlg()
112 maBtnCancel( this, ScResId( BTN_CANCEL ) ), in ScPivotLayoutDlg()
113 maBtnHelp( this, ScResId( BTN_HELP ) ), in ScPivotLayoutDlg()
114 maBtnRemove( this, ScResId( BTN_REMOVE ) ), in ScPivotLayoutDlg()
115 maBtnOptions( this, ScResId( BTN_OPTIONS ) ), in ScPivotLayoutDlg()
116 maBtnMore( this, ScResId( BTN_MORE ) ), in ScPivotLayoutDlg()
139 maFuncNames.push_back( String( ScResId( i ) ) ); in ScPivotLayoutDlg()
195 maLbOutPos.InsertEntry( String( ScResId( SCSTR_UNDEFINED ) ), 0 ); in ScPivotLayoutDlg()
196 maLbOutPos.InsertEntry( String( ScResId( SCSTR_NEWTABLE ) ), 1 ); in ScPivotLayoutDlg()