Home
last modified time | relevance | path

Searched refs:nButtonType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/propctrlr/ !
H A Dpushbuttonnavigation.cxx108 sal_Int32 nButtonType = FormButtonType_PUSH; in implGetCurrentButtonType() local
110 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() local
155 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 …]
/trunk/main/xmlscript/source/xmldlg_imexp/ !
H A Dxmldlg_import.cxx1089 sal_Int16 nButtonType; in importButtonTypeProperty() local
1092 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()