/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * 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 .
*/
class SdOptions; class SvxSearchItem; class EditFieldInfo; class SdTransferable; class SvNumberFormatter; class SfxErrorHandler; class SfxFrame; class VclSimpleEvent; namespace svtools { class ColorConfig; } enumclass SdrObjKind : sal_uInt16;
This subclass of <SfxModule> (which is a subclass of <SfxShell>) is linked to the DLL. One instance of this class exists while the DLL is loaded.
SdModule is like to be compared with the <SfxApplication>-subclass.
Remember: Don`t export this class! It uses DLL-internal symbols.
*/
class SAL_DLLPUBLIC_RTTI SdModule final : public SfxModule, public SfxListener
{ public:
SFX_DECL_INTERFACE(SD_IF_SDAPP)
DECL_DLLPRIVATE_LINK( CalcFieldValueHdl, EditFieldInfo*, void );
/** Return the virtual device that can be used for printer independent layout. @return The returned pointer is NULL when the device could not be created when this modules was instantiated.
*/
OutputDevice* GetVirtualRefDevice() { return mpVirtualRefDevice;}
SdOptions* pImpressOptions;
SdOptions* pDrawOptions;
std::unique_ptr<SvxSearchItem> pSearchItem;
std::unique_ptr<SvNumberFormatter> pNumberFormatter; bool bWaterCan;
std::unique_ptr<SfxErrorHandler> mpErrorHdl; /** This device is used for printer independent layout. It is virtual in the sense that it does not represent a printer. The pointer may be NULL when the virtual device could not be created.
*/
VclPtr< VirtualDevice > mpVirtualRefDevice;
/** Take an outline from a text document and create a new impress document according to the structure of the outline. @param rRequest This typically is the unmodified request from an execute() function from where this function is called.
*/ staticbool OutlineToImpress(SfxRequest const & rRequest);
/** Add an eventlistener as soon as possible in sd, allows to use remote devices to start the slideshow elegantly, and respecting portability @EventListenerHdl The event listener handler @VclSimpleEvent * a pointer to a VCLSimpleEvent (see vcl/vclevent.hxx )
*/
DECL_DLLPRIVATE_STATIC_LINK( SdModule, EventListenerHdl, VclSimpleEvent&, void );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.