Home
last modified time | relevance | path

Searched refs:ImageRadioButton (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.src42 ImageRadioButton RB_NO_WRAP
44 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_NO_WRAP" ;
51 ImageRadioButton RB_WRAP_LEFT
53 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_LEFT" ;
60 ImageRadioButton RB_WRAP_RIGHT
62 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_RIGHT" ;
69 ImageRadioButton RB_WRAP_PARALLEL
78 ImageRadioButton RB_WRAP_THROUGH
80 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_THROUGH" ;
87 ImageRadioButton RB_WRAP_IDEAL
[all …]
H A Dwrap.cxx265 ImageRadioButton* pBtn = NULL; in Reset()
700 IMPL_LINK( SwWrapTabPage, WrapTypeHdl, ImageRadioButton *, pBtn ) in IMPL_LINK() argument
/trunk/main/sw/source/ui/inc/
H A Dwrap.hxx69 ImageRadioButton aNoWrapRB;
70 ImageRadioButton aWrapLeftRB;
71 ImageRadioButton aWrapRightRB;
72 ImageRadioButton aWrapParallelRB;
73 ImageRadioButton aWrapThroughRB;
74 ImageRadioButton aIdealWrapRB;
125 DECL_LINK( WrapTypeHdl, ImageRadioButton * );
H A Dswuicnttab.hxx416 ImageRadioButton aFirstSortUpRB;
417 ImageRadioButton aFirstSortDownRB;
421 ImageRadioButton aSecondSortUpRB;
422 ImageRadioButton aSecondSortDownRB;
426 ImageRadioButton aThirdSortUpRB;
427 ImageRadioButton aThirdSortDownRB;
H A Dsplit.hxx52 ImageRadioButton aHorzBox;
53 ImageRadioButton aVertBox;
/trunk/main/sw/source/ui/sidebar/
H A DWrapPropertyPanel.hxx66 ::boost::scoped_ptr<ImageRadioButton> mpRBNoWrap;
67 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapLeft;
68 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapRight;
69 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapParallel;
70 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapThrough;
71 ::boost::scoped_ptr<ImageRadioButton> mpRBIdealWrap;
H A DWrapPropertyPanel.src42 ImageRadioButton RB_NO_WRAP
50 ImageRadioButton RB_WRAP_LEFT
58 ImageRadioButton RB_WRAP_RIGHT
66 ImageRadioButton RB_WRAP_PARALLEL
74 ImageRadioButton RB_WRAP_THROUGH
82 ImageRadioButton RB_WRAP_IDEAL
/trunk/main/sd/source/ui/dlg/
H A Ddlgsnap.src124 ImageRadioButton RB_POINT
126 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT" ;
136 ImageRadioButton RB_VERTICAL
138 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL" ;
148 ImageRadioButton RB_HORIZONTAL
150 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL" ;
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx524 class VCL_DLLPUBLIC ImageRadioButton : public RadioButton class
527 SAL_DLLPRIVATE ImageRadioButton( const ImageRadioButton & );
528 SAL_DLLPRIVATE ImageRadioButton & operator= ( const ImageRadioButton & );
531 explicit ImageRadioButton( Window* pParent, WinBits nStyle = 0 );
532 explicit ImageRadioButton( Window* pParent, const ResId& );
533 virtual ~ImageRadioButton();
/trunk/main/sw/source/ui/index/
H A Dcnttab.src987 ImageRadioButton RB_SORTUP1
989 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1" ;
1000 ImageRadioButton RB_SORTDOWN1
1002 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1" ;
1012 ImageRadioButton RB_SORTUP2
1014 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2" ;
1025 ImageRadioButton RB_SORTDOWN2
1027 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2" ;
1037 ImageRadioButton RB_SORTUP3
1039 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3" ;
[all …]
/trunk/main/cui/source/dialogs/
H A Dsplitcelldlg.src84 ImageRadioButton RB_HORZ
86 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_HORZ" ;
113 ImageRadioButton RB_VERT
115 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_VERT" ;
/trunk/main/sd/source/ui/inc/
H A Ddlgsnap.hxx71 ImageRadioButton aRbPoint;
72 ImageRadioButton aRbVert;
73 ImageRadioButton aRbHorz;
/trunk/main/svx/inc/svx/
H A Dsplitcelldlg.hxx38 ImageRadioButton maHorzBox;
39 ImageRadioButton maVertBox;
/trunk/main/cui/source/inc/
H A Dsplitcelldlg.hxx40 ImageRadioButton maHorzBox;
41 ImageRadioButton maVertBox;
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DControlFactory.hxx47 static ImageRadioButton* CreateTabItem (Window* pParentWindow);
78 static ImageRadioButton* CreateCustomImageRadionButton(
/trunk/main/sfx2/source/sidebar/
H A DControlFactory.cxx45 ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow) in CreateTabItem()
96 ImageRadioButton* ControlFactory::CreateCustomImageRadionButton( in CreateCustomImageRadionButton()
H A DTabItem.cxx40 : ImageRadioButton(pParentWindow), in TabItem()
107 ImageRadioButton::MouseMove(rEvent); in MouseMove()
H A DCustomImageRadioButton.hxx34 : public ImageRadioButton
H A DTabItem.hxx36 : public ImageRadioButton
H A DCustomImageRadioButton.cxx40 : ImageRadioButton( pParentWindow, rResId ) in CustomImageRadioButton()
/trunk/main/vcl/source/control/
H A Dbutton.cxx4201 ImageRadioButton::ImageRadioButton( Window* pParent, WinBits nStyle ) : in ImageRadioButton() function in ImageRadioButton
4208 ImageRadioButton::ImageRadioButton( Window* pParent, const ResId& rResId ) : in ImageRadioButton() function in ImageRadioButton
4222 ImageRadioButton::~ImageRadioButton() in ~ImageRadioButton()
/trunk/test/testgui/ids/
H A Dobsolete_hid7656 sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT 1078862349
7657 sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL 1078862348
9704 sw:ImageRadioButton:TP_FRM_WRAP:RB_NO_WRAP 878469634
9705 sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_IDEAL 878469639
9706 sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_LEFT 878469635
9708 sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_RIGHT 878469636
9710 sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1 879157900
9711 sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2 879157901
9713 sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1 879157897
9714 sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2 879157898
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx783 pNewWindow = new ImageRadioButton( pParent, nWinBits ); in ImplCreateWindow()

Completed in 101 milliseconds