summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-21 11:26:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:11 +0100
commit3a714f042ccb4c565b8aef9f5f2d14def1c20d71 (patch)
tree7b394f38272cd298fb5deb4ad01a27c8dfa0fe7b /cui
parent5d73db20daf1d445db04fd2c14d7c6596c536b87 (diff)
retro-fit dialog child traversal with nextLogicalChildOfParent
retro-fit the logic that search dialog's children for keyboard short cuts and default focus widgets etc
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/chardlg.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index 05a1eaeb7030..5366de7a5ece 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -90,8 +90,8 @@ class SvxCharNamePage : public SvxCharBasePage
{
private:
- VBox m_aBox;
- Grid m_aGrid;
+ VclVBox m_aBox;
+ VclGrid m_aGrid;
FixedLine* m_pWestLine;
FixedText* m_pWestFontNameFT;
@@ -192,8 +192,8 @@ class SvxCharEffectsPage : public SvxCharBasePage
{
private:
- VBox m_aBox;
- Grid m_aGrid;
+ VclVBox m_aBox;
+ VclGrid m_aGrid;
FixedText m_aFontColorFT;
ColorListBox m_aFontColorLB;
@@ -278,11 +278,11 @@ class SvxCharPositionPage : public SvxCharBasePage
{
private:
- VBox m_aBox;
+ VclVBox m_aBox;
FixedLine m_aPositionLine;
- Grid m_aPositionGrid;
+ VclGrid m_aPositionGrid;
RadioButton m_aHighPosBtn;
RadioButton m_aNormalPosBtn;
RadioButton m_aLowPosBtn;
@@ -294,20 +294,20 @@ private:
FixedLine m_aRotationScalingFL;
- HBox m_aRotationBox;
+ VclHBox m_aRotationBox;
FixedLine m_aScalingFL;
RadioButton m_a0degRB;
RadioButton m_a90degRB;
RadioButton m_a270degRB;
CheckBox m_aFitToLineCB;
- HBox m_aScaleBox;
+ VclHBox m_aScaleBox;
FixedText m_aScaleWidthFT;
MetricField m_aScaleWidthMF;
FixedLine m_aKerningLine;
- HBox m_aKerningBox;
+ VclHBox m_aKerningBox;
ListBox m_aKerningLB;
FixedText m_aKerningFT;
MetricField m_aKerningEdit;
@@ -364,8 +364,8 @@ public:
class SvxCharTwoLinesPage : public SvxCharBasePage
{
private:
- VBox m_aBox;
- Grid m_aGrid;
+ VclVBox m_aBox;
+ VclGrid m_aGrid;
FixedLine m_aSwitchOnLine;
CheckBox m_aTwoLinesBtn;