Home
last modified time | relevance | path

Searched refs:eButtonType (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Ddrformsh.cxx156 form::FormButtonType eButtonType = form::FormButtonType_URL; in TYPEINIT1() local
157 … aTmp.setValue( &eButtonType, ::getCppuType((const form::FormButtonType*)0)); in TYPEINIT1()
206 form::FormButtonType eButtonType = form::FormButtonType_URL; in GetState() local
208 if( aTmp >>= eButtonType ) in GetState()
H A Dtextdrw.cxx118 form::FormButtonType eButtonType = form::FormButtonType_URL; in InsertURLButton() local
119 aTmp.setValue( &eButtonType, ::getCppuType((const form::FormButtonType*)0)); in InsertURLButton()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx474 FormButtonType eButtonType = FormButtonType_PUSH; in describePDFControl() local
475 …tPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ButtonType" ) ) ) >>= eButtonType ); in describePDFControl()
476 if ( eButtonType == FormButtonType_SUBMIT ) in describePDFControl()
496 else if ( eButtonType == FormButtonType_URL ) in describePDFControl()
/trunk/main/sc/source/ui/view/
H A Dtabvwshg.cxx101 form::FormButtonType eButtonType = form::FormButtonType_URL; in InsertURLButton() local
102 aAny <<= eButtonType; in InsertURLButton()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx217 form::FormButtonType eButtonType = form::FormButtonType_URL; in GetURLFromButton() local
224 if( eButtonType == eTmpButtonType) in GetURLFromButton()
/trunk/main/forms/source/component/
H A DButton.cxx677 FormButtonType eButtonType = FormButtonType_PUSH; in getModelUrlFeatureId() local
683 xModelProps->getPropertyValue( PROPERTY_BUTTONTYPE ) >>= eButtonType; in getModelUrlFeatureId()
687 if ( eButtonType == FormButtonType_URL ) in getModelUrlFeatureId()
H A Dclickableimage.cxx209 FormButtonType eButtonType = FormButtonType_PUSH; in actionPerformed_Impl() local
226 xSet->getPropertyValue(PROPERTY_BUTTONTYPE) >>= eButtonType; in actionPerformed_Impl()
229 switch (eButtonType) in actionPerformed_Impl()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1795 FormButtonType eButtonType = FormButtonType_SUBMIT; in InsertInput() local
1796 aTmp.setValue( &eButtonType, in InsertInput()
1811 FormButtonType eButtonType; in InsertInput() local
1815 eButtonType = FormButtonType_PUSH; in InsertInput()
1818 eButtonType = FormButtonType_SUBMIT; in InsertInput()
1823 eButtonType = FormButtonType_RESET; in InsertInput()
1834 aTmp.setValue( &eButtonType, in InsertInput()
H A Dhtmlforw.cxx815 form::FormButtonType eButtonType = form::FormButtonType_PUSH; in OutHTML_DrawFrmFmtAsControl() local
820 eButtonType = *( form::FormButtonType*)aTmp.getValue(); in OutHTML_DrawFrmFmtAsControl()
822 switch( eButtonType ) in OutHTML_DrawFrmFmtAsControl()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1689 FormButtonType eButtonType( FormButtonType_PUSH ); in actuatingPropertyChanged() local
1690 OSL_VERIFY( _rNewValue >>= eButtonType ); in actuatingPropertyChanged()
1691 … _rxInspectorUI->enablePropertyUI( PROPERTY_TARGET_URL, FormButtonType_URL == eButtonType ); in actuatingPropertyChanged()
1926 FormButtonType eButtonType( FormButtonType_URL ); in impl_updateDependentProperty_nothrow() local
1929 … OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_BUTTONTYPE ) >>= eButtonType ); in impl_updateDependentProperty_nothrow()
1934 ( eButtonType == FormButtonType_URL ) && ( sTargetURL.getLength() > 0 ) in impl_updateDependentProperty_nothrow()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx230 form::FormButtonType eButtonType = form::FormButtonType_URL; in ExecuteHLink() local
231 aAny <<= eButtonType; in ExecuteHLink()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx156 form::FormButtonType eButtonType = form::FormButtonType_URL; in GetCtrlState() local
158 …>hasPropertyByName( sButtonType ) && (xPropSet->getPropertyValue( sButtonType ) >>= eButtonType ) ) in GetCtrlState()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx229 ::com::sun::star::form::FormButtonType eButtonType; in CreateObjectReplacement()
232 if( aTmp >>= eButtonType ) in CreateObjectReplacement()
/trunk/main/vcl/inc/
H A Dtoolbox.h103 …void DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& rbText ) const;
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx313 void ImplToolItem::DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& r… in DetermineButtonDrawStyle() argument
338 if ( eButtonType == BUTTON_SYMBOL ) // drawing icons only in DetermineButtonDrawStyle()
351 else if ( eButtonType == BUTTON_TEXT ) // drawing text only in DetermineButtonDrawStyle()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2135 cssa::PushButtonType eButtonType = cssa::PushButtonType_STANDARD; in DoProcessControl() local
2137 eButtonType = cssa::PushButtonType_OK; in DoProcessControl()
2139 eButtonType = cssa::PushButtonType_CANCEL; in DoProcessControl()
2141 eButtonType = cssa::PushButtonType_HELP; in DoProcessControl()
2143 rPropSet.SetProperty( CREATE_OUSTRING( "PushButtonType" ), sal_Int16( eButtonType ) ); in DoProcessControl()

Completed in 114 milliseconds