Home
last modified time | relevance | path

Searched refs:bookmark (Results 26 – 50 of 179) sorted by relevance

12345678

/aoo42x/main/offapi/com/sun/star/text/
H A DTextPortion.idl103 <dt>Bookmark</dt><dd>a bookmark</dd>
125 /** contains the bookmark of a text portion of type Bookmark. */
136 /** contains the bookmark of a text portion of type ReferenceMark. */
H A DBookmark.idl42 /** A bookmark is a <type>TextContent</type>, which is like a jump
52 /** This interface specifies the name of the bookmark.
H A DTextSection.idl116 <p>The source may be a text section or a bookmark.
137 <p>The element can be i.e. a name of a cell in a sheet or a bookmark.</p>
H A DReferenceFieldSource.idl47 /** The source is a bookmark.
/aoo42x/main/mysqlc/source/
H A Dmysqlc_resultset.hxx295 sal_Bool SAL_CALL moveToBookmark(const Any& bookmark)
298 sal_Bool SAL_CALL moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows)
306 sal_Int32 SAL_CALL hashBookmark(const Any& bookmark)
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx502 sal_Bool ORowSetCache::moveToBookmark( const Any& bookmark ) in moveToBookmark() argument
504 if ( m_pCacheSet->moveToBookmark(bookmark) ) in moveToBookmark()
532 sal_Bool ORowSetCache::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) in moveRelativeToBookmark() argument
534 sal_Bool bRet( moveToBookmark( bookmark ) ); in moveRelativeToBookmark()
557 sal_Int32 ORowSetCache::hashBookmark( const Any& bookmark ) in hashBookmark() argument
559 return m_pCacheSet->hashBookmark(bookmark); in hashBookmark()
H A DCacheSet.hxx131 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
132 …virtual sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_…
135 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DKeySet.hxx210 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
212 …virtual sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_…
218 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DRowSetBase.hxx338 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
339 …virtual sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_…
342 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DKeySet.cxx399 sal_Bool SAL_CALL OKeySet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcepti… in moveToBookmark() argument
403 m_aKeyIter = m_aKeyMap.find(::comphelper::getINT32(bookmark)); in moveToBookmark()
407 sal_Bool SAL_CALL OKeySet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(SQLE… in moveRelativeToBookmark() argument
411 m_aKeyIter = m_aKeyMap.find(::comphelper::getINT32(bookmark)); in moveRelativeToBookmark()
436 sal_Int32 SAL_CALL OKeySet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExceptio… in hashBookmark() argument
439 return ::comphelper::getINT32(bookmark); in hashBookmark()
H A Dresultset.hxx232 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
233 …virtual sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_…
236 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/sw/source/core/undo/
H A Dundo.src78 Text [ en-US ] = "Delete bookmark: $1" ;
82 Text [ en-US ] = "Insert bookmark: $1" ;
572 Text [ en-US ] = "Rename bookmark: $1 $2 $3" ;
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx210 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
211 …virtual sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_…
214 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx718 sal_Bool SAL_CALL OResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, RuntimeE… in moveToBookmark() argument
726 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(… in moveRelativeToBookmark() argument
748 sal_Int32 SAL_CALL OResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, RuntimeEx… in hashBookmark() argument
H A DSResultSet.hxx197 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
198 …Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows )…
201 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/connectivity/source/inc/ado/
H A DAResultSet.hxx219 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
220 …Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows )…
223 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx232 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
233 …Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows )…
236 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/sw/source/ui/ribbar/
H A Dworkctrl.src286 Text [ en-US ] = "Next bookmark" ;
358 Text [ en-US ] = "Previous bookmark" ;
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx302 …virtual sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com…
303 …Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows )…
306 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java486 final Object bookmark = m_rowLocate.getBookmark(); in testRowSetEvents() local
489 temp[0] = bookmark; in testRowSetEvents()
495 temp2[0] = bookmark; in testRowSetEvents()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx459 sal_Bool SAL_CALL SbaXFormAdapter::moveToBookmark(const Any& bookmark) throw( ::com::sun::star::sdb… in moveToBookmark() argument
463 return xIface->moveToBookmark(bookmark); in moveToBookmark()
467 sal_Bool SAL_CALL SbaXFormAdapter::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) thro… in moveRelativeToBookmark() argument
471 return xIface->moveRelativeToBookmark(bookmark,rows); in moveRelativeToBookmark()
493 sal_Int32 SAL_CALL SbaXFormAdapter::hashBookmark(const Any& bookmark) throw( ::com::sun::star::sdbc… in hashBookmark() argument
497 return xIface->hashBookmark(bookmark); in hashBookmark()
/aoo42x/main/dbaccess/source/core/resource/
H A Dstrings.src305 Text [ en-US ] = "The rows before the first and after the last row don't have a bookmark.";
309 Text [ en-US ] = "The current row is deleted, and thus doesn't have a bookmark.";
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1171 sal_Bool SAL_CALL OResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, RuntimeE… in moveToBookmark() argument
1178 bookmark >>= m_aBookmark; in moveToBookmark()
1200 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(… in moveRelativeToBookmark() argument
1208 bookmark >>= m_aBookmark; in moveRelativeToBookmark()
/aoo42x/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Da_bookmarks.infile21 #testing bookmark conversion
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXBookmarksSupplier.idl49 A bookmark is simply a string specifying the location of the

Completed in 122 milliseconds

12345678