office-gobmx/vcl/osx
Jens Carl 6c3245fc69 fdo#68849: Add header guards to all include files
Added header guards to files in directory vcl/

Change-Id: I76ad0c34f2b107d56e92c5a6a8f4c61554c93e2f
Reviewed-on: https://gerrit.libreoffice.org/9597
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-06-01 16:15:36 +00:00
..
res
a11yactionwrapper.h
a11yactionwrapper.mm
a11ycomponentwrapper.h
a11ycomponentwrapper.mm
a11yfactory.mm
a11yfocuslistener.cxx
a11yfocuslistener.hxx
a11yfocustracker.cxx
a11ylistener.cxx
a11yrolehelper.h
a11yrolehelper.mm
a11yselectionwrapper.h
a11yselectionwrapper.mm
a11ytablewrapper.h
a11ytablewrapper.mm
a11ytextattributeswrapper.h
a11ytextattributeswrapper.mm
a11ytextwrapper.h
a11ytextwrapper.mm
a11yutil.h
a11yutil.mm
a11yvaluewrapper.h
a11yvaluewrapper.mm
a11ywrapper.mm
a11ywrapperbutton.h
a11ywrapperbutton.mm
a11ywrappercheckbox.h
a11ywrappercheckbox.mm
a11ywrappercombobox.h
a11ywrappercombobox.mm
a11ywrappergroup.h
a11ywrappergroup.mm
a11ywrapperlist.h
a11ywrapperlist.mm
a11ywrapperradiobutton.h
a11ywrapperradiobutton.mm
a11ywrapperradiogroup.h
a11ywrapperradiogroup.mm
a11ywrapperrow.h
a11ywrapperrow.mm
a11ywrapperscrollarea.h
a11ywrapperscrollarea.mm
a11ywrapperscrollbar.h
a11ywrapperscrollbar.mm
a11ywrappersplitter.h
a11ywrappersplitter.mm
a11ywrapperstatictext.h
a11ywrapperstatictext.mm
a11ywrappertabgroup.h
a11ywrappertabgroup.mm
a11ywrappertextarea.h
a11ywrappertextarea.mm
a11ywrappertoolbar.h
a11ywrappertoolbar.mm
clipboard.cxx remove more unnecesary OUString constructor use 2014-05-29 09:01:40 +02:00
clipboard.hxx
DataFlavorMapping.cxx Fix previous commit (vcl/MacOsX part) 2014-05-11 10:57:54 +02:00
DataFlavorMapping.hxx
documentfocuslistener.cxx
documentfocuslistener.hxx
DragActionConversion.cxx
DragActionConversion.hxx fdo#68849: Add header guards to all include files 2014-06-01 16:15:36 +00:00
DragSource.cxx
DragSource.hxx
DragSourceContext.cxx
DragSourceContext.hxx
DropTarget.cxx Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15 2014-05-17 23:33:02 +02:00
DropTarget.hxx
HtmlFmtFlt.cxx
HtmlFmtFlt.hxx
OSXTransferable.cxx Fix previous commit (vcl/MacOsX part) 2014-05-11 10:57:54 +02:00
OSXTransferable.hxx Resolves fdo#70681: fixincludeguards.pl: all that's left 2014-05-15 12:50:46 +00:00
PictToBmpFlt.cxx
PictToBmpFlt.hxx
printaccessoryview.mm loplugin:passsequencebyref 2014-05-14 20:52:42 +02:00
printview.mm
README.a11y
saldata.cxx
salframe.cxx Fix typo, thanks to Cor Nouws for noticing 2014-05-09 00:01:57 +03:00
salframeview.mm Related: #i124191# small cleanup for salframeview.mm 2014-05-23 20:38:13 +01:00
salinst.cxx cppcheck: unusedFunction 2014-05-25 21:55:34 +02:00
salmenu.cxx
salnativewidgets.cxx
salnsmenu.mm
salnstimer.mm
salobj.cxx
salprn.cxx Remove unnecessary semicolons 2014-05-27 01:19:00 -05:00
salsys.cxx
saltimer.cxx
service_entry.cxx
vclnsapp.mm

Naming scheme:

a11yXYZhelper:           Helper class providing static methods

a11yXYZwrapper:          Wrapper around one (or two) UNO-interfaces

a11ywrapperXYZ:          Subclass of a11ywrapper for a specific AXRole