Home
last modified time | relevance | path

Searched refs:Draw (Results 26 – 50 of 427) sorted by relevance

12345678910>>...18

/trunk/main/dbaccess/source/ui/inc/
H A DTableConnection.hxx113 virtual void Draw( const Rectangle& rRect );
114 using Window::Draw;
/trunk/main/svx/inc/svx/
H A Dparaprev.hxx48 using Window::Draw;
105 void Draw( sal_Bool bAll ) { DrawParagraph( bAll ); } in Draw() function in SvxParaPrevWindow
/trunk/main/sd/source/ui/app/
H A Dstrings.src36 Text [ en-US ] = "Draw toolbar/Graphics" ;
48 Text [ en-US ] = "Draw Object Bar" ;
52 Text [ en-US ] = "Draw object bar/Graphics" ;
84 Text [ en-US ] = "Text Object Bar/Draw" ;
1309 …Text [ en-US ] = "%PRODUCTNAME Draw has searched to the end of the document. Do you want to contin…
1314 …Text [ en-US ] = "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to …
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnection.cxx83 void ORelationTableConnection::Draw( const Rectangle& rRect ) in Draw() function in ORelationTableConnection
86 OTableConnection::Draw( rRect ); in Draw()
/trunk/main/sysui/desktop/menus/
H A Ddraw.desktop29 Name=%PRODUCTNAME Draw
31 Comment=Create and edit drawings, flow charts, and logos by using Draw.
/trunk/main/starmath/inc/
H A Ddocument.hxx134 virtual void Draw(OutputDevice *pDevice,
210 void Draw(OutputDevice &rDev, Point &rPosition);
/trunk/main/svtools/source/control/
H A Dfilectrl.cxx199 void FileControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() function in FileControl
204 GetEdit().Draw( pDev, rPos, rSize, nFlags ); in Draw()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DBasicPaneFactory.idl37 panes used by the Draw and Impress applications.
41 the other for Draw. The center pane and the right pane have the URLs
H A DBasicViewFactory.idl37 panes used by the Draw and Impress applications.
43 view of the Draw application.</li>
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx282 rGraphic.Draw( &aVDev, aPt, aSize ); in WriteGraphic()
288 rGraphic.Draw( &aVDev, aPt, aSize ); in WriteGraphic()
310 rGraphic.Draw( &aVDev, Point(), aSize ); in WriteGraphic()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx169 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
356 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
459 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Danimate.hxx195 void Draw( OutputDevice* pOutDev, const Point& rDestPt ) const;
196 void Draw( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz ) const;
/trunk/main/vcl/source/control/
H A Dfixed.cxx279 void FixedText::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() function in FixedText
610 void FixedLine::Draw( OutputDevice*, const Point&, const Size&, sal_uLong ) in Draw() function in FixedLine
829 void FixedBitmap::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() function in FixedBitmap
1081 void FixedImage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() function in FixedImage
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx116 Draw(); in IMPL_LINK()
148 void ScNoteMarker::Draw() in Draw() function in ScNoteMarker
H A Dgridwin4.cxx155 aComboButton.Draw( Point(nButtonPos, nButtonY), aButSize, sal_False ); in lcl_DrawOneFrame()
413 Draw( nX1,nY1,nX2,nY2, SC_UPDATE_MARKS ); // nicht weiterzeichnen in Paint()
422 void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMode eMode ) in Draw() function in ScGridWindow
964 pNoteMarker->Draw(); // ueber den Cursor, im Drawing-MapMode in Draw()
1170 pEditEng->Draw( pContentDev, aPos ); in DrawPagePreview()
1348 aComboButton.Draw( sal_False, sal_False ); in DrawButtons()
1476 aComboButton.Draw( bArrowState, bBtnIn ); in DrawComboButton()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx553 void Graphic::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw() function in Graphic
560 void Graphic::Draw( OutputDevice* pOutDev, in Draw() function in Graphic
571 void Graphic::Draw( OutputDevice* pOutDev, const String& rText, in Draw() function in Graphic
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx75 void Draw( OutputDevice& rDev );
106 virtual void Draw( BrowseBox& rBox, OutputDevice& rDev,
H A Ddatwin.cxx48 void ButtonFrame::Draw( OutputDevice& rDev ) in DECLARE_LIST()
155 void BrowserColumn::Draw( BrowseBox& rBox, OutputDevice& rDev, const Point& rPos, sal_Bool bCurs ) in Draw() function in BrowserColumn
162 0 != (BROWSER_COLUMN_TITLEABBREVATION&_nFlags) ).Draw( rDev ); in Draw()
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl159 /** Draw a point in device resolution on the device.
179 /** Draw a line in device resolution width (i.e. one device pixel
203 /** Draw a cubic bezier curve in device resolution width (i.e. one
227 /** Draw a poly-polygon in device resolution line width (i.e. the
577 /** Draw the text given by the substring of the specified string
616 /** Draw the formatted text given by the text layout.<p>
/trunk/main/sd/source/ui/annotations/
H A Dannotations.src170 …Text [ en-US ] = "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at th…
175 …Text [ en-US ] = "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue…
/trunk/main/starmath/source/
H A Ddocument.cxx450 void SmDocShell::Draw(OutputDevice &rDev, Point &rPosition) in Draw() function in SmDocShell
492 pTree->Draw(rDev, rPosition); in Draw()
1326 void SmDocShell::Draw(OutputDevice *pDevice, in Draw() function in SmDocShell
1334 Draw(*pDevice, atmppoint); in Draw()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx319 …void RichTextControl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong… in Draw() function in frm::RichTextControl
321 m_pImpl->Draw( _pDev, _rPos, _rSize, _nFlags ); in Draw()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogstrings.src74 Text = "%PRODUCTNAME Draw (.sxd)" ;
94 Text = "%PRODUCTNAME Draw (.odg)" ;
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx846 pGrfObj->Draw( &mpOutDev->getOutDev(), in implDrawBitmap()
852 pGrfObj->Draw( &mp2ndOutDev->getOutDev(), in implDrawBitmap()
1429 if( !rGrf->Draw( &mpOutDev->getOutDev(), rPt, rSz, &rAttr ) ) in repaint()
1434 return rGrf->Draw( &mp2ndOutDev->getOutDev(), rPt, rSz, &rAttr ); in repaint()
/trunk/main/vcl/inc/
H A Dbrdwin.hxx158 using Window::Draw;
159 void Draw( const Rectangle& rRect, OutputDevice* pDev, const Point& rPos );

Completed in 103 milliseconds

12345678910>>...18