summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-16remove usage of removed headerLuboš Luňák
Change-Id: I9c53f3b269b336ecd714c5b1d67ff333b541e9e6
2013-07-16String to OUStringMatteo Casalin
Change-Id: I64f31d8a0bb02a2ecd8fcc993c90ca76923b35fb Reviewed-on: https://gerrit.libreoffice.org/4924 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-16avoid unused warning in non-debug buildLuboš Luňák
Change-Id: I209292603b69f51d354369d99cb58fe32bc65a8d
2013-07-16fix problem caused by confusing immutability OUString semantics againLuboš Luňák
Change-Id: I9207ec3309b9970afd5c56718829836eead4592b
2013-07-16mention the explicit bool conversion from C++11 for pointer-to-bool checkLuboš Luňák
Change-Id: I050019b30d2ec96bbd25916624f8cb88d72110e4
2013-07-16Delete SvCacheStream classPalenik Mihály
I changed SvCacheStream class to SvMemoryStream class in the following: MSE40HTMLClipFormatObj, SfxLockBytesItem, SwEditShell, INetMIMEMessageStream classes, MakeLockBytes_Impl function and SwUnoCursorHelper namespace. I modified header the precompiled_sw.hxx, wrtsh1.cxx, unoobj2.cxx. I added two functions in SvMemoryStream class: GetBuffer and GetSize, and I renamed the old GetSize function to GetBufSize. I deleted SvCacheStream class. Change-Id: I929236538dfbe23cccfd1eb85f10c1d5411baa8d Reviewed-on: https://gerrit.libreoffice.org/4847 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-16Updated coreCaolán McNamara
Project: help a1aa7b04de5f17eb754341962987bdb8ab3343fe
2013-07-16remove pointless empty variableLuboš Luňák
Change-Id: I118dccbe8461ba4c90a8c8d54e6f3fc46cb08b1f
2013-07-16tweak background fill color preview to be half-full heightCaolán McNamara
Change-Id: I44a9fc676129dda206e525ee89809f84d77aff48
2013-07-16Resolves: #i122753# Force SwapIn for BitmapObjects which...Armin Le Grand
are part of a conversion to BitmapEx (cherry picked from commit 4dc54d2ec37bc1595eb85548f5e3c6d2add2b10a) Change-Id: I43a92bfbdb41c8c2215aacd65b65774dcf5ab2be
2013-07-16gbuild: update included dep-targets as side effect of targetsMichael Stahl
Make builds in 2 phases: first it ensures that all targets that are included by the makefiles (i.e. the .d files) are up to date, then it restarts and builds everything else. It would be possible to update the .d files in the same build by simply having dependencies from the dep-targets to the corresponding real targets, but that has undesirable effects (8b5a984d45005d3df1c89eae897d6e04612625d8). For a successful build, the .d files can actually be updated as a side effect of other rules in such a way that they will be up-to-date on the next make invocation, thus the restart can be avoided. This optimization will not always work in case of build failures. Change-Id: I753039ed33f5a84104f35990769eddc83e1d0d7e
2013-07-16Add another fallback-path for wilangid.vbs(work it again)Tomofumi Yagi
Searching mechanism for wilangid.vbs(commit 265cc57) doesn't work after commit 7f4a622("stop copying MSVC debug runtime DLLs"). That commit deleted $vsarch environment. In configure,using $WINDWOS_SDK_ARCH instead of $vsarch will make it work again(that is still set). Change-Id: Ia45d30b2a724a36543038b14dd8defc3647ae455 Reviewed-on: https://gerrit.libreoffice.org/4935 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-07-16restore a11y relations within ui formatCaolán McNamara
and hack things a little to get the previews to take full width and half height Change-Id: I1cea2ad71ea8cafc3e417ec254515764c0f053f9
2013-07-16Convert Transparency tab page to widget UIOlivier Hallot
Change-Id: I5ef8e2b8d0ed888e8c05ed1a8e8f9f71ba4ca0ed Reviewed-on: https://gerrit.libreoffice.org/4930 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-16try to avoid build breakage with cppunit on androidLuboš Luňák
Broken by eef53622798e2e2f81f28ee5e1c82de0d48c149c , and I've had enough of tinderbox mails during the last week. Change-Id: Iab0fe0363e8ca3212eb673ae1da9492140140bc3
2013-07-16String.AppendAscii() cleanup in mathRicardo Montania
Change-Id: I567e1a80ab75d6ebdaba52cb9afd47dbd52f39ce Reviewed-on: https://gerrit.libreoffice.org/4933 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-16Updated coreCaolán McNamara
Project: help c57aaaa05ccf11d34e751687b9513b0988659063
2013-07-16Resolves: #i122724# Better handling of line-only pathsArmin Le Grand
(cherry picked from commit 1898f94578f266de42f92602a36518fb12bacf5a) Change-Id: I3033197e7c59a829c012b84c1d4cbaca7d155d2a
2013-07-16convert versions of dialog to .uiCaolán McNamara
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
2013-07-16option dialog isn't fully layout aware yet, so always calculateCaolán McNamara
Change-Id: Ifed85cf8c1c2da70eae2d18b9ef32b61ce278c4a
2013-07-16warn in configure about using ccache+clang without CCACHE_CPP2 setLuboš Luňák
- causes warnings about unused -I options, because they are preprocessing options and Clang complains that they are unused in pure compilation - Clang supresses some warnings from expansions of macros in system headers, but those would be already expanded and thus warned about - Clang prints relevant source lines with errors/warnings in them and would show them preprocessed (this should actually apply to GCC4.8+ too) Change-Id: I02c86c43a657d078e347e4ecd5c1e2ff07db2886
2013-07-16Minor cleanup.Jan Holesovsky
Change-Id: I18154239afcc1a5ee2697f3ffc9eb75d96eb2d4b
2013-07-16widget layout: Take decimal digits into account for MetricBoxes.Jan Holesovsky
Change-Id: I2870dbf9dc1f7fb84adfe81b9be8f4060677e6d0
2013-07-16sidebar: Improve PosSizePropertyPanel look.Jan Holesovsky
Change-Id: I1013af7e9f6406ca695f0bee2384639c37fb57dc
2013-07-16sidebar: PosSizePropertyPanel follow-up fixes.Jan Holesovsky
Change-Id: I80309119e7d0e217b3fd29535543987ac7140994
2013-07-16sidebar: PosSizePropertyPanel conversion to .uiPrashant Pandey
Change-Id: I18716dec85c257d2df3ed8973591d831b86e018f
2013-07-16DocxAttributeOutput: avoid 'a' prefix for doubleMiklos Vajna
Change-Id: I1601f2d2926ca62aae8e7c48b1b2147ebed01002
2013-07-16fdo#66929: fix for default textbox inset valuesAdam Co
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I0e9fa5e73e802f85f02c3fcc5c276ed0c1cb2a58
2013-07-16Mark as constTakeshi Abe
Change-Id: I06e85719590be114ab1d19010886a035e36f34b0
2013-07-15compiler plugin warning about unwanted silent pointer-to-bool conversionsLuboš Luňák
C/C++ silently converts pointers to booleans, which is presumably seen as a good idea by lazy people, but it can occassionally silently break code in strange ways, most notably by selecting a bool overload when no matching overload for the pointer exists (OUStringBuffer::append() can break like that, e.g. in ba37e4062f538db7e51d6a64ba544eeddbc567cf, other cases are 8e3bf1598fa95ac8d099e45ae4252e7654a6f590 or 28e4c0250e67a344b4d6088bdca2e680a4bffad0). So far the plugin checks only conversions in function call arguments, there's disabled code that could check more places, but I'm not aware so far of any place where anything actually broke because of that, and it'd require fixups to be explicit in some places (e.g. 'bool b = returns_pointer();' would require '!= NULL' added), so for it'll be only the simple various and it can be made more strict if wanted. Change-Id: I6a5d207daf925e6c2d1bf684060536795ecfcc35
2013-07-15sysui: oops, the mac stuff uses documents.ulf from CT_shareMichael Stahl
Change-Id: I2872a9bef161b7e073f6e236c3eb51081262d816
2013-07-15avoid unwanted silent conversion to boolLuboš Luňák
Apparently there's no overload for const sal_Unicode*, so the pointer gets silently converted to bool, but there's one for const char*. Change-Id: I52bc13a19111a04c6d17029f44a262387aeff6d9
2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák
Change-Id: Ibde8e2021d33f01f91486fb6d3e24e7af0a47744
2013-07-15fix finding all parents for AST nodesLuboš Luňák
Ctor bodies can also have code inside of member variables initialization, which is not considered to be inside function body. Change-Id: Id68960093a51396b9486f1364b1a361526c3431d
2013-07-15DoubleToString: do not modify a reference argument, just return the resultMatteo Casalin
Change-Id: I490aa61f8d9b47a6ead234afd51e2f5324530cb4 Reviewed-on: https://gerrit.libreoffice.org/4923 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15sysui: no point in trying to build .desktops and RPMs on MacMichael Stahl
Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5
2013-07-15convert delete dictionary query to .uiCaolán McNamara
Change-Id: I5016207a6cf592ce0a7f7a8033825f88c7a22d16
2013-07-15remove unused fieldsLuboš Luňák
Change-Id: I1676b71e63256466f6ff2ad27349382d1a4006a3
2013-07-15sc: fix Date/DateTime ambiguityMichael Stahl
Change-Id: I99908a73d38b0d4b9919ac9c627b849b1d7de0d8
2013-07-15add missing log areasLuboš Luňák
From 7650a82702ec9d13e3a52ea84b9666ee4e9f9a62 . Change-Id: Ie20010fa0a8be6992a1ac7fb4c4dffc8cf0c9cbd
2013-07-15UIImage categories used for load optimisationsiqi
Change-Id: Icf31e42c9be1fb749da912a2b3c79822f16a49e5
2013-07-15sax: even more boost_headersMichael Stahl
Change-Id: I6d78c737d7cd049c7b148da3b4d30166bb7c8517
2013-07-15fdo#63690 drop RTL_LOGFILE_CONTEXT_AUTHORRicardo Montania
Change-Id: I46823bb2c6fc44a4871d9535c1f59bd24ba75858 Reviewed-on: https://gerrit.libreoffice.org/4908 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15Updated coreCaolán McNamara
Project: help cd1389b4c35e4e028b1e433246093cf2f1f13b42
2013-07-15Updated coreCsikós Tamás
Project: help 696273411433e4de4411d84837307d8815f42378 update help ids for opt new dictionary dialog .ui conversion Change-Id: I36d3b7c9f216d9a9f940885c8d4b2f16706ddc01 Reviewed-on: https://gerrit.libreoffice.org/4918 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15filter: need more boost_headersMichael Stahl
Change-Id: Id927d5494bed8d4d8fa27f38dfcde14b95081cc1
2013-07-15can drop RID_SFXDLG_NEWDICTCaolán McNamara
Change-Id: I15d1669a870f991ae4c8428838b22c33a2c021f0
2013-07-15drop unused helpidsCaolán McNamara
Change-Id: Ie8b8a929c08ed418619866b1ea28d516ab8a0a87
2013-07-15modern .ui widgetlayout for optdict/newdictdlgCsikós Tamás
Change-Id: I8bd0a334bffee9adcf23fe2f597b66924b57ce30 Reviewed-on: https://gerrit.libreoffice.org/4917 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>