summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-11icontest: allow initial scaling to test direct bitmap rendering path.private/mmeeks/icontestMichael Meeks1-7/+29
Change-Id: Id670bfd4af8bfabe01b5b006ce5c9ccf029dfb6c
2014-10-11vcl: add a brief comment on bitmap scaling.Michael Meeks1-0/+10
Change-Id: Id177f2af0d264d144509fb47aa072d011f46b2a6
2014-10-11icontext: get OpenGL setup working (for me).Michael Meeks1-19/+18
Oddly I have to have a different size to see anything (huh). Change-Id: I1a8cfddd96266886f0fc667a7558991c2451a7b0
2014-10-11icontest: replicate drawinglayer on-demand scaling behavior.Michael Meeks1-131/+137
Change-Id: Ieedf15843d5a423e36497d0c5010cefdebaeaf10
2014-10-11vcl: whitespace cleanup.Michael Meeks1-9/+9
Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9
2014-10-11connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch1-8/+5
Change-Id: Id4a340584fc727058f6e37c1f0d3c5887e931417 Reviewed-on: https://gerrit.libreoffice.org/11917 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe4-12/+29
from oox::core::Relations. Change-Id: If2e0109a2ad6598436177b7638cb6d568fb2d3d6 Reviewed-on: https://gerrit.libreoffice.org/11899 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-11drop -Wno-long-double compiler flagDouglas Mencken4-25/+3
new GCC compilers do not accept "obsolete and totally removed in gcc 4.2 and later" -Wno-long-double flag actually, it used to be Apple-only GCC extension for gcc<=3.3 Change-Id: Ied3320cbd45915682b628c99bb0a168ea4753bb7 Reviewed-on: https://gerrit.libreoffice.org/11819 Reviewed-by: Douglas Mencken <dougmencken@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-11CppunitTest_sw_rtfexport: enable on WindowsMiklos Vajna1-6/+2
Change-Id: I232f13e8294ff1039519f943c3380f114f6821be
2014-10-11Fix missing quote in environment.pmChris Sherlock1-1/+1
Change-Id: I6f91165b5c4bfd06a23224f2ed16818c7d74852b
2014-10-11error C2677: binary '*' : no global operator foundMiklos Vajna1-1/+1
Change-Id: I13899545421fa710a590cde042e142cdb3293c7c
2014-10-11writerfilter: drop support for simple list types without constantsMiklos Vajna1-5/+2
In other words, from now it's a must to map ST_Foo simple types to NS_ooxml::LN_something constants, and raw integers (which are hard to grep and hard to track down where are they used) are no longer an option. Change-Id: I968b27bca3f64f6f4a382b87e2dbc499a3132ea2
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida1-75/+4
If bSimple = true, call DeleteCell(), otherwise call DeleteContents(). Change-Id: Ic08d9501797b537430bef0b6f3d920c3b497104b
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida2-5/+75
for a single cell case. This is equivalent of ScViewFunc::DeleteConents with bSimple = true. Change-Id: I5eccce21843f4cb21b29f96b0360617a180aebee
2014-10-10installer: populate installer::globals::[os,com,cpuname]Norbert Thiebaud3-0/+9
with there respective env variable OS,COM,CPUNAME this is a first step to get rid of OUTPATH Change-Id: Idab4dd7b19deba5252390cbd2cb74dfff9efe64e Reviewed-on: https://gerrit.libreoffice.org/11907 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-10-10remove unused $variables{'os'}Norbert Thiebaud1-2/+0
Change-Id: Idaf0b0e9fc38dc05f24c111304ef5189b4ba111c Reviewed-on: https://gerrit.libreoffice.org/11906 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-10-11sd: another temp-file leakMichael Stahl1-0/+1
Change-Id: Idcd31ea07c460aaecff3ea56072cf65e26040bda
2014-10-11sd: rename test classes to be uniqueMichael Stahl2-43/+43
Change-Id: I18d4f6af97fcfb9341711751a8d550e421f7a381
2014-10-11starmath: close SfxObjectShell in unit test to stop temp file leakageMichael Stahl1-0/+1
Change-Id: Iaf2df8a315b3e0c8cdd1f1a4a7d589682384ddaf
2014-10-11connectivity: firebird: recursively delete temp directoriesMichael Stahl2-2/+13
TempFile itself will only remove empty directories. Change-Id: Ibaf986856bde172de40686ae363821b19add8106
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl1-3/+3
Change-Id: I3dd844c656766835079bc191b3b55d3fba2c2219
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl3-52/+56
Change-Id: I98d3f4a68abfee42dac987633878b850134671d3
2014-10-11filter: stop leaking temp files in xsltfilter testMichael Stahl1-0/+4
Change-Id: Icefec168910ba0b059f4b1887ec67cce8505ffd6
2014-10-10fdo#65864: dont't traverse defs-nodes when in shape writing modeChr. Rossmanith1-5/+11
Relevant for opening svg images via File->Open: Children of the <defs> element should be interpreted only during the style collecting step. Collecting <path> elements from clip paths during the shape writing step leads to unwanted black polygons. Change-Id: I73598134c9be2877e975a7e756541ec3026fe768 Reviewed-on: https://gerrit.libreoffice.org/11793 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2014-10-10Print out the timing results unconditionallyTor Lillqvist1-2/+2
Because that is after all what we are after here, and we want them even in a non-debug build. Change-Id: I4770f6b0420b2a65ccc813f0e400cbb39b0d44fe
2014-10-10Make the variable name shorter and sweeter...Kohei Yoshida2-18/+27
Change-Id: Ibea26f3c99b50f2011050960794d9736566ee7ce
2014-10-10prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida3-4/+4
Change-Id: Ic66d2fcf78603bdd4fa1e08933900f49c66384b7
2014-10-10Hide the 3rd nested looping for clarity.Kohei Yoshida1-36/+35
Also aScaleAutomatism -> aAutoScaling. The word 'automatism' is a bit awkward. Change-Id: I9856f904d5693e79e19176ba5fff881267d5c7e7
2014-10-10Make this loop a bit easier to follow...Kohei Yoshida1-38/+69
Change-Id: Ib978f47925e1f7d77e02586bff50d24fa5b27f2c
2014-10-10Make this a hard prerequisite.Kohei Yoshida1-2/+3
Change-Id: Ib1c859b6033b2cf148e1ed74a437dda85872dffe
2014-10-10Use boost::ptr_vector for this...Kohei Yoshida1-43/+31
which also exposed few cases of mis-used const-ness here and there... Change-Id: Ie4374459643fc050ded646762d72ad622cf3f843
2014-10-10Add some silly looping and timingTor Lillqvist1-3/+28
Change-Id: Ibfb77e7d5fb32c317e773851536444679e5b65fa
2014-10-10indentation fixesMiklos Vajna5-18/+18
Change-Id: I56664b455383f69137399e4c5fb28521ef813287
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara2-0/+3
Change-Id: Ia446cc0b8b26bb158b36ca64cbf45bf172f37bdf
2014-10-10coverity#1242714 Untrusted value as argumentCaolán McNamara1-1/+1
Change-Id: I1524722feae3ad9f67627cb34dec83632edefec4
2014-10-10coverity#1244944 experiment to silence Untrusted loop boundCaolán McNamara1-0/+3
there's a warning for nPolygonCount but none for nPointCount. I wonder what happens if I tweak the code like this Change-Id: I7e1b02c4790f6b2d1c59e38de1a6a0b17a0485b1
2014-10-10coverity#1223085 Unchecked return valueCaolán McNamara1-2/+2
there were three of these, not just one i.e. see also commit 276a051ef5dc144a202633779259a4ecd43c81a8 Date: Sun Oct 5 13:05:04 2014 -0500 coverity#1223085 Unchecked return value Change-Id: I07ee033ae31a346a08f68a6edfa480505fe6c11a
2014-10-10coverity#1241375 Uncaught exceptionCaolán McNamara5-7/+36
and coverity#1241356 Uncaught exception coverity#1241415 Uncaught exception coverity#1241449 Uncaught exception coverity#1241146 Uncaught exception coverity#1241169 Uncaught exception coverity#1241408 Uncaught exception coverity#1241452 Uncaught exception coverity#1241443 Uncaught exception coverity#1241236 Uncaught exception coverity#1241157 Uncaught exception coverity#1241283 Uncaught exception coverity#1241409 Uncaught exception coverity#1241229 Uncaught exception coverity#1241387 Uncaught exception coverity#1241050 Uncaught exception coverity#1241371 Uncaught exception coverity#1241048 Uncaught exception coverity#1241112 Uncaught exception coverity#1241351 Uncaught exception coverity#1241370 Uncaught exception coverity#1241329 Uncaught exception coverity#1241162 Uncaught exception coverity#1241103 Uncaught exception coverity#1241342 Uncaught exception coverity#1241271 Uncaught exception coverity#1241219 Uncaught exception coverity#1241245 Uncaught exception Change-Id: I3418bb54b5c385110201a99a339eba0d0d3048f5
2014-10-10coverity#706302 Uncaught exceptionCaolán McNamara3-2/+20
Change-Id: I082b7682124053948733efc2dbe5df6196acaa5f
2014-10-10coverity#706285 Uncaught exceptionCaolán McNamara1-4/+15
Change-Id: I6d7227a0614042f7a65520fc79b31afa3d7ca744
2014-10-10coverity#706284 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I748d34fd7f56b1c9c739f15fbb596932484195a4
2014-10-10UBSan: Do not downcast to SwFlyFrmFmt prematurelyStephan Bergmann1-5/+5
Change-Id: Ifcc05a5b23630fffed3a2f2636909bd1e1dff1fe
2014-10-10fdo#84679 RTF import: fix paragraph spacing handling in tablesMiklos Vajna3-4/+28
Regression from commit 1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305: writerfilter RTF import: override style properties like Word, 2014-06-17), we failed to do the proper deduplication in buffered content, like tables. Fix this by adapting RTFDocumentImpl::replayBuffer() to RTFDocumentImpl::checkNeedPap(), which already did the proper deduplication. To be fair, the inconsistency was there earlier since 9f5263c477b82fef5aa9c3e79fb6af92aa049e24 (fdo#44736 RTF import: ignore direct formatting which equals to style, 2012-11-25), but it caused no real harm earlier. Change-Id: I0673408088d9d83768f0780ea92ece87913d03f3
2014-10-10UBSan: SvxColorItem vs. SvxBrushItem confusionStephan Bergmann1-2/+2
Assume RES_CHRATR_BACKGROUND shall indeed be an SvxBrushItem while SID_ATTR_CHAR_COLOR_BACKGROUND shall indeed be an SvxColorItem. (This probably never caused trouble in practice as the member vars of SvxColorItem happen to be a prefix of the member vars of SvxBrushItem.) Change-Id: Ifb2a137ad89de6e03da3b61dd17bcd8882cce2d7
2014-10-10loplugin:passstuffbyrefStephan Bergmann1-2/+2
Change-Id: If17bfdfdb51d5b9b8db563fccf09bb7608fcd0f8
2014-10-10external/glm: -Werror,-Wsign-compareStephan Bergmann2-0/+21
Change-Id: I5acb672ea8387cdbf68677a2b46d21785148a735
2014-10-10fdo#54361: Add additional unit test case.Muthu Subramanian2-2/+9
Change-Id: Ifa3fd6f074d1957a468a1dad5dc2c223d38d24d4
2014-10-10fdo#54361: Chart background in XLSX is transparent instead of white.Muthu Subramanian1-7/+10
Change-Id: I116e7e8c9046009cfcadc04b5367a6fe25f88d96
2014-10-10UBSan: SfxBoolItem vs. SfxTemplateItem confusionStephan Bergmann1-1/+1
Change-Id: I277481734ae260109a6a9446b0d7769324a40aaf
2014-10-10Updated coreAndras Timar1-0/+0
Project: dictionaries caf64fa3559fe1e0273e449faa176b1312e1066d