Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx196 getPropertyBox().EnableHelpSection( m_xModel->getHasHelpSection() ); in impl_initializeView_nothrow()
197getPropertyBox().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 …]
H A Dpropcontroller.hxx268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox() function in pcr::OPropertyBrowserController
H A Dbrowserview.hxx63 OPropertyEditor& getPropertyBox() { return *m_pPropBox; } in getPropertyBox() function in pcr::OPropertyBrowserView
H A Dbrowserview.cxx90 getPropertyBox().SetPage(m_nActivePage); in activatePage()