Searched refs:bEndOfLine (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 88 void WW8TableNodeInfoInner::setEndOfLine(bool bEndOfLine) in setEndOfLine() argument 90 mbEndOfLine = bEndOfLine; in setEndOfLine() 385 void WW8TableNodeInfo::setEndOfLine(bool bEndOfLine) in setEndOfLine() argument 388 pInner->setEndOfLine(bEndOfLine); in setEndOfLine() 774 bool bEndOfLine, in processTableBox() argument 791 if (bEndOfLine) in processTableBox() 851 if (bEndOfLine) in processTableBox()
|
H A D | WW8TableInfo.hxx | 86 void setEndOfLine(bool bEndOfLine); 184 void setEndOfLine(bool bEndOfLine); 314 sal_uInt32 nDepth, bool bEndOfLine, WW8TableNodeInfo * pPrev);
|
/trunk/main/editeng/source/outliner/ |
H A D | outleeng.cxx | 161 bool bEndOfLine, in DrawingText() argument 200 …pWrongSpellVector, pFieldData, bEndOfLine, bEndOfParagraph, bEndOfBullet, pLocale, rOverlineColor,… in DrawingText()
|
H A D | outleeng.hxx | 60 bool bEndOfLine,
|
H A D | outliner.cxx | 1847 bool bEndOfLine, in DrawingText() argument 1860 …pFieldData, pLocale, rOverlineColor, rTextLineColor, nRightToLeft, bEndOfLine, bEndOfParagraph, bE… in DrawingText()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 482 bool bEndOfLine, in DrawPortionInfo() argument 499 mbEndOfLine(bEndOfLine), in DrawPortionInfo() 926 bool bEndOfLine,
|
H A D | editeng.hxx | 442 bool bEndOfLine,
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1180 sal_Bool bEndOfLine = nPosInLine == aLine.Len(); in CursorVisualLeftRight() local 1181 …sal_uInt16 nVisPos = (sal_uInt16)ubidi_getVisualIndex( pBidi, !bEndOfLine ? nPosInLine : nPosInLin… in CursorVisualLeftRight() 1185 if ( !bEndOfLine ) in CursorVisualLeftRight() 1191 if ( !bEndOfLine ) in CursorVisualLeftRight()
|
H A D | impedit3.cxx | 3310 const bool bEndOfLine(y == pLine->GetEndPortion()); in Paint() local 3311 const bool bEndOfParagraph(bEndOfLine && nLine + 1 == nLines); in Paint() 3329 … bEndOfLine, bEndOfParagraph, false, // support for EOL/EOP TEXT comments in Paint()
|
Completed in 136 milliseconds