Home
last modified time | relevance | path

Searched refs:m_aTypes (Results 1 – 16 of 16) sorted by relevance

/trunk/main/forms/source/misc/
H A Dcomponenttools.cxx78 ::std::insert_iterator< TypeSet >( m_aTypes, m_aTypes.begin() ) in addTypes()
85 m_aTypes.insert( i_rType ); in addType()
91 m_aTypes.erase( i_rType ); in removeType()
97 TypeSequence aTypes( m_aTypes.size() ); in getTypes()
98 ::std::copy( m_aTypes.begin(), m_aTypes.end(), aTypes.getArray() ); in getTypes()
/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx188 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl()
376 bool bIncludeIt = (m_aTypes.getLength() == 0); in queryMore()
378 ((m_aTypes.getLength() > 0) || in queryMore()
394 if ( m_aTypes.getLength() > 0 ) in queryMore()
397 m < m_aTypes.getLength(); in queryMore()
400 if ( match(eTypeClass, m_aTypes[ m ]) ) in queryMore()
475 bool bIncludeConstants = ( m_aTypes.getLength() == 0 ); in queryMore()
478 for ( sal_Int32 m = 0; m < m_aTypes.getLength(); ++m ) in queryMore()
480 if ( m_aTypes[ m ] == uno::TypeClass_CONSTANT ) in queryMore()
H A Drdbtdp_tdenumeration.hxx103 ::com::sun::star::uno::TypeClass > m_aTypes;
/trunk/main/dbaccess/source/filter/xml/
H A DxmlTableFilterList.cxx122 if ( !m_aTypes.empty() ) in EndElement()
123 …PROPERTY_TABLETYPEFILTER,makeAny(Sequence< ::rtl::OUString>(&(*m_aTypes.begin()),m_aTypes.size()))… in EndElement()
H A DxmlTableFilterList.hxx37 ::std::vector< ::rtl::OUString> m_aTypes;
68 m_aTypes.push_back(_sTypeFilter); in pushTableTypeFilter()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx107 m_aTypes.clear(); in fillColumns()
112 m_aTypes.assign(nFieldCount+1,DataType::SQLNULL); in fillColumns()
154 …impl_fillColumnInfo_nothrow(aFirstLine,nStartPosFirstLine,nStartPosFirstLine2,m_aTypes[i],m_aPreci… in fillColumns()
176 m_aTypes[i], in fillColumns()
639 nType = m_aTypes[i-1]; in fetchRow()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_tdenumeration.cxx52 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl()
158 m_aModuleName, m_aTypes, m_eDepth ); in queryCurrentChildEnumeration()
H A Dtdmgr_tdenumeration.hxx75 com::sun::star::uno::Sequence< com::sun::star::uno::TypeClass > m_aTypes; member in stoc_tdmgr::TypeDescriptionEnumerationImpl
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1048 if( it->second->m_aTypes.getLength() == 0 ) in getPasteData()
1052 if( it->second->m_aTypes.getLength() == 0 ) in getPasteData()
1056 const Sequence< DataFlavor >& rTypes( it->second->m_aTypes ); in getPasteData()
1067 if( it->second->m_aTypes.getLength() && ! it->second->m_bHaveUTF16 ) in getPasteData()
1254 it->second->m_aTypes.getLength() && in getPasteDataTypes()
1258 rTypes = it->second->m_aTypes; in getPasteDataTypes()
1419 it->second->m_aTypes = rTypes; in getPasteDataTypes()
1428 it->second->m_aTypes = Sequence< DataFlavor >(); in getPasteDataTypes()
H A DX11_selection.hxx198 m_aTypes; member
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx322 m_aTypes.clear(); in fillColumns()
331 m_aTypes.reserve(nFieldCount); in fillColumns()
441 m_aTypes.push_back(eType); in fillColumns()
836 nType = m_aTypes[i-1]; in fetchRow()
1797 nType = m_aTypes[i]; in UpdateBuffer()
/trunk/main/forms/source/inc/
H A Dcomponenttools.hxx67 TypeSet m_aTypes; member in frm::TypeBag
/trunk/main/connectivity/source/inc/calc/
H A DCTable.hxx54 …::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propert…
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx51 …::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the proper…
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx531 m_aTypes.push_back(eType); in fillColumns()
847 nType = m_aTypes[i-1]; in fetchRow()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx89 …::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propert…

Completed in 77 milliseconds