summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot
Part XXXIII Modules sfx2
2012-01-10Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot
Part XXXII Modules sdext
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot
Part XXXI Modules sd
2012-01-10Fix for bug fdo#44110, New Math symbols issues in WindowsOlivier Hallot
This patch fixes the rendering issues in Windows for the new Math symbols for game theory. The precsim and succsim symbols were truncated. They have been shifted upward. File OpenSymbol.sfd with only the characters touched (at the end of the file) File opens____.ttf generated from OpenSymbol.sfd (fontforge)
2012-01-11microopt, avoid unnecessary call to Tell()Miklos Vajna
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-11ups, that part should not have been committed.Christian Lohmaier
cross-compiling is broken currently when using separate nss
2012-01-11fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruftChristian Lohmaier
2012-01-11Fix fdo#43820 - properly initialize iterators before math.Thorsten Behrens
2012-01-10cosmetic: clean-up tab/space mix.Norbert Thiebaud
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe
This fixes fdo#44616. HTML 3.2 does not have these attributes: http://www.w3.org/TR/REC-html32
2012-01-10sw: SwNavigationMgr: don't store SwPositionsMichael Stahl
Using SwPosition to store the history is an awful ideal as that isn't corrected when the node it points to is deleted, which could cause crashes when the user then wants to jump there. SwUnoCrsr looks like a better fit as it is automatically corrected.
2012-01-10sw: SwNavigationMgr: style cleanupMichael Stahl
2012-01-10Repository.mk: some special executable names on WNTMichael Stahl
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida
This is necessary for handling names that cross-reference each other.
2012-01-10list source files explicitlyDavid Tardon
2012-01-10list source files explicitlyDavid Tardon
2012-01-10pathutils-obj is in static library ooopathutilsMatúš Kukan
2012-01-10Apparently need more (all?) methodsTor Lillqvist
2012-01-10Avoid CUPS on AndroidTor Lillqvist
2012-01-10Rename weird "NetPath" term to the more descriptive "InstallationRootPath"Tor Lillqvist
2012-01-10Add a couple more methodsTor Lillqvist
2012-01-10Build more code on Android, tooTor Lillqvist
2012-01-10gbuild: Executable.mk: don't build unregistered exesMichael Stahl
2012-01-10RepositoryModule_ooo.mk: add cppuhelperMichael Stahl
2012-01-10cui: remove unused macro for renamed libraryMichael Stahl
2012-01-10Make nsplugin build on Mac, take two.Thorsten Behrens
Now with some help from Michael Stahl - seems to work.
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10Make nsplugin link on Mac.Thorsten Behrens
2012-01-10can drop intermediate strings nowCaolán McNamara
2012-01-10Replace (Byte)String with rtl::O(U)StringChristina Rossmanith
2012-01-10improve support for merging librariesMatúš Kukan
2012-01-10build debugging libxml2 with -gCaolán McNamara
2012-01-10typo in .IFCaolán McNamara
2012-01-10workaround internal compiler error with gcc 4.7David Tardon
2012-01-10pptx: regenerate presets after custom shapes moveto/close fixRadek Doulik
2012-01-10pptx: custom shapes import, ignore close segment after moveto segmentRadek Doulik
2012-01-10valgrind: have MappedLockBytes take complete ownership of the file handleCaolán McNamara
have MappedLockBytes take complete ownership of the file handle and unmap it and close it on release. Otherwise xFile will close it and MappedLockBytes will unmap it in that order, which breaks post android requirement to have a valid file handle in unmap
2012-01-10MAC_WITHOUT_EXT never defined thesedaysCaolán McNamara
2012-01-10Tools container rework regression fix (for fdo#41657)Thorsten Behrens
Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway).
2012-01-10Translate German comments and correct a few English onesPhilipp Weissenbacher
2012-01-10Translate German commentsPhilipp Weissenbacher
2012-01-10callcatcher: update listCaolán McNamara
2012-01-10reduce DragMode fooCaolán McNamara
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-10some misc tidyup ( that was reverted )Noel Power
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here