Searched refs:i_nMaxRows (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 91 sal_Int32 i_nMaxRows) in DBG_NAME() 129 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME() 181 …w OptimisticSet(m_aContext,xConnection,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME() 243 m_pCacheSet = new OBookmarkSet(i_nMaxRows); in DBG_NAME() 282 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME() 287 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME() 324 …ble,xUpdateTableKeys,aUpdateTableName ,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME() 351 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME()
|
H A D | BookmarkSet.hxx | 43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet() argument
|
H A D | WrappedResultSet.hxx | 44 WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in WrappedResultSet() argument
|
H A D | StaticSet.hxx | 43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet() argument
|
H A D | OptimisticSet.hxx | 76 sal_Int32 i_nMaxRows,
|
H A D | CacheSet.cxx | 105 OCacheSet::OCacheSet(sal_Int32 i_nMaxRows) in DBG_NAME() 106 :m_nMaxRows(i_nMaxRows) in DBG_NAME()
|
H A D | OptimisticSet.cxx | 99 sal_Int32 i_nMaxRows, in DBG_NAME() 101 … :OKeySet(NULL,NULL,::rtl::OUString(),_xComposer,_aParameterValueForCache,i_nMaxRows,o_nRowCount) in DBG_NAME()
|
H A D | RowSetCache.hxx | 202 sal_Int32 i_nMaxRows);
|
H A D | CacheSet.hxx | 87 OCacheSet(sal_Int32 i_nMaxRows);
|
H A D | KeySet.hxx | 160 sal_Int32 i_nMaxRows,
|
H A D | KeySet.cxx | 153 sal_Int32 i_nMaxRows, in DBG_NAME() 155 :OCacheSet(i_nMaxRows) in DBG_NAME()
|
Completed in 76 milliseconds