summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák
Apparently Clang rewriter API doesn't properly bail out if the range given is not inside one file, so check explicitly. Change-Id: I27be6d396a131d385231e9c0dfa8c84d9fa15ccc
2013-08-21prevent crash when rewriting sourceLuboš Luňák
Change-Id: I97519c2fb08efa2c694c9fb91a4cc402a6347c2c
2013-08-21helper for getting location after current tokenLuboš Luňák
Given that locations often point to a (start of) token, even if it's e.g. getLocEnd(), this should be very useful. Change-Id: I266e4c0a234262e99158c8f495b631f54f8a5608
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák
Some improvements, like making it simple to actually remove a statement or a token including its associated whitespace. Change-Id: I02a5bd919f1fadae1dcd45a76f9d25df353ac518
2013-08-21Updated coreLászló Németh
Project: help cd0890b680192ab2a5812453d811857fedbb28aa
2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann
(cherry picked from commit d41dc0bbe76922fee4ce177ecac0d84b9efc4206) Conflicts: svgio/inc/svgio/svgreader/svgnode.hxx svgio/inc/svgio/svgreader/svgtools.hxx Change-Id: Ie4d5cd29461845edb5b8a57fe639302947d80ebd
2013-08-21Revert "returning pointers to temporaries"Caolán McNamara
This reverts commit 342438c6e0f377b938c4ff213dca9e9665b709d9.
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
Change-Id: Ida9785c4b9fda0459769957734952e69d7a9de44
2013-08-21No (apparent?) need for xSheetDoc to be staticStephan Bergmann
Change-Id: Iea653925d383537f5f7f5ef9dd7559e7cb8730cf
2013-08-21convert field var page to .uiCaolán McNamara
Change-Id: I56be21c0e5b74b03b0c7f8cca873fc4fd553f3a7
2013-08-21allow toolbox icons to be set directly from .uiCaolán McNamara
Change-Id: I8902fb837cfbd99b14a80527300470002571af36
2013-08-21Updated coreCaolán McNamara
Project: help 2fc39d5015a91f53552d5d8d5686abaf0129e7bd
2013-08-21String->OUStringIvan Timofeev
Change-Id: Ifb3a2f8ef959baec38fe0168a9e88e85da0d9744
2013-08-21GetOutlineRuleName: return OUString instead of char*Matteo Casalin
Change-Id: I79cd722aa2d3bb0292f9b0f7fb6989e2e17d0ff0 Reviewed-on: https://gerrit.libreoffice.org/5563 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21Fix off-by-one access and clarify loopMatteo Casalin
Change-Id: Iaf6fa4de07c04319e6a1846ae77c3ad02dc262a7 Reviewed-on: https://gerrit.libreoffice.org/5562 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks
Change-Id: I824aa1e7908acefe898b7f24b323426f1cce250c
2013-08-21fdo#68373 fix commentsLászló Németh
Change-Id: Id65e819fd1172a28b2cb0bafbd7763313c5fcf50
2013-08-21fdo#68373 pattern matching in autocorrection for suffix rich lang.László Németh
Change-Id: I4a996c51e6e7115e90bf15254b26025aae1f9a6c
2013-08-21String to OUStringMatteo Casalin
Change-Id: I1117318d9201a8951017ebe835b6c57c6b4ad706 Reviewed-on: https://gerrit.libreoffice.org/5561 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21avmedia: vlc - link to boostsystem bits.Michael Meeks
Change-Id: I848411f941e7bb39b3c7e169c8d9971c3ebe9bee
2013-08-21avmedia: vlc - add / cleanup license headers.Michael Meeks
Change-Id: Iac492b75a9646d5ddf0e8b123a27dc6ff6a0f6b8
2013-08-21Fix -Wmaybe-uninitialized. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Icf72838624927482f52cbc1626b785c4fd6765ea
2013-08-21Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt
By prepending a "WHERE (0=1)" we can avoid having to detect when we specifically need to add "OR"s, and vice-versa for "AND", simplifying the code. Change-Id: Idde5c0691788051f87eb1e868bf6b74a8ae72da3
2013-08-21Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)Andrzej J.R. Hunt
Keys are handled as a constraint in firebird so need different handling when dropping to other dbs. Change-Id: Ifc4929a1ee7477260b9a279487d44edbb525a17a
2013-08-21Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I28b195280a02883c3bf597f4ded470ced0b74f14
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Ic0f66cc68b49a2e9d9f9b8b139a479a7179cc08b
2013-08-21Remove unnecessary commit (firebird-sdbc).Andrzej J.R. Hunt
Null flag has to be manually retrieved and isn't actually DDL. Change-Id: I4ea88dcda1e4e0a2ae034572fb483415c7a5736d
2013-08-21Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Iaa84c26bb87ea834297e67af7a3e0ac20efba574
2013-08-21String to OUStringMatteo Casalin
Change-Id: I3161b18f73fd3141b9832e0277d3f1071f75ba39 Reviewed-on: https://gerrit.libreoffice.org/5560 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21Fixing copy constructors/operators= for VLC wrapper instances.Minh Ngo
Change-Id: I9860b738bbb3a8a85e07555b97203bb63b80b9de
2013-08-21Playback loopMinh Ngo
Change-Id: I1262f16e60f928481626ef952d929cc931335233
2013-08-21VLC Event handling in the separate thread.Minh Ngo
Change-Id: I56daa508de79281df5536215222e5af224dae0f5
2013-08-21Thread safe queue for VLC Event HandlingMinh Ngo
Change-Id: I0e9b30639667a807cc316c89356803d99fa83ef8
2013-08-21Includes for building.Minh Ngo
Change-Id: I55f9ea19f0be650bcf9dd63cd7a6f86a01679b62
2013-08-21MacOS/Windows stuffMinh Ngo
Change-Id: I237cf543fc198a65af2d90ca6044f9e429b09b98
2013-08-21Disabling the mouse handling event in the VLC engine.Minh Ngo
Change-Id: I348f7830b2ed86ddc21a48e0b482adfafc0175cd
2013-08-21Porting all VLC API for loading by wrappersMinh Ngo
Change-Id: Idafdf7a43675efd74b6a198178c79342fbcee3d0
2013-08-21VLC Player wrapperMinh Ngo
Change-Id: I507bbfb0426d003eca7cf0a3331128f8af1aee89
2013-08-21Media wrapperMinh Ngo
Change-Id: Ic6bbd4e192206b9be3db1f0e44f904ec51652ea7
2013-08-21API interface for libvlc_media_tMinh Ngo
Change-Id: I5e1875dabc7bdf3717540343648a9212506faf1a
2013-08-21Upd the instance APIMinh Ngo
Change-Id: Iba79d423336f9914ded8a121ba8f99f52c16466f
2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo
Change-Id: I46beb65c13ed349b0faadfab1be888d6cbd10ff9
2013-08-21libvlc API symbol loader routinesMinh Ngo
Change-Id: I6800c7a75dbcdec53119f5f4da341aeb33c9d574
2013-08-21Playback loopMinh Ngo
Change-Id: I18c544dadb553e7e173e9e377a337aa2b7eecb60
2013-08-21Optimizing VLC player initialization process.Minh Ngo
Manager checks if an URL is the same or empty. Change-Id: I4ab2db31f73fef45feff1973fa82452dc579ef9d
2013-08-21Upd frame grabber. Will work with this patch [1][2].Minh Ngo
[1] vlc git 5a43de506f31e1fa5460f8b62e25a1d640136597 [2] http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;a=commitdiff_plain;h=5a43de506f31e1fa5460f8b62e25a1d640136597 Change-Id: I2aa0b4c579ff534e20a425919f0efba59101d7af
2013-08-21Removing bad code. Fixing VLC starting arguments.Minh Ngo
Change-Id: I095638260d08d5d2fd67c93a42dbdbfe19581b75
2013-08-21tango: New icon for insert graphic.Mirek Mazel
Change-Id: I579923237eca1b3d6715a11fc7be3f7e22c5d32a
2013-08-21String to OUString + some cleanupMatteo Casalin
Change-Id: If174b140014ca06007e3ad36e3ff80c1896406cd Reviewed-on: https://gerrit.libreoffice.org/5559 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>