Home
last modified time | relevance | path

Searched refs:Graphics (Results 1 – 25 of 185) sorted by relevance

12345678

/aoo41x/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv100 bitmap;Graphics/pic.bmp;bmp_MS_Windows;bmp_MS_Windows
102 eps;Graphics/pic.eps;eps_Encapsulated_PostScript;eps_Encapsulated_PostScript
103 gif;Graphics/pic.gif;gif_Graphics_Interchange;gif_Graphics_Interchange
104 jpg;Graphics/pic.jpg;jpg_JPEG;jpg_JPEG
105 met;Graphics/pic.met;met_OS2_Metafile;met_OS2_Metafile:writer_Text_encoded:writer_Text
106 pbm;Graphics/pic.pbm;pbm_Portable_Bitmap;pbm_Portable_Bitmap
107 pct;Graphics/pic.pct;pct_Mac_Pict;pct_Mac_Pict
108 pgm;Graphics/pic.pgm;pgm_Portable_Graymap;pgm_Portable_Graymap
109 png;Graphics/pic.png;png_Portable_Network_Graphic;png_Portable_Network_Graphic
110 ppm;Graphics/pic.ppm;ppm_Portable_Pixelmap;ppm_Portable_Pixelmap
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dshells.src35 Text [ en-US ] = "Graphics file cannot be opened" ;
39 Text [ en-US ] = "Graphics file cannot be read" ;
51 Text [ en-US ] = "Graphics filter not found" ;
142 Text [ en-US ] = "Graphics Object Bar" ;
158 Text [ en-US ] = "Text Object Bar/Graphics" ;
178 Text [ en-US ] = "Graphics" ;
211 Text [ en-US ] = "Graphics" ;
/aoo41x/main/canvas/source/directx/
H A Ddx_impltools.hxx74 Gdiplus::Graphics* createGraphicsFromHDC(HDC);
75 Gdiplus::Graphics* createGraphicsFromBitmap(const BitmapSharedPtr&);
77 void setupGraphics( Gdiplus::Graphics& rGraphics );
117 bool drawDIBits( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics,
121 bool drawRGBABits( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics,
H A Ddx_impltools.cxx117 void setupGraphics( Gdiplus::Graphics& rGraphics ) in setupGraphics()
141 Gdiplus::Graphics* createGraphicsFromHDC(HDC aHDC) in createGraphicsFromHDC()
143 Gdiplus::Graphics* pRet = new Gdiplus::Graphics(aHDC); in createGraphicsFromHDC()
149 Gdiplus::Graphics* createGraphicsFromBitmap(const BitmapSharedPtr& rBitmap) in createGraphicsFromBitmap()
151 Gdiplus::Graphics* pRet = Gdiplus::Graphics::FromImage(rBitmap.get()); in createGraphicsFromBitmap()
H A Ddx_surfacegraphics.cxx46 void operator()( Gdiplus::Graphics* pGraphics ) in operator ()()
62 Gdiplus::Graphics* pGraphics; in createSurfaceGraphics()
67 pGraphics = Gdiplus::Graphics::FromHDC( aHDC ); in createSurfaceGraphics()
H A Ddx_vcltools.cxx80 bool drawDIBits( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics, in drawDIBits()
110 bool drawVCLBitmap( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics, in drawVCLBitmap()
486 bool drawVCLBitmapEx( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics, in drawVCLBitmapEx()
502 bool drawVCLBitmapFromXBitmap( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics, in drawVCLBitmapFromXBitmap()
H A Ddx_vcltools.hxx38 namespace Gdiplus { class Graphics; }
54 bool drawVCLBitmapFromXBitmap( const ::boost::shared_ptr< Gdiplus::Graphics >& rGraphics,
H A Ddx_textlayout_drawhelper.hxx40 namespace Gdiplus { class Graphics; }
53 void drawText( const boost::shared_ptr<Gdiplus::Graphics>& rGraphics,
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon()
225 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine()
316 Gdiplus::Graphics& rGraphics, in paintToGdiPlus()
351 Gdiplus::Graphics& rGraphics, in setInterpolationMode()
388 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus()
422 Gdiplus::Graphics aGraphics(getHDC()); in drawAlphaBitmap()
468 Gdiplus::Graphics aGraphics(getHDC()); in drawTransformedBitmap()
/aoo41x/main/sw/source/ui/docvw/
H A Ddocvw.src92 Text [ en-US ] = "Save Graphics..." ;
117 Text [ en-US ] = "Add Graphics" ;
164 Text [ en-US ] = "Copy ~Graphics" ;
171 Text [ en-US ] = "Load Graphics" ;
177 Text [ en-US ] = "Graphics Off" ;
203 Text [ en-US ] = "Graphics Export" ;
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java56 public synchronized void paintComponent (Graphics g) in paintComponent()
83 public synchronized void paintChildren (Graphics g) in paintChildren()
86 public synchronized void paintBorder (Graphics g) in paintBorder()
96 public void drawAccessibleObject (Graphics g, XAccessibleContext xContext, Color aColor) in drawAccessibleObject()
H A DMessageArea.java27 import java.awt.Graphics;
89 public void paintComponent (Graphics g) in paintComponent()
/aoo41x/main/sd/source/ui/app/
H A Dstrings.src33 Text [ en-US ] = "Draw toolbar/Graphics" ;
49 Text [ en-US ] = "Draw object bar/Graphics" ;
57 Text [ en-US ] = "Options bar/Graphics" ;
490 Text [ en-US ] = "Graphics file cannot be opened" ;
494 Text [ en-US ] = "Graphics file cannot be read" ;
506 Text [ en-US ] = "Graphics filter not found" ;
972 Text [ en-US ] = "Graphics";
1017 Text [ en-US ] = "Graphics Object Bar" ;
1027 Text [ en-US ] = "Graphics filter" ;
1199 Text [ en-US ] = "Graphics Styles";
/aoo41x/main/sw/source/ui/utlui/
H A Dutlui.src154 Text [ en-US ] = "Graphics load successful" ;
158 Text [ en-US ] = "Graphics load terminated" ;
162 Text [ en-US ] = "Graphics load faulty" ;
194 Text [ en-US ] = "Graphics" ;
242 Text [ en-US ] = "Graphics" ;
/aoo41x/main/sc/source/ui/src/
H A Dscstring.src91 Text [ en-US ] = "Graphics objects" ;
116 Text [ en-US ] = "Graphics";
512 Text [ en-US ] = "Graphics file can not be opened" ;
516 Text [ en-US ] = "Graphics file can not be read" ;
528 Text [ en-US ] = "Graphics filter not found" ;
536 Text [ en-US ] = "Graphics Filter" ;
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java31 import java.awt.Graphics;
183 public void paintComponent(Graphics g) { in paintComponent()
222 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow()
/aoo41x/main/svl/source/misc/
H A Dmediatyp.src116 Text [ en-US ] = "Graphics" ;
121 Text [ en-US ] = "Graphics" ;
126 Text [ en-US ] = "Graphics" ;
472 Text [ en-US ] = "Graphics";
/aoo41x/main/scripting/workben/installer/
H A DBanner.java35 public void paint(Graphics g) in paint()
41 public void update(Graphics g) in update()
/aoo41x/main/stoc/test/javavm/testapplet/
H A DTestApplet.java22 import java.awt.Graphics;
76 public void paint( Graphics g) { in paint()
/aoo41x/main/toolkit/test/accessibility/
H A DMessageArea.java25 import java.awt.Graphics;
113 public void paintComponent (Graphics g) in paintComponent()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DMessageArea.java27 import java.awt.Graphics;
115 public void paintComponent (Graphics g) in paintComponent()
/aoo41x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java35 import java.awt.Graphics;
334 public void paintComponent(Graphics g) { in paintComponent()
373 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow()
/aoo41x/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java26 import java.awt.Graphics;
108 public void paintComponent(Graphics g) { in paintComponent()
/aoo41x/main/sysui/desktop/debian/
H A Dopenoffice.org-debian-menus15 ?package(openoffice.org-draw):needs="X11" section="Apps/Graphics"\
22 ?package(openoffice.org-impress):needs="X11" section="Apps/Graphics"\
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java29 import java.awt.Graphics;
143 public void paintIcon (Component c, Graphics g, int x, int y) in paintIcon()

Completed in 105 milliseconds

12345678