summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-19squeeze some duplicated codeEike Rathke
2011-11-19implement possessive genitive case month names locale dataEike Rathke
New optional element GenitiveMonths within the Calendar element, after MonthsOfYear. If not specified, the MonthsOfYear elements are taken.
2011-11-19generated locale data .cxx depends on saxparser generatorEike Rathke
2011-11-19add possessive genitive case month names to i18n locale data APIEike Rathke
2011-11-19optionally include outpathsEike Rathke
Only when given --with-outpath the IDs include projects/$INPATH/inc (also solver/$INPATH/inc)
2011-11-19adapt doctype url to realityEike Rathke
2011-11-19adapt DTD doc URL to realityEike Rathke
2011-11-19RTFSdrImport: unneeded includeMiklos Vajna
2011-11-19Removing unreachable code.Muthu Subramanian
pUndoSet is set to NULL at the beginning of the method.
2011-11-18Removed tools/dynarray.hxxAugust Sodora
2011-11-18Fix scanning bugAugust Sodora
2011-11-18Remove uses of pLine in scannerAugust Sodora
2011-11-18Refactoring in scannerAugust Sodora
2011-11-18Check the empty set state after launching.Kohei Yoshida
Sometimes we get empty set especially when all rows are filtered out.
2011-11-19don't pass uno interface implementation directlyMarkus Mohrhard
Passing the implementation instead of an uno reference may result in lifetime problems if the passed interface is distroyed while the second one is still valid see rhbz#579817 with memcheck
2011-11-19little cleanup in ucalcMarkus Mohrhard
2011-11-19remove libsqlite from macosx library path again and disable testPassword thereMarkus Mohrhard
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist
2011-11-19Add read-only pseudo-files representing a memory blockTor Lillqvist
For Android only for now. To be used to read raw asset files from the application package (.apk file, a zip archive).
2011-11-19More misc Android workTor Lillqvist
Add possibility to start strace tracing the process. Unfortunately it this doesn't seem to work as nicely as one might have hoped. If the process crashes, the last strace output does not show up. Some buffering that gets abruptly discarded when the straced process dies? Add a function to the native code to look up an archive member in the .apk and return a pointer to it. To be used for non-compressed resources only. We mmap the whole .apk. The Zip format parsing code is borrrowed from Mozilla's APKOpen.cpp. Correspondingly, add to the local build.xml a re-definition of the "-package-resources" target from Ant's build.xml modified to not compress resources. Improved the Makefile a lot. New target "install" to build the apk and install it without constructing the apk twice. Other minor changes here and there.
2011-11-19Do build the unoexceptionprotector also when cross-compilingTor Lillqvist
2011-11-19Remove layout from configure opts (does nothing now).Tomas Chvatal
2011-11-18add --enable-silent-msi configure switchAndras Timar
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
2011-11-18RTFDocumentImpl: remove 15 unused includesMiklos Vajna
2011-11-18remove unused Sdr methodsFelix Zhang
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
When filtering by equality, we need to have at least one value to compare to, or else bad things may happen. The pivot table OTOH can handle empty set. So over there, it's okay to allow no items to be selected.
2011-11-18macros_test does not need to inherit from Filters-TestMarkus Mohrhard
2011-11-18basic component is no longer needed in filters-testMarkus Mohrhard
2011-11-18refactor the new bugFile testsMarkus Mohrhard
2011-11-18and another missing component for xlsMarkus Mohrhard
2011-11-18allow testing of bugfiles in sc's filters-testMarkus Mohrhard
2011-11-18add component files so that we can import all ods, xls, xlsx in testsMarkus Mohrhard
2011-11-18fix crash in dociter.cxx during importMarkus Mohrhard
2011-11-18SwSectionFrm: s/sal_Bool/bool/Michael Stahl
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl
2011-11-18fdo#42534: SwRootFrm: clear SwLayouter in dtorCaolán McNamara
This crash is probably a regression introduced by CWS swlayoutrefactoring.
2011-11-18SwCursor::RestoreSavePos: assert on invalid positionMichael Stahl
2011-11-18fdo#40831: SwCursor::RestoreSavePos:Tomofumi Yagi
Check that position is valid, so the cursor does not point to a non-existent node.
2011-11-18fdo#40831: SwView::ExecSearch:Michael Stahl
Replace may delete nodes, so the current cursor position must be stored in a way so that it is corrected when nodes are removed.
2011-11-18i#102333: SwDoc::ReplaceRangeImpl:Michael Stahl
The fix for this (230fcf4a456636bb466f72834cd57238621d206d) was not quite right; there are 2 different join modes, and moving the cursor backward is required in one of them, but not the other. This can be seen when doing replace all ^$ with several consecutive empty lines.
2011-11-18SwDoc::ReplaceRange: prevent assertionMichael Stahl
2011-11-18SwUndoReplace::Impl::UndoImpl: prevent assertion:Michael Stahl
unregister SwIndex local variable from node to be deleted
2011-11-18SwWrtShell::GetDoStrings: bogus assertionMichael Stahl
2011-11-18ComponentTarget: do not generate broken component filesMichael Stahl
2011-11-18xmlsecurity: fix typoMichael Stahl
2011-11-18svidl: write dependencies with cygwin pathsMichael Stahl
2011-11-18Get top10, empty and non-empty special queries to work.Kohei Yoshida
2011-11-18Execute launching of standard filter dialog.Kohei Yoshida
2011-11-18We probably don't need to do this for the new popup.Kohei Yoshida
2011-11-18Register modes for non-standard autofiltering options.Kohei Yoshida