Kaydet (Commit) ba0a0b37 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED

2004/12/06 08:10:24 mnicel 1.3.434.2: Part of symbol visibility markup - #i35758#
2004/11/19 12:54:18 mmeeks 1.3.434.1: Issue number: #i35758#
Submitted by: mnicel
Reviewed by:  mmeeks

	Add lots of visibility attributes to APIs.
üst 34bd91e7
......@@ -2,9 +2,9 @@
*
* $RCSfile: impgrf.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2004-02-03 17:29:11 $
* last change: $Author: kz $ $Date: 2005-01-21 14:48:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -71,13 +71,17 @@
#include <vcl/button.hxx>
#endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
// Funktionen ------------------------------------------------------------
// returnt einen static Graphic-Filter, wird einmalig angelegt,
// steht immer zur Verfuegung, DARF NIE geloescht werden!!!!
GraphicFilter* GetGrfFilter();
SVX_DLLPUBLIC GraphicFilter* GetGrfFilter();
//USHORT FillFilter( GraphicFilter& rFilter );
int LoadGraphic( const String& rPath, const String& rFilter,
SVX_DLLPUBLIC int LoadGraphic( const String& rPath, const String& rFilter,
Graphic& rGraphic,
GraphicFilter* pFilter = NULL,
USHORT* pDeterminedFormat = NULL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment