Lines Matching refs:getPropertyBox

196             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()
816 xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()
820 xControl = new OEditControl( &getPropertyBox(), sal_False, nWinBits | WB_TABSTOP ); in createPropertyControl()
824 xControl = new OEditControl( &getPropertyBox(), sal_True, nWinBits | WB_TABSTOP ); in createPropertyControl()
828 … xControl = new ONumericControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
832 xControl = new ODateTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP ); in createPropertyControl()
836 xControl = new ODateControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
840 xControl = new OTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
844 xControl = new OColorControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN ); in createPropertyControl()
848 xControl = new OHyperlinkControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN ); in createPropertyControl()
891 getPropertyBox().CommitModified(); in stopInspection()
894 getPropertyBox().Hide(); in stopInspection()
897 getPropertyBox().ClearAll(); in stopInspection()
908 getPropertyBox().RemovePage( erase->second ); in stopInspection()
1219getPropertyBox().AppendPage( category->UIName, HelpIdUrl::getHelpId( category->HelpURL ) ); in impl_buildCategories_throw()
1232 getPropertyBox().DisableUpdate(); in UpdateUI()
1234 sal_Bool bHaveFocus = getPropertyBox().HasChildPathFocus(); in UpdateUI()
1272 getPropertyBox().AppendPage( aDescriptor.Category, rtl::OString() ); in UpdateUI()
1276 getPropertyBox().InsertEntry( aDescriptor, nTargetPageId ); in UpdateUI()
1303 getPropertyBox().RemovePage( pageId->second ); in UpdateUI()
1310 getPropertyBox().Show(); in UpdateUI()
1311 getPropertyBox().EnableUpdate(); in UpdateUI()
1313 getPropertyBox().GrabFocus(); in UpdateUI()
1344 getPropertyBox().CommitModified(); in Clicked()
1435 getPropertyBox().SetPropertyValue( rName, aNormalizedValue, false ); in Commit()
1442 getPropertyBox().SetPropertyValue( rName, aNormalizedValue, false ); in Commit()
1598 getPropertyBox().ChangeEntry( aDescriptor ); in rebuildPropertyUI()
1611 getPropertyBox().EnablePropertyLine( _rPropertyName, _bEnable ); in enablePropertyUI()
1624 getPropertyBox().EnablePropertyControls( _rPropertyName, _nElements, _bEnable ); in enablePropertyUIElements()
1639 if ( getPropertyBox().GetPropertyPos( _rPropertyName ) != LISTBOX_ENTRY_NOTFOUND ) in showPropertyUI()
1662 nUIPos = getPropertyBox().GetPropertyPos( propertyPos->second.Name ); in showPropertyUI()
1673 getPropertyBox().InsertEntry( in showPropertyUI()
1687 getPropertyBox().RemoveEntry( _rPropertyName ); in hidePropertyUI()
1700 getPropertyBox().ShowPropertyPage( nPageId, _bShow ); in showCategory()
1710 … Reference< XPropertyControl > xControl( getPropertyBox().GetPropertyControl( _rPropertyName ) ); in getPropertyControl()
1735 if ( !getPropertyBox().HasHelpSection() ) in setHelpSectionText()
1738 getPropertyBox().SetHelpText( _rHelpText ); in setHelpSectionText()