Commit graph

636 commits

Author SHA1 Message Date
Ivo Hinkelmann
e8a6c5a277 CWS-TOOLING: integrate CWS os146 2011-03-07 17:31:32 +01:00
J. Graeme Lingard
ee8582c548 Remove 'added by' comments 2011-03-05 16:45:26 +00:00
Christina Rossmanith
b74d1e2541 Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from components 2011-03-05 08:42:43 +01:00
Guillaume Poussel
26e4971dfb Remove various useless comments in components.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 19:41:47 +01:00
Thomas Arnhold
aaee571ea1 Replace one DBG_UTIL with OSL_DEBUG_LEVEL
And remove the other one, as OSL_FAIL is executed only on
OSL_DEBUG_LEVEL > 0 (in diagnose.h).
2011-03-02 15:00:30 +01:00
Thomas Arnhold
fdeb501678 Move DBG_ERROR to OSL_FAIL 2011-03-02 15:00:30 +01:00
Thomas Arnhold
ebb3da4a2b Remove FILTER_WARNING_ENABLED 2011-03-02 08:21:00 +01:00
Caolán McNamara
75a2294560 pointless to go from char* to OString to char* 2011-03-01 20:34:28 +00:00
Caolán McNamara
28b84d7deb pointless cast 2011-03-01 20:34:28 +00:00
Jean-Baptiste Faure
84fbb424af Changed label size and/or position for BTN_AUTOSAVE, ED_AUTOSAVE and FT_MINUTE
The size of BTN_AUTOSAVE is too small for corresponding FR string.
I needed to move to the right ED_AUTOSAVE and FT_MINUTE

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-01 17:34:01 +01:00
Carsten Driesner
e53bc0fef9 fwk167: #i87606# Return correct result from event selection dialog when clicking on Cancel 2011-02-28 17:55:46 +01:00
Ivo Hinkelmann
df32f5c976 CWS-TOOLING: integrate CWS sw34bf03 2011-02-28 16:55:36 +01:00
Thomas Arnhold
52370d787a Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:42:19 +01:00
Joseph Powers
e986d2fc48 Cleanup some #include <tools/list.hxx> 2011-02-20 21:03:23 -08:00
Thomas Arnhold
feaab47c15 Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-19 16:21:52 +01:00
Caolán McNamara
9c8b5178f7 Method always returns true and contents are pure const
So removing it, I can't see the point of it.
2011-02-18 11:33:47 +00:00
Release Engineering
9108e80cb4 merged DEV300 2011-02-18 11:14:19 +01:00
David Tardon
86026d191c WaE: unused variable 2011-02-17 09:46:42 +01:00
David Tardon
2087f6f92d WaE: unused variable 2011-02-17 09:40:22 +01:00
David Tardon
16c242c9df WaE: unused variable 2011-02-17 09:40:14 +01:00
David Tardon
31695893d6 WaE: unused variable 2011-02-17 09:21:43 +01:00
Ivo Hinkelmann
93f662a939 CWS-TOOLING: integrate CWS accfixes 2011-02-16 15:09:19 +01:00
Ivo Hinkelmann
725c97e168 CWS-TOOLING: integrate CWS mongolianlayout 2011-02-16 13:15:38 +01:00
Malte Timmermann [mt]
34ca828e5a fixed compile errors after resync to m100, part2 2011-02-16 12:33:30 +01:00
os
883e2b1125 USHORT removed 2011-02-16 11:53:46 +01:00
Mathias Bauer
9ab412d7ba CWS mongolianlayout: resync to m100 2011-02-15 18:08:15 +01:00
Malte Timmermann [mt]
f42f3b496a accfixes: merged to m100 2011-02-15 17:14:59 +01:00
os
6ba0d5c936 m100 merged 2011-02-15 16:01:31 +01:00
Ingrid Halama [iha]
a7987ae19c chart52: merge with DEV300_m100 2011-02-15 13:28:01 +01:00
Caolán McNamara
b5f02c24a1 WaE: unused return val 2011-02-13 20:01:03 +00:00
Guillaume Poussel
8add752517 Remove bogus comments 2011-02-13 17:35:58 +01:00
Joseph Powers
e66aaababc Remove precompiled header support.
The precompiled header has already been disabled via #if 0. I just deleted
the precompile header code and removed the include from all the files.

A make clean works fine on CUI.
2011-02-12 15:02:35 -08:00
Joseph Powers
84316d226d Remove #include "bootstrp/sstring.hxx"
This file is no longer needed outside of tools.
2011-02-12 10:36:08 -08:00
Joseph Powers
48ce10a78d Remove DECLARE_LIST( UniStringList, UniString* )
I converted the DECLARE_LIST() into a vector<> and moved it to the .hxx
file. This also means I no longer have to reference /bootstrp/sstring.hxx.
2011-02-12 09:13:46 -08:00
Michael Stahl
2883c00e18 sw34bf03: merge to-be-m100 DEV300_next 2011-02-11 15:41:40 +01:00
Caolán McNamara
d63540aebd Describe fonts the same way as the default font dialogs on each platform do
i.e.
Windows: Font, Style, Size
http://msdn.microsoft.com/en-us/library/ms646958%28v=vs.85%29.aspx

MacOsX: Family, Typeface, Size
http://sketchup.google.com/crimages/layout-set-ShowFonts-mac-en.jpg

GNOME: Family, Style, Size
http://live.gnome.org/Design/GTKFontDialog/UsabilityEvaluations
2011-02-11 09:36:19 +00:00
Fridrich Štrba
255677ab5b Trying to remove the stlport mention from the code 2011-02-09 19:56:30 +01:00
Guillaume Poussel
842bfb16f7 Remove useless comments in components. 2011-02-08 19:06:48 +01:00
Mathias Bauer
16680c16eb CWS gnumake3: found another tools integer type 2011-02-08 15:08:05 +01:00
Mathias Bauer
817da8b9db CWS gnumake3: pull in cws removetooltypes01 2011-02-08 11:49:29 +01:00
Carsten Driesner
25fafb0689 removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw 2011-02-08 11:05:35 +01:00
Fridrich Štrba
d0f6d5d97c std::bit_vector -> ::std::vector<bool, std::allocator<bool> > 2011-02-08 07:43:29 +01:00
bjoern.michaelsen@canonical.com
95132670c5 lp#696527: enable human icon theme in LibreOffice 2011-02-07 18:20:52 +01:00
Carsten Driesner
7fa8864a0f removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Julien Nabet
ba11d549dc Some cppcheck cleaning 2011-02-06 23:16:23 +01:00
Karsten Gerloff
f6ae27e3f1 translate some comments 2011-02-06 17:00:52 +00:00
Thomas Arnhold
50c26300e5 Remove lots of dead code 2011-02-06 13:43:35 +01:00
Fridrich Štrba
7685200dc1 move components to boost unordered containers 2011-02-06 01:00:47 +01:00
Mathias Bauer
0c4f5c96f9 CWS gnumake3: resync to m99 2011-02-03 15:53:56 +01:00
os
90559c7630 os146: gnumake3 merged 2011-02-02 11:06:37 +01:00
Caolán McNamara
97608a8a2e WaE: various new gcc 4.6.0 warnings 2011-01-31 21:25:14 +00:00
Caolán McNamara
1eac75fc62 Resolves: rhbz#673819 crash on changing position of drawing object in header
The header/footer objects are cunning wrappers to pretend to some parts
of the drawing stuff that there are multiple objects, while in reality
there is only one. So call HasText actually gets a totally different
object from the cast :-(
2011-01-30 20:38:00 +00:00
Vladimir Glazunov
f4731b6f2e CWS-TOOLING: integrate CWS undoapi 2011-01-28 11:59:17 +01:00
Frank Schoenheit [fs]
ddf5973908 undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
Vladimir Glazunov
dd8d794f7e CWS-TOOLING: integrate CWS tl84 2011-01-27 16:53:34 +01:00
Caolán McNamara
34b5dc33d4 WaE: gcc 4.6.0 various warnings 2011-01-27 11:23:31 +00:00
Caolán McNamara
7c2a012c36 WaE: gcc 4.6.0 various warnings 2011-01-26 09:22:02 +00:00
Thomas Arnhold
fa2526c545 Remove some dead code. 2011-01-26 07:50:25 +01:00
Thomas Arnhold
3569872463 Remove FS_PRIV_DEBUG directive. 2011-01-25 23:41:46 +01:00
Tor Lillqvist
09c19c6dda Fix minor ULONG glitch 2011-01-25 21:04:14 +02:00
Caolán McNamara
c8b81c36a0 WaE: gcc 4.6.0 various warnings 2011-01-25 12:36:06 +00:00
Thomas Arnhold
7255e41833 Remove some dead code. 2011-01-22 16:53:28 +01:00
Thomas Arnhold
22d4f8973f Remove empty description and dates. 2011-01-22 00:00:57 +01:00
Thomas Arnhold
583d1f7714 Move header includes to the top. 2011-01-21 22:53:47 +01:00
Thomas Arnhold
86f964d438 Remove doubled headers. 2011-01-21 18:32:36 +01:00
Carsten Driesner
f163f1264a removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Carsten Driesner
a70e0c663f removetooltypes01: #i112600# Fix build problems on non-pro 2011-01-21 13:06:20 +01:00
Malte Timmermann [mt]
e4b0b44243 accfixes: moved some shared strings to svx part2 2011-01-21 13:03:36 +01:00
Malte Timmermann [mt]
72134106b4 accfixes: moved some shared strings to svx 2011-01-21 12:23:11 +01:00
Thomas Arnhold
f97dcd3d93 Remove old RCS lines. 2011-01-21 12:08:20 +01:00
Malte Timmermann [mt]
0c514ad4f6 accfixes: added more accessibility information and fixed tab orders in multiple dialogs (cui module) 2011-01-20 12:21:31 +01:00
Thomas Arnhold
7c89e643b1 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 10:30:44 +01:00
Bjoern Michaelsen
cd5dbe180f gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing 2011-01-19 16:36:58 +01:00
Mathias Bauer
7fdd0dc57d cws mongolianlayout: resync to m97 2011-01-17 13:31:54 +01:00
Mikhail Voytenko
13c1c67ec5 removetooltypes01: #i112600# remove tooltypes from cui 2011-01-14 12:41:27 +01:00
os
641980facf m97 merged 2011-01-13 07:55:08 +01:00
Mathias Bauer
5bac7d8419 CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files 2011-01-12 11:56:09 +01:00
os
d2eb8afce7 m96 merged 2011-01-10 15:23:20 +01:00
Miklos Vajna
8051a88337 cui: make it possible to bind F13/F14/F15/F16 to a function 2011-01-09 04:07:32 +01:00
Mikhail Voytenko
4446d50fc7 removetooltypes01: rebase to DEV300_m96 2011-01-06 14:57:12 +01:00
Vladimir Glazunov
6c8c8f2436 CWS-TOOLING: integrate CWS vcl117 2011-01-06 12:12:27 +01:00
Philipp Lohmann [pl]
d213658e38 rebase to DEV300_m96 2011-01-06 11:11:47 +01:00
Kohei Yoshida
062f5792d4 Make the Reset help agent button wider for Italian text. (fdo#32133)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-05 19:04:45 +01:00
Kohei Yoshida
d076881ec0 Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-05 19:04:34 +01:00
Caolán McNamara
54ce9c52da fix weird preprocessing syntax, probably meant this 2011-01-02 21:11:14 +00:00
Caolán McNamara
181de27b2e cppcheck: prefer prefix variant 2011-01-01 21:21:56 +00:00
Joseph Powers
3ceae8b493 Remove DECLARE_LIST( TargetList, String* ) 2011-01-01 10:57:36 -08:00
Joseph Powers
b72a041898 Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* ) 2011-01-01 08:09:16 -08:00
os
5cdc28997b #i115915# paper size box needs valid selection 2010-12-28 15:25:10 +01:00
Daniel Rentz [dr]
43793609cd dr77: rebase to DEV300m96 2010-12-27 12:33:29 +01:00
Julien Nabet
50e49fd312 cppcheck prefix operator in components 2010-12-27 09:29:07 +01:00
Caolán McNamara
d26209184b cppcheck: prefer prefix variant 2010-12-23 20:55:26 +00:00
Caolán McNamara
c832da45fb cppcheck: can reduce the scope of these variables 2010-12-23 16:42:00 +00:00
Frank Schoenheit [fs]
cc8d3de7d2 undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system 2010-12-23 10:01:58 +01:00
Jan Holesovsky
3f57365e73 Merge commit 'libreoffice-3.3.0.2' 2010-12-20 01:15:58 +01:00
Caolán McNamara
75ed15cc5b cppcheck: the scope of this variable can be reduced 2010-12-18 19:10:44 +00:00
Hans-Joachim Lankenau
d14d5a645d CWS-TOOLING: integrate CWS gnumake2 2010-12-17 12:43:22 +01:00
Michael Stahl
8e6c5c7adf sw34bf03: #i93908#: ODF: fix bogus style:num-suffix on bullet lists:
Svx{Bullet,Num}PickTabPage, SwAutoFormat, SwWrtShell::NumOrBulletOn():
  clear suffix when bullet lists are created.
 xmlnumi.cxx: ignore style:num-suffix written by defective OOo versions.
2010-12-17 11:00:57 +01:00
Thorsten Behrens
8184a13104 Fix dbgutil build 2010-12-15 01:42:43 +01:00
Gert Faller
0c938820f9 change of __READONLY_DATA define to const 2010-12-12 09:17:59 +01:00
Gert Faller
561b4fd234 cleaning of __EXPORT define 2010-12-11 22:45:31 +01:00
Joseph Powers
23d1212c39 Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * ) 2010-12-11 09:25:38 -08:00
Caolán McNamara
a167edf8cd cppcheck: uninit member variables 2010-12-09 12:13:02 +00:00
Kohei Yoshida
0cd2e391dd Put the ODMA dialog check box on its own row.
* Put the ODMA dialog check box on its own row, and push everything
  downward to make some room.

* Remove the Help Formatting controls to make more room. Without this
  the enable experimental check box would go outside the visible area
  on Mac.

This fixes fdo#32133.

Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2010-12-07 16:14:01 +01:00
Kohei Yoshida
719e0a8394 Make the ODMA check box clickable again. (fdo#32132) 2010-12-06 22:29:38 -05:00
Kohei Yoshida
c7b1d5e758 Make 'Reset help agent' button clickable again. (fdo#32132) 2010-12-06 22:21:21 -05:00
Michael Callahan
eaaedfba76 remove obsolete __FAR_DATA 2010-12-06 10:36:53 +00:00
Takeshi Abe
60a9b5172b Replace all occured, occurance etc. 2010-12-05 20:23:29 +00:00
Caolán McNamara
99b6172fb2 cppcheck: the scope of this variable can be reduced 2010-12-05 12:11:54 +00:00
Kenneth Venken
39fc2df3c1 more Sal n elements 2010-12-03 13:59:47 +00:00
Kohei Yoshida
dfe91d085c Fixed the sizes of Tips and Extended tips check boxes.
The Tips check box control was too wide and it was overlapping with
the Extended tips check box, which prevented it from being clickable.
(fdo#32028)
2010-12-01 17:07:30 -05:00
Gert Faller
5c7b452498 RTL_CONSTASCII_USTRINGPARAM in components 4 2010-11-29 22:33:05 +01:00
J. Graeme Lingard
6690007283 Remove empty comments 2010-11-29 00:16:33 +00:00
J. Graeme Lingard
2b77d15fd2 Remove dated comments 2010-11-28 19:44:03 +00:00
Gert Faller
7692bfc268 RTL_CONSTASCII_USTRINGPARAM in components 3 2010-11-28 18:33:53 +01:00
Caolán McNamara
0a4e8bfe16 cppcheck: scope of variable can be reduced 2010-11-28 12:02:36 +00:00
Gert Faller
1231e74a6d RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?) 2010-11-27 17:20:30 +01:00
Gert Faller
f357474191 RTL_CONSTASCII_USTRINGPARAM in components 1 2010-11-27 11:54:21 +01:00
Mathias Bauer
f285546140 CWS gnumake2: resync to m94 2010-11-26 15:27:38 +01:00
Frank Schoenheit [fs]
0f126c4849 undoapi: removed unused TextUndo IDs, for purpose of simplification 2010-11-26 14:04:34 +01:00
Michael Stahl
e855375570 udoapi: merge sw refactoring with undoapi stuff 2010-11-25 15:10:59 +01:00
Caolán McNamara
aa771abe7e cppcheck: methods can be const 2010-11-25 10:37:29 +00:00
Philipp Lohmann [pl]
4592bb216c merge with DEV300_m94 2010-11-24 18:50:17 +01:00
Caolán McNamara
a6535c8901 cppcheck: Redundant null pointer check 2010-11-24 10:48:41 +00:00
Caolán McNamara
7972fcd465 cppcheck: Redundant null pointer check 2010-11-24 10:48:41 +00:00
Caolán McNamara
0964bdda7e cppcheck: Redundant null pointer check 2010-11-24 10:48:41 +00:00
Caolán McNamara
d6f314c015 cppcheck: Redundant null pointer check 2010-11-24 10:48:41 +00:00
Caolán McNamara
c70f456c68 cppcheck: Redundant null pointer check 2010-11-24 10:48:41 +00:00
Caolán McNamara
2b59ec8b17 cppcheck: Redundant null pointer dereference 2010-11-24 10:48:41 +00:00
Julien Nabet
95e7e54243 RTL patch for cui 2010-11-24 07:24:35 +01:00
Caolán McNamara
c6e0eee73c cppcheck: The scope of the variable nTmpSz can be reduced 2010-11-23 21:35:55 +00:00
Petr Mladek
2bc099f345 show the really used default icon theme in options (bnc#603169)
check also the icon theme prefered by the native widget plugin

backport from ooo-build-3-2-1
2010-11-23 21:19:52 +01:00
Petr Mladek
f033400bfa show the really used default icon theme in options (bnc#603169)
check also the icon theme prefered by the native widget plugin

backport from ooo-build-3-2-1
2010-11-23 21:18:44 +01:00
Joseph Powers
bf8f8053cf Remove the last of the HC icons 2010-11-22 17:55:31 -08:00
Frank Schoenheit [fs]
8bb099cf0a undoapi: merge after pulling DEV300.m94 2010-11-22 10:17:18 +01:00
Andras Timar
f863ebc25e fixing overlapping controls 2010-11-20 11:56:50 +01:00
Andras Timar
c08b191655 fixing overlapping controls 2010-11-20 11:50:26 +01:00
Thomas Lange [tl]
6d244c4159 cws tl84: merge with DEV300_m93 2010-11-19 09:51:15 +01:00
pjacquod
d3d6b5d08f RTL_CONSTASCII_USTRINGPARAM in components cui options
this time options should be cleared
2010-11-17 16:17:40 +00:00
pjacquod
fd16ff06f7 RTL_CONSTASCII_USTRINGPARAM in components/cui/...option 2010-11-17 16:11:13 +00:00
Joseph Powers
f0d9c4aa9c HC Cleanup - components 2010-11-16 18:59:15 -08:00
Caolán McNamara
9330494b42 get this building again 2010-11-16 16:25:16 +00:00
Sebastian Spaeth
788f2f9434 More _HC removal in CUI. cui builds now again 2010-11-16 17:19:43 +01:00
Sebastian Spaeth
f8beeada57 Remove more _HC references 2010-11-16 17:13:06 +01:00
Sebastian Spaeth
426c475067 Remove _HC usage in cui 2010-11-16 16:59:53 +01:00
Thomas Lange [tl]
609a3898f9 cws tl84: #ii71192# paper size A6 adde to Format/Page 2010-11-15 09:17:07 +01:00
Pierre-André Jacquod
06472cd5f2 RTL_CONSTASCII_USTRINGPARAM cleaing in components - dialogs
/home/pjacquod/LibO_dev/build/clone/components/cui/source/dialogs
and some dead code cleaned up
2010-11-15 06:47:46 +01:00
Pierre-André Jacquod
32a355165a RTL_CONSTASCII_USTRINGPARAM in components
cleaning in components/cui/source/customize
2010-11-15 06:26:08 +01:00
Caolán McNamara
0dbbebb29d Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM 2010-11-14 21:02:14 +00:00
Joseph Powers
9d6314c5ec Purged BmpColorMode from libs-gui - components 2010-11-13 00:33:43 -08:00
J. Graeme Lingard
b36d193bb3 Remove empty Beschreibung (Description) comments 2010-11-12 15:42:42 +00:00
Joseph Powers
688a78dc02 Bitmap Tree Cleanup - components
Removed all references to HIGHCONTRAST mode from svtools classes:
	SvImpLBox
	SvTreeListBox

The reset is just fall out.
2010-11-10 07:56:57 +01:00
Xiaofei Zhang
ecf66d8aa3 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework 2010-11-10 13:50:33 +08:00
Philipp Lohmann [pl]
2c3ee5c72d vcl117: #i115493# check index for validity 2010-11-09 16:43:41 +01:00
Daniel Rentz [dr]
2ffab103b3 dr77: rebase to DEV300m92 2010-11-09 15:15:30 +01:00
Vladimir Glazunov
7f6d48f1e1 CWS-TOOLING: integrate CWS dba34a 2010-11-08 16:01:31 +01:00
Alexander O. Anisimov
c72cccf568 remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2010-11-08 00:31:55 +01:00
Frank Schoenheit [fs]
90286e004d undoapi: GCC WaE 2010-11-03 15:32:10 +01:00
Frank Schoenheit [fs]
3969fb69b7 undoapi: removed SID_PLAYMACRO and SfxApplication::PlayMacro_Impl - this was dead code. (Also removed some other dead slot ID definitions which were unused, and which jumped upon me while removing SID_PLAYMACRO) 2010-11-02 21:29:37 +01:00
eXine
da94b0462b cui: more fixes of dead code, bogus and German 2010-11-02 15:36:40 -04:00
Marcin eXine M
f525717534 removed unnecessary comments and whitespaces, dead code 2010-11-02 14:54:40 +00:00
Frank Schoenheit [fs]
faa34a45a8 undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely 2010-11-01 15:32:54 +01:00
Frank Schoenheit [fs]
b8cfd18781 undoapi: get rid of the usage of SfxMacroConfig::GetSlotId: the only thing done here is creating an SfxMacroInfo instance, whose only usage is the macro name (nowadays: script name) it carries. This can be done cheaper, by just carrying the string. The slot ID was never actually used. 2010-11-01 15:32:51 +01:00
Frank Schoenheit [fs]
99375cc6d3 undoapi: removed unused SFX_CFGGROUP_* items 2010-11-01 15:32:51 +01:00
Frank Schoenheit [fs]
6a2a1b824f undoapi: removed the remaints of script type selection - this code is dead for *ages* 2010-11-01 15:24:47 +01:00
Frank Schoenheit [fs]
a297e0c291 undoapi: removed the semi-dead ScriptDisplaySettings config settings (and their only client) 2010-11-01 15:17:34 +01:00
Joost Eekhoorn
a62ff01d8c Use RTL_CONSTASCII_USTRINGPARAM macro 2010-10-31 17:22:39 +00:00
Joost Eekhoorn
b3667c7895 Use RTL_CONSTASCII_USTRINGPARAM macro 2010-10-31 17:20:13 +00:00
Frank Schoenheit [fs]
44a73f1f53 merge after pulling DEV300.m91 2010-10-29 11:31:21 +02:00
Mathias Bauer
c93f01621f CWS gnumake: resync to m91; conflicts unresolved 2010-10-28 23:02:10 +02:00
Michael Meeks
eb3ab31953 re-arrange options dialog to add experimental option 2010-10-28 17:52:27 +01:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +01:00
Norbert Thiebaud
e73dde5fb4 Finally, gut the vos module out of the build 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
e042951f36 remvove vos/macros.h usage 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
46308b84dd merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:29 -05:00
Norbert Thiebaud
d3d553e1ef merge vosremoval-reference.diff 2010-10-25 19:55:29 -05:00
Norbert Thiebaud
0d1f3a8577 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:29 -05:00
Gert Faller
04df950dcc cleanup obsolete comments 2010-10-25 21:36:06 +01:00
Caolán McNamara
a4939e9e41 #i109882# return early in unlikely event of failure 2010-10-25 21:00:26 +01:00
Mathias Bauer
87d1804dfa CWS monogolianlayout: resync to m90 2010-10-25 14:22:57 +02:00
Joost Eekhoorn
166abea99d translate comment 2010-10-24 13:08:34 +01:00
Mathias Bauer
76039bc52f CWS changehid: resync to m90 2010-10-21 15:10:42 +02:00
Frank Schoenheit [fs]
a70f500bc9 undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IUndoManager interface.
Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes
up the source tree.
This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which
is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-20 14:54:59 +02:00
Thorsten Behrens
5e659c2555 Switch all urls from TDF to LibreOffice
Additionally, fixes fdo#30667 with new about dialog text, and a
link to http://libreoffice.org/credits.html
2010-10-19 18:05:39 +02:00
Kenneth Venken
d4e6f79899 WaE, fix this warning 2010-10-18 13:15:39 +01:00
Caolán McNamara
256918a159 WaE remove annoying warning 2010-10-18 12:37:40 +01:00
Caolán McNamara
be33f49e56 WaE remove this duplicate define 2010-10-18 12:10:54 +01:00
Kenneth Venken
394235bba1 SAL_N_ELEMENTS changes for components 2010-10-15 18:15:35 +01:00
Mathias Bauer
d56823f578 CWS changehid: some missing HIDs 2010-10-15 14:35:13 +02:00
Mathias Bauer
d57f6c0b49 CWS changehid: missing HID 2010-10-14 18:00:38 +02:00
Vladimir Glazunov
1c0fc0d39d #i10000# changes from OOO330 m10 2010-10-14 12:52:12 +02:00
Mathias Bauer
5d10979065 CWS changehid: some fixes for Writer update test 2010-10-14 12:12:02 +02:00
Kohei Yoshida
7d3baf3527 Merge branch 'master' into feature/calc-key-binding-compat 2010-10-13 23:21:44 -04:00
Noel Power
d854a90207 Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/components 2010-10-13 15:16:34 +01:00
Noel Power
5089e955d6 Merge commit 'origin/master' 2010-10-13 12:51:15 +01:00
Jan Holesovsky
9d8c45d9a8 Merge commit 'ooo/OOO330_m10' 2010-10-13 11:30:55 +02:00
Noel Power
5a9064d007 Merge branch 'vba' fix conflics ( below ), trailing ws and leading tabs
Conflicts:
	forms/source/component/RadioButton.cxx
	forms/source/inc/property.hrc
2010-10-13 10:17:11 +01:00
Sebastian Spaeth
ead7290449 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:23 +02:00
Caolán McNamara
762dbbb4b1 #i112786# make ConfigManager a well-behaved singleton 2010-10-12 15:34:10 +01:00
Norbert Thiebaud
d217505d16 vos:removal: missed a couple of OThread 2010-10-12 01:57:31 -05:00
Kohei Yoshida
7f05d839fa Added new tab page in the Options dialog.
This options tab page is for Calc's compatibility settings, e.g.
default key bindings between the old OOo Calc and Excel.
2010-10-11 20:18:24 -04:00
Kohei Yoshida
4b57550386 Fixed a build break. 2010-10-11 20:14:55 -04:00
Alan Du
f25d737179 Removed a lot of the //CHINA001 comments. 2010-10-11 20:11:42 -04:00
Mathias Bauer
976acf3ed1 CWS changehid: generate former auto hids into src files 2010-10-11 17:56:12 +02:00
Arnaud Versini
4ad9f8a965 Resolving issue 2838 of OOo.
It’s in two parts :
* autocorrection comparison function during the search of the word(s) takes care of the case.
* possibility to insert two times the same words with different
cases.
2010-10-11 11:04:14 -04:00
David Tardon
cdea822f6f #i114426# prevent possible use of a ref. to deleted LocaleDataWrapper 2010-10-11 10:40:16 +02:00
Mathias Bauer
9570f4dfff CWS changehid: resync to m89 2010-10-09 18:56:58 +02:00
Norbert Thiebaud
6ed0bcdd5b FASTBOOL to bool conversion 2010-10-07 19:06:00 -05:00
Thorsten Behrens
ace9c26ac4 Webservice URLs now point to documentfoundation
Changed places referencing OOo webservices to refer to
*.documentfoundation.org instead. Also, append coutry string to URL.
2010-10-07 12:36:21 +02:00
Cédric Bosdonnat
cfcaf68840 fate#307731, fate#307730: Adds dotted and dashed border lines 2010-10-06 23:57:35 +02:00
Noel Power
e31e563d72 initial commit for vba blob ( not including container_control stuff ) 2010-10-06 10:16:13 +01:00
Kohei Yoshida
a9d4cf627b Revert "This patch resolve the issue 2838 of OOo."
This reverts commit 5abaf7746c6c960d090b55ffc311ed018ecaf470.

The build breaks with this change.  Reverting for the time being.
2010-10-05 19:57:19 -04:00
Kohei Yoshida
37896bba67 Ported dde-reconnect-on-load-*.diff from ooo-build.
Improve reliability of DDE connections between documents opened in LO.
With this change, LO tries to reconnect to a DDE server document upon
opening if that server document is being listened to by one of the
open documents.

Also, the old implementation would load a DDE server document
invisible, and would never close it when the user updates the link.
This had the consequence that when the user tries to open this
document while it's loaded hidden, it causes some weird focus issues,
and closing it and opening it again would disconnect the DDE
connection.  The new implementation closes the server document
immediately after the DDE link update is complete.

This change also fixes a bug in Calc where DDE link updates to cells
would fail when the formula syntax is set to something other than Calc
A1.
2010-10-05 15:44:33 -04:00
Arnaud Versini
33d6e18416 This patch resolve the issue 2838 of OOo.
It’s in two parts :
   * autocorrection comparison function during the search of the
word(s) takes care of the case.
   * possibility to insert two times the same words with different
cases.
2010-10-05 21:38:12 +02:00
Petr Mladek
0ac99a4c7c fixed cui includes after removing the guards 2010-10-05 18:08:01 +02:00
Petr Mladek
d41279d586 more removed include guards using fixguard.py 2010-10-05 18:08:01 +02:00
Petr Mladek
e2039c054c remove include guards using fixguard.py 2010-10-05 18:08:01 +02:00
Kohei Yoshida
755ad68346 Ported calc-distributed-cell-text-*.diff from ooo-build.
This feature enables horizontal 'distributed' alignment and vertical
'justified' and 'distributed' alignments for cell contents in Calc.
Note that this feature relies on ODF 1.2 extended in order for the
relevant cell attributes to be saved in ODS.
2010-10-05 11:15:56 -04:00
Kohei Yoshida
1bc921fb6c Ported always-save-option-svx.diff from ooo-build.
Add new option in the Options dialog to allow document save even when
the document has not been "modified".
2010-10-05 10:19:18 -04:00
Frank Schoenheit [fs]
3eb17056ae undoapi: pulled DEV300.m89 and sb123 2010-10-05 10:20:04 +02:00
J. Graeme Lingard
15aaf45ef9 Remove redundant #include directives & comments 2010-10-04 23:25:47 -04:00
Kohei Yoshida
2985003db4 Ported calc-insert-current-time-svx.diff from ooo-build.
To Make the semicolon and angular braces assignable of commands.
2010-10-04 18:06:27 -04:00
sb
2ee39bc091 sb132: merged in DEV300_m89 2010-10-04 17:38:17 +02:00
David Hobley
0a58698da6 Comments cleanup 2010-10-04 16:56:57 +02:00
Jacopo Nespolo
3ae75cb878 dead comment removal 2010-10-04 12:13:52 +01:00
Jacopo Nespolo
a8d686ced5 Code cleanup in cui 2010-10-04 09:41:50 +02:00
Andras Timar
4765f3546a make CustomUnitText "Pixel" localisable, #i35956# 2010-10-02 09:14:11 +02:00
Andras Timar
3002c99a79 make CustomUnitText "%" consistent, #i35956#
Despite the state of issue #i35956# this patch was not integrated.
2010-10-02 09:09:34 +02:00
Andras Timar
674fa4711f Fix name order for Hungarian on the UI, #i110287# 2010-10-02 08:36:00 +02:00
jgraeme
98c3814094 Cleanup commented-out code
* multiple comments containing //CHINA001
* a large section of commented out code
2010-10-01 22:50:43 +02:00
J. Graeme Lingard
8526951e75 Remove commented out code from cuigrfflt.cxx
This section was probably commented out when code was copied from
libreoffice/libs-core/svx/source/dialog/grfflt.cxx during a code move.
2010-10-01 11:11:27 +02:00
Caolán McNamara
3d55593cdf #i108246# fix crash in Appearance config dialog 2010-09-30 16:28:25 +01:00
Kohei Yoshida
ab1d54371a Ported autocorrect-accidental-caps-lock-svx.diff from ooo-build. 2010-09-29 16:19:57 -04:00
Vladimir Glazunov
1f64b659bd CWS-TOOLING: integrate CWS tl82 2010-09-29 10:05:34 +02:00
Daniel Rentz [dr]
5b68ea6837 dr77: rebase to DEV300_m88 2010-09-28 20:30:05 +02:00
Frank Schoenheit [fs]
adfd945c64 dba34a: #i31275# allow 'select as you type' aka 'quick selection' for tree list boxes (SvLBox derivees, to be precise), and enable this for Base main window, and the stylist 2010-09-27 23:21:07 +02:00
Frank Schoenheit [fs]
fc73310fd6 dba34a: merged latest changes from CWS dba33j 2010-09-23 15:37:13 +02:00
Christian Lippka
0336bdb79b dba33j: #i111302# fixed truncated strings 2010-09-23 11:21:26 +02:00
sb
f6d317b72b sb123: merged in DEV300_m88 2010-09-22 15:59:47 +02:00
Frank Schoenheit [fs]
fe7293c9a4 dba34a: pulled DEV300.m88 2010-09-22 14:35:32 +02:00
Frank Schoenheit [fs]
33d40c1b62 dba34a: merge after pulling latest changes from CWS dba33j 2010-09-22 11:09:12 +02:00
Christian Lippka
3dc0a69ae5 dba33j: #i111302# fixed truncated strings 2010-09-21 11:36:27 +02:00
Frank Schoenheit [fs]
cdab9168e5 dba34a: merge 2010-09-21 10:41:48 +02:00
Frank Schoenheit [fs]
c563a4de7e dba34a: merged latest changes from CWS dba33j 2010-09-21 11:02:19 +02:00
Tor Lillqvist
a00b455f9b Workaround for default_images symlink problem on Cygwin 2010-09-18 10:06:58 +03:00
Hans-Joachim Lankenau
05e178629a CWS-TOOLING: integrate CWS oooimprovement6 2010-09-17 15:39:00 +02:00
Hans-Joachim Lankenau
66ee906cda DEV300: changesets OOO330 up to m8 2010-09-17 13:32:40 +02:00
Thorsten Behrens
b7628798ec fit-list-to-size.diff: Shrink font automatically when text overflows.
i#94086

Scale-font-down if typing text in Impress and the text box becomes too small.
2010-09-17 10:12:04 +02:00
Kohei Yoshida
ecb7248b14 calc-formula-variable-separators-svx.diff: formula separators changeable
n#447164, i#92056

Make the formula separators changeable per locale setting, and add new
configuration page for formula syntax and separators.
2010-09-15 21:26:26 +02:00
Cédric Bosdonnat
8bbfa2e577 cjk-default-compatibility.diff: Don't expand spaces with manual breaks
i#54320
2010-09-14 17:21:03 +02:00