[PATCH] [draft] use pragma once

Thomas Arnhold (via Code Review) gerrit at gerrit.libreoffice.org
Wed Mar 20 07:25:08 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2875

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/2875/1

[draft] use pragma once

At least on Linux with --without-java --enable-werror works for me.

I only replaced guards like *_HXX_, *_HXX__ and *_HXX_INCLUDED which are not used at any other place. Those are ~8700 matches. Approx. 500 look like guards, but don't match the scheme and ~400 hxx headers don't have guards at all. So the replace of the 8700 matches should be a good estimate.

The script is some kind of weirdo, but it should demonstrate the difference between guard and pragma. I inserted #if 1 to ignore the #endif at the end of the file.

Files which RSC touches cannot be converted, because he complains about #pragma once. If you get RSC errors then some hrc or src includes a hxx with pragma once.

So the door is open for a comparison.

Happy benchmarking.

Change-Id: I81e28f0241d35e13381c85cef0327d45c7f9b2c1
PS: fixed sc/qa/unit/ucalc.cxx here by commenting it out
---
M UnoControls/inc/basecontainercontrol.hxx
M UnoControls/inc/basecontrol.hxx
M UnoControls/inc/multiplexer.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
M accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControl.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx
M accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx
M accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx
M accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx
M accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
M accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx
M accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx
M accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
M accessibility/inc/accessibility/extended/accessiblelistbox.hxx
M accessibility/inc/accessibility/extended/accessibletabbar.hxx
M accessibility/inc/accessibility/extended/accessibletabbarbase.hxx
M accessibility/inc/accessibility/extended/accessibletabbarpage.hxx
M accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
M accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
M accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
M accessibility/inc/accessibility/helper/IComboListBoxHelper.hxx
M accessibility/inc/accessibility/helper/accresmgr.hxx
M accessibility/inc/accessibility/helper/characterattributeshelper.hxx
M accessibility/inc/accessibility/helper/listboxhelper.hxx
M accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx
M accessibility/inc/accessibility/standard/accessiblemenucomponent.hxx
M accessibility/inc/accessibility/standard/accessiblemenuitemcomponent.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblebutton.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx
M accessibility/inc/accessibility/standard/vclxaccessibledropdowncombobox.hxx
M accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
M accessibility/inc/accessibility/standard/vclxaccessibleedit.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblefixedhyperlink.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblefixedtext.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblelist.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblelistbox.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblemenu.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblemenubar.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblemenuitem.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblemenuseparator.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblepopupmenu.hxx
M accessibility/inc/accessibility/standard/vclxaccessibleradiobutton.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblescrollbar.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblestatusbar.hxx
M accessibility/inc/accessibility/standard/vclxaccessiblestatusbaritem.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletabcontrol.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletabpage.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletabpagewindow.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletextcomponent.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletoolbox.hxx
M accessibility/inc/accessibility/standard/vclxaccessibletoolboxitem.hxx
M accessibility/source/inc/floatingwindowaccessible.hxx
M animations/inc/animations/animationnodehelper.hxx
M autodoc/inc/ary/ary.hxx
M autodoc/inc/ary/doc/d_docu.hxx
M autodoc/inc/ary/doc/d_node.hxx
M autodoc/inc/ary/doc/d_oldidldocu.hxx
M autodoc/inc/ary/doc/d_types4doc.hxx
M autodoc/inc/ary/entity.hxx
M autodoc/inc/ary/getncast.hxx
M autodoc/inc/ary/idl/i_attribute.hxx
M autodoc/inc/ary/idl/i_ce.hxx
M autodoc/inc/ary/idl/i_ce2s.hxx
M autodoc/inc/ary/idl/i_comrela.hxx
M autodoc/inc/ary/idl/i_constant.hxx
M autodoc/inc/ary/idl/i_constgroup.hxx
M autodoc/inc/ary/idl/i_enum.hxx
M autodoc/inc/ary/idl/i_enumvalue.hxx
M autodoc/inc/ary/idl/i_exception.hxx
M autodoc/inc/ary/idl/i_function.hxx
M autodoc/inc/ary/idl/i_gate.hxx
M autodoc/inc/ary/idl/i_interface.hxx
M autodoc/inc/ary/idl/i_module.hxx
M autodoc/inc/ary/idl/i_namelookup.hxx
M autodoc/inc/ary/idl/i_param.hxx
M autodoc/inc/ary/idl/i_property.hxx
M autodoc/inc/ary/idl/i_service.hxx
M autodoc/inc/ary/idl/i_singleton.hxx
M autodoc/inc/ary/idl/i_siservice.hxx
M autodoc/inc/ary/idl/i_sisingleton.hxx
M autodoc/inc/ary/idl/i_struct.hxx
M autodoc/inc/ary/idl/i_structelem.hxx
M autodoc/inc/ary/idl/i_traits.hxx
M autodoc/inc/ary/idl/i_type.hxx
M autodoc/inc/ary/idl/i_typedef.hxx
M autodoc/inc/ary/idl/i_types4idl.hxx
M autodoc/inc/ary/idl/ik_attribute.hxx
M autodoc/inc/ary/idl/ik_ce.hxx
M autodoc/inc/ary/idl/ik_constant.hxx
M autodoc/inc/ary/idl/ik_constgroup.hxx
M autodoc/inc/ary/idl/ik_enum.hxx
M autodoc/inc/ary/idl/ik_enumvalue.hxx
M autodoc/inc/ary/idl/ik_exception.hxx
M autodoc/inc/ary/idl/ik_interface.hxx
M autodoc/inc/ary/idl/ik_module.hxx
M autodoc/inc/ary/idl/ik_property.hxx
M autodoc/inc/ary/idl/ik_singleton.hxx
M autodoc/inc/ary/idl/ik_siservice.hxx
M autodoc/inc/ary/idl/ik_sisingleton.hxx
M autodoc/inc/ary/idl/ik_struct.hxx
M autodoc/inc/ary/idl/ik_structelem.hxx
M autodoc/inc/ary/idl/ik_typedef.hxx
M autodoc/inc/ary/idl/ip_ce.hxx
M autodoc/inc/ary/idl/ip_type.hxx
M autodoc/inc/ary/info/all_dts.hxx
M autodoc/inc/ary/info/all_tags.hxx
M autodoc/inc/ary/info/ci_attag.hxx
M autodoc/inc/ary/info/ci_text.hxx
M autodoc/inc/ary/info/infodisp.hxx
M autodoc/inc/ary/info/inftypes.hxx
M autodoc/inc/ary/namesort.hxx
M autodoc/inc/ary/object.hxx
M autodoc/inc/ary/qualiname.hxx
M autodoc/inc/ary/stdconstiter.hxx
M autodoc/inc/ary/types.hxx
M autodoc/inc/ary_i/ci_atag2.hxx
M autodoc/inc/ary_i/ci_text2.hxx
M autodoc/inc/ary_i/d_token.hxx
M autodoc/inc/ary_i/disdocum.hxx
M autodoc/inc/autodoc/displaying.hxx
M autodoc/inc/autodoc/dsp_html_std.hxx
M autodoc/inc/autodoc/filecoli.hxx
M autodoc/inc/autodoc/parsing.hxx
M autodoc/inc/autodoc/prs_docu.hxx
M autodoc/inc/autodoc/x_parsing.hxx
M autodoc/inc/display/corframe.hxx
M autodoc/inc/parser/parser.hxx
M autodoc/inc/parser/parserinfo.hxx
M autodoc/inc/parser/unoidl.hxx
M autodoc/source/ary/idl/i2s_calculator.hxx
M autodoc/source/ary/idl/i_nnfinder.hxx
M autodoc/source/ary/idl/i_reposypart.hxx
M autodoc/source/ary/idl/ia_ce.hxx
M autodoc/source/ary/idl/ia_type.hxx
M autodoc/source/ary/idl/is_ce.hxx
M autodoc/source/ary/idl/is_type.hxx
M autodoc/source/ary/idl/it_builtin.hxx
M autodoc/source/ary/idl/it_ce.hxx
M autodoc/source/ary/idl/it_explicit.hxx
M autodoc/source/ary/idl/it_named.hxx
M autodoc/source/ary/idl/it_sequence.hxx
M autodoc/source/ary/idl/it_tplparam.hxx
M autodoc/source/ary/idl/it_xnameroom.hxx
M autodoc/source/ary/inc/idl_internalgate.hxx
M autodoc/source/ary/inc/idsort.hxx
M autodoc/source/ary/inc/nametreenode.hxx
M autodoc/source/ary/inc/reposy.hxx
M autodoc/source/ary/inc/sci_impl.hxx
M autodoc/source/ary/inc/store/s_base.hxx
M autodoc/source/ary/inc/store/s_iterator.hxx
M autodoc/source/ary/inc/store/s_storage.hxx
M autodoc/source/display/idl/hfi_constgroup.hxx
M autodoc/source/display/idl/hfi_doc.hxx
M autodoc/source/display/idl/hfi_enum.hxx
M autodoc/source/display/idl/hfi_globalindex.hxx
M autodoc/source/display/idl/hfi_hierarchy.hxx
M autodoc/source/display/idl/hfi_interface.hxx
M autodoc/source/display/idl/hfi_method.hxx
M autodoc/source/display/idl/hfi_module.hxx
M autodoc/source/display/idl/hfi_navibar.hxx
M autodoc/source/display/idl/hfi_property.hxx
M autodoc/source/display/idl/hfi_service.hxx
M autodoc/source/display/idl/hfi_singleton.hxx
M autodoc/source/display/idl/hfi_siservice.hxx
M autodoc/source/display/idl/hfi_struct.hxx
M autodoc/source/display/idl/hfi_tag.hxx
M autodoc/source/display/idl/hfi_typedef.hxx
M autodoc/source/display/idl/hfi_typetext.hxx
M autodoc/source/display/idl/hfi_xrefpage.hxx
M autodoc/source/display/idl/hi_ary.hxx
M autodoc/source/display/idl/hi_env.hxx
M autodoc/source/display/idl/hi_factory.hxx
M autodoc/source/display/idl/hi_linkhelper.hxx
M autodoc/source/display/idl/hi_main.hxx
M autodoc/source/display/inc/cfrstd.hxx
M autodoc/source/display/inc/idl/hi_display.hxx
M autodoc/source/display/inc/toolkit/hf_docentry.hxx
M autodoc/source/display/inc/toolkit/hf_funcdecl.hxx
M autodoc/source/display/inc/toolkit/hf_linachain.hxx
M autodoc/source/display/inc/toolkit/hf_navi_main.hxx
M autodoc/source/display/inc/toolkit/hf_title.hxx
M autodoc/source/display/inc/toolkit/htmlfactory.hxx
M autodoc/source/display/inc/toolkit/htmlfile.hxx
M autodoc/source/display/inc/toolkit/out_node.hxx
M autodoc/source/display/inc/toolkit/out_position.hxx
M autodoc/source/display/inc/toolkit/out_tree.hxx
M autodoc/source/display/inc/toolkit/outputstack.hxx
M autodoc/source/display/kernel/displfct.hxx
M autodoc/source/exes/adc_uni/adc_cmd.hxx
M autodoc/source/exes/adc_uni/adc_cmd_parse.hxx
M autodoc/source/exes/adc_uni/adc_cmds.hxx
M autodoc/source/exes/adc_uni/cmd_run.hxx
M autodoc/source/exes/adc_uni/cmd_sincedata.hxx
M autodoc/source/inc/adc_cl.hxx
M autodoc/source/inc/adc_msg.hxx
M autodoc/source/inc/docu_node_ids.hxx
M autodoc/source/inc/estack.hxx
M autodoc/source/inc/luxenum.hxx
M autodoc/source/inc/tools/filecoll.hxx
M autodoc/source/inc/tools/tkpchars.hxx
M autodoc/source/parser/inc/tokens/parseinc.hxx
M autodoc/source/parser/inc/tokens/stmstate.hxx
M autodoc/source/parser/inc/tokens/tkpcontx.hxx
M autodoc/source/parser/inc/tokens/tokdeal.hxx
M autodoc/source/parser/inc/tokens/token.hxx
M autodoc/source/parser/inc/tokens/tokproct.hxx
M autodoc/source/parser/inc/x_docu.hxx
M autodoc/source/parser/kernel/parsefct.hxx
M autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx
M autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx
M autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx
M autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx
M autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx
M autodoc/source/parser_i/inc/s2_luidl/cx_idlco.hxx
M autodoc/source/parser_i/inc/s2_luidl/cx_sub.hxx
M autodoc/source/parser_i/inc/s2_luidl/distrib.hxx
M autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_attri.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_file2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_func2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_iface.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_property.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_servi.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_singl.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_tydf2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_type2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pe_vari2.hxx
M autodoc/source/parser_i/inc/s2_luidl/pestate.hxx
M autodoc/source/parser_i/inc/s2_luidl/semnode.hxx
M autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx
M autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx
M autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx
M autodoc/source/parser_i/inc/s2_luidl/tk_punct.hxx
M autodoc/source/parser_i/inc/s2_luidl/tkp_uidl.hxx
M autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx
M autodoc/source/parser_i/inc/s2_luidl/tokproct.hxx
M autodoc/source/parser_i/inc/s2_luidl/tokrecv.hxx
M autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx
M autodoc/source/parser_i/inc/semantic/parsenv2.hxx
M autodoc/source/parser_i/inc/tokens/stmstar2.hxx
M autodoc/source/parser_i/inc/tokens/stmstat2.hxx
M autodoc/source/parser_i/inc/tokens/stmstfi2.hxx
M autodoc/source/parser_i/inc/tokens/tkp2.hxx
M autodoc/source/parser_i/inc/tokens/tkpcont2.hxx
M autodoc/source/parser_i/inc/tokens/tkpstam2.hxx
M autodoc/source/parser_i/inc/tokens/token2.hxx
M autodoc/source/parser_i/inc/x_parse2.hxx
M avmedia/inc/avmedia/mediaitem.hxx
M avmedia/inc/avmedia/mediaplayer.hxx
M avmedia/inc/avmedia/mediatoolbox.hxx
M avmedia/inc/avmedia/mediawindow.hxx
M avmedia/inc/mediacontrol.hxx
M avmedia/source/gstreamer/gstcommon.hxx
M avmedia/source/quicktime/quicktimecommon.hxx
M avmedia/source/viewer/mediaevent_impl.hxx
M avmedia/source/viewer/mediawindow_impl.hxx
M avmedia/source/viewer/mediawindowbase_impl.hxx
M avmedia/source/win/wincommon.hxx
M basctl/inc/iderdll.hxx
M basctl/source/basicide/basdoc.hxx
M basctl/source/basicide/basicbox.hxx
M basctl/source/basicide/basicmod.hxx
M basctl/source/basicide/basicrenderable.hxx
M basctl/source/basicide/baside2.hxx
M basctl/source/basicide/bastype2.hxx
M basctl/source/basicide/bastype3.hxx
M basctl/source/basicide/breakpoint.hxx
M basctl/source/basicide/brkdlg.hxx
M basctl/source/basicide/documentenumeration.hxx
M basctl/source/basicide/iderdll2.hxx
M basctl/source/basicide/idetemp.hxx
M basctl/source/basicide/layout.hxx
M basctl/source/basicide/linenumberwindow.hxx
M basctl/source/basicide/macrodlg.hxx
M basctl/source/basicide/moduldlg.hxx
M basctl/source/basicide/objdlg.hxx
M basctl/source/basicide/tbxctl.hxx
M basctl/source/basicide/unomodel.hxx
M basctl/source/inc/accessibledialogcontrolshape.hxx
M basctl/source/inc/accessibledialogwindow.hxx
M basctl/source/inc/baside3.hxx
M basctl/source/inc/basidectrlr.hxx
M basctl/source/inc/basidesh.hxx
M basctl/source/inc/basobj.hxx
M basctl/source/inc/bastypes.hxx
M basctl/source/inc/dlged.hxx
M basctl/source/inc/dlgedclip.hxx
M basctl/source/inc/dlgeddef.hxx
M basctl/source/inc/dlgedfac.hxx
M basctl/source/inc/dlgedfunc.hxx
M basctl/source/inc/dlgedlist.hxx
M basctl/source/inc/dlgedmod.hxx
M basctl/source/inc/dlgedobj.hxx
M basctl/source/inc/dlgedpage.hxx
M basctl/source/inc/dlgedview.hxx
M basctl/source/inc/doceventnotifier.hxx
M basctl/source/inc/docsignature.hxx
M basctl/source/inc/iderid.hxx
M basctl/source/inc/localizationmgr.hxx
M basctl/source/inc/managelang.hxx
M basctl/source/inc/propbrw.hxx
M basctl/source/inc/sbxitem.hxx
M basctl/source/inc/scriptdocument.hxx
M basctl/source/inc/svheader.hxx
M basebmp/inc/basebmp/accessor.hxx
M basebmp/inc/basebmp/accessoradapters.hxx
M basebmp/inc/basebmp/accessorfunctors.hxx
M basebmp/inc/basebmp/accessortraits.hxx
M basebmp/inc/basebmp/bitmapdevice.hxx
M basebmp/inc/basebmp/clippedlinerenderer.hxx
M basebmp/inc/basebmp/color.hxx
M basebmp/inc/basebmp/colorblendaccessoradapter.hxx
M basebmp/inc/basebmp/colormisc.hxx
M basebmp/inc/basebmp/colortraits.hxx
M basebmp/inc/basebmp/compositeiterator.hxx
M basebmp/inc/basebmp/debug.hxx
M basebmp/inc/basebmp/drawmodes.hxx
M basebmp/inc/basebmp/endian.hxx
M basebmp/inc/basebmp/fillimage.hxx
M basebmp/inc/basebmp/genericcolorimageaccessor.hxx
M basebmp/inc/basebmp/greylevelformats.hxx
M basebmp/inc/basebmp/iteratortraits.hxx
M basebmp/inc/basebmp/metafunctions.hxx
M basebmp/inc/basebmp/nonstandarditerator.hxx
M basebmp/inc/basebmp/packedpixeliterator.hxx
M basebmp/inc/basebmp/paletteformats.hxx
M basebmp/inc/basebmp/paletteimageaccessor.hxx
M basebmp/inc/basebmp/pixelformatadapters.hxx
M basebmp/inc/basebmp/pixeliterator.hxx
M basebmp/inc/basebmp/polypolygonrenderer.hxx
M basebmp/inc/basebmp/rgb24pixelformats.hxx
M basebmp/inc/basebmp/rgbmaskpixelformats.hxx
M basebmp/inc/basebmp/scaleimage.hxx
M basebmp/inc/basebmp/scanlineformats.hxx
M basebmp/inc/basebmp/stridedarrayiterator.hxx
M basebmp/inc/basebmp/tools.hxx
M basebmp/source/intconversion.hxx
M basegfx/inc/basegfx/color/bcolor.hxx
M basegfx/inc/basegfx/color/bcolormodifier.hxx
M basegfx/inc/basegfx/color/bcolortools.hxx
M basegfx/inc/basegfx/curve/b2dbeziertools.hxx
M basegfx/inc/basegfx/curve/b2dcubicbezier.hxx
M basegfx/inc/basegfx/matrix/b2dhommatrix.hxx
M basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx
M basegfx/inc/basegfx/matrix/b3dhommatrix.hxx
M basegfx/inc/basegfx/numeric/ftools.hxx
M basegfx/inc/basegfx/pixel/bpixel.hxx
M basegfx/inc/basegfx/point/b2dpoint.hxx
M basegfx/inc/basegfx/point/b2ipoint.hxx
M basegfx/inc/basegfx/point/b3dpoint.hxx
M basegfx/inc/basegfx/point/b3ipoint.hxx
M basegfx/inc/basegfx/polygon/b2dlinegeometry.hxx
M basegfx/inc/basegfx/polygon/b2dpolygon.hxx
M basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx
M basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx
M basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
M basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx
M basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx
M basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
M basegfx/inc/basegfx/polygon/b2dpolypolygonfillrule.hxx
M basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
M basegfx/inc/basegfx/polygon/b2dtrapezoid.hxx
M basegfx/inc/basegfx/polygon/b3dpolygon.hxx
M basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
M basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx
M basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
M basegfx/inc/basegfx/range/b1drange.hxx
M basegfx/inc/basegfx/range/b1ibox.hxx
M basegfx/inc/basegfx/range/b1irange.hxx
M basegfx/inc/basegfx/range/b2dconnectedranges.hxx
M basegfx/inc/basegfx/range/b2dpolyrange.hxx
M basegfx/inc/basegfx/range/b2drange.hxx
M basegfx/inc/basegfx/range/b2drangeclipper.hxx
M basegfx/inc/basegfx/range/b2drectangle.hxx
M basegfx/inc/basegfx/range/b2ibox.hxx
M basegfx/inc/basegfx/range/b2irange.hxx
M basegfx/inc/basegfx/range/b2irectangle.hxx
M basegfx/inc/basegfx/range/b3drange.hxx
M basegfx/inc/basegfx/range/b3irange.hxx
M basegfx/inc/basegfx/range/basicbox.hxx
M basegfx/inc/basegfx/range/basicrange.hxx
M basegfx/inc/basegfx/raster/bpixelraster.hxx
M basegfx/inc/basegfx/raster/bzpixelraster.hxx
M basegfx/inc/basegfx/raster/rasterconvert3d.hxx
M basegfx/inc/basegfx/tools/b2dclipstate.hxx
M basegfx/inc/basegfx/tools/canvastools.hxx
M basegfx/inc/basegfx/tools/gradienttools.hxx
M basegfx/inc/basegfx/tools/keystoplerp.hxx
M basegfx/inc/basegfx/tools/lerp.hxx
M basegfx/inc/basegfx/tools/rectcliptools.hxx
M basegfx/inc/basegfx/tools/tools.hxx
M basegfx/inc/basegfx/tools/unopolypolygon.hxx
M basegfx/inc/basegfx/tools/unotools.hxx
M basegfx/inc/basegfx/tools/zoomtools.hxx
M basegfx/inc/basegfx/tuple/b2dtuple.hxx
M basegfx/inc/basegfx/tuple/b2i64tuple.hxx
M basegfx/inc/basegfx/tuple/b2ituple.hxx
M basegfx/inc/basegfx/tuple/b3dtuple.hxx
M basegfx/inc/basegfx/tuple/b3i64tuple.hxx
M basegfx/inc/basegfx/tuple/b3ituple.hxx
M basegfx/inc/basegfx/vector/b2dsize.hxx
M basegfx/inc/basegfx/vector/b2dvector.hxx
M basegfx/inc/basegfx/vector/b2enums.hxx
M basegfx/inc/basegfx/vector/b2isize.hxx
M basegfx/inc/basegfx/vector/b2ivector.hxx
M basegfx/inc/basegfx/vector/b3ivector.hxx
M basegfx/source/inc/hommatrixtemplate.hxx
M basegfx/source/workbench/bezierclip.hxx
M basic/inc/basic/basicmanagerrepository.hxx
M basic/inc/basic/basmgr.hxx
M basic/inc/basic/basrdll.hxx
M basic/inc/basic/global.hxx
M basic/inc/basic/modsizeexceeded.hxx
M basic/inc/basic/sbdef.hxx
M basic/inc/basic/sbmeth.hxx
M basic/inc/basic/sbmod.hxx
M basic/inc/basic/sbobjmod.hxx
M basic/inc/basic/sbprop.hxx
M basic/inc/basic/sbstar.hxx
M basic/inc/basic/sbuno.hxx
M basic/inc/basic/sbx.hxx
M basic/inc/basic/sbxbase.hxx
M basic/inc/basic/sbxcore.hxx
M basic/inc/basic/sbxfac.hxx
M basic/inc/basic/sbxform.hxx
M basic/inc/basic/sbxmeth.hxx
M basic/inc/basic/sbxobj.hxx
M basic/inc/basic/sbxprop.hxx
M basic/inc/basic/sbxvar.hxx
M basic/inc/basic/vbahelper.hxx
M basic/inc/basrid.hxx
M basic/inc/sb.hxx
M basic/qa/cppunit/basictest.hxx
M basic/source/inc/buffer.hxx
M basic/source/inc/codegen.hxx
M basic/source/inc/date.hxx
M basic/source/inc/dlgcont.hxx
M basic/source/inc/errobject.hxx
M basic/source/inc/expr.hxx
M basic/source/inc/filefmt.hxx
M basic/source/inc/image.hxx
M basic/source/inc/iosys.hxx
M basic/source/inc/namecont.hxx
M basic/source/inc/opcodes.hxx
M basic/source/inc/parser.hxx
M basic/source/inc/propacc.hxx
M basic/source/inc/runtime.hxx
M basic/source/inc/sbcomp.hxx
M basic/source/inc/sbdiagnose.hxx
M basic/source/inc/sbintern.hxx
M basic/source/inc/sbjsmeth.hxx
M basic/source/inc/sbjsmod.hxx
M basic/source/inc/sbtrace.hxx
M basic/source/inc/scanner.hxx
M basic/source/inc/scriptcont.hxx
M basic/source/inc/stdobj.hxx
M basic/source/inc/symtbl.hxx
M basic/source/inc/token.hxx
M basic/source/runtime/comenumwrapper.hxx
M basic/source/runtime/ddectrl.hxx
M basic/source/runtime/dllmgr.hxx
M basic/source/sbx/sbxconv.hxx
M basic/source/sbx/sbxdec.hxx
M basic/source/sbx/sbxres.hxx
M basic/source/uno/sbmodule.hxx
M binaryurp/source/binaryany.hxx
M binaryurp/source/bridge.hxx
M binaryurp/source/bridgefactory.hxx
M binaryurp/source/cache.hxx
M binaryurp/source/currentcontext.hxx
M binaryurp/source/incomingreply.hxx
M binaryurp/source/incomingrequest.hxx
M binaryurp/source/lessoperators.hxx
M binaryurp/source/marshal.hxx
M binaryurp/source/outgoingrequest.hxx
M binaryurp/source/outgoingrequests.hxx
M binaryurp/source/proxy.hxx
M binaryurp/source/reader.hxx
M binaryurp/source/readerstate.hxx
M binaryurp/source/specialfunctionids.hxx
M binaryurp/source/unmarshal.hxx
M binaryurp/source/writer.hxx
M binaryurp/source/writerstate.hxx
M bridges/inc/bridges/cpp_uno/bridge.hxx
M bridges/inc/bridges/cpp_uno/shared/arraypointer.hxx
M bridges/inc/bridges/cpp_uno/shared/bridge.hxx
M bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx
M bridges/inc/bridges/cpp_uno/shared/types.hxx
M bridges/inc/bridges/cpp_uno/shared/unointerfaceproxy.hxx
M bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx
M bridges/source/cpp_uno/gcc3_linux_arm/share.hxx
M bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx
M bridges/source/cpp_uno/mingw_intel/callvirtualmethod.hxx
M bridges/source/cpp_uno/shared/component.hxx
M bridges/source/cpp_uno/shared/guardedarray.hxx
M canvas/inc/canvas/base/bitmapcanvasbase.hxx
M canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx
M canvas/inc/canvas/base/cachedprimitivebase.hxx
M canvas/inc/canvas/base/canvasbase.hxx
M canvas/inc/canvas/base/canvascustomspritebase.hxx
M canvas/inc/canvas/base/canvascustomspritehelper.hxx
M canvas/inc/canvas/base/disambiguationhelper.hxx
M canvas/inc/canvas/base/graphicdevicebase.hxx
M canvas/inc/canvas/base/integerbitmapbase.hxx
M canvas/inc/canvas/base/sprite.hxx
M canvas/inc/canvas/base/spritecanvasbase.hxx
M canvas/inc/canvas/base/spritesurface.hxx
M canvas/inc/canvas/canvastools.hxx
M canvas/inc/canvas/debug.hxx
M canvas/inc/canvas/elapsedtime.hxx
M canvas/inc/canvas/parametricpolypolygon.hxx
M canvas/inc/canvas/propertysethelper.hxx
M canvas/inc/canvas/rendering/bitmap.hxx
M canvas/inc/canvas/rendering/icachedprimitive.hxx
M canvas/inc/canvas/rendering/icolorbuffer.hxx
M canvas/inc/canvas/rendering/irendermodule.hxx
M canvas/inc/canvas/rendering/isurface.hxx
M canvas/inc/canvas/rendering/isurfaceproxy.hxx
M canvas/inc/canvas/rendering/isurfaceproxymanager.hxx
M canvas/inc/canvas/spriteredrawmanager.hxx
M canvas/inc/canvas/vclwrapper.hxx
M canvas/inc/canvas/verbosetrace.hxx
M canvas/inc/canvas/verifyinput.hxx
M canvas/source/cairo/cairo_cachedbitmap.hxx
M canvas/source/cairo/cairo_cairo.hxx
M canvas/source/cairo/cairo_canvas.hxx
M canvas/source/cairo/cairo_canvasbitmap.hxx
M canvas/source/cairo/cairo_canvascustomsprite.hxx
M canvas/source/cairo/cairo_canvasfont.hxx
M canvas/source/cairo/cairo_canvashelper.hxx
M canvas/source/cairo/cairo_devicehelper.hxx
M canvas/source/cairo/cairo_quartz_cairo.hxx
M canvas/source/cairo/cairo_repainttarget.hxx
M canvas/source/cairo/cairo_sprite.hxx
M canvas/source/cairo/cairo_spritecanvas.hxx
M canvas/source/cairo/cairo_spritecanvashelper.hxx
M canvas/source/cairo/cairo_spritedevicehelper.hxx
M canvas/source/cairo/cairo_spritehelper.hxx
M canvas/source/cairo/cairo_surfaceprovider.hxx
M canvas/source/cairo/cairo_textlayout.hxx
M canvas/source/cairo/cairo_win32_cairo.hxx
M canvas/source/cairo/cairo_xlib_cairo.hxx
M canvas/source/directx/dx_bitmap.hxx
M canvas/source/directx/dx_bitmapcanvashelper.hxx
M canvas/source/directx/dx_bitmapprovider.hxx
M canvas/source/directx/dx_canvas.hxx
M canvas/source/directx/dx_canvasbitmap.hxx
M canvas/source/directx/dx_canvascustomsprite.hxx
M canvas/source/directx/dx_canvasfont.hxx
M canvas/source/directx/dx_canvashelper.hxx
M canvas/source/directx/dx_devicehelper.hxx
M canvas/source/directx/dx_gdiplususer.hxx
M canvas/source/directx/dx_graphicsprovider.hxx
M canvas/source/directx/dx_ibitmap.hxx
M canvas/source/directx/dx_impltools.hxx
M canvas/source/directx/dx_linepolypolygon.hxx
M canvas/source/directx/dx_rendermodule.hxx
M canvas/source/directx/dx_sprite.hxx
M canvas/source/directx/dx_spritecanvas.hxx
M canvas/source/directx/dx_spritecanvashelper.hxx
M canvas/source/directx/dx_spritedevicehelper.hxx
M canvas/source/directx/dx_spritehelper.hxx
M canvas/source/directx/dx_surfacebitmap.hxx
M canvas/source/directx/dx_surfacegraphics.hxx
M canvas/source/directx/dx_textlayout.hxx
M canvas/source/directx/dx_textlayout_drawhelper.hxx
M canvas/source/directx/dx_vcltools.hxx
M canvas/source/directx/dx_winstuff.hxx
M canvas/source/null/null_canvasbitmap.hxx
M canvas/source/null/null_canvascustomsprite.hxx
M canvas/source/null/null_canvasfont.hxx
M canvas/source/null/null_canvashelper.hxx
M canvas/source/null/null_devicehelper.hxx
M canvas/source/null/null_spritecanvas.hxx
M canvas/source/null/null_spritecanvashelper.hxx
M canvas/source/null/null_spritehelper.hxx
M canvas/source/null/null_textlayout.hxx
M canvas/source/null/null_usagecounter.hxx
M canvas/source/null/sprite.hxx
M canvas/source/tools/page.hxx
M canvas/source/tools/pagemanager.hxx
M canvas/source/tools/surface.hxx
M canvas/source/tools/surfaceproxy.hxx
M canvas/source/tools/surfacerect.hxx
M canvas/source/vcl/cachedbitmap.hxx
M canvas/source/vcl/canvas.hxx
M canvas/source/vcl/canvasbitmap.hxx
M canvas/source/vcl/canvasbitmaphelper.hxx
M canvas/source/vcl/canvascustomsprite.hxx
M canvas/source/vcl/canvasfont.hxx
M canvas/source/vcl/canvashelper.hxx
M canvas/source/vcl/devicehelper.hxx
M canvas/source/vcl/impltools.hxx
M canvas/source/vcl/outdevprovider.hxx
M canvas/source/vcl/repainttarget.hxx
M canvas/source/vcl/sprite.hxx
M canvas/source/vcl/spritecanvas.hxx
M canvas/source/vcl/spritecanvashelper.hxx
M canvas/source/vcl/spritedevicehelper.hxx
M canvas/source/vcl/spritehelper.hxx
M canvas/source/vcl/textlayout.hxx
M canvas/source/vcl/windowoutdevholder.hxx
M chart2/source/controller/accessibility/AccStatisticsObject.hxx
M chart2/source/controller/accessibility/AccessibleChartElement.hxx
M chart2/source/controller/accessibility/AccessibleChartShape.hxx
M chart2/source/controller/accessibility/AccessibleViewForwarder.hxx
M chart2/source/controller/accessibility/ChartElementFactory.hxx
M chart2/source/controller/chartapiwrapper/AreaWrapper.hxx
M chart2/source/controller/chartapiwrapper/AxisWrapper.hxx
M chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx
M chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx
M chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
M chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
M chart2/source/controller/chartapiwrapper/GridWrapper.hxx
M chart2/source/controller/chartapiwrapper/LegendWrapper.hxx
M chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx
M chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx
M chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
M chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx
M chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx
M chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
M chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
M chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
M chart2/source/controller/dialogs/ChangingResource.hxx
M chart2/source/controller/dialogs/ChartTypeDialogController.hxx
M chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx
M chart2/source/controller/dialogs/DataBrowser.hxx
M chart2/source/controller/dialogs/DataBrowserModel.hxx
M chart2/source/controller/dialogs/DialogModel.hxx
M chart2/source/controller/dialogs/dlg_NumberFormat.hxx
M chart2/source/controller/dialogs/res_BarGeometry.hxx
M chart2/source/controller/dialogs/res_DataLabel.hxx
M chart2/source/controller/dialogs/res_LegendPosition.hxx
M chart2/source/controller/dialogs/res_TextSeparator.hxx
M chart2/source/controller/dialogs/res_Titles.hxx
M chart2/source/controller/dialogs/res_Trendline.hxx
M chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
M chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
M chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
M chart2/source/controller/dialogs/tp_AxisLabel.hxx
M chart2/source/controller/dialogs/tp_AxisPositions.hxx
M chart2/source/controller/dialogs/tp_ChartType.hxx
M chart2/source/controller/dialogs/tp_DataLabel.hxx
M chart2/source/controller/dialogs/tp_DataSource.hxx
M chart2/source/controller/dialogs/tp_DataSourceControls.hxx
M chart2/source/controller/dialogs/tp_ErrorBars.hxx
M chart2/source/controller/dialogs/tp_LegendPosition.hxx
M chart2/source/controller/dialogs/tp_PointGeometry.hxx
M chart2/source/controller/dialogs/tp_PolarOptions.hxx
M chart2/source/controller/dialogs/tp_RangeChooser.hxx
M chart2/source/controller/dialogs/tp_Scale.hxx
M chart2/source/controller/dialogs/tp_SeriesToAxis.hxx
M chart2/source/controller/dialogs/tp_TitleRotation.hxx
M chart2/source/controller/dialogs/tp_Trendline.hxx
M chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
M chart2/source/controller/inc/AccessibleBase.hxx
M chart2/source/controller/inc/AccessibleChartView.hxx
M chart2/source/controller/inc/AccessibleTextHelper.hxx
M chart2/source/controller/inc/AxisItemConverter.hxx
M chart2/source/controller/inc/CharacterPropertyItemConverter.hxx
M chart2/source/controller/inc/ChartDocumentWrapper.hxx
M chart2/source/controller/inc/ConfigurationAccess.hxx
M chart2/source/controller/inc/DataPointItemConverter.hxx
M chart2/source/controller/inc/DrawViewWrapper.hxx
M chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
M chart2/source/controller/inc/ItemConverter.hxx
M chart2/source/controller/inc/ItemPropertyMap.hxx
M chart2/source/controller/inc/LegendItemConverter.hxx
M chart2/source/controller/inc/MultipleChartConverters.hxx
M chart2/source/controller/inc/MultipleItemConverter.hxx
M chart2/source/controller/inc/ObjectHierarchy.hxx
M chart2/source/controller/inc/ObjectNameProvider.hxx
M chart2/source/controller/inc/PositionAndSizeHelper.hxx
M chart2/source/controller/inc/RangeEdit.hxx
M chart2/source/controller/inc/RangeSelectionButton.hxx
M chart2/source/controller/inc/RangeSelectionHelper.hxx
M chart2/source/controller/inc/RangeSelectionListener.hxx
M chart2/source/controller/inc/RegressionCurveItemConverter.hxx
M chart2/source/controller/inc/RegressionEquationItemConverter.hxx
M chart2/source/controller/inc/SeriesOptionsItemConverter.hxx
M chart2/source/controller/inc/TabPageNotifiable.hxx
M chart2/source/controller/inc/TextDirectionListBox.hxx
M chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
M chart2/source/controller/inc/TitleDialogData.hxx
M chart2/source/controller/inc/TitleItemConverter.hxx
M chart2/source/controller/inc/ViewElementListProvider.hxx
M chart2/source/controller/inc/dlg_ChartType.hxx
M chart2/source/controller/inc/dlg_ChartType_UNO.hxx
M chart2/source/controller/inc/dlg_CreationWizard.hxx
M chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx
M chart2/source/controller/inc/dlg_DataEditor.hxx
M chart2/source/controller/inc/dlg_DataSource.hxx
M chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
M chart2/source/controller/inc/dlg_InsertDataLabel.hxx
M chart2/source/controller/inc/dlg_InsertErrorBars.hxx
M chart2/source/controller/inc/dlg_InsertLegend.hxx
M chart2/source/controller/inc/dlg_InsertTitle.hxx
M chart2/source/controller/inc/dlg_InsertTrendline.hxx
M chart2/source/controller/inc/dlg_ObjectProperties.hxx
M chart2/source/controller/inc/dlg_ShapeFont.hxx
M chart2/source/controller/inc/dlg_ShapeParagraph.hxx
M chart2/source/controller/inc/dlg_View3D.hxx
M chart2/source/controller/inc/res_ErrorBar.hxx
M chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
M chart2/source/controller/main/ChartController.hxx
M chart2/source/controller/main/ChartDropTargetHelper.hxx
M chart2/source/controller/main/ChartFrameloader.hxx
M chart2/source/controller/main/ChartModelClone.hxx
M chart2/source/controller/main/ChartTransferable.hxx
M chart2/source/controller/main/ChartWindow.hxx
M chart2/source/controller/main/CommandDispatch.hxx
M chart2/source/controller/main/CommandDispatchContainer.hxx
M chart2/source/controller/main/ControllerCommandDispatch.hxx
M chart2/source/controller/main/DragMethod_Base.hxx
M chart2/source/controller/main/DragMethod_PieSegment.hxx
M chart2/source/controller/main/DragMethod_RotateDiagram.hxx
M chart2/source/controller/main/DrawCommandDispatch.hxx
M chart2/source/controller/main/ElementSelector.hxx
M chart2/source/controller/main/FeatureCommandDispatchBase.hxx
M chart2/source/controller/main/SelectionHelper.hxx
M chart2/source/controller/main/ShapeController.hxx
M chart2/source/controller/main/ShapeToolbarController.hxx
M chart2/source/controller/main/StatusBarCommandDispatch.hxx
M chart2/source/controller/main/UndoActions.hxx
M chart2/source/controller/main/UndoCommandDispatch.hxx
M chart2/source/controller/main/UndoGuard.hxx
M chart2/source/inc/AxisHelper.hxx
M chart2/source/inc/AxisIndexDefines.hxx
M chart2/source/inc/BaseGFXHelper.hxx
M chart2/source/inc/CachedDataSequence.hxx
M chart2/source/inc/CharacterProperties.hxx
M chart2/source/inc/ChartDebugTrace.hxx
M chart2/source/inc/ChartModelHelper.hxx
M chart2/source/inc/ChartTypeHelper.hxx
M chart2/source/inc/ChartViewHelper.hxx
M chart2/source/inc/CloneHelper.hxx
M chart2/source/inc/ColorPerPointHelper.hxx
M chart2/source/inc/CommonConverters.hxx
M chart2/source/inc/CommonFunctors.hxx
M chart2/source/inc/ConfigColorScheme.hxx
M chart2/source/inc/ConfigItemListener.hxx
M chart2/source/inc/ContainerHelper.hxx
M chart2/source/inc/ControllerLockGuard.hxx
M chart2/source/inc/DataSeriesHelper.hxx
M chart2/source/inc/DataSource.hxx
M chart2/source/inc/DataSourceHelper.hxx
M chart2/source/inc/DiagramHelper.hxx
M chart2/source/inc/DisposeHelper.hxx
M chart2/source/inc/ErrorBar.hxx
M chart2/source/inc/EventListenerHelper.hxx
M chart2/source/inc/ExplicitCategoriesProvider.hxx
M chart2/source/inc/ExponentialRegressionCurveCalculator.hxx
M chart2/source/inc/FastPropertyIdRanges.hxx
M chart2/source/inc/FormattedStringHelper.hxx
M chart2/source/inc/InternalData.hxx
M chart2/source/inc/InternalDataProvider.hxx
M chart2/source/inc/LabeledDataSequence.hxx
M chart2/source/inc/LegendHelper.hxx
M chart2/source/inc/LifeTime.hxx
M chart2/source/inc/LineProperties.hxx
M chart2/source/inc/LinearRegressionCurveCalculator.hxx
M chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx
M chart2/source/inc/MeanValueRegressionCurveCalculator.hxx
M chart2/source/inc/MediaDescriptorHelper.hxx
M chart2/source/inc/ModifyListenerCallBack.hxx
M chart2/source/inc/ModifyListenerHelper.hxx
M chart2/source/inc/MutexContainer.hxx
M chart2/source/inc/NameContainer.hxx
M chart2/source/inc/NoWarningThisInCTOR.hxx
M chart2/source/inc/NumberFormatterWrapper.hxx
M chart2/source/inc/OPropertySet.hxx
M chart2/source/inc/ObjectIdentifier.hxx
M chart2/source/inc/PotentialRegressionCurveCalculator.hxx
M chart2/source/inc/PropertyHelper.hxx
M chart2/source/inc/RangeHighlighter.hxx
M chart2/source/inc/ReferenceSizeProvider.hxx
M chart2/source/inc/RegressionCurveCalculator.hxx
M chart2/source/inc/RegressionCurveHelper.hxx
M chart2/source/inc/RelativePositionHelper.hxx
M chart2/source/inc/RelativeSizeHelper.hxx
M chart2/source/inc/ResId.hxx
M chart2/source/inc/ResourceManager.hxx
M chart2/source/inc/Scaling.hxx
M chart2/source/inc/SceneProperties.hxx
M chart2/source/inc/ServiceMacros.hxx
M chart2/source/inc/StackMode.hxx
M chart2/source/inc/StatisticsHelper.hxx
M chart2/source/inc/ThreeDHelper.hxx
M chart2/source/inc/TitleHelper.hxx
M chart2/source/inc/TrueGuard.hxx
M chart2/source/inc/UncachedDataSequence.hxx
M chart2/source/inc/UserDefinedProperties.hxx
M chart2/source/inc/WeakListenerAdapter.hxx
M chart2/source/inc/WrappedDefaultProperty.hxx
M chart2/source/inc/WrappedDirectStateProperty.hxx
M chart2/source/inc/WrappedIgnoreProperty.hxx
M chart2/source/inc/WrappedProperty.hxx
M chart2/source/inc/WrappedPropertySet.hxx
M chart2/source/inc/XMLRangeHelper.hxx
M chart2/source/inc/charttoolsdllapi.hxx
M chart2/source/inc/chartview/ChartSfxItemIds.hxx
M chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
M chart2/source/inc/chartview/DrawModelWrapper.hxx
M chart2/source/inc/chartview/ExplicitScaleValues.hxx
M chart2/source/inc/chartview/ExplicitValueProvider.hxx
M chart2/source/inc/chartview/chartviewdllapi.hxx
M chart2/source/inc/defines.hxx
M chart2/source/inc/macros.hxx
M chart2/source/inc/servicenames.hxx
M chart2/source/inc/servicenames_coosystems.hxx
M chart2/source/model/inc/BaseCoordinateSystem.hxx
M chart2/source/model/inc/CartesianCoordinateSystem.hxx
M chart2/source/model/inc/ChartTypeManager.hxx
M chart2/source/model/inc/DataSeries.hxx
M chart2/source/model/inc/Diagram.hxx
M chart2/source/model/inc/PolarCoordinateSystem.hxx
M chart2/source/model/inc/StockBar.hxx
M chart2/source/model/inc/XMLFilter.hxx
M chart2/source/model/inc/_serviceregistration_charttypes.hxx
M chart2/source/model/main/Axis.hxx
M chart2/source/model/main/ChartModel.hxx
M chart2/source/model/main/DataPoint.hxx
M chart2/source/model/main/DataPointProperties.hxx
M chart2/source/model/main/DataSeriesProperties.hxx
M chart2/source/model/main/FormattedString.hxx
M chart2/source/model/main/GridProperties.hxx
M chart2/source/model/main/Legend.hxx
M chart2/source/model/main/PageBackground.hxx
M chart2/source/model/main/Title.hxx
M chart2/source/model/main/UndoManager.hxx
M chart2/source/model/main/Wall.hxx
M chart2/source/model/template/AreaChartType.hxx
M chart2/source/model/template/AreaChartTypeTemplate.hxx
M chart2/source/model/template/BarChartType.hxx
M chart2/source/model/template/BarChartTypeTemplate.hxx
M chart2/source/model/template/BubbleChartType.hxx
M chart2/source/model/template/BubbleChartTypeTemplate.hxx
M chart2/source/model/template/BubbleDataInterpreter.hxx
M chart2/source/model/template/CandleStickChartType.hxx
M chart2/source/model/template/ChartType.hxx
M chart2/source/model/template/ChartTypeTemplate.hxx
M chart2/source/model/template/ColumnChartType.hxx
M chart2/source/model/template/ColumnLineChartTypeTemplate.hxx
M chart2/source/model/template/ColumnLineDataInterpreter.hxx
M chart2/source/model/template/DataInterpreter.hxx
M chart2/source/model/template/FilledNetChartType.hxx
M chart2/source/model/template/LineChartType.hxx
M chart2/source/model/template/LineChartTypeTemplate.hxx
M chart2/source/model/template/NetChartType.hxx
M chart2/source/model/template/NetChartTypeTemplate.hxx
M chart2/source/model/template/PieChartType.hxx
M chart2/source/model/template/PieChartTypeTemplate.hxx
M chart2/source/model/template/ScatterChartType.hxx
M chart2/source/model/template/ScatterChartTypeTemplate.hxx
M chart2/source/model/template/StockChartTypeTemplate.hxx
M chart2/source/model/template/StockDataInterpreter.hxx
M chart2/source/model/template/XYDataInterpreter.hxx
M chart2/source/tools/ImplOPropertySet.hxx
M chart2/source/tools/RegressionCalculationHelper.hxx
M chart2/source/tools/RegressionCurveModel.hxx
M chart2/source/tools/RegressionEquation.hxx
M chart2/source/view/axes/DateScaling.hxx
M chart2/source/view/axes/TickmarkProperties.hxx
M chart2/source/view/axes/Tickmarks.hxx
M chart2/source/view/axes/Tickmarks_Dates.hxx
M chart2/source/view/axes/Tickmarks_Equidistant.hxx
M chart2/source/view/axes/VAxisBase.hxx
M chart2/source/view/axes/VAxisOrGridBase.hxx
M chart2/source/view/axes/VAxisProperties.hxx
M chart2/source/view/axes/VCartesianAxis.hxx
M chart2/source/view/axes/VCartesianCoordinateSystem.hxx
M chart2/source/view/axes/VCartesianGrid.hxx
M chart2/source/view/axes/VPolarAngleAxis.hxx
M chart2/source/view/axes/VPolarAxis.hxx
M chart2/source/view/axes/VPolarCoordinateSystem.hxx
M chart2/source/view/axes/VPolarGrid.hxx
M chart2/source/view/axes/VPolarRadiusAxis.hxx
M chart2/source/view/charttypes/AreaChart.hxx
M chart2/source/view/charttypes/BarChart.hxx
M chart2/source/view/charttypes/BarPositionHelper.hxx
M chart2/source/view/charttypes/BubbleChart.hxx
M chart2/source/view/charttypes/CandleStickChart.hxx
M chart2/source/view/charttypes/CategoryPositionHelper.hxx
M chart2/source/view/charttypes/PieChart.hxx
M chart2/source/view/charttypes/Splines.hxx
M chart2/source/view/inc/Clipping.hxx
M chart2/source/view/inc/DateHelper.hxx
M chart2/source/view/inc/LabelAlignment.hxx
M chart2/source/view/inc/LabelPositionHelper.hxx
M chart2/source/view/inc/LegendEntryProvider.hxx
M chart2/source/view/inc/Linear3DTransformation.hxx
M chart2/source/view/inc/MinimumAndMaximumSupplier.hxx
M chart2/source/view/inc/PlotterBase.hxx
M chart2/source/view/inc/PlottingPositionHelper.hxx
M chart2/source/view/inc/PolarLabelPositionHelper.hxx
M chart2/source/view/inc/PropertyMapper.hxx
M chart2/source/view/inc/ScaleAutomatism.hxx
M chart2/source/view/inc/ShapeFactory.hxx
M chart2/source/view/inc/Stripe.hxx
M chart2/source/view/inc/VCoordinateSystem.hxx
M chart2/source/view/inc/VDataSeries.hxx
M chart2/source/view/inc/VDiagram.hxx
M chart2/source/view/inc/VLegendSymbolFactory.hxx
M chart2/source/view/inc/VLineProperties.hxx
M chart2/source/view/inc/VPolarTransformation.hxx
M chart2/source/view/inc/VSeriesPlotter.hxx
M chart2/source/view/inc/ViewDefines.hxx
M chart2/source/view/main/ChartItemPool.hxx
M chart2/source/view/main/ChartView.hxx
M chart2/source/view/main/VLegend.hxx
M chart2/source/view/main/VTitle.hxx
M chart2/workbench/addin/sampleaddin.hxx
M codemaker/inc/codemaker/codemaker.hxx
M codemaker/inc/codemaker/commoncpp.hxx
M codemaker/inc/codemaker/commonjava.hxx
M codemaker/inc/codemaker/dependencies.hxx
M codemaker/inc/codemaker/exceptiontree.hxx
M codemaker/inc/codemaker/generatedtypeset.hxx
M codemaker/inc/codemaker/global.hxx
M codemaker/inc/codemaker/options.hxx
M codemaker/inc/codemaker/typemanager.hxx
M codemaker/inc/codemaker/unotype.hxx
M codemaker/source/cppumaker/cppuoptions.hxx
M codemaker/source/cppumaker/cpputype.hxx
M codemaker/source/cppumaker/dumputils.hxx
M codemaker/source/cppumaker/includes.hxx
M codemaker/source/javamaker/classfile.hxx
M codemaker/source/javamaker/javaoptions.hxx
M codemaker/source/javamaker/javatype.hxx
M comphelper/inc/comphelper/ChainablePropertySet.hxx
M comphelper/inc/comphelper/ChainablePropertySetInfo.hxx
M comphelper/inc/comphelper/IdPropArrayHelper.hxx
M comphelper/inc/comphelper/InlineContainer.hxx
M comphelper/inc/comphelper/MasterPropertySet.hxx
M comphelper/inc/comphelper/MasterPropertySetInfo.hxx
M comphelper/inc/comphelper/PropertyInfoHash.hxx
M comphelper/inc/comphelper/SelectionMultiplex.hxx
M comphelper/inc/comphelper/SettingsHelper.hxx
M comphelper/inc/comphelper/TypeGeneration.hxx
M comphelper/inc/comphelper/accessiblecomponenthelper.hxx
M comphelper/inc/comphelper/accessiblecontexthelper.hxx
M comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
M comphelper/inc/comphelper/accessibleselectionhelper.hxx
M comphelper/inc/comphelper/accessibletexthelper.hxx
M comphelper/inc/comphelper/accessiblewrapper.hxx
M comphelper/inc/comphelper/accimplaccess.hxx
M comphelper/inc/comphelper/anycompare.hxx
M comphelper/inc/comphelper/anytostring.hxx
M comphelper/inc/comphelper/asyncnotification.hxx
M comphelper/inc/comphelper/attributelist.hxx
M comphelper/inc/comphelper/basicio.hxx
M comphelper/inc/comphelper/broadcasthelper.hxx
M comphelper/inc/comphelper/componentbase.hxx
M comphelper/inc/comphelper/componentcontext.hxx
M comphelper/inc/comphelper/componentguard.hxx
M comphelper/inc/comphelper/componentmodule.hxx
M comphelper/inc/comphelper/configuration.hxx
M comphelper/inc/comphelper/configurationhelper.hxx
M comphelper/inc/comphelper/container.hxx
M comphelper/inc/comphelper/containermultiplexer.hxx
M comphelper/inc/comphelper/docpasswordhelper.hxx
M comphelper/inc/comphelper/docpasswordrequest.hxx
M comphelper/inc/comphelper/documentconstants.hxx
M comphelper/inc/comphelper/documentinfo.hxx
M comphelper/inc/comphelper/embeddedobjectcontainer.hxx
M comphelper/inc/comphelper/enumhelper.hxx
M comphelper/inc/comphelper/eventattachermgr.hxx
M comphelper/inc/comphelper/evtlistenerhlp.hxx
M comphelper/inc/comphelper/extract.hxx
M comphelper/inc/comphelper/flagguard.hxx
M comphelper/inc/comphelper/genericpropertyset.hxx
M comphelper/inc/comphelper/guarding.hxx
M comphelper/inc/comphelper/ihwrapnofilter.hxx
M comphelper/inc/comphelper/implementationreference.hxx
M comphelper/inc/comphelper/interaction.hxx
M comphelper/inc/comphelper/listenernotification.hxx
M comphelper/inc/comphelper/locale.hxx
M comphelper/inc/comphelper/logging.hxx
M comphelper/inc/comphelper/make_shared_from_uno.hxx
M comphelper/inc/comphelper/makesequence.hxx
M comphelper/inc/comphelper/mediadescriptor.hxx
M comphelper/inc/comphelper/mimeconfighelper.hxx
M comphelper/inc/comphelper/namecontainer.hxx
M comphelper/inc/comphelper/namedvaluecollection.hxx
M comphelper/inc/comphelper/newarray.hxx
M comphelper/inc/comphelper/numberedcollection.hxx
M comphelper/inc/comphelper/numbers.hxx
M comphelper/inc/comphelper/officeresourcebundle.hxx
M comphelper/inc/comphelper/ofopxmlhelper.hxx
M comphelper/inc/comphelper/optional.hxx
M comphelper/inc/comphelper/oslfile2streamwrap.hxx
M comphelper/inc/comphelper/processfactory.hxx
M comphelper/inc/comphelper/propagg.hxx
M comphelper/inc/comphelper/proparrhlp.hxx
M comphelper/inc/comphelper/property.hxx
M comphelper/inc/comphelper/propertybag.hxx
M comphelper/inc/comphelper/propertycontainer.hxx
M comphelper/inc/comphelper/propertycontainerhelper.hxx
M comphelper/inc/comphelper/propertysethelper.hxx
M comphelper/inc/comphelper/propertysetinfo.hxx
M comphelper/inc/comphelper/propertystatecontainer.hxx
M comphelper/inc/comphelper/propmultiplex.hxx
M comphelper/inc/comphelper/propstate.hxx
M comphelper/inc/comphelper/scopeguard.hxx
M comphelper/inc/comphelper/seekableinput.hxx
M comphelper/inc/comphelper/seqstream.hxx
M comphelper/inc/comphelper/sequence.hxx
M comphelper/inc/comphelper/sequenceashashmap.hxx
M comphelper/inc/comphelper/sequenceasvector.hxx
M comphelper/inc/comphelper/servicedecl.hxx
M comphelper/inc/comphelper/servicehelper.hxx
M comphelper/inc/comphelper/serviceinfohelper.hxx
M comphelper/inc/comphelper/sharedmutex.hxx
M comphelper/inc/comphelper/stl_types.hxx
M comphelper/inc/comphelper/stlunosequence.hxx
M comphelper/inc/comphelper/storagehelper.hxx
M comphelper/inc/comphelper/streamsection.hxx
M comphelper/inc/comphelper/synchronousdispatch.hxx
M comphelper/inc/comphelper/syntaxhighlight.hxx
M comphelper/inc/comphelper/types.hxx
M comphelper/inc/comphelper/uno3.hxx
M comphelper/inc/comphelper/unwrapargs.hxx
M comphelper/inc/comphelper/weak.hxx
M comphelper/inc/comphelper/weakbag.hxx
M comphelper/inc/comphelper/weakeventlistener.hxx
M comphelper/inc/comphelper/xmltools.hxx
M comphelper/source/inc/comphelper_module.hxx
M comphelper/source/misc/documentiologring.hxx
M comphelper/source/misc/instancelocker.hxx
M comphelper/source/misc/officerestartmanager.hxx
M comphelper/source/officeinstdir/officeinstallationdirectories.hxx
M comphelper/source/property/opropertybag.hxx
M configmgr/source/access.hxx
M configmgr/source/additions.hxx
M configmgr/source/broadcaster.hxx
M configmgr/source/childaccess.hxx
M configmgr/source/components.hxx
M configmgr/source/configurationprovider.hxx
M configmgr/source/configurationregistry.hxx
M configmgr/source/data.hxx
M configmgr/source/defaultprovider.hxx
M configmgr/source/groupnode.hxx
M configmgr/source/localizedpropertynode.hxx
M configmgr/source/localizedvaluenode.hxx
M configmgr/source/lock.hxx
M configmgr/source/modifications.hxx
M configmgr/source/node.hxx
M configmgr/source/nodemap.hxx
M configmgr/source/parsemanager.hxx
M configmgr/source/parser.hxx
M configmgr/source/partial.hxx
M configmgr/source/path.hxx
M configmgr/source/propertynode.hxx
M configmgr/source/readonlyaccess.hxx
M configmgr/source/readwriteaccess.hxx
M configmgr/source/rootaccess.hxx
M configmgr/source/rootnode.hxx
M configmgr/source/setnode.hxx
M configmgr/source/type.hxx
M configmgr/source/update.hxx
M configmgr/source/valueparser.hxx
M configmgr/source/writemodfile.hxx
M configmgr/source/xcdparser.hxx
M configmgr/source/xcsparser.hxx
M configmgr/source/xcuparser.hxx
M configmgr/source/xmldata.hxx
M connectivity/inc/connectivity/BlobHelper.hxx
M connectivity/inc/connectivity/CommonTools.hxx
M connectivity/inc/connectivity/ConnectionWrapper.hxx
M connectivity/inc/connectivity/DriversConfig.hxx
M connectivity/inc/connectivity/IParseContext.hxx
M connectivity/inc/connectivity/PColumn.hxx
M connectivity/inc/connectivity/ParameterCont.hxx
M connectivity/inc/connectivity/SQLStatementHelper.hxx
M connectivity/inc/connectivity/StdTypeDefs.hxx
M connectivity/inc/connectivity/TColumnsHelper.hxx
M connectivity/inc/connectivity/TIndex.hxx
M connectivity/inc/connectivity/TIndexColumns.hxx
M connectivity/inc/connectivity/TIndexes.hxx
M connectivity/inc/connectivity/TKey.hxx
M connectivity/inc/connectivity/TKeyColumns.hxx
M connectivity/inc/connectivity/TKeys.hxx
M connectivity/inc/connectivity/TTableHelper.hxx
M connectivity/inc/connectivity/conncleanup.hxx
M connectivity/inc/connectivity/dbcharset.hxx
M connectivity/inc/connectivity/dbexception.hxx
M connectivity/inc/connectivity/dbmetadata.hxx
M connectivity/inc/connectivity/dbtools.hxx
M connectivity/inc/connectivity/dbtoolsdllapi.hxx
M connectivity/inc/connectivity/filtermanager.hxx
M connectivity/inc/connectivity/formattedcolumnvalue.hxx
M connectivity/inc/connectivity/parameters.hxx
M connectivity/inc/connectivity/paramwrapper.hxx
M connectivity/inc/connectivity/predicateinput.hxx
M connectivity/inc/connectivity/sdbcx/IRefreshable.hxx
M connectivity/inc/connectivity/sdbcx/VCatalog.hxx
M connectivity/inc/connectivity/sdbcx/VCollection.hxx
M connectivity/inc/connectivity/sdbcx/VColumn.hxx
M connectivity/inc/connectivity/sdbcx/VDescriptor.hxx
M connectivity/inc/connectivity/sdbcx/VGroup.hxx
M connectivity/inc/connectivity/sdbcx/VIndex.hxx
M connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx
M connectivity/inc/connectivity/sdbcx/VKey.hxx
M connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx
M connectivity/inc/connectivity/sdbcx/VTable.hxx
M connectivity/inc/connectivity/sdbcx/VTypeDef.hxx
M connectivity/inc/connectivity/sdbcx/VUser.hxx
M connectivity/inc/connectivity/sdbcx/VView.hxx
M connectivity/inc/connectivity/sqlerror.hxx
M connectivity/inc/connectivity/sqliterator.hxx
M connectivity/inc/connectivity/standardsqlstate.hxx
M connectivity/inc/connectivity/statementcomposer.hxx
M connectivity/inc/connectivity/virtualdbtools.hxx
M connectivity/inc/connectivity/warningscontainer.hxx
M connectivity/source/cpool/ZConnectionPool.hxx
M connectivity/source/cpool/ZConnectionWrapper.hxx
M connectivity/source/cpool/ZDriverWrapper.hxx
M connectivity/source/cpool/ZPoolCollection.hxx
M connectivity/source/cpool/ZPooledConnection.hxx
M connectivity/source/drivers/evoab2/NCatalog.hxx
M connectivity/source/drivers/evoab2/NColumns.hxx
M connectivity/source/drivers/evoab2/NConnection.hxx
M connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
M connectivity/source/drivers/evoab2/NDriver.hxx
M connectivity/source/drivers/evoab2/NPreparedStatement.hxx
M connectivity/source/drivers/evoab2/NResultSet.hxx
M connectivity/source/drivers/evoab2/NResultSetMetaData.hxx
M connectivity/source/drivers/evoab2/NStatement.hxx
M connectivity/source/drivers/evoab2/NTable.hxx
M connectivity/source/drivers/evoab2/NTables.hxx
M connectivity/source/drivers/hsqldb/HTerminateListener.hxx
M connectivity/source/drivers/hsqldb/accesslog.hxx
M connectivity/source/drivers/kab/KCatalog.hxx
M connectivity/source/drivers/kab/KColumns.hxx
M connectivity/source/drivers/kab/KConnection.hxx
M connectivity/source/drivers/kab/KDatabaseMetaData.hxx
M connectivity/source/drivers/kab/KDriver.hxx
M connectivity/source/drivers/kab/KPreparedStatement.hxx
M connectivity/source/drivers/kab/KResultSet.hxx
M connectivity/source/drivers/kab/KResultSetMetaData.hxx
M connectivity/source/drivers/kab/KStatement.hxx
M connectivity/source/drivers/kab/KTable.hxx
M connectivity/source/drivers/kab/KTables.hxx
M connectivity/source/drivers/kab/kcondition.hxx
M connectivity/source/drivers/kab/kfields.hxx
M connectivity/source/drivers/kab/korder.hxx
M connectivity/source/drivers/macab/MacabAddressBook.hxx
M connectivity/source/drivers/macab/MacabCatalog.hxx
M connectivity/source/drivers/macab/MacabColumns.hxx
M connectivity/source/drivers/macab/MacabConnection.hxx
M connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx
M connectivity/source/drivers/macab/MacabDriver.hxx
M connectivity/source/drivers/macab/MacabGroup.hxx
M connectivity/source/drivers/macab/MacabHeader.hxx
M connectivity/source/drivers/macab/MacabPreparedStatement.hxx
M connectivity/source/drivers/macab/MacabRecord.hxx
M connectivity/source/drivers/macab/MacabRecords.hxx
M connectivity/source/drivers/macab/MacabResultSet.hxx
M connectivity/source/drivers/macab/MacabResultSetMetaData.hxx
M connectivity/source/drivers/macab/MacabStatement.hxx
M connectivity/source/drivers/macab/MacabTable.hxx
M connectivity/source/drivers/macab/MacabTables.hxx
M connectivity/source/drivers/macab/macabcondition.hxx
M connectivity/source/drivers/macab/macaborder.hxx
M connectivity/source/drivers/macab/macabutilities.hxx
M connectivity/source/drivers/mork/MCatalog.hxx
M connectivity/source/drivers/mork/MColumnAlias.hxx
M connectivity/source/drivers/mork/MColumns.hxx
M connectivity/source/drivers/mork/MDatabaseMetaData.hxx
M connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx
M connectivity/source/drivers/mork/MDriver.hxx
M connectivity/source/drivers/mork/MErrorResource.hxx
M connectivity/source/drivers/mork/MQueryHelper.hxx
M connectivity/source/drivers/mork/MTable.hxx
M connectivity/source/drivers/mork/MTables.hxx
M connectivity/source/drivers/mork/MorkParser.hxx
M connectivity/source/drivers/mozab/MColumnAlias.hxx
M connectivity/source/drivers/mozab/MColumns.hxx
M connectivity/source/drivers/mozab/MTable.hxx
M connectivity/source/drivers/mozab/MTables.hxx
M connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx
M connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
M connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx
M connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx
M connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx
M connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx
M connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx
M connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx
M connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx
M connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx
M connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx
M connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx
M connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx
M connectivity/source/drivers/odbc/ORealDriver.hxx
M connectivity/source/drivers/postgresql/pq_array.hxx
M connectivity/source/drivers/postgresql/pq_baseresultset.hxx
M connectivity/source/drivers/postgresql/pq_connection.hxx
M connectivity/source/drivers/postgresql/pq_databasemetadata.hxx
M connectivity/source/drivers/postgresql/pq_driver.hxx
M connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx
M connectivity/source/drivers/postgresql/pq_preparedstatement.hxx
M connectivity/source/drivers/postgresql/pq_resultset.hxx
M connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx
M connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx
M connectivity/source/drivers/postgresql/pq_statement.hxx
M connectivity/source/drivers/postgresql/pq_statics.hxx
M connectivity/source/drivers/postgresql/pq_xbase.hxx
M connectivity/source/drivers/postgresql/pq_xcolumn.hxx
M connectivity/source/drivers/postgresql/pq_xcolumns.hxx
M connectivity/source/drivers/postgresql/pq_xcontainer.hxx
M connectivity/source/drivers/postgresql/pq_xindex.hxx
M connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx
M connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx
M connectivity/source/drivers/postgresql/pq_xindexes.hxx
M connectivity/source/drivers/postgresql/pq_xkey.hxx
M connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx
M connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx
M connectivity/source/drivers/postgresql/pq_xkeys.hxx
M connectivity/source/drivers/postgresql/pq_xtable.hxx
M connectivity/source/drivers/postgresql/pq_xtables.hxx
M connectivity/source/drivers/postgresql/pq_xuser.hxx
M connectivity/source/drivers/postgresql/pq_xusers.hxx
M connectivity/source/drivers/postgresql/pq_xview.hxx
M connectivity/source/drivers/postgresql/pq_xviews.hxx
M connectivity/source/inc/AutoRetrievingBase.hxx
M connectivity/source/inc/FDatabaseMetaDataResultSet.hxx
M connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
M connectivity/source/inc/OColumn.hxx
M connectivity/source/inc/RowFunctionParser.hxx
M connectivity/source/inc/TConnection.hxx
M connectivity/source/inc/TDatabaseMetaDataBase.hxx
M connectivity/source/inc/TKeyValue.hxx
M connectivity/source/inc/TPrivilegesResultSet.hxx
M connectivity/source/inc/TResultSetHelper.hxx
M connectivity/source/inc/TSkipDeletedSet.hxx
M connectivity/source/inc/TSortIndex.hxx
M connectivity/source/inc/ado/ACallableStatement.hxx
M connectivity/source/inc/ado/ACatalog.hxx
M connectivity/source/inc/ado/AColumn.hxx
M connectivity/source/inc/ado/AColumns.hxx
M connectivity/source/inc/ado/AConnection.hxx
M connectivity/source/inc/ado/ADatabaseMetaData.hxx
M connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx
M connectivity/source/inc/ado/ADriver.hxx
M connectivity/source/inc/ado/AGroup.hxx
M connectivity/source/inc/ado/AGroups.hxx
M connectivity/source/inc/ado/AIndex.hxx
M connectivity/source/inc/ado/AIndexes.hxx
M connectivity/source/inc/ado/AKey.hxx
M connectivity/source/inc/ado/AKeys.hxx
M connectivity/source/inc/ado/APreparedStatement.hxx
M connectivity/source/inc/ado/AResultSet.hxx
M connectivity/source/inc/ado/AResultSetMetaData.hxx
M connectivity/source/inc/ado/AStatement.hxx
M connectivity/source/inc/ado/ATable.hxx
M connectivity/source/inc/ado/ATables.hxx
M connectivity/source/inc/ado/AUser.hxx
M connectivity/source/inc/ado/AUsers.hxx
M connectivity/source/inc/ado/AView.hxx
M connectivity/source/inc/ado/AViews.hxx
M connectivity/source/inc/ado/Aolevariant.hxx
M connectivity/source/inc/ado/Aolewrap.hxx
M connectivity/source/inc/ado/Awrapado.hxx
M connectivity/source/inc/ado/Awrapadox.hxx
M connectivity/source/inc/ado/WrapCatalog.hxx
M connectivity/source/inc/ado/WrapColumn.hxx
M connectivity/source/inc/ado/WrapIndex.hxx
M connectivity/source/inc/ado/WrapKey.hxx
M connectivity/source/inc/ado/WrapTable.hxx
M connectivity/source/inc/ado/WrapTypeDefs.hxx
M connectivity/source/inc/ado/adoimp.hxx
M connectivity/source/inc/calc/CCatalog.hxx
M connectivity/source/inc/calc/CColumns.hxx
M connectivity/source/inc/calc/CConnection.hxx
M connectivity/source/inc/calc/CDatabaseMetaData.hxx
M connectivity/source/inc/calc/CDriver.hxx
M connectivity/source/inc/calc/CPreparedStatement.hxx
M connectivity/source/inc/calc/CResultSet.hxx
M connectivity/source/inc/calc/CStatement.hxx
M connectivity/source/inc/calc/CTable.hxx
M connectivity/source/inc/calc/CTables.hxx
M connectivity/source/inc/dbase/DCatalog.hxx
M connectivity/source/inc/dbase/DCode.hxx
M connectivity/source/inc/dbase/DColumns.hxx
M connectivity/source/inc/dbase/DConnection.hxx
M connectivity/source/inc/dbase/DDatabaseMetaData.hxx
M connectivity/source/inc/dbase/DDriver.hxx
M connectivity/source/inc/dbase/DIndex.hxx
M connectivity/source/inc/dbase/DIndexColumns.hxx
M connectivity/source/inc/dbase/DIndexIter.hxx
M connectivity/source/inc/dbase/DIndexPage.hxx
M connectivity/source/inc/dbase/DIndexes.hxx
M connectivity/source/inc/dbase/DPreparedStatement.hxx
M connectivity/source/inc/dbase/DResultSet.hxx
M connectivity/source/inc/dbase/DStatement.hxx
M connectivity/source/inc/dbase/DTable.hxx
M connectivity/source/inc/dbase/DTables.hxx
M connectivity/source/inc/dbase/dindexnode.hxx
M connectivity/source/inc/file/FCatalog.hxx
M connectivity/source/inc/file/FColumns.hxx
M connectivity/source/inc/file/FConnection.hxx
M connectivity/source/inc/file/FDatabaseMetaData.hxx
M connectivity/source/inc/file/FDateFunctions.hxx
M connectivity/source/inc/file/FDriver.hxx
M connectivity/source/inc/file/FNumericFunctions.hxx
M connectivity/source/inc/file/FPreparedStatement.hxx
M connectivity/source/inc/file/FResultSet.hxx
M connectivity/source/inc/file/FResultSetMetaData.hxx
M connectivity/source/inc/file/FStatement.hxx
M connectivity/source/inc/file/FStringFunctions.hxx
M connectivity/source/inc/file/FTable.hxx
M connectivity/source/inc/file/FTables.hxx
M connectivity/source/inc/file/fanalyzer.hxx
M connectivity/source/inc/file/fcomp.hxx
M connectivity/source/inc/file/filedllapi.hxx
M connectivity/source/inc/file/quotedstring.hxx
M connectivity/source/inc/flat/ECatalog.hxx
M connectivity/source/inc/flat/EColumns.hxx
M connectivity/source/inc/flat/EConnection.hxx
M connectivity/source/inc/flat/EDatabaseMetaData.hxx
M connectivity/source/inc/flat/EDriver.hxx
M connectivity/source/inc/flat/EPreparedStatement.hxx
M connectivity/source/inc/flat/EResultSet.hxx
M connectivity/source/inc/flat/EStatement.hxx
M connectivity/source/inc/flat/ETable.hxx
M connectivity/source/inc/flat/ETables.hxx
M connectivity/source/inc/hsqldb/HCatalog.hxx
M connectivity/source/inc/hsqldb/HColumns.hxx
M connectivity/source/inc/hsqldb/HConnection.hxx
M connectivity/source/inc/hsqldb/HDriver.hxx
M connectivity/source/inc/hsqldb/HStorageAccess.hxx
M connectivity/source/inc/hsqldb/HStorageMap.hxx
M connectivity/source/inc/hsqldb/HTable.hxx
M connectivity/source/inc/hsqldb/HTables.hxx
M connectivity/source/inc/hsqldb/HTools.hxx
M connectivity/source/inc/hsqldb/HUser.hxx
M connectivity/source/inc/hsqldb/HUsers.hxx
M connectivity/source/inc/hsqldb/HView.hxx
M connectivity/source/inc/hsqldb/HViews.hxx
M connectivity/source/inc/java/ContextClassLoader.hxx
M connectivity/source/inc/java/GlobalRef.hxx
M connectivity/source/inc/java/LocalRef.hxx
M connectivity/source/inc/java/io/InputStream.hxx
M connectivity/source/inc/java/io/Reader.hxx
M connectivity/source/inc/java/lang/Boolean.hxx
M connectivity/source/inc/java/lang/Class.hxx
M connectivity/source/inc/java/lang/Exception.hxx
M connectivity/source/inc/java/lang/Object.hxx
M connectivity/source/inc/java/lang/String.hxx
M connectivity/source/inc/java/lang/Throwable.hxx
M connectivity/source/inc/java/math/BigDecimal.hxx
M connectivity/source/inc/java/sql/Array.hxx
M connectivity/source/inc/java/sql/Blob.hxx
M connectivity/source/inc/java/sql/CallableStatement.hxx
M connectivity/source/inc/java/sql/Clob.hxx
M connectivity/source/inc/java/sql/Connection.hxx
M connectivity/source/inc/java/sql/ConnectionLog.hxx
M connectivity/source/inc/java/sql/DatabaseMetaData.hxx
M connectivity/source/inc/java/sql/Driver.hxx
M connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
M connectivity/source/inc/java/sql/JStatement.hxx
M connectivity/source/inc/java/sql/PreparedStatement.hxx
M connectivity/source/inc/java/sql/Ref.hxx
M connectivity/source/inc/java/sql/ResultSet.hxx
M connectivity/source/inc/java/sql/ResultSetMetaData.hxx
M connectivity/source/inc/java/sql/SQLException.hxx
M connectivity/source/inc/java/sql/SQLWarning.hxx
M connectivity/source/inc/java/sql/Timestamp.hxx
M connectivity/source/inc/java/tools.hxx
M connectivity/source/inc/java/util/Date.hxx
M connectivity/source/inc/mysql/YCatalog.hxx
M connectivity/source/inc/mysql/YColumns.hxx
M connectivity/source/inc/mysql/YDriver.hxx
M connectivity/source/inc/mysql/YTable.hxx
M connectivity/source/inc/mysql/YTables.hxx
M connectivity/source/inc/mysql/YUser.hxx
M connectivity/source/inc/mysql/YUsers.hxx
M connectivity/source/inc/mysql/YViews.hxx
M connectivity/source/inc/odbc/OBoundParam.hxx
M connectivity/source/inc/odbc/OConnection.hxx
M connectivity/source/inc/odbc/ODatabaseMetaData.hxx
M connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx
M connectivity/source/inc/odbc/ODriver.hxx
M connectivity/source/inc/odbc/OFunctiondefs.hxx
M connectivity/source/inc/odbc/OFunctions.hxx
M connectivity/source/inc/odbc/OPreparedStatement.hxx
M connectivity/source/inc/odbc/OResultSet.hxx
M connectivity/source/inc/odbc/OResultSetMetaData.hxx
M connectivity/source/inc/odbc/OStatement.hxx
M connectivity/source/inc/odbc/OTools.hxx
M connectivity/source/inc/odbc/odbcbasedllapi.hxx
M connectivity/source/inc/parse/sqlbison_exports.hxx
M connectivity/source/inc/resource/sharedresources.hxx
M connectivity/source/manager/mdrivermanager.hxx
M connectivity/source/simpledbt/charset_s.hxx
M connectivity/source/simpledbt/dbtfactory.hxx
M connectivity/source/simpledbt/parsenode_s.hxx
M connectivity/source/simpledbt/parser_s.hxx
M connectivity/source/simpledbt/refbase.hxx
M connectivity/source/simpledbt/staticdbtools_s.hxx
M cosv/inc/cosv/bstream.hxx
M cosv/inc/cosv/comdline.hxx
M cosv/inc/cosv/comfunc.hxx
M cosv/inc/cosv/csv_env.hxx
M cosv/inc/cosv/csv_ostream.hxx
M cosv/inc/cosv/dirchain.hxx
M cosv/inc/cosv/file.hxx
M cosv/inc/cosv/openclose.hxx
M cosv/inc/cosv/persist.hxx
M cosv/inc/cosv/ploc.hxx
M cosv/inc/cosv/ploc_dir.hxx
M cosv/inc/cosv/plocroot.hxx
M cosv/inc/cosv/std_outp.hxx
M cosv/inc/cosv/str_types.hxx
M cosv/inc/cosv/streamstr.hxx
M cosv/inc/cosv/stringdata.hxx
M cosv/inc/cosv/tpl/dyn.hxx
M cosv/inc/cosv/tpl/processor.hxx
M cosv/inc/cosv/tpl/swelist.hxx
M cosv/inc/cosv/tpl/tpltools.hxx
M cosv/inc/cosv/tpl/vvector.hxx
M cosv/inc/cosv/x.hxx
M cosv/source/unittest/ut.hxx
M cppcanvas/inc/cppcanvas/basegfxfactory.hxx
M cppcanvas/inc/cppcanvas/bitmap.hxx
M cppcanvas/inc/cppcanvas/bitmapcanvas.hxx
M cppcanvas/inc/cppcanvas/canvas.hxx
M cppcanvas/inc/cppcanvas/canvasgraphic.hxx
M cppcanvas/inc/cppcanvas/color.hxx
M cppcanvas/inc/cppcanvas/customsprite.hxx
M cppcanvas/inc/cppcanvas/font.hxx
M cppcanvas/inc/cppcanvas/polypolygon.hxx
M cppcanvas/inc/cppcanvas/renderer.hxx
M cppcanvas/inc/cppcanvas/sprite.hxx
M cppcanvas/inc/cppcanvas/spritecanvas.hxx
M cppcanvas/inc/cppcanvas/text.hxx
M cppcanvas/inc/cppcanvas/vclfactory.hxx
M cppcanvas/source/inc/action.hxx
M cppcanvas/source/inc/canvasgraphichelper.hxx
M cppcanvas/source/inc/implrenderer.hxx
M cppcanvas/source/inc/outdevstate.hxx
M cppcanvas/source/inc/tools.hxx
M cppcanvas/source/mtfrenderer/bitmapaction.hxx
M cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
M cppcanvas/source/mtfrenderer/lineaction.hxx
M cppcanvas/source/mtfrenderer/mtftools.hxx
M cppcanvas/source/mtfrenderer/pointaction.hxx
M cppcanvas/source/mtfrenderer/polypolyaction.hxx
M cppcanvas/source/mtfrenderer/textaction.hxx
M cppcanvas/source/mtfrenderer/transparencygroupaction.hxx
M cppcanvas/source/uno/uno_mtfrenderer.hxx
M cppcanvas/source/wrapper/implbitmap.hxx
M cppcanvas/source/wrapper/implbitmapcanvas.hxx
M cppcanvas/source/wrapper/implcanvas.hxx
M cppcanvas/source/wrapper/implcolor.hxx
M cppcanvas/source/wrapper/implcustomsprite.hxx
M cppcanvas/source/wrapper/implfont.hxx
M cppcanvas/source/wrapper/implpolypolygon.hxx
M cppcanvas/source/wrapper/implsprite.hxx
M cppcanvas/source/wrapper/implspritecanvas.hxx
M cppu/inc/com/sun/star/uno/Any.hxx
M cppu/inc/com/sun/star/uno/Reference.hxx
M cppu/inc/com/sun/star/uno/Sequence.hxx
M cppu/inc/com/sun/star/uno/Type.hxx
M cppu/inc/com/sun/star/uno/genfunc.hxx
M cppu/inc/cppu/macros.hxx
M cppu/inc/cppu/unotype.hxx
M cppu/inc/typelib/typedescription.hxx
M cppu/inc/uno/current_context.hxx
M cppu/inc/uno/dispatcher.hxx
M cppu/inc/uno/environment.hxx
M cppu/inc/uno/mapping.hxx
M cppu/source/threadpool/jobqueue.hxx
M cppu/source/threadpool/thread.hxx
M cppu/source/threadpool/threadpool.hxx
M cppu/source/uno/assign.hxx
M cppu/source/uno/constr.hxx
M cppu/source/uno/copy.hxx
M cppu/source/uno/destr.hxx
M cppu/source/uno/eq.hxx
M cppu/source/uno/loadmodule.hxx
M cppu/source/uno/prim.hxx
M cppuhelper/inc/cppuhelper/access_control.hxx
M cppuhelper/inc/cppuhelper/basemutex.hxx
M cppuhelper/inc/cppuhelper/bootstrap.hxx
M cppuhelper/inc/cppuhelper/compbase.hxx
M cppuhelper/inc/cppuhelper/compbase1.hxx
M cppuhelper/inc/cppuhelper/compbase10.hxx
M cppuhelper/inc/cppuhelper/compbase11.hxx
M cppuhelper/inc/cppuhelper/compbase12.hxx
M cppuhelper/inc/cppuhelper/compbase2.hxx
M cppuhelper/inc/cppuhelper/compbase3.hxx
M cppuhelper/inc/cppuhelper/compbase4.hxx
M cppuhelper/inc/cppuhelper/compbase5.hxx
M cppuhelper/inc/cppuhelper/compbase6.hxx
M cppuhelper/inc/cppuhelper/compbase7.hxx
M cppuhelper/inc/cppuhelper/compbase8.hxx
M cppuhelper/inc/cppuhelper/compbase9.hxx
M cppuhelper/inc/cppuhelper/compbase_ex.hxx
M cppuhelper/inc/cppuhelper/component.hxx
M cppuhelper/inc/cppuhelper/component_context.hxx
M cppuhelper/inc/cppuhelper/exc_hlp.hxx
M cppuhelper/inc/cppuhelper/factory.hxx
M cppuhelper/inc/cppuhelper/implbase.hxx
M cppuhelper/inc/cppuhelper/implbase1.hxx
M cppuhelper/inc/cppuhelper/implbase10.hxx
M cppuhelper/inc/cppuhelper/implbase11.hxx
M cppuhelper/inc/cppuhelper/implbase12.hxx
M cppuhelper/inc/cppuhelper/implbase2.hxx
M cppuhelper/inc/cppuhelper/implbase3.hxx
M cppuhelper/inc/cppuhelper/implbase4.hxx
M cppuhelper/inc/cppuhelper/implbase5.hxx
M cppuhelper/inc/cppuhelper/implbase6.hxx
M cppuhelper/inc/cppuhelper/implbase7.hxx
M cppuhelper/inc/cppuhelper/implbase8.hxx
M cppuhelper/inc/cppuhelper/implbase9.hxx
M cppuhelper/inc/cppuhelper/implbase_ex.hxx
M cppuhelper/inc/cppuhelper/implbase_ex_post.hxx
M cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx
M cppuhelper/inc/cppuhelper/implementationentry.hxx
M cppuhelper/inc/cppuhelper/interfacecontainer.hxx
M cppuhelper/inc/cppuhelper/propertysetmixin.hxx
M cppuhelper/inc/cppuhelper/propshlp.hxx
M cppuhelper/inc/cppuhelper/proptypehlp.hxx
M cppuhelper/inc/cppuhelper/queryinterface.hxx
M cppuhelper/inc/cppuhelper/shlib.hxx
M cppuhelper/inc/cppuhelper/supportsservice.hxx
M cppuhelper/inc/cppuhelper/typeprovider.hxx
M cppuhelper/inc/cppuhelper/unourl.hxx
M cppuhelper/inc/cppuhelper/weak.hxx
M cppuhelper/inc/cppuhelper/weakagg.hxx
M cppuhelper/inc/cppuhelper/weakref.hxx
M cppuhelper/source/macro_expander.hxx
M cppuhelper/source/paths.hxx
M cppuhelper/source/servicemanager.hxx
M cppuhelper/source/typedescriptionprovider.hxx
M cui/source/customize/eventdlg.hxx
M cui/source/customize/macropg_impl.hxx
M cui/source/dialogs/commonlingui.hxx
M cui/source/dialogs/thesdlg_impl.hxx
M cui/source/factory/dlgfact.hxx
M cui/source/inc/ControlFocusHelper.hxx
M cui/source/inc/SpellDialog.hxx
M cui/source/inc/acccfg.hxx
M cui/source/inc/align.hxx
M cui/source/inc/autocdlg.hxx
M cui/source/inc/bbdlg.hxx
M cui/source/inc/border.hxx
M cui/source/inc/cfg.hxx
M cui/source/inc/cfgutil.hxx
M cui/source/inc/connect.hxx
M cui/source/inc/cuicharmap.hxx
M cui/source/inc/cuifmsearch.hxx
M cui/source/inc/cuigaldlg.hxx
M cui/source/inc/cuigrfflt.hxx
M cui/source/inc/cuihyperdlg.hxx
M cui/source/inc/cuiimapwnd.hxx
M cui/source/inc/cuisrchdlg.hxx
M cui/source/inc/cuitabarea.hxx
M cui/source/inc/cuitabline.hxx
M cui/source/inc/cuitbxform.hxx
M cui/source/inc/defdlgname.hxx
M cui/source/inc/dialmgr.hxx
M cui/source/inc/dlgname.hxx
M cui/source/inc/dstribut.hxx
M cui/source/inc/grfpage.hxx
M cui/source/inc/hangulhanjadlg.hxx
M cui/source/inc/headertablistbox.hxx
M cui/source/inc/hldocntp.hxx
M cui/source/inc/hldoctp.hxx
M cui/source/inc/hlinettp.hxx
M cui/source/inc/hlmailtp.hxx
M cui/source/inc/hlmarkwn.hxx
M cui/source/inc/hlmarkwn_def.hxx
M cui/source/inc/hltpbase.hxx
M cui/source/inc/iconcdlg.hxx
M cui/source/inc/insdlg.hxx
M cui/source/inc/insrc.hxx
M cui/source/inc/internationaloptions.hxx
M cui/source/inc/labdlg.hxx
M cui/source/inc/linkdlg.hxx
M cui/source/inc/macroass.hxx
M cui/source/inc/measure.hxx
M cui/source/inc/multifil.hxx
M cui/source/inc/newtabledlg.hxx
M cui/source/inc/numfmt.hxx
M cui/source/inc/numpages.hxx
M cui/source/inc/optasian.hxx
M cui/source/inc/optdict.hxx
M cui/source/inc/passwdomdlg.hxx
M cui/source/inc/pastedlg.hxx
M cui/source/inc/postdlg.hxx
M cui/source/inc/scriptdlg.hxx
M cui/source/inc/sdrcelldlg.hxx
M cui/source/inc/selector.hxx
M cui/source/inc/showcols.hxx
M cui/source/inc/splitcelldlg.hxx
M cui/source/inc/srchxtra.hxx
M cui/source/inc/textanim.hxx
M cui/source/inc/textattr.hxx
M cui/source/inc/transfrm.hxx
M cui/source/inc/zoom.hxx
M cui/source/options/certpath.hxx
M cui/source/options/cfgchart.hxx
M cui/source/options/connpoolconfig.hxx
M cui/source/options/connpooloptions.hxx
M cui/source/options/connpoolsettings.hxx
M cui/source/options/dbregisterednamesconfig.hxx
M cui/source/options/dbregistersettings.hxx
M cui/source/options/doclinkdialog.hxx
M cui/source/options/fontsubs.hxx
M cui/source/options/optHeaderTabListbox.hxx
M cui/source/options/optaccessibility.hxx
M cui/source/options/optchart.hxx
M cui/source/options/optcolor.hxx
M cui/source/options/optfltr.hxx
M cui/source/options/opthtml.hxx
M cui/source/options/optjsearch.hxx
M cui/source/options/optmemory.hxx
M cui/source/options/optupdt.hxx
M cui/source/options/personalization.hxx
M cui/source/options/readonlyimage.hxx
M cui/source/options/sdbcdriverenum.hxx
M cui/source/tabpages/borderconn.hxx
M cui/source/tabpages/swpossizetabpage.hxx
M dbaccess/inc/AsyncronousLink.hxx
M dbaccess/inc/IController.hxx
M dbaccess/inc/IReference.hxx
M dbaccess/inc/ToolBoxHelper.hxx
M dbaccess/inc/controllerframe.hxx
M dbaccess/inc/dataview.hxx
M dbaccess/inc/dbaundomanager.hxx
M dbaccess/inc/dbsubcomponentcontroller.hxx
M dbaccess/inc/genericcontroller.hxx
M dbaccess/source/core/api/BookmarkSet.hxx
M dbaccess/source/core/api/CIndexes.hxx
M dbaccess/source/core/api/CRowSetColumn.hxx
M dbaccess/source/core/api/CRowSetDataColumn.hxx
M dbaccess/source/core/api/CacheSet.hxx
M dbaccess/source/core/api/HelperCollections.hxx
M dbaccess/source/core/api/KeySet.hxx
M dbaccess/source/core/api/OptimisticSet.hxx
M dbaccess/source/core/api/PrivateRow.hxx
M dbaccess/source/core/api/RowSet.hxx
M dbaccess/source/core/api/RowSetBase.hxx
M dbaccess/source/core/api/RowSetCache.hxx
M dbaccess/source/core/api/RowSetCacheIterator.hxx
M dbaccess/source/core/api/RowSetRow.hxx
M dbaccess/source/core/api/StaticSet.hxx
M dbaccess/source/core/api/WrappedResultSet.hxx
M dbaccess/source/core/api/datacolumn.hxx
M dbaccess/source/core/api/query.hxx
M dbaccess/source/core/api/querydescriptor.hxx
M dbaccess/source/core/api/resultset.hxx
M dbaccess/source/core/dataaccess/ComponentDefinition.hxx
M dbaccess/source/core/dataaccess/ModelImpl.hxx
M dbaccess/source/core/dataaccess/SharedConnection.hxx
M dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
M dbaccess/source/core/dataaccess/commandcontainer.hxx
M dbaccess/source/core/dataaccess/commanddefinition.hxx
M dbaccess/source/core/dataaccess/connection.hxx
M dbaccess/source/core/dataaccess/databasecontext.hxx
M dbaccess/source/core/dataaccess/databasedocument.hxx
M dbaccess/source/core/dataaccess/databaseregistrations.hxx
M dbaccess/source/core/dataaccess/datasource.hxx
M dbaccess/source/core/dataaccess/documentcontainer.hxx
M dbaccess/source/core/dataaccess/documentdefinition.hxx
M dbaccess/source/core/dataaccess/documenteventexecutor.hxx
M dbaccess/source/core/dataaccess/documenteventnotifier.hxx
M dbaccess/source/core/dataaccess/documentevents.hxx
M dbaccess/source/core/dataaccess/intercept.hxx
M dbaccess/source/core/dataaccess/myucp_datasupplier.hxx
M dbaccess/source/core/dataaccess/myucp_resultset.hxx
M dbaccess/source/core/inc/ContainerListener.hxx
M dbaccess/source/core/inc/ContainerMediator.hxx
M dbaccess/source/core/inc/ContentHelper.hxx
M dbaccess/source/core/inc/DatabaseDataProvider.hxx
M dbaccess/source/core/inc/FilteredContainer.hxx
M dbaccess/source/core/inc/PropertyForward.hxx
M dbaccess/source/core/inc/RefreshListener.hxx
M dbaccess/source/core/inc/SingleSelectQueryComposer.hxx
M dbaccess/source/core/inc/TableDeco.hxx
M dbaccess/source/core/inc/View.hxx
M dbaccess/source/core/inc/callablestatement.hxx
M dbaccess/source/core/inc/column.hxx
M dbaccess/source/core/inc/columnsettings.hxx
M dbaccess/source/core/inc/commandbase.hxx
M dbaccess/source/core/inc/composertools.hxx
M dbaccess/source/core/inc/containerapprove.hxx
M dbaccess/source/core/inc/core_resource.hxx
M dbaccess/source/core/inc/datasettings.hxx
M dbaccess/source/core/inc/definitioncolumn.hxx
M dbaccess/source/core/inc/definitioncontainer.hxx
M dbaccess/source/core/inc/module_dba.hxx
M dbaccess/source/core/inc/object.hxx
M dbaccess/source/core/inc/objectnameapproval.hxx
M dbaccess/source/core/inc/preparedstatement.hxx
M dbaccess/source/core/inc/querycomposer.hxx
M dbaccess/source/core/inc/querycontainer.hxx
M dbaccess/source/core/inc/recovery/dbdocrecovery.hxx
M dbaccess/source/core/inc/sdbcoretools.hxx
M dbaccess/source/core/inc/statement.hxx
M dbaccess/source/core/inc/table.hxx
M dbaccess/source/core/inc/tablecontainer.hxx
M dbaccess/source/core/inc/userinformation.hxx
M dbaccess/source/core/inc/veto.hxx
M dbaccess/source/core/inc/viewcontainer.hxx
M dbaccess/source/core/recovery/settingsimport.hxx
M dbaccess/source/core/recovery/storagestream.hxx
M dbaccess/source/core/recovery/storagetextstream.hxx
M dbaccess/source/core/recovery/storagexmlstream.hxx
M dbaccess/source/core/recovery/subcomponentloader.hxx
M dbaccess/source/core/recovery/subcomponentrecovery.hxx
M dbaccess/source/core/recovery/subcomponents.hxx
M dbaccess/source/ext/macromigration/dbmm_module.hxx
M dbaccess/source/ext/macromigration/dbmm_types.hxx
M dbaccess/source/ext/macromigration/docinteraction.hxx
M dbaccess/source/ext/macromigration/macromigrationdialog.hxx
M dbaccess/source/ext/macromigration/macromigrationpages.hxx
M dbaccess/source/ext/macromigration/migrationengine.hxx
M dbaccess/source/ext/macromigration/migrationerror.hxx
M dbaccess/source/ext/macromigration/migrationlog.hxx
M dbaccess/source/ext/macromigration/migrationprogress.hxx
M dbaccess/source/ext/macromigration/progresscapture.hxx
M dbaccess/source/ext/macromigration/progressmixer.hxx
M dbaccess/source/ext/macromigration/rangeprogressbar.hxx
M dbaccess/source/filter/xml/xmlAutoStyle.hxx
M dbaccess/source/filter/xml/xmlColumn.hxx
M dbaccess/source/filter/xml/xmlComponent.hxx
M dbaccess/source/filter/xml/xmlConnectionData.hxx
M dbaccess/source/filter/xml/xmlConnectionResource.hxx
M dbaccess/source/filter/xml/xmlDataSource.hxx
M dbaccess/source/filter/xml/xmlDataSourceInfo.hxx
M dbaccess/source/filter/xml/xmlDataSourceSetting.hxx
M dbaccess/source/filter/xml/xmlDataSourceSettings.hxx
M dbaccess/source/filter/xml/xmlDatabase.hxx
M dbaccess/source/filter/xml/xmlDatabaseDescription.hxx
M dbaccess/source/filter/xml/xmlDocuments.hxx
M dbaccess/source/filter/xml/xmlEnums.hxx
M dbaccess/source/filter/xml/xmlExport.hxx
M dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx
M dbaccess/source/filter/xml/xmlHelper.hxx
M dbaccess/source/filter/xml/xmlHierarchyCollection.hxx
M dbaccess/source/filter/xml/xmlLogin.hxx
M dbaccess/source/filter/xml/xmlQuery.hxx
M dbaccess/source/filter/xml/xmlServerDatabase.hxx
M dbaccess/source/filter/xml/xmlStyleImport.hxx
M dbaccess/source/filter/xml/xmlTable.hxx
M dbaccess/source/filter/xml/xmlTableFilterList.hxx
M dbaccess/source/filter/xml/xmlTableFilterPattern.hxx
M dbaccess/source/filter/xml/xmlfilter.hxx
M dbaccess/source/inc/OAuthenticationContinuation.hxx
M dbaccess/source/inc/apitools.hxx
M dbaccess/source/inc/dbadllapi.hxx
M dbaccess/source/inc/dbu_reghelper.hxx
M dbaccess/source/inc/dsntypes.hxx
M dbaccess/source/inc/flt_reghelper.hxx
M dbaccess/source/sdbtools/connection/connectiondependent.hxx
M dbaccess/source/sdbtools/connection/connectiontools.hxx
M dbaccess/source/sdbtools/connection/datasourcemetadata.hxx
M dbaccess/source/sdbtools/connection/objectnames.hxx
M dbaccess/source/sdbtools/connection/tablename.hxx
M dbaccess/source/sdbtools/inc/module_sdbt.hxx
M dbaccess/source/ui/app/AppController.hxx
M dbaccess/source/ui/app/AppDetailPageHelper.hxx
M dbaccess/source/ui/app/AppDetailView.hxx
M dbaccess/source/ui/app/AppIconControl.hxx
M dbaccess/source/ui/app/AppSwapWindow.hxx
M dbaccess/source/ui/app/AppTitleWindow.hxx
M dbaccess/source/ui/app/AppView.hxx
M dbaccess/source/ui/app/IApplicationController.hxx
M dbaccess/source/ui/app/subcomponentmanager.hxx
M dbaccess/source/ui/browser/dbtreemodel.hxx
M dbaccess/source/ui/browser/dbtreeview.hxx
M dbaccess/source/ui/dlg/ConnectionHelper.hxx
M dbaccess/source/ui/dlg/ConnectionPage.hxx
M dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
M dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
M dbaccess/source/ui/dlg/DbAdminImpl.hxx
M dbaccess/source/ui/dlg/DriverSettings.hxx
M dbaccess/source/ui/dlg/TextConnectionHelper.hxx
M dbaccess/source/ui/dlg/UserAdmin.hxx
M dbaccess/source/ui/dlg/admincontrols.hxx
M dbaccess/source/ui/dlg/adminpages.hxx
M dbaccess/source/ui/dlg/adodatalinks.hxx
M dbaccess/source/ui/dlg/advancedsettings.hxx
M dbaccess/source/ui/dlg/dbfindex.hxx
M dbaccess/source/ui/dlg/dsnItem.hxx
M dbaccess/source/ui/dlg/dsselect.hxx
M dbaccess/source/ui/dlg/finteraction.hxx
M dbaccess/source/ui/dlg/generalpage.hxx
M dbaccess/source/ui/dlg/odbcconfig.hxx
M dbaccess/source/ui/dlg/optionalboolitem.hxx
M dbaccess/source/ui/dlg/tablespage.hxx
M dbaccess/source/ui/inc/AppElementType.hxx
M dbaccess/source/ui/inc/CollectionView.hxx
M dbaccess/source/ui/inc/ColumnControlWindow.hxx
M dbaccess/source/ui/inc/ConnectionLine.hxx
M dbaccess/source/ui/inc/ConnectionLineAccess.hxx
M dbaccess/source/ui/inc/ConnectionLineData.hxx
M dbaccess/source/ui/inc/DExport.hxx
M dbaccess/source/ui/inc/FieldControls.hxx
M dbaccess/source/ui/inc/FieldDescControl.hxx
M dbaccess/source/ui/inc/FieldDescriptions.hxx
M dbaccess/source/ui/inc/GeneralUndo.hxx
M dbaccess/source/ui/inc/HtmlReader.hxx
M dbaccess/source/ui/inc/IClipBoardTest.hxx
M dbaccess/source/ui/inc/IItemSetHelper.hxx
M dbaccess/source/ui/inc/IUpdateHelper.hxx
M dbaccess/source/ui/inc/JAccess.hxx
M dbaccess/source/ui/inc/JoinController.hxx
M dbaccess/source/ui/inc/JoinDesignView.hxx
M dbaccess/source/ui/inc/JoinExchange.hxx
M dbaccess/source/ui/inc/JoinTableView.hxx
M dbaccess/source/ui/inc/LimitBox.hxx
M dbaccess/source/ui/inc/QEnumTypes.hxx
M dbaccess/source/ui/inc/QueryDesignView.hxx
M dbaccess/source/ui/inc/QueryPropertiesDialog.hxx
M dbaccess/source/ui/inc/QueryTableView.hxx
M dbaccess/source/ui/inc/QueryTextView.hxx
M dbaccess/source/ui/inc/QueryViewSwitch.hxx
M dbaccess/source/ui/inc/RTableConnectionData.hxx
M dbaccess/source/ui/inc/RefFunctor.hxx
M dbaccess/source/ui/inc/RelControliFace.hxx
M dbaccess/source/ui/inc/RelationControl.hxx
M dbaccess/source/ui/inc/RelationController.hxx
M dbaccess/source/ui/inc/RelationDesignView.hxx
M dbaccess/source/ui/inc/RelationDlg.hxx
M dbaccess/source/ui/inc/RelationTableView.hxx
M dbaccess/source/ui/inc/RtfReader.hxx
M dbaccess/source/ui/inc/ScrollHelper.hxx
M dbaccess/source/ui/inc/SqlNameEdit.hxx
M dbaccess/source/ui/inc/TableConnection.hxx
M dbaccess/source/ui/inc/TableConnectionData.hxx
M dbaccess/source/ui/inc/TableController.hxx
M dbaccess/source/ui/inc/TableCopyHelper.hxx
M dbaccess/source/ui/inc/TableDesignControl.hxx
M dbaccess/source/ui/inc/TableDesignHelpBar.hxx
M dbaccess/source/ui/inc/TableDesignView.hxx
M dbaccess/source/ui/inc/TableFieldDescription.hxx
M dbaccess/source/ui/inc/TableGrantCtrl.hxx
M dbaccess/source/ui/inc/TableRow.hxx
M dbaccess/source/ui/inc/TableRowExchange.hxx
M dbaccess/source/ui/inc/TableWindow.hxx
M dbaccess/source/ui/inc/TableWindowAccess.hxx
M dbaccess/source/ui/inc/TableWindowData.hxx
M dbaccess/source/ui/inc/TableWindowListBox.hxx
M dbaccess/source/ui/inc/TableWindowTitle.hxx
M dbaccess/source/ui/inc/TablesSingleDlg.hxx
M dbaccess/source/ui/inc/TokenWriter.hxx
M dbaccess/source/ui/inc/TypeInfo.hxx
M dbaccess/source/ui/inc/UITools.hxx
M dbaccess/source/ui/inc/UserAdminDlg.hxx
M dbaccess/source/ui/inc/VertSplitView.hxx
M dbaccess/source/ui/inc/WCPage.hxx
M dbaccess/source/ui/inc/WColumnSelect.hxx
M dbaccess/source/ui/inc/WCopyTable.hxx
M dbaccess/source/ui/inc/WExtendPages.hxx
M dbaccess/source/ui/inc/WNameMatch.hxx
M dbaccess/source/ui/inc/WTabPage.hxx
M dbaccess/source/ui/inc/WTypeSelect.hxx
M dbaccess/source/ui/inc/adtabdlg.hxx
M dbaccess/source/ui/inc/advancedsettingsdlg.hxx
M dbaccess/source/ui/inc/asyncmodaldialog.hxx
M dbaccess/source/ui/inc/brwctrlr.hxx
M dbaccess/source/ui/inc/brwview.hxx
M dbaccess/source/ui/inc/callbacks.hxx
M dbaccess/source/ui/inc/charsetlistbox.hxx
M dbaccess/source/ui/inc/charsets.hxx
M dbaccess/source/ui/inc/commontypes.hxx
M dbaccess/source/ui/inc/curledit.hxx
M dbaccess/source/ui/inc/databaseobjectview.hxx
M dbaccess/source/ui/inc/datasourceconnector.hxx
M dbaccess/source/ui/inc/dbadmin.hxx
M dbaccess/source/ui/inc/dbexchange.hxx
M dbaccess/source/ui/inc/dbtreelistbox.hxx
M dbaccess/source/ui/inc/dbwiz.hxx
M dbaccess/source/ui/inc/defaultobjectnamecheck.hxx
M dbaccess/source/ui/inc/directsql.hxx
M dbaccess/source/ui/inc/dlgattr.hxx
M dbaccess/source/ui/inc/dlgsave.hxx
M dbaccess/source/ui/inc/dlgsize.hxx
M dbaccess/source/ui/inc/dsitems.hxx
M dbaccess/source/ui/inc/dsmeta.hxx
M dbaccess/source/ui/inc/exsrcbrw.hxx
M dbaccess/source/ui/inc/formadapter.hxx
M dbaccess/source/ui/inc/imageprovider.hxx
M dbaccess/source/ui/inc/indexcollection.hxx
M dbaccess/source/ui/inc/indexdialog.hxx
M dbaccess/source/ui/inc/indexes.hxx
M dbaccess/source/ui/inc/indexfieldscontrol.hxx
M dbaccess/source/ui/inc/linkeddocuments.hxx
M dbaccess/source/ui/inc/listviewitems.hxx
M dbaccess/source/ui/inc/localresaccess.hxx
M dbaccess/source/ui/inc/marktree.hxx
M dbaccess/source/ui/inc/moduledbu.hxx
M dbaccess/source/ui/inc/objectnamecheck.hxx
M dbaccess/source/ui/inc/opendoccontrols.hxx
M dbaccess/source/ui/inc/paramdialog.hxx
M dbaccess/source/ui/inc/propertysetitem.hxx
M dbaccess/source/ui/inc/propertystorage.hxx
M dbaccess/source/ui/inc/querycontainerwindow.hxx
M dbaccess/source/ui/inc/querycontroller.hxx
M dbaccess/source/ui/inc/queryfilter.hxx
M dbaccess/source/ui/inc/queryorder.hxx
M dbaccess/source/ui/inc/queryview.hxx
M dbaccess/source/ui/inc/sbagrid.hxx
M dbaccess/source/ui/inc/sbamultiplex.hxx
M dbaccess/source/ui/inc/singledoccontroller.hxx
M dbaccess/source/ui/inc/sqledit.hxx
M dbaccess/source/ui/inc/sqlmessage.hxx
M dbaccess/source/ui/inc/stringlistitem.hxx
M dbaccess/source/ui/inc/tabletree.hxx
M dbaccess/source/ui/inc/textconnectionsettings.hxx
M dbaccess/source/ui/inc/toolboxcontroller.hxx
M dbaccess/source/ui/inc/undosqledit.hxx
M dbaccess/source/ui/inc/unodatbr.hxx
M dbaccess/source/ui/inc/unosqlmessage.hxx
M dbaccess/source/ui/misc/UpdateHelperImpl.hxx
M dbaccess/source/ui/querydesign/QTableConnection.hxx
M dbaccess/source/ui/querydesign/QTableConnectionData.hxx
M dbaccess/source/ui/querydesign/QTableWindow.hxx
M dbaccess/source/ui/querydesign/QTableWindowData.hxx
M dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx
M dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
M dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx
M dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx
M dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx
M dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx
M dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx
M dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
M dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
M dbaccess/source/ui/querydesign/TableFieldInfo.hxx
M dbaccess/source/ui/querydesign/limitboxcontroller.hxx
M dbaccess/source/ui/querydesign/querydlg.hxx
M dbaccess/source/ui/relationdesign/RTableConnection.hxx
M dbaccess/source/ui/relationdesign/RTableWindow.hxx
M dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx
M dbaccess/source/ui/tabledesign/TEditControl.hxx
M dbaccess/source/ui/tabledesign/TableFieldControl.hxx
M dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx
M dbaccess/source/ui/tabledesign/TableUndo.hxx
M dbaccess/source/ui/uno/ColumnControl.hxx
M dbaccess/source/ui/uno/ColumnModel.hxx
M dbaccess/source/ui/uno/ColumnPeer.hxx
M dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx
M dbaccess/source/ui/uno/TableFilterDlg.hxx
M dbaccess/source/ui/uno/UserSettingsDlg.hxx
M dbaccess/source/ui/uno/admindlg.hxx
M dbaccess/source/ui/uno/composerdialogs.hxx
M dbaccess/source/ui/uno/dbinteraction.hxx
M dbaccess/source/ui/uno/unoDirectSql.hxx
M desktop/inc/app.hxx
M desktop/inc/liblibreoffice.hxx
M desktop/inc/liblibreoffice_impl.hxx
M desktop/inc/migration.hxx
M desktop/source/app/cmdlineargs.hxx
M desktop/source/app/configinit.hxx
M desktop/source/app/desktopcontext.hxx
M desktop/source/app/desktopresid.hxx
M desktop/source/app/dispatchwatcher.hxx
M desktop/source/app/officeipcthread.hxx
M desktop/source/deployment/gui/descedit.hxx
M desktop/source/deployment/gui/dp_gui_autoscrolledit.hxx
M desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
M desktop/source/deployment/gui/dp_gui_dialog2.hxx
M desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
M desktop/source/deployment/gui/dp_gui_shared.hxx
M desktop/source/deployment/gui/dp_gui_theextmgr.hxx
M desktop/source/deployment/gui/dp_gui_updatedata.hxx
M desktop/source/deployment/gui/dp_gui_updatedialog.hxx
M desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
M desktop/source/deployment/gui/license_dialog.hxx
M desktop/source/deployment/inc/dp_dependencies.hxx
M desktop/source/deployment/inc/dp_descriptioninfoset.hxx
M desktop/source/deployment/inc/dp_identifier.hxx
M desktop/source/deployment/inc/dp_misc_api.hxx
M desktop/source/deployment/inc/dp_platform.hxx
M desktop/source/deployment/inc/dp_update.hxx
M desktop/source/deployment/inc/dp_version.hxx
M desktop/source/deployment/manager/dp_activepackages.hxx
M desktop/source/deployment/manager/dp_commandenvironments.hxx
M desktop/source/deployment/manager/dp_properties.hxx
M desktop/source/deployment/registry/component/dp_compbackenddb.hxx
M desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx
M desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx
M desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
M desktop/source/deployment/registry/inc/dp_backenddb.hxx
M desktop/source/deployment/registry/package/dp_extbackenddb.hxx
M desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx
M desktop/source/migration/migration_impl.hxx
M desktop/source/migration/services/basicmigration.hxx
M desktop/source/migration/services/misc.hxx
M desktop/source/migration/services/oo3extensionmigration.hxx
M desktop/source/migration/services/wordbookmigration.hxx
M desktop/source/splash/splash.hxx
M desktop/win32/source/extendloaderenvironment.hxx
M drawinglayer/inc/drawinglayer/animation/animationtiming.hxx
M drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/fillgradientattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrlightingattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrlineattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrlinestartendattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrobjectattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrsceneattribute3d.hxx
M drawinglayer/inc/drawinglayer/attribute/sdrshadowattribute.hxx
M drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx
M drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx
M drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/cropprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/epsprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textbreakuphelper.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textlineprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx
M drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx
M drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx
M drawinglayer/inc/drawinglayer/processor2d/contourextractor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/hittestprocessor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/processorfromoutputdevice.hxx
M drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx
M drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
M drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx
M drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx
M drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx
M drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx
M drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx
M drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx
M drawinglayer/inc/drawinglayer/texture/texture.hxx
M drawinglayer/inc/drawinglayer/texture/texture3d.hxx
M drawinglayer/inc/drawinglayer/tools/converters.hxx
M drawinglayer/source/processor2d/getdigitlanguage.hxx
M drawinglayer/source/processor2d/helperwrongspellrenderer.hxx
M drawinglayer/source/processor2d/vclhelperbitmaprender.hxx
M drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx
M drawinglayer/source/processor2d/vclhelperbufferdevice.hxx
M drawinglayer/source/processor2d/vclhelpergradient.hxx
M dtrans/source/cnttype/mcnttfactory.hxx
M dtrans/source/cnttype/mcnttype.hxx
M dtrans/source/generic/clipboardmanager.hxx
M dtrans/source/generic/generic_clipboard.hxx
M dtrans/source/inc/DtObjFactory.hxx
M dtrans/source/win32/clipb/MtaOleClipb.hxx
M dtrans/source/win32/clipb/WinClipbImpl.hxx
M dtrans/source/win32/clipb/WinClipboard.hxx
M dtrans/source/win32/dnd/globals.hxx
M dtrans/source/win32/dnd/idroptarget.hxx
M dtrans/source/win32/dnd/source.hxx
M dtrans/source/win32/dnd/sourcecontext.hxx
M dtrans/source/win32/dnd/target.hxx
M dtrans/source/win32/dnd/targetdragcontext.hxx
M dtrans/source/win32/dnd/targetdropcontext.hxx
M dtrans/source/win32/dtobj/DOTransferable.hxx
M dtrans/source/win32/dtobj/DTransHelper.hxx
M dtrans/source/win32/dtobj/DataFmtTransl.hxx
M dtrans/source/win32/dtobj/Fetc.hxx
M dtrans/source/win32/dtobj/FetcList.hxx
M dtrans/source/win32/dtobj/FmtFilter.hxx
M dtrans/source/win32/dtobj/MimeAttrib.hxx
M dtrans/source/win32/dtobj/TxtCnvtHlp.hxx
M dtrans/source/win32/dtobj/XNotifyingDataObject.hxx
M dtrans/source/win32/ftransl/ftransl.hxx
M dtrans/source/win32/misc/ImplHelper.hxx
M dtrans/source/win32/misc/WinClip.hxx
M dtrans/test/win32/dnd/atlwindow.hxx
M dtrans/test/win32/dnd/sourcelistener.hxx
M dtrans/test/win32/dnd/targetlistener.hxx
M editeng/inc/editeng/AccessibleComponentBase.hxx
M editeng/inc/editeng/AccessibleContextBase.hxx
M editeng/inc/editeng/AccessibleEditableTextPara.hxx
M editeng/inc/editeng/AccessibleImageBullet.hxx
M editeng/inc/editeng/AccessibleParaManager.hxx
M editeng/inc/editeng/AccessibleSelectionBase.hxx
M editeng/inc/editeng/AccessibleStaticTextBase.hxx
M editeng/inc/editeng/AccessibleStringWrap.hxx
M editeng/inc/editeng/LatinLookupTree.hxx
M editeng/inc/editeng/LatinTreeNode.hxx
M editeng/inc/editeng/SpellPortions.hxx
M editeng/inc/editeng/TreeHead.hxx
M editeng/inc/editeng/UnoForbiddenCharsTable.hxx
M editeng/inc/editeng/acorrcfg.hxx
M editeng/inc/editeng/adjustitem.hxx
M editeng/inc/editeng/autokernitem.hxx
M editeng/inc/editeng/blinkitem.hxx
M editeng/inc/editeng/borderline.hxx
M editeng/inc/editeng/boxitem.hxx
M editeng/inc/editeng/bulletitem.hxx
M editeng/inc/editeng/charhiddenitem.hxx
M editeng/inc/editeng/charreliefitem.hxx
M editeng/inc/editeng/charrotateitem.hxx
M editeng/inc/editeng/charscaleitem.hxx
M editeng/inc/editeng/charsetcoloritem.hxx
M editeng/inc/editeng/cmapitem.hxx
M editeng/inc/editeng/colritem.hxx
M editeng/inc/editeng/contouritem.hxx
M editeng/inc/editeng/editdata.hxx
M editeng/inc/editeng/editeng.hxx
M editeng/inc/editeng/editobj.hxx
M editeng/inc/editeng/editstat.hxx
M editeng/inc/editeng/editund2.hxx
M editeng/inc/editeng/editview.hxx
M editeng/inc/editeng/edtdlg.hxx
M editeng/inc/editeng/eedata.hxx
M editeng/inc/editeng/eeitem.hxx
M editeng/inc/editeng/eerdll.hxx
M editeng/inc/editeng/escapementitem.hxx
M editeng/inc/editeng/fhgtitem.hxx
M editeng/inc/editeng/fieldupdater.hxx
M editeng/inc/editeng/flditem.hxx
M editeng/inc/editeng/flstitem.hxx
M editeng/inc/editeng/forbiddencharacterstable.hxx
M editeng/inc/editeng/forbiddenruleitem.hxx
M editeng/inc/editeng/formatbreakitem.hxx
M editeng/inc/editeng/fwdtitem.hxx
M editeng/inc/editeng/hangulhanja.hxx
M editeng/inc/editeng/hngpnctitem.hxx
M editeng/inc/editeng/hyphenzoneitem.hxx
M editeng/inc/editeng/itemtype.hxx
M editeng/inc/editeng/justifyitem.hxx
M editeng/inc/editeng/keepitem.hxx
M editeng/inc/editeng/kernitem.hxx
M editeng/inc/editeng/lcolitem.hxx
M editeng/inc/editeng/lineitem.hxx
M editeng/inc/editeng/lrspitem.hxx
M editeng/inc/editeng/lspcitem.hxx
M editeng/inc/editeng/macros.hxx
M editeng/inc/editeng/measfld.hxx
M editeng/inc/editeng/mutxhelp.hxx
M editeng/inc/editeng/nhypitem.hxx
M editeng/inc/editeng/nlbkitem.hxx
M editeng/inc/editeng/numitem.hxx
M editeng/inc/editeng/opaqitem.hxx
M editeng/inc/editeng/optitems.hxx
M editeng/inc/editeng/orphitem.hxx
M editeng/inc/editeng/outlobj.hxx
M editeng/inc/editeng/paperinf.hxx
M editeng/inc/editeng/paragraphdata.hxx
M editeng/inc/editeng/paravertalignitem.hxx
M editeng/inc/editeng/pbinitem.hxx
M editeng/inc/editeng/pgrditem.hxx
M editeng/inc/editeng/pmdlitem.hxx
M editeng/inc/editeng/prntitem.hxx
M editeng/inc/editeng/protitem.hxx
M editeng/inc/editeng/prszitem.hxx
M editeng/inc/editeng/rsiditem.hxx
M editeng/inc/editeng/scriptspaceitem.hxx
M editeng/inc/editeng/scripttypeitem.hxx
M editeng/inc/editeng/shdditem.hxx
M editeng/inc/editeng/sizeitem.hxx
M editeng/inc/editeng/spltitem.hxx
M editeng/inc/editeng/svxacorr.hxx
M editeng/inc/editeng/svxenum.hxx
M editeng/inc/editeng/svxrtf.hxx
M editeng/inc/editeng/swafopt.hxx
M editeng/inc/editeng/tstpitem.hxx
M editeng/inc/editeng/twolinesitem.hxx
M editeng/inc/editeng/txtrange.hxx
M editeng/inc/editeng/ulspitem.hxx
M editeng/inc/editeng/unoedhlp.hxx
M editeng/inc/editeng/unoedprx.hxx
M editeng/inc/editeng/unoedsrc.hxx
M editeng/inc/editeng/unofdesc.hxx
M editeng/inc/editeng/unofield.hxx
M editeng/inc/editeng/unofored.hxx
M editeng/inc/editeng/unoforou.hxx
M editeng/inc/editeng/unoipset.hxx
M editeng/inc/editeng/unolingu.hxx
M editeng/inc/editeng/unonrule.hxx
M editeng/inc/editeng/unopracc.hxx
M editeng/inc/editeng/unoprnms.hxx
M editeng/inc/editeng/unotext.hxx
M editeng/inc/editeng/unoviwou.hxx
M editeng/inc/editeng/widwitem.hxx
M editeng/inc/editeng/wrlmitem.hxx
M editeng/inc/editeng/xmlcnitm.hxx
M editeng/inc/editxml.hxx
M editeng/source/accessibility/AccessibleHyperlink.hxx
M editeng/source/editeng/editattr.hxx
M editeng/source/editeng/editdbg.hxx
M editeng/source/editeng/editdoc.hxx
M editeng/source/editeng/editobj2.hxx
M editeng/source/editeng/editsel.hxx
M editeng/source/editeng/editstt2.hxx
M editeng/source/editeng/editundo.hxx
M editeng/source/editeng/edtspell.hxx
M editeng/source/editeng/eehtml.hxx
M editeng/source/editeng/eeobj.hxx
M editeng/source/editeng/eerdll2.hxx
M editeng/source/editeng/eertfpar.hxx
M editeng/source/editeng/impedit.hxx
M editeng/source/editeng/textconv.hxx
M editeng/source/misc/SvXMLAutoCorrectExport.hxx
M editeng/source/misc/SvXMLAutoCorrectImport.hxx
M editeng/source/outliner/outleeng.hxx
M editeng/source/outliner/outlundo.hxx
M editeng/source/outliner/paralist.hxx
M editeng/source/xml/editsource.hxx
M embeddedobj/source/inc/commonembobj.hxx
M embeddedobj/source/inc/dummyobject.hxx
M embeddedobj/source/inc/oleembobj.hxx
M embeddedobj/source/inc/specialobject.hxx
M embeddedobj/source/inc/xcreator.hxx
M embeddedobj/source/msole/olecomponent.hxx
M embeddedobj/source/msole/ownview.hxx
M embeddedobj/source/msole/xdialogcreator.hxx
M embeddedobj/test/mtexecutor/bitmapcreator.hxx
M embeddedobj/test/mtexecutor/mainthreadexecutor.hxx
M embedserv/source/inc/embeddoc.hxx
M embedserv/source/inc/embeddocaccess.hxx
M embedserv/source/inc/iipaobj.hxx
M embedserv/source/inc/xwin.hxx
M embedserv/source/inprocserv/smartpointer.hxx
M extensions/source/abpilot/abpfinalpage.hxx
M extensions/source/abpilot/abptypes.hxx
M extensions/source/abpilot/abspage.hxx
M extensions/source/abpilot/abspilot.hxx
M extensions/source/abpilot/addresssettings.hxx
M extensions/source/abpilot/admininvokationimpl.hxx
M extensions/source/abpilot/admininvokationpage.hxx
M extensions/source/abpilot/datasourcehandling.hxx
M extensions/source/abpilot/fieldmappingimpl.hxx
M extensions/source/abpilot/fieldmappingpage.hxx
M extensions/source/abpilot/tableselectionpage.hxx
M extensions/source/abpilot/typeselectionpage.hxx
M extensions/source/abpilot/unodialogabp.hxx
M extensions/source/bibliography/bibbeam.hxx
M extensions/source/bibliography/bibconfig.hxx
M extensions/source/bibliography/bibcont.hxx
M extensions/source/bibliography/bibmod.hxx
M extensions/source/bibliography/bibresid.hxx
M extensions/source/bibliography/bibshortcuthandler.hxx
M extensions/source/bibliography/bibview.hxx
M extensions/source/bibliography/datman.hxx
M extensions/source/bibliography/formcontrolcontainer.hxx
M extensions/source/bibliography/framectr.hxx
M extensions/source/bibliography/general.hxx
M extensions/source/bibliography/loadlisteneradapter.hxx
M extensions/source/bibliography/toolbar.hxx
M extensions/source/config/ldap/ldapaccess.hxx
M extensions/source/config/ldap/ldapuserprofilebe.hxx
M extensions/source/dbpilots/commonpagesdbp.hxx
M extensions/source/dbpilots/controlwizard.hxx
M extensions/source/dbpilots/dbptools.hxx
M extensions/source/dbpilots/dbptypes.hxx
M extensions/source/dbpilots/gridwizard.hxx
M extensions/source/dbpilots/groupboxwiz.hxx
M extensions/source/dbpilots/listcombowizard.hxx
M extensions/source/dbpilots/optiongrouplayouter.hxx
M extensions/source/dbpilots/unoautopilot.hxx
M extensions/source/dbpilots/wizardcontext.hxx
M extensions/source/dbpilots/wizardservices.hxx
M extensions/source/inc/componentmodule.hxx
M extensions/source/logging/log_module.hxx
M extensions/source/logging/loggerconfig.hxx
M extensions/source/logging/loghandler.hxx
M extensions/source/logging/logrecord.hxx
M extensions/source/logging/methodguard.hxx
M extensions/source/nsplugin/source/ns_debug.hxx
M extensions/source/nsplugin/source/nsp_func.hxx
M extensions/source/nsplugin/source/nsp_windows.hxx
M extensions/source/nsplugin/source/so_closelistener.hxx
M extensions/source/nsplugin/source/so_env.hxx
M extensions/source/nsplugin/source/so_instance.hxx
M extensions/source/nsplugin/source/so_msg.hxx
M extensions/source/ole/comifaces.hxx
M extensions/source/ole/jscriptclasses.hxx
M extensions/source/ole/ole2uno.hxx
M extensions/source/ole/oleobjw.hxx
M extensions/source/ole/unoobjw.hxx
M extensions/source/ole/unotypewrapper.hxx
M extensions/source/ole/wincrap.hxx
M extensions/source/ole/windata.hxx
M extensions/source/plugin/inc/plugin/aqua/sysplug.hxx
M extensions/source/plugin/inc/plugin/impl.hxx
M extensions/source/plugin/inc/plugin/model.hxx
M extensions/source/plugin/inc/plugin/multiplx.hxx
M extensions/source/plugin/inc/plugin/plcom.hxx
M extensions/source/plugin/inc/plugin/plctrl.hxx
M extensions/source/plugin/inc/plugin/unx/mediator.hxx
M extensions/source/plugin/inc/plugin/unx/plugcon.hxx
M extensions/source/plugin/inc/plugin/unx/sysplug.hxx
M extensions/source/plugin/inc/plugin/win/sysplug.hxx
M extensions/source/propctrlr/MasterDetailLinkDialog.hxx
M extensions/source/propctrlr/browserline.hxx
M extensions/source/propctrlr/browserlistbox.hxx
M extensions/source/propctrlr/browserpage.hxx
M extensions/source/propctrlr/browserview.hxx
M extensions/source/propctrlr/buttonnavigationhandler.hxx
M extensions/source/propctrlr/cellbindinghandler.hxx
M extensions/source/propctrlr/cellbindinghelper.hxx
M extensions/source/propctrlr/commoncontrol.hxx
M extensions/source/propctrlr/composeduiupdate.hxx
M extensions/source/propctrlr/controlfontdialog.hxx
M extensions/source/propctrlr/controltype.hxx
M extensions/source/propctrlr/defaultforminspection.hxx
M extensions/source/propctrlr/defaulthelpprovider.hxx
M extensions/source/propctrlr/editpropertyhandler.hxx
M extensions/source/propctrlr/eformshelper.hxx
M extensions/source/propctrlr/eformspropertyhandler.hxx
M extensions/source/propctrlr/enumrepresentation.hxx
M extensions/source/propctrlr/eventhandler.hxx
M extensions/source/propctrlr/fontdialog.hxx
M extensions/source/propctrlr/fontitemids.hxx
M extensions/source/propctrlr/formbrowsertools.hxx
M extensions/source/propctrlr/formcomponenthandler.hxx
M extensions/source/propctrlr/formcontroller.hxx
M extensions/source/propctrlr/formlinkdialog.hxx
M extensions/source/propctrlr/formmetadata.hxx
M extensions/source/propctrlr/genericpropertyhandler.hxx
M extensions/source/propctrlr/handlerhelper.hxx
M extensions/source/propctrlr/inspectorhelpwindow.hxx
M extensions/source/propctrlr/inspectormodelbase.hxx
M extensions/source/propctrlr/linedescriptor.hxx
M extensions/source/propctrlr/listselectiondlg.hxx
M extensions/source/propctrlr/modulepcr.hxx
M extensions/source/propctrlr/newdatatype.hxx
M extensions/source/propctrlr/pcrcommon.hxx
M extensions/source/propctrlr/pcrcommontypes.hxx
M extensions/source/propctrlr/pcrcomponentcontext.hxx
M extensions/source/propctrlr/pcrunodialogs.hxx
M extensions/source/propctrlr/propcontroller.hxx
M extensions/source/propctrlr/propcontrolobserver.hxx
M extensions/source/propctrlr/propertycomposer.hxx
M extensions/source/propctrlr/propertycontrolextender.hxx
M extensions/source/propctrlr/propertyeditor.hxx
M extensions/source/propctrlr/propertyhandler.hxx
M extensions/source/propctrlr/propertyinfo.hxx
M extensions/source/propctrlr/propeventtranslation.hxx
M extensions/source/propctrlr/proplinelistener.hxx
M extensions/source/propctrlr/pushbuttonnavigation.hxx
M extensions/source/propctrlr/selectlabeldialog.hxx
M extensions/source/propctrlr/sqlcommanddesign.hxx
M extensions/source/propctrlr/standardcontrol.hxx
M extensions/source/propctrlr/submissionhandler.hxx
M extensions/source/propctrlr/taborder.hxx
M extensions/source/propctrlr/unourl.hxx
M extensions/source/propctrlr/usercontrol.hxx
M extensions/source/propctrlr/xsddatatypes.hxx
M extensions/source/propctrlr/xsdvalidationhelper.hxx
M extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
M extensions/source/resource/ResourceIndexAccess.hxx
M extensions/source/resource/oooresourceloader.hxx
M extensions/source/scanner/grid.hxx
M extensions/source/scanner/sane.hxx
M extensions/source/scanner/sanedlg.hxx
M extensions/source/scanner/scanner.hxx
M extensions/source/update/check/actionlistener.hxx
M extensions/source/update/check/updatecheckconfiglistener.hxx
M extensions/source/update/check/updatehdl.hxx
M extensions/test/ole/OleClient/axhost.hxx
M filter/inc/filter/msfilter/countryid.hxx
M filter/inc/filter/msfilter/dffpropset.hxx
M filter/inc/filter/msfilter/dffrecordheader.hxx
M filter/inc/filter/msfilter/escherex.hxx
M filter/inc/filter/msfilter/mscodec.hxx
M filter/inc/filter/msfilter/msdffimp.hxx
M filter/inc/filter/msfilter/msocximex.hxx
M filter/inc/filter/msfilter/msoleexp.hxx
M filter/inc/filter/msfilter/mstoolbar.hxx
M filter/inc/filter/msfilter/msvbahelper.hxx
M filter/inc/filter/msfilter/rtfutil.hxx
M filter/inc/filter/msfilter/svdfppt.hxx
M filter/inc/filter/msfilter/svxmsbas.hxx
M filter/inc/filter/msfilter/util.hxx
M filter/source/config/cache/basecontainer.hxx
M filter/source/config/cache/cacheitem.hxx
M filter/source/config/cache/cacheupdatelistener.hxx
M filter/source/config/cache/configflush.hxx
M filter/source/config/cache/constant.hxx
M filter/source/config/cache/contenthandlerfactory.hxx
M filter/source/config/cache/filtercache.hxx
M filter/source/config/cache/filterfactory.hxx
M filter/source/config/cache/frameloaderfactory.hxx
M filter/source/config/cache/lateinitlistener.hxx
M filter/source/config/cache/lateinitthread.hxx
M filter/source/config/cache/macros.hxx
M filter/source/config/cache/querytokenizer.hxx
M filter/source/config/cache/typedetection.hxx
M filter/source/config/cache/versions.hxx
M filter/source/flash/impswfdialog.hxx
M filter/source/flash/swfdialog.hxx
M filter/source/flash/swfexporter.hxx
M filter/source/flash/swfwriter.hxx
M filter/source/graphicfilter/egif/giflzwc.hxx
M filter/source/graphicfilter/icgm/bitmap.hxx
M filter/source/graphicfilter/icgm/bundles.hxx
M filter/source/graphicfilter/icgm/cgm.hxx
M filter/source/graphicfilter/icgm/cgmtypes.hxx
M filter/source/graphicfilter/icgm/chart.hxx
M filter/source/graphicfilter/icgm/elements.hxx
M filter/source/graphicfilter/icgm/main.hxx
M filter/source/graphicfilter/icgm/outact.hxx
M filter/source/graphicfilter/idxf/dxf2mtf.hxx
M filter/source/graphicfilter/idxf/dxfblkrd.hxx
M filter/source/graphicfilter/idxf/dxfentrd.hxx
M filter/source/graphicfilter/idxf/dxfgrprd.hxx
M filter/source/graphicfilter/idxf/dxfreprd.hxx
M filter/source/graphicfilter/idxf/dxftblrd.hxx
M filter/source/graphicfilter/idxf/dxfvec.hxx
M filter/source/graphicfilter/itiff/ccidecom.hxx
M filter/source/graphicfilter/itiff/lzwdecom.hxx
M filter/source/msfilter/eschesdo.hxx
M filter/source/pdf/pdfdialog.hxx
M filter/source/pdf/pdfexport.hxx
M filter/source/pdf/pdffilter.hxx
M filter/source/pdf/pdfinteract.hxx
M filter/source/placeware/exporter.hxx
M filter/source/placeware/tempfile.hxx
M filter/source/svg/b2dellipse.hxx
M filter/source/svg/gfxtypes.hxx
M filter/source/svg/impsvgdialog.hxx
M filter/source/svg/parserfragments.hxx
M filter/source/svg/spirit_supplements.hxx
M filter/source/svg/svgdialog.hxx
M filter/source/svg/svgfilter.hxx
M filter/source/svg/svgfontexport.hxx
M filter/source/svg/svgreader.hxx
M filter/source/svg/svgwriter.hxx
M filter/source/svg/test/odfserializer.hxx
M filter/source/svg/tokenmap.hxx
M filter/source/svg/units.hxx
M filter/source/t602/t602filter.hxx
M filter/source/textfilterdetect/filterdetect.hxx
M filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx
M filter/source/xmlfilteradaptor/streamwrap.hxx
M filter/source/xsltdialog/typedetectionexport.hxx
M filter/source/xsltdialog/typedetectionimport.hxx
M filter/source/xsltdialog/xmlfiltercommon.hxx
M filter/source/xsltdialog/xmlfilterjar.hxx
M filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
M filter/source/xsltdialog/xmlfiltertabdialog.hxx
M filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
M filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
M filter/source/xsltdialog/xmlfiltertestdialog.hxx
M filter/source/xsltfilter/LibXSLTTransformer.hxx
M filter/source/xsltfilter/OleHandler.hxx
M forms/source/component/BaseListBox.hxx
M forms/source/component/Button.hxx
M forms/source/component/CheckBox.hxx
M forms/source/component/Columns.hxx
M forms/source/component/ComboBox.hxx
M forms/source/component/Currency.hxx
M forms/source/component/DatabaseForm.hxx
M forms/source/component/Date.hxx
M forms/source/component/Edit.hxx
M forms/source/component/EditBase.hxx
M forms/source/component/EventThread.hxx
M forms/source/component/File.hxx
M forms/source/component/Filter.hxx
M forms/source/component/FixedText.hxx
M forms/source/component/FormattedField.hxx
M forms/source/component/FormattedFieldWrapper.hxx
M forms/source/component/GroupBox.hxx
M forms/source/component/GroupManager.hxx
M forms/source/component/Hidden.hxx
M forms/source/component/ImageButton.hxx
M forms/source/component/ImageControl.hxx
M forms/source/component/ListBox.hxx
M forms/source/component/Numeric.hxx
M forms/source/component/Pattern.hxx
M forms/source/component/RadioButton.hxx
M forms/source/component/Time.hxx
M forms/source/component/cachedrowset.hxx
M forms/source/component/clickableimage.hxx
M forms/source/component/entrylisthelper.hxx
M forms/source/component/errorbroadcaster.hxx
M forms/source/component/findpos.hxx
M forms/source/component/imgprod.hxx
M forms/source/component/navigationbar.hxx
M forms/source/component/refvaluecomponent.hxx
M forms/source/component/scrollbar.hxx
M forms/source/component/spinbutton.hxx
M forms/source/inc/FormComponent.hxx
M forms/source/inc/InterfaceContainer.hxx
M forms/source/inc/cloneable.hxx
M forms/source/inc/commanddescriptionprovider.hxx
M forms/source/inc/commandimageprovider.hxx
M forms/source/inc/componenttools.hxx
M forms/source/inc/controlfeatureinterception.hxx
M forms/source/inc/featuredispatcher.hxx
M forms/source/inc/formcontrolfont.hxx
M forms/source/inc/formnavigation.hxx
M forms/source/inc/frm_module.hxx
M forms/source/inc/frm_resource.hxx
M forms/source/inc/ids.hxx
M forms/source/inc/limitedformats.hxx
M forms/source/inc/listenercontainers.hxx
M forms/source/inc/property.hxx
M forms/source/inc/propertybaghelper.hxx
M forms/source/inc/resettable.hxx
M forms/source/inc/services.hxx
M forms/source/inc/togglestate.hxx
M forms/source/inc/urltransformer.hxx
M forms/source/inc/windowstateguard.hxx
M forms/source/richtext/attributedispatcher.hxx
M forms/source/richtext/clipboarddispatcher.hxx
M forms/source/richtext/featuredispatcher.hxx
M forms/source/richtext/parametrizedattributedispatcher.hxx
M forms/source/richtext/richtextcontrol.hxx
M forms/source/richtext/richtextengine.hxx
M forms/source/richtext/richtextimplcontrol.hxx
M forms/source/richtext/richtextmodel.hxx
M forms/source/richtext/richtextunowrapper.hxx
M forms/source/richtext/richtextvclcontrol.hxx
M forms/source/richtext/richtextviewport.hxx
M forms/source/richtext/rtattributehandler.hxx
M forms/source/richtext/rtattributes.hxx
M forms/source/richtext/specialdispatchers.hxx
M forms/source/richtext/textattributelistener.hxx
M forms/source/runtime/formoperations.hxx
M forms/source/solar/component/navbarcontrol.hxx
M forms/source/solar/inc/navtoolbar.hxx
M forms/source/xforms/NameContainer.hxx
M forms/source/xforms/binding.hxx
M forms/source/xforms/boolexpression.hxx
M forms/source/xforms/collection.hxx
M forms/source/xforms/computedexpression.hxx
M forms/source/xforms/datatyperepository.hxx
M forms/source/xforms/datatypes.hxx
M forms/source/xforms/enumeration.hxx
M forms/source/xforms/evaluationcontext.hxx
M forms/source/xforms/mip.hxx
M forms/source/xforms/model.hxx
M forms/source/xforms/model_helper.hxx
M forms/source/xforms/namedcollection.hxx
M forms/source/xforms/pathexpression.hxx
M forms/source/xforms/propertysetbase.hxx
M forms/source/xforms/resourcehelper.hxx
M forms/source/xforms/submission.hxx
M forms/source/xforms/submission/serialization.hxx
M forms/source/xforms/submission/serialization_app_xml.hxx
M forms/source/xforms/submission/serialization_urlencoded.hxx
M forms/source/xforms/submission/submission.hxx
M forms/source/xforms/submission/submission_get.hxx
M forms/source/xforms/submission/submission_post.hxx
M forms/source/xforms/submission/submission_put.hxx
M forms/source/xforms/unohelper.hxx
M forms/source/xforms/xformsevent.hxx
M forms/source/xforms/xmlhelper.hxx
M formula/inc/formula/ExternalReferenceHelper.hxx
M formula/inc/formula/FormulaCompiler.hxx
M formula/inc/formula/FormulaOpCodeMapperObj.hxx
M formula/inc/formula/IControlReferenceHandler.hxx
M formula/inc/formula/errorcodes.hxx
M formula/inc/formula/formdata.hxx
M formula/inc/formula/formula.hxx
M formula/inc/formula/formulahelper.hxx
M formula/inc/formula/funcutl.hxx
M formula/inc/formula/grammar.hxx
M formula/inc/formula/omoduleclient.hxx
M formula/inc/formula/opcode.hxx
M formula/inc/formula/token.hxx
M formula/inc/formula/tokenarray.hxx
M formula/source/core/inc/core_resource.hxx
M formula/source/ui/dlg/ControlHelper.hxx
M formula/source/ui/dlg/funcpage.hxx
M formula/source/ui/dlg/parawin.hxx
M formula/source/ui/dlg/structpg.hxx
M formula/source/ui/inc/ModuleHelper.hxx
M fpicker/source/aqua/AquaFilePickerDelegate.hxx
M fpicker/source/aqua/ControlHelper.hxx
M fpicker/source/aqua/NSURL_OOoAdditions.hxx
M fpicker/source/aqua/SalAquaFolderPicker.hxx
M fpicker/source/aqua/SalAquaPicker.hxx
M fpicker/source/office/OfficeControlAccess.hxx
M fpicker/source/office/OfficeFilePicker.hxx
M fpicker/source/office/OfficeFolderPicker.hxx
M fpicker/source/office/PlacesListBox.hxx
M fpicker/source/office/asyncfilepicker.hxx
M fpicker/source/office/commonpicker.hxx
M fpicker/source/office/fpinteraction.hxx
M fpicker/source/office/fpsmartcontent.hxx
M fpicker/source/office/fpsofficeResMgr.hxx
M fpicker/source/office/iodlg.hxx
M fpicker/source/office/pickercallbacks.hxx
M fpicker/source/win32/filepicker/FileOpenDlg.hxx
M fpicker/source/win32/filepicker/FilePicker.hxx
M fpicker/source/win32/filepicker/FilterContainer.hxx
M fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx
M fpicker/source/win32/filepicker/PreviewCtrl.hxx
M fpicker/source/win32/filepicker/VistaFilePicker.hxx
M fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
M fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
M fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
M fpicker/source/win32/filepicker/asynceventnotifier.hxx
M fpicker/source/win32/filepicker/asyncrequests.hxx
M fpicker/source/win32/filepicker/controlaccess.hxx
M fpicker/source/win32/filepicker/controlcommand.hxx
M fpicker/source/win32/filepicker/controlcommandrequest.hxx
M fpicker/source/win32/filepicker/controlcommandresult.hxx
M fpicker/source/win32/filepicker/customcontrol.hxx
M fpicker/source/win32/filepicker/customcontrolcontainer.hxx
M fpicker/source/win32/filepicker/customcontrolfactory.hxx
M fpicker/source/win32/filepicker/dialogcustomcontrols.hxx
M fpicker/source/win32/filepicker/dibpreview.hxx
M fpicker/source/win32/filepicker/filepickereventnotification.hxx
M fpicker/source/win32/filepicker/filepickerstate.hxx
M fpicker/source/win32/filepicker/getfilenamewrapper.hxx
M fpicker/source/win32/filepicker/helppopupwindow.hxx
M fpicker/source/win32/filepicker/previewadapter.hxx
M fpicker/source/win32/filepicker/previewbase.hxx
M fpicker/source/win32/filepicker/shared.hxx
M fpicker/source/win32/folderpicker/FOPServiceInfo.hxx
M fpicker/source/win32/folderpicker/FolderPicker.hxx
M fpicker/source/win32/folderpicker/FopEvtDisp.hxx
M fpicker/source/win32/folderpicker/MtaFop.hxx
M fpicker/source/win32/folderpicker/WinFOPImpl.hxx
M fpicker/source/win32/misc/AutoBuffer.hxx
M fpicker/source/win32/misc/WinImplHelper.hxx
M framework/inc/classes/actiontriggercontainer.hxx
M framework/inc/classes/actiontriggerpropertyset.hxx
M framework/inc/classes/actiontriggerseparatorpropertyset.hxx
M framework/inc/classes/droptargetlistener.hxx
M framework/inc/classes/fwkresid.hxx
M framework/inc/classes/fwktabwindow.hxx
M framework/inc/classes/fwlresid.hxx
M framework/inc/classes/imagewrapper.hxx
M framework/inc/classes/menumanager.hxx
M framework/inc/classes/rootactiontriggercontainer.hxx
M framework/inc/framework/actiontriggerhelper.hxx
M framework/inc/framework/configimporter.hxx
M framework/inc/framework/documentundoguard.hxx
M framework/inc/framework/eventsconfiguration.hxx
M framework/inc/framework/imageproducer.hxx
M framework/inc/framework/menuconfiguration.hxx
M framework/inc/framework/menuextensionsupplier.hxx
M framework/inc/framework/sfxhelperfunctions.hxx
M framework/inc/framework/statusbarconfiguration.hxx
M framework/inc/framework/titlehelper.hxx
M framework/inc/framework/toolboxconfiguration.hxx
M framework/inc/framework/undomanagerhelper.hxx
M framework/inc/helper/dockingareadefaultacceptor.hxx
M framework/inc/helper/ilayoutnotifications.hxx
M framework/inc/helper/mischelper.hxx
M framework/inc/helper/networkdomain.hxx
M framework/inc/helper/propertysetcontainer.hxx
M framework/inc/helper/statusindicator.hxx
M framework/inc/helper/uiconfigelementwrapperbase.hxx
M framework/inc/helper/vclstatusindicator.hxx
M framework/inc/helper/wakeupthread.hxx
M framework/inc/interaction/quietinteraction.hxx
M framework/inc/jobs/configaccess.hxx
M framework/inc/jobs/helponstartup.hxx
M framework/inc/jobs/job.hxx
M framework/inc/jobs/jobconst.hxx
M framework/inc/jobs/jobdata.hxx
M framework/inc/jobs/jobdispatch.hxx
M framework/inc/jobs/jobexecutor.hxx
M framework/inc/jobs/jobresult.hxx
M framework/inc/jobs/joburl.hxx
M framework/inc/jobs/shelljob.hxx
M framework/inc/recording/dispatchrecorder.hxx
M framework/inc/services/autorecovery.hxx
M framework/inc/services/backingcomp.hxx
M framework/inc/services/dispatchhelper.hxx
M framework/inc/services/license.hxx
M framework/inc/services/licensedlg.hxx
M framework/inc/services/modulemanager.hxx
M framework/inc/services/pathsettings.hxx
M framework/inc/services/substitutepathvars.hxx
M framework/inc/services/taskcreatorsrv.hxx
M framework/inc/tabwin/tabwindow.hxx
M framework/inc/tabwin/tabwinfactory.hxx
M framework/inc/uiconfiguration/globalsettings.hxx
M framework/inc/uiconfiguration/graphicnameaccess.hxx
M framework/inc/uiconfiguration/imagemanager.hxx
M framework/inc/uiconfiguration/imagetype.hxx
M framework/inc/uiconfiguration/moduleimagemanager.hxx
M framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
M framework/inc/uiconfiguration/uicategorydescription.hxx
M framework/inc/uiconfiguration/uiconfigurationmanager.hxx
M framework/inc/uiconfiguration/windowstateconfiguration.hxx
M framework/inc/uielement/addonstoolbarmanager.hxx
M framework/inc/uielement/addonstoolbarwrapper.hxx
M framework/inc/uielement/buttontoolbarcontroller.hxx
M framework/inc/uielement/comboboxtoolbarcontroller.hxx
M framework/inc/uielement/commandinfo.hxx
M framework/inc/uielement/complextoolbarcontroller.hxx
M framework/inc/uielement/controlmenucontroller.hxx
M framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
M framework/inc/uielement/edittoolbarcontroller.hxx
M framework/inc/uielement/fontmenucontroller.hxx
M framework/inc/uielement/fontsizemenucontroller.hxx
M framework/inc/uielement/footermenucontroller.hxx
M framework/inc/uielement/generictoolbarcontroller.hxx
M framework/inc/uielement/headermenucontroller.hxx
M framework/inc/uielement/imagebuttontoolbarcontroller.hxx
M framework/inc/uielement/langselectionmenucontroller.hxx
M framework/inc/uielement/langselectionstatusbarcontroller.hxx
M framework/inc/uielement/logoimagestatusbarcontroller.hxx
M framework/inc/uielement/logotextstatusbarcontroller.hxx
M framework/inc/uielement/macrosmenucontroller.hxx
M framework/inc/uielement/menubarmanager.hxx
M framework/inc/uielement/menubarmerger.hxx
M framework/inc/uielement/menubarwrapper.hxx
M framework/inc/uielement/newmenucontroller.hxx
M framework/inc/uielement/objectmenucontroller.hxx
M framework/inc/uielement/popupmenucontroller.hxx
M framework/inc/uielement/progressbarwrapper.hxx
M framework/inc/uielement/recentfilesmenucontroller.hxx
M framework/inc/uielement/simpletextstatusbarcontroller.hxx
M framework/inc/uielement/spinfieldtoolbarcontroller.hxx
M framework/inc/uielement/statusbar.hxx
M framework/inc/uielement/statusbarmanager.hxx
M framework/inc/uielement/statusbarwrapper.hxx
M framework/inc/uielement/statusindicatorinterfacewrapper.hxx
M framework/inc/uielement/togglebuttontoolbarcontroller.hxx
M framework/inc/uielement/toolbar.hxx
M framework/inc/uielement/toolbarmanager.hxx
M framework/inc/uielement/toolbarmerger.hxx
M framework/inc/uielement/toolbarsmenucontroller.hxx
M framework/inc/uielement/toolbarwrapper.hxx
M framework/inc/uielement/uicommanddescription.hxx
M framework/inc/uielement/uielement.hxx
M framework/inc/uielement/uielementtypenames.hxx
M framework/inc/uifactory/addonstoolboxfactory.hxx
M framework/inc/uifactory/factoryconfiguration.hxx
M framework/inc/uifactory/menubarfactory.hxx
M framework/inc/uifactory/popupmenucontrollerfactory.hxx
M framework/inc/uifactory/statusbarcontrollerfactory.hxx
M framework/inc/uifactory/statusbarfactory.hxx
M framework/inc/uifactory/toolbarcontrollerfactory.hxx
M framework/inc/uifactory/toolboxfactory.hxx
M framework/inc/uifactory/uielementfactorymanager.hxx
M framework/inc/uifactory/windowcontentfactorymanager.hxx
M framework/inc/xml/acceleratorconfigurationreader.hxx
M framework/inc/xml/acceleratorconfigurationwriter.hxx
M framework/inc/xml/imagesconfiguration.hxx
M framework/inc/xml/imagesdocumenthandler.hxx
M framework/inc/xml/saxnamespacefilter.hxx
M framework/inc/xml/statusbardocumenthandler.hxx
M framework/inc/xml/toolboxconfigurationdefines.hxx
M framework/inc/xml/toolboxdocumenthandler.hxx
M framework/inc/xml/xmlnamespaces.hxx
M framework/source/inc/accelerators/acceleratorcache.hxx
M framework/source/inc/accelerators/acceleratorconfiguration.hxx
M framework/source/inc/accelerators/documentacceleratorconfiguration.hxx
M framework/source/inc/accelerators/globalacceleratorconfiguration.hxx
M framework/source/inc/accelerators/istoragelistener.hxx
M framework/source/inc/accelerators/keymapping.hxx
M framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx
M framework/source/inc/accelerators/presethandler.hxx
M framework/source/inc/accelerators/storageholder.hxx
M framework/source/inc/dispatch/windowcommanddispatch.hxx
M framework/source/inc/loadenv/actionlockguard.hxx
M framework/source/inc/loadenv/loadenv.hxx
M framework/source/inc/loadenv/loadenvexception.hxx
M framework/source/inc/pattern/configuration.hxx
M framework/source/inc/pattern/frame.hxx
M framework/source/inc/pattern/window.hxx
M framework/source/layoutmanager/helpers.hxx
M framework/source/layoutmanager/toolbarlayoutmanager.hxx
M framework/source/services/backingwindow.hxx
M framework/source/uiconfiguration/imagemanagerimpl.hxx
M helpcompiler/inc/BasCodeTagger.hxx
M helpcompiler/inc/HelpCompiler.hxx
M helpcompiler/inc/HelpIndexer.hxx
M helpcompiler/inc/HelpLinker.hxx
M helpcompiler/inc/HelpSearch.hxx
M helpcompiler/inc/compilehelp.hxx
M helpcompiler/source/LuceneHelper.hxx
M hwpfilter/source/attributes.hxx
M hwpfilter/source/hwpreader.hxx
M i18npool/inc/breakiterator_cjk.hxx
M i18npool/inc/breakiterator_ctl.hxx
M i18npool/inc/breakiterator_th.hxx
M i18npool/inc/breakiterator_unicode.hxx
M i18npool/inc/calendarImpl.hxx
M i18npool/inc/calendar_gregorian.hxx
M i18npool/inc/calendar_hijri.hxx
M i18npool/inc/calendar_jewish.hxx
M i18npool/inc/cclass_unicode.hxx
M i18npool/inc/chaptercollator.hxx
M i18npool/inc/characterclassificationImpl.hxx
M i18npool/inc/chartonum.hxx
M i18npool/inc/collatorImpl.hxx
M i18npool/inc/collator_unicode.hxx
M i18npool/inc/defaultnumberingprovider.hxx
M i18npool/inc/i18npool/languagetag.hxx
M i18npool/inc/i18npool/mslangid.hxx
M i18npool/inc/indexentrysupplier.hxx
M i18npool/inc/indexentrysupplier_asian.hxx
M i18npool/inc/indexentrysupplier_common.hxx
M i18npool/inc/indexentrysupplier_default.hxx
M i18npool/inc/indexentrysupplier_ja_phonetic.hxx
M i18npool/inc/inputsequencechecker.hxx
M i18npool/inc/inputsequencechecker_hi.hxx
M i18npool/inc/inputsequencechecker_th.hxx
M i18npool/inc/localedata.hxx
M i18npool/inc/nativenumbersupplier.hxx
M i18npool/inc/numberformatcode.hxx
M i18npool/inc/numtochar.hxx
M i18npool/inc/numtotext_cjk.hxx
M i18npool/inc/servicename.hxx
M i18npool/inc/textToPronounce_zh.hxx
M i18npool/inc/textconversion.hxx
M i18npool/inc/textconversionImpl.hxx
M i18npool/inc/texttonum.hxx
M i18npool/inc/transliterationImpl.hxx
M i18npool/inc/unoscripttypedetector.hxx
M i18npool/source/search/levdis.hxx
M i18npool/source/search/textsearch.hxx
M i18nutil/inc/i18nutil/casefolding.hxx
M i18nutil/inc/i18nutil/oneToOneMapping.hxx
M i18nutil/inc/i18nutil/paper.hxx
M i18nutil/inc/i18nutil/scripttypedetector.hxx
M i18nutil/inc/i18nutil/unicode.hxx
M i18nutil/inc/i18nutil/widthfolding.hxx
M idl/inc/basobj.hxx
M idl/inc/bastype.hxx
M idl/inc/command.hxx
M idl/inc/database.hxx
M idl/inc/globals.hxx
M idl/inc/hash.hxx
M idl/inc/lex.hxx
M idl/inc/module.hxx
M idl/inc/object.hxx
M idl/inc/slot.hxx
M idl/inc/types.hxx
M idlc/inc/idlc/astdeclaration.hxx
M idlc/inc/idlc/astexpression.hxx
M idlc/inc/idlc/astinterface.hxx
M idlc/inc/idlc/astmodule.hxx
M idlc/inc/idlc/astscope.hxx
M idlc/inc/idlc/astservice.hxx
M idlc/inc/idlc/aststack.hxx
M idlc/inc/idlc/aststruct.hxx
M idlc/inc/idlc/asttype.hxx
M idlc/inc/idlc/astunionbranch.hxx
M idlc/inc/idlc/astunionlabel.hxx
M idlc/inc/idlc/idlctypes.hxx
M idlc/inc/idlc/options.hxx
M javaunohelper/source/vm.hxx
M jvmaccess/inc/jvmaccess/classpath.hxx
M jvmaccess/inc/jvmaccess/unovirtualmachine.hxx
M jvmaccess/inc/jvmaccess/virtualmachine.hxx
M jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
M jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
M jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx
M jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
M jvmfwk/plugins/sunmajor/pluginlib/util.hxx
M jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
M jvmfwk/plugins/sunmajor/pluginlib/vendorlist.hxx
M jvmfwk/source/elements.hxx
M jvmfwk/source/framework.hxx
M jvmfwk/source/fwkbase.hxx
M jvmfwk/source/fwkutil.hxx
M jvmfwk/source/libxmlutil.hxx
M l10ntools/inc/cfgmerge.hxx
M l10ntools/inc/export.hxx
M l10ntools/inc/xmlparse.hxx
M l10ntools/source/common.hxx
M l10ntools/source/helper.hxx
M lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
M lingucomponent/source/languageguessing/altstrfunc.hxx
M lingucomponent/source/lingutil/lingutil.hxx
M lingucomponent/source/thesaurus/libnth/nthesdta.hxx
M lingucomponent/source/thesaurus/libnth/nthesimp.hxx
M linguistic/inc/iprcache.hxx
M linguistic/inc/linguistic/hyphdta.hxx
M linguistic/inc/linguistic/lngprophelp.hxx
M linguistic/inc/linguistic/misc.hxx
M linguistic/inc/linguistic/spelldta.hxx
M linguistic/source/convdic.hxx
M linguistic/source/convdiclist.hxx
M linguistic/source/convdicxml.hxx
M linguistic/source/defs.hxx
M linguistic/source/dicimp.hxx
M linguistic/source/dlistimp.hxx
M linguistic/source/gciterator.hxx
M linguistic/source/hhconvdic.hxx
M linguistic/source/hyphdsp.hxx
M linguistic/source/lngsvcmgr.hxx
M linguistic/source/spelldsp.hxx
M linguistic/source/thesdsp.hxx
M linguistic/workben/sprophelp.hxx
M lotuswordpro/source/filter/LotusWordProImportFilter.hxx
M lotuswordpro/source/filter/explode.hxx
M lotuswordpro/source/filter/first.hxx
M lotuswordpro/source/filter/localtime.hxx
M lotuswordpro/source/filter/lwp9reader.hxx
M lotuswordpro/source/filter/lwparrowstyles.hxx
M lotuswordpro/source/filter/lwpatomholder.hxx
M lotuswordpro/source/filter/lwpbackgroundoverride.hxx
M lotuswordpro/source/filter/lwpbackgroundstuff.hxx
M lotuswordpro/source/filter/lwpbasetype.hxx
M lotuswordpro/source/filter/lwpbookmarkmgr.hxx
M lotuswordpro/source/filter/lwpborderstuff.hxx
M lotuswordpro/source/filter/lwpbreaksoverride.hxx
M lotuswordpro/source/filter/lwpbulletstylemgr.hxx
M lotuswordpro/source/filter/lwpcelllayout.hxx
M lotuswordpro/source/filter/lwpchangemgr.hxx
M lotuswordpro/source/filter/lwpcharacterstyle.hxx
M lotuswordpro/source/filter/lwpcharborderoverride.hxx
M lotuswordpro/source/filter/lwpcharsetmgr.hxx
M lotuswordpro/source/filter/lwpcolor.hxx
M lotuswordpro/source/filter/lwpcontent.hxx
M lotuswordpro/source/filter/lwpdefs.hxx
M lotuswordpro/source/filter/lwpdivinfo.hxx
M lotuswordpro/source/filter/lwpdivopts.hxx
M lotuswordpro/source/filter/lwpdllist.hxx
M lotuswordpro/source/filter/lwpdlvlist.hxx
M lotuswordpro/source/filter/lwpdoc.hxx
M lotuswordpro/source/filter/lwpdocdata.hxx
M lotuswordpro/source/filter/lwpdrawobj.hxx
M lotuswordpro/source/filter/lwpdropcapmgr.hxx
M lotuswordpro/source/filter/lwpfilehdr.hxx
M lotuswordpro/source/filter/lwpfilter.hxx
M lotuswordpro/source/filter/lwpfnlayout.hxx
M lotuswordpro/source/filter/lwpfont.hxx
M lotuswordpro/source/filter/lwpfootnote.hxx
M lotuswordpro/source/filter/lwpfoundry.hxx
M lotuswordpro/source/filter/lwpframelayout.hxx
M lotuswordpro/source/filter/lwpfrib.hxx
M lotuswordpro/source/filter/lwpfribbreaks.hxx
M lotuswordpro/source/filter/lwpfribframe.hxx
M lotuswordpro/source/filter/lwpfribheader.hxx
M lotuswordpro/source/filter/lwpfribmark.hxx
M lotuswordpro/source/filter/lwpfribptr.hxx
M lotuswordpro/source/filter/lwpfribsection.hxx
M lotuswordpro/source/filter/lwpfribtable.hxx
M lotuswordpro/source/filter/lwpfribtext.hxx
M lotuswordpro/source/filter/lwpglobalmgr.hxx
M lotuswordpro/source/filter/lwpgrfobj.hxx
M lotuswordpro/source/filter/lwpheader.hxx
M lotuswordpro/source/filter/lwpholder.hxx
M lotuswordpro/source/filter/lwphyperlinkmgr.hxx
M lotuswordpro/source/filter/lwpidxmgr.hxx
M lotuswordpro/source/filter/lwplayout.hxx
M lotuswordpro/source/filter/lwplayoutdef.hxx
M lotuswordpro/source/filter/lwplaypiece.hxx
M lotuswordpro/source/filter/lwplnopts.hxx
M lotuswordpro/source/filter/lwpmargins.hxx
M lotuswordpro/source/filter/lwpmarker.hxx
M lotuswordpro/source/filter/lwpnotes.hxx
M lotuswordpro/source/filter/lwpnumberingoverride.hxx
M lotuswordpro/source/filter/lwpnumericfmt.hxx
M lotuswordpro/source/filter/lwpobj.hxx
M lotuswordpro/source/filter/lwpobjfactory.hxx
M lotuswordpro/source/filter/lwpobjhdr.hxx
M lotuswordpro/source/filter/lwpobjtags.hxx
M lotuswordpro/source/filter/lwpoleobject.hxx
M lotuswordpro/source/filter/lwpoverride.hxx
M lotuswordpro/source/filter/lwppagehint.hxx
M lotuswordpro/source/filter/lwppagelayout.hxx
M lotuswordpro/source/filter/lwppara.hxx
M lotuswordpro/source/filter/lwpparaborderoverride.hxx
M lotuswordpro/source/filter/lwpparaproperty.hxx
M lotuswordpro/source/filter/lwpparastyle.hxx
M lotuswordpro/source/filter/lwppiece.hxx
M lotuswordpro/source/filter/lwpproplist.hxx
M lotuswordpro/source/filter/lwpprtinfo.hxx
M lotuswordpro/source/filter/lwppttntbl.hxx
M lotuswordpro/source/filter/lwpresource.hxx
M lotuswordpro/source/filter/lwprowlayout.hxx
M lotuswordpro/source/filter/lwpsdwdrawheader.hxx
M lotuswordpro/source/filter/lwpsdwrect.hxx
M lotuswordpro/source/filter/lwpsection.hxx
M lotuswordpro/source/filter/lwpshadow.hxx
M lotuswordpro/source/filter/lwpsilverbullet.hxx
M lotuswordpro/source/filter/lwpslvlist.hxx
M lotuswordpro/source/filter/lwpsortopt.hxx
M lotuswordpro/source/filter/lwpstory.hxx
M lotuswordpro/source/filter/lwpsvstream.hxx
M lotuswordpro/source/filter/lwptable.hxx
M lotuswordpro/source/filter/lwptablelayout.hxx
M lotuswordpro/source/filter/lwptaboverride.hxx
M lotuswordpro/source/filter/lwptabrack.hxx
M lotuswordpro/source/filter/lwptblcell.hxx
M lotuswordpro/source/filter/lwptblformula.hxx
M lotuswordpro/source/filter/lwptoc.hxx
M lotuswordpro/source/filter/lwptools.hxx
M lotuswordpro/source/filter/lwpuidoc.hxx
M lotuswordpro/source/filter/lwpusewhen.hxx
M lotuswordpro/source/filter/lwpusrdicts.hxx
M lotuswordpro/source/filter/lwpverdocument.hxx
M lotuswordpro/source/filter/lwpvpointer.hxx
M lotuswordpro/source/filter/ut.hxx
M lotuswordpro/source/filter/xfilter/ixfcontent.hxx
M lotuswordpro/source/filter/xfilter/ixfproperty.hxx
M lotuswordpro/source/filter/xfilter/ixfstyle.hxx
M lotuswordpro/source/filter/xfilter/xfannotation.hxx
M lotuswordpro/source/filter/xfilter/xfarrowstyle.hxx
M lotuswordpro/source/filter/xfilter/xfbase64.hxx
M lotuswordpro/source/filter/xfilter/xfbgimage.hxx
M lotuswordpro/source/filter/xfilter/xfbookmark.hxx
M lotuswordpro/source/filter/xfilter/xfborders.hxx
M lotuswordpro/source/filter/xfilter/xfbreaks.hxx
M lotuswordpro/source/filter/xfilter/xfcell.hxx
M lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
M lotuswordpro/source/filter/xfilter/xfchange.hxx
M lotuswordpro/source/filter/xfilter/xfcolor.hxx
M lotuswordpro/source/filter/xfilter/xfcolstyle.hxx
M lotuswordpro/source/filter/xfilter/xfcolumns.hxx
M lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
M lotuswordpro/source/filter/xfilter/xfcontent.hxx
M lotuswordpro/source/filter/xfilter/xfcontentcontainer.hxx
M lotuswordpro/source/filter/xfilter/xfcrossref.hxx
M lotuswordpro/source/filter/xfilter/xfdate.hxx
M lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
M lotuswordpro/source/filter/xfilter/xfdocfield.hxx
M lotuswordpro/source/filter/xfilter/xfdrawareastyle.hxx
M lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
M lotuswordpro/source/filter/xfilter/xfdrawline.hxx
M lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
M lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
M lotuswordpro/source/filter/xfilter/xfdrawpath.hxx
M lotuswordpro/source/filter/xfilter/xfdrawpolygon.hxx
M lotuswordpro/source/filter/xfilter/xfdrawpolyline.hxx
M lotuswordpro/source/filter/xfilter/xfdrawrect.hxx
M lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
M lotuswordpro/source/filter/xfilter/xfdropcap.hxx
M lotuswordpro/source/filter/xfilter/xfendnote.hxx
M lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx
M lotuswordpro/source/filter/xfilter/xfentry.hxx
M lotuswordpro/source/filter/xfilter/xffloatframe.hxx
M lotuswordpro/source/filter/xfilter/xffont.hxx
M lotuswordpro/source/filter/xfilter/xffontdecl.hxx
M lotuswordpro/source/filter/xfilter/xffontfactory.hxx
M lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx
M lotuswordpro/source/filter/xfilter/xffooter.hxx
M lotuswordpro/source/filter/xfilter/xffooterstyle.hxx
M lotuswordpro/source/filter/xfilter/xffootnote.hxx
M lotuswordpro/source/filter/xfilter/xffootnoteconfig.hxx
M lotuswordpro/source/filter/xfilter/xfframe.hxx
M lotuswordpro/source/filter/xfilter/xfframestyle.hxx
M lotuswordpro/source/filter/xfilter/xfglobal.hxx
M lotuswordpro/source/filter/xfilter/xfheader.hxx
M lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
M lotuswordpro/source/filter/xfilter/xfhyperlink.hxx
M lotuswordpro/source/filter/xfilter/xfimage.hxx
M lotuswordpro/source/filter/xfilter/xfimagestyle.hxx
M lotuswordpro/source/filter/xfilter/xfindex.hxx
M lotuswordpro/source/filter/xfilter/xfinputlist.hxx
M lotuswordpro/source/filter/xfilter/xflinebreak.hxx
M lotuswordpro/source/filter/xfilter/xflineheight.hxx
M lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx
M lotuswordpro/source/filter/xfilter/xflist.hxx
M lotuswordpro/source/filter/xfilter/xflistitem.hxx
M lotuswordpro/source/filter/xfilter/xfliststyle.hxx
M lotuswordpro/source/filter/xfilter/xfmargins.hxx
M lotuswordpro/source/filter/xfilter/xfmasterpage.hxx
M lotuswordpro/source/filter/xfilter/xfnumberstyle.hxx
M lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
M lotuswordpro/source/filter/xfilter/xfofficemeta.hxx
M lotuswordpro/source/filter/xfilter/xfpadding.hxx
M lotuswordpro/source/filter/xfilter/xfpagecount.hxx
M lotuswordpro/source/filter/xfilter/xfpagemaster.hxx
M lotuswordpro/source/filter/xfilter/xfpagenumber.hxx
M lotuswordpro/source/filter/xfilter/xfparagraph.hxx
M lotuswordpro/source/filter/xfilter/xfparastyle.hxx
M lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
M lotuswordpro/source/filter/xfilter/xfpoint.hxx
M lotuswordpro/source/filter/xfilter/xfrect.hxx
M lotuswordpro/source/filter/xfilter/xfrow.hxx
M lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
M lotuswordpro/source/filter/xfilter/xfruby.hxx
M lotuswordpro/source/filter/xfilter/xfrubystyle.hxx
M lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx
M lotuswordpro/source/filter/xfilter/xfsaxstream.hxx
M lotuswordpro/source/filter/xfilter/xfsection.hxx
M lotuswordpro/source/filter/xfilter/xfsectionstyle.hxx
M lotuswordpro/source/filter/xfilter/xfshadow.hxx
M lotuswordpro/source/filter/xfilter/xfstyle.hxx
M lotuswordpro/source/filter/xfilter/xfstylecont.hxx
M lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
M lotuswordpro/source/filter/xfilter/xftable.hxx
M lotuswordpro/source/filter/xfilter/xftablestyle.hxx
M lotuswordpro/source/filter/xfilter/xftabstop.hxx
M lotuswordpro/source/filter/xfilter/xftabstyle.hxx
M lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
M lotuswordpro/source/filter/xfilter/xftextcontent.hxx
M lotuswordpro/source/filter/xfilter/xftextspan.hxx
M lotuswordpro/source/filter/xfilter/xftextstyle.hxx
M lotuswordpro/source/filter/xfilter/xftimestyle.hxx
M mysqlc/source/mysqlc_connection.hxx
M mysqlc/source/mysqlc_driver.hxx
M mysqlc/source/mysqlc_resultset.hxx
M mysqlc/source/mysqlc_statement.hxx
M mysqlc/source/mysqlc_types.hxx
M o3tl/inc/o3tl/compat_functional.hxx
M o3tl/inc/o3tl/cow_wrapper.hxx
M o3tl/inc/o3tl/heap_ptr.hxx
M o3tl/inc/o3tl/lazy_update.hxx
M o3tl/inc/o3tl/range.hxx
M o3tl/inc/o3tl/sorted_vector.hxx
M o3tl/inc/o3tl/vector_pool.hxx
M o3tl/qa/cow_wrapper_clients.hxx
M odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
M oox/inc/oox/core/binarycodec.hxx
M oox/inc/oox/core/contexthandler.hxx
M oox/inc/oox/core/contexthandler2.hxx
M oox/inc/oox/core/fastparser.hxx
M oox/inc/oox/core/fasttokenhandler.hxx
M oox/inc/oox/core/filterbase.hxx
M oox/inc/oox/core/filterdetect.hxx
M oox/inc/oox/core/fragmenthandler.hxx
M oox/inc/oox/core/fragmenthandler2.hxx
M oox/inc/oox/core/recordparser.hxx
M oox/inc/oox/core/relations.hxx
M oox/inc/oox/core/relationshandler.hxx
M oox/inc/oox/core/xmlfilterbase.hxx
M oox/inc/oox/drawingml/chart/axiscontext.hxx
M oox/inc/oox/drawingml/chart/axisconverter.hxx
M oox/inc/oox/drawingml/chart/axismodel.hxx
M oox/inc/oox/drawingml/chart/chartcontextbase.hxx
M oox/inc/oox/drawingml/chart/chartconverter.hxx
M oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx
M oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
M oox/inc/oox/drawingml/chart/chartspacefragment.hxx
M oox/inc/oox/drawingml/chart/chartspacemodel.hxx
M oox/inc/oox/drawingml/chart/converterbase.hxx
M oox/inc/oox/drawingml/chart/datasourcecontext.hxx
M oox/inc/oox/drawingml/chart/datasourceconverter.hxx
M oox/inc/oox/drawingml/chart/datasourcemodel.hxx
M oox/inc/oox/drawingml/chart/modelbase.hxx
M oox/inc/oox/drawingml/chart/objectformatter.hxx
M oox/inc/oox/drawingml/chart/plotareacontext.hxx
M oox/inc/oox/drawingml/chart/plotareaconverter.hxx
M oox/inc/oox/drawingml/chart/plotareamodel.hxx
M oox/inc/oox/drawingml/chart/seriescontext.hxx
M oox/inc/oox/drawingml/chart/seriesconverter.hxx
M oox/inc/oox/drawingml/chart/seriesmodel.hxx
M oox/inc/oox/drawingml/chart/titlecontext.hxx
M oox/inc/oox/drawingml/chart/titleconverter.hxx
M oox/inc/oox/drawingml/chart/titlemodel.hxx
M oox/inc/oox/drawingml/chart/typegroupcontext.hxx
M oox/inc/oox/drawingml/chart/typegroupconverter.hxx
M oox/inc/oox/drawingml/chart/typegroupmodel.hxx
M oox/inc/oox/drawingml/clrscheme.hxx
M oox/inc/oox/drawingml/clrschemecontext.hxx
M oox/inc/oox/drawingml/color.hxx
M oox/inc/oox/drawingml/colorchoicecontext.hxx
M oox/inc/oox/drawingml/connectorshapecontext.hxx
M oox/inc/oox/drawingml/customshapegeometry.hxx
M oox/inc/oox/drawingml/customshapeproperties.hxx
M oox/inc/oox/drawingml/diagram/diagram.hxx
M oox/inc/oox/drawingml/drawingmltypes.hxx
M oox/inc/oox/drawingml/effectproperties.hxx
M oox/inc/oox/drawingml/effectpropertiescontext.hxx
M oox/inc/oox/drawingml/embeddedwavaudiofile.hxx
M oox/inc/oox/drawingml/fillproperties.hxx
M oox/inc/oox/drawingml/graphicshapecontext.hxx
M oox/inc/oox/drawingml/guidcontext.hxx
M oox/inc/oox/drawingml/lineproperties.hxx
M oox/inc/oox/drawingml/linepropertiescontext.hxx
M oox/inc/oox/drawingml/objectdefaultcontext.hxx
M oox/inc/oox/drawingml/shape.hxx
M oox/inc/oox/drawingml/shape3dproperties.hxx
M oox/inc/oox/drawingml/shapepropertiescontext.hxx
M oox/inc/oox/drawingml/shapepropertymap.hxx
M oox/inc/oox/drawingml/shapestylecontext.hxx
M oox/inc/oox/drawingml/spdefcontext.hxx
M oox/inc/oox/drawingml/table/tablecell.hxx
M oox/inc/oox/drawingml/table/tableproperties.hxx
M oox/inc/oox/drawingml/table/tablerow.hxx
M oox/inc/oox/drawingml/table/tablestyle.hxx
M oox/inc/oox/drawingml/table/tablestylelist.hxx
M oox/inc/oox/drawingml/table/tablestylelistfragmenthandler.hxx
M oox/inc/oox/drawingml/table/tablestylepart.hxx
M oox/inc/oox/drawingml/textbody.hxx
M oox/inc/oox/drawingml/textbodycontext.hxx
M oox/inc/oox/drawingml/textbodyproperties.hxx
M oox/inc/oox/drawingml/textbodypropertiescontext.hxx
M oox/inc/oox/drawingml/textcharacterproperties.hxx
M oox/inc/oox/drawingml/textcharacterpropertiescontext.hxx
M oox/inc/oox/drawingml/textfield.hxx
M oox/inc/oox/drawingml/textfieldcontext.hxx
M oox/inc/oox/drawingml/textfont.hxx
M oox/inc/oox/drawingml/textliststyle.hxx
M oox/inc/oox/drawingml/textliststylecontext.hxx
M oox/inc/oox/drawingml/textparagraph.hxx
M oox/inc/oox/drawingml/textparagraphproperties.hxx
M oox/inc/oox/drawingml/textparagraphpropertiescontext.hxx
M oox/inc/oox/drawingml/textrun.hxx
M oox/inc/oox/drawingml/textspacing.hxx
M oox/inc/oox/drawingml/theme.hxx
M oox/inc/oox/drawingml/themeelementscontext.hxx
M oox/inc/oox/drawingml/themefragmenthandler.hxx
M oox/inc/oox/drawingml/transform2dcontext.hxx
M oox/inc/oox/dump/dffdumper.hxx
M oox/inc/oox/dump/dumperbase.hxx
M oox/inc/oox/dump/oledumper.hxx
M oox/inc/oox/dump/pptxdumper.hxx
M oox/inc/oox/dump/xlsbdumper.hxx
M oox/inc/oox/export/chartexport.hxx
M oox/inc/oox/export/drawingml.hxx
M oox/inc/oox/export/shapes.hxx
M oox/inc/oox/export/utils.hxx
M oox/inc/oox/export/vmlexport.hxx
M oox/inc/oox/helper/attributelist.hxx
M oox/inc/oox/helper/binaryinputstream.hxx
M oox/inc/oox/helper/binaryoutputstream.hxx
M oox/inc/oox/helper/binarystreambase.hxx
M oox/inc/oox/helper/containerhelper.hxx
M oox/inc/oox/helper/graphichelper.hxx
M oox/inc/oox/helper/helper.hxx
M oox/inc/oox/helper/modelobjecthelper.hxx
M oox/inc/oox/helper/progressbar.hxx
M oox/inc/oox/helper/propertymap.hxx
M oox/inc/oox/helper/propertyset.hxx
M oox/inc/oox/helper/refmap.hxx
M oox/inc/oox/helper/refvector.hxx
M oox/inc/oox/helper/storagebase.hxx
M oox/inc/oox/helper/textinputstream.hxx
M oox/inc/oox/helper/zipstorage.hxx
M oox/inc/oox/mathml/export.hxx
M oox/inc/oox/mathml/import.hxx
M oox/inc/oox/mathml/importutils.hxx
M oox/inc/oox/ole/axbinaryreader.hxx
M oox/inc/oox/ole/axbinarywriter.hxx
M oox/inc/oox/ole/axcontrol.hxx
M oox/inc/oox/ole/axcontrolfragment.hxx
M oox/inc/oox/ole/axfontdata.hxx
M oox/inc/oox/ole/olehelper.hxx
M oox/inc/oox/ole/oleobjecthelper.hxx
M oox/inc/oox/ole/olestorage.hxx
M oox/inc/oox/ole/vbacontrol.hxx
M oox/inc/oox/ole/vbahelper.hxx
M oox/inc/oox/ole/vbainputstream.hxx
M oox/inc/oox/ole/vbamodule.hxx
M oox/inc/oox/ole/vbaproject.hxx
M oox/inc/oox/ppt/backgroundproperties.hxx
M oox/inc/oox/ppt/comments.hxx
M oox/inc/oox/ppt/customshowlistcontext.hxx
M oox/inc/oox/ppt/dgmimport.hxx
M oox/inc/oox/ppt/dgmlayout.hxx
M oox/inc/oox/ppt/pptgraphicshapecontext.hxx
M oox/inc/oox/ppt/pptimport.hxx
M oox/inc/oox/ppt/pptshape.hxx
M oox/inc/oox/ppt/pptshapecontext.hxx
M oox/inc/oox/ppt/pptshapepropertiescontext.hxx
M oox/inc/oox/ppt/slidemastertextstylescontext.hxx
M oox/inc/oox/ppt/slidepersist.hxx
M oox/inc/oox/ppt/timenode.hxx
M oox/inc/oox/token/namespacemap.hxx
M oox/inc/oox/token/propertynames.hxx
M oox/inc/oox/token/tokenmap.hxx
M oox/inc/oox/vml/vmldrawing.hxx
M oox/inc/oox/vml/vmldrawingfragment.hxx
M oox/inc/oox/vml/vmlformatting.hxx
M oox/inc/oox/vml/vmlinputstream.hxx
M oox/inc/oox/vml/vmlshape.hxx
M oox/inc/oox/vml/vmlshapecontainer.hxx
M oox/inc/oox/vml/vmlshapecontext.hxx
M oox/inc/oox/vml/vmltextbox.hxx
M oox/inc/oox/vml/vmltextboxcontext.hxx
M oox/source/docprop/docprophandler.hxx
M oox/source/docprop/ooxmldocpropimport.hxx
M oox/source/drawingml/diagram/constraintlistcontext.hxx
M oox/source/drawingml/diagram/diagram.hxx
M oox/source/drawingml/diagram/diagramdefinitioncontext.hxx
M oox/source/drawingml/diagram/diagramlayoutatoms.hxx
M oox/source/drawingml/diagram/layoutnodecontext.hxx
M oox/source/drawingml/hyperlinkcontext.hxx
M oox/source/drawingml/textspacingcontext.hxx
M oox/source/drawingml/texttabstoplistcontext.hxx
M oox/source/ppt/animationtypes.hxx
M oox/source/shape/ShapeContextHandler.hxx
M oox/source/shape/ShapeFilterBase.hxx
M package/inc/ByteChucker.hxx
M package/inc/ByteGrabber.hxx
M package/inc/CRC32.hxx
M package/inc/EncryptedDataHeader.hxx
M package/inc/EncryptionData.hxx
M package/inc/HashMaps.hxx
M package/inc/PackageConstants.hxx
M package/inc/ZipEntry.hxx
M package/inc/ZipEnumeration.hxx
M package/inc/ZipFile.hxx
M package/inc/ZipOutputStream.hxx
M package/inc/ZipPackage.hxx
M package/inc/ZipPackageBuffer.hxx
M package/inc/ZipPackageEntry.hxx
M package/inc/ZipPackageFolder.hxx
M package/inc/ZipPackageStream.hxx
M package/inc/mutexholder.hxx
M package/inc/package/Deflater.hxx
M package/inc/package/Inflater.hxx
M package/inc/zipfileaccess.hxx
M package/source/manifest/ManifestDefines.hxx
M package/source/manifest/ManifestExport.hxx
M package/source/manifest/ManifestImport.hxx
M package/source/manifest/ManifestReader.hxx
M package/source/manifest/ManifestWriter.hxx
M package/source/xstor/disposelistener.hxx
M package/source/xstor/ocompinstream.hxx
M package/source/xstor/ohierarchyholder.hxx
M package/source/xstor/oseekinstream.hxx
M package/source/xstor/owriteablestream.hxx
M package/source/xstor/selfterminatefilestream.hxx
M package/source/xstor/switchpersistencestream.hxx
M package/source/zipapi/MemoryByteGrabber.hxx
M package/source/zipapi/XUnbufferedStream.hxx
M package/source/zipapi/blowfishcontext.hxx
M package/source/zipapi/sha1context.hxx
M package/source/zippackage/ContentInfo.hxx
M package/source/zippackage/ZipPackageFolderEnumeration.hxx
M package/source/zippackage/ZipPackageSink.hxx
M package/source/zippackage/wrapstreamforshare.hxx
M padmin/source/adddlg.hxx
M padmin/source/cmddlg.hxx
M padmin/source/desktopcontext.hxx
M padmin/source/helper.hxx
M padmin/source/newppdlg.hxx
M padmin/source/padialog.hxx
M padmin/source/progress.hxx
M padmin/source/prtsetup.hxx
M padmin/source/titlectrl.hxx
M pyuno/inc/pyuno/pyuno.hxx
M registry/inc/registry/reflread.hxx
M registry/inc/registry/refltype.hxx
M registry/inc/registry/reflwrit.hxx
M registry/inc/registry/registry.hxx
M registry/source/keyimpl.hxx
M registry/source/reflcnst.hxx
M registry/source/regimpl.hxx
M registry/source/regkey.hxx
M registry/tools/fileurl.hxx
M registry/tools/options.hxx
M reportdesign/inc/ModuleHelper.hxx
M reportdesign/inc/PropertyForward.hxx
M reportdesign/inc/ReportDefinition.hxx
M reportdesign/inc/ReportHelperDefines.hxx
M reportdesign/inc/ReportVisitor.hxx
M reportdesign/inc/RptDef.hxx
M reportdesign/inc/RptModel.hxx
M reportdesign/inc/RptObject.hxx
M reportdesign/inc/RptPage.hxx
M reportdesign/inc/UndoActions.hxx
M reportdesign/inc/UndoEnv.hxx
M reportdesign/inc/conditionalexpression.hxx
M reportdesign/inc/reportformula.hxx
M reportdesign/source/core/inc/FixedLine.hxx
M reportdesign/source/core/inc/FixedText.hxx
M reportdesign/source/core/inc/FormatCondition.hxx
M reportdesign/source/core/inc/FormattedField.hxx
M reportdesign/source/core/inc/Function.hxx
M reportdesign/source/core/inc/Functions.hxx
M reportdesign/source/core/inc/Group.hxx
M reportdesign/source/core/inc/Groups.hxx
M reportdesign/source/core/inc/ImageControl.hxx
M reportdesign/source/core/inc/ReportComponent.hxx
M reportdesign/source/core/inc/ReportControlModel.hxx
M reportdesign/source/core/inc/ReportDrawPage.hxx
M reportdesign/source/core/inc/ReportEngineJFree.hxx
M reportdesign/source/core/inc/ReportHelperImpl.hxx
M reportdesign/source/core/inc/ReportUndoFactory.hxx
M reportdesign/source/core/inc/RptObjectListener.hxx
M reportdesign/source/core/inc/Section.hxx
M reportdesign/source/core/inc/Shape.hxx
M reportdesign/source/core/inc/Tools.hxx
M reportdesign/source/core/inc/conditionupdater.hxx
M reportdesign/source/core/inc/core_resource.hxx
M reportdesign/source/core/sdr/formatnormalizer.hxx
M reportdesign/source/filter/xml/dbloader2.hxx
M reportdesign/source/filter/xml/xmlAutoStyle.hxx
M reportdesign/source/filter/xml/xmlCell.hxx
M reportdesign/source/filter/xml/xmlColumn.hxx
M reportdesign/source/filter/xml/xmlComponent.hxx
M reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
M reportdesign/source/filter/xml/xmlControlProperty.hxx
M reportdesign/source/filter/xml/xmlEnums.hxx
M reportdesign/source/filter/xml/xmlExport.hxx
M reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx
M reportdesign/source/filter/xml/xmlFixedContent.hxx
M reportdesign/source/filter/xml/xmlFormatCondition.hxx
M reportdesign/source/filter/xml/xmlFunction.hxx
M reportdesign/source/filter/xml/xmlGroup.hxx
M reportdesign/source/filter/xml/xmlHelper.hxx
M reportdesign/source/filter/xml/xmlImage.hxx
M reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx
M reportdesign/source/filter/xml/xmlMasterFields.hxx
M reportdesign/source/filter/xml/xmlPropertyHandler.hxx
M reportdesign/source/filter/xml/xmlReport.hxx
M reportdesign/source/filter/xml/xmlReportElement.hxx
M reportdesign/source/filter/xml/xmlReportElementBase.hxx
M reportdesign/source/filter/xml/xmlSection.hxx
M reportdesign/source/filter/xml/xmlStyleImport.hxx
M reportdesign/source/filter/xml/xmlSubDocument.hxx
M reportdesign/source/filter/xml/xmlTable.hxx
M reportdesign/source/filter/xml/xmlfilter.hxx
M reportdesign/source/inc/GroupProperties.hxx
M reportdesign/source/ui/dlg/Condition.hxx
M reportdesign/source/ui/dlg/GroupExchange.hxx
M reportdesign/source/ui/inc/AddField.hxx
M reportdesign/source/ui/inc/ColorChanger.hxx
M reportdesign/source/ui/inc/ColorListener.hxx
M reportdesign/source/ui/inc/ColumnInfo.hxx
M reportdesign/source/ui/inc/CondFormat.hxx
M reportdesign/source/ui/inc/DataProviderHandler.hxx
M reportdesign/source/ui/inc/DateTime.hxx
M reportdesign/source/ui/inc/DefaultInspection.hxx
M reportdesign/source/ui/inc/DesignView.hxx
M reportdesign/source/ui/inc/EndMarker.hxx
M reportdesign/source/ui/inc/FixedTextColor.hxx
M reportdesign/source/ui/inc/FormattedFieldBeautifier.hxx
M reportdesign/source/ui/inc/Formula.hxx
M reportdesign/source/ui/inc/FunctionHelper.hxx
M reportdesign/source/ui/inc/GeometryHandler.hxx
M reportdesign/source/ui/inc/GroupsSorting.hxx
M reportdesign/source/ui/inc/IReportControllerObserver.hxx
M reportdesign/source/ui/inc/MarkedSection.hxx
M reportdesign/source/ui/inc/Navigator.hxx
M reportdesign/source/ui/inc/PageNumber.hxx
M reportdesign/source/ui/inc/ReportComponentHandler.hxx
M reportdesign/source/ui/inc/ReportController.hxx
M reportdesign/source/ui/inc/ReportControllerObserver.hxx
M reportdesign/source/ui/inc/ReportDefines.hxx
M reportdesign/source/ui/inc/ReportRuler.hxx
M reportdesign/source/ui/inc/ReportSection.hxx
M reportdesign/source/ui/inc/ReportWindow.hxx
M reportdesign/source/ui/inc/RptUndo.hxx
M reportdesign/source/ui/inc/ScrollHelper.hxx
M reportdesign/source/ui/inc/SectionView.hxx
M reportdesign/source/ui/inc/SectionWindow.hxx
M reportdesign/source/ui/inc/StartMarker.hxx
M reportdesign/source/ui/inc/UITools.hxx
M reportdesign/source/ui/inc/ViewsWindow.hxx
M reportdesign/source/ui/inc/dlgedclip.hxx
M reportdesign/source/ui/inc/dlgedfac.hxx
M reportdesign/source/ui/inc/dlgedfunc.hxx
M reportdesign/source/ui/inc/dlgpage.hxx
M reportdesign/source/ui/inc/metadata.hxx
M reportdesign/source/ui/inc/propbrw.hxx
M reportdesign/source/ui/inc/statusbarcontroller.hxx
M reportdesign/source/ui/inc/toolboxcontroller.hxx
M rsc/inc/rsc/rsc-vcl-shared-types.hxx
M rsc/inc/rsc/rscsfx.hxx
M rsc/inc/rscarray.hxx
M rsc/inc/rscclass.hxx
M rsc/inc/rscclobj.hxx
M rsc/inc/rscconst.hxx
M rsc/inc/rsccont.hxx
M rsc/inc/rscdb.hxx
M rsc/inc/rscdef.hxx
M rsc/inc/rscflag.hxx
M rsc/inc/rsckey.hxx
M rsc/inc/rscmgr.hxx
M rsc/inc/rscpar.hxx
M rsc/inc/rscrange.hxx
M rsc/inc/rscrsc.hxx
M rsc/inc/rscstr.hxx
M rsc/inc/rsctools.hxx
M rsc/inc/rsctop.hxx
M rsc/inc/rsctree.hxx
M rsc/inc/vclrsc.hxx
M sal/inc/cppunittester/protectorfactory.hxx
M sal/inc/osl/conditn.hxx
M sal/inc/osl/diagnose.hxx
M sal/inc/osl/file.hxx
M sal/inc/osl/getglobalmutex.hxx
M sal/inc/osl/module.hxx
M sal/inc/osl/mutex.hxx
M sal/inc/osl/pipe.hxx
M sal/inc/osl/pipe_decl.hxx
M sal/inc/osl/profile.hxx
M sal/inc/osl/security_decl.hxx
M sal/inc/osl/socket.hxx
M sal/inc/osl/socket_decl.hxx
M sal/inc/osl/thread.hxx
M sal/inc/rtl/allocator.hxx
M sal/inc/rtl/bootstrap.hxx
M sal/inc/rtl/byteseq.hxx
M sal/inc/rtl/instance.hxx
M sal/inc/rtl/logfile.hxx
M sal/inc/rtl/malformeduriexception.hxx
M sal/inc/rtl/math.hxx
M sal/inc/rtl/ref.hxx
M sal/inc/rtl/stringconcat.hxx
M sal/inc/rtl/stringutils.hxx
M sal/inc/rtl/uri.hxx
M sal/inc/sal/ByteBufferWrapper.hxx
M sal/inc/sal/log.hxx
M sal/osl/all/logformat.hxx
M sal/osl/unx/createfilehandlefromfd.hxx
M sal/osl/unx/file_impl.hxx
M sal/osl/unx/file_path_helper.hxx
M sal/osl/unx/uunxapi.hxx
M sal/osl/w32/path_helper.hxx
M sal/qa/inc/stringhelper.hxx
M sal/qa/osl/socket/sockethelper.hxx
M sal/rtl/alloc_arena.hxx
M sal/rtl/alloc_cache.hxx
M sal/rtl/alloc_impl.hxx
M sal/rtl/hash.hxx
M sal/rtl/strimp.hxx
M sal/rtl/surrogates.hxx
M sal/textenc/context.hxx
M sal/textenc/convertbig5hkscs.hxx
M sal/textenc/converter.hxx
M sal/textenc/converteuctw.hxx
M sal/textenc/convertgb18030.hxx
M sal/textenc/convertiso2022cn.hxx
M sal/textenc/convertiso2022jp.hxx
M sal/textenc/convertiso2022kr.hxx
M sal/textenc/convertsimple.hxx
M sal/textenc/convertsinglebytetobmpunicode.hxx
M sal/textenc/gettextencodingdata.hxx
M sal/textenc/handleundefinedunicodetotextchar.hxx
M sal/textenc/tcvtbyte.hxx
M sal/textenc/tcvtutf8.hxx
M sal/textenc/tenchelp.hxx
M sal/textenc/unichars.hxx
M salhelper/inc/salhelper/condition.hxx
M salhelper/inc/salhelper/dynload.hxx
M salhelper/inc/salhelper/linkhelper.hxx
M salhelper/inc/salhelper/refobj.hxx
M salhelper/inc/salhelper/simplereferenceobject.hxx
M salhelper/inc/salhelper/singletonref.hxx
M salhelper/inc/salhelper/thread.hxx
M salhelper/inc/salhelper/timer.hxx
M salhelper/test/rtti/samplelibrtti.hxx
M sax/inc/sax/fastattribs.hxx
M sax/inc/sax/fshelper.hxx
M sax/inc/sax/tools/converter.hxx
M sax/source/expatwrap/attrlistimpl.hxx
M sax/source/fastparser/fastparser.hxx
M sax/source/tools/fastserializer.hxx
M sc/inc/AccessibleFilterMenu.hxx
M sc/inc/AccessibleFilterMenuItem.hxx
M sc/inc/AccessibleFilterTopWindow.hxx
M sc/inc/AccessibleGlobal.hxx
M sc/inc/ViewSettingsSequenceDefines.hxx
M sc/inc/addincfg.hxx
M sc/inc/addincol.hxx
M sc/inc/address.hxx
M sc/inc/addruno.hxx
M sc/inc/afmtuno.hxx
M sc/inc/appluno.hxx
M sc/inc/appoptio.hxx
M sc/inc/arealink.hxx
M sc/inc/attarray.hxx
M sc/inc/attrib.hxx
M sc/inc/autoform.hxx
M sc/inc/autonamecache.hxx
M sc/inc/bigrange.hxx
M sc/inc/brdcst.hxx
M sc/inc/calcconfig.hxx
M sc/inc/callform.hxx
M sc/inc/cell.hxx
M sc/inc/cellform.hxx
M sc/inc/cellsuno.hxx
M sc/inc/chart2uno.hxx
M sc/inc/chartarr.hxx
M sc/inc/charthelper.hxx
M sc/inc/chartlis.hxx
M sc/inc/chartlock.hxx
M sc/inc/chartpos.hxx
M sc/inc/chartuno.hxx
M sc/inc/chgtrack.hxx
M sc/inc/chgviset.hxx
M sc/inc/clipdata.hxx
M sc/inc/clipparam.hxx
M sc/inc/colorscale.hxx
M sc/inc/column.hxx
M sc/inc/columniterator.hxx
M sc/inc/compiler.hxx
M sc/inc/compressedarray.hxx
M sc/inc/conditio.hxx
M sc/inc/confuno.hxx
M sc/inc/consoli.hxx
M sc/inc/convuno.hxx
M sc/inc/cursuno.hxx
M sc/inc/dapiuno.hxx
M sc/inc/datauno.hxx
M sc/inc/dbdata.hxx
M sc/inc/dbdocutl.hxx
M sc/inc/defaultsoptions.hxx
M sc/inc/defltuno.hxx
M sc/inc/detdata.hxx
M sc/inc/detfunc.hxx
M sc/inc/dispuno.hxx
M sc/inc/dociter.hxx
M sc/inc/docoptio.hxx
M sc/inc/docparam.hxx
M sc/inc/docpool.hxx
M sc/inc/document.hxx
M sc/inc/docuno.hxx
M sc/inc/dpcache.hxx
M sc/inc/dpdimsave.hxx
M sc/inc/dpfilteredcache.hxx
M sc/inc/dpglobal.hxx
M sc/inc/dpgroup.hxx
M sc/inc/dpitemdata.hxx
M sc/inc/dpmacros.hxx
M sc/inc/dpnumgroupinfo.hxx
M sc/inc/dpobject.hxx
M sc/inc/dpoutput.hxx
M sc/inc/dpoutputgeometry.hxx
M sc/inc/dpsave.hxx
M sc/inc/dpsdbtab.hxx
M sc/inc/dpshttab.hxx
M sc/inc/dptabdat.hxx
M sc/inc/dptabres.hxx
M sc/inc/dptabsrc.hxx
M sc/inc/dptypes.hxx
M sc/inc/dputil.hxx
M sc/inc/dragdata.hxx
M sc/inc/drawattr.hxx
M sc/inc/drawpage.hxx
M sc/inc/drdefuno.hxx
M sc/inc/drwlayer.hxx
M sc/inc/editsrc.hxx
M sc/inc/editutil.hxx
M sc/inc/eventuno.hxx
M sc/inc/externalrefmgr.hxx
M sc/inc/fielduno.hxx
M sc/inc/fillinfo.hxx
M sc/inc/filter.hxx
M sc/inc/filtopt.hxx
M sc/inc/filtuno.hxx
M sc/inc/fmtuno.hxx
M sc/inc/forbiuno.hxx
M sc/inc/formulaopt.hxx
M sc/inc/formulaparserpool.hxx
M sc/inc/formularesult.hxx
M sc/inc/funcdesc.hxx
M sc/inc/funcuno.hxx
M sc/inc/global.hxx
M sc/inc/globalnames.hxx
M sc/inc/hints.hxx
M sc/inc/inputopt.hxx
M sc/inc/linkuno.hxx
M sc/inc/listenercalls.hxx
M sc/inc/lookupcache.hxx
M sc/inc/macromgr.hxx
M sc/inc/markarr.hxx
M sc/inc/markdata.hxx
M sc/inc/miscuno.hxx
M sc/inc/mutexhlp.hxx
M sc/inc/nameuno.hxx
M sc/inc/navicfg.hxx
M sc/inc/notesuno.hxx
M sc/inc/olinetab.hxx
M sc/inc/optuno.hxx
M sc/inc/optutil.hxx
M sc/inc/orcusfilters.hxx
M sc/inc/orcusxml.hxx
M sc/inc/pagepar.hxx
M sc/inc/pageuno.hxx
M sc/inc/paramisc.hxx
M sc/inc/patattr.hxx
M sc/inc/pivot.hxx
M sc/inc/postit.hxx
M sc/inc/printopt.hxx
M sc/inc/prnsave.hxx
M sc/inc/progress.hxx
M sc/inc/queryentry.hxx
M sc/inc/queryparam.hxx
M sc/inc/rangelst.hxx
M sc/inc/rangenam.hxx
M sc/inc/rangeseq.hxx
M sc/inc/rangeutl.hxx
M sc/inc/rechead.hxx
M sc/inc/recursionhelper.hxx
M sc/inc/refdata.hxx
M sc/inc/reffind.hxx
M sc/inc/refreshtimer.hxx
M sc/inc/reftokenhelper.hxx
M sc/inc/scabstdlg.hxx
M sc/inc/scdll.hxx
M sc/inc/scextopt.hxx
M sc/inc/scitems.hxx
M sc/inc/scmatrix.hxx
M sc/inc/scmod.hxx
M sc/inc/scresid.hxx
M sc/inc/segmenttree.hxx
M sc/inc/servuno.hxx
M sc/inc/shapeuno.hxx
M sc/inc/sheetdata.hxx
M sc/inc/sheetevents.hxx
M sc/inc/shellids.hxx
M sc/inc/simplerangelist.hxx
M sc/inc/sortparam.hxx
M sc/inc/srchuno.hxx
M sc/inc/stlalgorithm.hxx
M sc/inc/stlpool.hxx
M sc/inc/stlsheet.hxx
M sc/inc/stringutil.hxx
M sc/inc/strload.hxx
M sc/inc/styleuno.hxx
M sc/inc/subtotal.hxx
M sc/inc/subtotalparam.hxx
M sc/inc/tabbgcolor.hxx
M sc/inc/table.hxx
M sc/inc/tablink.hxx
M sc/inc/tabopparams.hxx
M sc/inc/tabprotection.hxx
M sc/inc/targuno.hxx
M sc/inc/textuno.hxx
M sc/inc/token.hxx
M sc/inc/tokenarray.hxx
M sc/inc/tokenuno.hxx
M sc/inc/typedstrdata.hxx
M sc/inc/types.hxx
M sc/inc/undorangename.hxx
M sc/inc/unitconv.hxx
M sc/inc/unonames.hxx
M sc/inc/unoreflist.hxx
M sc/inc/unowids.hxx
M sc/inc/userdat.hxx
M sc/inc/userlist.hxx
M sc/inc/validat.hxx
M sc/inc/viewopti.hxx
M sc/inc/viewuno.hxx
M sc/inc/waitoff.hxx
M sc/inc/warnpassword.hxx
M sc/inc/xmlwrap.hxx
M sc/inc/zforauto.hxx
M sc/qa/unit/helper/debughelper.hxx
M sc/qa/unit/helper/qahelper.hxx
M sc/qa/unit/ucalc.cxx
M sc/source/core/inc/addinhelpid.hxx
M sc/source/core/inc/addinlis.hxx
M sc/source/core/inc/adiasync.hxx
M sc/source/core/inc/bcaslot.hxx
M sc/source/core/inc/cellkeytranslator.hxx
M sc/source/core/inc/ddelink.hxx
M sc/source/core/inc/doubleref.hxx
M sc/source/core/inc/interpre.hxx
M sc/source/core/inc/jumpmatrix.hxx
M sc/source/core/inc/parclass.hxx
M sc/source/core/inc/poolhelp.hxx
M sc/source/core/inc/random.hxx
M sc/source/core/inc/refupdat.hxx
M sc/source/core/inc/scrdata.hxx
M sc/source/filter/excel/xltoolbar.hxx
M sc/source/filter/inc/XclExpChangeTrack.hxx
M sc/source/filter/inc/XclImpChangeTrack.hxx
M sc/source/filter/inc/addressconverter.hxx
M sc/source/filter/inc/autofilterbuffer.hxx
M sc/source/filter/inc/autofiltercontext.hxx
M sc/source/filter/inc/biff.hxx
M sc/source/filter/inc/biffcodec.hxx
M sc/source/filter/inc/biffhelper.hxx
M sc/source/filter/inc/biffinputstream.hxx
M sc/source/filter/inc/chartsheetfragment.hxx
M sc/source/filter/inc/colrowst.hxx
M sc/source/filter/inc/commentsbuffer.hxx
M sc/source/filter/inc/commentsfragment.hxx
M sc/source/filter/inc/condformatbuffer.hxx
M sc/source/filter/inc/condformatcontext.hxx
M sc/source/filter/inc/connectionsbuffer.hxx
M sc/source/filter/inc/connectionsfragment.hxx
M sc/source/filter/inc/defnamesbuffer.hxx
M sc/source/filter/inc/dif.hxx
M sc/source/filter/inc/drawingbase.hxx
M sc/source/filter/inc/drawingfragment.hxx
M sc/source/filter/inc/drawingmanager.hxx
M sc/source/filter/inc/eeimport.hxx
M sc/source/filter/inc/eeparser.hxx
M sc/source/filter/inc/excdefs.hxx
M sc/source/filter/inc/excdoc.hxx
M sc/source/filter/inc/excelchartconverter.hxx
M sc/source/filter/inc/excelfilter.hxx
M sc/source/filter/inc/excelhandlers.hxx
M sc/source/filter/inc/excelvbaproject.hxx
M sc/source/filter/inc/excform.hxx
M sc/source/filter/inc/excimp8.hxx
M sc/source/filter/inc/excrecds.hxx
M sc/source/filter/inc/excscen.hxx
M sc/source/filter/inc/exp_op.hxx
M sc/source/filter/inc/expbase.hxx
M sc/source/filter/inc/externallinkbuffer.hxx
M sc/source/filter/inc/externallinkfragment.hxx
M sc/source/filter/inc/fapihelper.hxx
M sc/source/filter/inc/flttypes.hxx
M sc/source/filter/inc/formel.hxx
M sc/source/filter/inc/formulabase.hxx
M sc/source/filter/inc/formulabuffer.hxx
M sc/source/filter/inc/formulaparser.hxx
M sc/source/filter/inc/fprogressbar.hxx
M sc/source/filter/inc/ftools.hxx
M sc/source/filter/inc/htmlexp.hxx
M sc/source/filter/inc/htmlimp.hxx
M sc/source/filter/inc/htmlpars.hxx
M sc/source/filter/inc/imp_op.hxx
M sc/source/filter/inc/lotattr.hxx
M sc/source/filter/inc/lotfntbf.hxx
M sc/source/filter/inc/lotform.hxx
M sc/source/filter/inc/lotimpop.hxx
M sc/source/filter/inc/lotrange.hxx
M sc/source/filter/inc/namebuff.hxx
M sc/source/filter/inc/numberformatsbuffer.hxx
M sc/source/filter/inc/orcusfiltersimpl.hxx
M sc/source/filter/inc/orcusinterface.hxx
M sc/source/filter/inc/otlnbuff.hxx
M sc/source/filter/inc/pagesettings.hxx
M sc/source/filter/inc/pivotcachebuffer.hxx
M sc/source/filter/inc/pivotcachefragment.hxx
M sc/source/filter/inc/pivottablebuffer.hxx
M sc/source/filter/inc/pivottablefragment.hxx
M sc/source/filter/inc/qpro.hxx
M sc/source/filter/inc/qproform.hxx
M sc/source/filter/inc/qprostyle.hxx
M sc/source/filter/inc/querytablebuffer.hxx
M sc/source/filter/inc/querytablefragment.hxx
M sc/source/filter/inc/richstring.hxx
M sc/source/filter/inc/richstringcontext.hxx
M sc/source/filter/inc/root.hxx
M sc/source/filter/inc/rtfexp.hxx
M sc/source/filter/inc/rtfimp.hxx
M sc/source/filter/inc/rtfparse.hxx
M sc/source/filter/inc/scenariobuffer.hxx
M sc/source/filter/inc/scenariocontext.hxx
M sc/source/filter/inc/scflt.hxx
M sc/source/filter/inc/scfobj.hxx
M sc/source/filter/inc/sharedstringsbuffer.hxx
M sc/source/filter/inc/sharedstringsfragment.hxx
M sc/source/filter/inc/sheetdatabuffer.hxx
M sc/source/filter/inc/sheetdatacontext.hxx
M sc/source/filter/inc/stylesbuffer.hxx
M sc/source/filter/inc/stylesfragment.hxx
M sc/source/filter/inc/tablebuffer.hxx
M sc/source/filter/inc/tablefragment.hxx
M sc/source/filter/inc/themebuffer.hxx
M sc/source/filter/inc/tokstack.hxx
M sc/source/filter/inc/unitconverter.hxx
M sc/source/filter/inc/viewsettings.hxx
M sc/source/filter/inc/workbookfragment.hxx
M sc/source/filter/inc/workbookhelper.hxx
M sc/source/filter/inc/workbooksettings.hxx
M sc/source/filter/inc/worksheetbuffer.hxx
M sc/source/filter/inc/worksheetfragment.hxx
M sc/source/filter/inc/worksheethelper.hxx
M sc/source/filter/inc/worksheetsettings.hxx
M sc/source/filter/inc/xcl97dum.hxx
M sc/source/filter/inc/xcl97esc.hxx
M sc/source/filter/inc/xcl97rec.hxx
M sc/source/filter/inc/xechart.hxx
M sc/source/filter/inc/xecontent.hxx
M sc/source/filter/inc/xeescher.hxx
M sc/source/filter/inc/xeextlst.hxx
M sc/source/filter/inc/xeformula.hxx
M sc/source/filter/inc/xehelper.hxx
M sc/source/filter/inc/xelink.hxx
M sc/source/filter/inc/xename.hxx
M sc/source/filter/inc/xepage.hxx
M sc/source/filter/inc/xepivot.hxx
M sc/source/filter/inc/xerecord.hxx
M sc/source/filter/inc/xeroot.hxx
M sc/source/filter/inc/xestream.hxx
M sc/source/filter/inc/xestring.hxx
M sc/source/filter/inc/xestyle.hxx
M sc/source/filter/inc/xetable.hxx
M sc/source/filter/inc/xeview.hxx
M sc/source/filter/inc/xichart.hxx
M sc/source/filter/inc/xicontent.hxx
M sc/source/filter/inc/xiescher.hxx
M sc/source/filter/inc/xiformula.hxx
M sc/source/filter/inc/xihelper.hxx
M sc/source/filter/inc/xilink.hxx
M sc/source/filter/inc/xiname.hxx
M sc/source/filter/inc/xipage.hxx
M sc/source/filter/inc/xipivot.hxx
M sc/source/filter/inc/xiroot.hxx
M sc/source/filter/inc/xistream.hxx
M sc/source/filter/inc/xistring.hxx
M sc/source/filter/inc/xistyle.hxx
M sc/source/filter/inc/xiview.hxx
M sc/source/filter/inc/xladdress.hxx
M sc/source/filter/inc/xlchart.hxx
M sc/source/filter/inc/xlconst.hxx
M sc/source/filter/inc/xlcontent.hxx
M sc/source/filter/inc/xlescher.hxx
M sc/source/filter/inc/xlformula.hxx
M sc/source/filter/inc/xllink.hxx
M sc/source/filter/inc/xlname.hxx
M sc/source/filter/inc/xlpage.hxx
M sc/source/filter/inc/xlpivot.hxx
M sc/source/filter/inc/xlroot.hxx
M sc/source/filter/inc/xlstream.hxx
M sc/source/filter/inc/xlstring.hxx
M sc/source/filter/inc/xlstyle.hxx
M sc/source/filter/inc/xltable.hxx
M sc/source/filter/inc/xltools.hxx
M sc/source/filter/inc/xltracer.hxx
M sc/source/filter/inc/xlview.hxx
M sc/source/filter/starcalc/collect.hxx
M sc/source/filter/xml/XMLCalculationSettingsContext.hxx
M sc/source/filter/xml/XMLCellRangeSourceContext.hxx
M sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
M sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx
M sc/source/filter/xml/XMLCodeNameProvider.hxx
M sc/source/filter/xml/XMLColumnRowGroupExport.hxx
M sc/source/filter/xml/XMLConsolidationContext.hxx
M sc/source/filter/xml/XMLConverter.hxx
M sc/source/filter/xml/XMLDDELinksContext.hxx
M sc/source/filter/xml/XMLDetectiveContext.hxx
M sc/source/filter/xml/XMLEmptyContext.hxx
M sc/source/filter/xml/XMLExportDDELinks.hxx
M sc/source/filter/xml/XMLExportDataPilot.hxx
M sc/source/filter/xml/XMLExportDatabaseRanges.hxx
M sc/source/filter/xml/XMLExportIterator.hxx
M sc/source/filter/xml/XMLExportSharedData.hxx
M sc/source/filter/xml/XMLStylesExportHelper.hxx
M sc/source/filter/xml/XMLStylesImportHelper.hxx
M sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
M sc/source/filter/xml/XMLTableMasterPageExport.hxx
M sc/source/filter/xml/XMLTableShapeImportHelper.hxx
M sc/source/filter/xml/XMLTableShapeResizer.hxx
M sc/source/filter/xml/XMLTableShapesContext.hxx
M sc/source/filter/xml/XMLTableSourceContext.hxx
M sc/source/filter/xml/XMLTrackedChangesContext.hxx
M sc/source/filter/xml/cachedattraccess.hxx
M sc/source/filter/xml/celltextparacontext.hxx
M sc/source/filter/xml/editattributemap.hxx
M sc/source/filter/xml/importcontext.hxx
M sc/source/filter/xml/xmlannoi.hxx
M sc/source/filter/xml/xmlbodyi.hxx
M sc/source/filter/xml/xmlcelli.hxx
M sc/source/filter/xml/xmlcoli.hxx
M sc/source/filter/xml/xmlconti.hxx
M sc/source/filter/xml/xmlcvali.hxx
M sc/source/filter/xml/xmldpimp.hxx
M sc/source/filter/xml/xmldrani.hxx
M sc/source/filter/xml/xmlexprt.hxx
M sc/source/filter/xml/xmlexternaltabi.hxx
M sc/source/filter/xml/xmlfilti.hxx
M sc/source/filter/xml/xmlimprt.hxx
M sc/source/filter/xml/xmllabri.hxx
M sc/source/filter/xml/xmlnexpi.hxx
M sc/source/filter/xml/xmlrowi.hxx
M sc/source/filter/xml/xmlsceni.hxx
M sc/source/filter/xml/xmlsorti.hxx
M sc/source/filter/xml/xmlstyle.hxx
M sc/source/filter/xml/xmlstyli.hxx
M sc/source/filter/xml/xmlsubti.hxx
M sc/source/filter/xml/xmltabi.hxx
M sc/source/ui/attrdlg/scdlgfact.hxx
M sc/source/ui/collab/sendfunc.hxx
M sc/source/ui/dbgui/dpuiglobal.hxx
M sc/source/ui/docshell/docshimp.hxx
M sc/source/ui/inc/AccessibilityHints.hxx
M sc/source/ui/inc/AccessibleCell.hxx
M sc/source/ui/inc/AccessibleCellBase.hxx
M sc/source/ui/inc/AccessibleContextBase.hxx
M sc/source/ui/inc/AccessibleCsvControl.hxx
M sc/source/ui/inc/AccessibleDataPilotControl.hxx
M sc/source/ui/inc/AccessibleDocument.hxx
M sc/source/ui/inc/AccessibleDocumentBase.hxx
M sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
M sc/source/ui/inc/AccessibleEditObject.hxx
M sc/source/ui/inc/AccessiblePageHeader.hxx
M sc/source/ui/inc/AccessiblePageHeaderArea.hxx
M sc/source/ui/inc/AccessiblePreviewCell.hxx
M sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
M sc/source/ui/inc/AccessiblePreviewTable.hxx
M sc/source/ui/inc/AccessibleSpreadsheet.hxx
M sc/source/ui/inc/AccessibleTableBase.hxx
M sc/source/ui/inc/AccessibleText.hxx
M sc/source/ui/inc/ChartRangeSelectionListener.hxx
M sc/source/ui/inc/DrawModelBroadcaster.hxx
M sc/source/ui/inc/IAnyRefDialog.hxx
M sc/source/ui/inc/acredlin.hxx
M sc/source/ui/inc/anyrefdg.hxx
M sc/source/ui/inc/areasave.hxx
M sc/source/ui/inc/areasdlg.hxx
M sc/source/ui/inc/asciiopt.hxx
M sc/source/ui/inc/attrdlg.hxx
M sc/source/ui/inc/auditsh.hxx
M sc/source/ui/inc/autofmt.hxx
M sc/source/ui/inc/autostyl.hxx
M sc/source/ui/inc/cbutton.hxx
M sc/source/ui/inc/cellmergeoption.hxx
M sc/source/ui/inc/cellsh.hxx
M sc/source/ui/inc/chartsh.hxx
M sc/source/ui/inc/checklistmenu.hxx
M sc/source/ui/inc/client.hxx
M sc/source/ui/inc/cliputil.hxx
M sc/source/ui/inc/colrowba.hxx
M sc/source/ui/inc/conflictsdlg.hxx
M sc/source/ui/inc/consdlg.hxx
M sc/source/ui/inc/content.hxx
M sc/source/ui/inc/corodlg.hxx
M sc/source/ui/inc/crdlg.hxx
M sc/source/ui/inc/csvcontrol.hxx
M sc/source/ui/inc/csvgrid.hxx
M sc/source/ui/inc/csvruler.hxx
M sc/source/ui/inc/csvsplits.hxx
M sc/source/ui/inc/csvtablebox.hxx
M sc/source/ui/inc/dapidata.hxx
M sc/source/ui/inc/dapitype.hxx
M sc/source/ui/inc/datafdlg.hxx
M sc/source/ui/inc/dbdocfun.hxx
M sc/source/ui/inc/dbfunc.hxx
M sc/source/ui/inc/delcldlg.hxx
M sc/source/ui/inc/delcodlg.hxx
M sc/source/ui/inc/docfunc.hxx
M sc/source/ui/inc/docsh.hxx
M sc/source/ui/inc/dpcontrol.hxx
M sc/source/ui/inc/dpgroupdlg.hxx
M sc/source/ui/inc/drawsh.hxx
M sc/source/ui/inc/drawutil.hxx
M sc/source/ui/inc/drawview.hxx
M sc/source/ui/inc/drformsh.hxx
M sc/source/ui/inc/drtxtob.hxx
M sc/source/ui/inc/drwtrans.hxx
M sc/source/ui/inc/dwfunctr.hxx
M sc/source/ui/inc/editable.hxx
M sc/source/ui/inc/editfield.hxx
M sc/source/ui/inc/editsh.hxx
M sc/source/ui/inc/expftext.hxx
M sc/source/ui/inc/fieldwnd.hxx
M sc/source/ui/inc/filldlg.hxx
M sc/source/ui/inc/filtdlg.hxx
M sc/source/ui/inc/foptmgr.hxx
M sc/source/ui/inc/formatsh.hxx
M sc/source/ui/inc/formdata.hxx
M sc/source/ui/inc/formula.hxx
M sc/source/ui/inc/fuconarc.hxx
M sc/source/ui/inc/fuconcustomshape.hxx
M sc/source/ui/inc/fuconpol.hxx
M sc/source/ui/inc/fuconrec.hxx
M sc/source/ui/inc/fuconstr.hxx
M sc/source/ui/inc/fuconuno.hxx
M sc/source/ui/inc/fudraw.hxx
M sc/source/ui/inc/fuinsert.hxx
M sc/source/ui/inc/fumark.hxx
M sc/source/ui/inc/funcpage.hxx
M sc/source/ui/inc/fupoor.hxx
M sc/source/ui/inc/fusel.hxx
M sc/source/ui/inc/futext.hxx
M sc/source/ui/inc/graphsh.hxx
M sc/source/ui/inc/gridmerg.hxx
M sc/source/ui/inc/gridwin.hxx
M sc/source/ui/inc/groupdlg.hxx
M sc/source/ui/inc/hdrcont.hxx
M sc/source/ui/inc/hfedtdlg.hxx
M sc/source/ui/inc/highred.hxx
M sc/source/ui/inc/hintwin.hxx
M sc/source/ui/inc/hiranges.hxx
M sc/source/ui/inc/imoptdlg.hxx
M sc/source/ui/inc/impex.hxx
M sc/source/ui/inc/inputhdl.hxx
M sc/source/ui/inc/inputwin.hxx
M sc/source/ui/inc/inscldlg.hxx
M sc/source/ui/inc/inscodlg.hxx
M sc/source/ui/inc/instbdlg.hxx
M sc/source/ui/inc/invmerge.hxx
M sc/source/ui/inc/lbseldlg.hxx
M sc/source/ui/inc/linkarea.hxx
M sc/source/ui/inc/lnktrans.hxx
M sc/source/ui/inc/mediash.hxx
M sc/source/ui/inc/msgpool.hxx
M sc/source/ui/inc/mtrindlg.hxx
M sc/source/ui/inc/mvtabdlg.hxx
M sc/source/ui/inc/namecrea.hxx
M sc/source/ui/inc/namepast.hxx
M sc/source/ui/inc/navcitem.hxx
M sc/source/ui/inc/navsett.hxx
M sc/source/ui/inc/notemark.hxx
M sc/source/ui/inc/oleobjsh.hxx
M sc/source/ui/inc/olinefun.hxx
M sc/source/ui/inc/olinewin.hxx
M sc/source/ui/inc/opredlin.hxx
M sc/source/ui/inc/optsolver.hxx
M sc/source/ui/inc/output.hxx
M sc/source/ui/inc/overlayobject.hxx
M sc/source/ui/inc/pagedata.hxx
M sc/source/ui/inc/pfiltdlg.hxx
M sc/source/ui/inc/pfuncache.hxx
M sc/source/ui/inc/pgbrksh.hxx
M sc/source/ui/inc/pivotsh.hxx
M sc/source/ui/inc/pntlock.hxx
M sc/source/ui/inc/popmenu.hxx
M sc/source/ui/inc/preview.hxx
M sc/source/ui/inc/prevloc.hxx
M sc/source/ui/inc/prevwsh.hxx
M sc/source/ui/inc/printfun.hxx
M sc/source/ui/inc/privsplt.hxx
M sc/source/ui/inc/protectiondlg.hxx
M sc/source/ui/inc/pvfundlg.hxx
M sc/source/ui/inc/pvlaydlg.hxx
M sc/source/ui/inc/redcom.hxx
M sc/source/ui/inc/reffact.hxx
M sc/source/ui/inc/refundo.hxx
M sc/source/ui/inc/retypepassdlg.hxx
M sc/source/ui/inc/rfindlst.hxx
M sc/source/ui/inc/sccollaboration.hxx
M sc/source/ui/inc/scendlg.hxx
M sc/source/ui/inc/scui_def.hxx
M sc/source/ui/inc/scuiasciiopt.hxx
M sc/source/ui/inc/scuiautofmt.hxx
M sc/source/ui/inc/scuiimoptdlg.hxx
M sc/source/ui/inc/scuitphfedit.hxx
M sc/source/ui/inc/select.hxx
M sc/source/ui/inc/selectionstate.hxx
M sc/source/ui/inc/seltrans.hxx
M sc/source/ui/inc/servobj.hxx
M sc/source/ui/inc/sharedocdlg.hxx
M sc/source/ui/inc/shtabdlg.hxx
M sc/source/ui/inc/simpref.hxx
M sc/source/ui/inc/sizedev.hxx
M sc/source/ui/inc/solveroptions.hxx
M sc/source/ui/inc/solverutil.hxx
M sc/source/ui/inc/solvrdlg.hxx
M sc/source/ui/inc/sortdlg.hxx
M sc/source/ui/inc/sortkeydlg.hxx
M sc/source/ui/inc/spelldialog.hxx
M sc/source/ui/inc/spelleng.hxx
M sc/source/ui/inc/spellparam.hxx
M sc/source/ui/inc/styledlg.hxx
M sc/source/ui/inc/subtdlg.hxx
M sc/source/ui/inc/tabbgcolordlg.hxx
M sc/source/ui/inc/tabcont.hxx
M sc/source/ui/inc/tabopdlg.hxx
M sc/source/ui/inc/tabpages.hxx
M sc/source/ui/inc/tabsplit.hxx
M sc/source/ui/inc/tabview.hxx
M sc/source/ui/inc/tabvwsh.hxx
M sc/source/ui/inc/target.hxx
M sc/source/ui/inc/tbinsert.hxx
M sc/source/ui/inc/tbzoomsliderctrl.hxx
M sc/source/ui/inc/textdlgs.hxx
M sc/source/ui/inc/textimportoptions.hxx
M sc/source/ui/inc/tpcalc.hxx
M sc/source/ui/inc/tpcompatibility.hxx
M sc/source/ui/inc/tpdefaults.hxx
M sc/source/ui/inc/tpformula.hxx
M sc/source/ui/inc/tphf.hxx
M sc/source/ui/inc/tphfedit.hxx
M sc/source/ui/inc/tpprint.hxx
M sc/source/ui/inc/tpstat.hxx
M sc/source/ui/inc/tpsubt.hxx
M sc/source/ui/inc/tptable.hxx
M sc/source/ui/inc/tpview.hxx
M sc/source/ui/inc/transobj.hxx
M sc/source/ui/inc/uiitems.hxx
M sc/source/ui/inc/undobase.hxx
M sc/source/ui/inc/undoblk.hxx
M sc/source/ui/inc/undocell.hxx
M sc/source/ui/inc/undodat.hxx
M sc/source/ui/inc/undodraw.hxx
M sc/source/ui/inc/undoolk.hxx
M sc/source/ui/inc/undostyl.hxx
M sc/source/ui/inc/undotab.hxx
M sc/source/ui/inc/undoutil.hxx
M sc/source/ui/inc/validate.hxx
M sc/source/ui/inc/viewdata.hxx
M sc/source/ui/inc/viewfunc.hxx
M sc/source/ui/inc/viewutil.hxx
M sc/source/ui/inc/warnbox.hxx
M sc/source/ui/inc/xmlsourcedlg.hxx
M sc/source/ui/optdlg/calcoptionsdlg.hxx
M sc/source/ui/unoobj/celllistsource.hxx
M sc/source/ui/unoobj/cellvaluebinding.hxx
M sc/source/ui/unoobj/exceldetect.hxx
M sc/source/ui/unoobj/scdetect.hxx
M sc/source/ui/vba/excelvbahelper.hxx
M sc/source/ui/vba/vbaapplication.hxx
M sc/source/ui/vba/vbaassistant.hxx
M sc/source/ui/vba/vbaaxistitle.hxx
M sc/source/ui/vba/vbaborders.hxx
M sc/source/ui/vba/vbacharacters.hxx
M sc/source/ui/vba/vbachart.hxx
M sc/source/ui/vba/vbachartobject.hxx
M sc/source/ui/vba/vbachartobjects.hxx
M sc/source/ui/vba/vbacharttitle.hxx
M sc/source/ui/vba/vbacomment.hxx
M sc/source/ui/vba/vbacomments.hxx
M sc/source/ui/vba/vbacondition.hxx
M sc/source/ui/vba/vbadialog.hxx
M sc/source/ui/vba/vbadialogs.hxx
M sc/source/ui/vba/vbaeventshelper.hxx
M sc/source/ui/vba/vbafont.hxx
M sc/source/ui/vba/vbaformat.hxx
M sc/source/ui/vba/vbaformatcondition.hxx
M sc/source/ui/vba/vbaformatconditions.hxx
M sc/source/ui/vba/vbahyperlink.hxx
M sc/source/ui/vba/vbahyperlinks.hxx
M sc/source/ui/vba/vbamenu.hxx
M sc/source/ui/vba/vbamenubar.hxx
M sc/source/ui/vba/vbamenubars.hxx
M sc/source/ui/vba/vbamenuitem.hxx
M sc/source/ui/vba/vbamenuitems.hxx
M sc/source/ui/vba/vbamenus.hxx
M sc/source/ui/vba/vbaname.hxx
M sc/source/ui/vba/vbanames.hxx
M sc/source/ui/vba/vbaoleobject.hxx
M sc/source/ui/vba/vbaoutline.hxx
M sc/source/ui/vba/vbapagebreak.hxx
M sc/source/ui/vba/vbapagebreaks.hxx
M sc/source/ui/vba/vbapagesetup.hxx
M sc/source/ui/vba/vbapalette.hxx
M sc/source/ui/vba/vbapane.hxx
M sc/source/ui/vba/vbapivotcache.hxx
M sc/source/ui/vba/vbapivottable.hxx
M sc/source/ui/vba/vbapivottables.hxx
M sc/source/ui/vba/vbarange.hxx
M sc/source/ui/vba/vbasheetobject.hxx
M sc/source/ui/vba/vbasheetobjects.hxx
M sc/source/ui/vba/vbastyle.hxx
M sc/source/ui/vba/vbastyles.hxx
M sc/source/ui/vba/vbatitle.hxx
M sc/source/ui/vba/vbavalidation.hxx
M sc/source/ui/vba/vbawindows.hxx
M sc/source/ui/vba/vbaworkbook.hxx
M sc/source/ui/vba/vbaworksheet.hxx
M sc/source/ui/vba/vbaworksheets.hxx
M sc/workben/addin.hxx
M sc/workben/result.hxx
M scaddins/source/analysis/analysis.hxx
M scaddins/source/analysis/analysisdefs.hxx
M scaddins/source/analysis/analysishelper.hxx
M scaddins/source/analysis/bessel.hxx
M scaddins/source/datefunc/datefunc.hxx
M scaddins/source/pricing/black_scholes.hxx
M scaddins/source/pricing/pricing.hxx
M sccomp/source/solver/solver.hxx
M scripting/source/basprov/baslibnode.hxx
M scripting/source/basprov/basmethnode.hxx
M scripting/source/basprov/basmodnode.hxx
M scripting/source/basprov/basprov.hxx
M scripting/source/basprov/basscript.hxx
M scripting/source/dlgprov/dlgevtatt.hxx
M scripting/source/inc/bcholder.hxx
M scripting/source/inc/util/MiscUtils.hxx
M scripting/source/inc/util/scriptingconstants.hxx
M scripting/source/inc/util/util.hxx
M scripting/source/protocolhandler/scripthandler.hxx
M scripting/source/provider/ActiveMSPList.hxx
M scripting/source/provider/ProviderCache.hxx
M scripting/source/provider/ScriptImpl.hxx
M scripting/source/provider/ScriptingContext.hxx
M scripting/source/provider/URIHelper.hxx
M sd/inc/CustomAnimationCloner.hxx
M sd/inc/CustomAnimationEffect.hxx
M sd/inc/CustomAnimationPreset.hxx
M sd/inc/EffectMigration.hxx
M sd/inc/FactoryIds.hxx
M sd/inc/Outliner.hxx
M sd/inc/OutlinerIterator.hxx
M sd/inc/SdShapeTypes.hxx
M sd/inc/TransitionPreset.hxx
M sd/inc/animations.hxx
M sd/inc/anminfo.hxx
M sd/inc/cusshow.hxx
M sd/inc/customshowlist.hxx
M sd/inc/eetext.hxx
M sd/inc/glob.hxx
M sd/inc/helper/simplereferencecomponent.hxx
M sd/inc/imapinfo.hxx
M sd/inc/misc/scopelock.hxx
M sd/inc/pglink.hxx
M sd/inc/pres.hxx
M sd/inc/prlayout.hxx
M sd/inc/resltn.hxx
M sd/inc/sdabstdlg.hxx
M sd/inc/sdattr.hxx
M sd/inc/sdcgmfilter.hxx
M sd/inc/sddll.hxx
M sd/inc/sdenumdef.hxx
M sd/inc/sdfilter.hxx
M sd/inc/sdgrffilter.hxx
M sd/inc/sdhtmlfilter.hxx
M sd/inc/sdiocmpt.hxx
M sd/inc/sdobjfac.hxx
M sd/inc/sdpage.hxx
M sd/inc/sdpptwrp.hxx
M sd/inc/sdresid.hxx
M sd/inc/sdundo.hxx
M sd/inc/sdxmlwrp.hxx
M sd/inc/shapelist.hxx
M sd/inc/stlfamily.hxx
M sd/inc/stlpool.hxx
M sd/inc/stlsheet.hxx
M sd/inc/textapi.hxx
M sd/inc/undo/undofactory.hxx
M sd/inc/undo/undoobjects.hxx
M sd/inc/undoanim.hxx
M sd/source/core/PageListWatcher.hxx
M sd/source/filter/eppt/eppt.hxx
M sd/source/filter/eppt/epptbase.hxx
M sd/source/filter/eppt/epptdef.hxx
M sd/source/filter/eppt/epptooxml.hxx
M sd/source/filter/eppt/escherex.hxx
M sd/source/filter/eppt/pptexanimations.hxx
M sd/source/filter/eppt/pptexsoundcollection.hxx
M sd/source/filter/eppt/text.hxx
M sd/source/filter/html/buttonset.hxx
M sd/source/filter/html/htmlattr.hxx
M sd/source/filter/html/htmlex.hxx
M sd/source/filter/ppt/ppt97animations.hxx
M sd/source/filter/ppt/pptanimations.hxx
M sd/source/filter/ppt/pptatom.hxx
M sd/source/filter/ppt/pptin.hxx
M sd/source/filter/ppt/pptinanimations.hxx
M sd/source/filter/ppt/propread.hxx
M sd/source/ui/animations/CustomAnimationCreateDialog.hxx
M sd/source/ui/animations/CustomAnimationDialog.hxx
M sd/source/ui/animations/CustomAnimationList.hxx
M sd/source/ui/animations/STLPropertySet.hxx
M sd/source/ui/animations/SlideTransitionPane.hxx
M sd/source/ui/animations/motionpathtag.hxx
M sd/source/ui/annotations/annotationmanagerimpl.hxx
M sd/source/ui/annotations/annotationtag.hxx
M sd/source/ui/annotations/annotationwindow.hxx
M sd/source/ui/controller/slidelayoutcontroller.hxx
M sd/source/ui/dlg/RemoteDialog.hxx
M sd/source/ui/dlg/sddlgfact.hxx
M sd/source/ui/framework/configuration/ChangeRequestQueue.hxx
M sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx
M sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
M sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx
M sd/source/ui/framework/configuration/ConfigurationTracer.hxx
M sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
M sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx
M sd/source/ui/framework/configuration/ResourceFactoryManager.hxx
M sd/source/ui/framework/configuration/UpdateRequest.hxx
M sd/source/ui/framework/factories/BasicPaneFactory.hxx
M sd/source/ui/framework/factories/BasicToolBarFactory.hxx
M sd/source/ui/framework/factories/BasicViewFactory.hxx
M sd/source/ui/framework/factories/ChildWindowPane.hxx
M sd/source/ui/framework/factories/FrameWindowPane.hxx
M sd/source/ui/framework/factories/FullScreenPane.hxx
M sd/source/ui/framework/factories/TaskPanelFactory.hxx
M sd/source/ui/framework/module/CenterViewFocusModule.hxx
M sd/source/ui/framework/module/ShellStackGuard.hxx
M sd/source/ui/framework/module/SlideSorterModule.hxx
M sd/source/ui/framework/module/ToolBarModule.hxx
M sd/source/ui/framework/module/ToolPanelModule.hxx
M sd/source/ui/framework/module/ViewTabBarModule.hxx
M sd/source/ui/inc/AccessibleDocumentViewBase.hxx
M sd/source/ui/inc/AccessibleDrawDocumentView.hxx
M sd/source/ui/inc/AccessibleOutlineEditSource.hxx
M sd/source/ui/inc/AccessibleOutlineView.hxx
M sd/source/ui/inc/AccessiblePageShape.hxx
M sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
M sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
M sd/source/ui/inc/AccessiblePresentationShape.hxx
M sd/source/ui/inc/AccessibleScrollPanel.hxx
M sd/source/ui/inc/AccessibleSlideSorterObject.hxx
M sd/source/ui/inc/AccessibleSlideSorterView.hxx
M sd/source/ui/inc/AccessibleTreeNode.hxx
M sd/source/ui/inc/AccessibleViewForwarder.hxx
M sd/source/ui/inc/AnimationChildWindow.hxx
M sd/source/ui/inc/BezierObjectBar.hxx
M sd/source/ui/inc/BreakDlg.hxx
M sd/source/ui/inc/Client.hxx
M sd/source/ui/inc/ClientView.hxx
M sd/source/ui/inc/DialogListBox.hxx
M sd/source/ui/inc/DocumentRenderer.hxx
M sd/source/ui/inc/DrawController.hxx
M sd/source/ui/inc/DrawDocShell.hxx
M sd/source/ui/inc/DrawSubController.hxx
M sd/source/ui/inc/DrawViewShell.hxx
M sd/source/ui/inc/EventMultiplexer.hxx
M sd/source/ui/inc/FormShellManager.hxx
M sd/source/ui/inc/FrameView.hxx
M sd/source/ui/inc/GraphicDocShell.hxx
M sd/source/ui/inc/GraphicObjectBar.hxx
M sd/source/ui/inc/GraphicViewShell.hxx
M sd/source/ui/inc/GraphicViewShellBase.hxx
M sd/source/ui/inc/ImpressViewShellBase.hxx
M sd/source/ui/inc/LayerDialogChildWindow.hxx
M sd/source/ui/inc/LayerDialogContent.hxx
M sd/source/ui/inc/LayerTabBar.hxx
M sd/source/ui/inc/MasterPageObserver.hxx
M sd/source/ui/inc/MediaObjectBar.hxx
M sd/source/ui/inc/NavigatorChildWindow.hxx
M sd/source/ui/inc/OutlineBulletDlg.hxx
M sd/source/ui/inc/OutlineView.hxx
M sd/source/ui/inc/OutlineViewShell.hxx
M sd/source/ui/inc/OutlineViewShellBase.hxx
M sd/source/ui/inc/OutlinerIteratorImpl.hxx
M sd/source/ui/inc/PaneChildWindows.hxx
M sd/source/ui/inc/PaneDockingWindow.hxx
M sd/source/ui/inc/PaneShells.hxx
M sd/source/ui/inc/PresentationViewShell.hxx
M sd/source/ui/inc/PresentationViewShellBase.hxx
M sd/source/ui/inc/PreviewRenderer.hxx
M sd/source/ui/inc/RemoteServer.hxx
M sd/source/ui/inc/Ruler.hxx
M sd/source/ui/inc/SdUnoDrawView.hxx
M sd/source/ui/inc/SdUnoOutlineView.hxx
M sd/source/ui/inc/SdUnoSlideView.hxx
M sd/source/ui/inc/ShellFactory.hxx
M sd/source/ui/inc/SlideSorter.hxx
M sd/source/ui/inc/SlideSorterChildWindow.hxx
M sd/source/ui/inc/SlideSorterViewShell.hxx
M sd/source/ui/inc/SlideSorterViewShellBase.hxx
M sd/source/ui/inc/SpellDialogChildWindow.hxx
M sd/source/ui/inc/TabControl.hxx
M sd/source/ui/inc/TemplateScanner.hxx
M sd/source/ui/inc/TextLogger.hxx
M sd/source/ui/inc/TextObjectBar.hxx
M sd/source/ui/inc/ToolBarManager.hxx
M sd/source/ui/inc/View.hxx
M sd/source/ui/inc/ViewClipboard.hxx
M sd/source/ui/inc/ViewShell.hxx
M sd/source/ui/inc/ViewShellBase.hxx
M sd/source/ui/inc/ViewShellHint.hxx
M sd/source/ui/inc/ViewShellImplementation.hxx
M sd/source/ui/inc/ViewShellManager.hxx
M sd/source/ui/inc/ViewTabBar.hxx
M sd/source/ui/inc/Window.hxx
M sd/source/ui/inc/WindowUpdater.hxx
M sd/source/ui/inc/animobjs.hxx
M sd/source/ui/inc/annotationmanager.hxx
M sd/source/ui/inc/bulmaper.hxx
M sd/source/ui/inc/celltempl.hxx
M sd/source/ui/inc/copydlg.hxx
M sd/source/ui/inc/custsdlg.hxx
M sd/source/ui/inc/diactrl.hxx
M sd/source/ui/inc/dlg_char.hxx
M sd/source/ui/inc/dlgctrls.hxx
M sd/source/ui/inc/dlgfield.hxx
M sd/source/ui/inc/dlgpage.hxx
M sd/source/ui/inc/dlgsnap.hxx
M sd/source/ui/inc/docprev.hxx
M sd/source/ui/inc/drawview.hxx
M sd/source/ui/inc/filedlg.hxx
M sd/source/ui/inc/framework/Configuration.hxx
M sd/source/ui/inc/framework/ConfigurationController.hxx
M sd/source/ui/inc/framework/DrawModule.hxx
M sd/source/ui/inc/framework/FrameworkHelper.hxx
M sd/source/ui/inc/framework/ImpressModule.hxx
M sd/source/ui/inc/framework/ModuleController.hxx
M sd/source/ui/inc/framework/Pane.hxx
M sd/source/ui/inc/framework/PresentationFactory.hxx
M sd/source/ui/inc/framework/PresentationModule.hxx
M sd/source/ui/inc/framework/ResourceId.hxx
M sd/source/ui/inc/framework/ViewShellWrapper.hxx
M sd/source/ui/inc/fuarea.hxx
M sd/source/ui/inc/fubullet.hxx
M sd/source/ui/inc/fuchar.hxx
M sd/source/ui/inc/fucon3d.hxx
M sd/source/ui/inc/fuconarc.hxx
M sd/source/ui/inc/fuconbez.hxx
M sd/source/ui/inc/fuconcs.hxx
M sd/source/ui/inc/fuconnct.hxx
M sd/source/ui/inc/fuconrec.hxx
M sd/source/ui/inc/fuconstr.hxx
M sd/source/ui/inc/fuconuno.hxx
M sd/source/ui/inc/fucopy.hxx
M sd/source/ui/inc/fucushow.hxx
M sd/source/ui/inc/fudraw.hxx
M sd/source/ui/inc/fudspord.hxx
M sd/source/ui/inc/fuediglu.hxx
M sd/source/ui/inc/fuexpand.hxx
M sd/source/ui/inc/fuformatpaintbrush.hxx
M sd/source/ui/inc/fuhhconv.hxx
M sd/source/ui/inc/fuinsert.hxx
M sd/source/ui/inc/fuinsfil.hxx
M sd/source/ui/inc/fuline.hxx
M sd/source/ui/inc/fulinend.hxx
M sd/source/ui/inc/fulink.hxx
M sd/source/ui/inc/fumeasur.hxx
M sd/source/ui/inc/fumorph.hxx
M sd/source/ui/inc/fuolbull.hxx
M sd/source/ui/inc/fuoltext.hxx
M sd/source/ui/inc/fuoutl.hxx
M sd/source/ui/inc/fupage.hxx
M sd/source/ui/inc/fuparagr.hxx
M sd/source/ui/inc/fupoor.hxx
M sd/source/ui/inc/fuprlout.hxx
M sd/source/ui/inc/fuprobjs.hxx
M sd/source/ui/inc/fuscale.hxx
M sd/source/ui/inc/fusearch.hxx
M sd/source/ui/inc/fusel.hxx
M sd/source/ui/inc/fusldlg.hxx
M sd/source/ui/inc/fusnapln.hxx
M sd/source/ui/inc/fusumry.hxx
M sd/source/ui/inc/futempl.hxx
M sd/source/ui/inc/futext.hxx
M sd/source/ui/inc/futhes.hxx
M sd/source/ui/inc/futransf.hxx
M sd/source/ui/inc/futxtatt.hxx
M sd/source/ui/inc/fuvect.hxx
M sd/source/ui/inc/fuzoom.hxx
M sd/source/ui/inc/gluectrl.hxx
M sd/source/ui/inc/headerfooterdlg.hxx
M sd/source/ui/inc/ins_paste.hxx
M sd/source/ui/inc/inspagob.hxx
M sd/source/ui/inc/layeroptionsdlg.hxx
M sd/source/ui/inc/masterlayoutdlg.hxx
M sd/source/ui/inc/morphdlg.hxx
M sd/source/ui/inc/navigatr.hxx
M sd/source/ui/inc/optsitem.hxx
M sd/source/ui/inc/paragr.hxx
M sd/source/ui/inc/pgjump.hxx
M sd/source/ui/inc/present.hxx
M sd/source/ui/inc/prltempl.hxx
M sd/source/ui/inc/prntopts.hxx
M sd/source/ui/inc/pubdlg.hxx
M sd/source/ui/inc/sdpopup.hxx
M sd/source/ui/inc/sdpreslt.hxx
M sd/source/ui/inc/sdtreelb.hxx
M sd/source/ui/inc/sdundogr.hxx
M sd/source/ui/inc/sdxfer.hxx
M sd/source/ui/inc/slideshow.hxx
M sd/source/ui/inc/smarttag.hxx
M sd/source/ui/inc/tabtempl.hxx
M sd/source/ui/inc/taskpane/ControlContainer.hxx
M sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
M sd/source/ui/inc/taskpane/PanelId.hxx
M sd/source/ui/inc/taskpane/ScrollPanel.hxx
M sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx
M sd/source/ui/inc/taskpane/SubToolPanel.hxx
M sd/source/ui/inc/taskpane/TaskPaneControlFactory.hxx
M sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx
M sd/source/ui/inc/taskpane/TitleBar.hxx
M sd/source/ui/inc/taskpane/TitledControl.hxx
M sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
M sd/source/ui/inc/tbx_ww.hxx
M sd/source/ui/inc/tmplctrl.hxx
M sd/source/ui/inc/tools/AsynchronousCall.hxx
M sd/source/ui/inc/tools/AsynchronousTask.hxx
M sd/source/ui/inc/tools/ConfigurationAccess.hxx
M sd/source/ui/inc/tools/IconCache.hxx
M sd/source/ui/inc/tools/IdleDetection.hxx
M sd/source/ui/inc/tools/PropertySet.hxx
M sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx
M sd/source/ui/inc/tools/SlotStateListener.hxx
M sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
M sd/source/ui/inc/tpaction.hxx
M sd/source/ui/inc/tpoption.hxx
M sd/source/ui/inc/unchss.hxx
M sd/source/ui/inc/undoback.hxx
M sd/source/ui/inc/undoheaderfooter.hxx
M sd/source/ui/inc/undolayer.hxx
M sd/source/ui/inc/undopage.hxx
M sd/source/ui/inc/unmodpg.hxx
M sd/source/ui/inc/unmovss.hxx
M sd/source/ui/inc/unoaprms.hxx
M sd/source/ui/inc/unokywds.hxx
M sd/source/ui/inc/unomodel.hxx
M sd/source/ui/inc/unoprnms.hxx
M sd/source/ui/inc/unprlout.hxx
M sd/source/ui/inc/vectdlg.hxx
M sd/source/ui/inc/view/viewoverlaymanager.hxx
M sd/source/ui/inc/zoomlist.hxx
M sd/source/ui/presenter/PresenterCanvas.hxx
M sd/source/ui/presenter/PresenterHelper.hxx
M sd/source/ui/presenter/PresenterPreviewCache.hxx
M sd/source/ui/presenter/PresenterTextView.hxx
M sd/source/ui/presenter/SlideRenderer.hxx
M sd/source/ui/remotecontrol/BluetoothServer.hxx
M sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx
M sd/source/ui/remotecontrol/BufferedStreamSocket.hxx
M sd/source/ui/remotecontrol/Communicator.hxx
M sd/source/ui/remotecontrol/DiscoveryService.hxx
M sd/source/ui/remotecontrol/IBluetoothSocket.hxx
M sd/source/ui/remotecontrol/ImagePreparer.hxx
M sd/source/ui/remotecontrol/Listener.hxx
M sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx
M sd/source/ui/remotecontrol/Receiver.hxx
M sd/source/ui/remotecontrol/Transmitter.hxx
M sd/source/ui/slideshow/PaneHider.hxx
M sd/source/ui/slideshow/showwindow.hxx
M sd/source/ui/slideshow/slideshowimpl.hxx
M sd/source/ui/slideshow/slideshowviewimpl.hxx
M sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
M sd/source/ui/slidesorter/cache/SlsBitmapCompressor.hxx
M sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx
M sd/source/ui/slidesorter/cache/SlsCacheCompactor.hxx
M sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx
M sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
M sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx
M sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx
M sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx
M sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx
M sd/source/ui/slidesorter/controller/SlsCommand.hxx
M sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx
M sd/source/ui/slidesorter/controller/SlsHideSlideFunction.hxx
M sd/source/ui/slidesorter/controller/SlsListener.hxx
M sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
M sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx
M sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
M sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx
M sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx
M sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx
M sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
M sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx
M sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlsSelectionObserver.hxx
M sd/source/ui/slidesorter/inc/controller/SlsSlideFunction.hxx
M sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
M sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
M sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx
M sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
M sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx
M sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
M sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx
M sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx
M sd/source/ui/slidesorter/inc/model/SlsSharedPageDescriptor.hxx
M sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
M sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
M sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
M sd/source/ui/slidesorter/inc/view/SlsILayerPainter.hxx
M sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx
M sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
M sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
M sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
M sd/source/ui/slidesorter/inc/view/SlsPageObjectViewContact.hxx
M sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx
M sd/source/ui/slidesorter/inc/view/SlsTheme.hxx
M sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx
M sd/source/ui/slidesorter/shell/SlideSorterService.hxx
M sd/source/ui/slidesorter/view/SlsFramePainter.hxx
M sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx
M sd/source/ui/slidesorter/view/SlsResource.hxx
M sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx
M sd/source/ui/table/TableDesignPane.hxx
M sd/source/ui/table/tableobjectbar.hxx
M sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
M sd/source/ui/toolpanel/LayoutMenu.hxx
M sd/source/ui/toolpanel/MethodGuard.hxx
M sd/source/ui/toolpanel/TaskPaneFocusManager.hxx
M sd/source/ui/toolpanel/TaskPaneShellManager.hxx
M sd/source/ui/toolpanel/ToolPanel.hxx
M sd/source/ui/toolpanel/ToolPanelUIElement.hxx
M sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
M sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.hxx
M sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx
M sd/source/ui/toolpanel/controls/DocumentHelper.hxx
M sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
M sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx
M sd/source/ui/toolpanel/controls/MasterPageContainerProviders.hxx
M sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx
M sd/source/ui/toolpanel/controls/MasterPageDescriptor.hxx
M sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
M sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx
M sd/source/ui/toolpanel/controls/PreviewValueSet.hxx
M sd/source/ui/toolpanel/controls/RecentMasterPagesSelector.hxx
M sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx
M sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx
M sd/source/ui/toolpanel/controls/TableDesignPanel.hxx
M sd/source/ui/unoidl/UnoDocumentSettings.hxx
M sd/source/ui/unoidl/sddetect.hxx
M sd/source/ui/unoidl/unocpres.hxx
M sd/source/ui/unoidl/unolayer.hxx
M sd/source/ui/unoidl/unomodule.hxx
M sd/source/ui/unoidl/unoobj.hxx
M sd/source/ui/unoidl/unopage.hxx
M sd/source/ui/unoidl/unopback.hxx
M sd/source/ui/unoidl/unowcntr.hxx
M sdext/source/minimizer/configurationaccess.hxx
M sdext/source/minimizer/fileopendialog.hxx
M sdext/source/minimizer/graphiccollector.hxx
M sdext/source/minimizer/impoptimizer.hxx
M sdext/source/minimizer/informationdialog.hxx
M sdext/source/minimizer/optimizationstats.hxx
M sdext/source/minimizer/optimizerdialog.hxx
M sdext/source/minimizer/pagecollector.hxx
M sdext/source/minimizer/pppoptimizer.hxx
M sdext/source/minimizer/pppoptimizertoken.hxx
M sdext/source/minimizer/unodialog.hxx
M sdext/source/pdfimport/filterdet.hxx
M sdext/source/pdfimport/inc/contentsink.hxx
M sdext/source/pdfimport/inc/odfemitter.hxx
M sdext/source/pdfimport/inc/pdfihelper.hxx
M sdext/source/pdfimport/inc/pdfparse.hxx
M sdext/source/pdfimport/inc/saxemitter.hxx
M sdext/source/pdfimport/inc/treevisitorfactory.hxx
M sdext/source/pdfimport/inc/wrapper.hxx
M sdext/source/pdfimport/inc/xmlemitter.hxx
M sdext/source/pdfimport/pdfiadaptor.hxx
M sdext/source/pdfimport/sax/emitcontext.hxx
M sdext/source/pdfimport/sax/saxattrlist.hxx
M sdext/source/pdfimport/test/outputwrap.hxx
M sdext/source/pdfimport/tree/drawtreevisiting.hxx
M sdext/source/pdfimport/tree/genericelements.hxx
M sdext/source/pdfimport/tree/imagecontainer.hxx
M sdext/source/pdfimport/tree/pdfiprocessor.hxx
M sdext/source/pdfimport/tree/style.hxx
M sdext/source/pdfimport/tree/treevisiting.hxx
M sdext/source/pdfimport/tree/writertreevisiting.hxx
M sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
M sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx
M sdext/source/presenter/PresenterAccessibility.hxx
M sdext/source/presenter/PresenterBitmapContainer.hxx
M sdext/source/presenter/PresenterButton.hxx
M sdext/source/presenter/PresenterCanvasHelper.hxx
M sdext/source/presenter/PresenterConfigurationAccess.hxx
M sdext/source/presenter/PresenterController.hxx
M sdext/source/presenter/PresenterFrameworkObserver.hxx
M sdext/source/presenter/PresenterGeometryHelper.hxx
M sdext/source/presenter/PresenterHelpView.hxx
M sdext/source/presenter/PresenterHelper.hxx
M sdext/source/presenter/PresenterNotesView.hxx
M sdext/source/presenter/PresenterPaintManager.hxx
M sdext/source/presenter/PresenterPane.hxx
M sdext/source/presenter/PresenterPaneBase.hxx
M sdext/source/presenter/PresenterPaneBorderManager.hxx
M sdext/source/presenter/PresenterPaneBorderPainter.hxx
M sdext/source/presenter/PresenterPaneContainer.hxx
M sdext/source/presenter/PresenterPaneFactory.hxx
M sdext/source/presenter/PresenterProtocolHandler.hxx
M sdext/source/presenter/PresenterScreen.hxx
M sdext/source/presenter/PresenterScrollBar.hxx
M sdext/source/presenter/PresenterSlidePreview.hxx
M sdext/source/presenter/PresenterSlideShowView.hxx
M sdext/source/presenter/PresenterSlideSorter.hxx
M sdext/source/presenter/PresenterSprite.hxx
M sdext/source/presenter/PresenterSpritePane.hxx
M sdext/source/presenter/PresenterTextView.hxx
M sdext/source/presenter/PresenterTheme.hxx
M sdext/source/presenter/PresenterTimer.hxx
M sdext/source/presenter/PresenterToolBar.hxx
M sdext/source/presenter/PresenterUIPainter.hxx
M sdext/source/presenter/PresenterViewFactory.hxx
M sdext/source/presenter/PresenterWindowManager.hxx
M setup_native/source/win32/customactions/tools/seterror.hxx
M sfx2/inc/arrdecl.hxx
M sfx2/inc/bitset.hxx
M sfx2/inc/configmgr.hxx
M sfx2/inc/frmload.hxx
M sfx2/inc/guisaveas.hxx
M sfx2/inc/idpool.hxx
M sfx2/inc/inettbc.hxx
M sfx2/inc/sfx2/DocumentMetadataAccess.hxx
M sfx2/inc/sfx2/Metadatable.hxx
M sfx2/inc/sfx2/QuerySaveDocument.hxx
M sfx2/inc/sfx2/XmlIdRegistry.hxx
M sfx2/inc/sfx2/app.hxx
M sfx2/inc/sfx2/appuno.hxx
M sfx2/inc/sfx2/basedlgs.hxx
M sfx2/inc/sfx2/basmgr.hxx
M sfx2/inc/sfx2/bindings.hxx
M sfx2/inc/sfx2/chalign.hxx
M sfx2/inc/sfx2/checkin.hxx
M sfx2/inc/sfx2/childwin.hxx
M sfx2/inc/sfx2/controlwrapper.hxx
M sfx2/inc/sfx2/ctrlitem.hxx
M sfx2/inc/sfx2/dinfedt.hxx
M sfx2/inc/sfx2/docfile.hxx
M sfx2/inc/sfx2/docfilt.hxx
M sfx2/inc/sfx2/docinsert.hxx
M sfx2/inc/sfx2/docmacromode.hxx
M sfx2/inc/sfx2/docstoragemodifylistener.hxx
M sfx2/inc/sfx2/evntconf.hxx
M sfx2/inc/sfx2/fcontnr.hxx
M sfx2/inc/sfx2/filedlghelper.hxx
M sfx2/inc/sfx2/frame.hxx
M sfx2/inc/sfx2/frmhtml.hxx
M sfx2/inc/sfx2/frmhtmlw.hxx
M sfx2/inc/sfx2/htmlmode.hxx
M sfx2/inc/sfx2/imgdef.hxx
M sfx2/inc/sfx2/infobar.hxx
M sfx2/inc/sfx2/ipclient.hxx
M sfx2/inc/sfx2/itemconnect.hxx
M sfx2/inc/sfx2/itemwrapper.hxx
M sfx2/inc/sfx2/linkmgr.hxx
M sfx2/inc/sfx2/linksrc.hxx
M sfx2/inc/sfx2/lnkbase.hxx
M sfx2/inc/sfx2/mailmodelapi.hxx
M sfx2/inc/sfx2/mieclip.hxx
M sfx2/inc/sfx2/minarray.hxx
M sfx2/inc/sfx2/minstack.hxx
M sfx2/inc/sfx2/module.hxx
M sfx2/inc/sfx2/navigat.hxx
M sfx2/inc/sfx2/objitem.hxx
M sfx2/inc/sfx2/objsh.hxx
M sfx2/inc/sfx2/opengrf.hxx
M sfx2/inc/sfx2/printer.hxx
M sfx2/inc/sfx2/progress.hxx
M sfx2/inc/sfx2/querystatus.hxx
M sfx2/inc/sfx2/sfxbasecontroller.hxx
M sfx2/inc/sfx2/sfxbasemodel.hxx
M sfx2/inc/sfx2/sfxdefs.hxx
M sfx2/inc/sfx2/sfxdlg.hxx
M sfx2/inc/sfx2/sfxhtml.hxx
M sfx2/inc/sfx2/sfxmodelfactory.hxx
M sfx2/inc/sfx2/sfxresid.hxx
M sfx2/inc/sfx2/sfxstatuslistener.hxx
M sfx2/inc/sfx2/sfxuno.hxx
M sfx2/inc/sfx2/shell.hxx
M sfx2/inc/sfx2/signaturestate.hxx
M sfx2/inc/sfx2/styfitem.hxx
M sfx2/inc/sfx2/tabdlg.hxx
M sfx2/inc/sfx2/taskpane.hxx
M sfx2/inc/sfx2/templateabstractview.hxx
M sfx2/inc/sfx2/templatecontaineritem.hxx
M sfx2/inc/sfx2/templateinfodlg.hxx
M sfx2/inc/sfx2/templatelocalview.hxx
M sfx2/inc/sfx2/templateproperties.hxx
M sfx2/inc/sfx2/templateremoteview.hxx
M sfx2/inc/sfx2/templaterepository.hxx
M sfx2/inc/sfx2/templateview.hxx
M sfx2/inc/sfx2/templateviewitem.hxx
M sfx2/inc/sfx2/thumbnailview.hxx
M sfx2/inc/sfx2/thumbnailviewitem.hxx
M sfx2/inc/sfx2/titledockwin.hxx
M sfx2/inc/sfx2/unoctitm.hxx
M sfx2/inc/sfx2/userinputinterception.hxx
M sfx2/inc/sfx2/viewfac.hxx
M sfx2/inc/sfx2/viewfrm.hxx
M sfx2/inc/sfx2/zoomitem.hxx
M sfx2/inc/sorgitm.hxx
M sfx2/inc/srchdlg.hxx
M sfx2/inc/templatedlg.hxx
M sfx2/source/appl/fileobj.hxx
M sfx2/source/appl/helpdispatch.hxx
M sfx2/source/appl/imestatuswindow.hxx
M sfx2/source/appl/impldde.hxx
M sfx2/source/bastyp/fltlst.hxx
M sfx2/source/control/thumbnailviewacc.hxx
M sfx2/source/dialog/filedlgimpl.hxx
M sfx2/source/dialog/filtergrouping.hxx
M sfx2/source/doc/doctemplateslocal.hxx
M sfx2/source/doc/querytemplate.hxx
M sfx2/source/doc/sfxacldetect.hxx
M sfx2/source/doc/syspath.hxx
M sfx2/source/inc/SfxDocumentMetaData.hxx
M sfx2/source/inc/appbas.hxx
M sfx2/source/inc/appbaslib.hxx
M sfx2/source/inc/doctemplates.hxx
M sfx2/source/inc/documentfontsdialog.hxx
M sfx2/source/inc/docundomanager.hxx
M sfx2/source/inc/eventsupplier.hxx
M sfx2/source/inc/fltfnc.hxx
M sfx2/source/inc/fltoptint.hxx
M sfx2/source/inc/iframe.hxx
M sfx2/source/inc/inputdlg.hxx
M sfx2/source/inc/mnucfga.hxx
M sfx2/source/inc/nfltdlg.hxx
M sfx2/source/inc/nochaos.hxx
M sfx2/source/inc/objshimp.hxx
M sfx2/source/inc/openflag.hxx
M sfx2/source/inc/openuriexternally.hxx
M sfx2/source/inc/ownsubfilterservice.hxx
M sfx2/source/inc/partwnd.hxx
M sfx2/source/inc/plugin.hxx
M sfx2/source/inc/preview.hxx
M sfx2/source/inc/recfloat.hxx
M sfx2/source/inc/referers.hxx
M sfx2/source/inc/sfxpicklist.hxx
M sfx2/source/inc/sfxurlrelocator.hxx
M sfx2/source/inc/slotserv.hxx
M sfx2/source/inc/statcach.hxx
M sfx2/source/inc/templatesearchview.hxx
M sfx2/source/inc/templatesearchviewitem.hxx
M sfx2/source/inc/tplcitem.hxx
M sfx2/source/inc/versdlg.hxx
M sfx2/source/inc/virtmenu.hxx
M sfx2/source/inc/workwin.hxx
M sfx2/source/menu/thessubmenu.hxx
M sfx2/source/view/impframe.hxx
M sfx2/source/view/impviewframe.hxx
M sfx2/source/view/viewimp.hxx
M sfx2/workben/custompanel/ctp_factory.hxx
M shell/inc/internal/basereader.hxx
M shell/inc/internal/columninfo.hxx
M shell/inc/internal/config.hxx
M shell/inc/internal/contentreader.hxx
M shell/inc/internal/fileextensions.hxx
M shell/inc/internal/global.hxx
M shell/inc/internal/i_xml_parser_event_handler.hxx
M shell/inc/internal/infotips.hxx
M shell/inc/internal/iso8601_converter.hxx
M shell/inc/internal/metainforeader.hxx
M shell/inc/internal/propertyhdl.hxx
M shell/inc/internal/propsheets.hxx
M shell/inc/internal/registry.hxx
M shell/inc/internal/shlxthdl.hxx
M shell/inc/internal/stream_helper.hxx
M shell/inc/internal/thumbviewer.hxx
M shell/inc/internal/types.hxx
M shell/inc/internal/utilities.hxx
M shell/inc/internal/xml_parser.hxx
M shell/inc/internal/zipfile.hxx
M shell/source/backends/gconfbe/gconfaccess.hxx
M shell/source/backends/kde4be/kde4access.hxx
M shell/source/backends/kdebe/kdeaccess.hxx
M shell/source/backends/macbe/macbackend.hxx
M shell/source/cmdmail/cmdmailmsg.hxx
M shell/source/cmdmail/cmdmailsuppl.hxx
M shell/source/sessioninstall/SyncDbusSessionHelper.hxx
M shell/source/tools/lngconvex/cmdline.hxx
M shell/source/tools/lngconvex/defs.hxx
M shell/source/unix/exec/shellexec.hxx
M shell/source/unix/sysshell/recently_used_file.hxx
M shell/source/win32/SysShExec.hxx
M shell/source/win32/ooofilereader/autostyletag.hxx
M shell/source/win32/ooofilereader/dummytag.hxx
M shell/source/win32/ooofilereader/itag.hxx
M shell/source/win32/ooofilereader/keywordstag.hxx
M shell/source/win32/ooofilereader/simpletag.hxx
M shell/source/win32/shlxthandler/classfactory.hxx
M shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
M shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx
M shell/source/win32/simplemail/simplemapi.hxx
M shell/source/win32/simplemail/smplmailclient.hxx
M shell/source/win32/simplemail/smplmailmsg.hxx
M shell/source/win32/simplemail/smplmailsuppl.hxx
M shell/source/win32/zipfile/zipexcptn.hxx
M slideshow/source/engine/activities/accumulation.hxx
M slideshow/source/engine/activities/activitybase.hxx
M slideshow/source/engine/activities/activityparameters.hxx
M slideshow/source/engine/activities/continuousactivitybase.hxx
M slideshow/source/engine/activities/continuouskeytimeactivitybase.hxx
M slideshow/source/engine/activities/discreteactivitybase.hxx
M slideshow/source/engine/activities/interpolation.hxx
M slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
M slideshow/source/engine/animationnodes/animationbasenode.hxx
M slideshow/source/engine/animationnodes/animationcolornode.hxx
M slideshow/source/engine/animationnodes/animationcommandnode.hxx
M slideshow/source/engine/animationnodes/animationpathmotionnode.hxx
M slideshow/source/engine/animationnodes/animationsetnode.hxx
M slideshow/source/engine/animationnodes/animationtransformnode.hxx
M slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx
M slideshow/source/engine/animationnodes/basecontainernode.hxx
M slideshow/source/engine/animationnodes/basenode.hxx
M slideshow/source/engine/animationnodes/generateevent.hxx
M slideshow/source/engine/animationnodes/nodetools.hxx
M slideshow/source/engine/animationnodes/paralleltimecontainer.hxx
M slideshow/source/engine/animationnodes/propertyanimationnode.hxx
M slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx
M slideshow/source/engine/animationnodes/setactivity.hxx
M slideshow/source/engine/effectrewinder.hxx
M slideshow/source/engine/rehearsetimingsactivity.hxx
M slideshow/source/engine/shapes/appletshape.hxx
M slideshow/source/engine/shapes/backgroundshape.hxx
M slideshow/source/engine/shapes/drawinglayeranimation.hxx
M slideshow/source/engine/shapes/drawshape.hxx
M slideshow/source/engine/shapes/drawshapesubsetting.hxx
M slideshow/source/engine/shapes/externalshapebase.hxx
M slideshow/source/engine/shapes/gdimtftools.hxx
M slideshow/source/engine/shapes/intrinsicanimationactivity.hxx
M slideshow/source/engine/shapes/mediashape.hxx
M slideshow/source/engine/shapes/viewappletshape.hxx
M slideshow/source/engine/shapes/viewbackgroundshape.hxx
M slideshow/source/engine/shapes/viewmediashape.hxx
M slideshow/source/engine/shapes/viewshape.hxx
M slideshow/source/engine/slide/layer.hxx
M slideshow/source/engine/slide/layermanager.hxx
M slideshow/source/engine/slide/shapemanagerimpl.hxx
M slideshow/source/engine/slide/slideanimations.hxx
M slideshow/source/engine/slide/userpaintoverlay.hxx
M slideshow/source/engine/transitions/barndoorwipe.hxx
M slideshow/source/engine/transitions/barwipepolypolygon.hxx
M slideshow/source/engine/transitions/boxwipe.hxx
M slideshow/source/engine/transitions/checkerboardwipe.hxx
M slideshow/source/engine/transitions/clippingfunctor.hxx
M slideshow/source/engine/transitions/clockwipe.hxx
M slideshow/source/engine/transitions/combtransition.hxx
M slideshow/source/engine/transitions/doublediamondwipe.hxx
M slideshow/source/engine/transitions/ellipsewipe.hxx
M slideshow/source/engine/transitions/fanwipe.hxx
M slideshow/source/engine/transitions/figurewipe.hxx
M slideshow/source/engine/transitions/fourboxwipe.hxx
M slideshow/source/engine/transitions/iriswipe.hxx
M slideshow/source/engine/transitions/parametricpolypolygon.hxx
M slideshow/source/engine/transitions/parametricpolypolygonfactory.hxx
M slideshow/source/engine/transitions/pinwheelwipe.hxx
M slideshow/source/engine/transitions/randomwipe.hxx
M slideshow/source/engine/transitions/slidechangebase.hxx
M slideshow/source/engine/transitions/snakewipe.hxx
M slideshow/source/engine/transitions/spiralwipe.hxx
M slideshow/source/engine/transitions/sweepwipe.hxx
M slideshow/source/engine/transitions/transitiontools.hxx
M slideshow/source/engine/transitions/veewipe.hxx
M slideshow/source/engine/transitions/waterfallwipe.hxx
M slideshow/source/engine/transitions/zigzagwipe.hxx
M slideshow/source/engine/waitsymbol.hxx
M slideshow/source/inc/activitiesfactory.hxx
M slideshow/source/inc/activitiesqueue.hxx
M slideshow/source/inc/activity.hxx
M slideshow/source/inc/animatableshape.hxx
M slideshow/source/inc/animatedsprite.hxx
M slideshow/source/inc/animation.hxx
M slideshow/source/inc/animationactivity.hxx
M slideshow/source/inc/animationeventhandler.hxx
M slideshow/source/inc/animationfactory.hxx
M slideshow/source/inc/animationfunction.hxx
M slideshow/source/inc/animationnode.hxx
M slideshow/source/inc/animationnodefactory.hxx
M slideshow/source/inc/attributableshape.hxx
M slideshow/source/inc/attributemap.hxx
M slideshow/source/inc/boolanimation.hxx
M slideshow/source/inc/coloranimation.hxx
M slideshow/source/inc/cursormanager.hxx
M slideshow/source/inc/delayevent.hxx
M slideshow/source/inc/disposable.hxx
M slideshow/source/inc/doctreenode.hxx
M slideshow/source/inc/doctreenodesupplier.hxx
M slideshow/source/inc/enumanimation.hxx
M slideshow/source/inc/event.hxx
M slideshow/source/inc/eventhandler.hxx
M slideshow/source/inc/eventmultiplexer.hxx
M slideshow/source/inc/eventqueue.hxx
M slideshow/source/inc/expressionnode.hxx
M slideshow/source/inc/expressionnodefactory.hxx
M slideshow/source/inc/externalmediashape.hxx
M slideshow/source/inc/framerate.hxx
M slideshow/source/inc/hslcolor.hxx
M slideshow/source/inc/hslcoloranimation.hxx
M slideshow/source/inc/hyperlinkarea.hxx
M slideshow/source/inc/hyperlinkhandler.hxx
M slideshow/source/inc/interruptabledelayevent.hxx
M slideshow/source/inc/intrinsicanimationeventhandler.hxx
M slideshow/source/inc/listenercontainer.hxx
M slideshow/source/inc/listenercontainerimpl.hxx
M slideshow/source/inc/mouseeventhandler.hxx
M slideshow/source/inc/numberanimation.hxx
M slideshow/source/inc/pairanimation.hxx
M slideshow/source/inc/pauseeventhandler.hxx
M slideshow/source/inc/rgbcolor.hxx
M slideshow/source/inc/screenupdater.hxx
M slideshow/source/inc/shape.hxx
M slideshow/source/inc/shapeattributelayer.hxx
M slideshow/source/inc/shapeattributelayerholder.hxx
M slideshow/source/inc/shapecursoreventhandler.hxx
M slideshow/source/inc/shapeimporter.hxx
M slideshow/source/inc/shapelistenereventhandler.hxx
M slideshow/source/inc/shapemanager.hxx
M slideshow/source/inc/shapemaps.hxx
M slideshow/source/inc/shapesubset.hxx
M slideshow/source/inc/slide.hxx
M slideshow/source/inc/slidebitmap.hxx
M slideshow/source/inc/slideshowcontext.hxx
M slideshow/source/inc/slideshowexceptions.hxx
M slideshow/source/inc/slideview.hxx
M slideshow/source/inc/smilfunctionparser.hxx
M slideshow/source/inc/soundplayer.hxx
M slideshow/source/inc/state.hxx
M slideshow/source/inc/stringanimation.hxx
M slideshow/source/inc/subsettableshapemanager.hxx
M slideshow/source/inc/tools.hxx
M slideshow/source/inc/transitionfactory.hxx
M slideshow/source/inc/transitioninfo.hxx
M slideshow/source/inc/unoview.hxx
M slideshow/source/inc/unoviewcontainer.hxx
M slideshow/source/inc/usereventqueue.hxx
M slideshow/source/inc/userpainteventhandler.hxx
M slideshow/source/inc/view.hxx
M slideshow/source/inc/vieweventhandler.hxx
M slideshow/source/inc/viewlayer.hxx
M slideshow/source/inc/viewrepainthandler.hxx
M slideshow/source/inc/viewupdate.hxx
M slideshow/source/inc/wakeupevent.hxx
M slideshow/test/tests.hxx
M solenv/inc/wntgcci/sehandler.hxx
M sot/inc/sot/clsids.hxx
M sot/inc/sot/exchange.hxx
M sot/inc/sot/factory.hxx
M sot/inc/sot/filelist.hxx
M sot/inc/sot/formats.hxx
M sot/inc/sot/object.hxx
M sot/inc/sot/sotdata.hxx
M sot/inc/sot/stg.hxx
M sot/inc/sot/storage.hxx
M sot/inc/sot/storinfo.hxx
M sot/source/sdstor/stgavl.hxx
M sot/source/sdstor/stgcache.hxx
M sot/source/sdstor/stgdir.hxx
M sot/source/sdstor/stgelem.hxx
M sot/source/sdstor/stgio.hxx
M sot/source/sdstor/stgole.hxx
M sot/source/sdstor/stgstrms.hxx
M sot/source/unoolestorage/xolesimplestorage.hxx
M starmath/inc/action.hxx
M starmath/inc/config.hxx
M starmath/inc/dialog.hxx
M starmath/inc/document.hxx
M starmath/inc/edit.hxx
M starmath/inc/format.hxx
M starmath/inc/parse.hxx
M starmath/inc/rect.hxx
M starmath/inc/smdll.hxx
M starmath/inc/smmod.hxx
M starmath/inc/symbol.hxx
M starmath/inc/toolbox.hxx
M starmath/inc/types.hxx
M starmath/inc/unomodel.hxx
M starmath/inc/utility.hxx
M starmath/inc/view.hxx
M starmath/source/accessibility.hxx
M starmath/source/cfgitem.hxx
M starmath/source/eqnolefilehdr.hxx
M starmath/source/mathmlexport.hxx
M starmath/source/mathmlimport.hxx
M starmath/source/mathtype.hxx
M starmath/source/ooxmlexport.hxx
M starmath/source/ooxmlimport.hxx
M starmath/source/rtfexport.hxx
M starmath/source/smdetect.hxx
M starmath/source/wordexportbase.hxx
M stoc/source/implementationregistration/mergekeys.hxx
M stoc/source/javavm/interact.hxx
M stoc/source/javavm/javavm.hxx
M stoc/source/javavm/jvmargs.hxx
M stoc/source/registry_tdprovider/base.hxx
M stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx
M stoc/source/tdmanager/tdmgr_common.hxx
M stoc/source/tdmanager/tdmgr_tdenumeration.hxx
M store/inc/store/store.hxx
M store/source/lockbyte.hxx
M store/source/object.hxx
M store/source/storbase.hxx
M store/source/storbios.hxx
M store/source/storcach.hxx
M store/source/stordata.hxx
M store/source/stordir.hxx
M store/source/storlckb.hxx
M store/source/storpage.hxx
M store/source/stortree.hxx
M svgio/inc/svgio/svgreader/svgcharacternode.hxx
M svgio/inc/svgio/svgreader/svgcirclenode.hxx
M svgio/inc/svgio/svgreader/svgclippathnode.hxx
M svgio/inc/svgio/svgreader/svgdocument.hxx
M svgio/inc/svgio/svgreader/svgdocumenthandler.hxx
M svgio/inc/svgio/svgreader/svgellipsenode.hxx
M svgio/inc/svgio/svgreader/svggnode.hxx
M svgio/inc/svgio/svgreader/svggradientnode.hxx
M svgio/inc/svgio/svgreader/svggradientstopnode.hxx
M svgio/inc/svgio/svgreader/svgimagenode.hxx
M svgio/inc/svgio/svgreader/svglinenode.hxx
M svgio/inc/svgio/svgreader/svgmarkernode.hxx
M svgio/inc/svgio/svgreader/svgmasknode.hxx
M svgio/inc/svgio/svgreader/svgnode.hxx
M svgio/inc/svgio/svgreader/svgpaint.hxx
M svgio/inc/svgio/svgreader/svgpathnode.hxx
M svgio/inc/svgio/svgreader/svgpatternnode.hxx
M svgio/inc/svgio/svgreader/svgpolynode.hxx
M svgio/inc/svgio/svgreader/svgrectnode.hxx
M svgio/inc/svgio/svgreader/svgstyleattributes.hxx
M svgio/inc/svgio/svgreader/svgstylenode.hxx
M svgio/inc/svgio/svgreader/svgsvgnode.hxx
M svgio/inc/svgio/svgreader/svgsymbolnode.hxx
M svgio/inc/svgio/svgreader/svgtextnode.hxx
M svgio/inc/svgio/svgreader/svgtextpathnode.hxx
M svgio/inc/svgio/svgreader/svgtitledescnode.hxx
M svgio/inc/svgio/svgreader/svgtoken.hxx
M svgio/inc/svgio/svgreader/svgtools.hxx
M svgio/inc/svgio/svgreader/svgtrefnode.hxx
M svgio/inc/svgio/svgreader/svgtspannode.hxx
M svgio/inc/svgio/svgreader/svgusenode.hxx
M svgio/source/svguno/xsvgparser.hxx
M svl/inc/svl/PasswordHelper.hxx
M svl/inc/svl/adrparse.hxx
M svl/inc/svl/aeitem.hxx
M svl/inc/svl/asiancfg.hxx
M svl/inc/svl/brdcst.hxx
M svl/inc/svl/broadcast.hxx
M svl/inc/svl/cenumitm.hxx
M svl/inc/svl/cintitem.hxx
M svl/inc/svl/cjkoptions.hxx
M svl/inc/svl/cntwall.hxx
M svl/inc/svl/converter.hxx
M svl/inc/svl/ctloptions.hxx
M svl/inc/svl/ctypeitm.hxx
M svl/inc/svl/custritm.hxx
M svl/inc/svl/dateitem.hxx
M svl/inc/svl/documentlockfile.hxx
M svl/inc/svl/eitem.hxx
M svl/inc/svl/filenotation.hxx
M svl/inc/svl/filerec.hxx
M svl/inc/svl/folderrestriction.hxx
M svl/inc/svl/fstathelper.hxx
M svl/inc/svl/globalnameitem.hxx
M svl/inc/svl/hint.hxx
M svl/inc/svl/ilstitem.hxx
M svl/inc/svl/imageitm.hxx
M svl/inc/svl/inethist.hxx
M svl/inc/svl/inettype.hxx
M svl/inc/svl/instrm.hxx
M svl/inc/svl/isethint.hxx
M svl/inc/svl/itempool.hxx
M svl/inc/svl/itemprop.hxx
M svl/inc/svl/languageoptions.hxx
M svl/inc/svl/lckbitem.hxx
M svl/inc/svl/listener.hxx
M svl/inc/svl/listeneriter.hxx
M svl/inc/svl/lngmisc.hxx
M svl/inc/svl/lockfilecommon.hxx
M svl/inc/svl/lstner.hxx
M svl/inc/svl/macitem.hxx
M svl/inc/svl/mailenum.hxx
M svl/inc/svl/metitem.hxx
M svl/inc/svl/nfkeytab.hxx
M svl/inc/svl/nfsymbol.hxx
M svl/inc/svl/nfversi.hxx
M svl/inc/svl/ondemand.hxx
M svl/inc/svl/outstrm.hxx
M svl/inc/svl/ownlist.hxx
M svl/inc/svl/pickerhistoryaccess.hxx
M svl/inc/svl/restrictedpaths.hxx
M svl/inc/svl/sfontitm.hxx
M svl/inc/svl/sharecontrolfile.hxx
M svl/inc/svl/slstitm.hxx
M svl/inc/svl/smplhint.hxx
M svl/inc/svl/srchdefs.hxx
M svl/inc/svl/srchitem.hxx
M svl/inc/svl/stritem.hxx
M svl/inc/svl/strmadpt.hxx
M svl/inc/svl/style.hxx
M svl/inc/svl/stylepool.hxx
M svl/inc/svl/stylesheetuser.hxx
M svl/inc/svl/svdde.hxx
M svl/inc/svl/szitem.hxx
M svl/inc/svl/undo.hxx
M svl/inc/svl/urihelper.hxx
M svl/inc/svl/urlbmk.hxx
M svl/inc/svl/urlfilter.hxx
M svl/inc/svl/visitem.hxx
M svl/inc/svl/xmlement.hxx
M svl/inc/svl/zforlist.hxx
M svl/inc/svl/zformat.hxx
M svl/source/fsstor/oinputstreamcontainer.hxx
M svl/source/fsstor/ostreamcontainer.hxx
M svl/source/items/whassert.hxx
M svl/source/misc/getstringresource.hxx
M svl/source/notify/listenerbase.hxx
M svl/source/numbers/numfmuno.hxx
M svl/source/numbers/numhead.hxx
M svl/source/numbers/supservs.hxx
M svl/source/numbers/zforfind.hxx
M svl/source/numbers/zforscan.hxx
M svl/source/passwordcontainer/syscreds.hxx
M svl/source/svdde/ddeimp.hxx
M svtools/bmpmaker/bmpcore.hxx
M svtools/inc/svtools/AccessibleBrowseBoxObjType.hxx
M svtools/inc/svtools/DocumentInfoPreview.hxx
M svtools/inc/svtools/PlaceEditDialog.hxx
M svtools/inc/svtools/QueryFolderName.hxx
M svtools/inc/svtools/ServerDetailsControls.hxx
M svtools/inc/svtools/acceleratorexecute.hxx
M svtools/inc/svtools/accessiblefactory.hxx
M svtools/inc/svtools/accessibletable.hxx
M svtools/inc/svtools/accessibletableprovider.hxx
M svtools/inc/svtools/addresstemplate.hxx
M svtools/inc/svtools/apearcfg.hxx
M svtools/inc/svtools/asynclink.hxx
M svtools/inc/svtools/bindablecontrolhelper.hxx
M svtools/inc/svtools/borderhelper.hxx
M svtools/inc/svtools/brwbox.hxx
M svtools/inc/svtools/brwhead.hxx
M svtools/inc/svtools/calendar.hxx
M svtools/inc/svtools/cliplistener.hxx
M svtools/inc/svtools/collatorres.hxx
M svtools/inc/svtools/colorcfg.hxx
M svtools/inc/svtools/colrdlg.hxx
M svtools/inc/svtools/contextmenuhelper.hxx
M svtools/inc/svtools/dialogclosedlistener.hxx
M svtools/inc/svtools/dialogcontrolling.hxx
M svtools/inc/svtools/editbrowsebox.hxx
M svtools/inc/svtools/editsyntaxhighlighter.hxx
M svtools/inc/svtools/ehdl.hxx
M svtools/inc/svtools/embedhlp.hxx
M svtools/inc/svtools/embedtransfer.hxx
M svtools/inc/svtools/extcolorcfg.hxx
M svtools/inc/svtools/extensionlistbox.hxx
M svtools/inc/svtools/filechangedchecker.hxx
M svtools/inc/svtools/filectrl.hxx
M svtools/inc/svtools/filedlg.hxx
M svtools/inc/svtools/fileurlbox.hxx
M svtools/inc/svtools/fileview.hxx
M svtools/inc/svtools/fmtfield.hxx
M svtools/inc/svtools/fontsubstconfig.hxx
M svtools/inc/svtools/framestatuslistener.hxx
M svtools/inc/svtools/generictoolboxcontroller.hxx
M svtools/inc/svtools/genericunodialog.hxx
M svtools/inc/svtools/grfmgr.hxx
M svtools/inc/svtools/headbar.hxx
M svtools/inc/svtools/helpopt.hxx
M svtools/inc/svtools/htmlcfg.hxx
M svtools/inc/svtools/htmlkywd.hxx
M svtools/inc/svtools/htmlout.hxx
M svtools/inc/svtools/hyperlabel.hxx
M svtools/inc/svtools/imagemgr.hxx
M svtools/inc/svtools/imageresourceaccess.hxx
M svtools/inc/svtools/imap.hxx
M svtools/inc/svtools/imapcirc.hxx
M svtools/inc/svtools/imapobj.hxx
M svtools/inc/svtools/imappoly.hxx
M svtools/inc/svtools/imaprect.hxx
M svtools/inc/svtools/imgdef.hxx
M svtools/inc/svtools/indexentryres.hxx
M svtools/inc/svtools/inettbc.hxx
M svtools/inc/svtools/insdlg.hxx
M svtools/inc/svtools/itemdel.hxx
M svtools/inc/svtools/ivctrl.hxx
M svtools/inc/svtools/javacontext.hxx
M svtools/inc/svtools/javainteractionhandler.hxx
M svtools/inc/svtools/langhelp.hxx
M svtools/inc/svtools/langtab.hxx
M svtools/inc/svtools/localresaccess.hxx
M svtools/inc/svtools/parhtml.hxx
M svtools/inc/svtools/parrtf.hxx
M svtools/inc/svtools/place.hxx
M svtools/inc/svtools/popupmenucontrollerbase.hxx
M svtools/inc/svtools/popupwindowcontroller.hxx
M svtools/inc/svtools/printoptions.hxx
M svtools/inc/svtools/prnsetup.hxx
M svtools/inc/svtools/restartdialog.hxx
M svtools/inc/svtools/roadmap.hxx
M svtools/inc/svtools/roadmapwizard.hxx
M svtools/inc/svtools/rtfkeywd.hxx
M svtools/inc/svtools/rtfout.hxx
M svtools/inc/svtools/sampletext.hxx
M svtools/inc/svtools/scriptedtext.hxx
M svtools/inc/svtools/slidesorterbaropt.hxx
M svtools/inc/svtools/statusbarcontroller.hxx
M svtools/inc/svtools/stringtransfer.hxx
M svtools/inc/svtools/svlbitm.hxx
M svtools/inc/svtools/svmedit.hxx
M svtools/inc/svtools/svmedit2.hxx
M svtools/inc/svtools/svparser.hxx
M svtools/inc/svtools/svtresid.hxx
M svtools/inc/svtools/svxbox.hxx
M svtools/inc/svtools/table/defaultinputhandler.hxx
M svtools/inc/svtools/table/gridtablerenderer.hxx
M svtools/inc/svtools/table/tablecontrol.hxx
M svtools/inc/svtools/table/tablecontrolinterface.hxx
M svtools/inc/svtools/table/tableinputhandler.hxx
M svtools/inc/svtools/table/tablemodel.hxx
M svtools/inc/svtools/table/tablerenderer.hxx
M svtools/inc/svtools/table/tablesort.hxx
M svtools/inc/svtools/table/tabletypes.hxx
M svtools/inc/svtools/templatefoldercache.hxx
M svtools/inc/svtools/templdlg.hxx
M svtools/inc/svtools/textwindowpeer.hxx
M svtools/inc/svtools/toolbarmenu.hxx
M svtools/inc/svtools/toolpanel/decklayouter.hxx
M svtools/inc/svtools/toolpanel/drawerlayouter.hxx
M svtools/inc/svtools/toolpanel/paneltabbar.hxx
M svtools/inc/svtools/toolpanel/refbase.hxx
M svtools/inc/svtools/toolpanel/tabalignment.hxx
M svtools/inc/svtools/toolpanel/tabitemcontent.hxx
M svtools/inc/svtools/toolpanel/tablayouter.hxx
M svtools/inc/svtools/toolpanel/toolpanel.hxx
M svtools/inc/svtools/toolpanel/toolpaneldeck.hxx
M svtools/inc/svtools/toolpanelopt.hxx
M svtools/inc/svtools/transfer.hxx
M svtools/inc/svtools/treelistbox.hxx
M svtools/inc/svtools/treelistentries.hxx
M svtools/inc/svtools/treelistentry.hxx
M svtools/inc/svtools/txtcmp.hxx
M svtools/inc/svtools/unitconv.hxx
M svtools/inc/svtools/unoevent.hxx
M svtools/inc/svtools/unoimap.hxx
M svtools/inc/svtools/urlcontrol.hxx
M svtools/inc/svtools/viewdataentry.hxx
M svtools/inc/svtools/wizardmachine.hxx
M svtools/inc/svtools/wizdlg.hxx
M svtools/inc/svtools/xwindowitem.hxx
M svtools/source/brwbox/brwimpl.hxx
M svtools/source/brwbox/datwin.hxx
M svtools/source/brwbox/editbrowseboximpl.hxx
M svtools/source/contnr/contentenumeration.hxx
M svtools/source/contnr/fileview.hxx
M svtools/source/contnr/imivctl.hxx
M svtools/source/contnr/templwin.hxx
M svtools/source/dialogs/filedlg2.hxx
M svtools/source/dialogs/mcvmath.hxx
M svtools/source/filter/SvFilterOptionsDialog.hxx
M svtools/source/filter/exportdialog.hxx
M svtools/source/graphic/descriptor.hxx
M svtools/source/graphic/graphic.hxx
M svtools/source/graphic/grfcache.hxx
M svtools/source/graphic/transformer.hxx
M svtools/source/hatchwindow/documentcloser.hxx
M svtools/source/hatchwindow/hatchwindow.hxx
M svtools/source/hatchwindow/hatchwindowfactory.hxx
M svtools/source/hatchwindow/ipwin.hxx
M svtools/source/inc/provider.hxx
M svtools/source/inc/renderer.hxx
M svtools/source/inc/svtaccessiblefactory.hxx
M svtools/source/inc/unoiface.hxx
M svtools/source/table/cellvalueconversion.hxx
M svtools/source/table/mousefunction.hxx
M svtools/source/table/tablecontrol_impl.hxx
M svtools/source/table/tabledatawindow.hxx
M svtools/source/table/tablegeometry.hxx
M svtools/source/toolpanel/dummypanel.hxx
M svtools/source/toolpanel/paneldecklisteners.hxx
M svtools/source/toolpanel/paneltabbarpeer.hxx
M svtools/source/toolpanel/tabbargeometry.hxx
M svtools/source/toolpanel/tabitemdescriptor.hxx
M svtools/source/toolpanel/toolpanelcollection.hxx
M svtools/source/toolpanel/toolpaneldeckpeer.hxx
M svtools/source/toolpanel/toolpaneldrawerpeer.hxx
M svtools/source/uno/svtxgridcontrol.hxx
M svtools/source/uno/treecontrolpeer.hxx
M svtools/source/uno/unocontroltablemodel.hxx
M svtools/source/uno/unogridcolumnfacade.hxx
M svtools/source/uno/unowizard.hxx
M svtools/source/uno/wizard/wizardpagecontroller.hxx
M svx/inc/dialdll.hxx
M svx/inc/dragmt3d.hxx
M svx/inc/extrusiondepthdialog.hxx
M svx/inc/galbrws2.hxx
M svx/inc/galobj.hxx
M svx/inc/svdibrow.hxx
M svx/inc/svx/AccessibleControlShape.hxx
M svx/inc/svx/AccessibleGraphicShape.hxx
M svx/inc/svx/AccessibleOLEShape.hxx
M svx/inc/svx/AccessibleShape.hxx
M svx/inc/svx/AccessibleShapeInfo.hxx
M svx/inc/svx/AccessibleShapeTreeInfo.hxx
M svx/inc/svx/AccessibleTableShape.hxx
M svx/inc/svx/AccessibleTextHelper.hxx
M svx/inc/svx/ActionDescriptionProvider.hxx
M svx/inc/svx/ChildrenManager.hxx
M svx/inc/svx/DescriptionGenerator.hxx
M svx/inc/svx/EnhancedCustomShape2d.hxx
M svx/inc/svx/EnhancedCustomShapeFunctionParser.hxx
M svx/inc/svx/EnhancedCustomShapeGeometry.hxx
M svx/inc/svx/EnhancedCustomShapeTypeNames.hxx
M svx/inc/svx/IAccessibleParent.hxx
M svx/inc/svx/IAccessibleViewForwarder.hxx
M svx/inc/svx/IAccessibleViewForwarderListener.hxx
M svx/inc/svx/ParseContext.hxx
M svx/inc/svx/ShapeTypeHandler.hxx
M svx/inc/svx/SmartTagCtl.hxx
M svx/inc/svx/SmartTagMgr.hxx
M svx/inc/svx/SpellDialogChildWindow.hxx
M svx/inc/svx/SvxShapeTypes.hxx
M svx/inc/svx/UnoNamespaceMap.hxx
M svx/inc/svx/XPropertyTable.hxx
M svx/inc/svx/algitem.hxx
M svx/inc/svx/anchorid.hxx
M svx/inc/svx/bmpmask.hxx
M svx/inc/svx/camera3d.hxx
M svx/inc/svx/charmap.hxx
M svx/inc/svx/charthelper.hxx
M svx/inc/svx/checklbx.hxx
M svx/inc/svx/chrtitem.hxx
M svx/inc/svx/clipboardctl.hxx
M svx/inc/svx/clipfmtitem.hxx
M svx/inc/svx/colrctrl.hxx
M svx/inc/svx/compressgraphicdialog.hxx
M svx/inc/svx/connctrl.hxx
M svx/inc/svx/contdlg.hxx
M svx/inc/svx/ctredlin.hxx
M svx/inc/svx/dataaccessdescriptor.hxx
M svx/inc/svx/databaselocationinput.hxx
M svx/inc/svx/databaseregistrationui.hxx
M svx/inc/svx/dbaexchange.hxx
M svx/inc/svx/dbaobjectex.hxx
M svx/inc/svx/dbcharsethelper.hxx
M svx/inc/svx/dbtoolsclient.hxx
M svx/inc/svx/def3d.hxx
M svx/inc/svx/deflt3d.hxx
M svx/inc/svx/dialcontrol.hxx
M svx/inc/svx/dialmgr.hxx
M svx/inc/svx/dlgctl3d.hxx
M svx/inc/svx/dlgctrl.hxx
M svx/inc/svx/dlgutil.hxx
M svx/inc/svx/drawitem.hxx
M svx/inc/svx/dstribut_enum.hxx
M svx/inc/svx/e3ditem.hxx
M svx/inc/svx/e3dsceneupdater.hxx
M svx/inc/svx/e3dundo.hxx
M svx/inc/svx/extedit.hxx
M svx/inc/svx/extrud3d.hxx
M svx/inc/svx/extrusionbar.hxx
M svx/inc/svx/extrusioncolorcontrol.hxx
M svx/inc/svx/f3dchild.hxx
M svx/inc/svx/fillctrl.hxx
M svx/inc/svx/flagsdef.hxx
M svx/inc/svx/float3d.hxx
M svx/inc/svx/fmdmod.hxx
M svx/inc/svx/fmdpage.hxx
M svx/inc/svx/fmglob.hxx
M svx/inc/svx/fmgridcl.hxx
M svx/inc/svx/fmgridif.hxx
M svx/inc/svx/fmmodel.hxx
M svx/inc/svx/fmobjfac.hxx
M svx/inc/svx/fmpage.hxx
M svx/inc/svx/fmsearch.hxx
M svx/inc/svx/fmshell.hxx
M svx/inc/svx/fmsrccfg.hxx
M svx/inc/svx/fmsrcimp.hxx
M svx/inc/svx/fmtools.hxx
M svx/inc/svx/fmview.hxx
M svx/inc/svx/fntctl.hxx
M svx/inc/svx/fntszctl.hxx
M svx/inc/svx/fontlb.hxx
M svx/inc/svx/fontwork.hxx
M svx/inc/svx/fontworkbar.hxx
M svx/inc/svx/fontworkgallery.hxx
M svx/inc/svx/formatpaintbrushctrl.hxx
M svx/inc/svx/framebordertype.hxx
M svx/inc/svx/framelink.hxx
M svx/inc/svx/framelinkarray.hxx
M svx/inc/svx/frmdirlbox.hxx
M svx/inc/svx/frmsel.hxx
M svx/inc/svx/galbrws.hxx
M svx/inc/svx/galctrl.hxx
M svx/inc/svx/gallery.hxx
M svx/inc/svx/gallery1.hxx
M svx/inc/svx/galmisc.hxx
M svx/inc/svx/galtheme.hxx
M svx/inc/svx/globl3d.hxx
M svx/inc/svx/grafctrl.hxx
M svx/inc/svx/graphctl.hxx
M svx/inc/svx/graphichelper.hxx
M svx/inc/svx/grfcrop.hxx
M svx/inc/svx/grfflt.hxx
M svx/inc/svx/gridctrl.hxx
M svx/inc/svx/hdft.hxx
M svx/inc/svx/helperhittest3d.hxx
M svx/inc/svx/hlnkitem.hxx
M svx/inc/svx/htmlmode.hxx
M svx/inc/svx/hyperdlg.hxx
M svx/inc/svx/ifaceids.hxx
M svx/inc/svx/imapdlg.hxx
M svx/inc/svx/insctrl.hxx
M svx/inc/svx/ipolypolygoneditorcontroller.hxx
M svx/inc/svx/langbox.hxx
M svx/inc/svx/lathe3d.hxx
M svx/inc/svx/lboxctrl.hxx
M svx/inc/svx/linectrl.hxx
M svx/inc/svx/measctrl.hxx
M svx/inc/svx/modctrl.hxx
M svx/inc/svx/msdffdef.hxx
M svx/inc/svx/numfmtsh.hxx
M svx/inc/svx/numinf.hxx
M svx/inc/svx/numvset.hxx
M svx/inc/svx/obj3d.hxx
M svx/inc/svx/objfac3d.hxx
M svx/inc/svx/ofaitem.hxx
M svx/inc/svx/optgrid.hxx
M svx/inc/svx/orienthelper.hxx
M svx/inc/svx/pageitem.hxx
M svx/inc/svx/paraprev.hxx
M svx/inc/svx/passwd.hxx
M svx/inc/svx/pfiledlg.hxx
M svx/inc/svx/polygn3d.hxx
M svx/inc/svx/polypolygoneditor.hxx
M svx/inc/svx/polysc3d.hxx
M svx/inc/svx/postattr.hxx
M svx/inc/svx/prtqry.hxx
M svx/inc/svx/pszctrl.hxx
M svx/inc/svx/rectenum.hxx
M svx/inc/svx/relfld.hxx
M svx/inc/svx/rotmodit.hxx
M svx/inc/svx/rubydialog.hxx
M svx/inc/svx/scene3d.hxx
M svx/inc/svx/sdangitm.hxx
M svx/inc/svx/sdasaitm.hxx
M svx/inc/svx/sdasitm.hxx
M svx/inc/svx/sderitm.hxx
M svx/inc/svx/sdgcoitm.hxx
M svx/inc/svx/sdgcpitm.hxx
M svx/inc/svx/sdggaitm.hxx
M svx/inc/svx/sdginitm.hxx
M svx/inc/svx/sdgluitm.hxx
M svx/inc/svx/sdgmoitm.hxx
M svx/inc/svx/sdgtritm.hxx
M svx/inc/svx/sdmetitm.hxx
M svx/inc/svx/sdooitm.hxx
M svx/inc/svx/sdprcitm.hxx
M svx/inc/svx/sdr/animation/animationstate.hxx
M svx/inc/svx/sdr/animation/objectanimator.hxx
M svx/inc/svx/sdr/animation/scheduler.hxx
M svx/inc/svx/sdr/attribute/sdrfilltextattribute.hxx
M svx/inc/svx/sdr/attribute/sdrformtextattribute.hxx
M svx/inc/svx/sdr/attribute/sdrformtextoutlineattribute.hxx
M svx/inc/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
M svx/inc/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
M svx/inc/svx/sdr/attribute/sdrshadowtextattribute.hxx
M svx/inc/svx/sdr/attribute/sdrtextattribute.hxx
M svx/inc/svx/sdr/contact/displayinfo.hxx
M svx/inc/svx/sdr/contact/objectcontact.hxx
M svx/inc/svx/sdr/contact/objectcontactofobjlistpainter.hxx
M svx/inc/svx/sdr/contact/objectcontactofpageview.hxx
M svx/inc/svx/sdr/contact/viewcontact.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3d.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dcube.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dextrude.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dlathe.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dpolygon.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dscene.hxx
M svx/inc/svx/sdr/contact/viewcontactofe3dsphere.hxx
M svx/inc/svx/sdr/contact/viewcontactofgraphic.hxx
M svx/inc/svx/sdr/contact/viewcontactofgroup.hxx
M svx/inc/svx/sdr/contact/viewcontactofmasterpagedescriptor.hxx
M svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrcaptionobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrcircobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdredgeobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrmeasureobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrobjcustomshape.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrole2obj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrpathobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofsdrrectobj.hxx
M svx/inc/svx/sdr/contact/viewcontactoftextobj.hxx
M svx/inc/svx/sdr/contact/viewcontactofunocontrol.hxx
M svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx
M svx/inc/svx/sdr/contact/viewobjectcontact.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofe3d.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofe3dscene.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofgraphic.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofgroup.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofmasterpagedescriptor.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofpageobj.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofsdrmediaobj.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofsdrobj.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofsdrole2obj.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
M svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx
M svx/inc/svx/sdr/event/eventhandler.hxx
M svx/inc/svx/sdr/overlay/overlayanimatedbitmapex.hxx
M svx/inc/svx/sdr/overlay/overlaybitmapex.hxx
M svx/inc/svx/sdr/overlay/overlaycrosshair.hxx
M svx/inc/svx/sdr/overlay/overlayhatchrect.hxx
M svx/inc/svx/sdr/overlay/overlayhelpline.hxx
M svx/inc/svx/sdr/overlay/overlaymanager.hxx
M svx/inc/svx/sdr/overlay/overlaymanagerbuffered.hxx
M svx/inc/svx/sdr/overlay/overlayobject.hxx
M svx/inc/svx/sdr/overlay/overlayobjectcell.hxx
M svx/inc/svx/sdr/overlay/overlayobjectlist.hxx
M svx/inc/svx/sdr/overlay/overlaypolypolygon.hxx
M svx/inc/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx
M svx/inc/svx/sdr/overlay/overlayrollingrectangle.hxx
M svx/inc/svx/sdr/overlay/overlayselection.hxx
M svx/inc/svx/sdr/overlay/overlaytools.hxx
M svx/inc/svx/sdr/overlay/overlaytriangle.hxx
M svx/inc/svx/sdr/primitive2d/primitiveFactory2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx
M svx/inc/svx/sdr/primitive2d/sdrcaptionprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrconnectorprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrdecompositiontools.hxx
M svx/inc/svx/sdr/primitive2d/sdrellipseprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrgrafprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrmeasureprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrole2primitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrpathprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrprimitivetools.hxx
M svx/inc/svx/sdr/primitive2d/sdrrectangleprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx
M svx/inc/svx/sdr/primitive2d/svx_primitivetypes2d.hxx
M svx/inc/svx/sdr/primitive3d/sdrattributecreator3d.hxx
M svx/inc/svx/sdr/properties/attributeproperties.hxx
M svx/inc/svx/sdr/properties/captionproperties.hxx
M svx/inc/svx/sdr/properties/circleproperties.hxx
M svx/inc/svx/sdr/properties/connectorproperties.hxx
M svx/inc/svx/sdr/properties/customshapeproperties.hxx
M svx/inc/svx/sdr/properties/defaultproperties.hxx
M svx/inc/svx/sdr/properties/e3dcompoundproperties.hxx
M svx/inc/svx/sdr/properties/e3dextrudeproperties.hxx
M svx/inc/svx/sdr/properties/e3dlatheproperties.hxx
M svx/inc/svx/sdr/properties/e3dproperties.hxx
M svx/inc/svx/sdr/properties/e3dsceneproperties.hxx
M svx/inc/svx/sdr/properties/e3dsphereproperties.hxx
M svx/inc/svx/sdr/properties/emptyproperties.hxx
M svx/inc/svx/sdr/properties/graphicproperties.hxx
M svx/inc/svx/sdr/properties/groupproperties.hxx
M svx/inc/svx/sdr/properties/itemsettools.hxx
M svx/inc/svx/sdr/properties/measureproperties.hxx
M svx/inc/svx/sdr/properties/oleproperties.hxx
M svx/inc/svx/sdr/properties/pageproperties.hxx
M svx/inc/svx/sdr/properties/properties.hxx
M svx/inc/svx/sdr/properties/rectangleproperties.hxx
M svx/inc/svx/sdr/properties/textproperties.hxx
M svx/inc/svx/sdr/table/tabledesign.hxx
M svx/inc/svx/sdrhittesthelper.hxx
M svx/inc/svx/sdrmasterpagedescriptor.hxx
M svx/inc/svx/sdrobjectfilter.hxx
M svx/inc/svx/sdrobjectuser.hxx
M svx/inc/svx/sdrpageuser.hxx
M svx/inc/svx/sdrpagewindow.hxx
M svx/inc/svx/sdrpaintwindow.hxx
M svx/inc/svx/sdshcitm.hxx
M svx/inc/svx/sdshitm.hxx
M svx/inc/svx/sdshtitm.hxx
M svx/inc/svx/sdsxyitm.hxx
M svx/inc/svx/sdtaaitm.hxx
M svx/inc/svx/sdtaditm.hxx
M svx/inc/svx/sdtagitm.hxx
M svx/inc/svx/sdtaiitm.hxx
M svx/inc/svx/sdtaitm.hxx
M svx/inc/svx/sdtakitm.hxx
M svx/inc/svx/sdtayitm.hxx
M svx/inc/svx/sdtcfitm.hxx
M svx/inc/svx/sdtditm.hxx
M svx/inc/svx/sdtfchim.hxx
M svx/inc/svx/sdtfsitm.hxx
M svx/inc/svx/sdtmfitm.hxx
M svx/inc/svx/sdynitm.hxx
M svx/inc/svx/selectioncontroller.hxx
M svx/inc/svx/shapeproperty.hxx
M svx/inc/svx/shapepropertynotifier.hxx
M svx/inc/svx/simptabl.hxx
M svx/inc/svx/sphere3d.hxx
M svx/inc/svx/srchdlg.hxx
M svx/inc/svx/strarray.hxx
M svx/inc/svx/subtoolboxcontrol.hxx
M svx/inc/svx/svdattr.hxx
M svx/inc/svx/svdattrx.hxx
M svx/inc/svx/svdcrtv.hxx
M svx/inc/svx/svddef.hxx
M svx/inc/svx/svddrag.hxx
M svx/inc/svx/svddrgmt.hxx
M svx/inc/svx/svddrgv.hxx
M svx/inc/svx/svdedtv.hxx
M svx/inc/svx/svdedxv.hxx
M svx/inc/svx/svdetc.hxx
M svx/inc/svx/svdglev.hxx
M svx/inc/svx/svdglob.hxx
M svx/inc/svx/svdglue.hxx
M svx/inc/svx/svdhdl.hxx
M svx/inc/svx/svdhlpln.hxx
M svx/inc/svx/svditer.hxx
M svx/inc/svx/svditext.hxx
M svx/inc/svx/svdlayer.hxx
M svx/inc/svx/svdmark.hxx
M svx/inc/svx/svdmodel.hxx
M svx/inc/svx/svdmrkv.hxx
M svx/inc/svx/svdoashp.hxx
M svx/inc/svx/svdoattr.hxx
M svx/inc/svx/svdobj.hxx
M svx/inc/svx/svdocapt.hxx
M svx/inc/svx/svdocirc.hxx
M svx/inc/svx/svdoedge.hxx
M svx/inc/svx/svdogrp.hxx
M svx/inc/svx/svdomeas.hxx
M svx/inc/svx/svdomedia.hxx
M svx/inc/svx/svdopage.hxx
M svx/inc/svx/svdopath.hxx
M svx/inc/svx/svdotable.hxx
M svx/inc/svx/svdouno.hxx
M svx/inc/svx/svdoutl.hxx
M svx/inc/svx/svdovirt.hxx
M svx/inc/svx/svdpagv.hxx
M svx/inc/svx/svdpntv.hxx
M svx/inc/svx/svdpoev.hxx
M svx/inc/svx/svdpool.hxx
M svx/inc/svx/svdsnpv.hxx
M svx/inc/svx/svdsob.hxx
M svx/inc/svx/svdtext.hxx
M svx/inc/svx/svdtrans.hxx
M svx/inc/svx/svdtypes.hxx
M svx/inc/svx/svdundo.hxx
M svx/inc/svx/svdview.hxx
M svx/inc/svx/svdviter.hxx
M svx/inc/svx/svdxcgv.hxx
M svx/inc/svx/svx3ditems.hxx
M svx/inc/svx/svxdlg.hxx
M svx/inc/svx/svxgrahicitem.hxx
M svx/inc/svx/swframeexample.hxx
M svx/inc/svx/swframeposstrings.hxx
M svx/inc/svx/swframevalidation.hxx
M svx/inc/svx/sxallitm.hxx
M svx/inc/svx/sxcaitm.hxx
M svx/inc/svx/sxcecitm.hxx
M svx/inc/svx/sxcgitm.hxx
M svx/inc/svx/sxciaitm.hxx
M svx/inc/svx/sxcikitm.hxx
M svx/inc/svx/sxcllitm.hxx
M svx/inc/svx/sxctitm.hxx
M svx/inc/svx/sxekitm.hxx
M svx/inc/svx/sxelditm.hxx
M svx/inc/svx/sxenditm.hxx
M svx/inc/svx/sxfiitm.hxx
M svx/inc/svx/sxlayitm.hxx
M svx/inc/svx/sxlogitm.hxx
M svx/inc/svx/sxmbritm.hxx
M svx/inc/svx/sxmfsitm.hxx
M svx/inc/svx/sxmkitm.hxx
M svx/inc/svx/sxmlhitm.hxx
M svx/inc/svx/sxmoitm.hxx
M svx/inc/svx/sxmovitm.hxx
M svx/inc/svx/sxmsitm.hxx
M svx/inc/svx/sxmspitm.hxx
M svx/inc/svx/sxmsuitm.hxx
M svx/inc/svx/sxmtaitm.hxx
M svx/inc/svx/sxmtfitm.hxx
M svx/inc/svx/sxmtpitm.hxx
M svx/inc/svx/sxmtritm.hxx
M svx/inc/svx/sxmuitm.hxx
M svx/inc/svx/sxoneitm.hxx
M svx/inc/svx/sxonitm.hxx
M svx/inc/svx/sxopitm.hxx
M svx/inc/svx/sxraitm.hxx
M svx/inc/svx/sxreaitm.hxx
M svx/inc/svx/sxreoitm.hxx
M svx/inc/svx/sxroaitm.hxx
M svx/inc/svx/sxrooitm.hxx
M svx/inc/svx/sxsaitm.hxx
M svx/inc/svx/sxsalitm.hxx
M svx/inc/svx/sxsiitm.hxx
M svx/inc/svx/sxsoitm.hxx
M svx/inc/svx/sxtraitm.hxx
M svx/inc/svx/tabarea.hxx
M svx/inc/svx/tabline.hxx
M svx/inc/svx/tbxalign.hxx
M svx/inc/svx/tbxcolorupdate.hxx
M svx/inc/svx/tbxctl.hxx
M svx/inc/svx/tbxcustomshapes.hxx
M svx/inc/svx/tbxdraw.hxx
M svx/inc/svx/txencbox.hxx
M svx/inc/svx/txenctab.hxx
M svx/inc/svx/ucsubset.hxx
M svx/inc/svx/unoapi.hxx
M svx/inc/svx/unofill.hxx
M svx/inc/svx/unomaster.hxx
M svx/inc/svx/unomod.hxx
M svx/inc/svx/unomodel.hxx
M svx/inc/svx/unopage.hxx
M svx/inc/svx/unopool.hxx
M svx/inc/svx/unoprov.hxx
M svx/inc/svx/unoshape.hxx
M svx/inc/svx/unoshcol.hxx
M svx/inc/svx/unoshprp.hxx
M svx/inc/svx/unoshtxt.hxx
M svx/inc/svx/verttexttbxctrl.hxx
M svx/inc/svx/view3d.hxx
M svx/inc/svx/viewlayoutitem.hxx
M svx/inc/svx/viewpt3d.hxx
M svx/inc/svx/volume3d.hxx
M svx/inc/svx/wrapfield.hxx
M svx/inc/svx/xattr.hxx
M svx/inc/svx/xbitmap.hxx
M svx/inc/svx/xbtmpit.hxx
M svx/inc/svx/xcolit.hxx
M svx/inc/svx/xdash.hxx
M svx/inc/svx/xdef.hxx
M svx/inc/svx/xenum.hxx
M svx/inc/svx/xexch.hxx
M svx/inc/svx/xfillit.hxx
M svx/inc/svx/xfillit0.hxx
M svx/inc/svx/xflasit.hxx
M svx/inc/svx/xflbckit.hxx
M svx/inc/svx/xflbmpit.hxx
M svx/inc/svx/xflbmsli.hxx
M svx/inc/svx/xflbmsxy.hxx
M svx/inc/svx/xflbmtit.hxx
M svx/inc/svx/xflboxy.hxx
M svx/inc/svx/xflbstit.hxx
M svx/inc/svx/xflbtoxy.hxx
M svx/inc/svx/xflclit.hxx
M svx/inc/svx/xflftrit.hxx
M svx/inc/svx/xflgrit.hxx
M svx/inc/svx/xflhtit.hxx
M svx/inc/svx/xfltrit.hxx
M svx/inc/svx/xftadit.hxx
M svx/inc/svx/xftdiit.hxx
M svx/inc/svx/xftmrit.hxx
M svx/inc/svx/xftouit.hxx
M svx/inc/svx/xftsfit.hxx
M svx/inc/svx/xftshcit.hxx
M svx/inc/svx/xftshit.hxx
M svx/inc/svx/xftshtit.hxx
M svx/inc/svx/xftshxy.hxx
M svx/inc/svx/xftstit.hxx
M svx/inc/svx/xgrad.hxx
M svx/inc/svx/xgrscit.hxx
M svx/inc/svx/xhatch.hxx
M svx/inc/svx/xit.hxx
M svx/inc/svx/xlineit.hxx
M svx/inc/svx/xlineit0.hxx
M svx/inc/svx/xlinjoit.hxx
M svx/inc/svx/xlnasit.hxx
M svx/inc/svx/xlncapit.hxx
M svx/inc/svx/xlnclit.hxx
M svx/inc/svx/xlndsit.hxx
M svx/inc/svx/xlnedcit.hxx
M svx/inc/svx/xlnedit.hxx
M svx/inc/svx/xlnedwit.hxx
M svx/inc/svx/xlnstcit.hxx
M svx/inc/svx/xlnstit.hxx
M svx/inc/svx/xlnstwit.hxx
M svx/inc/svx/xlntrit.hxx
M svx/inc/svx/xlnwtit.hxx
M svx/inc/svx/xmleohlp.hxx
M svx/inc/svx/xmlexchg.hxx
M svx/inc/svx/xmlgrhlp.hxx
M svx/inc/svx/xmlsecctrl.hxx
M svx/inc/svx/xoutbmp.hxx
M svx/inc/svx/xpoly.hxx
M svx/inc/svx/xpool.hxx
M svx/inc/svx/xsetit.hxx
M svx/inc/svx/xsflclit.hxx
M svx/inc/svx/xtable.hxx
M svx/inc/svx/xtextit.hxx
M svx/inc/svx/xtextit0.hxx
M svx/inc/svx/zoom_def.hxx
M svx/inc/svx/zoomctrl.hxx
M svx/inc/svx/zoomsliderctrl.hxx
M svx/inc/svx/zoomslideritem.hxx
M svx/inc/tbunocontroller.hxx
M svx/inc/tbunosearchcontrollers.hxx
M svx/inc/unomlstr.hxx
M svx/inc/xpolyimp.hxx
M svx/source/accessibility/AccessibleEmptyEditSource.hxx
M svx/source/accessibility/AccessibleTextEventQueue.hxx
M svx/source/accessibility/lookupcolorname.hxx
M svx/source/customshapes/EnhancedCustomShape3d.hxx
M svx/source/customshapes/EnhancedCustomShapeEngine.hxx
M svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
M svx/source/customshapes/EnhancedCustomShapeHandle.hxx
M svx/source/dialog/contimp.hxx
M svx/source/dialog/contwnd.hxx
M svx/source/dialog/dlgunit.hxx
M svx/source/dialog/imapimp.hxx
M svx/source/dialog/imapwnd.hxx
M svx/source/dialog/rlrcitem.hxx
M svx/source/dialog/srchctrl.hxx
M svx/source/engine3d/helperminimaldepth3d.hxx
M svx/source/inc/AccessibleFrameSelector.hxx
M svx/source/inc/GraphCtlAccessibleContext.hxx
M svx/source/inc/clonelist.hxx
M svx/source/inc/datanavi.hxx
M svx/source/inc/delayedevent.hxx
M svx/source/inc/docrecovery.hxx
M svx/source/inc/filtnav.hxx
M svx/source/inc/fmPropBrw.hxx
M svx/source/inc/fmcontrolbordermanager.hxx
M svx/source/inc/fmcontrollayout.hxx
M svx/source/inc/fmdocumentclassification.hxx
M svx/source/inc/fmexch.hxx
M svx/source/inc/fmexpl.hxx
M svx/source/inc/fmitems.hxx
M svx/source/inc/fmobj.hxx
M svx/source/inc/fmpgeimp.hxx
M svx/source/inc/fmscriptingenv.hxx
M svx/source/inc/fmservs.hxx
M svx/source/inc/fmshimp.hxx
M svx/source/inc/fmslotinvalidator.hxx
M svx/source/inc/fmtextcontroldialogs.hxx
M svx/source/inc/fmtextcontrolfeature.hxx
M svx/source/inc/fmtextcontrolshell.hxx
M svx/source/inc/fmundo.hxx
M svx/source/inc/fmurl.hxx
M svx/source/inc/fmvwimp.hxx
M svx/source/inc/formcontrolfactory.hxx
M svx/source/inc/formcontroller.hxx
M svx/source/inc/formcontrolling.hxx
M svx/source/inc/formdispatchinterceptor.hxx
M svx/source/inc/formfeaturedispatcher.hxx
M svx/source/inc/formtoolbars.hxx
M svx/source/inc/frmselimpl.hxx
M svx/source/inc/gridcell.hxx
M svx/source/inc/gridcols.hxx
M svx/source/inc/recoveryui.hxx
M svx/source/inc/sdbdatacolumn.hxx
M svx/source/inc/sqlparserclient.hxx
M svx/source/inc/stringlistresource.hxx
M svx/source/inc/svdoutlinercache.hxx
M svx/source/inc/svxrectctaccessiblecontext.hxx
M svx/source/inc/tabwin.hxx
M svx/source/inc/tbxform.hxx
M svx/source/inc/trace.hxx
M svx/source/inc/treevisitor.hxx
M svx/source/inc/typeconversionclient.hxx
M svx/source/inc/unogalthemeprovider.hxx
M svx/source/inc/xfm_addcondition.hxx
M svx/source/inc/xmlxtexp.hxx
M svx/source/inc/xmlxtimp.hxx
M svx/source/svdraw/gradtrns.hxx
M svx/source/svdraw/svdconv.hxx
M svx/source/svdraw/svddrgm1.hxx
M svx/source/svdraw/svdfmtf.hxx
M svx/source/table/accessiblecell.hxx
M svx/source/table/cell.hxx
M svx/source/table/cellcursor.hxx
M svx/source/table/cellrange.hxx
M svx/source/table/celltypes.hxx
M svx/source/table/propertyset.hxx
M svx/source/table/tablecolumn.hxx
M svx/source/table/tablecolumns.hxx
M svx/source/table/tablecontroller.hxx
M svx/source/table/tablehandles.hxx
M svx/source/table/tablelayouter.hxx
M svx/source/table/tablemodel.hxx
M svx/source/table/tablerow.hxx
M svx/source/table/tablerows.hxx
M svx/source/table/tableundo.hxx
M svx/source/table/viewcontactoftableobj.hxx
M svx/source/tbxctrls/colorwindow.hxx
M svx/source/tbxctrls/extrusioncontrols.hxx
M svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
M svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
M svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
M svx/source/unodialogs/textconversiondlgs/resid.hxx
M svx/source/unodraw/UnoGraphicExporter.hxx
M svx/source/unodraw/UnoNameItemTable.hxx
M svx/source/unodraw/shapeimpl.hxx
M svx/source/unogallery/unogalitem.hxx
M svx/source/unogallery/unogaltheme.hxx
M svx/workben/msview/xmlconfig.hxx
M sw/inc/AnnotationWin.hxx
M sw/inc/EnhancedPDFExportHelper.hxx
M sw/inc/HandleAnchorNodeChg.hxx
M sw/inc/IDocumentChartDataProviderAccess.hxx
M sw/inc/IDocumentContentOperations.hxx
M sw/inc/IDocumentDeviceAccess.hxx
M sw/inc/IDocumentDrawModelAccess.hxx
M sw/inc/IDocumentExternalData.hxx
M sw/inc/IDocumentFieldsAccess.hxx
M sw/inc/IDocumentLayoutAccess.hxx
M sw/inc/IDocumentLineNumberAccess.hxx
M sw/inc/IDocumentListItems.hxx
M sw/inc/IDocumentListsAccess.hxx
M sw/inc/IDocumentMarkAccess.hxx
M sw/inc/IDocumentOutlineNodes.hxx
M sw/inc/IDocumentRedlineAccess.hxx
M sw/inc/IDocumentSettingAccess.hxx
M sw/inc/IDocumentState.hxx
M sw/inc/IDocumentStatistics.hxx
M sw/inc/IDocumentStylePoolAccess.hxx
M sw/inc/IDocumentTimerAccess.hxx
M sw/inc/IDocumentUndoRedo.hxx
M sw/inc/IGrammarContact.hxx
M sw/inc/IInterface.hxx
M sw/inc/IMark.hxx
M sw/inc/IShellCursorSupplier.hxx
M sw/inc/PostItMgr.hxx
M sw/inc/SidebarWin.hxx
M sw/inc/SidebarWindowsTypes.hxx
M sw/inc/SwAppletImpl.hxx
M sw/inc/SwCapObjType.hxx
M sw/inc/SwGetPoolIdFromName.hxx
M sw/inc/SwNodeNum.hxx
M sw/inc/SwNumberTree.hxx
M sw/inc/SwNumberTreeTypes.hxx
M sw/inc/SwRewriter.hxx
M sw/inc/SwSmartTagMgr.hxx
M sw/inc/SwStyleNameMapper.hxx
M sw/inc/SwUndoField.hxx
M sw/inc/SwXMLSectionList.hxx
M sw/inc/TextCursorHelper.hxx
M sw/inc/accessibilityoptions.hxx
M sw/inc/accmap.hxx
M sw/inc/acmplwrd.hxx
M sw/inc/anchoreddrawobject.hxx
M sw/inc/anchoredobject.hxx
M sw/inc/authfld.hxx
M sw/inc/authratr.hxx
M sw/inc/bparr.hxx
M sw/inc/breakit.hxx
M sw/inc/calbck.hxx
M sw/inc/calc.hxx
M sw/inc/ccoll.hxx
M sw/inc/cellatr.hxx
M sw/inc/cellfml.hxx
M sw/inc/charatr.hxx
M sw/inc/charfmt.hxx
M sw/inc/chcmprse.hxx
M sw/inc/checkit.hxx
M sw/inc/chpfld.hxx
M sw/inc/colwd.hxx
M sw/inc/crsrsh.hxx
M sw/inc/crsskip.hxx
M sw/inc/crstate.hxx
M sw/inc/cshtyp.hxx
M sw/inc/dbfld.hxx
M sw/inc/dbgoutsw.hxx
M sw/inc/dbmgr.hxx
M sw/inc/dcontact.hxx
M sw/inc/ddefld.hxx
M sw/inc/dlelstnr.hxx
M sw/inc/dobjfac.hxx
M sw/inc/doc.hxx
M sw/inc/docary.hxx
M sw/inc/docfac.hxx
M sw/inc/docsh.hxx
M sw/inc/docstat.hxx
M sw/inc/docstyle.hxx
M sw/inc/docufld.hxx
M sw/inc/dpage.hxx
M sw/inc/edglbldc.hxx
M sw/inc/edimp.hxx
M sw/inc/editsh.hxx
M sw/inc/expfld.hxx
M sw/inc/extinput.hxx
M sw/inc/fchrfmt.hxx
M sw/inc/fesh.hxx
M sw/inc/fldbas.hxx
M sw/inc/flddat.hxx
M sw/inc/flddropdown.hxx
M sw/inc/fldupde.hxx
M sw/inc/flyenum.hxx
M sw/inc/flypos.hxx
M sw/inc/fmtanchr.hxx
M sw/inc/fmtautofmt.hxx
M sw/inc/fmtclbl.hxx
M sw/inc/fmtclds.hxx
M sw/inc/fmtcnct.hxx
M sw/inc/fmtcntnt.hxx
M sw/inc/fmtcol.hxx
M sw/inc/fmtcolfunc.hxx
M sw/inc/fmteiro.hxx
M sw/inc/fmtflcnt.hxx
M sw/inc/fmtfld.hxx
M sw/inc/fmtfollowtextflow.hxx
M sw/inc/fmtfordr.hxx
M sw/inc/fmtfsize.hxx
M sw/inc/fmtftn.hxx
M sw/inc/fmtftntx.hxx
M sw/inc/fmthdft.hxx
M sw/inc/fmtinfmt.hxx
M sw/inc/fmtline.hxx
M sw/inc/fmtlsplt.hxx
M sw/inc/fmtmeta.hxx
M sw/inc/fmtornt.hxx
M sw/inc/fmtpdsc.hxx
M sw/inc/fmtrfmrk.hxx
M sw/inc/fmtrowsplt.hxx
M sw/inc/fmtruby.hxx
M sw/inc/fmtsrnd.hxx
M sw/inc/fmtsrndenum.hxx
M sw/inc/fmturl.hxx
M sw/inc/fmtwrapinfluenceonobjpos.hxx
M sw/inc/format.hxx
M sw/inc/frmatr.hxx
M sw/inc/frmfmt.hxx
M sw/inc/ftnidx.hxx
M sw/inc/ftninfo.hxx
M sw/inc/globdoc.hxx
M sw/inc/hfspacingitem.hxx
M sw/inc/hhcwrp.hxx
M sw/inc/hintids.hxx
M sw/inc/hints.hxx
M sw/inc/htmltbl.hxx
M sw/inc/index.hxx
M sw/inc/init.hxx
M sw/inc/iodetect.hxx
M sw/inc/istyleaccess.hxx
M sw/inc/itabenum.hxx
M sw/inc/lineinfo.hxx
M sw/inc/linkenum.hxx
M sw/inc/list.hxx
M sw/inc/listfunc.hxx
M sw/inc/mdiexp.hxx
M sw/inc/modcfg.hxx
M sw/inc/modeltoviewhelper.hxx
M sw/inc/ndarr.hxx
M sw/inc/ndgrf.hxx
M sw/inc/ndhints.hxx
M sw/inc/ndindex.hxx
M sw/inc/ndnotxt.hxx
M sw/inc/ndole.hxx
M sw/inc/ndtxt.hxx
M sw/inc/ndtyp.hxx
M sw/inc/node.hxx
M sw/inc/pagedesc.hxx
M sw/inc/pagepreviewlayout.hxx
M sw/inc/pam.hxx
M sw/inc/paratr.hxx
M sw/inc/pausethreadstarting.hxx
M sw/inc/poolfmt.hxx
M sw/inc/postithelper.hxx
M sw/inc/printdata.hxx
M sw/inc/prtopt.hxx
M sw/inc/pvprtdat.hxx
M sw/inc/redline.hxx
M sw/inc/reffld.hxx
M sw/inc/ring.hxx
M sw/inc/rubylist.hxx
M sw/inc/section.hxx
M sw/inc/shellid.hxx
M sw/inc/shellio.hxx
M sw/inc/shellres.hxx
M sw/inc/sortopt.hxx
M sw/inc/splargs.hxx
M sw/inc/stringhash.hxx
M sw/inc/sw_primitivetypes2d.hxx
M sw/inc/swabstdlg.hxx
M sw/inc/swacorr.hxx
M sw/inc/swatrset.hxx
M sw/inc/swbaslnk.hxx
M sw/inc/swcalwrp.hxx
M sw/inc/swcli.hxx
M sw/inc/swcrsr.hxx
M sw/inc/swdbdata.hxx
M sw/inc/swdbtoolsclient.hxx
M sw/inc/swddetbl.hxx
M sw/inc/swdll.hxx
M sw/inc/swevent.hxx
M sw/inc/swfltopt.hxx
M sw/inc/swhints.hxx
M sw/inc/switerator.hxx
M sw/inc/swmodule.hxx
M sw/inc/swrect.hxx
M sw/inc/swregion.hxx
M sw/inc/swscanner.hxx
M sw/inc/swserv.hxx
M sw/inc/swtable.hxx
M sw/inc/swtblfmt.hxx
M sw/inc/swtypes.hxx
M sw/inc/swundo.hxx
M sw/inc/swunohelper.hxx
M sw/inc/swurl.hxx
M sw/inc/swwait.hxx
M sw/inc/tabcol.hxx
M sw/inc/tblafmt.hxx
M sw/inc/tblenum.hxx
M sw/inc/tblsel.hxx
M sw/inc/tgrditem.hxx
M sw/inc/tox.hxx
M sw/inc/toxe.hxx
M sw/inc/toxwrap.hxx
M sw/inc/txatbase.hxx
M sw/inc/txatritr.hxx
M sw/inc/txtatr.hxx
M sw/inc/txtflcnt.hxx
M sw/inc/txtfld.hxx
M sw/inc/txtftn.hxx
M sw/inc/txtinet.hxx
M sw/inc/txtrfmrk.hxx
M sw/inc/txttxmrk.hxx
M sw/inc/undobj.hxx
M sw/inc/unobaseclass.hxx
M sw/inc/unochart.hxx
M sw/inc/unocoll.hxx
M sw/inc/unocrsr.hxx
M sw/inc/unocrsrhelper.hxx
M sw/inc/unodraw.hxx
M sw/inc/unofieldcoll.hxx
M sw/inc/unoframe.hxx
M sw/inc/unoidxcoll.hxx
M sw/inc/unomap.hxx
M sw/inc/unoparagraph.hxx
M sw/inc/unoprnms.hxx
M sw/inc/unoredline.hxx
M sw/inc/unoredlines.hxx
M sw/inc/unosett.hxx
M sw/inc/unosrch.hxx
M sw/inc/unostyle.hxx
M sw/inc/unotbl.hxx
M sw/inc/unotext.hxx
M sw/inc/unotextbodyhf.hxx
M sw/inc/unotextcursor.hxx
M sw/inc/unotextrange.hxx
M sw/inc/unotxdoc.hxx
M sw/inc/usrfld.hxx
M sw/inc/viewopt.hxx
M sw/inc/viewsh.hxx
M sw/inc/viscrs.hxx
M sw/inc/wdocsh.hxx
M sw/source/core/access/acccell.hxx
M sw/source/core/access/acccontext.hxx
M sw/source/core/access/accdoc.hxx
M sw/source/core/access/accembedded.hxx
M sw/source/core/access/accfootnote.hxx
M sw/source/core/access/accframe.hxx
M sw/source/core/access/accframebase.hxx
M sw/source/core/access/accfrmobj.hxx
M sw/source/core/access/accfrmobjmap.hxx
M sw/source/core/access/accfrmobjslist.hxx
M sw/source/core/access/accgraphic.hxx
M sw/source/core/access/accheaderfooter.hxx
M sw/source/core/access/acchyperlink.hxx
M sw/source/core/access/acchypertextdata.hxx
M sw/source/core/access/accnotextframe.hxx
M sw/source/core/access/accpage.hxx
M sw/source/core/access/accpara.hxx
M sw/source/core/access/accportions.hxx
M sw/source/core/access/accpreview.hxx
M sw/source/core/access/accselectionhelper.hxx
M sw/source/core/access/acctable.hxx
M sw/source/core/access/acctextframe.hxx
M sw/source/core/access/parachangetrackinginfo.hxx
M sw/source/core/access/textmarkuphelper.hxx
M sw/source/core/crsr/BlockCursor.hxx
M sw/source/core/crsr/IBlockCursor.hxx
M sw/source/core/crsr/callnk.hxx
M sw/source/core/doc/swstylemanager.hxx
M sw/source/core/docnode/cancellablejob.hxx
M sw/source/core/inc/GetMetricVal.hxx
M sw/source/core/inc/MarkManager.hxx
M sw/source/core/inc/SwGrammarMarkUp.hxx
M sw/source/core/inc/SwPortionHandler.hxx
M sw/source/core/inc/SwUndoFmt.hxx
M sw/source/core/inc/SwUndoPageDesc.hxx
M sw/source/core/inc/SwUndoTOXChange.hxx
M sw/source/core/inc/SwXMLBlockExport.hxx
M sw/source/core/inc/SwXMLBlockImport.hxx
M sw/source/core/inc/SwXMLBlockListContext.hxx
M sw/source/core/inc/SwXMLTextBlocks.hxx
M sw/source/core/inc/SwXTextDefaults.hxx
M sw/source/core/inc/UndoAttribute.hxx
M sw/source/core/inc/UndoBookmark.hxx
M sw/source/core/inc/UndoCore.hxx
M sw/source/core/inc/UndoDelete.hxx
M sw/source/core/inc/UndoDraw.hxx
M sw/source/core/inc/UndoInsert.hxx
M sw/source/core/inc/UndoManager.hxx
M sw/source/core/inc/UndoNumbering.hxx
M sw/source/core/inc/UndoOverwrite.hxx
M sw/source/core/inc/UndoRedline.hxx
M sw/source/core/inc/UndoSection.hxx
M sw/source/core/inc/UndoSort.hxx
M sw/source/core/inc/UndoSplitMove.hxx
M sw/source/core/inc/UndoTable.hxx
M sw/source/core/inc/acorrect.hxx
M sw/source/core/inc/anchoredobjectposition.hxx
M sw/source/core/inc/ascharanchoredobjectposition.hxx
M sw/source/core/inc/attrhint.hxx
M sw/source/core/inc/blink.hxx
M sw/source/core/inc/bodyfrm.hxx
M sw/source/core/inc/bookmrk.hxx
M sw/source/core/inc/cellfrm.hxx
M sw/source/core/inc/cntfrm.hxx
M sw/source/core/inc/colfrm.hxx
M sw/source/core/inc/crossrefbookmark.hxx
M sw/source/core/inc/dbg_lay.hxx
M sw/source/core/inc/dflyobj.hxx
M sw/source/core/inc/docfld.hxx
M sw/source/core/inc/docsort.hxx
M sw/source/core/inc/doctxm.hxx
M sw/source/core/inc/drawfont.hxx
M sw/source/core/inc/dumpfilter.hxx
M sw/source/core/inc/dview.hxx
M sw/source/core/inc/environmentofanchoredobject.hxx
M sw/source/core/inc/fieldhint.hxx
M sw/source/core/inc/finalthreadmanager.hxx
M sw/source/core/inc/flowfrm.hxx
M sw/source/core/inc/flyfrm.hxx
M sw/source/core/inc/flyfrms.hxx
M sw/source/core/inc/fntcache.hxx
M sw/source/core/inc/frame.hxx
M sw/source/core/inc/frminf.hxx
M sw/source/core/inc/frmtool.hxx
M sw/source/core/inc/ftnboss.hxx
M sw/source/core/inc/ftnfrm.hxx
M sw/source/core/inc/hffrm.hxx
M sw/source/core/inc/ifinishedthreadlistener.hxx
M sw/source/core/inc/ithreadlistenerowner.hxx
M sw/source/core/inc/layact.hxx
M sw/source/core/inc/laycache.hxx
M sw/source/core/inc/layfrm.hxx
M sw/source/core/inc/layouter.hxx
M sw/source/core/inc/movedfwdfrmsbyobjpos.hxx
M sw/source/core/inc/mvsave.hxx
M sw/source/core/inc/node2lay.hxx
M sw/source/core/inc/noteurl.hxx
M sw/source/core/inc/notxtfrm.hxx
M sw/source/core/inc/objectformatter.hxx
M sw/source/core/inc/observablethread.hxx
M sw/source/core/inc/pagedeschint.hxx
M sw/source/core/inc/pagefrm.hxx
M sw/source/core/inc/pamtyp.hxx
M sw/source/core/inc/prevwpage.hxx
M sw/source/core/inc/ptqueue.hxx
M sw/source/core/inc/retrievedinputstreamdata.hxx
M sw/source/core/inc/retrieveinputstream.hxx
M sw/source/core/inc/retrieveinputstreamconsumer.hxx
M sw/source/core/inc/rolbck.hxx
M sw/source/core/inc/rootfrm.hxx
M sw/source/core/inc/rowfrm.hxx
M sw/source/core/inc/scriptinfo.hxx
M sw/source/core/inc/sectfrm.hxx
M sw/source/core/inc/setmapvirtdev.hxx
M sw/source/core/inc/sortedobjs.hxx
M sw/source/core/inc/swblocks.hxx
M sw/source/core/inc/swcache.hxx
M sw/source/core/inc/swfntcch.hxx
M sw/source/core/inc/swfont.hxx
M sw/source/core/inc/swselectionlist.hxx
M sw/source/core/inc/swthreadjoiner.hxx
M sw/source/core/inc/swthreadmanager.hxx
M sw/source/core/inc/tabfrm.hxx
M sw/source/core/inc/tblrwcl.hxx
M sw/source/core/inc/threadlistener.hxx
M sw/source/core/inc/threadmanager.hxx
M sw/source/core/inc/tocntntanchoredobjectposition.hxx
M sw/source/core/inc/tolayoutanchoredobjectposition.hxx
M sw/source/core/inc/txmsrt.hxx
M sw/source/core/inc/txtfrm.hxx
M sw/source/core/inc/txttypes.hxx
M sw/source/core/inc/undoflystrattr.hxx
M sw/source/core/inc/unobookmark.hxx
M sw/source/core/inc/unoevent.hxx
M sw/source/core/inc/unofield.hxx
M sw/source/core/inc/unoflatpara.hxx
M sw/source/core/inc/unofootnote.hxx
M sw/source/core/inc/unoidx.hxx
M sw/source/core/inc/unometa.hxx
M sw/source/core/inc/unoparaframeenum.hxx
M sw/source/core/inc/unoport.hxx
M sw/source/core/inc/unorefmark.hxx
M sw/source/core/inc/unosection.hxx
M sw/source/core/inc/unotextmarkup.hxx
M sw/source/core/inc/viewimp.hxx
M sw/source/core/inc/visiturl.hxx
M sw/source/core/inc/wrong.hxx
M sw/source/core/layout/layhelp.hxx
M sw/source/core/layout/objectformatterlayfrm.hxx
M sw/source/core/layout/objectformattertxtfrm.hxx
M sw/source/core/layout/objstmpconsiderwrapinfl.hxx
M sw/source/core/layout/virtoutp.hxx
M sw/source/core/text/atrhndl.hxx
M sw/source/core/text/guess.hxx
M sw/source/core/text/inftxt.hxx
M sw/source/core/text/itratr.hxx
M sw/source/core/text/itrform2.hxx
M sw/source/core/text/itrpaint.hxx
M sw/source/core/text/itrtxt.hxx
M sw/source/core/text/pordrop.hxx
M sw/source/core/text/porexp.hxx
M sw/source/core/text/porfld.hxx
M sw/source/core/text/porfly.hxx
M sw/source/core/text/porftn.hxx
M sw/source/core/text/porglue.hxx
M sw/source/core/text/porhyph.hxx
M sw/source/core/text/porlay.hxx
M sw/source/core/text/porlin.hxx
M sw/source/core/text/pormulti.hxx
M sw/source/core/text/porref.hxx
M sw/source/core/text/porrst.hxx
M sw/source/core/text/portab.hxx
M sw/source/core/text/portox.hxx
M sw/source/core/text/portxt.hxx
M sw/source/core/text/possiz.hxx
M sw/source/core/text/redlnitr.hxx
M sw/source/core/text/txtcache.hxx
M sw/source/core/text/txtfly.hxx
M sw/source/core/text/txtpaint.hxx
M sw/source/core/text/widorp.hxx
M sw/source/core/unocore/XMLRangeHelper.hxx
M sw/source/filter/ascii/wrtasc.hxx
M sw/source/filter/html/css1kywd.hxx
M sw/source/filter/html/htmlfld.hxx
M sw/source/filter/html/htmlfly.hxx
M sw/source/filter/html/htmlform.hxx
M sw/source/filter/html/htmlnum.hxx
M sw/source/filter/html/htmlvsh.hxx
M sw/source/filter/html/parcss1.hxx
M sw/source/filter/html/svxcss1.hxx
M sw/source/filter/html/swcss1.hxx
M sw/source/filter/html/swhtml.hxx
M sw/source/filter/html/wrthtml.hxx
M sw/source/filter/inc/fltini.hxx
M sw/source/filter/inc/fltshell.hxx
M sw/source/filter/inc/msfilter.hxx
M sw/source/filter/inc/rtf.hxx
M sw/source/filter/inc/wrt_fn.hxx
M sw/source/filter/inc/wrtswtbl.hxx
M sw/source/filter/inc/wwstyles.hxx
M sw/source/filter/ww1/w1par.hxx
M sw/source/filter/ww1/w1struct.hxx
M sw/source/filter/ww8/WW8FibData.hxx
M sw/source/filter/ww8/WW8TableInfo.hxx
M sw/source/filter/ww8/attributeoutputbase.hxx
M sw/source/filter/ww8/docxattributeoutput.hxx
M sw/source/filter/ww8/docxexport.hxx
M sw/source/filter/ww8/docxexportfilter.hxx
M sw/source/filter/ww8/docxfootnotes.hxx
M sw/source/filter/ww8/escher.hxx
M sw/source/filter/ww8/fields.hxx
M sw/source/filter/ww8/hash_wrap.hxx
M sw/source/filter/ww8/needed_cast.hxx
M sw/source/filter/ww8/rtfattributeoutput.hxx
M sw/source/filter/ww8/rtfexport.hxx
M sw/source/filter/ww8/rtfexportfilter.hxx
M sw/source/filter/ww8/rtfsdrexport.hxx
M sw/source/filter/ww8/rtfstringbuffer.hxx
M sw/source/filter/ww8/sortedarray.hxx
M sw/source/filter/ww8/staticassert.hxx
M sw/source/filter/ww8/wrtww8.hxx
M sw/source/filter/ww8/ww8attributeoutput.hxx
M sw/source/filter/ww8/ww8glsy.hxx
M sw/source/filter/ww8/ww8graf.hxx
M sw/source/filter/ww8/ww8par.hxx
M sw/source/filter/ww8/ww8par2.hxx
M sw/source/filter/ww8/ww8scan.hxx
M sw/source/filter/ww8/ww8struc.hxx
M sw/source/filter/ww8/ww8toolbar.hxx
M sw/source/filter/xml/XMLRedlineImportHelper.hxx
M sw/source/filter/xml/wrtxml.hxx
M sw/source/filter/xml/xmlbrshe.hxx
M sw/source/filter/xml/xmlbrshi.hxx
M sw/source/filter/xml/xmlexp.hxx
M sw/source/filter/xml/xmlexpit.hxx
M sw/source/filter/xml/xmlimp.hxx
M sw/source/filter/xml/xmlimpit.hxx
M sw/source/filter/xml/xmlitem.hxx
M sw/source/filter/xml/xmlithlp.hxx
M sw/source/filter/xml/xmlitmap.hxx
M sw/source/filter/xml/xmltbli.hxx
M sw/source/filter/xml/xmltexte.hxx
M sw/source/filter/xml/xmltexti.hxx
M sw/source/ui/dbui/addresslistdialog.hxx
M sw/source/ui/dbui/createaddresslistdialog.hxx
M sw/source/ui/dbui/customizeaddresslistdialog.hxx
M sw/source/ui/dbui/dbtablepreviewdialog.hxx
M sw/source/ui/dbui/mmaddressblockpage.hxx
M sw/source/ui/dbui/mmdocselectpage.hxx
M sw/source/ui/dbui/mmgreetingspage.hxx
M sw/source/ui/dbui/mmlayoutpage.hxx
M sw/source/ui/dbui/mmmergepage.hxx
M sw/source/ui/dbui/mmoutputpage.hxx
M sw/source/ui/dbui/mmoutputtypepage.hxx
M sw/source/ui/dbui/mmpreparemergepage.hxx
M sw/source/ui/dbui/selectdbtabledialog.hxx
M sw/source/ui/dialog/swdlgfact.hxx
M sw/source/ui/docvw/AnchorOverlayObject.hxx
M sw/source/ui/docvw/AnnotationMenuButton.hxx
M sw/source/ui/docvw/ShadowOverlayObject.hxx
M sw/source/ui/docvw/SidebarTxtControl.hxx
M sw/source/ui/docvw/SidebarTxtControlAcc.hxx
M sw/source/ui/docvw/SidebarWinAcc.hxx
M sw/source/ui/docvw/frmsidebarwincontainer.hxx
M sw/source/ui/docvw/romenu.hxx
M sw/source/ui/envelp/envfmt.hxx
M sw/source/ui/envelp/envprt.hxx
M sw/source/ui/envelp/labfmt.hxx
M sw/source/ui/envelp/labimp.hxx
M sw/source/ui/envelp/labprt.hxx
M sw/source/ui/envelp/swuilabimp.hxx
M sw/source/ui/fldui/FldRefTreeListBox.hxx
M sw/source/ui/fldui/flddb.hxx
M sw/source/ui/fldui/flddinf.hxx
M sw/source/ui/fldui/flddok.hxx
M sw/source/ui/fldui/fldfunc.hxx
M sw/source/ui/fldui/fldpage.hxx
M sw/source/ui/fldui/fldref.hxx
M sw/source/ui/fldui/fldvar.hxx
M sw/source/ui/inc/DashedLine.hxx
M sw/source/ui/inc/DropDownFieldDialog.hxx
M sw/source/ui/inc/FrameControl.hxx
M sw/source/ui/inc/FrameControlsManager.hxx
M sw/source/ui/inc/HeaderFooterWin.hxx
M sw/source/ui/inc/PageBreakWin.hxx
M sw/source/ui/inc/SidebarWindowsConsts.hxx
M sw/source/ui/inc/SwSpellDialogChildWindow.hxx
M sw/source/ui/inc/SwXFilterOptions.hxx
M sw/source/ui/inc/abstract.hxx
M sw/source/ui/inc/actctrl.hxx
M sw/source/ui/inc/addrdlg.hxx
M sw/source/ui/inc/annotsh.hxx
M sw/source/ui/inc/ascfldlg.hxx
M sw/source/ui/inc/autoedit.hxx
M sw/source/ui/inc/barcfg.hxx
M sw/source/ui/inc/basesh.hxx
M sw/source/ui/inc/beziersh.hxx
M sw/source/ui/inc/bmpwin.hxx
M sw/source/ui/inc/bookctrl.hxx
M sw/source/ui/inc/bookmark.hxx
M sw/source/ui/inc/break.hxx
M sw/source/ui/inc/caption.hxx
M sw/source/ui/inc/cfgitems.hxx
M sw/source/ui/inc/changedb.hxx
M sw/source/ui/inc/chartins.hxx
M sw/source/ui/inc/chldwrap.hxx
M sw/source/ui/inc/chrdlg.hxx
M sw/source/ui/inc/cnttab.hxx
M sw/source/ui/inc/colex.hxx
M sw/source/ui/inc/colmgr.hxx
M sw/source/ui/inc/column.hxx
M sw/source/ui/inc/conarc.hxx
M sw/source/ui/inc/concustomshape.hxx
M sw/source/ui/inc/condedit.hxx
M sw/source/ui/inc/conform.hxx
M sw/source/ui/inc/conpoly.hxx
M sw/source/ui/inc/conttree.hxx
M sw/source/ui/inc/convert.hxx
M sw/source/ui/inc/cption.hxx
M sw/source/ui/inc/dbconfig.hxx
M sw/source/ui/inc/dbinsdlg.hxx
M sw/source/ui/inc/dbtree.hxx
M sw/source/ui/inc/dbui.hxx
M sw/source/ui/inc/dialmgr.hxx
M sw/source/ui/inc/docfnote.hxx
M sw/source/ui/inc/docstdlg.hxx
M sw/source/ui/inc/drawbase.hxx
M sw/source/ui/inc/drawsh.hxx
M sw/source/ui/inc/drformsh.hxx
M sw/source/ui/inc/drpcps.hxx
M sw/source/ui/inc/drwbassh.hxx
M sw/source/ui/inc/drwtxtsh.hxx
M sw/source/ui/inc/dselect.hxx
M sw/source/ui/inc/edtwin.hxx
M sw/source/ui/inc/envimg.hxx
M sw/source/ui/inc/envlop.hxx
M sw/source/ui/inc/fldedt.hxx
M sw/source/ui/inc/fldmgr.hxx
M sw/source/ui/inc/fldtdlg.hxx
M sw/source/ui/inc/fldwrap.hxx
M sw/source/ui/inc/fontcfg.hxx
M sw/source/ui/inc/formatclipboard.hxx
M sw/source/ui/inc/formedt.hxx
M sw/source/ui/inc/frmdlg.hxx
M sw/source/ui/inc/frmmgr.hxx
M sw/source/ui/inc/frmpage.hxx
M sw/source/ui/inc/frmsh.hxx
M sw/source/ui/inc/glosbib.hxx
M sw/source/ui/inc/glosdoc.hxx
M sw/source/ui/inc/gloshdl.hxx
M sw/source/ui/inc/gloslst.hxx
M sw/source/ui/inc/glossary.hxx
M sw/source/ui/inc/glshell.hxx
M sw/source/ui/inc/grfsh.hxx
M sw/source/ui/inc/hyp.hxx
M sw/source/ui/inc/idxmrk.hxx
M sw/source/ui/inc/imaildsplistener.hxx
M sw/source/ui/inc/initui.hxx
M sw/source/ui/inc/inpdlg.hxx
M sw/source/ui/inc/inputwin.hxx
M sw/source/ui/inc/insfnote.hxx
M sw/source/ui/inc/instable.hxx
M sw/source/ui/inc/javaedit.hxx
M sw/source/ui/inc/label.hxx
M sw/source/ui/inc/labelcfg.hxx
M sw/source/ui/inc/labimg.hxx
M sw/source/ui/inc/langhelper.hxx
M sw/source/ui/inc/linenum.hxx
M sw/source/ui/inc/listsh.hxx
M sw/source/ui/inc/macassgn.hxx
M sw/source/ui/inc/mailconfigpage.hxx
M sw/source/ui/inc/maildispatcher.hxx
M sw/source/ui/inc/mailmergechildwindow.hxx
M sw/source/ui/inc/mailmergehelper.hxx
M sw/source/ui/inc/mailmergewizard.hxx
M sw/source/ui/inc/mailmrge.hxx
M sw/source/ui/inc/mediash.hxx
M sw/source/ui/inc/mergetbl.hxx
M sw/source/ui/inc/mmconfigitem.hxx
M sw/source/ui/inc/multmrk.hxx
M sw/source/ui/inc/navicfg.hxx
M sw/source/ui/inc/navicont.hxx
M sw/source/ui/inc/navipi.hxx
M sw/source/ui/inc/navmgr.hxx
M sw/source/ui/inc/navsh.hxx
M sw/source/ui/inc/num.hxx
M sw/source/ui/inc/numberingtypelistbox.hxx
M sw/source/ui/inc/numfmtlb.hxx
M sw/source/ui/inc/numpara.hxx
M sw/source/ui/inc/numprevw.hxx
M sw/source/ui/inc/olesh.hxx
M sw/source/ui/inc/olmenu.hxx
M sw/source/ui/inc/optcomp.hxx
M sw/source/ui/inc/optpage.hxx
M sw/source/ui/inc/outline.hxx
M sw/source/ui/inc/pardlg.hxx
M sw/source/ui/inc/pattern.hxx
M sw/source/ui/inc/pgfnote.hxx
M sw/source/ui/inc/pggrid.hxx
M sw/source/ui/inc/popbox.hxx
M sw/source/ui/inc/prcntfld.hxx
M sw/source/ui/inc/pview.hxx
M sw/source/ui/inc/redlndlg.hxx
M sw/source/ui/inc/regionsw.hxx
M sw/source/ui/inc/rowht.hxx
M sw/source/ui/inc/scroll.hxx
M sw/source/ui/inc/selglos.hxx
M sw/source/ui/inc/sharedconnection.hxx
M sw/source/ui/inc/shdwcrsr.hxx
M sw/source/ui/inc/splittbl.hxx
M sw/source/ui/inc/srcedtw.hxx
M sw/source/ui/inc/srcview.hxx
M sw/source/ui/inc/srtdlg.hxx
M sw/source/ui/inc/stmenu.hxx
M sw/source/ui/inc/swcont.hxx
M sw/source/ui/inc/swdtflvr.hxx
M sw/source/ui/inc/swlbox.hxx
M sw/source/ui/inc/swmodalredlineacceptdlg.hxx
M sw/source/ui/inc/swrenamexnameddlg.hxx
M sw/source/ui/inc/swruler.hxx
M sw/source/ui/inc/swtablerep.hxx
M sw/source/ui/inc/swuiccoll.hxx
M sw/source/ui/inc/swuicnttab.hxx
M sw/source/ui/inc/swuiidxmrk.hxx
M sw/source/ui/inc/swuipardlg.hxx
M sw/source/ui/inc/swvset.hxx
M sw/source/ui/inc/swwrtshitem.hxx
M sw/source/ui/inc/syncbtn.hxx
M sw/source/ui/inc/tabledlg.hxx
M sw/source/ui/inc/tablemgr.hxx
M sw/source/ui/inc/tabsh.hxx
M sw/source/ui/inc/tautofmt.hxx
M sw/source/ui/inc/tblctrl.hxx
M sw/source/ui/inc/tblnumfm.hxx
M sw/source/ui/inc/tbxanchr.hxx
M sw/source/ui/inc/textsh.hxx
M sw/source/ui/inc/titlepage.hxx
M sw/source/ui/inc/tmpdlg.hxx
M sw/source/ui/inc/tmplctrl.hxx
M sw/source/ui/inc/toxmgr.hxx
M sw/source/ui/inc/uiborder.hxx
M sw/source/ui/inc/uiitems.hxx
M sw/source/ui/inc/uinums.hxx
M sw/source/ui/inc/uitool.hxx
M sw/source/ui/inc/uivwimp.hxx
M sw/source/ui/inc/unoatxt.hxx
M sw/source/ui/inc/unodispatch.hxx
M sw/source/ui/inc/unomailmerge.hxx
M sw/source/ui/inc/unomod.hxx
M sw/source/ui/inc/unotools.hxx
M sw/source/ui/inc/unotxvw.hxx
M sw/source/ui/inc/usrpref.hxx
M sw/source/ui/inc/view.hxx
M sw/source/ui/inc/viewlayoutctrl.hxx
M sw/source/ui/inc/wformsh.hxx
M sw/source/ui/inc/wfrmsh.hxx
M sw/source/ui/inc/wgrfsh.hxx
M sw/source/ui/inc/wlistsh.hxx
M sw/source/ui/inc/wolesh.hxx
M sw/source/ui/inc/wordcountctrl.hxx
M sw/source/ui/inc/wordcountdialog.hxx
M sw/source/ui/inc/workctrl.hxx
M sw/source/ui/inc/wrap.hxx
M sw/source/ui/inc/wrtsh.hxx
M sw/source/ui/inc/wtabsh.hxx
M sw/source/ui/inc/wtextsh.hxx
M sw/source/ui/inc/wview.hxx
M sw/source/ui/inc/zoomctrl.hxx
M sw/source/ui/lingu/sdrhhcwrap.hxx
M sw/source/ui/misc/impfnote.hxx
M sw/source/ui/table/tablepg.hxx
M sw/source/ui/uiview/viewfunc.hxx
M sw/source/ui/uno/SwXDocumentSettings.hxx
M sw/source/ui/uno/swdetect.hxx
M sw/source/ui/uno/unodefaults.hxx
M sw/source/ui/uno/unomodule.hxx
M sw/source/ui/vba/vbaaddin.hxx
M sw/source/ui/vba/vbaaddins.hxx
M sw/source/ui/vba/vbaapplication.hxx
M sw/source/ui/vba/vbaautotextentry.hxx
M sw/source/ui/vba/vbabookmark.hxx
M sw/source/ui/vba/vbabookmarks.hxx
M sw/source/ui/vba/vbaborders.hxx
M sw/source/ui/vba/vbacell.hxx
M sw/source/ui/vba/vbacells.hxx
M sw/source/ui/vba/vbacheckbox.hxx
M sw/source/ui/vba/vbacolumn.hxx
M sw/source/ui/vba/vbacolumns.hxx
M sw/source/ui/vba/vbadialog.hxx
M sw/source/ui/vba/vbadialogs.hxx
M sw/source/ui/vba/vbadocument.hxx
M sw/source/ui/vba/vbadocumentproperties.hxx
M sw/source/ui/vba/vbadocuments.hxx
M sw/source/ui/vba/vbaeventshelper.hxx
M sw/source/ui/vba/vbafield.hxx
M sw/source/ui/vba/vbafind.hxx
M sw/source/ui/vba/vbafont.hxx
M sw/source/ui/vba/vbaformfield.hxx
M sw/source/ui/vba/vbaformfields.hxx
M sw/source/ui/vba/vbaframe.hxx
M sw/source/ui/vba/vbaframes.hxx
M sw/source/ui/vba/vbaglobals.hxx
M sw/source/ui/vba/vbaheaderfooter.hxx
M sw/source/ui/vba/vbaheaderfooterhelper.hxx
M sw/source/ui/vba/vbaheadersfooters.hxx
M sw/source/ui/vba/vbainformationhelper.hxx
M sw/source/ui/vba/vbalistformat.hxx
M sw/source/ui/vba/vbalistgalleries.hxx
M sw/source/ui/vba/vbalistgallery.hxx
M sw/source/ui/vba/vbalisthelper.hxx
M sw/source/ui/vba/vbalistlevel.hxx
M sw/source/ui/vba/vbalistlevels.hxx
M sw/source/ui/vba/vbalisttemplate.hxx
M sw/source/ui/vba/vbalisttemplates.hxx
M sw/source/ui/vba/vbaoptions.hxx
M sw/source/ui/vba/vbapagesetup.hxx
M sw/source/ui/vba/vbapalette.hxx
M sw/source/ui/vba/vbapane.hxx
M sw/source/ui/vba/vbaparagraph.hxx
M sw/source/ui/vba/vbaparagraphformat.hxx
M sw/source/ui/vba/vbarange.hxx
M sw/source/ui/vba/vbarangehelper.hxx
M sw/source/ui/vba/vbareplacement.hxx
M sw/source/ui/vba/vbarevision.hxx
M sw/source/ui/vba/vbarow.hxx
M sw/source/ui/vba/vbarows.hxx
M sw/source/ui/vba/vbasection.hxx
M sw/source/ui/vba/vbasections.hxx
M sw/source/ui/vba/vbaselection.hxx
M sw/source/ui/vba/vbastyle.hxx
M sw/source/ui/vba/vbastyles.hxx
M sw/source/ui/vba/vbasystem.hxx
M sw/source/ui/vba/vbatable.hxx
M sw/source/ui/vba/vbatablehelper.hxx
M sw/source/ui/vba/vbatableofcontents.hxx
M sw/source/ui/vba/vbatables.hxx
M sw/source/ui/vba/vbatablesofcontents.hxx
M sw/source/ui/vba/vbatabstop.hxx
M sw/source/ui/vba/vbatabstops.hxx
M sw/source/ui/vba/vbatemplate.hxx
M sw/source/ui/vba/vbavariable.hxx
M sw/source/ui/vba/vbavariables.hxx
M sw/source/ui/vba/vbaview.hxx
M sw/source/ui/vba/vbawindow.hxx
M sw/source/ui/vba/vbawrapformat.hxx
M sw/source/ui/vba/wordvbahelper.hxx
M test/inc/test/beans/xpropertyset.hxx
M test/inc/test/bootstrapfixture.hxx
M test/inc/test/testdllapi.hxx
M test/inc/test/text/xtext.hxx
M testtools/source/bridgetest/currentcontextchecker.hxx
M toolkit/inc/toolkit/awt/animatedimagespeer.hxx
M toolkit/inc/toolkit/awt/scrollabledialog.hxx
M toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
M toolkit/inc/toolkit/awt/vclxbitmap.hxx
M toolkit/inc/toolkit/awt/vclxcontainer.hxx
M toolkit/inc/toolkit/awt/vclxdevice.hxx
M toolkit/inc/toolkit/awt/vclxfont.hxx
M toolkit/inc/toolkit/awt/vclxgraphics.hxx
M toolkit/inc/toolkit/awt/vclxmenu.hxx
M toolkit/inc/toolkit/awt/vclxpointer.hxx
M toolkit/inc/toolkit/awt/vclxprinter.hxx
M toolkit/inc/toolkit/awt/vclxregion.hxx
M toolkit/inc/toolkit/awt/vclxspinbutton.hxx
M toolkit/inc/toolkit/awt/vclxsystemdependentwindow.hxx
M toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx
M toolkit/inc/toolkit/awt/vclxtoolkit.hxx
M toolkit/inc/toolkit/awt/vclxtopwindow.hxx
M toolkit/inc/toolkit/awt/vclxwindow.hxx
M toolkit/inc/toolkit/awt/vclxwindows.hxx
M toolkit/inc/toolkit/awt/xsimpleanimation.hxx
M toolkit/inc/toolkit/awt/xthrobber.hxx
M toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx
M toolkit/inc/toolkit/controls/animatedimages.hxx
M toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx
M toolkit/inc/toolkit/controls/dialogcontrol.hxx
M toolkit/inc/toolkit/controls/formattedcontrol.hxx
M toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx
M toolkit/inc/toolkit/controls/roadmapcontrol.hxx
M toolkit/inc/toolkit/controls/roadmapentry.hxx
M toolkit/inc/toolkit/controls/spinningprogress.hxx
M toolkit/inc/toolkit/controls/stdtabcontroller.hxx
M toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
M toolkit/inc/toolkit/controls/tabpagecontainer.hxx
M toolkit/inc/toolkit/controls/tabpagemodel.hxx
M toolkit/inc/toolkit/controls/tkscrollbar.hxx
M toolkit/inc/toolkit/controls/tksimpleanimation.hxx
M toolkit/inc/toolkit/controls/tkspinbutton.hxx
M toolkit/inc/toolkit/controls/tkthrobber.hxx
M toolkit/inc/toolkit/controls/unocontrol.hxx
M toolkit/inc/toolkit/controls/unocontrolbase.hxx
M toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
M toolkit/inc/toolkit/controls/unocontrolcontainermodel.hxx
M toolkit/inc/toolkit/controls/unocontrolmodel.hxx
M toolkit/inc/toolkit/controls/unocontrols.hxx
M toolkit/inc/toolkit/helper/accessibilityclient.hxx
M toolkit/inc/toolkit/helper/accessiblefactory.hxx
M toolkit/inc/toolkit/helper/convert.hxx
M toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
M toolkit/inc/toolkit/helper/externallock.hxx
M toolkit/inc/toolkit/helper/formpdfexport.hxx
M toolkit/inc/toolkit/helper/imagealign.hxx
M toolkit/inc/toolkit/helper/listenermultiplexer.hxx
M toolkit/inc/toolkit/helper/macros.hxx
M toolkit/inc/toolkit/helper/mutexandbroadcasthelper.hxx
M toolkit/inc/toolkit/helper/mutexhelper.hxx
M toolkit/inc/toolkit/helper/property.hxx
M toolkit/inc/toolkit/helper/servicenames.hxx
M toolkit/inc/toolkit/helper/tkresmgr.hxx
M toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx
M toolkit/inc/toolkit/helper/unowrapper.hxx
M toolkit/inc/toolkit/helper/vclunohelper.hxx
M toolkit/source/awt/stylesettings.hxx
M toolkit/source/controls/grid/gridcontrol.hxx
M toolkit/source/controls/grid/grideventforwarder.hxx
M toolkit/source/controls/grid/initguard.hxx
M toolkit/source/controls/grid/sortablegriddatamodel.hxx
M toolkit/source/controls/tree/treecontrol.hxx
M tools/inc/bootstrp/prj.hxx
M tools/inc/impstrg.hxx
M tools/inc/tools-internal.hxx
M tools/inc/tools/StringListResource.hxx
M tools/inc/tools/appendunixshellword.hxx
M tools/inc/tools/b3dtrans.hxx
M tools/inc/tools/color.hxx
M tools/inc/tools/contnr.hxx
M tools/inc/tools/date.hxx
M tools/inc/tools/datetime.hxx
M tools/inc/tools/errinf.hxx
M tools/inc/tools/extendapplicationenvironment.hxx
M tools/inc/tools/fldunit.hxx
M tools/inc/tools/fontenum.hxx
M tools/inc/tools/fract.hxx
M tools/inc/tools/fsys.hxx
M tools/inc/tools/gen.hxx
M tools/inc/tools/getprocessworkingdir.hxx
M tools/inc/tools/globname.hxx
M tools/inc/tools/helpers.hxx
M tools/inc/tools/inetmime.hxx
M tools/inc/tools/inetmsg.hxx
M tools/inc/tools/inetstrm.hxx
M tools/inc/tools/line.hxx
M tools/inc/tools/lineend.hxx
M tools/inc/tools/link.hxx
M tools/inc/tools/mapunit.hxx
M tools/inc/tools/pathutils.hxx
M tools/inc/tools/poly.hxx
M tools/inc/tools/pstm.hxx
M tools/inc/tools/rc.hxx
M tools/inc/tools/ref.hxx
M tools/inc/tools/resary.hxx
M tools/inc/tools/resid.hxx
M tools/inc/tools/resmgr.hxx
M tools/inc/tools/rtti.hxx
M tools/inc/tools/shl.hxx
M tools/inc/tools/simplerm.hxx
M tools/inc/tools/solarmutex.hxx
M tools/inc/tools/stream.hxx
M tools/inc/tools/svborder.hxx
M tools/inc/tools/tempfile.hxx
M tools/inc/tools/tenccvt.hxx
M tools/inc/tools/time.hxx
M tools/inc/tools/unqidx.hxx
M tools/inc/tools/urlobj.hxx
M tools/inc/tools/vcompat.hxx
M tools/inc/tools/vector2d.hxx
M tools/inc/tools/weakbase.hxx
M tools/inc/tools/wintypes.hxx
M tools/inc/tools/wldcrd.hxx
M tools/inc/tools/zcodec.hxx
M tools/source/fsys/comdep.hxx
M tools/win/inc/dll.hxx
M touch/inc/touch/libotouch.hxx
M tubes/inc/tubes/collaboration.hxx
M tubes/inc/tubes/conference.hxx
M tubes/inc/tubes/manager.hxx
M ucb/source/cacher/cachedcontentresultset.hxx
M ucb/source/cacher/cachedcontentresultsetstub.hxx
M ucb/source/cacher/cacheddynamicresultset.hxx
M ucb/source/cacher/cacheddynamicresultsetstub.hxx
M ucb/source/cacher/contentresultsetwrapper.hxx
M ucb/source/cacher/dynamicresultsetwrapper.hxx
M ucb/source/core/cmdenv.hxx
M ucb/source/core/identify.hxx
M ucb/source/core/providermap.hxx
M ucb/source/core/provprox.hxx
M ucb/source/core/ucb.hxx
M ucb/source/core/ucbcmds.hxx
M ucb/source/core/ucbprops.hxx
M ucb/source/core/ucbstore.hxx
M ucb/source/sorter/sortdynres.hxx
M ucb/source/sorter/sortresult.hxx
M ucb/source/ucp/cmis/auth_provider.hxx
M ucb/source/ucp/cmis/children_provider.hxx
M ucb/source/ucp/cmis/cmis_content.hxx
M ucb/source/ucp/cmis/cmis_datasupplier.hxx
M ucb/source/ucp/cmis/cmis_provider.hxx
M ucb/source/ucp/cmis/cmis_repo_content.hxx
M ucb/source/ucp/cmis/cmis_resultset.hxx
M ucb/source/ucp/cmis/cmis_url.hxx
M ucb/source/ucp/ext/ucpext_content.hxx
M ucb/source/ucp/ext/ucpext_datasupplier.hxx
M ucb/source/ucp/ext/ucpext_provider.hxx
M ucb/source/ucp/ext/ucpext_resultset.hxx
M ucb/source/ucp/file/bc.hxx
M ucb/source/ucp/file/filcmd.hxx
M ucb/source/ucp/file/filglob.hxx
M ucb/source/ucp/file/filid.hxx
M ucb/source/ucp/file/filinl.hxx
M ucb/source/ucp/file/filinpstr.hxx
M ucb/source/ucp/file/filinsreq.hxx
M ucb/source/ucp/file/filnot.hxx
M ucb/source/ucp/file/filprp.hxx
M ucb/source/ucp/file/filrec.hxx
M ucb/source/ucp/file/filrow.hxx
M ucb/source/ucp/file/filrset.hxx
M ucb/source/ucp/file/filstr.hxx
M ucb/source/ucp/file/filtask.hxx
M ucb/source/ucp/file/prov.hxx
M ucb/source/ucp/file/shell.hxx
M ucb/source/ucp/ftp/curl.hxx
M ucb/source/ucp/ftp/ftpcfunc.hxx
M ucb/source/ucp/ftp/ftpcontent.hxx
M ucb/source/ucp/ftp/ftpcontentidentifier.hxx
M ucb/source/ucp/ftp/ftpcontentprovider.hxx
M ucb/source/ucp/ftp/ftpdirp.hxx
M ucb/source/ucp/ftp/ftpdynresultset.hxx
M ucb/source/ucp/ftp/ftpintreq.hxx
M ucb/source/ucp/ftp/ftploaderthread.hxx
M ucb/source/ucp/ftp/ftpresultsetI.hxx
M ucb/source/ucp/ftp/ftpresultsetbase.hxx
M ucb/source/ucp/ftp/ftpresultsetfactory.hxx
M ucb/source/ucp/ftp/ftpstrcont.hxx
M ucb/source/ucp/ftp/ftpurl.hxx
M ucb/source/ucp/ftp/test_activedatasink.hxx
M ucb/source/ucp/ftp/test_multiservicefac.hxx
M ucb/source/ucp/gio/gio_content.hxx
M ucb/source/ucp/gio/gio_datasupplier.hxx
M ucb/source/ucp/gio/gio_inputstream.hxx
M ucb/source/ucp/gio/gio_mount.hxx
M ucb/source/ucp/gio/gio_outputstream.hxx
M ucb/source/ucp/gio/gio_provider.hxx
M ucb/source/ucp/gio/gio_resultset.hxx
M ucb/source/ucp/gio/gio_seekable.hxx
M ucb/source/ucp/gvfs/gvfs_content.hxx
M ucb/source/ucp/gvfs/gvfs_directory.hxx
M ucb/source/ucp/gvfs/gvfs_provider.hxx
M ucb/source/ucp/gvfs/gvfs_stream.hxx
M ucb/source/ucp/hierarchy/dynamicresultset.hxx
M ucb/source/ucp/hierarchy/hierarchycontent.hxx
M ucb/source/ucp/hierarchy/hierarchydata.hxx
M ucb/source/ucp/hierarchy/hierarchydatasource.hxx
M ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx
M ucb/source/ucp/hierarchy/hierarchyprovider.hxx
M ucb/source/ucp/hierarchy/hierarchyuri.hxx
M ucb/source/ucp/inc/urihelper.hxx
M ucb/source/ucp/package/pkgcontent.hxx
M ucb/source/ucp/package/pkgdatasupplier.hxx
M ucb/source/ucp/package/pkgprovider.hxx
M ucb/source/ucp/package/pkgresultset.hxx
M ucb/source/ucp/package/pkguri.hxx
M ucb/source/ucp/tdoc/tdoc_content.hxx
M ucb/source/ucp/tdoc/tdoc_datasupplier.hxx
M ucb/source/ucp/tdoc/tdoc_docmgr.hxx
M ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx
M ucb/source/ucp/tdoc/tdoc_passwordrequest.hxx
M ucb/source/ucp/tdoc/tdoc_provider.hxx
M ucb/source/ucp/tdoc/tdoc_resultset.hxx
M ucb/source/ucp/tdoc/tdoc_stgelems.hxx
M ucb/source/ucp/tdoc/tdoc_storage.hxx
M ucb/source/ucp/tdoc/tdoc_uri.hxx
M ucb/source/ucp/webdav-neon/LockEntrySequence.hxx
M ucb/source/ucp/webdav-neon/LockSequence.hxx
M ucb/source/ucp/webdav-neon/NeonHeadRequest.hxx
M ucb/source/ucp/webdav-neon/NeonInputStream.hxx
M ucb/source/ucp/webdav-neon/NeonLockStore.hxx
M ucb/source/ucp/webdav-neon/NeonPropFindRequest.hxx
M ucb/source/ucp/webdav-neon/NeonSession.hxx
M ucb/source/ucp/webdav-neon/NeonTypes.hxx
M ucb/source/ucp/webdav-neon/NeonUri.hxx
M ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx
M ucb/source/ucp/webdav/AprEnv.hxx
M ucb/source/ucp/webdav/SerfCallbacks.hxx
M ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfInputStream.hxx
M ucb/source/ucp/webdav/SerfLockStore.hxx
M ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx
M ucb/source/ucp/webdav/SerfRequestProcessor.hxx
M ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx
M ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx
M ucb/source/ucp/webdav/SerfSession.hxx
M ucb/source/ucp/webdav/SerfTypes.hxx
M ucb/source/ucp/webdav/SerfUri.hxx
M ucb/source/ucp/webdav/webdavdatasupplier.hxx
M ucb/source/ucp/webdav/webdavresponseparser.hxx
M ucb/workben/cachemap/cachemapobject1.hxx
M ucb/workben/cachemap/cachemapobject2.hxx
M ucb/workben/cachemap/cachemapobject3.hxx
M ucb/workben/cachemap/cachemapobjectcontainer2.hxx
M ucb/workben/ucb/srcharg.hxx
M ucbhelper/inc/ucbhelper/activedatasink.hxx
M ucbhelper/inc/ucbhelper/activedatastreamer.hxx
M ucbhelper/inc/ucbhelper/cancelcommandexecution.hxx
M ucbhelper/inc/ucbhelper/commandenvironment.hxx
M ucbhelper/inc/ucbhelper/content.hxx
M ucbhelper/inc/ucbhelper/contenthelper.hxx
M ucbhelper/inc/ucbhelper/contentidentifier.hxx
M ucbhelper/inc/ucbhelper/contentinfo.hxx
M ucbhelper/inc/ucbhelper/fd_inputstream.hxx
M ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx
M ucbhelper/inc/ucbhelper/getcomponentcontext.hxx
M ucbhelper/inc/ucbhelper/interactionrequest.hxx
M ucbhelper/inc/ucbhelper/interceptedinteraction.hxx
M ucbhelper/inc/ucbhelper/macros.hxx
M ucbhelper/inc/ucbhelper/propertyvalueset.hxx
M ucbhelper/inc/ucbhelper/providerhelper.hxx
M ucbhelper/inc/ucbhelper/proxydecider.hxx
M ucbhelper/inc/ucbhelper/registerucb.hxx
M ucbhelper/inc/ucbhelper/resultset.hxx
M ucbhelper/inc/ucbhelper/resultsethelper.hxx
M ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
M ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
M ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx
M ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx
M ucbhelper/inc/ucbhelper/simpleioerrorrequest.hxx
M ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx
M ucbhelper/inc/ucbhelper/std_inputstream.hxx
M ucbhelper/inc/ucbhelper/std_outputstream.hxx
M udm/inc/udm/html/htmlitem.hxx
M udm/inc/udm/xml/xmlitem.hxx
M unodevtools/inc/unodevtools/options.hxx
M unodevtools/inc/unodevtools/typemanager.hxx
M unodevtools/source/skeletonmaker/skeletoncommon.hxx
M unodevtools/source/skeletonmaker/skeletoncpp.hxx
M unodevtools/source/skeletonmaker/skeletonjava.hxx
M unoidl/inc/unoidl/detail/dllapi.hxx
M unoidl/inc/unoidl/detail/unoidldllapi.hxx
M unoidl/inc/unoidl/legacyprovider.hxx
M unoidl/inc/unoidl/unoidl.hxx
M unoidl/inc/unoidl/unoidlprovider.hxx
M unotest/inc/unotest/bootstrapfixturebase.hxx
M unotest/inc/unotest/detail/unotestdllapi.hxx
M unotest/inc/unotest/gettestargument.hxx
M unotest/inc/unotest/macros_test.hxx
M unotest/inc/unotest/officeconnection.hxx
M unotest/inc/unotest/toabsolutefileurl.hxx
M unotest/inc/unotest/uniquepipename.hxx
M unotest/source/cpp/getargument.hxx
M unotools/inc/unotools/accelcfg.hxx
M unotools/inc/unotools/accessiblerelationsethelper.hxx
M unotools/inc/unotools/accessiblestatesethelper.hxx
M unotools/inc/unotools/atom.hxx
M unotools/inc/unotools/bootstrap.hxx
M unotools/inc/unotools/calendarwrapper.hxx
M unotools/inc/unotools/caserotate.hxx
M unotools/inc/unotools/charclass.hxx
M unotools/inc/unotools/closeveto.hxx
M unotools/inc/unotools/collatorwrapper.hxx
M unotools/inc/unotools/componentresmodule.hxx
M unotools/inc/unotools/configitem.hxx
M unotools/inc/unotools/configmgr.hxx
M unotools/inc/unotools/confignode.hxx
M unotools/inc/unotools/configpaths.hxx
M unotools/inc/unotools/configvaluecontainer.hxx
M unotools/inc/unotools/datetime.hxx
M unotools/inc/unotools/desktopterminationobserver.hxx
M unotools/inc/unotools/digitgroupingiterator.hxx
M unotools/inc/unotools/docinfohelper.hxx
M unotools/inc/unotools/eventcfg.hxx
M unotools/inc/unotools/eventlisteneradapter.hxx
M unotools/inc/unotools/fltrcfg.hxx
M unotools/inc/unotools/fontcfg.hxx
M unotools/inc/unotools/fontcvt.hxx
M unotools/inc/unotools/fontdefs.hxx
M unotools/inc/unotools/idhelper.hxx
M unotools/inc/unotools/intlwrapper.hxx
M unotools/inc/unotools/itemholderbase.hxx
M unotools/inc/unotools/lingucfg.hxx
M unotools/inc/unotools/linguprops.hxx
M unotools/inc/unotools/localedatawrapper.hxx
M unotools/inc/unotools/localfilehelper.hxx
M unotools/inc/unotools/misccfg.hxx
M unotools/inc/unotools/nativenumberwrapper.hxx
M unotools/inc/unotools/numberformatcodewrapper.hxx
M unotools/inc/unotools/options.hxx
M unotools/inc/unotools/optionsdlg.hxx
M unotools/inc/unotools/progresshandlerwrap.hxx
M unotools/inc/unotools/readwritemutexguard.hxx
M unotools/inc/unotools/saveopt.hxx
M unotools/inc/unotools/searchopt.hxx
M unotools/inc/unotools/sharedunocomponent.hxx
M unotools/inc/unotools/streamhelper.hxx
M unotools/inc/unotools/streamsection.hxx
M unotools/inc/unotools/syslocale.hxx
M unotools/inc/unotools/syslocaleoptions.hxx
M unotools/inc/unotools/tempfile.hxx
M unotools/inc/unotools/textsearch.hxx
M unotools/inc/unotools/transliterationwrapper.hxx
M unotools/inc/unotools/ucbhelper.hxx
M unotools/inc/unotools/ucblockbytes.hxx
M unotools/inc/unotools/ucbstreamhelper.hxx
M unotools/inc/unotools/xmlaccelcfg.hxx
M unotools/source/config/itemholder1.hxx
M unotools/source/ucbhelper/XTempFile.hxx
M unoxml/source/dom/attr.hxx
M unoxml/source/dom/attributesmap.hxx
M unoxml/source/dom/cdatasection.hxx
M unoxml/source/dom/characterdata.hxx
M unoxml/source/dom/childlist.hxx
M unoxml/source/dom/comment.hxx
M unoxml/source/dom/document.hxx
M unoxml/source/dom/documentbuilder.hxx
M unoxml/source/dom/documentfragment.hxx
M unoxml/source/dom/documenttype.hxx
M unoxml/source/dom/domimplementation.hxx
M unoxml/source/dom/element.hxx
M unoxml/source/dom/elementlist.hxx
M unoxml/source/dom/entitiesmap.hxx
M unoxml/source/dom/entity.hxx
M unoxml/source/dom/entityreference.hxx
M unoxml/source/dom/node.hxx
M unoxml/source/dom/notation.hxx
M unoxml/source/dom/notationsmap.hxx
M unoxml/source/dom/processinginstruction.hxx
M unoxml/source/dom/saxbuilder.hxx
M unoxml/source/dom/text.hxx
M unoxml/source/events/event.hxx
M unoxml/source/events/eventdispatcher.hxx
M unoxml/source/events/mouseevent.hxx
M unoxml/source/events/mutationevent.hxx
M unoxml/source/events/testlistener.hxx
M unoxml/source/events/uievent.hxx
M unoxml/source/rdf/CNodes.hxx
M unoxml/source/rdf/librdf_repository.hxx
M unoxml/source/xpath/nodelist.hxx
M unoxml/source/xpath/xpathapi.hxx
M unoxml/source/xpath/xpathobject.hxx
M uui/source/alreadyopen.hxx
M uui/source/filechanged.hxx
M uui/source/fltdlg.hxx
M uui/source/getcontinuations.hxx
M uui/source/iahndl.hxx
M uui/source/interactionhandler.hxx
M uui/source/lockfailed.hxx
M uui/source/logindlg.hxx
M uui/source/loginerr.hxx
M uui/source/masterpasscrtdlg.hxx
M uui/source/masterpassworddlg.hxx
M uui/source/nameclashdlg.hxx
M uui/source/openlocked.hxx
M uui/source/passwordcontainer.hxx
M uui/source/passworddlg.hxx
M uui/source/requeststringresolver.hxx
M uui/source/secmacrowarnings.hxx
M uui/source/sslwarndlg.hxx
M uui/source/trylater.hxx
M uui/source/unknownauthdlg.hxx
M vbahelper/inc/vbahelper/vbaaccesshelper.hxx
M vbahelper/inc/vbahelper/vbaapplicationbase.hxx
M vbahelper/inc/vbahelper/vbacollectionimpl.hxx
M vbahelper/inc/vbahelper/vbadialogbase.hxx
M vbahelper/inc/vbahelper/vbadialogsbase.hxx
M vbahelper/inc/vbahelper/vbadocumentbase.hxx
M vbahelper/inc/vbahelper/vbadocumentsbase.hxx
M vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
M vbahelper/inc/vbahelper/vbafontbase.hxx
M vbahelper/inc/vbahelper/vbaglobalbase.hxx
M vbahelper/inc/vbahelper/vbahelper.hxx
M vbahelper/inc/vbahelper/vbahelperinterface.hxx
M vbahelper/inc/vbahelper/vbapagesetupbase.hxx
M vbahelper/inc/vbahelper/vbashaperange.hxx
M vbahelper/inc/vbahelper/vbashapes.hxx
M vbahelper/inc/vbahelper/vbatextframe.hxx
M vbahelper/inc/vbahelper/vbawindowbase.hxx
M vbahelper/source/msforms/vbabutton.hxx
M vbahelper/source/msforms/vbacheckbox.hxx
M vbahelper/source/msforms/vbacombobox.hxx
M vbahelper/source/msforms/vbacontrol.hxx
M vbahelper/source/msforms/vbacontrols.hxx
M vbahelper/source/msforms/vbaframe.hxx
M vbahelper/source/msforms/vbaimage.hxx
M vbahelper/source/msforms/vbalistbox.hxx
M vbahelper/source/msforms/vbamultipage.hxx
M vbahelper/source/msforms/vbanewfont.hxx
M vbahelper/source/msforms/vbapages.hxx
M vbahelper/source/msforms/vbaprogressbar.hxx
M vbahelper/source/msforms/vbaradiobutton.hxx
M vbahelper/source/msforms/vbascrollbar.hxx
M vbahelper/source/msforms/vbaspinbutton.hxx
M vbahelper/source/msforms/vbasystemaxcontrol.hxx
M vbahelper/source/msforms/vbatogglebutton.hxx
M vbahelper/source/msforms/vbauserform.hxx
M vbahelper/source/vbahelper/vbacolorformat.hxx
M vbahelper/source/vbahelper/vbacommandbar.hxx
M vbahelper/source/vbahelper/vbacommandbarcontrol.hxx
M vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
M vbahelper/source/vbahelper/vbacommandbarhelper.hxx
M vbahelper/source/vbahelper/vbacommandbars.hxx
M vbahelper/source/vbahelper/vbafillformat.hxx
M vbahelper/source/vbahelper/vbalineformat.hxx
M vbahelper/source/vbahelper/vbapictureformat.hxx
M vcl/aqua/source/a11y/aqua11yfocuslistener.hxx
M vcl/aqua/source/a11y/documentfocuslistener.hxx
M vcl/aqua/source/dtrans/DataFlavorMapping.hxx
M vcl/aqua/source/dtrans/DragSource.hxx
M vcl/aqua/source/dtrans/DragSourceContext.hxx
M vcl/aqua/source/dtrans/DropTarget.hxx
M vcl/aqua/source/dtrans/HtmlFmtFlt.hxx
M vcl/aqua/source/dtrans/PictToBmpFlt.hxx
M vcl/aqua/source/dtrans/aqua_clipboard.hxx
M vcl/generic/glyphs/gcach_ftyp.hxx
M vcl/generic/print/glyphset.hxx
M vcl/generic/print/psputil.hxx
M vcl/inc/accmgr.hxx
M vcl/inc/aqua/aqua11yfocustracker.hxx
M vcl/inc/aqua/aqua11ylistener.hxx
M vcl/inc/aqua/atsui/salatsuifontutils.hxx
M vcl/inc/aqua/keyboardfocuslistener.hxx
M vcl/inc/bmpfast.hxx
M vcl/inc/brdwin.hxx
M vcl/inc/canvasbitmap.hxx
M vcl/inc/controldata.hxx
M vcl/inc/coretext/salcoretextfontutils.hxx
M vcl/inc/coretext/salcoretextstyle.hxx
M vcl/inc/cupsmgr.hxx
M vcl/inc/dbggui.hxx
M vcl/inc/dndevdis.hxx
M vcl/inc/dndlcon.hxx
M vcl/inc/fontcache.hxx
M vcl/inc/fontsubset.hxx
M vcl/inc/generic/gendata.hxx
M vcl/inc/generic/gendisp.hxx
M vcl/inc/generic/glyphcache.hxx
M vcl/inc/generic/printergfx.hxx
M vcl/inc/generic/printerjob.hxx
M vcl/inc/graphite_layout.hxx
M vcl/inc/graphite_serverfont.hxx
M vcl/inc/headless/svpbmp.hxx
M vcl/inc/headless/svpelement.hxx
M vcl/inc/headless/svpgdi.hxx
M vcl/inc/headless/svpinst.hxx
M vcl/inc/headless/svpprn.hxx
M vcl/inc/headless/svpvd.hxx
M vcl/inc/helpwin.hxx
M vcl/inc/idlemgr.hxx
M vcl/inc/ilstbox.hxx
M vcl/inc/impbmp.hxx
M vcl/inc/impfont.hxx
M vcl/inc/impgraph.hxx
M vcl/inc/impimagetree.hxx
M vcl/inc/impoct.hxx
M vcl/inc/langboost.hxx
M vcl/inc/outdata.hxx
M vcl/inc/outfont.hxx
M vcl/inc/printdlg.hxx
M vcl/inc/saldatabasic.hxx
M vcl/inc/salframe.hxx
M vcl/inc/salgdi.hxx
M vcl/inc/salgeom.hxx
M vcl/inc/salimestatus.hxx
M vcl/inc/sallayout.hxx
M vcl/inc/salmenu.hxx
M vcl/inc/salobj.hxx
M vcl/inc/salprn.hxx
M vcl/inc/salptype.hxx
M vcl/inc/salsession.hxx
M vcl/inc/salsys.hxx
M vcl/inc/saltimer.hxx
M vcl/inc/salvd.hxx
M vcl/inc/salwtype.hxx
M vcl/inc/svdata.hxx
M vcl/inc/textlayout.hxx
M vcl/inc/unx/desktops.hxx
M vcl/inc/unx/gtk/atkbridge.hxx
M vcl/inc/unx/gtk/gtkdata.hxx
M vcl/inc/unx/gtk/gtkframe.hxx
M vcl/inc/unx/gtk/gtkgdi.hxx
M vcl/inc/unx/gtk/gtkinst.hxx
M vcl/inc/unx/gtk/gtkobject.hxx
M vcl/inc/unx/gtk/gtkprn.hxx
M vcl/inc/unx/gtk/gtksalmenu.hxx
M vcl/inc/unx/gtk/gtksys.hxx
M vcl/inc/unx/i18n_cb.hxx
M vcl/inc/unx/i18n_ic.hxx
M vcl/inc/unx/i18n_im.hxx
M vcl/inc/unx/i18n_keysym.hxx
M vcl/inc/unx/i18n_status.hxx
M vcl/inc/unx/i18n_xkb.hxx
M vcl/inc/unx/kde/kdedata.hxx
M vcl/inc/unx/salstd.hxx
M vcl/inc/unx/sm.hxx
M vcl/inc/unx/soicon.hxx
M vcl/inc/unx/wmadaptor.hxx
M vcl/inc/vcl/FilterConfigItem.hxx
M vcl/inc/vcl/ImageListProvider.hxx
M vcl/inc/vcl/abstdlg.hxx
M vcl/inc/vcl/accel.hxx
M vcl/inc/vcl/alpha.hxx
M vcl/inc/vcl/animate.hxx
M vcl/inc/vcl/apptypes.hxx
M vcl/inc/vcl/bitmap.hxx
M vcl/inc/vcl/bitmapex.hxx
M vcl/inc/vcl/bmpacc.hxx
M vcl/inc/vcl/btndlg.hxx
M vcl/inc/vcl/builder.hxx
M vcl/inc/vcl/button.hxx
M vcl/inc/vcl/canvastools.hxx
M vcl/inc/vcl/cmdevt.hxx
M vcl/inc/vcl/combobox.hxx
M vcl/inc/vcl/configsettings.hxx
M vcl/inc/vcl/controllayout.hxx
M vcl/inc/vcl/ctrl.hxx
M vcl/inc/vcl/cursor.hxx
M vcl/inc/vcl/cvtgrf.hxx
M vcl/inc/vcl/cvtsvm.hxx
M vcl/inc/vcl/decoview.hxx
M vcl/inc/vcl/dialog.hxx
M vcl/inc/vcl/displayconnectiondispatch.hxx
M vcl/inc/vcl/dndhelp.hxx
M vcl/inc/vcl/dockingarea.hxx
M vcl/inc/vcl/dockwin.hxx
M vcl/inc/vcl/edit.hxx
M vcl/inc/vcl/embeddedfontshelper.hxx
M vcl/inc/vcl/event.hxx
M vcl/inc/vcl/evntpost.hxx
M vcl/inc/vcl/extoutdevdata.hxx
M vcl/inc/vcl/field.hxx
M vcl/inc/vcl/fixed.hxx
M vcl/inc/vcl/fixedhyper.hxx
M vcl/inc/vcl/floatwin.hxx
M vcl/inc/vcl/fltcall.hxx
M vcl/inc/vcl/fntstyle.hxx
M vcl/inc/vcl/font.hxx
M vcl/inc/vcl/fontcapabilities.hxx
M vcl/inc/vcl/fontmanager.hxx
M vcl/inc/vcl/gdimtf.hxx
M vcl/inc/vcl/gfxlink.hxx
M vcl/inc/vcl/gradient.hxx
M vcl/inc/vcl/graph.hxx
M vcl/inc/vcl/graphictools.hxx
M vcl/inc/vcl/group.hxx
M vcl/inc/vcl/hatch.hxx
M vcl/inc/vcl/help.hxx
M vcl/inc/vcl/helper.hxx
M vcl/inc/vcl/i18nhelp.hxx
M vcl/inc/vcl/image.hxx
M vcl/inc/vcl/imagerepository.hxx
M vcl/inc/vcl/imgctrl.hxx
M vcl/inc/vcl/impdel.hxx
M vcl/inc/vcl/inputctx.hxx
M vcl/inc/vcl/introwin.hxx
M vcl/inc/vcl/jobdata.hxx
M vcl/inc/vcl/jobset.hxx
M vcl/inc/vcl/keycod.hxx
M vcl/inc/vcl/keycodes.hxx
M vcl/inc/vcl/layout.hxx
M vcl/inc/vcl/lazydelete.hxx
M vcl/inc/vcl/lineinfo.hxx
M vcl/inc/vcl/longcurr.hxx
M vcl/inc/vcl/lstbox.hxx
M vcl/inc/vcl/mapmod.hxx
M vcl/inc/vcl/menu.hxx
M vcl/inc/vcl/menubtn.hxx
M vcl/inc/vcl/metaact.hxx
M vcl/inc/vcl/metric.hxx
M vcl/inc/vcl/mnemonic.hxx
M vcl/inc/vcl/mnemonicengine.hxx
M vcl/inc/vcl/morebtn.hxx
M vcl/inc/vcl/msgbox.hxx
M vcl/inc/vcl/octree.hxx
M vcl/inc/vcl/outdev.hxx
M vcl/inc/vcl/pdfextoutdevdata.hxx
M vcl/inc/vcl/pngread.hxx
M vcl/inc/vcl/pngwrite.hxx
M vcl/inc/vcl/pointr.hxx
M vcl/inc/vcl/popupmenuwindow.hxx
M vcl/inc/vcl/ppdparser.hxx
M vcl/inc/vcl/prgsbar.hxx
M vcl/inc/vcl/print.hxx
M vcl/inc/vcl/printerinfomanager.hxx
M vcl/inc/vcl/prntypes.hxx
M vcl/inc/vcl/ptrstyle.hxx
M vcl/inc/vcl/quickselectionengine.hxx
M vcl/inc/vcl/regband.hxx
M vcl/inc/vcl/region.hxx
M vcl/inc/vcl/salbtype.hxx
M vcl/inc/vcl/salctype.hxx
M vcl/inc/vcl/salgtype.hxx
M vcl/inc/vcl/salnativewidgets.hxx
M vcl/inc/vcl/scopedbitmapaccess.hxx
M vcl/inc/vcl/scrbar.hxx
M vcl/inc/vcl/seleng.hxx
M vcl/inc/vcl/settings.hxx
M vcl/inc/vcl/slider.hxx
M vcl/inc/vcl/solarmutex.hxx
M vcl/inc/vcl/spin.hxx
M vcl/inc/vcl/spinfld.hxx
M vcl/inc/vcl/split.hxx
M vcl/inc/vcl/splitwin.hxx
M vcl/inc/vcl/status.hxx
M vcl/inc/vcl/stdtext.hxx
M vcl/inc/vcl/strhelper.hxx
M vcl/inc/vcl/svapp.hxx
M vcl/inc/vcl/svgdata.hxx
M vcl/inc/vcl/symbol.hxx
M vcl/inc/vcl/syschild.hxx
M vcl/inc/vcl/sysdata.hxx
M vcl/inc/vcl/tabctrl.hxx
M vcl/inc/vcl/tabdlg.hxx
M vcl/inc/vcl/tabpage.hxx
M vcl/inc/vcl/taskpanelist.hxx
M vcl/inc/vcl/textdata.hxx
M vcl/inc/vcl/texteng.hxx
M vcl/inc/vcl/textview.hxx
M vcl/inc/vcl/throbber.hxx
M vcl/inc/vcl/timer.hxx
M vcl/inc/vcl/toolbox.hxx
M vcl/inc/vcl/txtattr.hxx
M vcl/inc/vcl/unohelp.hxx
M vcl/inc/vcl/unohelp2.hxx
M vcl/inc/vcl/unowrap.hxx
M vcl/inc/vcl/vclenum.hxx
M vcl/inc/vcl/vclevent.hxx
M vcl/inc/vcl/vclmain.hxx
M vcl/inc/vcl/vclmedit.hxx
M vcl/inc/vcl/virdev.hxx
M vcl/inc/vcl/waitobj.hxx
M vcl/inc/vcl/wall.hxx
M vcl/inc/vcl/window.hxx
M vcl/inc/vcl/wmf.hxx
M vcl/inc/vcl/wrkwin.hxx
M vcl/inc/vcl/xtextedt.hxx
M vcl/inc/wall2.hxx
M vcl/inc/win/wincomp.hxx
M vcl/inc/xconnection.hxx
M vcl/ios/source/dtrans/ios_clipboard.hxx
M vcl/source/control/thumbpos.hxx
M vcl/source/edit/textdat2.hxx
M vcl/source/edit/textdoc.hxx
M vcl/source/edit/textund2.hxx
M vcl/source/edit/textundo.hxx
M vcl/source/filter/FilterConfigCache.hxx
M vcl/source/filter/igif/decode.hxx
M vcl/source/filter/igif/gifread.hxx
M vcl/source/filter/ixbm/xbmread.hxx
M vcl/source/filter/ixpm/xpmread.hxx
M vcl/source/filter/jpeg/jpeg.hxx
M vcl/source/filter/sgfbram.hxx
M vcl/source/filter/sgffilt.hxx
M vcl/source/filter/sgvmain.hxx
M vcl/source/filter/sgvspln.hxx
M vcl/source/filter/wmf/emfwr.hxx
M vcl/source/filter/wmf/winmtf.hxx
M vcl/source/filter/wmf/wmfwr.hxx
M vcl/source/gdi/impanmvw.hxx
M vcl/source/gdi/impvect.hxx
M vcl/source/gdi/pdffontcache.hxx
M vcl/source/gdi/pdfwriter_impl.hxx
M vcl/unx/generic/dtrans/X11_clipboard.hxx
M vcl/unx/generic/dtrans/X11_dndcontext.hxx
M vcl/unx/generic/dtrans/X11_selection.hxx
M vcl/unx/generic/dtrans/X11_transferable.hxx
M vcl/unx/generic/dtrans/bmp.hxx
M vcl/unx/generic/gdi/gcach_xpeer.hxx
M vcl/unx/generic/gdi/xrender_peer.hxx
M vcl/unx/generic/window/FWS.hxx
M vcl/unx/gtk/a11y/atkfactory.hxx
M vcl/unx/gtk/a11y/atklistener.hxx
M vcl/unx/gtk/a11y/atkregistry.hxx
M vcl/unx/gtk/a11y/atktextattributes.hxx
M vcl/unx/gtk/a11y/atkutil.hxx
M vcl/unx/gtk/a11y/atkwindow.hxx
M vcl/unx/gtk/a11y/atkwrapper.hxx
M vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
M vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx
M vcl/unx/gtk/fpicker/SalGtkPicker.hxx
M vcl/unx/gtk/inc/gtkprintwrapper.hxx
M vcl/unx/gtk3/inc/gtkprintwrapper.hxx
M vcl/unx/kde/UnxCommandThread.hxx
M vcl/unx/kde/UnxFilePicker.hxx
M vcl/unx/kde/UnxNotifyThread.hxx
M vcl/unx/kde/fpicker/kdecommandthread.hxx
M vcl/unx/kde/fpicker/kdefilepicker.hxx
M vcl/unx/kde/fpicker/kdemodalityfilter.hxx
M writerfilter/inc/dmapper/DomainMapper.hxx
M writerfilter/inc/doctok/WW8Document.hxx
M writerfilter/inc/ooxml/OOXMLDocument.hxx
M writerfilter/inc/resourcemodel/Fraction.hxx
M writerfilter/inc/resourcemodel/LoggedResources.hxx
M writerfilter/inc/resourcemodel/Protocol.hxx
M writerfilter/inc/resourcemodel/QNameToString.hxx
M writerfilter/inc/resourcemodel/ResourceModelHelper.hxx
M writerfilter/inc/resourcemodel/SubSequence.hxx
M writerfilter/inc/resourcemodel/TableManager.hxx
M writerfilter/inc/resourcemodel/TagLogger.hxx
M writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
M writerfilter/inc/resourcemodel/XPathLogger.hxx
M writerfilter/inc/resourcemodel/exceptions.hxx
M writerfilter/inc/resourcemodel/util.hxx
M writerfilter/inc/rtftok/RTFDocument.hxx
M writerfilter/qa/cppunittests/odiapi/ExternalViewLogger.hxx
M writerfilter/qa/cppunittests/odiapi/FileLoggerImpl.hxx
M writerfilter/source/dmapper/BorderHandler.hxx
M writerfilter/source/dmapper/CellColorHandler.hxx
M writerfilter/source/dmapper/CellMarginHandler.hxx
M writerfilter/source/dmapper/ConversionHelper.hxx
M writerfilter/source/dmapper/DomainMapperTableHandler.hxx
M writerfilter/source/dmapper/DomainMapperTableManager.hxx
M writerfilter/source/dmapper/DomainMapper_Impl.hxx
M writerfilter/source/dmapper/FFDataHandler.hxx
M writerfilter/source/dmapper/FieldTypes.hxx
M writerfilter/source/dmapper/FontTable.hxx
M writerfilter/source/dmapper/FormControlHelper.hxx
M writerfilter/source/dmapper/GraphicHelpers.hxx
M writerfilter/source/dmapper/GraphicImport.hxx
M writerfilter/source/dmapper/MeasureHandler.hxx
M writerfilter/source/dmapper/ModelEventListener.hxx
M writerfilter/source/dmapper/NumberingManager.hxx
M writerfilter/source/dmapper/OLEHandler.hxx
M writerfilter/source/dmapper/PageBordersHandler.hxx
M writerfilter/source/dmapper/PropertyIds.hxx
M writerfilter/source/dmapper/PropertyMap.hxx
M writerfilter/source/dmapper/SectionColumnHandler.hxx
M writerfilter/source/dmapper/SettingsTable.hxx
M writerfilter/source/dmapper/StyleSheetTable.hxx
M writerfilter/source/dmapper/TDefTableHandler.hxx
M writerfilter/source/dmapper/TablePositionHandler.hxx
M writerfilter/source/dmapper/TablePropertiesHandler.hxx
M writerfilter/source/dmapper/TblStylePrHandler.hxx
M writerfilter/source/dmapper/ThemeTable.hxx
M writerfilter/source/dmapper/WrapPolygonHandler.hxx
M writerfilter/source/dmapper/dmapperLoggers.hxx
M writerfilter/source/doctok/PLCF.hxx
M writerfilter/source/doctok/WW8BinTable.hxx
M writerfilter/source/doctok/WW8BinTableImpl.hxx
M writerfilter/source/doctok/WW8Clx.hxx
M writerfilter/source/doctok/WW8CpAndFc.hxx
M writerfilter/source/doctok/WW8DocumentImpl.hxx
M writerfilter/source/doctok/WW8FKP.hxx
M writerfilter/source/doctok/WW8FKPImpl.hxx
M writerfilter/source/doctok/WW8PieceTable.hxx
M writerfilter/source/doctok/WW8PieceTableImpl.hxx
M writerfilter/source/doctok/WW8Sttbf.hxx
M writerfilter/source/doctok/XNoteHelper.hxx
M writerfilter/source/doctok/XNoteHelperImpl.hxx
M writerfilter/source/doctok/doctokLoggers.hxx
M writerfilter/source/filter/RtfFilter.hxx
M writerfilter/source/filter/WriterFilter.hxx
M writerfilter/source/filter/WriterFilterDetection.hxx
M writerfilter/source/ooxml/Handler.hxx
M writerfilter/source/ooxml/OOXMLBinaryObjectReference.hxx
M writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
M writerfilter/source/ooxml/OOXMLFactory.hxx
M writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
M writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
M writerfilter/source/ooxml/OOXMLFastHelper.hxx
M writerfilter/source/ooxml/OOXMLFastTokenHandler.hxx
M writerfilter/source/ooxml/OOXMLParserState.hxx
M writerfilter/source/ooxml/OOXMLPropertySet.hxx
M writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
M writerfilter/source/ooxml/OOXMLStreamImpl.hxx
M writerfilter/source/ooxml/RefAndPointer.hxx
M writerfilter/source/ooxml/ooxmlLoggers.hxx
M writerfilter/source/rtftok/rtfcharsets.hxx
M writerfilter/source/rtftok/rtfcontrolwords.hxx
M writerfilter/source/rtftok/rtfdocumentimpl.hxx
M writerfilter/source/rtftok/rtffly.hxx
M writerfilter/source/rtftok/rtfreferenceproperties.hxx
M writerfilter/source/rtftok/rtfreferencetable.hxx
M writerfilter/source/rtftok/rtfsdrimport.hxx
M writerfilter/source/rtftok/rtfskipdestination.hxx
M writerfilter/source/rtftok/rtfsprm.hxx
M writerfilter/source/rtftok/rtftokenizer.hxx
M writerfilter/source/rtftok/rtfvalue.hxx
M writerperfect/source/draw/CDRImportFilter.hxx
M writerperfect/source/draw/CMXImportFilter.hxx
M writerperfect/source/draw/MSPUBImportFilter.hxx
M writerperfect/source/draw/VisioImportFilter.hxx
M writerperfect/source/draw/WPGImportFilter.hxx
M writerperfect/source/filter/DocumentHandler.hxx
M writerperfect/source/filter/FilterInternal.hxx
M writerperfect/source/filter/OdgGenerator.hxx
M writerperfect/source/writer/MSWorksImportFilter.hxx
M writerperfect/source/writer/MWAWImportFilter.hxx
M writerperfect/source/writer/WordPerfectImportFilter.hxx
M xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx
M xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
M xmlhelp/source/cxxhelp/inc/qe/Query.hxx
M xmlhelp/source/cxxhelp/inc/util/CompressorIterator.hxx
M xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
M xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx
M xmlhelp/source/cxxhelp/provider/databases.hxx
M xmlhelp/source/cxxhelp/provider/db.hxx
M xmlhelp/source/cxxhelp/provider/inputstream.hxx
M xmlhelp/source/cxxhelp/provider/provider.hxx
M xmlhelp/source/cxxhelp/provider/resultset.hxx
M xmlhelp/source/cxxhelp/provider/resultsetbase.hxx
M xmlhelp/source/cxxhelp/provider/resultsetfactory.hxx
M xmlhelp/source/cxxhelp/provider/resultsetforquery.hxx
M xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
M xmlhelp/source/cxxhelp/provider/urlparameter.hxx
M xmlhelp/source/treeview/tvfactory.hxx
M xmlhelp/source/treeview/tvread.hxx
M xmloff/inc/AttributeContainerHandler.hxx
M xmloff/inc/DomBuilderContext.hxx
M xmloff/inc/DomExport.hxx
M xmloff/inc/EnhancedCustomShapeToken.hxx
M xmloff/inc/MetaExportComponent.hxx
M xmloff/inc/MetaImportComponent.hxx
M xmloff/inc/MultiPropertySetHelper.hxx
M xmloff/inc/PageMasterImportContext.hxx
M xmloff/inc/PropertySetMerger.hxx
M xmloff/inc/RDFaExportHelper.hxx
M xmloff/inc/RDFaImportHelper.hxx
M xmloff/inc/SchXMLExport.hxx
M xmloff/inc/SchXMLImport.hxx
M xmloff/inc/StyleMap.hxx
M xmloff/inc/TransGradientStyle.hxx
M xmloff/inc/XMLBackgroundImageContext.hxx
M xmloff/inc/XMLBackgroundImageExport.hxx
M xmloff/inc/XMLBase64Export.hxx
M xmloff/inc/XMLBasicExportFilter.hxx
M xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx
M xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx
M xmloff/inc/XMLChartPropertySetMapper.hxx
M xmloff/inc/XMLChartStyleContext.hxx
M xmloff/inc/XMLClipPropertyHandler.hxx
M xmloff/inc/XMLElementPropertyContext.hxx
M xmloff/inc/XMLEmbeddedObjectImportContext.hxx
M xmloff/inc/XMLEventImportHelper.hxx
M xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx
M xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
M xmloff/inc/XMLImageMapContext.hxx
M xmloff/inc/XMLImageMapExport.hxx
M xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx
M xmloff/inc/XMLIsPercentagePropertyHandler.hxx
M xmloff/inc/XMLLineNumberingImportContext.hxx
M xmloff/inc/XMLNumberStylesImport.hxx
M xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx
M xmloff/inc/XMLRectangleMembersHandler.hxx
M xmloff/inc/XMLReplacementImageContext.hxx
M xmloff/inc/XMLScriptContextFactory.hxx
M xmloff/inc/XMLScriptExportHandler.hxx
M xmloff/inc/XMLShapePropertySetContext.hxx
M xmloff/inc/XMLStarBasicContextFactory.hxx
M xmloff/inc/XMLStarBasicExportHandler.hxx
M xmloff/inc/XMLStringBufferImportContext.hxx
M xmloff/inc/XMLTextColumnsContext.hxx
M xmloff/inc/XMLTextColumnsExport.hxx
M xmloff/inc/XMLTextColumnsPropertyHandler.hxx
M xmloff/inc/XMLTextHeaderFooterContext.hxx
M xmloff/inc/anim.hxx
M xmloff/inc/animationimport.hxx
M xmloff/inc/animations.hxx
M xmloff/inc/forms/form_handler_factory.hxx
M xmloff/inc/forms/property_handler.hxx
M xmloff/inc/forms/property_ids.hxx
M xmloff/inc/txtflde.hxx
M xmloff/inc/txtfldi.hxx
M xmloff/inc/txtlists.hxx
M xmloff/inc/txtvfldi.hxx
M xmloff/inc/xexptran.hxx
M xmloff/inc/xmloff/DashStyle.hxx
M xmloff/inc/xmloff/DocumentSettingsContext.hxx
M xmloff/inc/xmloff/EnumPropertyHdl.hxx
M xmloff/inc/xmloff/GradientStyle.hxx
M xmloff/inc/xmloff/HatchStyle.hxx
M xmloff/inc/xmloff/ImageStyle.hxx
M xmloff/inc/xmloff/MarkerStyle.hxx
M xmloff/inc/xmloff/PageMasterStyleMap.hxx
M xmloff/inc/xmloff/ProgressBarHelper.hxx
M xmloff/inc/xmloff/PropertySetInfoHash.hxx
M xmloff/inc/xmloff/PropertySetInfoKey.hxx
M xmloff/inc/xmloff/SchXMLExportHelper.hxx
M xmloff/inc/xmloff/SchXMLImportHelper.hxx
M xmloff/inc/xmloff/SettingsExportHelper.hxx
M xmloff/inc/xmloff/SinglePropertySetInfoCache.hxx
M xmloff/inc/xmloff/WordWrapPropertyHdl.hxx
M xmloff/inc/xmloff/XMLBase64ImportContext.hxx
M xmloff/inc/xmloff/XMLCharContext.hxx
M xmloff/inc/xmloff/XMLConstantsPropertyHandler.hxx
M xmloff/inc/xmloff/XMLEmbeddedObjectExportFilter.hxx
M xmloff/inc/xmloff/XMLEventExport.hxx
M xmloff/inc/xmloff/XMLEventsImportContext.hxx
M xmloff/inc/xmloff/XMLFontAutoStylePool.hxx
M xmloff/inc/xmloff/XMLFontStylesContext.hxx
M xmloff/inc/xmloff/XMLGraphicsDefaultStyle.hxx
M xmloff/inc/xmloff/XMLPageExport.hxx
M xmloff/inc/xmloff/XMLSettingsExportContext.hxx
M xmloff/inc/xmloff/XMLShapeStyleContext.hxx
M xmloff/inc/xmloff/XMLStringVector.hxx
M xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx
M xmloff/inc/xmloff/XMLTextMasterPageContext.hxx
M xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx
M xmloff/inc/xmloff/XMLTextShapeImportHelper.hxx
M xmloff/inc/xmloff/XMLTextShapeStyleContext.hxx
M xmloff/inc/xmloff/XMLTextTableContext.hxx
M xmloff/inc/xmloff/animationexport.hxx
M xmloff/inc/xmloff/attrlist.hxx
M xmloff/inc/xmloff/contextid.hxx
M xmloff/inc/xmloff/controlpropertyhdl.hxx
M xmloff/inc/xmloff/families.hxx
M xmloff/inc/xmloff/formlayerexport.hxx
M xmloff/inc/xmloff/formlayerimport.hxx
M xmloff/inc/xmloff/i18nmap.hxx
M xmloff/inc/xmloff/maptype.hxx
M xmloff/inc/xmloff/nmspmap.hxx
M xmloff/inc/xmloff/numehelp.hxx
M xmloff/inc/xmloff/odffields.hxx
M xmloff/inc/xmloff/prhdlfac.hxx
M xmloff/inc/xmloff/prstylei.hxx
M xmloff/inc/xmloff/settingsstore.hxx
M xmloff/inc/xmloff/shapeexport.hxx
M xmloff/inc/xmloff/shapeimport.hxx
M xmloff/inc/xmloff/styleexp.hxx
M xmloff/inc/xmloff/table/XMLTableExport.hxx
M xmloff/inc/xmloff/table/XMLTableImport.hxx
M xmloff/inc/xmloff/txtimp.hxx
M xmloff/inc/xmloff/txtimppr.hxx
M xmloff/inc/xmloff/txtparae.hxx
M xmloff/inc/xmloff/txtprmap.hxx
M xmloff/inc/xmloff/txtstyli.hxx
M xmloff/inc/xmloff/uniref.hxx
M xmloff/inc/xmloff/xformsexport.hxx
M xmloff/inc/xmloff/xformsimport.hxx
M xmloff/inc/xmloff/xmlaustp.hxx
M xmloff/inc/xmloff/xmlcnimp.hxx
M xmloff/inc/xmloff/xmlcnitm.hxx
M xmloff/inc/xmloff/xmlement.hxx
M xmloff/inc/xmloff/xmlerror.hxx
M xmloff/inc/xmloff/xmlevent.hxx
M xmloff/inc/xmloff/xmlexp.hxx
M xmloff/inc/xmloff/xmlexppr.hxx
M xmloff/inc/xmloff/xmlictxt.hxx
M xmloff/inc/xmloff/xmlimp.hxx
M xmloff/inc/xmloff/xmlmetae.hxx
M xmloff/inc/xmloff/xmlmetai.hxx
M xmloff/inc/xmloff/xmlmultiimagehelper.hxx
M xmloff/inc/xmloff/xmlnmspe.hxx
M xmloff/inc/xmloff/xmlnume.hxx
M xmloff/inc/xmloff/xmlnumfe.hxx
M xmloff/inc/xmloff/xmlnumfi.hxx
M xmloff/inc/xmloff/xmlnumi.hxx
M xmloff/inc/xmloff/xmlprcon.hxx
M xmloff/inc/xmloff/xmlprhdl.hxx
M xmloff/inc/xmloff/xmlprmap.hxx
M xmloff/inc/xmloff/xmlreg.hxx
M xmloff/inc/xmloff/xmlscripti.hxx
M xmloff/inc/xmloff/xmlstyle.hxx
M xmloff/inc/xmloff/xmltabe.hxx
M xmloff/inc/xmloff/xmltkmap.hxx
M xmloff/inc/xmloff/xmltoken.hxx
M xmloff/inc/xmloff/xmltypes.hxx
M xmloff/inc/xmloff/xmluconv.hxx
M xmloff/inc/xmltabi.hxx
M xmloff/inc/xmlversion.hxx
M xmloff/source/chart/MultiPropertySetHandler.hxx
M xmloff/source/chart/SchXMLAutoStylePoolP.hxx
M xmloff/source/chart/SchXMLAxisContext.hxx
M xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
M xmloff/source/chart/SchXMLChartContext.hxx
M xmloff/source/chart/SchXMLEnumConverter.hxx
M xmloff/source/chart/SchXMLLegendContext.hxx
M xmloff/source/chart/SchXMLParagraphContext.hxx
M xmloff/source/chart/SchXMLPlotAreaContext.hxx
M xmloff/source/chart/SchXMLSeries2Context.hxx
M xmloff/source/chart/SchXMLTableContext.hxx
M xmloff/source/chart/SchXMLTextListContext.hxx
M xmloff/source/chart/SchXMLTools.hxx
M xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
M xmloff/source/chart/XMLChartPropertyContext.hxx
M xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx
M xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
M xmloff/source/chart/XMLLabelSeparatorContext.hxx
M xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx
M xmloff/source/chart/XMLTextOrientationHdl.hxx
M xmloff/source/chart/contexts.hxx
M xmloff/source/chart/transporttypes.hxx
M xmloff/source/core/SvXMLAttr.hxx
M xmloff/source/core/SvXMLAttrCollection.hxx
M xmloff/source/core/xmlenums.hxx
M xmloff/source/draw/XMLNumberStylesExport.hxx
M xmloff/source/draw/descriptionimp.hxx
M xmloff/source/draw/layerexp.hxx
M xmloff/source/draw/layerimp.hxx
M xmloff/source/draw/numithdl.hxx
M xmloff/source/draw/propimp0.hxx
M xmloff/source/draw/sdpropls.hxx
M xmloff/source/draw/sdxmlexp_impl.hxx
M xmloff/source/draw/sdxmlimp_impl.hxx
M xmloff/source/draw/ximp3dobject.hxx
M xmloff/source/draw/ximp3dscene.hxx
M xmloff/source/draw/ximpbody.hxx
M xmloff/source/draw/ximpcustomshape.hxx
M xmloff/source/draw/ximplink.hxx
M xmloff/source/draw/ximpnote.hxx
M xmloff/source/draw/ximppage.hxx
M xmloff/source/draw/ximpshap.hxx
M xmloff/source/draw/ximpshow.hxx
M xmloff/source/draw/ximpstyl.hxx
M xmloff/source/forms/attriblistmerge.hxx
M xmloff/source/forms/callbacks.hxx
M xmloff/source/forms/controlelement.hxx
M xmloff/source/forms/controlpropertymap.hxx
M xmloff/source/forms/elementexport.hxx
M xmloff/source/forms/elementimport.hxx
M xmloff/source/forms/eventexport.hxx
M xmloff/source/forms/eventimport.hxx
M xmloff/source/forms/formattributes.hxx
M xmloff/source/forms/formenums.hxx
M xmloff/source/forms/formevents.hxx
M xmloff/source/forms/gridcolumnproptranslator.hxx
M xmloff/source/forms/handler/property_handler_base.hxx
M xmloff/source/forms/handler/vcl_date_handler.hxx
M xmloff/source/forms/handler/vcl_time_handler.hxx
M xmloff/source/forms/ifacecompare.hxx
M xmloff/source/forms/layerexport.hxx
M xmloff/source/forms/layerimport.hxx
M xmloff/source/forms/logging.hxx
M xmloff/source/forms/officeforms.hxx
M xmloff/source/forms/property_description.hxx
M xmloff/source/forms/property_group.hxx
M xmloff/source/forms/property_meta_data.hxx
M xmloff/source/forms/propertyexport.hxx
M xmloff/source/forms/propertyimport.hxx
M xmloff/source/forms/valueproperties.hxx
M xmloff/source/script/xmlbasici.hxx
M xmloff/source/style/DrawAspectHdl.hxx
M xmloff/source/style/FillStyleContext.hxx
M xmloff/source/style/PageHeaderFooterContext.hxx
M xmloff/source/style/PageMasterExportPropMapper.hxx
M xmloff/source/style/PageMasterImportPropMapper.hxx
M xmloff/source/style/PageMasterPropHdl.hxx
M xmloff/source/style/PageMasterPropHdlFactory.hxx
M xmloff/source/style/PageMasterPropMapper.hxx
M xmloff/source/style/PagePropertySetContext.hxx
M xmloff/source/style/XMLFontStylesContext_impl.hxx
M xmloff/source/style/XMLFootnoteSeparatorExport.hxx
M xmloff/source/style/XMLFootnoteSeparatorImport.hxx
M xmloff/source/style/adjushdl.hxx
M xmloff/source/style/backhdl.hxx
M xmloff/source/style/bordrhdl.hxx
M xmloff/source/style/breakhdl.hxx
M xmloff/source/style/cdouthdl.hxx
M xmloff/source/style/csmaphdl.hxx
M xmloff/source/style/durationhdl.hxx
M xmloff/source/style/escphdl.hxx
M xmloff/source/style/fonthdl.hxx
M xmloff/source/style/impastpl.hxx
M xmloff/source/style/kernihdl.hxx
M xmloff/source/style/lspachdl.hxx
M xmloff/source/style/opaquhdl.hxx
M xmloff/source/style/postuhdl.hxx
M xmloff/source/style/shadwhdl.hxx
M xmloff/source/style/shdwdhdl.hxx
M xmloff/source/style/tabsthdl.hxx
M xmloff/source/style/undlihdl.hxx
M xmloff/source/style/weighhdl.hxx
M xmloff/source/table/table.hxx
M xmloff/source/text/XMLAnchorTypePropHdl.hxx
M xmloff/source/text/XMLAutoMarkFileContext.hxx
M xmloff/source/text/XMLAutoTextContainerEventImport.hxx
M xmloff/source/text/XMLAutoTextEventExport.hxx
M xmloff/source/text/XMLAutoTextEventImport.hxx
M xmloff/source/text/XMLCalculationSettingsContext.hxx
M xmloff/source/text/XMLChangeElementImportContext.hxx
M xmloff/source/text/XMLChangeImportContext.hxx
M xmloff/source/text/XMLChangeInfoContext.hxx
M xmloff/source/text/XMLChangedRegionImportContext.hxx
M xmloff/source/text/XMLFootnoteBodyImportContext.hxx
M xmloff/source/text/XMLFootnoteImportContext.hxx
M xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
M xmloff/source/text/XMLIndexBibliographyEntryContext.hxx
M xmloff/source/text/XMLIndexBibliographySourceContext.hxx
M xmloff/source/text/XMLIndexBodyContext.hxx
M xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx
M xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
M xmloff/source/text/XMLIndexMarkExport.hxx
M xmloff/source/text/XMLIndexObjectSourceContext.hxx
M xmloff/source/text/XMLIndexSimpleEntryContext.hxx
M xmloff/source/text/XMLIndexSourceBaseContext.hxx
M xmloff/source/text/XMLIndexSpanEntryContext.hxx
M xmloff/source/text/XMLIndexTOCContext.hxx
M xmloff/source/text/XMLIndexTOCSourceContext.hxx
M xmloff/source/text/XMLIndexTOCStylesContext.hxx
M xmloff/source/text/XMLIndexTabStopEntryContext.hxx
M xmloff/source/text/XMLIndexTableSourceContext.hxx
M xmloff/source/text/XMLIndexTemplateContext.hxx
M xmloff/source/text/XMLIndexTitleTemplateContext.hxx
M xmloff/source/text/XMLIndexUserSourceContext.hxx
M xmloff/source/text/XMLLineNumberingExport.hxx
M xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx
M xmloff/source/text/XMLPropertyBackpatcher.hxx
M xmloff/source/text/XMLRedlineExport.hxx
M xmloff/source/text/XMLSectionExport.hxx
M xmloff/source/text/XMLSectionFootnoteConfigExport.hxx
M xmloff/source/text/XMLSectionFootnoteConfigImport.hxx
M xmloff/source/text/XMLSectionImportContext.hxx
M xmloff/source/text/XMLSectionSourceDDEImportContext.hxx
M xmloff/source/text/XMLSectionSourceImportContext.hxx
M xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx
M xmloff/source/text/XMLTextFrameContext.hxx
M xmloff/source/text/XMLTextFrameHyperlinkContext.hxx
M xmloff/source/text/XMLTextListBlockContext.hxx
M xmloff/source/text/XMLTextListItemContext.hxx
M xmloff/source/text/XMLTextMarkImportContext.hxx
M xmloff/source/text/XMLTextNumRuleInfo.hxx
M xmloff/source/text/XMLTrackedChangesImportContext.hxx
M xmloff/source/text/txtdrope.hxx
M xmloff/source/text/txtdropi.hxx
M xmloff/source/text/txtexppr.hxx
M xmloff/source/text/txtparai.hxx
M xmloff/source/text/txtparaimphint.hxx
M xmloff/source/text/txtprhdl.hxx
M xmloff/source/transform/ActionMapTypesOASIS.hxx
M xmloff/source/transform/ActionMapTypesOOo.hxx
M xmloff/source/transform/AttrTransformerAction.hxx
M xmloff/source/transform/ChartOASISTContext.hxx
M xmloff/source/transform/ChartOOoTContext.hxx
M xmloff/source/transform/ChartPlotAreaOASISTContext.hxx
M xmloff/source/transform/ChartPlotAreaOOoTContext.hxx
M xmloff/source/transform/ControlOASISTContext.hxx
M xmloff/source/transform/ControlOOoTContext.hxx
M xmloff/source/transform/CreateElemTContext.hxx
M xmloff/source/transform/DeepTContext.hxx
M xmloff/source/transform/DlgOASISTContext.hxx
M xmloff/source/transform/DocumentTContext.hxx
M xmloff/source/transform/ElemTransformerAction.hxx
M xmloff/source/transform/EventMap.hxx
M xmloff/source/transform/EventOASISTContext.hxx
M xmloff/source/transform/EventOOoTContext.hxx
M xmloff/source/transform/FamilyType.hxx
M xmloff/source/transform/FlatTContext.hxx
M xmloff/source/transform/FormPropOASISTContext.hxx
M xmloff/source/transform/FormPropOOoTContext.hxx
M xmloff/source/transform/FrameOASISTContext.hxx
M xmloff/source/transform/FrameOOoTContext.hxx
M xmloff/source/transform/IgnoreTContext.hxx
M xmloff/source/transform/MergeElemTContext.hxx
M xmloff/source/transform/MetaTContext.hxx
M xmloff/source/transform/MutableAttrList.hxx
M xmloff/source/transform/NotesTContext.hxx
M xmloff/source/transform/OOo2Oasis.hxx
M xmloff/source/transform/Oasis2OOo.hxx
M xmloff/source/transform/PersAttrListTContext.hxx
M xmloff/source/transform/PersMixedContentTContext.hxx
M xmloff/source/transform/ProcAddAttrTContext.hxx
M xmloff/source/transform/ProcAttrTContext.hxx
M xmloff/source/transform/PropType.hxx
M xmloff/source/transform/PropertyActionsOASIS.hxx
M xmloff/source/transform/PropertyActionsOOo.hxx
M xmloff/source/transform/RenameElemTContext.hxx
M xmloff/source/transform/StyleOASISTContext.hxx
M xmloff/source/transform/StyleOOoTContext.hxx
M xmloff/source/transform/TContextVector.hxx
M xmloff/source/transform/Transformer.hxx
M xmloff/source/transform/TransformerAction.hxx
M xmloff/source/transform/TransformerActionInit.hxx
M xmloff/source/transform/TransformerActions.hxx
M xmloff/source/transform/TransformerContext.hxx
M xmloff/source/transform/TransformerTokenMap.hxx
M xmloff/source/xforms/SchemaContext.hxx
M xmloff/source/xforms/SchemaRestrictionContext.hxx
M xmloff/source/xforms/SchemaSimpleTypeContext.hxx
M xmloff/source/xforms/TokenContext.hxx
M xmloff/source/xforms/XFormsBindContext.hxx
M xmloff/source/xforms/XFormsInstanceContext.hxx
M xmloff/source/xforms/XFormsModelContext.hxx
M xmloff/source/xforms/XFormsModelExport.hxx
M xmloff/source/xforms/XFormsSubmissionContext.hxx
M xmloff/source/xforms/xformsapi.hxx
M xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx
M xmlreader/inc/xmlreader/pad.hxx
M xmlreader/inc/xmlreader/span.hxx
M xmlreader/inc/xmlreader/xmlreader.hxx
M xmlscript/inc/xmlscript/xml_helper.hxx
M xmlscript/inc/xmlscript/xmldlg_imexp.hxx
M xmlscript/inc/xmlscript/xmllib_imexp.hxx
M xmlscript/inc/xmlscript/xmlmod_imexp.hxx
M xmlscript/source/inc/misc.hxx
M xmlscript/source/inc/xml_import.hxx
M xmlscript/source/xmldlg_imexp/common.hxx
M xmlscript/source/xmlflat_imexp/xmlbas_export.hxx
M xmlscript/source/xmlflat_imexp/xmlbas_import.hxx
M xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
M xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
M xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
M xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx
M xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
M xmlsecurity/inc/xmlsecurity/sigstruct.hxx
M xmlsecurity/inc/xmlsecurity/warnings.hxx
M xmlsecurity/source/component/certificatecontainer.hxx
M xmlsecurity/source/component/documentdigitalsignatures.hxx
M xmlsecurity/source/dialogs/resourcemanager.hxx
M xmlsecurity/source/framework/buffernode.hxx
M xmlsecurity/source/framework/decryptorimpl.hxx
M xmlsecurity/source/framework/elementcollector.hxx
M xmlsecurity/source/framework/elementmark.hxx
M xmlsecurity/source/framework/encryptionengine.hxx
M xmlsecurity/source/framework/encryptorimpl.hxx
M xmlsecurity/source/framework/saxeventkeeperimpl.hxx
M xmlsecurity/source/framework/securityengine.hxx
M xmlsecurity/source/framework/signaturecreatorimpl.hxx
M xmlsecurity/source/framework/signatureengine.hxx
M xmlsecurity/source/framework/signatureverifierimpl.hxx
M xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx
M xmlsecurity/source/framework/xmlsignaturetemplateimpl.hxx
M xmlsecurity/source/helper/xsecctl.hxx
M xmlsecurity/source/helper/xsecparser.hxx
M xmlsecurity/source/xmlsec/diagnose.hxx
M xmlsecurity/source/xmlsec/errorcallback.hxx
M xmlsecurity/source/xmlsec/mscrypt/oid.hxx
M xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.hxx
M xmlsecurity/source/xmlsec/nss/ciphercontext.hxx
M xmlsecurity/source/xmlsec/nss/digestcontext.hxx
M xmlsecurity/source/xmlsec/nss/nssinitializer.hxx
M xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
M xmlsecurity/source/xmlsec/nss/secerror.hxx
M xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
M xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
M xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
M xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.hxx
M xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.hxx
M xmlsecurity/source/xmlsec/saxhelper.hxx
M xmlsecurity/source/xmlsec/serialnumberadapter.hxx
M xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
M xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
M xmlsecurity/source/xmlsec/xmlstreamio.hxx
8,196 files changed, 16,396 insertions(+), 16,396 deletions(-)




-- 
To view, visit https://gerrit.libreoffice.org/2875
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I81e28f0241d35e13381c85cef0327d45c7f9b2c1
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Thomas Arnhold <thomas at arnhold.org>



More information about the LibreOffice mailing list