summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin
none of these methods are being override anywhere, so remove the virtual modifiers. Change-Id: I84fa4211418b7eae38b60964b076ecd73013513a
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I7c9b5ca89b54efb918f86bfb28c7e6a4fe161c75
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I4d13ff42989c6c2fd2b615ffa8cb72772f722343
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: Ie801378efed378a9daead57cb637a96fb51cf49a
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I8a94c5f44645d3ef03f231fe7b38c7e5637f8c09
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I4201103c7fd3278c64fbc87456177e3637620fe1
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: Ie015d538d7a740dd421900598a7dd60e155be55d
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: Ib3d1e2903bacad34fe381eb3ba644ddd48762abc
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I6fde53a51984e965a873d497c5ea3aeb6e852b88
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: Ifae09024b0f94a3efc24355803091e2600dccf84
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I5a412f7b5a8c94546eb4de9825ebaa8d3953d619
2014-02-18remove dead method definitionsNoel Grandin
Change-Id: I1b549c5989d2d6600064a5d84ed1354203437563
2014-02-18sal_Bool->boolNoel Grandin
Change-Id: I759c79d8a4a1775525951eb30bcd06104440642d
2014-02-18Fix iOS fallout from cda903f83831341f44833b94e7d38e598f5a7198Tor Lillqvist
Change-Id: I48e418ff7d5a8bbf64bc6072b4ad2ef30cb24625
2014-02-18C++03 fixupStephan Bergmann
Change-Id: I2a8b33adbc3844347e78738fbbf5a336af543e8a
2014-02-18sal_Bool -> bool fixupStephan Bergmann
Change-Id: I4e69744d99334bfe9dafdfd19b2f0242ccf0d4cc
2014-02-18Replace GrafikArrived with GraphicArrivedChr. Rossmanith
Change-Id: I626e0039a01e62eeae994b1c423cc6f8aa359c06 Reviewed-on: https://gerrit.libreoffice.org/8087 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-02-18i18nutil: sal_Bool -> boolStephan Bergmann
Change-Id: Ic4a198d737692734ae3fbc096f370a3aa0667c5b
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann
Change-Id: Ic548cf07fe115c101771999a0dc8d370e57cd3ab
2014-02-18tools: sal_Bool -> boolStephan Bergmann
Change-Id: I3aad235d92b3972b44199294c0f3de65ad57f450
2014-02-18fdo#72042: Fix for "Font names are not localized (Mac OS X)"Tomofumi Yagi
This patch will bring the behavior of 4.0 to master(4.3). This patch has 1 changes on implementation of vcl/quartz/ctfonts.cxx. We will use CTFontDescriptorCopyLocalizedAttribute() API,If possible. So DevFontFromCTFontDescriptor() can return the localized fontname. Change-Id: I7eb5bda4fa69540fb32de573190a30bcb2c01cd2 Reviewed-on: https://gerrit.libreoffice.org/8071 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Ia7b1a6aa15dd2438ebb39739535c4dfe0836e785
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I6ebb1078c44b5fc0140ee59dc16a2bd7c7188453
2014-02-17coverity#984132 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I2e483d1612e2344b71e0d140bf1fe264fbf9b0e3
2014-02-17coverity#984133 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I933aa0d34d99808ccc359acfd895a7b9ea60217c
2014-02-17coverity#984134 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Iafc65bc7d168a1750dd25cbd629762362bc73af5
2014-02-18Drop unnecessary #includeTakeshi Abe
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
2014-02-17Temporarily disable this test. I'll fix this later.Kohei Yoshida
Change-Id: I5e4f3559e462e069aad8050e3331b9f546729f7c
2014-02-17fdo#75032: Handle note copying correctly.Kohei Yoshida
Change-Id: I1b8fa5231b23554c856fb63b580cb13ea9223b08
2014-02-17fdo#75032: Extend the test to catch another use case.Kohei Yoshida
Change-Id: Ibc9840927057d72e6fd066dee589ccfbca25bace
2014-02-18we should not enable the png debug export by defaultMarkus Mohrhard
Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea
2014-02-18fix windows buildMarkus Mohrhard
Change-Id: Ibbeda9f66ee9c81ac4202f999173adbf00ed8f83
2014-02-18add disabled test for conditional formatting with skip empty cellsMarkus Mohrhard
Change-Id: I01920c1e27a1c9b0445524bc51292a48a6827877
2014-02-18the string is UTF8 and not AsciiMarkus Mohrhard
Change-Id: Ibf9a837ca5689ceae91eff2a081da3b7fe0b9244
2014-02-18prevent invalid OOXML files with trendlines, related #i88825#Markus Mohrhard
Change-Id: I503b24233060400cf4bbb40701bec0a3e101512a
2014-02-18fix indentationMarkus Mohrhard
Change-Id: I36be2de793d3d32433530bf71632cb73a676bb9a
2014-02-17fdo#74573: Skip removing of cell notes on empty cells if the flag is set.Kohei Yoshida
Change-Id: I0d9cb5b48c5fdf51cf290cd838f5d6d7cb572e8b
2014-02-17fdo#74573: Test pasting of cell attributes as well.Kohei Yoshida
Change-Id: Ib38ac054b40ac21dd4b6088fafca33566d2fc436
2014-02-17Clipboard content dumping tool to README.Jan Holesovsky
Found it by chance, don't want to lose the link ;-) Change-Id: Ie3a1c253a287a8e3ff6f82e75176e22305a03b39
2014-02-17Resolves: fdo#50451 Mediawiki formula export + vec useJulien Nabet
Unicode Character 'COMBINING RIGHT ARROW ABOVE' wasn't taken into account Change-Id: I4b5fc5fcfa4efe40fc92935e21af829edadf1dea
2014-02-17add Collabora to wordbookAndras Timar
Change-Id: I2d667a84ff1f1523f37895aacf6f97a0b34b7c03
2014-02-17writerfilter: sprm:{PFKeepFollow,PFKeep} -> ooxml:CT_PPrBase_keep{Next,Lines}Miklos Vajna
Change-Id: I59e48e420a4ec276680a1ba5cfb002f656b3c4a9
2014-02-17Let's not parse nonsensical data.Jan Holesovsky
Change-Id: Icf956c3824286e8244cf5809be88568de0d6a068
2014-02-17Fix crash in css rgb color handling.Jan Holesovsky
Crashing since 2000 (or earlier). Change-Id: I9f91d56f380be2421370b0acbee351461e1f0973
2014-02-17writerfilter: sprm:PBrc{Between,Bar} -> ooxml:CT_PBdr_{between,bar}Miklos Vajna
Change-Id: I9ed3f3beafc8b3dd340b39ed24c5eb8315c19a2f
2014-02-17fdo#75032: Skip notes when copying values from undo document.Kohei Yoshida
Notes undo redo are handled separately by the drawing layer. Change-Id: Iae37ac86889d7a25f25e6dd0b69f724107c6798a
2014-02-17fdo#75032: Add a test case to reproduce the crash.Kohei Yoshida
Change-Id: I1bb980e9872515a8684014a0e0be9fd4c717f9fd
2014-02-17abi#3623 RTF import: missing null pointer checkMiklos Vajna
Change-Id: I5861e5fec0d822f42dfeb994500a818a968e69fb
2014-02-17Related: fdo#74284 try AccessibleRole::PANEL for VclBoxes under windowsCaolán McNamara
Change-Id: Ic8c743c2646c8610b3d90425024413b40dfdab13
2014-02-17Add toposort feature to module-deps.plStephan Bergmann
Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a