- 17 Nis, 2013 40 kayıt (commit)
-
-
Noel Grandin yazdı
"exception not thrown in catch block" Change-Id: I13f8be9913f655ab1633b29e9fe686a41c2c0fcb
-
Thomas Arnhold yazdı
Change-Id: I0f693266b7c3621f885acbe450f4faead3d8284f Reviewed-on: https://gerrit.libreoffice.org/3429Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Tor Lillqvist yazdı
Nowadays in a dbgutil build with MSVC, the debugging runtime (C++ library) is used. Just like with the GNU libstdc++, it is not binary compatible with the non-debugging variant. All sources that go into one DLL or EXE must be compiled with the same _DEBUG settings (unless one is extremely careful and knows exactly what one is doing, which presumably is not the case with this code). With previous compilers this has gone undetected, but with MSVC2012 at least, you get link-time errors, which is a good thing: nssinitializer.o : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in biginteger.o nssinitializer.o : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in biginteger.o Whether this actually has caused run-time erroneous behaviour or not in a dbgutil build is another thing... Change-Id: I0c42161f00a0e37b438e3b911e3c0058edadd800
-
Artur Dryomov yazdı
Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Aurimas Fišeras yazdı
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Stephan Bergmann yazdı
Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43
-
Stephan Bergmann yazdı
Change-Id: Ic2f743643f8a825a8f485b68025717e09f3d8c2f
-
Stephan Bergmann yazdı
Change-Id: Ie32b2b1283b54719f4c9525105d534fce70219af
-
Stephan Bergmann yazdı
Change-Id: I16db60c861ef7ac0a2a9076fde1996a7b7b0e991
-
Stephan Bergmann yazdı
Change-Id: I43c2ad4a601ffe20f471d81ed7697b89c496fa6f
-
Stephan Bergmann yazdı
Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f
-
Stephan Bergmann yazdı
Change-Id: I208b5f1a8f3faabd03961bd58e2f09bb8338c790
-
Stephan Bergmann yazdı
Change-Id: I6ff83d58808889d12ca1bbf899e2d6c823cb7726
-
Stephan Bergmann yazdı
Change-Id: Id4e46df91c94f987922402c0f791f79aa9d13bc9
-
Stephan Bergmann yazdı
...and aStr, aStr2 are not necessary, anyway. Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
-
Stephan Bergmann yazdı
Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1
-
Stephan Bergmann yazdı
...hopefully unnecessary today anyway? Change-Id: Ib3c621f46311c90d159fe0f08655c01d25024d7d
-
Stephan Bergmann yazdı
Change-Id: I843a14b093c2cc21364dd3e3f1c6b5b5566999b0
-
Stephan Bergmann yazdı
Change-Id: I2a3b5ad429e7bcc60dc50635a48feb6037b0001e
-
Stephan Bergmann yazdı
Change-Id: I860939930c43cac89c4ab745bf129922be1f1511
-
Stephan Bergmann yazdı
...dead at least since c58b07c9 "#i20020#," if not even since the beginning, 49614181 "#i20052# plugin lib for java framework." Change-Id: Ic0b35341cb8038ccfe0a2f4f5b758341b9ab13b9
-
Stephan Bergmann yazdı
Change-Id: If8207bcc0e21eb206faa58c4debc34c95e33b279
-
Stephan Bergmann yazdı
Change-Id: I88113be8ff3f4dfe641463267754ee8129bc767a
-
Stephan Bergmann yazdı
Change-Id: I7c0411320798721e70de32580de6adcf5565f12a
-
Stephan Bergmann yazdı
...hopefully unused anyway? In there "since the beginning." Change-Id: Ibe61ad133dc8a546a2c70626faa5f8d2ca951150
-
Stephan Bergmann yazdı
Change-Id: I9e442453108eddcfc6cbb9769ac224fc469f1efc
-
Caolán McNamara yazdı
because we always have we a refedit, but sometimes not a refbutton, so set the label widget to use for the dialog shrink mode on the refedit instead of the refbutton. This way we get the shrunken dialog title bar updated with the label contents regardless of using the shrink button or clicking in the editbox and dragging the mouse around the spreadsheet triggering the shrink mode Change-Id: Ifdff01a30d5c65aa964d4bf544017a2927757d67
-
Matúš Kukan yazdı
Currently enabling lto fails for scfilt frm and wpftdraw which should be fixed and this commit reverted. Change-Id: I73b1846458dd7830425279328dd4e652269afc1a
-
Noel Grandin yazdı
In commit 43debfae "General cleanup of OfficeBeans" In class com.sun.star.comp.beans.OOoBean, the method aquireSystemWindow changed name to acquireSystemWindow Change-Id: I5a9a16c1374d7dbc828ee2fa76c193b207881415
-
Jan Holesovsky yazdı
This unlocking code was accidentally removed in commit 12092236. Not sure if it is still necessary, but I am at the moment unable to prove it is not, so better to be safe :-) Change-Id: I20a7cf3299de75182f890efb0d192e54c1b2543d
-
Noel Grandin yazdı
which I messed up in 7e4db91a "Convert SfxShellStack_Impl from SfxPtrArr to std::vector" Change-Id: I177972fddb8a0f2237085fdc2892d6992c5fc746
-
Miklos Vajna yazdı
Change-Id: Ia6241674c8a262965025df7800d106747f7575fd
-
Thomas Arnhold yazdı
Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908 Reviewed-on: https://gerrit.libreoffice.org/3410Reviewed-by:
Matúš Kukan <matus.kukan@gmail.com> Tested-by:
Matúš Kukan <matus.kukan@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c
-
Stephan Bergmann yazdı
...since 62bf424f "remove dead code." Change-Id: Idfe58e53232c6cef755f4f7e4d572f7cac3efc6a
-
Julien Nabet yazdı
Change-Id: I23d31c9574269f9d945a6940728c90cb7a9ae51d Reviewed-on: https://gerrit.libreoffice.org/3416Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Thomas Arnhold yazdı
maybe this should be done for all files in officecfg... xmllint --format --recover foo.xml Change-Id: I1fe97a84a706b7d51e21d268cbf7baf32eb0f8f0
-
Peter Foley yazdı
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
-
Thomas Arnhold yazdı
Change-Id: I55e8c5876423969788d81524f40c54644f59a256
-
Thomas Arnhold yazdı
and one last <author> tag Change-Id: I4fa21ba3cb4b76327ae476f2f7f75152db478f76
-