diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index fc9663fe0c18..fa15ec91bfac 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -595,10 +595,8 @@ void SvtFileDialog::Init_Impl bool bSaveMode = ( FILEDLG_MODE_SAVE == _pImp->_eMode ); _pImp->_pEdFileName->SetNoURLSelection( bSaveMode ); - _pImp->_pBtnConnectToServer->SetAccessibleName( _pImp->_pBtnConnectToServer->GetQuickHelpText() ); _pImp->_pBtnNewFolder->SetStyle( _pImp->_pBtnNewFolder->GetStyle() | WB_NOPOINTERFOCUS ); _pImp->_pBtnUp->SetAccessibleName( _pImp->_pBtnUp->GetQuickHelpText() ); - _pImp->_pBtnNewFolder->SetAccessibleName( _pImp->_pBtnNewFolder->GetQuickHelpText() ); if ( nStyle & PickerFlags::MultiSelection ) _pImp->_bMultiSelection = true; diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index dad5ff0a259c..3de6a6da14dc 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -1,5 +1,5 @@ - + @@ -77,6 +77,11 @@ True Connect To Server Connect To Server + + + Connect To Server + + False @@ -108,6 +113,11 @@ True Create New Folder Create New Folder + + + Create New Folder + + False diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx index 48cefcdff007..f4bd4e14b2b5 100644 --- a/sd/source/ui/dlg/copydlg.cxx +++ b/sd/source/ui/dlg/copydlg.cxx @@ -60,9 +60,6 @@ CopyDlg::CopyDlg(vcl::Window* pWindow, const SfxItemSet& rInAttrs, get(m_pLbEndColor, "end"); get(m_pBtnSetDefault, "default"); - // Set up the view data button (image and accessible name). - m_pBtnSetViewData->SetAccessibleName (m_pBtnSetViewData->GetQuickHelpText()); - // color tables DBG_ASSERT( mpColorList.is(), "No colortable available !" ); m_pLbStartColor->Fill( mpColorList ); diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index 56382a41f71d..2ae2610b38c5 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -1,5 +1,5 @@ - + @@ -156,6 +156,11 @@ True Values from Selection image1 + + + Values from Selection + + False @@ -195,10 +200,10 @@ True False - 0 _X axis: True x:0.00cm + 0 0 @@ -209,10 +214,10 @@ True False - 0 _Y axis: True y:0.00cm + 0 0 @@ -223,10 +228,10 @@ True False - 0 _Angle: True angle:0degrees + 0 0 @@ -320,10 +325,10 @@ True False - 0 _Width: True width:0.00cm + 0 0 @@ -334,10 +339,10 @@ True False - 0 _Height: True height:0.00cm + 0 0 @@ -418,10 +423,10 @@ True False - 0 _Start: True start + 0 0 @@ -432,10 +437,10 @@ True False - 0 _End: True end + 0 0 diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx index 0af2368822f2..ff7acc5a07ba 100644 --- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx +++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx @@ -108,9 +108,6 @@ void GraphicPropertyPanel::Initialize() mpMtrGreen->SetModifyHdl( LINK( this, GraphicPropertyPanel, GreenHdl ) ); mpMtrBlue->SetModifyHdl( LINK( this, GraphicPropertyPanel, BlueHdl ) ); mpMtrGamma->SetModifyHdl( LINK( this, GraphicPropertyPanel, GammaHdl ) ); - mpMtrRed->SetAccessibleName(mpMtrRed->GetQuickHelpText()); - mpMtrGreen->SetAccessibleName(mpMtrGreen->GetQuickHelpText()); - mpMtrBlue->SetAccessibleName(mpMtrBlue->GetQuickHelpText()); // Fix left position of some controls that may be wrong due to // rounding errors. diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index f5cdf2b26231..d4cc84681b13 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -167,10 +167,6 @@ void ParaPropertyPanel::InitToolBoxIndent() mpRightIndent->SetModifyHdl( aLink ); mpFLineIndent->SetModifyHdl( aLink ); - mpLeftIndent->SetAccessibleName(mpLeftIndent->GetQuickHelpText()); - mpRightIndent->SetAccessibleName(mpRightIndent->GetQuickHelpText()); - mpFLineIndent->SetAccessibleName(mpFLineIndent->GetQuickHelpText()); - const sal_uInt16 nIdIncrement = mpTbxIndent_IncDec->GetItemId(UNO_INCREMENTINDENT); const sal_uInt16 nIdDecrement = mpTbxIndent_IncDec->GetItemId(UNO_DECREMENTINDENT); const sal_uInt16 nIdHanging = mpTbxIndent_IncDec->GetItemId(UNO_HANGINGINDENT); @@ -189,8 +185,6 @@ void ParaPropertyPanel::InitToolBoxSpacing() mpTopDist->SetModifyHdl(aLink); mpBottomDist->SetModifyHdl( aLink ); - mpTopDist->SetAccessibleName(mpTopDist->GetQuickHelpText()); - mpBottomDist->SetAccessibleName(mpBottomDist->GetQuickHelpText()); m_eULSpaceUnit = maULSpaceControl.GetCoreMetric(); } diff --git a/svx/uiconfig/ui/sidebargraphic.ui b/svx/uiconfig/ui/sidebargraphic.ui index 138139e749b4..2a33b8d0d7d1 100644 --- a/svx/uiconfig/ui/sidebargraphic.ui +++ b/svx/uiconfig/ui/sidebargraphic.ui @@ -1,5 +1,5 @@ - + @@ -43,10 +43,10 @@ True False - 0 _Brightness: True setbrightness:% + 0 0 @@ -64,13 +64,13 @@ plusminus100adjustment 1 - + - - - Brightness - - + + + Brightness + + 0 @@ -81,10 +81,10 @@ True False - 0 _Contrast: True setcontrast:% + 0 1 @@ -101,14 +101,14 @@ plusminus100adjustment 1 - - - - - + + + + + Contrast - - + + 1 @@ -119,10 +119,10 @@ True False - 0 Color _mode: True setcolormode + 0 0 @@ -134,12 +134,12 @@ True False - + - - Color mode - + + Color mode + @@ -151,10 +151,10 @@ True False - 0 _Transparency: True settransparency:% + 0 1 @@ -172,12 +172,12 @@ 0to100adjustment 1 - + - - Transparency - + + Transparency + @@ -214,6 +214,11 @@ plusminus100adjustment 1 + + + Red + + True @@ -256,6 +261,11 @@ plusminus100adjustment 1 + + + Green + + True @@ -299,6 +309,11 @@ plusminus100adjustment 1 + + + Blue + + True @@ -346,9 +361,9 @@ - - Gamma value - + + Gamma value + diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index e3175abb58d2..bc69e1a958c2 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -1,5 +1,5 @@ - + @@ -311,8 +311,13 @@ Above Paragraph Spacing True - 0 + 0 adjustment1 + + + Above Paragraph Spacing + + False @@ -354,8 +359,13 @@ Below Paragraph Spacing True - 0 + 0 adjustment1 + + + Below Paragraph Spacing + + False @@ -507,8 +517,13 @@ Before Text Indent True - 0 + 0 adjustment1 + + + Before Text Indent + + False @@ -549,8 +564,13 @@ After Text Indent True - 0 + 0 adjustment1 + + + After Text Indent + + False @@ -591,8 +611,13 @@ First Line Indent True - 0 + 0 adjustment1 + + + First Line Indent + + False diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx index c5fe6f82cd23..c3cdf8d985ed 100644 --- a/sw/source/ui/table/tabledlg.cxx +++ b/sw/source/ui/table/tabledlg.cxx @@ -892,11 +892,6 @@ IMPL_LINK_TYPED( SwTableColumnPage, AutoClickHdl, Button*, pControl, void ) OUString sIndex = OUString::number( aValueTable[i] + 1 ); sEntry += sIndex; m_pTextArr[i]->SetText( sEntry ); - - //added by menghu for SODC_5143,12/12/2006 - OUString sColumnWidth = SW_RESSTR( STR_ACCESS_COLUMN_WIDTH); - sColumnWidth = sColumnWidth.replaceFirst( "%1", sIndex ); - m_aFieldArr[i].SetAccessibleName( sColumnWidth ); } m_pDownBtn->Enable(aValueTable[0] > 0); diff --git a/sw/uiconfig/swriter/ui/tablecolumnpage.ui b/sw/uiconfig/swriter/ui/tablecolumnpage.ui index 44c87cc05d23..457074e4b3ad 100644 --- a/sw/uiconfig/swriter/ui/tablecolumnpage.ui +++ b/sw/uiconfig/swriter/ui/tablecolumnpage.ui @@ -1,5 +1,5 @@ - + @@ -17,13 +17,13 @@ True False gtk-go-back - 1 + 1 True False gtk-go-forward - 1 + 1 True @@ -129,6 +129,11 @@ adjustment2 2 + + + Column 2 Width + + 2 @@ -145,6 +150,11 @@ adjustment2 2 + + + Column 3 Width + + 3 @@ -161,6 +171,11 @@ adjustment2 2 + + + Column 4 Width + + 4 @@ -177,6 +192,11 @@ adjustment2 2 + + + Column 5 Width + + 5 @@ -193,6 +213,11 @@ adjustment2 2 + + + Column 6 Width + + 6 @@ -294,6 +319,11 @@ adjustment2 2 + + + Column 1 Width + + 0