Searched refs:nButtonType (Results 1 – 2 of 2) sorted by relevance
108 sal_Int32 nButtonType = FormButtonType_PUSH; in implGetCurrentButtonType() local110 return nButtonType; in implGetCurrentButtonType()111 …OSL_VERIFY( ::cppu::enum2int( nButtonType, m_xControlModel->getPropertyValue( PROPERTY_BUTTONTYPE … 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()158 bool bIsVirtualButtonType = nButtonType >= s_nFirstVirtualButtonType; in setCurrentButtonType()161 … const sal_Char* pURL = lcl_getNavigationURL( nButtonType - s_nFirstVirtualButtonType ); in setCurrentButtonType()[all …]
1089 sal_Int16 nButtonType; in importButtonTypeProperty() local1092 nButtonType = awt::PushButtonType_STANDARD; in importButtonTypeProperty()1096 nButtonType = awt::PushButtonType_OK; in importButtonTypeProperty()1100 nButtonType = awt::PushButtonType_CANCEL; in importButtonTypeProperty()1104 nButtonType = awt::PushButtonType_HELP; in importButtonTypeProperty()1113 _xControlModel->setPropertyValue( rPropName, makeAny( nButtonType ) ); in importButtonTypeProperty()