Commit graph

293505 commits

Author SHA1 Message Date
Caolán McNamara
92c2db2414 bah, missing CTL element 2011-09-09 15:56:24 +01:00
Caolán McNamara
b2043b3585 map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFS 2011-09-09 14:00:49 +01:00
Bjoern Michaelsen
9dbc6c88b0 its gb_Library_add_api not gb_Library_use_api 2011-09-09 14:37:52 +02:00
Fridrich Štrba
392146b6b3 Uploading libvisio-0.0.7 2011-09-09 13:58:53 +02:00
Markus Mohrhard
67d6de5c27 second try to prevent warning 2011-09-09 13:46:35 +02:00
David Tardon
d7e77d2cbc add missing $ 2011-09-09 12:34:57 +02:00
Caolán McNamara
20de64b70e callcatcher: various unused code 2011-09-09 09:23:10 +01:00
Caolán McNamara
e54fd4b67d WaE: constify these (worrying-looking) font name tables 2011-09-09 09:23:10 +01:00
Caolán McNamara
4a2402bb4e size arg can be const 2011-09-09 09:23:10 +01:00
Caolán McNamara
4388c7cab4 convert the last of sd's ByteStrings to rtl::OString[Buffer]
fix potential bug in "3D" search while I'm at it I guess
2011-09-09 09:23:09 +01:00
Caolán McNamara
ebe0549d26 Add cppunit test for SwScanner that would have caught fdo#40449
Move SwScanner so it can be tested easily and add a unit test that would have
detected fdo#40449 in advance
2011-09-09 09:23:09 +01:00
Tor Lillqvist
54f82edbc3 We can simplify this as MinGW always is cross-compilation for us 2011-09-09 10:53:11 +03:00
Tor Lillqvist
2e5c28651c I see no immediate reason for this #ifndef __MINGW32__ 2011-09-09 10:53:10 +03:00
Muthu Subramanian
9db8c81282 n#705985: Importing Flip properties of custom shapes. 2011-09-09 12:34:54 +05:30
David Tardon
26c2d9ac99 announce building of zip archives 2011-09-09 08:17:49 +02:00
David Tardon
b1aa69af4e avoid the need for calling eval here 2011-09-09 07:46:26 +02:00
David Tardon
1da34ade44 avoid the need for calling eval here 2011-09-09 07:46:25 +02:00
David Tardon
63850a7f28 make use of Configuration consistent with other gbuild classes 2011-09-09 07:46:24 +02:00
David Tardon
efac5b9f4c avoid the need for calling eval here 2011-09-09 07:46:23 +02:00
David Tardon
4902682765 the eval is actually not needed here
Better to say, it is not needed if we make sure that the result of the
call of gb_LinkTarget_use_external always ends by a newline.
2011-09-09 07:46:22 +02:00
Joseph Powers
64c15de648 I'm going to agree with Julien that this is wrong.
See ML history for details:

Message-ID: <1315514308476-3321065.post@n3.nabble.com>
2011-09-08 22:24:53 -07:00
David Tardon
82f6c0502e do not hardcode python binary name 2011-09-09 06:23:17 +02:00
Markus Mohrhard
5b54933202 forgot to add the file for the unit test 2011-09-09 05:22:21 +02:00
Markus Mohrhard
5bd732bf8f prevent warning 2011-09-09 05:18:18 +02:00
Markus Mohrhard
148aeaaa91 add logical function unit test
it is now possible to add csv files to create easy filter test
2011-09-09 04:58:04 +02:00
Markus Mohrhard
8445ce0e61 externalrefmgr.cxx is String free
String->rtl::OUString and solve problem with old patch
2011-09-09 04:58:04 +02:00
Markus Mohrhard
9a6c3bb6a4 add range name xls test
xlsx does not work yet because local range name export is not
implemented
2011-09-09 04:58:04 +02:00
Caolán McNamara
11df18b7a9 Resolves: fdo#40449 spellchecking tried to keep a reference to a temporary 2011-09-08 21:11:47 +01:00
Julien Nabet
89833d4542 Fix the second and last duplicateBreak 2011-09-08 21:47:03 +02:00
Julien Nabet
ec9f19db98 Fix duplicateBreak 2011-09-08 21:45:17 +02:00
Kohei Yoshida
1a54f4ca37 sal_Bool to bool. 2011-09-08 14:56:04 -04:00
Kohei Yoshida
7d307d9c8b Bring the default row height back to the 3.4 level.
Until we find a better solution, let's at least bring the values
back to the 3.4 level.

In 3.4 I have nDefFontHeight = 225 and nStdRowHeight = 256.  This
change make those values the minimum values.
2011-09-08 14:42:01 -04:00
Caolán McNamara
a90ab2d8a2 fix comment typos 2011-09-08 15:29:53 +01:00
Caolán McNamara
f57baefbd3 add chaff to encrypted documents 2011-09-08 15:29:53 +01:00
Caolán McNamara
4a90740fce drop dead dmake makefile.mks 2011-09-08 15:29:53 +01:00
Cédric Bosdonnat
91042f3f0a Header/Footer: implement the edit menu item
Opens the page style at the header or footer tab.
2011-09-08 15:42:59 +02:00
Cédric Bosdonnat
dc557cd036 Header/Footer: added the popup menu of the separator
Removing the header/footer is working, but the edition still needs to be
implemented
2011-09-08 15:42:58 +02:00
Cédric Bosdonnat
14727e633f Header/Footer: implement the header creation when clicking on +
Remaining UI bug: the cursor should be placed in the newly created
footer when creating a footer. It's currently set to the header.
2011-09-08 15:42:58 +02:00
Cédric Bosdonnat
79f53401c6 Header/Footer: just don't always drop and create SwHeaderFooterWin
This minimizes the number of creation / deletion of SwHeaderFooterWin
objects and simply updates the existing ones.
2011-09-08 15:42:58 +02:00
Cédric Bosdonnat
1291efeee9 Header/Footer: vertically center the text in the separator control 2011-09-08 15:42:58 +02:00
Cédric Bosdonnat
4115a81bea Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugs
Bugs fixed by this change:
  * The Header/footer window is now moving with the parent window
  * The Window rectangle is adapted to the parent area and doesn't go
    over the scrollbar
  * The windows are shown properly in all cases
2011-09-08 15:42:57 +02:00
Tomáš Chvátal
2fe52eded6 Fixup non-respecting DESTDIR for DOCDIR chmod.
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-09-08 14:19:30 +02:00
Stephan Bergmann
f4e73300f6 GCC bug 50255 will be fixed in 4.6.2 already. 2011-09-08 13:13:47 +02:00
Stephan Bergmann
04af3ecc20 Get array indexing right in ControlModelContainerBase::getAvailableServiceNames.
Apparently a merge conflict from 83380a7805 "Merge commit 'ooo/DEV300_m106' into libreoffice-3-4"
toolkit/qa/unoapi stumbled over it.
2011-09-08 13:07:35 +02:00
Caolán McNamara
f2416a7f2c Related: gcc#50255 we now know the bounds of the broken gcc versions 2011-09-08 10:50:59 +01:00
Stephan Bergmann
682dd34020 Make moved bitfield flags from prev commit into true bools.
As discussed on IRC, no apparent reason to have them as bitfileds
in the first place.
2011-09-08 11:37:34 +02:00
julien2412
10094dc88b fix dodgy assigns to const array param 2011-09-08 10:17:31 +01:00
Stephan Bergmann
b66db1c73f Cleanup of SwFlowFrm flags.
bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed.
2011-09-08 11:11:18 +02:00
Caolán McNamara
b92890a5d8 so *that's* where the hello/world we're coming from 2011-09-08 09:47:31 +01:00
Caolán McNamara
aa584559a8 Related: fdo#40420 always include xmlsecurity library for macro-security
the xmlsecurity library contains the dialogs and resources for the
macro-security dialog as well as the xml signing UI. So always
build and include this library unconditionally.
2011-09-08 09:29:31 +01:00