summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-07CID#708514 uninitialized membersCaolán McNamara
Change-Id: Ib799d3d3ce968bca87d5841d2ecd8cd2f7c51dd0
2013-10-07CID#738896 uninitialized membersCaolán McNamara
Change-Id: I69d93000df942d6f4ff6a6bfff4862eb199ea2a0
2013-10-07sal_Bool to boolTakeshi Abe
Change-Id: Ie8e35c4342db6e2dc35fca33cee7b4d71cfcb732
2013-10-07DOCX:fdo#43093 fix wrong direction and alignment for RTLFaisal M. Al-Otaibi
Change-Id: If362d80a86a7493f2d43e6d661b94fc03942711f
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo
condition wait is temporary only for non-windows system. Looks like there is some hang. Must be investigate later... Change-Id: Ia20227503f70244d33411164d4af95ba69e86509
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo
Change-Id: I5c01ae2f0e2109460aa332b31b524f855b87948a
2013-10-07Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo
There are some bug in *_new_location in the latest VLC versions. It doesn't parse URI correctly from the string "file:///blah-blah-blah". Change-Id: Iae54ad79fce0775a2f0a325766f713ff43e5d9ed
2013-10-07Avmedia/VLC: Returns "No error" if there aren't any error.Minh Ngo
Change-Id: Ic080cbcef56a82129347bbb4f008d1c36b0a927a
2013-10-07Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo
Change-Id: Ic98a179e5cfa34183e71a72bb417147612500a61 TODO: Unfortunately. Another cases must be checked later....
2013-10-07Integer type mismatchStephan Bergmann
Change-Id: Ib49f058b05bc6fdd959c979c3de3c8def739c453
2013-10-06fdo63235 - correct usage of marker-start/-end for svg path dataChr. Rossmanith
marker orientation will be corrected in a subsequent patch Change-Id: I0c833b62d06ad21ebe5fbaf170cfb22cecbf146d Reviewed-on: https://gerrit.libreoffice.org/6086 Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-10-06Revert "Try to fix TB master Linux-Gentoo-x86_64_2-no-conf"Miklos Vajna
This reverts commit 1bbfd5a069eda17feec8b26c5002b8e7d570abee. Should not be needed after 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10 is reverted.
2013-10-06Improve CPPUNIT_ASSERTsStephan Bergmann
Change-Id: I69599405b4fd6f3db8ec4d370fca84cd0febadb3
2013-10-06Revert "fix for fdo#65295, gradient issue"Miklos Vajna
This reverts commit 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10. The fix should be re-considered once it doesn't break CppunitTest_sw_ooxmlexport.
2013-10-06@param[in|out] -> @param[in,out]Zolnai Tamás
Change-Id: I585ca1450c22b77a03d0408fb5848be0838253da
2013-10-06fdo#58912 HTML export: headers and footers cause non-validating htmlThomas Arnhold
Fix it by using harmless title. Change-Id: I238034a23f4a446c69dd3c1408ac5ccf038c73dd
2013-10-06fix html testsThomas Arnhold
after 73e3aafa990168aa532fa7b81fc4de8f455b10e1 we need to lowercase all html tags. Change-Id: Ied686e153666f79c2a866473eeb393ec4e5bb961
2013-10-06Try to fix TB master Linux-Gentoo-x86_64_2-no-confJulien Nabet
Change-Id: I9a1ed5b10f059ddf72fcbcfaf9260bbdbd529d03
2013-10-06html: remove duplicatesThomas Arnhold
OOO_STRING_SVTOOLS_HTML_C_LT is the same as OOO_STRING_SVTOOLS_HTML_C_lt and so on... Change-Id: I7cc94a662e83176c2c2c441cbce27b4f2774e4a4
2013-10-06Consistently place platform-specific install:modules on values, not nodesStephan Bergmann
...so the (locale-specific) values end up in main.xcd on the appropriate platforms, instead of in the corresponding res/registry_*.xcd but on all platforms. Change-Id: I833fbad24868b86db826ff2da408a9f7101d5633
2013-10-06make system-bluez build not use -I$S/bluez_bluetooth/inc in sd...Rene Engelhard
Change-Id: Icdd90a7aadf7cfbc464e11a1e0386576cbc5c06c
2013-10-06Updated coreAndras Timar
Project: help a3bf6d8c872c363909e6173990fddcdd0e69d676
2013-10-06Ruler: don't draw ticks out of the ruler areaTomaž Vajngerl
Change-Id: I086e812b0db60fed094d21d2ba5aac1b9943e0d5
2013-10-06convert HTML tags/attributes to lowercase for html exportTomaž Vajngerl
Nobody writes HTML tags/attribute names in uppercase anymore. Change-Id: I99be2a42212ad9dac9706c43864ff7fd633bc030
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl
Change-Id: Ice76e03b6cac32263fb1909175b105ccc544e234
2013-10-06Point out that --enable-canonical-installation-tree-structure is broken nowTor Lillqvist
Change-Id: I2b14c3a5e7b3945e40334b961024ef243e957efa
2013-10-06Mention fdo#70097Tor Lillqvist
Change-Id: I0841f560092c5a5a15021fe5f92b8618266cbede
2013-10-05DXF import filter: fix OUString handlingMichael Stahl
The DXF import filter stores all strings read from the file in char[DXF_MAX_STRING_LEN+1] arrays, and then calls OUString constructor with that which then asserts because the string is actually shorter than the size of the array... avoid that by converting from char* to OString. Change-Id: I93c52788f88fe5d21968d450d029ed5db101d88b
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
Change-Id: I5019cce2172db7b3ac74e25f5ea9dc62e9fd03f8
2013-10-05Correct prefix for OUString + constifyMatteo Casalin
Change-Id: I4662fa9c63717c57ccfb6bcee685c4d47c715eff
2013-10-05String to OUString + better namesMatteo Casalin
Change-Id: I811789b9fec38d7745ffffbcb57659aa5e3dc59f
2013-10-05String to OUString + use return instead of reference argsMatteo Casalin
Change-Id: I0c0857b4b4ac87586675e8540ef5135dbce82b5c
2013-10-05This reference argument can be constMatteo Casalin
Change-Id: I4d8d23d34aa72a0101bc18e98983ea8840806462
2013-10-05This does not need to be a member functionMatteo Casalin
Change-Id: I4d008ac516c66243d436a3afe3322ba1b6c9ef22
2013-10-05Unused data member and setterMatteo Casalin
Change-Id: Ib11213ecad715948793f0b608ebb99d22fbc3152
2013-10-05Bail out early and minor optimizationsMatteo Casalin
Change-Id: Iec521a951e53386fc2bd780926d4a372e5fb05bc
2013-10-05String to OUStringMatteo Casalin
Change-Id: Ib7f355f68fe79ebfebb83fb5d2b72f4070153610
2013-10-05String to OUStringMatteo Casalin
Change-Id: I08064ad6f919b99ce5536eaef36b38523cf82610
2013-10-05Add back xsltproc --path argumentsStephan Bergmann
...that 1f82c0a46529ee056e99fd7031b5d569de522359 "gbuild: kill gb_XcsTarget_get_outdir_target" had disposed of, to avoid "failed to load external entity" warnings when .xcs/.xcu files reference DTDs in officecfg/registry/. Change-Id: I99b99a798782be6ad779b3f9d1951a37b1477926
2013-10-05Improve prop value checksStephan Bergmann
Change-Id: Iee877c5d4ca384a19302fe2a1fc2837325bfd604
2013-10-05No need to hide xml:lang="x-no-translate" in dummy install:moduleStephan Bergmann
Change-Id: Id9e3c40c14b43924467c23fad11e97951121d17d
2013-10-05Fix misuses of xml:lang="x-comment" in non-localized propsStephan Bergmann
Change-Id: I22eae40f740e4454a83f55aed0dd4cf08a0f4492
2013-10-05This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist
Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2
2013-10-05unused function 'operator<<'Tor Lillqvist
Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d
2013-10-05popOverView modified for better touchabilitySiqi LIU
Change-Id: Ief0ca8dfef303ecf905fdf02bcea924f98de976b
2013-10-05minorSiqi LIU
Change-Id: I25a9af3cad0454ee098b468d52433bec821c464b
2013-10-05fix for fdo#65295, gradient issueSiqi LIU
Change-Id: I3247cde66e5d6622102decca5912fe1645ee9e29
2013-10-05fdo#60662 apply HIG rulesThomas Arnhold
Change-Id: Ia73c38866b50e6986361909aa64f7a95c2ce8635
2013-10-05WaE: -Wunused-variableThomas Arnhold
Change-Id: I31bdce7f31185faebaf8a8a2162669b185def0c9
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7