- 13 Agu, 2014 40 kayıt (commit)
-
-
Thomas Arnhold yazdı
...'com::sun::star::chart2::X3DChartWindowProvider::setWindow', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers. X3DChartWindowProvider.hdl defines it as: virtual void SAL_CALL setWindow( ::sal_uInt64 window ) Change-Id: Ie1b9f940f54df8901c74402a3baf475a0165c5a2
-
Thomas Arnhold yazdı
...'com::sun::star::sheet::XSpreadsheets2::importSheet', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers. XSpreadsheets2.hdl defines this as: virtual ::sal_Int32 SAL_CALL importSheet( const ::css::uno::Reference< ::css::sheet::XSpreadsheetDocument >& srcDoc, const ::rtl::OUString& srcName, ::sal_Int32 nDestPosition ) Change-Id: I286fa542a2124a85d7b835f257865f8a05c23f96
-
Thomas Arnhold yazdı
...signed/unsigned mismatch In history this was sal_Long and then converted to sal_uLong, but the test never got aligned. Fix it by adding arbitrary element counts starting from 30. old: getCount(): {-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9} (With -5 silently converted to SAL_MAX_UINT32 - 5) new: getCount(): {30,31,32,33,34,0,1,2,3,4,5,6,7,8,9} Change-Id: Ic13678094c7bb4dcd122727f028c910513609cef
-
Thomas Arnhold yazdı
Change-Id: I270141baba4f9f6331871b33328bd673050509ed
-
Thomas Arnhold yazdı
Change-Id: Ic8a76a9ab73a3466fe155e2ca8eecedeb6e810c9
-
Thomas Arnhold yazdı
...signed/unsigned mismatch Change-Id: I852ddf97dd1749e409baf74d9af72ec459f574ee
-
Thomas Arnhold yazdı
...signed/unsigned mismatch Change-Id: I659db5cf9e1e1e682f27b689a06f28a123a9e82b
-
Thomas Arnhold yazdı
...signed/unsigned mismatch Change-Id: I788877bdd47847cdf23013ef3fd69699e886d468
-
Thomas Arnhold yazdı
...signed/unsigned mismatch Change-Id: I24b853330321a6849dc662d1702efc26642dd0b2
-
Thomas Arnhold yazdı
Change-Id: I2b9b43c40a467dd369f1eeb3623be388c51d3b4d
-
Thomas Arnhold yazdı
Change-Id: I4a96bc7156e0d4369bf3bfe599529df9f12ab318
-
Thomas Arnhold yazdı
Change-Id: Ibe6ee8225da0090656fbec3ce2253b2c42ddff78
-
Thomas Arnhold yazdı
Change-Id: I83493466051649c9786cead0486e3112bf1eb5a4
-
Thomas Arnhold yazdı
Change-Id: Ib1f69c0a37452f980b115a52666c85fb1e26ff74
-
Thomas Arnhold yazdı
Change-Id: I365a0a86b66aecd2bb733b0f09c4b0f9a6063b5b
-
Thomas Arnhold yazdı
Change-Id: I75092737f69b92bb46ea6bdd619aa54c759d8d65
-
Thomas Arnhold yazdı
Change-Id: I255c1e9accad3c48f4151ceda6cec55c6cac4218
-
Thomas Arnhold yazdı
Change-Id: Idc096dd366284503b397a51e708647d026b64eb0
-
Thomas Arnhold yazdı
Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
-
Thomas Arnhold yazdı
Change-Id: I941898ecbd8f3c73d39878390cdcb89119a3bbaf
-
Thomas Arnhold yazdı
Change-Id: I80336164803a494bdabaa5e142ac91c2e6d26911
-
Thomas Arnhold yazdı
Change-Id: Ie5e64701a011768d861607a2e4267d75b995413e
-
Thomas Arnhold yazdı
Change-Id: I892a0418125e9c660577d6acccf78e82c2b7f56c
-
Thomas Arnhold yazdı
...enumeration must have an underlying type (int assumed) Change-Id: I51033adab7318f8bca5eeb325e522376e9e8c3ab
-
Thomas Arnhold yazdı
...Character sequence '<:' not interpreted as alternate token for '[' Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c
-
Thomas Arnhold yazdı
nhAbsLeftSpace and nInhAbsRightSpace are sal_uInt16, no need to cast them... Change-Id: I9cb4b683d0096f6cd0968f4ed510983dc105038c
-
Thomas Arnhold yazdı
Change-Id: I2836ce249e57b1129947616f85894afc16b45547
-
Thomas Arnhold yazdı
sread doesn't return negative values Change-Id: I72caa9abe7081b7d88e412510d70ec3810634af1
-
Thomas Arnhold yazdı
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
-
osnola yazdı
Change-Id: Icee62e1ec9cee71930bcd52dbab850396fc96efa
-
Noel Grandin yazdı
after my commit cc6bd125 "java: remove unused enum values" Change-Id: I9f2f151c0c9a40f39fc235fa65b8324b9cb40027
-
Noel Grandin yazdı
found by UCDetector Change-Id: Id02478d3d151bd01cea50aeb454c02c2bc4d1baf
-
Noel Grandin yazdı
found by UCDetector Change-Id: Ide8b3b5c9969048aff84eed16b9eea096abad349
-
Tomaž Vajngerl yazdı
Add click listener for list elements (parts) in "drawer layout" side bar, add new LOEvent - change parts, propagate the change event up to TileProvider, call setPart on LOK facade, clean all tiles and redraw. Change-Id: I711e0fb5e7e867cef87f97b96f1292d7c6801083
-
Tomaž Vajngerl yazdı
Exception from an unavailable service ScannerManager propagated to the top. This caused that presentations in android crashed (DrawViewShell wasn't initialized). Change-Id: I485d0cdad05e4d2d6096042e5762c0350a8339a9
-
Tomaž Vajngerl yazdı
Change-Id: I65335a2d0fb6e1ff46e3302463fbcf396fbea215
-
Tomaž Vajngerl yazdı
Change-Id: Ie5910239d7a54a29262e556af779bda9fa2dddca
-
Noel Grandin yazdı
found by UCDetector Change-Id: Ic07be7e34204b5d838a722e1ce6038506a771144
-
Noel Grandin yazdı
found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
-
Noel Grandin yazdı
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
-