summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-28Resolves: fdo#33599 cursor in notes is reset to start on focus out/focus inCaolán McNamara1-2/+17
SidebarTxtControl::LoseFocus calls mrSidebarWin.UpdateData which takes the text from the postit if the postit has been modified and updates the field from it. That updates all listeners of that field which includes the postit itself, which in response updates its content from the field, which causes the cursor to be disabled, i.e the original contents have been removed and replaced with identical content, but the selection has been invalidated. Change-Id: Idcde25a85a3a657a6057e70a59e2219e224e009e
2012-04-28remove no-opt debug breakpointCaolán McNamara1-5/+0
Change-Id: I4ad5ca0bb27569442812ddf0c5cff101e96d4d84
2012-04-28make java startup a visible event when debuggingCaolán McNamara1-0/+1
Change-Id: I97c5499b57edbaac6e356450bb9d89dc350260eb
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara2-108/+26
Resolves: fdo#48011 writer idle-callbacks are halting when events pending commit id: 658954e8b50fc264428402dc5a95b0d6f690d191 which isn't to pretend that its definitely the *right* fix Change-Id: I228cf86b8e5eb0e4918c31e853a8d567831ce5e2
2012-04-28sw: and a few more components for the ww8tok testMiklos Vajna1-0/+3
2012-04-28sw: tentative fix for ww8tok test failureMiklos Vajna2-0/+3
2012-04-28extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe7-28/+37
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
2012-04-28fixed typoTakeshi Abe1-1/+1
Change-Id: I98bf41fb13dfdb0a1e3402c0a2db8bc1d2ced5f6
2012-04-28more reliable override for enabling symbolsLuboš Luňák1-2/+5
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák2-17/+18
Part of bnc#751028, that is. The origin of this function is unclear, without good repo history, and it's a question if it is still needed after my previous fixes for bnc#751028 that fixed applying some of numbering properties. Keeping it there just in case, but prevent it from overwriting w:ind that's been read from the .docx file.
2012-04-28Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist4-20/+3
Change-Id: I66dae812f3aea0534907316a7fb41b35ad37be48
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida2-0/+8
Change-Id: I5573e554420967d8942295cabe788a9e56835ba0
2012-04-28Test the header field API for real.Kohei Yoshida1-38/+29
But it crashes on exit, due to some sort of order of deletion... Change-Id: Ife9da1c0a647038cbdc68410db5b211bcce5dfa4
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida4-12/+309
I still need to rewrite it to make it the header test. Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida3-14/+15
This ScEditFieldObj is used for both cell fields and header/footer fields. Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida2-6/+78
Change-Id: I303562873fab5d41614f092966e47ff296c12610
2012-04-28Oops I should return empty strings on fail.Kohei Yoshida1-4/+5
Change-Id: I9f04ef448055e14c3d003c977a3c83421838a88b
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida4-2/+229
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged into one. Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
2012-04-28we can't move that into a test only libMarkus Mohrhard7-212/+125
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-27move xshape dumper into testMarkus Mohrhard7-125/+212
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27sberg's tinderbox needs a bit more tolerance than 1%Markus Mohrhard1-2/+2
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
2012-04-27fdo#48087 get real version numbers from executables for the File table of MSIAndras Timar2-29/+11
This is only a partial fix to the bug, the second part will be the creation and population of MsiFileHash table.
2012-04-27ruler: Implemented the design by Mirek M.Jan Holesovsky1-141/+12
See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43
2012-04-27Make the default application background lighter (and remove a hack).Jan Holesovsky2-10/+1
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
2012-04-27ruler: Kill STYLE_OPTION_MONO usage.Jan Holesovsky1-168/+81
According to the discussion on the design@ list, we want much more flat look overall anyway, so no need to distinguish between '3D' and 'flat' look. Change-Id: Ibf88d722c9ebfa9872ffd9a1a156b77478ded655
2012-04-27temporarily disable a test with a build race conditionLuboš Luňák1-1/+0
2012-04-28removed unused definesTakeshi Abe12-55/+0
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
2012-04-28removed dead codeTakeshi Abe7-139/+0
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
2012-04-27Fix gdk-pixbuf on windowsFridrich Štrba1-19/+23
Change-Id: I24cfe6dee408d0a6108da31eddc3abcfd2256671
2012-04-27Another undefined function in libpngFridrich Štrba1-1/+2
Change-Id: I4cc93e31ea2866b8b8e8fb508a398b963c1b7318
2012-04-27Missing #include <errno.h>Stephan Bergmann1-0/+2
Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6
2012-04-27Fix an undefined functionFridrich Štrba1-1/+2
Change-Id: I88bc703ea460b9504090d248d4e98e14f9d6e536
2012-04-27Upgrading libpngFridrich Štrba3-35/+20
Change-Id: I0a87cdc3e0d9db5b4375c27ba240fefb933a82c6
2012-04-27Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann1-14/+47
* maPath.reverseCompareToAsciiL("file:///tmp",11) == 0 failed for file:///tmp/ * It was unclear whether special treatment should only happen for files directly in /tmp or also in sub-dirs; assuming the latter now. * Proper translation from file URL to system path.
2012-04-27argh i am so stupidMichael Stahl1-5/+2
merge the 2 conflicting fixes to SwLineRects::ConnectEdges in 33ee840e7b45eb971feef83215841edc0ba66cd7 into something that maybe works.
2012-04-27convwatch.py: subprocess.check_output only in Python 2.7+Michael Stahl1-1/+4
2012-04-27Makefile: "deliver -delete" on module.cleanMichael Stahl1-0/+1
2012-04-27testcase for n#757910Miklos Vajna4-0/+182
2012-04-27Remove comment mentioning bCompBorder.Jan Holesovsky1-2/+1
The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70.
2012-04-27sw/qa/extras: no need to use different class names for these testsMiklos Vajna3-54/+54
2012-04-27Fix debug message and remove useless try...catch from ImplImageTree::loadImageGábor Stefanik1-9/+4
2012-04-27WaE: exception handlers used in code without unwind supportCaolán McNamara4-10/+4
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6
2012-04-27increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard1-2/+2
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
2012-04-27increase tolerance for now for clang tinderboxMarkus Mohrhard1-2/+2
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara2-3/+4
Change-Id: If956faf42dcc5625c490e685d6ca69bb07e00188
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara21-1/+20
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
2012-04-27WaE: scary msvc2008 warning about using delete on an incomplete typeCaolán McNamara2-3/+3
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
2012-04-27NOINITIALSELECTION important for Save AsStephan Bergmann1-1/+1
...as otherwise the initial selection would overwrite the passed-in directory where to save to. Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
2012-04-27SetDisplayDirectory is deprecatedStephan Bergmann1-1/+1
...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic) denotes a directory, not a file. Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d
2012-04-27n#757910 fix WW8 import of textboxes with thin border/inner marginMiklos Vajna1-3/+4
There were two problems here: First, nLineThick was already in twips, so converting it again from EMU rendered thin borders invisible. Second, when the border width is set to zero, that means a minimal border, but we interpreted it as default width (which resulted in less space for the textbox contents than required).