/* -*- 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 . */ #ifndef INCLUDED_SHELL_INC_INTERNAL_PROPSHEETS_HXX #define INCLUDED_SHELL_INC_INTERNAL_PROPSHEETS_HXX #include "internal/metainforeader.hxx" #if defined _MSC_VER #pragma warning(push, 1) #endif #include #if defined _MSC_VER #pragma warning(pop) #endif #include #include class CPropertySheet : public IShellExtInit, public IShellPropSheetExt { public: CPropertySheet(long RefCnt = 1); virtual ~CPropertySheet(); // IUnknown methods virtual HRESULT STDMETHODCALLTYPE QueryInterface( REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject); virtual ULONG STDMETHODCALLTYPE AddRef( void); virtual ULONG STDMETHODCALLTYPE Release( void); // IShellExtInit virtual HRESULT STDMETHODCALLTYPE Initialize( LPCITEMIDLIST pidlFolder, LPDATAOBJECT lpdobj, HKEY hkeyProgID); // IShellPropSheetExt virtual HRESULT STDMETHODCALLTYPE AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam); virtual HRESULT STDMETHODCALLTYPE ReplacePage( UINT uPageID, LPFNADDPROPSHEETPAGE lpfnReplaceWith, LPARAM lParam); private: // Windows callback functions static UINT CALLBACK PropPageSummaryCallback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp); static BOOL CALLBACK PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam); static BOOL CALLBACK PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam); // Helper functions void InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE lppsp); void InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE lppsp); private: long m_RefCnt; char m_szFileName[MAX_PATH]; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ora/co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08Update gpgme to 1.16.0Thorsten Behrens
2022-01-06Add configure test for the backtrace implementationIsmael Luceno
2021-11-28Drop support for poppler w/o cpp/poppler-version.hJan-Marek Glogowski
2021-09-29qt6: Add a qt6 VCL pluginMichael Weghorn
2021-08-26update Skia to chrome/m94Luboš Luňák
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák
2021-08-24build Skia with Metal supportLuboš Luňák
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-06-10HAVE_FIREBIRD_30 is not used anymoreCaolán McNamara
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski
2021-04-15vcl PDFiumLibraryTest: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna
2021-04-09do not #error in clangplugins with --disable-pchLuboš Luňák
2021-04-09make clang plugin check code in headers only once if in PCHLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-20tdf#139778 qrcodegen library removal.homeboy445
2021-03-20tdf#139778 bundle external:zxing libhomeboy445
2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl
2021-01-14Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavorHeiko Tietze
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier
2020-11-17update Skia to chrome/m88Luboš Luňák
2020-10-17fix build with box2d 2.4.0Rene Engelhard
2020-10-04default to BGRA for Skia, even on X11Luboš Luňák
2020-10-02tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect listMihkel Tõnnov
2020-09-23clarifications on the use of SKIA_USE_BITMAP32Luboš Luňák
2020-09-21add an explicit --disable-qrcodegen configure optionCaolán McNamara
2020-09-07fix typo in enabling Skia's SK_RELEASELuboš Luňák
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-07-21Revert "configure: add a --with-product-flavor switch"Heiko Tietze
2020-07-01configure: add a --with-product-flavor switchMiklos Vajna
2020-06-24faster Skia SkCanvas::drawImageRect() with an offsetLuboš Luňák
2020-06-17remove outdated Skia todo commentsLuboš Luňák
2020-06-11Drop configurability of libnumbertext useTor Lillqvist
2020-05-18update to Skia chrome/m84 snapshotLuboš Luňák
2020-05-06always build Skia optimized, unless --enable-skia=debugLuboš Luňák