Searched refs:TextLine (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/svtools/source/edit/ |
H A D | textdat2.hxx | 118 class TextLine class 131 TextLine() { in TextLine() function in TextLine 172 inline sal_Bool operator == ( const TextLine& rLine ) const; 173 inline sal_Bool operator != ( const TextLine& rLine ) const; 176 typedef TextLine* TextLinePtr; 179 inline sal_Bool TextLine::operator == ( const TextLine& rLine ) const in operator ==() 187 inline sal_Bool TextLine::operator != ( const TextLine& rLine ) const in operator !=()
|
H A D | texteng.cxx | 319 TextLine* pLine = pTEParaPortion->GetLines()[nL]; in GetTextLines() 1000 TextLine* pLine = 0; in GetEditCursor() 1181 TextLine* pLine = 0; in ImpFindIndex() 1211 TextLine* pLine = pPortion->GetLines().GetObject( nLine ); in GetCharPos() 1274 TextLine* pLine = pPortion->GetLines().GetObject( --nLine ); in CalcTextWidth() 1363 TextLine* pLine = pPPortion->GetLines().GetObject( nLine ); in GetLineLen() 1750 TextLine* pTmpLine = new TextLine; in CreateAndInsertEmptyLine() 2107 TextLine* pLine = pPortion->GetLines().GetObject(nLine); in ImpPaint() 2312 TextLine* pL = new TextLine; in CreateLines() 2387 TextLine aSaveLine( *pLine ); in CreateLines() [all …]
|
H A D | textdata.cxx | 202 TextLine* pLine = maLines.GetObject( nLine ); in GetLineNumber() 223 const TextLine* pLastFormatted = maLines[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine() 224 const TextLine* pUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine() 239 TextLine* pLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine()
|
H A D | textview.cxx | 445 TextLine* pLine = pTEParaPortion->GetLines().GetObject( nLine ); in ImpHighlight() 1044 TextLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in Command() 1626 TextLine* pLine = pPPortion->GetLines().GetObject( nLine - 1 ); in CursorUp() 1663 TextLine* pLine = pPPortion->GetLines().GetObject( nLine + 1 ); in CursorDown() 1673 TextLine* pLine = pPPortion->GetLines().GetObject( 0 ); in CursorDown() 1687 TextLine* pLine = pPPortion->GetLines().GetObject( nLine ); in CursorStartOfLine() 1699 TextLine* pLine = pPPortion->GetLines().GetObject( nLine ); in CursorEndOfLine()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textdecoratedprimitive2d.hxx | 61 TextLine meFontOverline; 62 TextLine meFontUnderline; 105 TextLine eFontOverline = TEXT_LINE_NONE, 106 TextLine eFontUnderline = TEXT_LINE_NONE, 117 TextLine getFontOverline() const { return meFontOverline; } in getFontOverline() 118 TextLine getFontUnderline() const { return meFontUnderline; } in getFontUnderline()
|
H A D | textlineprimitive2d.hxx | 49 TextLine meTextLine; 63 TextLine eTextLine, 71 TextLine getTextLine() const { return meTextLine; } in getTextLine()
|
H A D | textenumsprimitive2d.hxx | 41 enum TextLine enum 64 TextLine DRAWINGLAYER_DLLPUBLIC mapFontUnderlineToTextLine(FontUnderline eLineStyle); 65 FontUnderline DRAWINGLAYER_DLLPUBLIC mapTextLineToFontUnderline(TextLine eLineStyle);
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 52 class TextLine; 185 …void ImpBreakLine( sal_uLong nPara, TextLine* pLine, TETextPortion* pPortion, sal_uInt16 nPort… 207 …long ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortio… 208 …long ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPre… 209 …long ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_u…
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textenumsprimitive2d.cxx | 35 TextLine mapFontUnderlineToTextLine(FontUnderline eLineStyle) in mapFontUnderlineToTextLine() 61 FontUnderline mapTextLineToFontUnderline(TextLine eLineStyle) in mapTextLineToFontUnderline()
|
H A D | textdecoratedprimitive2d.cxx | 331 TextLine eFontOverline, in TextDecoratedPortionPrimitive2D() 332 TextLine eFontUnderline, in TextDecoratedPortionPrimitive2D()
|
H A D | textlineprimitive2d.cxx | 269 TextLine eTextLine, in TextLinePrimitive2D()
|
H A D | metafileprimitive2d.cxx | 1322 …const drawinglayer::primitive2d::TextLine eFontOverline(drawinglayer::primitive2d::mapFontUnderlin… in proccessMetaTextAction() 1323 …const drawinglayer::primitive2d::TextLine eFontUnderline(drawinglayer::primitive2d::mapFontUnderli… in proccessMetaTextAction() 1483 …const drawinglayer::primitive2d::TextLine aOverlineMode(drawinglayer::primitive2d::mapFontUnderlin… in proccessMetaTextLineAction() 1484 …const drawinglayer::primitive2d::TextLine aUnderlineMode(drawinglayer::primitive2d::mapFontUnderli… in proccessMetaTextLineAction()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 291 const drawinglayer::primitive2d::TextLine eFontOverline( in impCreateTextPortionPrimitive() 293 const drawinglayer::primitive2d::TextLine eFontUnderline( in impCreateTextPortionPrimitive()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 643 DECL_META_ACTION( TextLine, META_TEXTLINE_ACTION )
|
/aoo41x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 1683 IMPL_META_ACTION( TextLine, META_TEXTLINE_ACTION ) in IMPL_META_ACTION() argument
|
Completed in 109 milliseconds