summaryrefslogtreecommitdiff
path: root/sfx2/source/control/templatecontaineritem.cxx
AgeCommit message (Collapse)Author
2016-05-25New Template Manager: Remove inheritance of TemplateContainerItemAkshay Deep
Conflicts: include/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx Change-Id: I5eb120853be768c3770a71829c40d00c97fcdadb Reviewed-on: https://gerrit.libreoffice.org/25272 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
when used as a mutable data-structure. Plain std::vector halves the time taken to display the chart dialog Create a class to represent the std::vector we are going to be passing around, and move some of the utility methods into it to make the code prettier. Also create an optimised append(&&) method for the common case of appending small temporaries. Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky
Change-Id: I5df89581796eca4e48e0a305d4319e4674f8dd87
2014-10-02coverity#1242921 Result is not floating-pointCaolán McNamara
Change-Id: Iaeb1d6074fa7c9f66810cee563be0850ccc1d769
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN
Template Manager and the related Start Center view has same transparent highlight color as Recent Documents. Also Template thumbnail containers should have the same size as Recent Docs view. Change-Id: I22e417a5c5ca5a849577d5a438a193371368fe24 Reviewed-on: https://gerrit.libreoffice.org/11467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-23Lenght -> LengthJulien Nabet
Change-Id: Ic338484627a1b74fba2d4d0794f8865290177464
2013-10-11CID#1103771 uninitialized membersCaolán McNamara
Change-Id: I3189f29d4632b8c04649dbded7250c1510e5b515
2013-09-18Resolves: fdo#69444 cursor keys don't move between recent used docsCaolán McNamara
because each item is identified by an id, but that isn't set on the recent used so it stays stuck on the first one. change the ctor of the base element to require an id to be passed to it and adjust all the good code and then use the index+1 of the recently used elements as the id. Change-Id: I1e5978ddedbd4718923ef72d67598158d5ba8ee7
2013-06-12Primitive2DReference : ambiguous symbolJan Holesovsky
Change-Id: I98876ab880e6a22693ffba9f50bf989b33ef7f1f
2013-06-11Related: #i121194# adapt template dialog codeCaolán McNamara
we probably should remove the Bitmaps and use Graphics exlusively, but for now do a simple brute force conversion Change-Id: I0cdcb7d86f9304fd09f7e2c6aa7acdcec3785ae5
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-16Template Manager: show names on several linesCédric Bosdonnat
Change-Id: I6990bb6ac52889de36f3ec2cce33e4dc2f3da2ea
2013-01-16Template Manager: show folders with 4 previews inside a rounded rectCédric Bosdonnat
The previous display had the inconvenient to be misleading if there was one or no template inside a folder. Change-Id: I16faa2556ca02380bd4dac0d821ecac45b98b8c3 Reviewed-on: https://gerrit.libreoffice.org/1678 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-12-18sfx2 renamed templatelocalviewitem.hxx to templatecontaineritem.hxxCédric Bosdonnat
Change-Id: I7133c5b1ba41b01e695d006af8e5e3bb29997ec6