summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-06fwk: Constructor feature for single-instance WindowStateConfiguration.Matúš Kukan11-211/+188
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan13-36/+84
2014-02-06fwk: Constructor feature for single-instance FooBarFactories.Matúš Kukan8-217/+136
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan21-147/+173
2014-02-06fdo#69358: Avoid discontinuity in the gradient of window bar and toolbarTor Lillqvist1-1/+1
2014-02-06WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
2014-02-06Repository.mk: respect --disable-lpsolveMichael Stahl1-1/+1
2014-02-06Resolves: fdo#74499 crash on writing .docxCaolán McNamara1-5/+8
2014-02-06coverity#1158200 Dereference null return valueCaolán McNamara1-2/+7
2014-02-06fdo#39944: improve mapping between ATK and UNO rolesJacobo Aragunde Pérez1-1/+2
2014-02-06IsUpdateDateEnabled was never calledStephan Bergmann2-15/+0
2014-02-06fix debug=2 buildCaolán McNamara1-1/+1
2014-02-06fdo#68071 NPC characters now use a fixed color.Tomaž Vajngerl6-13/+73
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl10-1126/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl3-4/+40
2014-02-06xo: Constructor feature for XMLVersionListPersistence.Matúš Kukan4-40/+10
2014-02-05Typo: s -> eKohei Yoshida1-1/+1
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida9-1/+60
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida6-10/+25
2014-02-05fdo#74556: Write test for ReleaseNote().Kohei Yoshida2-0/+46
2014-02-05Move this test closer to the other tests for cell notes.Kohei Yoshida2-68/+68
2014-02-05Revert "hidpi: Blind fix - avoid double scaling by updating GetItemImage()."Norbert Thiebaud1-39/+16
2014-02-05coverity#707768 Uninitialized scalar fieldNorbert Thiebaud1-11/+17
2014-02-05coverity#707765 Uninitialized scalar fieldNorbert Thiebaud3-34/+2
2014-02-05coverity#707764 Uninitialized scalar fieldNorbert Thiebaud1-21/+27
2014-02-05coverity#707761-62 Uninitialized scalar fieldNorbert Thiebaud2-8/+2
2014-02-05coverity#707757 Uninitialized scalar fieldNorbert Thiebaud1-0/+4
2014-02-05coverity#707756 Uninitialized scalar fieldNorbert Thiebaud1-11/+9
2014-02-05coverity#707754 Uninitialized scalar fieldNorbert Thiebaud1-1/+8
2014-02-05Fix typo and a bit of cleanup.Kohei Yoshida2-8/+3
2014-02-05quote AR, etc. for AR='callcatcher ar'Caolán McNamara1-1/+1
2014-02-05Copied icons based on the GNOME icon theme from tango-testing to tangoAlexander Wilms136-0/+15144
2014-02-05fdo#51525 Add Paste Unformatted Text to Impress.Andrzej Hunt14-5/+112
2014-02-05fdo#73070 - UI: "Insert shapes" does not belong under "Properties"Rob Snelders1-23/+0
2014-02-05Add a line what you need to build to see your changes in officecfgRob Snelders1-0/+2
2014-02-05Remove a now unneeded cast (xub_StrLen and tools/string.hxx removal).Andrzej Hunt1-1/+1
2014-02-05Translate German commentsPhilipp Weissenbacher3-95/+85
2014-02-05fdo#69358 Introduction of native Mac OSX Toolbar, based on CoreUIJoren De Cuyper3-5/+39
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann2-9/+9
2014-02-05scp2: stop cargo-culting DONT_OVERWRITE aroundMichael Stahl5-56/+56
2014-02-05Get typed text inside cell (in Calc) to display again.Kohei Yoshida2-3/+3
2014-02-05cppcheck: variable reassigned before the old value has been usedJulien Nabet1-2/+0
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan8-67/+19
2014-02-05GetSearchDialog() returns SvxSearchDialog; and use it in more places too.Matúš Kukan5-37/+11
2014-02-05MSG_SEARCH_FOO unusedMatúš Kukan1-2/+0
2014-02-05SvxSearchDialog: Remove always false bMultiLineEdit.Matúš Kukan2-124/+21
2014-02-05fdo#74132: Do not interrupt search in Writer.Matúš Kukan14-63/+231
2014-02-05Remove unfinished code.Matúš Kukan1-14/+1
2014-02-05Use anonymous namespace for UUIInteractionHandler.Matúš Kukan2-84/+60
2014-02-05uui: Ctor feature for com.sun.star.comp.uui.UUIInteractionHandler.Matúš Kukan4-65/+17