Commit graph

898 commits

Author SHA1 Message Date
Caolán McNamara
9233083e09 callcatcher: unused code 2011-09-07 08:54:40 +01:00
Caolán McNamara
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
Matúš Kukan
2f44516d6c unusedcode: remove various classes 2011-08-31 20:55:58 +02:00
Caolán McNamara
0aeacaf4e8 various unused code 2011-08-31 10:43:26 +01:00
Caolán McNamara
d9a749ac97 debug code isn't going to cut it 2011-08-31 10:43:26 +01:00
Caolán McNamara
8de61c9fb6 grabbag of unused code 2011-08-31 10:43:23 +01:00
Caolán McNamara
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
Caolán McNamara
fa19c5ec08 callcatcher: various 2011-08-29 09:56:06 +01:00
Jan Holesovsky
9c7e4d87c3 Move the header that made setup_native depending on sfx2. 2011-08-26 23:46:41 +02:00
Caolán McNamara
66876a7117 callcatcher: some unused code 2011-08-26 10:23:55 +01:00
Caolán McNamara
37fff5e32a remove newly unused code 2011-08-25 14:42:38 +01:00
Caolán McNamara
005f5d443e remove freshly unused methods 2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00
Caolán McNamara
798496c5be regenerate list 2011-08-25 09:42:05 +01:00
Caolán McNamara
cb97526259 callcatcher: remove various unused methods 2011-08-24 11:21:42 +01:00
Caolán McNamara
0d1ff2bfc4 generate list 2011-08-23 10:35:45 +01:00
Caolán McNamara
43f8cba7d2 callcatcher: yet more unused code 2011-08-23 10:35:44 +01:00
Matúš Kukan
4a2e1fc279 unusedcode: sfx:: sfx2:: 2011-08-22 20:06:49 +02:00
Caolán McNamara
acfe7d39e5 regoptions (etc.) now unused post registration-removal 2011-08-22 09:39:18 +01:00
Caolán McNamara
af6752b88e callcatcher: remove unused methods 2011-08-22 09:39:15 +01:00
Caolán McNamara
00b764d9e9 callcatcher: regenerate list 2011-08-19 09:30:45 +01:00
Caolán McNamara
1aae9d1634 remove extra arg and method 2011-08-19 09:30:43 +01:00
Caolán McNamara
7502d401de regenerate list 2011-08-19 09:30:43 +01:00
Caolán McNamara
b48a6f14e5 callcatcher: unused code 2011-08-18 09:16:28 +01:00
Caolán McNamara
bb70a12562 regenerate list 2011-08-17 09:54:14 +01:00
Caolán McNamara
7acd9e2c28 callcatcher: remove some methods 2011-08-17 09:54:13 +01:00
Caolán McNamara
f88247d9c5 callcatcher: unused code 2011-08-16 09:04:09 +01:00
Jan Holesovsky
433ae0f62d Remove WordArr and DECL_2BYTEARRAY, used only once.
Instead that, use std::basic_string.
2011-08-15 13:11:54 +02:00
Jan Holesovsky
fa77c78ada callcatcher: Remove unused ByteArr class, and DECL_1BYTEARRAY define. 2011-08-15 13:11:54 +02:00
Caolán McNamara
e44738096c callcatcher: remove ResetObjectBars_Impl 2011-08-15 09:20:41 +01:00
Jan Holesovsky
77fbea9b64 Add missing #endif 2011-08-11 19:38:06 +02:00
Harri Pitkänen
0153fc3c88 Enable paragraph border settings in HTML editor for all HTML variants
Previously border settings were not available in paragraph format dialog
when HTML export format was "HTML 3.2". This was confusing since documents
with borders could still be imported and you could even access the border
dialog with suitably configured shortcut key.
2011-08-10 20:05:53 +02:00
Caolán McNamara
a37338e742 callcatcher: remove some unused methods 2011-08-10 11:49:49 +01:00
Caolán McNamara
10c0e027b8 Resolves: fdo#32177 add a modification listener on new XDocumentProperties 2011-08-09 22:01:18 +01:00
Caolán McNamara
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00
Caolán McNamara
4c3f33d8d5 callcatcher: remove unused methods 2011-08-03 10:47:36 +01:00
Caolán McNamara
f0ad83cb8b callcatcher: remove unused code 2011-08-02 11:07:15 +01:00
Peter Rabi
45ff90404b Clean-up of bugfix fdo#32895 for the -3-4 branch
Contributed under license LGPLv3+/MPL.
2011-07-29 15:28:15 +01:00
Caolán McNamara
9d38c61e96 callcatcher: ditch various unused methods 2011-07-29 10:56:17 +01:00
Markus Mohrhard
57962429d8 fix for fdo37628: change password button is always disabled
Note: changing the password to modify doc is not working, and we'll
leave that as a known bug for now.
2011-07-29 00:31:08 +02:00
Markus Mohrhard
f96d1a7597 callcatcher: remove unused constructor 2011-07-28 19:12:00 +02:00
Caolán McNamara
36a665a675 callcatcher: remove various unused methods 2011-07-27 22:09:03 +01:00
Bjoern Michaelsen
0ef7b7cec5 Merge branch 'master' into feature/gnumake4 2011-07-24 19:22:59 +02:00
Kohei Yoshida
dbf2ca3d9c Adjusted for GetOptions() return type change. 2011-07-22 22:08:26 -04:00
Peter Rabi
c076e3b119 Bugfix fdo#32895 : un-translated template names (part 2/2)
Contributed under license LGPLv3+/MPL.
2011-07-22 21:57:31 +02:00
Caolán McNamara
83ee1bccf9 callcatcher: remove unused methods 2011-07-22 10:17:52 +01:00
Bjoern Michaelsen
200bc6c582 resyncing to master 2011-07-21 18:51:11 +02:00
Caolán McNamara
2ba63e7dab callcatcher: various unused methods 2011-07-20 10:02:46 +01:00
Caolán McNamara
a22ac2c218 callcatcher: remove unused methods 2011-07-14 22:06:29 +01:00
Caolán McNamara
32c9a1abdd callcatcher: remove unused SfxViewFrame::CloseHiddenFrames_Impl 2011-07-11 14:43:58 +01:00