Searched refs:nButtonType (Results 1 – 2 of 2) sorted by relevance
108 sal_Int32 nButtonType = FormButtonType_PUSH; in implGetCurrentButtonType() local110 return nButtonType; in implGetCurrentButtonType()113 if ( nButtonType == FormButtonType_URL ) in implGetCurrentButtonType()123 nButtonType = s_nFirstVirtualButtonType + nNavigationURLIndex; in implGetCurrentButtonType()125 return nButtonType; in implGetCurrentButtonType()154 sal_Int32 nButtonType = FormButtonType_PUSH; in setCurrentButtonType() local155 OSL_VERIFY( ::cppu::enum2int( nButtonType, _rValue ) ); in setCurrentButtonType()164 nButtonType = FormButtonType_URL; in setCurrentButtonType()280 sal_Int32 nButtonType( FormButtonType_PUSH ); in currentButtonTypeIsOpenURL() local283 nButtonType = implGetCurrentButtonType(); in currentButtonTypeIsOpenURL()[all …]
1088 sal_Int16 nButtonType; in importButtonTypeProperty() local1091 nButtonType = awt::PushButtonType_STANDARD; in importButtonTypeProperty()1095 nButtonType = awt::PushButtonType_OK; in importButtonTypeProperty()1099 nButtonType = awt::PushButtonType_CANCEL; in importButtonTypeProperty()1103 nButtonType = awt::PushButtonType_HELP; in importButtonTypeProperty()1112 _xControlModel->setPropertyValue( rPropName, makeAny( nButtonType ) ); in importButtonTypeProperty()
Completed in 17 milliseconds