/* -*- 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_EDITENG_EDITENGDLLAPI_H #define INCLUDED_EDITENG_EDITENGDLLAPI_H #include #if defined(EDITENG_DLLIMPLEMENTATION) #define EDITENG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define EDITENG_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define EDITENG_DLLPRIVATE SAL_DLLPRIVATE #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper/titlehelper.cxx
AgeCommit message (Expand)Author
2016-04-05Prevent broadcast of title change events without a sourceakash
2016-04-05tdf#96044 - After exiting print preview main window number bumps to #3akash
2016-03-30tdf#96896-Fix infinite recursion to prevent Writer crashakash
2016-02-05Fix typosAndrea Gelmini
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-12Advertise GL rendering in frame titles in dbgutil mode.Michael Meeks
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14append '(Remote)' in the titlebar when remote file is openedSzymon Kłos
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann