Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/controls/ !
H A Dunocontrol.cxx548 sal_uInt16 nPType = GetPropertyId( pEvents->PropertyName ); in ImplModelPropertiesChanged() local
554 if ( nPType ) in ImplModelPropertiesChanged()
555 bNeedNewPeer = ( nPType == BASEPROPERTY_BORDER ) in ImplModelPropertiesChanged()
556 || ( nPType == BASEPROPERTY_MULTILINE ) in ImplModelPropertiesChanged()
557 || ( nPType == BASEPROPERTY_DROPDOWN ) in ImplModelPropertiesChanged()
558 || ( nPType == BASEPROPERTY_HSCROLL ) in ImplModelPropertiesChanged()
559 || ( nPType == BASEPROPERTY_VSCROLL ) in ImplModelPropertiesChanged()
560 || ( nPType == BASEPROPERTY_AUTOHSCROLL ) in ImplModelPropertiesChanged()
561 || ( nPType == BASEPROPERTY_AUTOVSCROLL ) in ImplModelPropertiesChanged()
562 || ( nPType == BASEPROPERTY_ORIENTATION ) in ImplModelPropertiesChanged()
[all …]