summaryrefslogtreecommitdiff
path: root/basctl/uiconfig/basicide/toolbar/findbar.xml
blob: 35e61169626b8f99edda927aa49e11543d5eb4b4 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
<!--
 * 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 .
 -->
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/>
  <toolbar:toolbaritem xlink:href=".uno:FindText"/>
  <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
  <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
  <toolbar:toolbaritem xlink:href=".uno:FindAll"/>
  <toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
</toolbar:toolbar>
span class='decoration'>Noel Grandin 2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin 2023-06-28Simplify a bitMike Kaganski 2023-06-27loplugin:stringstatic look for more stringsNoel Grandin 2023-06-26new loplugin:constexprliteralNoel Grandin 2023-06-20tdf#43369 Refactor PosgresSQL connection setupOlivier Hallot 2023-06-19tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch 2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch 2023-06-03Simplify a bit DatabaseObjectView::fillDispatchArgsJulien Nabet 2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin 2023-05-31tdf#155562: crash when switching to PostgreSQL connector in Database wizardJulien Nabet 2023-05-29use more TypedWhichIdNoel Grandin 2023-05-28Typo: aCatlog->aCatalogJulien Nabet 2023-05-26use more TypedWhichIdNoel Grandin 2023-05-26Related tdf#153317: extra check since we deal with signed integersJulien Nabet 2023-05-26tdf#153317: direct SQL: try to detect Bit field in Mysql/MariaDBJulien Nabet 2023-05-25use more TypedWhichIdNoel Grandin 2023-05-25more TypedWhichIdNoel Grandin 2023-05-25Revert "BaseMutex->std::mutex in OPropertyForward"Julien Nabet 2023-05-20loplugin:unusedmethodsNoel Grandin 2023-05-03Proofread these recent strings before they go to translatorsAdolfo Jayme Barrientos