Lines Matching refs:pLength

158 	,pLength(NULL)  in DBG_NAME()
208 ,pLength(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()
582 if (pLength) in GetControlText()
583 return pLength->GetText(); in GetControlText()
660 if (pLength) in SetControlText()
661 pLength->SetText(rText); in SetControlText()
825 { pLength, pLengthText, 1 }, in ArrangeAggregates()
1017 if( pLength ) in ActivateAggregate()
1021 pLength = CreateNumericControl(STR_HELP_LENGTH, FIELD_PROPERTY_LENGTH,HID_TAB_ENT_LEN); in ActivateAggregate()
1142 lcl_HideAndDeleteControl(m_nPos,&pLength,&pLengthText); in DeactivateAggregate()
1323 pLength->SetMax(::std::max<sal_Int32>(pFieldType->nPrecision,pFieldDescr->GetPrecision())); in DisplayData()
1324 pLength->SetSpecialReadOnly(pFieldType->aCreateParams.getLength()==0); in DisplayData()
1522 if( pLength ) in DisplayData()
1523 pLength->SetText( String::CreateFromInt32(pFieldDescr->GetPrecision()) ); in DisplayData()
1629 if ((pControl == pLength) || (pControl == pTextLen) || (pControl == pScale)) in IMPL_LINK()
1695 else if( pLength ) in SaveData()
1696 pFieldDescr->SetPrecision( static_cast<sal_Int32>(pLength->GetValue()) ); in SaveData()
1759 m_pActFocusWindow == pTextLen || m_pActFocusWindow == pLength || in isCopyAllowed()
1771 m_pActFocusWindow == pTextLen || m_pActFocusWindow == pLength || in isCutAllowed()
1782 m_pActFocusWindow == pTextLen || m_pActFocusWindow == pLength || in isPasteAllowed()