Commit graph

300593 commits

Author SHA1 Message Date
Norbert Thiebaud
c251231c74 add function to deal with native windows path variables 2012-02-05 19:34:01 -06:00
Norbert Thiebaud
da8a424f9a move WORK_STAMP out of set_soenv.in 2012-02-05 19:34:00 -06:00
Norbert Thiebaud
4475360e5e Move MACOS related variable out of set_soenv.in 2012-02-05 19:34:00 -06:00
Norbert Thiebaud
47734215b4 move COMPATH,EPM_FLAGS and connex variables out of set_soenv.in 2012-02-05 19:34:00 -06:00
François Tigeot
32009128e4 Remove unused VolumeDevice functions and related code 2012-02-05 21:42:34 +01:00
Andras Timar
9a7f53cdcf fix coordinates on Options - Load/Save - General panel 2012-02-05 19:59:28 +01:00
Ivan Timofeev
1c85118414 fix debug build 2012-02-05 22:02:12 +04:00
Elton Chung
9c2f7056a8 Remove unused code 2012-02-05 21:40:30 +04:00
François Tigeot
4fa8d043f8 Remove unused floppy-handling code 2012-02-05 17:41:10 +01:00
Markus Mohrhard
01ea91efd9 add some more test cases 2012-02-05 16:57:22 +01:00
Markus Mohrhard
7ee0b42f7c add some helpful entries to test file 2012-02-05 16:57:21 +01:00
Matteo Casalin
a0e7d661e0 Removed unused variable 2012-02-05 15:48:35 +01:00
Markus Mohrhard
22dc17dc0a variable is unused ATM
this variable is onyl used if you have a set of know files that should
all correctly import in filters-test
2012-02-05 15:40:18 +01:00
Elton Chung
e99c70d268 Remove unused code 2012-02-05 18:21:07 +04:00
PKEuS
ba5a460bc1 Fixed cppcheck messages about rethrowing copy of exception. 2012-02-05 14:29:54 +01:00
Miklos Vajna
32fa7e9208 fdo#42656 fix RTF export of picture frame shape type 2012-02-05 14:24:35 +01:00
Miklos Vajna
5cab164402 Related: fdo#42656 implement RTF export of fillType shape property 2012-02-05 14:24:34 +01:00
Elton Chung
9c06348b32 Remove unused code. 2012-02-05 16:40:03 +04:00
Julien Nabet
df58753d51 Remove wrong return
This return prevented the execution of the following code
2012-02-05 13:23:59 +01:00
Lionel Elie Mamane
069fa157ce postgresql on MS Windows: use MozLDAP only if enabled 2012-02-05 12:05:31 +01:00
François Tigeot
9648045af2 Remove useless NETBSD check 2012-02-05 11:28:36 +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
Julien Nabet
9377bb4dcc Some cppcheck cleaning 2012-02-05 10:19:40 +01:00
Julien Nabet
992e1a772e Some cppcheck cleaning 2012-02-05 09:27:48 +01:00
Julien Nabet
bf2300fb07 Fix 3 "Possible inefficient checking" 2012-02-04 21:52:00 +01:00
Josh Heidenreich
904d59fab9 add missing README to animation, sc, sd, slideshow, starmath, sw 2012-02-04 09:26:08 -06:00
Caolán McNamara
ab0efc3eb1 Better optimal combobox width
if dropdown button is wider than scrollbar than use that as
the extra width over the edit widget
2012-02-04 15:01:41 +01:00
Caolán McNamara
55da162103 these methods can be const 2012-02-04 15:01:10 +01:00
Caolán McNamara
28a6558f9d extract max legal dff length to header 2012-02-04 14:58:04 +01:00
Kohei Yoshida
dc35a39742 Fixed incorrect insertion. 2012-02-04 00:25:53 -05:00
Kohei Yoshida
42d04ed4e2 Fixed a crash on the first outline creation. 2012-02-04 00:25:53 -05:00
Kohei Yoshida
35692c7370 ScOutlineCollection and its friends now free of ScSortedCollection.
But it's apparently broken at the moment.  I need to fix this...
2012-02-04 00:25:52 -05:00
Kohei Yoshida
6fae316672 No inlined member methods. 2012-02-04 00:25:52 -05:00
Kohei Yoshida
f0002a68c4 Nobody uses StrData and ScStrCollection now. 2012-02-04 00:25:52 -05:00
Kohei Yoshida
bd3919c03d No more ScStrCollection in pivot table code. 2012-02-04 00:25:52 -05:00
Kohei Yoshida
1e27efd970 More on ScStrCollection/StrData elimination. 2012-02-04 00:25:51 -05:00
Kohei Yoshida
0ec4b391d0 Nobody uses it now. 2012-02-04 00:25:51 -05:00
Kohei Yoshida
7bade5e6e8 Remove ScStrCollection/StrData from UpdateLinks(). 2012-02-04 00:25:51 -05:00
Kohei Yoshida
563c3c69be Makes no sense why we'd have to use StrData here... 2012-02-04 00:25:50 -05:00
Kohei Yoshida
3f80695906 More on eliminating ScStrCollection. 2012-02-04 00:25:50 -05:00
Kohei Yoshida
cac7f1d4b5 Replace ScStrCollection with boost::unordered_set. 2012-02-04 00:25:50 -05:00
Kohei Yoshida
e67a43b291 String is now eradicated from the change track code. 2012-02-04 00:25:50 -05:00
Michael Stahl
697743161a fdo#45115: sc: fix setting borders
Same problem in ScHelperFunctions::GetBorderLine.
2012-02-03 22:02:19 +01:00
Michael Stahl
ef9881001e fdo#45115: SwXTextTable: fix setting borders
This plus e549f52f16 fixes the problem.
2012-02-03 22:02:18 +01:00
Julien Nabet
9d0136679e Fix iterator erase management (thank you Stephan) 2012-02-03 21:58:38 +01:00
Petr Mladek
2c4dbb3023 update README section about desktop integration packages on Linux
The redhat-menus package has been obsoleted by freedesktop-menus.
The freedesktop-menus package should be usable on most other distros
these days.

Thanks Jean-Baptiste for noticing this.
2012-02-03 18:01:01 +01:00
Stephan Bergmann
e612f026de Ensure AC_CHECK_LIB/AC_SEARCH_LIBS do not poison LIBS
... as that would interfere with subsequent such checks, esp. on Linunx versions
that do not yet incorporate
<https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking> and would
e.g. not notice they need -lkrb5 in "AC_SEARCH_LIBS(krb5_sendauth,[krb5..." if
they earlied did "AC_CHECK_LIB([cups],..." (where libcups.so links against
libkrb5.so).
2012-02-03 16:23:28 +01:00
Michael Stahl
874f2e53b2 WrongList::TextInserted: fix STL crash
vector iterators and insert don't mix well
(regression from dfbf0cabfa)
2012-02-03 14:20:13 +01:00
Michael Stahl
aa2333374d editeng: convert some DBG_ASSERTs 2012-02-03 14:20:12 +01:00