Home
last modified time | relevance | path

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

12345678

/aoo42x/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 …]
/aoo42x/main/sw/source/ui/shells/
H A Dshells.src36 Text [ en-US ] = "Graphics file cannot be opened" ;
40 Text [ en-US ] = "Graphics file cannot be read" ;
52 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" ;
/aoo42x/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,
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx157 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon()
227 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine()
318 Gdiplus::Graphics& rGraphics, in paintToGdiPlus()
353 Gdiplus::Graphics& rGraphics, in setInterpolationMode()
390 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus()
424 Gdiplus::Graphics aGraphics(getHDC()); in drawAlphaBitmap()
470 Gdiplus::Graphics aGraphics(getHDC()); in drawTransformedBitmap()
/aoo42x/main/sw/source/ui/docvw/
H A Ddocvw.src92 Text [ en-US ] = "Save Graphics..." ;
117 Text [ en-US ] = "Add Graphics" ;
161 Text [ en-US ] = "Copy ~Graphics" ;
168 Text [ en-US ] = "Load Graphics" ;
174 Text [ en-US ] = "Graphics Off" ;
200 Text [ en-US ] = "Graphics Export" ;
/aoo42x/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()
/aoo42x/main/sw/source/ui/utlui/
H A Dutlui.src150 Text [ en-US ] = "Graphics load successful" ;
154 Text [ en-US ] = "Graphics load terminated" ;
158 Text [ en-US ] = "Graphics load faulty" ;
190 Text [ en-US ] = "Graphics" ;
238 Text [ en-US ] = "Graphics" ;
/aoo42x/main/sd/source/ui/app/
H A Dstrings.src36 Text [ en-US ] = "Draw toolbar/Graphics" ;
52 Text [ en-US ] = "Draw object bar/Graphics" ;
60 Text [ en-US ] = "Options bar/Graphics" ;
493 Text [ en-US ] = "Graphics file cannot be opened" ;
497 Text [ en-US ] = "Graphics file cannot be read" ;
509 Text [ en-US ] = "Graphics filter not found" ;
975 Text [ en-US ] = "Graphics" ;
1020 Text [ en-US ] = "Graphics Object Bar" ;
1030 Text [ en-US ] = "Graphics filter" ;
1202 Text [ en-US ] = "Graphics Styles" ;
/aoo42x/main/sc/source/ui/src/
H A Dscstring.src92 Text [ en-US ] = "Graphics objects" ;
117 Text [ en-US ] = "Graphics" ;
513 Text [ en-US ] = "Graphics file can not be opened" ;
517 Text [ en-US ] = "Graphics file can not be read" ;
529 Text [ en-US ] = "Graphics filter not found" ;
537 Text [ en-US ] = "Graphics Filter" ;
/aoo42x/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";
/aoo42x/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()
/aoo42x/main/scripting/workben/installer/
H A DBanner.java35 public void paint(Graphics g) in paint()
41 public void update(Graphics g) in update()
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DImageView.java24 import java.awt.Graphics;
63 public void paintComponent (final Graphics aGraphics) in paintComponent()
/aoo42x/main/stoc/test/javavm/testapplet/
H A DTestApplet.java22 import java.awt.Graphics;
76 public void paint( Graphics g) { in paint()
/aoo42x/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()
/aoo42x/main/toolkit/test/accessibility/
H A DMessageArea.java25 import java.awt.Graphics;
113 public void paintComponent (Graphics g) in paintComponent()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DMessageArea.java27 import java.awt.Graphics;
115 public void paintComponent (Graphics g) in paintComponent()
/aoo42x/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java26 import java.awt.Graphics;
108 public void paintComponent(Graphics g) { in paintComponent()
/aoo42x/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"\

Completed in 245 milliseconds

12345678