Home
last modified time | relevance | path

Searched refs:GotoTOXMark (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx289 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_PRV ); in InitControls()
291 pSh->GotoTOXMark( *pMoveMark, TOX_NXT ), bShow = sal_True; in InitControls()
293 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_NXT ); in InitControls()
304 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_SAME_PRV ); in InitControls()
308 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_SAME_NXT ); in InitControls()
956 pSh->GotoTOXMark( *pMoveMark, TOX_NXT ); in UpdateDialog()
958 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_NXT ); in UpdateDialog()
960 pSh->GotoTOXMark( *pMoveMark, TOX_PRV ); in UpdateDialog()
968 pSh->GotoTOXMark( *pMoveMark, TOX_SAME_NXT ); in UpdateDialog()
970 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_SAME_NXT ); in UpdateDialog()
[all …]
H A Dtoxmgr.cxx74 pNext = (SwTOXMark*)&pSh->GotoTOXMark( *pCurTOXMark, TOX_NXT ); in DeleteTOXMark()
255 pCurTOXMark = (SwTOXMark*)&pSh->GotoTOXMark( *pCurTOXMark, eDir ); in NextTOXMark()
266 pCurTOXMark = (SwTOXMark*)&pSh->GotoTOXMark(*pCurTOXMark, eDir ); in PrevTOXMark()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx714 const SwTOXMark& GotoTOXMark( const SwTOXMark& rStart, SwTOXSearch eDir );
H A Ddoc.hxx1443 const SwTOXMark& GotoTOXMark( const SwTOXMark& rCurTOXMark,
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx597 const SwTOXMark& SwCrsrShell::GotoTOXMark( const SwTOXMark& rStart, in GotoTOXMark() function in SwCrsrShell
604 const SwTOXMark& rNewMark = GetDoc()->GotoTOXMark( rStart, eDir, in GotoTOXMark()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx240 const SwTOXMark& SwDoc::GotoTOXMark( const SwTOXMark& rCurTOXMark, in GotoTOXMark() function in SwDoc

Completed in 91 milliseconds