e557e59155
use for-each-loop instead of iterator() 4
2020-12-10 15:02:05 +01:00
a5457dac20
use for-each-loop instead of iterator() 3
2020-12-10 15:02:05 +01:00
2f4004d484
use for-each-loop instead of iterator() 2
2020-12-10 15:02:05 +01:00
1a049411cb
use for-each-loop instead of iterator()
2020-12-10 15:02:05 +01:00
b5787f3321
Merge pull request #332 from sikelerd/trac33925
...
Trac33925
2020-12-10 11:27:43 +01:00
ea1d8d1281
Merge pull request #331 from sikelerd/trac33923
...
Trac#33923: update unohelper
2020-12-10 10:49:53 +01:00
32447800f0
use same temp folder for all mails
2020-12-10 08:35:39 +01:00
fa417300a5
trac#33925 fix mail merge with single files
...
Handle PROP_TARGETDIR with and without file protocoll correctly
2020-12-10 08:35:39 +01:00
dedcc43b2b
Merge pull request #330 from sikelerd/trac33921
...
trac#33921 do not hide/show tab character
2020-12-09 15:56:30 +01:00
6bbfce208a
update unohelper
2020-12-09 14:55:07 +01:00
af26f3f334
trac#33921 do not hide/show tab character
2020-12-09 12:58:29 +01:00
0707cb3e71
Merge pull request #328 from sikelerd/trac33913
...
trac#33913 do not reload config if config is empty
2020-12-07 11:41:06 +01:00
7b6940446a
Merge pull request #327 from sikelerd/trac33909
...
Use the context for function dialogs
2020-12-07 10:48:52 +01:00
899a24ed01
trac#33913 do not reload config if config is empty
2020-12-07 10:44:40 +01:00
78fff465e6
Use the context for function dialogs
...
The context stores the data for this dialog. So following calls of the
dialog are filled with the same data but in a new context the dialog
hasn't set any data.
2020-12-07 09:49:00 +01:00
84497a6fdb
[maven-release-plugin] prepare for next development iteration
2020-11-24 14:40:59 +01:00
6f793b4cda
[maven-release-plugin] prepare release RELEASE_18.2.1
RELEASE_18.2.1
2020-11-24 14:40:50 +01:00
f358000fb3
updated to unohelper 4.0.1
2020-11-24 14:36:42 +01:00
a2b509ee34
Update des Copyright-Vermerks in allen .java-Headern
2020-11-24 14:16:57 +01:00
184e6a0cd1
Merge pull request #316 from sikelerd/tests
...
move config tests according to package structure
2020-11-24 13:45:20 +01:00
45069bb2a0
Merge pull request #323 from sikelerd/eclipse
...
Eclipse
2020-11-24 13:44:07 +01:00
38511bed18
Merge pull request #325 from sikelerd/deadlock
...
fix Deadlock when activating the form sidebar
2020-11-24 13:42:46 +01:00
6a8eb67f03
Merge pull request #326 from sikelerd/trac33895
...
trac#33895 don't show LO's input field dialog
2020-11-24 10:24:37 +01:00
90a4b15bf4
trac#33895 don't show LO's input field dialog
...
The dialog was shown because WollMux had displayed another dialog and
was waiting for a user response. This dialog (user can't be updated
form database) isn't displayed anymore if WollMux has no configuration.
2020-11-24 09:07:57 +01:00
8886916a9c
fix Deadlock when activating the form sidebar
...
The form sidebar was created in parallel with some WollMux events which caused a deadlock on the TextDocumentModel.
So the form sidebar is no activated with an event on its own.
2020-11-23 10:31:03 +01:00
1417dce8e2
Merge pull request #322 from sikelerd/sonar
...
fill empty methods
2020-11-19 14:44:55 +01:00
ab575d09c6
add code formatter and clean up eclipse settings
2020-11-19 14:22:24 +01:00
b97a0896ce
fix: eclipse not building oxt module
2020-11-19 14:18:00 +01:00
e7705dc80c
fill empty methods
2020-11-19 12:44:49 +01:00
4c1d005103
move config tests according to package structure
2020-11-19 12:44:19 +01:00
ebd42cb1b3
Merge pull request #321 from sikelerd/build
...
directly execute idlc, regmerge and javamaker
2020-11-19 12:35:22 +01:00
860c372024
directly execute idlc, regmerge and javamaker
...
don't use sh or cmd command in ant exec tasks
2020-11-19 12:13:20 +01:00
58f0316c9f
Merge pull request #320 from sikelerd/trac33886
...
Log as warning
2020-11-18 12:27:22 +01:00
52b4bf90af
Log as warning
...
Sometimes temporary files can't be deleted. It isn't good but not an
error so log it as warning.
2020-11-18 08:51:04 +01:00
7388100e57
Merge pull request #319 from sikelerd/trac33889
...
trac#33889 remove print block not working
2020-11-17 16:32:52 +01:00
d1f9cfa2a9
trac#33889 remove print block not working
...
If there are several print blocks of the same type (eg copy only), they
can't be deleted by pressing the button again. The problem is the
bookmarks have a number at the end so those not equal the command. So we
now check if the bookmark name starts with the command and if it those
we delete it.
2020-11-17 16:05:39 +01:00
94127e89bd
Merge pull request #318 from sikelerd/trac33856
...
handle NumberFormatException in SLV Dialog
2020-11-11 14:46:39 +01:00
c89c501bcd
handle NumberFormatException in SLV Dialog
...
empty strings and strings which don't represent are number are replaced
by "0". The cursor selects the number.
2020-11-11 12:44:25 +01:00
43d59f03a8
Merge pull request #315 from sikelerd/wizardSize
...
Set window size of wizard dialog
2020-11-10 15:34:29 +01:00
eb476b6fc9
Set window size of wizard dialog
...
No fix dialog sizes from lo 6.4 on.
2020-11-10 14:10:56 +01:00
a70b224098
Merge pull request #310 from sikelerd/sonar2
...
Sonar2
2020-11-10 13:46:48 +01:00
5ae273d723
Merge pull request #313 from sikelerd/scroll
...
Add scrollbar to tab pages
2020-11-10 13:45:44 +01:00
df71adcef7
Merge pull request #314 from sikelerd/trac33852
...
Trac33852
2020-11-10 12:47:07 +01:00
22629bbed4
check if the frame is availble before accessing the window
...
During initialization the frame may not be availble at this time.
2020-11-10 11:25:55 +01:00
7db49839d1
Initialize SenderService with dummy datasource if config is unavailble
2020-11-10 11:25:55 +01:00
ee3e3924cc
add workaround for positioning controls in scrollable tab pages
...
LibreOffice can't return the properties ScrollTop and ScrollWidth properly. We need those
values to reposition our controls because the coordinate (0,0) is always the first visible
pixel in the window.
2020-11-10 09:19:24 +01:00
72c3f7c86d
Add ScrollBar to TabPages
2020-11-10 08:53:02 +01:00
d3635b0ba8
add new layout for TabControls
...
the layout handles the sizing of the tab container and the active tab
page.
2020-11-10 08:53:02 +01:00
17bf30dcb3
Merge pull request #311 from sikelerd/trac33837
...
trac#33837 activate sidebar
2020-11-05 14:57:16 +01:00
82737768d9
Merge pull request #312 from sikelerd/trac33843
...
Trac33843
2020-11-05 14:56:23 +01:00