/trunk/main/sw/source/core/crsr/ |
H A D | crbm.cxx | 57 *(m_pCrsr->GetMark()) = pMark->GetMarkEnd(); in SetCrsrToMark() 83 return rpFirst->GetMarkEnd() > rpSecond->GetMarkEnd(); in lcl_ReverseMarkOrderingByEnd() 122 *(aCrsrSt.m_pCrsr)->GetPoint() = pMark->GetMarkEnd(); in GotoMark()
|
H A D | bookmrk.cxx | 90 const SwPosition& rEnd = pField->GetMarkEnd(); in lcl_AssureFieldMarksSet() 120 const SwPosition& rEnd = pField->GetMarkEnd(); in lcl_RemoveFieldMarks() 155 return GetMarkStart() <= rPos && rPos <= GetMarkEnd(); in IsCoveringPosition() 388 SwPosition aNewEndPos = this->GetMarkEnd(); in InitDoc()
|
H A D | annotationmark.cxx | 61 GetMarkEnd().nNode.GetNode().GetTxtNode()->GetFldTxtAttrAt( in InitDoc() 62 GetMarkEnd().nContent.GetIndex()-1, true ); in InitDoc()
|
/trunk/main/sw/inc/ |
H A D | IMark.hxx | 53 virtual const SwPosition& GetMarkEnd() const =0; 73 { return GetMarkEnd() < rPos; } in EndsBefore() 75 { return GetMarkEnd() > rPos; } in EndsAfter()
|
/trunk/main/sw/source/core/doc/ |
H A D | swserv.cxx | 141 && rPos < CNTNT_TYPE.pBkmk->GetMarkEnd(); in SendDataChanged() 182 bCall = *pStt <= CNTNT_TYPE.pBkmk->GetMarkEnd() in SendDataChanged() 226 * pEnd = &CNTNT_TYPE.pBkmk->GetMarkEnd(); in IsLinkInServer()
|
H A D | docbm.cxx | 93 return rpFirst->GetMarkEnd() < rpSecond->GetMarkEnd(); in lcl_MarkOrderingByEnd() 290 const SwPosition* const pEndPos = &pMark->GetMarkEnd();
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1693 pMark->GetMarkEnd().nNode == nNd ) in GetBookmarks() 1698 const xub_StrLen nBEnd = pMark->GetMarkEnd().nContent.GetIndex(); in GetBookmarks() 1699 …const bool bIsEndOk = ( pMark->GetMarkEnd().nNode == nNd ) && ( nBEnd >= nStt ) && ( nBEnd <= nEnd… in GetBookmarks() 1714 xub_StrLen nOEnd = pOneB->GetMarkEnd().nContent.GetIndex(); in operator ()() 1715 xub_StrLen nTEnd = pTwoB->GetMarkEnd().nContent.GetIndex(); in operator ()() 1739 xub_StrLen nNext = pMarkEnd->GetMarkEnd().nContent.GetIndex(); in NearestBookmark() 1767 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in GetSortedBookmarks() 1772 …if ( nEnd > nAktPos && nEnd <= ( nAktPos + nLen ) && (pMark->GetMarkEnd().nNode == rNode.GetIndex(… in GetSortedBookmarks()
|
H A D | docxexport.cxx | 130 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in AppendBookmarks()
|
H A D | rtfexport.cxx | 170 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in AppendBookmarks()
|
/trunk/main/sw/source/core/inc/ |
H A D | crossrefbookmark.hxx | 47 virtual const SwPosition& GetMarkEnd() const in GetMarkEnd() function in sw::mark::CrossRefBookmark
|
H A D | bookmrk.hxx | 70 virtual const SwPosition& GetMarkEnd() const in GetMarkEnd() function in sw::mark::MarkBase
|
/trunk/main/sc/inc/ |
H A D | markarr.hxx | 65 SCROW GetMarkEnd( SCROW nRow, sal_Bool bUp ) const;
|
/trunk/main/sc/source/core/data/ |
H A D | markarr.cxx | 348 SCROW ScMarkArray::GetMarkEnd( SCROW nRow, sal_Bool bUp ) const in GetMarkEnd() function in ScMarkArray
|
H A D | attarray.cxx | 2502 SCROW nMarkEnd = pMarkArray->GetMarkEnd( nStartRow, sal_True ); in SearchStyleRange() 2512 SCROW nMarkEnd = pMarkArray->GetMarkEnd( nStartRow, sal_False ); in SearchStyleRange()
|
H A D | table1.cxx | 1157 SCROW nEnd = rArray.GetMarkEnd( nStart, sal_False ); in GetNextMarkedCell()
|
/trunk/main/sw/source/core/fields/ |
H A D | reffld.cxx | 856 *pEnd = pBkmk->GetMarkEnd().nContent.GetIndex(); in FindAnchor()
|
/trunk/main/sw/source/core/undo/ |
H A D | undobj.cxx | 861 const SwPosition& rAnnotationEndPos = pBkmk->GetMarkEnd(); in DelCntntIndex()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 176 const SwPosition& rEndPos = pBkmk->GetMarkEnd(); in lcl_FillBookmarkArray()
|
H A D | unoobj2.cxx | 1019 SwPaM aPam(pBkmk->GetMarkEnd()); in getEnd()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 156 const SwPosition& rMarkEnd = pMark->GetMarkEnd(); in lcl_CopyBookmarks()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 3824 *aPaM.GetMark() = pMark->GetMarkEnd(); in WriteData()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1091 const SwPosition* pEnd = &pMark->GetMarkEnd(); in Update()
|