office-gobmx/vcl
Caolán McNamara 920a261c8a getenv based debugging code doesn't make complete sense, remove
i.e.

mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X();
mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y();

might possibly be intended to be

mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X();
mnOutHeight = maPaperSize.Height() - 2*maPageOffset.Y();

either way, its behind a special getenv, so ditch the lot
2011-11-29 23:23:06 +00:00
..
aqua/source remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
generic Fix Kashida justification when there is no Kashida glyph 2011-11-28 11:54:17 +01:00
headless remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
inc callcatcher: remove unused methods 2011-11-28 09:55:03 +00:00
ios/source remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
null remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
prj empty a bunch of d.lst files 2011-11-21 22:46:17 +01:00
qa/complex
source getenv based debugging code doesn't make complete sense, remove 2011-11-29 23:23:06 +00:00
test remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
unx gtk: fix sub-menu arrows RTL issue 2011-11-29 10:46:27 +00:00
win/source remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
workben remove include of pch header from vcl 2011-11-27 13:26:59 -06:00
AllLangResTarget_vcl.mk move required resources down from fpicker & svtools into vcl 2011-11-07 14:19:34 +00:00
Library_desktop_detector.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vcl.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_gen.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_gtk.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_gtk3.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_kde.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_kde4.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_vclplug_svp.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Makefile move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Module_vcl.mk
Package_afmhash.mk
Package_inc.mk
Package_kde4moc.mk
Package_osx.mk
README
StaticLibrary_vclmain.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
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