Commit graph

307373 commits

Author SHA1 Message Date
Stephan Bergmann
271c4e2fe5 Revert MSVC ABI incompatible URE change (public -> protected)
...the mangled names of the corresponding symbols change with MSVC if you change
a member from public to protected.  This had been changed with
6e67c03dc0 "Enable -Wnon-virtual-dtor for GCC 4.6"
but should only be necessary for GCC, not for MSVC, so can simply be reverted
under _MSC_VER.

Change-Id: Id22aadaff3d7f30ed824f39fe22eab7ca39bd408
2012-06-14 08:32:51 +02:00
Takeshi Abe
508291bab3 added Emacs mode line for convenience, as well as footer for vim
Change-Id: I01a9118d22ee88b7011ae8b8028b11e043f8c52e
2012-06-14 10:31:32 +09:00
Norbert Thiebaud
bc31fc9c29 be stricter with tab
Change-Id: I17db9db426b10e0cb2148b33dfc9631ea9cb81a4
2012-06-13 17:47:38 -05:00
Christian Lohmaier
f5e1c75333 WaE: avoid build break on Mac PPC/XCode 2.5
otherwise breaks with comparison beetween signed and unsigned integer
expressions
2012-06-13 23:27:29 +02:00
Fridrich Štrba
2381af9224 trying to fix mingw build
Change-Id: I86c06fc3f7dcd0a24898a602a60c10abdc588b81
2012-06-13 23:10:56 +02:00
Andras Timar
097c9f2951 fdo#51046 fix tab order in About box
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
2012-06-13 22:46:08 +02:00
Philipp Riemer
1dc9da9c8e Fix last line whitespace problem
Change-Id: I9df71fd2db17cda15a19b41b0ff389bc2e49eecc
2012-06-13 20:34:39 +02:00
Philipp Riemer
44087de2c0 translate German comments in (and minor clean up of) sw/source/core/inc/{flowfrm,flyfrm}.hxx 2012-06-13 20:29:31 +02:00
Philipp Riemer
fc1ca84b49 delete useless code in sw/source/code/inc
- frame.hxx: git grep shows that variable is not used anywhere
 - dflyobj.hxx, frmtool.hxx: redundant visibility declaration
 - layouter.hxx: redundant include (once with "" and once with <>)
2012-06-13 20:29:21 +02:00
Philipp Riemer
74b5a0dd4b minor code cleanups in sw/source/core/inc 2012-06-13 20:29:14 +02:00
David Tardon
9ea4189c50 mingw: fix check for boost date_time dll
Change-Id: I4a31c215d70e6f8f8fc8a768851315b919fba03e
2012-06-13 18:28:29 +02:00
Stephan Bergmann
6e90fdb564 Added XML text declaration to XML license header, for convenience
Change-Id: I5abe2119ddadf7f44ebe711efe30e33491362c3d
2012-06-13 18:07:46 +02:00
Eike Rathke
22b151a35a implemented lt_db_set_datadir() override
+ added lt_db_set_datadir() and lb_db_get_datadir() functions to point to
  liblangtag data and override REGDATADIR define
- removed LIBO_LANGTAG_DATADIR environment variable hack
2012-06-13 17:21:10 +02:00
Stephan Bergmann
59f5d8f54b Remove unnecessary size-too-large check
...it is done in UniString(rtl::OUString const&) ctor anyway

Change-Id: I890ab21a6c04fe0ddc0a9b2c9a356359984e516e
2012-06-13 16:40:56 +02:00
Christian Lohmaier
874926b2e2 use commandline parameters instead of bison directives (XCode 2.5)
XCode 2.5 only has ancient bison that doesn't support the %file-prefix,
%name-prefix,... directives. So use the more compatible commandline
arguments (just like before gbuildification of the module)
2012-06-13 16:09:25 +02:00
Stephan Bergmann
5c47001d38 Better fix for those short strings
...that are not intended to be short after all; just the length
calculation turned out to be wrong.

Change-Id: Ic3a81c935161564f980ddd0241575fff2f76b467
2012-06-13 15:27:24 +02:00
Michael Meeks
c3a6a57fc2 re-base on ALv2 code. 2012-06-13 14:18:29 +01:00
Miklos Vajna
c6bb0ce39c gbuild: don't suggest make install on WNT 2012-06-13 15:11:14 +02:00
Michael Meeks
544c785c13 quiet potential size warnings. 2012-06-13 14:09:19 +01:00
Michael Meeks
aa00f6f1ce targetted sb140 revert. 2012-06-13 14:09:19 +01:00
Thomas Arnhold
a747ad22d5 Tidy up *commands.h - Remove unused CMD_ defines
This is the first part of a nice cleanup ;)

Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
2012-06-13 15:01:45 +02:00
Fridrich Štrba
4479090e60 Bring back the Duden hack
Change-Id: I062179fca29034602ffc18ad7e2b7de2988dac2f
2012-06-13 15:00:48 +02:00
Tor Lillqvist
1500c9c299 Drop throw clause that was incomplete anyway
SvxUnoTextRangeBase::SetPropertyValueHelper throws a
css::lang::IllegalArgumentException but its delaration did not mention
that. This caused a crash in sd_filters_test with Apple's Clang which
does not have -fno-enforce-eh-specs. So drop the whole throw clause.

Change-Id: Ib9bbbc885f657aeb8d671c75a41b60a6544ea421
2012-06-13 15:50:15 +03:00
Andras Timar
2692146ef2 remove reg4msdoc files, they are not compiled
Change-Id: I0b12dd16c6de05b14d2196771a81441ac0c73201
2012-06-13 14:46:41 +02:00
Michael Meeks
3eac565c60 update new file license header template 2012-06-13 13:42:25 +01:00
Michael Meeks
72cfb250a2 re-base on ALv2 code. 2012-06-13 13:31:56 +01:00
Jan Holesovsky
cba0dad456 calc input line: Fix crash with accessibility enabled.
Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
2012-06-13 14:18:26 +02:00
Stephan Bergmann
a4242df3ae Take care of short strings
Change-Id: I469b27a45bb5676570b59a829419f3959210a1a6
2012-06-13 14:09:38 +02:00
Miklos Vajna
db109884f4 sw/qa/ooxmltok: explain the fieldmark test a bit more
Change-Id: Idbfdc440053c5c4cb6c015e49bc20733e72fda72
2012-06-13 13:27:53 +02:00
Miklos Vajna
743d423258 n#766477 testcase
Change-Id: I6dec02fbcf6c2f518f0d9003ded71040a7c1c30c
2012-06-13 13:21:37 +02:00
Petr Mladek
6c968d5d19 lo-commit-stat: really print the piece title into the log file
perl is really funny; the file handle can't be delimited by a comma

Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1
2012-06-13 12:55:13 +02:00
Caolán McNamara
e80b5f0a88 error C2227: left of ´->acquire´ must point to class/struct/union type
Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
2012-06-13 11:20:24 +01:00
Caolán McNamara
f86919e481 callcatcher: update unused code list
Change-Id: I76860ac9a823cde1c9e87e08da7bb6884840f826
2012-06-13 11:20:24 +01:00
Caolán McNamara
523bf7fcdf callcatcher: unused duplicate WW8TableManager class
Change-Id: I6c4395712cb4bb6b28e2997b4af24ab423573f4a
2012-06-13 11:20:24 +01:00
Caolán McNamara
14b8185159 SetDrawBaseLine is never used so bDrawBaseLine is always true
since removal of sc/source/ui/attrdlg/condfrmt.cxx

Change-Id: Iba794cd62fc4872dbb9dc7c3d7591cdd5ab5519e
2012-06-13 11:20:23 +01:00
Caolán McNamara
6191fa0847 reduce use of UniString ctor from null-terminated unicodearray
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-13 11:20:23 +01:00
Tor Lillqvist
2e16eaf31c Need basebmp headers unconditionally
Change-Id: I47f15178ffa910c60acb56a7df749db0b1efec55
2012-06-13 13:15:49 +03:00
Thorsten Behrens
d5e3a6ae44 No need for fancy string formatting, use plain print
Change-Id: I6886664951e76ce66c991f3657751f79e7896f0b
2012-06-13 11:21:27 +02:00
Tor Lillqvist
88c5283de1 Add Mesa/README
Change-Id: I6bd54d87177fe24bb57bd08eca6b5450c09d593b
2012-06-13 11:20:51 +03:00
Takeshi Abe
6c7da3e22a removed code commented-out in the first place
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df
2012-06-13 16:43:39 +09:00
Tor Lillqvist
4965c3cc4b Add some more information
Change-Id: Iafa671028ce73c2ec3a2706dda60f58aaeda7fda
2012-06-13 08:36:54 +03:00
David Tardon
204ece1879 make sure basebmp headers are in place
Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1
2012-06-13 06:17:41 +02:00
David Tardon
02d9bd3b14 fix typo: = -> ==
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
2012-06-13 06:06:43 +02:00
David Tardon
0f6919cf55 better test for system boost date_time lib
This reverts commit 4c2e9fc655.

Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-06-13 06:06:43 +02:00
Regina Henschel
e659fbd277 fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]
Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet
functions.

Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf
2012-06-12 23:55:48 +02:00
Michael Stahl
3174c0234b remove unused SfxFilterPtrArr
Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c
2012-06-12 23:25:17 +02:00
Michael Stahl
a96d082bc0 convert SbPropertyValueArr_Impl to boost::ptr_vector
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a
2012-06-12 23:25:16 +02:00
Michael Stahl
a7a6f77582 SbPropertyValues: rename members
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868
2012-06-12 23:25:16 +02:00
Michael Stahl
f9c5a36609 SbPropertyValues::setPropertyValue doesn't check that property exists
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8
2012-06-12 23:25:16 +02:00
Michael Stahl
6ec1108370 convert NfWSStringsDtor further to vector<OUString>
Change-Id: I4fac64952abf208864281fda722d8b7242689395
2012-06-12 23:25:16 +02:00