Commit graph

11093 commits

Author SHA1 Message Date
Takeshi Abe
d8c9f36ecf disentangled sddll.hxx vs. sdmod.hxx 2012-02-08 01:52:29 +09:00
Kohei Yoshida
2a7c07e2e5 InsertData to AppendData, to hide the insert position.
Only a few places in sc specified insert position, and those were
not strictly necessary.
2012-02-01 20:21:04 -05:00
Ivan Timofeev
bc8fa08a7a pointer -> reference 2012-02-01 20:00:29 +04:00
Noel Grandin
e8b7f1faaf convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector 2012-02-01 13:01:55 +00:00
Muthu Subramanian
fd33c0b1cf n#735533: Donot set duplicate master slide names. 2012-02-01 18:02:28 +05:30
Kohei Yoshida
c5bb73cae7 Get the whole thing to build after the method sig change in SdrObject. 2012-01-31 21:38:58 -05:00
Ivan Timofeev
f2e17f8f6b erase garbage after std::remove
this fixes commit 5a71069339
2012-01-31 21:52:02 +04:00
Noel Grandin
5a71069339 convert SdCustomeShow from tools/list to vector 2012-01-31 14:17:33 +00:00
Ivan Timofeev
93236fcdf2 remove '#define UNOOUSTRING ::rtl::OUString' 2012-01-30 12:23:34 +04:00
Ivan Timofeev
9cde190a46 remove '#define OUSTRING ::rtl::OUString' 2012-01-30 12:23:34 +04:00
Julien Nabet
763b3e1e59 Fix duplicateExpression style Same expression on both sides of '&& 2012-01-28 18:54:01 +01:00
Tim Hardeck
315d2ddc16 optimized zoom to use more common intervals
Round zoom values beginning with 50 to a multiple of 5, with 100 to one
of 10, with 500 to one of 50 and with 1000 to one of 100.
The step 100 is enforced to have one fixed point.
2012-01-25 12:35:54 +01:00
Thomas Arnhold
04b8bac4a9 finalize gcc 4.7 string literal operators 2012-01-24 10:21:13 +01:00
Caolán McNamara
d3c0bf6c80 drop tools/string.hxx include 2012-01-23 11:37:06 +00:00
Ivan Timofeev
799f2de5d1 fdo#43705: fix incomplete updating of the page preview pane in Draw
This regression was introduced in f215333002.
As stated in PageObjectPainter::PaintPageObject:
  "The page object layouter is quite volatile."
The rest of usages of mpPageObjectLayouter looks sane, but who knows...
2012-01-22 15:17:57 +04:00
Michael Meeks
4229f1b186 WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s 2012-01-19 17:09:25 +00:00
Marcel Metz
d2c8003ecb Replaced SAL_INFO with SAL_WARN were applicable. 2012-01-17 23:27:44 +01:00
Ivan Timofeev
d8088c2262 sd: remove some unused defines 2012-01-17 10:07:48 +04:00
Ivan Timofeev
b314b1296f sd: remove unused templates 2012-01-17 10:07:48 +04:00
Korrawit Pruegsanusak
a9ebfbc2b6 Use platform-independent ::rtl::math::round to fix msvc build 2012-01-17 00:18:08 +07:00
Marcel Metz
a18123fb97 Replaced DBG_ERRORFILE with SAL_INFO. 2012-01-16 12:51:33 +01:00
David Tardon
3f02f62e5c WaE: ordered comparison of pointer with integer zero 2012-01-15 20:27:21 +01:00
Michael Meeks
ca93d98343 vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify 2012-01-15 00:36:41 +00:00
Matúš Kukan
fcc8db1d2b fix for gcc 4.7: unable to find string literal operator 2012-01-14 11:35:39 +01:00
Tim Hardeck
022ce7d362 fdo#44173: use a geometric progression for zooming
Zooming does now base on a geometric progression instead of an
arithmetic one.
Since the zoom factor is not only used in Draw but for all other
applications 1.2 seems like a good choice.
2012-01-13 23:04:12 +01:00
Caolán McNamara
a55ae5fde1 just return the read string here instead of passing one in by ref 2012-01-13 16:46:31 +00:00
Olivier Hallot
db08c1ac5e Fix for fdo43460 Part XXXI getLength() to isEmpty()
Part XXXI
Modules
sd
2012-01-10 23:08:01 -02:00
Thorsten Behrens
897aa4fa71 Tools container rework regression fix (for fdo#41657)
Don't de-reference invalid iterator (and no point in doing anything
with an empty style sheet list anyway).
2012-01-10 12:06:00 +01:00
Caolán McNamara
3c62fbcdd7 simplify LocalFileHelper::ConvertURLToPhysicalName 2012-01-10 10:09:28 +00:00
Miklos Vajna
effeb08efd Kill SvNullStream duplication 2012-01-08 20:11:09 +01:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
4beb58e0dd Removed unnecessary tools/ref.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
Ivan Timofeev
e2b57677d3 fdo#44294: overlapped controls 2012-01-06 18:25:33 +04:00
Marcel Metz
1bae43a3d7 Removed unnecessary tools includes. 2012-01-05 15:38:58 +01:00
Marcel Metz
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
Marcel Metz
a1cfce768f Removed unnecessary tools includes. 2012-01-05 15:38:11 +01:00
Marcel Metz
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0 Removed unnecessary tools includes.
Hello lo-devs,

this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.

regards Marcel Metz
2012-01-05 15:31:29 +01:00
Caolán McNamara
bacfd2dc4c add a comphelper::string::getTokenCount
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Caolán McNamara
30ec94d8d4 WaE and build fixes for OSL_DEBUG_LEVEL == 2 2012-01-05 09:18:14 +00:00
Lior Kaplan
14c0e038c9 Clean non English strings in the code
we do translation differently.
2012-01-02 22:35:33 +02:00
Pierre-André Jacquod
7da3f1bad5 option to export hidden slides to pdf files
This add the checkbox hidden pages to the PDF export general tab
and if checked, export also to PDF the hidden slides
2011-12-28 22:47:34 +01:00
Pierre-André Jacquod
f9fd800b79 fdo43033 do not export to PDF hidden slides 2011-12-28 22:47:34 +01:00
Takeshi Abe
8cc98837d3 catch exception by constant reference 2011-12-25 15:09:58 +09:00
Luboš Luňák
643de3b64e "*.*" is not "all files" (bnc#738021)
Not on any Unix, at least. I have no idea how deep entrenched is this
mistake all over the code, so I'll play safe and just fix the KDE4 fpicker
(GNOME/KDE3 seem to handle it fine), but at least in the UI show just
"All files" instead of "All files (*.*)").
2011-12-22 19:32:53 +01:00
Matúš Kukan
b769901d5a unusedcode: remove various unused classes 2011-12-22 15:33:50 +01:00
Caolán McNamara
5c1dc778d6 remove some unused code 2011-12-22 10:46:58 +00:00
Caolán McNamara
c1d49234e5 tweak for pre language-defect #77 2011-12-21 13:44:52 +00:00
Caolán McNamara
5c24789ca3 disentangle Read/WriteByteString OUString variants
The ones which use a definite 8-bit encoding read/write pascal-style
strings with a 16bit length prefix.

The ones which use a definite 16-bit encoding read/write pascal-style
UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all

The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending
on the charset. Rename to ReadUniOrByteString like the other
similar horrors to flag this misery
2011-12-21 13:44:52 +00:00