/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 143 aSolidFillPath.AddLine( static_cast<Gdiplus::REAL>(aHalfPlaneLeftTop.getX()), in fillLinearGradient() 147 aSolidFillPath.AddLine( static_cast<Gdiplus::REAL>(aHalfPlaneRightBottom.getX()), in fillLinearGradient() 168 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aLeftTop.getX()), in fillLinearGradient() 172 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aRightBottom.getX()), in fillLinearGradient() 354 aCurrPath.AddLine( in fillPolygonalGradient()
|
H A D | dx_impltools.cxx | 293 rOutput->AddLine(rPoints[a - 1], rPoints[a]); in graphicsPathFromB2DPolygon() 299 rOutput->AddLine(rPoints[nPoints - 1], rPoints[0]); in graphicsPathFromB2DPolygon()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridmerg.cxx | 53 void ScGridMerger::AddLine( long nStart, long nEnd, long nPos ) in AddLine() function in ScGridMerger 105 AddLine( nX1, nX2, nY ); in AddHorLine() 120 AddLine( nY1, nY2, nX ); in AddVerLine()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 87 rPath.AddLine(aFCurr, aFNext); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 133 rPath.AddLine(aICurr, aINext); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 808 AddLine(aCurrentLine); in Format() 934 AddLine(rCurrentLine); in AddWord() 942 void PresenterTextParagraph::AddLine ( in AddLine() function in sdext::presenter::PresenterTextParagraph
|
H A D | PresenterTextView.hxx | 227 void AddLine (
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 502 void AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny ); 534 …void AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny, bool bInter…
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | gridmerg.hxx | 45 void AddLine( long nStart, long nEnd, long nPos );
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2070 void CustomPropertiesWindow::AddLine( const ::rtl::OUString& sName, Any& rAny ) in AddLine() function in CustomPropertiesWindow 2394 void CustomPropertiesControl::AddLine( const ::rtl::OUString& sName, Any& rAny, bool bInteractive ) in AddLine() function in CustomPropertiesControl 2396 m_aPropertiesWin.AddLine( sName, rAny ); in AddLine() 2420 m_aPropertiesCtrl.AddLine( ::rtl::OUString(), aAny, true ); in IMPL_LINK() 2470 m_aPropertiesCtrl.AddLine( aCustomProps[i]->m_sName, aCustomProps[i]->m_aValue, false ); in Reset()
|
/aoo41x/main/oovbaapi/ooo/vba/msforms/ |
H A D | XShapes.idl | 45 any AddLine( [in] long StartX, [in] long StartY, [in] long endX, [in] long endY );
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 68 …virtual css::uno::Any SAL_CALL AddLine( sal_Int32 StartX, sal_Int32 StartY, sal_Int32 endX, sal_In…
|
/aoo41x/main/vcl/inc/ |
H A D | outfont.hxx | 389 void AddLine( ImplTextLineInfo* pLine );
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 180 void AddLine( TextLineInfo* pLine ); 206 void MultiTextLineInfo::AddLine( TextLineInfo* pLine ) in AddLine() function in MultiTextLineInfo 315 rLineInfo.AddLine( new TextLineInfo( nLineWidth, nPos, nLen ) ); in GetTextLines() 341 rLineInfo.AddLine( new TextLineInfo( nLineWidth, nStartPos, nLen ) ); in GetTextLines() 353 rLineInfo.AddLine( new TextLineInfo( nLastLineWidth, nStartPos, nLastLineLen ) ); in GetTextLines()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 309 ScVbaShapes::AddLine( sal_Int32 StartX, sal_Int32 StartY, sal_Int32 endX, sal_Int32 endY ) throw (u… in AddLine() function in ScVbaShapes
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 2851 void ImplMultiTextLineInfo::AddLine( ImplTextLineInfo* pLine ) in AddLine() function in ImplMultiTextLineInfo 4973 rLineInfo.AddLine( new ImplTextLineInfo( nLineWidth, nPos, nBreakPos-nPos ) ); in ImplGetTextLines()
|