/* -*- 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_SVX_INC_SXMSITM_HXX #define INCLUDED_SVX_INC_SXMSITM_HXX #include #include "sxsiitm.hxx" // Measure scale setting // We do not overwrite a measure scale (UIScale), If the model already has one set. // Instead, we multiply them with each other. class SdrMeasureScaleItem final : public SdrScaleItem { public: SdrMeasureScaleItem() : SdrScaleItem(SDRATTR_MEASURESCALE, Fraction(1, 1)) { } virtual SdrMeasureScaleItem* Clone(SfxItemPool*) const override { return new SdrMeasureScaleItem(*this); } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/inc/lib/init.hxx
AgeCommit message (Expand)Author
2024-11-10com::sun::star -> cssMike Kaganski
2024-05-08flush CallbackFlushHandler queue via PostUserEvent instead of Idle+TimerCaolán McNamara
2024-02-22Fix UBSan build's RTTI needsStephan Bergmann
2024-02-19hide more symbolsNoel Grandin
2023-12-10cid#1545975 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos
2022-08-25Tell LibreOfficeKit clients what fonts in a document are missing on the machineTor Lillqvist
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák
2022-07-28lok: add dumpState feature for better in-field diagnostics.Michael Meeks
2022-06-08use recursive mutex for LOK queueLuboš Luňák
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-02-25make sure that LOK "updated types" start a timer as wellLuboš Luňák
2022-01-20lok: avoid duplicate emission of statechanged: messages.Michael Meeks
2021-12-16ensure invalidate tiles LOK message range checkingLuboš Luňák
2021-12-14fix handling of the "EMPTY" LOK tile invalidationLuboš Luňák
2021-12-07make sure vector elements are initialized properlyLuboš Luňák
2021-11-03loplugin:constparamsNoel Grandin
2021-10-26use boost flat_map for faster mapLuboš Luňák
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-22better name for a function overloadLuboš Luňák
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák
2021-10-15do not use text-based LOK callback internallyLuboš Luňák
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-09-28add extra timeout with higher priority to LOK flushingLuboš Luňák
2021-09-28optimize removing from the LOK flush queueLuboš Luňák
2021-09-04speed up scanning the LOK queueNoel Grandin
2021-08-05improve LOK notifyInvalidationNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin
2019-12-13loplugin:unusedfieldsNoel Grandin
2019-12-03desktop: disable callback handling while changing the viewAshod Nakashian