Commit graph

873 commits

Author SHA1 Message Date
Caolán McNamara
ba23ece286 probably the last uses of the one argument String::CreateFromAscii variant
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28 13:53:36 +01:00
Thomas Arnhold
92da6de0c5 hrc cleanup: Remove commented out code
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
2012-06-27 13:32:33 +02:00
Thomas Arnhold
ee1c5c4768 Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27 13:32:28 +02:00
Thomas Arnhold
51ce86f1ef Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-27 13:27:03 +02:00
Thomas Arnhold
66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
Luboš Luňák
ceb8b18f5b use generic names rather than specific algorithm names when scaling
The Lanczos scaling is of very good quality, but it's rather slow,
which can be very noticeable with large images, so it's not a very
good default for everything. And in general, it's not good to refer
to a specific algorithm when all one usually wants is fast/default/best.

Some of these changes are a bit of a guess between default/best,
but the general logic is that best should be used only for images
that won't be large or where the possible waiting does not matter.

Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-22 17:40:09 +02:00
Robinson Tryon
2f06cba97d fdo#43180: Use hyphen for copyright range in About box
A range of years is more clearly delineated with a hyphen than with a
comma.

Change-Id: I36a668b7e6ccecc210daa69de7948ad5c029f96d
2012-06-22 09:51:05 +01:00
Michael Meeks
ecf943247f re-base on ALv2 code.
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
Michael Meeks
ec5fa0164b replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21 19:28:47 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Thomas Arnhold
5fcecf9b88 hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.

Also there are many commented out lines removed.

Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21 11:54:18 +02:00
Caolán McNamara
e41a630bc8 make space for radiobuttons in cert dialog a bit bigger
Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170
2012-06-20 12:43:14 +01:00
Caolán McNamara
d9e4c74811 merge together hand-crafted traditional/simplified chinese tests
merge together a gadzillion hand-crafted
isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
implementations which should fix a goodly amount of them

add a MsLangId::isFamilyNameFirst for locales where
family name appears first while I'm at it.

Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
2012-06-19 14:11:50 +01:00
Stefan Knorr (astron)
c3ef1efe47 Fix display of About dialog when buttons contain long strings
Thanks to Jean-Baptiste Faure for spotting.

Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6
2012-06-19 11:24:30 +02:00
Caolán McNamara
06e2005ed8 convert LocaleDataWrapper to OUString
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-18 15:13:51 +01:00
Tomaž Vajngerl
dc068d3427 Filter dialog preview image size was wrongly calculated in some cases.
Change-Id: I22fdf17e6f2112624963da6293efddfa75507dd7
2012-06-17 15:49:00 +02:00
Tomaž Vajngerl
ee41193f3e Dialog for Smooth filter
Added dialog for smooth (gaussian blur) filter which now accepts
a parameter for setting the strenth of smoothing (bluring).

Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
2012-06-16 00:39:08 +02:00
Thomas Arnhold
f5533a71fa Remove obsolete inetdef.hxx
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-15 16:27:57 +02:00
Cor Nouws
5ae11320a2 Give Macro recorder separate option, apart from Experimental features
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81
2012-06-15 15:10:51 +02:00
Tim Hardeck
6484ccb4ed move zoomitem from svx to sfx2
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2.
This patch does base on Caolán McNamara's patch he sent to the mailing list.

Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-06-15 13:38:56 +02:00
Thomas Arnhold
e06d6e3956 hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.

All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.

Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-15 08:22:09 +02:00
Thomas Arnhold
f8de2166d4 Remove dead code
Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8
2012-06-15 08:22:08 +02:00
Andras Timar
097c9f2951 fdo#51046 fix tab order in About box
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
2012-06-13 22:46:08 +02:00
Caolán McNamara
6191fa0847 reduce use of UniString ctor from null-terminated unicodearray
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-13 11:20:23 +01:00
Michael Stahl
3174c0234b remove unused SfxFilterPtrArr
Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c
2012-06-12 23:25:17 +02:00
Noel Grandin
c2fc98fa9e Convert SV_IMPL_PTRARR(SfxFilterPtrArr) to std::vector
Change-Id: I6b0fee0f5d736006938d3d6ab69745219bffa227
2012-06-12 23:25:16 +02:00
Noel Grandin
42d57f94fa Convert SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl) to boost::ptr_vector
Change-Id: I90d357107f69ea5939952e9640b5e1f4cbdcec3d
2012-06-12 23:25:11 +02:00
Noel Grandin
4449da41bc Convert SV_DECL_PTRARR_DEL(SvxNumSettingsArr_Impl) to boost::ptr_vector
Change-Id: I1d53e6815c4da5ef5f525dbc11bca73723bb3bd2
2012-06-12 23:25:11 +02:00
Noel Grandin
bbe2cb404a Convert SV_DECL_PTRARR_DEL(SfxGroupInfoArr_Impl) to boost::ptr_vector
Change-Id: I90628a60e3eb33097728e1036b22a5c000be02bc
2012-06-12 23:25:11 +02:00
Noel Grandin
6d0961d194 Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vector
Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf
2012-06-12 23:25:10 +02:00
Noel Grandin
2a360b6847 Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-12 23:25:10 +02:00
Caolán McNamara
8f5629fd5a remove EraseLeadingChars and EraseTrailingChars
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-11 14:46:46 +01:00
Tor Lillqvist
10ff11e70c Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxx
Add header back in a few C++ files elsewhere.

Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
2012-06-09 23:51:08 +03:00
Thomas Arnhold
13887f4848 Remove superfluous include comments
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09 04:51:38 +02:00
Andras Timar
e4d49e65a6 Hide aAuthorFT fixed text, too, when the button is hidden
Change-Id: If8cd9a9f9e5518d054b9648cde28d996454480c5
2012-06-07 10:29:47 +02:00
Andras Timar
f07b7ddb05 fdo#50809 use the word 'Comment' instead of 'Note' everywhere
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
2012-06-07 09:31:04 +02:00
Stephan van den Akker
5601c5d395 Fix for fdo#49859 Impress bullet indent data entry
This fixes fdo#49859 - numbering alignment or indentation is not
applied in Impress, by making the tabpage deactivate force-read
the values.
2012-06-07 09:28:37 +02:00
Noel Grandin
0fcd1a73f0 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method URLTransformer::create

Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:53:34 +02:00
Stefan Knorr (astron)
42bb3d50b2 Make the new About dialog a little nicer
* remove weird bevel from background
* remove hardcoded button text color
* make Close button visible
* move buttons below copyright text
2012-06-05 13:32:22 +02:00
Stefan Knorr (astron)
ea7fdcc114 Correct Receiver to Recipient in Hyperlink dlg
Change-Id: I8e0239fa8d51af1c3dd0c841fa4e59989377a0e4
2012-06-05 12:12:17 +02:00
Jan Holesovsky
9afb6e1e38 Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of
BMP_SCALE_INTERPOLATE.

Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05 11:28:07 +02:00
Ivan Timofeev
39205cb3ab Revert "Dupe code removal in cui"
FI is an image, FT is a text...

This reverts commit ecdd0501c8.
2012-06-05 08:43:09 +04:00
Thorsten Behrens
d0af38eaa0 Add ODF1.2 extended-but-more-compatible mode
With several legacy pre-ODF1.2 and ODF1.2-only consumers out there,
folks wanted a more backward-compatible ODF1.2 extended mode, that
uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older
OOo-versions.

Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several
attributes that were ODFVER_LATEST before.
2012-06-05 05:11:21 +02:00
Thorsten Behrens
ecdd0501c8 Dupe code removal in cui 2012-06-05 05:09:04 +02:00
Noel Grandin
b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
Ivan Timofeev
b45aa8d593 scatterbrain forgot to amend the previous commit
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
2012-06-04 11:28:49 +04:00
Ivan Timofeev
0d663b02dc remove the border from the options dialog, use just a separator instead
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
2012-06-04 11:15:21 +04:00
Norbert Thiebaud
d760c4427a targeted string re-work
Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9
2012-06-02 14:36:09 -05:00
Thorsten Behrens
80e27498a7 Revert "cleanup obsolete comments"
This reverts commit 04df950dcc.
2012-06-01 14:54:39 +02:00