summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"Stephan Bergmann6-55/+55
2014-09-16config.guess is apparently not supposed to be called directlyStephan Bergmann2-3/+3
2014-09-16Revert "Use system ODBC on MS Windows unless specifically overriden"Jan Holesovsky1-2/+2
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann10-7/+363
2014-09-16fdo#81357 no fallback for special codes without countryEike Rathke1-0/+4
2014-09-16Add back XTestDialogHandler methodsStephan Bergmann1-0/+73
2014-09-16Add back XExampleAddIn methodsStephan Bergmann1-1/+22
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann3-3/+3
2014-09-16There is no com.sun.star.lib.util.ExceptionHelperStephan Bergmann1-4/+9
2014-09-16Add back getMyFirst/SecondValue methodsStephan Bergmann1-4/+16
2014-09-16fdo#75757: remove inheritance to std::vectorTakeshi Abe2-29/+27
2014-09-16Use system ODBC on MS Windows unless specifically overridenLionel Elie Mamane1-2/+2
2014-09-16that's probably what was intendedLionel Elie Mamane1-2/+2
2014-09-16Add back __writeRegistryServiceInfo methodStephan Bergmann1-1/+13
2014-09-16fdo#83518: We need the GL context when rendering text.Jan Holesovsky1-0/+2
2014-09-16Try to fix MacOSX-10.8_21-10.7SDK buildMiklos Vajna1-1/+1
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson1-0/+1
2014-09-16-Werror,-Wunused-function, loplugin:bodynotinblockStephan Bergmann1-26/+1
2014-09-16-Werror,-Wsometimes-uninitializedStephan Bergmann1-3/+3
2014-09-16renamed function names from german to englishMichael Jaumann2-10/+10
2014-09-16DOCX export: avoid inline shape inside shape textMiklos Vajna3-4/+13
2014-09-16loplugin:saloverrideStephan Bergmann1-1/+1
2014-09-16Remove superfluous merge function.Eilidh McAdam2-254/+0
2014-09-16Make UNO and wizard mail merge use same function.Eilidh McAdam3-12/+42
2014-09-16fdo#70346 MM: add mail merge data to condition dictJan-Marek Glogowski5-45/+155
2014-09-16CppunitTest_sw_ooxmlsdrexport: clean up testLockedCanvas XPath expressionMiklos Vajna1-1/+1
2014-09-16vcl: Order.Jan Holesovsky1-1/+1
2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky6-56/+102
2014-09-16vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.Jan Holesovsky2-18/+10
2014-09-16Revert "force --with-system-odbc on MacOS X and Microsoft Windows"Tor Lillqvist1-3/+0
2014-09-16-Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann1-6/+7
2014-09-16...and anotherStephan Bergmann1-1/+1
2014-09-16Fix workaround for bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-14/+17
2014-09-16better fix for build with 32bit SQLWCHARLionel Elie Mamane1-14/+20
2014-09-16fix build on 32bit SQLWCHARLionel Elie Mamane1-1/+4
2014-09-16force --with-system-odbc on MacOS X and Microsoft WindowsLionel Elie Mamane1-0/+3
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj1-5/+14
2014-09-16bean: encode(String) in URLEncoder has been deprecatedrbuj1-8/+27
2014-09-16Accept NDK r10bTor Lillqvist1-2/+2
2014-09-15sal_Bool -> boolStephan Bergmann1-4/+4
2014-09-15sal_Bool -> boolStephan Bergmann21-126/+124
2014-09-15fdo#83619 Retain dropdown part after customizationMaxim Monastirsky2-0/+20
2014-09-15loplugin:salboolStephan Bergmann4-29/+29
2014-09-15loplugin:salboolStephan Bergmann1-4/+4
2014-09-15CppunitTest_sw_odfexport: enable on WindowsMiklos Vajna1-1/+1
2014-09-15More forced-C++03 -Werror tweakingStephan Bergmann1-2/+4
2014-09-15Filter out non-interesting -Wvariadic-macros / -Werror=non-virtual-dtorMiklos Vajna1-1/+1
2014-09-15vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky3-24/+14
2014-09-15vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.Jan Holesovsky2-35/+27
2014-09-15vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.Jan Holesovsky2-6/+10