blob: 45cfcec7722ecc32a2cecc0438ca6c23829b7e79 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef _SVDGLOB_HXX
#define _SVDGLOB_HXX
#include <tools/contnr.hxx>
#include <tools/resid.hxx>
#include <tools/string.hxx>
#include <svx/svxdllapi.h>
//************************************************************
// Vorausdeklarationen
//************************************************************
class Link;
class ResMgr;
class SdrEngineDefaults;
class ImpSdrStrCache;
//************************************************************
// Defines
//************************************************************
// Den zur App passenden Resourcemanager holen
ResMgr* ImpGetResMgr();
class SdrResId: ResId {
public:
SdrResId(sal_uInt16 nId): ResId(nId,*ImpGetResMgr()) {}
};
// ResourceCache fuer haeuffig benoetigte Strings
// gecachet werden globale String-Resourcen mit den
// IDs von SDR_StringCacheBegin (256) bis
// SDR_StringCacheEnd (weiss ich grad' nicht).
// Hierzu siehe auch SvdStr.Hrc
SVX_DLLPUBLIC String ImpGetResStr(sal_uInt16 nResID);
////////////////////////////////////////////////////////////////////////////////////////////////////
#endif //_SVDGLOB_HXX