Commit graph

741 commits

Author SHA1 Message Date
August Sodora
bcb9ddaa7e Remove _SVSTDARR_STRINGSISORTDTOR 2012-01-10 23:18:14 -05:00
Michael Stahl
f6260b19db cui: remove unused macro for renamed library 2012-01-10 17:52:20 +01:00
Caolán McNamara
629cd5caad callcatcher: update list 2012-01-10 10:09:29 +00:00
Caolán McNamara
3c62fbcdd7 simplify LocalFileHelper::ConvertURLToPhysicalName 2012-01-10 10:09:28 +00:00
Marcel Metz
ef16022119 Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE 2012-01-10 07:27:36 +01:00
Andras Timar
1eafe2bb4c bump LibreOffice copyright year to 2012 2012-01-09 19:12:51 +01:00
Caolán McNamara
45b19123a6 simplify CharClass
multiple variants of toUpper (etc)
some that take a non-const OUString or String and modify it
some that take a const OUString or String and return a new one
some that take part of a const OUString or String and return a new one
2012-01-09 13:28:37 +00:00
Andras Timar
1e847daddf yet another few strings to localize 2012-01-07 22:56:54 +01:00
Ivan Timofeev
bcaa334ad6 move overlapped controls 2012-01-07 19:19:29 +04:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
4beb58e0dd Removed unnecessary tools/ref.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
a1cfce768f Removed unnecessary tools includes. 2012-01-05 15:38:11 +01:00
Marcel Metz
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0 Removed unnecessary tools includes.
Hello lo-devs,

this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.

regards Marcel Metz
2012-01-05 15:31:29 +01:00
Caolán McNamara
bacfd2dc4c add a comphelper::string::getTokenCount
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Brad Sowden
4998b04122 Easyhack fdo#38831 remove SvStrings
------
With the for loop below Insert(x,nPos) was previously applied but nPos
is initialised to the end of vector and is always incremented in every
loop iteration i.e. Insert(x,nPos) is effectively a push_back(x). Agree?
In "short SvxNumberFormatShell::FillEListWithUserCurrencys(....)"

Also get rid of SvxDelStrgs (variant of SvStrings)
2012-01-04 13:49:10 +01:00
Lior Kaplan
14c0e038c9 Clean non English strings in the code
we do translation differently.
2012-01-02 22:35:33 +02:00
Andras Timar
005844765e "Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wise
never compose strings from two separate parts
see http://listarchives.libreoffice.org/global/l10n/msg03714.html
2011-12-31 20:38:04 +01:00
Luboš Luňák
643de3b64e "*.*" is not "all files" (bnc#738021)
Not on any Unix, at least. I have no idea how deep entrenched is this
mistake all over the code, so I'll play safe and just fix the KDE4 fpicker
(GNOME/KDE3 seem to handle it fine), but at least in the UI show just
"All files" instead of "All files (*.*)").
2011-12-22 19:32:53 +01:00
Tzvetelina Tzeneva
062eaeffe7 sw: Improved document comparison based on RSIDs. 2011-12-22 17:53:53 +01:00
Matúš Kukan
d73d329bf1 callcatcher: remove unused classes 2011-12-21 12:32:12 +01:00
Olivier Hallot
1375183d46 Fix for fdo43460 Part XI getLength() to isEmpty()
Part XI
Module
cui
2011-12-20 19:28:37 +04:00
Caolán McNamara
d0572a171e SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now 2011-12-20 13:12:34 +00:00
August Sodora
add0b7de36 String->OUString 2011-12-19 21:34:46 -05:00
August Sodora
4f766a2d84 Remove unnecessary includes 2011-12-19 14:36:10 -05:00
August Sodora
d330111ec3 Clean up treeopt select handler locking hack 2011-12-19 14:36:10 -05:00
August Sodora
7f707bbef2 Simplify treeopt select handler 2011-12-19 14:36:10 -05:00
August Sodora
8e0792e959 Automatically select an option page if a user clicks on a category 2011-12-19 14:36:09 -05:00
Andras Timar
3d7e113ce7 nobody has ever translated this string, in fact it is not for localization 2011-12-16 15:03:48 +01:00
Petr Mladek
dac89858f6 add version suffix (beta1) to about dialog
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in
instsetoo_native/util/openoffice.lst

configurable at runtime via registry/data/org/openoffice/Setup.xcu
and ooSetupVersionAboutBoxSuffix property
2011-12-16 14:29:13 +01:00
Jesse
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
Takeshi Abe
55b9dc002a shrinked useless constants/defines 2011-12-14 01:42:58 +09:00
Miklos Vajna
b26292882b fdo#30714 Use different default key bindings for Hungarian locale
Mimic Hungarian Excel's key bindings:

* inserting current date is Ctrl-'.'
* inserting current time is Ctrl-Shift-'.'
2011-12-13 14:33:07 +01:00
László Németh
e2812dd419 Fix always-false condition of FullCommentURL 2011-12-13 10:30:53 +01:00
Lior Kaplan
9b98c4a8d7 fdo#39452: 'Back' is misleading, use 'Revert' instead 2011-12-13 00:58:29 +02:00
Caolán McNamara
38f83bd0a5 catch by const reference 2011-12-12 16:45:30 +00:00
Marcel Metz
e5feeed767 Related: fdo#38832 Replace Table with std::map 2011-12-12 16:44:00 +00:00
Caolán McNamara
d6e21fd53c now with an STL map we don't have to do our own mem allocation 2011-12-12 16:32:34 +00:00
Marcel Metz
57054f84f6 Related: fdo#38832 Replace Table with std::map 2011-12-12 16:25:22 +00:00
Eike Rathke
8c736b8543 fixed fdo#37349 present Catalan (Valencian) as selectable UI language
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses
the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This
should not escape to document content therefor internally a replacement to
ca-ES is done for all locale attribution. For the UI localization to be
distinguishable under Tools->Options->LanguageSettings->UserInterface this
needed a special handling to allow Catalan (Valencian) again.
2011-12-09 22:36:15 +01:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
August Sodora
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
August Sodora
2ef7f7efbf Remove testtoolloader 2011-12-07 14:57:24 -05:00
Stephan Bergmann
400b458911 Unused includes. 2011-12-07 16:43:08 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Stephan Bergmann
f141ea7d74 Use configmgr directly in SvxAsianConfig. 2011-12-06 20:28:57 +01:00
David Tardon
49721e5df8 add support for Gtk+ print dialog (#i106780#) 2011-12-05 15:11:46 +01:00
Michael Stahl
5754213c70 sfx2::FileDialogHelper: refactor construction:
There are currently 2 different ways to specify what kind of file dialog
should be created: the nDialogType and nFlags ctor parameters.
Simplify that by using the nDialogType for the API specified variety,
and the nFlags only for options that cannot be specified by the API.

This allows to get rid of 3 constructors, and the following constants:
WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03 00:48:13 +01:00
Michael Stahl
434c1e3132 sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL 2011-12-03 00:48:12 +01:00
Michael Stahl
1274babb68 sfx2::FileDialogHelper: remove use of WB_OPEN
This can really be derived from the dialog type, don't duplicate it.
2011-12-03 00:48:12 +01:00
Michael Stahl
e913083ed0 remove unused #include sfx2/filedlghelper.hxx 2011-12-03 00:48:11 +01:00
Lior Kaplan
0443311761 Remove extra spaces from strings for translation 2011-12-02 01:43:50 +02:00
Eike Rathke
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00
Kohei Yoshida
f41eddb61c This data member is no longer used. Remove it. 2011-12-01 08:55:48 -05:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Lior Kaplan
3a0e84426b credits.html redirects to about-us/credits/, lets not depend on a rewrite rule in the website 2011-11-29 01:58:28 +02:00
Andras Timar
6a8350377b no space between number and percent or degree mark - consistency 2011-11-28 15:49:11 +01:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Korrawit Pruegsanusak
c5710d4700 s/infomation/information/ 2011-11-27 14:42:26 +07:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Caolán McNamara
b7ea361014 add stripStart, can replace EraseTrailingChars 2011-11-23 10:10:09 +00:00
Daniel Di Marco
33a8ac0750 remove NfShCurrencyEntries and NfShCurrencyEntryPtr types 2011-11-22 16:59:16 +01:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Norbert Thiebaud
993f9f7c89 Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it 2011-11-19 12:43:33 -06:00
Norbert Thiebaud
6db8af3e8b Revert "Removed tools/dynarray.hxx", break binfilter
This reverts commit 89a783cde0.
2011-11-19 10:14:18 -06:00
August Sodora
89a783cde0 Removed tools/dynarray.hxx 2011-11-18 23:24:34 -05:00
Niklas Johansson
c69c088a11 Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)
SvxHyphenWordDialog::SelLeft() and SvxHyphenWordDialog::SelRight() was
reversed witch caused the arrowkeys to be reversed in the hyphenation
dialog.
2011-11-18 10:08:45 +00:00
Felix Zhang
38b42cee86 remove obsolete layout code 2011-11-17 00:49:48 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Felix Zhang
d52f57837e remove obsolete layout macros 2011-11-15 14:39:55 +01:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Stephan Bergmann
8b75883b87 Simplified some uses of css.configuration.theDefaultProvider.
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Caolán McNamara
328e09955a callcatcher: remove some unused code 2011-11-11 11:55:04 +00:00
Caolán McNamara
58692c30e3 callcatcher: remove unused methods 2011-11-10 09:28:40 +00:00
Caolán McNamara
b3a9e9c728 callcatcher: remove some unused methods 2011-11-10 09:28:39 +00:00
Harri Pitkänen
090454c4c9 Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate
margin settings for absolutely positioned graphics objects. If it was
disabled one could not set (in HTML editor mode) separate margins for
left and right (or bottom/top) sides of the image. The setting was
disabled for Netscape and enabled for other browsers.

This patch removes the setting and unconditionally enables the feature
in HTML editor mode. All modern browsers support
margin-{left,right,bottom,top} CSS properties.
2011-11-09 16:45:55 +00:00
Andras Timar
a2dacd9205 remove empty Text [ x-comment ] entries 2011-11-08 11:28:33 +01:00
Caolán McNamara
c52fbc04a9 callcatcher: some unused methods 2011-11-08 10:01:43 +00:00
Michael Meeks
f1abe3035c gtk: cleanup to make the vcl file-picker interface work. 2011-11-07 14:19:34 +00:00
Ivan Timofeev
0cf754f5ca cppcheck: drop redundant checks 2011-11-06 13:16:47 +04:00
Caolán McNamara
36edda75a9 Resolves: fdo#36678 regenerate language-specific user dict list
Regenerate language-specific user dict list when language of underlying text
changes. Not just when the user overrides it from the top menu.
2011-11-03 13:02:03 +00:00
Cédric Bosdonnat
bc3c10b5ce Grammar checking dialog: reworked how explanations are shown 2011-11-02 13:21:57 +01:00
Lior Kaplan
70c659f4da Align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst 2011-11-01 16:11:35 +01:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Michael Meeks
75c1a8033a WaE: various sillies flagged by MSVC++ 2011-11-01 11:06:26 +00:00
László Németh
adb8868eda Display original resolution in PPI in Writer's Picture/Crop tab 2011-10-29 00:21:18 +02:00
Harri Pitkänen
89b3820c7b Export blinking text attribute to HTML in all HTML export modes
Previously blinking was not exported in IE mode. IE still does not
support blinking (neither does Chrome or Safari) but the extra tag
does not make things any worse and allows importing the HTML back
to LibreOffice without loss of formatting.

Code is also simplified by removing conditionals for options that
no longer need to be disabled.
2011-10-28 10:07:17 +01:00
Caolán McNamara
e84482a383 Use language/script specific CTL/CJK sample text in font preview
i.e. font names are often typically in English, so fairly useless
to take the English name to preview what effect the font will have
in a CTL/CJK script.

More languages and scripts need to be added, but this should be
sufficient to bootstrap this up
2011-10-21 11:27:39 +01:00
Eike Rathke
9796ac726e Revert "callcatcher: replace Clone() by NULL"
That doesn't make sense, not even with a callcatcher excuse.

This reverts commit d54c3ad151.
2011-10-19 01:38:19 +02:00
Caolán McNamara
ecf8ed8eed Resolves: fdo#39347 changeall strips periods of sentences ending in error
It's really dubious to do this, but we're doing it already for "Replace", just
not for "Replace All". Might as well be equally wrong everywhere.
2011-10-17 15:21:53 +01:00
Cédric Bosdonnat
6a15a2898b Styles cleanup: forgot to remove some bits 2011-10-17 12:44:07 +02:00
Cédric Bosdonnat
359d0fbd03 Removed list and numbering paragraph styles and related option page 2011-10-17 11:35:57 +02:00
Michael Stahl
a1c06ff4f2 tpcolor.cxx: unused parameter warning 2011-10-11 21:19:24 +02:00
Michael Meeks
8025a41b80 fix XColorList related crasher in tools->options, and try to clean more 2011-10-11 17:23:59 +01:00
Caolán McNamara
826ec1cc52 callcatcher: SvxHtmlExportModeConfigItem_Impl unused now 2011-10-10 08:51:13 +01:00
Michael Meeks
9142f9a1a1 WaE: win32 cleanup 2011-10-07 16:30:52 +02:00
Harri Pitkänen
77cb41a734 Remove code related to previously disabled HTML 3.2 export 2011-10-06 20:03:33 +01:00