Home
last modified time | relevance | path

Searched refs:pFormatSample (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx160 ,pFormatSample(NULL) in DBG_NAME()
210 ,pFormatSample(NULL) in OFieldDescControl()
489 ScrollAggregate(pFormatText,pFormatSample,pFormat,nDeltaX, nDeltaY); in ScrollAllAggregates()
590 if (pFormatSample) in GetControlText()
591 return pFormatSample->GetText(); in GetControlText()
828 { pFormatSample, pFormatText, 4 }, in ArrangeAggregates()
859 if (adAggregates[i].pctrlInputControl == pFormatSample) in ArrangeAggregates()
872 Point ptSamplePos(pFormatSample->GetPosPixel()); in ArrangeAggregates()
873 Size szSampleSize(pFormatSample->GetSizePixel()); in ArrangeAggregates()
1038 pFormatSample = new OPropEditCtrl( this, STR_HELP_FORMAT_CODE, -1, WB_BORDER ); in ActivateAggregate()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx111 OPropEditCtrl* pFormatSample; member in dbaui::OFieldDescControl