History log of /trunk/main/sd/source/ui/slidesorter/view/ (Results 1 - 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
47f0deb812-Aug-2023 mseidel

Small modifications

33671a7011-Aug-2023 mseidel

Use slightly better BMP scaling, remove shadow

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
9816bc0423-Sep-2021 mseidel

Fixed typos, removed whitespace

f36d4cdc21-Sep-2021 mseidel

Fixed typos, removed whitespace

Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411
86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
4799f5ba21-Feb-2014 Andre Fischer

123197: Fixed selection problems when switching between normal and master mode.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68

b862c97c28-Jan-2014 Herbert Dürr

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.5

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0ca1f90021-Jan-2014 Herbert Dürr

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bo

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bool is already suspicious enough
and a shared_ptr->pointer->bool conversion is even worse. Cleaning up
the code fixes the build breaker seen in boost/libc++/clang environments.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO401, AOO400
0923c7b727-May-2013 Herbert Dürr

#i122208# const SD containers cannot provide non-const iterators

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486583 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO340
37ab0f2d29-Oct-2012 Armin Le Grand

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e6f6310323-Oct-2012 Armin Le Grand

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68

show more ...

87bc88d319-Oct-2012 Herbert Dürr

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tri

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tricky
rewrites to work around them, this change cleans them up and
disables them for all code outside of the immutable binfilter.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68

show more ...

053b151611-Jul-2012 Andre Fischer

#i118813# Update slide sorter after page format is modified.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1360139 13f79535-47bb-0310-9956-ffa450edef68

79aad27f15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68

752c0af715-Feb-2012 Herbert Dürr

remove svn:executable properties from make and pack files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68

67e470da15-Feb-2012 Herbert Dürr

remove svn:executable properties from source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68

6622004930-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208582 13f79535-47bb-0310-9956-ffa450edef68

c45d927a06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198472 13f79535-47bb-0310-9956-ffa450edef68

5b19001106-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198285 13f79535-47bb-0310-9956-ffa450edef68

60b45af217-Sep-2011 Michael Stahl

slidesorter1: #i116014# Fixed some minor compilation problems.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1302596156 -7200
# Node ID 53201f3ec8c

slidesorter1: #i116014# Fixed some minor compilation problems.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1302596156 -7200
# Node ID 53201f3ec8c74141923d041a951ae220f5efaa02
# Parent 6a7a8a3a4618b52b16c5fe48bea1fcae6aab7483

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172133 13f79535-47bb-0310-9956-ffa450edef68

show more ...

967189ef17-Sep-2011 Michael Stahl

slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1300869929 -3600
# Node ID dd7409368133

slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1300869929 -3600
# Node ID dd74093681332c51934ab449c4b7c9eaec89359a
# Parent bca8ed5c98e5c645a6c69c7fb90cd3da84627212

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172131 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6194c06317-Sep-2011 Michael Stahl

slidesorter1: #117012# Update preview when text editing ends.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1298986855 -3600
# Node ID 5d52cdcf6d93

slidesorter1: #117012# Update preview when text editing ends.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1298986855 -3600
# Node ID 5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de
# Parent aa5b0a65d4614b8a3a38a2748ff20f9e548e1f99

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172129 13f79535-47bb-0310-9956-ffa450edef68

show more ...

117a782017-Sep-2011 Michael Stahl

slidesorter1: #i114186# Applied patches that fix double-to-int conversions.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1287062183 -7200
# Node I

slidesorter1: #i114186# Applied patches that fix double-to-int conversions.

# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1287062183 -7200
# Node ID 23dcb2ba5fbd8ae4026f6bb71d89038f75017aeb
# Parent 805df2d00c12631fe697e8737a91199bf5f54ee3

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172128 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12