Kohei Yoshida
ece88195e3
Somehow we forgot to add these default key bindings.
...
Ctrl+[ and Ctrl+] for mark precedents and dependents, respectively.
2011-03-02 18:54:54 -05:00
Thomas Arnhold
65c053ca1a
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:04:37 +01:00
Thomas Arnhold
40afe52c92
Remove DBG_UTILx
2011-03-01 23:36:28 +01:00
Caolán McNamara
fe3849c8eb
resolve ambiguities
2011-03-01 20:38:36 +00:00
Caolán McNamara
81ac5cc919
remove this now its usage is gone
2011-03-01 20:38:36 +00:00
Caolán McNamara
dcbf9a087e
avoid implicit cast
2011-03-01 20:38:36 +00:00
Caolán McNamara
bdd63457a3
avoid implicit cast
2011-03-01 20:38:36 +00:00
Caolán McNamara
0130a73fa3
avoid implicit cast
2011-03-01 20:38:36 +00:00
Caolán McNamara
cc864650e0
pointless to go from char* to OString to char*
2011-03-01 20:38:36 +00:00
Caolán McNamara
376257707d
avoid implicit cast
2011-03-01 20:38:36 +00:00
Caolán McNamara
9d68c1c248
avoid implicit casting
2011-03-01 20:38:36 +00:00
Caolán McNamara
90b542f096
found an implicit casting bug
2011-03-01 20:38:36 +00:00
Caolán McNamara
11ab0dd07e
avoid implicit casting
2011-03-01 20:38:36 +00:00
Caolán McNamara
c43d7d05ee
Pointless to convert char* to OString and back
2011-03-01 20:38:36 +00:00
Caolán McNamara
377c162be9
avoid implicit casting
2011-03-01 20:38:36 +00:00
Caolán McNamara
85607c7e26
found an implicit casting bug
2011-03-01 20:38:36 +00:00
Caolán McNamara
9624fc5fb9
overload match and avoid implicit cast
2011-03-01 20:38:36 +00:00
Caolán McNamara
6a9ba3c97e
don't rely on implicit casting
2011-03-01 20:38:35 +00:00
Caolán McNamara
74b95a4d6a
don't rely on implicit casting
2011-03-01 20:38:35 +00:00
Caolán McNamara
1b2dcc4497
Pointless to convert char* to OString and back
2011-03-01 20:38:35 +00:00
Caolán McNamara
aa8715e7fe
don't rely on implicit casting
2011-03-01 20:38:35 +00:00
Caolán McNamara
7cfeaa01b5
Why bother creating a OString from a char* to cast back to a char*
2011-03-01 20:38:35 +00:00
Caolán McNamara
da444b2329
don't rely on implicit casting
2011-03-01 20:38:35 +00:00
npcdoom
124175c44f
Change deprecated List for std::vector<String> in FillThemeList.
...
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-01 17:38:31 +01:00
Xisco Fauli
2d43419e1b
Remove Dead Code
2011-03-01 16:38:42 +01:00
Xisco Fauli
846ab4ee74
Remove Dead Code
2011-03-01 16:38:20 +01:00
Xisco Fauli
b479885f3e
Remove dead Code
2011-03-01 15:06:13 +01:00
Noel Power
67d1f89448
revert commit 4877ad1d8ef4bf509d5329f03fe6c16e8e3c307e
...
revert patch that introduces some new odf attributes for form field controls
2011-03-01 11:35:57 +00:00
Rafael Dominguez
20b77e66d0
[PATCH] Remove deprecated container list for std::vector.
2011-02-27 21:45:37 -08:00
Rafael Dominguez
b091c9f867
PATCH 1/2] Remove SvULongs and replace it with std::vector<ULONG>
2011-02-27 21:35:16 -08:00
Francois Tigeot
cfc854af6e
Handle DragonFly like the other BSDs in more cases.
2011-02-27 15:19:39 +01:00
Julien Nabet
27a1dcbfc9
Remove "using namespace ::rtl"
2011-02-26 22:42:26 +01:00
Julien Nabet
b9b36572d9
Remove "using namespace ::rtl"
2011-02-26 22:39:23 +01:00
Julien Nabet
063152696f
Remove "using namespace ::rtl"
2011-02-26 22:26:51 +01:00
Julien Nabet
f2554b7867
Remove "using namespace ::rtl"
2011-02-26 15:54:59 +01:00
Julien Nabet
bd5fa4c1c6
Remove "using namespace ::rtl"
2011-02-26 15:44:27 +01:00
Julien Nabet
9a0ad1d7e8
Remove "using namespace ::rtl"
2011-02-26 15:39:27 +01:00
Julien Nabet
68c7be65ba
Remove "using namespace ::rtl"
2011-02-26 15:34:48 +01:00
Julien Nabet
5e18a28608
Remove "using namespace ::rtl"
2011-02-26 15:24:58 +01:00
Julien Nabet
bbb5c3899d
Remove "using namespace ::rtl"
2011-02-26 15:10:54 +01:00
Thomas Arnhold
b0339463e0
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
2011-02-26 10:39:07 +01:00
Kohei Yoshida
d675923db0
Removed macros.
...
This messes up context tagging again.
2011-02-25 12:35:18 -05:00
Kurosawa Takeshi
574b67398c
Resolves fdo#32376 Set default color to the current one in toolbar popup
2011-02-25 15:45:22 +00:00
Thomas Arnhold
f4340a7237
Remove unused idldll.cxx
2011-02-24 21:52:46 +01:00
Kevin Hunter
a6f80efc53
Fix GTK dialog replacement of $filename$
...
When using GTK dialogs on a *nix system, the dialog box was displaying
"Overwrite '$filename$'?" instead of replacing '$filename$' with an
actual file name. This ammends that to be in league with out the
"native" LibreOffice dialogs do it.
2011-02-24 20:50:32 +00:00
Caolán McNamara
83cfca7c9c
remove empty TESTSHL2LIB
2011-02-24 20:47:55 +00:00
Christina Roßmanith
dbf407cfb0
Remove dead code
2011-02-24 19:58:07 +01:00
Rob Snelders
ed67e7f052
translated comments
2011-02-24 13:27:12 +01:00
Christina Rossmanith
3f60856055
Removed commented code
2011-02-24 10:00:02 +01:00
Rob Snelders
93315d93c3
translated comments (36-45/54)
2011-02-24 09:54:30 +01:00