summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-09size arg can be constCaolán McNamara
2011-09-09convert the last of sd's ByteStrings to rtl::OString[Buffer]Caolán McNamara
fix potential bug in "3D" search while I'm at it I guess
2011-09-09Add cppunit test for SwScanner that would have caught fdo#40449Caolán McNamara
Move SwScanner so it can be tested easily and add a unit test that would have detected fdo#40449 in advance
2011-09-09We can simplify this as MinGW always is cross-compilation for usTor Lillqvist
2011-09-09I see no immediate reason for this #ifndef __MINGW32__Tor Lillqvist
2011-09-09n#705985: Importing Flip properties of custom shapes.Muthu Subramanian
2011-09-09announce building of zip archivesDavid Tardon
2011-09-09avoid the need for calling eval hereDavid Tardon
2011-09-09avoid the need for calling eval hereDavid Tardon
2011-09-09make use of Configuration consistent with other gbuild classesDavid Tardon
2011-09-09avoid the need for calling eval hereDavid Tardon
2011-09-09the eval is actually not needed hereDavid Tardon
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-08I'm going to agree with Julien that this is wrong.Joseph Powers
See ML history for details: Message-ID: <1315514308476-3321065.post@n3.nabble.com>
2011-09-09do not hardcode python binary nameDavid Tardon
2011-09-09forgot to add the file for the unit testMarkus Mohrhard
2011-09-09prevent warningMarkus Mohrhard
2011-09-09add logical function unit testMarkus Mohrhard
it is now possible to add csv files to create easy filter test
2011-09-09externalrefmgr.cxx is String freeMarkus Mohrhard
String->rtl::OUString and solve problem with old patch
2011-09-09add range name xls testMarkus Mohrhard
xlsx does not work yet because local range name export is not implemented
2011-09-08Resolves: fdo#40449 spellchecking tried to keep a reference to a temporaryCaolán McNamara
2011-09-08Fix the second and last duplicateBreakJulien Nabet
2011-09-08Fix duplicateBreakJulien Nabet
2011-09-08sal_Bool to bool.Kohei Yoshida
2011-09-08Bring the default row height back to the 3.4 level.Kohei Yoshida
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-08fix comment typosCaolán McNamara
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-08drop dead dmake makefile.mksCaolán McNamara
2011-09-08Header/Footer: implement the edit menu itemCédric Bosdonnat
Opens the page style at the header or footer tab.
2011-09-08Header/Footer: added the popup menu of the separatorCédric Bosdonnat
Removing the header/footer is working, but the edition still needs to be implemented
2011-09-08Header/Footer: implement the header creation when clicking on +Cédric Bosdonnat
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-08Header/Footer: just don't always drop and create SwHeaderFooterWinCédric Bosdonnat
This minimizes the number of creation / deletion of SwHeaderFooterWin objects and simply updates the existing ones.
2011-09-08Header/Footer: vertically center the text in the separator controlCédric Bosdonnat
2011-09-08Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugsCédric Bosdonnat
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-08Fixup non-respecting DESTDIR for DOCDIR chmod.Tomáš Chvátal
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-09-08GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann
2011-09-08Get array indexing right in ControlModelContainerBase::getAvailableServiceNames.Stephan Bergmann
Apparently a merge conflict from 83380a7805f69b18f432895fc17c53cf0354bf4d "Merge commit 'ooo/DEV300_m106' into libreoffice-3-4" toolkit/qa/unoapi stumbled over it.
2011-09-08Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara
2011-09-08Make moved bitfield flags from prev commit into true bools.Stephan Bergmann
As discussed on IRC, no apparent reason to have them as bitfileds in the first place.
2011-09-08fix dodgy assigns to const array paramjulien2412
2011-09-08Cleanup of SwFlowFrm flags.Stephan Bergmann
bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed.
2011-09-08so *that's* where the hello/world we're coming fromCaolán McNamara
2011-09-08Related: fdo#40420 always include xmlsecurity library for macro-securityCaolán McNamara
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-08its just a const char*Caolán McNamara
2011-09-08Related: fdo#40420 don't crash on missing/failing xmlsecurity libCaolán McNamara
2011-09-08callcatcher: update listCaolán McNamara
2011-09-08ByteString->rtl::OString, etcCaolán McNamara
2011-09-08Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
2011-09-08Revert "process more idl files at once - first part: gbuild"Norbert Thiebaud
This reverts commit 4453178694db4bbc6d110035865fa7cc4a209b13.
2011-09-08Revert "Need doubled dollarsign here it seems for this to actually work as ↵Norbert Thiebaud
intended" This reverts commit 11e8dc2d901988b4e638e6fff1edfbbf0b3b999d.
2011-09-08Make CmpKernData a true strict weak ordering for use in std::sort.Stephan Bergmann