Searched refs:bRedLine (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 315 sal_Bool bRedLine = eHor != text::HoriOrientation::NONE; in PaintExtraData() local 316 if ( bLineNum || bRedLine ) in PaintExtraData() 386 sal_Bool bRed = bRedLine && aLine.GetCurr()->HasRedline(); in PaintExtraData() 408 bRedLine &= ( MSHRT_MAX!= pIDRA->GetRedlinePos(rTxtNode, USHRT_MAX) ); in PaintExtraData() 414 ->GetAscent( pSh, *pSh->GetOut() ), Prt().Height(), bRedLine ); in PaintExtraData() 416 else if( bRedLine ) in PaintExtraData()
|
/aoo41x/main/sc/inc/ |
H A D | detfunc.hxx | 151 const ScRange& rSource, sal_Bool bRedLine );
|
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1636 sal_Bool bRedLine ) in InsertObject() argument 1649 (eType == SC_DETOBJ_FROMOTHERTAB), bRedLine, aData ); in InsertObject() 1654 bRedLine, aData ); in InsertObject()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2692 sal_Bool bRedLine; in CollectInternalShape() local 2694 pObject, nCurrentTable, aPosition, aSourceRange, bRedLine ); in CollectInternalShape() 2695 …ner()->AddObject( eObjType, static_cast<SCTAB>(nCurrentTable), aPosition, aSourceRange, bRedLine ); in CollectInternalShape()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6338 bRedLine = (sal_Int16)SW_MOD()->GetRedlineMarkPos()!=text::HoriOrientation::NONE; in RefreshExtraData() local 6343 if ( pCnt->IsTxtFrm() && ( bRedLine || in RefreshExtraData()
|
Completed in 90 milliseconds