sync ports with The Matrix
This commit is contained in:
parent
cbcec355c0
commit
c376d85ea0
190 changed files with 4781 additions and 1132 deletions
|
@ -1,8 +1,8 @@
|
|||
COMMENT = reference implementation of the ZIM specification
|
||||
|
||||
DISTNAME = libzim-8.1.1
|
||||
DISTNAME = libzim-8.2.1
|
||||
|
||||
SHARED_LIBS += zim 0.0 # 0.0
|
||||
SHARED_LIBS += zim 1.0 # 0.0
|
||||
|
||||
CATEGORIES = archivers
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libzim-8.1.1.tar.xz) = aNQoFwYyyf52LjvMDiHwlvO43Su1vFnhdjfCwhuHR1k=
|
||||
SIZE (libzim-8.1.1.tar.xz) = 192712
|
||||
SHA256 (libzim-8.2.1.tar.xz) = /N20AMtxssIdXahv1gbg9FCDhz8N9dRSk0WFWjm1cHw=
|
||||
SIZE (libzim-8.2.1.tar.xz) = 195324
|
||||
|
|
13
archivers/libzim/patches/patch-meson_build
Normal file
13
archivers/libzim/patches/patch-meson_build
Normal file
|
@ -0,0 +1,13 @@
|
|||
https://github.com/openzim/libzim/issues/757
|
||||
Index: meson.build
|
||||
--- meson.build.orig
|
||||
+++ meson.build
|
||||
@@ -1,7 +1,7 @@
|
||||
project('libzim', ['c', 'cpp'],
|
||||
version : '8.2.1',
|
||||
license : 'GPL2',
|
||||
- default_options : ['c_std=c11', 'cpp_std=c++11'])
|
||||
+ default_options : ['c_std=c11', 'cpp_std=c++14'])
|
||||
|
||||
if build_machine.system() != 'windows'
|
||||
add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp')
|
|
@ -4,6 +4,7 @@ CATEGORIES = devel
|
|||
GH_ACCOUNT = abseil
|
||||
GH_PROJECT = ${GH_ACCOUNT}-cpp
|
||||
GH_TAGNAME = 20230802.0
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://abseil.io/
|
||||
|
||||
|
@ -53,6 +54,11 @@ MODULES = devel/cmake
|
|||
|
||||
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON
|
||||
|
||||
# A future Abseil release will default ABSL_PROPAGATE_CXX_STD=ON
|
||||
# for CMake >= 3.8. Abseil developers recommend enabling this option
|
||||
# to ensure that our project builds correctly.
|
||||
CONFIGURE_ARGS += -DABSL_PROPAGATE_CXX_STD=ON
|
||||
|
||||
# use googletest from ports
|
||||
CONFIGURE_ARGS += -DABSL_USE_EXTERNAL_GOOGLETEST=${LOCALBASE}/include/gtest
|
||||
# turn on tests builds
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USE_WXNEEDED= Yes
|
||||
uSE_WXNEEDED= Yes
|
||||
USE_NOBTCFI= Yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 aarch64
|
||||
|
@ -11,8 +11,8 @@ SHARED_LIBS += etonyek-0.1-lo 1.10 # 1.10
|
|||
SHARED_LIBS += langtag-lo 5.1 # 5.1
|
||||
SHARED_LIBS += mwaw-0.3-lo 3.21 # 3.21
|
||||
SHARED_LIBS += odfgen-0.1-lo 1.8 # 1.8
|
||||
SHARED_LIBS += orcus-0.17 0.0 # 0.0
|
||||
SHARED_LIBS += orcus-parser-0.17 0.0 # 0.0
|
||||
SHARED_LIBS += orcus-0.18 0.0 # 0.0
|
||||
SHARED_LIBS += orcus-parser-0.18 0.0 # 0.0
|
||||
SHARED_LIBS += staroffice-0.0-lo 0.0 # 0.0
|
||||
SHARED_LIBS += uno_cppu 3.0 # 3.0
|
||||
SHARED_LIBS += uno_cppuhelpergcc3 3.0 # 3.0
|
||||
|
@ -22,8 +22,8 @@ SHARED_LIBS += uno_salhelpergcc3 3.0 # 3.0
|
|||
SHARED_LIBS += wpg-0.3-lo 3.4 # 3.4
|
||||
SHARED_LIBS += wps-0.4-lo 4.12 # 4.12
|
||||
|
||||
BV= 7.5
|
||||
VERSION= ${BV}.5.2
|
||||
BV= 7.6
|
||||
VERSION= ${BV}.0.3
|
||||
DISTNAME= libreoffice-${VERSION}
|
||||
WRKDIST= ${WRKDIR}/libreoffice-${VERSION}
|
||||
CATEGORIES= editors productivity
|
||||
|
@ -97,6 +97,7 @@ DISTFILES += cppunit-1.15.1.tar.gz:0
|
|||
DISTFILES += culmus-0.133.tar.gz:0
|
||||
DISTFILES += dragonbox-1.1.3.tar.gz:0
|
||||
DISTFILES += dtoa-20180411.tgz:0
|
||||
DISTFILES += frozen-1.1.1.tar.gz:0
|
||||
DISTFILES += language-subtag-registry-2023-05-11.tar.bz2:0
|
||||
DISTFILES += libabw-0.1.3.tar.xz:0
|
||||
DISTFILES += libcdr-0.1.7.tar.xz:0
|
||||
|
@ -113,7 +114,7 @@ DISTFILES += liblangtag-0.6.3.tar.bz2:0
|
|||
DISTFILES += libmspub-0.1.4.tar.xz:0
|
||||
DISTFILES += libmwaw-0.3.21.tar.xz:0
|
||||
DISTFILES += libodfgen-0.1.8.tar.xz:0
|
||||
DISTFILES += liborcus-0.17.2.tar.bz2:0
|
||||
DISTFILES += liborcus-0.18.1.tar.xz:0
|
||||
DISTFILES += libpagemaker-0.0.4.tar.xz:0
|
||||
DISTFILES += libqxp-0.0.2.tar.xz:0
|
||||
DISTFILES += libre-hebrew-1.0.tar.gz:0
|
||||
|
@ -122,16 +123,16 @@ DISTFILES += libvisio-0.1.7.tar.xz:0
|
|||
DISTFILES += libwpg-0.3.4.tar.xz:0
|
||||
DISTFILES += libwps-0.4.12.tar.xz:0
|
||||
DISTFILES += libzmf-0.0.2.tar.xz:0
|
||||
DISTFILES += mdds-2.0.3.tar.bz2:0
|
||||
DISTFILES += mdds-2.1.1.tar.xz:0
|
||||
DISTFILES += noto-fonts-20171024.tar.gz:0
|
||||
DISTFILES += pdfium-5778.tar.bz2:0
|
||||
DISTFILES += skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz:0
|
||||
DISTFILES += skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz:0
|
||||
DISTFILES += source-serif-pro-3.000R.tar.gz:0
|
||||
DISTFILES += ttf-kacst_2.01+mry.tar.gz:0
|
||||
DISTFILES += xmlsec1-1.2.37.tar.gz:0
|
||||
DISTFILES += libnumbertext-1.0.11.tar.xz:0
|
||||
DISTFILES += box2d-2.4.1.tar.gz:0
|
||||
DISTFILES += zxing-cpp-1.4.0.tar.gz:0
|
||||
DISTFILES += zxing-cpp-2.0.0.tar.gz:0
|
||||
|
||||
DIST_SUBDIR= libreoffice
|
||||
|
||||
|
@ -286,12 +287,11 @@ AUTOMAKE_VERSION= 1.12
|
|||
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -Wl,--threads=${MAKE_JOBS}" \
|
||||
KDE5INC="${LOCALBASE}/include/kde5" KDE5LIB="${LOCALBASE}/lib/kde5/libs"\
|
||||
KF5INC="${LOCALBASE}/include" KF5LIB="${LOCALBASE}/lib" \
|
||||
QT5DIR="${LOCALBASE}/lib/qt5" QT5LIB="${LOCALBASE}/qt5" \
|
||||
QT5INC="${LOCALBASE}/include/X11/qt5" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
QT5INC="${LOCALBASE}/include/X11/qt5"
|
||||
|
||||
CONFIGURE_ARGS+=\
|
||||
--disable-coinmp \
|
||||
|
|
|
@ -37,6 +37,7 @@ SHA256 (libreoffice/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1
|
|||
SHA256 (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = dcgDWcnONDwgqrijakXLO57nxhz5LBOuRTmdhUQjqbo=
|
||||
SHA256 (libreoffice/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf) = 9UPm4tcnVVeoOaFklBwKhuXyw/KgBCv8Q0yIxt3p4UA=
|
||||
SHA256 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = BWQKH2gFsrLX4sucUNuaXLCE48Uqsacc4BUjm0odQ0M=
|
||||
SHA256 (libreoffice/frozen-1.1.1.tar.gz) = 98cHV1Do/O6sCB6e8BlE8iGzbZclvqyGgcvSg40mvkU=
|
||||
SHA256 (libreoffice/language-subtag-registry-2023-05-11.tar.bz2) = kEK2TNRzvzYHNRO0dARvE3eBB7V8KsR/smMxBBINado=
|
||||
SHA256 (libreoffice/libabw-0.1.3.tar.xz) = 52Op3CHD0mZ0AtZuIC4/jvTbUbNLee9B9WysuG3Nbu0=
|
||||
SHA256 (libreoffice/libcdr-0.1.7.tar.xz) = VmYknWE0ZrmqHph+pBCcBDZYZuknfYD2zZZj6GuOzdQ=
|
||||
|
@ -54,28 +55,28 @@ SHA256 (libreoffice/libmspub-0.1.4.tar.xz) = 7zbBoaq7K6Owvtqq/nF79EgL4rqN5vOJS+X
|
|||
SHA256 (libreoffice/libmwaw-0.3.21.tar.xz) = 6HUBI6eNYblDzveLdzbIp/ILsKZJqhEkAhJPunlPwhw=
|
||||
SHA256 (libreoffice/libnumbertext-1.0.11.tar.xz) = XctNs7I0D4H2Ac6G2NdraeNNcPhPgEGSyQHkt/hNX7A=
|
||||
SHA256 (libreoffice/libodfgen-0.1.8.tar.xz) = VSAAJ/1GYjub3d040nXnRS0bD/iu3crW+a5twl9hBiU=
|
||||
SHA256 (libreoffice/liborcus-0.17.2.tar.bz2) = KobEBaWSn3SbJ2N1CVlkIdRoBXUzZKsliwNf0B+94UM=
|
||||
SHA256 (libreoffice/liborcus-0.18.1.tar.xz) = YAa58VdjFeMT33FafnKhfz4LF9e2vRGc+ooLYIzpces=
|
||||
SHA256 (libreoffice/libpagemaker-0.0.4.tar.xz) = Zq2s1wWn0ZiV4I6sRtHoUTMq3y5zbFZr7xFk56RCUZ0=
|
||||
SHA256 (libreoffice/libqxp-0.0.2.tar.xz) = 4Te2sRASClLJjt0C69xAle4I0NUpWpQxapgXUAlalFw=
|
||||
SHA256 (libreoffice/libre-hebrew-1.0.tar.gz) = 9ZYlfB23Bs41eVsY1/ZqTbmdQncl8g6ThJFLU0FCV5o=
|
||||
SHA256 (libreoffice/libreoffice-7.5.5.2.tar.xz) = Zijf0qIQQafFu21ycz4P1S76eVnJUIT81NlsxKYbBWE=
|
||||
SHA256 (libreoffice/libreoffice-dictionaries-7.5.5.2.tar.xz) = M8Aj0+Wr5WSTUK4SQvzV1sBpBm8oPblntqqzWqSFdQQ=
|
||||
SHA256 (libreoffice/libreoffice-help-7.5.5.2.tar.xz) = Heg0l5vyXDxvNoNi3SDJXQvuUUpC7ukDoyGI1ASIqmI=
|
||||
SHA256 (libreoffice/libreoffice-translations-7.5.5.2.tar.xz) = JLXHkaFxKDYbXzyFODSAAqcU0LoqqzfjvxDha3rASbc=
|
||||
SHA256 (libreoffice/libreoffice-7.6.0.3.tar.xz) = B/M/EadbcqMER0nU8vfQKg/Xnq7U+3PmGOxf41dtDCU=
|
||||
SHA256 (libreoffice/libreoffice-dictionaries-7.6.0.3.tar.xz) = uTLN1r0u5xfzoJdmyI/pAQCwwsBQkxPD7il/lcCE7i4=
|
||||
SHA256 (libreoffice/libreoffice-help-7.6.0.3.tar.xz) = IQ8Y/2DpPTZoVthOcU0/1vGE85m1Fjr8krfhEVXL52g=
|
||||
SHA256 (libreoffice/libreoffice-translations-7.6.0.3.tar.xz) = Zn5P/qzAG9D4MMLtzFbiMo+STurCJGObq+s4QaROxfQ=
|
||||
SHA256 (libreoffice/libstaroffice-0.0.7.tar.xz) = +U+wrYIW+XEnvt7xY6RYhrQ8Yt6sXlsPXmKOI0IgyNs=
|
||||
SHA256 (libreoffice/libvisio-0.1.7.tar.xz) = j6+N+HDLJ7CaeHoZWdbGRvqkTQ2KsVGIPfQItxZr6kw=
|
||||
SHA256 (libreoffice/libwpg-0.3.4.tar.xz) = tV/alEDR4HBjDrJIfYuGl89BLCFKJ8runfac7HwATeM=
|
||||
SHA256 (libreoffice/libwps-0.4.12.tar.xz) = 4hr7UqBtA7d0xajHJnloerZIkbkc4MO98tPpcjFTTts=
|
||||
SHA256 (libreoffice/libzmf-0.0.2.tar.xz) = JwUaMMsFf9tdXeZaHxZccVPcduJ/5iJRy7hmOessryI=
|
||||
SHA256 (libreoffice/mdds-2.0.3.tar.bz2) = l3H+QuEzRDwTyhhyU3Y+F8i8lqGgKuyeHoiTNn/6nOU=
|
||||
SHA256 (libreoffice/mdds-2.1.1.tar.xz) = FIPZDO+4qkVjxNCoXLeyQ6qVIX0jXUIunKZyL9W5flY=
|
||||
SHA256 (libreoffice/mythes-1.2.5.tar.xz) = GSefcHB7vl/6YZ8twxn4iM7AxKjTOdwKITMFF71vUh0=
|
||||
SHA256 (libreoffice/noto-fonts-20171024.tar.gz) = KazBWkxNa1EgG6XWDzA9+8LlrL/bcEE8muHtNPolmZQ=
|
||||
SHA256 (libreoffice/pdfium-5778.tar.bz2) = sQUv8k6f+xGvAXxES7D2rVCNZMmg+4jKyw6CECRd3gY=
|
||||
SHA256 (libreoffice/skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz) = wJSmJH5EEEvqqg0AyCW+trrxqOUy3CIhR0dJUxemW9k=
|
||||
SHA256 (libreoffice/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz) = DQipntRs3kO1rSZytdh3DI64XQ0my48fhf2b7+Hpzrk=
|
||||
SHA256 (libreoffice/source-serif-pro-3.000R.tar.gz) = gmoreE1c20wrvHgw62KHFSg2CmGlJonBAqEBYj8ZKOM=
|
||||
SHA256 (libreoffice/ttf-kacst_2.01+mry.tar.gz) = 3KAPXmVfLyF6dm+qc6gfVCxcIEqjpHAXw8K+CzHQClY=
|
||||
SHA256 (libreoffice/xmlsec1-1.2.37.tar.gz) = X437y20eVr3dC17C4Ao9DKU0Kp9Xwk3/3lx5ayvihxw=
|
||||
SHA256 (libreoffice/zxing-cpp-1.4.0.tar.gz) = Emdnu1b4ofJa6E0jPbLpub5Q1x9XdgktDhcMoPDtGGI=
|
||||
SHA256 (libreoffice/zxing-cpp-2.0.0.tar.gz) = ErdrcAXDDTQmX8IDVtNA2hebC01D0sGzW8yoZ3YGn3Y=
|
||||
SIZE (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 96939
|
||||
SIZE (libreoffice/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip) = 811606
|
||||
SIZE (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = 3519470
|
||||
|
@ -115,6 +116,7 @@ SIZE (libreoffice/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.0
|
|||
SIZE (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 427800
|
||||
SIZE (libreoffice/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf) = 207992
|
||||
SIZE (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 211919
|
||||
SIZE (libreoffice/frozen-1.1.1.tar.gz) = 186589
|
||||
SIZE (libreoffice/language-subtag-registry-2023-05-11.tar.bz2) = 77994
|
||||
SIZE (libreoffice/libabw-0.1.3.tar.xz) = 318808
|
||||
SIZE (libreoffice/libcdr-0.1.7.tar.xz) = 618528
|
||||
|
@ -132,25 +134,25 @@ SIZE (libreoffice/libmspub-0.1.4.tar.xz) = 377472
|
|||
SIZE (libreoffice/libmwaw-0.3.21.tar.xz) = 1457212
|
||||
SIZE (libreoffice/libnumbertext-1.0.11.tar.xz) = 302676
|
||||
SIZE (libreoffice/libodfgen-0.1.8.tar.xz) = 386156
|
||||
SIZE (libreoffice/liborcus-0.17.2.tar.bz2) = 2123970
|
||||
SIZE (libreoffice/liborcus-0.18.1.tar.xz) = 2070352
|
||||
SIZE (libreoffice/libpagemaker-0.0.4.tar.xz) = 306496
|
||||
SIZE (libreoffice/libqxp-0.0.2.tar.xz) = 341760
|
||||
SIZE (libreoffice/libre-hebrew-1.0.tar.gz) = 531276
|
||||
SIZE (libreoffice/libreoffice-7.5.5.2.tar.xz) = 270545744
|
||||
SIZE (libreoffice/libreoffice-dictionaries-7.5.5.2.tar.xz) = 51807184
|
||||
SIZE (libreoffice/libreoffice-help-7.5.5.2.tar.xz) = 166236984
|
||||
SIZE (libreoffice/libreoffice-translations-7.5.5.2.tar.xz) = 204725096
|
||||
SIZE (libreoffice/libreoffice-7.6.0.3.tar.xz) = 280073924
|
||||
SIZE (libreoffice/libreoffice-dictionaries-7.6.0.3.tar.xz) = 53303164
|
||||
SIZE (libreoffice/libreoffice-help-7.6.0.3.tar.xz) = 166959212
|
||||
SIZE (libreoffice/libreoffice-translations-7.6.0.3.tar.xz) = 216546740
|
||||
SIZE (libreoffice/libstaroffice-0.0.7.tar.xz) = 707920
|
||||
SIZE (libreoffice/libvisio-0.1.7.tar.xz) = 854296
|
||||
SIZE (libreoffice/libwpg-0.3.4.tar.xz) = 340428
|
||||
SIZE (libreoffice/libwps-0.4.12.tar.xz) = 713008
|
||||
SIZE (libreoffice/libzmf-0.0.2.tar.xz) = 320952
|
||||
SIZE (libreoffice/mdds-2.0.3.tar.bz2) = 516540
|
||||
SIZE (libreoffice/mdds-2.1.1.tar.xz) = 540732
|
||||
SIZE (libreoffice/mythes-1.2.5.tar.xz) = 2891852
|
||||
SIZE (libreoffice/noto-fonts-20171024.tar.gz) = 6646182
|
||||
SIZE (libreoffice/pdfium-5778.tar.bz2) = 9532052
|
||||
SIZE (libreoffice/skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz) = 11079112
|
||||
SIZE (libreoffice/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz) = 10693272
|
||||
SIZE (libreoffice/source-serif-pro-3.000R.tar.gz) = 1135588
|
||||
SIZE (libreoffice/ttf-kacst_2.01+mry.tar.gz) = 407400
|
||||
SIZE (libreoffice/xmlsec1-1.2.37.tar.gz) = 2009175
|
||||
SIZE (libreoffice/zxing-cpp-1.4.0.tar.gz) = 1018225
|
||||
SIZE (libreoffice/zxing-cpp-2.0.0.tar.gz) = 856413
|
||||
|
|
|
@ -9,7 +9,7 @@ Index: RepositoryExternal.mk
|
|||
$(call gb_LinkTarget_set_include,$(1),\
|
||||
$$(INCLUDE) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
@@ -3684,6 +3685,10 @@ gb_LinkTarget__use_libgpg-error :=
|
||||
@@ -3696,6 +3697,10 @@ gb_LinkTarget__use_libgpg-error :=
|
||||
endif # ENABLE_GPGMEPP
|
||||
|
||||
define gb_LinkTarget__use_dconf
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: basic/source/runtime/methods.cxx
|
||||
--- basic/source/runtime/methods.cxx.orig
|
||||
+++ basic/source/runtime/methods.cxx
|
||||
@@ -95,6 +95,7 @@ using namespace com::sun::star::uno;
|
||||
@@ -96,6 +96,7 @@ using namespace com::sun::star::uno;
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
|
||||
--- bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx.orig
|
||||
+++ bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
|
||||
@@ -148,7 +148,7 @@ std::type_info * getRtti(typelib_TypeDescription const
|
||||
@@ -146,7 +146,7 @@ std::type_info * getRtti(typelib_TypeDescription const
|
||||
extern "C" void _GLIBCXX_CDTOR_CALLABI deleteException(void * exception) {
|
||||
__cxxabiv1::__cxa_exception * header =
|
||||
static_cast<__cxxabiv1::__cxa_exception *>(exception) - 1;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx
|
||||
--- bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx.orig
|
||||
+++ bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx
|
||||
@@ -576,7 +576,7 @@ unsigned char * bridges::cpp_uno::shared::VtableFactor
|
||||
@@ -583,7 +583,7 @@ unsigned char * bridges::cpp_uno::shared::VtableFactor
|
||||
void bridges::cpp_uno::shared::VtableFactory::flushCode(
|
||||
unsigned char const * begin, unsigned char const * end)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -6957,6 +6957,9 @@ aix*)
|
||||
@@ -6969,6 +6969,9 @@ printf "%s\n" "$PTHREAD_LIBS" >&6; }
|
||||
|
||||
openbsd*)
|
||||
using_freetype_fontconfig=yes
|
||||
|
@ -11,7 +11,7 @@ Index: configure
|
|||
using_x11=yes
|
||||
PTHREAD_CFLAGS="-D_THREAD_SAFE"
|
||||
PTHREAD_LIBS="-pthread"
|
||||
@@ -14987,6 +14990,11 @@ openbsd*)
|
||||
@@ -14994,6 +14997,11 @@ solaris*)
|
||||
P_SEP=:
|
||||
|
||||
case "$host_cpu" in
|
||||
|
@ -23,7 +23,7 @@ Index: configure
|
|||
i*86)
|
||||
CPUNAME=INTEL
|
||||
RTL_ARCH=x86
|
||||
@@ -21701,9 +21709,6 @@ _ACEOF
|
||||
@@ -21689,9 +21697,6 @@ _ACEOF
|
||||
rm -fr libconftest*
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gccvisinlineshiddenok" >&5
|
||||
printf "%s\n" "$gccvisinlineshiddenok" >&6; }
|
||||
|
@ -33,7 +33,7 @@ Index: configure
|
|||
fi
|
||||
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CXX_BASE has a visibility bug with class-level attributes (GCC bug 26905)" >&5
|
||||
@@ -29026,7 +29031,7 @@ then :
|
||||
@@ -29008,7 +29013,7 @@ then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
|
@ -42,7 +42,7 @@ Index: configure
|
|||
test "$am_cv_pathless_PYTHON" = none && break
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
@@ -29344,7 +29349,7 @@ then :
|
||||
@@ -29326,7 +29331,7 @@ then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
|
@ -51,7 +51,7 @@ Index: configure
|
|||
test "$am_cv_pathless_PYTHON" = none && break
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
@@ -29670,7 +29675,7 @@ then :
|
||||
@@ -29652,7 +29657,7 @@ then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
|
@ -60,7 +60,7 @@ Index: configure
|
|||
test "$am_cv_pathless_PYTHON" = none && break
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
@@ -37819,7 +37824,7 @@ printf "%s\n" "internal" >&6; }
|
||||
@@ -37917,7 +37922,7 @@ printf "%s\n" "internal" >&6; }
|
||||
if test "$COM" = "MSC"; then
|
||||
HYPHEN_LIB="${WORKDIR}/LinkTarget/StaticLibrary/hyphen.lib"
|
||||
else
|
||||
|
@ -69,7 +69,7 @@ Index: configure
|
|||
fi
|
||||
fi
|
||||
|
||||
@@ -38022,7 +38027,7 @@ printf "%s\n" "internal" >&6; }
|
||||
@@ -38120,7 +38125,7 @@ printf "%s\n" "internal" >&6; }
|
||||
if test "$COM" = "MSC"; then
|
||||
MYTHES_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/mythes.lib"
|
||||
else
|
||||
|
@ -78,7 +78,7 @@ Index: configure
|
|||
fi
|
||||
fi
|
||||
|
||||
@@ -38870,8 +38875,8 @@ else
|
||||
@@ -38968,8 +38973,8 @@ else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the flex version" >&5
|
||||
printf %s "checking the flex version... " >&6; }
|
||||
_flex_version=$($FLEX --version | $SED -e 's/^.*\([[:digit:]]\{1,\}\.[[:digit:]]\{1,\}\.[[:digit:]]\{1,\}\).*$/\1/')
|
||||
|
@ -89,7 +89,7 @@ Index: configure
|
|||
fi
|
||||
fi
|
||||
|
||||
@@ -42767,7 +42772,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
@@ -42865,7 +42870,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
printf %s "checking for Qt5 libraries... " >&6; }
|
||||
qt5_libdir="no"
|
||||
for lib_dir in $qt5_libdirs; do
|
||||
|
@ -98,7 +98,7 @@ Index: configure
|
|||
qt5_libdir="$lib_dir"
|
||||
break
|
||||
fi
|
||||
@@ -43569,7 +43574,7 @@ printf "%s\n" "$kf5_incdir" >&6; }
|
||||
@@ -43674,7 +43679,7 @@ printf "%s\n" "$kf5_incdir" >&6; }
|
||||
printf %s "checking for KF5 libraries... " >&6; }
|
||||
kf5_libdir="no"
|
||||
for kf5_check in $kf5_libdirs; do
|
||||
|
@ -107,7 +107,7 @@ Index: configure
|
|||
kf5_libdir="$kf5_check"
|
||||
break
|
||||
fi
|
||||
@@ -45543,7 +45548,7 @@ for i in shasum /usr/local/bin/shasum /usr/sfw/bin/sha
|
||||
@@ -45662,7 +45667,7 @@ for i in shasum /usr/local/bin/shasum /usr/sfw/bin/sha
|
||||
done
|
||||
|
||||
if test -z "$SHA256SUM"; then
|
||||
|
@ -116,7 +116,7 @@ Index: configure
|
|||
eval "$i --version" > /dev/null 2>&1
|
||||
ret=$?
|
||||
if test $ret -eq 0; then
|
||||
@@ -46231,7 +46236,7 @@ if test $_os = iOS -o $_os = Android; then
|
||||
@@ -46350,7 +46355,7 @@ if test $_os = iOS -o $_os = Android; then
|
||||
fi
|
||||
|
||||
if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Index: external/cppunit/UnpackedTarball_cppunit.mk
|
||||
--- external/cppunit/UnpackedTarball_cppunit.mk.orig
|
||||
+++ external/cppunit/UnpackedTarball_cppunit.mk
|
||||
@@ -23,6 +23,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\
|
||||
external/cppunit/rtti.patch.0 \
|
||||
external/cppunit/order.patch.0 \
|
||||
external/cppunit/windows-arm64.patch.1 \
|
||||
@@ -34,6 +34,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\
|
||||
external/cppunit/propagate-exceptions.patch.0 \
|
||||
external/cppunit/sprintf.patch.0 \
|
||||
external/cppunit/clang.patch.0 \
|
||||
+ external/cppunit/openbsd-cppunit.patch.0 \
|
||||
))
|
||||
ifeq ($(DISABLE_DYNLOADING),TRUE)
|
||||
|
|
|
@ -2,13 +2,13 @@ Index: external/liborcus/ExternalPackage_liborcus.mk
|
|||
--- external/liborcus/ExternalPackage_liborcus.mk.orig
|
||||
+++ external/liborcus/ExternalPackage_liborcus.mk
|
||||
@@ -15,8 +15,8 @@ ifeq ($(OS),MACOSX)
|
||||
$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.17.0.dylib,src/liborcus/.libs/liborcus-0.17.0.dylib))
|
||||
$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.17.0.dylib,src/parser/.libs/liborcus-parser-0.17.0.dylib))
|
||||
$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.18.0.dylib,src/liborcus/.libs/liborcus-0.18.0.dylib))
|
||||
$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.18.0.dylib,src/parser/.libs/liborcus-parser-0.18.0.dylib))
|
||||
else ifeq ($(DISABLE_DYNLOADING),)
|
||||
-$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.17.so.0,src/liborcus/.libs/liborcus-0.17.so.0.0.0))
|
||||
-$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.17.so.0,src/parser/.libs/liborcus-parser-0.17.so.0.0.0))
|
||||
+$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.17.so.0.0,src/liborcus/.libs/liborcus-0.17.so.0.0))
|
||||
+$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.17.so.0.0,src/parser/.libs/liborcus-parser-0.17.so.0.0))
|
||||
-$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.18.so.0,src/liborcus/.libs/liborcus-0.18.so.0.0.0))
|
||||
-$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.18.so.0,src/parser/.libs/liborcus-parser-0.18.so.0.0.0))
|
||||
+$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-0.18.so.0.0,src/liborcus/.libs/liborcus-0.18.so.0.0))
|
||||
+$(eval $(call gb_ExternalPackage_add_file,liborcus,$(LIBO_LIB_FOLDER)/liborcus-parser-0.18.so.0.0,src/parser/.libs/liborcus-parser-0.18.so.0.0))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
--- external/lpsolve/UnpackedTarball_lpsolve.mk.orig.port Thu Jan 22 21:05:28 2015
|
||||
+++ external/lpsolve/UnpackedTarball_lpsolve.mk Sat Jan 31 16:03:15 2015
|
||||
@@ -25,6 +25,7 @@ else
|
||||
Index: external/lpsolve/UnpackedTarball_lpsolve.mk
|
||||
--- external/lpsolve/UnpackedTarball_lpsolve.mk.orig
|
||||
+++ external/lpsolve/UnpackedTarball_lpsolve.mk
|
||||
@@ -24,6 +24,7 @@ else
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,lpsolve,\
|
||||
external/lpsolve/lp_solve-aix.patch \
|
||||
external/lpsolve/lp_solve-fixed-warn.patch \
|
||||
+ external/lpsolve/lp_solve-timeb.patch \
|
||||
external/lpsolve/lp_solve_5.5.patch \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: external/skia/Library_skia.mk
|
||||
--- external/skia/Library_skia.mk.orig
|
||||
+++ external/skia/Library_skia.mk
|
||||
@@ -96,10 +96,10 @@ $(eval $(call gb_Library_use_externals,skia,\
|
||||
@@ -98,10 +98,10 @@ $(eval $(call gb_Library_use_externals,skia,\
|
||||
libpng \
|
||||
))
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
Index: external/skia/UnpackedTarball_skia.mk
|
||||
--- external/skia/UnpackedTarball_skia.mk.orig
|
||||
+++ external/skia/UnpackedTarball_skia.mk
|
||||
@@ -39,6 +39,7 @@ skia_patches := \
|
||||
tdf147342.patch.0 \
|
||||
redefinition-of-op.patch.0 \
|
||||
0001-Added-missing-include-cstdio.patch \
|
||||
+ openbsd.patch.2 \
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
Index: external/skia/openbsd.patch.2
|
||||
--- external/skia/openbsd.patch.2.orig
|
||||
+++ external/skia/openbsd.patch.2
|
||||
@@ -0,0 +1,33 @@
|
||||
+Index: third_party/skia/src/base/SkContainers.cpp
|
||||
+--- third_party/skia/src/base/SkContainers.cpp.orig
|
||||
++++ third_party/skia/src/base/SkContainers.cpp
|
||||
+@@ -14,7 +14,7 @@
|
||||
+
|
||||
+ #if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
|
||||
+ #include <malloc/malloc.h>
|
||||
+-#elif defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_UNIX)
|
||||
++#elif defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_UNIX) && !defined(__OpenBSD__)
|
||||
+ #include <malloc.h>
|
||||
+ #elif defined(SK_BUILD_FOR_WIN)
|
||||
+ #include <malloc.h>
|
||||
+@@ -38,7 +38,7 @@ SkSpan<std::byte> complete_size(void* ptr, size_t size
|
||||
+ #elif defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 17
|
||||
+ completeSize = malloc_usable_size(ptr);
|
||||
+ SkASSERT(completeSize >= size);
|
||||
+- #elif defined(SK_BUILD_FOR_UNIX)
|
||||
++ #elif defined(SK_BUILD_FOR_UNIX) && !defined(__OpenBSD__)
|
||||
+ completeSize = malloc_usable_size(ptr);
|
||||
+ SkASSERT(completeSize >= size);
|
||||
+ #elif defined(SK_BUILD_FOR_WIN)
|
||||
+Index: third_party/skia/src/ports/SkOSFile_posix.cpp
|
||||
+--- third_party/skia/src/ports/SkOSFile_posix.cpp.orig
|
||||
++++ third_party/skia/src/ports/SkOSFile_posix.cpp
|
||||
+@@ -25,7 +25,7 @@
|
||||
+ #endif
|
||||
+
|
||||
+ void sk_fsync(FILE* f) {
|
||||
+-#if !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) && !defined(_NEWLIB_VERSION)
|
||||
++#if !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) && !defined(_NEWLIB_VERSION) && !defined(__OpenBSD__)
|
||||
+ int fd = fileno(f);
|
||||
+ fsync(fd);
|
||||
+ #endif
|
|
@ -4,9 +4,9 @@ Index: idl/source/objects/types.cxx
|
|||
@@ -249,7 +249,7 @@ void SvMetaType::WriteSfxItem(
|
||||
|
||||
// write the implementation part
|
||||
rOutStm.WriteCharPtr( "#ifdef SFX_TYPEMAP" ) << endl;
|
||||
- rOutStm.WriteCharPtr( "#if !defined(_WIN32) && (defined(DISABLE_DYNLOADING) && (defined(ANDROID) || defined(IOS) || defined(EMSCRIPTEN) || defined(LINUX)))" ) << endl;
|
||||
+ rOutStm.WriteCharPtr( "#if !defined(_WIN32) && (defined(DISABLE_DYNLOADING) && (defined(ANDROID) || defined(IOS) || defined(EMSCRIPTEN) || defined(LINUX) || defined(OPENBSD)))" ) << endl;
|
||||
rOutStm.WriteCharPtr( "__attribute__((__weak__))" ) << endl;
|
||||
rOutStm.WriteCharPtr( "#endif" ) << endl;
|
||||
rOutStm.WriteOString( "#ifdef SFX_TYPEMAP" ) << endl;
|
||||
- rOutStm.WriteOString( "#if !defined(_WIN32) && (defined(DISABLE_DYNLOADING) && (defined(ANDROID) || defined(IOS) || defined(EMSCRIPTEN) || defined(LINUX)))" ) << endl;
|
||||
+ rOutStm.WriteOString( "#if !defined(_WIN32) && (defined(DISABLE_DYNLOADING) && (defined(ANDROID) || defined(IOS) || defined(EMSCRIPTEN) || defined(LINUX) || defined(OPENBSD)))" ) << endl;
|
||||
rOutStm.WriteOString( "__attribute__((__weak__))" ) << endl;
|
||||
rOutStm.WriteOString( "#endif" ) << endl;
|
||||
rOutStm.WriteOString( aTypeName ).WriteOString( aVarName )
|
||||
|
|
|
@ -12,6 +12,6 @@ Index: include/osl/endian.h
|
|||
+# elif BYTE_ORDER == BIG_ENDIAN
|
||||
+# define OSL_BIGENDIAN
|
||||
+# endif
|
||||
#elif defined AIX
|
||||
# include <sys/machine.h>
|
||||
# if BYTE_ORDER == LITTLE_ENDIAN
|
||||
#elif defined __sun
|
||||
# include <sys/isa_defs.h>
|
||||
# if defined _LITTLE_ENDIAN
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx
|
||||
--- libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx.orig
|
||||
+++ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx
|
||||
@@ -19,6 +19,7 @@
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
|
@ -3,7 +3,7 @@ disble tip-of-the-day dialog by default
|
|||
Index: officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
--- officecfg/registry/schema/org/openoffice/Office/Common.xcs.orig
|
||||
+++ officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
@@ -5597,7 +5597,7 @@
|
||||
@@ -5258,7 +5258,7 @@
|
||||
<info>
|
||||
<desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc>
|
||||
</info>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: sal/osl/unx/system.hxx
|
||||
--- sal/osl/unx/system.hxx.orig
|
||||
+++ sal/osl/unx/system.hxx
|
||||
@@ -160,7 +160,6 @@
|
||||
@@ -159,7 +159,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef OPENBSD
|
||||
|
@ -9,7 +9,7 @@ Index: sal/osl/unx/system.hxx
|
|||
# include <pthread.h>
|
||||
# include <sys/sem.h>
|
||||
# include <dlfcn.h>
|
||||
@@ -170,17 +169,15 @@
|
||||
@@ -169,17 +168,15 @@
|
||||
# include <sys/time.h>
|
||||
# include <sys/uio.h>
|
||||
# include <sys/exec.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: sal/osl/unx/thread.cxx
|
||||
--- sal/osl/unx/thread.cxx.orig
|
||||
+++ sal/osl/unx/thread.cxx
|
||||
@@ -30,6 +30,7 @@
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <string.h>
|
||||
#if defined(OPENBSD)
|
||||
#include <sched.h>
|
||||
|
@ -9,7 +9,7 @@ Index: sal/osl/unx/thread.cxx
|
|||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#if __FreeBSD_version <= 1201517
|
||||
@@ -576,6 +577,8 @@ void SAL_CALL osl_setThreadName(char const * name)
|
||||
@@ -550,6 +551,8 @@ void SAL_CALL osl_setThreadName(char const * name)
|
||||
int err = pthread_setname_np( pthread_self(), shortname );
|
||||
if ( 0 != err )
|
||||
SAL_WARN("sal.osl", "pthread_setname_np failed with errno " << err);
|
||||
|
@ -18,7 +18,7 @@ Index: sal/osl/unx/thread.cxx
|
|||
#elif defined __FreeBSD__
|
||||
pthread_setname_np( pthread_self(), name );
|
||||
#elif defined MACOSX || defined IOS
|
||||
@@ -603,7 +606,7 @@ const int HashSize = SAL_N_ELEMENTS(HashTable);
|
||||
@@ -577,7 +580,7 @@ const int HashSize = SAL_N_ELEMENTS(HashTable);
|
||||
|
||||
static std::mutex HashLock;
|
||||
|
||||
|
@ -27,7 +27,7 @@ Index: sal/osl/unx/thread.cxx
|
|||
static oslThreadIdentifier LastIdent = 0;
|
||||
#endif
|
||||
|
||||
@@ -670,6 +673,8 @@ static oslThreadIdentifier insertThreadId (pthread_t h
|
||||
@@ -644,6 +647,8 @@ static oslThreadIdentifier insertThreadId (pthread_t h
|
||||
}
|
||||
#endif
|
||||
pEntry->Ident = tid;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: sc/source/core/data/column3.cxx
|
||||
--- sc/source/core/data/column3.cxx.orig
|
||||
+++ sc/source/core/data/column3.cxx
|
||||
@@ -56,6 +56,8 @@
|
||||
@@ -57,6 +57,8 @@
|
||||
|
||||
#include <o3tl/deleter.hxx>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: sdext/Module_sdext.mk
|
||||
--- sdext/Module_sdext.mk.orig
|
||||
+++ sdext/Module_sdext.mk
|
||||
@@ -29,12 +29,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
|
||||
@@ -25,12 +25,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
|
||||
Package_pdfimport_xpdfimport \
|
||||
))
|
||||
endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: shell/source/unix/misc/senddoc.sh
|
||||
--- shell/source/unix/misc/senddoc.sh.orig
|
||||
+++ shell/source/unix/misc/senddoc.sh
|
||||
@@ -375,7 +375,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
@@ -368,7 +368,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
esac
|
||||
shift;
|
||||
done
|
||||
|
@ -10,7 +10,7 @@ Index: shell/source/unix/misc/senddoc.sh
|
|||
;;
|
||||
|
||||
*)
|
||||
@@ -384,15 +384,15 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
@@ -377,15 +377,15 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
# Try to be smart, and send the mail anyway, if we have the
|
||||
# possibility to do so.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Index: shell/source/unix/misc/senddoc.sh
|
|||
elif command -v xdg-open >/dev/null 2>&1 ; then
|
||||
MAILER=$(command -v xdg-open)
|
||||
else
|
||||
@@ -427,7 +427,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
@@ -420,7 +420,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
|
||||
shift
|
||||
;;
|
||||
--attach)
|
||||
|
|
|
@ -10,8 +10,8 @@ Index: solenv/gbuild/platform/unxgcc.mk
|
|||
+ $(NM) -g -P $(1) | cut -d' ' -f1-2 | grep -v U$$ >> $(WORKDIR)/LinkTarget/$(2).exports.tmp && \
|
||||
$(call gb_Helper_replace_if_different_and_touch,$(WORKDIR)/LinkTarget/$(2).exports.tmp, \
|
||||
$(WORKDIR)/LinkTarget/$(2).exports,$(1))))
|
||||
$(if $(and $(filter CppunitTest Executable,$(TARGETTYPE)),$(filter EMSCRIPTEN,$(OS)),$(filter TRUE,$(ENABLE_QT5))), \
|
||||
@@ -226,7 +225,7 @@ gb_Library_DLLEXT := .a
|
||||
$(if $(and $(filter CppunitTest Executable,$(TARGETTYPE)),$(filter EMSCRIPTEN,$(OS))), \
|
||||
@@ -228,7 +227,7 @@ gb_Library_DLLEXT := .a
|
||||
else
|
||||
|
||||
gb_Library_TARGETTYPEFLAGS := -shared -Wl,-z,noexecstack
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: vcl/Library_vclplug_gen.mk
|
||||
--- vcl/Library_vclplug_gen.mk.orig
|
||||
+++ vcl/Library_vclplug_gen.mk
|
||||
@@ -153,10 +153,10 @@ $(eval $(call gb_Library_add_libs,vclplug_gen,\
|
||||
@@ -148,10 +148,10 @@ $(eval $(call gb_Library_add_libs,vclplug_gen,\
|
||||
endif
|
||||
endif # USE_XINERAMA
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: vcl/source/app/svapp.cxx
|
||||
--- vcl/source/app/svapp.cxx.orig
|
||||
+++ vcl/source/app/svapp.cxx
|
||||
@@ -1314,7 +1314,7 @@ OUString Application::GetHWOSConfInfo(const int bSelec
|
||||
@@ -1208,7 +1208,7 @@ OUString Application::GetHWOSConfInfo(const int bSelec
|
||||
#endif
|
||||
appendDetails(u"", Localize(SV_APP_DEFAULT, bLocalize));
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: vcl/unx/generic/window/salframe.cxx
|
||||
--- vcl/unx/generic/window/salframe.cxx.orig
|
||||
+++ vcl/unx/generic/window/salframe.cxx
|
||||
@@ -647,7 +647,7 @@ void X11SalFrame::Init( SalFrameStyleFlags nSalFrameSt
|
||||
@@ -573,7 +573,7 @@ void X11SalFrame::Init( SalFrameStyleFlags nSalFrameSt
|
||||
Hints.window_group = GetShellWindow();
|
||||
}
|
||||
|
||||
|
@ -10,16 +10,16 @@ Index: vcl/unx/generic/window/salframe.cxx
|
|||
updateScreenNumber();
|
||||
|
||||
XSync( GetXDisplay(), False );
|
||||
@@ -1636,7 +1636,7 @@ void X11SalFrame::SetWindowState( const vcl::WindowDat
|
||||
@@ -1471,7 +1471,7 @@ void X11SalFrame::SetWindowState( const vcl::WindowDat
|
||||
pState->width(), pState->height());
|
||||
// guess maximized geometry from last time
|
||||
maGeometry.setPos({ pState->GetMaximizedX(), pState->GetMaximizedY() });
|
||||
- maGeometry.setSize({ pState->GetMaximizedWidth(), pState->GetMaximizedHeight() });
|
||||
+ maGeometry.setSize({ static_cast<tools::Long>(pState->GetMaximizedWidth()), static_cast<tools::Long>(pState->GetMaximizedHeight()) });
|
||||
cairo_xlib_surface_set_size(mpSurface, pState->GetMaximizedWidth(), pState->GetMaximizedHeight());
|
||||
updateScreenNumber();
|
||||
}
|
||||
else
|
||||
@@ -3632,7 +3632,7 @@ bool X11SalFrame::HandleReparentEvent( XReparentEvent
|
||||
@@ -3479,7 +3479,7 @@ bool X11SalFrame::HandleReparentEvent( XReparentEvent
|
||||
* note: this works because hWM_Parent is direct child of root,
|
||||
* not necessarily parent of GetShellWindow()
|
||||
*/
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/ar/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/ar/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/ar/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/ar/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/ar/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/ar/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/ar/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/ar/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/ar/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/ar/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/ar/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/ar/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/ar/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/
|
||||
lib/libreoffice/help/ar/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/ar/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/ar/text/scalc/main0210.html
|
|||
lib/libreoffice/help/ar/text/scalc/main0214.html
|
||||
lib/libreoffice/help/ar/text/scalc/main0218.html
|
||||
lib/libreoffice/help/ar/text/scalc/main0503.html
|
||||
lib/libreoffice/help/ar/text/scalc/menu/
|
||||
lib/libreoffice/help/ar/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/ar/text/schart/
|
||||
lib/libreoffice/help/ar/text/schart/00/
|
||||
lib/libreoffice/help/ar/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/ar/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/ar/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/ar/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/ar/text/sdraw/
|
||||
lib/libreoffice/help/ar/text/sdraw/00/
|
||||
lib/libreoffice/help/ar/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/ar/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/ar/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/ar/text/sdraw/01/
|
||||
lib/libreoffice/help/ar/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/ar/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/ar/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/ar/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/ar/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/ar/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/ar/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/ar/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/ar/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/ar/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/ar/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/ar/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/ar/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/ar/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/ar/text/shared/01/grid.html
|
||||
lib/libreoffice/help/ar/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/ar/text/shared/01/guides.html
|
||||
lib/libreoffice/help/ar/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/ar/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/ar/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/ar/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/ar/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/ar/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/ar/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/ar/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/ar/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/ar/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/ar/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/ar/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/ar/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/ar/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/ar/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/ar/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/ar/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/ar/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/ar/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/ar/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/ar/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/ar/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/ar/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/ar/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/ar/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/ar/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/ar/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/ar/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/ar/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/ar/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/ar/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/ar/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/ar/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/ar/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/ar/text/shared/02/limit.html
|
||||
lib/libreoffice/help/ar/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/ar/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/ar/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/ar/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/ar/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/ar/text/shared/main0650.html
|
|||
lib/libreoffice/help/ar/text/shared/main0800.html
|
||||
lib/libreoffice/help/ar/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/
|
||||
lib/libreoffice/help/ar/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/ar/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/ar/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/ar/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/ar/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/ar/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/ar/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/ar/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/ar/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/ar/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/ar/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/ar/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/ar/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/
|
||||
lib/libreoffice/help/ar/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/ar/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/ar/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/ar/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/ar/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/ar/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/ar/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/ar/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/ar/text/swriter/02/
|
||||
lib/libreoffice/help/ar/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/ar/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/ar/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/ar/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/ar/text/swriter/main0216.html
|
|||
lib/libreoffice/help/ar/text/swriter/main0220.html
|
||||
lib/libreoffice/help/ar/text/swriter/main0503.html
|
||||
lib/libreoffice/help/ar/text/swriter/menu/
|
||||
lib/libreoffice/help/ar/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/ar/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ar/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/ar/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/ar/text/swriter/menu/insert_header_footer.html
|
||||
|
@ -2659,6 +2684,8 @@ lib/libreoffice/help/media/icon-themes/cmd/32/ar/defaultbullet.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/defaultnumbering.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/deleterecord.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/insertneutralparagraph.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/jumpdownthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/jumpupthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/linenumberingdialog.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/newrecord.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/ar/numberingstart.svg
|
||||
|
@ -2679,6 +2706,8 @@ lib/libreoffice/help/media/icon-themes/cmd/ar/lc_defaultbullet.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_defaultnumbering.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_deleterecord.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_insertneutralparagraph.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_jumpdownthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_jumpupthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_linenumberingdialog.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_newrecord.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/lc_numberingstart.svg
|
||||
|
@ -2698,6 +2727,8 @@ lib/libreoffice/help/media/icon-themes/cmd/ar/sc_defaultbullet.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_defaultnumbering.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_deleterecord.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_insertneutralparagraph.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_jumpdownthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_jumpupthislevel.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_linenumberdialog.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_linenumberingdialog.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/ar/sc_newrecord.svg
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/bg/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/bg/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/bg/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/bg/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/bg/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/bg/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/bg/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/bg/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/bg/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/bg/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/bg/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/bg/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/bg/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/
|
||||
lib/libreoffice/help/bg/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/bg/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/bg/text/scalc/main0210.html
|
|||
lib/libreoffice/help/bg/text/scalc/main0214.html
|
||||
lib/libreoffice/help/bg/text/scalc/main0218.html
|
||||
lib/libreoffice/help/bg/text/scalc/main0503.html
|
||||
lib/libreoffice/help/bg/text/scalc/menu/
|
||||
lib/libreoffice/help/bg/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/bg/text/schart/
|
||||
lib/libreoffice/help/bg/text/schart/00/
|
||||
lib/libreoffice/help/bg/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/bg/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/bg/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/bg/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/bg/text/sdraw/
|
||||
lib/libreoffice/help/bg/text/sdraw/00/
|
||||
lib/libreoffice/help/bg/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/bg/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/bg/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/bg/text/sdraw/01/
|
||||
lib/libreoffice/help/bg/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/bg/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/bg/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/bg/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/bg/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/bg/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/bg/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/bg/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/bg/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/bg/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/bg/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/bg/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/bg/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/bg/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/bg/text/shared/01/grid.html
|
||||
lib/libreoffice/help/bg/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/bg/text/shared/01/guides.html
|
||||
lib/libreoffice/help/bg/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/bg/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/bg/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/bg/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/bg/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/bg/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/bg/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/bg/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/bg/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/bg/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/bg/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/bg/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/bg/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/bg/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/bg/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/bg/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/bg/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/bg/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/bg/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/bg/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/bg/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/bg/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/bg/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/bg/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/bg/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/bg/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/bg/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/bg/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/bg/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/bg/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/bg/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/bg/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/bg/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/bg/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/bg/text/shared/02/limit.html
|
||||
lib/libreoffice/help/bg/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/bg/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/bg/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/bg/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/bg/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/bg/text/shared/main0650.html
|
|||
lib/libreoffice/help/bg/text/shared/main0800.html
|
||||
lib/libreoffice/help/bg/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/
|
||||
lib/libreoffice/help/bg/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/bg/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/bg/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/bg/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/bg/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/bg/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/bg/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/bg/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/bg/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/bg/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/bg/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/bg/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/bg/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/
|
||||
lib/libreoffice/help/bg/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/bg/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/bg/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/bg/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/bg/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/bg/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/bg/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/bg/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/bg/text/swriter/02/
|
||||
lib/libreoffice/help/bg/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/bg/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/bg/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/bg/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/bg/text/swriter/main0216.html
|
|||
lib/libreoffice/help/bg/text/swriter/main0220.html
|
||||
lib/libreoffice/help/bg/text/swriter/main0503.html
|
||||
lib/libreoffice/help/bg/text/swriter/menu/
|
||||
lib/libreoffice/help/bg/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/bg/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/bg/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/bg/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/bg/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/ca/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/ca/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/ca/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/ca/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/ca/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/ca/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/ca/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/ca/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/ca/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/ca/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/ca/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/ca/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/ca/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/
|
||||
lib/libreoffice/help/ca/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/ca/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/ca/text/scalc/main0210.html
|
|||
lib/libreoffice/help/ca/text/scalc/main0214.html
|
||||
lib/libreoffice/help/ca/text/scalc/main0218.html
|
||||
lib/libreoffice/help/ca/text/scalc/main0503.html
|
||||
lib/libreoffice/help/ca/text/scalc/menu/
|
||||
lib/libreoffice/help/ca/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/ca/text/schart/
|
||||
lib/libreoffice/help/ca/text/schart/00/
|
||||
lib/libreoffice/help/ca/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/ca/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/ca/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/ca/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/ca/text/sdraw/
|
||||
lib/libreoffice/help/ca/text/sdraw/00/
|
||||
lib/libreoffice/help/ca/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/ca/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/ca/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/ca/text/sdraw/01/
|
||||
lib/libreoffice/help/ca/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/ca/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/ca/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/ca/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/ca/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/ca/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/ca/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/ca/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/ca/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/ca/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/ca/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/ca/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/ca/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/ca/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/ca/text/shared/01/grid.html
|
||||
lib/libreoffice/help/ca/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/ca/text/shared/01/guides.html
|
||||
lib/libreoffice/help/ca/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/ca/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/ca/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/ca/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/ca/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/ca/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/ca/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/ca/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/ca/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/ca/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/ca/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/ca/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/ca/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/ca/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/ca/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/ca/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/ca/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/ca/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/ca/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/ca/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/ca/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/ca/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/ca/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/ca/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/ca/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/ca/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/ca/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/ca/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/ca/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/ca/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/ca/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/ca/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/ca/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/ca/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/ca/text/shared/02/limit.html
|
||||
lib/libreoffice/help/ca/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/ca/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/ca/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/ca/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/ca/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/ca/text/shared/main0650.html
|
|||
lib/libreoffice/help/ca/text/shared/main0800.html
|
||||
lib/libreoffice/help/ca/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/
|
||||
lib/libreoffice/help/ca/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/ca/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/ca/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/ca/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/ca/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/ca/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/ca/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/ca/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/ca/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/ca/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/ca/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/ca/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/ca/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/
|
||||
lib/libreoffice/help/ca/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/ca/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/ca/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/ca/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/ca/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/ca/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/ca/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/ca/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/ca/text/swriter/02/
|
||||
lib/libreoffice/help/ca/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/ca/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/ca/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/ca/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/ca/text/swriter/main0216.html
|
|||
lib/libreoffice/help/ca/text/swriter/main0220.html
|
||||
lib/libreoffice/help/ca/text/swriter/main0503.html
|
||||
lib/libreoffice/help/ca/text/swriter/menu/
|
||||
lib/libreoffice/help/ca/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/ca/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ca/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/ca/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/ca/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/cs/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/cs/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/cs/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/cs/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/cs/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/cs/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/cs/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/cs/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/cs/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/cs/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/cs/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/cs/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/cs/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/
|
||||
lib/libreoffice/help/cs/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/cs/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/cs/text/scalc/main0210.html
|
|||
lib/libreoffice/help/cs/text/scalc/main0214.html
|
||||
lib/libreoffice/help/cs/text/scalc/main0218.html
|
||||
lib/libreoffice/help/cs/text/scalc/main0503.html
|
||||
lib/libreoffice/help/cs/text/scalc/menu/
|
||||
lib/libreoffice/help/cs/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/cs/text/schart/
|
||||
lib/libreoffice/help/cs/text/schart/00/
|
||||
lib/libreoffice/help/cs/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/cs/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/cs/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/cs/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/cs/text/sdraw/
|
||||
lib/libreoffice/help/cs/text/sdraw/00/
|
||||
lib/libreoffice/help/cs/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/cs/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/cs/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/cs/text/sdraw/01/
|
||||
lib/libreoffice/help/cs/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/cs/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/cs/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/cs/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/cs/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/cs/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/cs/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/cs/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/cs/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/cs/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/cs/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/cs/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/cs/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/cs/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/cs/text/shared/01/grid.html
|
||||
lib/libreoffice/help/cs/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/cs/text/shared/01/guides.html
|
||||
lib/libreoffice/help/cs/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/cs/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/cs/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/cs/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/cs/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/cs/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/cs/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/cs/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/cs/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/cs/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/cs/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/cs/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/cs/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/cs/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/cs/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/cs/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/cs/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/cs/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/cs/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/cs/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/cs/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/cs/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/cs/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/cs/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/cs/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/cs/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/cs/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/cs/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/cs/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/cs/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/cs/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/cs/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/cs/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/cs/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/cs/text/shared/02/limit.html
|
||||
lib/libreoffice/help/cs/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/cs/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/cs/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/cs/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/cs/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/cs/text/shared/main0650.html
|
|||
lib/libreoffice/help/cs/text/shared/main0800.html
|
||||
lib/libreoffice/help/cs/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/
|
||||
lib/libreoffice/help/cs/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/cs/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/cs/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/cs/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/cs/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/cs/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/cs/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/cs/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/cs/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/cs/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/cs/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/cs/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/cs/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/
|
||||
lib/libreoffice/help/cs/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/cs/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/cs/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/cs/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/cs/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/cs/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/cs/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/cs/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/cs/text/swriter/02/
|
||||
lib/libreoffice/help/cs/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/cs/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/cs/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/cs/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/cs/text/swriter/main0216.html
|
|||
lib/libreoffice/help/cs/text/swriter/main0220.html
|
||||
lib/libreoffice/help/cs/text/swriter/main0503.html
|
||||
lib/libreoffice/help/cs/text/swriter/menu/
|
||||
lib/libreoffice/help/cs/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/cs/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/cs/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/cs/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/cs/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/de/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/de/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/de/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/de/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/de/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/de/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/de/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/de/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/de/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/de/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/de/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/de/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/de/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/de/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/de/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/de/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/de/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/de/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/de/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/de/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/de/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/de/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/de/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/de/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/de/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/de/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/de/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/de/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/de/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/de/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/de/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/de/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/de/text/scalc/02/
|
||||
lib/libreoffice/help/de/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/de/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/de/text/scalc/main0210.html
|
|||
lib/libreoffice/help/de/text/scalc/main0214.html
|
||||
lib/libreoffice/help/de/text/scalc/main0218.html
|
||||
lib/libreoffice/help/de/text/scalc/main0503.html
|
||||
lib/libreoffice/help/de/text/scalc/menu/
|
||||
lib/libreoffice/help/de/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/de/text/schart/
|
||||
lib/libreoffice/help/de/text/schart/00/
|
||||
lib/libreoffice/help/de/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/de/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/de/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/de/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/de/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/de/text/sdraw/
|
||||
lib/libreoffice/help/de/text/sdraw/00/
|
||||
lib/libreoffice/help/de/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/de/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/de/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/de/text/sdraw/01/
|
||||
lib/libreoffice/help/de/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/de/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/de/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/de/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/de/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/de/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/de/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/de/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/de/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/de/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/de/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/de/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/de/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/de/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/de/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/de/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/de/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/de/text/shared/01/grid.html
|
||||
lib/libreoffice/help/de/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/de/text/shared/01/guides.html
|
||||
lib/libreoffice/help/de/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/de/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/de/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/de/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/de/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/de/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/de/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/de/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/de/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/de/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/de/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/de/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/de/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/de/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/de/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/de/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/de/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/de/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/de/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/de/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/de/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/de/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/de/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/de/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/de/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/de/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/de/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/de/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/de/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/de/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/de/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/de/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/de/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/de/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/de/text/shared/02/limit.html
|
||||
lib/libreoffice/help/de/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/de/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/de/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/de/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/de/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/de/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/de/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/de/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/de/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/de/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/de/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/de/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/de/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/de/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/de/text/shared/main0650.html
|
|||
lib/libreoffice/help/de/text/shared/main0800.html
|
||||
lib/libreoffice/help/de/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/de/text/shared/menu/
|
||||
lib/libreoffice/help/de/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/de/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/de/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/de/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/de/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/de/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/de/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/de/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/de/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/de/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/de/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/de/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/de/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/de/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/de/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/de/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/de/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/de/text/swriter/01/
|
||||
lib/libreoffice/help/de/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/de/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/de/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/de/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/de/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/de/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/de/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/de/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/de/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/de/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/de/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/de/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/de/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/de/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/de/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/de/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/de/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/de/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/de/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/de/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/de/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/de/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/de/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/de/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/de/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/de/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/de/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/de/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/de/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/de/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/de/text/swriter/02/
|
||||
lib/libreoffice/help/de/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/de/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/de/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/de/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/de/text/swriter/main0216.html
|
|||
lib/libreoffice/help/de/text/swriter/main0220.html
|
||||
lib/libreoffice/help/de/text/swriter/main0503.html
|
||||
lib/libreoffice/help/de/text/swriter/menu/
|
||||
lib/libreoffice/help/de/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/de/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/de/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/de/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/de/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/el/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/el/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/el/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/el/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/el/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/el/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/el/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/el/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/el/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/el/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/el/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/el/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/el/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/el/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/el/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/el/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/el/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/el/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/el/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/el/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/el/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/el/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/el/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/el/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/el/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/el/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/el/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/el/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/el/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/el/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/el/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/el/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/el/text/scalc/02/
|
||||
lib/libreoffice/help/el/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/el/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/el/text/scalc/main0210.html
|
|||
lib/libreoffice/help/el/text/scalc/main0214.html
|
||||
lib/libreoffice/help/el/text/scalc/main0218.html
|
||||
lib/libreoffice/help/el/text/scalc/main0503.html
|
||||
lib/libreoffice/help/el/text/scalc/menu/
|
||||
lib/libreoffice/help/el/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/el/text/schart/
|
||||
lib/libreoffice/help/el/text/schart/00/
|
||||
lib/libreoffice/help/el/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/el/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/el/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/el/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/el/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/el/text/sdraw/
|
||||
lib/libreoffice/help/el/text/sdraw/00/
|
||||
lib/libreoffice/help/el/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/el/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/el/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/el/text/sdraw/01/
|
||||
lib/libreoffice/help/el/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/el/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/el/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/el/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/el/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/el/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/el/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/el/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/el/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/el/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/el/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/el/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/el/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/el/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/el/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/el/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/el/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/el/text/shared/01/grid.html
|
||||
lib/libreoffice/help/el/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/el/text/shared/01/guides.html
|
||||
lib/libreoffice/help/el/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/el/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/el/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/el/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/el/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/el/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/el/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/el/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/el/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/el/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/el/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/el/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/el/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/el/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/el/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/el/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/el/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/el/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/el/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/el/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/el/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/el/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/el/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/el/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/el/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/el/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/el/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/el/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/el/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/el/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/el/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/el/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/el/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/el/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/el/text/shared/02/limit.html
|
||||
lib/libreoffice/help/el/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/el/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/el/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/el/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/el/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/el/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/el/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/el/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/el/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/el/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/el/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/el/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/el/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/el/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/el/text/shared/main0650.html
|
|||
lib/libreoffice/help/el/text/shared/main0800.html
|
||||
lib/libreoffice/help/el/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/el/text/shared/menu/
|
||||
lib/libreoffice/help/el/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/el/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/el/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/el/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/el/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/el/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/el/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/el/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/el/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/el/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/el/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/el/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/el/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/el/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/el/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/el/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/el/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/el/text/swriter/01/
|
||||
lib/libreoffice/help/el/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/el/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/el/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/el/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/el/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/el/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/el/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/el/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/el/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/el/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/el/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/el/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/el/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/el/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/el/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/el/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/el/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/el/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/el/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/el/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/el/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/el/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/el/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/el/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/el/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/el/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/el/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/el/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/el/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/el/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/el/text/swriter/02/
|
||||
lib/libreoffice/help/el/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/el/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/el/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/el/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/el/text/swriter/main0216.html
|
|||
lib/libreoffice/help/el/text/swriter/main0220.html
|
||||
lib/libreoffice/help/el/text/swriter/main0503.html
|
||||
lib/libreoffice/help/el/text/swriter/menu/
|
||||
lib/libreoffice/help/el/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/el/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/el/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/el/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/el/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/es/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/es/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/es/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/es/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/es/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/es/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/es/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/es/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/es/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/es/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/es/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/es/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/es/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/es/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/es/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/es/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/es/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/es/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/es/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/es/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/es/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/es/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/es/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/es/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/es/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/es/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/es/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/es/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/es/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/es/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/es/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/es/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/es/text/scalc/02/
|
||||
lib/libreoffice/help/es/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/es/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/es/text/scalc/main0210.html
|
|||
lib/libreoffice/help/es/text/scalc/main0214.html
|
||||
lib/libreoffice/help/es/text/scalc/main0218.html
|
||||
lib/libreoffice/help/es/text/scalc/main0503.html
|
||||
lib/libreoffice/help/es/text/scalc/menu/
|
||||
lib/libreoffice/help/es/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/es/text/schart/
|
||||
lib/libreoffice/help/es/text/schart/00/
|
||||
lib/libreoffice/help/es/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/es/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/es/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/es/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/es/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/es/text/sdraw/
|
||||
lib/libreoffice/help/es/text/sdraw/00/
|
||||
lib/libreoffice/help/es/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/es/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/es/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/es/text/sdraw/01/
|
||||
lib/libreoffice/help/es/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/es/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/es/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/es/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/es/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/es/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/es/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/es/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/es/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/es/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/es/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/es/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/es/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/es/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/es/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/es/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/es/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/es/text/shared/01/grid.html
|
||||
lib/libreoffice/help/es/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/es/text/shared/01/guides.html
|
||||
lib/libreoffice/help/es/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/es/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/es/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/es/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/es/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/es/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/es/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/es/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/es/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/es/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/es/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/es/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/es/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/es/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/es/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/es/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/es/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/es/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/es/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/es/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/es/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/es/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/es/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/es/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/es/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/es/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/es/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/es/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/es/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/es/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/es/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/es/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/es/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/es/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/es/text/shared/02/limit.html
|
||||
lib/libreoffice/help/es/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/es/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/es/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/es/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/es/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/es/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/es/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/es/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/es/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/es/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/es/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/es/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/es/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/es/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/es/text/shared/main0650.html
|
|||
lib/libreoffice/help/es/text/shared/main0800.html
|
||||
lib/libreoffice/help/es/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/es/text/shared/menu/
|
||||
lib/libreoffice/help/es/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/es/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/es/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/es/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/es/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/es/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/es/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/es/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/es/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/es/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/es/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/es/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/es/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/es/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/es/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/es/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/es/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/es/text/swriter/01/
|
||||
lib/libreoffice/help/es/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/es/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/es/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/es/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/es/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/es/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/es/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/es/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/es/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/es/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/es/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/es/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/es/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/es/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/es/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/es/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/es/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/es/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/es/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/es/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/es/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/es/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/es/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/es/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/es/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/es/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/es/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/es/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/es/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/es/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/es/text/swriter/02/
|
||||
lib/libreoffice/help/es/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/es/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/es/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/es/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/es/text/swriter/main0216.html
|
|||
lib/libreoffice/help/es/text/swriter/main0220.html
|
||||
lib/libreoffice/help/es/text/swriter/main0503.html
|
||||
lib/libreoffice/help/es/text/swriter/menu/
|
||||
lib/libreoffice/help/es/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/es/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/es/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/es/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/es/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/fi/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/fi/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/fi/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/fi/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/fi/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/fi/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/fi/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/fi/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/fi/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/fi/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/fi/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/fi/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/fi/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/
|
||||
lib/libreoffice/help/fi/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/fi/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/fi/text/scalc/main0210.html
|
|||
lib/libreoffice/help/fi/text/scalc/main0214.html
|
||||
lib/libreoffice/help/fi/text/scalc/main0218.html
|
||||
lib/libreoffice/help/fi/text/scalc/main0503.html
|
||||
lib/libreoffice/help/fi/text/scalc/menu/
|
||||
lib/libreoffice/help/fi/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/fi/text/schart/
|
||||
lib/libreoffice/help/fi/text/schart/00/
|
||||
lib/libreoffice/help/fi/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/fi/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/fi/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/fi/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/fi/text/sdraw/
|
||||
lib/libreoffice/help/fi/text/sdraw/00/
|
||||
lib/libreoffice/help/fi/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/fi/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/fi/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/fi/text/sdraw/01/
|
||||
lib/libreoffice/help/fi/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/fi/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/fi/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/fi/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/fi/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/fi/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/fi/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/fi/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/fi/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/fi/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/fi/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/fi/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/fi/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/fi/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/fi/text/shared/01/grid.html
|
||||
lib/libreoffice/help/fi/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/fi/text/shared/01/guides.html
|
||||
lib/libreoffice/help/fi/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/fi/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/fi/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/fi/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/fi/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/fi/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/fi/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/fi/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/fi/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/fi/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/fi/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/fi/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/fi/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/fi/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/fi/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/fi/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/fi/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/fi/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/fi/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/fi/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/fi/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/fi/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/fi/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/fi/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/fi/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/fi/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/fi/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/fi/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/fi/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/fi/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/fi/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/fi/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/fi/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/fi/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/fi/text/shared/02/limit.html
|
||||
lib/libreoffice/help/fi/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/fi/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/fi/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/fi/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/fi/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/fi/text/shared/main0650.html
|
|||
lib/libreoffice/help/fi/text/shared/main0800.html
|
||||
lib/libreoffice/help/fi/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/
|
||||
lib/libreoffice/help/fi/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/fi/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/fi/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/fi/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/fi/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/fi/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/fi/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/fi/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/fi/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/fi/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/fi/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/fi/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/fi/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/
|
||||
lib/libreoffice/help/fi/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/fi/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/fi/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/fi/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/fi/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/fi/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/fi/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/fi/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/fi/text/swriter/02/
|
||||
lib/libreoffice/help/fi/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/fi/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/fi/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/fi/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/fi/text/swriter/main0216.html
|
|||
lib/libreoffice/help/fi/text/swriter/main0220.html
|
||||
lib/libreoffice/help/fi/text/swriter/main0503.html
|
||||
lib/libreoffice/help/fi/text/swriter/menu/
|
||||
lib/libreoffice/help/fi/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/fi/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/fi/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/fi/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/fi/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/fr/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/fr/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/fr/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/fr/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/fr/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/fr/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/fr/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/fr/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/fr/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/fr/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/fr/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/fr/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/fr/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/
|
||||
lib/libreoffice/help/fr/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/fr/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/fr/text/scalc/main0210.html
|
|||
lib/libreoffice/help/fr/text/scalc/main0214.html
|
||||
lib/libreoffice/help/fr/text/scalc/main0218.html
|
||||
lib/libreoffice/help/fr/text/scalc/main0503.html
|
||||
lib/libreoffice/help/fr/text/scalc/menu/
|
||||
lib/libreoffice/help/fr/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/fr/text/schart/
|
||||
lib/libreoffice/help/fr/text/schart/00/
|
||||
lib/libreoffice/help/fr/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/fr/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/fr/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/fr/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/fr/text/sdraw/
|
||||
lib/libreoffice/help/fr/text/sdraw/00/
|
||||
lib/libreoffice/help/fr/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/fr/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/fr/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/fr/text/sdraw/01/
|
||||
lib/libreoffice/help/fr/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/fr/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/fr/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/fr/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/fr/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/fr/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/fr/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/fr/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/fr/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/fr/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/fr/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/fr/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/fr/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/fr/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/fr/text/shared/01/grid.html
|
||||
lib/libreoffice/help/fr/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/fr/text/shared/01/guides.html
|
||||
lib/libreoffice/help/fr/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/fr/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/fr/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/fr/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/fr/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/fr/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/fr/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/fr/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/fr/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/fr/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/fr/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/fr/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/fr/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/fr/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/fr/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/fr/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/fr/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/fr/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/fr/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/fr/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/fr/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/fr/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/fr/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/fr/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/fr/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/fr/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/fr/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/fr/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/fr/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/fr/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/fr/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/fr/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/fr/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/fr/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/fr/text/shared/02/limit.html
|
||||
lib/libreoffice/help/fr/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/fr/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/fr/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/fr/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/fr/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/fr/text/shared/main0650.html
|
|||
lib/libreoffice/help/fr/text/shared/main0800.html
|
||||
lib/libreoffice/help/fr/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/
|
||||
lib/libreoffice/help/fr/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/fr/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/fr/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/fr/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/fr/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/fr/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/fr/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/fr/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/fr/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/fr/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/fr/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/fr/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/fr/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/
|
||||
lib/libreoffice/help/fr/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/fr/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/fr/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/fr/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/fr/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/fr/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/fr/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/fr/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/fr/text/swriter/02/
|
||||
lib/libreoffice/help/fr/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/fr/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/fr/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/fr/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/fr/text/swriter/main0216.html
|
|||
lib/libreoffice/help/fr/text/swriter/main0220.html
|
||||
lib/libreoffice/help/fr/text/swriter/main0503.html
|
||||
lib/libreoffice/help/fr/text/swriter/menu/
|
||||
lib/libreoffice/help/fr/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/fr/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/fr/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/fr/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/fr/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/hr/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/hr/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/hr/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/hr/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/hr/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/hr/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/hr/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/hr/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/hr/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/hr/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/hr/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/hr/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/hr/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/
|
||||
lib/libreoffice/help/hr/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/hr/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/hr/text/scalc/main0210.html
|
|||
lib/libreoffice/help/hr/text/scalc/main0214.html
|
||||
lib/libreoffice/help/hr/text/scalc/main0218.html
|
||||
lib/libreoffice/help/hr/text/scalc/main0503.html
|
||||
lib/libreoffice/help/hr/text/scalc/menu/
|
||||
lib/libreoffice/help/hr/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/hr/text/schart/
|
||||
lib/libreoffice/help/hr/text/schart/00/
|
||||
lib/libreoffice/help/hr/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/hr/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/hr/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/hr/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/hr/text/sdraw/
|
||||
lib/libreoffice/help/hr/text/sdraw/00/
|
||||
lib/libreoffice/help/hr/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/hr/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/hr/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/hr/text/sdraw/01/
|
||||
lib/libreoffice/help/hr/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/hr/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/hr/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/hr/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/hr/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/hr/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/hr/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/hr/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/hr/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/hr/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/hr/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/hr/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/hr/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/hr/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/hr/text/shared/01/grid.html
|
||||
lib/libreoffice/help/hr/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/hr/text/shared/01/guides.html
|
||||
lib/libreoffice/help/hr/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/hr/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/hr/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/hr/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/hr/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/hr/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/hr/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/hr/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/hr/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/hr/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/hr/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/hr/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/hr/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/hr/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/hr/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/hr/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/hr/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/hr/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/hr/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/hr/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/hr/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/hr/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/hr/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/hr/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/hr/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/hr/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/hr/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/hr/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/hr/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/hr/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/hr/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/hr/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/hr/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/hr/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/hr/text/shared/02/limit.html
|
||||
lib/libreoffice/help/hr/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/hr/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/hr/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/hr/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/hr/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/hr/text/shared/main0650.html
|
|||
lib/libreoffice/help/hr/text/shared/main0800.html
|
||||
lib/libreoffice/help/hr/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/
|
||||
lib/libreoffice/help/hr/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/hr/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/hr/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/hr/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/hr/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/hr/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/hr/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/hr/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/hr/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/hr/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/hr/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/hr/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/hr/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/
|
||||
lib/libreoffice/help/hr/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/hr/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/hr/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/hr/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/hr/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/hr/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/hr/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/hr/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/hr/text/swriter/02/
|
||||
lib/libreoffice/help/hr/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/hr/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/hr/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/hr/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/hr/text/swriter/main0216.html
|
|||
lib/libreoffice/help/hr/text/swriter/main0220.html
|
||||
lib/libreoffice/help/hr/text/swriter/main0503.html
|
||||
lib/libreoffice/help/hr/text/swriter/menu/
|
||||
lib/libreoffice/help/hr/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/hr/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/hr/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/hr/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/hr/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/hu/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/hu/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/hu/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/hu/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/hu/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/hu/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/hu/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/hu/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/hu/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/hu/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/hu/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/hu/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/hu/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/
|
||||
lib/libreoffice/help/hu/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/hu/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/hu/text/scalc/main0210.html
|
|||
lib/libreoffice/help/hu/text/scalc/main0214.html
|
||||
lib/libreoffice/help/hu/text/scalc/main0218.html
|
||||
lib/libreoffice/help/hu/text/scalc/main0503.html
|
||||
lib/libreoffice/help/hu/text/scalc/menu/
|
||||
lib/libreoffice/help/hu/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/hu/text/schart/
|
||||
lib/libreoffice/help/hu/text/schart/00/
|
||||
lib/libreoffice/help/hu/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/hu/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/hu/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/hu/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/hu/text/sdraw/
|
||||
lib/libreoffice/help/hu/text/sdraw/00/
|
||||
lib/libreoffice/help/hu/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/hu/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/hu/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/hu/text/sdraw/01/
|
||||
lib/libreoffice/help/hu/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/hu/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/hu/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/hu/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/hu/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/hu/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/hu/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/hu/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/hu/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/hu/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/hu/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/hu/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/hu/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/hu/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/hu/text/shared/01/grid.html
|
||||
lib/libreoffice/help/hu/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/hu/text/shared/01/guides.html
|
||||
lib/libreoffice/help/hu/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/hu/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/hu/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/hu/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/hu/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/hu/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/hu/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/hu/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/hu/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/hu/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/hu/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/hu/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/hu/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/hu/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/hu/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/hu/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/hu/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/hu/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/hu/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/hu/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/hu/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/hu/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/hu/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/hu/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/hu/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/hu/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/hu/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/hu/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/hu/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/hu/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/hu/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/hu/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/hu/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/hu/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/hu/text/shared/02/limit.html
|
||||
lib/libreoffice/help/hu/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/hu/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/hu/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/hu/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/hu/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/hu/text/shared/main0650.html
|
|||
lib/libreoffice/help/hu/text/shared/main0800.html
|
||||
lib/libreoffice/help/hu/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/
|
||||
lib/libreoffice/help/hu/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/hu/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/hu/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/hu/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/hu/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/hu/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/hu/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/hu/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/hu/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/hu/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/hu/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/hu/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/hu/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/
|
||||
lib/libreoffice/help/hu/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/hu/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/hu/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/hu/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/hu/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/hu/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/hu/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/hu/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/hu/text/swriter/02/
|
||||
lib/libreoffice/help/hu/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/hu/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/hu/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/hu/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/hu/text/swriter/main0216.html
|
|||
lib/libreoffice/help/hu/text/swriter/main0220.html
|
||||
lib/libreoffice/help/hu/text/swriter/main0503.html
|
||||
lib/libreoffice/help/hu/text/swriter/menu/
|
||||
lib/libreoffice/help/hu/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/hu/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/hu/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/hu/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/hu/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/it/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/it/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/it/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/it/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/it/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/it/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/it/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/it/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/it/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/it/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/it/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/it/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/it/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/it/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/it/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/it/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/it/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/it/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/it/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/it/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/it/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/it/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/it/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/it/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/it/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/it/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/it/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/it/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/it/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/it/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/it/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/it/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/it/text/scalc/02/
|
||||
lib/libreoffice/help/it/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/it/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/it/text/scalc/main0210.html
|
|||
lib/libreoffice/help/it/text/scalc/main0214.html
|
||||
lib/libreoffice/help/it/text/scalc/main0218.html
|
||||
lib/libreoffice/help/it/text/scalc/main0503.html
|
||||
lib/libreoffice/help/it/text/scalc/menu/
|
||||
lib/libreoffice/help/it/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/it/text/schart/
|
||||
lib/libreoffice/help/it/text/schart/00/
|
||||
lib/libreoffice/help/it/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/it/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/it/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/it/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/it/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/it/text/sdraw/
|
||||
lib/libreoffice/help/it/text/sdraw/00/
|
||||
lib/libreoffice/help/it/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/it/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/it/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/it/text/sdraw/01/
|
||||
lib/libreoffice/help/it/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/it/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/it/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/it/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/it/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/it/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/it/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/it/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/it/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/it/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/it/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/it/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/it/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/it/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/it/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/it/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/it/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/it/text/shared/01/grid.html
|
||||
lib/libreoffice/help/it/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/it/text/shared/01/guides.html
|
||||
lib/libreoffice/help/it/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/it/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/it/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/it/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/it/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/it/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/it/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/it/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/it/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/it/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/it/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/it/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/it/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/it/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/it/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/it/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/it/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/it/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/it/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/it/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/it/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/it/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/it/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/it/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/it/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/it/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/it/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/it/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/it/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/it/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/it/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/it/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/it/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/it/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/it/text/shared/02/limit.html
|
||||
lib/libreoffice/help/it/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/it/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/it/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/it/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/it/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/it/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/it/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/it/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/it/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/it/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/it/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/it/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/it/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/it/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/it/text/shared/main0650.html
|
|||
lib/libreoffice/help/it/text/shared/main0800.html
|
||||
lib/libreoffice/help/it/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/it/text/shared/menu/
|
||||
lib/libreoffice/help/it/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/it/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/it/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/it/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/it/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/it/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/it/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/it/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/it/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/it/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/it/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/it/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/it/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/it/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/it/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/it/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/it/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/it/text/swriter/01/
|
||||
lib/libreoffice/help/it/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/it/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/it/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/it/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/it/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/it/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/it/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/it/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/it/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/it/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/it/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/it/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/it/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/it/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/it/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/it/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/it/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/it/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/it/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/it/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/it/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/it/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/it/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/it/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/it/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/it/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/it/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/it/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/it/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/it/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/it/text/swriter/02/
|
||||
lib/libreoffice/help/it/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/it/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/it/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/it/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/it/text/swriter/main0216.html
|
|||
lib/libreoffice/help/it/text/swriter/main0220.html
|
||||
lib/libreoffice/help/it/text/swriter/main0503.html
|
||||
lib/libreoffice/help/it/text/swriter/menu/
|
||||
lib/libreoffice/help/it/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/it/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/it/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/it/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/it/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/ja/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/ja/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/ja/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/ja/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/ja/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/ja/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/ja/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/ja/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/ja/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/ja/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/ja/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/ja/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/ja/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/
|
||||
lib/libreoffice/help/ja/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/ja/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/ja/text/scalc/main0210.html
|
|||
lib/libreoffice/help/ja/text/scalc/main0214.html
|
||||
lib/libreoffice/help/ja/text/scalc/main0218.html
|
||||
lib/libreoffice/help/ja/text/scalc/main0503.html
|
||||
lib/libreoffice/help/ja/text/scalc/menu/
|
||||
lib/libreoffice/help/ja/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/ja/text/schart/
|
||||
lib/libreoffice/help/ja/text/schart/00/
|
||||
lib/libreoffice/help/ja/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/ja/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/ja/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/ja/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/ja/text/sdraw/
|
||||
lib/libreoffice/help/ja/text/sdraw/00/
|
||||
lib/libreoffice/help/ja/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/ja/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/ja/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/ja/text/sdraw/01/
|
||||
lib/libreoffice/help/ja/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/ja/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/ja/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/ja/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/ja/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/ja/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/ja/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/ja/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/ja/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/ja/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/ja/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/ja/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/ja/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/ja/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/ja/text/shared/01/grid.html
|
||||
lib/libreoffice/help/ja/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/ja/text/shared/01/guides.html
|
||||
lib/libreoffice/help/ja/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/ja/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/ja/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/ja/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/ja/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/ja/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/ja/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/ja/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/ja/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/ja/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/ja/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/ja/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/ja/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/ja/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/ja/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/ja/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/ja/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/ja/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/ja/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/ja/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/ja/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/ja/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/ja/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/ja/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/ja/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/ja/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/ja/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/ja/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/ja/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/ja/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/ja/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/ja/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/ja/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/ja/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/ja/text/shared/02/limit.html
|
||||
lib/libreoffice/help/ja/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/ja/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/ja/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/ja/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/ja/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/ja/text/shared/main0650.html
|
|||
lib/libreoffice/help/ja/text/shared/main0800.html
|
||||
lib/libreoffice/help/ja/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/
|
||||
lib/libreoffice/help/ja/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/ja/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/ja/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/ja/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/ja/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/ja/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/ja/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/ja/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/ja/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/ja/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/ja/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/ja/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/ja/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/
|
||||
lib/libreoffice/help/ja/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/ja/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/ja/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/ja/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/ja/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/ja/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/ja/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/ja/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/ja/text/swriter/02/
|
||||
lib/libreoffice/help/ja/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/ja/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/ja/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/ja/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/ja/text/swriter/main0216.html
|
|||
lib/libreoffice/help/ja/text/swriter/main0220.html
|
||||
lib/libreoffice/help/ja/text/swriter/main0503.html
|
||||
lib/libreoffice/help/ja/text/swriter/menu/
|
||||
lib/libreoffice/help/ja/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/ja/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ja/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/ja/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/ja/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/lt/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/lt/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/lt/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/lt/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/lt/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/lt/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/lt/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/lt/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/lt/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/lt/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/lt/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/lt/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/lt/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/
|
||||
lib/libreoffice/help/lt/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/lt/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/lt/text/scalc/main0210.html
|
|||
lib/libreoffice/help/lt/text/scalc/main0214.html
|
||||
lib/libreoffice/help/lt/text/scalc/main0218.html
|
||||
lib/libreoffice/help/lt/text/scalc/main0503.html
|
||||
lib/libreoffice/help/lt/text/scalc/menu/
|
||||
lib/libreoffice/help/lt/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/lt/text/schart/
|
||||
lib/libreoffice/help/lt/text/schart/00/
|
||||
lib/libreoffice/help/lt/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/lt/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/lt/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/lt/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/lt/text/sdraw/
|
||||
lib/libreoffice/help/lt/text/sdraw/00/
|
||||
lib/libreoffice/help/lt/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/lt/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/lt/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/lt/text/sdraw/01/
|
||||
lib/libreoffice/help/lt/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/lt/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/lt/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/lt/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/lt/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/lt/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/lt/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/lt/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/lt/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/lt/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/lt/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/lt/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/lt/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/lt/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/lt/text/shared/01/grid.html
|
||||
lib/libreoffice/help/lt/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/lt/text/shared/01/guides.html
|
||||
lib/libreoffice/help/lt/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/lt/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/lt/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/lt/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/lt/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/lt/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/lt/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/lt/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/lt/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/lt/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/lt/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/lt/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/lt/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/lt/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/lt/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/lt/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/lt/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/lt/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/lt/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/lt/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/lt/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/lt/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/lt/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/lt/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/lt/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/lt/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/lt/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/lt/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/lt/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/lt/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/lt/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/lt/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/lt/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/lt/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/lt/text/shared/02/limit.html
|
||||
lib/libreoffice/help/lt/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/lt/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/lt/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/lt/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/lt/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/lt/text/shared/main0650.html
|
|||
lib/libreoffice/help/lt/text/shared/main0800.html
|
||||
lib/libreoffice/help/lt/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/
|
||||
lib/libreoffice/help/lt/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/lt/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/lt/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/lt/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/lt/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/lt/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/lt/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/lt/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/lt/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/lt/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/lt/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/lt/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/lt/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/
|
||||
lib/libreoffice/help/lt/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/lt/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/lt/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/lt/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/lt/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/lt/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/lt/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/lt/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/lt/text/swriter/02/
|
||||
lib/libreoffice/help/lt/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/lt/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/lt/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/lt/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/lt/text/swriter/main0216.html
|
|||
lib/libreoffice/help/lt/text/swriter/main0220.html
|
||||
lib/libreoffice/help/lt/text/swriter/main0503.html
|
||||
lib/libreoffice/help/lt/text/swriter/menu/
|
||||
lib/libreoffice/help/lt/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/lt/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/lt/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/lt/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/lt/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -121,6 +121,7 @@ lib/libreoffice/help/lv/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -404,6 +405,7 @@ lib/libreoffice/help/lv/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/lv/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/lv/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -615,6 +617,9 @@ lib/libreoffice/help/lv/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/lv/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/format_graphic.html
|
||||
|
@ -685,6 +690,7 @@ lib/libreoffice/help/lv/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/lv/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_switch.html
|
||||
|
@ -703,9 +709,11 @@ lib/libreoffice/help/lv/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/lv/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/solver_options_algo.html
|
||||
|
@ -727,12 +735,8 @@ lib/libreoffice/help/lv/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/lv/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/lv/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/
|
||||
lib/libreoffice/help/lv/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/lv/text/scalc/02/06040000.html
|
||||
|
@ -872,6 +876,8 @@ lib/libreoffice/help/lv/text/scalc/main0210.html
|
|||
lib/libreoffice/help/lv/text/scalc/main0214.html
|
||||
lib/libreoffice/help/lv/text/scalc/main0218.html
|
||||
lib/libreoffice/help/lv/text/scalc/main0503.html
|
||||
lib/libreoffice/help/lv/text/scalc/menu/
|
||||
lib/libreoffice/help/lv/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/lv/text/schart/
|
||||
lib/libreoffice/help/lv/text/schart/00/
|
||||
lib/libreoffice/help/lv/text/schart/00/00000004.html
|
||||
|
@ -977,6 +983,7 @@ lib/libreoffice/help/lv/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/lv/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1024,6 +1031,7 @@ lib/libreoffice/help/lv/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/lv/text/sdraw/
|
||||
lib/libreoffice/help/lv/text/sdraw/00/
|
||||
lib/libreoffice/help/lv/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/lv/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/lv/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/lv/text/sdraw/01/
|
||||
lib/libreoffice/help/lv/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1052,7 +1060,6 @@ lib/libreoffice/help/lv/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/lv/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/lv/text/sdraw/guide/main.html
|
||||
|
@ -1063,7 +1070,6 @@ lib/libreoffice/help/lv/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/lv/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/lv/text/sdraw/main0503.html
|
||||
|
@ -1229,8 +1235,11 @@ lib/libreoffice/help/lv/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/lv/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/lv/text/shared/01/05080200.html
|
||||
|
@ -1387,10 +1396,10 @@ lib/libreoffice/help/lv/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/lv/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/lv/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/lv/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/lv/text/shared/01/grid.html
|
||||
lib/libreoffice/help/lv/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/lv/text/shared/01/guides.html
|
||||
lib/libreoffice/help/lv/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/lv/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/lv/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/lv/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/lv/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1411,6 +1420,8 @@ lib/libreoffice/help/lv/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/lv/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/lv/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/lv/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/lv/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/lv/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/lv/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/lv/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/lv/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1421,11 +1432,14 @@ lib/libreoffice/help/lv/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/lv/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/lv/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/lv/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/lv/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/lv/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/lv/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/lv/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/lv/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/lv/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/lv/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/lv/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/lv/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/lv/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/lv/text/shared/01/xformsdataadd.html
|
||||
|
@ -1570,6 +1584,7 @@ lib/libreoffice/help/lv/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/lv/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/lv/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/lv/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/lv/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/lv/text/shared/02/limit.html
|
||||
lib/libreoffice/help/lv/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/lv/text/shared/02/paintbrush.html
|
||||
|
@ -1786,10 +1801,10 @@ lib/libreoffice/help/lv/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/lv/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/lv/text/shared/guide/redlining_accept.html
|
||||
|
@ -1836,8 +1851,8 @@ lib/libreoffice/help/lv/text/shared/main0650.html
|
|||
lib/libreoffice/help/lv/text/shared/main0800.html
|
||||
lib/libreoffice/help/lv/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/
|
||||
lib/libreoffice/help/lv/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/lv/text/shared/menu/save_image.html
|
||||
|
@ -1918,6 +1933,7 @@ lib/libreoffice/help/lv/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/lv/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1928,6 +1944,7 @@ lib/libreoffice/help/lv/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/lv/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/lv/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2233,6 +2250,7 @@ lib/libreoffice/help/lv/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/lv/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/lv/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/lv/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/lv/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/lv/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/
|
||||
lib/libreoffice/help/lv/text/swriter/01/01120000.html
|
||||
|
@ -2249,7 +2267,6 @@ lib/libreoffice/help/lv/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/lv/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/03070000.html
|
||||
|
@ -2387,9 +2404,8 @@ lib/libreoffice/help/lv/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/lv/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/mailmerge01.html
|
||||
|
@ -2412,11 +2428,17 @@ lib/libreoffice/help/lv/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/lv/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/lv/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/lv/text/swriter/02/
|
||||
lib/libreoffice/help/lv/text/swriter/02/02110000.html
|
||||
|
@ -2495,6 +2517,7 @@ lib/libreoffice/help/lv/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/lv/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/lv/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2635,6 +2658,8 @@ lib/libreoffice/help/lv/text/swriter/main0216.html
|
|||
lib/libreoffice/help/lv/text/swriter/main0220.html
|
||||
lib/libreoffice/help/lv/text/swriter/main0503.html
|
||||
lib/libreoffice/help/lv/text/swriter/menu/
|
||||
lib/libreoffice/help/lv/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/lv/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/lv/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/lv/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/lv/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -249,6 +249,7 @@ lib/libreoffice/help/nl/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -532,6 +533,7 @@ lib/libreoffice/help/nl/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/nl/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/nl/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -743,6 +745,9 @@ lib/libreoffice/help/nl/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/nl/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/format_graphic.html
|
||||
|
@ -813,6 +818,7 @@ lib/libreoffice/help/nl/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/nl/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_switch.html
|
||||
|
@ -831,9 +837,11 @@ lib/libreoffice/help/nl/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/nl/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/solver_options_algo.html
|
||||
|
@ -855,12 +863,8 @@ lib/libreoffice/help/nl/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/nl/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/nl/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/
|
||||
lib/libreoffice/help/nl/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/nl/text/scalc/02/06040000.html
|
||||
|
@ -1000,6 +1004,8 @@ lib/libreoffice/help/nl/text/scalc/main0210.html
|
|||
lib/libreoffice/help/nl/text/scalc/main0214.html
|
||||
lib/libreoffice/help/nl/text/scalc/main0218.html
|
||||
lib/libreoffice/help/nl/text/scalc/main0503.html
|
||||
lib/libreoffice/help/nl/text/scalc/menu/
|
||||
lib/libreoffice/help/nl/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/nl/text/schart/
|
||||
lib/libreoffice/help/nl/text/schart/00/
|
||||
lib/libreoffice/help/nl/text/schart/00/00000004.html
|
||||
|
@ -1105,6 +1111,7 @@ lib/libreoffice/help/nl/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/nl/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1152,6 +1159,7 @@ lib/libreoffice/help/nl/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/nl/text/sdraw/
|
||||
lib/libreoffice/help/nl/text/sdraw/00/
|
||||
lib/libreoffice/help/nl/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/nl/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/nl/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/nl/text/sdraw/01/
|
||||
lib/libreoffice/help/nl/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1180,7 +1188,6 @@ lib/libreoffice/help/nl/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/nl/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/nl/text/sdraw/guide/main.html
|
||||
|
@ -1191,7 +1198,6 @@ lib/libreoffice/help/nl/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/nl/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/nl/text/sdraw/main0503.html
|
||||
|
@ -1357,8 +1363,11 @@ lib/libreoffice/help/nl/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/nl/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/nl/text/shared/01/05080200.html
|
||||
|
@ -1515,10 +1524,10 @@ lib/libreoffice/help/nl/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/nl/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/nl/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/nl/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/nl/text/shared/01/grid.html
|
||||
lib/libreoffice/help/nl/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/nl/text/shared/01/guides.html
|
||||
lib/libreoffice/help/nl/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/nl/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/nl/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/nl/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/nl/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1539,6 +1548,8 @@ lib/libreoffice/help/nl/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/nl/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/nl/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/nl/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/nl/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/nl/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/nl/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/nl/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/nl/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1549,11 +1560,14 @@ lib/libreoffice/help/nl/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/nl/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/nl/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/nl/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/nl/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/nl/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/nl/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/nl/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/nl/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/nl/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/nl/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/nl/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/nl/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/nl/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/nl/text/shared/01/xformsdataadd.html
|
||||
|
@ -1698,6 +1712,7 @@ lib/libreoffice/help/nl/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/nl/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/nl/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/nl/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/nl/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/nl/text/shared/02/limit.html
|
||||
lib/libreoffice/help/nl/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/nl/text/shared/02/paintbrush.html
|
||||
|
@ -1914,10 +1929,10 @@ lib/libreoffice/help/nl/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/nl/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/nl/text/shared/guide/redlining_accept.html
|
||||
|
@ -1964,8 +1979,8 @@ lib/libreoffice/help/nl/text/shared/main0650.html
|
|||
lib/libreoffice/help/nl/text/shared/main0800.html
|
||||
lib/libreoffice/help/nl/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/
|
||||
lib/libreoffice/help/nl/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/nl/text/shared/menu/save_image.html
|
||||
|
@ -2046,6 +2061,7 @@ lib/libreoffice/help/nl/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/nl/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2056,6 +2072,7 @@ lib/libreoffice/help/nl/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/nl/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/nl/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2361,6 +2378,7 @@ lib/libreoffice/help/nl/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/nl/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/nl/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/nl/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/nl/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/nl/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/
|
||||
lib/libreoffice/help/nl/text/swriter/01/01120000.html
|
||||
|
@ -2377,7 +2395,6 @@ lib/libreoffice/help/nl/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/nl/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/03070000.html
|
||||
|
@ -2515,9 +2532,8 @@ lib/libreoffice/help/nl/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/nl/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/mailmerge01.html
|
||||
|
@ -2540,11 +2556,17 @@ lib/libreoffice/help/nl/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/nl/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/nl/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/nl/text/swriter/02/
|
||||
lib/libreoffice/help/nl/text/swriter/02/02110000.html
|
||||
|
@ -2623,6 +2645,7 @@ lib/libreoffice/help/nl/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/nl/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/nl/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2763,6 +2786,8 @@ lib/libreoffice/help/nl/text/swriter/main0216.html
|
|||
lib/libreoffice/help/nl/text/swriter/main0220.html
|
||||
lib/libreoffice/help/nl/text/swriter/main0503.html
|
||||
lib/libreoffice/help/nl/text/swriter/menu/
|
||||
lib/libreoffice/help/nl/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/nl/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/nl/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/nl/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/nl/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -254,6 +254,7 @@ lib/libreoffice/help/pl/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -537,6 +538,7 @@ lib/libreoffice/help/pl/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/pl/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/pl/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -748,6 +750,9 @@ lib/libreoffice/help/pl/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/pl/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/format_graphic.html
|
||||
|
@ -818,6 +823,7 @@ lib/libreoffice/help/pl/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/pl/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_switch.html
|
||||
|
@ -836,9 +842,11 @@ lib/libreoffice/help/pl/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/pl/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/solver_options_algo.html
|
||||
|
@ -860,12 +868,8 @@ lib/libreoffice/help/pl/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/pl/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/pl/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/
|
||||
lib/libreoffice/help/pl/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/pl/text/scalc/02/06040000.html
|
||||
|
@ -1005,6 +1009,8 @@ lib/libreoffice/help/pl/text/scalc/main0210.html
|
|||
lib/libreoffice/help/pl/text/scalc/main0214.html
|
||||
lib/libreoffice/help/pl/text/scalc/main0218.html
|
||||
lib/libreoffice/help/pl/text/scalc/main0503.html
|
||||
lib/libreoffice/help/pl/text/scalc/menu/
|
||||
lib/libreoffice/help/pl/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/pl/text/schart/
|
||||
lib/libreoffice/help/pl/text/schart/00/
|
||||
lib/libreoffice/help/pl/text/schart/00/00000004.html
|
||||
|
@ -1110,6 +1116,7 @@ lib/libreoffice/help/pl/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/pl/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1157,6 +1164,7 @@ lib/libreoffice/help/pl/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/pl/text/sdraw/
|
||||
lib/libreoffice/help/pl/text/sdraw/00/
|
||||
lib/libreoffice/help/pl/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/pl/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/pl/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/pl/text/sdraw/01/
|
||||
lib/libreoffice/help/pl/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1185,7 +1193,6 @@ lib/libreoffice/help/pl/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/pl/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/pl/text/sdraw/guide/main.html
|
||||
|
@ -1196,7 +1203,6 @@ lib/libreoffice/help/pl/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/pl/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/pl/text/sdraw/main0503.html
|
||||
|
@ -1362,8 +1368,11 @@ lib/libreoffice/help/pl/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/pl/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/pl/text/shared/01/05080200.html
|
||||
|
@ -1520,10 +1529,10 @@ lib/libreoffice/help/pl/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/pl/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/pl/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/pl/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/pl/text/shared/01/grid.html
|
||||
lib/libreoffice/help/pl/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/pl/text/shared/01/guides.html
|
||||
lib/libreoffice/help/pl/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/pl/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/pl/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/pl/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/pl/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1544,6 +1553,8 @@ lib/libreoffice/help/pl/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/pl/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/pl/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/pl/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/pl/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/pl/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/pl/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/pl/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/pl/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1554,11 +1565,14 @@ lib/libreoffice/help/pl/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/pl/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/pl/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/pl/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/pl/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/pl/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/pl/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/pl/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/pl/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/pl/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/pl/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/pl/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/pl/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/pl/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/pl/text/shared/01/xformsdataadd.html
|
||||
|
@ -1703,6 +1717,7 @@ lib/libreoffice/help/pl/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/pl/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/pl/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/pl/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/pl/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/pl/text/shared/02/limit.html
|
||||
lib/libreoffice/help/pl/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/pl/text/shared/02/paintbrush.html
|
||||
|
@ -1919,10 +1934,10 @@ lib/libreoffice/help/pl/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/pl/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/pl/text/shared/guide/redlining_accept.html
|
||||
|
@ -1969,8 +1984,8 @@ lib/libreoffice/help/pl/text/shared/main0650.html
|
|||
lib/libreoffice/help/pl/text/shared/main0800.html
|
||||
lib/libreoffice/help/pl/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/
|
||||
lib/libreoffice/help/pl/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/pl/text/shared/menu/save_image.html
|
||||
|
@ -2051,6 +2066,7 @@ lib/libreoffice/help/pl/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/pl/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2061,6 +2077,7 @@ lib/libreoffice/help/pl/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/pl/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/pl/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2366,6 +2383,7 @@ lib/libreoffice/help/pl/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/pl/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/pl/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/pl/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/pl/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/pl/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/
|
||||
lib/libreoffice/help/pl/text/swriter/01/01120000.html
|
||||
|
@ -2382,7 +2400,6 @@ lib/libreoffice/help/pl/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/pl/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/03070000.html
|
||||
|
@ -2520,9 +2537,8 @@ lib/libreoffice/help/pl/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/pl/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/mailmerge01.html
|
||||
|
@ -2545,11 +2561,17 @@ lib/libreoffice/help/pl/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/pl/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/pl/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/pl/text/swriter/02/
|
||||
lib/libreoffice/help/pl/text/swriter/02/02110000.html
|
||||
|
@ -2628,6 +2650,7 @@ lib/libreoffice/help/pl/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/pl/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/pl/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2768,6 +2791,8 @@ lib/libreoffice/help/pl/text/swriter/main0216.html
|
|||
lib/libreoffice/help/pl/text/swriter/main0220.html
|
||||
lib/libreoffice/help/pl/text/swriter/main0503.html
|
||||
lib/libreoffice/help/pl/text/swriter/menu/
|
||||
lib/libreoffice/help/pl/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/pl/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/pl/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/pl/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/pl/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -246,6 +246,7 @@ lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -529,6 +530,7 @@ lib/libreoffice/help/pt-BR/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/pt-BR/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -740,6 +742,9 @@ lib/libreoffice/help/pt-BR/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/pt-BR/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/format_graphic.html
|
||||
|
@ -810,6 +815,7 @@ lib/libreoffice/help/pt-BR/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/pt-BR/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_switch.html
|
||||
|
@ -828,9 +834,11 @@ lib/libreoffice/help/pt-BR/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/pt-BR/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/solver_options_algo.html
|
||||
|
@ -852,12 +860,8 @@ lib/libreoffice/help/pt-BR/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/pt-BR/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/02/06040000.html
|
||||
|
@ -997,6 +1001,8 @@ lib/libreoffice/help/pt-BR/text/scalc/main0210.html
|
|||
lib/libreoffice/help/pt-BR/text/scalc/main0214.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/main0218.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/main0503.html
|
||||
lib/libreoffice/help/pt-BR/text/scalc/menu/
|
||||
lib/libreoffice/help/pt-BR/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/pt-BR/text/schart/
|
||||
lib/libreoffice/help/pt-BR/text/schart/00/
|
||||
lib/libreoffice/help/pt-BR/text/schart/00/00000004.html
|
||||
|
@ -1102,6 +1108,7 @@ lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/pt-BR/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1149,6 +1156,7 @@ lib/libreoffice/help/pt-BR/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/pt-BR/text/sdraw/
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/00/
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/01/
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1177,7 +1185,6 @@ lib/libreoffice/help/pt-BR/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/pt-BR/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/guide/main.html
|
||||
|
@ -1188,7 +1195,6 @@ lib/libreoffice/help/pt-BR/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/pt-BR/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/pt-BR/text/sdraw/main0503.html
|
||||
|
@ -1354,8 +1360,11 @@ lib/libreoffice/help/pt-BR/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/05080200.html
|
||||
|
@ -1512,10 +1521,10 @@ lib/libreoffice/help/pt-BR/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/grid.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/guides.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1536,6 +1545,8 @@ lib/libreoffice/help/pt-BR/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1546,11 +1557,14 @@ lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/01/xformsdataadd.html
|
||||
|
@ -1695,6 +1709,7 @@ lib/libreoffice/help/pt-BR/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/limit.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/02/paintbrush.html
|
||||
|
@ -1911,10 +1926,10 @@ lib/libreoffice/help/pt-BR/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/guide/redlining_accept.html
|
||||
|
@ -1961,8 +1976,8 @@ lib/libreoffice/help/pt-BR/text/shared/main0650.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/main0800.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/menu/save_image.html
|
||||
|
@ -2043,6 +2058,7 @@ lib/libreoffice/help/pt-BR/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2053,6 +2069,7 @@ lib/libreoffice/help/pt-BR/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/pt-BR/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/pt-BR/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2358,6 +2375,7 @@ lib/libreoffice/help/pt-BR/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/01120000.html
|
||||
|
@ -2374,7 +2392,6 @@ lib/libreoffice/help/pt-BR/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/03070000.html
|
||||
|
@ -2512,9 +2529,8 @@ lib/libreoffice/help/pt-BR/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/mailmerge01.html
|
||||
|
@ -2537,11 +2553,17 @@ lib/libreoffice/help/pt-BR/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/02/
|
||||
lib/libreoffice/help/pt-BR/text/swriter/02/02110000.html
|
||||
|
@ -2620,6 +2642,7 @@ lib/libreoffice/help/pt-BR/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2760,6 +2783,8 @@ lib/libreoffice/help/pt-BR/text/swriter/main0216.html
|
|||
lib/libreoffice/help/pt-BR/text/swriter/main0220.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/main0503.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/pt-BR/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -238,6 +238,7 @@ lib/libreoffice/help/ro/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -521,6 +522,7 @@ lib/libreoffice/help/ro/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/ro/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/ro/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -732,6 +734,9 @@ lib/libreoffice/help/ro/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/ro/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/format_graphic.html
|
||||
|
@ -802,6 +807,7 @@ lib/libreoffice/help/ro/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/ro/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_switch.html
|
||||
|
@ -820,9 +826,11 @@ lib/libreoffice/help/ro/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/ro/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/solver_options_algo.html
|
||||
|
@ -844,12 +852,8 @@ lib/libreoffice/help/ro/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/ro/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/ro/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/
|
||||
lib/libreoffice/help/ro/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/ro/text/scalc/02/06040000.html
|
||||
|
@ -989,6 +993,8 @@ lib/libreoffice/help/ro/text/scalc/main0210.html
|
|||
lib/libreoffice/help/ro/text/scalc/main0214.html
|
||||
lib/libreoffice/help/ro/text/scalc/main0218.html
|
||||
lib/libreoffice/help/ro/text/scalc/main0503.html
|
||||
lib/libreoffice/help/ro/text/scalc/menu/
|
||||
lib/libreoffice/help/ro/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/ro/text/schart/
|
||||
lib/libreoffice/help/ro/text/schart/00/
|
||||
lib/libreoffice/help/ro/text/schart/00/00000004.html
|
||||
|
@ -1094,6 +1100,7 @@ lib/libreoffice/help/ro/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/ro/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1141,6 +1148,7 @@ lib/libreoffice/help/ro/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/ro/text/sdraw/
|
||||
lib/libreoffice/help/ro/text/sdraw/00/
|
||||
lib/libreoffice/help/ro/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/ro/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/ro/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/ro/text/sdraw/01/
|
||||
lib/libreoffice/help/ro/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1169,7 +1177,6 @@ lib/libreoffice/help/ro/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/ro/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/ro/text/sdraw/guide/main.html
|
||||
|
@ -1180,7 +1187,6 @@ lib/libreoffice/help/ro/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/ro/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/ro/text/sdraw/main0503.html
|
||||
|
@ -1346,8 +1352,11 @@ lib/libreoffice/help/ro/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/ro/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/ro/text/shared/01/05080200.html
|
||||
|
@ -1504,10 +1513,10 @@ lib/libreoffice/help/ro/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/ro/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/ro/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/ro/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/ro/text/shared/01/grid.html
|
||||
lib/libreoffice/help/ro/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/ro/text/shared/01/guides.html
|
||||
lib/libreoffice/help/ro/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/ro/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/ro/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/ro/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/ro/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1528,6 +1537,8 @@ lib/libreoffice/help/ro/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/ro/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/ro/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/ro/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/ro/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/ro/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/ro/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/ro/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/ro/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1538,11 +1549,14 @@ lib/libreoffice/help/ro/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/ro/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/ro/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/ro/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/ro/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/ro/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/ro/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/ro/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/ro/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/ro/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/ro/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/ro/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/ro/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/ro/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/ro/text/shared/01/xformsdataadd.html
|
||||
|
@ -1687,6 +1701,7 @@ lib/libreoffice/help/ro/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/ro/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/ro/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/ro/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/ro/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/ro/text/shared/02/limit.html
|
||||
lib/libreoffice/help/ro/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/ro/text/shared/02/paintbrush.html
|
||||
|
@ -1903,10 +1918,10 @@ lib/libreoffice/help/ro/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/ro/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/ro/text/shared/guide/redlining_accept.html
|
||||
|
@ -1953,8 +1968,8 @@ lib/libreoffice/help/ro/text/shared/main0650.html
|
|||
lib/libreoffice/help/ro/text/shared/main0800.html
|
||||
lib/libreoffice/help/ro/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/
|
||||
lib/libreoffice/help/ro/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/ro/text/shared/menu/save_image.html
|
||||
|
@ -2035,6 +2050,7 @@ lib/libreoffice/help/ro/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/ro/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2045,6 +2061,7 @@ lib/libreoffice/help/ro/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/ro/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/ro/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2350,6 +2367,7 @@ lib/libreoffice/help/ro/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/ro/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/ro/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/ro/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/ro/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/ro/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/
|
||||
lib/libreoffice/help/ro/text/swriter/01/01120000.html
|
||||
|
@ -2366,7 +2384,6 @@ lib/libreoffice/help/ro/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/ro/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/03070000.html
|
||||
|
@ -2504,9 +2521,8 @@ lib/libreoffice/help/ro/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/ro/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/mailmerge01.html
|
||||
|
@ -2529,11 +2545,17 @@ lib/libreoffice/help/ro/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/ro/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/ro/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/ro/text/swriter/02/
|
||||
lib/libreoffice/help/ro/text/swriter/02/02110000.html
|
||||
|
@ -2612,6 +2634,7 @@ lib/libreoffice/help/ro/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/ro/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/ro/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2752,6 +2775,8 @@ lib/libreoffice/help/ro/text/swriter/main0216.html
|
|||
lib/libreoffice/help/ro/text/swriter/main0220.html
|
||||
lib/libreoffice/help/ro/text/swriter/main0503.html
|
||||
lib/libreoffice/help/ro/text/swriter/menu/
|
||||
lib/libreoffice/help/ro/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/ro/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ro/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/ro/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/ro/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -249,6 +249,7 @@ lib/libreoffice/help/ru/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -532,6 +533,7 @@ lib/libreoffice/help/ru/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/ru/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/ru/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -743,6 +745,9 @@ lib/libreoffice/help/ru/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/ru/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/format_graphic.html
|
||||
|
@ -813,6 +818,7 @@ lib/libreoffice/help/ru/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/ru/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_switch.html
|
||||
|
@ -831,9 +837,11 @@ lib/libreoffice/help/ru/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/ru/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/solver_options_algo.html
|
||||
|
@ -855,12 +863,8 @@ lib/libreoffice/help/ru/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/ru/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/ru/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/
|
||||
lib/libreoffice/help/ru/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/ru/text/scalc/02/06040000.html
|
||||
|
@ -1000,6 +1004,8 @@ lib/libreoffice/help/ru/text/scalc/main0210.html
|
|||
lib/libreoffice/help/ru/text/scalc/main0214.html
|
||||
lib/libreoffice/help/ru/text/scalc/main0218.html
|
||||
lib/libreoffice/help/ru/text/scalc/main0503.html
|
||||
lib/libreoffice/help/ru/text/scalc/menu/
|
||||
lib/libreoffice/help/ru/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/ru/text/schart/
|
||||
lib/libreoffice/help/ru/text/schart/00/
|
||||
lib/libreoffice/help/ru/text/schart/00/00000004.html
|
||||
|
@ -1105,6 +1111,7 @@ lib/libreoffice/help/ru/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/ru/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1152,6 +1159,7 @@ lib/libreoffice/help/ru/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/ru/text/sdraw/
|
||||
lib/libreoffice/help/ru/text/sdraw/00/
|
||||
lib/libreoffice/help/ru/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/ru/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/ru/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/ru/text/sdraw/01/
|
||||
lib/libreoffice/help/ru/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1180,7 +1188,6 @@ lib/libreoffice/help/ru/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/ru/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/ru/text/sdraw/guide/main.html
|
||||
|
@ -1191,7 +1198,6 @@ lib/libreoffice/help/ru/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/ru/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/ru/text/sdraw/main0503.html
|
||||
|
@ -1357,8 +1363,11 @@ lib/libreoffice/help/ru/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/ru/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/ru/text/shared/01/05080200.html
|
||||
|
@ -1515,10 +1524,10 @@ lib/libreoffice/help/ru/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/ru/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/ru/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/ru/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/ru/text/shared/01/grid.html
|
||||
lib/libreoffice/help/ru/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/ru/text/shared/01/guides.html
|
||||
lib/libreoffice/help/ru/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/ru/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/ru/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/ru/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/ru/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1539,6 +1548,8 @@ lib/libreoffice/help/ru/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/ru/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/ru/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/ru/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/ru/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/ru/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/ru/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/ru/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/ru/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1549,11 +1560,14 @@ lib/libreoffice/help/ru/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/ru/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/ru/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/ru/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/ru/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/ru/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/ru/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/ru/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/ru/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/ru/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/ru/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/ru/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/ru/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/ru/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/ru/text/shared/01/xformsdataadd.html
|
||||
|
@ -1698,6 +1712,7 @@ lib/libreoffice/help/ru/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/ru/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/ru/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/ru/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/ru/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/ru/text/shared/02/limit.html
|
||||
lib/libreoffice/help/ru/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/ru/text/shared/02/paintbrush.html
|
||||
|
@ -1914,10 +1929,10 @@ lib/libreoffice/help/ru/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/ru/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/ru/text/shared/guide/redlining_accept.html
|
||||
|
@ -1964,8 +1979,8 @@ lib/libreoffice/help/ru/text/shared/main0650.html
|
|||
lib/libreoffice/help/ru/text/shared/main0800.html
|
||||
lib/libreoffice/help/ru/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/
|
||||
lib/libreoffice/help/ru/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/ru/text/shared/menu/save_image.html
|
||||
|
@ -2046,6 +2061,7 @@ lib/libreoffice/help/ru/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/ru/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2056,6 +2072,7 @@ lib/libreoffice/help/ru/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/ru/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/ru/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2361,6 +2378,7 @@ lib/libreoffice/help/ru/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/ru/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/ru/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/ru/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/ru/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/ru/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/
|
||||
lib/libreoffice/help/ru/text/swriter/01/01120000.html
|
||||
|
@ -2377,7 +2395,6 @@ lib/libreoffice/help/ru/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/ru/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/03070000.html
|
||||
|
@ -2515,9 +2532,8 @@ lib/libreoffice/help/ru/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/ru/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/mailmerge01.html
|
||||
|
@ -2540,11 +2556,17 @@ lib/libreoffice/help/ru/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/ru/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/ru/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/ru/text/swriter/02/
|
||||
lib/libreoffice/help/ru/text/swriter/02/02110000.html
|
||||
|
@ -2623,6 +2645,7 @@ lib/libreoffice/help/ru/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/ru/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/ru/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2763,6 +2786,8 @@ lib/libreoffice/help/ru/text/swriter/main0216.html
|
|||
lib/libreoffice/help/ru/text/swriter/main0220.html
|
||||
lib/libreoffice/help/ru/text/swriter/main0503.html
|
||||
lib/libreoffice/help/ru/text/swriter/menu/
|
||||
lib/libreoffice/help/ru/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/ru/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/ru/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/ru/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/ru/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -254,6 +254,7 @@ lib/libreoffice/help/sl/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -537,6 +538,7 @@ lib/libreoffice/help/sl/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/sl/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/sl/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -748,6 +750,9 @@ lib/libreoffice/help/sl/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/sl/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/format_graphic.html
|
||||
|
@ -818,6 +823,7 @@ lib/libreoffice/help/sl/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/sl/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_switch.html
|
||||
|
@ -836,9 +842,11 @@ lib/libreoffice/help/sl/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/sl/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/solver_options_algo.html
|
||||
|
@ -860,12 +868,8 @@ lib/libreoffice/help/sl/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/sl/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/sl/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/
|
||||
lib/libreoffice/help/sl/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/sl/text/scalc/02/06040000.html
|
||||
|
@ -1005,6 +1009,8 @@ lib/libreoffice/help/sl/text/scalc/main0210.html
|
|||
lib/libreoffice/help/sl/text/scalc/main0214.html
|
||||
lib/libreoffice/help/sl/text/scalc/main0218.html
|
||||
lib/libreoffice/help/sl/text/scalc/main0503.html
|
||||
lib/libreoffice/help/sl/text/scalc/menu/
|
||||
lib/libreoffice/help/sl/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/sl/text/schart/
|
||||
lib/libreoffice/help/sl/text/schart/00/
|
||||
lib/libreoffice/help/sl/text/schart/00/00000004.html
|
||||
|
@ -1110,6 +1116,7 @@ lib/libreoffice/help/sl/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/sl/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1157,6 +1164,7 @@ lib/libreoffice/help/sl/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/sl/text/sdraw/
|
||||
lib/libreoffice/help/sl/text/sdraw/00/
|
||||
lib/libreoffice/help/sl/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/sl/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/sl/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/sl/text/sdraw/01/
|
||||
lib/libreoffice/help/sl/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1185,7 +1193,6 @@ lib/libreoffice/help/sl/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/sl/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/sl/text/sdraw/guide/main.html
|
||||
|
@ -1196,7 +1203,6 @@ lib/libreoffice/help/sl/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/sl/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/sl/text/sdraw/main0503.html
|
||||
|
@ -1362,8 +1368,11 @@ lib/libreoffice/help/sl/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/sl/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/sl/text/shared/01/05080200.html
|
||||
|
@ -1520,10 +1529,10 @@ lib/libreoffice/help/sl/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/sl/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/sl/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/sl/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/sl/text/shared/01/grid.html
|
||||
lib/libreoffice/help/sl/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/sl/text/shared/01/guides.html
|
||||
lib/libreoffice/help/sl/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/sl/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/sl/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/sl/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/sl/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1544,6 +1553,8 @@ lib/libreoffice/help/sl/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/sl/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/sl/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/sl/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/sl/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/sl/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/sl/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/sl/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/sl/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1554,11 +1565,14 @@ lib/libreoffice/help/sl/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/sl/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/sl/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/sl/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/sl/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/sl/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/sl/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/sl/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/sl/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/sl/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/sl/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/sl/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/sl/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/sl/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/sl/text/shared/01/xformsdataadd.html
|
||||
|
@ -1703,6 +1717,7 @@ lib/libreoffice/help/sl/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/sl/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/sl/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/sl/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/sl/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/sl/text/shared/02/limit.html
|
||||
lib/libreoffice/help/sl/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/sl/text/shared/02/paintbrush.html
|
||||
|
@ -1919,10 +1934,10 @@ lib/libreoffice/help/sl/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/sl/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/sl/text/shared/guide/redlining_accept.html
|
||||
|
@ -1969,8 +1984,8 @@ lib/libreoffice/help/sl/text/shared/main0650.html
|
|||
lib/libreoffice/help/sl/text/shared/main0800.html
|
||||
lib/libreoffice/help/sl/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/
|
||||
lib/libreoffice/help/sl/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/sl/text/shared/menu/save_image.html
|
||||
|
@ -2051,6 +2066,7 @@ lib/libreoffice/help/sl/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/sl/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2061,6 +2077,7 @@ lib/libreoffice/help/sl/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/sl/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/sl/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2366,6 +2383,7 @@ lib/libreoffice/help/sl/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/sl/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/sl/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/sl/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/sl/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/sl/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/
|
||||
lib/libreoffice/help/sl/text/swriter/01/01120000.html
|
||||
|
@ -2382,7 +2400,6 @@ lib/libreoffice/help/sl/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/sl/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/03070000.html
|
||||
|
@ -2520,9 +2537,8 @@ lib/libreoffice/help/sl/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/sl/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/mailmerge01.html
|
||||
|
@ -2545,11 +2561,17 @@ lib/libreoffice/help/sl/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/sl/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/sl/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/sl/text/swriter/02/
|
||||
lib/libreoffice/help/sl/text/swriter/02/02110000.html
|
||||
|
@ -2628,6 +2650,7 @@ lib/libreoffice/help/sl/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/sl/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/sl/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2768,6 +2791,8 @@ lib/libreoffice/help/sl/text/swriter/main0216.html
|
|||
lib/libreoffice/help/sl/text/swriter/main0220.html
|
||||
lib/libreoffice/help/sl/text/swriter/main0503.html
|
||||
lib/libreoffice/help/sl/text/swriter/menu/
|
||||
lib/libreoffice/help/sl/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/sl/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/sl/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/sl/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/sl/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -246,6 +246,7 @@ lib/libreoffice/help/sv/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -529,6 +530,7 @@ lib/libreoffice/help/sv/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/sv/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/sv/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -740,6 +742,9 @@ lib/libreoffice/help/sv/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/sv/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/format_graphic.html
|
||||
|
@ -810,6 +815,7 @@ lib/libreoffice/help/sv/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/sv/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_switch.html
|
||||
|
@ -828,9 +834,11 @@ lib/libreoffice/help/sv/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/sv/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/solver_options_algo.html
|
||||
|
@ -852,12 +860,8 @@ lib/libreoffice/help/sv/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/sv/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/sv/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/
|
||||
lib/libreoffice/help/sv/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/sv/text/scalc/02/06040000.html
|
||||
|
@ -997,6 +1001,8 @@ lib/libreoffice/help/sv/text/scalc/main0210.html
|
|||
lib/libreoffice/help/sv/text/scalc/main0214.html
|
||||
lib/libreoffice/help/sv/text/scalc/main0218.html
|
||||
lib/libreoffice/help/sv/text/scalc/main0503.html
|
||||
lib/libreoffice/help/sv/text/scalc/menu/
|
||||
lib/libreoffice/help/sv/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/sv/text/schart/
|
||||
lib/libreoffice/help/sv/text/schart/00/
|
||||
lib/libreoffice/help/sv/text/schart/00/00000004.html
|
||||
|
@ -1102,6 +1108,7 @@ lib/libreoffice/help/sv/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/sv/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1149,6 +1156,7 @@ lib/libreoffice/help/sv/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/sv/text/sdraw/
|
||||
lib/libreoffice/help/sv/text/sdraw/00/
|
||||
lib/libreoffice/help/sv/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/sv/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/sv/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/sv/text/sdraw/01/
|
||||
lib/libreoffice/help/sv/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1177,7 +1185,6 @@ lib/libreoffice/help/sv/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/sv/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/sv/text/sdraw/guide/main.html
|
||||
|
@ -1188,7 +1195,6 @@ lib/libreoffice/help/sv/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/sv/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/sv/text/sdraw/main0503.html
|
||||
|
@ -1354,8 +1360,11 @@ lib/libreoffice/help/sv/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/sv/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/sv/text/shared/01/05080200.html
|
||||
|
@ -1512,10 +1521,10 @@ lib/libreoffice/help/sv/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/sv/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/sv/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/sv/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/sv/text/shared/01/grid.html
|
||||
lib/libreoffice/help/sv/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/sv/text/shared/01/guides.html
|
||||
lib/libreoffice/help/sv/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/sv/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/sv/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/sv/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/sv/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1536,6 +1545,8 @@ lib/libreoffice/help/sv/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/sv/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/sv/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/sv/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/sv/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/sv/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/sv/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/sv/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/sv/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1546,11 +1557,14 @@ lib/libreoffice/help/sv/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/sv/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/sv/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/sv/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/sv/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/sv/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/sv/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/sv/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/sv/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/sv/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/sv/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/sv/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/sv/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/sv/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/sv/text/shared/01/xformsdataadd.html
|
||||
|
@ -1695,6 +1709,7 @@ lib/libreoffice/help/sv/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/sv/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/sv/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/sv/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/sv/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/sv/text/shared/02/limit.html
|
||||
lib/libreoffice/help/sv/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/sv/text/shared/02/paintbrush.html
|
||||
|
@ -1911,10 +1926,10 @@ lib/libreoffice/help/sv/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/sv/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/sv/text/shared/guide/redlining_accept.html
|
||||
|
@ -1961,8 +1976,8 @@ lib/libreoffice/help/sv/text/shared/main0650.html
|
|||
lib/libreoffice/help/sv/text/shared/main0800.html
|
||||
lib/libreoffice/help/sv/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/
|
||||
lib/libreoffice/help/sv/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/sv/text/shared/menu/save_image.html
|
||||
|
@ -2043,6 +2058,7 @@ lib/libreoffice/help/sv/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/sv/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2053,6 +2069,7 @@ lib/libreoffice/help/sv/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/sv/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/sv/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2358,6 +2375,7 @@ lib/libreoffice/help/sv/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/sv/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/sv/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/sv/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/sv/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/sv/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/
|
||||
lib/libreoffice/help/sv/text/swriter/01/01120000.html
|
||||
|
@ -2374,7 +2392,6 @@ lib/libreoffice/help/sv/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/sv/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/03070000.html
|
||||
|
@ -2512,9 +2529,8 @@ lib/libreoffice/help/sv/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/sv/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/mailmerge01.html
|
||||
|
@ -2537,11 +2553,17 @@ lib/libreoffice/help/sv/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/sv/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/sv/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/sv/text/swriter/02/
|
||||
lib/libreoffice/help/sv/text/swriter/02/02110000.html
|
||||
|
@ -2620,6 +2642,7 @@ lib/libreoffice/help/sv/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/sv/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/sv/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2760,6 +2783,8 @@ lib/libreoffice/help/sv/text/swriter/main0216.html
|
|||
lib/libreoffice/help/sv/text/swriter/main0220.html
|
||||
lib/libreoffice/help/sv/text/swriter/main0503.html
|
||||
lib/libreoffice/help/sv/text/swriter/menu/
|
||||
lib/libreoffice/help/sv/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/sv/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/sv/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/sv/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/sv/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -238,6 +238,7 @@ lib/libreoffice/help/uk/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -521,6 +522,7 @@ lib/libreoffice/help/uk/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/uk/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/uk/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -732,6 +734,9 @@ lib/libreoffice/help/uk/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/uk/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/format_graphic.html
|
||||
|
@ -802,6 +807,7 @@ lib/libreoffice/help/uk/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/uk/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_switch.html
|
||||
|
@ -820,9 +826,11 @@ lib/libreoffice/help/uk/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/uk/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/solver_options_algo.html
|
||||
|
@ -844,12 +852,8 @@ lib/libreoffice/help/uk/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/uk/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/uk/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/
|
||||
lib/libreoffice/help/uk/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/uk/text/scalc/02/06040000.html
|
||||
|
@ -989,6 +993,8 @@ lib/libreoffice/help/uk/text/scalc/main0210.html
|
|||
lib/libreoffice/help/uk/text/scalc/main0214.html
|
||||
lib/libreoffice/help/uk/text/scalc/main0218.html
|
||||
lib/libreoffice/help/uk/text/scalc/main0503.html
|
||||
lib/libreoffice/help/uk/text/scalc/menu/
|
||||
lib/libreoffice/help/uk/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/uk/text/schart/
|
||||
lib/libreoffice/help/uk/text/schart/00/
|
||||
lib/libreoffice/help/uk/text/schart/00/00000004.html
|
||||
|
@ -1094,6 +1100,7 @@ lib/libreoffice/help/uk/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/uk/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1141,6 +1148,7 @@ lib/libreoffice/help/uk/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/uk/text/sdraw/
|
||||
lib/libreoffice/help/uk/text/sdraw/00/
|
||||
lib/libreoffice/help/uk/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/uk/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/uk/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/uk/text/sdraw/01/
|
||||
lib/libreoffice/help/uk/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1169,7 +1177,6 @@ lib/libreoffice/help/uk/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/uk/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/uk/text/sdraw/guide/main.html
|
||||
|
@ -1180,7 +1187,6 @@ lib/libreoffice/help/uk/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/uk/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/uk/text/sdraw/main0503.html
|
||||
|
@ -1346,8 +1352,11 @@ lib/libreoffice/help/uk/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/uk/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/uk/text/shared/01/05080200.html
|
||||
|
@ -1504,10 +1513,10 @@ lib/libreoffice/help/uk/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/uk/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/uk/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/uk/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/uk/text/shared/01/grid.html
|
||||
lib/libreoffice/help/uk/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/uk/text/shared/01/guides.html
|
||||
lib/libreoffice/help/uk/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/uk/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/uk/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/uk/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/uk/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1528,6 +1537,8 @@ lib/libreoffice/help/uk/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/uk/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/uk/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/uk/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/uk/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/uk/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/uk/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/uk/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/uk/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1538,11 +1549,14 @@ lib/libreoffice/help/uk/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/uk/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/uk/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/uk/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/uk/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/uk/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/uk/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/uk/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/uk/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/uk/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/uk/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/uk/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/uk/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/uk/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/uk/text/shared/01/xformsdataadd.html
|
||||
|
@ -1687,6 +1701,7 @@ lib/libreoffice/help/uk/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/uk/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/uk/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/uk/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/uk/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/uk/text/shared/02/limit.html
|
||||
lib/libreoffice/help/uk/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/uk/text/shared/02/paintbrush.html
|
||||
|
@ -1903,10 +1918,10 @@ lib/libreoffice/help/uk/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/uk/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/uk/text/shared/guide/redlining_accept.html
|
||||
|
@ -1953,8 +1968,8 @@ lib/libreoffice/help/uk/text/shared/main0650.html
|
|||
lib/libreoffice/help/uk/text/shared/main0800.html
|
||||
lib/libreoffice/help/uk/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/
|
||||
lib/libreoffice/help/uk/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/uk/text/shared/menu/save_image.html
|
||||
|
@ -2035,6 +2050,7 @@ lib/libreoffice/help/uk/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/uk/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -2045,6 +2061,7 @@ lib/libreoffice/help/uk/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/uk/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/uk/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2350,6 +2367,7 @@ lib/libreoffice/help/uk/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/uk/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/uk/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/uk/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/uk/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/uk/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/
|
||||
lib/libreoffice/help/uk/text/swriter/01/01120000.html
|
||||
|
@ -2366,7 +2384,6 @@ lib/libreoffice/help/uk/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/uk/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/03070000.html
|
||||
|
@ -2504,9 +2521,8 @@ lib/libreoffice/help/uk/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/uk/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/mailmerge01.html
|
||||
|
@ -2529,11 +2545,17 @@ lib/libreoffice/help/uk/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/uk/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/uk/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/uk/text/swriter/02/
|
||||
lib/libreoffice/help/uk/text/swriter/02/02110000.html
|
||||
|
@ -2612,6 +2634,7 @@ lib/libreoffice/help/uk/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/uk/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/uk/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2752,6 +2775,8 @@ lib/libreoffice/help/uk/text/swriter/main0216.html
|
|||
lib/libreoffice/help/uk/text/swriter/main0220.html
|
||||
lib/libreoffice/help/uk/text/swriter/main0503.html
|
||||
lib/libreoffice/help/uk/text/swriter/menu/
|
||||
lib/libreoffice/help/uk/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/uk/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/uk/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/uk/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/uk/text/swriter/menu/insert_header_footer.html
|
||||
|
|
|
@ -151,6 +151,7 @@ lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_session.html
|
|||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_string.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_textstream.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_timer.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_toc.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_ui.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_unittest.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03/sf_writer.html
|
||||
|
@ -434,6 +435,7 @@ lib/libreoffice/help/en-US/text/sbasic/shared/03150002.html
|
|||
lib/libreoffice/help/en-US/text/sbasic/shared/03160000.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03170000.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03170010.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/03170020.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/05060700.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/CallByName.html
|
||||
lib/libreoffice/help/en-US/text/sbasic/shared/Compiler_options.html
|
||||
|
@ -645,6 +647,9 @@ lib/libreoffice/help/en-US/text/scalc/01/common_func_workdaysintl.html
|
|||
lib/libreoffice/help/en-US/text/scalc/01/data_form.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/data_provider.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/databar_more_options.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/default_number_formats.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/duplicate_sheet.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/events_sheet.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/ex_data_stat_func.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/exponsmooth_embd.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/format_graphic.html
|
||||
|
@ -715,6 +720,7 @@ lib/libreoffice/help/en-US/text/scalc/01/func_roundsig.html
|
|||
lib/libreoffice/help/en-US/text/scalc/01/func_searchb.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_second.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_skewp.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_style.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_sum.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_sumifs.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_switch.html
|
||||
|
@ -733,9 +739,11 @@ lib/libreoffice/help/en-US/text/scalc/01/func_workday.html
|
|||
lib/libreoffice/help/en-US/text/scalc/01/func_workday.intl.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_year.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/func_yearfrac.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/hide_sheet.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/live_data_stream.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/recalculate_hard.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/shared_spreadsheet.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/sheet_tab_color.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/solver.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/solver_options.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/solver_options_algo.html
|
||||
|
@ -757,12 +765,8 @@ lib/libreoffice/help/en-US/text/scalc/01/statistics_test_t.html
|
|||
lib/libreoffice/help/en-US/text/scalc/01/statistics_test_z.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/text2columns.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/xml_source.html
|
||||
lib/libreoffice/help/en-US/text/scalc/01/zoom.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/
|
||||
lib/libreoffice/help/en-US/text/scalc/02/02130000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/02140000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/02150000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/02160000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/02170000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/06010000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/06030000.html
|
||||
lib/libreoffice/help/en-US/text/scalc/02/06040000.html
|
||||
|
@ -902,6 +906,8 @@ lib/libreoffice/help/en-US/text/scalc/main0210.html
|
|||
lib/libreoffice/help/en-US/text/scalc/main0214.html
|
||||
lib/libreoffice/help/en-US/text/scalc/main0218.html
|
||||
lib/libreoffice/help/en-US/text/scalc/main0503.html
|
||||
lib/libreoffice/help/en-US/text/scalc/menu/
|
||||
lib/libreoffice/help/en-US/text/scalc/menu/sheet_tab_menu.html
|
||||
lib/libreoffice/help/en-US/text/schart/
|
||||
lib/libreoffice/help/en-US/text/schart/00/
|
||||
lib/libreoffice/help/en-US/text/schart/00/00000004.html
|
||||
|
@ -1007,6 +1013,7 @@ lib/libreoffice/help/en-US/text/sdatabase/dabawiz02access.html
|
|||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02ado.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02connection.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02dbase.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02firebird.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02jdbc.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02mysql.html
|
||||
lib/libreoffice/help/en-US/text/sdatabase/dabawiz02odbc.html
|
||||
|
@ -1054,6 +1061,7 @@ lib/libreoffice/help/en-US/text/sdatabase/toolbars.html
|
|||
lib/libreoffice/help/en-US/text/sdraw/
|
||||
lib/libreoffice/help/en-US/text/sdraw/00/
|
||||
lib/libreoffice/help/en-US/text/sdraw/00/00000004.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/00/insert_menu.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/00/page_menu.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/01/
|
||||
lib/libreoffice/help/en-US/text/sdraw/01/3dsettings_toolbar.html
|
||||
|
@ -1082,7 +1090,6 @@ lib/libreoffice/help/en-US/text/sdraw/guide/join_objects.html
|
|||
lib/libreoffice/help/en-US/text/sdraw/guide/join_objects3d.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/keyboard.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/layer_move.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/layer_new.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/layer_tipps.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/layers.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/guide/main.html
|
||||
|
@ -1093,7 +1100,6 @@ lib/libreoffice/help/en-US/text/sdraw/main0100.html
|
|||
lib/libreoffice/help/en-US/text/sdraw/main0101.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0103.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0200.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0202.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0210.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0213.html
|
||||
lib/libreoffice/help/en-US/text/sdraw/main0503.html
|
||||
|
@ -1259,8 +1265,11 @@ lib/libreoffice/help/en-US/text/shared/01/05070100.html
|
|||
lib/libreoffice/help/en-US/text/shared/01/05070200.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070300.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070400.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070410.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070500.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070510.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070600.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05070610.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05080000.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05080100.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/05080200.html
|
||||
|
@ -1417,10 +1426,10 @@ lib/libreoffice/help/en-US/text/shared/01/font_features.html
|
|||
lib/libreoffice/help/en-US/text/shared/01/formatting_mark.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/gallery.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/gallery_files.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/grid.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/grid_and_helplines.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/guides.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/image_compression.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/insert_chart.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/mediaplayer.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/menu_edit_find.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/menu_view_sidebar.html
|
||||
|
@ -1441,6 +1450,8 @@ lib/libreoffice/help/en-US/text/shared/01/pastespecialmenu.html
|
|||
lib/libreoffice/help/en-US/text/shared/01/pasteunformatted.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/profile_safe_mode.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/prop_font_embed.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/qrcode.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/quickcolorselector.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/ref_epub_export.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/ref_pdf_export.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/ref_pdf_export_digital_signature.html
|
||||
|
@ -1451,11 +1462,14 @@ lib/libreoffice/help/en-US/text/shared/01/ref_pdf_export_security.html
|
|||
lib/libreoffice/help/en-US/text/shared/01/ref_pdf_export_universal_accessibility.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/ref_pdf_export_user_interface.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/ref_pdf_send_as.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/scrollbars.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/securitywarning.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/select_template_category.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/selectcertificate.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/signexistingpdf.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/signsignatureline.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/timestampauth.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/view_comments.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/webhtml.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/xformsdata.html
|
||||
lib/libreoffice/help/en-US/text/shared/01/xformsdataadd.html
|
||||
|
@ -1600,6 +1614,7 @@ lib/libreoffice/help/en-US/text/shared/02/callouts.html
|
|||
lib/libreoffice/help/en-US/text/shared/02/colortoolbar.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/flowcharts.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/fontwork.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/gridtofront.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/limit.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/namedialog.html
|
||||
lib/libreoffice/help/en-US/text/shared/02/paintbrush.html
|
||||
|
@ -1816,10 +1831,10 @@ lib/libreoffice/help/en-US/text/shared/guide/pageformat_max.html
|
|||
lib/libreoffice/help/en-US/text/shared/guide/paintbrush.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/palette_files.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/pasting.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/pdf_params.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/print_blackwhite.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/print_faster.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/protection.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/qrcode.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/redaction.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/redlining.html
|
||||
lib/libreoffice/help/en-US/text/shared/guide/redlining_accept.html
|
||||
|
@ -1866,8 +1881,8 @@ lib/libreoffice/help/en-US/text/shared/main0650.html
|
|||
lib/libreoffice/help/en-US/text/shared/main0800.html
|
||||
lib/libreoffice/help/en-US/text/shared/mediaplay_toolbar.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/
|
||||
lib/libreoffice/help/en-US/text/shared/menu/comment_menu.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/forms.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/insert_chart.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/insert_form_control.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/insert_shape.html
|
||||
lib/libreoffice/help/en-US/text/shared/menu/save_image.html
|
||||
|
@ -1948,6 +1963,7 @@ lib/libreoffice/help/en-US/text/shared/optionen/expertconfig.html
|
|||
lib/libreoffice/help/en-US/text/shared/optionen/java.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/javaclasspath.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/javaparameters.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/languagetools.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/macrosecurity.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/macrosecurity_sl.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/macrosecurity_ts.html
|
||||
|
@ -1958,6 +1974,7 @@ lib/libreoffice/help/en-US/text/shared/optionen/search_commands.html
|
|||
lib/libreoffice/help/en-US/text/shared/optionen/securityoptionsdialog.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/serverauthentication.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/testaccount.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/translatetools.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/viewcertificate.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/viewcertificate_c.html
|
||||
lib/libreoffice/help/en-US/text/shared/optionen/viewcertificate_d.html
|
||||
|
@ -2263,6 +2280,7 @@ lib/libreoffice/help/en-US/text/swriter/00/00000403.html
|
|||
lib/libreoffice/help/en-US/text/swriter/00/00000404.html
|
||||
lib/libreoffice/help/en-US/text/swriter/00/00000405.html
|
||||
lib/libreoffice/help/en-US/text/swriter/00/00000406.html
|
||||
lib/libreoffice/help/en-US/text/swriter/00/formmenu.html
|
||||
lib/libreoffice/help/en-US/text/swriter/00/stylesmenu.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/
|
||||
lib/libreoffice/help/en-US/text/swriter/01/01120000.html
|
||||
|
@ -2279,7 +2297,6 @@ lib/libreoffice/help/en-US/text/swriter/01/02120100.html
|
|||
lib/libreoffice/help/en-US/text/swriter/01/02130000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/02140000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/02150000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/02160000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/02170000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/03050000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/03070000.html
|
||||
|
@ -2417,9 +2434,8 @@ lib/libreoffice/help/en-US/text/swriter/01/06220000.html
|
|||
lib/libreoffice/help/en-US/text/swriter/01/06990000.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/accessibility_check.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/contentcontrol00.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/contentcontrol01.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/edit_reference_submenu.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/format_object.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/goto.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/legacynumbering.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/mailmerge00.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/mailmerge01.html
|
||||
|
@ -2442,11 +2458,17 @@ lib/libreoffice/help/en-US/text/swriter/01/mm_seladdblo.html
|
|||
lib/libreoffice/help/en-US/text/swriter/01/mm_seladdlis.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/mm_seltab.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/outlinecontent_visibility.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/pagenumbering.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/protectdocument.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/select_text.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/selection_mode.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/show_whitespace.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/spotlight_styles.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/style_inspector.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/title_page.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/translate.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/view_images_charts.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/view_table_bounds.html
|
||||
lib/libreoffice/help/en-US/text/swriter/01/watermark.html
|
||||
lib/libreoffice/help/en-US/text/swriter/02/
|
||||
lib/libreoffice/help/en-US/text/swriter/02/02110000.html
|
||||
|
@ -2525,6 +2547,7 @@ lib/libreoffice/help/en-US/text/swriter/guide/change_header.html
|
|||
lib/libreoffice/help/en-US/text/swriter/guide/chapter_numbering.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/conditional_text.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/conditional_text2.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/contentcontrols.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/delete_from_dict.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/dragdroptext.html
|
||||
lib/libreoffice/help/en-US/text/swriter/guide/even_odd_sdw.html
|
||||
|
@ -2665,6 +2688,8 @@ lib/libreoffice/help/en-US/text/swriter/main0216.html
|
|||
lib/libreoffice/help/en-US/text/swriter/main0220.html
|
||||
lib/libreoffice/help/en-US/text/swriter/main0503.html
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/contentcontrol_submenu.html
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/edit_reference_submenu.html
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/insert_footnote_endnote.html
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/insert_frame.html
|
||||
lib/libreoffice/help/en-US/text/swriter/menu/insert_header_footer.html
|
||||
|
@ -2828,6 +2853,7 @@ lib/libreoffice/help/media/helpimg/scalc/IMCSC_equation.svg
|
|||
lib/libreoffice/help/media/helpimg/scalc/IMSECH_equation.svg
|
||||
lib/libreoffice/help/media/helpimg/scalc/IMSEC_equation.svg
|
||||
lib/libreoffice/help/media/helpimg/scalc/IMTAN_equation.svg
|
||||
lib/libreoffice/help/media/helpimg/scalc/calczoomslider.png
|
||||
lib/libreoffice/help/media/helpimg/scalc/coordinates-to-polar-01.svg
|
||||
lib/libreoffice/help/media/helpimg/sd_PresenterConsole01.png
|
||||
lib/libreoffice/help/media/helpimg/sd_PresenterConsole02.png
|
||||
|
@ -4134,6 +4160,7 @@ lib/libreoffice/help/media/icon-themes/cmd/32/square.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/32/square_rounded.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/square_rounded_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/square_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/stackwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/starshapes.bang.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/starshapes.concave-star6.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/starshapes.doorplate.svg
|
||||
|
@ -4239,6 +4266,7 @@ lib/libreoffice/help/media/icon-themes/cmd/32/viewformasgrid.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/32/viewrowcolumnheaders.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/viewvaluehighlighting.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/vruler.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/watchwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/watermark.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/window3d.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/32/wordcountdialog.svg
|
||||
|
@ -5230,6 +5258,7 @@ lib/libreoffice/help/media/icon-themes/cmd/lc_square.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/lc_square_rounded.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_square_rounded_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_square_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_stackwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_starshapes.bang.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_starshapes.concave-star6.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_starshapes.doorplate.svg
|
||||
|
@ -5333,6 +5362,7 @@ lib/libreoffice/help/media/icon-themes/cmd/lc_viewformasgrid.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/lc_viewrowcolumnheaders.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_viewvaluehighlighting.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_vruler.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_watchwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_watermark.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_window3d.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/lc_wordcountdialog.svg
|
||||
|
@ -6267,6 +6297,7 @@ lib/libreoffice/help/media/icon-themes/cmd/sc_square.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/sc_square_rounded.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_square_rounded_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_square_unfilled.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_stackwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_starshapes.bang.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_starshapes.concave-star6.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_starshapes.doorplate.svg
|
||||
|
@ -6371,6 +6402,7 @@ lib/libreoffice/help/media/icon-themes/cmd/sc_viewrowcolumnheaders.svg
|
|||
lib/libreoffice/help/media/icon-themes/cmd/sc_viewvaluehighlighting.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_vruler.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_warningcellstyles.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_watchwindow.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_watermark.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_window3d.svg
|
||||
lib/libreoffice/help/media/icon-themes/cmd/sc_wordcountdialog.svg
|
||||
|
@ -6581,6 +6613,8 @@ lib/libreoffice/help/media/icon-themes/res/ott_96_8.svg
|
|||
lib/libreoffice/help/media/icon-themes/res/plus.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/printeradmin_16.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/printeradmin_32.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/recentdoc_pin.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/recentdoc_pin_highlighted.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/recentdoc_remove.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/recentdoc_remove_highlighted.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/savemodified_extralarge.svg
|
||||
|
@ -6612,6 +6646,11 @@ lib/libreoffice/help/media/icon-themes/res/tb03.svg
|
|||
lib/libreoffice/help/media/icon-themes/res/tb04.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tb05.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/templatestar.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tipoftheday.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tipoftheday_c.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tipoftheday_d.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tipoftheday_i.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/tipoftheday_w.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/versionwarning.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/writer128.svg
|
||||
lib/libreoffice/help/media/icon-themes/res/writer32.svg
|
||||
|
@ -6812,6 +6851,8 @@ lib/libreoffice/help/media/icon-themes/sd/res/layout_textonly.svg
|
|||
lib/libreoffice/help/media/icon-themes/sd/res/layout_vertical01.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/layout_vertical02.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/minimize_presi_80.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/nextslide.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/nextslide_mouseover.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/nv08.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/object.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/objects.svg
|
||||
|
@ -6944,6 +6985,8 @@ lib/libreoffice/help/media/icon-themes/sd/res/presenterscreen-ScrollbarThumbTopS
|
|||
lib/libreoffice/help/media/icon-themes/sd/res/presenterscreen-Separator.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/presenterscreen-Transition.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/presenterscreen-ViewBackground.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/prevslide.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/prevslide_mouseover.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/pubdes.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/pubdes2.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/pubdes3.svg
|
||||
|
@ -6953,6 +6996,8 @@ lib/libreoffice/help/media/icon-themes/sd/res/slide_sorter_focus_border.svg
|
|||
lib/libreoffice/help/media/icon-themes/sd/res/slide_sorter_hide_slide_overlay.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/slide_sorter_insert_shadow.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/slide_sorter_shadow.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/slideshowmenu.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/slideshowmenu_mouseover.svg
|
||||
lib/libreoffice/help/media/icon-themes/sd/res/table.svg
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/res/
|
||||
|
@ -6977,6 +7022,7 @@ lib/libreoffice/help/media/icon-themes/sfx2/res/signet.svg
|
|||
lib/libreoffice/help/media/icon-themes/sfx2/res/symphony/
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/res/symphony/morebutton.svg
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/res/symphony/open_more.svg
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/res/symphony/sidebar-a11y-large.svg
|
||||
lib/libreoffice/help/media/icon-themes/sfx2/res/vendor01.svg
|
||||
lib/libreoffice/help/media/icon-themes/starmath/
|
||||
lib/libreoffice/help/media/icon-themes/starmath/res/
|
||||
|
@ -7211,9 +7257,9 @@ lib/libreoffice/help/media/icon-themes/svx/res/
|
|||
lib/libreoffice/help/media/icon-themes/svx/res/3dgeo.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/a11y_check_issues_found.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/a11y_check_issues_not_found.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/adding-selection_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/adding-selection.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/blend3d.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/block-selection_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/block-selection.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/border_cell_all_32.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/border_cell_diag_32.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/border_cell_l_32.svg
|
||||
|
@ -7234,10 +7280,10 @@ lib/libreoffice/help/media/icon-themes/svx/res/directionsouthwest_22.svg
|
|||
lib/libreoffice/help/media/icon-themes/svx/res/directionstraight_22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/directionwest_22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doc_modified_feedback.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doc_modified_no_14.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doc_modified_yes_14.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doc_modified_no.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doc_modified_yes.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/doublesi.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/extending-selection_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/extending-selection.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/extrusion05inch_16.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/extrusion0inch_16.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/extrusion1inch_16.svg
|
||||
|
@ -7493,7 +7539,7 @@ lib/libreoffice/help/media/icon-themes/svx/res/slidezoombutton_10.svg
|
|||
lib/libreoffice/help/media/icon-themes/svx/res/slidezoomin_10.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/slidezoomout_10.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/sphere3d.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/standard-selection_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/standard-selection.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/symphony/
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/symphony/ColorModeNormal_16x16.svg
|
||||
lib/libreoffice/help/media/icon-themes/svx/res/symphony/ColorModeWaterMark_16x16.svg
|
||||
|
@ -7561,10 +7607,10 @@ lib/libreoffice/help/media/icon-themes/svx/res/zetlver2.svg
|
|||
lib/libreoffice/help/media/icon-themes/svx/res/zoom_page_statusbar.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/doublepage_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/doublepage_a_10x22.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/emptypage_10x14.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/emptypage_a_10x14.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/doublepage.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/doublepage_a.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/emptypage.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/emptypage_a.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/envhc_l.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/envhc_u.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/envhl_l.svg
|
||||
|
@ -7645,8 +7691,8 @@ lib/libreoffice/help/media/icon-themes/sw/res/sidebar/pageproppanel/portraitcopy
|
|||
lib/libreoffice/help/media/icon-themes/sw/res/sr20012.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/sr20018.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/sr20019.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/twopages_10x24.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/twopages_a_10x24.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/twopages.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/twopages_a.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/wr01.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/wr010.svg
|
||||
lib/libreoffice/help/media/icon-themes/sw/res/wr011.svg
|
||||
|
@ -8018,7 +8064,6 @@ lib/libreoffice/program/intro.png
|
|||
@so lib/libreoffice/program/libLanguageToollo.so
|
||||
@so lib/libreoffice/program/libOGLTranslo.so
|
||||
@so lib/libreoffice/program/libPresentationMinimizerlo.so
|
||||
@so lib/libreoffice/program/libPresenterScreenlo.so
|
||||
@so lib/libreoffice/program/libabplo.so
|
||||
@so lib/libreoffice/program/libacclo.so
|
||||
@so lib/libreoffice/program/libaffine_uno_uno.so
|
||||
|
@ -8053,7 +8098,6 @@ lib/libreoffice/program/intro.png
|
|||
@so lib/libreoffice/program/libembobj.so
|
||||
@so lib/libreoffice/program/libemboleobj.so
|
||||
@lib lib/libreoffice/program/libetonyek-0.1-lo.so.${LIBetonyek-0.1-lo_VERSION}
|
||||
@so lib/libreoffice/program/libexpwraplo.so
|
||||
@so lib/libreoffice/program/libfilelo.so
|
||||
@so lib/libreoffice/program/libflatlo.so
|
||||
@so lib/libreoffice/program/libgcc3_uno.so
|
||||
|
@ -8095,8 +8139,8 @@ lib/libreoffice/program/intro.png
|
|||
@so lib/libreoffice/program/libodbclo.so
|
||||
@lib lib/libreoffice/program/libodfgen-0.1-lo.so.${LIBodfgen-0.1-lo_VERSION}
|
||||
@so lib/libreoffice/program/libooxlo.so
|
||||
@lib lib/libreoffice/program/liborcus-0.17.so.${LIBorcus-0.17_VERSION}
|
||||
@lib lib/libreoffice/program/liborcus-parser-0.17.so.${LIBorcus-parser-0.17_VERSION}
|
||||
@lib lib/libreoffice/program/liborcus-0.18.so.${LIBorcus-0.18_VERSION}
|
||||
@lib lib/libreoffice/program/liborcus-parser-0.18.so.${LIBorcus-parser-0.18_VERSION}
|
||||
@so lib/libreoffice/program/libpcrlo.so
|
||||
@so lib/libreoffice/program/libpdffilterlo.so
|
||||
@so lib/libreoffice/program/libpdfimportlo.so
|
||||
|
@ -8516,6 +8560,7 @@ lib/libreoffice/share/basic/SFDialogs/
|
|||
lib/libreoffice/share/basic/SFDialogs/SF_Dialog.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/SF_DialogControl.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/SF_DialogListener.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/SF_DialogUtils.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/SF_Register.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/__License.xba
|
||||
lib/libreoffice/share/basic/SFDialogs/dialog.xlb
|
||||
|
@ -8528,6 +8573,7 @@ lib/libreoffice/share/basic/SFDocuments/SF_Document.xba
|
|||
lib/libreoffice/share/basic/SFDocuments/SF_DocumentListener.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/SF_Form.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/SF_FormControl.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/SF_FormDocument.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/SF_Register.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/SF_Writer.xba
|
||||
lib/libreoffice/share/basic/SFDocuments/__License.xba
|
||||
|
@ -8544,6 +8590,8 @@ lib/libreoffice/share/basic/SFWidgets/SF_Menu.xba
|
|||
lib/libreoffice/share/basic/SFWidgets/SF_MenuListener.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/SF_PopupMenu.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/SF_Register.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/SF_Toolbar.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/SF_ToolbarButton.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/__License.xba
|
||||
lib/libreoffice/share/basic/SFWidgets/dialog.xlb
|
||||
lib/libreoffice/share/basic/SFWidgets/script.xlb
|
||||
|
@ -8908,6 +8956,7 @@ lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/namematchingpage.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/odbcpage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/parametersdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/password.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/postgrespage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/querycolmenu.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/queryfilterdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/queryfuncmenu.ui
|
||||
|
@ -9242,8 +9291,8 @@ lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deletecontents.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/deleterowentry.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/descriptivestatisticsdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/doubledialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/drawtemplatedialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dropmenu.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/erroralerttabpage-mobile.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/erroralerttabpage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/exponentialsmoothingdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/externaldata.ui
|
||||
|
@ -9378,7 +9427,6 @@ lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/ttestdialog.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/ungroupdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/validationcriteriapage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/validationdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/validationhelptabpage-mobile.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/validationhelptabpage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/warnautocorrect.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/xmlsourcedialog.ui
|
||||
|
@ -10074,6 +10122,7 @@ lib/libreoffice/share/config/soffice.cfg/modules/swriter/toolbar/textstylebar.xm
|
|||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/toolbar/toolbar.xml
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/toolbar/viewerbar.xml
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/a11ycheckissuespanel.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/abstractdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/addentrydialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/addressblockdialog.ui
|
||||
|
@ -10227,6 +10276,7 @@ lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pagefooterpanel.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pageformatpanel.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pageheaderpanel.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pagemargincontrol.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pagenumberdlg.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pageorientationcontrol.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pagesizecontrol.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/pagestylemenu.ui
|
||||
|
@ -10295,6 +10345,7 @@ lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/unfloatbutton.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/viewoptionspage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/warndatasourcedialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/warnemaildialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/warnhiddensectiondialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/watermarkdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/wordcount-mobile.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/wordcount.ui
|
||||
|
@ -10470,7 +10521,6 @@ lib/libreoffice/share/config/soffice.cfg/svx/
|
|||
lib/libreoffice/share/config/soffice.cfg/svx/ui/
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/absrecbox.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/acceptrejectchangesdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/accessibilitycheckdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/accessibilitycheckentry.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/addconditiondialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/adddataitemdialog.ui
|
||||
|
@ -10600,6 +10650,8 @@ lib/libreoffice/share/config/soffice.cfg/svx/ui/textcharacterspacingcontrol.ui
|
|||
lib/libreoffice/share/config/soffice.cfg/svx/ui/textcontrolchardialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/textcontrolparadialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/textunderlinecontrol.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/themecoloreditdialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/themedialog.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/toolbarpopover.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/xformspage.ui
|
||||
lib/libreoffice/share/config/soffice.cfg/svx/ui/xmlsecstatmenu.ui
|
||||
|
@ -11119,18 +11171,6 @@ lib/libreoffice/share/fonts/truetype/Rubik-Italic.ttf
|
|||
lib/libreoffice/share/fonts/truetype/Rubik-Regular.ttf
|
||||
lib/libreoffice/share/fonts/truetype/Scheherazade-Bold.ttf
|
||||
lib/libreoffice/share/fonts/truetype/Scheherazade-Regular.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-Black.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-BlackIt.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-Bold.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-BoldIt.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-ExtraLight.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-ExtraLightIt.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-It.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-Light.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-LightIt.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-Regular.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-Semibold.ttf
|
||||
lib/libreoffice/share/fonts/truetype/SourceSansPro-SemiboldIt.ttf
|
||||
lib/libreoffice/share/fonts/truetype/fc_local.conf
|
||||
lib/libreoffice/share/fonts/truetype/opens___.ttf
|
||||
lib/libreoffice/share/gallery/
|
||||
|
@ -11675,11 +11715,6 @@ lib/libreoffice/share/tipoftheday/printnote.png
|
|||
lib/libreoffice/share/tipoftheday/remove_hyperlink.png
|
||||
lib/libreoffice/share/tipoftheday/statusbar.png
|
||||
lib/libreoffice/share/tipoftheday/sum_sheets.png
|
||||
lib/libreoffice/share/tipoftheday/tipoftheday.png
|
||||
lib/libreoffice/share/tipoftheday/tipoftheday_c.png
|
||||
lib/libreoffice/share/tipoftheday/tipoftheday_d.png
|
||||
lib/libreoffice/share/tipoftheday/tipoftheday_i.png
|
||||
lib/libreoffice/share/tipoftheday/tipoftheday_w.png
|
||||
lib/libreoffice/share/tipoftheday/toolbarmode.png
|
||||
lib/libreoffice/share/toolbarmode/
|
||||
lib/libreoffice/share/toolbarmode/default.png
|
||||
|
|
|
@ -69,6 +69,7 @@ post-patch:
|
|||
${WRKSRC}/src/main.cpp \
|
||||
${WRKSRC}/src/flexbuffer_cache.* \
|
||||
${WRKSRC}/src/flexbuffer_json-inl.h \
|
||||
${WRKSRC}/src/flexbuffer_json.h \
|
||||
${WRKSRC}/pch/main-pch.hpp
|
||||
|
||||
post-configure:
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
remove reference to header file that is Linux-specific
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h
|
||||
@@ -25,7 +25,6 @@ restrictions:
|
||||
|
||||
#include "linux/LinuxPrereqs.h"
|
||||
#include "OISForceFeedback.h"
|
||||
-#include <linux/input.h>
|
||||
|
||||
namespace OIS
|
||||
{
|
|
@ -0,0 +1,226 @@
|
|||
stub all functions
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp
|
||||
@@ -46,6 +46,7 @@ LinuxForceFeedback::LinuxForceFeedback(int deviceID) :
|
||||
//--------------------------------------------------------------//
|
||||
LinuxForceFeedback::~LinuxForceFeedback()
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
// Unload all effects.
|
||||
for(EffectList::iterator i = mEffectList.begin(); i != mEffectList.end(); ++i )
|
||||
{
|
||||
@@ -55,12 +56,16 @@ LinuxForceFeedback::~LinuxForceFeedback()
|
||||
}
|
||||
|
||||
mEffectList.clear();
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
unsigned short LinuxForceFeedback::getFFMemoryLoad()
|
||||
{
|
||||
int nEffects = -1;
|
||||
+#ifdef __OpenBSD__
|
||||
+ return nEffects;
|
||||
+#else
|
||||
if (ioctl(mJoyStick, EVIOCGEFFECTS, &nEffects) == -1)
|
||||
OIS_EXCEPT(E_General, "Unknown error reading max number of uploaded effects.");
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 1)
|
||||
@@ -69,11 +74,13 @@ unsigned short LinuxForceFeedback::getFFMemoryLoad()
|
||||
#endif
|
||||
|
||||
return (unsigned short int)(nEffects > 0 ? 100.0*mEffectList.size()/nEffects : 100);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::setMasterGain(float value)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if (!mSetGainSupport)
|
||||
{
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 0)
|
||||
@@ -102,11 +109,13 @@ void LinuxForceFeedback::setMasterGain(float value)
|
||||
if (write(mJoyStick, &event, sizeof(event)) != sizeof(event)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error changing master gain.");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::setAutoCenterMode(bool enabled)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if (!mSetAutoCenterSupport)
|
||||
{
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 0)
|
||||
@@ -131,11 +140,13 @@ void LinuxForceFeedback::setAutoCenterMode(bool enable
|
||||
if (write(mJoyStick, &event, sizeof(event)) != sizeof(event)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error toggling auto-center.");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::upload( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
switch( effect->force )
|
||||
{
|
||||
case OIS::Effect::ConstantForce:
|
||||
@@ -157,17 +168,21 @@ void LinuxForceFeedback::upload( const Effect* effect
|
||||
OIS_EXCEPT(E_NotImplemented, "Requested force not implemented yet, sorry!");
|
||||
break;
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::modify( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
upload(effect);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::remove( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
//Get the effect - if it exists
|
||||
EffectList::iterator i = mEffectList.find(effect->_handle);
|
||||
if( i != mEffectList.end() )
|
||||
@@ -186,6 +201,7 @@ void LinuxForceFeedback::remove( const Effect* effect
|
||||
else
|
||||
mEffectList.erase(i);
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
@@ -224,6 +240,7 @@ void LinuxForceFeedback::_setCommonProperties(struct f
|
||||
struct ff_envelope *ffenvelope,
|
||||
const Effect* effect, const Envelope *envelope )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
memset(event, 0, sizeof(struct ff_effect));
|
||||
|
||||
if (envelope && ffenvelope && envelope->isUsed()) {
|
||||
@@ -278,11 +295,13 @@ void LinuxForceFeedback::_setCommonProperties(struct f
|
||||
<< " Delay : " << effect->replay_delay
|
||||
<< " => " << event->replay.delay << endl;
|
||||
#endif
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateConstantEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
ConstantEffect *effect = static_cast<ConstantEffect*>(eff->getForceEffect());
|
||||
@@ -300,11 +319,13 @@ void LinuxForceFeedback::_updateConstantEffect( const
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateRampEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
RampEffect *effect = static_cast<RampEffect*>(eff->getForceEffect());
|
||||
@@ -325,11 +346,13 @@ void LinuxForceFeedback::_updateRampEffect( const Effe
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updatePeriodicEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
PeriodicEffect *effect = static_cast<PeriodicEffect*>(eff->getForceEffect());
|
||||
@@ -386,11 +409,13 @@ void LinuxForceFeedback::_updatePeriodicEffect( const
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateConditionalEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
ConditionalEffect *effect = static_cast<ConditionalEffect*>(eff->getForceEffect());
|
||||
@@ -445,11 +470,13 @@ void LinuxForceFeedback::_updateConditionalEffect( con
|
||||
cout << " Condition[1] : Not implemented" << endl;
|
||||
#endif
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_upload( struct ff_effect* ffeffect, const Effect* effect)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect *linEffect = 0;
|
||||
|
||||
//Get the effect - if it exists
|
||||
@@ -507,10 +534,12 @@ void LinuxForceFeedback::_upload( struct ff_effect* ff
|
||||
cout << "LinuxForceFeedback("<< mJoyStick
|
||||
<< ") : Effect handle : " << effect->_handle << endl;
|
||||
#endif
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_stop( int handle) {
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct input_event stop;
|
||||
|
||||
stop.type = EV_FF;
|
||||
@@ -525,10 +554,12 @@ void LinuxForceFeedback::_stop( int handle) {
|
||||
if (write(mJoyStick, &stop, sizeof(stop)) != sizeof(stop)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error stopping effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_start( int handle) {
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct input_event play;
|
||||
|
||||
play.type = EV_FF;
|
||||
@@ -543,11 +574,13 @@ void LinuxForceFeedback::_start( int handle) {
|
||||
if (write(mJoyStick, &play, sizeof(play)) != sizeof(play)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error playing effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_unload( int handle)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 1)
|
||||
cout << endl << "LinuxForceFeedback("<< mJoyStick
|
||||
<< ") : Removing effect with handle " << handle << endl;
|
||||
@@ -556,4 +589,5 @@ void LinuxForceFeedback::_unload( int handle)
|
||||
if (ioctl(mJoyStick, EVIOCRMFF, handle) == -1) {
|
||||
OIS_EXCEPT(E_General, "Unknown error removing effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
remove linux' input.h
|
||||
stub functions
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp
|
||||
@@ -32,7 +32,6 @@ restrictions:
|
||||
|
||||
#include <fcntl.h> //Needed to Open a file descriptor
|
||||
#include <cassert>
|
||||
-#include <linux/input.h>
|
||||
|
||||
|
||||
#include <sstream>
|
||||
@@ -86,6 +85,7 @@ void LinuxJoyStick::_initialize()
|
||||
//-------------------------------------------------------------------//
|
||||
void LinuxJoyStick::capture()
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
static const short POV_MASK[8] = {0,0,1,1,2,2,3,3};
|
||||
|
||||
//Used to determine if an axis has been changed and needs an event
|
||||
@@ -209,16 +209,19 @@ void LinuxJoyStick::capture()
|
||||
if( mListener->axisMoved( JoyStickEvent(this,mState), i) == false )
|
||||
return;
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
void LinuxJoyStick::setBuffered(bool buffered)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if( buffered != mBuffered )
|
||||
{
|
||||
mBuffered = buffered;
|
||||
_initialize();
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------//
|
|
@ -0,0 +1,13 @@
|
|||
remove reference to header file that is Linux-specific
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/LinuxForceFeedback.h
|
||||
@@ -25,7 +25,6 @@ restrictions:
|
||||
|
||||
#include "linux/LinuxPrereqs.h"
|
||||
#include "OISForceFeedback.h"
|
||||
-#include <linux/input.h>
|
||||
|
||||
namespace OIS
|
||||
{
|
|
@ -0,0 +1,226 @@
|
|||
stub all functions
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxForceFeedback.cpp
|
||||
@@ -46,6 +46,7 @@ LinuxForceFeedback::LinuxForceFeedback(int deviceID) :
|
||||
//--------------------------------------------------------------//
|
||||
LinuxForceFeedback::~LinuxForceFeedback()
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
// Unload all effects.
|
||||
for(EffectList::iterator i = mEffectList.begin(); i != mEffectList.end(); ++i )
|
||||
{
|
||||
@@ -55,12 +56,16 @@ LinuxForceFeedback::~LinuxForceFeedback()
|
||||
}
|
||||
|
||||
mEffectList.clear();
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
unsigned short LinuxForceFeedback::getFFMemoryLoad()
|
||||
{
|
||||
int nEffects = -1;
|
||||
+#ifdef __OpenBSD__
|
||||
+ return nEffects;
|
||||
+#else
|
||||
if (ioctl(mJoyStick, EVIOCGEFFECTS, &nEffects) == -1)
|
||||
OIS_EXCEPT(E_General, "Unknown error reading max number of uploaded effects.");
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 1)
|
||||
@@ -69,11 +74,13 @@ unsigned short LinuxForceFeedback::getFFMemoryLoad()
|
||||
#endif
|
||||
|
||||
return (unsigned short int)(nEffects > 0 ? 100.0*mEffectList.size()/nEffects : 100);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::setMasterGain(float value)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if (!mSetGainSupport)
|
||||
{
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 0)
|
||||
@@ -102,11 +109,13 @@ void LinuxForceFeedback::setMasterGain(float value)
|
||||
if (write(mJoyStick, &event, sizeof(event)) != sizeof(event)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error changing master gain.");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::setAutoCenterMode(bool enabled)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if (!mSetAutoCenterSupport)
|
||||
{
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 0)
|
||||
@@ -131,11 +140,13 @@ void LinuxForceFeedback::setAutoCenterMode(bool enable
|
||||
if (write(mJoyStick, &event, sizeof(event)) != sizeof(event)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error toggling auto-center.");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::upload( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
switch( effect->force )
|
||||
{
|
||||
case OIS::Effect::ConstantForce:
|
||||
@@ -157,17 +168,21 @@ void LinuxForceFeedback::upload( const Effect* effect
|
||||
OIS_EXCEPT(E_NotImplemented, "Requested force not implemented yet, sorry!");
|
||||
break;
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::modify( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
upload(effect);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::remove( const Effect* effect )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
//Get the effect - if it exists
|
||||
EffectList::iterator i = mEffectList.find(effect->_handle);
|
||||
if( i != mEffectList.end() )
|
||||
@@ -186,6 +201,7 @@ void LinuxForceFeedback::remove( const Effect* effect
|
||||
else
|
||||
mEffectList.erase(i);
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
@@ -224,6 +240,7 @@ void LinuxForceFeedback::_setCommonProperties(struct f
|
||||
struct ff_envelope *ffenvelope,
|
||||
const Effect* effect, const Envelope *envelope )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
memset(event, 0, sizeof(struct ff_effect));
|
||||
|
||||
if (envelope && ffenvelope && envelope->isUsed()) {
|
||||
@@ -278,11 +295,13 @@ void LinuxForceFeedback::_setCommonProperties(struct f
|
||||
<< " Delay : " << effect->replay_delay
|
||||
<< " => " << event->replay.delay << endl;
|
||||
#endif
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateConstantEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
ConstantEffect *effect = static_cast<ConstantEffect*>(eff->getForceEffect());
|
||||
@@ -300,11 +319,13 @@ void LinuxForceFeedback::_updateConstantEffect( const
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateRampEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
RampEffect *effect = static_cast<RampEffect*>(eff->getForceEffect());
|
||||
@@ -325,11 +346,13 @@ void LinuxForceFeedback::_updateRampEffect( const Effe
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updatePeriodicEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
PeriodicEffect *effect = static_cast<PeriodicEffect*>(eff->getForceEffect());
|
||||
@@ -386,11 +409,13 @@ void LinuxForceFeedback::_updatePeriodicEffect( const
|
||||
#endif
|
||||
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_updateConditionalEffect( const Effect* eff )
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect event;
|
||||
|
||||
ConditionalEffect *effect = static_cast<ConditionalEffect*>(eff->getForceEffect());
|
||||
@@ -445,11 +470,13 @@ void LinuxForceFeedback::_updateConditionalEffect( con
|
||||
cout << " Condition[1] : Not implemented" << endl;
|
||||
#endif
|
||||
_upload(&event, eff);
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_upload( struct ff_effect* ffeffect, const Effect* effect)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct ff_effect *linEffect = 0;
|
||||
|
||||
//Get the effect - if it exists
|
||||
@@ -507,10 +534,12 @@ void LinuxForceFeedback::_upload( struct ff_effect* ff
|
||||
cout << "LinuxForceFeedback("<< mJoyStick
|
||||
<< ") : Effect handle : " << effect->_handle << endl;
|
||||
#endif
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_stop( int handle) {
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct input_event stop;
|
||||
|
||||
stop.type = EV_FF;
|
||||
@@ -525,10 +554,12 @@ void LinuxForceFeedback::_stop( int handle) {
|
||||
if (write(mJoyStick, &stop, sizeof(stop)) != sizeof(stop)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error stopping effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_start( int handle) {
|
||||
+#if !defined(__OpenBSD__)
|
||||
struct input_event play;
|
||||
|
||||
play.type = EV_FF;
|
||||
@@ -543,11 +574,13 @@ void LinuxForceFeedback::_start( int handle) {
|
||||
if (write(mJoyStick, &play, sizeof(play)) != sizeof(play)) {
|
||||
OIS_EXCEPT(E_General, "Unknown error playing effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------//
|
||||
void LinuxForceFeedback::_unload( int handle)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
#if (OIS_LINUX_JOYFF_DEBUG > 1)
|
||||
cout << endl << "LinuxForceFeedback("<< mJoyStick
|
||||
<< ") : Removing effect with handle " << handle << endl;
|
||||
@@ -556,4 +589,5 @@ void LinuxForceFeedback::_unload( int handle)
|
||||
if (ioctl(mJoyStick, EVIOCRMFF, handle) == -1) {
|
||||
OIS_EXCEPT(E_General, "Unknown error removing effect->..");
|
||||
}
|
||||
+#endif
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
remove linux' input.h
|
||||
stub functions
|
||||
|
||||
Index: extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp
|
||||
--- extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp.orig
|
||||
+++ extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/LinuxJoyStickEvents.cpp
|
||||
@@ -32,7 +32,6 @@ restrictions:
|
||||
|
||||
#include <fcntl.h> //Needed to Open a file descriptor
|
||||
#include <cassert>
|
||||
-#include <linux/input.h>
|
||||
|
||||
|
||||
#include <sstream>
|
||||
@@ -86,6 +85,7 @@ void LinuxJoyStick::_initialize()
|
||||
//-------------------------------------------------------------------//
|
||||
void LinuxJoyStick::capture()
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
static const short POV_MASK[8] = {0,0,1,1,2,2,3,3};
|
||||
|
||||
//Used to determine if an axis has been changed and needs an event
|
||||
@@ -209,16 +209,19 @@ void LinuxJoyStick::capture()
|
||||
if( mListener->axisMoved( JoyStickEvent(this,mState), i) == false )
|
||||
return;
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
void LinuxJoyStick::setBuffered(bool buffered)
|
||||
{
|
||||
+#if !defined(__OpenBSD__)
|
||||
if( buffered != mBuffered )
|
||||
{
|
||||
mBuffered = buffered;
|
||||
_initialize();
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------//
|
|
@ -0,0 +1,12 @@
|
|||
Index: PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
|
||||
--- PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h.orig
|
||||
+++ PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
|
||||
@@ -50,7 +50,7 @@
|
||||
#define ftello64 ftell
|
||||
#define fseeko64 fseek
|
||||
#else
|
||||
-#ifdef __FreeBSD__
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#define fopen64 fopen
|
||||
#define ftello64 ftello
|
||||
#define fseeko64 fseeko
|
|
@ -128,12 +128,11 @@ pre-build:
|
|||
# https://hex.pm.
|
||||
MASTER_SITE_HEX = https://repo.hex.pm/tarballs/
|
||||
|
||||
MODERL_MASTER_SITEN = 9
|
||||
MASTER_SITES${MODERL_MASTER_SITEN} ?= ${MASTER_SITE_HEX}
|
||||
MASTER_SITES.erl ?= ${MASTER_SITE_HEX}
|
||||
MODERL_DIST_SUBDIR ?= hex_modules
|
||||
|
||||
. for _m _v in ${MODERL_MODULES}
|
||||
MODERL_DISTFILES += ${MODERL_DIST_SUBDIR}/{}${_m}-${_v}.tar:${MODERL_MASTER_SITEN}
|
||||
MODERL_DISTFILES += ${MODERL_DIST_SUBDIR}/{}${_m}-${_v}.tar
|
||||
. endfor
|
||||
|
||||
. if ! empty(MODERL_MODULES)
|
||||
|
@ -149,7 +148,7 @@ MODERLANG_post-extract += ${MODERL_SETUP_WORKSPACE}
|
|||
. endif
|
||||
|
||||
. if defined(MODERL_DISTFILES)
|
||||
DISTFILES += ${MODERL_DISTFILES}
|
||||
DISTFILES.erl += ${MODERL_DISTFILES}
|
||||
. endif
|
||||
|
||||
# Regression test handling:
|
||||
|
|
|
@ -10,8 +10,7 @@ MODGO_DIST_SUBDIR ?= go_modules
|
|||
|
||||
MASTER_SITE_ATHENS = https://proxy.golang.org/
|
||||
|
||||
MODGO_MASTER_SITESN = 9
|
||||
MASTER_SITES${MODGO_MASTER_SITESN} ?= ${MASTER_SITE_ATHENS}
|
||||
MASTER_SITES.go ?= ${MASTER_SITE_ATHENS}
|
||||
|
||||
MODGO_RUN_DEPENDS = lang/go
|
||||
MODGO_BUILD_DEPENDS = lang/go
|
||||
|
@ -79,13 +78,15 @@ DISTFILES += ${DISTNAME_ESC}{${MODGO_VERSION}}${EXTRACT_SUFX}
|
|||
EXTRACT_ONLY += ${DISTNAME_ESC}${EXTRACT_SUFX}
|
||||
MASTER_SITES ?= ${MASTER_SITE_ATHENS}${MODGO_MODNAME_ESC}/@v/
|
||||
. for _modpath _modver in ${MODGO_MODULES}
|
||||
DISTFILES += ${MODGO_DIST_SUBDIR}/{}${_modpath}/@v/${_modver}.zip:${MODGO_MASTER_SITESN}
|
||||
_MODGO_SETUP_ZIP += ${_modpath}/@v/${_modver}
|
||||
DISTFILES.go += ${MODGO_DIST_SUBDIR}/{}${_modpath}/@v/${_modver}.zip
|
||||
DISTFILES.go += ${MODGO_DIST_SUBDIR}/{}${_modpath}/@v/${_modver}.mod
|
||||
_MODGO_SETUP += ${_modpath}/@v/${_modver}.{zip,mod}
|
||||
. endfor
|
||||
. for _modpath _modver in ${MODGO_MODFILES} ${MODGO_MODULES}
|
||||
DISTFILES += ${MODGO_DIST_SUBDIR}/{}${_modpath}/@v/${_modver}.mod:${MODGO_MASTER_SITESN}
|
||||
_MODGO_SETUP_MOD += ${_modpath}/@v/${_modver}
|
||||
. for _modpath _modver in ${MODGO_MODFILES}
|
||||
DISTFILES.go += ${MODGO_DIST_SUBDIR}/{}${_modpath}/@v/${_modver}.mod
|
||||
_MODGO_SETUP += ${_modpath}/@v/${_modver}.mod
|
||||
. endfor
|
||||
|
||||
MAKE_ENV += GOPROXY=file://${WRKDIR}/go_modules
|
||||
MODGO_GO111MODULE ?= on
|
||||
MAKE_ENV += GO111MODULE=${MODGO_GO111MODULE} GOPATH="${MODGO_GOPATH}"
|
||||
|
@ -123,11 +124,9 @@ MODGO_SETUP_WORKSPACE = mkdir -p ${WRKSRC:H}; mv ${MODGO_SUBDIR} ${WRKSRC};
|
|||
.else
|
||||
WRKSRC ?= ${WRKDIR}/${MODGO_MODNAME}@${MODGO_VERSION}
|
||||
MODGO_SETUP_WORKSPACE = ln -sf ${WRKSRC} ${WRKDIR}/${MODGO_MODNAME}; \
|
||||
for m in ${_MODGO_SETUP_ZIP}; do \
|
||||
${INSTALL} -D ${DISTDIR}/${MODGO_DIST_SUBDIR}/$$m.zip ${WRKDIR}/${MODGO_DIST_SUBDIR}/$$m.zip; \
|
||||
done; \
|
||||
for m in ${_MODGO_SETUP_MOD}; do \
|
||||
${INSTALL} -D ${DISTDIR}/${MODGO_DIST_SUBDIR}/$$m.mod ${WRKDIR}/${MODGO_DIST_SUBDIR}/$$m.mod; \
|
||||
cd ${DISTDIR}/${MODGO_DIST_SUBDIR}; \
|
||||
for m in ${_MODGO_SETUP}; do \
|
||||
${INSTALL} -D $$m ${WRKDIR}/${MODGO_DIST_SUBDIR}/$$m; \
|
||||
done
|
||||
.endif
|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
add MONO_FORCE_COMPAT env var for backwards compatibility with some
|
||||
routines that were abandoned with the update to mono 5 upstream
|
||||
This may lead to undefined behavior and should only be used in
|
||||
well-defined cases.
|
||||
|
||||
Index: external/corert/src/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs
|
||||
--- external/corert/src/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs.orig
|
||||
+++ external/corert/src/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs
|
||||
@@ -41,7 +41,8 @@ namespace System.Collections.Generic
|
||||
|
||||
internal static void ThrowOrIgnoreBadComparer(object comparer)
|
||||
{
|
||||
- throw new ArgumentException(SR.Format(SR.Arg_BogusIComparer, comparer));
|
||||
+ if (Environment.GetEnvironmentVariable ("MONO_FORCE_COMPAT") == null)
|
||||
+ throw new ArgumentException(SR.Format(SR.Arg_BogusIComparer, comparer));
|
||||
}
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@ COMMENT= auto-discovering network management/monitoring system
|
|||
# changelogs at https://github.com/librenms/librenms/releases
|
||||
GH_ACCOUNT= librenms
|
||||
GH_PROJECT= librenms
|
||||
GH_TAGNAME= 23.8.0
|
||||
GH_TAGNAME= 23.8.2
|
||||
|
||||
DISTFILES= ${GH_DISTFILE} \
|
||||
${PKGNAME}-vendor.tar.xz:0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (librenms-23.8.0-vendor.tar.xz) = Y4SgGQj3L2oqjkHqJiPHiKKTHblR3uzwI/FqBVojoPk=
|
||||
SHA256 (librenms-23.8.0.tar.gz) = RKWmfuSEJwuTm+Bk/F0o7YEsh/FKB83TEVWj2xHoJrk=
|
||||
SIZE (librenms-23.8.0-vendor.tar.xz) = 21817496
|
||||
SIZE (librenms-23.8.0.tar.gz) = 57970955
|
||||
SHA256 (librenms-23.8.2-vendor.tar.xz) = zo5d0KyTG47OpQSIeXKQbIrxES+M3aCh6Km76hp1Fgo=
|
||||
SHA256 (librenms-23.8.2.tar.gz) = 4jLzm98uMji7y8YBIrWaxxQfV2DXVSruQfP5OC+VpxA=
|
||||
SIZE (librenms-23.8.2-vendor.tar.xz) = 21815520
|
||||
SIZE (librenms-23.8.2.tar.gz) = 57980278
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
COMMENT = securely transfer data between computers
|
||||
|
||||
MODPY_EGG_VERSION = 0.12.0
|
||||
MODPY_EGG_VERSION = 0.13.0
|
||||
DISTNAME = magic-wormhole-${MODPY_EGG_VERSION}
|
||||
REVISION = 4
|
||||
|
||||
HOMEPAGE = https://magic-wormhole.readthedocs.io
|
||||
|
||||
|
@ -26,6 +25,7 @@ RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR} \
|
|||
devel/py-txaio${MODPY_FLAVOR} \
|
||||
net/py-txtorcon${MODPY_FLAVOR} \
|
||||
security/py-PyNaCl${MODPY_FLAVOR} \
|
||||
security/py-cryptography${MODPY_FLAVOR} \
|
||||
security/py-hkdf${MODPY_FLAVOR} \
|
||||
security/py-spake2${MODPY_FLAVOR} \
|
||||
textproc/py-humanize${MODPY_FLAVOR} \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (magic-wormhole-0.12.0.tar.gz) = Gw/YozTal4892WtiD6m5NIyr7fJqh/dLqsejcFKSgWA=
|
||||
SIZE (magic-wormhole-0.12.0.tar.gz) = 262269
|
||||
SHA256 (magic-wormhole-0.13.0.tar.gz) = rDvWgoYnDn8UnAYUmo5Anl+jTX/rDoiESibSnu0tFRY=
|
||||
SIZE (magic-wormhole-0.13.0.tar.gz) = 274564
|
||||
|
|
|
@ -54,6 +54,8 @@ lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}errors.${MODPY
|
|||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}errors.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}eventual.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}eventual.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}foo.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}foo.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}ipaddrs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}ipaddrs.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/${MODPY_PYCACHE}journal.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
|
@ -147,6 +149,7 @@ lib/python${MODPY_VERSION}/site-packages/wormhole/cli/public_relay.py
|
|||
lib/python${MODPY_VERSION}/site-packages/wormhole/cli/welcome.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/errors.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/eventual.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/foo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/ipaddrs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/journal.py
|
||||
lib/python${MODPY_VERSION}/site-packages/wormhole/observer.py
|
||||
|
|
|
@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
|
|||
|
||||
COMMENT = desktop sync client for Nextcloud
|
||||
|
||||
V = 3.9.1
|
||||
V = 3.9.3
|
||||
DISTNAME = nextcloudclient-${V}
|
||||
|
||||
GH_ACCOUNT = nextcloud
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (nextcloudclient-3.9.1.tar.gz) = OfPjnljR9rsI9rzu9se+ETIv7OaCv3PkhqX/ffuVnks=
|
||||
SIZE (nextcloudclient-3.9.1.tar.gz) = 15733029
|
||||
SHA256 (nextcloudclient-3.9.3.tar.gz) = QCdaKUC/vQDXS/7L3nua8gCZhQ3RZIB5L1NSr6f7U/o=
|
||||
SIZE (nextcloudclient-3.9.3.tar.gz) = 15752014
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
COMMENT= binary-based efficient object serialization library
|
||||
COMMENT = binary-based efficient object serialization library
|
||||
|
||||
DISTNAME= msgpack-1.6.1
|
||||
CATEGORIES= net
|
||||
DISTNAME = msgpack-1.6.1
|
||||
CATEGORIES = net devel
|
||||
|
||||
HOMEPAGE= https://msgpack.org/
|
||||
HOMEPAGE = http://msgpack.org/
|
||||
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache2
|
||||
PERMIT_PACKAGE= Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem ext
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
|
||||
MODRUBY_TEST= rspec3
|
||||
MODRUBY_TEST = rspec3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,77 +1,12 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/${MODRUBY_ARCH}/
|
||||
${GEM_LIB}/extensions/${MODRUBY_ARCH}/${MODRUBY_LIBREV}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/mkmf.log
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/msgpack/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/msgpack/msgpack.so
|
||||
${GEM_EXTENSIONS_DIR}/gem_make.out
|
||||
${GEM_EXTENSIONS_DIR}/mkmf.log
|
||||
${GEM_EXTENSIONS_DIR}/msgpack/
|
||||
@so ${GEM_EXTENSIONS_DIR}/msgpack/msgpack.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Buffer.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Decoder.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Encoder.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/ExtensionRegistry.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/ExtensionValue.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Factory.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/MessagePackLibrary.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Packer.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Types.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/java/org/msgpack/jruby/Unpacker.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/.sitearchdir.-.msgpack.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer_class.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer_class.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/buffer_class.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/compat.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/extension_value_class.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/extension_value_class.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/extension_value_class.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/factory_class.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/factory_class.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/factory_class.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/msgpack.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_class.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_class.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_class.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_ext_registry.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_ext_registry.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/packer_ext_registry.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/rbinit.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/rbinit.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/rmem.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/rmem.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/rmem.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/sysdep.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/sysdep_endian.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/sysdep_types.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_class.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_class.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_class.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_ext_registry.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_ext_registry.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/msgpack/unpacker_ext_registry.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/msgpack/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/msgpack.rb
|
||||
|
|
|
@ -15,10 +15,11 @@ GH_COMMIT = a45d8b8f0a99bd0e5118dda1dc4a8b7b3ad5dcfd
|
|||
DISTNAME = ${GH_PROJECT}-0.0.0.20230515
|
||||
DISTFILES = ${GH_DISTFILE}
|
||||
CATEGORIES = net
|
||||
REVISION = 0
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
SHARED_LIBS = tg_owt 6.0 # upstream is static only
|
||||
SHARED_LIBS = tg_owt 7.0 # upstream is static only
|
||||
|
||||
DIST_SUBDIR = tg_owt
|
||||
# Fetch bundles/submodules missing from the tarball, see ${WRKSRC}/.gitmodules
|
||||
|
@ -58,9 +59,10 @@ WANTLIB += absl_flags_internal absl_flags_marshalling absl_flags_parse
|
|||
WANTLIB += absl_flags_private_handle_accessor absl_flags_program_name
|
||||
WANTLIB += absl_flags_reflection absl_flags_usage absl_flags_usage_internal
|
||||
WANTLIB += absl_graphcycles_internal absl_hash absl_hashtablez_sampler
|
||||
WANTLIB += absl_int128 absl_log_severity absl_low_level_hash absl_malloc_internal
|
||||
WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait
|
||||
WANTLIB += absl_stacktrace absl_str_format_internal absl_strings
|
||||
WANTLIB += absl_int128 absl_kernel_timeout_internal absl_log_severity
|
||||
WANTLIB += absl_low_level_hash absl_malloc_internal absl_raw_hash_set
|
||||
WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace
|
||||
WANTLIB += absl_str_format_internal absl_string_view absl_strings
|
||||
WANTLIB += absl_strings_internal absl_symbolize absl_synchronization
|
||||
WANTLIB += absl_throw_delegate absl_time absl_time_zone avcodec
|
||||
WANTLIB += avformat avutil crc32c crypto jpeg m openh264 opus
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
COMMENT= manipulate PDF and PostScript documents
|
||||
|
||||
MODPY_EGG_VERSION= 3.0.9
|
||||
MODPY_EGG_VERSION= 3.1.1
|
||||
DISTNAME= pspdfutils-${MODPY_EGG_VERSION}
|
||||
PKGNAME= psutils-${MODPY_EGG_VERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pspdfutils-3.0.9.tar.gz) = BvbD7sMla6rEhG2eTlkdngGv/t1r4adfbJP2iEugD3w=
|
||||
SIZE (pspdfutils-3.0.9.tar.gz) = 1108857
|
||||
SHA256 (pspdfutils-3.1.1.tar.gz) = hvnHabaxp23dpk/g0oaUVF3gOXqvoxjcLK6AkDdWkBg=
|
||||
SIZE (pspdfutils-3.1.1.tar.gz) = 1110949
|
||||
|
|
|
@ -12,6 +12,7 @@ bin/psresize
|
|||
bin/psselect
|
||||
bin/pstops
|
||||
lib/python${MODPY_VERSION}/site-packages/pspdfutils-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pspdfutils-${MODPY_EGG_VERSION}.dist-info/.bak.0.SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pspdfutils-${MODPY_EGG_VERSION}.dist-info/COPYING
|
||||
lib/python${MODPY_VERSION}/site-packages/pspdfutils-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/pspdfutils-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
|
|
|
@ -3,6 +3,7 @@ COMMENT = C++ library to parse/format/validate phone numbers
|
|||
GH_ACCOUNT = google
|
||||
GH_PROJECT = libphonenumber
|
||||
GH_TAGNAME = v8.13.19
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += geocoding 0.0 # 8.12
|
||||
SHARED_LIBS += phonenumber 0.0 # 8.12
|
||||
|
@ -20,9 +21,10 @@ WANTLIB += absl_cordz_functions absl_cordz_handle absl_cordz_info
|
|||
WANTLIB += absl_crc32c absl_crc_cord_state absl_crc_cpu_detect
|
||||
WANTLIB += absl_crc_internal absl_debugging_internal absl_demangle_internal
|
||||
WANTLIB += absl_exponential_biased absl_graphcycles_internal absl_hash
|
||||
WANTLIB += absl_hashtablez_sampler absl_int128 absl_log_severity
|
||||
WANTLIB += absl_low_level_hash absl_malloc_internal absl_raw_hash_set
|
||||
WANTLIB += absl_raw_logging_internal absl_spinlock_wait absl_stacktrace
|
||||
WANTLIB += absl_hashtablez_sampler absl_int128 absl_kernel_timeout_internal
|
||||
WANTLIB += absl_log_severity absl_low_level_hash absl_malloc_internal
|
||||
WANTLIB += absl_raw_hash_set absl_raw_logging_internal absl_spinlock_wait
|
||||
WANTLIB += absl_stacktrace absl_str_format_internal absl_string_view
|
||||
WANTLIB += absl_strings absl_strings_internal absl_symbolize absl_synchronization
|
||||
WANTLIB += absl_throw_delegate absl_time absl_time_zone boost_atomic-mt
|
||||
WANTLIB += boost_chrono-mt boost_date_time-mt boost_system-mt
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
COMMENT = Let's Encrypt/ACME client written in Go
|
||||
|
||||
MODGO_MODNAME = github.com/go-acme/lego/v4
|
||||
MODGO_VERSION = v4.13.3
|
||||
MODGO_VERSION = v4.14.0
|
||||
|
||||
DISTNAME = lego-${MODGO_VERSION}
|
||||
CATEGORIES = security
|
||||
|
|
|
@ -335,8 +335,46 @@ SHA256 (go_modules/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d17
|
|||
SHA256 (go_modules/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.zip) = JHRIRkqNIZYRJ5zeJUDvht4QgopbJnlHfe2DWt7zUbE=
|
||||
SHA256 (go_modules/github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod) = Lc2vYuwp96+g04U01I9al/o+AnNDsPi/ZhrttxAhT9Y=
|
||||
SHA256 (go_modules/github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.zip) = ywkLKzwZmHNT6DHKebMesx6qU0sfRtEbiBOyNbEFiFk=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go/@v/v1.39.0.mod) = pCJTQ3No31/NNr8JsIPQ3F6Hey+sU/RIUcSaf9mUE6M=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go/@v/v1.39.0.zip) = /JGzlEJ4x8ZGPwvVfsamp4EO5EG2zTtJaxi0GDzfhPU=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/@v/v1.19.0.mod) = REoACfstFj4jR4ILu3kkI6+/cvrIccrotVqODZjuWMA=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/@v/v1.19.0.zip) = oABZnLgLBGav/muvL6mNeSWO56T+BcEseBm81Eo0m9A=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.4.10.mod) = Cz7b7SazQ0UaW/b57Kzj0SLcvTFRSleEbdEgOFLRT5A=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.4.10.zip) = arPnlSihNKy/RD+jT1T8vaJHlMuba8YLDP91QsnJO8Q=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/config/@v/v1.18.28.mod) = QeAsHAKfq91t/5hMJdDn4aBSztwzQB4zvkhMZiuKytc=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/config/@v/v1.18.28.zip) = DIukv3rEesBDmYw73Ndiic9i3K4k5yy+8b32zy2nuSI=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.13.27.mod) = mtpcnqaBuulUIyi9/m64gOCwxdwu2G1kII1H7TnNJeU=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.13.27.zip) = zetR3xH0LhuXmt088pCwFoKycecg+34G6PCq1CaAz/c=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.13.5.mod) = qLRX0OaAVmQJPtATKO3i9jsWAMMEieZ0GG9Q7VkYexE=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.13.5.zip) = s7B0CSG3soMqqnUl1MHyWA3jYBwF3AGYr/SXAEb9T9A=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.1.35.mod) = 21g0VWgT1QDM8eDCvnD2jajekE3WU0SkZ23Q4oacPoU=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.1.35.zip) = XHlEYKGsVF6hKD7kvyFEZdIICCN1xoLzLUQDmfGClgo=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.4.29.mod) = l/pgHaTb00MO9zV3fXYFQAooSgQ6FwL7/Gd8kaldgg0=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.4.29.zip) = sjTYTmdZ9+R8DHzmYI9Cistp/QCEaOiFzCOTvgvb9Vc=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.3.36.mod) = Qx5IhQod1E/g+UYZw+4OnJk5g3iPkbq1BG+dVLbAzKQ=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.3.36.zip) = PMOqHb5muBvxiSdvaA7G9qH8dmjo6Cja5QdkxYpy5Kg=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.0.27.mod) = KAyExew5wcB0n2sS/Gzi00UeNZ8uemJUKQKJ966VykQ=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.0.27.zip) = ZPiP8pGCD2y8BxQwPQffiMWjOF3oYQJ9Zl8NXcCII4k=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.9.11.mod) = ibpDl2dhPo4jeHwygt5kIfVqOPCnXvNgOenqeP6kE2M=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.9.11.zip) = eV4M5VDmnvOgij64uOU9bLIwEYBr3Yd2SGXSnns/7Uk=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.1.30.mod) = RdCkp9Uj+0L1gCaJ8Yc9gn34LdBEjL+tTwVB6sMlSLI=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.1.30.zip) = GH3j0LK7TMC98Pgcn6byqf8VOLGdWrbrXc1UbrMoVzM=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.9.29.mod) = P3XJtM4mSDm++x3uvaEDnWRsYteC0GfEQBsRlWjd6+0=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.9.29.zip) = zdl5Uosv3dvZsOrslp8z9kB9Gsk4hjHfdSXMlDTU2sM=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.14.4.mod) = 9EFdVrbrmW6HKHDaHtqxX5BkpQ5Kk6sXT2SrZLW38FQ=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.14.4.zip) = WRds7GqFNxM4PYpCF0Gk8eC3uqh6nUy8eefay76/390=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/lightsail/@v/v1.27.2.mod) = 7CMa42P0b+83eXixdu5gXOJ3czyh4loniFvMoIH278o=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/lightsail/@v/v1.27.2.zip) = nWtViF0uW7d7wJ0WOA1BMU9CNCCCq3WMzMbTchCOC1k=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.28.4.mod) = Om5g7YChGQq1I8BEQ7GGy1hF/1kFURBBHPv1SB1IHtM=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.28.4.zip) = rIpsunRz6mGBi9fyk3QJnqd1fOdwfZfRSSaX9Q53ORo=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.37.0.mod) = McoslJ1qm/SWYLj7lILaZyTqrjjrfX9Lsw5CI3xDRZ8=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.37.0.zip) = 1MzuKbSd2Y8OaBSdkKIPunSmzvqeyB43DPnrDvFqyFw=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.12.13.mod) = 3f/dW4rWv5QEe5uQ2IUpif4QQJ98hdxbMvnuxmrIevw=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.12.13.zip) = jKDRRYCH1jZZa/uRgq1KGPUqpalg6GAOiu6w1S0qM+s=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.14.13.mod) = oEcKuCtmFHhH0lz1ekOIbKojiIIV5n3eGG4J2HDFH4I=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.14.13.zip) = +22QOcJPNEiv21FtRLRzC6EnnKkb0Qwu3+omoCCoOFs=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.19.3.mod) = nqGUhPs+NvUWKLrCe0H/8abJdJ6K29zvp1n//lX7yxU=
|
||||
SHA256 (go_modules/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.19.3.zip) = x5BPdh/289AKTlRKlCeroZAyI5qAU+4DMJvb7QzU/9U=
|
||||
SHA256 (go_modules/github.com/aws/smithy-go/@v/v1.13.5.mod) = RwZKnOIkureadOCEE6fP+mYhd69WuoVbxFnspDWrw/A=
|
||||
SHA256 (go_modules/github.com/aws/smithy-go/@v/v1.13.5.zip) = hkZn7dhFm/8fdQ1l9AkiJjuZWgbcuFJAU2U54jnpEeQ=
|
||||
SHA256 (go_modules/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod) = zE0fqtdZZfpp6xMSC/lWgncZAF/z7NxwSzb7WPsf0W4=
|
||||
SHA256 (go_modules/github.com/beorn7/perks/@v/v1.0.0.mod) = wNxuW3KlzSPG92OQoe/KJ+VoublPPKvl3zWk+mGGJIQ=
|
||||
SHA256 (go_modules/github.com/beorn7/perks/@v/v1.0.1.mod) = yHCz/lC2lE+rCVsGII2ciJh2PpFzyx7tMljD1YMJumY=
|
||||
|
@ -1407,7 +1445,7 @@ SHA256 (go_modules/rsc.io/binaryregexp/@v/v0.2.0.mod) = AyRzu+VUpUpEX6hVu7K/piNN
|
|||
SHA256 (go_modules/rsc.io/binaryregexp/@v/v0.2.0.zip) = s+cGqiePp/iA0y+hzEDvgoLR/H1uADVlee0NuI87AEc=
|
||||
SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = ycxHNZ55+c2ONOTeypncJ5t0zinSW0a1T86Qmw5wOm8=
|
||||
SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = qse6k1xBU6O0e8ObNvLorTJD8DNJwRy33Mlt2fMWn6Y=
|
||||
SHA256 (lego-v4.13.3.zip) = IxoTtzq93La062WPy9XEck+5vzUhzyRKZIonUlb7yYw=
|
||||
SHA256 (lego-v4.14.0.zip) = akpntDqRT/mAtofwf5lzDzML8skRAWjuenKO9DSl+tc=
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.107.0.mod) = 1091
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.107.0.zip) = 542234
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27
|
||||
|
@ -1745,8 +1783,46 @@ SIZE (go_modules/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749
|
|||
SIZE (go_modules/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.zip) = 37264
|
||||
SIZE (go_modules/github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod) = 33
|
||||
SIZE (go_modules/github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.zip) = 7271
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go/@v/v1.39.0.mod) = 178
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go/@v/v1.39.0.zip) = 21327618
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/@v/v1.19.0.mod) = 165
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/@v/v1.19.0.zip) = 369745
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.4.10.mod) = 163
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.4.10.zip) = 31649
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/config/@v/v1.18.28.mod) = 1249
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/config/@v/v1.18.28.zip) = 83683
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.13.27.mod) = 1012
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.13.27.zip) = 59245
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.13.5.mod) = 231
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.13.5.zip) = 41936
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.1.35.mod) = 162
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.1.35.zip) = 7266
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.4.29.mod) = 236
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.4.29.zip) = 12858
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.3.36.mod) = 152
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.3.36.zip) = 53501
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.0.27.mod) = 224
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.0.27.zip) = 35524
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.9.11.mod) = 120
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.9.11.zip) = 10720
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.1.30.mod) = 240
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.1.30.zip) = 37077
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.9.29.mod) = 245
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.9.29.zip) = 10762
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.14.4.mod) = 207
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.14.4.zip) = 27615
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/lightsail/@v/v1.27.2.mod) = 503
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/lightsail/@v/v1.27.2.zip) = 387443
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.28.4.mod) = 541
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.28.4.zip) = 228570
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.37.0.mod) = 1507
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.37.0.zip) = 439500
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.12.13.mod) = 497
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.12.13.zip) = 32975
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.14.13.mod) = 501
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.14.13.zip) = 32355
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.19.3.mod) = 676
|
||||
SIZE (go_modules/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.19.3.zip) = 62234
|
||||
SIZE (go_modules/github.com/aws/smithy-go/@v/v1.13.5.mod) = 127
|
||||
SIZE (go_modules/github.com/aws/smithy-go/@v/v1.13.5.zip) = 191729
|
||||
SIZE (go_modules/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod) = 31
|
||||
SIZE (go_modules/github.com/beorn7/perks/@v/v1.0.0.mod) = 40
|
||||
SIZE (go_modules/github.com/beorn7/perks/@v/v1.0.1.mod) = 40
|
||||
|
@ -2817,4 +2893,4 @@ SIZE (go_modules/rsc.io/binaryregexp/@v/v0.2.0.mod) = 36
|
|||
SIZE (go_modules/rsc.io/binaryregexp/@v/v0.2.0.zip) = 450232
|
||||
SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = 127
|
||||
SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = 36374
|
||||
SIZE (lego-v4.13.3.zip) = 1319317
|
||||
SIZE (lego-v4.14.0.zip) = 1186514
|
||||
|
|
|
@ -158,7 +158,26 @@ MODGO_MODULES = \
|
|||
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e \
|
||||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da \
|
||||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 \
|
||||
github.com/aws/aws-sdk-go v1.39.0 \
|
||||
github.com/aws/aws-sdk-go-v2 v1.19.0 \
|
||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 \
|
||||
github.com/aws/aws-sdk-go-v2/config v1.18.28 \
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.27 \
|
||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.5 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.35 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.29 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.36 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.27 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.30 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.29 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.4 \
|
||||
github.com/aws/aws-sdk-go-v2/service/lightsail v1.27.2 \
|
||||
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.4 \
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.37.0 \
|
||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.13 \
|
||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.13 \
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.3 \
|
||||
github.com/aws/smithy-go v1.13.5 \
|
||||
github.com/beorn7/perks v1.0.1 \
|
||||
github.com/bgentry/speakeasy v0.1.0 \
|
||||
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c \
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
COMMENT = fuzzer and test suite for TLS implementations.
|
||||
|
||||
MODPY_EGG_VERSION = 20230821
|
||||
MODPY_EGG_VERSION = 20230823
|
||||
DISTNAME = tlsfuzzer-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = security
|
||||
|
||||
GH_ACCOUNT = tlsfuzzer
|
||||
GH_PROJECT = tlsfuzzer
|
||||
GH_COMMIT = aaa19aa74e3b71d2a5b9cdb373eaae21a3bf87e2
|
||||
GH_COMMIT = 05b14e67e348c96c5ca347b55ba20f4174b8327b
|
||||
|
||||
MAINTAINER = Theo Buehler <tb@openbsd.org>
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tlsfuzzer-20230821-aaa19aa7.tar.gz) = GxpOz3wmFeAc5mNAacO6899ZlcAiG7g7hliI3bKPL4c=
|
||||
SIZE (tlsfuzzer-20230821-aaa19aa7.tar.gz) = 5155960
|
||||
SHA256 (tlsfuzzer-20230823-05b14e67.tar.gz) = DnbIuBiEhGzjrmgWBQDP9LMpsUzyDcnu+hI/LpFRNHo=
|
||||
SIZE (tlsfuzzer-20230823-05b14e67.tar.gz) = 5161156
|
||||
|
|
|
@ -187,6 +187,7 @@ share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-session-resumption.${MODPY_PY
|
|||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-shuffled-extentions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-signature-algorithms.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-symetric-ciphers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-unencrypted-alert.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-unrecognised-groups.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-version-negotiation.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
share/tlsfuzzer/scripts/${MODPY_PYCACHE}test-tls13-zero-content-type.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
|
@ -339,6 +340,7 @@ share/tlsfuzzer/scripts/test-tls13-session-resumption.py
|
|||
share/tlsfuzzer/scripts/test-tls13-shuffled-extentions.py
|
||||
share/tlsfuzzer/scripts/test-tls13-signature-algorithms.py
|
||||
share/tlsfuzzer/scripts/test-tls13-symetric-ciphers.py
|
||||
share/tlsfuzzer/scripts/test-tls13-unencrypted-alert.py
|
||||
share/tlsfuzzer/scripts/test-tls13-unrecognised-groups.py
|
||||
share/tlsfuzzer/scripts/test-tls13-version-negotiation.py
|
||||
share/tlsfuzzer/scripts/test-tls13-zero-content-type.py
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
COMMENT = source of the rust-openssl crate for regression testing
|
||||
|
||||
# Follows HEAD
|
||||
VERSION = 20230811
|
||||
VERSION = 20230823
|
||||
DISTNAME = rust-openssl-tests-${VERSION}
|
||||
|
||||
GH_ACCOUNT = sfackler
|
||||
GH_PROJECT = rust-openssl
|
||||
GH_COMMIT = 99ea8a8a04dbebd8f4513722c3cc44c1744672d3
|
||||
GH_COMMIT = 2db5377be0c09700427d6904a09a873f1325ee46
|
||||
|
||||
CATEGORIES = security devel
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
MODCARGO_CRATES += aho-corasick 1.0.3 # Unlicense OR MIT
|
||||
MODCARGO_CRATES += aho-corasick 1.0.4 # Unlicense OR MIT
|
||||
MODCARGO_CRATES += bindgen 0.64.0 # BSD-3-Clause
|
||||
MODCARGO_CRATES += bitflags 1.3.2 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += bssl-sys 0.1.0 # MIT
|
||||
MODCARGO_CRATES += cc 1.0.82 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += cc 1.0.83 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += cexpr 0.6.0 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += cfg-if 0.1.10 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += cfg-if 1.0.0 # MIT/Apache-2.0
|
||||
|
@ -24,7 +24,7 @@ MODCARGO_CRATES += lazy_static 1.4.0 # MIT/Apache-2.0
|
|||
MODCARGO_CRATES += lazycell 1.3.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += libc 0.2.147 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += libloading 0.7.4 # ISC
|
||||
MODCARGO_CRATES += log 0.4.19 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += log 0.4.20 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += memchr 2.5.0 # Unlicense/MIT
|
||||
MODCARGO_CRATES += minimal-lexical 0.2.1 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += nom 7.1.3 # MIT
|
||||
|
@ -33,7 +33,7 @@ MODCARGO_CRATES += openssl-src 111.27.0+1.1.1v # MIT/Apache-2.0
|
|||
MODCARGO_CRATES += peeking_take_while 0.1.2 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += pkg-config 0.3.27 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += proc-macro2 1.0.66 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += quote 1.0.32 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += quote 1.0.33 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += redox_syscall 0.2.16 # MIT
|
||||
MODCARGO_CRATES += redox_users 0.4.3 # MIT
|
||||
MODCARGO_CRATES += regex 1.9.3 # MIT OR Apache-2.0
|
||||
|
@ -43,15 +43,15 @@ MODCARGO_CRATES += rustc-hash 1.1.0 # Apache-2.0/MIT
|
|||
MODCARGO_CRATES += rustc_version 0.4.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += ryu 1.0.15 # Apache-2.0 OR BSL-1.0
|
||||
MODCARGO_CRATES += semver 1.0.18 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde 1.0.183 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_derive 1.0.183 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_json 1.0.104 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde 1.0.185 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_derive 1.0.185 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_json 1.0.105 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += shlex 1.1.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += syn 1.0.109 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += syn 2.0.28 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += syn 2.0.29 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += term 0.6.1 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += thiserror 1.0.44 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += thiserror-impl 1.0.44 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += thiserror 1.0.47 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += thiserror-impl 1.0.47 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += unicode-ident 1.0.11 # (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
||||
MODCARGO_CRATES += unicode-xid 0.2.4 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += vcpkg 0.2.15 # MIT/Apache-2.0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
SHA256 (cargo/aho-corasick-1.0.3.tar.gz) = hrj5Qg95fy2ek17fYpMQ65OKDYOfmE4lMn88fu0iMAw=
|
||||
SHA256 (cargo/aho-corasick-1.0.4.tar.gz) = Z0jo3vNI7U0UmW+oAfQSLNdj//UwJYzcA/ZLJfidOlo=
|
||||
SHA256 (cargo/bindgen-0.64.0.tar.gz) = xCQ+YDEmDbd+3pethsJ+UB1kaierV7WaV09yXZirH7Q=
|
||||
SHA256 (cargo/bitflags-1.3.2.tar.gz) = vvONRRY8Lx3eCUp9/TPM9ZXJKQXI+PT9wY0G+xA3cYo=
|
||||
SHA256 (cargo/bssl-sys-0.1.0.tar.gz) = MS0SOTwGA4Ty5u0Ux7S+N7PdkCSYV0hWE8GpG5oau1w=
|
||||
SHA256 (cargo/cc-1.0.82.tar.gz) = MF/mRe3BRCoPqLZya6YdQieY03pS4S6uz0sCLru4jwE=
|
||||
SHA256 (cargo/cc-1.0.83.tar.gz) = 8RdPsLbsI4Y/i5cQJ4BKQmFONH6vsKlb8LEs2uIfxNA=
|
||||
SHA256 (cargo/cexpr-0.6.0.tar.gz) = b6w4epi7fDcpIFfP/FbWLstimQACZAJjOukWDfk6h2Y=
|
||||
SHA256 (cargo/cfg-if-0.1.10.tar.gz) = R4W90clrKoRrK9fMAuhraz2/FOflNEbE9UySo2EECCI=
|
||||
SHA256 (cargo/cfg-if-1.0.0.tar.gz) = uvHeQzl2FYi8Bhnjy8ASDuWC67dLU7Tvv3kRe9LaQP0=
|
||||
|
@ -24,7 +24,7 @@ SHA256 (cargo/lazy_static-1.4.0.tar.gz) = 4qutI/vEKzcA8vJ5hE3IMq2ysusGmy35GPRVxO
|
|||
SHA256 (cargo/lazycell-1.3.0.tar.gz) = gw0Izh0dlB5rMGRfGg61ZDAT2DXON3ml/CCCYdvhD1U=
|
||||
SHA256 (cargo/libc-0.2.147.tar.gz) = tGaPsOqGHB3wlBJ6xfHaNAmoIRakunT8ouWO+ScVm7M=
|
||||
SHA256 (cargo/libloading-0.7.4.tar.gz) = tnOA/TsvvnUnpgbhhynSHG85UWM9BQBXTE3CLS1ji58=
|
||||
SHA256 (cargo/log-0.4.19.tar.gz) = sGpM3kwPJxpEZ4Lj7/jeeJVIzlfbyOypKSwn9KQgBLQ=
|
||||
SHA256 (cargo/log-0.4.20.tar.gz) = teYWPLjEkIjCw29Xh15YzNjIfHQn9/vVDqZxCy8/Lo8=
|
||||
SHA256 (cargo/memchr-2.5.0.tar.gz) = Lf/lLs8ndy5gGQW3Uiy073kNLMIDSIu9Di/oX8t0Vm0=
|
||||
SHA256 (cargo/minimal-lexical-0.2.1.tar.gz) = aDVMXGvTbXP/P+zrBe+lm2rLdiZhf0livjIqgl5h95o=
|
||||
SHA256 (cargo/nom-7.1.3.tar.gz) = 0nOYPFplenCj6PKgEymCLzuMgXK3OCZBGlV1HkBKCko=
|
||||
|
@ -33,7 +33,7 @@ SHA256 (cargo/openssl-src-111.27.0+1.1.1v.tar.gz) = Bujxl8gtdRHFsBQDDJse/tpA19X5
|
|||
SHA256 (cargo/peeking_take_while-0.1.2.tar.gz) = GbF83b5+w/i8gAiHurXnFzSMleosoLG/CDf7lk3GcJk=
|
||||
SHA256 (cargo/pkg-config-0.3.27.tar.gz) = JgcoYLqSTL+pjqOcjBm03WpKJUI9vfIZweypGqDPaWQ=
|
||||
SHA256 (cargo/proc-macro2-1.0.66.tar.gz) = GPsx2z+b3bLqghzeMKn3ARfj8RmTi17mMLdAOqbi6tk=
|
||||
SHA256 (cargo/quote-1.0.32.tar.gz) = UPOznM+3IFQN66oBZHVxAcCOy40yaxU1jOdqYsfoWWU=
|
||||
SHA256 (cargo/quote-1.0.33.tar.gz) = Umf8pElgKGKKlRYPxCOjPosuavilMCV54yLktSApPK4=
|
||||
SHA256 (cargo/redox_syscall-0.2.16.tar.gz) = +1pYwYVbS2gZ1ZASFVYD8LIq0wytdSYAqt/LaVJlUZo=
|
||||
SHA256 (cargo/redox_users-0.4.3.tar.gz) = sDPYN6fPFi15k63tkwTjCoMhPGSLbjidsjMZH4keXCs=
|
||||
SHA256 (cargo/regex-1.9.3.tar.gz) = gbwdTK+J+sJqcHR/5gPBMAk7U8dziIeXpjKQkSRtZRo=
|
||||
|
@ -43,15 +43,15 @@ SHA256 (cargo/rustc-hash-1.1.0.tar.gz) = CNQ/eqawjUnzgs3mp5ggR8NCbblJsUJLxLfsmuE
|
|||
SHA256 (cargo/rustc_version-0.4.0.tar.gz) = v6D1hSJtLmgJfU+V0ROxW4OoLoGaslcX7AWQ2VhO82Y=
|
||||
SHA256 (cargo/ryu-1.0.15.tar.gz) = GtTMjaTvcj7WC87SARgdg3ka1DMhPYwk7//aHuyF10E=
|
||||
SHA256 (cargo/semver-1.0.18.tar.gz) = sCk7Synar0hyhFKcwvVnW45Xxh9wFnukFaRjZR/WqRg=
|
||||
SHA256 (cargo/serde-1.0.183.tar.gz) = MqyNoCZ3h21TJ0WhMPydjm7fqBommxB8WwCCm5HY6zw=
|
||||
SHA256 (cargo/serde_derive-1.0.183.tar.gz) = qv6XLWCwub7nGpG5L+4tT7PJ1+j2sXmqmfJyA9maSBY=
|
||||
SHA256 (cargo/serde_json-1.0.104.tar.gz) = B2BmxfEHjqxbcioxgnqIMv4Qi+1l36deIzyJ+CBul2w=
|
||||
SHA256 (cargo/serde-1.0.185.tar.gz) = vptvafHf1Uw7Vo/6RcMQ1pc6XlFI/UDPUVrK84z1vDE=
|
||||
SHA256 (cargo/serde_derive-1.0.185.tar.gz) = 3Fnf3LrRQ3dzSF4DZ/6ksJCi4KFtn/xGr0d2RTaimOw=
|
||||
SHA256 (cargo/serde_json-1.0.105.tar.gz) = aTFR4awnVj1tvOyd7p+9XahTmyD6FK03UrLm02Os42A=
|
||||
SHA256 (cargo/shlex-1.1.0.tar.gz) = Q7KFOk0J8hXCTMVInJks5GBS01m1EJNDy6+/Jrxi+KM=
|
||||
SHA256 (cargo/syn-1.0.109.tar.gz) = crZBkbJ1tm/+JGnorywc/juvpntSnq15Km0BYIiLQjc=
|
||||
SHA256 (cargo/syn-2.0.28.tar.gz) = BDYZdbP140iyGJ2NxVvJQvJ4stSCpqA2XeW91i01FWc=
|
||||
SHA256 (cargo/syn-2.0.29.tar.gz) = wyTElOup2SUD5vHvLm33geePancFoCAtmAGxmIB9UYo=
|
||||
SHA256 (cargo/term-0.6.1.tar.gz) = wIY6M0XnD2HWE+qzLuBGzNG8xfkQX+QCxh/NDBPuuLU=
|
||||
SHA256 (cargo/thiserror-1.0.44.tar.gz) = YRBAoIoEOfgkjRmQsRHJW6qccEyAX6H2IQSzllX9f5A=
|
||||
SHA256 (cargo/thiserror-impl-1.0.44.tar.gz) = CQGYU0kwhB+rOl0btjfN5J4zllTmBhlfjZx27rCB3JY=
|
||||
SHA256 (cargo/thiserror-1.0.47.tar.gz) = l6gC7DCvwX7uR7KFX8cuDEzWK+m07+ZZHt3g7FvWjY8=
|
||||
SHA256 (cargo/thiserror-impl-1.0.47.tar.gz) = a7YjtW45q33NSxuYu2yPjZB+0lWxjeJUCIAWsnqO4Zs=
|
||||
SHA256 (cargo/unicode-ident-1.0.11.tar.gz) = MBq6rkdaqRaH64JRSzKKtHohGlMwJssl/D5Rm4at/Dw=
|
||||
SHA256 (cargo/unicode-xid-0.2.4.tar.gz) = +WLfdMjAWmZ7Xui88WKZMTTBBOlkQLZjyNqhdtx3LYw=
|
||||
SHA256 (cargo/vcpkg-0.2.15.tar.gz) = rM1Opi97t6gv4jBm+wlX1I72d/buuCFfNy9S5IuzJCY=
|
||||
|
@ -60,12 +60,12 @@ SHA256 (cargo/which-4.4.0.tar.gz) = JEHHhMUrKJoFS3IB/JMlPiiPCU4vS+kFg0MSfEImomk=
|
|||
SHA256 (cargo/winapi-0.3.9.tar.gz) = XIOaZ0/NepiVLlkyQupACr6TmSdGdh44ZBQF0osA9Bk=
|
||||
SHA256 (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = rDuHxjYgQm3ZuZHlzgMp7/VFvMu7NPO+Cf9vtqtRt7Y=
|
||||
SHA256 (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = cS4ieEHQV8HuHNL7Ivp+WlRhro5I+iynnsQs/BkxGD8=
|
||||
SHA256 (rust-openssl-tests-20230811-99ea8a8a.tar.gz) = g555KUI2kEndsFHd8ABp8MUJuOrHgO+z/HKQhXtkkXY=
|
||||
SIZE (cargo/aho-corasick-1.0.3.tar.gz) = 168361
|
||||
SHA256 (rust-openssl-tests-20230823-2db5377b.tar.gz) = vO1KOgybxd5deGhs63LuXhNnzSVieE/QrbJfc23ultY=
|
||||
SIZE (cargo/aho-corasick-1.0.4.tar.gz) = 171175
|
||||
SIZE (cargo/bindgen-0.64.0.tar.gz) = 204700
|
||||
SIZE (cargo/bitflags-1.3.2.tar.gz) = 23021
|
||||
SIZE (cargo/bssl-sys-0.1.0.tar.gz) = 1061
|
||||
SIZE (cargo/cc-1.0.82.tar.gz) = 67879
|
||||
SIZE (cargo/cc-1.0.83.tar.gz) = 68343
|
||||
SIZE (cargo/cexpr-0.6.0.tar.gz) = 17966
|
||||
SIZE (cargo/cfg-if-0.1.10.tar.gz) = 7933
|
||||
SIZE (cargo/cfg-if-1.0.0.tar.gz) = 7934
|
||||
|
@ -87,7 +87,7 @@ SIZE (cargo/lazy_static-1.4.0.tar.gz) = 10443
|
|||
SIZE (cargo/lazycell-1.3.0.tar.gz) = 12502
|
||||
SIZE (cargo/libc-0.2.147.tar.gz) = 686772
|
||||
SIZE (cargo/libloading-0.7.4.tar.gz) = 27580
|
||||
SIZE (cargo/log-0.4.19.tar.gz) = 38073
|
||||
SIZE (cargo/log-0.4.20.tar.gz) = 38307
|
||||
SIZE (cargo/memchr-2.5.0.tar.gz) = 65812
|
||||
SIZE (cargo/minimal-lexical-0.2.1.tar.gz) = 94841
|
||||
SIZE (cargo/nom-7.1.3.tar.gz) = 117570
|
||||
|
@ -96,7 +96,7 @@ SIZE (cargo/openssl-src-111.27.0+1.1.1v.tar.gz) = 5111073
|
|||
SIZE (cargo/peeking_take_while-0.1.2.tar.gz) = 6697
|
||||
SIZE (cargo/pkg-config-0.3.27.tar.gz) = 18838
|
||||
SIZE (cargo/proc-macro2-1.0.66.tar.gz) = 43575
|
||||
SIZE (cargo/quote-1.0.32.tar.gz) = 28037
|
||||
SIZE (cargo/quote-1.0.33.tar.gz) = 28090
|
||||
SIZE (cargo/redox_syscall-0.2.16.tar.gz) = 24012
|
||||
SIZE (cargo/redox_users-0.4.3.tar.gz) = 15353
|
||||
SIZE (cargo/regex-1.9.3.tar.gz) = 252676
|
||||
|
@ -106,15 +106,15 @@ SIZE (cargo/rustc-hash-1.1.0.tar.gz) = 9331
|
|||
SIZE (cargo/rustc_version-0.4.0.tar.gz) = 12175
|
||||
SIZE (cargo/ryu-1.0.15.tar.gz) = 46906
|
||||
SIZE (cargo/semver-1.0.18.tar.gz) = 29703
|
||||
SIZE (cargo/serde-1.0.183.tar.gz) = 77210
|
||||
SIZE (cargo/serde_derive-1.0.183.tar.gz) = 377265
|
||||
SIZE (cargo/serde_json-1.0.104.tar.gz) = 146130
|
||||
SIZE (cargo/serde-1.0.185.tar.gz) = 77337
|
||||
SIZE (cargo/serde_derive-1.0.185.tar.gz) = 55569
|
||||
SIZE (cargo/serde_json-1.0.105.tar.gz) = 146316
|
||||
SIZE (cargo/shlex-1.1.0.tar.gz) = 5199
|
||||
SIZE (cargo/syn-1.0.109.tar.gz) = 237611
|
||||
SIZE (cargo/syn-2.0.28.tar.gz) = 241635
|
||||
SIZE (cargo/syn-2.0.29.tar.gz) = 241664
|
||||
SIZE (cargo/term-0.6.1.tar.gz) = 37578
|
||||
SIZE (cargo/thiserror-1.0.44.tar.gz) = 18760
|
||||
SIZE (cargo/thiserror-impl-1.0.44.tar.gz) = 15086
|
||||
SIZE (cargo/thiserror-1.0.47.tar.gz) = 18811
|
||||
SIZE (cargo/thiserror-impl-1.0.47.tar.gz) = 15080
|
||||
SIZE (cargo/unicode-ident-1.0.11.tar.gz) = 42067
|
||||
SIZE (cargo/unicode-xid-0.2.4.tar.gz) = 15352
|
||||
SIZE (cargo/vcpkg-0.2.15.tar.gz) = 228735
|
||||
|
@ -123,4 +123,4 @@ SIZE (cargo/which-4.4.0.tar.gz) = 10889
|
|||
SIZE (cargo/winapi-0.3.9.tar.gz) = 1200382
|
||||
SIZE (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
|
||||
SIZE (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
|
||||
SIZE (rust-openssl-tests-20230811-99ea8a8a.tar.gz) = 349449
|
||||
SIZE (rust-openssl-tests-20230823-2db5377b.tar.gz) = 349557
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
COMMENT = exFAT file system through FUSE
|
||||
|
||||
V = 1.2.8
|
||||
V = 1.4.0
|
||||
GH_ACCOUNT = relan
|
||||
GH_PROJECT = exfat
|
||||
GH_TAGNAME = v${V}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (exfat-fuse-1.2.8.tar.gz) = d4R0v7zZLjW7pbiL160/ZAAyglZjaruQMb/MHOFe2Ic=
|
||||
SIZE (exfat-fuse-1.2.8.tar.gz) = 55911
|
||||
SHA256 (exfat-fuse-1.4.0.tar.gz) = r1YGWfVdygJw+UgJUw81nWva1dMTEzxotFj7Co7qscg=
|
||||
SIZE (exfat-fuse-1.4.0.tar.gz) = 62390
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
@man man/man8/dumpexfat.8
|
||||
@man man/man8/exfatattrib.8
|
||||
@man man/man8/exfatfsck.8
|
||||
@man man/man8/exfatlabel.8
|
||||
@man man/man8/mkexfatfs.8
|
||||
@man man/man8/mount.exfat-fuse.8
|
||||
@bin sbin/dumpexfat
|
||||
@bin sbin/exfatattrib
|
||||
@bin sbin/exfatfsck
|
||||
@bin sbin/exfatlabel
|
||||
sbin/fsck.exfat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
COMMENT= manage resources on Google Cloud Platform
|
||||
|
||||
V= 443.0.0
|
||||
V= 444.0.0
|
||||
DISTNAME= google-cloud-sdk-${V}-linux-x86
|
||||
PKGNAME= google-cloud-sdk-${V}
|
||||
WRKDIST= ${WRKDIR}/google-cloud-sdk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (google-cloud-sdk-443.0.0-linux-x86.tar.gz) = 4JvDXgKoobW8ITydtHnqGJ/DLy+IdpXmRkiZ2g0qNs4=
|
||||
SIZE (google-cloud-sdk-443.0.0-linux-x86.tar.gz) = 116598583
|
||||
SHA256 (google-cloud-sdk-444.0.0-linux-x86.tar.gz) = iaviQnG6ne8RcSFnxBTLP37PmDwwgvChm/eC4BVpb+0=
|
||||
SIZE (google-cloud-sdk-444.0.0-linux-x86.tar.gz) = 116686199
|
||||
|
|
|
@ -2331,7 +2331,9 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/
|
|||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/${MODPY_PYCACHE}create_deployment_args.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/${MODPY_PYCACHE}lake.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/create_deployment_args.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/telecomdatafabric/lake.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/trace/
|
||||
google-cloud-sdk/lib/googlecloudsdk/api_lib/trace/__init__.py
|
||||
|
@ -2497,6 +2499,7 @@ ${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}/
|
|||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}actions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}arg_parsers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}arg_parsers_usage_text.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}backend.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}cli.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
|
@ -2519,6 +2522,7 @@ google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}walker.${MODPY_PYC_
|
|||
google-cloud-sdk/lib/googlecloudsdk/calliope/${MODPY_PYCACHE}walker_util.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/actions.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/arg_parsers.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/arg_parsers_usage_text.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/base.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py
|
||||
|
@ -3615,6 +3619,12 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/packet_mirrorings/${MODP
|
|||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/packet_mirrorings/client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/packet_mirrorings/flags.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/packet_mirrorings/utils.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/${MODPY_PYCACHE}flags.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/project_zonal_metadata/flags.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/public_advertised_prefixes/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/public_advertised_prefixes/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/public_advertised_prefixes/${MODPY_PYCACHE}/
|
||||
|
@ -5579,6 +5589,12 @@ ${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_po
|
|||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_policies/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_policies/${MODPY_PYCACHE}flags.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_policies/flags.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/${MODPY_PYCACHE}flags.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/backup_vaults/flags.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/flags.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/kms_configs/
|
||||
google-cloud-sdk/lib/googlecloudsdk/command_lib/netapp/kms_configs/__init__.py
|
||||
|
@ -8353,6 +8369,20 @@ google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/config/v1alpha2/${MOD
|
|||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/config/v1alpha2/config_v1alpha2_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/config/v1alpha2/config_v1alpha2_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/config/v1alpha2/resources.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/${MODPY_PYCACHE}connectors_v1_client.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/${MODPY_PYCACHE}connectors_v1_messages.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/${MODPY_PYCACHE}resources.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/connectors_v1_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/connectors_v1_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/connectors/v1/resources.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/container/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/container/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/container/${MODPY_PYCACHE}/
|
||||
|
@ -9499,6 +9529,20 @@ google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedidentities/v1b
|
|||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedidentities/v1beta1/managedidentities_v1beta1_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedidentities/v1beta1/managedidentities_v1beta1_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedidentities/v1beta1/resources.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/${MODPY_PYCACHE}managedkafka_v1alpha_client.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/${MODPY_PYCACHE}managedkafka_v1alpha_messages.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/${MODPY_PYCACHE}resources.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/managedkafka_v1alpha_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/managedkafka_v1alpha_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/managedkafka/v1alpha/resources.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/marketplacesolutions/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/marketplacesolutions/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/marketplacesolutions/${MODPY_PYCACHE}/
|
||||
|
@ -10477,6 +10521,20 @@ google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securitycenter/v1beta
|
|||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securitycenter/v1beta2/${MODPY_PYCACHE}securitycenter_v1beta2_messages.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securitycenter/v1beta2/securitycenter_v1beta2_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securitycenter/v1beta2/securitycenter_v1beta2_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/${MODPY_PYCACHE}resources.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/${MODPY_PYCACHE}securityposture_v1alpha_client.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/${MODPY_PYCACHE}securityposture_v1alpha_messages.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/resources.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/securityposture_v1alpha_client.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/securityposture/v1alpha/securityposture_v1alpha_messages.py
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/serviceconsumermanagement/
|
||||
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/serviceconsumermanagement/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/serviceconsumermanagement/${MODPY_PYCACHE}/
|
||||
|
@ -14441,7 +14499,6 @@ google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}bitbucketser
|
|||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}cloud_source_repositories.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}github.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}gitlab.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}gitlab_enterprise.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}manual.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}pubsub.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/${MODPY_PYCACHE}webhook.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
|
@ -14449,7 +14506,6 @@ google-cloud-sdk/lib/surface/builds/triggers/update/bitbucketserver.py
|
|||
google-cloud-sdk/lib/surface/builds/triggers/update/cloud_source_repositories.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/github.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/gitlab.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/gitlab_enterprise.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/manual.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/pubsub.py
|
||||
google-cloud-sdk/lib/surface/builds/triggers/update/webhook.py
|
||||
|
@ -16004,6 +16060,12 @@ google-cloud-sdk/lib/surface/compute/project_info/remove_metadata.py
|
|||
google-cloud-sdk/lib/surface/compute/project_info/set_default_service_account.py
|
||||
google-cloud-sdk/lib/surface/compute/project_info/set_usage_bucket.py
|
||||
google-cloud-sdk/lib/surface/compute/project_info/update.py
|
||||
google-cloud-sdk/lib/surface/compute/project_zonal_metadata/
|
||||
google-cloud-sdk/lib/surface/compute/project_zonal_metadata/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/compute/project_zonal_metadata/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/compute/project_zonal_metadata/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/compute/project_zonal_metadata/${MODPY_PYCACHE}describe.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/compute/project_zonal_metadata/describe.py
|
||||
google-cloud-sdk/lib/surface/compute/public_advertised_prefixes/
|
||||
google-cloud-sdk/lib/surface/compute/public_advertised_prefixes/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/compute/public_advertised_prefixes/${MODPY_PYCACHE}/
|
||||
|
@ -17320,7 +17382,11 @@ google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/
|
|||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/${MODPY_PYCACHE}create.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/${MODPY_PYCACHE}describe.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/${MODPY_PYCACHE}update.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/create.py
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/describe.py
|
||||
google-cloud-sdk/lib/surface/container/fleet/clusterupgrade/update.py
|
||||
google-cloud-sdk/lib/surface/container/fleet/config_management/
|
||||
google-cloud-sdk/lib/surface/container/fleet/config_management/__init__.py
|
||||
|
@ -19670,9 +19736,11 @@ google-cloud-sdk/lib/surface/fault_injection/jobs/__init__.py
|
|||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}create.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}delete.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}describe.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/${MODPY_PYCACHE}list.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/create.py
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/delete.py
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/describe.py
|
||||
google-cloud-sdk/lib/surface/fault_injection/jobs/list.py
|
||||
google-cloud-sdk/lib/surface/feedback.py
|
||||
|
@ -21917,6 +21985,12 @@ google-cloud-sdk/lib/surface/netapp/active_directories/delete.py
|
|||
google-cloud-sdk/lib/surface/netapp/active_directories/describe.py
|
||||
google-cloud-sdk/lib/surface/netapp/active_directories/list.py
|
||||
google-cloud-sdk/lib/surface/netapp/active_directories/update.py
|
||||
google-cloud-sdk/lib/surface/netapp/backup_vaults/
|
||||
google-cloud-sdk/lib/surface/netapp/backup_vaults/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/netapp/backup_vaults/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/netapp/backup_vaults/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/netapp/backup_vaults/${MODPY_PYCACHE}create.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/netapp/backup_vaults/create.py
|
||||
google-cloud-sdk/lib/surface/netapp/kms_configs/
|
||||
google-cloud-sdk/lib/surface/netapp/kms_configs/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/netapp/kms_configs/${MODPY_PYCACHE}/
|
||||
|
@ -24754,16 +24828,20 @@ google-cloud-sdk/lib/surface/transfer/appliances/
|
|||
google-cloud-sdk/lib/surface/transfer/appliances/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/transfer/appliances/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/${MODPY_PYCACHE}delete.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/${MODPY_PYCACHE}describe.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/${MODPY_PYCACHE}list.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/delete.py
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/describe.py
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/list.py
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/__init__.py
|
||||
${MODPY_COMMENT}google-cloud-sdk/lib/surface/transfer/appliances/orders/${MODPY_PYCACHE}/
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/${MODPY_PYCACHE}delete.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/${MODPY_PYCACHE}describe.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/${MODPY_PYCACHE}list.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/delete.py
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/describe.py
|
||||
google-cloud-sdk/lib/surface/transfer/appliances/orders/list.py
|
||||
google-cloud-sdk/lib/surface/transfer/authorize.py
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (seatd-obsd.tar.gz) = ZkPab8XOEjTkLaDjaJB5MUa7ybsLGVvfu0w2NCZX+98=
|
||||
SIZE (seatd-obsd.tar.gz) = 39441
|
||||
SHA256 (seatd-openbsd-20230813.tar.gz) = mw/4GTTgnfi7E5yMIDxH6KqWeYsX+K3VsFxvftDW+9U=
|
||||
SIZE (seatd-openbsd-20230813.tar.gz) = 39459
|
||||
|
|
|
@ -4,7 +4,7 @@ BROKEN-armv7= old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1
|
|||
COMMENT= thin wrapper for Terraform that provides extra tools
|
||||
|
||||
MODGO_MODNAME= github.com/gruntwork-io/terragrunt
|
||||
MODGO_VERSION= v0.50.4
|
||||
MODGO_VERSION= v0.50.6
|
||||
DISTNAME= terragrunt-${MODGO_VERSION}
|
||||
|
||||
WRKDIST= ${WRKDIR}/github.com/gruntwork-io/terragrunt@${MODGO_VERSION}
|
||||
|
|
|
@ -2276,7 +2276,7 @@ SHA256 (go_modules/sigs.k8s.io/yaml/@v/v1.2.0.mod) = 8ikTVRI4fWZj4fCZmkkiq3CN7Uv
|
|||
SHA256 (go_modules/sigs.k8s.io/yaml/@v/v1.2.0.zip) = Ve0Ixd9EigM79+LCkS1NqoW4VqBchUsMh8zIXH8/v8c=
|
||||
SHA256 (go_modules/vizzlo.com/mixpanel/@v/v1.2.0.mod) = yN8LGbDuRyeLE3eF/gW8IbjAla+OSySvL69BbAjwPcg=
|
||||
SHA256 (go_modules/vizzlo.com/mixpanel/@v/v1.2.0.zip) = df7t6+njyqtCXJd5NhYLUgZJBtBH6IQpH9kwmJxDJj0=
|
||||
SHA256 (terragrunt-v0.50.4.zip) = bTgUvEJpenZyv7wE+JEddqdMTGsTEqrs+LN0A3Rkq+I=
|
||||
SHA256 (terragrunt-v0.50.6.zip) = 04lzpmZsrsqPM2wLo1ESOz8azHGbado+/yjUAalQ05c=
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.mod) = 531
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.102.0.mod) = 568
|
||||
SIZE (go_modules/cloud.google.com/go/@v/v0.102.1.mod) = 568
|
||||
|
@ -4555,4 +4555,4 @@ SIZE (go_modules/sigs.k8s.io/yaml/@v/v1.2.0.mod) = 106
|
|||
SIZE (go_modules/sigs.k8s.io/yaml/@v/v1.2.0.zip) = 20937
|
||||
SIZE (go_modules/vizzlo.com/mixpanel/@v/v1.2.0.mod) = 36
|
||||
SIZE (go_modules/vizzlo.com/mixpanel/@v/v1.2.0.zip) = 10562
|
||||
SIZE (terragrunt-v0.50.4.zip) = 2862435
|
||||
SIZE (terragrunt-v0.50.6.zip) = 2864304
|
||||
|
|
|
@ -3,7 +3,7 @@ CATEGORIES = sysutils
|
|||
|
||||
GH_ACCOUNT = Genivia
|
||||
GH_PROJECT = ugrep
|
||||
GH_TAGNAME = v4.0.1
|
||||
GH_TAGNAME = v4.0.2
|
||||
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ugrep-4.0.1.tar.gz) = YrHH/JeDzXPUprei44KWg6Zc3UTVMBjdwwJT9ATs9Uo=
|
||||
SIZE (ugrep-4.0.1.tar.gz) = 4513045
|
||||
SHA256 (ugrep-4.0.2.tar.gz) = UjDkcrso7LwKfDBGVZpelQTeATX1isb67+73WHN3KkY=
|
||||
SIZE (ugrep-4.0.2.tar.gz) = 4512287
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue