Lines Matching refs:nFetchSize
63 sal_Int32 nFetchSize = m_nFetchSize; \
78 impl_fetchData( nRow, nFetchSize, nFetchDirection ); \
471 sal_Int32 nFetchSize = impl_getPos( m_aPropertyNameForFetchSize ); in CCRS_PropertySetInfo() local
474 if( nFetchSize != -1 ) in CCRS_PropertySetInfo()
485 if( n == nFetchSize || n == nFetchDirection ) in CCRS_PropertySetInfo()
496 if( nFetchSize != -1 ) in CCRS_PropertySetInfo()
497 m_nFetchSizePropertyHandle = (*pOrigProps)[nFetchSize].Handle; in CCRS_PropertySetInfo()
510 if( nFetchSize != -1 ) in CCRS_PropertySetInfo()
824 fetchInterface->fetchMethod( nRow, nFetchSize, bDirection ); \
839 , sal_Int32 nFetchSize, sal_Int32 nFetchDirection ) in impl_fetchData() argument
1259 sal_Int32 nFetchSize = m_nFetchSize; \
2067 sal_Int32 nFetchSize = m_nFetchSize; in getObject() local
2080 impl_fetchData( nRow, nFetchSize, nFetchDirection ); in getObject()