/* -*- 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_SW_SOURCE_CORE_UIBASE_INC_TBXANCHR_HXX #define INCLUDED_SW_SOURCE_CORE_UIBASE_INC_TBXANCHR_HXX #include class SwTbxAnchor : public SfxToolBoxControl { sal_uInt16 nActAnchorId; public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; virtual void Click() SAL_OVERRIDE; virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE; SFX_DECL_TOOLBOX_CONTROL(); SwTbxAnchor( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); virtual ~SwTbxAnchor(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2012-10-04sal_Bool->bool in registryNoel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim
2012-08-12do not print anything when the comparison succeededDavid Tardon
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-07-20Globally unique symbols missing from some map filesStephan Bergmann
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-07Don't bother with the static lib and the exes for non-desktop OSesTor Lillqvist
2012-05-07Use gb_STDLIBSTor Lillqvist
2012-05-06remove unused filesMatúš Kukan
2012-05-06fix linkage inconsistency on windows (cont.)David Tardon
2012-05-06fix linkage inconsistency on windowsDavid Tardon
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-03-29UNO BYTE is signedStephan Bergmann
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak