Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx47 …Set::skipDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetri… in skipDeleted() argument
53 sal_Int32 nDelOffset = abs(_nOffset); in skipDeleted()
58 return moveAbsolute(_nOffset,_bRetrieveData); in skipDeleted()
68 eDelPosition = (_nOffset >= 0) ? IResultSetHelper::NEXT : IResultSetHelper::PRIOR; in skipDeleted()
121 bDataFound = m_pHelper->move(_eCursorPosition, _nOffset, _bRetrieveData); in skipDeleted()
/trunk/main/stoc/source/corereflection/
H A Dcrcomp.cxx44 sal_Int32 _nOffset; member in stoc_corefl::IdlCompFieldImpl
51 , _nOffset( nOffset ) in IdlCompFieldImpl()
205 &aRet, (char *)rObj.getValue() + _nOffset, getTypeDescr(), in get()
234 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
271 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1577 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move() argument
1607 if ( aIter->second == _nOffset ) in move()
1622 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,nFetchOrientation,_nOffset); in move()
1624 …DeletedSet::OResultSet::move(%d,%d), FetchState = %d",nFetchOrientation,_nOffset,m_nCurrentFetchSt… in move()
1645 m_nRowPos += _nOffset; in move()
1649 m_nRowPos = _nOffset; in move()
1694 sal_Bool OResultSet::moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_… in moveImpl() argument
1699 ? m_pSkipDeletedSet->skipDeleted(_eCursorPosition,_nOffset,_bRetrieveData) in moveImpl()
1700 : move(_eCursorPosition,_nOffset,_bRetrieveData); in moveImpl()
/trunk/main/connectivity/source/inc/
H A DTSkipDeletedSet.hxx43 sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData);
67 …sal_Bool skipDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bR…
H A DTResultSetHelper.hxx46 virtual sal_Bool move(Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) = 0;
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx84 sal_Int32 _nOffset ) in AccessibleBrowseBoxTableCell() argument
87 m_nOffset = ( OFFSET_DEFAULT == _nOffset ) ? (sal_Int32)BBINDEX_FIRSTCONTROL : _nOffset; in AccessibleBrowseBoxTableCell()
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx190 sal_Int32 _nOffset
482 …erence< XWindow >& _xFocusWindow, sal_Int32 _nRowId, sal_uInt16 _nColId, sal_Int32 _nOffset ) const in createAccessibleBrowseBoxTableCell()
485 _nRowId, _nColId, _nOffset ); in createAccessibleBrowseBoxTableCell()
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx169 …sal_Bool moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetr…
311 …virtual sal_Bool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _b…
/trunk/main/svtools/inc/svtools/
H A Daccessiblefactory.hxx133 sal_Int32 _nOffset
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTableCell.hxx56 sal_Int32 _nOffset );
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1865 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move() argument
1868 return Move(_eCursorPosition,_nOffset,_bRetrieveData); in move()
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx332 …virtual sal_Bool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _b…

Completed in 58 milliseconds