summaryrefslogtreecommitdiff
path: root/Dictionary_en.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-16 17:52:11 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-16 17:52:11 +0200
commitfaf63ac08a9f3f1463a7f119083964f76b71141c (patch)
treefef9f95ba85d6177eefdc653e9e4b271189947c9 /Dictionary_en.mk
parentb32611e23a1f35f16f4c37bbbdc02027157424d1 (diff)
use gb_Dictionary_add_localized_xcu_file to fix en-US build
Change-Id: Iefb39c34a140c0c0fb9b5f989d4283a0750b6de0
Diffstat (limited to 'Dictionary_en.mk')
-rw-r--r--Dictionary_en.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dictionary_en.mk b/Dictionary_en.mk
index 6558f6d..48855c2 100644
--- a/Dictionary_en.mk
+++ b/Dictionary_en.mk
@@ -53,8 +53,8 @@ $(eval $(call gb_Dictionary_add_files,dict-en,pythonpath,\
$(eval $(call gb_Dictionary_add_generated_file,dict-en,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs)))
-$(eval $(call gb_Dictionary_add_generated_files,dict-en,dialog,\
- $(call gb_XcuFile_for_extension,dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu) \
+$(eval $(call gb_Dictionary_add_localized_xcu_file,dict-en,dialog,\
+ dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \
))
$(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\
/template_manager_improvements'>feature/template_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/VectorGraphicSearch.cxx
AgeCommit message (Expand)Author
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2021-04-08vcl VectorGraphicSearch: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna
2021-02-11pdfium: add a FPDFText_GetCharBox() wrapperMiklos Vajna
2021-02-05pdfium: add remaining FPDF_SCHHANDLE wrappersMiklos Vajna
2021-02-04pdfium: add PDFFindFlags wrapperMiklos Vajna
2021-02-03pdfium: add a FPDFText_FindStart() wrapperMiklos Vajna
2021-01-29pdfium: add wrapper for FPDFText_FindClose()Miklos Vajna
2021-01-28pdfium: use PDFiumTextPage in SearchContextMiklos Vajna
2021-01-27pdfium: use PDFiumPage in SearchContextMiklos Vajna
2021-01-22pdfium: use PDFiumDocument in SearchContextMiklos Vajna
2021-01-21pdfium: use PDFiumDocument in VectorGraphicSearch::ImplementationMiklos Vajna
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-04sd: support match case, match whole word for PDF searchTomaž Vajngerl
2020-06-04vcl: VectorGraphicSearch - support changing search stringTomaž Vajngerl
2020-06-03vcl: use HAVE_FEATURE_PDFIUM in VectorGraphicSearch impl.Tomaž Vajngerl
2020-06-03vcl: VectorGraphicSearch - move SearchContext into ImplementationTomaž Vajngerl
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl
2020-06-03vcl: VectorGraphicSearch - clean-up SearchContext member vars.Tomaž Vajngerl
2020-06-03vcl: add search start position support for VectorGraphicSearchTomaž Vajngerl
2020-06-03vcl: add "previous" search to VectorGraphicSearchTomaž Vajngerl
2020-06-01vcl: VectorGraphicSearch return text rectangles in 100th mmTomaž Vajngerl
2020-06-01vcl: VectorGraphicSearch - add search result selection rectanglesTomaž Vajngerl
2020-06-01vcl: Add internal "Implementation" class for VectorGraphicSearchTomaž Vajngerl
2020-06-01vcl: VectorGraphicSearch - for searching text inside PDFTomaž Vajngerl