office-gobmx/vcl
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
..
aqua/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
generic Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core 2011-11-02 17:49:42 +01:00
headless Move BitmapDevice to use B2IBox instead of B2IRange. 2011-11-02 23:58:28 +01:00
inc Unwind and refactor some of the Grey Palette stuff 2011-11-03 23:45:21 +00:00
ios/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
null fix android build post feature/gtk3 2011-10-26 09:25:50 +01:00
prj
qa/complex
source Unwind and refactor some of the Grey Palette stuff 2011-11-03 23:45:21 +00:00
test
unx fix gtk2 build 2011-11-03 21:36:05 +01:00
win/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
workben
AllLangResTarget_vcl.mk
Library_desktop_detector.mk
Library_vcl.mk
Library_vclplug_gen.mk
Library_vclplug_gtk.mk use external 2011-11-02 13:26:53 +01:00
Library_vclplug_gtk3.mk Library_vclplug_gtk3.mk: fix typo 2011-11-02 18:12:33 +01:00
Library_vclplug_kde.mk
Library_vclplug_kde4.mk
Library_vclplug_svp.mk gtk3: cleanup some code inclusion, and share timeval operators 2011-10-26 19:46:15 +01:00
Makefile
Module_vcl.mk
Package_afmhash.mk
Package_inc.mk
Package_kde4moc.mk
Package_osx.mk
README
StaticLibrary_vclmain.mk
vcl.android.component
vcl.ios.component
vcl.macosx.component
vcl.unx.component
vcl.windows.component
WinResTarget_vcl.mk

Welcome to the Visual Class Libraries (vcl) code

source/
	+ the main cross-platform chunk of source
inc/
	+ cross-platform abstraction headers / definition
	vcl/
		+ external headers
generic/
	+ shared helper code for backends,
	  actually built into vcl
headless/
	+ a backend renderer that draws to bitmaps
aqua/
	+ OS/X backend
ios/
	+ skeleton Android backend
win/
	+ windows backend
unx/
	+ unix specific platform backend code and its' sub-platforms
	gtk/
	gtk3/
	kde/
	generic/  - raw X