Home
last modified time | relevance | path

Searched refs:aTypes (Results 1 – 25 of 158) sorted by relevance

1234567

/aoo41x/main/tools/inc/tools/
H A Downlist.hxx34 List aTypes; \
38 : aTypes( nInitSize, nReSize ) {} \
46 { delete (Type *)aTypes.Remove(); } \
48 { delete (Type *)aTypes.Remove( pObj ); } \
50 { delete (Type *)aTypes.Remove( nPos ); } \
53 { return Insert( rType, aTypes.GetCurPos() ); } \
60 sal_uIntPtr Count() const { return aTypes.Count(); }
75 Type * p = (Type *)aTypes.First(); \
79 p = (Type *)aTypes.Next(); \
81 aTypes.Clear(); \
[all …]
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx497 ::std::vector<sal_Int32> aTypes; in buildTypeInfo()
505 if ( aTypes.empty() ) in buildTypeInfo()
509 aTypes.reserve(nCount+1); in buildTypeInfo()
510 aTypes.push_back(-1); in buildTypeInfo()
515 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
518 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
521 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
524 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
527 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
530 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
[all …]
/aoo41x/main/dbaccess/source/ui/misc/
H A DDExport.cxx199 ::std::vector<sal_Int32> aTypes; in ODatabaseExport()
205 if ( aTypes.empty() ) in ODatabaseExport()
210 aTypes.reserve(nCount+1); in ODatabaseExport()
212 aTypes.push_back(-1); in ODatabaseExport()
223 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
227 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
239 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
242 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
245 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
248 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in ODatabaseExport()
[all …]
H A DUITools.cxx682 ::std::vector<sal_Int32> aTypes; in fillTypeInfo()
689 if ( aTypes.empty() ) in fillTypeInfo()
694 aTypes.reserve(nCount+1); in fillTypeInfo()
695 aTypes.push_back(-1); in fillTypeInfo()
704 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
707 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
710 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
713 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
716 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
719 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
[all …]
H A Ddbsubcomponentcontroller.cxx244 Sequence< Type > aTypes( DBSubComponentController_Base::getTypes() ); in getTypes() local
247 Sequence< Type > aStrippedTypes( aTypes.getLength() - 1 ); in getTypes()
249 aTypes.getConstArray(), in getTypes()
250 aTypes.getConstArray() + aTypes.getLength(), in getTypes()
254 aTypes = aStrippedTypes; in getTypes()
256 return aTypes; in getTypes()
/aoo41x/main/xml2cmp/source/xcd/
H A Dmain.cxx187 List< const MultipleTextElement * > aTypes; in Create_TypeInfo()
188 i_rData.Get_Types(aTypes); in Create_TypeInfo()
190 for ( unsigned t = 0; t < aTypes.size(); ++t ) in Create_TypeInfo()
192 unsigned i_max = aTypes[t]->Size(); in Create_TypeInfo()
195 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in Create_TypeInfo()
277 List< const MultipleTextElement * > aTypes; in StreamOut_TypeInfo() local
278 i_rData.Get_Types(aTypes); in StreamOut_TypeInfo()
280 for ( unsigned t = 0; t < aTypes.size(); ++t ) in StreamOut_TypeInfo()
282 unsigned i_max = aTypes[t]->Size(); in StreamOut_TypeInfo()
285 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in StreamOut_TypeInfo()
/aoo41x/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx80 Sequence< ::rtl::OUString > aTypes(1); in refreshViews() local
81 aTypes[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")); in refreshViews()
90 if ( (bSupportsViews = xRow->getString(1).equalsIgnoreAsciiCase(aTypes[0])) ) in refreshViews()
102 refreshObjects(aTypes,aVector); in refreshViews()
145 Sequence< Type > aTypes = OCatalog::getTypes(); in getTypes() local
147 aOwnTypes.reserve(aTypes.getLength()); in getTypes()
148 const Type* pBegin = aTypes.getConstArray(); in getTypes()
149 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
/aoo41x/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx146 ::std::vector< uno::Type > aTypes; in getTypes()
147 aTypes.push_back( LCL_CPPUTYPE( lang::XComponent )); in getTypes()
148 aTypes.push_back( LCL_CPPUTYPE( lang::XTypeProvider )); in getTypes()
149 aTypes.push_back( LCL_CPPUTYPE( uno::XAggregation )); in getTypes()
150 aTypes.push_back( LCL_CPPUTYPE( uno::XWeak )); in getTypes()
151 aTypes.push_back( LCL_CPPUTYPE( lang::XServiceInfo )); in getTypes()
152 aTypes.push_back( LCL_CPPUTYPE( lang::XInitialization )); in getTypes()
153 aTypes.push_back( LCL_CPPUTYPE( frame::XTerminateListener )); in getTypes()
154 aTypes.push_back( LCL_CPPUTYPE( ui::dialogs::XExecutableDialog )); in getTypes()
155 aTypes.push_back( LCL_CPPUTYPE( beans::XPropertySet )); in getTypes()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dproxyaggregation.cxx89 Sequence< Type > aTypes; in getTypes() local
93 aTypes = m_xProxyTypeAccess->getTypes(); in getTypes()
95 return aTypes; in getTypes()
226 Sequence< Type > aTypes( OComponentProxyAggregationHelper::getTypes() ); in IMPLEMENT_FORWARD_XINTERFACE2() local
229 sal_Int32 nLen = aTypes.getLength(); in IMPLEMENT_FORWARD_XINTERFACE2()
230 aTypes.realloc( nLen + 1 ); in IMPLEMENT_FORWARD_XINTERFACE2()
231 aTypes[ nLen ] = ::getCppuType( static_cast< Reference< XComponent >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
233 return aTypes; in IMPLEMENT_FORWARD_XINTERFACE2()
/aoo41x/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx82 Sequence< ::rtl::OUString > aTypes(1); in refreshViews() local
83 aTypes[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")); in refreshViews()
109 refreshObjects(aTypes,aVector); in refreshViews()
153 Sequence< Type > aTypes = OCatalog::getTypes(); in getTypes() local
155 aOwnTypes.reserve(aTypes.getLength()); in getTypes()
156 const Type* pBegin = aTypes.getConstArray(); in getTypes()
157 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
/aoo41x/main/cppuhelper/test/
H A Dtestimplhelper.cxx369 Sequence< Type > aTypes( xProv->getTypes() ); in dotest() local
372 OSL_ASSERT( isIn( aTypes, "test.CA" ) ); in dotest()
373 OSL_ASSERT( isIn( aTypes, "test.DBA" ) ); in dotest()
374 OSL_ASSERT( isIn( aTypes, "test.FE") ); in dotest()
375 OSL_ASSERT( isIn( aTypes, "test.G") ); in dotest()
376 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XTypeProvider") ); in dotest()
381 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XWeak") ); in dotest()
386 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XComponent") ); in dotest()
392 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XAggregation") ); in dotest()
397 OSL_ASSERT( isIn( aTypes, "test.H") ); in dotest()
[all …]
/aoo41x/main/forms/source/component/
H A DColumns.cxx172 TypeBag aTypes( OGridColumn_BASE::getTypes() ); in getTypes() local
174 aTypes.removeType( XFormComponent::static_type() ); in getTypes()
175 aTypes.removeType( XServiceInfo::static_type() ); in getTypes()
176 aTypes.removeType( XBindableValue::static_type() ); in getTypes()
177 aTypes.removeType( XPropertyContainer::static_type() ); in getTypes()
180 aTypes.addType( XChild::static_type() ); in getTypes()
184 aTypes.addTypes( xProv->getTypes() ); in getTypes()
186 aTypes.removeType( XTextRange::static_type() ); in getTypes()
187 aTypes.removeType( XSimpleText::static_type() ); in getTypes()
188 aTypes.removeType( XText::static_type() ); in getTypes()
[all …]
H A Drefvaluecomponent.cxx175 ::std::list< Type > aTypes; in getSupportedBindingTypes()
176 aTypes.push_back( ::getCppuType( static_cast< sal_Bool* >( NULL ) ) ); in getSupportedBindingTypes()
179 aTypes.push_front( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ) ); in getSupportedBindingTypes()
182 Sequence< Type > aTypesRet( aTypes.size() ); in getSupportedBindingTypes()
183 ::std::copy( aTypes.begin(), aTypes.end(), aTypesRet.getArray() ); in getSupportedBindingTypes()
H A DFormattedField.cxx1211 ::std::list< Type > aTypes; in getSupportedBindingTypes()
1212 aTypes.push_back( ::getCppuType( static_cast< double* >( NULL ) ) ); in getSupportedBindingTypes()
1217 aTypes.push_front(::getCppuType( static_cast< UNODate* >( NULL ) ) ); in getSupportedBindingTypes()
1220 aTypes.push_front(::getCppuType( static_cast< UNOTime* >( NULL ) ) ); in getSupportedBindingTypes()
1223 aTypes.push_front(::getCppuType( static_cast< UNODateTime* >( NULL ) ) ); in getSupportedBindingTypes()
1226 aTypes.push_front(::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ) ); in getSupportedBindingTypes()
1229 aTypes.push_front(::getCppuType( static_cast< sal_Bool* >( NULL ) ) ); in getSupportedBindingTypes()
1233 Sequence< Type > aTypesRet( aTypes.size() ); in getSupportedBindingTypes()
1234 ::std::copy( aTypes.begin(), aTypes.end(), aTypesRet.getArray() ); in getSupportedBindingTypes()
/aoo41x/main/chart2/source/tools/
H A DOPropertySet.cxx160 ::std::vector< uno::Type > aTypes; in getTypes()
164 aTypes.push_back( LCL_PROP_CPPUTYPE( lang::XTypeProvider )); in getTypes()
165 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XPropertySet )); in getTypes()
166 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XMultiPropertySet )); in getTypes()
167 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XFastPropertySet )); in getTypes()
168 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XPropertyState )); in getTypes()
169 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XMultiPropertyStates )); in getTypes()
170 aTypes.push_back( LCL_PROP_CPPUTYPE( XStyleSupplier )); in getTypes()
173 aTypeList = ::chart::ContainerHelper::ContainerToSequence( aTypes ); in getTypes()
/aoo41x/main/svl/source/misc/
H A Downlist.cxx109 aTypes.Insert(pCmd, LIST_APPEND); in AppendCommands()
197 for( sal_uLong i = 0; i < aTypes.Count(); i++ ) in GetCommands()
201 SvCommand * pCmd = (SvCommand *)aTypes.GetObject( i ); in GetCommands()
230 aTypes.Insert( pCmd, LIST_APPEND ); in Append()
259 rThis.aTypes.Insert( pCmd, LIST_APPEND ); in operator >>()
282 sal_uInt32 nCount = rThis.aTypes.Count(); in operator <<()
287 SvCommand * pCmd = (SvCommand *)rThis.aTypes.GetObject( i ); in operator <<()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2122 ::std::vector<uno::Type> aTypes; in getTypes()
2123 aTypes.reserve(13); in getTypes()
2124 aTypes.push_back(ITYPE(drawing::XDrawPage)); in getTypes()
2126 aTypes.push_back(ITYPE(container::XNamed)); in getTypes()
2128 aTypes.push_back(ITYPE(lang::XServiceInfo)); in getTypes()
2129 aTypes.push_back(ITYPE(util::XReplaceable)); in getTypes()
2149 for (iType=aTypes.begin(); iType!=aTypes.end(); ++iType) in getTypes()
2784 ::std::vector<uno::Type> aTypes; in getTypes()
2785 aTypes.reserve(12); in getTypes()
2788 aTypes.push_back(ITYPE(container::XNamed)); in getTypes()
[all …]
/aoo41x/main/connectivity/source/drivers/file/
H A DFCatalog.cxx68 Sequence< ::rtl::OUString > aTypes; in refreshTables() local
70 ::rtl::OUString::createFromAscii("%"),::rtl::OUString::createFromAscii("%"),aTypes); in refreshTables()
98 Sequence< Type > aTypes = OFileCatalog_BASE::getTypes(); in getTypes() local
100 aOwnTypes.reserve(aTypes.getLength()); in getTypes()
101 const Type* pBegin = aTypes.getConstArray(); in getTypes()
102 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
/aoo41x/main/sw/source/core/unocore/
H A Dunoredline.cxx95 uno::Sequence<uno::Type> aTypes = SwXText::getTypes(); in getTypes() local
98 sal_Int32 nLength = aTypes.getLength(); in getTypes()
99 aTypes.realloc(nLength + 1); in getTypes()
100 aTypes[nLength] = ::getCppuType((uno::Reference<container::XEnumerationAccess> *)0); in getTypes()
102 return aTypes; in getTypes()
696 uno::Sequence<uno::Type> aTypes = SwXText::getTypes(); in getTypes() local
699 sal_Int32 nCurType = aTypes.getLength(); in getTypes()
700 aTypes.realloc(aTypes.getLength() + aBaseTypes.getLength()); in getTypes()
701 uno::Type* pTypes = aTypes.getArray(); in getTypes()
704 return aTypes; in getTypes()
/aoo41x/main/svx/source/form/
H A Dfmdpage.cxx82 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > aTypes(SvxDrawPage::getTypes()); in getTypes()
83 aTypes.realloc(aTypes.getLength() + 1); in getTypes()
84 ::com::sun::star::uno::Type* pTypes = aTypes.getArray(); in getTypes()
86 …pTypes[aTypes.getLength()-1] = ::getCppuType((const ::com::sun::star::uno::Reference< ::com::sun::… in getTypes()
87 return aTypes; in getTypes()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx191 Sequence< Reference< chart2::XChartType > > aTypes( in setPropertyValue() local
193 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in setPropertyValue()
195 Reference< chart2::XChartType > xType( aTypes[nN] ); in setPropertyValue()
198 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in setPropertyValue()
215 Sequence< Reference< chart2::XChartType > > aTypes( in getPropertyValue() local
217 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue()
219 Reference< chart2::XChartType > xType( aTypes[nN] ); in getPropertyValue()
222 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in getPropertyValue()
/aoo41x/main/basctl/source/basicide/
H A Dunomodel.cxx80 uno::Sequence< uno::Type > aTypes = SfxBaseModel::getTypes(); in getTypes() local
81 sal_Int32 nLen = aTypes.getLength(); in getTypes()
82 aTypes.realloc(nLen + 1); in getTypes()
83 uno::Type* pTypes = aTypes.getArray(); in getTypes()
86 return aTypes; in getTypes()
/aoo41x/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx78 uno::Sequence<sal_Int16> aTypes; in Reload() local
84 aTypes = pImpl->xInfo->getSupportedNumberingTypes(); in Reload()
85 pTypes = aTypes.getConstArray(); in Reload()
111 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in Reload()
132 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in Reload()
/aoo41x/main/connectivity/source/commontools/
H A Dparamwrapper.cxx116 Sequence< Type > aTypes( 4 ); in IMPLEMENT_FORWARD_XINTERFACE2() local
117 aTypes[ 1 ] = ::getCppuType( static_cast< Reference< XWeak >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
118 aTypes[ 1 ] = ::getCppuType( static_cast< Reference< XPropertySet >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
119 aTypes[ 2 ] = ::getCppuType( static_cast< Reference< XFastPropertySet >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
120 aTypes[ 3 ] = ::getCppuType( static_cast< Reference< XMultiPropertySet >* >( NULL ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
121 return aTypes; in IMPLEMENT_FORWARD_XINTERFACE2()
/aoo41x/main/dbaccess/source/core/api/
H A Dcolumn.cxx358 Sequence< Type > aTypes(xTypes->getTypes()); in getTypes() local
363 const Type* pBegin = aTypes.getConstArray(); in getTypes()
364 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
382 …Sequence< Type > aTypes(::comphelper::concatSequences(OColumns_BASE::getTypes(),TXChild::getTypes(… in getTypes() local
383 Sequence< Type > aRet(aTypes.getLength() - nSize); in getTypes()
385 const Type* pBegin = aTypes.getConstArray(); in getTypes()
386 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()

Completed in 136 milliseconds

1234567