/aoo42x/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 156 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 D | textdrw.cxx | 118 form::FormButtonType eButtonType = form::FormButtonType_URL; in InsertURLButton() local 119 aTmp.setValue( &eButtonType, ::getCppuType((const form::FormButtonType*)0)); in InsertURLButton()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 474 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshg.cxx | 101 form::FormButtonType eButtonType = form::FormButtonType_URL; in InsertURLButton() local 102 aAny <<= eButtonType; in InsertURLButton()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh3.cxx | 217 form::FormButtonType eButtonType = form::FormButtonType_URL; in GetURLFromButton() local 224 if( eButtonType == eTmpButtonType) in GetURLFromButton()
|
/aoo42x/main/forms/source/component/ |
H A D | Button.cxx | 677 FormButtonType eButtonType = FormButtonType_PUSH; in getModelUrlFeatureId() local 683 xModelProps->getPropertyValue( PROPERTY_BUTTONTYPE ) >>= eButtonType; in getModelUrlFeatureId() 687 if ( eButtonType == FormButtonType_URL ) in getModelUrlFeatureId()
|
H A D | clickableimage.cxx | 209 FormButtonType eButtonType = FormButtonType_PUSH; in actionPerformed_Impl() local 226 xSet->getPropertyValue(PROPERTY_BUTTONTYPE) >>= eButtonType; in actionPerformed_Impl() 229 switch (eButtonType) in actionPerformed_Impl()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 1795 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 D | htmlforw.cxx | 815 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 1689 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()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | drawsh5.cxx | 230 form::FormButtonType eButtonType = form::FormButtonType_URL; in ExecuteHLink() local 231 aAny <<= eButtonType; in ExecuteHLink()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 156 form::FormButtonType eButtonType = form::FormButtonType_URL; in GetCtrlState() local 158 …>hasPropertyByName( sButtonType ) && (xPropSet->getPropertyValue( sButtonType ) >>= eButtonType ) ) in GetCtrlState()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 229 ::com::sun::star::form::FormButtonType eButtonType; in CreateObjectReplacement() 232 if( aTmp >>= eButtonType ) in CreateObjectReplacement()
|
/aoo42x/main/vcl/inc/ |
H A D | toolbox.h | 103 …void DetermineButtonDrawStyle( ButtonType eButtonType, sal_Bool& rbImage, sal_Bool& rbText ) const;
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 313 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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2135 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()
|