summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-07-28 16:09:48 +0200
committerAndras Timar <andras.timar@collabora.com>2022-03-09 10:18:24 +0100
commitdacd2376bf884abd34701a5260f5d7640074ff92 (patch)
treeea537ab670aaf64e230c7f1a9c99c74c291efc21
parent8c727f286a2dbc6a324f9613afa697eb566d55b6 (diff)
[cp] Xapian Omega setup for help.collaboraoffice.com cp-22.05.4-1cp-22.05.3-1co-22.05.2-1co-22.05.1-1
Change-Id: Iaa28803be627db8915e7f426b400ac3b26e7b3a2
-rw-r--r--help3xsl/online_transform.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 3256bcb36c..bc60367e38 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -229,8 +229,11 @@
<xsl:if test="$online">
<xsl:if test="$xapian='yes'">
<div class="xapian-omega-search">
- <form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top">
- <input id="omega-autofocus" type="search" name="P"/>
+ <form name="P" method="get" action="/cgi-bin/omega/omega" target="_top">
+ <input type="hidden" name="DB" value="{$lang}2205"/>
+ <input type="hidden" name="FMT" value="cp-query"/>
+ <input type="hidden" name="DEFAULTOP" value="and"/>
+ <input id="omega-autofocus" type="search" name="P" size="65"/>
<input type="submit" class="xapian-omega-search-button" value="&#x1f50d;"/>
</form>
</div>
='feature/vs2012'>feature/vs2012 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undodat.cxx
AgeCommit message (Expand)Author
2024-05-21sc: check GetActiveViewShell()Xisco Fauli
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-03-04cid#1500566 Uninitialized scalar fieldCaolán McNamara
2022-02-26cid#1500566 Uninitialized scalar fieldCaolán McNamara
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-10-13static_cast after dynamic_castNoel
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-08-09loplugin:flatten in scNoel Grandin
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-10-21sc: rowcol: tdf#50916 convert ui/undoAron Budea
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin
2018-07-27InsertNewTable always returns trueCaolán McNamara
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2018-06-29inline DeleteSdrUndoActionNoel Grandin
2018-06-28loplugin:useuniqueptr in ScUndoDBDataNoel Grandin
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-12-19lok: sc: missing header invalidation on undo an autofilter actionMarco Cecchetti
2017-12-19loplugin:singevalfieldsNoel Grandin
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti
2017-12-04loplugin:singlevalfieldsNoel Grandin
2017-11-29lok - calc: outline and group handlingMarco Cecchetti
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-08loplugin:constantparamNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin