- 16 Ock, 2016 40 kayıt (commit)
-
-
Adolfo Jayme Barrientos yazdı
Also, rename “size” to “dimensions” so as to avoid repetition. Change-Id: Ide933e7ccd0cb50be56573ef96afad0b858413cf
-
Norbert Thiebaud yazdı
revert: 9bc2f3de vcl: add comment about ImplFontMetric::{Get|Set}LineHeight() 26371f10 vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic() 2dd0b431 vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtual 5ab13bf3 vcl: tabify font.hxx f99550da vcl: change Font::SetName() to Font::SetFamilyName() 2b297116 vcl: rename Font::GetName to Font::GetFamilyName Change-Id: I23f38921187d66b970ca815eb30dda4222a2da62
-
shubhamtibra yazdı
Remove global static variable "m_bPreferrFirstInterceptor" which is always true, and remove the ifs where it is false. Change-Id: I54dcea7a6010c825a66020ec3f7448bb32d120b8 Reviewed-on: https://gerrit.libreoffice.org/21519Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Matthias Freund yazdı
Change-Id: Id1db532103c97a09c72120a79b46edbc98af4882 Reviewed-on: https://gerrit.libreoffice.org/21514Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Arnaud Versini yazdı
Change-Id: I0f8e480bf73256e7f1284e11983cc70c0426172c Reviewed-on: https://gerrit.libreoffice.org/21513Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Xisco Fauli yazdı
Change-Id: I441c1b89a975fa7d31094e66ef3ccad37ce40818 Reviewed-on: https://gerrit.libreoffice.org/21497Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Arnaud Versini yazdı
Change-Id: I9e8ce92b967ee9c9485b7af15280f6a212ff599d Reviewed-on: https://gerrit.libreoffice.org/21498Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Chris Sherlock yazdı
Change-Id: I0cb13cdfbff3bfda13c08cd34a0032121500b4a3 Reviewed-on: https://gerrit.libreoffice.org/21518Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
This brings FontAttributes into line with ImplFont and Font, which is important to the refactoring work I am doing. Change-Id: I2a2ca2f18fc7b5be45d6f350c0328fad62bf2bc9 Reviewed-on: https://gerrit.libreoffice.org/21517Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: Iab0160bdf664689404ff6fd093b51c0b4d2c4f10 Reviewed-on: https://gerrit.libreoffice.org/21512Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: Iffe94aa2ff007d7361af7166f489ebfdb7593fc1 Reviewed-on: https://gerrit.libreoffice.org/21511Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: I54a4036544c680c4a49607677af776aa7a433fbc Reviewed-on: https://gerrit.libreoffice.org/21510Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: I83927e0992dfe0a2a79d139818a9f45d3761aae5 Reviewed-on: https://gerrit.libreoffice.org/21509Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
David Tardon yazdı
Change-Id: I3ae138d1a06d22be42a3cd6f565fba6950208fc6
-
David Tardon yazdı
Change-Id: Id105284fae75945c4c054fcac8c6390a4a62f1e1
-
Peter Foley yazdı
/home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: warning: type ‘struct SlideshowImpl’ violates one definition rule [-Wodr] class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: a different type is defined in another translation unit class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:334:28: note: the first difference of corresponding definitions is field ‘mpShowWindow’ VclPtr<ShowWindow> mpShowWindow; ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:334:28: note: a field of same name but different type is defined in another translation unit VclPtr<ShowWindow> mpShowWindow; ^ /home/peter/libreoffice/include/vcl/vclptr.hxx:75:7: note: type name ‘VclPtr<sd::ShowWindow>’ should match type name ‘VclPtr<ShowWindow>’ class VclPtr ^ /home/peter/libreoffice/include/vcl/vclptr.hxx:75:7: note: the incompatible type is defined here class VclPtr ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:166:7: warning: type ‘struct SlideShowView’ violates one definition rule [-Wodr] class SlideShowView : public ::comphelper::OBaseMutex, ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:166:7: note: a different type is defined in another translation unit class SlideShowView : public ::comphelper::OBaseMutex, ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:232:45: note: the first difference of corresponding definitions is field ‘mpSlideShow’ SlideshowImpl* mpSlideShow; ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:232:45: note: a field of same name but different type is defined in another translation unit SlideshowImpl* mpSlideShow; ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: type ‘struct SlideshowImpl’ should match type ‘struct SlideshowImpl’ that itself violate one definition rule class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase ^ /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: the incompatible type is defined here class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase ^ Change-Id: Ibbb7fb6f35f7e2771aef78a38fc4b6adef131845 Reviewed-on: https://gerrit.libreoffice.org/21503Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Peter Foley yazdı
Change-Id: I23fb9abf2b9462c939d4d9caf699e48ffded3bb4 Reviewed-on: https://gerrit.libreoffice.org/21505Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Peter Foley yazdı
/home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:84:8: warning: type ‘struct snewfoil_value_info’ violates one definition rule [-Wodr] struct snewfoil_value_info ^ /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:71:8: note: a different type is defined in another translation unit struct snewfoil_value_info ^ /home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:86:16: note: the first difference of corresponding definitions is field ‘mnBmpResId’ sal_uInt16 mnBmpResId; ^ /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:73:17: note: a field with different name is defined in another translation unit sal_uInt16 mnId; ^ Change-Id: Ic5f5354424188a0889e842e80cb70dd90ecaeff3 Reviewed-on: https://gerrit.libreoffice.org/21504Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Bjoern Michaelsen yazdı
Change-Id: I29c88c834a01f8d04a2998ea3edfa95cd0cadb85
-
Bjoern Michaelsen yazdı
Change-Id: I7c4783ab70e7456d30ee86bb1c415e6d54df3285
-
Bjoern Michaelsen yazdı
Change-Id: Iecea747a436de1afe529e024974006a256aa5f5a
-
Bjoern Michaelsen yazdı
Change-Id: I8813b5676504e6de2af70d181fa9e905538fb05c
-
Bjoern Michaelsen yazdı
Change-Id: I02b37ead4f930a91f9e8c6d472ffe0d2991bb78f
-
Bjoern Michaelsen yazdı
Change-Id: I67c259f4da968b9decc4ac95195864a28283d1b5
-
Bjoern Michaelsen yazdı
Change-Id: I15ccdcf7c56a9677fb01646cad96e7c7d9ba7cd4
-
Bjoern Michaelsen yazdı
Change-Id: Id1d5afee85d54c48e2cd14d9604cbbae4b0b8fc2
-
Bjoern Michaelsen yazdı
... also check type of args and throw if it doesnt match Change-Id: Ic7a45aeab58b79abf3baee4bd3bf6f78fe3fa116
-
Bjoern Michaelsen yazdı
Change-Id: I030c6854e925c2a51b8c40de38e889a96c5ae32d
-
Bjoern Michaelsen yazdı
Change-Id: Id5c83f8dcc19dc5e94a895f1e15bc5dc8e800d9f
-
Bjoern Michaelsen yazdı
Change-Id: I2f5f36fe9b9c7d1ee4289f2af268c25ebf8963d9
-
Bjoern Michaelsen yazdı
Change-Id: Ia06a716f4ddcfd6884f5b9578d7c0b361d3f66f4
-
Bjoern Michaelsen yazdı
Change-Id: I171fe6370d554ace330df254f07b3b2d45693edd
-
Bjoern Michaelsen yazdı
- also use decltype(..) to prevent integer overflow Change-Id: Id3fd76d79702e01642758db08d74b7a8e0f7f62b
-
Bjoern Michaelsen yazdı
Change-Id: Ic515b7868c747d5ce5ff0856890aa0af9e567339
-
Bjoern Michaelsen yazdı
Change-Id: I77a1c71f1a801e83f861b43e05e456a75fc511da
-
Bjoern Michaelsen yazdı
Change-Id: I4927986485feb665339e6708bb66286a54926ab8
-
Bjoern Michaelsen yazdı
Change-Id: Ic50f66a4a08dab6fd55a14475d1e9a4947e16048
-
Bjoern Michaelsen yazdı
Change-Id: Ie9dd59319a6cba1181388708efc40c2bea76de32
-
Bjoern Michaelsen yazdı
Change-Id: I0d85021ded0b33d9c2c8d2454ad737842323a099
-
Bjoern Michaelsen yazdı
Change-Id: I3fd30be5e84c4a88d2c334f573fc4fc56a03646b
-