Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-10 | Fix for fdo43460 Part XXXI getLength() to isEmpty() | Olivier Hallot | |
Part XXXI Modules sd | |||
2012-01-10 | Fix for bug fdo#44110, New Math symbols issues in Windows | Olivier 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-11 | microopt, avoid unnecessary call to Tell() | Miklos Vajna | |
2012-01-11 | fdo#38057 implement RTF import progressbar | Miklos Vajna | |
2012-01-11 | ups, that part should not have been committed. | Christian Lohmaier | |
cross-compiling is broken currently when using separate nss | |||
2012-01-11 | fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruft | Christian Lohmaier | |
2012-01-11 | Fix fdo#43820 - properly initialize iterators before math. | Thorsten Behrens | |
2012-01-10 | cosmetic: clean-up tab/space mix. | Norbert Thiebaud | |
2012-01-10 | fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2 | Takeshi Abe | |
This fixes fdo#44616. HTML 3.2 does not have these attributes: http://www.w3.org/TR/REC-html32 | |||
2012-01-10 | sw: SwNavigationMgr: don't store SwPositions | Michael 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-10 | sw: SwNavigationMgr: style cleanup | Michael Stahl | |
2012-01-10 | Repository.mk: some special executable names on WNT | Michael Stahl | |
2012-01-10 | fdo#42624: Do the same for BIFF5 and earlier. | Kohei Yoshida | |
2012-01-10 | fdo#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-10 | list source files explicitly | David Tardon | |
2012-01-10 | list source files explicitly | David Tardon | |
2012-01-10 | pathutils-obj is in static library ooopathutils | Matúš Kukan | |
2012-01-10 | Apparently need more (all?) methods | Tor Lillqvist | |
2012-01-10 | Avoid CUPS on Android | Tor Lillqvist | |
2012-01-10 | Rename weird "NetPath" term to the more descriptive "InstallationRootPath" | Tor Lillqvist | |
2012-01-10 | Add a couple more methods | Tor Lillqvist | |
2012-01-10 | Build more code on Android, too | Tor Lillqvist | |
2012-01-10 | gbuild: Executable.mk: don't build unregistered exes | Michael Stahl | |
2012-01-10 | RepositoryModule_ooo.mk: add cppuhelper | Michael Stahl | |
2012-01-10 | cui: remove unused macro for renamed library | Michael Stahl | |
2012-01-10 | Make nsplugin build on Mac, take two. | Thorsten Behrens | |
Now with some help from Michael Stahl - seems to work. | |||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas 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-10 | Make nsplugin link on Mac. | Thorsten Behrens | |
2012-01-10 | can drop intermediate strings now | Caolán McNamara | |
2012-01-10 | Replace (Byte)String with rtl::O(U)String | Christina Rossmanith | |
2012-01-10 | improve support for merging libraries | Matúš Kukan | |
2012-01-10 | build debugging libxml2 with -g | Caolán McNamara | |
2012-01-10 | typo in .IF | Caolán McNamara | |
2012-01-10 | workaround internal compiler error with gcc 4.7 | David Tardon | |
2012-01-10 | pptx: regenerate presets after custom shapes moveto/close fix | Radek Doulik | |
2012-01-10 | pptx: custom shapes import, ignore close segment after moveto segment | Radek Doulik | |
2012-01-10 | valgrind: have MappedLockBytes take complete ownership of the file handle | Caolá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-10 | MAC_WITHOUT_EXT never defined thesedays | Caolán McNamara | |
2012-01-10 | Tools 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-10 | Translate German comments and correct a few English ones | Philipp Weissenbacher | |
2012-01-10 | Translate German comments | Philipp Weissenbacher | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-10 | reduce DragMode foo | Caolán McNamara | |
2012-01-10 | force users of horrific ReadUniOrByteStringLine to provide the charset | Caolán McNamara | |
2012-01-10 | we know that the encoding is not UTF-16 here | Caolán McNamara | |
2012-01-10 | we know that the encoding is not UTF-16 here | Caolán McNamara | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-10 | some misc tidyup ( that was reverted ) | Noel Power | |
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here | |||
2012-01-10 | Revert "remove duplicated images for basic dialog form controls ( & misc ↵ | Noel Power | |
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03. | |||
2012-01-10 | editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27 | Michael Stahl | |
- iterators should be compared with !=, not < - iterator invalidation on erase should be avoided by using the iterator that is returned by erase - in WrongList::operator== only one iterator was incremented |