Home
last modified time | relevance | path

Searched refs:TextLine (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx118 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 Dtexteng.cxx319 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 Dtextdata.cxx202 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 Dtextview.cxx445 TextLine* pLine = pTEParaPortion->GetLines().GetObject( nLine ); in ImpHighlight()
1044 TextLine* pLine = pParaPortion->GetLines().GetObject( nLine ); in Command()
1630 TextLine* pLine = pPPortion->GetLines().GetObject( nLine - 1 ); in CursorUp()
1667 TextLine* pLine = pPPortion->GetLines().GetObject( nLine + 1 ); in CursorDown()
1677 TextLine* pLine = pPPortion->GetLines().GetObject( 0 ); in CursorDown()
1691 TextLine* pLine = pPPortion->GetLines().GetObject( nLine ); in CursorStartOfLine()
1703 TextLine* pLine = pPPortion->GetLines().GetObject( nLine ); in CursorEndOfLine()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextdecoratedprimitive2d.hxx61 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 Dtextlineprimitive2d.hxx49 TextLine meTextLine;
63 TextLine eTextLine,
71 TextLine getTextLine() const { return meTextLine; } in getTextLine()
H A Dtextenumsprimitive2d.hxx41 enum TextLine enum
64 TextLine DRAWINGLAYER_DLLPUBLIC mapFontUnderlineToTextLine(FontUnderline eLineStyle);
65 FontUnderline DRAWINGLAYER_DLLPUBLIC mapTextLineToFontUnderline(TextLine eLineStyle);
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx52 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…
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextenumsprimitive2d.cxx35 TextLine mapFontUnderlineToTextLine(FontUnderline eLineStyle) in mapFontUnderlineToTextLine()
61 FontUnderline mapTextLineToFontUnderline(TextLine eLineStyle) in mapTextLineToFontUnderline()
H A Dtextdecoratedprimitive2d.cxx331 TextLine eFontOverline, in TextDecoratedPortionPrimitive2D()
332 TextLine eFontUnderline, in TextDecoratedPortionPrimitive2D()
H A Dmetafileprimitive2d.cxx1322 …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()
H A Dtextlineprimitive2d.cxx269 TextLine eTextLine, in TextLinePrimitive2D()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx291 const drawinglayer::primitive2d::TextLine eFontOverline( in impCreateTextPortionPrimitive()
293 const drawinglayer::primitive2d::TextLine eFontUnderline( in impCreateTextPortionPrimitive()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx643 DECL_META_ACTION( TextLine, META_TEXTLINE_ACTION )
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx1683 IMPL_META_ACTION( TextLine, META_TEXTLINE_ACTION ) in IMPL_META_ACTION() argument

Completed in 115 milliseconds