summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-05Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
Part VII Module comphelper
2012-01-06fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens
Removed erratic loop condition - we simply want to check if any frame has fullscreen flag set.
2012-01-05tweak this a littleCaolán McNamara
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05Changed C files to C++.Stephan Bergmann
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann
For that, moved aImplJavaUtf8TextEncodingData from tables.cxx to textenc.cxx, as it shares code with aImplUTF8TextEncoding (but does not drag lots of expensive data back into sal from sal_textenc).
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann
2012-01-05Translated German commentsChristina Rossmanith
2012-01-05removed unused #define_SVSTDARR_sal_uI(n)t16S(SORT)Christina Rossmanith
2012-01-05Remove Fill() usageChristina Rossmanith
2012-01-05fdo#44172: Basic function VAL produces bad resultAugust Sodora
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2012-01-05svtools: remove unused FileDialogMichael Stahl
svtools/filedlg.hxx(88) : warning C4610: class ´FileDialog´ can never be instantiated
2012-01-05simplify code a bitMarkus Mohrhard
2012-01-05remove unneeded debug statementsMarkus Mohrhard
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2012-01-05fdo#40250: safer protection check... why using the layout for this?Cédric Bosdonnat
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan
2012-01-05propmerge is not executableMatúš Kukan
2012-01-05Header/Footer: fix some bad indicators updates due to wrong call orderCédric Bosdonnat
2012-01-05Add some more stuff to the Android libvclTor Lillqvist
2012-01-05Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android)Tor Lillqvist
2012-01-05Don't use soname, Android doesn't support thatTor Lillqvist
2012-01-05Need the basebmp libraryTor Lillqvist
2012-01-06removed dead codeTakeshi Abe
2012-01-06catch exception by constant referenceTakeshi Abe
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XXII modules jvmfwk, l10ntools, lingucomponent
2012-01-05Adapt doxygen gen script to changed Env file name.Thorsten Behrens
2012-01-05chmod -x on java filesTomas Hlavaty
2012-01-05idl fix package namesTomas Hlavaty
2012-01-05fix broken ifndef/define guard in idlTomas Hlavaty
2012-01-05offapi: css.chart2.XAxis: fix include guard conflictMichael Stahl
2012-01-05Bump yearAndras Timar
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl
2012-01-05minor idl fixesTomas Hlavaty
2012-01-05use the docshell to change tab attributes. don't do it directlyNorbert Thiebaud
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith
2012-01-05try and get callcatcher working againCaolán McNamara
2012-01-05Bump year.Stephan Bergmann
2012-01-05Leak TypeDescriptor_Init_Impl to avoid problems at exit.Stephan Bergmann
2012-01-05Explicitly initialize TypeDescriptor_Init_Impl.Stephan Bergmann
2012-01-05Page Break: center the tab on the mouse and remove click on the lineCédric Bosdonnat
2012-01-05fpicker: add missing comphelperMichael Stahl