Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx108 sal_Int32 nButtonType = FormButtonType_PUSH; in implGetCurrentButtonType() local
110 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() local
155 OSL_VERIFY( ::cppu::enum2int( nButtonType, _rValue ) ); in setCurrentButtonType()
164 nButtonType = FormButtonType_URL; in setCurrentButtonType()
280 sal_Int32 nButtonType( FormButtonType_PUSH ); in currentButtonTypeIsOpenURL() local
283 nButtonType = implGetCurrentButtonType(); in currentButtonTypeIsOpenURL()
[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()

Completed in 12 milliseconds