Home
last modified time | relevance | path

Searched refs:i_bFetchRow (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DCacheSet.hxx173 virtual sal_Bool previous_checked( sal_Bool i_bFetchRow );
174 virtual sal_Bool absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow );
175 virtual sal_Bool last_checked( sal_Bool i_bFetchRow);
H A DKeySet.hxx231 virtual sal_Bool previous_checked( sal_Bool i_bFetchRow );
232 virtual sal_Bool absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow );
233 virtual sal_Bool last_checked( sal_Bool i_bFetchRow);
H A DKeySet.cxx1250 sal_Bool OKeySet::last_checked( sal_Bool i_bFetchRow) in last_checked() argument
1258 if ( i_bFetchRow ) in last_checked()
1276 sal_Bool OKeySet::absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow ) in absolute_checked() argument
1314 if ( i_bFetchRow ) in absolute_checked()
1331 sal_Bool OKeySet::previous_checked( sal_Bool i_bFetchRow ) in previous_checked() argument
1338 if ( i_bFetchRow ) in previous_checked()

Completed in 24 milliseconds