Search for formatting in text with styles
This commit is contained in:
parent
6c8186d552
commit
f4b6801a94
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark55
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue