summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuisrchdlg.hxx
blob: b22b3410296b470a2aa7ea75b66b2645ab0e2dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* -*- 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 .
 */
#pragma once

#include <i18nutil/transliteration.hxx>
#include <sfx2/basedlgs.hxx>

class SvxJSearchOptionsPage;

class SvxJSearchOptionsDialog : public SfxSingleTabDialogController
{
    SvxJSearchOptionsPage* m_pPage;

    SvxJSearchOptionsDialog( const SvxJSearchOptionsDialog & ) = delete;
    SvxJSearchOptionsDialog & operator == ( const SvxJSearchOptionsDialog & ) = delete;

public:
    SvxJSearchOptionsDialog(weld::Window *pParent,
        const SfxItemSet& rOptionsSet, TransliterationFlags nInitialFlags);
    virtual ~SvxJSearchOptionsDialog() override;

    TransliterationFlags  GetTransliterationFlags() const;
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
20-01-21 16:40:15 +0100'>2020-01-21Sifr: Add more 32px extra large icons (tdf#129846)rizmut - Add more 32px icons - Add localization items - Update frame, extrusion tilr - Add non cmd icons (spacing Writer sidebar, hyperlink insertion dialog, gallery items, page margin, orientation, etc) Change-Id: Ibbb91ecb6ccd9abf482c4bc2baa7d84f750112f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87144 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2017-06-04tdf#94632 Light sifr and breeze icon themes for dark OS themesMatthias Freund I inverted the original sifr icon theme as is - finetuning will happen later. Change-Id: I35eaccc539542465010c89d1ef35b0b0a449d243 Reviewed-on: https://gerrit.libreoffice.org/38377 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>