Commit graph

741 commits

Author SHA1 Message Date
Caolán McNamara
46cf18fdf1 catch by reference 2012-02-21 14:45:05 +00:00
Caolán McNamara
548b28a947 WaE: unused variable 2012-02-21 14:25:44 +00:00
Caolán McNamara
efbbf9b63c WaE: msvc:C4099 2012-02-20 12:20:59 +00:00
Takeshi Abe
03591233c1 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18 23:19:41 +09:00
Elton Chung
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
Matteo Casalin
ff3ddcfb73 Cleanup inludes 2012-02-17 18:57:45 +01:00
Stephan Bergmann
161c3f179f Some more comphelper/configurationhelper clean up 2012-02-14 14:19:07 +01:00
Petr Mladek
5169057884 Use "Close" instead of "Cancel" button in the about dialog
Thanks to Stefan Knorr (Astron) for hint.
2012-02-13 15:40:24 +01:00
Tor Lillqvist
f9595ad515 WaE: unreferenced local variable 2012-02-13 14:08:20 +02:00
Matúš Kukan
4b30ec9def fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
Petr Mladek
e0626ada2f add back close button to the about dialog
Some windowmanagers on small devides do not have the close window button,
so all dialogs should have its own way how to diappear.

It is now done like in other application. They use "Close" button instead
of "OK". They put it into the right side and delimit it by a line, so
it looks like another dialog in the application.
2012-02-10 17:38:48 +01:00
Takeshi Abe
2b1758a2dc Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) 2012-02-10 23:01:07 +09:00
Takeshi Abe
e7e0455b02 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") 2012-02-10 01:59:26 +09:00
Petr Mladek
ef09cbf453 another improvement of the about dialog
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR"
* remove "LibreOffice is" from the copyright line. It has affect only when
  the product is called "LibreOffice"
* center version and buildid line
* remove the confusing branch-point from buildid; it is not longer necessary
  when we have the version suffix, e.g. beta1+
2012-02-09 17:33:09 +01:00
Takeshi Abe
9b979c8bf1 Replaced String by rtl::OUString in SvxMacro 2012-02-09 02:01:45 +09:00
Ivan Timofeev
66e4c5851b correct TDF link 2012-02-06 18:56:04 +04:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Andras Timar
9a7f53cdcf fix coordinates on Options - Load/Save - General panel 2012-02-05 19:59:28 +01:00
PKEuS
ba5a460bc1 Fixed cppcheck messages about rethrowing copy of exception. 2012-02-05 14:29:54 +01:00
Julien Nabet
fa6665282e Some cppcheck cleaning 2012-02-05 10:50:31 +01:00
Ivan Timofeev
1535eed3d4 fix various overlapped controls in the Options dialog 2012-02-05 13:23:23 +04:00
Michael Stahl
38ce8bbbd1 cui: about.cxx: nSpace was not declared in this scope 2012-02-02 20:12:40 +01:00
Takeshi Abe
f439dde9be Replaced String by rtl::OUString 2012-02-03 02:46:26 +09:00
dbarisakkurt
dde025efac I added some links and removed the ok button 2012-02-02 16:29:45 +00:00
Julien Nabet
a3e9dedc68 Fix "Throwing a copy of the caught exception instead of rethrowing" 2012-01-31 22:50:32 +01:00
Stephan Bergmann
6fca59d9c2 Simplify code by making getProcessComponentContext() implicit. 2012-01-31 17:26:57 +01:00
Stephan Bergmann
ca3e3e7e31 Move unotools/configuration.hxx to comphelper
...so that other code in comphelper can use it.
2012-01-31 15:50:10 +01:00
Caolán McNamara
4995bccb95 callcatcher: update list 2012-01-31 11:37:25 +00:00
Stephan Bergmann
5f40691909 MaxTextLength apparently needs to take comma in "1,000" into account.
Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999.
2012-01-30 23:05:32 +01:00
Caolán McNamara
bbc94edb9a refactor ConvertLineEnd 2012-01-30 13:18:38 +00:00
Stephan Bergmann
e8bb827571 Fixed cppheader.xsl nillable treatment.
* cppheader.xsl had initially been written under the false assumption that a
missing oor:nillable attribute defaults to "false" instead of "true".  That has
been fixed.
* As a result, many places that use the new simplified officecfg/*.hxx headers
broke as they did not expect value types to be wrapped boost::optional.  To keep
the code simple, I decided to change all occurrences in
officecfg/registry/schema/ of properties that specify a default <value> and do
not explicitly specify oor:nillable="true" to oor:nillable="false".  Strictly
speaking, this is an incompatible change, but in many cases it should be what
was intended, anyway.
* Some places that use the new simplified officecfg/*.hxx headers still had to
be adapted to boost::optional wrapping.
* This showed that unotools/configuration.hxx did not yet work for those wrapped
properties and needed fixing, too.
2012-01-30 12:27:47 +01:00
Michael Stahl
97400944bf SvxBorderTabPage: the minimal border width is 1 twip 2012-01-27 23:49:18 +01:00
Stephan Bergmann
452d86c9cb Replace SvtUndoOptions with (simplified) direct configuration access.
Also, code in sw can be simplified under the premise that always
/org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27 15:04:26 +01:00
Cédric Bosdonnat
e9ec6d58b5 Revert "Removed list and numbering paragraph styles and related option page"
This reverts commits 359d0fbd03,
6a15a2898b and
21352f88ca.

This change is not mature enought: needs more work
2012-01-27 13:09:02 +01:00
Stephan Bergmann
d3e3040953 Replace SvtCacheOptions with (simplified) direct configuration access. 2012-01-26 20:56:44 +01:00
Stephan Bergmann
252e599b22 Replace SvtInetOptions with (simplified) direct configuration access. 2012-01-26 16:26:39 +01:00
Stephan Bergmann
a2195b2dc3 Replace SourceViewConfig with (simplified) direct configuration access. 2012-01-25 18:18:52 +01:00
Thomas Arnhold
22da27d9dd Improve checking for emptiness 2012-01-21 19:58:46 +01:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
David Tardon
614feec548 add missing semicolons. *blush* 2012-01-20 10:33:43 +01:00
David Tardon
a13d343685 make these strings localizable again (fdo#44947)
Our translation tools read the src files literally, line by line, only
reacting on specific patterns (e.g., 'Text [en-US] = "...";'). Therefore
use of macros like this cannot work.
2012-01-20 09:49:52 +01:00
August Sodora
064065985a fdo#44402: make keyboard navigation work again in Tools->Options 2012-01-17 18:34:55 -05:00
Marcel Metz
64fb265325 Replaced SAL_INFO with SAL_WARN were applicable. 2012-01-17 23:27:43 +01:00
Marcel Metz
a18123fb97 Replaced DBG_ERRORFILE with SAL_INFO. 2012-01-16 12:51:33 +01:00
Caolán McNamara
2e303c175c remove some tools/string.hxx 2012-01-13 09:05:59 +00:00
Ivan Timofeev
b90940233f move overlapped controls 2012-01-12 21:45:10 +04:00
August Sodora
4497c499d2 SvStringsISort->std::set 2012-01-11 18:32:15 -05:00
August Sodora
a140141e27 SvStringsDtor->std::vector 2012-01-11 18:32:12 -05:00
August Sodora
1681ee65f6 SvStringsDtor->std::vector 2012-01-10 23:56:29 -05:00
August Sodora
d5e1963080 Remove unnecessary forward declarations 2012-01-10 23:56:28 -05:00