/aoo41x/main/connectivity/source/commontools/ |
H A D | TSkipDeletedSet.cxx | 47 …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()
|
/aoo41x/main/stoc/source/corereflection/ |
H A D | crcomp.cxx | 44 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()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 1577 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()
|
/aoo41x/main/connectivity/source/inc/ |
H A D | TSkipDeletedSet.hxx | 43 sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData); 67 …sal_Bool skipDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bR…
|
H A D | TResultSetHelper.hxx | 46 virtual sal_Bool move(Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) = 0;
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 84 sal_Int32 _nOffset ) in AccessibleBrowseBoxTableCell() argument 87 m_nOffset = ( OFFSET_DEFAULT == _nOffset ) ? (sal_Int32)BBINDEX_FIRSTCONTROL : _nOffset; in AccessibleBrowseBoxTableCell()
|
/aoo41x/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 190 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()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OResultSet.hxx | 169 …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…
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | accessiblefactory.hxx | 133 sal_Int32 _nOffset
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxTableCell.hxx | 56 sal_Int32 _nOffset );
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 1865 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move() argument 1868 return Move(_eCursorPosition,_nOffset,_bRetrieveData); in move()
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FResultSet.hxx | 332 …virtual sal_Bool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _b…
|