Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-12 | fdo#36667: Fixed update of table formulas, missing extraction of pNewVal | Cédric Bosdonnat | 1 | -0/+2 | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||||
2011-05-11 | fdo#35805 Revert "write also properties of a text node itself" | Cédric Bosdonnat | 1 | -5/+0 | |
This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d. Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-05-11 | Fix crash when printing comments, fdo#37045. | Noel Power | 3 | -4/+8 | |
Signed-off-by: Jan Holesovsky <kendy@suse.cz> | |||||
2011-05-10 | update SdrPaintView's region when it changes in writer (bnc#683550) | Luboš Luňák | 3 | -11/+24 | |
ViewShell::DLPrePaint2() gets a region as an argument, but uses it only during the first call, following calls only increment the lock counter, so if the region changes, the change doesn't take effect, causing redraw problems. So the fix is the replace the lock counter with a stack of used regions and update the region as appropriate. | |||||
2011-05-10 | revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix fdo#36340 | Michael Meeks | 2 | -151/+179 | |
old commit: 'Convert std::vector to boost::ptr_vector.' this conflated the destruction and removal from list stages which have to be separate, so we do not re-enterancy from control destructors. | |||||
2011-05-09 | revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 | Noel Power | 5 | -12/+7 | |
it seems that some unintentional experimental fixes for fdo#34908 snuck into the commit about ( which was for another filter problem ). That fix ( in master ) then managed to find its way into the 3.4 branch :-( | |||||
2011-05-09 | Resolving fdo#36931 : Load non blank chars from XML and check it's value. | Arnaud Versini | 2 | -2/+4 | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||||
2011-05-07 | Revert "Right click and clic-drag on a text over background image is weird" | Cédric Bosdonnat | 1 | -46/+46 | |
This reverts commit 4e035a1932446c8805c75841ea1db08f863254e6. Reverted as it introduced fdo#36496 | |||||
2011-05-05 | fix incorrect merge and remove a useless cast | Luboš Luňák | 1 | -1/+1 | |
2011-05-03 | Use GetBoundRect() instead of Frm() in layout. | Sébastien Le Ray | 2 | -21/+22 | |
2011-05-03 | Use GetBoundRect in SetFirstVisPage | Sébastien Le Ray | 1 | -3/+3 | |
SetFirstVis page was using SwPage::Frm() to compute first visible page. This was causing glitches when the scroll area boundary was in the middle of a shadow border. | |||||
2011-05-03 | Added instance method SwPageFrm::GetBoundRect | Sébastien Le Ray | 2 | -0/+17 | |
Using the static method SwPageFrm::GetBordersAndShadowBoundRect involves a lot of duplicate code on the callers side. The instance method provides a shortcut and shoudl be used instead of Frm() in every layout method. | |||||
2011-05-03 | Use page bounding box for layout computations. | Sébastien Le Ray | 7 | -69/+91 | |
A lot of layout methods were using duplicate code to invalidate areas. This led to graphical glitches with 4 borders large shadow. | |||||
2011-05-03 | Typo in param name | Sébastien Le Ray | 1 | -1/+1 | |
2011-05-03 | Bad shadow alignment when sidebar present. | Sébastien Le Ray | 1 | -6/+5 | |
2011-05-03 | Added Impress-like 4 borders shadow. | Sébastien Le Ray | 4 | -114/+96 | |
Writer and impress now have the same kind of 4 borders shadow. Impress do not currently honnor shadows settings (presence and color) so code still slightly differs but both should be easy to merge. | |||||
2011-05-03 | Page invalidation uses information from layout. | Sébastien Le Ray | 1 | -22/+9 | |
Invalidation rectangle computation was duplicating code and didn't use helper methods from SwPageFrm to get information about the page width. | |||||
2011-05-03 | Typo in resource definitions. | Sébastien Le Ray | 1 | -1/+1 | |
I don't know how this may have worked before… | |||||
2011-04-29 | dlopen-global-symbols.diff: use global namespace for dlopened sym | Thorsten Behrens | 2 | -5/+6 | |
2011-04-27 | writer-default-as-optimal-page-wrap.diff: Optimal Page Wrap by default | Jody Goldberg | 1 | -1/+1 | |
for graphics insertion (X#59831) | |||||
2011-04-21 | fix detection of first-page header/footer (previous commit,bnc#654230) | Luboš Luňák | 1 | -3/+2 | |
2011-04-20 | some docx field import/export tweaks | Noel Power | 1 | -1/+1 | |
import/export ( USERNAME / USERINITIALS ) - supported now and alligned with binary import import/export ( AUTHOR / DocumentProperty.Author ) - AUTHOR is now imported as DocumentInfo.Created, DocProperty.Author is imported as a custom property, DocumentInfo.Created is exported as AUTHOR fix docx export of COMMENTS fix docx import of CREATEDATE, fix docx import of DocProperty.CreateTime fix docx import of DocProperty.LastSavedTime fix docx import of DocProperty.TotalEditingTime ( format still not right ) | |||||
2011-04-19 | make left/right page style be followed by the other one | Luboš Luňák | 1 | -0/+8 | |
so that the document is automatically set to alternating left/right pages | |||||
2011-04-19 | avoid first-page header/footer extending to all pages (bnc#654230) | Luboš Luňák | 1 | -9/+13 | |
2011-04-19 | a more reliable way to detect w:titlePg (bnc#654230) | Luboš Luňák | 1 | -2/+12 | |
2011-04-19 | implement w:evenAndOddHeaders (and settings.xml too) | Luboš Luňák | 2 | -0/+55 | |
2011-04-14 | FALSE/TRUE in strings should not be converted to sal_False/sal_True. | Jan Holesovsky | 3 | -4/+4 | |
2011-04-13 | Fix input list default selection on ww8 import | Thorsten Behrens | 1 | -1/+1 | |
Fix for i#100621 - more correct pre-selection of list item for input fields - aligns import with export at least, though still not perfect - format docs say this is a dynamically-sized value (i.e. we're going to be wrong for item numbers 32 and higher) | |||||
2011-04-07 | i#112564: Fixed a misbehaviour of createContextEnumeration on SwXTextRange | Cédric Bosdonnat | 3 | -18/+7 | |
2011-04-06 | Change accel key for Clear Direct Formatting back to D | Octavio Alvarez | 1 | -1/+1 | |
2011-04-05 | set ldflags on *BSD too just like linux | Robert Nagy | 1 | -1/+1 | |
2011-04-04 | Rename one missing Default Formatting --> Clear Direct Formatting | Octavio Alvarez | 1 | -1/+1 | |
2011-04-01 | Cleanup of code comments | Martin Kepplinger | 6 | -25/+25 | |
Correct and improve some issues about code comments that reviewers brought up. Thanks for reviewing! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||||
2011-04-01 | WaE: struct vs class | Caolán McNamara | 1 | -1/+1 | |
2011-03-31 | Translate german code comments | Martin Kepplinger | 3 | -18/+18 | |
Translate the remaining german code comments in writer/sw/source/ui/frmdlg to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||||
2011-03-31 | Translate german code comments | Martin Kepplinger | 3 | -112/+109 | |
Translate more german code comments to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||||
2011-03-31 | Translate german comments | Martin Kepplinger | 4 | -86/+81 | |
Translate more code comments in writer/sw/source/ui/frmdlg from german to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||||
2011-03-31 | Translate german code comments | Martin Kepplinger | 1 | -17/+17 | |
This translates all german code comments in writer/sw/source/ui/fmtui to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||||
2011-03-30 | centralize caserotate and add to other shells | Caolán McNamara | 8 | -139/+174 | |
2011-03-30 | WaE: overloaded virtual | David Tardon | 1 | -0/+1 | |
2011-03-30 | WaE: unused variable | David Tardon | 1 | -7/+1 | |
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | 1 | -0/+0 | |
2011-03-29 | drop bogus executable flag from odf files | Francisco Saito | 1 | -0/+0 | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | 16 | -0/+0 | |
2011-03-29 | Fixed the writer navigation toolbar after DEV300 merge | Cédric Bosdonnat | 3 | -2/+3 | |
2011-03-29 | Fix Windows build of sw | Fridrich Štrba | 1 | -0/+1 | |
2011-03-28 | Add missing com.sun.star.comp.Writer.DocxExport XML registration | Cédric Bosdonnat | 1 | -3/+4 | |
2011-03-28 | fdo#32413: Add an apply button to style edit dialog in Writer | Miklos Vajna | 4 | -2/+25 | |
2011-03-28 | Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows | Cédric Bosdonnat | 54 | -216/+247 | |
2011-03-27 | cleanup of unoapi test | Bjoern Michaelsen | 3 | -105/+1 | |