Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx157 ,pTextLen(NULL) in DBG_NAME()
207 ,pTextLen(NULL) in OFieldDescControl()
365 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CheckScrollBars()
476 , pTextLen, pLength in ScrollAllAggregates()
496 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CountActiveAggregates()
507 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in GetMaxControlHeight()
528 , pTextLen, pLength in SetReadOnly()
571 if (pTextLen) in GetControlText()
572 return String::CreateFromInt64(pTextLen->GetValue()); in GetControlText()
640 if (pTextLen) in SetControlText()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx108 OPropNumericEditCtrl* pTextLen; member in dbaui::OFieldDescControl