Lines Matching refs:sal_uInt16

63 #define GRFILTER_FORMAT_NOTFOUND	((sal_uInt16)0xFFFF)
64 #define GRFILTER_FORMAT_DONTKNOW ((sal_uInt16)0xFFFF)
108 #define GFF_NOT ( (sal_uInt16)0x0000 )
109 #define GFF_BMP ( (sal_uInt16)0x0001 )
110 #define GFF_GIF ( (sal_uInt16)0x0002 )
111 #define GFF_JPG ( (sal_uInt16)0x0003 )
112 #define GFF_PCD ( (sal_uInt16)0x0004 )
113 #define GFF_PCX ( (sal_uInt16)0x0005 )
114 #define GFF_PNG ( (sal_uInt16)0x0006 )
115 #define GFF_TIF ( (sal_uInt16)0x0007 )
116 #define GFF_XBM ( (sal_uInt16)0x0008 )
117 #define GFF_XPM ( (sal_uInt16)0x0009 )
118 #define GFF_PBM ( (sal_uInt16)0x000a )
119 #define GFF_PGM ( (sal_uInt16)0x000b )
120 #define GFF_PPM ( (sal_uInt16)0x000c )
121 #define GFF_RAS ( (sal_uInt16)0x000d )
122 #define GFF_TGA ( (sal_uInt16)0x000e )
123 #define GFF_PSD ( (sal_uInt16)0x000f )
124 #define GFF_EPS ( (sal_uInt16)0x0010 )
125 #define GFF_DXF ( (sal_uInt16)0x00f1 )
126 #define GFF_MET ( (sal_uInt16)0x00f2 )
127 #define GFF_PCT ( (sal_uInt16)0x00f3 )
128 #define GFF_SGF ( (sal_uInt16)0x00f4 )
129 #define GFF_SVM ( (sal_uInt16)0x00f5 )
130 #define GFF_WMF ( (sal_uInt16)0x00f6 )
131 #define GFF_SGV ( (sal_uInt16)0x00f7 )
132 #define GFF_EMF ( (sal_uInt16)0x00f8 )
133 #define GFF_SVG ( (sal_uInt16)0x00f9 )
134 #define GFF_XXX ( (sal_uInt16)0xffff )
147 sal_uInt16 nBitsPerPixel;
148 sal_uInt16 nPlanes;
149 sal_uInt16 nFormat;
210 sal_uInt16 GetFileFormat() const { return nFormat; } in GetFileFormat()
219 sal_uInt16 GetBitsPerPixel() const { return nBitsPerPixel; } in GetBitsPerPixel()
222 sal_uInt16 GetPlanes() const { return nPlanes; } in GetPlanes()
230 static String GetImportFormatShortName( sal_uInt16 nFormat );
261 sal_uInt16 ImpTestOrFindFormat( const String& rPath, SvStream& rStream, sal_uInt16& rFormat );
288 sal_uInt16 GetImportFormatCount();
289 sal_uInt16 GetImportFormatNumber( const String& rFormatName );
290 sal_uInt16 GetImportFormatNumberForMediaType( const String& rMediaType );
291 sal_uInt16 GetImportFormatNumberForShortName( const String& rShortName );
292 sal_uInt16 GetImportFormatNumberForTypeName( const String& rType );
293 String GetImportFormatName( sal_uInt16 nFormat );
294 String GetImportFormatTypeName( sal_uInt16 nFormat );
295 String GetImportFormatMediaType( sal_uInt16 nFormat );
296 String GetImportFormatShortName( sal_uInt16 nFormat );
297 String GetImportOSFileType( sal_uInt16 nFormat );
298 String GetImportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry = 0 );
299 sal_Bool IsImportPixelFormat( sal_uInt16 nFormat );
301 sal_uInt16 GetExportFormatCount();
302 sal_uInt16 GetExportFormatNumber( const String& rFormatName );
303 sal_uInt16 GetExportFormatNumberForMediaType( const String& rShortName );
304 sal_uInt16 GetExportFormatNumberForShortName( const String& rShortName );
305 sal_uInt16 GetExportFormatNumberForTypeName( const String& rType );
306 String GetExportFormatName( sal_uInt16 nFormat );
307 String GetExportFormatTypeName( sal_uInt16 nFormat );
308 String GetExportFormatMediaType( sal_uInt16 nFormat );
309 String GetExportFormatShortName( sal_uInt16 nFormat );
310 String GetExportOSFileType( sal_uInt16 nFormat );
311 String GetExportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry = 0 );
312 sal_Bool IsExportPixelFormat( sal_uInt16 nFormat );
314 sal_Bool HasImportDialog( sal_uInt16 nFormat );
315 sal_Bool DoImportDialog( Window* pWindow, sal_uInt16 nFormat );
317 sal_Bool HasExportDialog( sal_uInt16 nFormat );
318 sal_Bool DoExportDialog( Window* pWindow, sal_uInt16 nFormat );
319 sal_Bool DoExportDialog( Window* pWindow, sal_uInt16 nFormat, FieldUnit eFieldUnit );
321 sal_uInt16 ExportGraphic( const Graphic& rGraphic, const INetURLObject& rPath,
322 sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
324 sal_uInt16 ExportGraphic( const Graphic& rGraphic, const String& rPath,
325 SvStream& rOStm, sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
329 sal_uInt16 CanImportGraphic( const INetURLObject& rPath,
330 sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
331 sal_uInt16 * pDeterminedFormat = NULL);
333 sal_uInt16 ImportGraphic( Graphic& rGraphic, const INetURLObject& rPath,
334 sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
335 sal_uInt16 * pDeterminedFormat = NULL, sal_uInt32 nImportFlags = 0 );
337 sal_uInt16 CanImportGraphic( const String& rPath, SvStream& rStream,
338 sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
339 sal_uInt16 * pDeterminedFormat = NULL);
341 sal_uInt16 ImportGraphic( Graphic& rGraphic, const String& rPath,
343 sal_uInt16 nFormat = GRFILTER_FORMAT_DONTKNOW,
344 sal_uInt16 * pDeterminedFormat = NULL, sal_uInt32 nImportFlags = 0 );
346 sal_uInt16 ImportGraphic( Graphic& rGraphic, const String& rPath,
348 sal_uInt16 nFormat,
349 sal_uInt16 * pDeterminedFormat, sal_uInt32 nImportFlags,
352 sal_Bool Setup( sal_uInt16 nFormat );
364 sal_uInt16* pDeterminedFormat = NULL );