summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)AuthorFilesLines
2011-05-12fdo#36667: Fixed update of table formulas, missing extraction of pNewValCédric Bosdonnat1-0/+2
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-11fdo#35805 Revert "write also properties of a text node itself"Cédric Bosdonnat1-5/+0
This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d. Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-05-11Fix crash when printing comments, fdo#37045.Noel Power3-4/+8
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-05-10update SdrPaintView's region when it changes in writer (bnc#683550)Luboš Luňák3-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-10revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix fdo#36340Michael Meeks2-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-09revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845Noel Power5-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-09Resolving fdo#36931 : Load non blank chars from XML and check it's value.Arnaud Versini2-2/+4
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-07Revert "Right click and clic-drag on a text over background image is weird"Cédric Bosdonnat1-46/+46
This reverts commit 4e035a1932446c8805c75841ea1db08f863254e6. Reverted as it introduced fdo#36496
2011-05-05fix incorrect merge and remove a useless castLuboš Luňák1-1/+1
2011-05-03Use GetBoundRect() instead of Frm() in layout.Sébastien Le Ray2-21/+22
2011-05-03Use GetBoundRect in SetFirstVisPageSébastien Le Ray1-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-03Added instance method SwPageFrm::GetBoundRectSébastien Le Ray2-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-03Use page bounding box for layout computations.Sébastien Le Ray7-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-03Typo in param nameSébastien Le Ray1-1/+1
2011-05-03Bad shadow alignment when sidebar present.Sébastien Le Ray1-6/+5
2011-05-03Added Impress-like 4 borders shadow.Sébastien Le Ray4-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-03Page invalidation uses information from layout.Sébastien Le Ray1-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-03Typo in resource definitions.Sébastien Le Ray1-1/+1
I don't know how this may have worked before…
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens2-5/+6
2011-04-27writer-default-as-optimal-page-wrap.diff: Optimal Page Wrap by defaultJody Goldberg1-1/+1
for graphics insertion (X#59831)
2011-04-21fix detection of first-page header/footer (previous commit,bnc#654230)Luboš Luňák1-3/+2
2011-04-20some docx field import/export tweaksNoel Power1-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-19make left/right page style be followed by the other oneLuboš Luňák1-0/+8
so that the document is automatically set to alternating left/right pages
2011-04-19avoid first-page header/footer extending to all pages (bnc#654230)Luboš Luňák1-9/+13
2011-04-19a more reliable way to detect w:titlePg (bnc#654230)Luboš Luňák1-2/+12
2011-04-19implement w:evenAndOddHeaders (and settings.xml too)Luboš Luňák2-0/+55
2011-04-14FALSE/TRUE in strings should not be converted to sal_False/sal_True.Jan Holesovsky3-4/+4
2011-04-13Fix input list default selection on ww8 importThorsten Behrens1-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-07i#112564: Fixed a misbehaviour of createContextEnumeration on SwXTextRangeCédric Bosdonnat3-18/+7
2011-04-06Change accel key for Clear Direct Formatting back to DOctavio Alvarez1-1/+1
2011-04-05set ldflags on *BSD too just like linuxRobert Nagy1-1/+1
2011-04-04Rename one missing Default Formatting --> Clear Direct FormattingOctavio Alvarez1-1/+1
2011-04-01Cleanup of code commentsMartin Kepplinger6-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-01WaE: struct vs classCaolán McNamara1-1/+1
2011-03-31Translate german code commentsMartin Kepplinger3-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-31Translate german code commentsMartin Kepplinger3-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-31Translate german commentsMartin Kepplinger4-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-31Translate german code commentsMartin Kepplinger1-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-30centralize caserotate and add to other shellsCaolán McNamara8-139/+174
2011-03-30WaE: overloaded virtualDavid Tardon1-0/+1
2011-03-30WaE: unused variableDavid Tardon1-7/+1
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from odf filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito16-0/+0
2011-03-29Fixed the writer navigation toolbar after DEV300 mergeCédric Bosdonnat3-2/+3
2011-03-29Fix Windows build of swFridrich Štrba1-0/+1
2011-03-28Add missing com.sun.star.comp.Writer.DocxExport XML registrationCédric Bosdonnat1-3/+4
2011-03-28fdo#32413: Add an apply button to style edit dialog in WriterMiklos Vajna4-2/+25
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat54-216/+247
2011-03-27cleanup of unoapi testBjoern Michaelsen3-105/+1