Caolán McNamara
963fd1696c
callcatcher: remove unused methods
2011-11-28 09:55:03 +00:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
653dda4a34
remove include of pch header from vcl
2011-11-27 13:26:59 -06:00
Korrawit Pruegsanusak
c3dc018984
typos fixing
2011-11-27 15:12:07 +07:00
Noel Power
50171e5137
tweak toolbar layout for gsoc formula/input bar & other misc changes
...
summary:
* tweak toolbar layout to layout the toolbar items aligned to top of highest
item
* make Capture/ReleaseMouse logic much simpler
* make resize detection simpler
* control toolbar height ( e.g. don't let visible grid area be overrun by
toolbar )
2011-11-24 19:49:15 +00:00
erack
70b02c18b9
impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages
...
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640 )
2011-11-23 23:34:58 +01:00
Caolán McNamara
5e283a80cd
callcatcher: remove recently unused code
2011-11-23 10:10:10 +00:00
Caolán McNamara
054568fea7
this casting of a void* is a disaster waiting to happen
...
only ever used for a string, to set it to a string type
2011-11-21 12:51:36 +00:00
David Tardon
1c2f5d73a7
more conversion to rtl::OUString
2011-11-21 13:19:34 +01:00
Caolán McNamara
4d1c57a00e
callcatcher: update list
2011-11-21 09:17:11 +00:00
David Tardon
c5aeaee20c
convert win plugin to rtl::O(U)String
2011-11-21 09:04:19 +01:00
David Tardon
13bbf43b13
convert aqua plugin to rtl::O(U)String
2011-11-21 09:04:04 +01:00
David Tardon
5ec603972f
convert gtk plugin to rtl::O(U)String
2011-11-21 09:03:46 +01: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
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
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
Caolán McNamara
74730d4ace
callcatcher: remove freshly unused methods
2011-11-14 07:36:01 +00:00
Caolán McNamara
1987a5c777
callcatcher: remove unused code
2011-11-14 07:35:58 +00:00
Caolán McNamara
58f3e365fa
annoying extra header guards
2011-11-14 07:35:57 +00: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
6de32a1afc
gtk: cleanup resource provider and associated lifecycle issue
2011-11-07 14:19:35 +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
Stephan Bergmann
b05266ab75
Some WNT-only code still needs ApplicationEvent(); plus made the other ctor explicit.
2011-11-04 11:36:06 +01:00
Stephan Bergmann
e66e54fb00
Further clean up of areas touched by previous commit.
2011-11-04 08:21:26 +01:00
August Sodora
e042493375
String->OUString, remove unused code
2011-11-04 08:21:25 +01:00
Joseph Powers
d0d62edf3f
Cleanup basebmp a little
...
I removed 2 unused headers.
I also stopped delivering a lot of headers that no one outside of basebmp
cared about.
I also removed the unused methods:
basebmp::BitmapDevice::getPaletteEntryCount() const
basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
2011-11-03 20:46:00 -07: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
3c8b99a3fc
IsGreyPalette: belt and braces, empty palettes are grey (apparently)
2011-11-03 19:12:10 +00:00
Cosimo Cecchi
06840c3b3d
gtk3: implement rendering for Listbox widgets
2011-11-03 13:15:10 -04:00
Cosimo Cecchi
d444079d03
gtk3: misc cleanups
2011-11-03 13:15:10 -04:00
Cosimo Cecchi
585140eb25
gtk3: implement rendering for Comboboxes
2011-11-03 13:15:09 -04:00
Cosimo Cecchi
73980c1526
gtk3: implement rendering for spinbuttons
2011-11-03 13:15:09 -04:00
Cosimo Cecchi
56d287872a
gtk: add widget_get_xid()
...
And use it in GtkSalFrame
2011-11-03 13:15:09 -04:00
Caolán McNamara
6598e65cfc
probably need to add mbIsGrey to operator== comparison
2011-11-03 15:42:41 +00:00
Caolán McNamara
33a4950477
need to assign mbIsGrey in operator=
2011-11-03 15:42:41 +00:00
Caolán McNamara
d0d1cd58cf
mbIsGrey needs to be initialized in ctor
2011-11-03 15:42:41 +00:00