/aoo4110/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 425 if (pRedline) in ExecField() 427 sComment = pRedline->GetComment(); in ExecField() 441 pRedline->GetRedlineData().GetTimeStamp() ), in ExecField() 450 if (pActRed == pRedline) in ExecField() 849 const SwRedline *pRedline = pSh->GetCurrRedline(); in IMPL_LINK() local 853 if (pRedline) in IMPL_LINK() 879 pRedline = pSh->GetCurrRedline(); in IMPL_LINK() 880 sComment = pRedline->GetComment(); in IMPL_LINK() 908 if (pRedline) in IMPL_LINK() 928 pRedline = pSh->GetCurrRedline(); in IMPL_LINK() [all …]
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 199 pRedline(pRed) in SwXRedlinePortion() 201 SetCollapsed(!pRedline->HasMark()); in SwXRedlinePortion() 301 bFound = pRedline == rRedTbl[nRed]; in Validate() 417 pRedline(&rRedline) in SwXRedline() 454 pRedline->SetComment(sTmp); in setPropertyValue() 515 SwNode* pNode = pRedline->GetNode(); in getPropertyValue() 516 if(!bStart && pRedline->HasMark()) in getPropertyValue() 539 if(bStart || !pRedline->HasMark()) in getPropertyValue() 540 pPoint = pRedline->GetPoint(); in getPropertyValue() 542 pPoint = pRedline->GetMark(); in getPropertyValue() [all …]
|
H A D | unoportenum.cxx | 1095 const SwRedline* pRedline = rRedTbl[nRed]; in lcl_FillRedlineArray() local 1096 const SwPosition* pRedStart = pRedline->Start(); in lcl_FillRedlineArray() 1100 new SwXRedlinePortion_Impl ( pRedline, true ) ) ); in lcl_FillRedlineArray() 1101 if( pRedline->HasMark() && pRedline->End()->nNode == nOwnNode ) in lcl_FillRedlineArray() 1103 new SwXRedlinePortion_Impl ( pRedline, false) ) ); in lcl_FillRedlineArray()
|
H A D | unosect.cxx | 1218 const SwRedline* pRedline = rRedTbl[nRed]; in GetPropertyValues_Impl() local 1219 SwNode const*const pRedPointNode = pRedline->GetNode(sal_True); in GetPropertyValues_Impl() 1220 SwNode const*const pRedMarkNode = pRedline->GetNode(sal_False); in GetPropertyValues_Impl() 1231 *pRedline, bIsStart); in GetPropertyValues_Impl()
|
H A D | unocrsrhelper.cxx | 1080 SwRedline* pRedline = new SwRedline( aRedlineData, rPaM ); in makeRedline() local 1084 bool bRet = pRedlineAccess->AppendRedline( pRedline, false ); in makeRedline()
|
H A D | unotext.cxx | 1240 SwRedline const*const pRedline = rRedTbl[nRed]; in getPropertyValue() local 1241 SwPosition const*const pRedStart = pRedline->Start(); in getPropertyValue() 1246 *pRedline, sal_True); in getPropertyValue()
|
H A D | unotbl.cxx | 298 const SwRedline* pRedline = rRedTbl[nRed]; in lcl_GetSpecialProperty() local 299 const SwNode* pRedPointNode = pRedline->GetNode(sal_True); in lcl_GetSpecialProperty() 300 const SwNode* pRedMarkNode = pRedline->GetNode(sal_False); in lcl_GetSpecialProperty() 306 aRet <<= SwXRedlinePortion::CreateRedlineProperties(*pRedline, bIsStart); in lcl_GetSpecialProperty()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 601 inline sal_Bool XMLRedlineImportHelper::IsReady(RedlineInfo* pRedline) in IsReady() argument 605 return ( pRedline->aAnchorEnd.IsValid() && in IsReady() 606 pRedline->aAnchorStart.IsValid() && in IsReady() 607 !pRedline->bNeedsAdjustment ); in IsReady() 687 SwRedline* pRedline = in InsertIntoDocument() local 694 pRedline->SetMark(); in InsertIntoDocument() 695 *(pRedline->GetMark()) = *aPaM.GetMark(); in InsertIntoDocument() 704 pRedline->SetContentIdx(pRedlineInfo->pContentIndex); in InsertIntoDocument() 713 pDoc->AppendRedline(pRedline, false); in InsertIntoDocument()
|
H A D | XMLRedlineImportHelper.hxx | 141 inline sal_Bool IsReady(RedlineInfo* pRedline); 143 void InsertIntoDocument(RedlineInfo* pRedline); 146 RedlineInfo* pRedline, /// RedlineInfo to be converted
|
/aoo4110/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 128 const SwRedline* pRedline = pIDRA->GetRedline( rAnchorPos, 0 ); in getLayoutInfos() local 129 if( pRedline ) in getLayoutInfos() 131 if( nsRedlineType_t::REDLINE_INSERT == pRedline->GetType() ) in getLayoutInfos() 133 else if( nsRedlineType_t::REDLINE_DELETE == pRedline->GetType() ) in getLayoutInfos() 135 o_rInfo.mRedlineAuthor = pRedline->GetAuthor(); in getLayoutInfos()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 214 SwRedline *const pRedline( rTbl[ n ] ); in CorrAbs() local 216 lcl_PaMCorrAbs(*pRedline, *aPam.Start(), *aPam.End(), aNewPos); in CorrAbs() 218 if (bChanged && (*pRedline->GetPoint() == *pRedline->GetMark()) in CorrAbs() 219 && (pRedline->GetContentIdx() == NULL)) in CorrAbs()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | content.hxx | 120 SwRedline* pRedline; member in SwPostItContent 133 : SwContent( pCnt, rName, nYPos ), pRedline( pRed ),mbPostIt(false) in SwPostItContent() 137 SwRedline* GetRedline() { return pRedline; } in GetRedline()
|
/aoo4110/main/sw/inc/ |
H A D | redline.hxx | 292 const SwRedline* pRedline; member in SwRedlineHint 298 : pRedline(p) in SwRedlineHint() 304 const SwRedline* GetRedline() const { return pRedline; } in GetRedline()
|
H A D | unoredline.hxx | 75 const SwRedline* pRedline; member in SwXRedlinePortion 113 SwRedline* pRedline; member in SwXRedline 147 const SwRedline* GetRedline() const {return pRedline;} in GetRedline()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 1934 WW8_Annotation::WW8_Annotation(const SwRedlineData* pRedline) : mpRichText(0) in WW8_Annotation() argument 1936 msSimpleText = pRedline->GetComment(); in WW8_Annotation() 1937 msOwner = SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()); in WW8_Annotation() 1938 maDateTime = pRedline->GetTimeStamp(); in WW8_Annotation() 1948 void WW8_WrPlcAnnotations::Append( WW8_CP nCp, const SwRedlineData *pRedline ) in Append() argument 1950 maProcessedRedlines.insert(pRedline); in Append() 1952 WW8_Annotation* p = new WW8_Annotation(pRedline); in Append() 1956 bool WW8_WrPlcAnnotations::IsNewRedlineComment( const SwRedlineData *pRedline ) in IsNewRedlineComment() argument 1958 return maProcessedRedlines.find(pRedline) == maProcessedRedlines.end(); in IsNewRedlineComment()
|
H A D | wrtw8nds.cxx | 2831 void WW8AttributeOutput::Redline( const SwRedlineData* pRedline ) in Redline() argument 2833 if ( !pRedline ) in Redline() 2836 if ( pRedline->Next() ) in Redline() 2837 Redline( pRedline->Next() ); in Redline() 2850 switch( pRedline->GetType() ) in Redline() 2866 m_rWW8Export.InsUInt16( m_rWW8Export.AddRedlineAuthor( pRedline->GetAuthor() ) ); in Redline() 2867 m_rWW8Export.InsUInt32( sw::ms::DateTime2DTTM( pRedline->GetTimeStamp() )); in Redline() 2890 m_rWW8Export.InsUInt16( m_rWW8Export.AddRedlineAuthor( pRedline->GetAuthor() ) ); in Redline() 2896 m_rWW8Export.InsUInt32( sw::ms::DateTime2DTTM( pRedline->GetTimeStamp() )); in Redline()
|
H A D | rtfattributeoutput.cxx | 710 void RtfAttributeOutput::Redline( const SwRedlineData* pRedline ) in Redline() argument 712 if (!pRedline) in Redline() 717 if (pRedline->GetType() == nsRedlineType_t::REDLINE_INSERT) in Redline() 721 …uffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()))); in Redline() 724 else if(pRedline->GetType() == nsRedlineType_t::REDLINE_DELETE) in Redline() 728 …uffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()))); in Redline() 731 m_aRun.getOStringBuffer().append((sal_Int32)sw::ms::DateTime2DTTM(pRedline->GetTimeStamp())); in Redline()
|
H A D | ww8attributeoutput.hxx | 89 virtual void Redline( const SwRedlineData* pRedline );
|
H A D | attributeoutputbase.hxx | 203 virtual void Redline( const SwRedlineData* pRedline ) = 0;
|
H A D | rtfattributeoutput.hxx | 131 virtual void Redline( const SwRedlineData* pRedline );
|
H A D | docxattributeoutput.hxx | 121 virtual void Redline( const SwRedlineData* pRedline );
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 1170 …Mapper_Impl::CreateRedline( uno::Reference< text::XTextRange > xRange, RedlineParamsPtr& pRedline ) in CreateRedline() argument 1172 if ( pRedline.get( ) ) in CreateRedline() 1178 switch ( pRedline->m_nToken & 0xffff ) in CreateRedline() 1194 pRedlineProperties[0].Value <<= pRedline->m_sAuthor; in CreateRedline() 1196 pRedlineProperties[1].Value <<= lcl_DateStringToDateTime( pRedline->m_sDate ); in CreateRedline()
|
H A D | DomainMapper_Impl.hxx | 411 …::star::uno::Reference< ::com::sun::star::text::XTextRange > xRange, RedlineParamsPtr& pRedline );
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 767 const SwRedline* pRedline = NULL; in GetRedlineAtIndex() local 778 pRedline = pDoc->GetRedline( *pStart, NULL ); in GetRedlineAtIndex() 783 return pRedline; in GetRedlineAtIndex() 2412 const SwRedline* pRedline = GetRedlineAtIndex( nIndex ); in _correctValues() local 2413 if ( pRedline ) in _correctValues() 2420 switch( pRedline->GetType()) in _correctValues()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 4652 const SwRedline* pRedline = rTbl[ nRedlPos ]; in lcl_DelRedlines() local 4653 const SwPosition* pStt = pRedline->Start(), in lcl_DelRedlines() 4654 * pEnd = pStt == pRedline->GetPoint() in lcl_DelRedlines() 4655 ? pRedline->GetMark() in lcl_DelRedlines() 4656 : pRedline->GetPoint(); in lcl_DelRedlines() 4660 pRedline->GetAuthor() == pDoc->GetRedlineAuthor() ) in lcl_DelRedlines()
|