/aoo42x/main/cui/source/dialogs/ |
H A D | commonlingui.hxx | 69 enum ButtonType enum in SvxCommonLinguisticControl 104 PushButton* implGetButton( ButtonType _eType ) const; 113 void SetButtonHandler( ButtonType _eType, const Link& _rHandler ); 114 void EnableButton( ButtonType _eType, sal_Bool _bEnable ); 116 inline PushButton* GetButton( ButtonType _eType ) { return implGetButton( _eType ); } in GetButton() 117 inline const PushButton* GetButton( ButtonType _eType ) const { return implGetButton( _eType ); } in GetButton()
|
H A D | commonlingui.cxx | 114 PushButton* SvxCommonLinguisticControl::implGetButton( ButtonType _eType ) const in implGetButton() 130 void SvxCommonLinguisticControl::SetButtonHandler( ButtonType _eType, const Link& _rHandler ) in SetButtonHandler() 138 void SvxCommonLinguisticControl::EnableButton( ButtonType _eType, sal_Bool _bEnable ) in EnableButton()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 144 enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; enum 235 ButtonType meButtonType; 414 void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL ); 415 ButtonType GetButtonType() const { return meButtonType; } in GetButtonType()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.src | 124 ButtonType = BUTTON_SYMBOL; 348 ButtonType = BUTTON_SYMBOL;
|
H A D | GroupsSorting.src | 113 ButtonType = BUTTON_SYMBOL;
|
/aoo42x/main/vcl/inc/ |
H A D | toolbox.h | 103 …void DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& rbText ) const;
|
/aoo42x/main/rsc/inc/ |
H A D | vclrsc.hxx | 87 enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; enum
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | recfloat.src | 45 ButtonType = BUTTON_TEXT ;
|
/aoo42x/main/offapi/com/sun/star/form/inspection/ |
H A D | ButtonNavigationHandler.idl | 38 …e to enhance the <member scope="com::sun::star::form::component">CommandButton::ButtonType</member>
|
/aoo42x/main/offapi/com/sun/star/form/control/ |
H A D | CommandButton.idl | 51 @see com::sun::star::form::component::CommandButton::ButtonType
|
H A D | ImageButton.idl | 51 @see com::sun::star::form::component::ImageButton::ButtonType
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | toolbar.src | 41 ButtonType = BUTTON_SYMBOL ;
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OImageButtonModel.csv | 2 "OImageButtonModel";"com::sun::star::form::component::ImageButton";"ButtonType"
|
H A D | com.sun.star.comp.forms.OButtonModel.csv | 16 "OButtonModel";"com::sun::star::form::component::CommandButton";"ButtonType"
|
/aoo42x/main/offapi/com/sun/star/form/component/ |
H A D | ImageButton.idl | 86 [property] com::sun::star::form::FormButtonType ButtonType;
|
H A D | CommandButton.idl | 66 [property] com::sun::star::form::FormButtonType ButtonType;
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.src | 58 ButtonType = BUTTON_SYMBOL ;
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox.cxx | 226 ButtonType determineButtonType( ImplToolItem* pItem, ButtonType defaultType ) in determineButtonType() 228 ButtonType tmpButtonType = defaultType; in determineButtonType() 1727 SetButtonType( (ButtonType)ReadLongRes() ); in ImplLoadRes() 1994 …ButtonType tmpButtonType = determineButtonType( &(*it), meButtonType ); // default to toolbox sett… in ImplCalcItem() 3629 …ButtonType tmpButtonType = determineButtonType( pItem, meButtonType ); // default to toolbox setti… in ImplDrawItem()
|
H A D | toolbox2.cxx | 313 void ImplToolItem::DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& r… in DetermineButtonDrawStyle() 944 void ToolBox::SetButtonType( ButtonType eNewType ) in SetButtonType()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | app.src | 234 ButtonType = BUTTON_SYMBOL ;
|
/aoo42x/main/svx/source/inc/ |
H A D | fmprop.hrc | 168 …e FM_PROP_BUTTON_TYPE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ButtonType" ) )
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 1415 pToolBox->SetButtonType( (ButtonType)rElement.m_nStyle ); in implts_setElementData()
|