Home
last modified time | relevance | path

Searched refs:pRed (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Dredlnitr.cxx250 const SwRedline *pRed = rDoc.GetRedlineTbl()[ nAct ]; in _Seek() local
261 if( 1 < pRed->GetStackCount() ) in _Seek()
262 FillHints( pRed->GetAuthor( 1 ), pRed->GetType( 1 ) ); in _Seek()
263 FillHints( pRed->GetAuthor(), pRed->GetType() ); in _Seek()
H A Dporlay.cxx2421 const SwRedline* pRed = rIDRA.GetRedlineTbl()[ nAct ]; in CalcHiddenRanges() local
2423 if ( pRed->Start()->nNode > rNode.GetIndex() ) in CalcHiddenRanges()
2428 pRed->CalcStartEnd( rNode.GetIndex(), nRedlStart, nRedlnEnd ); in CalcHiddenRanges()
/aoo42x/main/sd/source/ui/view/
H A Ddrviews9.cxx323 SFX_REQUEST_ARG (rReq, pRed, SfxUInt32Item, ID_VAL_RED, sal_False); in AttrExec()
329 pAttr->Put (XFillColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
346 SFX_REQUEST_ARG (rReq, pRed, SfxUInt32Item, ID_VAL_RED, sal_False); in AttrExec()
351 pAttr->Put (XLineColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
368 SFX_REQUEST_ARG (rReq, pRed, SfxUInt32Item, ID_VAL_RED, sal_False); in AttrExec()
374 Color aColor ((sal_uInt8) pRed->GetValue (), in AttrExec()
428 SFX_REQUEST_ARG (rReq, pRed, SfxUInt32Item, ID_VAL_RED, sal_False); in AttrExec()
434 Color aColor ((sal_uInt8) pRed->GetValue (), in AttrExec()
/aoo42x/main/sw/source/ui/uiview/
H A Dview1.cxx115 SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*)pVFrame->GetChildWindow(nId); in Activate() local
116 if (pRed) in Activate()
117 pRed->ReInitDlg(GetDocShell()); in Activate()
H A Dview2.cxx710 SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*) in Execute() local
712 if (pRed) in Execute()
713 pRed->ReInitDlg(GetDocShell()); in Execute()
2490 … SwRedlineAcceptChild* pRed = (SwRedlineAcceptChild*)pVFrame->GetChildWindow( nId ); in IMPL_LINK() local
2491 if ( pRed ) in IMPL_LINK()
2492 pRed->ReInitDlg( GetDocShell() ); in IMPL_LINK()
/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx64 pRed =new sal_uInt8[256]; in DXFPalette()
121 delete[] pRed; in ~DXFPalette()
127 pRed[nIndex]=nRed; in SetColor()
H A Ddxfreprd.hxx66 sal_uInt8 * pRed; member in DXFPalette
124 inline sal_uInt8 DXFPalette::GetRed(sal_uInt8 nIndex) const { return pRed[nIndex]; } in GetRed()
/aoo42x/main/sw/source/ui/inc/
H A Dcontent.hxx131 SwRedline* pRed, in SwPostItContent() argument
133 : SwContent( pCnt, rName, nYPos ), pRedline( pRed ),mbPostIt(false) in SwPostItContent()
/aoo42x/main/sw/source/core/edit/
H A Dedlingu.cxx1480 const SwRedline* pRed = pDoc->GetRedlineTbl()[ nAct ]; in lcl_CollectDeletedRedlines() local
1482 if ( pRed->Start()->nNode > pTxtNode->GetIndex() ) in lcl_CollectDeletedRedlines()
1485 if( nsRedlineType_t::REDLINE_DELETE == pRed->GetType() ) in lcl_CollectDeletedRedlines()
1488 pRed->CalcStartEnd( pTxtNode->GetIndex(), nStart, nEnd ); in lcl_CollectDeletedRedlines()
/aoo42x/main/sw/source/ui/misc/
H A Dredlndlg.cxx1185 const SwRedline *pRed = 0; in IMPL_LINK() local
1197 if ((pRed = pSh->GotoRedline(nPos, sal_True)) != 0) in IMPL_LINK()
1205 aPopup.EnableItem( MN_EDIT_COMMENT, pEntry && pRed && in IMPL_LINK()
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx131 const SwRedline* pRed = rDoc.GetRedlineTbl()[ nAct ]; in lcl_MaskRedlines() local
133 if ( pRed->Start()->nNode > rNode.GetIndex() ) in lcl_MaskRedlines()
136 if( nsRedlineType_t::REDLINE_DELETE == pRed->GetType() ) in lcl_MaskRedlines()
141 pRed->CalcStartEnd( rNode.GetIndex(), nRedlineStart, nRedlineEnd ); in lcl_MaskRedlines()
/aoo42x/main/sw/source/core/unocore/
H A Dunoredline.cxx193 SwXRedlinePortion::SwXRedlinePortion( const SwRedline* pRed, in SwXRedlinePortion() argument
199 pRedline(pRed) in SwXRedlinePortion()
H A Dunoportenum.cxx704 SwXRedlinePortion_Impl ( const SwRedline* pRed, const bool bIsStart ) in SwXRedlinePortion_Impl()
705 : m_pRedline(pRed) in SwXRedlinePortion_Impl()
/aoo42x/main/sw/source/ui/app/
H A Ddocsh2.cxx1635 SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*)pVFrame-> in UpdateChildWindows() local
1637 if( pRed ) in UpdateChildWindows()
1638 pRed->ReInitDlg( this ); in UpdateChildWindows()
/aoo42x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1470 const SwRedline* pRed = rDoc.GetRedlineTbl()[ nAct ]; in lcl_MaskDeletedRedlines() local
1471 if ( pRed->Start()->nNode > pTxtNd->GetIndex() ) in lcl_MaskDeletedRedlines()
1474 if( nsRedlineType_t::REDLINE_DELETE == pRed->GetType() ) in lcl_MaskDeletedRedlines()
1477 pRed->CalcStartEnd( pTxtNd->GetIndex(), nStart, nEnd ); in lcl_MaskDeletedRedlines()
/aoo42x/main/sw/inc/
H A Dunoredline.hxx82 SwXRedlinePortion( const SwRedline* pRed,

Completed in 135 milliseconds