Lines Matching refs:pFormat
165 ,pFormat(NULL) in DBG_NAME()
215 ,pFormat(NULL) in OFieldDescControl()
365 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in CheckScrollBars()
489 ScrollAggregate(pFormatText,pFormatSample,pFormat,nDeltaX, nDeltaY); in ScrollAllAggregates()
496 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in CountActiveAggregates()
507 …Required, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m… in GetMaxControlHeight()
531 , pFormat}; in SetReadOnly()
861 pFormat->SetZOrder(pZOrderPredecessor, WINDOW_ZORDER_BEHIND); in ArrangeAggregates()
862 pZOrderPredecessor = pFormat; in ArrangeAggregates()
870 if (pFormat) in ArrangeAggregates()
874 pFormat->SetPosPixel(Point(ptSamplePos.X() + szSampleSize.Width() + 5, ptSamplePos.Y())); in ArrangeAggregates()
1033 if (!pFormat) in ActivateAggregate()
1043 pFormat = new PushButton( this, ModuleRes(PB_FORMAT) ); in ActivateAggregate()
1045 pFormat->SetSizePixel(Size(nControlHeight, nControlHeight)); in ActivateAggregate()
1046 pFormat->SetClickHdl( LINK( this, OFieldDescControl, FormatClickHdl ) ); in ActivateAggregate()
1047 InitializeControl(pFormat,HID_TAB_ENT_FORMAT,false); in ActivateAggregate()
1151 lcl_HideAndDeleteControl(m_nPos,&pFormat,&pFormatText); in DeactivateAggregate()
1528 if( pFormat ) in DisplayData()
1615 if (pControl == pFormat) in IMPL_LINK()