Lines Matching refs:m_pType

163 	,m_pType(NULL)  in DBG_NAME()
213 ,m_pType(NULL) in OFieldDescControl()
365 …oIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m_pType,m_pAutoIncrementV… in CheckScrollBars()
478 , m_pType, m_pAutoIncrementValue}; in ScrollAllAggregates()
496 …oIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m_pType,m_pAutoIncrementV… in CountActiveAggregates()
507 …oIncrement, pDefault, pTextLen, pLength, pScale, pFormat, m_pColumnName, m_pType,m_pAutoIncrementV… in GetMaxControlHeight()
530 , m_pType, m_pAutoIncrementValue in SetReadOnly()
597 if(m_pType) in GetControlText()
598 return m_pType->GetSelectEntry(); in GetControlText()
678 if(m_pType) in SetControlText()
679 m_pType->SelectEntry(rText); in SetControlText()
793 if(pListBox == m_pType) in IMPL_LINK()
795 TOTypeInfoSP pTypeInfo = getTypeInfo(m_pType->GetSelectEntryPos()); in IMPL_LINK()
799 CellModified(-1, m_pType->GetPos()); in IMPL_LINK()
819 { m_pType, m_pTypeText, 1}, in ArrangeAggregates()
950 if( m_pType) in ActivateAggregate()
954 m_pType = new OPropListBoxCtrl( this, STR_HELP_AUTOINCREMENT, FIELD_PRPOERTY_TYPE, WB_DROPDOWN ); in ActivateAggregate()
955 m_pType->SetDropDownLineCount(20); in ActivateAggregate()
961 m_pType->InsertEntry( aIter->second->aUIName ); in ActivateAggregate()
963 m_pType->SelectEntryPos(0); in ActivateAggregate()
964 InitializeControl(m_pType,HID_TAB_ENT_TYPE,true); in ActivateAggregate()
1122 lcl_HideAndDeleteControl(m_nPos,&m_pType,&m_pTypeText); in DeactivateAggregate()
1534 if(m_pType) in DisplayData()
1536 …sal_uInt16 nPos = pFieldType.get() ? m_pType->GetEntryPos(String(pFieldDescr->getTypeInfo()->aUINa… in DisplayData()
1558 m_pType->SelectEntry(pFieldDescr->getTypeInfo()->aUIName); in DisplayData()
1647 …= pNumType) || (pControl == pAutoIncrement) || (pControl == pBoolDefault) || (pControl == m_pType)) in IMPL_LINK()