Home
last modified time | relevance | path

Searched refs:Draw (Results 51 – 75 of 427) sorted by relevance

12345678910>>...18

/trunk/main/sw/source/ui/shells/
H A Dshells.src150 Text [ en-US ] = "Draw Object Bar" ;
202 Text [ en-US ] = "Draw text" ;
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx954 mpAnimation->Draw( pOutDev, rDestPt ); in ImplDraw()
958 maEx.Draw( pOutDev, rDestPt ); in ImplDraw()
992 mpAnimation->Draw( pOutDev, rDestPt, rDestSize ); in ImplDraw()
996 maEx.Draw( pOutDev, rDestPt, rDestSize ); in ImplDraw()
H A Dbitmapex.cxx744 void BitmapEx::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw() function in BitmapEx
751 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw() function in BitmapEx
759 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw() function in BitmapEx
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx246 aGraphic.Draw( pOut, aPt, aSz ); in DrawObj()
479 aGraphic.Draw( pOut, rPt, rSz ); in ImplDraw()
2134 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2155 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2215 … else if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2380 bRet |= Draw( &rOut, in ImplDrawTiled()
H A Dgrfcache.cxx521 void Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz ) const;
577 void GraphicDisplayCacheEntry::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz ) const in Draw() function in GraphicDisplayCacheEntry
1020 pDisplayCacheEntry->Draw( pOut, rPt, rSz ); in DrawDisplayCacheObj()
H A Dgrfmgr.cxx676 sal_Bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in Draw() function in GraphicObject
800 sal_Bool bRet = Draw( &rOutDev, rPt, rSz, &aGrfAttr, nFlags ); in DrawWithPDFHandling()
893 bRet = Draw( pOut, rPt, rSz, &aAttr, GRFMGR_DRAW_STANDARD ); in StartAnimation()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx310 …void CheckBoxControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nF… in Draw() function in svt::CheckBoxControl
312 pBox->Draw(pDev,rPos,rSize,nFlags); in Draw()
H A Dbrwbox2.cxx731 aButtonFrame.Draw( *this ); in Paint()
773 void BrowseBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() function in BrowseBox
857 pBar->Draw(pDev, aHeaderPos, aHeaderSize, nFlags); in Draw()
865 aButtonFrame.Draw( *pDev ); in Draw()
1048 pCol->Draw( *this, _rOut, aPos, sal_False ); in ImplPaintData()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx357 using Window::Draw;
358 void Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
H A Dnotemark.hxx66 void Draw();
/trunk/main/svx/workben/
H A Dedittest.cxx781 …pEditView->GetEditEngine()->Draw( pEditView->GetWindow(), pEditView->GetOutputArea(), pEditView->G… in IMPL_LINK()
940 pEditEngine->Draw( pTmpWindow, aRect, Point( 0, 0 ) ); in IMPL_LINK()
956 pEditEngine->Draw( pTmpWindow, Point( 2000, 4000 ), nRotation ); in IMPL_LINK()
1101 pEditEngine->Draw( pPrinter, Point( 2000, 4000 ), nRotation ); in IMPL_LINK()
1692 pEditEngine->Draw( this, pEditView->GetOutputArea() ); in KeyInput()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx114 void SvResizeHelper::Draw( OutputDevice * pDev ) in Draw() function in SvResizeHelper
612 m_aResizer.Draw( this ); in Paint()
/trunk/main/setup_native/source/packinfo/
H A Dpackinfo_brand.txt100 description = "Draw brand module for %PRODUCTNAME %PRODUCTVERSION"
142 …,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-draw (Name="Draw language module for…
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx879 void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );
880 …void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos …
881 void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx339 aGraphic.Draw(&rTarget, Point(), aGraphSize); in Paint()
351 aGraphic.Draw(this, Point(), aGraphSize); in Paint()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx588 …void RichTextControlImpl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_u… in Draw() function in frm::RichTextControlImpl
642 m_pEngine->Draw( _pDev, aPlayground, Point(), sal_True ); in Draw()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx249 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect ) in Draw() function in EditEngine
252 Draw( pOutDev, rOutRect, Point( 0, 0 ) ); in Draw()
255 void EditEngine::Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation ) in Draw() function in EditEngine
274 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos ) in Draw() function in EditEngine
276 Draw( pOutDev, rOutRect, rStartDocPos, sal_True ); in Draw()
279 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos,… in Draw() function in EditEngine
/trunk/main/sd/
H A DREADME.md1 # Draw / Impress
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1114 ((Graphic&)rGraphic).Draw( pOut, rGrf.TopLeft(), rGrf.GetSize() ); in lcl_DrawGraphic()
1850 pEditEngine->Draw( pDev, aDraw, 0 ); in PrintHF()
1864 pEditEngine->Draw( pDev, aDraw, 0 ); in PrintHF()
1878 pEditEngine->Draw( pDev, aDraw, 0 ); in PrintHF()
1936 pEditEngine->Draw( pDev, Point( nPosX, nPosY ), 0 ); in DoNotes()
1944 pEditEngine->Draw( pDev, Point( aPageRect.Left(), nPosY ), 0 ); in DoNotes()
/trunk/main/basctl/source/basicide/
H A Dbasdoc.hxx38 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
H A Dbasdoc.cxx93 void BasicDocShell::Draw( OutputDevice *, const JobSetup &, sal_uInt16 ) in Draw() function in BasicDocShell
/trunk/main/extras/source/wordbook/
H A Dbusiness.dic17 Draw=
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1229 void ComboBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() function in ComboBox
1272 mpSubEdit->Draw( pDev, aPos, Size( aSize.Width(), nEditHeight ), nFlags ); in Draw()
1327 mpSubEdit->Draw( pDev, rPos, rSize, nFlags ); in Draw()
/trunk/main/vcl/inc/vcl/
H A Dimgctrl.hxx50 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dtabpage.hxx47 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );

Completed in 137 milliseconds

12345678910>>...18