| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | FieldDescriptions.cxx | 75 :m_pType() in DBG_NAME() 95 ,m_pType(rDescr.m_pType) in OFieldDescription() 123 :m_pType() in OFieldDescription() 367 m_pType = _pType; in SetType() 368 if ( m_pType.get() ) in SetType() 373 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType() 375 m_nType = m_pType->nType; in SetType() 393 OSL_ENSURE(!m_pType.get(),"Invalid call here!"); in SetTypeValue() 550 return m_pType.get() ? m_pType->nType : m_nType; in GetType() 558 return m_pType.get() ? m_pType->aTypeName : m_sTypeName; in GetTypeName() [all …]
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | FieldDescControl.cxx | 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() [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | astarray.cxx | 32 , m_pType(pType) in AstArray() 36 if ( m_pType ) in AstArray() 42 , m_pType(pType) in AstArray() 46 if ( m_pType ) in AstArray() 52 if ( m_pType ) in makeName() 54 OString name(m_pType->getScopedName()); in makeName()
|
| /AOO41X/main/idlc/inc/idlc/ |
| H A D | astmember.hxx | 37 AstDeclaration(NT_member, name, pScope), m_pType(pType) {} in AstMember() 41 AstType const * getType() const { return m_pType; } in getType() 47 AstDeclaration(type, name, pScope), m_pType(pType) {} in AstMember() 50 AstType const * m_pType; member in AstMember
|
| H A D | astattribute.hxx | 40 AstScope(NT_attribute), m_flags(flags), m_pType(type) in AstAttribute() 46 , m_pType(pType) in AstAttribute() 75 { return m_pType; } in getType() 109 AstType const * m_pType; member in AstAttribute
|
| H A D | astarray.hxx | 38 { return m_pType; } in getType() 41 m_pType = pType; in setType() 52 AstType* m_pType; member in AstArray
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | FieldDescriptions.hxx | 55 TOTypeInfoSP m_pType; member in dbaui::OFieldDescription
|
| H A D | FieldDescControl.hxx | 114 OPropListBoxCtrl* m_pType; member in dbaui::OFieldDescControl
|