Lines Matching refs:m_pToolBox

71 	m_pToolBox		( _pToolBox ),  in DBG_NAME()
84 DBG_ASSERT( m_pToolBox, "invalid toolbox" ); in DBG_NAME()
85 m_nItemId = m_pToolBox->GetItemId( (sal_uInt16)m_nIndexInParent ); in DBG_NAME()
87 m_bIsChecked = m_pToolBox->IsItemChecked( m_nItemId ); in DBG_NAME()
88 m_bIndeterminate = ( m_pToolBox->GetItemState( m_nItemId ) == STATE_DONTKNOW ); in DBG_NAME()
89 ToolBoxItemType eType = m_pToolBox->GetItemType( (sal_uInt16)m_nIndexInParent ); in DBG_NAME()
94 ToolBoxItemBits nBits = m_pToolBox->GetItemBits( m_nItemId ); in DBG_NAME()
104 else if ( m_pToolBox->GetItemWindow( m_nItemId ) ) in DBG_NAME()
137 if ( m_pToolBox && m_nItemId > 0 && ( _bAsName || m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) ) in GetText()
139 sRet = m_pToolBox->GetItemText( m_nItemId ); in GetText()
153 Window* pItemWindow = m_pToolBox->GetItemWindow( m_nItemId ); in GetText()
242 if ( m_pToolBox->IsItemEnabled( m_nItemId ) ) in ToggleEnableState()
260 if ( m_pToolBox ) in implGetBounds()
261 aRect = AWTRectangle( m_pToolBox->GetItemPosRect( (sal_uInt16)m_nIndexInParent ) ); in implGetBounds()
289 && ( !m_pToolBox || m_pToolBox->GetButtonType() == BUTTON_SYMBOL ) ) in IMPLEMENT_FORWARD_REFCOUNT()
308 m_pToolBox = NULL; in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
370 return m_pToolBox->GetAccessible(); in getAccessibleParent()
399 if ( m_pToolBox ) in getAccessibleDescription()
400 sDescription = m_pToolBox->GetHelpText( m_nItemId ); in getAccessibleDescription()
430 if ( m_pToolBox && !rBHelper.bDisposed && !rBHelper.bInDispose ) in getAccessibleStateSet()
437 if ( m_pToolBox->IsEnabled() && m_pToolBox->IsItemEnabled( m_nItemId ) ) in getAccessibleStateSet()
442 if ( m_pToolBox->IsItemVisible( m_nItemId ) ) in getAccessibleStateSet()
444 if ( m_pToolBox->IsItemReallyVisible( m_nItemId ) ) in getAccessibleStateSet()
494 …if ( m_pToolBox && m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) // symbol buttons have no charac… in getCharacterBounds()
496 Rectangle aCharRect = m_pToolBox->GetCharacterBounds( m_nItemId, nIndex ); in getCharacterBounds()
497 Rectangle aItemRect = m_pToolBox->GetItemRect( m_nItemId ); in getCharacterBounds()
510 …if ( m_pToolBox && m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) // symbol buttons have no charac… in getIndexAtPoint()
513 Rectangle aItemRect = m_pToolBox->GetItemRect( m_nItemId ); in getIndexAtPoint()
516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
543 if ( m_pToolBox ) in copyText()
545 Reference< datatransfer::clipboard::XClipboard > xClipboard = m_pToolBox->GetClipboard(); in copyText()
594 if ( m_pToolBox ) in getForeground()
595 nColor = m_pToolBox->GetControlForeground().GetColor(); in getForeground()
605 if ( m_pToolBox ) in getBackground()
606 nColor = m_pToolBox->GetControlBackground().GetColor(); in getBackground()
628 if ( m_pToolBox ) in getTitledBorderText()
629 sRet = m_pToolBox->GetItemText( m_nItemId ); in getTitledBorderText()
639 if ( m_pToolBox ) in getToolTipText()
642 sRet = m_pToolBox->GetHelpText( m_nItemId ); in getToolTipText()
644 sRet = m_pToolBox->GetQuickHelpText( m_nItemId ); in getToolTipText()
647 sRet = m_pToolBox->GetItemText( m_nItemId ); in getToolTipText()
667 if ( m_pToolBox ) in doAccessibleAction()
668 m_pToolBox->TriggerItem( m_nItemId ); in doAccessibleAction()
700 if ( m_pToolBox ) in getCurrentValue()
701 aValue <<= (sal_Int32)m_pToolBox->IsItemChecked( m_nItemId ); in getCurrentValue()
714 if ( m_pToolBox ) in setCurrentValue()
724 m_pToolBox->CheckItem( m_nItemId, (sal_Bool) nValue ); in setCurrentValue()