Home
last modified time | relevance | path

Searched refs:ButtonType (Results 1 – 22 of 22) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcommonlingui.hxx69 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 Dcommonlingui.cxx114 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()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx144 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()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.src124 ButtonType = BUTTON_SYMBOL;
348 ButtonType = BUTTON_SYMBOL;
H A DGroupsSorting.src113 ButtonType = BUTTON_SYMBOL;
/trunk/main/vcl/inc/
H A Dtoolbox.h103 …void DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& rbText ) const;
/trunk/main/rsc/inc/
H A Dvclrsc.hxx87 enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; enum
/trunk/main/sfx2/source/dialog/
H A Drecfloat.src45 ButtonType = BUTTON_TEXT ;
/trunk/main/offapi/com/sun/star/form/inspection/
H A DButtonNavigationHandler.idl38 …e to enhance the <member scope="com::sun::star::form::component">CommandButton::ButtonType</member>
/trunk/main/offapi/com/sun/star/form/control/
H A DCommandButton.idl51 @see com::sun::star::form::component::CommandButton::ButtonType
H A DImageButton.idl51 @see com::sun::star::form::component::ImageButton::ButtonType
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.src41 ButtonType = BUTTON_SYMBOL ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OImageButtonModel.csv2 "OImageButtonModel";"com::sun::star::form::component::ImageButton";"ButtonType"
H A Dcom.sun.star.comp.forms.OButtonModel.csv16 "OButtonModel";"com::sun::star::form::component::CommandButton";"ButtonType"
/trunk/main/offapi/com/sun/star/form/component/
H A DImageButton.idl86 [property] com::sun::star::form::FormButtonType ButtonType;
H A DCommandButton.idl66 [property] com::sun::star::form::FormButtonType ButtonType;
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.src58 ButtonType = BUTTON_SYMBOL ;
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx226 ButtonType determineButtonType( ImplToolItem* pItem, ButtonType defaultType ) in determineButtonType()
228 ButtonType tmpButtonType = defaultType; in determineButtonType()
1727 SetButtonType( (ButtonType)ReadLongRes() ); in ImplLoadRes()
1994ButtonType tmpButtonType = determineButtonType( &(*it), meButtonType ); // default to toolbox sett… in ImplCalcItem()
3629ButtonType tmpButtonType = determineButtonType( pItem, meButtonType ); // default to toolbox setti… in ImplDrawItem()
H A Dtoolbox2.cxx313 void ImplToolItem::DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& r… in DetermineButtonDrawStyle()
944 void ToolBox::SetButtonType( ButtonType eNewType ) in SetButtonType()
/trunk/main/sfx2/source/appl/
H A Dapp.src234 ButtonType = BUTTON_SYMBOL ;
/trunk/main/svx/source/inc/
H A Dfmprop.hrc168 …e FM_PROP_BUTTON_TYPE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ButtonType" ) )
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1415 pToolBox->SetButtonType( (ButtonType)rElement.m_nStyle ); in implts_setElementData()

Completed in 118 milliseconds