Commit Graph

5909 Commits

Author SHA1 Message Date
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
Maxim Iorsh
4ea86b4676 Resolves: fdo#41556 When fontconfig matches italic font, italicity is ignored 2011-10-19 16:04:00 +01:00
Caolán McNamara
afd6a9059b ByteString->rtl::OString 2011-10-15 12:18:47 +01:00
Caolán McNamara
6d768ffb80 ByteString->rtl::OString 2011-10-10 08:51:14 +01:00
Jan Holesovsky
225b8d6bbf Simplify drawing of the toolbar indicator. 2011-10-10 00:40:04 +02:00
Jan Holesovsky
16f5c26989 Improve the look of the 'More' toolbar indicator in the non-NWF case. 2011-10-10 00:10:17 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Pierre-André Jacquod
84ca0da280 cppcheck reduce scope of var in vcl/...bitmapex.cxx 2011-10-07 15:57:51 +02:00
Pierre-André Jacquod
3cf7144e51 cppcheck reduce scope in vcl/.. lstbox.cxx 2011-10-07 15:57:36 +02:00
Pierre-André Jacquod
394e13ea94 cppcheck scope reduction of var in vcl/... bitmap.cxx 2011-10-07 15:57:32 +02:00
Pierre-André Jacquod
e0f9a3411a cppcheck scope reduction in vcl/..ttcr.cxx 2011-10-07 15:57:32 +02:00
Caolán McNamara
ceb199f0bf conversion operator gone now 2011-10-05 09:34:32 +01:00
Caolán McNamara
f42b66cc51 callcatcher: unused methods 2011-10-05 08:58:11 +01:00
Tor Lillqvist
779ae5ee23 WaE: 'e' : unreferenced local variable 2011-10-04 14:25:38 +03:00
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
Ivan Timofeev
bd9c699d27 Print preview: set frame size to preview size even if there is no preview 2011-10-03 10:01:40 +01:00
Caolán McNamara
c50612d516 callcatcher: unused code 2011-09-29 09:33:44 +01:00
Tor Lillqvist
0f644656af WaE: declared with greater visibility than the type of its field
To be specific, 'vcl::PageSyncData' declared with greater visibility
than the type of its field 'vcl::PageSyncData::mActions'

Adding a SAL_DLLPRIVATE to the PageSyncData struct, too, then.

Warning was emitted by g++ 4.2.1 against the MacOSX 10.6 SDK.
2011-09-28 17:43:30 +03:00
Stephan Bergmann
01e0b770a5 Let SalAbort dump core on developer builds. 2011-09-28 15:24:52 +02:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Michael Meeks
642553238c add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste 2011-09-27 15:07:12 +01:00
Pierre-André Jacquod
764b47e8a1 cppcheck: reduce scope of var in vcl bitmap3.cxx 2011-09-26 22:02:42 +02:00
Pierre-André Jacquod
9e1966d9ac cppcheck: reduce scope of var in vcl sft.cxx 2011-09-26 22:02:42 +02:00
Pierre-André Jacquod
f9dd399a57 cppcheck: reduce scope of variabl.e in vcl, cff.cxx 2011-09-26 22:02:41 +02:00
Pierre-André Jacquod
ae21e90fe8 dead code deleted in vcl toolbox.cxx 2011-09-26 22:02:41 +02:00
Pierre-André Jacquod
83ad767def cppcheck: reduce scope of var in vcl toolbox.cxx 2011-09-26 22:02:41 +02:00
Pierre-André Jacquod
b01f94c5ae cppcheck: scope reduction of var in vcl outdev3.cxx
and deletion of a varialbe used as constant since 2002
2011-09-26 22:02:40 +02:00