Caolán McNamara
4d1c57a00e
callcatcher: update list
2011-11-21 09:17:11 +00:00
David Tardon
737f61ba4c
Convert Sal to rtl::O(U)String
2011-11-21 09:03:43 +01:00
Thomas Arnhold
a84651f39d
Remove some unused methods
2011-11-20 13:54:12 +01:00
Lionel Elie Mamane
007a00589d
Review comment translations by Luc Castermans <luc.castermans@gmail.com>
2011-11-20 11:12:04 +01:00
Luc Castermans
9a17eee279
translated German comments to English
2011-11-20 08:36:55 +01:00
Caolán McNamara
ca02d72808
remove [Byte]String::EraseAllChars
2011-11-19 21:11:02 +00:00
Caolán McNamara
705e5fe947
callcatcher: remove some unused code
2011-11-19 21:11:01 +00:00
Julien Chaffraix
06c84689ea
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE.
Remove 3 icons associated with the id that were not used.
2011-11-18 17:10:22 +00:00
Julien Chaffraix
abd7cf81dd
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed SV_ICON_ID_PRESENTATION_COMPRESSED and all associated code.
Removed 2 icons that were unused after this removal.
2011-11-18 17:10:21 +00:00
Julien Chaffraix
2559cab126
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed SV_ICON_ID_MACRO and its reference in the code as it was
unused.
Removed 2 icons that were not referenced anymore.
2011-11-18 17:10:21 +00:00
Ivan Timofeev
639f7b562c
fix UI updating in the print dialog
2011-11-18 16:26:18 +04:00
Caolán McNamara
9d2807cc9d
ditch ENABLE_BYTESTRING_STREAM_OPERATORS
2011-11-17 23:04:11 +00:00
Caolán McNamara
abf7cdac13
UniqueIdContainer is only needed by binfilter
2011-11-16 13:24:05 +00:00
Noel Power
0d56c77726
remove unused SV_ICON_ID_HTML_DOCUMENT entries
2011-11-15 17:15:00 +00:00
Julien Chaffraix
e0e7c5dc46
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed the icons and code associated with:
SV_ICON_ID_CHART
SV_ICON_ID_DRAWING_TEMPLATE
2011-11-15 17:15:00 +00:00
Noel Power
a1cc4e507c
Revert "FDO#42454 - EasyHack: remove code associated with unused icons"
...
This reverts commit 3e26dfcc2d
.
2011-11-15 12:42:18 +00:00
Noel Power
1d843960ce
Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries"
...
This reverts commit 28e36d54a0
.
2011-11-15 12:42:18 +00:00
Noel Power
28e36d54a0
remove unused SV_ICON_ID_HTML_DOCUMENT entries
2011-11-15 11:25:35 +00:00
Julien Chaffraix
3e26dfcc2d
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed the icons and code associated with:
SV_ICON_ID_CHART
SV_ICON_ID_DRAWING_TEMPLATE
2011-11-15 11:25:34 +00:00
David Tardon
6947091ab0
use SAL_N_ELEMENTS
2011-11-15 06:14:05 +01:00
Matteo Casalin
a366809af0
Decoview code cleanup
...
Fixed DrawSymbol color selection
Translated some comments from German to English
2011-11-14 15:50:55 +00:00
Caolán McNamara
deec2ba5f2
if we consider no bitmap non-fatal, then no canvas is non-fatal too
2011-11-14 11:52:13 +00:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Caolán McNamara
1987a5c777
callcatcher: remove unused code
2011-11-14 07:35:58 +00:00
Stephan Bergmann
c1758889cb
Heavily simplified utl::ConfigManager.
2011-11-11 22:49:21 +01:00
Caolán McNamara
328e09955a
callcatcher: remove some unused code
2011-11-11 11:55:04 +00:00
Caolán McNamara
58692c30e3
callcatcher: remove unused methods
2011-11-10 09:28:40 +00:00
Caolán McNamara
8ed5e3bdab
callcatcher: remove some unused Graphic methods
2011-11-07 22:29:13 +00:00
Michael Meeks
aeffd7f25f
move required resources down from fpicker & svtools into vcl
2011-11-07 14:19:34 +00:00
Michael Meeks
f1abe3035c
gtk: cleanup to make the vcl file-picker interface work.
2011-11-07 14:19:34 +00:00
Michael Meeks
17084c750d
gtk: move the file-picker into vcl/ and add Application:: factory hooks
...
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
2011-11-07 14:19:33 +00:00
Thomas Arnhold
2411ea09a8
redundant if not-null checks on delete
2011-11-07 12:49:03 +00:00
Ivan Timofeev
5122e3413b
cppcheck: avoid possible null pointer dereferences
2011-11-06 15:47:55 +04:00
Caolán McNamara
5436b3242a
Unwind and refactor some of the Grey Palette stuff
...
We get some assertions in the smoketest with --enable-debug, looking
closer I think to use a single bIsGrey flag we...
a) would need to check after every modification of a Palette that mbIsGrey is
still valid and update it accordingly
b) There are a lot of routes outside of direct assignation to the stock Grey
Palettes that can result in Grey palettes in e.g. the pngreader, they would
all need updating :-(
So, how about just refactoring the original HasGreyPalette and IsGreyPalette.
2011-11-03 23:45:21 +00:00
Michael Meeks
b9474a8cac
Cleanup inline IsGreyPalette implementation for mac platforms.
2011-11-03 11:32:23 +00:00
Emanuele Fia
4029a580f7
Removed IsGreyPalette
2011-11-03 11:22:40 +00:00
Michael Stahl
66d9925bb6
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core
2011-11-02 17:49:42 +01:00
Caolán McNamara
da0bd7a501
drop freshly unused methods
2011-11-02 16:04:27 +00:00
Caolán McNamara
3c95b2c39a
drop GetImageIds
2011-11-01 09:27:25 +00:00
Caolán McNamara
76e37b7f79
adapt naming scheme
2011-11-01 09:27:24 +00:00
Caolán McNamara
489272ce9e
add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one
2011-11-01 09:27:22 +00:00
Michael Stahl
17f1adc78a
rhbz#657394: crash closing document while printing
...
- XRenderable implementation in SwXTextDocument and ScModelObj
throw DisposedExceptions instead of RuntimeExceptions
- SfxPrinterController catches DisposedException and aborts printing
- vcl::PrinterController checks that the printing was not aborted
2011-10-31 20:07:00 +01:00
Caolán McNamara
576d7aaada
drop some unused code
2011-10-28 10:22:59 +01:00
Caolán McNamara
bea5e37dd3
Rename ImplFontSelectData to FontSelectPattern so I know what it does
...
Rename ImplFontSelectData to FontSelectPattern because I can never remember the
name of the thing. This way I'll be able to remember that its basically the
equivalent of fontconfig's FcPattern
2011-10-27 16:39:32 +01:00
Caolán McNamara
58b48f188b
Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italic
...
FreeSerif lacks glyphs in bold/italic variants that it has in the normal one. A
lot of our glyph fallback infrastructure, especially the caches don't expect
that a normal variant of a font with extra emboldening or extra font skew can
be a fallback for a bold/italic variant of itself which exists, but doesn't
have the missing glyphs that the normal one does.
We really need to improve our glyph/font caching, but we can get 90% of the
way there by excluding such cases from the caches.
2011-10-27 12:49:14 +01:00
Takeshi Abe
87597b5d3d
removed dead code
2011-10-27 01:26:30 +09:00
Michael Meeks
b5423ef42e
WaE: misc. windows related fixes
2011-10-25 17:11:10 +01:00
Michael Meeks
4a7e348291
re-write gtksys to use the cleaner GdkScreen API avoiding X & Xinerama
2011-10-25 13:41:44 +01:00
Stephan Bergmann
c31d7b012f
Some warning cleanup (found with trunk Clang).
2011-10-24 12:56:22 +02:00
Caolán McNamara
3f9a28f1f7
Resolves: fdo#41556 font sub cache of nameA => nameB is too simplistic
2011-10-19 16:04:01 +01:00