summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-30query remaining stream size after seeking, not before (fdo#45255)Luboš Luňák
2012-01-30fdo#35669: more robust references mergingCédric Bosdonnat
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-30use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-27Skip Library_vbaswobj for iOSTor Lillqvist
2012-01-27sal log area ".doc" -> "sw.ww8", to be consistent with the styleLuboš Luňák
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl
If there is a width in fo:border{,-left,-right,-top,-bottom}, then it should not override the values from style:border-line-width{,-left,-right,-top,-bottom}, which are more specific in case of "double" borders.
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl
The problem is that the width from the fo:border{,-left,-right,-top,-bottom} attributes is effectively tripled for "double" borders.
2012-01-26fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat
2012-01-26Revert "Page Breaks: IsLeaveWindow() is unreliable, we do not need it here."Cédric Bosdonnat
This reverts commit 60c968e9a2ef14aa289e677bd7f40d2c4724fd12. This introduced flickering page break button
2012-01-26Deleting a null pointer is safeTakeshi Abe
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann
2012-01-25WaE: int and long confusionTor Lillqvist
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna
2012-01-25optimized zoom to use more common intervalsTim Hardeck
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara
2012-01-24order database properties so that opening it in writer works (bnc#740032)Luboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-January/024380.html
2012-01-23Useless "if else" since we do the same in both casesJulien Nabet
2012-01-24Replaced String by rtl::OUStringTakeshi Abe
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21sw: tweak translation 60c8a970dMichael Stahl
2012-01-21SwGlossaries: some cleanupMichael Stahl
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl
2012-01-21SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl
2012-01-21SwGlossaryGroupDlg: String to OUStringMichael Stahl
2012-01-21SwGlossaryGroupDlg: fix memory leaksMichael Stahl
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20sw: tweak translationsMichael Stahl
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe
2012-01-20sw: SwAddPrinterTabPage::SetFax: fix STL conversionMichael Stahl
regression from 166053646aff23f93ad3704cde05b9bda20e171c
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-19remove executable bit on source filesLuboš Luňák