/* -*- 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_SOURCE_DIALOG_SRCHCTRL_HXX #define INCLUDED_SVX_SOURCE_DIALOG_SRCHCTRL_HXX #include class SvxSearchDialog; class SvxSearchController : public SfxControllerItem { SvxSearchDialog& rSrchDlg; protected: virtual void StateChanged( sal_uInt16, SfxItemState, const SfxPoolItem* pState ) override; public: SvxSearchController( sal_uInt16 nId, SfxBindings& rBnd, SvxSearchDialog& rDlg ); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)Author
8 daysdon't use GetItemSurrogates in SwPageNumberFieldType::ChangeExpansionNoel Grandin
10 daysmake date/time single-arg constructors explicitNoel Grandin
2024-06-13loplugin:ostr in sw/../coreNoel Grandin
2024-06-06sw: evaluate undocumented STYLEREF field heading switchMichael Stahl
2024-05-28avoid dynamic_cast in ModifyChangedHintNoel Grandin
2024-05-06tdf#160402 writerfilter,sw: STYLEREF field can refer to character styleMichael Stahl
2024-05-04WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-03replace createFromAscii with OUString literals in SwAuthorityFieldNoel Grandin
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-20loplugin:constantparam in swNoel Grandin
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen
2024-04-04tdf#81012: avoid content frames in footnotes / endnotesMike Kaganski
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski
2024-02-09sw doc model xml dump: SwFieldType doesn't own its format fieldsMiklos Vajna
2024-02-05tdf#123968 sw: fix assert on importing ooo62823-1.sxwMichael Stahl
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-14Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormatMike Kaganski
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-12-20tdf#68364 - Don't assume a database if only two dots are presentAndreas Heinisch
2023-11-25Convert SwHashTable to std::unordered_mapNoel Grandin
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-10-30Improve STYLE_FROM_BOTTOM compatability with WordSkyler Grey
2023-10-30Improve HIDE_NON_NUMERICAL compatibility with WordSkyler Grey
2023-10-30Fix incorrect marginal STYLEREF content in docxSkyler Grey
2023-10-30Enable STYLEREF flag export/import with OOXMLSkyler Grey
2023-10-27Add flags to STYLEREFSkyler Grey
2023-10-25DBG_UTIL implementation differs only by never-wrong assertMike Kaganski
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-13Fix typoAndrea Gelmini
2023-09-12Added parent / child relationship to comments.Gökay Şatır
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen
2023-07-24sw, forms: some hacks to nerf time-fields so convwatch works betterMichael Stahl
2023-07-05loplugin:constantparamNoel Grandin
2023-06-21sw: Use DateTime::Sub() instead of operator-()Eike Rathke
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky