summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27support fast MM printing in non-single-file mode only for CUPSprivate/llunak/mailmerge_02Luboš Luňák9-32/+217
2015-02-26mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák6-36/+108
2015-02-26do not needlessly make overriden functions more privateLuboš Luňák1-5/+6
2015-02-26avoid creating temporary document copies in non-singlefile MM modeLuboš Luňák1-10/+36
2015-02-26do not create temp file(s) during MM if not neededLuboš Luňák1-12/+16
2014-11-14avoid unused argument warningLuboš Luňák1-0/+2
2014-11-14speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMapLuboš Luňák1-22/+23
2014-11-14faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák8-13/+172
2014-11-14do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák6-35/+43
2014-11-14do not bother with nice unique names during mailmergeLuboš Luňák7-12/+61
2014-11-14Moved 'DateTimeToOString' from 'filter' package to 'tools' packageAdam Co7-48/+82
2014-11-14actually use return value of GetUniqueSectionName() in SwDoc::UpdateSection()Luboš Luňák1-1/+1
2014-11-14do not iterate over all bookmarks in SwTxtNode::Update()Luboš Luňák1-7/+13
2014-11-14name of mailmerge marks is actually irrelevantLuboš Luňák1-1/+2
2014-11-14SwDBManager::MergeMailFiles: set unique fly names at the end of the mergeMiklos Vajna4-1/+14
2014-11-14sw: use new bookmark API in lcl_FillBookmarkArray() for text nodesMiklos Vajna1-54/+85
2014-11-14sw: add API that provides fast access to marks of a text nodeMiklos Vajna3-1/+25
2014-11-14SwXTextPortionEnumeration ctor: avoid dynamic_cast in the common caseMiklos Vajna1-2/+2
2014-11-14do not repeatedly relayout mailmerge document after each changeLuboš Luňák1-2/+1
2014-11-14compute page offset for mailmerge based on source document rather than targetLuboš Luňák3-19/+17
2014-11-14use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)Luboš Luňák6-18/+72
2014-11-14more local variableLuboš Luňák1-1/+1
2014-11-14MM: export the SwDocShell mail merge via UNOJan-Marek Glogowski10-127/+149
2014-11-14MM: dump debug documents based on environment varJan-Marek Glogowski1-19/+18
2014-11-14:sw: rename SwDoc::Append to something uniqueMichael Stahl3-5/+6
2014-10-07use -> with pointersprivate/llunak/mailmergeLuboš Luňák1-5/+5
2014-10-07error: comparison between pointer and integerLuboš Luňák1-1/+1
2014-10-06error: comparison between pointer and integer (Clang trunk towards 3.4)Stephan Bergmann5-8/+6
2014-10-06error: friend declaration specifying a default argument must be a definitionStephan Bergmann6-6/+6
2014-10-06...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann4-17/+44
2014-10-06Clean up declaration of __cxa_get_globalsStephan Bergmann5-9/+54
2014-10-06i#101283 Fix collapsed bookmark handlingJan-Marek Glogowski1-4/+10
2014-10-06fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn2-156/+253
2014-10-06fdo75996 Check search result for bookmark undoJan-Marek Glogowski1-7/+13
2014-10-06Patch von Lanedo für #11826 integriert.Ulrich Kitzinger1-5/+20
2014-10-06Auswahl von Papiergröße und -orientierung deaktiviert (Trac #11826)Ulrich Kitzinger2-6/+13
2014-10-06Zugriff auf static Variable synchronisiert (Trac 11400)Ulrich Kitzinger1-0/+7
2014-10-06unopkg beschwert sich: 'unopkg: 69: [: =: unexpected operator'Ulrich Kitzinger1-1/+1
2014-10-06Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079Noel Power2-12/+1
2014-10-06Änderungen am Build-Skript und Abhängigkeiten für Windows-BuildUlrich Kitzinger5-2/+201
2014-10-06Kde3-Pfade angepasstUlrich Kitzinger1-2/+2
2014-10-06Dialog 'Es ist kein Standarddrucker ausgewaehlt' unterdrueckenUlrich Kitzinger1-2/+2
2014-10-06Noch ein CompilefehlerUlrich Kitzinger1-1/+1
2014-10-06Fix für AO Bug 74651Ulrich Kitzinger3-11/+38
2014-10-06In Paths.xcu Temp-Pfad angepasstUlrich Kitzinger1-1/+1
2014-10-06unopkg-Sript setzt Root-profil, wegen Trac #11013Ulrich Kitzinger1-0/+5
2014-10-06Update-Button im Extension-Manager disabledUlrich Kitzinger1-3/+3
2014-10-06Änderung für Übernahme von Mail-Adressen aus Link, Trac #4335Ulrich Kitzinger1-2/+2
2014-10-06ExtensionUpdateURL emptyLimux1-1/+1
2014-10-06Handle fixed page size printer option.Jan-Marek Glogowski1-3/+18