Searched refs:REGISTER_PROP_2 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 186 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() 191 REGISTER_PROP_2( BORDER, m_nBorder, BOUND, MAYBEDEFAULT ); in implRegisterProperties() 208 REGISTER_PROP_2( ECHO_CHAR, m_nEchoChar, BOUND, MAYBEDEFAULT ); in implRegisterProperties() 209 REGISTER_PROP_2( MAXTEXTLEN, m_nMaxTextLength, BOUND, MAYBEDEFAULT ); in implRegisterProperties() 210 REGISTER_PROP_2( MULTILINE, m_bMultiLine, BOUND, MAYBEDEFAULT ); in implRegisterProperties() 211 REGISTER_PROP_2( TEXT, m_sLastKnownEngineText, BOUND, MAYBEDEFAULT ); in implRegisterProperties() 212 REGISTER_PROP_2( LINEEND_FORMAT, m_nLineEndFormat, BOUND, MAYBEDEFAULT ); in implRegisterProperties() [all …]
|
/aoo41x/main/forms/source/component/ |
H A D | navigationbar.cxx | 119 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 D | property.hxx | 210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ macro
|
Completed in 27 milliseconds