Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 25 of 28) sorted by path

12

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1637 public boolean supportsResultSetConcurrency(int setType, int concurrency) throws SQLException { in supportsResultSetConcurrency()
1646 public boolean ownUpdatesAreVisible(int setType) throws SQLException { in ownUpdatesAreVisible()
1655 public boolean ownDeletesAreVisible(int setType) throws SQLException { in ownDeletesAreVisible()
1664 public boolean ownInsertsAreVisible(int setType) throws SQLException { in ownInsertsAreVisible()
1673 public boolean othersUpdatesAreVisible(int setType) throws SQLException { in othersUpdatesAreVisible()
1682 public boolean othersDeletesAreVisible(int setType) throws SQLException { in othersDeletesAreVisible()
1691 public boolean othersInsertsAreVisible(int setType) throws SQLException { in othersInsertsAreVisible()
1700 public boolean updatesAreDetected(int setType) throws SQLException { in updatesAreDetected()
1709 public boolean deletesAreDetected(int setType) throws SQLException { in deletesAreDetected()
1718 public boolean insertsAreDetected(int setType) throws SQLException { in insertsAreDetected()
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx97 void ODatabaseMetaDataResultSet::setType(MetaDataResultSetType _eType) in setType() function in ODatabaseMetaDataResultSet
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx1033 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible()
1038 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible()
1043 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible()
1048 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersUpdatesAreVisible()
1053 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersDeletesAreVisible()
1058 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible()
1063 sal_Bool SAL_CALL ODatabaseMetaData::updatesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in updatesAreDetected()
1068 sal_Bool SAL_CALL ODatabaseMetaData::deletesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in deletesAreDetected()
1073 sal_Bool SAL_CALL ODatabaseMetaData::insertsAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in insertsAreDetected()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx1125 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLException,… in supportsResultSetType()
1139 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 /*c… in supportsResultSetConcurrency() argument
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1333 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLEx… in supportsResultSetType()
1339 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_I… in supportsResultSetConcurrency()
1358 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownUpdatesAreVisible()
1364 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownDeletesAreVisible()
1370 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLExc… in ownInsertsAreVisible()
1376 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQL… in othersUpdatesAreVisible()
1382 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQL… in othersDeletesAreVisible()
1388 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQL… in othersInsertsAreVisible()
1394 sal_Bool SAL_CALL java_sql_DatabaseMetaData::updatesAreDetected( sal_Int32 setType ) throw(SQLExcep… in updatesAreDetected()
1400 sal_Bool SAL_CALL java_sql_DatabaseMetaData::deletesAreDetected( sal_Int32 setType ) throw(SQLExcep… in deletesAreDetected()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx706 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLExcept… in supportsResultSetType()
717 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32… in supportsResultSetConcurrency() argument
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1595 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLException,… in supportsResultSetType()
1602 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 con… in supportsResultSetConcurrency()
1634 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible()
1656 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible()
1678 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible()
1700 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersUpdatesAreVisible()
1705 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersDeletesAreVisible()
1710 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx435 void Binding::setType( const OUString& sTypeName ) in setType() function in Binding
/trunk/main/idlc/inc/idlc/
H A Dastarray.hxx39 void setType(AstType* pType) in setType() function in AstArray
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1356 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType(sal_Int32 setType) in supportsResultSetType()
1365 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 conc… in supportsResultSetConcurrency()
1388 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible(sal_Int32 setType) in ownUpdatesAreVisible()
1397 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible(sal_Int32 setType) in ownDeletesAreVisible()
1406 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible(sal_Int32 setType) in ownInsertsAreVisible()
1415 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible(sal_Int32 setType) in othersUpdatesAreVisible()
1424 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible(sal_Int32 setType) in othersDeletesAreVisible()
1433 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible(sal_Int32 setType) in othersInsertsAreVisible()
1442 sal_Bool SAL_CALL ODatabaseMetaData::updatesAreDetected(sal_Int32 setType) in updatesAreDetected()
1451 sal_Bool SAL_CALL ODatabaseMetaData::deletesAreDetected(sal_Int32 setType) in deletesAreDetected()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx690 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLException,… in supportsResultSetType()
695 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 con… in supportsResultSetConcurrency()
700 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible()
705 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible()
710 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible()
715 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersUpdatesAreVisible()
720 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersDeletesAreVisible()
725 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible()
730 sal_Bool SAL_CALL ODatabaseMetaData::updatesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in updatesAreDetected()
735 sal_Bool SAL_CALL ODatabaseMetaData::deletesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in deletesAreDetected()
[all …]
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx86 void setType( const sal_Int32 nType ) in setType() function in oox::drawingml::dgm::Point
/trunk/main/oox/inc/oox/drawingml/
H A Dtextfield.hxx45 inline void setType( const ::rtl::OUString& sType ) { msType = sType; } in setType() function in oox::drawingml::TextField
/trunk/main/oox/inc/oox/ole/
H A Dvbamodule.hxx60 inline void setType( sal_Int32 nType ) { mnType = nType; } in setType() function in oox::ole::VbaModule
/trunk/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx107 void BulletList::setType( sal_Int32 nType ) in setType() function in oox::drawingml::BulletList
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx347 void SAL_CALL ScNamedRangeObj::setType( sal_Int32 nUnoType ) throw(uno::RuntimeException) in setType() function in ScNamedRangeObj
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx221 ScVbaAxis::setType( ::sal_Int32 _nType ) throw (script::BasicErrorException, uno::RuntimeException) in setType() function in ScVbaAxis
H A Dvbapagebreak.cxx57 void ScVbaPageBreak<Ifc1>::setType(sal_Int32 type) throw (uno::RuntimeException) in setType() function in ScVbaPageBreak
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx352 void setType( const OUString& rType ) { maType = rType; } in setType() function in DocTemplates_EntryData_Impl
/trunk/main/sw/source/filter/ww8/
H A DWW8FFData.hxx73 void setType(sal_uInt8 nType) { mnType = nType; } in setType() function in sw::WW8FFData
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx366 SwVbaCustomDocumentProperty::setType( ::sal_Int8 /*Type*/ ) throw (script::BasicErrorException, uno… in setType() function in SwVbaCustomDocumentProperty
410 SwVbaBuiltInDocumentProperty::setType( ::sal_Int8 /*Type*/ ) throw (script::BasicErrorException, un… in setType() function in SwVbaBuiltInDocumentProperty
H A Dvbaview.cxx222 SwVbaView::setType( ::sal_Int32 _type ) throw (css::uno::RuntimeException) in setType() function in SwVbaView
H A Dvbawrapformat.cxx129 void SAL_CALL SwVbaWrapFormat::setType( ::sal_Int32 _type ) throw (uno::RuntimeException) in setType() function in SwVbaWrapFormat
/trunk/main/ucb/source/ucp/file/
H A Dfilinl.hxx54 inline void SAL_CALL shell::MyProperty::setType( const com::sun::star::uno::Type& __Typ ) const in setType() function in shell::MyProperty
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.hxx67 void setType( const Type & rType ) { m_aType = rType; } in setType() function in hierarchy_ucp::HierarchyEntryData

Completed in 165 milliseconds

12