/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryvalueimpl.cxx | 50 m_Type(REG_DWORD), in RegistryValueImpl() 60 m_Type(REG_SZ), in RegistryValueImpl() 71 m_Type(REG_SZ), in RegistryValueImpl() 80 m_Type(s.m_Type), in RegistryValueImpl() 112 if (REG_DWORD == m_Type) in GetDataSize() 128 if (REG_DWORD == m_Type) in GetDataBuffer() 150 assert(REG_SZ == m_Type); in GetDataAsAnsiString() 168 return m_Type; in GetType() 190 m_Type = REG_SZ; in SetValue() 199 m_Type = REG_SZ; in SetValue() [all …]
|
H A D | registryvalueimpl.hxx | 120 int m_Type; member in RegistryValueImpl
|
/trunk/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 133 m_Type = aType; in inParameters() 167 aType = m_Type; in outParameters() 240 aType = m_Type; in inoutParameters() 241 m_Type = _type; in inoutParameters() 330 return m_Type; in retType() 485 return m_Type; 488 m_Type = value; 574 Type m_Type; field in Component
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VColumn.cxx | 77 ,m_Type(0) in OColumn() 105 ,m_Type(_Type) in OColumn() 170 …Map().getNameByIndex(PROPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_Type, ::getCppuType(s… in construct() 200 m_Type, in createDataDescriptor()
|
H A D | VTable.cxx | 99 ,m_Type(_Type) in OTable() 124 …ropMap().getNameByIndex(PROPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_Type, ::getCppuType(st… in construct() 243 …OTable* pTable = new OTable(m_pTables,isCaseSensitive(),m_Name,m_Type,m_Description,m_SchemaName,m… in createDataDescriptor()
|
H A D | VKey.cxx | 140 …NameByIndex(PROPERTY_ID_TYPE), PROPERTY_ID_TYPE, nAttrib,&m_aProps->m_Type, ::getCppuType(s… in construct()
|
/trunk/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VKey.hxx | 49 sal_Int32 m_Type; member 57 m_Type(_Type), in KeyProperties() 61 KeyProperties():m_Type(0),m_UpdateRule(0),m_DeleteRule(0){} in KeyProperties()
|
H A D | VColumn.hxx | 64 sal_Int32 m_Type; member in connectivity::sdbcx::OColumn
|
H A D | VTable.hxx | 77 ::rtl::OUString m_Type;
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AColumn.cxx | 82 m_Type = DataType::OTHER; in OAdoColumn() 214 m_Type = ADOS::MapADOType2Jdbc(eType); in fillPropertyValues() 250 m_Type = ADOS::MapADOType2Jdbc(eType); in fillPropertyValues()
|
H A D | ADatabaseMetaDataImpl.cxx | 450 m_aProps->m_Type = MapKeyRule(m_aKey.get_Type()); in fillPropertyValues() 571 m_Type = m_aTable.get_Type(); in fillPropertyValues()
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 355 if ( ! m_Type.compareToAscii("VIEW") ) in getTypes() 390 if ( m_Type == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")) ) in rename() 417 if( !m_Type.compareToAscii("VIEW") && rType == ::getCppuType((const Reference<XRename>*)0) ) in queryInterface()
|
/trunk/main/sal/osl/os2/ |
H A D | process.c | 62 MessageType m_Type; member
|
/trunk/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 481 if ( m_Type == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")) ) in getRenameStart()
|