summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-13More efficient insertion of B3DPolygonsThorsten Behrens
* some cleanup - removed ugly-as-hell exposure of only parts of the internal data struct on B2DPolygon (and reworked the only client of that code) * added stl-style begin/end to B3DPolyPolygon as well, mirroring B2DPolyPolygon, plus adapting the insert() func to make use of that (avoiding loads of temporaries)
2011-12-13try to fix building lingucomponent on MacMatúš Kukan
2011-12-13adjust multiline button and scrollbar size/positionsNoel Power
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks
2011-12-14shrinked useless constants/definesTakeshi Abe
2011-12-14catch exception by constant referenceTakeshi Abe
2011-12-13Missing dependencies.Stephan Bergmann
2011-12-13Make LineTest::testCornerCases succeed again after last basebmp fix.Stephan Bergmann
Though it looks wrong that rtl_allocateMemory(0) == 0.
2011-12-13remove old commentMatúš Kukan
2011-12-13add linguistic to tail_buildMatúš Kukan
2011-12-13add lingucomponent to tail_buildMatúš Kukan
2011-12-13convert lingucomponent to gbuildMatúš Kukan
2011-12-13add libexttextcat to external libsMatúš Kukan
2011-12-13add hunspell to external libsMatúš Kukan
2011-12-13handle failed bitmap storage allocation gracefullyMichael Meeks
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida
2011-12-13warn about massive allocsCaolán McNamara
2011-12-13lo-pack-sources: allow to generate .xz source tarballs by defaultPetr Mladek
Add --bzip2 and --xz options to select the compression. Both options can be used togetger to generate both types of tarballs in one call. XZ compession is used by default. Also renamed "lo*build" strings to "lo*core" to fit the current name of the top level source directory.
2011-12-13Use officecfg/Office/Common.hxx directly.Stephan Bergmann
2011-12-13add grammar checker to descriptionsAndras Timar
2011-12-13n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat
2011-12-13fdo#30714 move SID_INSERT_CURRENT_DATE/TIME to GID_INSERTMiklos Vajna
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
2011-12-13Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist
2011-12-13UntabifyTor Lillqvist
2011-12-13We don't use any 'pooling' when packagingTor Lillqvist
2011-12-13Bin a commented out block of crackTor Lillqvist
2011-12-13Bin unused use of WORK_STAMPTor Lillqvist
2011-12-13Bin a few lines of weird crackTor Lillqvist
2011-12-13Bin unused subsTor Lillqvist
2011-12-13Kill unused variableTor Lillqvist
2011-12-13Pass the correct ScTabViewShell instance to the input box.Kohei Yoshida
This eliminates the need to store the assigned doc pointer to cross-check against whenever the edit engine is initialized. It's cleaner this way & fdo#43614 still remains fixed.
2011-12-13Don't crash when typing Japanese via SCIM.Kohei Yoshida
There should only be one active edit view while the user is typing into a cell, or else it crashes when an external input method is being used to input values (such as Japanese).
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
2011-12-13Improve quoting when calling submake for custom targets.Jan Holesovsky
This should fix the Windows build, while keeping the gb_Helper_abbreviate_dirs_native working in custom targets.
2011-12-13unused inline RemoveStatusFieldCaolán McNamara
2011-12-13SbTextPortions, etc can completely goCaolán McNamara
2011-12-13_BASIC_TEXTPORTIONS always definedCaolán McNamara
2011-12-13disassembler unusedCaolán McNamara
2011-12-13callcatcher: remove newly unused codeCaolán McNamara
2011-12-13m_pInfoImage never constructed or usedCaolán McNamara
2011-12-13bUsedForHilite always falseCaolán McNamara
2011-12-13SbiTokenizer::Hilite unusedCaolán McNamara
2011-12-13convert GetMangleNameCaolán McNamara
2011-12-13replace ByteString(String ctorCaolán McNamara
2011-12-13this line doesn't do anythingCaolán McNamara
2011-12-13ByteString->rtl::OStringCaolán McNamara
2011-12-13use RTL_CONSTASCII_STRINGPARAMCaolán McNamara
2011-12-13intermediate string object unnecessaryCaolán McNamara
2011-12-13use latest versions of DejaVu and Liberation fontsAndras Timar