Searched refs:GotoMark (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh3.cxx | 65 case BOOKMARK_INDEX:bRet = SwCrsrShell::GotoMark( pMark );break; in MoveBookMark() 147 sal_Bool SwWrtShell::GotoMark( const ::rtl::OUString& rName ) in GotoMark() function in SwWrtShell 155 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark ) in GotoMark() function in SwWrtShell
|
| H A D | move.cxx | 663 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark, sal_Bool bSelect, sal_Bool bSt… in GotoMark() function in SwWrtShell 666 return SwCrsrShell::GotoMark( pMark, bStart ); in GotoMark()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 98 using SwCrsrShell::GotoMark; 411 sal_Bool GotoMark( const ::sw::mark::IMark* const pMark ); 412 sal_Bool GotoMark( const ::sw::mark::IMark* const pMark, sal_Bool bSelect, sal_Bool bStart ); 413 sal_Bool GotoMark( const ::rtl::OUString& rName );
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | crbm.cxx | 115 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark, bool bAtStart) in GotoMark() function in SwCrsrShell 129 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark) in GotoMark() function in SwCrsrShell
|
| /trunk/main/sw/inc/ |
| H A D | crsrsh.hxx | 590 bool GotoMark( const ::sw::mark::IMark* const pMark ); // sets CurCrsr.SPoint 591 bool GotoMark( const ::sw::mark::IMark* const pMark, bool bAtStart );
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view2.cxx | 1602 rSh.GotoMark( ppBookmark->get() ); in ExecuteStatusLine() 1959 pWrtShell->GotoMark( ppMark->get(), sal_False, sal_True ), bRet = sal_True; in JumpToSwMark() 1981 pWrtShell->GotoMark( ppMark->get(), sal_False, sal_True ), bRet = sal_True; in JumpToSwMark()
|
| H A D | viewmdi.cxx | 476 rSh.GotoMark(vNavMarks[nActMark]); in IMPL_STATIC_LINK()
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | dbinsdlg.cxx | 1464 rSh.GotoMark( pMark ); in DataToDoc()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 419 rSh.GotoMark(pMark); in select()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | content.cxx | 3386 pActiveShell->GotoMark(pCnt->GetName()); in GotoContent()
|