/trunk/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 363 const SwRedline& rRedln = pSh->GetRedline(i); in InitAuthors() 400 const SwRedline& rRedln = pSh->GetRedline( nPos ); in InitAuthors() 506 const SwRedline& rRedln = pSh->GetRedline(i); in Activate() 562 const SwRedline& rRedln = pSh->GetRedline(i); in Activate() 598 const SwRedline& rRedln = pSh->GetRedline(nStart); in CalcDiff() 644 if (&pSh->GetRedline(i).GetRedlineData() == pRedlineData) in CalcDiff() 856 const SwRedline& rRedln = pSh->GetRedline(i); in InsertParents() 1146 const SwRedline& rRedln = pSh->GetRedline( nPos ); in IMPL_LINK() 1243 const SwRedline &rRedline = pSh->GetRedline(nPos); in IMPL_LINK()
|
/trunk/main/sw/source/core/edit/ |
H A D | edredln.cxx | 64 const SwRedline& SwEditShell::GetRedline( sal_uInt16 nPos ) const in GetRedline() function in SwEditShell 116 return GetDoc()->GetRedline( *GetCrsr()->GetPoint(), 0 ); in GetCurrRedline()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 281 GetRedline(sUnknown); in WriteRevTab() 287 GetRedline(SW_MOD()->GetRedlineAuthor(pRedl->GetAuthor())); in WriteRevTab() 294 const String* pAuthor = GetRedline(i); in WriteRevTab() 1158 sal_uInt16 RtfExport::GetRedline( const String& rAuthor ) in GetRedline() function in RtfExport 1171 const String* RtfExport::GetRedline( sal_uInt16 nId ) in GetRedline() function in RtfExport
|
H A D | rtfexport.hxx | 181 sal_uInt16 GetRedline( const String& rAuthor ); 182 const String* GetRedline( sal_uInt16 nId );
|
H A D | wrtw8nds.cxx | 225 const SwRedlineData* GetRedline( xub_StrLen nPos ); 299 pCurRedline = m_rExport.pDoc->GetRedline( aPosition, &nCurRedlinePos ); in WW8SwAttrIter() 1257 const SwRedlineData* WW8SwAttrIter::GetRedline( xub_StrLen nPos ) in GetRedline() function in WW8SwAttrIter 1870 const SwRedlineData* pRedlineData = aAttrIter.GetRedline( nAktPos ); in OutputTextNode() 2063 AttrOutput().Redline( aAttrIter.GetRedline( nEnd ) ); in OutputTextNode()
|
H A D | rtfattributeoutput.cxx | 713 …m_aRun.getOStringBuffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedli… in Redline() 720 …m_aRun.getOStringBuffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedli… in Redline()
|
/trunk/main/sw/source/core/doc/ |
H A D | docredln.cxx | 376 if( !GetRedline( *pStt, &n ) && n ) in AppendRedline() 1334 GetRedline( *pStt, &n ); in SplitRedline() 1413 GetRedline( *pStt, &n ); in DeleteRedline() 1547 const SwRedline* SwDoc::GetRedline( const SwPosition& rPos, in GetRedline() function in SwDoc 2051 const SwRedline* pRedl = pDoc->GetRedline( *pStt, 0 ); in lcl_AdjustRedlineRange() 2064 const SwRedline* pRedl = pDoc->GetRedline( *pEnd, 0 ); in lcl_AdjustRedlineRange()
|
H A D | docedt.cxx | 497 pDoc->GetRedline( *pStart, &nCurrentRedline ); in lcl_SaveRedlines() 578 if( pDoc->GetRedline( aSrchPos, &nRedlPos ) && nRedlPos ) in lcl_SaveRedlines() 692 const SwRedline* pRedl = pDest->GetRedline( aSrcPos, &nFndPos ); in _SaveRedlEndPosForRestore()
|
H A D | doccomp.cxx | 1705 if( !pDoc->GetRedline( *pDStt, &n ) && n ) in InsertRedline()
|
/trunk/main/sw/inc/ |
H A D | IDocumentRedlineAccess.hxx | 192 virtual const SwRedline* GetRedline(
|
H A D | redline.hxx | 304 const SwRedline* GetRedline() const { return pRedline; } in GetRedline() function in SwRedlineHint
|
H A D | unoredline.hxx | 147 const SwRedline* GetRedline() const {return pRedline;} in GetRedline() function in SwXRedline
|
H A D | editsh.hxx | 871 const SwRedline& GetRedline( sal_uInt16 nPos ) const;
|
H A D | doc.hxx | 798 …virtual const SwRedline* GetRedline(/*[in]*/const SwPosition& rPos, /*[in]*/sal_uInt16* pFndPos) c…
|
/trunk/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 128 const SwRedline* pRedline = pIDRA->GetRedline( rAnchorPos, 0 ); in getLayoutInfos()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoredlines.cxx | 131 if(pxRedline->GetRedline() == &rRedline) in GetObject()
|
/trunk/main/sw/source/ui/inc/ |
H A D | content.hxx | 137 SwRedline* GetRedline() { return pRedline; } in GetRedline() function in SwPostItContent
|
/trunk/main/sw/source/core/undo/ |
H A D | undobj.cxx | 1106 rRange.GetDoc()->GetRedline( *pStt, &n ); in FillSaveData() 1143 rRange.GetDoc()->GetRedline( *pStt, &n ); in FillSaveDataForFmt()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 612 pSrcDoc->GetRedline( *pStt, &n ); in lcl_DeleteRedlines()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 659 const SwRedline& rRedline = pWrtShell->GetRedline( nRedline ); in Execute()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1471 const SwRedline* pRedl = GetDoc()->GetRedline(aPos, NULL); in GetContentAtPos()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 3422 …DocShell()->GetWrtShell()->FindRedlineOfData(((SwPostItContent*)pCnt)->GetRedline()->GetRedlineDat… in GotoContent()
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.cxx | 778 pRedline = pDoc->GetRedline( *pStart, NULL ); in GetRedlineAtIndex()
|