Home
last modified time | relevance | path

Searched refs:pRedl (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx686 pRedl->GetExtraData()->Reject( *pRedl ); in lcl_RejectRedline()
786 SwPaM aPam( *(pRedl->Start()), *(pRedl->End()) ); in lcl_RejectRedline()
825 pRedl->GetExtraData()->Reject( *pRedl ); in lcl_RejectRedline()
915 if( pRedl ) in lcl_AdjustRedlineRange()
928 if( pRedl ) in lcl_AdjustRedlineRange()
1226 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in AppendRedline()
1560 pRedl->Show(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
1737 pRedl->Hide(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
1808 pRedl->Hide(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
1836 pRedl->Hide(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
[all …]
H A Ddocredln.cxx1317 for(SwRangeRedline* pRedl : rTable) in MoveToSection()
1319 if( pRedl->GetBound() == *pStt ) in MoveToSection()
1320 pRedl->GetBound() = *pEnd; in MoveToSection()
1322 pRedl->GetBound(false) = *pEnd; in MoveToSection()
1463 for(SwRangeRedline* pRedl : rTable) in DelCopyOfSection()
1465 if( pRedl->GetBound() == *pStt ) in DelCopyOfSection()
1466 pRedl->GetBound() = *pEnd; in DelCopyOfSection()
1547 SwRangeRedline* pRedl = rTable[n]; in MoveFromSection() local
1553 SwRangeRedline* pRedl = rTable[n]; in MoveFromSection() local
1564 SwRangeRedline* pRedl = rTable[n]; in MoveFromSection() local
[all …]
H A DDocumentContentOperationsManager.cxx352 if( RedlineType::Delete == pRedl->GetType() && pRedl->IsVisible() ) in lcl_DeleteRedlines()
354 const SwPosition *pRStt = pRedl->Start(), *pREnd = pRedl->End(); in lcl_DeleteRedlines()
689 SwRangeRedline* pRedl; member
695 : pRedl(pR) in SaveRedline()
712 pRedl->GetMark()->nNode = 0; in SaveRedline()
717 : pRedl(pR) in SaveRedline()
738 pRedl->GetMark()->nNode = 0; in SaveRedline()
745 pRedl->GetPoint()->nContent.Assign( pRedl->GetContentNode(), nSttCnt ); in SetPos()
746 if( pRedl->HasMark() ) in SetPos()
749 pRedl->GetMark()->nContent.Assign( pRedl->GetContentNode(false), nEndCnt ); in SetPos()
[all …]
H A Ddocfmt.cxx1758 SwRangeRedline* pRedl = new SwRangeRedline( RedlineType::FmtColl, aPam ); in SetTextFormatCollByAutoFormat() local
1759 pRedl->SetMark(); in SetTextFormatCollByAutoFormat()
1776 pRedl->SetExtraData( &aExtraData ); in SetTextFormatCollByAutoFormat()
1779 getIDocumentRedlineAccess().AppendRedline( pRedl, true ); in SetTextFormatCollByAutoFormat()
1805 SwRangeRedline* pRedl = new SwRangeRedline( RedlineType::Format, rPam ); in SetFormatItemByAutoFormat() local
1806 if( !pRedl->HasMark() ) in SetFormatItemByAutoFormat()
1807 pRedl->SetMark(); in SetFormatItemByAutoFormat()
1813 pRedl->SetExtraData( &aExtraData ); in SetFormatItemByAutoFormat()
1816 getIDocumentRedlineAccess().AppendRedline( pRedl, true ); in SetFormatItemByAutoFormat()
H A Ddoccomp.cxx1965 SwRangeRedline* pRedl = rRedlineTable[ n ]; in InsertRedline() local
1966 SwPosition* pRStt = pRedl->Start(), in InsertRedline()
1967 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in InsertRedline()
1968 : pRedl->GetPoint(); in InsertRedline()
1969 if( RedlineType::Delete == pRedl->GetType() || in InsertRedline()
1970 RedlineType::Insert == pRedl->GetType() ) in InsertRedline()
2085 for(const SwRangeRedline* pRedl : rSrcRedlTable) in MergeDoc() local
2087 sal_uLong nNd = pRedl->GetPoint()->nNode.GetIndex(); in MergeDoc()
2088 RedlineType eType = pRedl->GetType(); in MergeDoc()
2097 vRedlines.emplace_back(*pDstNd, *pRedl); in MergeDoc()
H A Ddocedt.cxx271 const SwRangeRedline* pRedl; in SaveRedlEndPosForRestore() local
273 …&& *( pEnd = ( pRedl = pDest->getIDocumentRedlineAccess().GetRedlineTable()[ nFndPos ] )->End() ) … in SaveRedlEndPosForRestore()
274 && *pRedl->Start() < aSrcPos ) in SaveRedlEndPosForRestore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx757 pRedl->GetExtraData()->Reject( *pRedl ); in lcl_RejectRedline()
860 SwPaM aPam( *(pRedl->Start()), *(pRedl->End()) ); in lcl_RejectRedline()
896 pRedl->GetExtraData()->Reject( *pRedl ); in lcl_RejectRedline()
986 if( pRedl ) in lcl_AdjustRedlineRange()
999 if( pRedl ) in lcl_AdjustRedlineRange()
1297 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in AppendRedline()
1631 pRedl->Show(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
1808 pRedl->Hide(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
1879 pRedl->Hide(0, mpRedlineTable->GetPos(pRedl)); in AppendRedline()
2482 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in DeleteRedline()
[all …]
H A Ddocredln.cxx1392 for(SwRangeRedline* pRedl : rTable) in MoveToSection()
1394 if( pRedl->GetBound() == *pStt ) in MoveToSection()
1395 pRedl->GetBound() = *pEnd; in MoveToSection()
1546 for(SwRangeRedline* pRedl : rTable) in DelCopyOfSection()
1548 if( pRedl->GetBound() == *pStt ) in DelCopyOfSection()
1549 pRedl->GetBound() = *pEnd; in DelCopyOfSection()
1550 if( pRedl->GetBound(false) == *pStt ) in DelCopyOfSection()
1551 pRedl->GetBound(false) = *pEnd; in DelCopyOfSection()
1629 SwRangeRedline* pRedl = rTable[n]; in MoveFromSection() local
1635 SwRangeRedline* pRedl = rTable[n]; in MoveFromSection() local
[all …]
H A DDocumentContentOperationsManager.cxx373 if( RedlineType::Delete == pRedl->GetType() && pRedl->IsVisible() ) in lcl_DeleteRedlines()
375 const SwPosition *pRStt = pRedl->Start(), *pREnd = pRedl->End(); in lcl_DeleteRedlines()
710 SwRangeRedline* pRedl; member
716 : pRedl(pR) in SaveRedline()
733 pRedl->GetMark()->nNode = 0; in SaveRedline()
738 : pRedl(pR) in SaveRedline()
759 pRedl->GetMark()->nNode = 0; in SaveRedline()
766 pRedl->GetPoint()->nContent.Assign( pRedl->GetContentNode(), nSttCnt ); in SetPos()
767 if( pRedl->HasMark() ) in SetPos()
770 pRedl->GetMark()->nContent.Assign( pRedl->GetContentNode(false), nEndCnt ); in SetPos()
[all …]
H A Ddocfmt.cxx1789 SwRangeRedline* pRedl = new SwRangeRedline( RedlineType::FmtColl, aPam ); in SetTextFormatCollByAutoFormat() local
1790 pRedl->SetMark(); in SetTextFormatCollByAutoFormat()
1807 pRedl->SetExtraData( &aExtraData ); in SetTextFormatCollByAutoFormat()
1810 getIDocumentRedlineAccess().AppendRedline( pRedl, true ); in SetTextFormatCollByAutoFormat()
1836 SwRangeRedline* pRedl = new SwRangeRedline( RedlineType::Format, rPam ); in SetFormatItemByAutoFormat() local
1837 if( !pRedl->HasMark() ) in SetFormatItemByAutoFormat()
1838 pRedl->SetMark(); in SetFormatItemByAutoFormat()
1844 pRedl->SetExtraData( &aExtraData ); in SetFormatItemByAutoFormat()
1847 getIDocumentRedlineAccess().AppendRedline( pRedl, true ); in SetFormatItemByAutoFormat()
H A Ddoccomp.cxx1988 SwRangeRedline* pRedl = rRedlineTable[ n ]; in InsertRedline() local
1989 SwPosition* pRStt = pRedl->Start(), in InsertRedline()
1990 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in InsertRedline()
1991 : pRedl->GetPoint(); in InsertRedline()
1992 if( RedlineType::Delete == pRedl->GetType() || in InsertRedline()
1993 RedlineType::Insert == pRedl->GetType() ) in InsertRedline()
2108 for(const SwRangeRedline* pRedl : rSrcRedlTable) in MergeDoc() local
2110 sal_uLong nNd = pRedl->GetPoint()->nNode.GetIndex(); in MergeDoc()
2111 RedlineType eType = pRedl->GetType(); in MergeDoc()
2120 vRedlines.emplace_back(*pDstNd, *pRedl); in MergeDoc()
H A Ddocedt.cxx275 const SwRangeRedline* pRedl; in SaveRedlEndPosForRestore() local
277 …&& *( pEnd = ( pRedl = rDest.getIDocumentRedlineAccess().GetRedlineTable()[ nFndPos ] )->End() ) =… in SaveRedlEndPosForRestore()
278 && *pRedl->Start() < aSrcPos ) in SaveRedlEndPosForRestore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dundobj.cxx1376 SwRangeRedline* pRedl = new SwRangeRedline( *this, rPam ); in RedlineToDoc() local
1384 pRedl->SetContentIdx( &aIdx ); in RedlineToDoc()
1386 SetPaM( *pRedl ); in RedlineToDoc()
1390 rDoc.getIDocumentRedlineAccess().DeleteRedline( *pRedl, false, RedlineType::Any ); in RedlineToDoc()
1395 if (rDoc.GetDocShell() && (!pRedl->GetComment().isEmpty()) ) in RedlineToDoc()
1398 auto const result(rDoc.getIDocumentRedlineAccess().AppendRedline(pRedl, true)); in RedlineToDoc()
1419 SwRangeRedline* pRedl = rTable[n]; in FillSaveData() local
1422 ComparePosition( *pStt, *pEnd, *pRedl->Start(), *pRedl->End() ); in FillSaveData()
1451 SwRangeRedline* pRedl = rTable[n]; in FillSaveDataForFormat() local
1452 if ( RedlineType::Format == pRedl->GetType() ) in FillSaveDataForFormat()
[all …]
H A Dunins.cxx165 for(SwRangeRedline* pRedl : rTable) in CanGrouping()
167 SwIndex* pIdx = &pRedl->End()->nContent; in CanGrouping()
171 if( !pRedl->HasMark() || !m_pRedlData || in CanGrouping()
172 *pRedl != *m_pRedlData || *pRedl != aRData ) in CanGrouping()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dundobj.cxx1351 SwRangeRedline* pRedl = new SwRangeRedline( *this, rPam ); in RedlineToDoc() local
1359 pRedl->SetContentIdx( &aIdx ); in RedlineToDoc()
1361 SetPaM( *pRedl ); in RedlineToDoc()
1365 rDoc.getIDocumentRedlineAccess().DeleteRedline( *pRedl, false, RedlineType::Any ); in RedlineToDoc()
1370 if (rDoc.GetDocShell() && (!pRedl->GetComment().isEmpty()) ) in RedlineToDoc()
1373 auto const result(rDoc.getIDocumentRedlineAccess().AppendRedline(pRedl, true)); in RedlineToDoc()
1394 SwRangeRedline* pRedl = rTable[n]; in FillSaveData() local
1397 ComparePosition( *pStt, *pEnd, *pRedl->Start(), *pRedl->End() ); in FillSaveData()
1426 SwRangeRedline* pRedl = rTable[n]; in FillSaveDataForFormat() local
1427 if ( RedlineType::Format == pRedl->GetType() ) in FillSaveDataForFormat()
[all …]
H A Dunins.cxx170 for(SwRangeRedline* pRedl : rTable) in CanGrouping()
172 SwIndex* pIdx = &pRedl->End()->nContent; in CanGrouping()
176 if( !pRedl->HasMark() || !pRedlData || in CanGrouping()
177 *pRedl != *pRedlData || *pRedl != aRData ) in CanGrouping()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx309 const SwPosition* pStt = pRedl->Start(); in SearchNext()
311 ? pRedl->GetMark() in SearchNext()
1520 const SwPosition* pCheckedStt = pRedl->Start(); in GetParagraphLevelRedline()
1530 pCurRedline = pRedl; in GetParagraphLevelRedline()
1567 const SwPosition* pStt = pRedl->Start(); in GetRunLevelRedline()
1569 ? pRedl->GetMark() in GetRunLevelRedline()
1578 switch( pRedl->GetType() ) in GetRunLevelRedline()
1584 pCurRedline = pRedl; in GetRunLevelRedline()
1601 pCurRedline = pRedl; in GetRunLevelRedline()
1825 const SwPosition* pStt = pRedl->Start(); in lcl_getFormatCollection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx299 const SwPosition* pStt = pRedl->Start(); in SearchNext()
301 ? pRedl->GetMark() in SearchNext()
1496 const SwPosition* pCheckedStt = pRedl->Start(); in GetParagraphLevelRedline()
1506 pCurRedline = pRedl; in GetParagraphLevelRedline()
1544 const SwPosition* pStt = pRedl->Start(); in GetRunLevelRedline()
1546 ? pRedl->GetMark() in GetRunLevelRedline()
1555 switch( pRedl->GetType() ) in GetRunLevelRedline()
1561 pCurRedline = pRedl; in GetRunLevelRedline()
1579 pCurRedline = pRedl; in GetRunLevelRedline()
1804 const SwPosition* pStt = pRedl->Start(); in lcl_getFormatCollection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DSidebarTxtControl.cxx129 aContentAtPos.aFnd.pRedl->GetAuthorString() + " - " + in RequestHelp()
130 GetAppLangDateTimeString( aContentAtPos.aFnd.pRedl->GetTimeStamp() ); in RequestHelp()
H A Dedtwin2.cxx257 sText = lcl_GetRedlineHelp(*aContentAtPos.aFnd.pRedl, bBalloon); in RequestHelp()
367 sText = lcl_GetRedlineHelp(*aContentAtPos.aFnd.pRedl, bBalloon); in RequestHelp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtwin2.cxx248 sText = lcl_GetRedlineHelp(*aContentAtPos.aFnd.pRedl, bBalloon); in RequestHelp()
373 sText = lcl_GetRedlineHelp(*aContentAtPos.aFnd.pRedl, bBalloon); in RequestHelp()
H A DSidebarTxtControl.cxx191 aContentAtPos.aFnd.pRedl->GetAuthorString() + " - " + in RequestHelp()
192 GetAppLangDateTimeString( aContentAtPos.aFnd.pRedl->GetTimeStamp() ); in RequestHelp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dndtxt.cxx1363 for (SwRangeRedline* pRedl : rTable) in Update()
1365 if ( pRedl->HasMark() ) in Update()
1367 SwPosition* const pEnd = pRedl->End(); in Update()
1369 *pRedl->GetPoint() != *pRedl->GetMark() ) in Update()
1378 else if ( this == &pRedl->GetPoint()->nNode.GetNode() ) in Update()
1380 SwIndex & rIdx = pRedl->GetPoint()->nContent; in Update()
1386 bool const isOneUsed(&pRedl->GetBound() == pRedl->GetPoint()); in Update()
1387 assert(!pRedl->GetBound(!isOneUsed).nNode.GetNode().IsTextNode()); in Update()
1388 assert(!pRedl->GetBound(!isOneUsed).nContent.GetIdxReg()); (void)isOneUsed; in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dndtxt.cxx1367 for (SwRangeRedline* pRedl : rTable) in Update()
1369 if ( pRedl->HasMark() ) in Update()
1371 SwPosition* const pEnd = pRedl->End(); in Update()
1373 *pRedl->GetPoint() != *pRedl->GetMark() ) in Update()
1382 else if ( this == &pRedl->GetPoint()->nNode.GetNode() ) in Update()
1384 SwIndex & rIdx = pRedl->GetPoint()->nContent; in Update()
1390 bool const isOneUsed(&pRedl->GetBound() == pRedl->GetPoint()); in Update()
1391 assert(!pRedl->GetBound(!isOneUsed).nNode.GetNode().IsTextNode()); in Update()
1392 assert(!pRedl->GetBound(!isOneUsed).nContent.GetIdxReg()); (void)isOneUsed; in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dcrstrvl.cxx1638 … const SwRangeRedline* pRedl = GetDoc()->getIDocumentRedlineAccess().GetRedline(aPos, nullptr); in GetContentAtPos() local
1640 if( pRedl ) in GetContentAtPos()
1642 rContentAtPos.aFnd.pRedl = pRedl; in GetContentAtPos()
1658 pRedl->CalcStartEnd(pTextNd->GetIndex(), nStart, nEnd); in GetContentAtPos()

12