View | Details | Raw Unified | Return to issue 117712
Collapse All | Expand All

(-)a/cui/source/tabpages/autocdlg.src (-24 / +24 lines)
Lines 499-528 Link Here
499
    {
499
    {
500
        Text [ en-US ] = "Delete words with two initial capitals" ;
500
        Text [ en-US ] = "Delete words with two initial capitals" ;
501
	};
501
	};
502
	String STR_PB_SGL_STD
503
    {
504
        Text [ en-US ] = "Single quotes default" ;
505
	};
506
	String STR_PB_DBL_STD
507
    {
508
        Text [ en-US ] = "Double quotes default" ;
509
	};
510
	String STR_PB_SGL_START
511
    {
512
        Text [ en-US ] = "Start quote of single quotes" ;
513
	};
514
	String STR_PB_DBL_START
515
    {
516
        Text [ en-US ] = "Start quote of double quotes" ;
517
	};
518
	String STR_PB_SGL_END
519
    {
520
        Text [ en-US ] = "End quote of single quotes" ;
521
	};
522
	String STR_PB_DBL_END
523
    {
524
        Text [ en-US ] = "End quote of double quotes" ;
525
	};
526
};
502
};
527
/**************************************************************************/
503
/**************************************************************************/
528
/*                                                                        */
504
/*                                                                        */
Lines 691-696 Link Here
691
    {
667
    {
692
        Text [ en-US ] = "Default" ;
668
        Text [ en-US ] = "Default" ;
693
	};
669
	};
670
	String STR_PB_SGL_STD
671
    {
672
        Text [ en-US ] = "Single quotes default" ;
673
	};
674
	String STR_PB_DBL_STD
675
    {
676
        Text [ en-US ] = "Double quotes default" ;
677
	};
678
	String STR_PB_SGL_START
679
    {
680
        Text [ en-US ] = "Start quote of single quotes" ;
681
	};
682
	String STR_PB_DBL_START
683
    {
684
        Text [ en-US ] = "Start quote of double quotes" ;
685
	};
686
	String STR_PB_SGL_END
687
    {
688
        Text [ en-US ] = "End quote of single quotes" ;
689
	};
690
	String STR_PB_DBL_END
691
    {
692
        Text [ en-US ] = "End quote of double quotes" ;
693
	};
694
};
694
};
695
695
696
/**************************************************************************/
696
/**************************************************************************/
(-)a/cui/source/tabpages/tpbitmap.cxx (-1 / +1 lines)
Lines 149-155 Link Here
149
	aLbBackgroundColor.SetSelectHdl(
149
	aLbBackgroundColor.SetSelectHdl(
150
		LINK( this, SvxBitmapTabPage, ChangeBackgrndColorHdl_Impl ) );
150
		LINK( this, SvxBitmapTabPage, ChangeBackgrndColorHdl_Impl ) );
151
151
152
	String accName = String(SVX_RES(STR_EXAMPLE)); 
152
	String accName = String(CUI_RES(STR_EXAMPLE)); 
153
	aCtlPreview.SetAccessibleName(accName); 
153
	aCtlPreview.SetAccessibleName(accName); 
154
	aCtlPixel.SetAccessibleRelationMemberOf( &aFlProp );
154
	aCtlPixel.SetAccessibleRelationMemberOf( &aFlProp );
155
	aCtlPixel.SetAccessibleRelationLabeledBy( &aFtPixelEdit );
155
	aCtlPixel.SetAccessibleRelationLabeledBy( &aFtPixelEdit );
(-)a/sfx2/source/dialog/newstyle.cxx (-1 / +1 lines)
Lines 91-97 Link Here
91
	aOKBtn.SetClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
91
	aOKBtn.SetClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
92
	aColBox.SetModifyHdl(LINK(this, SfxNewStyleDlg, ModifyHdl));
92
	aColBox.SetModifyHdl(LINK(this, SfxNewStyleDlg, ModifyHdl));
93
	aColBox.SetDoubleClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
93
	aColBox.SetDoubleClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
94
	aColBox.SetAccessibleName(SfxResId(FL_COL));
94
	// aColBox.SetAccessibleName(SfxResId(FL_COL));
95
95
96
	SfxStyleSheetBase *pStyle = rPool.First();
96
	SfxStyleSheetBase *pStyle = rPool.First();
97
	while ( pStyle )
97
	while ( pStyle )
(-)a/svx/source/dialog/ctredlin.src (-4 / +4 lines)
Lines 281-290 Link Here
281
	{
281
	{
282
		Text [ en-US ] = "End Time" ;
282
		Text [ en-US ] = "End Time" ;
283
	};
283
	};
284
	String STR_TREE
285
	{
286
		Text [ en-US ] = "Changes" ;
287
	};
288
	/*-----IAccessibility2 Implementation 2009*/
284
	/*-----IAccessibility2 Implementation 2009*/
289
};
285
};
290
TabPage SID_REDLIN_VIEW_PAGE
286
TabPage SID_REDLIN_VIEW_PAGE
Lines 362-367 Link Here
362
	{
358
	{
363
		Text [ en-US ] = "Comment" ;
359
		Text [ en-US ] = "Comment" ;
364
	};
360
	};
361
	String STR_TREE
362
	{
363
		Text [ en-US ] = "Changes" ;
364
	};
365
};
365
};
366
366
367
367
(-)a/sfx2/source/dialog/dialog.hrc (+2 lines)
Lines 78-83 Link Here
78
#define RID_EDIT_DURATIONS              ( RC_DIALOG_BEGIN + 123 )
78
#define RID_EDIT_DURATIONS              ( RC_DIALOG_BEGIN + 123 )
79
#define SFX_PB_EDIT                     ( RC_DIALOG_BEGIN + 124 )
79
#define SFX_PB_EDIT                     ( RC_DIALOG_BEGIN + 124 )
80
80
81
#define STR_STYLE_ELEMTLIST				( RC_DIALOG_BEGIN + 125 )
82
81
#endif // #ifndef _SFX_DIALOG_HRC
83
#endif // #ifndef _SFX_DIALOG_HRC
82
84
83
// eof ------------------------------------------------------------------------
85
// eof ------------------------------------------------------------------------
(-)a/sfx2/source/dialog/templdlg.hrc (-5 lines)
Lines 48-55 Link Here
48
#define BT_FLIST 8
48
#define BT_FLIST 8
49
#define BT_VLIST 9
49
#define BT_VLIST 9
50
#define BT_TOOL 10
50
#define BT_TOOL 10
51
52
//IAccessibility2 Implementation 2009-----
53
#define STR_STYLE_ELEMTLIST	18
54
//-----IAccessibility2 Implementation 2009
55

Return to issue 117712