Code cleaning
This commit is contained in:
parent
bf58089cf1
commit
21d1d274bd
4 changed files with 73 additions and 76 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
End Sub
|
||||
|
||||
Private Function isInDoc(searchString As String)
|
||||
Private Function isInDoc(searchString As String) As Boolean
|
||||
Dim founds As Object
|
||||
Dim sDesc As Object
|
||||
Dim srch(0) as new com.sun.star.beans.PropertyValue
|
||||
|
@ -71,12 +71,7 @@ Sub validateButton
|
|||
EndIf
|
||||
End Sub
|
||||
|
||||
|
||||
Sub testcheckGraphics
|
||||
checkGraphics
|
||||
End Sub
|
||||
|
||||
Private Function checkGraphics
|
||||
Private Function checkGraphics() As String
|
||||
Dim drawPages As Object
|
||||
Dim count as Integer
|
||||
Dim draw As Object
|
||||
|
@ -127,13 +122,12 @@ End Function
|
|||
|
||||
Private Sub removeBadCharacters
|
||||
StartTracking
|
||||
AskAndReplace("[\uE000-\uF8FF]+","")
|
||||
|
||||
AskAndReplace("[\uE000-\uF8FF]+","")
|
||||
StopTracking
|
||||
showTrackedChanges
|
||||
End Sub
|
||||
|
||||
Private Function checkAllFootnotes()
|
||||
Private Function checkAllFootnotes() As String
|
||||
Dim footnotes As Object
|
||||
Dim count as Integer
|
||||
Dim charNum as Long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue