Home
last modified time | relevance | path

Searched refs:SCROLL_SENSITIVE (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sd/source/ui/view/
H A Dsdwindow.cxx54 #define SCROLL_SENSITIVE 20 // Sensitiver Bereich (Pixel) macro
1123 if (aSize.Width() > SCROLL_SENSITIVE * 3) in DropScroll()
1125 if ( rMousePos.X() < SCROLL_SENSITIVE ) in DropScroll()
1130 if ( rMousePos.X() >= aSize.Width() - SCROLL_SENSITIVE ) in DropScroll()
1136 if (aSize.Height() > SCROLL_SENSITIVE * 3) in DropScroll()
1138 if ( rMousePos.Y() < SCROLL_SENSITIVE ) in DropScroll()
1143 if ( rMousePos.Y() >= aSize.Height() - SCROLL_SENSITIVE ) in DropScroll()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx547 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
620 case ResultSetType::SCROLL_SENSITIVE: in setResultSetType()
H A DAResultSet.cxx1015 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1615 case ResultSetType::SCROLL_SENSITIVE: in supportsResultSetConcurrency()
1647 case ResultSetType::SCROLL_SENSITIVE: in ownUpdatesAreVisible()
1669 case ResultSetType::SCROLL_SENSITIVE: in ownDeletesAreVisible()
1691 case ResultSetType::SCROLL_SENSITIVE: in ownInsertsAreVisible()
H A DOStatement.cxx708 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
804 case ResultSetType::SCROLL_SENSITIVE: in setResultSetType()
H A DOResultSet.cxx1282 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
1290 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
1296 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DResultSetType.idl54 const long SCROLL_SENSITIVE = 1005;
/aoo41x/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx1133 case ResultSetType::SCROLL_SENSITIVE: in supportsResultSetType()
1147 case ResultSetType::SCROLL_SENSITIVE: in supportsResultSetConcurrency()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3208 #define SCROLL_SENSITIVE 20 macro
3220 if (aSize.Width() > SCROLL_SENSITIVE * 3) in DropScroll()
3222 if ( rMousePos.X() < SCROLL_SENSITIVE && pViewData->GetPosX(WhichH(eWhich)) > 0 ) in DropScroll()
3224 if ( rMousePos.X() >= aSize.Width() - SCROLL_SENSITIVE in DropScroll()
3228 if (aSize.Height() > SCROLL_SENSITIVE * 3) in DropScroll()
3230 if ( rMousePos.Y() < SCROLL_SENSITIVE && pViewData->GetPosY(WhichV(eWhich)) > 0 ) in DropScroll()
3232 if ( rMousePos.Y() >= aSize.Height() - SCROLL_SENSITIVE in DropScroll()
/aoo41x/main/dbaccess/source/core/api/
H A DRowSet.cxx170 m_nResultSetType = ResultSetType::SCROLL_SENSITIVE; in ORowSet()
1619 { { ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::UPDATABLE }, in setStatementResultSetType()
1621 { ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::READ_ONLY }, in setStatementResultSetType()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx249 …case ResultSetType::SCROLL_SENSITIVE: resultSetType = sql::ResultSet::TYPE_SCROLL_SENSITIVE; brea… in impl_getRSTypeMetaData()
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx1252 …setPropertyValue( PROPERTY_RESULTSET_TYPE, makeAny( (sal_Int32)ResultSetType::SCROLL_SENSITIVE ) ); in executeRowSet()

Completed in 139 milliseconds