1 // NOTE: This file is also parsed by a compiler plugin. Make sure all
2 // areas are marked with '@li @c'.
5 @page sal_log_areas SAL debug areas
7 @short List and description of areas for the SAL debug macros
9 This is a list of areas that are used by the SAL_INFO family of macros. See
10 @ref sal_log "basic log functionality" for details about this functionality.
12 If you need a debug area in some code, first check this list and use the
13 appropriate area if it exists. This list is not definite, if you need a new
14 area, use it and add it to an appropriate section with an explanation.
15 Generally, use the name of the relevant code module as the first area segment.
16 Please keep all entries sorted.
18 This list should give you an overview of which areas to enable when debugging
19 certain functionality.
23 @li @c sal.debug - SAL debugging functionality
24 @li @c sal.osl - SAL OSL library
25 @li @c sal.rtl - SAL RTL library
26 @li @c sal.textenc - the textencoding SAL library
30 @li @c basctl.basicide
34 @li @c basebmp.bitmapdevice
50 @li @c chart2.areachart
54 @li @c connectivity.cpool
55 @li @c connectivity.commontools
56 @li @c connectivity.mork
57 @li @c connectivity.flat
58 @li @c connectivity.parse
59 @li @c connectivity.postgresql
73 @li @c sc.ui - Calc UI
78 @li @c desktop.deployment
79 @li @c desktop.migration
85 @li @c sd.sls - slidesorter
91 @li @c sdremote.bluetooth
100 @li @c embeddedobj - embedded objects
101 @li @c embeddedobj.ole - OLE embedded objects
105 @li @c extensions.dbpilots
106 @li @c extensions.plugin
107 @li @c extensions.scanner
108 @li @c extensions.update
112 @li @c filter.ms - escher import/export
113 @li @c filter.xslt - xslt import/export
114 @li @c oox.xmlstream - XmlStream class
115 @li @c oox.storage - ZipStorage class
116 @li @c oox.ppt - pptx filter
120 @li @c forms.component
130 @li @c fpicker.office
134 @li @c fwk - framework
141 @li @c i18nlangtag - language tags
145 @li @c i18npool - general i18npool
149 @li @c i18n - module independent i18n related, e.g. language tag usage
164 @li @c starmath.ooxml - OOXML import/export
165 @li @c starmath.wordbase
169 @li @c sdext.minimizer
170 @li @c sdext.pdfimport
171 @li @c sdext.pdfimport.pdfparse
172 @li @c sdext.presenter
188 @li @c slideshow.opengl
189 @li @c slideshow.eventqueue
199 @li @c svtools.config
200 @li @c svtools.contnr
201 @li @c svtools.control
202 @li @c svtools.dialogs
203 @li @c svtools.filter
213 @li @c svx.stbcrtls - StatusBarControl
215 @li @c svx.tbxcrtls - ToolboxControl
221 @li @c toolkit.controls
226 @li @c tools.datetime
228 @li @c tools.memtools
229 @li @c tools.rc - resource manager
230 @li @c tools.stream - SvStream class
237 @li @c ucb.ucp.webdav
241 @li @c unotools.config
244 @li @c unotools.ucbhelper
248 @li @c rtl.string - ::rtl::OString, ::rtl::OUString, and related functionality
249 @li @c salhelper.thread - ::salhelper::Thread class
257 @li @c stoc.corerefl - CoreReflection
267 @li @c vcl.atsui - ATSUI (obsolete) -using code for Mac OS X
269 @li @c vcl.coretext - CoreText-using code for Mac OS X and iOS
270 @li @c vcl.emf - EMF/EMF+ processing
271 @li @c vcl.fonts - font-specific code
272 @li @c vcl.gdi - the GDI part of VCL, devices, bitmaps, etc.
273 @li @c vcl.gtk - Gtk+ 2/3 plugin
274 @li @c vcl.harfbuzz.layout
275 @li @c vcl.headless - bitmap-based backend
277 @li @c vcl.kde4 - KDE4
278 @li @c vcl.layout - Widget layout
279 @li @c vcl.scrollbar - Scroll Bars
280 @li @c vcl.sm - Session Manager
288 @li @c sw.core - Writer core
292 @li @c sw.rtf - .rtf export filter
293 @li @c sw.uno - Writer UNO interfaces
294 @li @c sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
295 @li @c sw.ww8.level2 - further info for sw.ww8
297 @section writerfilter
300 @li @c writerfilter.profile - load times of filters
302 @section writerperfect
315 @li @c xmloff.transform
319 @li @c xmlsecurity.dialogs - xml security dialogs
320 @li @c xmlsecurity.helper
321 @li @c xmlsecurity.xmlsec - xmlsec wrapper
325 @li @c xmlscript.xmlhelper
326 @li @c xmlscript.xmldlg
327 @li @c xmlscript.xmlflat
328 @li @c xmlscript.xmllib
329 @li @c xmlscript.xmlmod
335 @li @c dbaccess.ui.OGeneralPage
372 /* vim:set ft=cpp shiftwidth=4 softtabstop=4 expandtab: */