| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | ADatabaseMetaData.cxx | 1033 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() argument 1035 return ResultSetType::FORWARD_ONLY != setType; in ownUpdatesAreVisible() 1038 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible() argument 1040 return ResultSetType::FORWARD_ONLY != setType; in ownDeletesAreVisible() 1043 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() argument 1045 return ResultSetType::FORWARD_ONLY != setType; in ownInsertsAreVisible() 1048 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersUpdatesAreVisible() argument 1050 return ResultSetType::FORWARD_ONLY != setType; in othersUpdatesAreVisible() 1053 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersDeletesAreVisible() argument 1055 return ResultSetType::FORWARD_ONLY != setType; in othersDeletesAreVisible() [all …]
|
| /AOO41X/main/connectivity/source/drivers/jdbc/ |
| H A D | DatabaseMetaData.cxx | 1333 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLEx… in supportsResultSetType() argument 1336 return impl_callBooleanMethodWithIntArg( "supportsResultSetType", mID, setType ); in supportsResultSetType() 1339 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_I… in supportsResultSetConcurrency() argument 1342 …m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, setType, concurrency … in supportsResultSetConcurrency() 1350 out = t.pEnv->CallBooleanMethod( object, mID, setType, concurrency); in supportsResultSetConcurrency() 1358 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownUpdatesAreVisible() argument 1361 return impl_callBooleanMethodWithIntArg( "ownUpdatesAreVisible", mID, setType ); in ownUpdatesAreVisible() 1364 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownDeletesAreVisible() argument 1367 return impl_callBooleanMethodWithIntArg( "ownDeletesAreVisible", mID, setType ); in ownDeletesAreVisible() 1370 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLExc… in ownInsertsAreVisible() argument [all …]
|
| /AOO41X/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.hxx | 219 …sal_Bool SAL_CALL supportsResultSetType(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcept… 220 …sal_Bool SAL_CALL supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 concurrency) throw(my_… 221 …sal_Bool SAL_CALL ownUpdatesAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcep… 222 …sal_Bool SAL_CALL ownDeletesAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcep… 223 …sal_Bool SAL_CALL ownInsertsAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcep… 224 …sal_Bool SAL_CALL othersUpdatesAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep… 225 …sal_Bool SAL_CALL othersDeletesAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep… 226 …sal_Bool SAL_CALL othersInsertsAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep… 227 …sal_Bool SAL_CALL updatesAreDetected(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcep… 228 …sal_Bool SAL_CALL deletesAreDetected(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcep… [all …]
|
| H A D | mysqlc_databasemetadata.cxx | 1356 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType(sal_Int32 setType) in supportsResultSetType() argument 1359 …getRSTypeMetaData("supportsResultSetType", &sql::DatabaseMetaData::supportsResultSetType, setType); in supportsResultSetType() 1365 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 conc… in supportsResultSetConcurrency() argument 1371 …return meta->supportsResultSetConcurrency(setType, concurrency==com::sun::star::sdbc::TransactionI… in supportsResultSetConcurrency() 1388 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible(sal_Int32 setType) in ownUpdatesAreVisible() argument 1391 …l_getRSTypeMetaData("ownUpdatesAreVisible", &sql::DatabaseMetaData::ownUpdatesAreVisible, setType); in ownUpdatesAreVisible() 1397 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible(sal_Int32 setType) in ownDeletesAreVisible() argument 1400 …l_getRSTypeMetaData("ownDeletesAreVisible", &sql::DatabaseMetaData::ownDeletesAreVisible, setType); in ownDeletesAreVisible() 1406 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible(sal_Int32 setType) in ownInsertsAreVisible() argument 1409 …l_getRSTypeMetaData("ownInsertsAreVisible", &sql::DatabaseMetaData::ownInsertsAreVisible, setType); in ownInsertsAreVisible() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | MasterPageFactory.java | 264 masterPage.setType("master-page"); in createMasterPage() 281 header.setType("header"); in setupMasterPage() 290 footer.setType("footer"); in setupMasterPage() 313 headerStyle.setType("header-style"); in createPageStyle() 322 footerStyle.setType("footer-style"); in createPageStyle() 372 headerStyle.setType("header-style"); in derivePageStyle() 385 footerStyle.setType("footer-style"); in derivePageStyle() 408 headerFooterProps.setType("header-footer-properties"); in applyHeaderFooterHeight()
|
| H A D | TextRawReportTarget.java | 379 sectionProperties.setType("section-properties"); in generateSectionStyle() 388 columns.setType("columns"); in generateSectionStyle() 405 column.setType("column"); in generateSectionStyle() 415 style.setType("style"); in generateSectionStyle() 473 paragraphProps.setType(PARAGRAPH_PROPERTIES); in createVariablesStyle() 483 textProps.setType("text-properties"); in createVariablesStyle() 667 paragraphProps.setType(PARAGRAPH_PROPERTIES); in startOther()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SDatabaseMetaData.cxx | 690 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLException,… in supportsResultSetType() argument 695 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 con… in supportsResultSetConcurrency() argument 700 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() argument 705 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible() argument 710 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() argument 715 sal_Bool SAL_CALL ODatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersUpdatesAreVisible() argument 720 sal_Bool SAL_CALL ODatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersDeletesAreVisible() argument 725 sal_Bool SAL_CALL ODatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQLExceptio… in othersInsertsAreVisible() argument 730 sal_Bool SAL_CALL ODatabaseMetaData::updatesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in updatesAreDetected() argument 735 sal_Bool SAL_CALL ODatabaseMetaData::deletesAreDetected( sal_Int32 setType ) throw(SQLException, Ru… in deletesAreDetected() argument [all …]
|
| H A D | SDatabaseMetaData.hxx | 189 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 190 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 191 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 192 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 193 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 194 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 195 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 196 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 197 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 198 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/inc/file/ |
| H A D | FDatabaseMetaData.hxx | 175 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 176 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 177 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 178 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 179 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 180 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 181 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 182 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 183 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 184 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/drivers/evoab2/ |
| H A D | NDatabaseMetaData.hxx | 215 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 216 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 217 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 218 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 219 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 220 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 221 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 222 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 223 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 224 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | ODatabaseMetaData.cxx | 1595 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLException,… in supportsResultSetType() argument 1599 return (nValue & static_cast<SQLUINTEGER>(setType)) == static_cast<SQLUINTEGER>(setType); in supportsResultSetType() 1602 sal_Bool SAL_CALL ODatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 con… in supportsResultSetConcurrency() argument 1606 switch(setType) in supportsResultSetConcurrency() 1634 sal_Bool SAL_CALL ODatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownUpdatesAreVisible() argument 1638 switch(setType) in ownUpdatesAreVisible() 1656 sal_Bool SAL_CALL ODatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLException, … in ownDeletesAreVisible() argument 1660 switch(setType) in ownDeletesAreVisible() 1678 sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, … in ownInsertsAreVisible() argument 1682 switch(setType) in ownInsertsAreVisible() [all …]
|
| /AOO41X/main/connectivity/source/inc/java/sql/ |
| H A D | DatabaseMetaData.hxx | 192 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 193 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 194 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 195 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 196 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 197 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 198 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 199 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 200 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 201 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | ODatabaseMetaData.hxx | 203 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 204 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 205 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 206 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 207 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 208 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 209 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 210 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 211 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 212 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/inc/ado/ |
| H A D | ADatabaseMetaData.hxx | 208 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 209 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 210 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 211 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 212 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 213 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 214 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 215 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 216 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 217 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| /AOO41X/main/connectivity/source/drivers/macab/ |
| H A D | MacabDatabaseMetaData.hxx | 190 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 191 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 192 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 193 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 194 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 195 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 196 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 197 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 198 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 199 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| H A D | MacabDatabaseMetaData.cxx | 706 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLExcept… in supportsResultSetType() argument 708 switch (setType) in supportsResultSetType() 717 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32… in supportsResultSetConcurrency() argument 719 switch (setType) in supportsResultSetConcurrency()
|
| /AOO41X/main/connectivity/source/drivers/kab/ |
| H A D | KDatabaseMetaData.hxx | 191 …virtual sal_Bool SAL_CALL supportsResultSetType( sal_Int32 setType ) throw(::com::sun::star::sdbc:… 192 …virtual sal_Bool SAL_CALL supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurrency )… 193 …virtual sal_Bool SAL_CALL ownUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 194 …virtual sal_Bool SAL_CALL ownDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 195 …virtual sal_Bool SAL_CALL ownInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdbc::… 196 …virtual sal_Bool SAL_CALL othersUpdatesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 197 …virtual sal_Bool SAL_CALL othersDeletesAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 198 …virtual sal_Bool SAL_CALL othersInsertsAreVisible( sal_Int32 setType ) throw(::com::sun::star::sdb… 199 …virtual sal_Bool SAL_CALL updatesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… 200 …virtual sal_Bool SAL_CALL deletesAreDetected( sal_Int32 setType ) throw(::com::sun::star::sdbc::SQ… [all …]
|
| H A D | KDatabaseMetaData.cxx | 707 sal_Bool SAL_CALL KabDatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLExceptio… in supportsResultSetType() argument 709 switch (setType) in supportsResultSetType() 718 sal_Bool SAL_CALL KabDatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 )… in supportsResultSetConcurrency() argument 720 switch (setType) in supportsResultSetConcurrency()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | OfficeStylesCollection.java | 63 automaticStyles.setType("automatic-styles"); in OfficeStylesCollection() 67 commonStyles.setType("styles"); in OfficeStylesCollection() 71 masterStyles.setType("master-styles"); in OfficeStylesCollection()
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 2381 @param setType 2389 boolean supportsResultSetType([in]long setType) raises (SQLException); 2394 @param setType 2405 boolean supportsResultSetConcurrency([in]long setType, 2411 @param setType 2419 boolean ownUpdatesAreVisible([in]long setType) raises (SQLException); 2423 @param setType 2431 boolean ownDeletesAreVisible([in]long setType) raises (SQLException); 2435 @param setType 2443 boolean ownInsertsAreVisible([in]long setType) raises (SQLException); [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | StyleUtilities.java | 152 autostyle.setType(STYLE); in copyStyle() 444 autostyle.setType(STYLE); in deriveStyle() 470 autostyle.setType(STYLE); in deriveCommonStyle() 498 autostyle.setType(STYLE); in deriveAutomaticStyle()
|
| /AOO41X/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchydata.cxx | 240 rData.setType( HierarchyEntryData::LINK ); in getData() 244 rData.setType( HierarchyEntryData::FOLDER ); in getData() 1235 m_pImpl->entry.setType( HierarchyEntryData::LINK ); in operator *() 1239 m_pImpl->entry.setType( HierarchyEntryData::FOLDER ); in operator *()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
| H A D | GroupReadHandler.java | 63 groupInstanceSection.setType("group-instance"); in GroupReadHandler() 156 groupBody.setType("group-body"); in doneParsing()
|
| H A D | ReportReadHandler.java | 181 groupBody.setType("report-body"); in doneParsing() 224 section.setType(name); in createSection()
|
| /AOO41X/main/wizards/com/sun/star/wizards/db/ |
| H A D | ColumnPropertySet.java | 85 setType(nType, sTypeName, precision); in assignPropertyValues() 146 private void setType(int _nType, String _sTypeName, Integer precision) in setType() method in ColumnPropertySet
|