/trunk/main/connectivity/source/drivers/file/ |
H A D | FCatalog.cxx | 99 ::std::vector<Type> aOwnTypes; in getTypes() 100 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 109 aOwnTypes.push_back(*pBegin); in getTypes() 112 const Type *pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 113 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/connectivity/source/drivers/mysql/ |
H A D | YCatalog.cxx | 154 ::std::vector<Type> aOwnTypes; in getTypes() 155 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 162 aOwnTypes.push_back(*pBegin); in getTypes() 165 const Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 166 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | View.cxx | 116 ::std::vector<Type> aOwnTypes; in getTypes() 117 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 124 aOwnTypes.push_back(*pIter); in getTypes() 127 Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 128 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
H A D | table.cxx | 307 ::std::vector<Type> aOwnTypes; in getTypes() 308 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 315 aOwnTypes.push_back(*pIter); in getTypes() 318 Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 319 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | HCatalog.cxx | 146 ::std::vector<Type> aOwnTypes; in getTypes() 147 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 154 aOwnTypes.push_back(*pBegin); in getTypes() 157 const Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 158 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
H A D | HTable.cxx | 358 ::std::vector<Type> aOwnTypes; in getTypes() 359 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 366 aOwnTypes.push_back(*pIter); in getTypes() 369 Type *pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 370 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 90 ::std::vector<Type> aOwnTypes; in getTypes() 91 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 100 aOwnTypes.push_back(*pBegin); in getTypes() 103 Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 104 Sequence< Type > aRet(pTypes, aOwnTypes.size()); in getTypes()
|
H A D | ETable.cxx | 542 ::std::vector<Type> aOwnTypes; in getTypes() 543 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 554 aOwnTypes.push_back(*pBegin); in getTypes() 557 Type *pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 558 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 280 ::std::vector<Type> aOwnTypes; in getTypes() 281 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 286 aOwnTypes.push_back(*pBegin); in getTypes() 288 Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 289 return Sequence< Type >(pTypes,aOwnTypes.size()); in getTypes()
|
/trunk/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 682 ::std::vector<Type> aOwnTypes; in getTypes() 683 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 694 aOwnTypes.push_back(*pBegin); in getTypes() 696 aOwnTypes.push_back(::getCppuType( (const Reference< ::com::sun::star::lang::XUnoTunnel > *)0 )); in getTypes() 698 const Type* pAttrs = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 699 return Sequence< Type >(pAttrs, aOwnTypes.size()); in getTypes()
|
/trunk/main/comphelper/source/property/ |
H A D | propstate.cxx | 205 Sequence< Type > aOwnTypes( 2 ); in getTypes() local 206 aOwnTypes[0] = XWeak::static_type(); in getTypes() 207 aOwnTypes[1] = XTypeProvider::static_type(); in getTypes() 210 aOwnTypes, in getTypes()
|
/trunk/main/forms/source/component/ |
H A D | File.cxx | 72 Sequence<Type> aOwnTypes(1); in _getTypes() local 73 Type* pOwnTypes = aOwnTypes.getArray(); in _getTypes() 76 aTypes = concatSequences(aBaseClassTypes, aOwnTypes); in _getTypes()
|
/trunk/main/chart2/source/model/main/ |
H A D | ChartModel.cxx | 683 uno::Sequence< uno::Type > aOwnTypes( impl::ChartModel_Base::getTypes()); in getTypes() local 685 uno::Sequence< uno::Type > aResult( aOwnTypes.getLength() + aAggTypes.getLength()); in getTypes() 687 for( ;i<aOwnTypes.getLength(); ++i ) in getTypes() 688 aResult[i] = aOwnTypes[i]; in getTypes()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 749 ::std::vector<Type> aOwnTypes; in getTypes() 750 aOwnTypes.reserve(aTypes.getLength()); in getTypes() 760 aOwnTypes.push_back(*pBegin); in getTypes() 763 aOwnTypes.push_back(::getCppuType( (const Reference< ::com::sun::star::lang::XUnoTunnel > *)0 )); in getTypes() 764 Type *pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes() 765 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
|
/trunk/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 473 Sequence< Type > aOwnTypes = AccessibleControlShape_Base::getTypes(); in getTypes() local 479 Sequence< Type > aAllTypes = concatSequences( aShapeTypes, aOwnTypes, aAggregateTypes ); in getTypes()
|