summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-08-05Remove unused macrosThomas Arnhold
2012-08-05Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)Julien Nabet
2012-08-05SmCmdBoxWindow: use single-line frameIvan Timofeev
2012-08-05SmCmdBoxWindow: reduce padding from 8 to 4Ivan Timofeev
2012-08-05SmCmdBoxWindow: no drawing in Resize()Ivan Timofeev
2012-08-05SmCmdBoxWindow: too many frames...Ivan Timofeev
2012-08-05Declare all the members in ImplCommonButtonData ctorJulien Nabet
2012-08-05highlight invalid formulas in cond format dlg, fdo#43653, bnc#730048Markus Mohrhard
2012-08-05paint Edit's native borders after background colorMarkus Mohrhard
2012-08-05Clang:Null pointer passed as an argument to a 'nonnull' parameterJulien Nabet
2012-08-05fdo#39468: Translate German comments in sw/source/core/docnode/ndcopy.cxxBertrand Lorentz
2012-08-05use correct string length for "between", fdo#53010Markus Mohrhard
2012-08-05tubes: fix buildMatúš Kukan
2012-08-04tubes: do not queue incoming packetsMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
2012-08-04tubes: remove unused parameterMatúš Kukan
2012-08-04tubes: call the function directlyMatúš Kukan
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan
2012-08-04make dev-install: don't list all files when unzipping on WNTMichael Stahl
2012-08-04SfxBroadcaster: fix STL conversion:Michael Stahl
2012-08-04Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini
2012-08-04Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.hArnaud Versini
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen
2012-08-04calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev
2012-08-04calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan
2012-08-04tubes: fix build of unit test; set include path for nowMatúš Kukan
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
2012-08-04tubes: use SAL_INFO SAL_WARN hereMatúš Kukan
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan
2012-08-04tubes: do not use boost::signal here; call function directlyMatúš Kukan
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan
2012-08-04tubes: remove pointless defineMatúš Kukan
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
2012-08-03Move PlaceEditDialog class and resources to svtools.Rafael Dominguez
2012-08-03Remove unneeded attribute.Rafael Dominguez
2012-08-03Make local overlay fill all the window.Rafael Dominguez
2012-08-03gbuild: run JunitTests and CppunitTests with DISABLE_SAL_DBGBOXMichael Stahl
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl
2012-08-03fdo#38056: fix XMLTextImportPropertyMapper regression:Michael Stahl
2012-08-03callcatcher: update unused code post stlificationCaolán McNamara