/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | wrap.src | 41 ImageRadioButton RB_NO_WRAP 43 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_NO_WRAP"; 50 ImageRadioButton RB_WRAP_LEFT 52 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_LEFT"; 59 ImageRadioButton RB_WRAP_RIGHT 61 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_RIGHT"; 68 ImageRadioButton RB_WRAP_PARALLEL 77 ImageRadioButton RB_WRAP_THROUGH 79 HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_THROUGH"; 86 ImageRadioButton RB_WRAP_IDEAL [all …]
|
H A D | wrap.cxx | 265 ImageRadioButton* pBtn = NULL; in Reset() 700 IMPL_LINK( SwWrapTabPage, WrapTypeHdl, ImageRadioButton *, pBtn ) in IMPL_LINK() argument
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | wrap.hxx | 69 ImageRadioButton aNoWrapRB; 70 ImageRadioButton aWrapLeftRB; 71 ImageRadioButton aWrapRightRB; 72 ImageRadioButton aWrapParallelRB; 73 ImageRadioButton aWrapThroughRB; 74 ImageRadioButton aIdealWrapRB; 125 DECL_LINK( WrapTypeHdl, ImageRadioButton * );
|
H A D | swuicnttab.hxx | 416 ImageRadioButton aFirstSortUpRB; 417 ImageRadioButton aFirstSortDownRB; 421 ImageRadioButton aSecondSortUpRB; 422 ImageRadioButton aSecondSortDownRB; 426 ImageRadioButton aThirdSortUpRB; 427 ImageRadioButton aThirdSortDownRB;
|
H A D | split.hxx | 52 ImageRadioButton aHorzBox; 53 ImageRadioButton aVertBox;
|
/aoo4110/main/sw/source/ui/sidebar/ |
H A D | WrapPropertyPanel.hxx | 64 ::boost::scoped_ptr<ImageRadioButton> mpRBNoWrap; 65 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapLeft; 66 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapRight; 67 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapParallel; 68 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapThrough; 69 ::boost::scoped_ptr<ImageRadioButton> mpRBIdealWrap;
|
H A D | WrapPropertyPanel.src | 42 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
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | dlgsnap.src | 125 ImageRadioButton RB_POINT 127 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT"; 138 ImageRadioButton RB_VERTICAL 140 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL"; 151 ImageRadioButton RB_HORIZONTAL 153 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL";
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | button.hxx | 524 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();
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cnttab.src | 989 ImageRadioButton RB_SORTUP1 991 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1"; 1003 ImageRadioButton RB_SORTDOWN1 1005 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1"; 1016 ImageRadioButton RB_SORTUP2 1018 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2"; 1030 ImageRadioButton RB_SORTDOWN2 1032 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2"; 1043 ImageRadioButton RB_SORTUP3 1045 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3"; [all …]
|
/aoo4110/main/cui/source/dialogs/ |
H A D | splitcelldlg.src | 84 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";
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | dlgsnap.hxx | 71 ImageRadioButton aRbPoint; 72 ImageRadioButton aRbVert; 73 ImageRadioButton aRbHorz;
|
/aoo4110/main/svx/inc/svx/ |
H A D | splitcelldlg.hxx | 38 ImageRadioButton maHorzBox; 39 ImageRadioButton maVertBox;
|
/aoo4110/main/cui/source/inc/ |
H A D | splitcelldlg.hxx | 40 ImageRadioButton maHorzBox; 41 ImageRadioButton maVertBox;
|
/aoo4110/main/sfx2/inc/sfx2/sidebar/ |
H A D | ControlFactory.hxx | 47 static ImageRadioButton* CreateTabItem (Window* pParentWindow); 78 static ImageRadioButton* CreateCustomImageRadionButton(
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | ControlFactory.cxx | 45 ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow) in CreateTabItem() 96 ImageRadioButton* ControlFactory::CreateCustomImageRadionButton( in CreateCustomImageRadionButton()
|
H A D | TabItem.cxx | 40 : ImageRadioButton(pParentWindow), in TabItem() 107 ImageRadioButton::MouseMove(rEvent); in MouseMove()
|
H A D | CustomImageRadioButton.hxx | 34 : public ImageRadioButton
|
H A D | TabItem.hxx | 36 : public ImageRadioButton
|
H A D | CustomImageRadioButton.cxx | 40 : ImageRadioButton( pParentWindow, rResId ) in CustomImageRadioButton()
|
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 4201 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()
|
/aoo4110/test/testgui/ids/ |
H A D | obsolete_hid | 7656 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 …]
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 783 pNewWindow = new ImageRadioButton( pParent, nWinBits ); in ImplCreateWindow()
|