/trunk/main/forms/source/misc/ |
H A D | componenttools.cxx | 78 ::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 D | rdbtdp_tdenumeration.cxx | 188 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 D | rdbtdp_tdenumeration.hxx | 103 ::com::sun::star::uno::TypeClass > m_aTypes;
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlTableFilterList.cxx | 122 if ( !m_aTypes.empty() ) in EndElement() 123 …PROPERTY_TABLETYPEFILTER,makeAny(Sequence< ::rtl::OUString>(&(*m_aTypes.begin()),m_aTypes.size()))… in EndElement()
|
H A D | xmlTableFilterList.hxx | 37 ::std::vector< ::rtl::OUString> m_aTypes; 68 m_aTypes.push_back(_sTypeFilter); in pushTableTypeFilter()
|
/trunk/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 107 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() 640 nType = m_aTypes[i-1]; in fetchRow()
|
/trunk/main/stoc/source/tdmanager/ |
H A D | tdmgr_tdenumeration.cxx | 52 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl() 158 m_aModuleName, m_aTypes, m_eDepth ); in queryCurrentChildEnumeration()
|
H A D | tdmgr_tdenumeration.hxx | 75 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 D | X11_selection.cxx | 1048 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 D | X11_selection.hxx | 198 m_aTypes; member
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 322 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 D | componenttools.hxx | 67 TypeSet m_aTypes; member in frm::TypeBag
|
/trunk/main/connectivity/source/inc/calc/ |
H A D | CTable.hxx | 54 …::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 D | ETable.hxx | 51 …::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 D | CTable.cxx | 531 m_aTypes.push_back(eType); in fillColumns() 847 nType = m_aTypes[i-1]; in fetchRow()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 89 …::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propert…
|