Lines Matching refs:pFormatSample

160 	,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()
1039 pFormatSample->SetReadOnly(sal_True); in ActivateAggregate()
1040 pFormatSample->Enable(sal_False); in ActivateAggregate()
1041 InitializeControl(pFormatSample,HID_TAB_ENT_FORMAT_SAMPLE,false); in ActivateAggregate()
1152 if ( pFormatSample ) in DeactivateAggregate()
1154 pFormatSample->Hide(); in DeactivateAggregate()
1155 delete pFormatSample; in DeactivateAggregate()
1156 pFormatSample = NULL; in DeactivateAggregate()
1641 …else if ((pControl == pDefault) || (pControl == pFormatSample) || (pControl == m_pAutoIncrementVal… in IMPL_LINK()
1710 if ( pFieldDescr && pFormatSample ) in UpdateFormatSample()
1711 pFormatSample->SetText(getControlDefault(pFieldDescr,sal_False)); in UpdateFormatSample()
1758 (m_pActFocusWindow == pDefault || m_pActFocusWindow == pFormatSample || in isCopyAllowed()
1770 (m_pActFocusWindow == pDefault || m_pActFocusWindow == pFormatSample || in isCutAllowed()
1781 (m_pActFocusWindow == pDefault || m_pActFocusWindow == pFormatSample || in isPasteAllowed()