Lines Matching refs:REGISTER_PROP_2
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()
129 REGISTER_PROP_2( SHOW_RECORDACTIONS, m_bShowActions, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
130 REGISTER_PROP_2( SHOW_FILTERSORT, m_bShowFilterSort, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()
131 REGISTER_PROP_2( WRITING_MODE, m_nWritingMode, BOUND, MAYBEDEFAULT ); in implInitPropertyContainer()