BUser.cxx (9b5730f6) BUser.cxx (bccc1572)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88{
89 construct();
90}
91// -------------------------------------------------------------------------
92typedef connectivity::sdbcx::OUser OUser_TYPEDEF;
93void OUserExtend::construct()
94{
95
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88{
89 construct();
90}
91// -------------------------------------------------------------------------
92typedef connectivity::sdbcx::OUser OUser_TYPEDEF;
93void OUserExtend::construct()
94{
95
96 registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), PROPERTY_ID_PASSWORD,0,&m_Password,::getCppuType(reinterpret_cast< ::rtl::OUString*>(NULL)));
96 registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), PROPERTY_ID_PASSWORD,0,&m_Password,::getCppuType(static_cast< ::rtl::OUString*>(NULL)));
97}
98// -----------------------------------------------------------------------------
99cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const
100{
101 Sequence< Property > aProps;
102 describeProperties(aProps);
103 return new cppu::OPropertyArrayHelper(aProps);
104}

--- 224 unchanged lines hidden ---
97}
98// -----------------------------------------------------------------------------
99cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const
100{
101 Sequence< Property > aProps;
102 describeProperties(aProps);
103 return new cppu::OPropertyArrayHelper(aProps);
104}

--- 224 unchanged lines hidden ---