Searched refs:BUTTON_SYMBOL (Results 1 – 15 of 15) sorted by relevance
137 if ( m_pToolBox && m_nItemId > 0 && ( _bAsName || m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) ) in GetText()289 && ( !m_pToolBox || m_pToolBox->GetButtonType() == BUTTON_SYMBOL ) ) in IMPLEMENT_FORWARD_REFCOUNT()494 …if ( m_pToolBox && m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) // symbol buttons have no charac… in getCharacterBounds()510 …if ( m_pToolBox && m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) // symbol buttons have no charac… in getIndexAtPoint()
89 m_nStyle( BUTTON_SYMBOL ) in UIElement()110 m_nStyle( BUTTON_SYMBOL ) {} in UIElement()
124 ButtonType = BUTTON_SYMBOL;348 ButtonType = BUTTON_SYMBOL;
113 ButtonType = BUTTON_SYMBOL;
144 enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; enumerator414 void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL );
87 enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; enumerator
40 ButtonType = BUTTON_SYMBOL ;
58 ButtonType = BUTTON_SYMBOL;
271 ButtonType = BUTTON_SYMBOL;
234 ButtonType = BUTTON_SYMBOL ;
338 if ( eButtonType == BUTTON_SYMBOL ) // drawing icons only in DetermineButtonDrawStyle()1522 ((meButtonType != BUTTON_SYMBOL) || !pItem->maImage) ) in SetItemText()
236 tmpButtonType = BUTTON_SYMBOL; in determineButtonType()1617 meButtonType = BUTTON_SYMBOL; in ImplInit()2000 if ( tmpButtonType == BUTTON_SYMBOL ) in ImplCalcItem()
2071 SETCONST( pEnum, "BUTTON_SYMBOL", BUTTON_SYMBOL ); in InitClassToolBox()
3821 toolbox->SetButtonType( BUTTON_SYMBOL ); in SetSystemStyle()
1410 rElement.m_nStyle = BUTTON_SYMBOL; in implts_setElementData()
Completed in 156 milliseconds