Home
last modified time | relevance | path

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

/AOO41X/main/forms/source/richtext/
H A Drichtextmodel.cxx186 REGISTER_PROP_2( DEFAULTCONTROL, m_sDefaultControl, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
187 REGISTER_PROP_2( HELPTEXT, m_sHelpText, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
188 REGISTER_PROP_2( HELPURL, m_sHelpURL, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
189 REGISTER_PROP_2( ENABLED, m_bEnabled, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
190REGISTER_PROP_2( ENABLEVISIBLE, m_bEnableVisible, BOUND, MAYBEDEFAUL… in implRegisterProperties()
191 REGISTER_PROP_2( BORDER, m_nBorder, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
192 REGISTER_PROP_2( HARDLINEBREAKS, m_bHardLineBreaks, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
193 REGISTER_PROP_2( HSCROLL, m_bHScroll, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
194 REGISTER_PROP_2( VSCROLL, m_bVScroll, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
195 REGISTER_PROP_2( READONLY, m_bReadonly, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
[all …]
/AOO41X/main/forms/source/component/
H A Dnavigationbar.cxx119 REGISTER_PROP_2( DEFAULTCONTROL, m_sDefaultControl, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
120 REGISTER_PROP_2( HELPTEXT, m_sHelpText, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
121 REGISTER_PROP_2( HELPURL, m_sHelpURL, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
122 REGISTER_PROP_2( ENABLED, m_bEnabled, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
123 REGISTER_PROP_2( ENABLEVISIBLE, m_bEnableVisible, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
124 REGISTER_PROP_2( ICONSIZE, m_nIconSize, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
125 REGISTER_PROP_2( BORDER, m_nBorder, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
126 REGISTER_PROP_2( DELAY, m_nDelay, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
127 REGISTER_PROP_2( SHOW_POSITION, m_bShowPosition, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
128 REGISTER_PROP_2( SHOW_NAVIGATION, m_bShowNavigation, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
[all …]
/AOO41X/main/forms/source/inc/
H A Dproperty.hxx210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ macro