Searched refs:m_pType (Results 1 – 8 of 8) sorted by relevance
/trunk/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() 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() 619 return m_pType; in getTypeInfo() [all …]
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 163 ,m_pType(NULL) in DBG_NAME() 213 ,m_pType(NULL) in OFieldDescControl() 597 if(m_pType) in GetControlText() 678 if(m_pType) in SetControlText() 679 m_pType->SelectEntry(rText); in SetControlText() 793 if(pListBox == m_pType) in IMPL_LINK() 819 { m_pType, m_pTypeText, 1}, in ArrangeAggregates() 950 if( m_pType) in ActivateAggregate() 955 m_pType->SetDropDownLineCount(20); in ActivateAggregate() 963 m_pType->SelectEntryPos(0); in ActivateAggregate() [all …]
|
/trunk/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()
|
/trunk/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
|
/trunk/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
|
Completed in 39 milliseconds