Searched refs:getPropertyBox (Results 1 – 4 of 4) sorted by relevance
196 getPropertyBox().EnableHelpSection( m_xModel->getHasHelpSection() ); in impl_initializeView_nothrow()197 …getPropertyBox().SetHelpLineLimites( m_xModel->getMinHelpTextLines(), m_xModel->getMaxHelpTextLine… in impl_initializeView_nothrow()499 getPropertyBox().CommitModified(); in suspend()630 getPropertyBox().GrabFocus(); in focusGained()739 getPropertyBox().SetLineListener(this); in Construct()740 getPropertyBox().SetControlObserver(this); in Construct()777 getPropertyBox().SetPropertyValue( _rEvent.PropertyName, aNewValue, bAmbiguousValue ); in propertyChange()804 …xControl = new OMultilineEditControl( &getPropertyBox(), eStringList, nWinBits | WB_DROPDOWN | WB_… in createPropertyControl()808 …xControl = new OMultilineEditControl( &getPropertyBox(), eMultiLineText, nWinBits | WB_DROPDOWN | … in createPropertyControl()812 … xControl = new OListboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()[all …]
268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox() function in pcr::OPropertyBrowserController
63 OPropertyEditor& getPropertyBox() { return *m_pPropBox; } in getPropertyBox() function in pcr::OPropertyBrowserView
90 getPropertyBox().SetPage(m_nActivePage); in activatePage()