Lines Matching refs:pInst
474 Window* pInst = m_aTable.GetWindowInstance(); in getForeground() local
475 if ( pInst ) in getForeground()
477 if ( pInst->IsControlForeground() ) in getForeground()
478 nColor = pInst->GetControlForeground().GetColor(); in getForeground()
482 if ( pInst->IsControlFont() ) in getForeground()
483 aFont = pInst->GetControlFont(); in getForeground()
485 aFont = pInst->GetFont(); in getForeground()
498 Window* pInst = m_aTable.GetWindowInstance(); in getBackground() local
499 if ( pInst ) in getBackground()
501 if ( pInst->IsControlBackground() ) in getBackground()
502 nColor = pInst->GetControlBackground().GetColor(); in getBackground()
504 nColor = pInst->GetBackground().GetColor().GetColor(); in getBackground()