/aoo4110/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 253 const SwRedline *pRed = rDoc.GetRedlineTbl()[ nAct ]; in _Seek() local 264 if( 1 < pRed->GetStackCount() ) in _Seek() 265 FillHints( pRed->GetAuthor( 1 ), pRed->GetType( 1 ) ); in _Seek() 266 FillHints( pRed->GetAuthor(), pRed->GetType() ); in _Seek()
|
H A D | porlay.cxx | 2421 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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 323 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()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view1.cxx | 115 SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*)pVFrame->GetChildWindow(nId); in Activate() local 116 if (pRed) in Activate() 117 pRed->ReInitDlg(GetDocShell()); in Activate()
|
H A D | view2.cxx | 710 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()
|
/aoo4110/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.cxx | 64 pRed =new sal_uInt8[256]; in DXFPalette() 121 delete[] pRed; in ~DXFPalette() 127 pRed[nIndex]=nRed; in SetColor()
|
H A D | dxfreprd.hxx | 66 sal_uInt8 * pRed; member in DXFPalette 124 inline sal_uInt8 DXFPalette::GetRed(sal_uInt8 nIndex) const { return pRed[nIndex]; } in GetRed()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | content.hxx | 131 SwRedline* pRed, in SwPostItContent() argument 133 : SwContent( pCnt, rName, nYPos ), pRedline( pRed ),mbPostIt(false) in SwPostItContent()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1480 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()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 1185 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()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 193 SwXRedlinePortion::SwXRedlinePortion( const SwRedline* pRed, in SwXRedlinePortion() argument 199 pRedline(pRed) in SwXRedlinePortion()
|
H A D | unoportenum.cxx | 704 SwXRedlinePortion_Impl ( const SwRedline* pRed, const bool bIsStart ) in SwXRedlinePortion_Impl() 705 : m_pRedline(pRed) in SwXRedlinePortion_Impl()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 131 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()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1635 SwRedlineAcceptChild *pRed = (SwRedlineAcceptChild*)pVFrame-> in UpdateChildWindows() local 1637 if( pRed ) in UpdateChildWindows() 1638 pRed->ReInitDlg( this ); in UpdateChildWindows()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1458 const SwRedline* pRed = rDoc.GetRedlineTbl()[ nAct ]; in lcl_MaskDeletedRedlines() local 1459 if ( pRed->Start()->nNode > pTxtNd->GetIndex() ) in lcl_MaskDeletedRedlines() 1462 if( nsRedlineType_t::REDLINE_DELETE == pRed->GetType() ) in lcl_MaskDeletedRedlines() 1465 pRed->CalcStartEnd( pTxtNd->GetIndex(), nStart, nEnd ); in lcl_MaskDeletedRedlines()
|
/aoo4110/main/sw/inc/ |
H A D | unoredline.hxx | 82 SwXRedlinePortion( const SwRedline* pRed,
|