summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-17XubString->OUStringCaolán McNamara9-75/+73
2012-09-17Missing includeStephan Bergmann1-0/+1
2012-09-17don't add invalid UTF-8 to _NET_WM_NAME and _NET_WM_ICON_NAMEChristian Lohmaier1-6/+2
2012-09-17Add icons + device name display to pairing activity.Andrzej J.R. Hunt5-2/+26
2012-09-17checksize.pl chokes on empty files created by __debug_install_post…Christian Lohmaier1-0/+1
2012-09-17Easyhack 50089Douglas Rodrigues de Almeida3-16/+16
2012-09-17fdo#34792 - Fix for truncated field labels in Bibliography database dialogsagar1-5/+5
2012-09-17Styling and icons for Selector Activity complete.Andrzej J.R. Hunt6-2/+28
2012-09-17fdo#54858: fix UNO service conversionIvan Timofeev1-6/+2
2012-09-17Include header with prototypes of defined functionsStephan Bergmann2-4/+6
2012-09-17Changed timerUpdateThread to Runnable for clarity.Andrzej J.R. Hunt1-11/+12
2012-09-17add more test for ScRangeList::DeleteAreaMarkus Mohrhard1-0/+39
2012-09-17test case for ScRangeListMarkus Mohrhard4-1/+213
2012-09-17fix ScRangeList::DeleteArea for the 4 ranges caseMarkus Mohrhard1-1/+1
2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar37-43/+86
2012-09-16export sal init and deinit functionsDavid Tardon2-4/+4
2012-09-16Remove useless variableJulien Nabet1-3/+1
2012-09-16fix endless recursion with some characters in spreadsheetml headers/footersPeter Jentsch1-0/+3
2012-09-16Fix duplicate branches for if and elseJulien Nabet1-1/+1
2012-09-16Fix consecutive return, goto... statements are unnecessaryJulien Nabet1-1/+0
2012-09-16Fix for inefficient checking for 'm_aRepositories' emptinessJulien Nabet1-1/+1
2012-09-16only delete cond formats when attributes are deleted, fdo#54748Markus Mohrhard1-1/+2
2012-09-16Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-09-16Prefer prefix ++/-- operators for non-primitive typeJulien Nabet1-4/+4
2012-09-15Added Tango iconsAlexander Wilms79-61/+204029
2012-09-15Let --enable-assert-always-abort affect setting NDEBUG directlyStephan Bergmann3-25/+10
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann47-79/+189
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann6-5/+26
2012-09-15Fix iterator managementJulien Nabet1-1/+1
2012-09-15fix odma plugin for new ucbhelper APIMichael Meeks1-2/+5
2012-09-15Simplify AutoOGuardArray + rename private attributeJulien Nabet1-7/+4
2012-09-15Remove unused variableJulien Nabet1-1/+0
2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet3-30/+25
2012-09-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-09-15Fix comparisonJulien Nabet1-1/+1
2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet1-5/+2
2012-09-15More ::rtl::OUString to OUString in avmediaRicardo Montania4-25/+25
2012-09-15More ::rtl::OUString to OUString in avmediaRicardo Montania3-29/+29
2012-09-14trim leading (and trailing) spaces when extracting help stringAndras Timar1-1/+16
2012-09-14remove DONTSHOWINUSERINSTALL style, because it is not interpretedAndras Timar6-12/+4
2012-09-14typo: Uniocde -> UnicodeAndras Timar1-1/+1
2012-09-14SfxStyleSheetBasePool::Remove: fix valgrind warning:Michael Stahl1-1/+4
2012-09-14sfx2: DocumentInfo test should use a private temp dirMichael Stahl1-23/+8
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann25-168/+139
2012-09-14Unit test for ScRangeList. For now it's very basic. May expand later.Kohei Yoshida1-0/+18
2012-09-14Attempt to fix Android-only codeStephan Bergmann1-2/+2
2012-09-14don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard1-1/+1
2012-09-14sdremote: unwind a couple of crasher / corner casesMichael Meeks2-11/+7
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann196-2313/+1151
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin12-193/+229