Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dvprint.cxx330 SwShellCursor *pFirstCursor = pActCursor->GetNext(); in FillPrtDoc() local
353 else if (pFirstCursor) in FillPrtDoc()
355 aSelPoint = pFirstCursor->GetSttPos(); in FillPrtDoc()
392 if( pFirstCursor && pFirstCursor->HasMark() ) in FillPrtDoc()
398pFirstCursor->GetContentNode( (*pFirstCursor->GetMark()) > (*pFirstCursor->GetPoint()) ); in FillPrtDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dvprint.cxx350 SwShellCursor *pFirstCursor = pActCursor->GetNext(); in FillPrtDoc() local
373 else if (pFirstCursor) in FillPrtDoc()
375 aSelPoint = pFirstCursor->GetSttPos(); in FillPrtDoc()
412 if( pFirstCursor && pFirstCursor->HasMark() ) in FillPrtDoc()
418pFirstCursor->GetContentNode( (*pFirstCursor->GetMark()) > (*pFirstCursor->GetPoint()) ); in FillPrtDoc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dcontent.cxx3587 SwCursor* pFirstCursor = m_pActiveShell->GetSwCursor(); in SelectOutlinesWithSelection() local
3588 SwCursor* pCursor = pFirstCursor; in SelectOutlinesWithSelection()
3600 } while (pCursor && pCursor != pFirstCursor); in SelectOutlinesWithSelection()