Searched refs:SCROLL_SENSITIVE (Results 1 – 12 of 12) sorted by relevance
54 #define SCROLL_SENSITIVE 20 // Sensitiver Bereich (Pixel) macro1123 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()
547 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()620 case ResultSetType::SCROLL_SENSITIVE: in setResultSetType()
1015 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
1615 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()
708 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()804 case ResultSetType::SCROLL_SENSITIVE: in setResultSetType()
1282 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()1290 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()1296 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
54 const long SCROLL_SENSITIVE = 1005;
1133 case ResultSetType::SCROLL_SENSITIVE: in supportsResultSetType()1147 case ResultSetType::SCROLL_SENSITIVE: in supportsResultSetConcurrency()
3208 #define SCROLL_SENSITIVE 20 macro3220 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()
170 m_nResultSetType = ResultSetType::SCROLL_SENSITIVE; in ORowSet()1619 { { ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::UPDATABLE }, in setStatementResultSetType()1621 { ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::READ_ONLY }, in setStatementResultSetType()
249 …case ResultSetType::SCROLL_SENSITIVE: resultSetType = sql::ResultSet::TYPE_SCROLL_SENSITIVE; brea… in impl_getRSTypeMetaData()
1252 …setPropertyValue( PROPERTY_RESULTSET_TYPE, makeAny( (sal_Int32)ResultSetType::SCROLL_SENSITIVE ) ); in executeRowSet()
Completed in 497 milliseconds