From f4b6801a94a9a085a74e484cbcf10cf4ae93089f Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 25 Jun 2020 11:50:45 +0200 Subject: [PATCH] Search for formatting in text with styles --- Redaction/Clean.xba | 4 ++-- description.xml | 2 +- releasenotes.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index d7e7d47..e73fe01 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark55 +Sub mark56 End Sub @@ -1382,7 +1382,7 @@ Private Sub convertFormatToUserFields(identifier As String, styleNames, styleVal SDesc.SearchAll = true SDesc.SearchRegularExpression = true SDesc.SearchString = "" - SDesc.searchStyles = false + SDesc.searchStyles = true SDesc.SetSearchAttributes(SrchAttributes) found = Thiscomponent.findFirst(SDesc) i = 0 diff --git a/description.xml b/description.xml index a4f5d5b..067a393 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Cleaning and validation documents for publishing in html and epub with pagination diff --git a/releasenotes.txt b/releasenotes.txt index 6e0d406..e5ce168 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,4 @@ +0.7.14 Search for formatting in styles 0.7.13 Added conversion to doc and back to odt to filter broken default paragraph style settings 0.7.12 Transaltions update, fix for mistakes added 0.7.11 Serbian, Croatian, Bosnian translations added