Caolán McNamara
3c62fbcdd7
simplify LocalFileHelper::ConvertURLToPhysicalName
2012-01-10 10:09:28 +00:00
Noel Power
ffbd3846d4
some misc tidyup ( that was reverted )
...
some id and string renaming from b08e273015
was reverted, those parts of the changes are reapplied here
2012-01-10 10:08:44 +00:00
Noel Power
6639eb9c30
Revert "remove duplicated images for basic dialog form controls ( & misc tidyup )"
...
This reverts commit 83a28682f2
.
2012-01-10 10:08:44 +00:00
Michael Stahl
2af8b95af8
editeng: fix STL conversion dfbf0cabfa
...
- iterators should be compared with !=, not <
- iterator invalidation on erase should be avoided by using the
iterator that is returned by erase
- in WrongList::operator== only one iterator was incremented
2012-01-10 10:48:40 +01:00
Michael Stahl
14da1611e8
extensions: plugin: mac unused param warnings
2012-01-10 10:38:41 +01:00
Michael Stahl
bec239e847
extensions: plugin: fix build a bit more on Mac
2012-01-10 10:38:41 +01:00
Jan Holesovsky
23b1ba968f
Fix npshell build on Windows.
2012-01-10 09:41:49 +01:00
Marcel Metz
ef16022119
Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE
2012-01-10 07:27:36 +01:00
Marcel Metz
1efa072b55
Remove cruft in debug tools
2012-01-10 07:23:04 +01:00
Julien Nabet
05c51d5dfb
Some cppcheck cleaning
2012-01-10 00:02:01 +01:00
Julien Nabet
8d7e1a6e13
Enabling Icedove addressbook connection for Base (Thank you Caolan)
2012-01-09 23:57:26 +01:00
Kohei Yoshida
de9a19ab6b
fdo#44546: Hopefully correct automatic calculation of y-axis scale.
2012-01-09 17:10:31 -05:00
Miklos Vajna
a36addcc85
autogen: sync vim modeline with emacs one
2012-01-09 22:42:09 +01:00
Caolán McNamara
58ef08f5e1
toLower->lowercase
2012-01-09 20:33:30 +00:00
Caolán McNamara
4e83af0dc7
make indent sane
2012-01-09 20:33:30 +00:00
Andras Timar
6a62d7628f
revert text change in alienwarn.src
2012-01-09 21:27:46 +01:00
Andras Timar
2e0ec77cd6
autoresize 'Use ODF format' button, too
2012-01-09 21:20:38 +01:00
Stefan Knorr (astron)
1a3561d98b
Make the title of foreign file format warning translatable
...
Also, change the contained text slightly.
Thanks to William Gathoye for noticing and producing a first patch
2012-01-09 20:32:51 +01:00
Stefan Knorr (astron)
f76c017cf4
New Save, Save As and Reload File icons for the Tango theme
...
With big thanks to Lapo Calamandrei for his willingness to relicense his Save and Save As icons.
Copyrights:
icon-themes/tango/cmd/[l,s]c_reload.png and icon-themes/tango/res/[l,s]c05508.png are from the Public Domain Tango artwork available under tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz
icon-themes/tango/cmd/lc_save.svg
icon-themes/tango/cmd/[l,s]c_save.png,
icon-themes/tango/cmd/[l,s]c_saveas.png,
icon-themes/tango/cmd/[l,s]c_savebasicas.png,
icon-themes/tango/res/[l,s]c05502.png,
icon-themes/tango/res/[l,s]c05505.png are
(C) Lapo Calamandrei, as available from http://git.gnome.org/browse/gnome-icon-theme/ , relicensed to LGPL3+/MPL
2012-01-09 20:32:51 +01:00
Miklos Vajna
3dbe4c18d0
Related: fdo#42151 implement cell text flow support
2012-01-09 19:52:35 +01:00
Andras Timar
1eafe2bb4c
bump LibreOffice copyright year to 2012
2012-01-09 19:12:51 +01:00
Andras Timar
ecc0edad47
remove deprecated --plugin command line switch
2012-01-09 19:12:51 +01:00
Andras Timar
11abb04ab0
remove deprecated --bean command line switch
2012-01-09 19:12:50 +01:00
Thorsten Behrens
ea1ce3c630
Kill unused macro in canvas.
2012-01-09 18:59:51 +01:00
Thorsten Behrens
9c59cd15b1
Use SAL_N_ELEMENTS in slideshow where possible.
2012-01-09 18:57:11 +01:00
Michael Stahl
8f46815969
extensions: plugin: try to fix Mac build:
...
Move everything that requires ObjectiveC stuff to the ObjC++ files in
the aqua subdirectory, where it belongs.
2012-01-09 18:53:18 +01:00
Thorsten Behrens
ce123a5c6f
Fix totally busted whitespace in slideshow module.
2012-01-09 18:48:56 +01:00
Thorsten Behrens
53ec7e3b2c
Avoid pointless const_cast, use getConstArray in all cases.
...
Another code-review follow-up fix from fdo#44533 - don't use
Sequence::getArray, that tends to create a new copy everytime you
call.
2012-01-09 18:38:09 +01:00
Thorsten Behrens
c85142eb63
Fix more incorrect iterator re-use.
...
Follow-up fix for 540963d879
std::algos use iterator arguments by value, and may change them.
2012-01-09 18:37:52 +01:00
julien2412
540963d879
Fix crash when play particular presentation with sound
...
This fixes fdo#44533.
2012-01-09 18:37:33 +01:00
Thomas Arnhold
22d05186ed
callcatcher: remove unused SalColormap methods
2012-01-09 18:22:39 +01:00
Thomas Arnhold
f072008981
callcatcher: clean up vcl i18n
2012-01-09 18:22:38 +01:00
Cédric Bosdonnat
3d35842374
fdo#36681: refresh the layout after inserting a picture
2012-01-09 18:16:06 +01:00
Kohei Yoshida
0d6e8c3513
fdo#44545: Skip filtered cells during auto-fill.
...
Regression from 3.4.5.
2012-01-09 12:05:56 -05:00
Christian Lohmaier
0ee79ba6a7
use absolute path
2012-01-09 17:39:55 +01:00
Eike Rathke
1245266ebc
./config_host.mk is to be sourced, not invoked
2012-01-09 17:03:56 +01:00
Andras Timar
b0cb633d6e
don't warn for -h/-?/-o/-n command line switches
2012-01-09 17:03:56 +01:00
Andras Timar
5371a52892
fix switches (--) and typos
2012-01-09 17:03:56 +01:00
Fridrich Štrba
2edc5a8fdb
Uploading new release of libvisio (0.0.12)
...
- Ability to parse and extract OLE objects embedded in Visio files
- Fix a bug with overkeen path closing algorithm
2012-01-09 16:58:07 +01:00
Luboš Luňák
2df1c40b4b
don't use an invalidated iterator
2012-01-09 15:53:34 +01:00
Miklos Vajna
7ec8f13d3a
fdo#42151 fix RTF import of vertically merged table cells
...
The problem was that \row took care of states (which is right, since
\trowd wants to reset row properties to the default state), but it
should not respect state pops.
2012-01-09 15:13:59 +01:00
Radek Doulik
534e87c5d5
regenerated custom shape presets
2012-01-09 15:10:51 +01:00
Radek Doulik
c0aa170638
pptx: implemented import of <path stroke="false" ...>
2012-01-09 15:10:50 +01:00
Caolán McNamara
ab706f997d
remove duplicate createHex
2012-01-09 13:28:38 +00:00
Caolán McNamara
c8352a6c19
WaE: some more warnings in higher debug levels
2012-01-09 13:28:38 +00:00
Caolán McNamara
45b19123a6
simplify CharClass
...
multiple variants of toUpper (etc)
some that take a non-const OUString or String and modify it
some that take a const OUString or String and return a new one
some that take part of a const OUString or String and return a new one
2012-01-09 13:28:37 +00:00
Caolán McNamara
bcd9122715
String sNm unused
2012-01-09 13:28:37 +00:00
Caolán McNamara
00e52e1e2d
make indent sane
2012-01-09 13:28:37 +00:00
Caolán McNamara
66c3510ed3
mark uncopyable with boost::noncopyable
2012-01-09 13:28:36 +00:00
Noel Power
9df90559d4
restore special DATE handling code for SbxValue::Compute
...
restore code that seemed to be erroneously moved as part of the currency enhancement feature
2012-01-09 13:12:38 +00:00