From 493ae7a6bb0c3ad50615db0090e7ae8d391bc327 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 6 Jul 2020 03:01:51 +0200 Subject: replace usage of blacklist with denylist .. and a few cases of instead doing blacklist->excludelist where that made more sense. Background and motivation: https://tools.ietf.org/html/draft-knodel-terminology-02 [API CHANGE] officecfg::Office::Canvas::DeviceBlacklist -> DeviceDenylist [API CHANGE] officecfg::Office::Canvas::BlacklistCurrentDevice -> DenylistCurrentDevice [API CHANGE] officecfg::Office::Common::Misc::OpenCLBlackList -> OpenCLDenyList Change-Id: Ia35e25496bf0cc0692d5de4cb66bfc232d3a869e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98180 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- .git-hooks/pre-commit | 6 +- Repository.mk | 4 +- basic/source/runtime/stdobj.cxx | 2 +- bin/find-clang-format.py | 4 +- bin/get-bugzilla-attachments-by-mimetype | 2 +- bin/oss-fuzz-build.sh | 2 +- bin/sanitize-blacklist.txt | 12 - bin/sanitize-excludelist.txt | 12 + bin/symstore.sh | 8 +- canvas/source/directx/dx_9rm.cxx | 6 +- canvas/source/directx/dx_config.cxx | 16 +- canvas/source/directx/dx_config.hxx | 6 +- configure.ac | 2 +- .../source/drivers/evoab2/NDatabaseMetaData.cxx | 6 +- cui/source/options/optgdlg.cxx | 2 +- cui/uiconfig/ui/optopenclpage.ui | 2 +- cui/uiconfig/ui/optviewpage.ui | 2 +- .../deployment/inc/dp_descriptioninfoset.hxx | 6 +- .../deployment/misc/dp_descriptioninfoset.cxx | 24 +- desktop/source/migration/migration.cxx | 8 +- .../migration/services/oo3extensionmigration.cxx | 14 +- .../migration/services/oo3extensionmigration.hxx | 2 +- filter/source/svg/.eslintrc.js | 2 +- fpicker/source/office/OfficeFilePicker.cxx | 12 +- fpicker/source/office/OfficeFilePicker.hxx | 2 +- fpicker/source/office/RemoteFilesDialog.cxx | 12 +- fpicker/source/office/RemoteFilesDialog.hxx | 6 +- fpicker/source/office/asyncfilepicker.cxx | 4 +- fpicker/source/office/asyncfilepicker.hxx | 2 +- fpicker/source/office/contentenumeration.cxx | 12 +- fpicker/source/office/contentenumeration.hxx | 6 +- fpicker/source/office/fileview.cxx | 20 +- fpicker/source/office/fileview.hxx | 4 +- fpicker/source/office/foldertree.cxx | 6 +- fpicker/source/office/foldertree.hxx | 4 +- fpicker/source/office/fpdialogbase.hxx | 4 +- fpicker/source/office/iodlg.cxx | 10 +- fpicker/source/office/iodlg.hxx | 4 +- fpicker/source/office/iodlgimp.hxx | 6 +- include/onlineupdate/mozilla/Attributes.h | 24 +- include/opencl/openclconfig.hxx | 2 +- include/sfx2/filedlghelper.hxx | 6 +- include/sfx2/sfxsids.hrc | 2 +- include/vcl/opengl/OpenGLHelper.hxx | 4 +- .../com/sun/star/sheet/opencl/XOpenCLSelection.idl | 2 +- .../registry/data/org/openoffice/Office/Canvas.xcu | 4 +- .../schema/org/openoffice/Office/Canvas.xcs | 16 +- .../schema/org/openoffice/Office/Common.xcs | 8 +- oox/README | 4 +- oox/source/export/shapes.cxx | 16 +- opencl/source/opencl_device.cxx | 6 +- opencl/source/openclconfig.cxx | 16 +- postprocess/qa/services.cxx | 16 +- sanitize-ubsan-blacklist | 2 - sanitize-ubsan-excludelist | 2 + sc/source/core/data/grouptokenconverter.cxx | 2 +- sc/source/core/tool/token.cxx | 4 +- scripting/source/provider/MasterScriptProvider.cxx | 4 +- scripting/source/provider/ProviderCache.cxx | 8 +- scripting/source/provider/ProviderCache.hxx | 6 +- sfx2/source/appl/appopen.cxx | 10 +- sfx2/source/appl/appuno.cxx | 16 +- sfx2/source/dialog/filedlghelper.cxx | 20 +- sfx2/source/dialog/filedlgimpl.hxx | 2 +- sfx2/source/doc/guisaveas.cxx | 24 +- shell/source/win32/SysShExec.cxx | 4 +- solenv/clang-format/ClangFormat.pm | 22 +- solenv/clang-format/README | 4 +- solenv/clang-format/blacklist | 18490 ------------------- solenv/clang-format/check-last-commit | 6 +- solenv/clang-format/excludelist | 18490 +++++++++++++++++++ solenv/clang-format/generate-style-blacklist | 31 - solenv/clang-format/generate-style-excludelist | 31 + solenv/clang-format/reformat-formatted-files | 6 +- solenv/gbuild/extensions/post_GbuildToJson.mk | 8 +- sw/qa/extras/fodfexport/fodfexport.cxx | 2 +- sw/qa/extras/odfexport/odfexport.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 8 +- sw/qa/extras/ooxmlexport/ooxmlexport10.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport12.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport13.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport14.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport2.cxx | 8 +- sw/qa/extras/ooxmlexport/ooxmlexport3.cxx | 8 +- sw/qa/extras/ooxmlexport/ooxmlexport4.cxx | 8 +- sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 8 +- sw/qa/extras/ooxmlexport/ooxmlexport6.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport7.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport8.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlexport9.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmllinks.cxx | 2 +- sw/qa/extras/ooxmlexport/ooxmlw14export.cxx | 2 +- sw/qa/extras/rtfexport/rtfexport.cxx | 6 +- sw/qa/extras/rtfexport/rtfexport5.cxx | 2 +- sw/qa/extras/ww8export/ww8export.cxx | 6 +- vcl/Library_vcl.mk | 2 +- vcl/Module_vcl.mk | 4 +- vcl/Package_opengl_blacklist.mk | 16 - vcl/Package_opengl_denylist.mk | 16 + vcl/Package_skia_blacklist.mk | 16 - vcl/Package_skia_denylist.mk | 16 + vcl/README.vars | 4 +- vcl/inc/driverblocklist.hxx | 2 +- vcl/opengl/README.opengl | 2 +- vcl/opengl/opengl_blacklist_windows.xml | 67 - vcl/opengl/opengl_denylist_windows.xml | 67 + vcl/opengl/win/WinDeviceInfo.cxx | 6 +- vcl/opengl/x11/X11DeviceInfo.cxx | 4 +- vcl/qa/cppunit/test_blocklist_evaluate.xml | 4 +- vcl/qa/cppunit/test_blocklist_parse.xml | 4 +- vcl/skia/SkiaHelper.cxx | 34 +- vcl/skia/skia_blacklist_vulkan.xml | 28 - vcl/skia/skia_denylist_vulkan.xml | 28 + vcl/skia/x11/gdiimpl.cxx | 2 +- vcl/source/helper/driverblocklist.cxx | 12 +- vcl/source/opengl/OpenGLHelper.cxx | 20 +- writerfilter/source/dmapper/PropertyMap.cxx | 4 +- writerfilter/source/ooxml/factoryimpl_ns.py | 2 +- writerfilter/source/rtftok/rtfsprm.cxx | 4 +- xmlsecurity/source/helper/ooxmlsecexporter.cxx | 20 +- 123 files changed, 19025 insertions(+), 19025 deletions(-) delete mode 100644 bin/sanitize-blacklist.txt create mode 100644 bin/sanitize-excludelist.txt delete mode 100644 sanitize-ubsan-blacklist create mode 100644 sanitize-ubsan-excludelist delete mode 100644 solenv/clang-format/blacklist create mode 100644 solenv/clang-format/excludelist delete mode 100755 solenv/clang-format/generate-style-blacklist create mode 100755 solenv/clang-format/generate-style-excludelist delete mode 100644 vcl/Package_opengl_blacklist.mk create mode 100644 vcl/Package_opengl_denylist.mk delete mode 100644 vcl/Package_skia_blacklist.mk create mode 100644 vcl/Package_skia_denylist.mk delete mode 100644 vcl/opengl/opengl_blacklist_windows.xml create mode 100644 vcl/opengl/opengl_denylist_windows.xml delete mode 100644 vcl/skia/skia_blacklist_vulkan.xml create mode 100644 vcl/skia/skia_denylist_vulkan.xml diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 1f3d21ebff98..27fba7e487a3 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -134,7 +134,7 @@ sub check_style($) my ($h) = @_; my $src = ClangFormat::get_extension_regex(); my @bad_names = (); - my $blacklist_names = ClangFormat::get_blacklist(); + my $excluded_list_names = ClangFormat::get_excludelist(); my $clang_format = ClangFormat::find(); # Get a list of non-deleted changed files. @@ -142,14 +142,14 @@ sub check_style($) while (my $filename = ) { chomp $filename; - if ($filename =~ /\.($src)$/ and !exists($blacklist_names->{$filename})) + if ($filename =~ /\.($src)$/ and !exists($excluded_list_names->{$filename})) { if (!defined($clang_format)) { my $version = ClangFormat::get_wanted_version(); my $opt_lo = ClangFormat::get_own_directory(); - print("\nWARNING: Commit touches new (non-blacklisted) files, but no clang-format" + print("\nWARNING: Commit touches new (non-excluded) files, but no clang-format" . " ${version}\n"); print(" found (via CLANG_FORMAT or PATH env vars, or in ${opt_lo}).\n\n"); diff --git a/Repository.mk b/Repository.mk index 5d3be2f78188..17c585303187 100644 --- a/Repository.mk +++ b/Repository.mk @@ -942,11 +942,11 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ vcl_opengl_shader \ vcl_theme_definitions \ $(if $(filter WNT,$(OS)), \ - vcl_opengl_blacklist \ + vcl_opengl_denylist \ ) \ $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \ $(if $(filter SKIA,$(BUILD_TYPE)), \ - vcl_skia_blacklist ) \ + vcl_skia_denylist ) \ $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \ Pyuno/commonwizards \ Pyuno/fax \ diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 8a9513e81e0e..b2627748915a 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -32,7 +32,7 @@ // struct below. // note: the limitation of 63 args is only for RTL functions defined here and // does NOT impose a limit on User defined procedures ). This changes is to -// allow us space for a flag to blacklist some functions in vba mode +// allow us space for a flag to denylist some functions in vba mode #define ARGSMASK_ 0x003F // 63 Arguments #define COMPTMASK_ 0x00C0 // COMPATIBILITY mask diff --git a/bin/find-clang-format.py b/bin/find-clang-format.py index 38c9aac10780..713174114488 100755 --- a/bin/find-clang-format.py +++ b/bin/find-clang-format.py @@ -11,7 +11,7 @@ from difflib import unified_diff from pathlib import Path from subprocess import PIPE, Popen -BLACKLIST = Path("solenv/clang-format/blacklist") +EXCLUDELIST = Path("solenv/clang-format/excludelist") THRESHOLD = os.getenv("CLANG_THRESHOLD", 5) CLANG_BINARY = Path(os.getenv("CLANG_FORMAT", "/opt/lo/bin/clang-format")) @@ -47,7 +47,7 @@ def main(*args): print("Couldn't find clang-format on {!s}".format(CLANG_BINARY)) exit(1) - for path in BLACKLIST.read_text().splitlines(): + for path in EXCLUDELIST.read_text().splitlines(): path = Path(path) if not path.exists(): continue diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 1d1f45165a48..47669d04434a 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -356,7 +356,7 @@ rss_bugzillas = ( # does not add it back immediately .-) # 'novell': 'https://bugzilla.novell.com/buglist.cgi', # note: running this script against bz.apache.org apparently causes one's IP -# to be blacklisted or something; you won't get new files in any case... +# to be banned or something; you won't get new files in any case... # ( 'ooo', 'https://bz.apache.org/ooo/buglist.cgi' ), ( 'tdf', 'http://bugs.documentfoundation.org/buglist.cgi' ), ) diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index 646accc8a017..ce4d110ce48a 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -7,7 +7,7 @@ fi #shuffle CXXFLAGS -stdlib=libc++ arg into CXX as well because we use #the CXX as the linker and need to pass -stdlib=libc++ to build -export CXX="$CXX -stdlib=libc++ -fsanitize-blacklist=$SRC/libreoffice/bin/sanitize-blacklist.txt" +export CXX="$CXX -stdlib=libc++ -fsanitize-blacklist=$SRC/libreoffice/bin/sanitize-excludelist.txt" #similarly force the -fsanitize etc args in as well as pthread to get #things to link successfully during the build export LDFLAGS="$CFLAGS -Wl,--compress-debug-sections,zlib -lpthread" diff --git a/bin/sanitize-blacklist.txt b/bin/sanitize-blacklist.txt deleted file mode 100644 index e3e995f1a02a..000000000000 --- a/bin/sanitize-blacklist.txt +++ /dev/null @@ -1,12 +0,0 @@ -[float-divide-by-zero] -src:*/sc/source/core/tool/interpr1.cxx -src:*/sc/source/core/tool/interpr2.cxx -src:*/scaddins/source/analysis/analysis.cxx -src:*/scaddins/source/analysis/financial.cxx -[signed-integer-overflow] -src:*/boost/boost/rational.hpp -src:*/include/tools/gen.hxx -src:*/tools/source/generic/gen.cxx -[vptr] -fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE -src:*/include/com/sun/star/uno/Reference.hxx diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt new file mode 100644 index 000000000000..e3e995f1a02a --- /dev/null +++ b/bin/sanitize-excludelist.txt @@ -0,0 +1,12 @@ +[float-divide-by-zero] +src:*/sc/source/core/tool/interpr1.cxx +src:*/sc/source/core/tool/interpr2.cxx +src:*/scaddins/source/analysis/analysis.cxx +src:*/scaddins/source/analysis/financial.cxx +[signed-integer-overflow] +src:*/boost/boost/rational.hpp +src:*/include/tools/gen.hxx +src:*/tools/source/generic/gen.cxx +[vptr] +fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE +src:*/include/com/sun/star/uno/Reference.hxx diff --git a/bin/symstore.sh b/bin/symstore.sh index 532efb16630f..c4e9870c9aa5 100755 --- a/bin/symstore.sh +++ b/bin/symstore.sh @@ -2,19 +2,19 @@ # Files listed here would not be store in the symbolestore-server. # The format is a string with files e.g. -# BLACKLIST="python.exe +# EXCLUDE_LIST="python.exe # file.dll # next_file.exe" # # It removes "python.exe", "file.dll", and "next_file.exe" from what's # added to the symstore. Separator is the newline -BLACK_LIST="python.exe" +EXCLUDE_LIST="python.exe" # List files here where it's ok for this script to find more than one # occurrence in the build tree. Files _not_ included here will generate # an error, if duplicates are found. # -# Same format as for BLACK_LIST above +# Same format as for EXCLUDE_LIST above MOREPDBS_OKLIST="libcurl.dll freebl3.dll libeay32.dll @@ -46,7 +46,7 @@ add_pdb() stats_morefound=0 declare -a pdball echo "Collect $extension" - ret=$(find "${INSTDIR}/" -type f -name "*.${extension}" | grep -vF "$BLACK_LIST") + ret=$(find "${INSTDIR}/" -type f -name "*.${extension}" | grep -vF "$EXCLUDE_LIST") while IFS= read -r file do ${VERBOSE} -n "Found: $file" diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx index 834deb89eb2b..3659ac3b7380 100644 --- a/canvas/source/directx/dx_9rm.cxx +++ b/canvas/source/directx/dx_9rm.cxx @@ -617,7 +617,7 @@ namespace dxcanvas return false; maPageSize = ::basegfx::B2IVector(aCaps.MaxTextureWidth,aCaps.MaxTextureHeight); - // check device against white & blacklist entries + // check device against white & denylist entries D3DADAPTER_IDENTIFIER9 aIdent; if(FAILED(mpDirect3D9->GetAdapterIdentifier(nAdapter,0,&aIdent))) return false; @@ -637,9 +637,9 @@ namespace dxcanvas if( !aConfigItem.isDeviceUsable(aInfo) ) return false; - if( aConfigItem.isBlacklistCurrentDevice() ) + if( aConfigItem.isDenylistCurrentDevice() ) { - aConfigItem.blacklistDevice(aInfo); + aConfigItem.denylistDevice(aInfo); return false; } diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx index 77fca04f65d9..48609d8c500e 100644 --- a/canvas/source/directx/dx_config.cxx +++ b/canvas/source/directx/dx_config.cxx @@ -40,12 +40,12 @@ namespace dxcanvas ConfigItemMode::NONE ), maValues(), maMaxTextureSize(), - mbBlacklistCurrentDevice(false), + mbDenylistCurrentDevice(false), mbValuesDirty(false) { try { - uno::Sequence< OUString > aName { "DeviceBlacklist" }; + uno::Sequence< OUString > aName { "DeviceDenylist" }; uno::Sequence< uno::Any > aProps( GetProperties( aName )); uno::Sequence< sal_Int32 > aValues; @@ -70,10 +70,10 @@ namespace dxcanvas } } - aName[0] = "BlacklistCurrentDevice"; + aName[0] = "DenylistCurrentDevice"; aProps = GetProperties( aName ); if( aProps.getLength() > 0 ) - aProps[0] >>= mbBlacklistCurrentDevice; + aProps[0] >>= mbDenylistCurrentDevice; aName[0] = "MaxTextureSize"; aProps = GetProperties( aName ); @@ -111,7 +111,7 @@ namespace dxcanvas *pValues++ = rInfo.nDriverBuildId; } - PutProperties({"DeviceBlacklist"}, {css::uno::Any(aValues)}); + PutProperties({"DeviceDenylist"}, {css::uno::Any(aValues)}); } catch( const uno::Exception& ) { @@ -127,12 +127,12 @@ namespace dxcanvas return maValues.find(rDeviceInfo) == maValues.end(); } - bool DXCanvasItem::isBlacklistCurrentDevice() const + bool DXCanvasItem::isDenylistCurrentDevice() const { - return mbBlacklistCurrentDevice; + return mbDenylistCurrentDevice; } - void DXCanvasItem::blacklistDevice( const DeviceInfo& rDeviceInfo ) + void DXCanvasItem::denylistDevice( const DeviceInfo& rDeviceInfo ) { mbValuesDirty = true; maValues.insert(rDeviceInfo); diff --git a/canvas/source/directx/dx_config.hxx b/canvas/source/directx/dx_config.hxx index 2a1cc8ee63d8..496652b30197 100644 --- a/canvas/source/directx/dx_config.hxx +++ b/canvas/source/directx/dx_config.hxx @@ -63,8 +63,8 @@ namespace dxcanvas ~DXCanvasItem() override; bool isDeviceUsable( const DeviceInfo& rDeviceInfo ) const; - bool isBlacklistCurrentDevice() const; - void blacklistDevice( const DeviceInfo& rDeviceInfo ); + bool isDenylistCurrentDevice() const; + void denylistDevice( const DeviceInfo& rDeviceInfo ); void adaptMaxTextureSize( basegfx::B2IVector& io_maxTextureSize ) const; virtual void Notify( const css::uno::Sequence& aPropertyNames) override; @@ -73,7 +73,7 @@ namespace dxcanvas typedef std::set< DeviceInfo > ValueSet; ValueSet maValues; std::optional maMaxTextureSize; - bool mbBlacklistCurrentDevice; + bool mbDenylistCurrentDevice; bool mbValuesDirty; }; } diff --git a/configure.ac b/configure.ac index f5463c5c0731..ba0bc8acd3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -13304,7 +13304,7 @@ if test "$enable_mpl_subset" = "yes"; then fi for theme in $WITH_THEMES; do case $theme in - breeze|breeze_dark|breeze_dark_svg|breeze_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg|sukapura|sukapura_svg) #blacklist of icon themes under GPL or LGPL + breeze|breeze_dark|breeze_dark_svg|breeze_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg|sukapura|sukapura_svg) #denylist of icon themes under GPL or LGPL AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=colibre]) ;; *) : ;; esac diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx index ef39382d058d..1f429d9850ad 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx @@ -54,7 +54,7 @@ namespace connectivity::evoab static ColumnProperty **pFields=nullptr; static guint nFields = 0; - static const char *pBlackList[] = + static const char *pDenyList[] = { "id", "list-show-addresses", @@ -114,9 +114,9 @@ namespace connectivity::evoab { bool bAdd = true; const char *pName = g_param_spec_get_name( pProps[i] ); - for (unsigned int j = 0; j < G_N_ELEMENTS( pBlackList ); j++ ) + for (unsigned int j = 0; j < G_N_ELEMENTS( pDenyList ); j++ ) { - if( !strcmp( pBlackList[j], pName ) ) + if( !strcmp( pDenyList[j], pName ) ) { bAdd = false; break; diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 927840640dbf..64a85add8440 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -780,7 +780,7 @@ IMPL_LINK_NOARG(OfaViewTabPage, OnForceSkiaToggled, weld::ToggleButton&, void) { if (m_xForceSkia->get_active()) { - // Ignoring the Skia blacklist implies that Skia is on. + // Ignoring the Skia denylist implies that Skia is on. m_xUseSkia->set_active(true); } } diff --git a/cui/uiconfig/ui/optopenclpage.ui b/cui/uiconfig/ui/optopenclpage.ui index da4b29ccb219..76db01dd6725 100644 --- a/cui/uiconfig/ui/optopenclpage.ui +++ b/cui/uiconfig/ui/optopenclpage.ui @@ -17,7 +17,7 @@ 6 12 - + True False True diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index 023b8dccede1..0fa95dcbf387 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -526,7 +526,7 @@ - Ignore Skia blacklist + Ignore Skia denylist True True False diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx index b404751fce52..27b857b241ab 100644 --- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx +++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx @@ -252,16 +252,16 @@ private: SAL_DLLPRIVATE OUString getNodeValueFromExpression(OUString const & expression) const; - /** Check the extensions blacklist if additional extension meta data (e.g. dependencies) + /** Check the extensions denylist if additional extension meta data (e.g. dependencies) are defined for this extension and have to be taken into account. */ SAL_DLLPRIVATE void - checkBlacklist() const; + checkDenylist() const; /** Helper method to compare the versions with the current version */ SAL_DLLPRIVATE static bool - checkBlacklistVersion(const OUString& currentversion, + checkDenylistVersion(const OUString& currentversion, css::uno::Sequence< OUString > const & versions); css::uno::Reference< css::uno::XComponentContext > m_context; diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index 549528aae042..3a55a4483e18 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -342,7 +342,7 @@ OUString DescriptionInfoset::getNodeValueFromExpression(OUString const & express return n.is() ? getNodeValue(n) : OUString(); } -void DescriptionInfoset::checkBlacklist() const +void DescriptionInfoset::checkDenylist() const { if (!m_element.is()) return; @@ -358,25 +358,25 @@ void DescriptionInfoset::checkBlacklist() const { {"nodepath", css::uno::Any(OUString("/org.openoffice.Office.ExtensionDependencies/Extensions"))} })); - css::uno::Reference< css::container::XNameAccess > blacklist( + css::uno::Reference< css::container::XNameAccess > denylist( (css::configuration::theDefaultProvider::get(m_context) ->createInstanceWithArguments( "com.sun.star.configuration.ConfigurationAccess", args)), css::uno::UNO_QUERY_THROW); - // check first if a blacklist entry is available - if (!(blacklist.is() && blacklist->hasByName(*id))) return; + // check first if a denylist entry is available + if (!(denylist.is() && denylist->hasByName(*id))) return; css::uno::Reference< css::beans::XPropertySet > extProps( - blacklist->getByName(*id), css::uno::UNO_QUERY_THROW); + denylist->getByName(*id), css::uno::UNO_QUERY_THROW); css::uno::Any anyValue = extProps->getPropertyValue("Versions"); css::uno::Sequence< OUString > blversions; anyValue >>= blversions; - // check if the current version requires further dependency checks from the blacklist - if (!checkBlacklistVersion(currentversion, blversions)) return; + // check if the current version requires further dependency checks from the denylist + if (!checkDenylistVersion(currentversion, blversions)) return; anyValue = extProps->getPropertyValue("Dependencies"); OUString udeps; @@ -404,7 +404,7 @@ void DescriptionInfoset::checkBlacklist() const // get the parent xml document of current description info for the import css::uno::Reference< css::xml::dom::XDocument > xCurrentDescInfo(m_element->getOwnerDocument()); - // get dependency node of current description info to merge the new dependencies from the blacklist + // get dependency node of current description info to merge the new dependencies from the denylist css::uno::Reference< css::xml::dom::XNode > xCurrentDeps( m_xpath->selectSingleNode(m_element, "desc:dependencies")); @@ -422,14 +422,14 @@ void DescriptionInfoset::checkBlacklist() const css::uno::Reference< css::xml::dom::XNode > xNode(xDeps->item(i)); css::uno::Reference< css::xml::dom::XElement > xDep(xNode, css::uno::UNO_QUERY); if (xDep.is()) { - // found valid blacklist dependency, import the node first and append it to the existing dependency node + // found valid denylist dependency, import the node first and append it to the existing dependency node css::uno::Reference< css::xml::dom::XNode > importedNode = xCurrentDescInfo->importNode(xNode, true); xCurrentDeps->appendChild(importedNode); } } } -bool DescriptionInfoset::checkBlacklistVersion( +bool DescriptionInfoset::checkDenylistVersion( const OUString& currentversion, css::uno::Sequence< OUString > const & versions) { @@ -484,8 +484,8 @@ css::uno::Reference< css::xml::dom::XNodeList > DescriptionInfoset::getDependencies() const { if (m_element.is()) { try { - // check the extension blacklist first and expand the dependencies if applicable - checkBlacklist(); + // check the extension denylist first and expand the dependencies if applicable + checkDenylist(); return m_xpath->selectNodeList(m_element, "desc:dependencies/*"); } catch (const css::xml::xpath::XPathException &) { diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx index 85ce844db1ab..0db171114467 100644 --- a/desktop/source/migration/migration.cxx +++ b/desktop/source/migration/migration.cxx @@ -774,13 +774,13 @@ void MigrationImpl::runServices() try { // set black list for extension migration - uno::Sequence< OUString > seqExtBlackList; + uno::Sequence< OUString > seqExtDenyList; sal_uInt32 nSize = rMigration.excludeExtensions.size(); if ( nSize > 0 ) - seqExtBlackList = comphelper::arrayToSequence< OUString >( + seqExtDenyList = comphelper::arrayToSequence< OUString >( rMigration.excludeExtensions.data(), nSize ); - seqArguments[2] <<= NamedValue("ExtensionBlackList", - uno::makeAny( seqExtBlackList )); + seqArguments[2] <<= NamedValue("ExtensionDenyList", + uno::makeAny( seqExtDenyList )); xMigrationJob.set( xContext->getServiceManager()->createInstanceWithArgumentsAndContext(rMigration.service, seqArguments, xContext), diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx index f8691360f9ff..a9e045ca0a77 100644 --- a/desktop/source/migration/services/oo3extensionmigration.cxx +++ b/desktop/source/migration/services/oo3extensionmigration.cxx @@ -192,7 +192,7 @@ bool OO3ExtensionMigration::scanDescriptionXml( const OUString& sDescriptionXmlU if ( !aExtIdentifier.isEmpty() ) { // scan extension identifier and try to match with our black list entries - for (const OUString & i : m_aBlackList) + for (const OUString & i : m_aDenyList) { utl::SearchParam param(i, utl::SearchParam::SearchType::Regexp); utl::TextSearch ts(param, LANGUAGE_DONTKNOW); @@ -217,7 +217,7 @@ bool OO3ExtensionMigration::scanDescriptionXml( const OUString& sDescriptionXmlU // Try to use the folder name to match our black list // as some extensions don't provide an identifier in the // description.xml! - for (const OUString & i : m_aBlackList) + for (const OUString & i : m_aDenyList) { utl::SearchParam param(i, utl::SearchParam::SearchType::Regexp); utl::TextSearch ts(param, LANGUAGE_DONTKNOW); @@ -297,13 +297,13 @@ void OO3ExtensionMigration::initialize( const Sequence< Any >& aArguments ) OSL_FAIL( "ExtensionMigration::initialize: argument UserData has wrong type!" ); } } - else if ( aValue.Name == "ExtensionBlackList" ) + else if ( aValue.Name == "ExtensionDenyList" ) { - Sequence< OUString > aBlackList; - if ( (aValue.Value >>= aBlackList ) && aBlackList.hasElements()) + Sequence< OUString > aDenyList; + if ( (aValue.Value >>= aDenyList ) && aDenyList.hasElements()) { - m_aBlackList.resize( aBlackList.getLength() ); - ::comphelper::sequenceToArray< OUString >( m_aBlackList.data(), aBlackList ); + m_aDenyList.resize( aDenyList.getLength() ); + ::comphelper::sequenceToArray< OUString >( m_aDenyList.data(), aDenyList ); } } } diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx index bb0600208475..f2aae3b4adbb 100644 --- a/desktop/source/migration/services/oo3extensionmigration.hxx +++ b/desktop/source/migration/services/oo3extensionmigration.hxx @@ -54,7 +54,7 @@ namespace migration ::osl::Mutex m_aMutex; OUString m_sSourceDir; OUString m_sTargetDir; - TStringVector m_aBlackList; + TStringVector m_aDenyList; enum ScanResult { diff --git a/filter/source/svg/.eslintrc.js b/filter/source/svg/.eslintrc.js index 12561b25aeda..8daf37eabc67 100644 --- a/filter/source/svg/.eslintrc.js +++ b/filter/source/svg/.eslintrc.js @@ -51,7 +51,7 @@ module.exports = { "global-require": "error", "guard-for-in": "off", "handle-callback-err": "error", - "id-blacklist": "error", + "id-denylist": "error", "id-length": "off", "id-match": "error", "indent": "off", diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index 2c813d64c013..f9e4d74d2839 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -443,7 +443,7 @@ std::shared_ptr SvtFilePicker::implCreateDialog( weld::Windo { OUString sStandardDir = m_aStandardDir; dialog->SetStandardDir( sStandardDir ); - dialog->SetBlackList( m_aBlackList ); + dialog->SetDenyList( m_aDenyList ); } return dialog; @@ -983,9 +983,9 @@ void SAL_CALL SvtFilePicker::initialize( const Sequence< Any >& _rArguments ) m_aStandardDir = sStandardDir; } } - else if ( namedValue.Name == "BlackList" ) + else if ( namedValue.Name == "DenyList" ) { - namedValue.Value >>= m_aBlackList; + namedValue.Value >>= m_aDenyList; } } } @@ -1010,9 +1010,9 @@ bool SvtFilePicker::implHandleInitializationArgument( const OUString& _rName, co return true; } - if ( _rName == "BlackList" ) + if ( _rName == "DenyList" ) { - OSL_VERIFY( _rValue >>= m_aBlackList ); + OSL_VERIFY( _rValue >>= m_aDenyList ); return true; } @@ -1079,7 +1079,7 @@ std::shared_ptr SvtRemoteFilePicker::implCreateDialog(weld:: { OUString sStandardDir = m_aStandardDir; dialog->SetStandardDir( sStandardDir ); - dialog->SetBlackList( m_aBlackList ); + dialog->SetDenyList( m_aDenyList ); } return dialog; diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx index 7e9dc4f70520..3863bf1d5168 100644 --- a/fpicker/source/office/OfficeFilePicker.hxx +++ b/fpicker/source/office/OfficeFilePicker.hxx @@ -75,7 +75,7 @@ protected: OUString m_aStandardDir; css::uno::Sequence< OUString > - m_aBlackList; + m_aDenyList; css::uno::Reference< css::ui::dialogs::XFilePickerListener > m_xListener; diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index fcbd203b536b..ea151bb9b8ff 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -362,7 +362,7 @@ void RemoteFilesDialog::OpenURL( OUString const & sURL ) m_pCurrentAsyncAction = new AsyncPickerAction( this, m_xFileView.get(), AsyncPickerAction::Action::eOpenURL ); // -1 timeout - sync - m_pCurrentAsyncAction->execute( sURL, sFilter, -1, -1, GetBlackList() ); + m_pCurrentAsyncAction->execute( sURL, sFilter, -1, -1, GetDenyList() ); if( m_eMode != REMOTEDLG_MODE_SAVE ) m_xName_ed->set_text( "" ); @@ -929,15 +929,15 @@ void RemoteFilesDialog::SetHasFilename( bool ) { } -void RemoteFilesDialog::SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) +void RemoteFilesDialog::SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) { - m_aBlackList = rBlackList; - m_xTreeView->SetBlackList( rBlackList ); + m_aDenyList = rDenyList; + m_xTreeView->SetDenyList( rDenyList ); } -const css::uno::Sequence< OUString >& RemoteFilesDialog::GetBlackList() const +const css::uno::Sequence< OUString >& RemoteFilesDialog::GetDenyList() const { - return m_aBlackList; + return m_aDenyList; } void RemoteFilesDialog::SetStandardDir( const OUString& rStdDir ) diff --git a/fpicker/source/office/RemoteFilesDialog.hxx b/fpicker/source/office/RemoteFilesDialog.hxx index 6a80bc849f70..64ae56412b5f 100644 --- a/fpicker/source/office/RemoteFilesDialog.hxx +++ b/fpicker/source/office/RemoteFilesDialog.hxx @@ -61,8 +61,8 @@ public: virtual SvtFileView* GetView() override; virtual void SetHasFilename( bool ) override; - virtual void SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) override; - virtual const css::uno::Sequence< OUString >& GetBlackList() const override; + virtual void SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) override; + virtual const css::uno::Sequence< OUString >& GetDenyList() const override; virtual void SetStandardDir( const OUString& rStdDir ) override; virtual const OUString& GetStandardDir() const override; virtual void SetPath( const OUString& rNewURL ) override; @@ -121,7 +121,7 @@ private: ::rtl::Reference< ::svt::AsyncPickerAction > m_pCurrentAsyncAction; - css::uno::Sequence< OUString > m_aBlackList; + css::uno::Sequence< OUString > m_aDenyList; std::unique_ptr m_xOk_btn; std::unique_ptr m_xCancel_btn; diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx index 4dc64af3d4eb..349d586b8979 100644 --- a/fpicker/source/office/asyncfilepicker.cxx +++ b/fpicker/source/office/asyncfilepicker.cxx @@ -61,7 +61,7 @@ namespace svt const OUString& _rFilter, sal_Int32 _nMinTimeout, sal_Int32 _nMaxTimeout, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { DBG_TESTSOLARMUTEX(); // if this asserts, we'd need to have an own mutex per instance @@ -95,7 +95,7 @@ namespace svt break; case eOpenURL: - eResult = m_pView->Initialize( _rURL, _rFilter, pActionDescriptor.get(), rBlackList ); + eResult = m_pView->Initialize( _rURL, _rFilter, pActionDescriptor.get(), rDenyList ); break; case eExecuteFilter: diff --git a/fpicker/source/office/asyncfilepicker.hxx b/fpicker/source/office/asyncfilepicker.hxx index 830577f626d5..d644f88946e9 100644 --- a/fpicker/source/office/asyncfilepicker.hxx +++ b/fpicker/source/office/asyncfilepicker.hxx @@ -72,7 +72,7 @@ namespace svt const OUString& _rFilter, sal_Int32 _nMinTimeout, sal_Int32 _nMaxTimeout, - const css::uno::Sequence< OUString >& rBlackList ); + const css::uno::Sequence< OUString >& rDenyList ); /// cancels the running action void cancel(); diff --git a/fpicker/source/office/contentenumeration.cxx b/fpicker/source/office/contentenumeration.cxx index 2ca057036a64..090d19a47988 100644 --- a/fpicker/source/office/contentenumeration.cxx +++ b/fpicker/source/office/contentenumeration.cxx @@ -82,7 +82,7 @@ namespace svt ,m_xCommandEnv ( _rxCommandEnv ) ,m_pResultHandler ( nullptr ) ,m_bCancelled ( false ) - ,m_rBlackList ( css::uno::Sequence< OUString >() ) + ,m_rDenyList ( css::uno::Sequence< OUString >() ) { } @@ -104,13 +104,13 @@ namespace svt EnumerationResult FileViewContentEnumerator::enumerateFolderContentSync( const FolderDescriptor& _rFolder, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { { ::osl::MutexGuard aGuard( m_aMutex ); m_aFolder = _rFolder; m_pResultHandler = nullptr; - m_rBlackList = rBlackList; + m_rDenyList = rDenyList; } return enumerateFolderContent(); } @@ -220,7 +220,7 @@ namespace svt // check for restrictions { ::osl::MutexGuard aGuard( m_aMutex ); - if ( /* m_rBlackList.hasElements() && */ URLOnBlackList ( sRealURL ) ) + if ( /* m_rDenyList.hasElements() && */ URLOnDenyList ( sRealURL ) ) continue; } @@ -310,11 +310,11 @@ namespace svt } - bool FileViewContentEnumerator::URLOnBlackList ( const OUString& sRealURL ) + bool FileViewContentEnumerator::URLOnDenyList ( const OUString& sRealURL ) { OUString entryName = sRealURL.copy( sRealURL.lastIndexOf( '/' ) + 1 ); - return comphelper::findValue(m_rBlackList, entryName) != -1; + return comphelper::findValue(m_rDenyList, entryName) != -1; } diff --git a/fpicker/source/office/contentenumeration.hxx b/fpicker/source/office/contentenumeration.hxx index 920a6d8f2b08..f6a48c5c3360 100644 --- a/fpicker/source/office/contentenumeration.hxx +++ b/fpicker/source/office/contentenumeration.hxx @@ -167,9 +167,9 @@ namespace svt IEnumerationResultHandler* m_pResultHandler; bool m_bCancelled; - css::uno::Sequence< OUString > m_rBlackList; + css::uno::Sequence< OUString > m_rDenyList; - bool URLOnBlackList ( const OUString& sRealURL ); + bool URLOnDenyList ( const OUString& sRealURL ); public: /** constructs an enumerator instance @@ -205,7 +205,7 @@ namespace svt */ EnumerationResult enumerateFolderContentSync( const FolderDescriptor& _rFolder, - const css::uno::Sequence< OUString >& rBlackList + const css::uno::Sequence< OUString >& rDenyList ); /** cancels the running operation. diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx index 57269cc72011..0003305fccc8 100644 --- a/fpicker/source/office/fileview.cxx +++ b/fpicker/source/office/fileview.cxx @@ -288,12 +288,12 @@ public: FileViewResult GetFolderContent_Impl( const OUString& rFolder, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList ); + const css::uno::Sequence< OUString >& rDenyList ); FileViewResult GetFolderContent_Impl( const FolderDescriptor& _rFolder, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList ); + const css::uno::Sequence< OUString >& rDenyList ); void FilterFolderContent_Impl( const OUString &rFilter ); void CancelRunningAsyncAction(); @@ -879,7 +879,7 @@ FileViewResult SvtFileView::PreviousLevel( const FileViewAsyncAction* pAsyncDesc OUString sParentURL; if ( GetParentURL( sParentURL ) ) - eResult = Initialize( sParentURL, mpImpl->maCurrentFilter, pAsyncDescriptor, maBlackList ); + eResult = Initialize( sParentURL, mpImpl->maCurrentFilter, pAsyncDescriptor, maDenyList ); return eResult; } @@ -931,10 +931,10 @@ FileViewResult SvtFileView::Initialize( const OUString& rURL, const OUString& rFilter, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { weld::WaitObject aWaitCursor(mpImpl->m_pTopLevel); - maBlackList = rBlackList; + maDenyList = rDenyList; OUString sPushURL( mpImpl->maViewURL ); @@ -963,7 +963,7 @@ FileViewResult SvtFileView::ExecuteFilter( const OUString& rFilter, const FileVi mpImpl->maCurrentFilter = rFilter.toAsciiLowerCase(); mpImpl->Clear(); - FileViewResult eResult = mpImpl->GetFolderContent_Impl(mpImpl->maViewURL, pAsyncDescriptor, maBlackList); + FileViewResult eResult = mpImpl->GetFolderContent_Impl(mpImpl->maViewURL, pAsyncDescriptor, maDenyList); OSL_ENSURE( ( eResult != eStillRunning ) || pAsyncDescriptor, "SvtFileView::ExecuteFilter: we told it to read synchronously!" ); return eResult; } @@ -1167,7 +1167,7 @@ void SvtFileView_Impl::Clear() FileViewResult SvtFileView_Impl::GetFolderContent_Impl( const OUString& rFolder, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { ::osl::ClearableMutexGuard aGuard( maMutex ); INetURLObject aFolderObj( rFolder ); @@ -1176,13 +1176,13 @@ FileViewResult SvtFileView_Impl::GetFolderContent_Impl( FolderDescriptor aFolder( aFolderObj.GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); aGuard.clear(); - return GetFolderContent_Impl( aFolder, pAsyncDescriptor, rBlackList ); + return GetFolderContent_Impl( aFolder, pAsyncDescriptor, rDenyList ); } FileViewResult SvtFileView_Impl::GetFolderContent_Impl( const FolderDescriptor& _rFolder, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { DBG_TESTSOLARMUTEX(); ::osl::ClearableMutexGuard aGuard( maMutex ); @@ -1194,7 +1194,7 @@ FileViewResult SvtFileView_Impl::GetFolderContent_Impl( if ( !pAsyncDescriptor ) { - ::svt::EnumerationResult eResult = m_xContentEnumerator->enumerateFolderContentSync( _rFolder, rBlackList ); + ::svt::EnumerationResult eResult = m_xContentEnumerator->enumerateFolderContentSync( _rFolder, rDenyList ); if ( ::svt::EnumerationResult::SUCCESS == eResult ) { implEnumerationSuccess(); diff --git a/fpicker/source/office/fileview.hxx b/fpicker/source/office/fileview.hxx index 9bf4dca06e0f..19c22391e7fb 100644 --- a/fpicker/source/office/fileview.hxx +++ b/fpicker/source/office/fileview.hxx @@ -63,7 +63,7 @@ class SvtFileView { private: std::unique_ptr mpImpl; - css::uno::Sequence maBlackList; + css::uno::Sequence maDenyList; DECL_LINK(HeaderSelect_Impl, int, void); @@ -107,7 +107,7 @@ public: const OUString& rFolderURL, const OUString& rFilter, const FileViewAsyncAction* pAsyncDescriptor, - const css::uno::Sequence< OUString >& rBlackList + const css::uno::Sequence< OUString >& rDenyList ); /** reads the current content of the current folder again, and applies the given filter to it diff --git a/fpicker/source/office/foldertree.cxx b/fpicker/source/office/foldertree.cxx index 9e618bd9d0b9..49007c982b3d 100644 --- a/fpicker/source/office/foldertree.cxx +++ b/fpicker/source/office/foldertree.cxx @@ -74,7 +74,7 @@ void FolderTree::FillTreeEntry(const weld::TreeIter& rEntry) FolderDescriptor aFolder(sURL); EnumerationResult eResult = - xContentEnumerator->enumerateFolderContentSync( aFolder, m_aBlackList ); + xContentEnumerator->enumerateFolderContentSync( aFolder, m_aDenyList ); if (EnumerationResult::SUCCESS == eResult) { @@ -169,9 +169,9 @@ void FolderTree::SetTreePath( OUString const & sUrl ) } } -void FolderTree::SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) +void FolderTree::SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) { - m_aBlackList = rBlackList; + m_aDenyList = rDenyList; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/fpicker/source/office/foldertree.hxx b/fpicker/source/office/foldertree.hxx index aaa79bbf2635..da888e332308 100644 --- a/fpicker/source/office/foldertree.hxx +++ b/fpicker/source/office/foldertree.hxx @@ -27,7 +27,7 @@ private: weld::Window* m_pTopLevel; Reference< XCommandEnvironment > m_xEnv; ::osl::Mutex m_aMutex; - Sequence< OUString > m_aBlackList; + Sequence< OUString > m_aDenyList; OUString m_sLastUpdatedDir; @@ -44,7 +44,7 @@ public: void FillTreeEntry(const weld::TreeIter& rEntry); void FillTreeEntry(const OUString & rUrl, const ::std::vector< std::pair< OUString, OUString > >& rFolders); void SetTreePath(OUString const & sUrl); - void SetBlackList(const css::uno::Sequence< OUString >& rBlackList); + void SetDenyList(const css::uno::Sequence< OUString >& rDenyList); }; #endif diff --git a/fpicker/source/office/fpdialogbase.hxx b/fpicker/source/office/fpdialogbase.hxx index 5176e626c861..21a8302549d0 100644 --- a/fpicker/source/office/fpdialogbase.hxx +++ b/fpicker/source/office/fpdialogbase.hxx @@ -70,8 +70,8 @@ public: virtual SvtFileView* GetView() = 0; virtual void SetHasFilename( bool bHasFilename ) = 0; - virtual void SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) = 0; - virtual const css::uno::Sequence< OUString >& GetBlackList() const = 0; + virtual void SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) = 0; + virtual const css::uno::Sequence< OUString >& GetDenyList() const = 0; virtual void SetStandardDir( const OUString& rStdDir ) = 0; virtual const OUString& GetStandardDir() const = 0; virtual void SetPath( const OUString& rNewURL ) = 0; diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index d2dcef40a313..bfec874b9326 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -1630,7 +1630,7 @@ void SvtFileDialog::executeAsync( ::svt::AsyncPickerAction::Action eAction, m_aConfiguration.getNodeValue( OUString( "Timeout/Max" ) ) >>= nMaxTimeout; m_bInExecuteAsync = true; - m_pCurrentAsyncAction->execute(rURL, rFilter, bReallyAsync ? nMinTimeout : -1, nMaxTimeout, GetBlackList()); + m_pCurrentAsyncAction->execute(rURL, rFilter, bReallyAsync ? nMinTimeout : -1, nMaxTimeout, GetDenyList()); m_bInExecuteAsync = false; } @@ -1662,15 +1662,15 @@ void SvtFileDialog::SetStandardDir( const OUString& rStdDir ) m_xImpl->SetStandardDir( aObj.GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); } -void SvtFileDialog::SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) +void SvtFileDialog::SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) { - m_xImpl->SetBlackList( rBlackList ); + m_xImpl->SetDenyList( rDenyList ); } -const css::uno::Sequence< OUString >& SvtFileDialog::GetBlackList() const +const css::uno::Sequence< OUString >& SvtFileDialog::GetDenyList() const { - return m_xImpl->GetBlackList(); + return m_xImpl->GetDenyList(); } diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index fbca0a7711af..12f1d1bd7ca2 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -160,8 +160,8 @@ public: void FileSelect(); void FilterSelect() override; - void SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) override; - const css::uno::Sequence< OUString >& GetBlackList() const override; + void SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) override; + const css::uno::Sequence< OUString >& GetDenyList() const override; void SetStandardDir( const OUString& rStdDir ) override; const OUString& GetStandardDir() const override; std::vector GetPathList() const override; // for MultiSelection diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index 5546e4dd47d4..0d074f1f610b 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -107,7 +107,7 @@ private: const SvtFileDialogFilter_Impl* m_pCurFilter; OUString m_sCurrentFilterDisplayName; // may differ from m_pCurFilter->GetName in case it is a cached entry - css::uno::Sequence< OUString > m_aBlackList; + css::uno::Sequence< OUString > m_aDenyList; public: SvtFileDialogFilterList_Impl m_aFilter; @@ -156,8 +156,8 @@ public: explicit SvtExpFileDlg_Impl(); ~SvtExpFileDlg_Impl(); - void SetBlackList( const css::uno::Sequence< OUString >& rBlackList ) { m_aBlackList = rBlackList; } - const css::uno::Sequence< OUString >& GetBlackList() const { return m_aBlackList; } + void SetDenyList( const css::uno::Sequence< OUString >& rDenyList ) { m_aDenyList = rDenyList; } + const css::uno::Sequence< OUString >& GetDenyList() const { return m_aDenyList; } void SetStandardDir( const OUString& rDir ); const OUString& GetStandardDir() const { return m_aStdDir; } diff --git a/include/onlineupdate/mozilla/Attributes.h b/include/onlineupdate/mozilla/Attributes.h index 6c2cc02892c1..74b77a38d082 100644 --- a/include/onlineupdate/mozilla/Attributes.h +++ b/include/onlineupdate/mozilla/Attributes.h @@ -245,42 +245,42 @@ #endif /* - * MOZ_ASAN_BLACKLIST is a macro to tell AddressSanitizer (a compile-time + * MOZ_ASAN_DENYLIST is a macro to tell AddressSanitizer (a compile-time * instrumentation shipped with Clang and GCC) to not instrument the annotated * function. Furthermore, it will prevent the compiler from inlining the - * function because inlining currently breaks the blacklisting mechanism of + * function because inlining currently breaks the denylisting mechanism of * AddressSanitizer. */ #if defined(__has_feature) # if __has_feature(address_sanitizer) -# define MOZ_HAVE_ASAN_BLACKLIST +# define MOZ_HAVE_ASAN_DENYLIST # endif #elif defined(__GNUC__) # if defined(__SANITIZE_ADDRESS__) -# define MOZ_HAVE_ASAN_BLACKLIST +# define MOZ_HAVE_ASAN_DENYLIST # endif #endif -#if defined(MOZ_HAVE_ASAN_BLACKLIST) -# define MOZ_ASAN_BLACKLIST MOZ_NEVER_INLINE __attribute__((no_sanitize_address)) +#if defined(MOZ_HAVE_ASAN_DENYLIST) +# define MOZ_ASAN_DENYLIST MOZ_NEVER_INLINE __attribute__((no_sanitize_address)) #else -# define MOZ_ASAN_BLACKLIST /* nothing */ +# define MOZ_ASAN_DENYLIST /* nothing */ #endif /* - * MOZ_TSAN_BLACKLIST is a macro to tell ThreadSanitizer (a compile-time + * MOZ_TSAN_DENYLIST is a macro to tell ThreadSanitizer (a compile-time * instrumentation shipped with Clang) to not instrument the annotated function. * Furthermore, it will prevent the compiler from inlining the function because - * inlining currently breaks the blacklisting mechanism of ThreadSanitizer. + * inlining currently breaks the denylisting mechanism of ThreadSanitizer. */ #if defined(__has_feature) # if __has_feature(thread_sanitizer) -# define MOZ_TSAN_BLACKLIST MOZ_NEVER_INLINE __attribute__((no_sanitize_thread)) +# define MOZ_TSAN_DENYLIST MOZ_NEVER_INLINE __attribute__((no_sanitize_thread)) # else -# define MOZ_TSAN_BLACKLIST /* nothing */ +# define MOZ_TSAN_DENYLIST /* nothing */ # endif #else -# define MOZ_TSAN_BLACKLIST /* nothing */ +# define MOZ_TSAN_DENYLIST /* nothing */ #endif /** diff --git a/include/opencl/openclconfig.hxx b/include/opencl/openclconfig.hxx index c7a188a73203..c1b73a66485a 100644 --- a/include/opencl/openclconfig.hxx +++ b/include/opencl/openclconfig.hxx @@ -76,7 +76,7 @@ struct OPENCL_DLLPUBLIC OpenCLConfig typedef std::set ImplMatcherSet; - ImplMatcherSet maBlackList; + ImplMatcherSet maDenyList; ImplMatcherSet maWhiteList; OpenCLConfig(); diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx index 42d6b53c0cfb..a0a436f12e9c 100644 --- a/include/sfx2/filedlghelper.hxx +++ b/include/sfx2/filedlghelper.hxx @@ -120,7 +120,7 @@ public: SfxFilterFlags nMust, SfxFilterFlags nDont, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList, + const css::uno::Sequence< OUString >& rDenyList, weld::Window* pPreferredParent); FileDialogHelper(sal_Int16 nDialogType, @@ -128,7 +128,7 @@ public: const OUString& aFilterUIName, const OUString& aExtName, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList, + const css::uno::Sequence< OUString >& rDenyList, weld::Window* pPreferredParent); virtual ~FileDialogHelper(); @@ -253,7 +253,7 @@ ErrCode FileOpenDialog_Impl( weld::Window* pParent, const OUString* pPath, sal_Int16 nDialog, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList = css::uno::Sequence< OUString >()); + const css::uno::Sequence< OUString >& rDenyList = css::uno::Sequence< OUString >()); ErrCode RequestPassword(const std::shared_ptr& pCurrentFilter, OUString const & aURL, SfxItemSet* pSet, const css::uno::Reference& rParent); diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index a42f43c2a702..23d7382f062d 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -153,7 +153,7 @@ class SvxSearchItem; #define SID_PATH (SID_SFX_START + 308) #define SID_SAVEDOCS (SID_SFX_START + 309) #define SID_STANDARD_DIR (SID_SFX_START + 450) -#define SID_BLACK_LIST (SID_SFX_START + 451) +#define SID_DENY_LIST (SID_SFX_START + 451) // browse-ids #define SID_BROWSE_FORWARD (SID_SFX_START + 1300) diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx index 4f365c2e44ff..493fd5d2e014 100644 --- a/include/vcl/opengl/OpenGLHelper.hxx +++ b/include/vcl/opengl/OpenGLHelper.hxx @@ -100,9 +100,9 @@ public: static void debugMsgStreamWarn(std::ostringstream const &pStream); /** - * checks if the device/driver pair is on our OpenGL blacklist + * checks if the device/driver pair is on our OpenGL denylist */ - static bool isDeviceBlacklisted(); + static bool isDeviceDenylisted(); /** * checks if the system supports all features that are necessary for the OpenGL VCL support diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl index 3fb7430fa6a6..69374baf8b0d 100644 --- a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl +++ b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl @@ -18,7 +18,7 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface * Returns true if calculation with OpenCL is enabled (at all). * The actual use of OpenCL for a formula is also affected by the * configuration settings specifying whether OpenCL is used for - * all opcodes or just for a subset, and the black- and whitelists + * all opcodes or just for a subset, and the deny- and allowlists * of OpenCL implementations that are in use. */ boolean isOpenCLEnabled(); diff --git a/officecfg/registry/data/org/openoffice/Office/Canvas.xcu b/officecfg/registry/data/org/openoffice/Office/Canvas.xcu index f1d965e556e2..7c0ee84ae010 100644 --- a/officecfg/registry/data/org/openoffice/Office/Canvas.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Canvas.xcu @@ -6,10 +6,10 @@ 2048 - + false - + 4139 9511 260313131 1 5 13 1 1320 diff --git a/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs b/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs index 77a8bce4db79..4dc21e8756b4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs @@ -49,29 +49,29 @@ Contains config entries for the DirectX-based implementation of the XCanvas interface. - + Sequence of 8 integers per device/driver combination, that uniquely mark them as not being compatible with the DirectX9 canvas implementation. If you have trouble with your graphic adapter, and want to - add it to the blacklisting, set - BlacklistCurrentDevice below to false. After + add it to the denylisting, set + DenylistCurrentDevice below to false. After running the Impress slideshow once, your card identification has been added to the list. - + 0 - + Indicates whether the current DirectX device - ids should get blacklisted. When true, a - running DXCanvas will write a DeviceBlacklist entry, and refuse to run + ids should get denylisted. When true, a + running DXCanvas will write a DeviceDenylist entry, and refuse to run on that device subsequently. - + false diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ffe91a4d3c8e..5e6999d62089 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -861,7 +861,7 @@ Specifies if OpenGL rendering should be used in VCL backends supporting it. This one forces the use of OpenGL even if the - blacklist would block the OpenGL driver. + denylist would block the OpenGL driver. false @@ -876,7 +876,7 @@ Specifies if Skia rendering should be used in VCL backends supporting it. This one forces the use of Skia even if the - blacklist would block the driver. + denylist would block the driver. false @@ -5622,7 +5622,7 @@ true - + Combinations of (OS, OS version, OpenCL platform vendor, OpenCL device name, OpenCL driver version) that are known to be bad. Each entry is a string consisting of five parts separated by slashes. An empty part matches anything. In case a slash, percent or semicolon occurs inside a part, it is replaced by a percent followed by the corresponding number as two hex digits. The parts except OS can contain regular expressions. Inside these regular expressions the usual characters .*()[]\ are special and should be quoted with a backslash to be interpreted literally. OS should be just one of "Linux", "OS X" (including the space) or "Windows" (without quotes). Has higher priority than OpenCLWhiteList. @@ -5632,7 +5632,7 @@ - Like OpenCLBlackList, but for combinations known to be good. + Like OpenCLDenyList, but for combinations known to be good. Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation// diff --git a/oox/README b/oox/README index 7f127b617981..6c459f58c92a 100644 --- a/oox/README +++ b/oox/README @@ -157,7 +157,7 @@ http://www.microsoft.com/en-us/download/details.aspx?id=30425 == Export == Here is how LO's enhanced custom shapes are exported: * Shape name is ooxml-* - they are imported from ooxml, export as is. -* Blacklist - ODF presets that has OOXML equivalent. +* Denylist - ODF presets that has OOXML equivalent. We convert adjustment values case by case. Microsoft Office is rather strict about adjustment values, either none of them are provided so that default values are taken, or the exact set @@ -165,7 +165,7 @@ Here is how LO's enhanced custom shapes are exported: from the preset with less handles to the one with more handles so that default values suitable for the odf one need to be provided. -* Whitelist - ODF presets that has OOXML equivalent but looks a bit +* Allowlist - ODF presets that has OOXML equivalent but looks a bit different, export them as PolyPolygon. Check Andras Timar's presentation[1] and ShapeExport::WriteCustomShape() diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index c1982961537b..09c5bc386eac 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -518,9 +518,9 @@ ShapeExport& ShapeExport::WriteGroupShape(const uno::Reference& return *this; } -static bool lcl_IsOnBlacklist(OUString const & rShapeType) +static bool lcl_IsOnDenylist(OUString const & rShapeType) { - static const std::initializer_list vBlacklist = { + static const std::initializer_list vDenylist = { "block-arc", "rectangle", "ellipse", @@ -582,7 +582,7 @@ static bool lcl_IsOnBlacklist(OUString const & rShapeType) "flowchart-display" }; - return std::find(vBlacklist.begin(), vBlacklist.end(), rShapeType) != vBlacklist.end(); + return std::find(vDenylist.begin(), vDenylist.end(), rShapeType) != vDenylist.end(); } static bool lcl_IsOnWhitelist(OUString const & rShapeType) @@ -812,20 +812,20 @@ ShapeExport& ShapeExport::WriteCustomShape( const Reference< XShape >& xShape ) // we export non-primitive shapes to custom geometry // we also export non-ooxml shapes which have handles/equations to custom geometry, because // we cannot convert ODF equations to DrawingML equations. TODO: see what binary DOC export filter does. - // but our WritePolyPolygon()/WriteCustomGeometry() functions are incomplete, therefore we use a blacklist + // but our WritePolyPolygon()/WriteCustomGeometry() functions are incomplete, therefore we use a denylist // we use a whitelist for shapes where mapping to MSO preset shape is not optimal bool bCustGeom = true; - bool bOnBlacklist = false; + bool bOnDenylist = false; if( sShapeType == "ooxml-non-primitive" ) bCustGeom = true; else if( sShapeType.startsWith("ooxml") ) bCustGeom = false; else if( lcl_IsOnWhitelist(sShapeType) ) bCustGeom = true; - else if( lcl_IsOnBlacklist(sShapeType) ) + else if( lcl_IsOnDenylist(sShapeType) ) { bCustGeom = false; - bOnBlacklist = true; + bOnDenylist = true; } else if( bHasHandles ) bCustGeom = true; @@ -853,7 +853,7 @@ ShapeExport& ShapeExport::WriteCustomShape( const Reference< XShape >& xShape ) if (!bSuccess) WritePresetShape( sPresetShape ); } - else if (bOnBlacklist && bHasHandles && nAdjustmentValuesIndex !=-1 && !sShapeType.startsWith("mso-spt")) + else if (bOnDenylist && bHasHandles && nAdjustmentValuesIndex !=-1 && !sShapeType.startsWith("mso-spt")) { WriteShapeTransformation( xShape, XML_a, bFlipH, bFlipV ); Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx index 1b6800e0ef8c..971c63ee3fe0 100644 --- a/opencl/source/opencl_device.cxx +++ b/opencl/source/opencl_device.cxx @@ -345,7 +345,7 @@ int pickBestDevice(std::unique_ptr const & profile) { ds_device& device = profile->devices[d]; - // Check blacklist and whitelist for actual devices + // Check denylist and whitelist for actual devices if (device.eType == DeviceType::OpenCLDevice) { // There is a silly impedance mismatch here. Why do we @@ -360,10 +360,10 @@ int pickBestDevice(std::unique_ptr const & profile) aDevice.maName = OStringToOUString(device.sDeviceName, RTL_TEXTENCODING_UTF8); aDevice.maDriver = OStringToOUString(device.sDriverVersion, RTL_TEXTENCODING_UTF8); - // If blacklisted or not whitelisted, ignore it + // If denylisted or not whitelisted, ignore it if (OpenCLConfig::get().checkImplementation(aPlatform, aDevice)) { - SAL_INFO("opencl.device", "Device[" << d << "] " << device.sDeviceName << " is blacklisted or not whitelisted"); + SAL_INFO("opencl.device", "Device[" << d << "] " << device.sDeviceName << " is denylisted or not whitelisted"); device.fTime = DBL_MAX; device.bErrors = false; } diff --git a/opencl/source/openclconfig.cxx b/opencl/source/openclconfig.cxx index 643d9fc2a8a1..9a4b1d6bc4c0 100644 --- a/opencl/source/openclconfig.cxx +++ b/opencl/source/openclconfig.cxx @@ -25,10 +25,10 @@ OpenCLConfig::OpenCLConfig() : mbUseOpenCL(true) { - // This entry we have had for some time (when blacklisting was + // This entry we have had for some time (when denylisting was // done elsewhere in the code), so presumably there is a known // good reason for it. - maBlackList.insert(ImplMatcher("Windows", "", "Intel\\(R\\) Corporation", "", "9\\.17\\.10\\.2884")); + maDenyList.insert(ImplMatcher("Windows", "", "Intel\\(R\\) Corporation", "", "9\\.17\\.10\\.2884")); // This is what I have tested on Linux and it works for our unit tests. maWhiteList.insert(ImplMatcher("Linux", "", "Advanced Micro Devices, Inc\\.", "", "1445\\.5 \\(sse2,avx\\)")); @@ -42,7 +42,7 @@ OpenCLConfig::OpenCLConfig() : bool OpenCLConfig::operator== (const OpenCLConfig& r) const { return (mbUseOpenCL == r.mbUseOpenCL && - maBlackList == r.maBlackList && + maDenyList == r.maDenyList && maWhiteList == r.maWhiteList); } @@ -180,7 +180,7 @@ OpenCLConfig OpenCLConfig::get() result.mbUseOpenCL = officecfg::Office::Common::Misc::UseOpenCL::get(); - result.maBlackList = StringSequenceToSetOfImplMatcher(officecfg::Office::Common::Misc::OpenCLBlackList::get()); + result.maDenyList = StringSequenceToSetOfImplMatcher(officecfg::Office::Common::Misc::OpenCLDenyList::get()); result.maWhiteList = StringSequenceToSetOfImplMatcher(officecfg::Office::Common::Misc::OpenCLWhiteList::get()); return result; @@ -191,7 +191,7 @@ void OpenCLConfig::set() std::shared_ptr batch(comphelper::ConfigurationChanges::create()); officecfg::Office::Common::Misc::UseOpenCL::set(mbUseOpenCL, batch); - officecfg::Office::Common::Misc::OpenCLBlackList::set(SetOfImplMatcherToStringSequence(maBlackList), batch); + officecfg::Office::Common::Misc::OpenCLDenyList::set(SetOfImplMatcherToStringSequence(maDenyList), batch); officecfg::Office::Common::Misc::OpenCLWhiteList::set(SetOfImplMatcherToStringSequence(maWhiteList), batch); batch->commit(); @@ -199,8 +199,8 @@ void OpenCLConfig::set() bool OpenCLConfig::checkImplementation(const OpenCLPlatformInfo& rPlatform, const OpenCLDeviceInfo& rDevice) const { - // Check blacklist of known bad OpenCL implementations - if (match(maBlackList, rPlatform, rDevice, "blacklist")) + // Check denylist of known bad OpenCL implementations + if (match(maDenyList, rPlatform, rDevice, "denylist")) { SAL_INFO("opencl", "Rejecting"); return true; @@ -222,7 +222,7 @@ std::ostream& operator<<(std::ostream& rStream, const OpenCLConfig& rConfig) { rStream << "{" "UseOpenCL=" << (rConfig.mbUseOpenCL ? "YES" : "NO") << "," - "BlackList=" << rConfig.maBlackList << "," + "DenyList=" << rConfig.maDenyList << "," "WhiteList=" << rConfig.maWhiteList << "}"; return rStream; diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 0806fc14e987..282197acab52 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -122,7 +122,7 @@ private: }; void Test::test() { - // On Windows, blacklist the com.sun.star.comp.report.OReportDefinition + // On Windows, denylist the com.sun.star.comp.report.OReportDefinition // implementation (reportdesign::OReportDefinition in // reportdesign/source/core/api/ReportDefinition.cxx), as it spawns a thread // that forever blocks in SendMessageW when no VCL event loop is running @@ -136,12 +136,12 @@ void Test::test() { // WorkWindow::ImplInit -> ImplBorderWindow::ImplBorderWindow -> // ImplBorderWindow::ImplInit -> Window::ImplInit -> // WinSalInstance::CreateFrame -> ImplSendMessage -> SendMessageW): - std::vector blacklist; - blacklist.emplace_back("com.sun.star.comp.report.OReportDefinition"); + std::vector denylist; + denylist.emplace_back("com.sun.star.comp.report.OReportDefinition"); // // "~SwXMailMerge() goes into endless SwCache::Check()": - blacklist.emplace_back("SwXMailMerge"); + denylist.emplace_back("SwXMailMerge"); css::uno::Reference enumAcc( m_xContext->getServiceManager(), css::uno::UNO_QUERY_THROW); @@ -263,8 +263,8 @@ void Test::test() { } std::vector> comps; for (auto const & i: impls) { - if (std::find(blacklist.begin(), blacklist.end(), i.first) - == blacklist.end()) + if (std::find(denylist.begin(), denylist.end(), i.first) + == denylist.end()) { if (i.second.constructors.empty()) { if (i.second.accumulationBased) { @@ -458,7 +458,7 @@ void Test::createInstance( } } if (!propsinfo->hasPropertyByName(prop->getName())) { - static std::set> const blacklist{ + static std::set> const denylist{ {"com.sun.star.comp.chart.DataSeries", "BorderDash"}, {"com.sun.star.comp.chart2.ChartDocumentWrapper", "UserDefinedAttributes"}, {"com.sun.star.comp.dbu.OColumnControlModel", "Tabstop"}, @@ -485,7 +485,7 @@ void Test::createInstance( {"com.sun.star.comp.report.OFormattedField", "TextLineColor"}, {"com.sun.star.comp.report.OFormattedField", "TreatAsNumber"}, {"stardiv.Toolkit.UnoControlRoadmapModel", "Interactive"}}; - if (blacklist.find({implementationName, prop->getName()}) != blacklist.end()) { + if (denylist.find({implementationName, prop->getName()}) != denylist.end()) { continue; } CPPUNIT_ASSERT_MESSAGE( diff --git a/sanitize-ubsan-blacklist b/sanitize-ubsan-blacklist deleted file mode 100644 index 1af603c3a956..000000000000 --- a/sanitize-ubsan-blacklist +++ /dev/null @@ -1,2 +0,0 @@ -fun:*_Ios_FmtflagsS_ -fun:*yyremoveDeletes* diff --git a/sanitize-ubsan-excludelist b/sanitize-ubsan-excludelist new file mode 100644 index 000000000000..1af603c3a956 --- /dev/null +++ b/sanitize-ubsan-excludelist @@ -0,0 +1,2 @@ +fun:*_Ios_FmtflagsS_ +fun:*yyremoveDeletes* diff --git a/sc/source/core/data/grouptokenconverter.cxx b/sc/source/core/data/grouptokenconverter.cxx index ee79aedd5004..2118f9b0afc0 100644 --- a/sc/source/core/data/grouptokenconverter.cxx +++ b/sc/source/core/data/grouptokenconverter.cxx @@ -187,7 +187,7 @@ bool ScGroupTokenConverter::convert( const ScTokenArray& rCode, sc::FormulaLogge // matrix operations and possibly incorrect results (=C:C/D:D). That is handled by // having ScCompiler check that there are no possible implicit intersections. // Additionally some functions such as INDEX() and OFFSET() require a reference, - // that is handled by blacklisting those opcodes in ScTokenArray::CheckToken(). + // that is handled by denylisting those opcodes in ScTokenArray::CheckToken(). ScComplexRefData aRef = *p->GetDoubleRef(); if( aRef.IsDeleted()) diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index 8f58651355ac..6618fa468a3f 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1282,7 +1282,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& r ) #if HAVE_CPP_CONSTINIT_SORTED_VECTOR constinit #endif - static const o3tl::sorted_vector aThreadedCalcBlackList({ + static const o3tl::sorted_vector aThreadedCalcDenyList({ ocIndirect, ocMacro, ocOffset, @@ -1325,7 +1325,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& r ) OpCode eOp = r.GetOpCode(); - if (aThreadedCalcBlackList.find(eOp) != aThreadedCalcBlackList.end()) + if (aThreadedCalcDenyList.find(eOp) != aThreadedCalcDenyList.end()) { SAL_INFO("sc.core.formulagroup", "opcode " << formula::FormulaCompiler().GetOpCodeMap(sheet::FormulaLanguage::ENGLISH)->getSymbol(eOp) << "(" << int(eOp) << ") disables threaded calculation of formula group"); diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index 0f4429d2dd79..703e01c86299 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -342,7 +342,7 @@ MasterScriptProvider::providerCache() ::osl::MutexGuard aGuard( m_mutex ); if ( !m_pPCache ) { - Sequence blacklist { "com.sun.star.script.provider.ScriptProviderForBasic" }; + Sequence denylist { "com.sun.star.script.provider.ScriptProviderForBasic" }; if ( !m_bIsPkgMSP ) { @@ -350,7 +350,7 @@ MasterScriptProvider::providerCache() } else { - m_pPCache.reset( new ProviderCache( m_xContext, m_sAargs, blacklist ) ); + m_pPCache.reset( new ProviderCache( m_xContext, m_sAargs, denylist ) ); } } } diff --git a/scripting/source/provider/ProviderCache.cxx b/scripting/source/provider/ProviderCache.cxx index 9f35e1187ca0..4291d811c7a8 100644 --- a/scripting/source/provider/ProviderCache.cxx +++ b/scripting/source/provider/ProviderCache.cxx @@ -44,7 +44,7 @@ ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, co } -ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext, const Sequence< OUString >& blackList ) : m_sBlackList( blackList ), m_Sctx( scriptContext ), m_xContext( xContext ) +ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext, const Sequence< OUString >& denyList ) : m_sDenyList( denyList ), m_Sctx( scriptContext ), m_xContext( xContext ) { // initialise m_hProviderDetailsCache with details of ScriptProviders @@ -151,7 +151,7 @@ ProviderCache::populateCache() auto pName = std::find_if(serviceNames.begin(), serviceNames.end(), [this](const OUString& rName) { return rName.startsWith("com.sun.star.script.provider.ScriptProviderFor") - && !isInBlackList(rName); + && !isInDenyList(rName); }); if (pName != serviceNames.end()) { @@ -193,9 +193,9 @@ ProviderCache::createProvider( ProviderDetails& details ) } bool -ProviderCache::isInBlackList( const OUString& serviceName ) +ProviderCache::isInDenyList( const OUString& serviceName ) { - return comphelper::findValue(m_sBlackList, serviceName) != -1; + return comphelper::findValue(m_sDenyList, serviceName) != -1; } } //end namespace diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx index 0aaedc4d4077..b2a35a58d172 100644 --- a/scripting/source/provider/ProviderCache.hxx +++ b/scripting/source/provider/ProviderCache.hxx @@ -52,7 +52,7 @@ public: ProviderCache( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext ); /// @throws css::uno::RuntimeException ProviderCache( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext, - const css::uno::Sequence< OUString >& blackList ); + const css::uno::Sequence< OUString >& denyList ); ~ProviderCache(); css::uno::Reference< css::script::provider::XScriptProvider > getProvider( const OUString& providerName ); @@ -66,8 +66,8 @@ private: /// @throws css::uno::RuntimeException css::uno::Reference< css::script::provider::XScriptProvider > createProvider( ProviderDetails& details ); - bool isInBlackList( const OUString& serviceName ); - css::uno::Sequence< OUString > m_sBlackList; + bool isInDenyList( const OUString& serviceName ); + css::uno::Sequence< OUString > m_sDenyList; ProviderDetails_hash m_hProviderDetailsCache; osl::Mutex m_mutex; css::uno::Sequence< css::uno::Any > m_Sctx; diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index 4ecc4cf8814b..073f25121a1b 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -637,17 +637,17 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) if ( pStandardDirItem ) sStandardDir = pStandardDirItem->GetValue(); - css::uno::Sequence< OUString > aBlackList; + css::uno::Sequence< OUString > aDenyList; - const SfxStringListItem* pBlackListItem = rReq.GetArg(SID_BLACK_LIST); - if ( pBlackListItem ) - pBlackListItem->GetStringList( aBlackList ); + const SfxStringListItem* pDenyListItem = rReq.GetArg(SID_DENY_LIST); + if ( pDenyListItem ) + pDenyListItem->GetStringList( aDenyList ); vcl::Window* pTopWindow = GetTopWindow(); ErrCode nErr = sfx2::FileOpenDialog_Impl(pTopWindow ? pTopWindow->GetFrameWeld() : nullptr, nDialogType, eDialogFlags, aURLList, - aFilter, pSet, &aPath, nDialog, sStandardDir, aBlackList); + aFilter, pSet, &aPath, nDialog, sStandardDir, aDenyList); if ( nErr == ERRCODE_ABORT ) { diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 7ac8358696be..7f0617a66c67 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -139,7 +139,7 @@ char const sNoAutoSave[] = "NoAutoSave"; char const sFolderName[] = "FolderName"; char const sUseSystemDialog[] = "UseSystemDialog"; char const sStandardDir[] = "StandardDir"; -char const sBlackList[] = "BlackList"; +char const sDenyList[] = "DenyList"; char const sModifyPasswordInfo[] = "ModifyPasswordInfo"; char const sSuggestedSaveAsDir[] = "SuggestedSaveAsDir"; char const sSuggestedSaveAsName[] = "SuggestedSaveAsName"; @@ -622,14 +622,14 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence xVal; bool bOK = (rProp.Value >>= xVal); - DBG_ASSERT( bOK, "invalid type or value for BlackList" ); + DBG_ASSERT( bOK, "invalid type or value for DenyList" ); if (bOK) { - SfxStringListItem stringList(SID_BLACK_LIST); + SfxStringListItem stringList(SID_DENY_LIST); stringList.SetStringList( xVal ); rSet.Put( stringList ); } @@ -994,7 +994,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence(pItem)->GetValue(); } - if ( rSet.GetItemState( SID_BLACK_LIST, false, &pItem ) == SfxItemState::SET ) + if ( rSet.GetItemState( SID_DENY_LIST, false, &pItem ) == SfxItemState::SET ) { - pValue[nActProp].Name = sBlackList; + pValue[nActProp].Name = sDenyList; css::uno::Sequence< OUString > aList; static_cast(pItem)->GetStringList( aList ); diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index ece8ce6f11fe..a747959699e8 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -846,7 +846,7 @@ FileDialogHelper_Impl::FileDialogHelper_Impl( sal_Int16 nDialog, weld::Window* pFrameWeld, const OUString& sStandardDir, - const css::uno::Sequence< OUString >& rBlackList + const css::uno::Sequence< OUString >& rDenyList ) :m_nDialogType ( nDialogType ) ,meContext ( FileDialogHelper::UNKNOWN_CONTEXT ) @@ -1053,8 +1053,8 @@ FileDialogHelper_Impl::FileDialogHelper_Impl( ); aInitArguments[2] <<= NamedValue( - "BlackList", - makeAny( rBlackList ) + "DenyList", + makeAny( rDenyList ) ); @@ -2286,10 +2286,10 @@ FileDialogHelper::FileDialogHelper( SfxFilterFlags nMust, SfxFilterFlags nDont, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList, + const css::uno::Sequence< OUString >& rDenyList, weld::Window* pPreferredParent) : m_nError(0), - mpImpl( new FileDialogHelper_Impl( this, nDialogType, nFlags, nDialog, pPreferredParent, rStandardDir, rBlackList ) ) + mpImpl( new FileDialogHelper_Impl( this, nDialogType, nFlags, nDialog, pPreferredParent, rStandardDir, rDenyList ) ) { // create the list of filters mpImpl->addFilters( @@ -2308,10 +2308,10 @@ FileDialogHelper::FileDialogHelper( const OUString& aFilterUIName, const OUString& aExtName, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList, + const css::uno::Sequence< OUString >& rDenyList, weld::Window* pPreferredParent ) : m_nError(0), - mpImpl( new FileDialogHelper_Impl( this, nDialogType, nFlags, SFX2_IMPL_DIALOG_CONFIG, pPreferredParent, rStandardDir, rBlackList ) ) + mpImpl( new FileDialogHelper_Impl( this, nDialogType, nFlags, SFX2_IMPL_DIALOG_CONFIG, pPreferredParent, rStandardDir, rDenyList ) ) { // the wildcard here is expected in form "*.extension" OUString aWildcard; @@ -2624,7 +2624,7 @@ ErrCode FileOpenDialog_Impl( weld::Window* pParent, const OUString* pPath, sal_Int16 nDialog, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList ) + const css::uno::Sequence< OUString >& rDenyList ) { ErrCode nRet; std::unique_ptr pDialog; @@ -2632,9 +2632,9 @@ ErrCode FileOpenDialog_Impl( weld::Window* pParent, // read-only to discourage editing (which would invalidate existing // signatures). if (nFlags & FileDialogFlags::SignPDF) - pDialog.reset(new FileDialogHelper(nDialogType, nFlags, SfxResId(STR_SFX_FILTERNAME_PDF), "pdf", rStandardDir, rBlackList, pParent)); + pDialog.reset(new FileDialogHelper(nDialogType, nFlags, SfxResId(STR_SFX_FILTERNAME_PDF), "pdf", rStandardDir, rDenyList, pParent)); else - pDialog.reset(new FileDialogHelper(nDialogType, nFlags, OUString(), nDialog, SfxFilterFlags::NONE, SfxFilterFlags::NONE, rStandardDir, rBlackList, pParent)); + pDialog.reset(new FileDialogHelper(nDialogType, nFlags, OUString(), nDialog, SfxFilterFlags::NONE, SfxFilterFlags::NONE, rStandardDir, rDenyList, pParent)); OUString aPath; if ( pPath ) diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index c0ddb5545381..4fb74cd14943 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -172,7 +172,7 @@ namespace sfx2 sal_Int16 nDialog, weld::Window* pFrameWeld, const OUString& sStandardDir = OUString(), - const css::uno::Sequence< OUString >& rBlackList = css::uno::Sequence< OUString >() + const css::uno::Sequence< OUString >& rDenyList = css::uno::Sequence< OUString >() ); virtual ~FileDialogHelper_Impl() override; diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 9aacff35b760..c47d18a5710d 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -314,7 +314,7 @@ public: OUString& aSuggestedDir, sal_Int16 nDialog, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList + const css::uno::Sequence< OUString >& rDenyList ); bool ShowDocumentInfoDialog(const std::function< void () >&); @@ -800,7 +800,7 @@ bool ModelData_Impl::OutputFileDialog( sal_Int16 nStoreMode, OUString& aSuggestedDir, sal_Int16 nDialog, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList) + const css::uno::Sequence< OUString >& rDenyList) { if ( nStoreMode == SAVEASREMOTE_REQUESTED ) nStoreMode = SAVEAS_REQUESTED; @@ -865,20 +865,20 @@ bool ModelData_Impl::OutputFileDialog( sal_Int16 nStoreMode, // this is a PDF export // the filter options has been shown already const OUString aFilterUIName = aPreselectedFilterPropsHM.getUnpackedValueOrDefault( "UIName", OUString() ); - pFileDlg.reset(new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aFilterUIName, "pdf", rStandardDir, rBlackList, pFrameWin )); + pFileDlg.reset(new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aFilterUIName, "pdf", rStandardDir, rDenyList, pFrameWin )); pFileDlg->SetCurrentFilter( aFilterUIName ); } else if ((nStoreMode & EPUBEXPORT_REQUESTED) && !aPreselectedFilterPropsHM.empty()) { // This is an EPUB export, the filter options has been shown already. const OUString aFilterUIName = aPreselectedFilterPropsHM.getUnpackedValueOrDefault( "UIName", OUString() ); - pFileDlg.reset(new sfx2::FileDialogHelper(aDialogMode, aDialogFlags, aFilterUIName, "epub", rStandardDir, rBlackList, pFrameWin)); + pFileDlg.reset(new sfx2::FileDialogHelper(aDialogMode, aDialogFlags, aFilterUIName, "epub", rStandardDir, rDenyList, pFrameWin)); pFileDlg->SetCurrentFilter(aFilterUIName); } else { // This is the normal dialog - pFileDlg.reset(new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust, nDont, rStandardDir, rBlackList, pFrameWin )); + pFileDlg.reset(new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust, nDont, rStandardDir, rDenyList, pFrameWin )); } sfx2::FileDialogHelper::Context eCtxt = sfx2::FileDialogHelper::UNKNOWN_CONTEXT; @@ -907,7 +907,7 @@ bool ModelData_Impl::OutputFileDialog( sal_Int16 nStoreMode, { // This is the normal dialog pFileDlg.reset(new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, - nMust, nDont, rStandardDir, rBlackList, pFrameWin )); + nMust, nDont, rStandardDir, rDenyList, pFrameWin )); pFileDlg->CreateMatcher( aDocServiceName ); } @@ -1518,17 +1518,17 @@ bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& xMo if ( aStdDirIter != aModelData.GetMediaDescr().end() ) aStdDirIter->second >>= sStandardDir; - css::uno::Sequence< OUString > aBlackList; + css::uno::Sequence< OUString > aDenyList; - ::comphelper::SequenceAsHashMap::const_iterator aBlackListIter = - aModelData.GetMediaDescr().find( OUString("BlackList") ); - if ( aBlackListIter != aModelData.GetMediaDescr().end() ) - aBlackListIter->second >>= aBlackList; + ::comphelper::SequenceAsHashMap::const_iterator aDenyListIter = + aModelData.GetMediaDescr().find( OUString("DenyList") ); + if ( aDenyListIter != aModelData.GetMediaDescr().end() ) + aDenyListIter->second >>= aDenyList; for (;;) { // in case the dialog is opened a second time the folder should be the same as previously navigated to by the user, not what was handed over by initial parameters - bUseFilterOptions = aModelData.OutputFileDialog( nStoreMode, aFilterProps, bSetStandardName, aSuggestedName, bPreselectPassword, aSuggestedDir, nDialog, sStandardDir, aBlackList ); + bUseFilterOptions = aModelData.OutputFileDialog( nStoreMode, aFilterProps, bSetStandardName, aSuggestedName, bPreselectPassword, aSuggestedDir, nDialog, sStandardDir, aDenyList ); if ( nStoreMode == SAVEAS_REQUESTED ) { // in case of saving check filter for possible alien warning diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index a68315e8d3e6..3a788728b847 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -166,10 +166,10 @@ CSysShExec::~CSysShExec() namespace { -bool checkExtension(OUString const & extension, OUString const & blacklist) { +bool checkExtension(OUString const & extension, OUString const & denylist) { assert(!extension.isEmpty()); for (sal_Int32 i = 0; i != -1;) { - OUString tok = blacklist.getToken(0, ';', i); + OUString tok = denylist.getToken(0, ';', i); tok.startsWith(".", &tok); if (extension.equalsIgnoreAsciiCase(tok)) { return false; diff --git a/solenv/clang-format/ClangFormat.pm b/solenv/clang-format/ClangFormat.pm index 5aba53fd285c..30f3816231bf 100644 --- a/solenv/clang-format/ClangFormat.pm +++ b/solenv/clang-format/ClangFormat.pm @@ -9,33 +9,33 @@ package ClangFormat; use strict; use warnings; -our @EXPORT_OK = qw(get_blacklist set_blacklist get_wanted_version get_own_directory get_extension_regex find check_style); +our @EXPORT_OK = qw(get_excludelist set_excludelist get_wanted_version get_own_directory get_extension_regex find check_style); -# Reads the blacklist. -sub get_blacklist() +# Reads the excludelist. +sub get_excludelist() { my $src = "c|cpp|cxx|h|hxx|inl"; - my %blacklist_names = (); + my %excludelist_names = (); - # Read the blacklist. - if (open(LINES, "solenv/clang-format/blacklist")) + # Read the excludelist. + if (open(LINES, "solenv/clang-format/excludelist")) { while (my $line = ) { chomp $line; - $blacklist_names{$line} = 1; + $excludelist_names{$line} = 1; } } - return \%blacklist_names; + return \%excludelist_names; } -# Writes the blacklist. +# Writes the excludelist. # The single argument is a reference to an array. -sub set_blacklist +sub set_excludelist { my @filenames = @{$_[0]}; - open my $fh, ">", "solenv/clang-format/blacklist" or die $!; + open my $fh, ">", "solenv/clang-format/excludelist" or die $!; print $fh "$_\n" for @filenames; close $fh; } diff --git a/solenv/clang-format/README b/solenv/clang-format/README index 7d6407a35626..fc3a8be91bd6 100644 --- a/solenv/clang-format/README +++ b/solenv/clang-format/README @@ -20,7 +20,7 @@ Style enforcing code. == Directory contents == -- blacklist: list of existing files not to be formatted: +- excludelist: list of existing files not to be formatted: - if you rename a file mentioned in this list, please update the entry (and keep the file sorted) @@ -29,7 +29,7 @@ Style enforcing code. - ClangFormat.pm: shared code between the git hook and these scripts -- generate-style-blacklist: was used to generate `blacklist` +- generate-style-excludelist: was used to generate `excludelist` - reformat-formatted-files: run this script in case the style config changes or clang-format version is updated diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist deleted file mode 100644 index eda629a26010..000000000000 --- a/solenv/clang-format/blacklist +++ /dev/null @@ -1,18490 +0,0 @@ -UnoControls/inc/basecontainercontrol.hxx -UnoControls/inc/basecontrol.hxx -UnoControls/inc/multiplexer.hxx -UnoControls/source/base/basecontainercontrol.cxx -UnoControls/source/base/basecontrol.cxx -UnoControls/source/base/multiplexer.cxx -UnoControls/source/base/registercontrols.cxx -UnoControls/source/controls/OConnectionPointContainerHelper.cxx -UnoControls/source/controls/OConnectionPointHelper.cxx -UnoControls/source/controls/framecontrol.cxx -UnoControls/source/controls/progressbar.cxx -UnoControls/source/controls/progressmonitor.cxx -UnoControls/source/controls/statusindicator.cxx -UnoControls/source/inc/OConnectionPointContainerHelper.hxx -UnoControls/source/inc/OConnectionPointHelper.hxx -UnoControls/source/inc/framecontrol.hxx -UnoControls/source/inc/progressbar.hxx -UnoControls/source/inc/progressmonitor.hxx -UnoControls/source/inc/statusindicator.hxx -accessibility/inc/extended/AccessibleBrowseBox.hxx -accessibility/inc/extended/AccessibleBrowseBoxBase.hxx -accessibility/inc/extended/AccessibleBrowseBoxCheckBoxCell.hxx -accessibility/inc/extended/AccessibleBrowseBoxHeaderBar.hxx -accessibility/inc/extended/AccessibleBrowseBoxHeaderCell.hxx -accessibility/inc/extended/AccessibleBrowseBoxTable.hxx -accessibility/inc/extended/AccessibleBrowseBoxTableBase.hxx -accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx -accessibility/inc/extended/AccessibleGridControl.hxx -accessibility/inc/extended/AccessibleGridControlBase.hxx -accessibility/inc/extended/AccessibleGridControlHeader.hxx -accessibility/inc/extended/AccessibleGridControlHeaderCell.hxx -accessibility/inc/extended/AccessibleGridControlTable.hxx -accessibility/inc/extended/AccessibleGridControlTableBase.hxx -accessibility/inc/extended/AccessibleGridControlTableCell.hxx -accessibility/inc/extended/accessiblebrowseboxcell.hxx -accessibility/inc/extended/accessibleeditbrowseboxcell.hxx -accessibility/inc/extended/accessibleiconchoicectrl.hxx -accessibility/inc/extended/accessibleiconchoicectrlentry.hxx -accessibility/inc/extended/accessiblelistbox.hxx -accessibility/inc/extended/accessiblelistboxentry.hxx -accessibility/inc/extended/accessibletabbar.hxx -accessibility/inc/extended/accessibletabbarbase.hxx -accessibility/inc/extended/accessibletabbarpage.hxx -accessibility/inc/extended/accessibletabbarpagelist.hxx -accessibility/inc/extended/accessibletablistbox.hxx -accessibility/inc/extended/accessibletablistboxtable.hxx -accessibility/inc/extended/textwindowaccessibility.hxx -accessibility/inc/helper/IComboListBoxHelper.hxx -accessibility/inc/helper/characterattributeshelper.hxx -accessibility/inc/helper/listboxhelper.hxx -accessibility/inc/standard/accessiblemenubasecomponent.hxx -accessibility/inc/standard/accessiblemenucomponent.hxx -accessibility/inc/standard/accessiblemenuitemcomponent.hxx -accessibility/inc/standard/vclxaccessiblebox.hxx -accessibility/inc/standard/vclxaccessiblebutton.hxx -accessibility/inc/standard/vclxaccessiblecheckbox.hxx -accessibility/inc/standard/vclxaccessiblecombobox.hxx -accessibility/inc/standard/vclxaccessibledropdowncombobox.hxx -accessibility/inc/standard/vclxaccessibledropdownlistbox.hxx -accessibility/inc/standard/vclxaccessibleedit.hxx -accessibility/inc/standard/vclxaccessiblefixedhyperlink.hxx -accessibility/inc/standard/vclxaccessiblefixedtext.hxx -accessibility/inc/standard/vclxaccessibleheaderbar.hxx -accessibility/inc/standard/vclxaccessibleheaderbaritem.hxx -accessibility/inc/standard/vclxaccessiblelist.hxx -accessibility/inc/standard/vclxaccessiblelistbox.hxx -accessibility/inc/standard/vclxaccessiblelistitem.hxx -accessibility/inc/standard/vclxaccessiblemenu.hxx -accessibility/inc/standard/vclxaccessiblemenubar.hxx -accessibility/inc/standard/vclxaccessiblemenuitem.hxx -accessibility/inc/standard/vclxaccessiblemenuseparator.hxx -accessibility/inc/standard/vclxaccessiblepopupmenu.hxx -accessibility/inc/standard/vclxaccessibleradiobutton.hxx -accessibility/inc/standard/vclxaccessiblescrollbar.hxx -accessibility/inc/standard/vclxaccessiblestatusbar.hxx -accessibility/inc/standard/vclxaccessiblestatusbaritem.hxx -accessibility/inc/standard/vclxaccessibletabcontrol.hxx -accessibility/inc/standard/vclxaccessibletabpage.hxx -accessibility/inc/standard/vclxaccessibletabpagewindow.hxx -accessibility/inc/standard/vclxaccessibletextcomponent.hxx -accessibility/inc/standard/vclxaccessibletextfield.hxx -accessibility/inc/standard/vclxaccessibletoolbox.hxx -accessibility/inc/standard/vclxaccessibletoolboxitem.hxx -accessibility/inc/strings.hxx -accessibility/source/extended/AccessibleBrowseBox.cxx -accessibility/source/extended/AccessibleBrowseBoxBase.cxx -accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx -accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx -accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx -accessibility/source/extended/AccessibleBrowseBoxTable.cxx -accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx -accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx -accessibility/source/extended/AccessibleGridControl.cxx -accessibility/source/extended/AccessibleGridControlBase.cxx -accessibility/source/extended/AccessibleGridControlHeader.cxx -accessibility/source/extended/AccessibleGridControlHeaderCell.cxx -accessibility/source/extended/AccessibleGridControlTable.cxx -accessibility/source/extended/AccessibleGridControlTableBase.cxx -accessibility/source/extended/AccessibleGridControlTableCell.cxx -accessibility/source/extended/accessiblebrowseboxcell.cxx -accessibility/source/extended/accessibleeditbrowseboxcell.cxx -accessibility/source/extended/accessibleiconchoicectrl.cxx -accessibility/source/extended/accessibleiconchoicectrlentry.cxx -accessibility/source/extended/accessiblelistbox.cxx -accessibility/source/extended/accessiblelistboxentry.cxx -accessibility/source/extended/accessibletabbar.cxx -accessibility/source/extended/accessibletabbarbase.cxx -accessibility/source/extended/accessibletabbarpage.cxx -accessibility/source/extended/accessibletabbarpagelist.cxx -accessibility/source/extended/accessibletablistbox.cxx -accessibility/source/extended/accessibletablistboxtable.cxx -accessibility/source/extended/textwindowaccessibility.cxx -accessibility/source/helper/IComboListBoxHelper.cxx -accessibility/source/helper/acc_factory.cxx -accessibility/source/helper/accresmgr.cxx -accessibility/source/helper/characterattributeshelper.cxx -accessibility/source/standard/accessiblemenubasecomponent.cxx -accessibility/source/standard/accessiblemenucomponent.cxx -accessibility/source/standard/accessiblemenuitemcomponent.cxx -accessibility/source/standard/floatingwindowaccessible.cxx -accessibility/source/standard/vclxaccessiblebox.cxx -accessibility/source/standard/vclxaccessiblebutton.cxx -accessibility/source/standard/vclxaccessiblecheckbox.cxx -accessibility/source/standard/vclxaccessiblecombobox.cxx -accessibility/source/standard/vclxaccessibledropdowncombobox.cxx -accessibility/source/standard/vclxaccessibledropdownlistbox.cxx -accessibility/source/standard/vclxaccessibleedit.cxx -accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx -accessibility/source/standard/vclxaccessiblefixedtext.cxx -accessibility/source/standard/vclxaccessibleheaderbar.cxx -accessibility/source/standard/vclxaccessibleheaderbaritem.cxx -accessibility/source/standard/vclxaccessiblelist.cxx -accessibility/source/standard/vclxaccessiblelistbox.cxx -accessibility/source/standard/vclxaccessiblelistitem.cxx -accessibility/source/standard/vclxaccessiblemenu.cxx -accessibility/source/standard/vclxaccessiblemenubar.cxx -accessibility/source/standard/vclxaccessiblemenuitem.cxx -accessibility/source/standard/vclxaccessiblemenuseparator.cxx -accessibility/source/standard/vclxaccessiblepopupmenu.cxx -accessibility/source/standard/vclxaccessibleradiobutton.cxx -accessibility/source/standard/vclxaccessiblescrollbar.cxx -accessibility/source/standard/vclxaccessiblestatusbar.cxx -accessibility/source/standard/vclxaccessiblestatusbaritem.cxx -accessibility/source/standard/vclxaccessibletabcontrol.cxx -accessibility/source/standard/vclxaccessibletabpage.cxx -accessibility/source/standard/vclxaccessibletabpagewindow.cxx -accessibility/source/standard/vclxaccessibletextcomponent.cxx -accessibility/source/standard/vclxaccessibletextfield.cxx -accessibility/source/standard/vclxaccessibletoolbox.cxx -accessibility/source/standard/vclxaccessibletoolboxitem.cxx -animations/source/animcore/animcore.cxx -apple_remote/source/AppleRemote.h -apple_remote/source/GlobalKeyboardDevice.h -apple_remote/source/HIDRemoteControlDevice.h -apple_remote/source/KeyspanFrontRowControl.h -apple_remote/source/MultiClickRemoteBehavior.h -apple_remote/source/RemoteControlContainer.h -avmedia/inc/helpids.h -avmedia/inc/mediacontrol.hxx -avmedia/source/avmediadummy.cxx -avmedia/source/framework/MediaControlBase.cxx -avmedia/source/framework/mediacontrol.cxx -avmedia/source/framework/mediaitem.cxx -avmedia/source/framework/mediaplayer.cxx -avmedia/source/framework/mediatoolbox.cxx -avmedia/source/framework/soundhandler.cxx -avmedia/source/framework/soundhandler.hxx -avmedia/source/gstreamer/gstframegrabber.cxx -avmedia/source/gstreamer/gstframegrabber.hxx -avmedia/source/gstreamer/gstmanager.cxx -avmedia/source/gstreamer/gstmanager.hxx -avmedia/source/gstreamer/gstplayer.cxx -avmedia/source/gstreamer/gstplayer.hxx -avmedia/source/gstreamer/gstuno.cxx -avmedia/source/gstreamer/gstwindow.cxx -avmedia/source/gstreamer/gstwindow.hxx -avmedia/source/inc/mediamisc.hxx -avmedia/source/macavf/framegrabber.hxx -avmedia/source/macavf/macavfcommon.hxx -avmedia/source/macavf/manager.hxx -avmedia/source/macavf/player.hxx -avmedia/source/macavf/window.hxx -avmedia/source/viewer/mediaevent_impl.cxx -avmedia/source/viewer/mediaevent_impl.hxx -avmedia/source/viewer/mediawindow.cxx -avmedia/source/viewer/mediawindow_impl.cxx -avmedia/source/viewer/mediawindow_impl.hxx -avmedia/source/vlc/inc/wrapper/Common.hxx -avmedia/source/vlc/inc/wrapper/EventHandler.hxx -avmedia/source/vlc/inc/wrapper/EventManager.hxx -avmedia/source/vlc/inc/wrapper/Instance.hxx -avmedia/source/vlc/inc/wrapper/Media.hxx -avmedia/source/vlc/inc/wrapper/Player.hxx -avmedia/source/vlc/inc/wrapper/ThreadsafeQueue.hxx -avmedia/source/vlc/vlcframegrabber.cxx -avmedia/source/vlc/vlcframegrabber.hxx -avmedia/source/vlc/vlcmanager.cxx -avmedia/source/vlc/vlcmanager.hxx -avmedia/source/vlc/vlcplayer.cxx -avmedia/source/vlc/vlcplayer.hxx -avmedia/source/vlc/vlcuno.cxx -avmedia/source/vlc/vlcwindow.cxx -avmedia/source/vlc/vlcwindow.hxx -avmedia/source/vlc/wrapper/Common.cxx -avmedia/source/vlc/wrapper/EventHandler.cxx -avmedia/source/vlc/wrapper/EventManager.cxx -avmedia/source/vlc/wrapper/Instance.cxx -avmedia/source/vlc/wrapper/Media.cxx -avmedia/source/vlc/wrapper/Player.cxx -avmedia/source/vlc/wrapper/SymbolLoader.hxx -avmedia/source/vlc/wrapper/Types.hxx -avmedia/source/win/framegrabber.cxx -avmedia/source/win/framegrabber.hxx -avmedia/source/win/interface.hxx -avmedia/source/win/manager.cxx -avmedia/source/win/manager.hxx -avmedia/source/win/player.cxx -avmedia/source/win/player.hxx -avmedia/source/win/window.cxx -avmedia/source/win/window.hxx -avmedia/source/win/winuno.cxx -basctl/inc/helpids.h -basctl/inc/iderdll.hxx -basctl/inc/strings.hxx -basctl/source/accessibility/accessibledialogcontrolshape.cxx -basctl/source/accessibility/accessibledialogwindow.cxx -basctl/source/basicide/basdoc.cxx -basctl/source/basicide/basdoc.hxx -basctl/source/basicide/basicmod.hxx -basctl/source/basicide/basicrenderable.cxx -basctl/source/basicide/basicrenderable.hxx -basctl/source/basicide/baside2.cxx -basctl/source/basicide/baside2.hxx -basctl/source/basicide/baside2b.cxx -basctl/source/basicide/baside3.cxx -basctl/source/basicide/basidectrlr.cxx -basctl/source/basicide/basides1.cxx -basctl/source/basicide/basides2.cxx -basctl/source/basicide/basides3.cxx -basctl/source/basicide/basidesh.cxx -basctl/source/basicide/basobj2.cxx -basctl/source/basicide/basobj3.cxx -basctl/source/basicide/bastype2.cxx -basctl/source/basicide/bastype3.cxx -basctl/source/basicide/bastypes.cxx -basctl/source/basicide/breakpoint.cxx -basctl/source/basicide/brkdlg.cxx -basctl/source/basicide/brkdlg.hxx -basctl/source/basicide/doceventnotifier.cxx -basctl/source/basicide/docsignature.cxx -basctl/source/basicide/documentenumeration.cxx -basctl/source/basicide/documentenumeration.hxx -basctl/source/basicide/iderdll.cxx -basctl/source/basicide/iderdll2.hxx -basctl/source/basicide/layout.cxx -basctl/source/basicide/linenumberwindow.cxx -basctl/source/basicide/linenumberwindow.hxx -basctl/source/basicide/localizationmgr.cxx -basctl/source/basicide/macrodlg.cxx -basctl/source/basicide/macrodlg.hxx -basctl/source/basicide/moduldl2.cxx -basctl/source/basicide/moduldlg.cxx -basctl/source/basicide/moduldlg.hxx -basctl/source/basicide/register.cxx -basctl/source/basicide/sbxitem.cxx -basctl/source/basicide/scriptdocument.cxx -basctl/source/basicide/unomodel.cxx -basctl/source/basicide/unomodel.hxx -basctl/source/dlged/dlged.cxx -basctl/source/dlged/dlgedclip.cxx -basctl/source/dlged/dlgedfac.cxx -basctl/source/dlged/dlgedfunc.cxx -basctl/source/dlged/dlgedlist.cxx -basctl/source/dlged/dlgedmod.cxx -basctl/source/dlged/dlgedobj.cxx -basctl/source/dlged/dlgedpage.cxx -basctl/source/dlged/dlgedview.cxx -basctl/source/dlged/managelang.cxx -basctl/source/dlged/propbrw.cxx -basctl/source/inc/accessibledialogcontrolshape.hxx -basctl/source/inc/accessibledialogwindow.hxx -basctl/source/inc/baside3.hxx -basctl/source/inc/basidectrlr.hxx -basctl/source/inc/basidesh.hxx -basctl/source/inc/basobj.hxx -basctl/source/inc/bastype2.hxx -basctl/source/inc/bastypes.hxx -basctl/source/inc/dlged.hxx -basctl/source/inc/dlgedclip.hxx -basctl/source/inc/dlgeddef.hxx -basctl/source/inc/dlgedfac.hxx -basctl/source/inc/dlgedfunc.hxx -basctl/source/inc/dlgedlist.hxx -basctl/source/inc/dlgedmod.hxx -basctl/source/inc/dlgedobj.hxx -basctl/source/inc/dlgedpage.hxx -basctl/source/inc/dlgedview.hxx -basctl/source/inc/doceventnotifier.hxx -basctl/source/inc/docsignature.hxx -basctl/source/inc/iderid.hxx -basctl/source/inc/layout.hxx -basctl/source/inc/localizationmgr.hxx -basctl/source/inc/managelang.hxx -basctl/source/inc/propbrw.hxx -basctl/source/inc/sbxitem.hxx -basctl/source/inc/scriptdocument.hxx -basegfx/source/color/bcolormodifier.cxx -basegfx/source/color/bcolortools.cxx -basegfx/source/curve/b2dbeziertools.cxx -basegfx/source/curve/b2dcubicbezier.cxx -basegfx/source/inc/hommatrixtemplate.hxx -basegfx/source/inc/stringconversiontools.hxx -basegfx/source/matrix/b2dhommatrix.cxx -basegfx/source/matrix/b2dhommatrixtools.cxx -basegfx/source/matrix/b3dhommatrix.cxx -basegfx/source/numeric/ftools.cxx -basegfx/source/point/b2dpoint.cxx -basegfx/source/point/b2ipoint.cxx -basegfx/source/point/b3dpoint.cxx -basegfx/source/polygon/b2dlinegeometry.cxx -basegfx/source/polygon/b2dpolygon.cxx -basegfx/source/polygon/b2dpolygonclipper.cxx -basegfx/source/polygon/b2dpolygoncutandtouch.cxx -basegfx/source/polygon/b2dpolygontools.cxx -basegfx/source/polygon/b2dpolygontriangulator.cxx -basegfx/source/polygon/b2dpolypolygon.cxx -basegfx/source/polygon/b2dpolypolygoncutter.cxx -basegfx/source/polygon/b2dpolypolygontools.cxx -basegfx/source/polygon/b2dsvgpolypolygon.cxx -basegfx/source/polygon/b2dtrapezoid.cxx -basegfx/source/polygon/b3dpolygon.cxx -basegfx/source/polygon/b3dpolygontools.cxx -basegfx/source/polygon/b3dpolypolygon.cxx -basegfx/source/polygon/b3dpolypolygontools.cxx -basegfx/source/range/b2dpolyrange.cxx -basegfx/source/range/b2drange.cxx -basegfx/source/range/b2drangeclipper.cxx -basegfx/source/range/b2xrange.cxx -basegfx/source/range/b3drange.cxx -basegfx/source/raster/rasterconvert3d.cxx -basegfx/source/tools/b2dclipstate.cxx -basegfx/source/tools/canvastools.cxx -basegfx/source/tools/gradienttools.cxx -basegfx/source/tools/keystoplerp.cxx -basegfx/source/tools/numbertools.cxx -basegfx/source/tools/stringconversiontools.cxx -basegfx/source/tools/systemdependentdata.cxx -basegfx/source/tools/tools.cxx -basegfx/source/tools/unopolypolygon.cxx -basegfx/source/tools/zoomtools.cxx -basegfx/source/tuple/b2dtuple.cxx -basegfx/source/tuple/b3dtuple.cxx -basegfx/source/vector/b2dvector.cxx -basegfx/source/vector/b2ivector.cxx -basegfx/source/vector/b3dvector.cxx -basegfx/source/workbench/bezierclip.cxx -basegfx/source/workbench/bezierclip.hxx -basegfx/source/workbench/convexhull.cxx -basegfx/source/workbench/gauss.hxx -basegfx/test/SvgPathImportExport.cxx -basegfx/test/basegfx3d.cxx -basegfx/test/basegfxtools.cxx -basegfx/test/boxclipper.cxx -basegfx/test/boxclipper.hxx -basegfx/test/clipstate.cxx -basegfx/test/genericclipper.cxx -basic/inc/global.hxx -basic/inc/sb.hxx -basic/inc/sbobjmod.hxx -basic/inc/sbprop.hxx -basic/inc/sbstdobj.hxx -basic/inc/sbxbase.hxx -basic/inc/sbxfac.hxx -basic/inc/sbxform.hxx -basic/inc/sbxprop.hxx -basic/qa/cppunit/basic_coverage.cxx -basic/qa/cppunit/basictest.cxx -basic/qa/cppunit/basictest.hxx -basic/qa/cppunit/test_append.cxx -basic/qa/cppunit/test_nested_struct.cxx -basic/qa/cppunit/test_scanner.cxx -basic/qa/cppunit/test_vba.cxx -basic/source/basmgr/basicmanagerrepository.cxx -basic/source/basmgr/basmgr.cxx -basic/source/basmgr/vbahelper.cxx -basic/source/classes/codecompletecache.cxx -basic/source/classes/errobject.cxx -basic/source/classes/eventatt.cxx -basic/source/classes/global.cxx -basic/source/classes/image.cxx -basic/source/classes/propacc.cxx -basic/source/classes/sb.cxx -basic/source/classes/sbunoobj.cxx -basic/source/classes/sbxmod.cxx -basic/source/comp/basiccharclass.cxx -basic/source/comp/buffer.cxx -basic/source/comp/codegen.cxx -basic/source/comp/dim.cxx -basic/source/comp/exprgen.cxx -basic/source/comp/exprnode.cxx -basic/source/comp/exprtree.cxx -basic/source/comp/io.cxx -basic/source/comp/loops.cxx -basic/source/comp/parser.cxx -basic/source/comp/sbcomp.cxx -basic/source/comp/scanner.cxx -basic/source/comp/symtbl.cxx -basic/source/comp/token.cxx -basic/source/inc/basiccharclass.hxx -basic/source/inc/buffer.hxx -basic/source/inc/codegen.hxx -basic/source/inc/date.hxx -basic/source/inc/dlgcont.hxx -basic/source/inc/errobject.hxx -basic/source/inc/expr.hxx -basic/source/inc/filefmt.hxx -basic/source/inc/image.hxx -basic/source/inc/iosys.hxx -basic/source/inc/namecont.hxx -basic/source/inc/opcodes.hxx -basic/source/inc/parser.hxx -basic/source/inc/propacc.hxx -basic/source/inc/rtlproto.hxx -basic/source/inc/runtime.hxx -basic/source/inc/sbintern.hxx -basic/source/inc/sbjsmeth.hxx -basic/source/inc/sbjsmod.hxx -basic/source/inc/sbunoobj.hxx -basic/source/inc/scanner.hxx -basic/source/inc/scriptcont.hxx -basic/source/inc/stdobj.hxx -basic/source/inc/symtbl.hxx -basic/source/inc/token.hxx -basic/source/runtime/basrdll.cxx -basic/source/runtime/comenumwrapper.cxx -basic/source/runtime/comenumwrapper.hxx -basic/source/runtime/ddectrl.cxx -basic/source/runtime/ddectrl.hxx -basic/source/runtime/dllmgr-none.cxx -basic/source/runtime/dllmgr-x64.cxx -basic/source/runtime/dllmgr-x86.cxx -basic/source/runtime/dllmgr.hxx -basic/source/runtime/inputbox.cxx -basic/source/runtime/iosys.cxx -basic/source/runtime/methods.cxx -basic/source/runtime/methods1.cxx -basic/source/runtime/props.cxx -basic/source/runtime/runtime.cxx -basic/source/runtime/stdobj.cxx -basic/source/runtime/stdobj1.cxx -basic/source/sbx/sbxarray.cxx -basic/source/sbx/sbxbase.cxx -basic/source/sbx/sbxbool.cxx -basic/source/sbx/sbxbyte.cxx -basic/source/sbx/sbxchar.cxx -basic/source/sbx/sbxcoll.cxx -basic/source/sbx/sbxconv.hxx -basic/source/sbx/sbxcurr.cxx -basic/source/sbx/sbxdate.cxx -basic/source/sbx/sbxdbl.cxx -basic/source/sbx/sbxdec.cxx -basic/source/sbx/sbxdec.hxx -basic/source/sbx/sbxexec.cxx -basic/source/sbx/sbxform.cxx -basic/source/sbx/sbxint.cxx -basic/source/sbx/sbxlng.cxx -basic/source/sbx/sbxobj.cxx -basic/source/sbx/sbxres.cxx -basic/source/sbx/sbxres.hxx -basic/source/sbx/sbxscan.cxx -basic/source/sbx/sbxsng.cxx -basic/source/sbx/sbxstr.cxx -basic/source/sbx/sbxuint.cxx -basic/source/sbx/sbxulng.cxx -basic/source/sbx/sbxvalue.cxx -basic/source/sbx/sbxvar.cxx -basic/source/uno/dlgcont.cxx -basic/source/uno/modsizeexceeded.cxx -basic/source/uno/namecont.cxx -basic/source/uno/scriptcont.cxx -bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c -bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c -binaryurp/qa/test-cache.cxx -binaryurp/qa/test-unmarshal.cxx -binaryurp/source/binaryany.cxx -binaryurp/source/binaryany.hxx -binaryurp/source/bridge.cxx -binaryurp/source/bridge.hxx -binaryurp/source/bridgefactory.cxx -binaryurp/source/bridgefactory.hxx -binaryurp/source/cache.hxx -binaryurp/source/currentcontext.cxx -binaryurp/source/currentcontext.hxx -binaryurp/source/incomingreply.hxx -binaryurp/source/incomingrequest.cxx -binaryurp/source/incomingrequest.hxx -binaryurp/source/lessoperators.cxx -binaryurp/source/lessoperators.hxx -binaryurp/source/marshal.cxx -binaryurp/source/marshal.hxx -binaryurp/source/outgoingrequest.hxx -binaryurp/source/outgoingrequests.cxx -binaryurp/source/outgoingrequests.hxx -binaryurp/source/proxy.cxx -binaryurp/source/proxy.hxx -binaryurp/source/reader.cxx -binaryurp/source/reader.hxx -binaryurp/source/readerstate.hxx -binaryurp/source/specialfunctionids.hxx -binaryurp/source/unmarshal.cxx -binaryurp/source/unmarshal.hxx -binaryurp/source/writer.cxx -binaryurp/source/writer.hxx -binaryurp/source/writerstate.hxx -bridges/inc/bridge.hxx -bridges/inc/cppinterfaceproxy.hxx -bridges/inc/types.hxx -bridges/inc/unointerfaceproxy.hxx -bridges/inc/vtablefactory.hxx -bridges/inc/vtables.hxx -bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx -bridges/source/cpp_uno/gcc3_aix_powerpc/share.hxx -bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_ios/except.cxx -bridges/source/cpp_uno/gcc3_ios/rtti.h -bridges/source/cpp_uno/gcc3_ios/share.hxx -bridges/source/cpp_uno/gcc3_ios/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h -bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx -bridges/source/cpp_uno/gcc3_linux_aarch64/abi.hxx -bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx -bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.hxx -bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_aarch64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_alpha/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx -bridges/source/cpp_uno/gcc3_linux_alpha/share.hxx -bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_arm/except.cxx -bridges/source/cpp_uno/gcc3_linux_arm/share.hxx -bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx -bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx -bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx -bridges/source/cpp_uno/gcc3_linux_hppa/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx -bridges/source/cpp_uno/gcc3_linux_ia64/share.hxx -bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_intel/call.hxx -bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx -bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx -bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_intel/except.cxx -bridges/source/cpp_uno/gcc3_linux_intel/share.hxx -bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx -bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx -bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_mips/except.cxx -bridges/source/cpp_uno/gcc3_linux_mips/share.hxx -bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_mips64/call.hxx -bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx -bridges/source/cpp_uno/gcc3_linux_mips64/share.hxx -bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc/share.hxx -bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx -bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx -bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_s390/except.cxx -bridges/source/cpp_uno/gcc3_linux_s390/share.hxx -bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx -bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx -bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx -bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx -bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_sparc64/except.cxx -bridges/source/cpp_uno/gcc3_linux_sparc64/share.hxx -bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/abi.hxx -bridges/source/cpp_uno/gcc3_linux_x86-64/call.hxx -bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.hxx -bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx -bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.hxx -bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx -bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.hxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/call.hxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.hxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx -bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx -bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.hxx -bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx -bridges/source/cpp_uno/gcc3_solaris_intel/share.hxx -bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx -bridges/source/cpp_uno/gcc3_solaris_sparc/share.hxx -bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx -bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx -bridges/source/cpp_uno/msvc_win32_intel/except.cxx -bridges/source/cpp_uno/msvc_win32_intel/msci.hxx -bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx -bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx -bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx -bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx -bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx -bridges/source/cpp_uno/shared/bridge.cxx -bridges/source/cpp_uno/shared/component.cxx -bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx -bridges/source/cpp_uno/shared/types.cxx -bridges/source/cpp_uno/shared/unointerfaceproxy.cxx -bridges/source/cpp_uno/shared/vtablefactory.cxx -bridges/source/cpp_uno/shared/vtables.cxx -bridges/source/jni_uno/jni_base.h -bridges/source/jni_uno/jni_bridge.cxx -bridges/source/jni_uno/jni_bridge.h -bridges/source/jni_uno/jni_data.cxx -bridges/source/jni_uno/jni_helper.h -bridges/source/jni_uno/jni_info.cxx -bridges/source/jni_uno/jni_info.h -bridges/source/jni_uno/jni_java2uno.cxx -bridges/source/jni_uno/jni_uno2java.cxx -bridges/source/jni_uno/jniunoenvironmentdata.hxx -bridges/source/jni_uno/nativethreadpool.cxx -canvas/inc/base/basemutexhelper.hxx -canvas/inc/base/bitmapcanvasbase.hxx -canvas/inc/base/bufferedgraphicdevicebase.hxx -canvas/inc/base/cachedprimitivebase.hxx -canvas/inc/base/canvasbase.hxx -canvas/inc/base/canvascustomspritebase.hxx -canvas/inc/base/canvascustomspritehelper.hxx -canvas/inc/base/disambiguationhelper.hxx -canvas/inc/base/graphicdevicebase.hxx -canvas/inc/base/integerbitmapbase.hxx -canvas/inc/base/sprite.hxx -canvas/inc/base/spritecanvasbase.hxx -canvas/inc/base/spritesurface.hxx -canvas/inc/parametricpolypolygon.hxx -canvas/inc/propertysethelper.hxx -canvas/inc/rendering/icolorbuffer.hxx -canvas/inc/rendering/irendermodule.hxx -canvas/inc/rendering/isurface.hxx -canvas/inc/rendering/isurfaceproxy.hxx -canvas/inc/rendering/isurfaceproxymanager.hxx -canvas/inc/spriteredrawmanager.hxx -canvas/inc/vclwrapper.hxx -canvas/inc/verifyinput.hxx -canvas/source/cairo/cairo_cachedbitmap.cxx -canvas/source/cairo/cairo_cachedbitmap.hxx -canvas/source/cairo/cairo_canvas.cxx -canvas/source/cairo/cairo_canvas.hxx -canvas/source/cairo/cairo_canvasbitmap.cxx -canvas/source/cairo/cairo_canvasbitmap.hxx -canvas/source/cairo/cairo_canvascustomsprite.cxx -canvas/source/cairo/cairo_canvascustomsprite.hxx -canvas/source/cairo/cairo_canvasfont.cxx -canvas/source/cairo/cairo_canvasfont.hxx -canvas/source/cairo/cairo_canvashelper.cxx -canvas/source/cairo/cairo_canvashelper.hxx -canvas/source/cairo/cairo_canvashelper_text.cxx -canvas/source/cairo/cairo_devicehelper.cxx -canvas/source/cairo/cairo_devicehelper.hxx -canvas/source/cairo/cairo_repainttarget.hxx -canvas/source/cairo/cairo_services.cxx -canvas/source/cairo/cairo_sprite.hxx -canvas/source/cairo/cairo_spritecanvas.cxx -canvas/source/cairo/cairo_spritecanvas.hxx -canvas/source/cairo/cairo_spritecanvashelper.cxx -canvas/source/cairo/cairo_spritecanvashelper.hxx -canvas/source/cairo/cairo_spritedevicehelper.cxx -canvas/source/cairo/cairo_spritedevicehelper.hxx -canvas/source/cairo/cairo_spritehelper.cxx -canvas/source/cairo/cairo_spritehelper.hxx -canvas/source/cairo/cairo_surfaceprovider.hxx -canvas/source/cairo/cairo_textlayout.cxx -canvas/source/cairo/cairo_textlayout.hxx -canvas/source/directx/dx_9rm.cxx -canvas/source/directx/dx_bitmap.cxx -canvas/source/directx/dx_bitmap.hxx -canvas/source/directx/dx_bitmapcanvashelper.cxx -canvas/source/directx/dx_bitmapcanvashelper.hxx -canvas/source/directx/dx_bitmapprovider.hxx -canvas/source/directx/dx_canvas.cxx -canvas/source/directx/dx_canvas.hxx -canvas/source/directx/dx_canvasbitmap.cxx -canvas/source/directx/dx_canvasbitmap.hxx -canvas/source/directx/dx_canvascustomsprite.cxx -canvas/source/directx/dx_canvascustomsprite.hxx -canvas/source/directx/dx_canvasfont.cxx -canvas/source/directx/dx_canvasfont.hxx -canvas/source/directx/dx_canvashelper.cxx -canvas/source/directx/dx_canvashelper.hxx -canvas/source/directx/dx_canvashelper_texturefill.cxx -canvas/source/directx/dx_config.cxx -canvas/source/directx/dx_config.hxx -canvas/source/directx/dx_devicehelper.cxx -canvas/source/directx/dx_devicehelper.hxx -canvas/source/directx/dx_gdiplususer.cxx -canvas/source/directx/dx_gdiplususer.hxx -canvas/source/directx/dx_graphicsprovider.hxx -canvas/source/directx/dx_ibitmap.hxx -canvas/source/directx/dx_impltools.cxx -canvas/source/directx/dx_impltools.hxx -canvas/source/directx/dx_linepolypolygon.cxx -canvas/source/directx/dx_linepolypolygon.hxx -canvas/source/directx/dx_rendermodule.hxx -canvas/source/directx/dx_sprite.hxx -canvas/source/directx/dx_spritecanvas.cxx -canvas/source/directx/dx_spritecanvas.hxx -canvas/source/directx/dx_spritecanvashelper.cxx -canvas/source/directx/dx_spritecanvashelper.hxx -canvas/source/directx/dx_spritedevicehelper.cxx -canvas/source/directx/dx_spritedevicehelper.hxx -canvas/source/directx/dx_spritehelper.cxx -canvas/source/directx/dx_spritehelper.hxx -canvas/source/directx/dx_surfacebitmap.cxx -canvas/source/directx/dx_surfacebitmap.hxx -canvas/source/directx/dx_surfacegraphics.cxx -canvas/source/directx/dx_surfacegraphics.hxx -canvas/source/directx/dx_textlayout.cxx -canvas/source/directx/dx_textlayout.hxx -canvas/source/directx/dx_textlayout_drawhelper.cxx -canvas/source/directx/dx_textlayout_drawhelper.hxx -canvas/source/directx/dx_vcltools.cxx -canvas/source/directx/dx_vcltools.hxx -canvas/source/directx/dx_winstuff.hxx -canvas/source/factory/cf_service.cxx -canvas/source/opengl/ogl_bitmapcanvashelper.cxx -canvas/source/opengl/ogl_bitmapcanvashelper.hxx -canvas/source/opengl/ogl_buffercontext.hxx -canvas/source/opengl/ogl_canvasbitmap.cxx -canvas/source/opengl/ogl_canvasbitmap.hxx -canvas/source/opengl/ogl_canvascustomsprite.cxx -canvas/source/opengl/ogl_canvascustomsprite.hxx -canvas/source/opengl/ogl_canvasfont.cxx -canvas/source/opengl/ogl_canvasfont.hxx -canvas/source/opengl/ogl_canvashelper.cxx -canvas/source/opengl/ogl_canvashelper.hxx -canvas/source/opengl/ogl_canvastools.cxx -canvas/source/opengl/ogl_canvastools.hxx -canvas/source/opengl/ogl_spritecanvas.cxx -canvas/source/opengl/ogl_spritecanvas.hxx -canvas/source/opengl/ogl_spritedevicehelper.cxx -canvas/source/opengl/ogl_spritedevicehelper.hxx -canvas/source/opengl/ogl_textlayout.cxx -canvas/source/opengl/ogl_textlayout.hxx -canvas/source/opengl/ogl_texturecache.cxx -canvas/source/opengl/ogl_texturecache.hxx -canvas/source/opengl/ogl_tools.hxx -canvas/source/simplecanvas/simplecanvasimpl.cxx -canvas/source/tools/cachedprimitivebase.cxx -canvas/source/tools/canvascustomspritehelper.cxx -canvas/source/tools/canvastools.cxx -canvas/source/tools/elapsedtime.cxx -canvas/source/tools/page.cxx -canvas/source/tools/page.hxx -canvas/source/tools/pagemanager.cxx -canvas/source/tools/pagemanager.hxx -canvas/source/tools/parametricpolypolygon.cxx -canvas/source/tools/propertysethelper.cxx -canvas/source/tools/spriteredrawmanager.cxx -canvas/source/tools/surface.cxx -canvas/source/tools/surface.hxx -canvas/source/tools/surfaceproxy.cxx -canvas/source/tools/surfaceproxy.hxx -canvas/source/tools/surfaceproxymanager.cxx -canvas/source/tools/surfacerect.hxx -canvas/source/tools/verifyinput.cxx -canvas/source/vcl/backbuffer.cxx -canvas/source/vcl/backbuffer.hxx -canvas/source/vcl/bitmapbackbuffer.cxx -canvas/source/vcl/bitmapbackbuffer.hxx -canvas/source/vcl/cachedbitmap.cxx -canvas/source/vcl/cachedbitmap.hxx -canvas/source/vcl/canvas.cxx -canvas/source/vcl/canvas.hxx -canvas/source/vcl/canvasbitmap.cxx -canvas/source/vcl/canvasbitmap.hxx -canvas/source/vcl/canvasbitmaphelper.cxx -canvas/source/vcl/canvasbitmaphelper.hxx -canvas/source/vcl/canvascustomsprite.cxx -canvas/source/vcl/canvascustomsprite.hxx -canvas/source/vcl/canvasfont.cxx -canvas/source/vcl/canvasfont.hxx -canvas/source/vcl/canvashelper.cxx -canvas/source/vcl/canvashelper.hxx -canvas/source/vcl/canvashelper_texturefill.cxx -canvas/source/vcl/devicehelper.cxx -canvas/source/vcl/devicehelper.hxx -canvas/source/vcl/impltools.cxx -canvas/source/vcl/impltools.hxx -canvas/source/vcl/outdevprovider.hxx -canvas/source/vcl/repainttarget.hxx -canvas/source/vcl/services.cxx -canvas/source/vcl/sprite.hxx -canvas/source/vcl/spritecanvas.cxx -canvas/source/vcl/spritecanvas.hxx -canvas/source/vcl/spritecanvashelper.cxx -canvas/source/vcl/spritecanvashelper.hxx -canvas/source/vcl/spritedevicehelper.cxx -canvas/source/vcl/spritedevicehelper.hxx -canvas/source/vcl/spritehelper.cxx -canvas/source/vcl/spritehelper.hxx -canvas/source/vcl/textlayout.cxx -canvas/source/vcl/textlayout.hxx -canvas/source/vcl/windowoutdevholder.cxx -canvas/source/vcl/windowoutdevholder.hxx -canvas/workben/canvasdemo.cxx -chart2/inc/ChartModel.hxx -chart2/inc/ChartView.hxx -chart2/inc/SpecialCharacters.hxx -chart2/inc/unonames.hxx -chart2/qa/extras/PivotChartTest.cxx -chart2/qa/extras/chart2_trendcalculators.cxx -chart2/qa/extras/chart2dump/chart2dump.cxx -chart2/qa/extras/chart2export.cxx -chart2/qa/extras/chart2import.cxx -chart2/qa/extras/charttest.hxx -chart2/qa/extras/xshape/chart2xshape.cxx -chart2/qa/unit/common_functor_test.cxx -chart2/source/controller/accessibility/AccessibleBase.cxx -chart2/source/controller/accessibility/AccessibleChartElement.cxx -chart2/source/controller/accessibility/AccessibleChartElement.hxx -chart2/source/controller/accessibility/AccessibleChartShape.cxx -chart2/source/controller/accessibility/AccessibleChartShape.hxx -chart2/source/controller/accessibility/AccessibleChartView.cxx -chart2/source/controller/accessibility/AccessibleTextHelper.cxx -chart2/source/controller/accessibility/AccessibleViewForwarder.cxx -chart2/source/controller/accessibility/AccessibleViewForwarder.hxx -chart2/source/controller/accessibility/ChartElementFactory.cxx -chart2/source/controller/accessibility/ChartElementFactory.hxx -chart2/source/controller/chartapiwrapper/AreaWrapper.cxx -chart2/source/controller/chartapiwrapper/AreaWrapper.hxx -chart2/source/controller/chartapiwrapper/AxisWrapper.cxx -chart2/source/controller/chartapiwrapper/AxisWrapper.hxx -chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx -chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx -chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx -chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx -chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx -chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx -chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx -chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx -chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx -chart2/source/controller/chartapiwrapper/GridWrapper.cxx -chart2/source/controller/chartapiwrapper/GridWrapper.hxx -chart2/source/controller/chartapiwrapper/LegendWrapper.cxx -chart2/source/controller/chartapiwrapper/LegendWrapper.hxx -chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx -chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx -chart2/source/controller/chartapiwrapper/TitleWrapper.cxx -chart2/source/controller/chartapiwrapper/TitleWrapper.hxx -chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx -chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx -chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx -chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx -chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx -chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx -chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx -chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx -chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx -chart2/source/controller/dialogs/ChangingResource.cxx -chart2/source/controller/dialogs/ChartTypeDialogController.cxx -chart2/source/controller/dialogs/DataBrowser.cxx -chart2/source/controller/dialogs/DataBrowser.hxx -chart2/source/controller/dialogs/DataBrowserModel.cxx -chart2/source/controller/dialogs/DataBrowserModel.hxx -chart2/source/controller/dialogs/DialogModel.cxx -chart2/source/controller/dialogs/DialogModel.hxx -chart2/source/controller/dialogs/ObjectNameProvider.cxx -chart2/source/controller/dialogs/RangeSelectionHelper.cxx -chart2/source/controller/dialogs/RangeSelectionListener.cxx -chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx -chart2/source/controller/dialogs/TitleDialogData.cxx -chart2/source/controller/dialogs/dlg_ChartType.cxx -chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx -chart2/source/controller/dialogs/dlg_CreationWizard.cxx -chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx -chart2/source/controller/dialogs/dlg_DataEditor.cxx -chart2/source/controller/dialogs/dlg_DataSource.cxx -chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx -chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx -chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx -chart2/source/controller/dialogs/dlg_InsertLegend.cxx -chart2/source/controller/dialogs/dlg_InsertTitle.cxx -chart2/source/controller/dialogs/dlg_NumberFormat.cxx -chart2/source/controller/dialogs/dlg_NumberFormat.hxx -chart2/source/controller/dialogs/dlg_ObjectProperties.cxx -chart2/source/controller/dialogs/dlg_ShapeFont.cxx -chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx -chart2/source/controller/dialogs/dlg_View3D.cxx -chart2/source/controller/dialogs/res_BarGeometry.cxx -chart2/source/controller/dialogs/res_DataLabel.cxx -chart2/source/controller/dialogs/res_DataLabel.hxx -chart2/source/controller/dialogs/res_ErrorBar.cxx -chart2/source/controller/dialogs/res_LegendPosition.cxx -chart2/source/controller/dialogs/res_Titles.cxx -chart2/source/controller/dialogs/res_Trendline.cxx -chart2/source/controller/dialogs/res_Trendline.hxx -chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx -chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx -chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx -chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx -chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx -chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx -chart2/source/controller/dialogs/tp_AxisLabel.cxx -chart2/source/controller/dialogs/tp_AxisLabel.hxx -chart2/source/controller/dialogs/tp_AxisPositions.cxx -chart2/source/controller/dialogs/tp_AxisPositions.hxx -chart2/source/controller/dialogs/tp_ChartType.cxx -chart2/source/controller/dialogs/tp_ChartType.hxx -chart2/source/controller/dialogs/tp_DataLabel.cxx -chart2/source/controller/dialogs/tp_DataLabel.hxx -chart2/source/controller/dialogs/tp_DataSource.cxx -chart2/source/controller/dialogs/tp_DataSource.hxx -chart2/source/controller/dialogs/tp_ErrorBars.cxx -chart2/source/controller/dialogs/tp_ErrorBars.hxx -chart2/source/controller/dialogs/tp_LegendPosition.cxx -chart2/source/controller/dialogs/tp_LegendPosition.hxx -chart2/source/controller/dialogs/tp_PointGeometry.cxx -chart2/source/controller/dialogs/tp_PointGeometry.hxx -chart2/source/controller/dialogs/tp_PolarOptions.cxx -chart2/source/controller/dialogs/tp_PolarOptions.hxx -chart2/source/controller/dialogs/tp_RangeChooser.cxx -chart2/source/controller/dialogs/tp_RangeChooser.hxx -chart2/source/controller/dialogs/tp_Scale.cxx -chart2/source/controller/dialogs/tp_Scale.hxx -chart2/source/controller/dialogs/tp_SeriesToAxis.cxx -chart2/source/controller/dialogs/tp_SeriesToAxis.hxx -chart2/source/controller/dialogs/tp_TitleRotation.cxx -chart2/source/controller/dialogs/tp_TitleRotation.hxx -chart2/source/controller/dialogs/tp_Trendline.cxx -chart2/source/controller/dialogs/tp_Trendline.hxx -chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx -chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx -chart2/source/controller/drawinglayer/DrawViewWrapper.cxx -chart2/source/controller/drawinglayer/ViewElementListProvider.cxx -chart2/source/controller/inc/AccessibleBase.hxx -chart2/source/controller/inc/AccessibleChartView.hxx -chart2/source/controller/inc/AccessibleTextHelper.hxx -chart2/source/controller/inc/AxisItemConverter.hxx -chart2/source/controller/inc/CharacterPropertyItemConverter.hxx -chart2/source/controller/inc/ChartController.hxx -chart2/source/controller/inc/ChartDocumentWrapper.hxx -chart2/source/controller/inc/ChartToolbarController.hxx -chart2/source/controller/inc/ChartWindow.hxx -chart2/source/controller/inc/CommandDispatchContainer.hxx -chart2/source/controller/inc/ConfigurationAccess.hxx -chart2/source/controller/inc/DataPointItemConverter.hxx -chart2/source/controller/inc/DrawViewWrapper.hxx -chart2/source/controller/inc/ErrorBarItemConverter.hxx -chart2/source/controller/inc/GraphicPropertyItemConverter.hxx -chart2/source/controller/inc/ItemConverter.hxx -chart2/source/controller/inc/ItemPropertyMap.hxx -chart2/source/controller/inc/LegendItemConverter.hxx -chart2/source/controller/inc/MultipleChartConverters.hxx -chart2/source/controller/inc/MultipleItemConverter.hxx -chart2/source/controller/inc/ObjectHierarchy.hxx -chart2/source/controller/inc/ObjectNameProvider.hxx -chart2/source/controller/inc/PositionAndSizeHelper.hxx -chart2/source/controller/inc/RangeSelectionHelper.hxx -chart2/source/controller/inc/RangeSelectionListener.hxx -chart2/source/controller/inc/RegressionCurveItemConverter.hxx -chart2/source/controller/inc/RegressionEquationItemConverter.hxx -chart2/source/controller/inc/SelectionHelper.hxx -chart2/source/controller/inc/SeriesOptionsItemConverter.hxx -chart2/source/controller/inc/ShapeController.h -chart2/source/controller/inc/StatisticsItemConverter.hxx -chart2/source/controller/inc/TabPageNotifiable.hxx -chart2/source/controller/inc/TextDirectionListBox.hxx -chart2/source/controller/inc/TextLabelItemConverter.hxx -chart2/source/controller/inc/TimerTriggeredControllerLock.hxx -chart2/source/controller/inc/TitleDialogData.hxx -chart2/source/controller/inc/TitleItemConverter.hxx -chart2/source/controller/inc/ViewElementListProvider.hxx -chart2/source/controller/inc/dlg_ChartType.hxx -chart2/source/controller/inc/dlg_ChartType_UNO.hxx -chart2/source/controller/inc/dlg_CreationWizard.hxx -chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx -chart2/source/controller/inc/dlg_DataEditor.hxx -chart2/source/controller/inc/dlg_DataSource.hxx -chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx -chart2/source/controller/inc/dlg_InsertErrorBars.hxx -chart2/source/controller/inc/dlg_InsertLegend.hxx -chart2/source/controller/inc/dlg_ObjectProperties.hxx -chart2/source/controller/inc/dlg_View3D.hxx -chart2/source/controller/inc/helpids.h -chart2/source/controller/inc/res_ErrorBar.hxx -chart2/source/controller/inc/res_LegendPosition.hxx -chart2/source/controller/inc/res_Titles.hxx -chart2/source/controller/inc/uiobject.hxx -chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx -chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx -chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx -chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx -chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx -chart2/source/controller/itemsetwrapper/ItemConverter.cxx -chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx -chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx -chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx -chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx -chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx -chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx -chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx -chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx -chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx -chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx -chart2/source/controller/main/ChartController.cxx -chart2/source/controller/main/ChartController_EditData.cxx -chart2/source/controller/main/ChartController_Insert.cxx -chart2/source/controller/main/ChartController_Position.cxx -chart2/source/controller/main/ChartController_Properties.cxx -chart2/source/controller/main/ChartController_TextEdit.cxx -chart2/source/controller/main/ChartController_Tools.cxx -chart2/source/controller/main/ChartController_Window.cxx -chart2/source/controller/main/ChartDropTargetHelper.cxx -chart2/source/controller/main/ChartDropTargetHelper.hxx -chart2/source/controller/main/ChartFrameloader.cxx -chart2/source/controller/main/ChartFrameloader.hxx -chart2/source/controller/main/ChartModelClone.cxx -chart2/source/controller/main/ChartModelClone.hxx -chart2/source/controller/main/ChartTransferable.cxx -chart2/source/controller/main/ChartTransferable.hxx -chart2/source/controller/main/ChartWindow.cxx -chart2/source/controller/main/CommandDispatch.cxx -chart2/source/controller/main/CommandDispatch.hxx -chart2/source/controller/main/CommandDispatchContainer.cxx -chart2/source/controller/main/ConfigurationAccess.cxx -chart2/source/controller/main/ControllerCommandDispatch.cxx -chart2/source/controller/main/ControllerCommandDispatch.hxx -chart2/source/controller/main/DragMethod_Base.cxx -chart2/source/controller/main/DragMethod_Base.hxx -chart2/source/controller/main/DragMethod_PieSegment.cxx -chart2/source/controller/main/DragMethod_PieSegment.hxx -chart2/source/controller/main/DragMethod_RotateDiagram.cxx -chart2/source/controller/main/DragMethod_RotateDiagram.hxx -chart2/source/controller/main/DrawCommandDispatch.cxx -chart2/source/controller/main/DrawCommandDispatch.h -chart2/source/controller/main/DrawCommandDispatch.hxx -chart2/source/controller/main/ElementSelector.cxx -chart2/source/controller/main/ElementSelector.hxx -chart2/source/controller/main/FeatureCommandDispatchBase.cxx -chart2/source/controller/main/FeatureCommandDispatchBase.hxx -chart2/source/controller/main/ObjectHierarchy.cxx -chart2/source/controller/main/PositionAndSizeHelper.cxx -chart2/source/controller/main/SelectionHelper.cxx -chart2/source/controller/main/ShapeController.cxx -chart2/source/controller/main/ShapeController.hxx -chart2/source/controller/main/StatusBarCommandDispatch.cxx -chart2/source/controller/main/StatusBarCommandDispatch.hxx -chart2/source/controller/main/ToolbarController.cxx -chart2/source/controller/main/UndoActions.cxx -chart2/source/controller/main/UndoActions.hxx -chart2/source/controller/main/UndoCommandDispatch.cxx -chart2/source/controller/main/UndoCommandDispatch.hxx -chart2/source/controller/main/UndoGuard.cxx -chart2/source/controller/main/UndoGuard.hxx -chart2/source/controller/sidebar/Chart2PanelFactory.cxx -chart2/source/controller/sidebar/Chart2PanelFactory.hxx -chart2/source/controller/sidebar/ChartAreaPanel.cxx -chart2/source/controller/sidebar/ChartAreaPanel.hxx -chart2/source/controller/sidebar/ChartAxisPanel.cxx -chart2/source/controller/sidebar/ChartAxisPanel.hxx -chart2/source/controller/sidebar/ChartColorWrapper.cxx -chart2/source/controller/sidebar/ChartColorWrapper.hxx -chart2/source/controller/sidebar/ChartElementsPanel.cxx -chart2/source/controller/sidebar/ChartElementsPanel.hxx -chart2/source/controller/sidebar/ChartErrorBarPanel.cxx -chart2/source/controller/sidebar/ChartErrorBarPanel.hxx -chart2/source/controller/sidebar/ChartLinePanel.cxx -chart2/source/controller/sidebar/ChartLinePanel.hxx -chart2/source/controller/sidebar/ChartSeriesPanel.cxx -chart2/source/controller/sidebar/ChartSeriesPanel.hxx -chart2/source/controller/sidebar/ChartSidebarModifyListener.cxx -chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx -chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx -chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx -chart2/source/controller/uitest/uiobject.cxx -chart2/source/inc/AxisHelper.hxx -chart2/source/inc/BaseGFXHelper.hxx -chart2/source/inc/CachedDataSequence.hxx -chart2/source/inc/CharacterProperties.hxx -chart2/source/inc/ChartModelHelper.hxx -chart2/source/inc/ChartTypeHelper.hxx -chart2/source/inc/ChartViewHelper.hxx -chart2/source/inc/CloneHelper.hxx -chart2/source/inc/ColorPerPointHelper.hxx -chart2/source/inc/CommonConverters.hxx -chart2/source/inc/CommonFunctors.hxx -chart2/source/inc/ConfigColorScheme.hxx -chart2/source/inc/ControllerLockGuard.hxx -chart2/source/inc/DataSeriesHelper.hxx -chart2/source/inc/DataSource.hxx -chart2/source/inc/DataSourceHelper.hxx -chart2/source/inc/DiagramHelper.hxx -chart2/source/inc/DisposeHelper.hxx -chart2/source/inc/ErrorBar.hxx -chart2/source/inc/EventListenerHelper.hxx -chart2/source/inc/ExplicitCategoriesProvider.hxx -chart2/source/inc/ExponentialRegressionCurveCalculator.hxx -chart2/source/inc/FastPropertyIdRanges.hxx -chart2/source/inc/FillProperties.hxx -chart2/source/inc/FormattedStringHelper.hxx -chart2/source/inc/InternalData.hxx -chart2/source/inc/InternalDataProvider.hxx -chart2/source/inc/LabeledDataSequence.hxx -chart2/source/inc/LegendHelper.hxx -chart2/source/inc/LifeTime.hxx -chart2/source/inc/LinePropertiesHelper.hxx -chart2/source/inc/LinearRegressionCurveCalculator.hxx -chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx -chart2/source/inc/MeanValueRegressionCurveCalculator.hxx -chart2/source/inc/MediaDescriptorHelper.hxx -chart2/source/inc/ModifyListenerHelper.hxx -chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx -chart2/source/inc/NameContainer.hxx -chart2/source/inc/NumberFormatterWrapper.hxx -chart2/source/inc/OPropertySet.hxx -chart2/source/inc/ObjectIdentifier.hxx -chart2/source/inc/PolynomialRegressionCurveCalculator.hxx -chart2/source/inc/PopupRequest.hxx -chart2/source/inc/PotentialRegressionCurveCalculator.hxx -chart2/source/inc/PropertyHelper.hxx -chart2/source/inc/RangeHighlighter.hxx -chart2/source/inc/ReferenceSizeProvider.hxx -chart2/source/inc/RegressionCalculationHelper.hxx -chart2/source/inc/RegressionCurveCalculator.hxx -chart2/source/inc/RegressionCurveHelper.hxx -chart2/source/inc/RelativePositionHelper.hxx -chart2/source/inc/RelativeSizeHelper.hxx -chart2/source/inc/ResId.hxx -chart2/source/inc/Scaling.hxx -chart2/source/inc/SceneProperties.hxx -chart2/source/inc/StatisticsHelper.hxx -chart2/source/inc/ThreeDHelper.hxx -chart2/source/inc/TitleHelper.hxx -chart2/source/inc/UncachedDataSequence.hxx -chart2/source/inc/UserDefinedProperties.hxx -chart2/source/inc/WeakListenerAdapter.hxx -chart2/source/inc/WrappedDefaultProperty.hxx -chart2/source/inc/WrappedDirectStateProperty.hxx -chart2/source/inc/WrappedIgnoreProperty.hxx -chart2/source/inc/WrappedProperty.hxx -chart2/source/inc/WrappedPropertySet.hxx -chart2/source/inc/XMLRangeHelper.hxx -chart2/source/inc/chartview/ChartSfxItemIds.hxx -chart2/source/inc/chartview/DataPointSymbolSupplier.hxx -chart2/source/inc/chartview/DrawModelWrapper.hxx -chart2/source/inc/chartview/ExplicitScaleValues.hxx -chart2/source/inc/chartview/ExplicitValueProvider.hxx -chart2/source/inc/servicenames_charttypes.hxx -chart2/source/inc/servicenames_coosystems.hxx -chart2/source/model/filter/XMLFilter.cxx -chart2/source/model/inc/BaseCoordinateSystem.hxx -chart2/source/model/inc/CartesianCoordinateSystem.hxx -chart2/source/model/inc/ChartTypeManager.hxx -chart2/source/model/inc/DataSeries.hxx -chart2/source/model/inc/Diagram.hxx -chart2/source/model/inc/PolarCoordinateSystem.hxx -chart2/source/model/inc/StockBar.hxx -chart2/source/model/inc/XMLFilter.hxx -chart2/source/model/main/Axis.cxx -chart2/source/model/main/Axis.hxx -chart2/source/model/main/BaseCoordinateSystem.cxx -chart2/source/model/main/CartesianCoordinateSystem.cxx -chart2/source/model/main/ChartModel.cxx -chart2/source/model/main/ChartModel_Persistence.cxx -chart2/source/model/main/DataPoint.cxx -chart2/source/model/main/DataPoint.hxx -chart2/source/model/main/DataPointProperties.cxx -chart2/source/model/main/DataPointProperties.hxx -chart2/source/model/main/DataSeries.cxx -chart2/source/model/main/DataSeriesProperties.cxx -chart2/source/model/main/DataSeriesProperties.hxx -chart2/source/model/main/Diagram.cxx -chart2/source/model/main/FormattedString.cxx -chart2/source/model/main/FormattedString.hxx -chart2/source/model/main/GridProperties.cxx -chart2/source/model/main/GridProperties.hxx -chart2/source/model/main/Legend.cxx -chart2/source/model/main/Legend.hxx -chart2/source/model/main/PageBackground.cxx -chart2/source/model/main/PageBackground.hxx -chart2/source/model/main/PolarCoordinateSystem.cxx -chart2/source/model/main/StockBar.cxx -chart2/source/model/main/Title.cxx -chart2/source/model/main/Title.hxx -chart2/source/model/main/UndoManager.cxx -chart2/source/model/main/UndoManager.hxx -chart2/source/model/main/Wall.cxx -chart2/source/model/main/Wall.hxx -chart2/source/model/template/AreaChartType.cxx -chart2/source/model/template/AreaChartType.hxx -chart2/source/model/template/AreaChartTypeTemplate.cxx -chart2/source/model/template/AreaChartTypeTemplate.hxx -chart2/source/model/template/BarChartType.cxx -chart2/source/model/template/BarChartType.hxx -chart2/source/model/template/BarChartTypeTemplate.cxx -chart2/source/model/template/BarChartTypeTemplate.hxx -chart2/source/model/template/BubbleChartType.cxx -chart2/source/model/template/BubbleChartType.hxx -chart2/source/model/template/BubbleChartTypeTemplate.cxx -chart2/source/model/template/BubbleChartTypeTemplate.hxx -chart2/source/model/template/BubbleDataInterpreter.cxx -chart2/source/model/template/BubbleDataInterpreter.hxx -chart2/source/model/template/CandleStickChartType.cxx -chart2/source/model/template/CandleStickChartType.hxx -chart2/source/model/template/ChartType.cxx -chart2/source/model/template/ChartType.hxx -chart2/source/model/template/ChartTypeManager.cxx -chart2/source/model/template/ChartTypeTemplate.cxx -chart2/source/model/template/ChartTypeTemplate.hxx -chart2/source/model/template/ColumnChartType.cxx -chart2/source/model/template/ColumnChartType.hxx -chart2/source/model/template/ColumnLineChartTypeTemplate.cxx -chart2/source/model/template/ColumnLineChartTypeTemplate.hxx -chart2/source/model/template/ColumnLineDataInterpreter.cxx -chart2/source/model/template/ColumnLineDataInterpreter.hxx -chart2/source/model/template/DataInterpreter.cxx -chart2/source/model/template/DataInterpreter.hxx -chart2/source/model/template/FilledNetChartType.cxx -chart2/source/model/template/FilledNetChartType.hxx -chart2/source/model/template/LineChartType.cxx -chart2/source/model/template/LineChartType.hxx -chart2/source/model/template/LineChartTypeTemplate.cxx -chart2/source/model/template/LineChartTypeTemplate.hxx -chart2/source/model/template/NetChartType.cxx -chart2/source/model/template/NetChartType.hxx -chart2/source/model/template/NetChartTypeTemplate.cxx -chart2/source/model/template/NetChartTypeTemplate.hxx -chart2/source/model/template/PieChartType.cxx -chart2/source/model/template/PieChartType.hxx -chart2/source/model/template/PieChartTypeTemplate.cxx -chart2/source/model/template/PieChartTypeTemplate.hxx -chart2/source/model/template/ScatterChartType.cxx -chart2/source/model/template/ScatterChartType.hxx -chart2/source/model/template/ScatterChartTypeTemplate.cxx -chart2/source/model/template/ScatterChartTypeTemplate.hxx -chart2/source/model/template/StockChartTypeTemplate.cxx -chart2/source/model/template/StockChartTypeTemplate.hxx -chart2/source/model/template/StockDataInterpreter.cxx -chart2/source/model/template/StockDataInterpreter.hxx -chart2/source/model/template/XYDataInterpreter.cxx -chart2/source/model/template/XYDataInterpreter.hxx -chart2/source/tools/AxisHelper.cxx -chart2/source/tools/BaseGFXHelper.cxx -chart2/source/tools/CachedDataSequence.cxx -chart2/source/tools/CharacterProperties.cxx -chart2/source/tools/ChartModelHelper.cxx -chart2/source/tools/ChartTypeHelper.cxx -chart2/source/tools/ChartViewHelper.cxx -chart2/source/tools/ColorPerPointHelper.cxx -chart2/source/tools/CommonConverters.cxx -chart2/source/tools/ConfigColorScheme.cxx -chart2/source/tools/ControllerLockGuard.cxx -chart2/source/tools/DataSeriesHelper.cxx -chart2/source/tools/DataSource.cxx -chart2/source/tools/DataSourceHelper.cxx -chart2/source/tools/DiagramHelper.cxx -chart2/source/tools/ErrorBar.cxx -chart2/source/tools/ExplicitCategoriesProvider.cxx -chart2/source/tools/ExponentialRegressionCurveCalculator.cxx -chart2/source/tools/FillProperties.cxx -chart2/source/tools/FormattedStringHelper.cxx -chart2/source/tools/ImplOPropertySet.cxx -chart2/source/tools/ImplOPropertySet.hxx -chart2/source/tools/InternalData.cxx -chart2/source/tools/InternalDataProvider.cxx -chart2/source/tools/LabeledDataSequence.cxx -chart2/source/tools/LegendHelper.cxx -chart2/source/tools/LifeTime.cxx -chart2/source/tools/LinePropertiesHelper.cxx -chart2/source/tools/LinearRegressionCurveCalculator.cxx -chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx -chart2/source/tools/MeanValueRegressionCurveCalculator.cxx -chart2/source/tools/MediaDescriptorHelper.cxx -chart2/source/tools/ModifyListenerHelper.cxx -chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx -chart2/source/tools/NameContainer.cxx -chart2/source/tools/NumberFormatterWrapper.cxx -chart2/source/tools/OPropertySet.cxx -chart2/source/tools/ObjectIdentifier.cxx -chart2/source/tools/PolynomialRegressionCurveCalculator.cxx -chart2/source/tools/PopupRequest.cxx -chart2/source/tools/PotentialRegressionCurveCalculator.cxx -chart2/source/tools/PropertyHelper.cxx -chart2/source/tools/RangeHighlighter.cxx -chart2/source/tools/ReferenceSizeProvider.cxx -chart2/source/tools/RegressionCurveCalculator.cxx -chart2/source/tools/RegressionCurveHelper.cxx -chart2/source/tools/RegressionCurveModel.cxx -chart2/source/tools/RegressionCurveModel.hxx -chart2/source/tools/RegressionEquation.cxx -chart2/source/tools/RegressionEquation.hxx -chart2/source/tools/RelativePositionHelper.cxx -chart2/source/tools/RelativeSizeHelper.cxx -chart2/source/tools/ResId.cxx -chart2/source/tools/Scaling.cxx -chart2/source/tools/SceneProperties.cxx -chart2/source/tools/StatisticsHelper.cxx -chart2/source/tools/ThreeDHelper.cxx -chart2/source/tools/TitleHelper.cxx -chart2/source/tools/TrueGuard.cxx -chart2/source/tools/UncachedDataSequence.cxx -chart2/source/tools/UserDefinedProperties.cxx -chart2/source/tools/WeakListenerAdapter.cxx -chart2/source/tools/WrappedDefaultProperty.cxx -chart2/source/tools/WrappedDirectStateProperty.cxx -chart2/source/tools/WrappedIgnoreProperty.cxx -chart2/source/tools/WrappedProperty.cxx -chart2/source/tools/WrappedPropertySet.cxx -chart2/source/tools/XMLRangeHelper.cxx -chart2/source/view/axes/DateHelper.cxx -chart2/source/view/axes/DateScaling.cxx -chart2/source/view/axes/DateScaling.hxx -chart2/source/view/axes/MinimumAndMaximumSupplier.cxx -chart2/source/view/axes/ScaleAutomatism.cxx -chart2/source/view/axes/TickmarkProperties.hxx -chart2/source/view/axes/Tickmarks.cxx -chart2/source/view/axes/Tickmarks.hxx -chart2/source/view/axes/Tickmarks_Dates.cxx -chart2/source/view/axes/Tickmarks_Dates.hxx -chart2/source/view/axes/Tickmarks_Equidistant.cxx -chart2/source/view/axes/Tickmarks_Equidistant.hxx -chart2/source/view/axes/VAxisBase.cxx -chart2/source/view/axes/VAxisBase.hxx -chart2/source/view/axes/VAxisOrGridBase.cxx -chart2/source/view/axes/VAxisOrGridBase.hxx -chart2/source/view/axes/VAxisProperties.cxx -chart2/source/view/axes/VAxisProperties.hxx -chart2/source/view/axes/VCartesianAxis.cxx -chart2/source/view/axes/VCartesianAxis.hxx -chart2/source/view/axes/VCartesianCoordinateSystem.cxx -chart2/source/view/axes/VCartesianCoordinateSystem.hxx -chart2/source/view/axes/VCartesianGrid.cxx -chart2/source/view/axes/VCartesianGrid.hxx -chart2/source/view/axes/VCoordinateSystem.cxx -chart2/source/view/axes/VPolarAngleAxis.cxx -chart2/source/view/axes/VPolarAngleAxis.hxx -chart2/source/view/axes/VPolarAxis.cxx -chart2/source/view/axes/VPolarAxis.hxx -chart2/source/view/axes/VPolarCoordinateSystem.cxx -chart2/source/view/axes/VPolarCoordinateSystem.hxx -chart2/source/view/axes/VPolarGrid.cxx -chart2/source/view/axes/VPolarGrid.hxx -chart2/source/view/axes/VPolarRadiusAxis.cxx -chart2/source/view/axes/VPolarRadiusAxis.hxx -chart2/source/view/charttypes/AreaChart.cxx -chart2/source/view/charttypes/AreaChart.hxx -chart2/source/view/charttypes/BarChart.cxx -chart2/source/view/charttypes/BarChart.hxx -chart2/source/view/charttypes/BarPositionHelper.cxx -chart2/source/view/charttypes/BarPositionHelper.hxx -chart2/source/view/charttypes/BubbleChart.cxx -chart2/source/view/charttypes/BubbleChart.hxx -chart2/source/view/charttypes/CandleStickChart.cxx -chart2/source/view/charttypes/CandleStickChart.hxx -chart2/source/view/charttypes/CategoryPositionHelper.cxx -chart2/source/view/charttypes/CategoryPositionHelper.hxx -chart2/source/view/charttypes/NetChart.cxx -chart2/source/view/charttypes/NetChart.hxx -chart2/source/view/charttypes/PieChart.cxx -chart2/source/view/charttypes/PieChart.hxx -chart2/source/view/charttypes/Splines.cxx -chart2/source/view/charttypes/Splines.hxx -chart2/source/view/charttypes/VSeriesPlotter.cxx -chart2/source/view/diagram/VDiagram.cxx -chart2/source/view/inc/Clipping.hxx -chart2/source/view/inc/DateHelper.hxx -chart2/source/view/inc/LabelAlignment.hxx -chart2/source/view/inc/LabelPositionHelper.hxx -chart2/source/view/inc/LegendEntryProvider.hxx -chart2/source/view/inc/Linear3DTransformation.hxx -chart2/source/view/inc/MinimumAndMaximumSupplier.hxx -chart2/source/view/inc/PlotterBase.hxx -chart2/source/view/inc/PlottingPositionHelper.hxx -chart2/source/view/inc/PolarLabelPositionHelper.hxx -chart2/source/view/inc/PropertyMapper.hxx -chart2/source/view/inc/ScaleAutomatism.hxx -chart2/source/view/inc/ShapeFactory.hxx -chart2/source/view/inc/Stripe.hxx -chart2/source/view/inc/VCoordinateSystem.hxx -chart2/source/view/inc/VDataSeries.hxx -chart2/source/view/inc/VDiagram.hxx -chart2/source/view/inc/VLegendSymbolFactory.hxx -chart2/source/view/inc/VLineProperties.hxx -chart2/source/view/inc/VPolarTransformation.hxx -chart2/source/view/inc/VSeriesPlotter.hxx -chart2/source/view/inc/ViewDefines.hxx -chart2/source/view/main/ChartItemPool.cxx -chart2/source/view/main/ChartItemPool.hxx -chart2/source/view/main/ChartView.cxx -chart2/source/view/main/Clipping.cxx -chart2/source/view/main/DataPointSymbolSupplier.cxx -chart2/source/view/main/DrawModelWrapper.cxx -chart2/source/view/main/LabelPositionHelper.cxx -chart2/source/view/main/Linear3DTransformation.cxx -chart2/source/view/main/PlotterBase.cxx -chart2/source/view/main/PlottingPositionHelper.cxx -chart2/source/view/main/PolarLabelPositionHelper.cxx -chart2/source/view/main/PropertyMapper.cxx -chart2/source/view/main/ShapeFactory.cxx -chart2/source/view/main/Stripe.cxx -chart2/source/view/main/VButton.cxx -chart2/source/view/main/VButton.hxx -chart2/source/view/main/VDataSeries.cxx -chart2/source/view/main/VLegend.cxx -chart2/source/view/main/VLegend.hxx -chart2/source/view/main/VLegendSymbolFactory.cxx -chart2/source/view/main/VLineProperties.cxx -chart2/source/view/main/VPolarTransformation.cxx -chart2/source/view/main/VTitle.cxx -chart2/source/view/main/VTitle.hxx -chart2/workbench/addin/sampleaddin.cxx -chart2/workbench/addin/sampleaddin.hxx -cli_ure/source/climaker/climaker_app.cxx -cli_ure/source/climaker/climaker_emit.cxx -cli_ure/source/climaker/climaker_share.h -cli_ure/source/native/assembly.cxx -cli_ure/source/native/native_bootstrap.cxx -cli_ure/source/native/native_share.h -cli_ure/source/native/path.cxx -cli_ure/source/uno_bridge/cli_base.h -cli_ure/source/uno_bridge/cli_bridge.cxx -cli_ure/source/uno_bridge/cli_bridge.h -cli_ure/source/uno_bridge/cli_data.cxx -cli_ure/source/uno_bridge/cli_environment.cxx -cli_ure/source/uno_bridge/cli_environment.h -cli_ure/source/uno_bridge/cli_proxy.cxx -cli_ure/source/uno_bridge/cli_proxy.h -cli_ure/source/uno_bridge/cli_uno.cxx -codemaker/source/codemaker/codemaker.cxx -codemaker/source/codemaker/exceptiontree.cxx -codemaker/source/codemaker/global.cxx -codemaker/source/codemaker/options.cxx -codemaker/source/codemaker/typemanager.cxx -codemaker/source/codemaker/unotype.cxx -codemaker/source/commoncpp/commoncpp.cxx -codemaker/source/commonjava/commonjava.cxx -codemaker/source/cppumaker/cppumaker.cxx -codemaker/source/cppumaker/cppuoptions.cxx -codemaker/source/cppumaker/cppuoptions.hxx -codemaker/source/cppumaker/cpputype.cxx -codemaker/source/cppumaker/cpputype.hxx -codemaker/source/cppumaker/dependencies.cxx -codemaker/source/cppumaker/dependencies.hxx -codemaker/source/cppumaker/dumputils.cxx -codemaker/source/cppumaker/dumputils.hxx -codemaker/source/cppumaker/includes.cxx -codemaker/source/cppumaker/includes.hxx -codemaker/source/javamaker/classfile.cxx -codemaker/source/javamaker/classfile.hxx -codemaker/source/javamaker/javamaker.cxx -codemaker/source/javamaker/javaoptions.cxx -codemaker/source/javamaker/javaoptions.hxx -codemaker/source/javamaker/javatype.cxx -codemaker/source/javamaker/javatype.hxx -comphelper/qa/container/comphelper_ifcontainer.cxx -comphelper/qa/container/testifcontainer.cxx -comphelper/qa/string/test_string.cxx -comphelper/qa/unit/base64_test.cxx -comphelper/qa/unit/syntaxhighlighttest.cxx -comphelper/qa/unit/test_hash.cxx -comphelper/qa/unit/variadictemplates.cxx -comphelper/qa/weakbag/test_weakbag.cxx -comphelper/source/compare/AnyCompareFactory.cxx -comphelper/source/container/IndexedPropertyValuesContainer.cxx -comphelper/source/container/NamedPropertyValuesContainer.cxx -comphelper/source/container/container.cxx -comphelper/source/container/containermultiplexer.cxx -comphelper/source/container/embeddedobjectcontainer.cxx -comphelper/source/container/enumerablemap.cxx -comphelper/source/container/enumhelper.cxx -comphelper/source/container/interfacecontainer2.cxx -comphelper/source/container/namecontainer.cxx -comphelper/source/eventattachermgr/eventattachermgr.cxx -comphelper/source/inc/comphelper_module.hxx -comphelper/source/misc/SelectionMultiplex.cxx -comphelper/source/misc/accessiblecomponenthelper.cxx -comphelper/source/misc/accessiblecontexthelper.cxx -comphelper/source/misc/accessibleeventnotifier.cxx -comphelper/source/misc/accessiblekeybindinghelper.cxx -comphelper/source/misc/accessibleselectionhelper.cxx -comphelper/source/misc/accessibletexthelper.cxx -comphelper/source/misc/accessiblewrapper.cxx -comphelper/source/misc/accimplaccess.cxx -comphelper/source/misc/anycompare.cxx -comphelper/source/misc/anytostring.cxx -comphelper/source/misc/asyncnotification.cxx -comphelper/source/misc/backupfilehelper.cxx -comphelper/source/misc/base64.cxx -comphelper/source/misc/comphelper_module.cxx -comphelper/source/misc/comphelper_services.cxx -comphelper/source/misc/componentbase.cxx -comphelper/source/misc/componentmodule.cxx -comphelper/source/misc/configuration.cxx -comphelper/source/misc/configurationhelper.cxx -comphelper/source/misc/dispatchcommand.cxx -comphelper/source/misc/docpasswordhelper.cxx -comphelper/source/misc/docpasswordrequest.cxx -comphelper/source/misc/documentinfo.cxx -comphelper/source/misc/evtlistenerhlp.cxx -comphelper/source/misc/evtmethodhelper.cxx -comphelper/source/misc/fileurl.cxx -comphelper/source/misc/getexpandeduri.cxx -comphelper/source/misc/hash.cxx -comphelper/source/misc/instancelocker.cxx -comphelper/source/misc/instancelocker.hxx -comphelper/source/misc/interaction.cxx -comphelper/source/misc/listenernotification.cxx -comphelper/source/misc/logging.cxx -comphelper/source/misc/lok.cxx -comphelper/source/misc/mimeconfighelper.cxx -comphelper/source/misc/namedvaluecollection.cxx -comphelper/source/misc/numberedcollection.cxx -comphelper/source/misc/numbers.cxx -comphelper/source/misc/officerestartmanager.cxx -comphelper/source/misc/officerestartmanager.hxx -comphelper/source/misc/profilezone.cxx -comphelper/source/misc/proxyaggregation.cxx -comphelper/source/misc/random.cxx -comphelper/source/misc/sequenceashashmap.cxx -comphelper/source/misc/servicedecl.cxx -comphelper/source/misc/sharedmutex.cxx -comphelper/source/misc/simplefileaccessinteraction.cxx -comphelper/source/misc/solarmutex.cxx -comphelper/source/misc/stillreadwriteinteraction.cxx -comphelper/source/misc/storagehelper.cxx -comphelper/source/misc/string.cxx -comphelper/source/misc/synchronousdispatch.cxx -comphelper/source/misc/syntaxhighlight.cxx -comphelper/source/misc/threadpool.cxx -comphelper/source/misc/types.cxx -comphelper/source/misc/weak.cxx -comphelper/source/misc/weakeventlistener.cxx -comphelper/source/misc/xmlsechelper.cxx -comphelper/source/officeinstdir/officeinstallationdirectories.cxx -comphelper/source/officeinstdir/officeinstallationdirectories.hxx -comphelper/source/processfactory/processfactory.cxx -comphelper/source/property/ChainablePropertySet.cxx -comphelper/source/property/ChainablePropertySetInfo.cxx -comphelper/source/property/MasterPropertySet.cxx -comphelper/source/property/MasterPropertySetInfo.cxx -comphelper/source/property/genericpropertyset.cxx -comphelper/source/property/opropertybag.cxx -comphelper/source/property/opropertybag.hxx -comphelper/source/property/propagg.cxx -comphelper/source/property/property.cxx -comphelper/source/property/propertybag.cxx -comphelper/source/property/propertycontainer.cxx -comphelper/source/property/propertycontainerhelper.cxx -comphelper/source/property/propertysethelper.cxx -comphelper/source/property/propertysetinfo.cxx -comphelper/source/property/propertystatecontainer.cxx -comphelper/source/property/propmultiplex.cxx -comphelper/source/property/propstate.cxx -comphelper/source/streaming/basicio.cxx -comphelper/source/streaming/memorystream.cxx -comphelper/source/streaming/oslfile2streamwrap.cxx -comphelper/source/streaming/seekableinput.cxx -comphelper/source/streaming/seqinputstreamserv.cxx -comphelper/source/streaming/seqoutputstreamserv.cxx -comphelper/source/streaming/seqstream.cxx -comphelper/source/streaming/streamsection.cxx -comphelper/source/windows/windows_process.cxx -comphelper/source/xml/attributelist.cxx -comphelper/source/xml/ofopxmlhelper.cxx -comphelper/source/xml/xmltools.cxx -compilerplugins/clang/automem.cxx -compilerplugins/clang/badstatics.cxx -compilerplugins/clang/blockblock.cxx -compilerplugins/clang/casttovoid.cxx -compilerplugins/clang/charrightshift.cxx -compilerplugins/clang/check.cxx -compilerplugins/clang/check.hxx -compilerplugins/clang/checkconfigmacros.cxx -compilerplugins/clang/checkunusedparams.cxx -compilerplugins/clang/commaoperator.cxx -compilerplugins/clang/comparisonwithconstant.cxx -compilerplugins/clang/compat.hxx -compilerplugins/clang/constantparam.cxx -compilerplugins/clang/constmethod.cxx -compilerplugins/clang/constparams.cxx -compilerplugins/clang/conststringvar.cxx -compilerplugins/clang/countusersofdefaultparams.cxx -compilerplugins/clang/cppunitassertequals.cxx -compilerplugins/clang/cstylecast.cxx -compilerplugins/clang/datamembershadow.cxx -compilerplugins/clang/derefnullptr.cxx -compilerplugins/clang/dllprivate.cxx -compilerplugins/clang/dodgyswitch.cxx -compilerplugins/clang/dyncastvisibility.cxx -compilerplugins/clang/dynexcspec.cxx -compilerplugins/clang/expandablemethods.cxx -compilerplugins/clang/expressionalwayszero.cxx -compilerplugins/clang/externandnotdefined.cxx -compilerplugins/clang/faileddyncast.cxx -compilerplugins/clang/fakebool.cxx -compilerplugins/clang/finalclasses.cxx -compilerplugins/clang/finalprotected.cxx -compilerplugins/clang/flatten.cxx -compilerplugins/clang/fragiledestructor.cxx -compilerplugins/clang/functionaddress.hxx -compilerplugins/clang/getimplementationname.cxx -compilerplugins/clang/implicitboolconversion.cxx -compilerplugins/clang/includeform.cxx -compilerplugins/clang/inlinefields.cxx -compilerplugins/clang/inlinesimplememberfunctions.cxx -compilerplugins/clang/inlinevisible.cxx -compilerplugins/clang/literaltoboolconversion.cxx -compilerplugins/clang/loopvartoosmall.cxx -compilerplugins/clang/memoryvar.cxx -compilerplugins/clang/mergeclasses.cxx -compilerplugins/clang/nullptr.cxx -compilerplugins/clang/oncevar.cxx -compilerplugins/clang/oslendian.cxx -compilerplugins/clang/overrideparam.cxx -compilerplugins/clang/overridevirtual.cxx -compilerplugins/clang/passparamsbyref.cxx -compilerplugins/clang/passstuffbyref.cxx -compilerplugins/clang/plugin.cxx -compilerplugins/clang/plugin.hxx -compilerplugins/clang/pluginhandler.cxx -compilerplugins/clang/pluginhandler.hxx -compilerplugins/clang/privatebase.cxx -compilerplugins/clang/ptrvector.cxx -compilerplugins/clang/rangedforcopy.cxx -compilerplugins/clang/redundantcast.cxx -compilerplugins/clang/redundantinline.cxx -compilerplugins/clang/redundantpointerops.cxx -compilerplugins/clang/redundantstatic.cxx -compilerplugins/clang/refcounting.cxx -compilerplugins/clang/rendercontext.cxx -compilerplugins/clang/reservedid.cxx -compilerplugins/clang/sallogareas.cxx -compilerplugins/clang/salunicodeliteral.cxx -compilerplugins/clang/sfxpoolitem.cxx -compilerplugins/clang/sharedvisitor/analyzer.cxx -compilerplugins/clang/sharedvisitor/dummyplugin.hxx -compilerplugins/clang/sharedvisitor/generator.cxx -compilerplugins/clang/simplifybool.cxx -compilerplugins/clang/singlevalfields.cxx -compilerplugins/clang/staticaccess.cxx -compilerplugins/clang/staticmethods.cxx -compilerplugins/clang/store/badvectorinit.cxx -compilerplugins/clang/store/bodynotinblock.cxx -compilerplugins/clang/store/bodynotinblock.hxx -compilerplugins/clang/store/cascadingassignop.cxx -compilerplugins/clang/store/cascadingassignop.hxx -compilerplugins/clang/store/cascadingcondop.cxx -compilerplugins/clang/store/cascadingcondop.hxx -compilerplugins/clang/store/changefunctioncalls.cxx -compilerplugins/clang/store/constantfunction.cxx -compilerplugins/clang/store/deadclass.cxx -compilerplugins/clang/store/defaultparams.cxx -compilerplugins/clang/store/deletedspecial.cxx -compilerplugins/clang/store/derivedclass.cxx -compilerplugins/clang/store/findoncontainer.cxx -compilerplugins/clang/store/fpcomparison.cxx -compilerplugins/clang/store/lclstaticfix.cxx -compilerplugins/clang/store/lclstaticfix.hxx -compilerplugins/clang/store/manualrefcount.cxx -compilerplugins/clang/store/paintmethodconversion.cxx -compilerplugins/clang/store/postfixincrementfix.cxx -compilerplugins/clang/store/postfixincrementfix.hxx -compilerplugins/clang/store/removeforwardstringdecl.cxx -compilerplugins/clang/store/removeforwardstringdecl.hxx -compilerplugins/clang/store/removevirtuals.cxx -compilerplugins/clang/store/returnbyref.cxx -compilerplugins/clang/store/returnunique.cxx -compilerplugins/clang/store/revisibility.cxx -compilerplugins/clang/store/rtlconstasciimacro.cxx -compilerplugins/clang/store/sfxitemsetrewrite.cxx -compilerplugins/clang/store/stdexception.cxx -compilerplugins/clang/store/stylepolice.cxx -compilerplugins/clang/store/svstreamoutputoperators.cxx -compilerplugins/clang/store/test/deadclass.cxx -compilerplugins/clang/store/tutorial/tutorial1.cxx -compilerplugins/clang/store/tutorial/tutorial1.hxx -compilerplugins/clang/store/tutorial/tutorial1_example.cxx -compilerplugins/clang/store/tutorial/tutorial2.cxx -compilerplugins/clang/store/tutorial/tutorial2.hxx -compilerplugins/clang/store/tutorial/tutorial2_example.cxx -compilerplugins/clang/store/tutorial/tutorial3.cxx -compilerplugins/clang/store/tutorial/tutorial3.hxx -compilerplugins/clang/store/unusedcode.cxx -compilerplugins/clang/store/valueof.cxx -compilerplugins/clang/stringconcatauto.cxx -compilerplugins/clang/stringconcatliterals.cxx -compilerplugins/clang/stringconstant.cxx -compilerplugins/clang/stringstatic.cxx -compilerplugins/clang/subtlezeroinit.cxx -compilerplugins/clang/test/badstatics.cxx -compilerplugins/clang/test/blockblock.cxx -compilerplugins/clang/test/casttovoid.cxx -compilerplugins/clang/test/commaoperator.cxx -compilerplugins/clang/test/constmethod.cxx -compilerplugins/clang/test/constparams.cxx -compilerplugins/clang/test/cppunitassertequals.cxx -compilerplugins/clang/test/cppunitassertequals.hxx -compilerplugins/clang/test/datamembershadow.cxx -compilerplugins/clang/test/dodgyswitch.cxx -compilerplugins/clang/test/expressionalwayszero.cxx -compilerplugins/clang/test/external.hxx -compilerplugins/clang/test/faileddyncast.cxx -compilerplugins/clang/test/fakebool.cxx -compilerplugins/clang/test/finalprotected.cxx -compilerplugins/clang/test/flatten.cxx -compilerplugins/clang/test/indentation.cxx -compilerplugins/clang/test/loopvartoosmall.cxx -compilerplugins/clang/test/namespaceindentation.cxx -compilerplugins/clang/test/oncevar.cxx -compilerplugins/clang/test/oslendian-1.cxx -compilerplugins/clang/test/oslendian-2.cxx -compilerplugins/clang/test/oslendian-3.cxx -compilerplugins/clang/test/passparamsbyref.cxx -compilerplugins/clang/test/passstuffbyref.cxx -compilerplugins/clang/test/redundantcast.cxx -compilerplugins/clang/test/redundantcast.hxx -compilerplugins/clang/test/redundantinline.cxx -compilerplugins/clang/test/redundantinline.hxx -compilerplugins/clang/test/redundantpointerops.cxx -compilerplugins/clang/test/salunicodeliteral.cxx -compilerplugins/clang/test/stringconcatauto.cxx -compilerplugins/clang/test/stringconstant.cxx -compilerplugins/clang/test/unnecessarycatchthrow.cxx -compilerplugins/clang/test/unnecessaryoverride-dtor.cxx -compilerplugins/clang/test/unnecessaryoverride-dtor.hxx -compilerplugins/clang/test/unnecessaryparen.cxx -compilerplugins/clang/test/unoany.cxx -compilerplugins/clang/test/unusedfields.cxx -compilerplugins/clang/test/useuniqueptr.cxx -compilerplugins/clang/test/vclwidgets.cxx -compilerplugins/clang/unicodetochar.cxx -compilerplugins/clang/unnecessarycatchthrow.cxx -compilerplugins/clang/unnecessaryoverride.cxx -compilerplugins/clang/unnecessaryparen.cxx -compilerplugins/clang/unnecessaryvirtual.cxx -compilerplugins/clang/unoany.cxx -compilerplugins/clang/unreffun.cxx -compilerplugins/clang/unusedenumconstants.cxx -compilerplugins/clang/unusedfields.cxx -compilerplugins/clang/unusedfieldsremove.cxx -compilerplugins/clang/unusedmethods.cxx -compilerplugins/clang/unusedmethodsremove.cxx -compilerplugins/clang/unusedvariablecheck.cxx -compilerplugins/clang/unusedvariablecheck.hxx -compilerplugins/clang/useuniqueptr.cxx -compilerplugins/clang/vclwidgets.cxx -compilerplugins/clang/weakobject.cxx -configmgr/qa/unit/test.cxx -configmgr/source/access.cxx -configmgr/source/access.hxx -configmgr/source/additions.hxx -configmgr/source/broadcaster.cxx -configmgr/source/broadcaster.hxx -configmgr/source/childaccess.cxx -configmgr/source/childaccess.hxx -configmgr/source/components.cxx -configmgr/source/components.hxx -configmgr/source/config_map.hxx -configmgr/source/configurationprovider.cxx -configmgr/source/configurationprovider.hxx -configmgr/source/configurationregistry.cxx -configmgr/source/configurationregistry.hxx -configmgr/source/data.cxx -configmgr/source/data.hxx -configmgr/source/dconf.cxx -configmgr/source/dconf.hxx -configmgr/source/defaultprovider.cxx -configmgr/source/defaultprovider.hxx -configmgr/source/groupnode.cxx -configmgr/source/groupnode.hxx -configmgr/source/localizedpropertynode.cxx -configmgr/source/localizedpropertynode.hxx -configmgr/source/localizedvaluenode.cxx -configmgr/source/localizedvaluenode.hxx -configmgr/source/lock.cxx -configmgr/source/lock.hxx -configmgr/source/modifications.cxx -configmgr/source/modifications.hxx -configmgr/source/node.cxx -configmgr/source/node.hxx -configmgr/source/nodemap.cxx -configmgr/source/nodemap.hxx -configmgr/source/parsemanager.cxx -configmgr/source/parsemanager.hxx -configmgr/source/parser.hxx -configmgr/source/partial.cxx -configmgr/source/partial.hxx -configmgr/source/propertynode.cxx -configmgr/source/propertynode.hxx -configmgr/source/readonlyaccess.cxx -configmgr/source/readonlyaccess.hxx -configmgr/source/readwriteaccess.cxx -configmgr/source/readwriteaccess.hxx -configmgr/source/rootaccess.cxx -configmgr/source/rootaccess.hxx -configmgr/source/rootnode.cxx -configmgr/source/rootnode.hxx -configmgr/source/services.cxx -configmgr/source/setnode.cxx -configmgr/source/setnode.hxx -configmgr/source/type.cxx -configmgr/source/type.hxx -configmgr/source/update.cxx -configmgr/source/update.hxx -configmgr/source/valueparser.cxx -configmgr/source/valueparser.hxx -configmgr/source/winreg.cxx -configmgr/source/winreg.hxx -configmgr/source/writemodfile.cxx -configmgr/source/writemodfile.hxx -configmgr/source/xcdparser.cxx -configmgr/source/xcdparser.hxx -configmgr/source/xcsparser.cxx -configmgr/source/xcsparser.hxx -configmgr/source/xcuparser.cxx -configmgr/source/xcuparser.hxx -configmgr/source/xmldata.cxx -configmgr/source/xmldata.hxx -connectivity/inc/ParameterCont.hxx -connectivity/inc/SQLStatementHelper.hxx -connectivity/inc/TIndex.hxx -connectivity/inc/TIndexColumns.hxx -connectivity/inc/TKey.hxx -connectivity/inc/TKeyColumns.hxx -connectivity/inc/sdbcx/VCatalog.hxx -connectivity/inc/sdbcx/VGroup.hxx -connectivity/inc/sdbcx/VIndex.hxx -connectivity/inc/sdbcx/VIndexColumn.hxx -connectivity/inc/sdbcx/VKey.hxx -connectivity/inc/sdbcx/VKeyColumn.hxx -connectivity/inc/sdbcx/VTypeDef.hxx -connectivity/inc/sdbcx/VUser.hxx -connectivity/inc/strings.hxx -connectivity/qa/connectivity/ado/DriverTest.cxx -connectivity/qa/connectivity/commontools/FValue_test.cxx -connectivity/qa/connectivity/mork/DriverTest.cxx -connectivity/source/commontools/AutoRetrievingBase.cxx -connectivity/source/commontools/BlobHelper.cxx -connectivity/source/commontools/CommonTools.cxx -connectivity/source/commontools/ConnectionWrapper.cxx -connectivity/source/commontools/DateConversion.cxx -connectivity/source/commontools/DriversConfig.cxx -connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx -connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx -connectivity/source/commontools/FValue.cxx -connectivity/source/commontools/ParameterSubstitution.cxx -connectivity/source/commontools/RowFunctionParser.cxx -connectivity/source/commontools/TColumnsHelper.cxx -connectivity/source/commontools/TConnection.cxx -connectivity/source/commontools/TDatabaseMetaDataBase.cxx -connectivity/source/commontools/TIndex.cxx -connectivity/source/commontools/TIndexColumns.cxx -connectivity/source/commontools/TIndexes.cxx -connectivity/source/commontools/TKey.cxx -connectivity/source/commontools/TKeyColumns.cxx -connectivity/source/commontools/TKeys.cxx -connectivity/source/commontools/TPrivilegesResultSet.cxx -connectivity/source/commontools/TSkipDeletedSet.cxx -connectivity/source/commontools/TSortIndex.cxx -connectivity/source/commontools/TTableHelper.cxx -connectivity/source/commontools/conncleanup.cxx -connectivity/source/commontools/dbcharset.cxx -connectivity/source/commontools/dbconversion.cxx -connectivity/source/commontools/dbexception.cxx -connectivity/source/commontools/dbmetadata.cxx -connectivity/source/commontools/dbtools.cxx -connectivity/source/commontools/dbtools2.cxx -connectivity/source/commontools/filtermanager.cxx -connectivity/source/commontools/formattedcolumnvalue.cxx -connectivity/source/commontools/parameters.cxx -connectivity/source/commontools/paramwrapper.cxx -connectivity/source/commontools/predicateinput.cxx -connectivity/source/commontools/propertyids.cxx -connectivity/source/commontools/sqlerror.cxx -connectivity/source/commontools/statementcomposer.cxx -connectivity/source/commontools/warningscontainer.cxx -connectivity/source/cpool/ZConnectionPool.cxx -connectivity/source/cpool/ZConnectionPool.hxx -connectivity/source/cpool/ZConnectionWrapper.cxx -connectivity/source/cpool/ZConnectionWrapper.hxx -connectivity/source/cpool/ZDriverWrapper.cxx -connectivity/source/cpool/ZDriverWrapper.hxx -connectivity/source/cpool/ZPoolCollection.cxx -connectivity/source/cpool/ZPoolCollection.hxx -connectivity/source/cpool/ZPooledConnection.cxx -connectivity/source/cpool/ZPooledConnection.hxx -connectivity/source/cpool/Zregistration.cxx -connectivity/source/drivers/ado/ACallableStatement.cxx -connectivity/source/drivers/ado/ACatalog.cxx -connectivity/source/drivers/ado/AColumn.cxx -connectivity/source/drivers/ado/AColumns.cxx -connectivity/source/drivers/ado/AConnection.cxx -connectivity/source/drivers/ado/ADatabaseMetaData.cxx -connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx -connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx -connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx -connectivity/source/drivers/ado/ADriver.cxx -connectivity/source/drivers/ado/AGroup.cxx -connectivity/source/drivers/ado/AGroups.cxx -connectivity/source/drivers/ado/AIndex.cxx -connectivity/source/drivers/ado/AIndexes.cxx -connectivity/source/drivers/ado/AKey.cxx -connectivity/source/drivers/ado/AKeys.cxx -connectivity/source/drivers/ado/APreparedStatement.cxx -connectivity/source/drivers/ado/AResultSet.cxx -connectivity/source/drivers/ado/AResultSetMetaData.cxx -connectivity/source/drivers/ado/AStatement.cxx -connectivity/source/drivers/ado/ATable.cxx -connectivity/source/drivers/ado/ATables.cxx -connectivity/source/drivers/ado/AUser.cxx -connectivity/source/drivers/ado/AUsers.cxx -connectivity/source/drivers/ado/AView.cxx -connectivity/source/drivers/ado/AViews.cxx -connectivity/source/drivers/ado/Aolevariant.cxx -connectivity/source/drivers/ado/Aservices.cxx -connectivity/source/drivers/ado/Awrapado.cxx -connectivity/source/drivers/ado/adoimp.cxx -connectivity/source/drivers/calc/CCatalog.cxx -connectivity/source/drivers/calc/CConnection.cxx -connectivity/source/drivers/calc/CDatabaseMetaData.cxx -connectivity/source/drivers/calc/CDriver.cxx -connectivity/source/drivers/calc/CTable.cxx -connectivity/source/drivers/calc/CTables.cxx -connectivity/source/drivers/calc/Cservices.cxx -connectivity/source/drivers/component/CColumns.cxx -connectivity/source/drivers/component/CDatabaseMetaData.cxx -connectivity/source/drivers/component/CPreparedStatement.cxx -connectivity/source/drivers/component/CResultSet.cxx -connectivity/source/drivers/component/CStatement.cxx -connectivity/source/drivers/component/CTable.cxx -connectivity/source/drivers/dbase/DCatalog.cxx -connectivity/source/drivers/dbase/DColumns.cxx -connectivity/source/drivers/dbase/DConnection.cxx -connectivity/source/drivers/dbase/DDatabaseMetaData.cxx -connectivity/source/drivers/dbase/DDriver.cxx -connectivity/source/drivers/dbase/DIndex.cxx -connectivity/source/drivers/dbase/DIndexColumns.cxx -connectivity/source/drivers/dbase/DIndexIter.cxx -connectivity/source/drivers/dbase/DIndexes.cxx -connectivity/source/drivers/dbase/DPreparedStatement.cxx -connectivity/source/drivers/dbase/DResultSet.cxx -connectivity/source/drivers/dbase/DStatement.cxx -connectivity/source/drivers/dbase/DTable.cxx -connectivity/source/drivers/dbase/DTables.cxx -connectivity/source/drivers/dbase/Dservices.cxx -connectivity/source/drivers/dbase/dindexnode.cxx -connectivity/source/drivers/evoab2/EApi.cxx -connectivity/source/drivers/evoab2/EApi.h -connectivity/source/drivers/evoab2/NCatalog.cxx -connectivity/source/drivers/evoab2/NCatalog.hxx -connectivity/source/drivers/evoab2/NColumns.cxx -connectivity/source/drivers/evoab2/NColumns.hxx -connectivity/source/drivers/evoab2/NConnection.cxx -connectivity/source/drivers/evoab2/NConnection.hxx -connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx -connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx -connectivity/source/drivers/evoab2/NDriver.cxx -connectivity/source/drivers/evoab2/NDriver.hxx -connectivity/source/drivers/evoab2/NPreparedStatement.cxx -connectivity/source/drivers/evoab2/NPreparedStatement.hxx -connectivity/source/drivers/evoab2/NResultSet.cxx -connectivity/source/drivers/evoab2/NResultSet.hxx -connectivity/source/drivers/evoab2/NResultSetMetaData.cxx -connectivity/source/drivers/evoab2/NResultSetMetaData.hxx -connectivity/source/drivers/evoab2/NServices.cxx -connectivity/source/drivers/evoab2/NStatement.cxx -connectivity/source/drivers/evoab2/NStatement.hxx -connectivity/source/drivers/evoab2/NTable.cxx -connectivity/source/drivers/evoab2/NTable.hxx -connectivity/source/drivers/evoab2/NTables.cxx -connectivity/source/drivers/evoab2/NTables.hxx -connectivity/source/drivers/file/FCatalog.cxx -connectivity/source/drivers/file/FColumns.cxx -connectivity/source/drivers/file/FConnection.cxx -connectivity/source/drivers/file/FDatabaseMetaData.cxx -connectivity/source/drivers/file/FDateFunctions.cxx -connectivity/source/drivers/file/FDriver.cxx -connectivity/source/drivers/file/FNoException.cxx -connectivity/source/drivers/file/FNumericFunctions.cxx -connectivity/source/drivers/file/FPreparedStatement.cxx -connectivity/source/drivers/file/FResultSet.cxx -connectivity/source/drivers/file/FResultSetMetaData.cxx -connectivity/source/drivers/file/FStatement.cxx -connectivity/source/drivers/file/FStringFunctions.cxx -connectivity/source/drivers/file/FTable.cxx -connectivity/source/drivers/file/FTables.cxx -connectivity/source/drivers/file/fanalyzer.cxx -connectivity/source/drivers/file/fcode.cxx -connectivity/source/drivers/file/fcomp.cxx -connectivity/source/drivers/file/quotedstring.cxx -connectivity/source/drivers/firebird/Blob.cxx -connectivity/source/drivers/firebird/Blob.hxx -connectivity/source/drivers/firebird/Catalog.cxx -connectivity/source/drivers/firebird/Catalog.hxx -connectivity/source/drivers/firebird/Clob.cxx -connectivity/source/drivers/firebird/Clob.hxx -connectivity/source/drivers/firebird/Column.cxx -connectivity/source/drivers/firebird/Column.hxx -connectivity/source/drivers/firebird/Columns.cxx -connectivity/source/drivers/firebird/Columns.hxx -connectivity/source/drivers/firebird/Connection.cxx -connectivity/source/drivers/firebird/Connection.hxx -connectivity/source/drivers/firebird/DatabaseMetaData.cxx -connectivity/source/drivers/firebird/DatabaseMetaData.hxx -connectivity/source/drivers/firebird/Driver.cxx -connectivity/source/drivers/firebird/Driver.hxx -connectivity/source/drivers/firebird/Indexes.cxx -connectivity/source/drivers/firebird/Indexes.hxx -connectivity/source/drivers/firebird/Keys.cxx -connectivity/source/drivers/firebird/Keys.hxx -connectivity/source/drivers/firebird/PreparedStatement.cxx -connectivity/source/drivers/firebird/PreparedStatement.hxx -connectivity/source/drivers/firebird/ResultSet.cxx -connectivity/source/drivers/firebird/ResultSet.hxx -connectivity/source/drivers/firebird/ResultSetMetaData.cxx -connectivity/source/drivers/firebird/ResultSetMetaData.hxx -connectivity/source/drivers/firebird/Services.cxx -connectivity/source/drivers/firebird/Statement.cxx -connectivity/source/drivers/firebird/Statement.hxx -connectivity/source/drivers/firebird/StatementCommonBase.cxx -connectivity/source/drivers/firebird/StatementCommonBase.hxx -connectivity/source/drivers/firebird/SubComponent.hxx -connectivity/source/drivers/firebird/Table.cxx -connectivity/source/drivers/firebird/Table.hxx -connectivity/source/drivers/firebird/Tables.cxx -connectivity/source/drivers/firebird/Tables.hxx -connectivity/source/drivers/firebird/User.cxx -connectivity/source/drivers/firebird/User.hxx -connectivity/source/drivers/firebird/Users.cxx -connectivity/source/drivers/firebird/Users.hxx -connectivity/source/drivers/firebird/Util.cxx -connectivity/source/drivers/firebird/Util.hxx -connectivity/source/drivers/flat/ECatalog.cxx -connectivity/source/drivers/flat/EColumns.cxx -connectivity/source/drivers/flat/EConnection.cxx -connectivity/source/drivers/flat/EDatabaseMetaData.cxx -connectivity/source/drivers/flat/EDriver.cxx -connectivity/source/drivers/flat/EPreparedStatement.cxx -connectivity/source/drivers/flat/EResultSet.cxx -connectivity/source/drivers/flat/EStatement.cxx -connectivity/source/drivers/flat/ETable.cxx -connectivity/source/drivers/flat/ETables.cxx -connectivity/source/drivers/flat/Eservices.cxx -connectivity/source/drivers/hsqldb/HCatalog.cxx -connectivity/source/drivers/hsqldb/HColumns.cxx -connectivity/source/drivers/hsqldb/HConnection.cxx -connectivity/source/drivers/hsqldb/HDriver.cxx -connectivity/source/drivers/hsqldb/HStorageAccess.cxx -connectivity/source/drivers/hsqldb/HStorageMap.cxx -connectivity/source/drivers/hsqldb/HTable.cxx -connectivity/source/drivers/hsqldb/HTables.cxx -connectivity/source/drivers/hsqldb/HTerminateListener.cxx -connectivity/source/drivers/hsqldb/HTerminateListener.hxx -connectivity/source/drivers/hsqldb/HTools.cxx -connectivity/source/drivers/hsqldb/HUser.cxx -connectivity/source/drivers/hsqldb/HUsers.cxx -connectivity/source/drivers/hsqldb/HView.cxx -connectivity/source/drivers/hsqldb/HViews.cxx -connectivity/source/drivers/hsqldb/Hservices.cxx -connectivity/source/drivers/hsqldb/StorageFileAccess.cxx -connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx -connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx -connectivity/source/drivers/hsqldb/accesslog.cxx -connectivity/source/drivers/hsqldb/accesslog.hxx -connectivity/source/drivers/jdbc/Array.cxx -connectivity/source/drivers/jdbc/Blob.cxx -connectivity/source/drivers/jdbc/Boolean.cxx -connectivity/source/drivers/jdbc/CallableStatement.cxx -connectivity/source/drivers/jdbc/Class.cxx -connectivity/source/drivers/jdbc/Clob.cxx -connectivity/source/drivers/jdbc/ConnectionLog.cxx -connectivity/source/drivers/jdbc/ContextClassLoader.cxx -connectivity/source/drivers/jdbc/DatabaseMetaData.cxx -connectivity/source/drivers/jdbc/Date.cxx -connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx -connectivity/source/drivers/jdbc/Exception.cxx -connectivity/source/drivers/jdbc/InputStream.cxx -connectivity/source/drivers/jdbc/JBigDecimal.cxx -connectivity/source/drivers/jdbc/JConnection.cxx -connectivity/source/drivers/jdbc/JDriver.cxx -connectivity/source/drivers/jdbc/JStatement.cxx -connectivity/source/drivers/jdbc/Object.cxx -connectivity/source/drivers/jdbc/PreparedStatement.cxx -connectivity/source/drivers/jdbc/Reader.cxx -connectivity/source/drivers/jdbc/Ref.cxx -connectivity/source/drivers/jdbc/ResultSet.cxx -connectivity/source/drivers/jdbc/ResultSetMetaData.cxx -connectivity/source/drivers/jdbc/SQLException.cxx -connectivity/source/drivers/jdbc/SQLWarning.cxx -connectivity/source/drivers/jdbc/String.cxx -connectivity/source/drivers/jdbc/Throwable.cxx -connectivity/source/drivers/jdbc/Timestamp.cxx -connectivity/source/drivers/jdbc/jservices.cxx -connectivity/source/drivers/jdbc/tools.cxx -connectivity/source/drivers/macab/MacabAddressBook.cxx -connectivity/source/drivers/macab/MacabAddressBook.hxx -connectivity/source/drivers/macab/MacabCatalog.cxx -connectivity/source/drivers/macab/MacabCatalog.hxx -connectivity/source/drivers/macab/MacabColumns.cxx -connectivity/source/drivers/macab/MacabColumns.hxx -connectivity/source/drivers/macab/MacabConnection.cxx -connectivity/source/drivers/macab/MacabConnection.hxx -connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx -connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx -connectivity/source/drivers/macab/MacabDriver.cxx -connectivity/source/drivers/macab/MacabDriver.hxx -connectivity/source/drivers/macab/MacabGroup.cxx -connectivity/source/drivers/macab/MacabGroup.hxx -connectivity/source/drivers/macab/MacabHeader.cxx -connectivity/source/drivers/macab/MacabHeader.hxx -connectivity/source/drivers/macab/MacabPreparedStatement.cxx -connectivity/source/drivers/macab/MacabPreparedStatement.hxx -connectivity/source/drivers/macab/MacabRecord.cxx -connectivity/source/drivers/macab/MacabRecord.hxx -connectivity/source/drivers/macab/MacabRecords.cxx -connectivity/source/drivers/macab/MacabRecords.hxx -connectivity/source/drivers/macab/MacabResultSet.cxx -connectivity/source/drivers/macab/MacabResultSet.hxx -connectivity/source/drivers/macab/MacabResultSetMetaData.cxx -connectivity/source/drivers/macab/MacabResultSetMetaData.hxx -connectivity/source/drivers/macab/MacabServices.cxx -connectivity/source/drivers/macab/MacabStatement.cxx -connectivity/source/drivers/macab/MacabStatement.hxx -connectivity/source/drivers/macab/MacabTable.cxx -connectivity/source/drivers/macab/MacabTable.hxx -connectivity/source/drivers/macab/MacabTables.cxx -connectivity/source/drivers/macab/MacabTables.hxx -connectivity/source/drivers/macab/macabcondition.cxx -connectivity/source/drivers/macab/macabcondition.hxx -connectivity/source/drivers/macab/macaborder.cxx -connectivity/source/drivers/macab/macaborder.hxx -connectivity/source/drivers/macab/macabutilities.hxx -connectivity/source/drivers/mork/MCatalog.cxx -connectivity/source/drivers/mork/MCatalog.hxx -connectivity/source/drivers/mork/MColumnAlias.cxx -connectivity/source/drivers/mork/MColumnAlias.hxx -connectivity/source/drivers/mork/MColumns.cxx -connectivity/source/drivers/mork/MColumns.hxx -connectivity/source/drivers/mork/MConnection.cxx -connectivity/source/drivers/mork/MConnection.hxx -connectivity/source/drivers/mork/MDatabaseMetaData.cxx -connectivity/source/drivers/mork/MDatabaseMetaData.hxx -connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx -connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx -connectivity/source/drivers/mork/MDriver.cxx -connectivity/source/drivers/mork/MDriver.hxx -connectivity/source/drivers/mork/MErrorResource.hxx -connectivity/source/drivers/mork/MPreparedStatement.cxx -connectivity/source/drivers/mork/MPreparedStatement.hxx -connectivity/source/drivers/mork/MQueryHelper.cxx -connectivity/source/drivers/mork/MQueryHelper.hxx -connectivity/source/drivers/mork/MResultSet.cxx -connectivity/source/drivers/mork/MResultSet.hxx -connectivity/source/drivers/mork/MResultSetMetaData.cxx -connectivity/source/drivers/mork/MResultSetMetaData.hxx -connectivity/source/drivers/mork/MStatement.cxx -connectivity/source/drivers/mork/MStatement.hxx -connectivity/source/drivers/mork/MTable.cxx -connectivity/source/drivers/mork/MTable.hxx -connectivity/source/drivers/mork/MTables.cxx -connectivity/source/drivers/mork/MTables.hxx -connectivity/source/drivers/mork/MorkParser.cxx -connectivity/source/drivers/mork/MorkParser.hxx -connectivity/source/drivers/mork/mork_helper.cxx -connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx -connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx -connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx -connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx -connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx -connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx -connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx -connectivity/source/drivers/odbc/OConnection.cxx -connectivity/source/drivers/odbc/ODatabaseMetaData.cxx -connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx -connectivity/source/drivers/odbc/ODriver.cxx -connectivity/source/drivers/odbc/OFunctions.cxx -connectivity/source/drivers/odbc/OPreparedStatement.cxx -connectivity/source/drivers/odbc/ORealDriver.cxx -connectivity/source/drivers/odbc/ORealDriver.hxx -connectivity/source/drivers/odbc/OResultSet.cxx -connectivity/source/drivers/odbc/OResultSetMetaData.cxx -connectivity/source/drivers/odbc/OStatement.cxx -connectivity/source/drivers/odbc/OTools.cxx -connectivity/source/drivers/odbc/oservices.cxx -connectivity/source/drivers/postgresql/pq_array.cxx -connectivity/source/drivers/postgresql/pq_array.hxx -connectivity/source/drivers/postgresql/pq_baseresultset.cxx -connectivity/source/drivers/postgresql/pq_baseresultset.hxx -connectivity/source/drivers/postgresql/pq_connection.cxx -connectivity/source/drivers/postgresql/pq_connection.hxx -connectivity/source/drivers/postgresql/pq_databasemetadata.cxx -connectivity/source/drivers/postgresql/pq_databasemetadata.hxx -connectivity/source/drivers/postgresql/pq_driver.cxx -connectivity/source/drivers/postgresql/pq_driver.hxx -connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx -connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx -connectivity/source/drivers/postgresql/pq_preparedstatement.cxx -connectivity/source/drivers/postgresql/pq_preparedstatement.hxx -connectivity/source/drivers/postgresql/pq_resultset.cxx -connectivity/source/drivers/postgresql/pq_resultset.hxx -connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx -connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx -connectivity/source/drivers/postgresql/pq_sequenceresultset.cxx -connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx -connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx -connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.hxx -connectivity/source/drivers/postgresql/pq_statement.cxx -connectivity/source/drivers/postgresql/pq_statement.hxx -connectivity/source/drivers/postgresql/pq_statics.cxx -connectivity/source/drivers/postgresql/pq_statics.hxx -connectivity/source/drivers/postgresql/pq_tools.cxx -connectivity/source/drivers/postgresql/pq_tools.hxx -connectivity/source/drivers/postgresql/pq_updateableresultset.cxx -connectivity/source/drivers/postgresql/pq_updateableresultset.hxx -connectivity/source/drivers/postgresql/pq_xbase.cxx -connectivity/source/drivers/postgresql/pq_xbase.hxx -connectivity/source/drivers/postgresql/pq_xcolumn.cxx -connectivity/source/drivers/postgresql/pq_xcolumn.hxx -connectivity/source/drivers/postgresql/pq_xcolumns.cxx -connectivity/source/drivers/postgresql/pq_xcolumns.hxx -connectivity/source/drivers/postgresql/pq_xcontainer.cxx -connectivity/source/drivers/postgresql/pq_xcontainer.hxx -connectivity/source/drivers/postgresql/pq_xindex.cxx -connectivity/source/drivers/postgresql/pq_xindex.hxx -connectivity/source/drivers/postgresql/pq_xindexcolumn.cxx -connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx -connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx -connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx -connectivity/source/drivers/postgresql/pq_xindexes.cxx -connectivity/source/drivers/postgresql/pq_xindexes.hxx -connectivity/source/drivers/postgresql/pq_xkey.cxx -connectivity/source/drivers/postgresql/pq_xkey.hxx -connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx -connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx -connectivity/source/drivers/postgresql/pq_xkeycolumns.cxx -connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx -connectivity/source/drivers/postgresql/pq_xkeys.cxx -connectivity/source/drivers/postgresql/pq_xkeys.hxx -connectivity/source/drivers/postgresql/pq_xtable.cxx -connectivity/source/drivers/postgresql/pq_xtable.hxx -connectivity/source/drivers/postgresql/pq_xtables.cxx -connectivity/source/drivers/postgresql/pq_xtables.hxx -connectivity/source/drivers/postgresql/pq_xuser.cxx -connectivity/source/drivers/postgresql/pq_xuser.hxx -connectivity/source/drivers/postgresql/pq_xusers.cxx -connectivity/source/drivers/postgresql/pq_xusers.hxx -connectivity/source/drivers/postgresql/pq_xview.cxx -connectivity/source/drivers/postgresql/pq_xview.hxx -connectivity/source/drivers/postgresql/pq_xviews.cxx -connectivity/source/drivers/postgresql/pq_xviews.hxx -connectivity/source/inc/AutoRetrievingBase.hxx -connectivity/source/inc/FDatabaseMetaDataResultSet.hxx -connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx -connectivity/source/inc/OColumn.hxx -connectivity/source/inc/OTypeInfo.hxx -connectivity/source/inc/ParameterSubstitution.hxx -connectivity/source/inc/RowFunctionParser.hxx -connectivity/source/inc/TConnection.hxx -connectivity/source/inc/TDatabaseMetaDataBase.hxx -connectivity/source/inc/TKeyValue.hxx -connectivity/source/inc/TPrivilegesResultSet.hxx -connectivity/source/inc/TResultSetHelper.hxx -connectivity/source/inc/TSkipDeletedSet.hxx -connectivity/source/inc/TSortIndex.hxx -connectivity/source/inc/ado/ACallableStatement.hxx -connectivity/source/inc/ado/ACatalog.hxx -connectivity/source/inc/ado/AColumn.hxx -connectivity/source/inc/ado/AColumns.hxx -connectivity/source/inc/ado/AConnection.hxx -connectivity/source/inc/ado/ADatabaseMetaData.hxx -connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx -connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx -connectivity/source/inc/ado/ADriver.hxx -connectivity/source/inc/ado/AGroup.hxx -connectivity/source/inc/ado/AGroups.hxx -connectivity/source/inc/ado/AIndex.hxx -connectivity/source/inc/ado/AIndexes.hxx -connectivity/source/inc/ado/AKey.hxx -connectivity/source/inc/ado/AKeys.hxx -connectivity/source/inc/ado/APreparedStatement.hxx -connectivity/source/inc/ado/AResultSet.hxx -connectivity/source/inc/ado/AResultSetMetaData.hxx -connectivity/source/inc/ado/AStatement.hxx -connectivity/source/inc/ado/ATable.hxx -connectivity/source/inc/ado/ATables.hxx -connectivity/source/inc/ado/AUser.hxx -connectivity/source/inc/ado/AUsers.hxx -connectivity/source/inc/ado/AView.hxx -connectivity/source/inc/ado/AViews.hxx -connectivity/source/inc/ado/Aolevariant.hxx -connectivity/source/inc/ado/Aolewrap.hxx -connectivity/source/inc/ado/Awrapado.hxx -connectivity/source/inc/ado/Awrapadox.hxx -connectivity/source/inc/ado/WrapCatalog.hxx -connectivity/source/inc/ado/WrapColumn.hxx -connectivity/source/inc/ado/WrapIndex.hxx -connectivity/source/inc/ado/WrapKey.hxx -connectivity/source/inc/ado/WrapTable.hxx -connectivity/source/inc/ado/WrapTypeDefs.hxx -connectivity/source/inc/ado/adoimp.hxx -connectivity/source/inc/calc/CCatalog.hxx -connectivity/source/inc/calc/CConnection.hxx -connectivity/source/inc/calc/CDatabaseMetaData.hxx -connectivity/source/inc/calc/CDriver.hxx -connectivity/source/inc/calc/CTable.hxx -connectivity/source/inc/calc/CTables.hxx -connectivity/source/inc/component/CColumns.hxx -connectivity/source/inc/component/CDatabaseMetaData.hxx -connectivity/source/inc/component/CPreparedStatement.hxx -connectivity/source/inc/component/CResultSet.hxx -connectivity/source/inc/component/CStatement.hxx -connectivity/source/inc/component/CTable.hxx -connectivity/source/inc/dbase/DCatalog.hxx -connectivity/source/inc/dbase/DColumns.hxx -connectivity/source/inc/dbase/DConnection.hxx -connectivity/source/inc/dbase/DDatabaseMetaData.hxx -connectivity/source/inc/dbase/DDriver.hxx -connectivity/source/inc/dbase/DIndex.hxx -connectivity/source/inc/dbase/DIndexColumns.hxx -connectivity/source/inc/dbase/DIndexIter.hxx -connectivity/source/inc/dbase/DIndexes.hxx -connectivity/source/inc/dbase/DPreparedStatement.hxx -connectivity/source/inc/dbase/DResultSet.hxx -connectivity/source/inc/dbase/DStatement.hxx -connectivity/source/inc/dbase/DTable.hxx -connectivity/source/inc/dbase/DTables.hxx -connectivity/source/inc/dbase/dindexnode.hxx -connectivity/source/inc/file/FCatalog.hxx -connectivity/source/inc/file/FColumns.hxx -connectivity/source/inc/file/FConnection.hxx -connectivity/source/inc/file/FDatabaseMetaData.hxx -connectivity/source/inc/file/FDateFunctions.hxx -connectivity/source/inc/file/FDriver.hxx -connectivity/source/inc/file/FNumericFunctions.hxx -connectivity/source/inc/file/FPreparedStatement.hxx -connectivity/source/inc/file/FResultSet.hxx -connectivity/source/inc/file/FResultSetMetaData.hxx -connectivity/source/inc/file/FStatement.hxx -connectivity/source/inc/file/FStringFunctions.hxx -connectivity/source/inc/file/FTable.hxx -connectivity/source/inc/file/FTables.hxx -connectivity/source/inc/file/fanalyzer.hxx -connectivity/source/inc/file/fcode.hxx -connectivity/source/inc/file/fcomp.hxx -connectivity/source/inc/file/quotedstring.hxx -connectivity/source/inc/flat/ECatalog.hxx -connectivity/source/inc/flat/EColumns.hxx -connectivity/source/inc/flat/EConnection.hxx -connectivity/source/inc/flat/EDatabaseMetaData.hxx -connectivity/source/inc/flat/EDriver.hxx -connectivity/source/inc/flat/EPreparedStatement.hxx -connectivity/source/inc/flat/EResultSet.hxx -connectivity/source/inc/flat/EStatement.hxx -connectivity/source/inc/flat/ETable.hxx -connectivity/source/inc/flat/ETables.hxx -connectivity/source/inc/hsqldb/HCatalog.hxx -connectivity/source/inc/hsqldb/HColumns.hxx -connectivity/source/inc/hsqldb/HConnection.hxx -connectivity/source/inc/hsqldb/HDriver.hxx -connectivity/source/inc/hsqldb/HStorageAccess.hxx -connectivity/source/inc/hsqldb/HStorageMap.hxx -connectivity/source/inc/hsqldb/HTable.hxx -connectivity/source/inc/hsqldb/HTables.hxx -connectivity/source/inc/hsqldb/HTools.hxx -connectivity/source/inc/hsqldb/HUser.hxx -connectivity/source/inc/hsqldb/HUsers.hxx -connectivity/source/inc/hsqldb/HView.hxx -connectivity/source/inc/hsqldb/HViews.hxx -connectivity/source/inc/java/ContextClassLoader.hxx -connectivity/source/inc/java/GlobalRef.hxx -connectivity/source/inc/java/LocalRef.hxx -connectivity/source/inc/java/io/InputStream.hxx -connectivity/source/inc/java/io/Reader.hxx -connectivity/source/inc/java/lang/Boolean.hxx -connectivity/source/inc/java/lang/Class.hxx -connectivity/source/inc/java/lang/Exception.hxx -connectivity/source/inc/java/lang/Object.hxx -connectivity/source/inc/java/lang/String.hxx -connectivity/source/inc/java/lang/Throwable.hxx -connectivity/source/inc/java/math/BigDecimal.hxx -connectivity/source/inc/java/sql/Array.hxx -connectivity/source/inc/java/sql/Blob.hxx -connectivity/source/inc/java/sql/CallableStatement.hxx -connectivity/source/inc/java/sql/Clob.hxx -connectivity/source/inc/java/sql/Connection.hxx -connectivity/source/inc/java/sql/ConnectionLog.hxx -connectivity/source/inc/java/sql/DatabaseMetaData.hxx -connectivity/source/inc/java/sql/Driver.hxx -connectivity/source/inc/java/sql/DriverPropertyInfo.hxx -connectivity/source/inc/java/sql/JStatement.hxx -connectivity/source/inc/java/sql/PreparedStatement.hxx -connectivity/source/inc/java/sql/Ref.hxx -connectivity/source/inc/java/sql/ResultSet.hxx -connectivity/source/inc/java/sql/ResultSetMetaData.hxx -connectivity/source/inc/java/sql/SQLException.hxx -connectivity/source/inc/java/sql/SQLWarning.hxx -connectivity/source/inc/java/sql/Timestamp.hxx -connectivity/source/inc/java/tools.hxx -connectivity/source/inc/java/util/Date.hxx -connectivity/source/inc/java/util/Property.hxx -connectivity/source/inc/mysql/YCatalog.hxx -connectivity/source/inc/mysql/YColumns.hxx -connectivity/source/inc/mysql/YDriver.hxx -connectivity/source/inc/mysql/YTable.hxx -connectivity/source/inc/mysql/YTables.hxx -connectivity/source/inc/mysql/YUser.hxx -connectivity/source/inc/mysql/YUsers.hxx -connectivity/source/inc/mysql/YViews.hxx -connectivity/source/inc/odbc/OBoundParam.hxx -connectivity/source/inc/odbc/OConnection.hxx -connectivity/source/inc/odbc/ODatabaseMetaData.hxx -connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx -connectivity/source/inc/odbc/ODriver.hxx -connectivity/source/inc/odbc/OFunctions.hxx -connectivity/source/inc/odbc/OPreparedStatement.hxx -connectivity/source/inc/odbc/OResultSet.hxx -connectivity/source/inc/odbc/OResultSetMetaData.hxx -connectivity/source/inc/odbc/OStatement.hxx -connectivity/source/inc/odbc/OTools.hxx -connectivity/source/inc/propertyids.hxx -connectivity/source/inc/resource/sharedresources.hxx -connectivity/source/manager/mdrivermanager.cxx -connectivity/source/manager/mdrivermanager.hxx -connectivity/source/manager/mregistration.cxx -connectivity/source/parse/PColumn.cxx -connectivity/source/parse/internalnode.cxx -connectivity/source/parse/sqliterator.cxx -connectivity/source/parse/sqlnode.cxx -connectivity/source/resource/sharedresources.cxx -connectivity/source/sdbcx/VCatalog.cxx -connectivity/source/sdbcx/VCollection.cxx -connectivity/source/sdbcx/VColumn.cxx -connectivity/source/sdbcx/VDescriptor.cxx -connectivity/source/sdbcx/VGroup.cxx -connectivity/source/sdbcx/VIndex.cxx -connectivity/source/sdbcx/VIndexColumn.cxx -connectivity/source/sdbcx/VKey.cxx -connectivity/source/sdbcx/VKeyColumn.cxx -connectivity/source/sdbcx/VTable.cxx -connectivity/source/sdbcx/VUser.cxx -connectivity/source/sdbcx/VView.cxx -connectivity/workben/iniParser/main.cxx -connectivity/workben/little/main.cxx -connectivity/workben/skeleton/SResultSet.hxx -cppcanvas/qa/unit/test.cxx -cppcanvas/source/inc/action.hxx -cppcanvas/source/inc/canvasgraphichelper.hxx -cppcanvas/source/inc/implrenderer.hxx -cppcanvas/source/inc/outdevstate.hxx -cppcanvas/source/inc/tools.hxx -cppcanvas/source/mtfrenderer/bitmapaction.cxx -cppcanvas/source/mtfrenderer/bitmapaction.hxx -cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx -cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx -cppcanvas/source/mtfrenderer/implrenderer.cxx -cppcanvas/source/mtfrenderer/lineaction.cxx -cppcanvas/source/mtfrenderer/lineaction.hxx -cppcanvas/source/mtfrenderer/mtftools.cxx -cppcanvas/source/mtfrenderer/mtftools.hxx -cppcanvas/source/mtfrenderer/pointaction.cxx -cppcanvas/source/mtfrenderer/pointaction.hxx -cppcanvas/source/mtfrenderer/polypolyaction.cxx -cppcanvas/source/mtfrenderer/polypolyaction.hxx -cppcanvas/source/mtfrenderer/textaction.cxx -cppcanvas/source/mtfrenderer/textaction.hxx -cppcanvas/source/mtfrenderer/transparencygroupaction.cxx -cppcanvas/source/mtfrenderer/transparencygroupaction.hxx -cppcanvas/source/tools/canvasgraphichelper.cxx -cppcanvas/source/tools/tools.cxx -cppcanvas/source/uno/uno_mtfrenderer.cxx -cppcanvas/source/uno/uno_mtfrenderer.hxx -cppcanvas/source/wrapper/basegfxfactory.cxx -cppcanvas/source/wrapper/implbitmap.cxx -cppcanvas/source/wrapper/implbitmap.hxx -cppcanvas/source/wrapper/implbitmapcanvas.cxx -cppcanvas/source/wrapper/implbitmapcanvas.hxx -cppcanvas/source/wrapper/implcanvas.cxx -cppcanvas/source/wrapper/implcanvas.hxx -cppcanvas/source/wrapper/implcustomsprite.cxx -cppcanvas/source/wrapper/implcustomsprite.hxx -cppcanvas/source/wrapper/implpolypolygon.cxx -cppcanvas/source/wrapper/implpolypolygon.hxx -cppcanvas/source/wrapper/implsprite.cxx -cppcanvas/source/wrapper/implsprite.hxx -cppcanvas/source/wrapper/implspritecanvas.cxx -cppcanvas/source/wrapper/implspritecanvas.hxx -cppcanvas/source/wrapper/vclfactory.cxx -cppu/qa/any-external.cxx -cppu/qa/cppumaker/test_cppumaker.cxx -cppu/qa/test_any.cxx -cppu/qa/test_recursion.cxx -cppu/qa/test_reference.cxx -cppu/qa/test_unotype.cxx -cppu/source/AffineBridge/AffineBridge.cxx -cppu/source/LogBridge/LogBridge.cxx -cppu/source/UnsafeBridge/UnsafeBridge.cxx -cppu/source/cppu/compat.cxx -cppu/source/cppu/cppu_opt.cxx -cppu/source/helper/purpenv/Proxy.hxx -cppu/source/helper/purpenv/helper_purpenv_Environment.cxx -cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx -cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx -cppu/source/threadpool/current.cxx -cppu/source/threadpool/current.hxx -cppu/source/threadpool/jobqueue.cxx -cppu/source/threadpool/jobqueue.hxx -cppu/source/threadpool/thread.cxx -cppu/source/threadpool/thread.hxx -cppu/source/threadpool/threadident.cxx -cppu/source/threadpool/threadpool.cxx -cppu/source/threadpool/threadpool.hxx -cppu/source/typelib/static_types.cxx -cppu/source/typelib/typelib.cxx -cppu/source/typelib/typelib.hxx -cppu/source/uno/EnvDcp.cxx -cppu/source/uno/EnvStack.cxx -cppu/source/uno/IdentityMapping.cxx -cppu/source/uno/IdentityMapping.hxx -cppu/source/uno/any.cxx -cppu/source/uno/assign.hxx -cppu/source/uno/cascade_mapping.cxx -cppu/source/uno/cascade_mapping.hxx -cppu/source/uno/check.cxx -cppu/source/uno/constr.hxx -cppu/source/uno/copy.hxx -cppu/source/uno/data.cxx -cppu/source/uno/destr.hxx -cppu/source/uno/eq.hxx -cppu/source/uno/lbenv.cxx -cppu/source/uno/lbmap.cxx -cppu/source/uno/loadmodule.cxx -cppu/source/uno/loadmodule.hxx -cppu/source/uno/prim.hxx -cppu/source/uno/sequence.cxx -cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx -cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx -cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx -cppuhelper/qa/unourl/cppu_unourl.cxx -cppuhelper/qa/weak/test_weak.cxx -cppuhelper/source/access_control.cxx -cppuhelper/source/bootstrap.cxx -cppuhelper/source/compat.cxx -cppuhelper/source/component.cxx -cppuhelper/source/component_context.cxx -cppuhelper/source/defaultbootstrap.cxx -cppuhelper/source/exc_thrower.cxx -cppuhelper/source/factory.cxx -cppuhelper/source/findsofficepath.c -cppuhelper/source/implbase.cxx -cppuhelper/source/implbase_ex.cxx -cppuhelper/source/implementationentry.cxx -cppuhelper/source/interfacecontainer.cxx -cppuhelper/source/loadsharedlibcomponentfactory.hxx -cppuhelper/source/macro_expander.cxx -cppuhelper/source/macro_expander.hxx -cppuhelper/source/paths.cxx -cppuhelper/source/paths.hxx -cppuhelper/source/propertysetmixin.cxx -cppuhelper/source/propshlp.cxx -cppuhelper/source/servicemanager.cxx -cppuhelper/source/servicemanager.hxx -cppuhelper/source/shlib.cxx -cppuhelper/source/supportsservice.cxx -cppuhelper/source/tdmgr.cxx -cppuhelper/source/typemanager.cxx -cppuhelper/source/typemanager.hxx -cppuhelper/source/typeprovider.cxx -cppuhelper/source/unourl.cxx -cppuhelper/source/weak.cxx -cpputools/source/sp2bv/sp2bv.cxx -cpputools/source/unoexe/unoexe.cxx -cui/inc/strings.hxx -cui/qa/unit/cui-dialogs-test.cxx -cui/qa/unit/cui-dialogs-test_2.cxx -cui/qa/unit/cui-dialogs-test_3.cxx -cui/qa/unit/cui-dialogs-test_4.cxx -cui/source/customize/CommandCategoryListBox.cxx -cui/source/customize/SvxConfigPageHelper.cxx -cui/source/customize/SvxMenuConfigPage.cxx -cui/source/customize/SvxToolbarConfigPage.cxx -cui/source/customize/cfg.cxx -cui/source/customize/cfgutil.cxx -cui/source/customize/eventdlg.cxx -cui/source/customize/eventdlg.hxx -cui/source/customize/macropg.cxx -cui/source/customize/macropg_impl.hxx -cui/source/dialogs/SpellAttrib.hxx -cui/source/dialogs/SpellDialog.cxx -cui/source/dialogs/about.cxx -cui/source/dialogs/colorpicker.cxx -cui/source/dialogs/cuicharmap.cxx -cui/source/dialogs/cuifmsearch.cxx -cui/source/dialogs/cuigaldlg.cxx -cui/source/dialogs/cuigrfflt.cxx -cui/source/dialogs/cuihyperdlg.cxx -cui/source/dialogs/cuiimapwnd.cxx -cui/source/dialogs/cuitbxform.cxx -cui/source/dialogs/dlgname.cxx -cui/source/dialogs/hangulhanjadlg.cxx -cui/source/dialogs/hldocntp.cxx -cui/source/dialogs/hldoctp.cxx -cui/source/dialogs/hlinettp.cxx -cui/source/dialogs/hlmailtp.cxx -cui/source/dialogs/hlmarkwn.cxx -cui/source/dialogs/hltpbase.cxx -cui/source/dialogs/hyphen.cxx -cui/source/dialogs/iconcdlg.cxx -cui/source/dialogs/insdlg.cxx -cui/source/dialogs/insrc.cxx -cui/source/dialogs/linkdlg.cxx -cui/source/dialogs/multipat.cxx -cui/source/dialogs/newtabledlg.cxx -cui/source/dialogs/passwdomdlg.cxx -cui/source/dialogs/pastedlg.cxx -cui/source/dialogs/postdlg.cxx -cui/source/dialogs/screenshotannotationdlg.cxx -cui/source/dialogs/scriptdlg.cxx -cui/source/dialogs/sdrcelldlg.cxx -cui/source/dialogs/showcols.cxx -cui/source/dialogs/splitcelldlg.cxx -cui/source/dialogs/srchxtra.cxx -cui/source/dialogs/thesdlg.cxx -cui/source/factory/cuiexp.cxx -cui/source/factory/cuiresmgr.cxx -cui/source/factory/dlgfact.cxx -cui/source/factory/dlgfact.hxx -cui/source/factory/init.cxx -cui/source/inc/CommandCategoryListBox.hxx -cui/source/inc/SpellDialog.hxx -cui/source/inc/SvxConfigPageHelper.hxx -cui/source/inc/SvxMenuConfigPage.hxx -cui/source/inc/SvxToolbarConfigPage.hxx -cui/source/inc/align.hxx -cui/source/inc/autocdlg.hxx -cui/source/inc/backgrnd.hxx -cui/source/inc/bbdlg.hxx -cui/source/inc/border.hxx -cui/source/inc/cfg.hxx -cui/source/inc/cfgutil.hxx -cui/source/inc/chardlg.hxx -cui/source/inc/colorpicker.hxx -cui/source/inc/connect.hxx -cui/source/inc/cuifmsearch.hxx -cui/source/inc/cuigaldlg.hxx -cui/source/inc/cuigrfflt.hxx -cui/source/inc/cuihyperdlg.hxx -cui/source/inc/cuiimapwnd.hxx -cui/source/inc/cuioptgenrl.hxx -cui/source/inc/cuisrchdlg.hxx -cui/source/inc/cuitabarea.hxx -cui/source/inc/cuitabline.hxx -cui/source/inc/dbregister.hxx -cui/source/inc/defdlgname.hxx -cui/source/inc/dlgname.hxx -cui/source/inc/dstribut.hxx -cui/source/inc/grfpage.hxx -cui/source/inc/hangulhanjadlg.hxx -cui/source/inc/headertablistbox.hxx -cui/source/inc/hldocntp.hxx -cui/source/inc/hldoctp.hxx -cui/source/inc/hlinettp.hxx -cui/source/inc/hlmailtp.hxx -cui/source/inc/hlmarkwn.hxx -cui/source/inc/hlmarkwn_def.hxx -cui/source/inc/hltpbase.hxx -cui/source/inc/hyphen.hxx -cui/source/inc/iconcdlg.hxx -cui/source/inc/insdlg.hxx -cui/source/inc/labdlg.hxx -cui/source/inc/linkdlg.hxx -cui/source/inc/macroass.hxx -cui/source/inc/macropg.hxx -cui/source/inc/measure.hxx -cui/source/inc/multipat.hxx -cui/source/inc/numfmt.hxx -cui/source/inc/numpages.hxx -cui/source/inc/optasian.hxx -cui/source/inc/optdict.hxx -cui/source/inc/optlingu.hxx -cui/source/inc/optpath.hxx -cui/source/inc/page.hxx -cui/source/inc/paragrph.hxx -cui/source/inc/passwdomdlg.hxx -cui/source/inc/pastedlg.hxx -cui/source/inc/postdlg.hxx -cui/source/inc/screenshotannotationdlg.hxx -cui/source/inc/scriptdlg.hxx -cui/source/inc/sdrcelldlg.hxx -cui/source/inc/splitcelldlg.hxx -cui/source/inc/srchxtra.hxx -cui/source/inc/swpossizetabpage.hxx -cui/source/inc/tabstpge.hxx -cui/source/inc/textanim.hxx -cui/source/inc/textattr.hxx -cui/source/inc/thesdlg.hxx -cui/source/inc/transfrm.hxx -cui/source/inc/treeopt.hxx -cui/source/inc/zoom.hxx -cui/source/options/certpath.cxx -cui/source/options/cfgchart.cxx -cui/source/options/cfgchart.hxx -cui/source/options/connpoolconfig.cxx -cui/source/options/connpoolconfig.hxx -cui/source/options/connpooloptions.cxx -cui/source/options/connpooloptions.hxx -cui/source/options/connpoolsettings.cxx -cui/source/options/connpoolsettings.hxx -cui/source/options/cuisrchdlg.cxx -cui/source/options/dbregister.cxx -cui/source/options/dbregisterednamesconfig.cxx -cui/source/options/dbregisterednamesconfig.hxx -cui/source/options/dbregistersettings.cxx -cui/source/options/dbregistersettings.hxx -cui/source/options/doclinkdialog.cxx -cui/source/options/doclinkdialog.hxx -cui/source/options/fontsubs.cxx -cui/source/options/fontsubs.hxx -cui/source/options/optaboutconfig.cxx -cui/source/options/optaboutconfig.hxx -cui/source/options/optaccessibility.cxx -cui/source/options/optaccessibility.hxx -cui/source/options/optasian.cxx -cui/source/options/optbasic.cxx -cui/source/options/optbasic.hxx -cui/source/options/optchart.cxx -cui/source/options/optchart.hxx -cui/source/options/optcolor.cxx -cui/source/options/optcolor.hxx -cui/source/options/optctl.cxx -cui/source/options/optctl.hxx -cui/source/options/optdict.cxx -cui/source/options/optfltr.cxx -cui/source/options/optfltr.hxx -cui/source/options/optgdlg.cxx -cui/source/options/optgdlg.hxx -cui/source/options/optgenrl.cxx -cui/source/options/opthtml.cxx -cui/source/options/opthtml.hxx -cui/source/options/optinet2.cxx -cui/source/options/optinet2.hxx -cui/source/options/optjava.cxx -cui/source/options/optjava.hxx -cui/source/options/optjsearch.cxx -cui/source/options/optjsearch.hxx -cui/source/options/optlingu.cxx -cui/source/options/optopencl.cxx -cui/source/options/optopencl.hxx -cui/source/options/optpath.cxx -cui/source/options/optsave.cxx -cui/source/options/optsave.hxx -cui/source/options/optupdt.cxx -cui/source/options/optupdt.hxx -cui/source/options/sdbcdriverenum.cxx -cui/source/options/sdbcdriverenum.hxx -cui/source/options/securityoptions.cxx -cui/source/options/securityoptions.hxx -cui/source/options/treeopt.cxx -cui/source/options/tsaurls.cxx -cui/source/options/webconninfo.cxx -cui/source/options/webconninfo.hxx -cui/source/tabpages/align.cxx -cui/source/tabpages/autocdlg.cxx -cui/source/tabpages/backgrnd.cxx -cui/source/tabpages/bbdlg.cxx -cui/source/tabpages/border.cxx -cui/source/tabpages/chardlg.cxx -cui/source/tabpages/chardlg.h -cui/source/tabpages/connect.cxx -cui/source/tabpages/dstribut.cxx -cui/source/tabpages/grfpage.cxx -cui/source/tabpages/labdlg.cxx -cui/source/tabpages/macroass.cxx -cui/source/tabpages/measure.cxx -cui/source/tabpages/numfmt.cxx -cui/source/tabpages/numpages.cxx -cui/source/tabpages/page.cxx -cui/source/tabpages/paragrph.cxx -cui/source/tabpages/swpossizetabpage.cxx -cui/source/tabpages/tabarea.cxx -cui/source/tabpages/tabline.cxx -cui/source/tabpages/tabstpge.cxx -cui/source/tabpages/textanim.cxx -cui/source/tabpages/textattr.cxx -cui/source/tabpages/tparea.cxx -cui/source/tabpages/tpbitmap.cxx -cui/source/tabpages/tpcolor.cxx -cui/source/tabpages/tpgradnt.cxx -cui/source/tabpages/tphatch.cxx -cui/source/tabpages/tpline.cxx -cui/source/tabpages/tplnedef.cxx -cui/source/tabpages/tplneend.cxx -cui/source/tabpages/tppattern.cxx -cui/source/tabpages/tpshadow.cxx -cui/source/tabpages/tptrans.cxx -cui/source/tabpages/transfrm.cxx -cui/source/uno/services.cxx -dbaccess/inc/core_resource.hxx -dbaccess/inc/helpids.h -dbaccess/inc/strings.hxx -dbaccess/qa/extras/dialog-save.cxx -dbaccess/qa/extras/empty-stdlib-save.cxx -dbaccess/qa/extras/macros-test.cxx -dbaccess/qa/extras/nolib-save.cxx -dbaccess/qa/extras/rowsetclones.cxx -dbaccess/qa/unit/dbtest_base.cxx -dbaccess/qa/unit/embeddeddb_performancetest.cxx -dbaccess/qa/unit/firebird-regression.cxx -dbaccess/qa/unit/firebird.cxx -dbaccess/qa/unit/hsqldb.cxx -dbaccess/source/core/api/BookmarkSet.cxx -dbaccess/source/core/api/BookmarkSet.hxx -dbaccess/source/core/api/CIndexes.cxx -dbaccess/source/core/api/CIndexes.hxx -dbaccess/source/core/api/CRowSetColumn.cxx -dbaccess/source/core/api/CRowSetColumn.hxx -dbaccess/source/core/api/CRowSetDataColumn.cxx -dbaccess/source/core/api/CRowSetDataColumn.hxx -dbaccess/source/core/api/CacheSet.cxx -dbaccess/source/core/api/CacheSet.hxx -dbaccess/source/core/api/FilteredContainer.cxx -dbaccess/source/core/api/HelperCollections.cxx -dbaccess/source/core/api/HelperCollections.hxx -dbaccess/source/core/api/KeySet.cxx -dbaccess/source/core/api/KeySet.hxx -dbaccess/source/core/api/OptimisticSet.cxx -dbaccess/source/core/api/OptimisticSet.hxx -dbaccess/source/core/api/PrivateRow.cxx -dbaccess/source/core/api/PrivateRow.hxx -dbaccess/source/core/api/RowSet.cxx -dbaccess/source/core/api/RowSet.hxx -dbaccess/source/core/api/RowSetBase.cxx -dbaccess/source/core/api/RowSetBase.hxx -dbaccess/source/core/api/RowSetCache.cxx -dbaccess/source/core/api/RowSetCache.hxx -dbaccess/source/core/api/RowSetCacheIterator.cxx -dbaccess/source/core/api/RowSetCacheIterator.hxx -dbaccess/source/core/api/RowSetRow.hxx -dbaccess/source/core/api/SingleSelectQueryComposer.cxx -dbaccess/source/core/api/StaticSet.cxx -dbaccess/source/core/api/StaticSet.hxx -dbaccess/source/core/api/TableDeco.cxx -dbaccess/source/core/api/View.cxx -dbaccess/source/core/api/WrappedResultSet.cxx -dbaccess/source/core/api/WrappedResultSet.hxx -dbaccess/source/core/api/callablestatement.cxx -dbaccess/source/core/api/column.cxx -dbaccess/source/core/api/columnsettings.cxx -dbaccess/source/core/api/datacolumn.cxx -dbaccess/source/core/api/datacolumn.hxx -dbaccess/source/core/api/datasettings.cxx -dbaccess/source/core/api/definitioncolumn.cxx -dbaccess/source/core/api/preparedstatement.cxx -dbaccess/source/core/api/query.cxx -dbaccess/source/core/api/query.hxx -dbaccess/source/core/api/querycomposer.cxx -dbaccess/source/core/api/querycontainer.cxx -dbaccess/source/core/api/querydescriptor.cxx -dbaccess/source/core/api/querydescriptor.hxx -dbaccess/source/core/api/resultcolumn.cxx -dbaccess/source/core/api/resultcolumn.hxx -dbaccess/source/core/api/resultset.cxx -dbaccess/source/core/api/resultset.hxx -dbaccess/source/core/api/statement.cxx -dbaccess/source/core/api/table.cxx -dbaccess/source/core/api/tablecontainer.cxx -dbaccess/source/core/api/viewcontainer.cxx -dbaccess/source/core/dataaccess/ComponentDefinition.cxx -dbaccess/source/core/dataaccess/ComponentDefinition.hxx -dbaccess/source/core/dataaccess/ContentHelper.cxx -dbaccess/source/core/dataaccess/ModelImpl.cxx -dbaccess/source/core/dataaccess/SharedConnection.cxx -dbaccess/source/core/dataaccess/SharedConnection.hxx -dbaccess/source/core/dataaccess/bookmarkcontainer.cxx -dbaccess/source/core/dataaccess/commandcontainer.cxx -dbaccess/source/core/dataaccess/commandcontainer.hxx -dbaccess/source/core/dataaccess/commanddefinition.cxx -dbaccess/source/core/dataaccess/commanddefinition.hxx -dbaccess/source/core/dataaccess/connection.cxx -dbaccess/source/core/dataaccess/connection.hxx -dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx -dbaccess/source/core/dataaccess/databasecontext.cxx -dbaccess/source/core/dataaccess/databasedocument.cxx -dbaccess/source/core/dataaccess/databasedocument.hxx -dbaccess/source/core/dataaccess/databaseregistrations.cxx -dbaccess/source/core/dataaccess/databaseregistrations.hxx -dbaccess/source/core/dataaccess/datasource.cxx -dbaccess/source/core/dataaccess/datasource.hxx -dbaccess/source/core/dataaccess/definitioncontainer.cxx -dbaccess/source/core/dataaccess/documentcontainer.cxx -dbaccess/source/core/dataaccess/documentcontainer.hxx -dbaccess/source/core/dataaccess/documentdefinition.cxx -dbaccess/source/core/dataaccess/documentdefinition.hxx -dbaccess/source/core/dataaccess/documenteventexecutor.cxx -dbaccess/source/core/dataaccess/documenteventexecutor.hxx -dbaccess/source/core/dataaccess/documenteventnotifier.cxx -dbaccess/source/core/dataaccess/documenteventnotifier.hxx -dbaccess/source/core/dataaccess/documentevents.cxx -dbaccess/source/core/dataaccess/intercept.cxx -dbaccess/source/core/dataaccess/intercept.hxx -dbaccess/source/core/dataaccess/myucp_datasupplier.cxx -dbaccess/source/core/dataaccess/myucp_datasupplier.hxx -dbaccess/source/core/dataaccess/myucp_resultset.cxx -dbaccess/source/core/dataaccess/myucp_resultset.hxx -dbaccess/source/core/inc/ContainerMediator.hxx -dbaccess/source/core/inc/ContentHelper.hxx -dbaccess/source/core/inc/DatabaseDataProvider.hxx -dbaccess/source/core/inc/FilteredContainer.hxx -dbaccess/source/core/inc/ModelImpl.hxx -dbaccess/source/core/inc/PropertyForward.hxx -dbaccess/source/core/inc/RefreshListener.hxx -dbaccess/source/core/inc/SingleSelectQueryComposer.hxx -dbaccess/source/core/inc/TableDeco.hxx -dbaccess/source/core/inc/View.hxx -dbaccess/source/core/inc/bookmarkcontainer.hxx -dbaccess/source/core/inc/callablestatement.hxx -dbaccess/source/core/inc/column.hxx -dbaccess/source/core/inc/columnsettings.hxx -dbaccess/source/core/inc/commandbase.hxx -dbaccess/source/core/inc/composertools.hxx -dbaccess/source/core/inc/containerapprove.hxx -dbaccess/source/core/inc/databasecontext.hxx -dbaccess/source/core/inc/datasettings.hxx -dbaccess/source/core/inc/definitioncolumn.hxx -dbaccess/source/core/inc/definitioncontainer.hxx -dbaccess/source/core/inc/documentevents.hxx -dbaccess/source/core/inc/objectnameapproval.hxx -dbaccess/source/core/inc/preparedstatement.hxx -dbaccess/source/core/inc/querycomposer.hxx -dbaccess/source/core/inc/querycontainer.hxx -dbaccess/source/core/inc/recovery/dbdocrecovery.hxx -dbaccess/source/core/inc/sdbcoretools.hxx -dbaccess/source/core/inc/statement.hxx -dbaccess/source/core/inc/table.hxx -dbaccess/source/core/inc/tablecontainer.hxx -dbaccess/source/core/inc/veto.hxx -dbaccess/source/core/inc/viewcontainer.hxx -dbaccess/source/core/misc/ContainerMediator.cxx -dbaccess/source/core/misc/DatabaseDataProvider.cxx -dbaccess/source/core/misc/PropertyForward.cxx -dbaccess/source/core/misc/apitools.cxx -dbaccess/source/core/misc/dsntypes.cxx -dbaccess/source/core/misc/objectnameapproval.cxx -dbaccess/source/core/misc/sdbcoretools.cxx -dbaccess/source/core/misc/services.cxx -dbaccess/source/core/misc/veto.cxx -dbaccess/source/core/recovery/dbdocrecovery.cxx -dbaccess/source/core/recovery/settingsimport.cxx -dbaccess/source/core/recovery/settingsimport.hxx -dbaccess/source/core/recovery/storagestream.cxx -dbaccess/source/core/recovery/storagestream.hxx -dbaccess/source/core/recovery/storagetextstream.cxx -dbaccess/source/core/recovery/storagetextstream.hxx -dbaccess/source/core/recovery/storagexmlstream.cxx -dbaccess/source/core/recovery/storagexmlstream.hxx -dbaccess/source/core/recovery/subcomponentloader.cxx -dbaccess/source/core/recovery/subcomponentloader.hxx -dbaccess/source/core/recovery/subcomponentrecovery.cxx -dbaccess/source/core/recovery/subcomponentrecovery.hxx -dbaccess/source/core/recovery/subcomponents.hxx -dbaccess/source/core/resource/core_resource.cxx -dbaccess/source/filter/xml/dbloader2.cxx -dbaccess/source/filter/xml/xmlAutoStyle.cxx -dbaccess/source/filter/xml/xmlAutoStyle.hxx -dbaccess/source/filter/xml/xmlColumn.cxx -dbaccess/source/filter/xml/xmlColumn.hxx -dbaccess/source/filter/xml/xmlComponent.cxx -dbaccess/source/filter/xml/xmlComponent.hxx -dbaccess/source/filter/xml/xmlConnectionData.cxx -dbaccess/source/filter/xml/xmlConnectionData.hxx -dbaccess/source/filter/xml/xmlConnectionResource.cxx -dbaccess/source/filter/xml/xmlConnectionResource.hxx -dbaccess/source/filter/xml/xmlDataSource.cxx -dbaccess/source/filter/xml/xmlDataSource.hxx -dbaccess/source/filter/xml/xmlDataSourceInfo.cxx -dbaccess/source/filter/xml/xmlDataSourceInfo.hxx -dbaccess/source/filter/xml/xmlDataSourceSetting.cxx -dbaccess/source/filter/xml/xmlDataSourceSetting.hxx -dbaccess/source/filter/xml/xmlDataSourceSettings.cxx -dbaccess/source/filter/xml/xmlDataSourceSettings.hxx -dbaccess/source/filter/xml/xmlDatabase.cxx -dbaccess/source/filter/xml/xmlDatabase.hxx -dbaccess/source/filter/xml/xmlDatabaseDescription.cxx -dbaccess/source/filter/xml/xmlDatabaseDescription.hxx -dbaccess/source/filter/xml/xmlDocuments.cxx -dbaccess/source/filter/xml/xmlDocuments.hxx -dbaccess/source/filter/xml/xmlExport.cxx -dbaccess/source/filter/xml/xmlExport.hxx -dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx -dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx -dbaccess/source/filter/xml/xmlHelper.cxx -dbaccess/source/filter/xml/xmlHelper.hxx -dbaccess/source/filter/xml/xmlHierarchyCollection.cxx -dbaccess/source/filter/xml/xmlHierarchyCollection.hxx -dbaccess/source/filter/xml/xmlLogin.cxx -dbaccess/source/filter/xml/xmlLogin.hxx -dbaccess/source/filter/xml/xmlQuery.cxx -dbaccess/source/filter/xml/xmlQuery.hxx -dbaccess/source/filter/xml/xmlServerDatabase.cxx -dbaccess/source/filter/xml/xmlServerDatabase.hxx -dbaccess/source/filter/xml/xmlStyleImport.cxx -dbaccess/source/filter/xml/xmlStyleImport.hxx -dbaccess/source/filter/xml/xmlTable.cxx -dbaccess/source/filter/xml/xmlTable.hxx -dbaccess/source/filter/xml/xmlTableFilterList.cxx -dbaccess/source/filter/xml/xmlTableFilterList.hxx -dbaccess/source/filter/xml/xmlTableFilterPattern.cxx -dbaccess/source/filter/xml/xmlTableFilterPattern.hxx -dbaccess/source/filter/xml/xmlfilter.cxx -dbaccess/source/filter/xml/xmlfilter.hxx -dbaccess/source/filter/xml/xmlservices.cxx -dbaccess/source/inc/OAuthenticationContinuation.hxx -dbaccess/source/inc/apitools.hxx -dbaccess/source/inc/dbu_reghelper.hxx -dbaccess/source/inc/dsntypes.hxx -dbaccess/source/inc/flt_reghelper.hxx -dbaccess/source/inc/registrationhelper.hxx -dbaccess/source/inc/stringconstants.hxx -dbaccess/source/sdbtools/connection/connectiontools.cxx -dbaccess/source/sdbtools/connection/datasourcemetadata.cxx -dbaccess/source/sdbtools/connection/datasourcemetadata.hxx -dbaccess/source/sdbtools/connection/objectnames.cxx -dbaccess/source/sdbtools/connection/objectnames.hxx -dbaccess/source/sdbtools/connection/tablename.cxx -dbaccess/source/sdbtools/connection/tablename.hxx -dbaccess/source/sdbtools/inc/connectiondependent.hxx -dbaccess/source/sdbtools/inc/connectiontools.hxx -dbaccess/source/sdbtools/misc/sdbt_services.cxx -dbaccess/source/shared/dbu_reghelper.cxx -dbaccess/source/shared/flt_reghelper.cxx -dbaccess/source/shared/registrationhelper.cxx -dbaccess/source/ui/app/AppController.cxx -dbaccess/source/ui/app/AppController.hxx -dbaccess/source/ui/app/AppControllerDnD.cxx -dbaccess/source/ui/app/AppControllerGen.cxx -dbaccess/source/ui/app/AppDetailPageHelper.cxx -dbaccess/source/ui/app/AppDetailPageHelper.hxx -dbaccess/source/ui/app/AppDetailView.cxx -dbaccess/source/ui/app/AppDetailView.hxx -dbaccess/source/ui/app/AppIconControl.cxx -dbaccess/source/ui/app/AppIconControl.hxx -dbaccess/source/ui/app/AppSwapWindow.cxx -dbaccess/source/ui/app/AppSwapWindow.hxx -dbaccess/source/ui/app/AppTitleWindow.cxx -dbaccess/source/ui/app/AppTitleWindow.hxx -dbaccess/source/ui/app/AppView.cxx -dbaccess/source/ui/app/AppView.hxx -dbaccess/source/ui/app/subcomponentmanager.cxx -dbaccess/source/ui/app/subcomponentmanager.hxx -dbaccess/source/ui/browser/AsynchronousLink.cxx -dbaccess/source/ui/browser/brwctrlr.cxx -dbaccess/source/ui/browser/brwview.cxx -dbaccess/source/ui/browser/dataview.cxx -dbaccess/source/ui/browser/dbexchange.cxx -dbaccess/source/ui/browser/dbloader.cxx -dbaccess/source/ui/browser/dbtreemodel.cxx -dbaccess/source/ui/browser/dbtreemodel.hxx -dbaccess/source/ui/browser/dbtreeview.cxx -dbaccess/source/ui/browser/dbtreeview.hxx -dbaccess/source/ui/browser/dsEntriesNoExp.cxx -dbaccess/source/ui/browser/dsbrowserDnD.cxx -dbaccess/source/ui/browser/exsrcbrw.cxx -dbaccess/source/ui/browser/formadapter.cxx -dbaccess/source/ui/browser/genericcontroller.cxx -dbaccess/source/ui/browser/sbagrid.cxx -dbaccess/source/ui/browser/sbamultiplex.cxx -dbaccess/source/ui/browser/unodatbr.cxx -dbaccess/source/ui/control/ColumnControlWindow.cxx -dbaccess/source/ui/control/FieldControls.cxx -dbaccess/source/ui/control/FieldDescControl.cxx -dbaccess/source/ui/control/RelationControl.cxx -dbaccess/source/ui/control/ScrollHelper.cxx -dbaccess/source/ui/control/SqlNameEdit.cxx -dbaccess/source/ui/control/TableGrantCtrl.cxx -dbaccess/source/ui/control/VertSplitView.cxx -dbaccess/source/ui/control/charsetlistbox.cxx -dbaccess/source/ui/control/curledit.cxx -dbaccess/source/ui/control/dbtreelistbox.cxx -dbaccess/source/ui/control/listviewitems.cxx -dbaccess/source/ui/control/marktree.cxx -dbaccess/source/ui/control/opendoccontrols.cxx -dbaccess/source/ui/control/sqledit.cxx -dbaccess/source/ui/control/tabletree.cxx -dbaccess/source/ui/dlg/CollectionView.cxx -dbaccess/source/ui/dlg/ConnectionHelper.cxx -dbaccess/source/ui/dlg/ConnectionHelper.hxx -dbaccess/source/ui/dlg/ConnectionPage.cxx -dbaccess/source/ui/dlg/ConnectionPage.hxx -dbaccess/source/ui/dlg/ConnectionPageSetup.cxx -dbaccess/source/ui/dlg/ConnectionPageSetup.hxx -dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx -dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx -dbaccess/source/ui/dlg/DbAdminImpl.cxx -dbaccess/source/ui/dlg/DbAdminImpl.hxx -dbaccess/source/ui/dlg/DriverSettings.hxx -dbaccess/source/ui/dlg/QueryPropertiesDialog.cxx -dbaccess/source/ui/dlg/RelationDlg.cxx -dbaccess/source/ui/dlg/TablesSingleDlg.cxx -dbaccess/source/ui/dlg/TextConnectionHelper.cxx -dbaccess/source/ui/dlg/TextConnectionHelper.hxx -dbaccess/source/ui/dlg/UserAdmin.cxx -dbaccess/source/ui/dlg/UserAdmin.hxx -dbaccess/source/ui/dlg/UserAdminDlg.cxx -dbaccess/source/ui/dlg/admincontrols.cxx -dbaccess/source/ui/dlg/admincontrols.hxx -dbaccess/source/ui/dlg/adminpages.cxx -dbaccess/source/ui/dlg/adminpages.hxx -dbaccess/source/ui/dlg/adodatalinks.cxx -dbaccess/source/ui/dlg/adtabdlg.cxx -dbaccess/source/ui/dlg/advancedsettings.cxx -dbaccess/source/ui/dlg/advancedsettings.hxx -dbaccess/source/ui/dlg/dbadmin.cxx -dbaccess/source/ui/dlg/dbfindex.cxx -dbaccess/source/ui/dlg/dbfindex.hxx -dbaccess/source/ui/dlg/dbwiz.cxx -dbaccess/source/ui/dlg/dbwizsetup.cxx -dbaccess/source/ui/dlg/detailpages.cxx -dbaccess/source/ui/dlg/detailpages.hxx -dbaccess/source/ui/dlg/directsql.cxx -dbaccess/source/ui/dlg/dlgattr.cxx -dbaccess/source/ui/dlg/dlgsave.cxx -dbaccess/source/ui/dlg/dlgsize.cxx -dbaccess/source/ui/dlg/dsnItem.hxx -dbaccess/source/ui/dlg/dsselect.cxx -dbaccess/source/ui/dlg/dsselect.hxx -dbaccess/source/ui/dlg/finteraction.cxx -dbaccess/source/ui/dlg/finteraction.hxx -dbaccess/source/ui/dlg/generalpage.cxx -dbaccess/source/ui/dlg/generalpage.hxx -dbaccess/source/ui/dlg/indexdialog.cxx -dbaccess/source/ui/dlg/indexfieldscontrol.cxx -dbaccess/source/ui/dlg/odbcconfig.cxx -dbaccess/source/ui/dlg/odbcconfig.hxx -dbaccess/source/ui/dlg/optionalboolitem.cxx -dbaccess/source/ui/dlg/optionalboolitem.hxx -dbaccess/source/ui/dlg/paramdialog.cxx -dbaccess/source/ui/dlg/queryfilter.cxx -dbaccess/source/ui/dlg/queryorder.cxx -dbaccess/source/ui/dlg/sqlmessage.cxx -dbaccess/source/ui/dlg/tablespage.cxx -dbaccess/source/ui/dlg/tablespage.hxx -dbaccess/source/ui/dlg/textconnectionsettings.cxx -dbaccess/source/ui/inc/AppElementType.hxx -dbaccess/source/ui/inc/CollectionView.hxx -dbaccess/source/ui/inc/ColumnControlWindow.hxx -dbaccess/source/ui/inc/ConnectionLine.hxx -dbaccess/source/ui/inc/ConnectionLineAccess.hxx -dbaccess/source/ui/inc/ConnectionLineData.hxx -dbaccess/source/ui/inc/DExport.hxx -dbaccess/source/ui/inc/FieldControls.hxx -dbaccess/source/ui/inc/FieldDescControl.hxx -dbaccess/source/ui/inc/FieldDescriptions.hxx -dbaccess/source/ui/inc/GeneralUndo.hxx -dbaccess/source/ui/inc/HtmlReader.hxx -dbaccess/source/ui/inc/IClipBoardTest.hxx -dbaccess/source/ui/inc/IItemSetHelper.hxx -dbaccess/source/ui/inc/IUpdateHelper.hxx -dbaccess/source/ui/inc/JAccess.hxx -dbaccess/source/ui/inc/JoinController.hxx -dbaccess/source/ui/inc/JoinDesignView.hxx -dbaccess/source/ui/inc/JoinExchange.hxx -dbaccess/source/ui/inc/JoinTableView.hxx -dbaccess/source/ui/inc/QEnumTypes.hxx -dbaccess/source/ui/inc/QueryDesignView.hxx -dbaccess/source/ui/inc/QueryPropertiesDialog.hxx -dbaccess/source/ui/inc/QueryTableView.hxx -dbaccess/source/ui/inc/QueryTextView.hxx -dbaccess/source/ui/inc/QueryViewSwitch.hxx -dbaccess/source/ui/inc/RTableConnectionData.hxx -dbaccess/source/ui/inc/RelControliFace.hxx -dbaccess/source/ui/inc/RelationControl.hxx -dbaccess/source/ui/inc/RelationController.hxx -dbaccess/source/ui/inc/RelationDesignView.hxx -dbaccess/source/ui/inc/RelationDlg.hxx -dbaccess/source/ui/inc/RelationTableView.hxx -dbaccess/source/ui/inc/RtfReader.hxx -dbaccess/source/ui/inc/ScrollHelper.hxx -dbaccess/source/ui/inc/SqlNameEdit.hxx -dbaccess/source/ui/inc/TableConnection.hxx -dbaccess/source/ui/inc/TableConnectionData.hxx -dbaccess/source/ui/inc/TableController.hxx -dbaccess/source/ui/inc/TableCopyHelper.hxx -dbaccess/source/ui/inc/TableDesignControl.hxx -dbaccess/source/ui/inc/TableDesignHelpBar.hxx -dbaccess/source/ui/inc/TableDesignView.hxx -dbaccess/source/ui/inc/TableFieldDescription.hxx -dbaccess/source/ui/inc/TableGrantCtrl.hxx -dbaccess/source/ui/inc/TableRow.hxx -dbaccess/source/ui/inc/TableRowExchange.hxx -dbaccess/source/ui/inc/TableWindow.hxx -dbaccess/source/ui/inc/TableWindowAccess.hxx -dbaccess/source/ui/inc/TableWindowData.hxx -dbaccess/source/ui/inc/TableWindowListBox.hxx -dbaccess/source/ui/inc/TableWindowTitle.hxx -dbaccess/source/ui/inc/TablesSingleDlg.hxx -dbaccess/source/ui/inc/TokenWriter.hxx -dbaccess/source/ui/inc/TypeInfo.hxx -dbaccess/source/ui/inc/UITools.hxx -dbaccess/source/ui/inc/UserAdminDlg.hxx -dbaccess/source/ui/inc/VertSplitView.hxx -dbaccess/source/ui/inc/WCPage.hxx -dbaccess/source/ui/inc/WColumnSelect.hxx -dbaccess/source/ui/inc/WCopyTable.hxx -dbaccess/source/ui/inc/WExtendPages.hxx -dbaccess/source/ui/inc/WNameMatch.hxx -dbaccess/source/ui/inc/WTabPage.hxx -dbaccess/source/ui/inc/WTypeSelect.hxx -dbaccess/source/ui/inc/adtabdlg.hxx -dbaccess/source/ui/inc/advancedsettingsdlg.hxx -dbaccess/source/ui/inc/asyncmodaldialog.hxx -dbaccess/source/ui/inc/browserids.hxx -dbaccess/source/ui/inc/brwctrlr.hxx -dbaccess/source/ui/inc/brwview.hxx -dbaccess/source/ui/inc/callbacks.hxx -dbaccess/source/ui/inc/charsetlistbox.hxx -dbaccess/source/ui/inc/charsets.hxx -dbaccess/source/ui/inc/commontypes.hxx -dbaccess/source/ui/inc/curledit.hxx -dbaccess/source/ui/inc/databaseobjectview.hxx -dbaccess/source/ui/inc/datasourceconnector.hxx -dbaccess/source/ui/inc/dbadmin.hxx -dbaccess/source/ui/inc/dbexchange.hxx -dbaccess/source/ui/inc/dbtreelistbox.hxx -dbaccess/source/ui/inc/dbu_dlg.hxx -dbaccess/source/ui/inc/dbwiz.hxx -dbaccess/source/ui/inc/dbwizsetup.hxx -dbaccess/source/ui/inc/defaultobjectnamecheck.hxx -dbaccess/source/ui/inc/directsql.hxx -dbaccess/source/ui/inc/dlgattr.hxx -dbaccess/source/ui/inc/dlgsave.hxx -dbaccess/source/ui/inc/dlgsize.hxx -dbaccess/source/ui/inc/dsitems.hxx -dbaccess/source/ui/inc/dsmeta.hxx -dbaccess/source/ui/inc/exsrcbrw.hxx -dbaccess/source/ui/inc/formadapter.hxx -dbaccess/source/ui/inc/imageprovider.hxx -dbaccess/source/ui/inc/indexcollection.hxx -dbaccess/source/ui/inc/indexdialog.hxx -dbaccess/source/ui/inc/indexes.hxx -dbaccess/source/ui/inc/indexfieldscontrol.hxx -dbaccess/source/ui/inc/linkeddocuments.hxx -dbaccess/source/ui/inc/listviewitems.hxx -dbaccess/source/ui/inc/marktree.hxx -dbaccess/source/ui/inc/objectnamecheck.hxx -dbaccess/source/ui/inc/opendoccontrols.hxx -dbaccess/source/ui/inc/paramdialog.hxx -dbaccess/source/ui/inc/propertystorage.hxx -dbaccess/source/ui/inc/querycontainerwindow.hxx -dbaccess/source/ui/inc/querycontroller.hxx -dbaccess/source/ui/inc/queryfilter.hxx -dbaccess/source/ui/inc/queryorder.hxx -dbaccess/source/ui/inc/sbagrid.hxx -dbaccess/source/ui/inc/sbamultiplex.hxx -dbaccess/source/ui/inc/singledoccontroller.hxx -dbaccess/source/ui/inc/sqledit.hxx -dbaccess/source/ui/inc/sqlmessage.hxx -dbaccess/source/ui/inc/stringlistitem.hxx -dbaccess/source/ui/inc/tabletree.hxx -dbaccess/source/ui/inc/textconnectionsettings.hxx -dbaccess/source/ui/inc/undosqledit.hxx -dbaccess/source/ui/inc/unoadmin.hxx -dbaccess/source/ui/inc/unodatbr.hxx -dbaccess/source/ui/inc/unosqlmessage.hxx -dbaccess/source/ui/misc/DExport.cxx -dbaccess/source/ui/misc/HtmlReader.cxx -dbaccess/source/ui/misc/RowSetDrop.cxx -dbaccess/source/ui/misc/RtfReader.cxx -dbaccess/source/ui/misc/TableCopyHelper.cxx -dbaccess/source/ui/misc/TokenWriter.cxx -dbaccess/source/ui/misc/UITools.cxx -dbaccess/source/ui/misc/UpdateHelperImpl.hxx -dbaccess/source/ui/misc/WCPage.cxx -dbaccess/source/ui/misc/WColumnSelect.cxx -dbaccess/source/ui/misc/WCopyTable.cxx -dbaccess/source/ui/misc/WExtendPages.cxx -dbaccess/source/ui/misc/WNameMatch.cxx -dbaccess/source/ui/misc/WTypeSelect.cxx -dbaccess/source/ui/misc/asyncmodaldialog.cxx -dbaccess/source/ui/misc/charsets.cxx -dbaccess/source/ui/misc/controllerframe.cxx -dbaccess/source/ui/misc/databaseobjectview.cxx -dbaccess/source/ui/misc/datasourceconnector.cxx -dbaccess/source/ui/misc/dbaundomanager.cxx -dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx -dbaccess/source/ui/misc/defaultobjectnamecheck.cxx -dbaccess/source/ui/misc/dsmeta.cxx -dbaccess/source/ui/misc/imageprovider.cxx -dbaccess/source/ui/misc/indexcollection.cxx -dbaccess/source/ui/misc/linkeddocuments.cxx -dbaccess/source/ui/misc/propertystorage.cxx -dbaccess/source/ui/misc/singledoccontroller.cxx -dbaccess/source/ui/misc/stringlistitem.cxx -dbaccess/source/ui/misc/uiservices.cxx -dbaccess/source/ui/querydesign/ConnectionLine.cxx -dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx -dbaccess/source/ui/querydesign/ConnectionLineData.cxx -dbaccess/source/ui/querydesign/JAccess.cxx -dbaccess/source/ui/querydesign/JoinController.cxx -dbaccess/source/ui/querydesign/JoinDesignView.cxx -dbaccess/source/ui/querydesign/JoinExchange.cxx -dbaccess/source/ui/querydesign/JoinTableView.cxx -dbaccess/source/ui/querydesign/QTableConnection.cxx -dbaccess/source/ui/querydesign/QTableConnection.hxx -dbaccess/source/ui/querydesign/QTableConnectionData.cxx -dbaccess/source/ui/querydesign/QTableConnectionData.hxx -dbaccess/source/ui/querydesign/QTableWindow.cxx -dbaccess/source/ui/querydesign/QTableWindow.hxx -dbaccess/source/ui/querydesign/QTableWindowData.cxx -dbaccess/source/ui/querydesign/QTableWindowData.hxx -dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx -dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx -dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx -dbaccess/source/ui/querydesign/QueryDesignView.cxx -dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx -dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx -dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx -dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx -dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx -dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx -dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx -dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx -dbaccess/source/ui/querydesign/QueryTableView.cxx -dbaccess/source/ui/querydesign/QueryTextView.cxx -dbaccess/source/ui/querydesign/QueryViewSwitch.cxx -dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx -dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx -dbaccess/source/ui/querydesign/TableConnection.cxx -dbaccess/source/ui/querydesign/TableConnectionData.cxx -dbaccess/source/ui/querydesign/TableFieldDescription.cxx -dbaccess/source/ui/querydesign/TableFieldInfo.cxx -dbaccess/source/ui/querydesign/TableFieldInfo.hxx -dbaccess/source/ui/querydesign/TableWindow.cxx -dbaccess/source/ui/querydesign/TableWindowAccess.cxx -dbaccess/source/ui/querydesign/TableWindowData.cxx -dbaccess/source/ui/querydesign/TableWindowListBox.cxx -dbaccess/source/ui/querydesign/TableWindowTitle.cxx -dbaccess/source/ui/querydesign/limitboxcontroller.cxx -dbaccess/source/ui/querydesign/limitboxcontroller.hxx -dbaccess/source/ui/querydesign/querycontainerwindow.cxx -dbaccess/source/ui/querydesign/querycontroller.cxx -dbaccess/source/ui/querydesign/querydlg.cxx -dbaccess/source/ui/querydesign/querydlg.hxx -dbaccess/source/ui/relationdesign/RTableConnection.cxx -dbaccess/source/ui/relationdesign/RTableConnection.hxx -dbaccess/source/ui/relationdesign/RTableConnectionData.cxx -dbaccess/source/ui/relationdesign/RTableWindow.hxx -dbaccess/source/ui/relationdesign/RelationController.cxx -dbaccess/source/ui/relationdesign/RelationDesignView.cxx -dbaccess/source/ui/relationdesign/RelationTableView.cxx -dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx -dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx -dbaccess/source/ui/tabledesign/FieldDescriptions.cxx -dbaccess/source/ui/tabledesign/TEditControl.cxx -dbaccess/source/ui/tabledesign/TEditControl.hxx -dbaccess/source/ui/tabledesign/TableController.cxx -dbaccess/source/ui/tabledesign/TableDesignControl.cxx -dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx -dbaccess/source/ui/tabledesign/TableDesignView.cxx -dbaccess/source/ui/tabledesign/TableFieldControl.cxx -dbaccess/source/ui/tabledesign/TableFieldControl.hxx -dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx -dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx -dbaccess/source/ui/tabledesign/TableRow.cxx -dbaccess/source/ui/tabledesign/TableRowExchange.cxx -dbaccess/source/ui/tabledesign/TableUndo.cxx -dbaccess/source/ui/tabledesign/TableUndo.hxx -dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx -dbaccess/source/ui/uno/ColumnControl.cxx -dbaccess/source/ui/uno/ColumnControl.hxx -dbaccess/source/ui/uno/ColumnModel.cxx -dbaccess/source/ui/uno/ColumnModel.hxx -dbaccess/source/ui/uno/ColumnPeer.cxx -dbaccess/source/ui/uno/ColumnPeer.hxx -dbaccess/source/ui/uno/DBTypeWizDlg.cxx -dbaccess/source/ui/uno/DBTypeWizDlg.hxx -dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx -dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx -dbaccess/source/ui/uno/TableFilterDlg.cxx -dbaccess/source/ui/uno/TableFilterDlg.hxx -dbaccess/source/ui/uno/UserSettingsDlg.cxx -dbaccess/source/ui/uno/UserSettingsDlg.hxx -dbaccess/source/ui/uno/admindlg.cxx -dbaccess/source/ui/uno/admindlg.hxx -dbaccess/source/ui/uno/composerdialogs.cxx -dbaccess/source/ui/uno/composerdialogs.hxx -dbaccess/source/ui/uno/copytablewizard.cxx -dbaccess/source/ui/uno/dbinteraction.cxx -dbaccess/source/ui/uno/dbinteraction.hxx -dbaccess/source/ui/uno/textconnectionsettings_uno.cxx -dbaccess/source/ui/uno/unoDirectSql.cxx -dbaccess/source/ui/uno/unoDirectSql.hxx -dbaccess/source/ui/uno/unoadmin.cxx -dbaccess/source/ui/uno/unosqlmessage.cxx -dbaccess/win32/source/odbcconfig/odbcconfig.cxx -desktop/inc/app.hxx -desktop/inc/dp_misc.h -desktop/inc/dp_shared.hxx -desktop/inc/lib/init.hxx -desktop/inc/migration.hxx -desktop/qa/deployment_misc/test_dp_version.cxx -desktop/qa/desktop_app/test_desktop_app.cxx -desktop/qa/desktop_lib/test_desktop_lib.cxx -desktop/source/app/app.cxx -desktop/source/app/appinit.cxx -desktop/source/app/check_ext_deps.cxx -desktop/source/app/cmdlineargs.cxx -desktop/source/app/cmdlineargs.hxx -desktop/source/app/cmdlinehelp.cxx -desktop/source/app/cmdlinehelp.hxx -desktop/source/app/crashreport.cxx -desktop/source/app/desktopcontext.cxx -desktop/source/app/desktopcontext.hxx -desktop/source/app/dispatchwatcher.cxx -desktop/source/app/dispatchwatcher.hxx -desktop/source/app/langselect.cxx -desktop/source/app/langselect.hxx -desktop/source/app/lockfile2.cxx -desktop/source/app/main.c -desktop/source/app/officeipcthread.cxx -desktop/source/app/officeipcthread.hxx -desktop/source/app/opencl.cxx -desktop/source/app/sofficemain.cxx -desktop/source/app/updater.cxx -desktop/source/app/userinstall.cxx -desktop/source/app/userinstall.hxx -desktop/source/deployment/dp_log.cxx -desktop/source/deployment/dp_persmap.cxx -desktop/source/deployment/dp_services.cxx -desktop/source/deployment/dp_xml.cxx -desktop/source/deployment/gui/dp_gui.h -desktop/source/deployment/gui/dp_gui_dependencydialog.cxx -desktop/source/deployment/gui/dp_gui_dependencydialog.hxx -desktop/source/deployment/gui/dp_gui_dialog2.cxx -desktop/source/deployment/gui/dp_gui_dialog2.hxx -desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx -desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx -desktop/source/deployment/gui/dp_gui_extlistbox.cxx -desktop/source/deployment/gui/dp_gui_extlistbox.hxx -desktop/source/deployment/gui/dp_gui_service.cxx -desktop/source/deployment/gui/dp_gui_theextmgr.cxx -desktop/source/deployment/gui/dp_gui_theextmgr.hxx -desktop/source/deployment/gui/dp_gui_updatedata.hxx -desktop/source/deployment/gui/dp_gui_updatedialog.cxx -desktop/source/deployment/gui/dp_gui_updatedialog.hxx -desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx -desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx -desktop/source/deployment/gui/license_dialog.cxx -desktop/source/deployment/gui/license_dialog.hxx -desktop/source/deployment/inc/dp_dependencies.hxx -desktop/source/deployment/inc/dp_descriptioninfoset.hxx -desktop/source/deployment/inc/dp_identifier.hxx -desktop/source/deployment/inc/dp_interact.h -desktop/source/deployment/inc/dp_package.hxx -desktop/source/deployment/inc/dp_persmap.h -desktop/source/deployment/inc/dp_platform.hxx -desktop/source/deployment/inc/dp_registry.hxx -desktop/source/deployment/inc/dp_resource.h -desktop/source/deployment/inc/dp_services.hxx -desktop/source/deployment/inc/dp_ucb.h -desktop/source/deployment/inc/dp_update.hxx -desktop/source/deployment/inc/dp_version.hxx -desktop/source/deployment/inc/dp_xml.h -desktop/source/deployment/inc/lockfile.hxx -desktop/source/deployment/manager/dp_activepackages.cxx -desktop/source/deployment/manager/dp_activepackages.hxx -desktop/source/deployment/manager/dp_commandenvironments.cxx -desktop/source/deployment/manager/dp_commandenvironments.hxx -desktop/source/deployment/manager/dp_extensionmanager.cxx -desktop/source/deployment/manager/dp_extensionmanager.hxx -desktop/source/deployment/manager/dp_informationprovider.cxx -desktop/source/deployment/manager/dp_manager.cxx -desktop/source/deployment/manager/dp_manager.h -desktop/source/deployment/manager/dp_managerfac.cxx -desktop/source/deployment/manager/dp_properties.cxx -desktop/source/deployment/manager/dp_properties.hxx -desktop/source/deployment/misc/dp_dependencies.cxx -desktop/source/deployment/misc/dp_descriptioninfoset.cxx -desktop/source/deployment/misc/dp_identifier.cxx -desktop/source/deployment/misc/dp_interact.cxx -desktop/source/deployment/misc/dp_misc.cxx -desktop/source/deployment/misc/dp_platform.cxx -desktop/source/deployment/misc/dp_resource.cxx -desktop/source/deployment/misc/dp_ucb.cxx -desktop/source/deployment/misc/dp_update.cxx -desktop/source/deployment/misc/dp_version.cxx -desktop/source/deployment/misc/lockfile.cxx -desktop/source/deployment/registry/component/dp_compbackenddb.cxx -desktop/source/deployment/registry/component/dp_compbackenddb.hxx -desktop/source/deployment/registry/component/dp_component.cxx -desktop/source/deployment/registry/configuration/dp_configuration.cxx -desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx -desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx -desktop/source/deployment/registry/dp_backend.cxx -desktop/source/deployment/registry/dp_backenddb.cxx -desktop/source/deployment/registry/dp_registry.cxx -desktop/source/deployment/registry/executable/dp_executable.cxx -desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx -desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx -desktop/source/deployment/registry/help/dp_help.cxx -desktop/source/deployment/registry/help/dp_helpbackenddb.cxx -desktop/source/deployment/registry/help/dp_helpbackenddb.hxx -desktop/source/deployment/registry/inc/dp_backend.h -desktop/source/deployment/registry/inc/dp_backenddb.hxx -desktop/source/deployment/registry/package/dp_extbackenddb.cxx -desktop/source/deployment/registry/package/dp_extbackenddb.hxx -desktop/source/deployment/registry/package/dp_package.cxx -desktop/source/deployment/registry/script/dp_lib_container.cxx -desktop/source/deployment/registry/script/dp_lib_container.h -desktop/source/deployment/registry/script/dp_script.cxx -desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx -desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx -desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx -desktop/source/deployment/registry/sfwk/dp_parceldesc.hxx -desktop/source/deployment/registry/sfwk/dp_sfwk.cxx -desktop/source/inc/helpids.h -desktop/source/lib/init.cxx -desktop/source/lib/lokandroid.cxx -desktop/source/lib/lokinteractionhandler.cxx -desktop/source/lib/lokinteractionhandler.hxx -desktop/source/migration/migration.cxx -desktop/source/migration/migration_impl.hxx -desktop/source/migration/services/basicmigration.cxx -desktop/source/migration/services/basicmigration.hxx -desktop/source/migration/services/cexports.cxx -desktop/source/migration/services/cexportsoo3.cxx -desktop/source/migration/services/jvmfwk.cxx -desktop/source/migration/services/jvmfwk.hxx -desktop/source/migration/services/misc.hxx -desktop/source/migration/services/oo3extensionmigration.cxx -desktop/source/migration/services/oo3extensionmigration.hxx -desktop/source/migration/services/wordbookmigration.cxx -desktop/source/migration/services/wordbookmigration.hxx -desktop/source/minidump/minidump.cxx -desktop/source/offacc/acceptor.cxx -desktop/source/offacc/acceptor.hxx -desktop/source/pkgchk/unopkg/unopkg_app.cxx -desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx -desktop/source/pkgchk/unopkg/unopkg_main.c -desktop/source/pkgchk/unopkg/unopkg_misc.cxx -desktop/source/pkgchk/unopkg/unopkg_shared.h -desktop/source/splash/services_spl.cxx -desktop/source/splash/splash.cxx -desktop/source/splash/splash.hxx -desktop/source/splash/unxsplash.cxx -desktop/source/splash/unxsplash.hxx -desktop/test/deployment/active/active_native.cxx -desktop/test/deployment/executable_content/build/hello.c -desktop/test/deployment/passive/passive_native.cxx -desktop/unx/source/args.c -desktop/unx/source/args.h -desktop/unx/source/file_image.h -desktop/unx/source/file_image_unx.c -desktop/unx/source/pagein.c -desktop/unx/source/splashx.c -desktop/unx/source/start.c -desktop/win32/source/QuickStart/QuickStart.cxx -desktop/win32/source/QuickStart/resource.h -desktop/win32/source/applauncher/launcher.cxx -desktop/win32/source/loader.cxx -desktop/win32/source/loader.hxx -desktop/win32/source/unoinfo.cxx -drawinglayer/inc/converters.hxx -drawinglayer/inc/emfplushelper.hxx -drawinglayer/inc/primitive2d/cropprimitive2d.hxx -drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx -drawinglayer/inc/primitive2d/texteffectprimitive2d.hxx -drawinglayer/inc/primitive2d/textlineprimitive2d.hxx -drawinglayer/inc/primitive2d/textstrikeoutprimitive2d.hxx -drawinglayer/inc/primitive2d/wallpaperprimitive2d.hxx -drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx -drawinglayer/inc/primitive3d/hiddengeometryprimitive3d.hxx -drawinglayer/inc/primitive3d/polygontubeprimitive3d.hxx -drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx -drawinglayer/inc/primitive3d/shadowprimitive3d.hxx -drawinglayer/inc/primitive3d/textureprimitive3d.hxx -drawinglayer/inc/processor3d/defaultprocessor3d.hxx -drawinglayer/inc/processor3d/geometry2dextractor.hxx -drawinglayer/inc/processor3d/shadow3dextractor.hxx -drawinglayer/inc/processor3d/zbufferprocessor3d.hxx -drawinglayer/inc/texture/texture.hxx -drawinglayer/inc/texture/texture3d.hxx -drawinglayer/inc/wmfemfhelper.hxx -drawinglayer/source/animation/animationtiming.cxx -drawinglayer/source/attribute/fillgradientattribute.cxx -drawinglayer/source/attribute/fillgraphicattribute.cxx -drawinglayer/source/attribute/fillhatchattribute.cxx -drawinglayer/source/attribute/fontattribute.cxx -drawinglayer/source/attribute/lineattribute.cxx -drawinglayer/source/attribute/linestartendattribute.cxx -drawinglayer/source/attribute/materialattribute3d.cxx -drawinglayer/source/attribute/sdrallattribute3d.cxx -drawinglayer/source/attribute/sdrfillattribute.cxx -drawinglayer/source/attribute/sdrfillgraphicattribute.cxx -drawinglayer/source/attribute/sdrlightattribute3d.cxx -drawinglayer/source/attribute/sdrlightingattribute3d.cxx -drawinglayer/source/attribute/sdrlineattribute.cxx -drawinglayer/source/attribute/sdrlinestartendattribute.cxx -drawinglayer/source/attribute/sdrobjectattribute3d.cxx -drawinglayer/source/attribute/sdrsceneattribute3d.cxx -drawinglayer/source/attribute/sdrshadowattribute.cxx -drawinglayer/source/attribute/strokeattribute.cxx -drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx -drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx -drawinglayer/source/drawinglayeruno/xprimitive2drenderer.hxx -drawinglayer/source/dumper/EnhancedShapeDumper.cxx -drawinglayer/source/dumper/EnhancedShapeDumper.hxx -drawinglayer/source/dumper/XShapeDumper.cxx -drawinglayer/source/geometry/viewinformation3d.cxx -drawinglayer/source/primitive2d/animatedprimitive2d.cxx -drawinglayer/source/primitive2d/backgroundcolorprimitive2d.cxx -drawinglayer/source/primitive2d/borderlineprimitive2d.cxx -drawinglayer/source/primitive2d/controlprimitive2d.cxx -drawinglayer/source/primitive2d/cropprimitive2d.cxx -drawinglayer/source/primitive2d/discretebitmapprimitive2d.cxx -drawinglayer/source/primitive2d/discreteshadowprimitive2d.cxx -drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx -drawinglayer/source/primitive2d/epsprimitive2d.cxx -drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx -drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx -drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx -drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx -drawinglayer/source/primitive2d/gridprimitive2d.cxx -drawinglayer/source/primitive2d/groupprimitive2d.cxx -drawinglayer/source/primitive2d/helplineprimitive2d.cxx -drawinglayer/source/primitive2d/hiddengeometryprimitive2d.cxx -drawinglayer/source/primitive2d/invertprimitive2d.cxx -drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx -drawinglayer/source/primitive2d/maskprimitive2d.cxx -drawinglayer/source/primitive2d/mediaprimitive2d.cxx -drawinglayer/source/primitive2d/metafileprimitive2d.cxx -drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx -drawinglayer/source/primitive2d/objectinfoprimitive2d.cxx -drawinglayer/source/primitive2d/pagehierarchyprimitive2d.cxx -drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx -drawinglayer/source/primitive2d/patternfillprimitive2d.cxx -drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx -drawinglayer/source/primitive2d/polygonprimitive2d.cxx -drawinglayer/source/primitive2d/primitivetools2d.cxx -drawinglayer/source/primitive2d/sceneprimitive2d.cxx -drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx -drawinglayer/source/primitive2d/shadowprimitive2d.cxx -drawinglayer/source/primitive2d/structuretagprimitive2d.cxx -drawinglayer/source/primitive2d/svggradientprimitive2d.cxx -drawinglayer/source/primitive2d/textbreakuphelper.cxx -drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx -drawinglayer/source/primitive2d/texteffectprimitive2d.cxx -drawinglayer/source/primitive2d/textenumsprimitive2d.cxx -drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx -drawinglayer/source/primitive2d/textlayoutdevice.cxx -drawinglayer/source/primitive2d/textlineprimitive2d.cxx -drawinglayer/source/primitive2d/textprimitive2d.cxx -drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx -drawinglayer/source/primitive2d/transformprimitive2d.cxx -drawinglayer/source/primitive2d/transparenceprimitive2d.cxx -drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx -drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx -drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx -drawinglayer/source/primitive3d/baseprimitive3d.cxx -drawinglayer/source/primitive3d/groupprimitive3d.cxx -drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx -drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx -drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx -drawinglayer/source/primitive3d/polygonprimitive3d.cxx -drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx -drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx -drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx -drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx -drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx -drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx -drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx -drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx -drawinglayer/source/primitive3d/sdrprimitive3d.cxx -drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx -drawinglayer/source/primitive3d/shadowprimitive3d.cxx -drawinglayer/source/primitive3d/textureprimitive3d.cxx -drawinglayer/source/primitive3d/transformprimitive3d.cxx -drawinglayer/source/processor2d/baseprocessor2d.cxx -drawinglayer/source/processor2d/contourextractor2d.cxx -drawinglayer/source/processor2d/getdigitlanguage.cxx -drawinglayer/source/processor2d/getdigitlanguage.hxx -drawinglayer/source/processor2d/hittestprocessor2d.cxx -drawinglayer/source/processor2d/linegeometryextractor2d.cxx -drawinglayer/source/processor2d/objectinfoextractor2d.cxx -drawinglayer/source/processor2d/processor2dtools.cxx -drawinglayer/source/processor2d/processorfromoutputdevice.cxx -drawinglayer/source/processor2d/textaspolygonextractor2d.cxx -drawinglayer/source/processor3d/baseprocessor3d.cxx -drawinglayer/source/processor3d/cutfindprocessor3d.cxx -drawinglayer/source/processor3d/defaultprocessor3d.cxx -drawinglayer/source/processor3d/geometry2dextractor.cxx -drawinglayer/source/processor3d/shadow3dextractor.cxx -drawinglayer/source/processor3d/zbufferprocessor3d.cxx -drawinglayer/source/texture/texture.cxx -drawinglayer/source/texture/texture3d.cxx -drawinglayer/source/tools/converters.cxx -drawinglayer/source/tools/emfpbrush.cxx -drawinglayer/source/tools/emfpbrush.hxx -drawinglayer/source/tools/emfpcustomlinecap.cxx -drawinglayer/source/tools/emfpcustomlinecap.hxx -drawinglayer/source/tools/emfpfont.cxx -drawinglayer/source/tools/emfpfont.hxx -drawinglayer/source/tools/emfphelperdata.cxx -drawinglayer/source/tools/emfphelperdata.hxx -drawinglayer/source/tools/emfpimage.cxx -drawinglayer/source/tools/emfpimage.hxx -drawinglayer/source/tools/emfplushelper.cxx -drawinglayer/source/tools/emfppath.cxx -drawinglayer/source/tools/emfppath.hxx -drawinglayer/source/tools/emfppen.cxx -drawinglayer/source/tools/emfppen.hxx -drawinglayer/source/tools/emfpregion.cxx -drawinglayer/source/tools/emfpregion.hxx -drawinglayer/source/tools/emfpstringformat.cxx -drawinglayer/source/tools/emfpstringformat.hxx -drawinglayer/source/tools/primitive2dxmldump.cxx -drawinglayer/source/tools/wmfemfhelper.cxx -dtrans/source/cnttype/mcnttfactory.cxx -dtrans/source/cnttype/mcnttfactory.hxx -dtrans/source/cnttype/mcnttype.cxx -dtrans/source/cnttype/mcnttype.hxx -dtrans/source/cnttype/mctfentry.cxx -dtrans/source/cnttype/wbench/testcnttype.cxx -dtrans/source/generic/clipboardmanager.cxx -dtrans/source/generic/clipboardmanager.hxx -dtrans/source/generic/dtrans.cxx -dtrans/source/generic/generic_clipboard.cxx -dtrans/source/generic/generic_clipboard.hxx -dtrans/source/inc/DtObjFactory.hxx -dtrans/source/test/test_dtrans.cxx -dtrans/source/win32/clipb/APNDataObject.hxx -dtrans/source/win32/clipb/MtaOleClipb.cxx -dtrans/source/win32/clipb/MtaOleClipb.hxx -dtrans/source/win32/clipb/WinClipbImpl.cxx -dtrans/source/win32/clipb/WinClipbImpl.hxx -dtrans/source/win32/clipb/WinClipboard.cxx -dtrans/source/win32/clipb/WinClipboard.hxx -dtrans/source/win32/clipb/wcbentry.cxx -dtrans/source/win32/dnd/dndentry.cxx -dtrans/source/win32/dnd/globals.cxx -dtrans/source/win32/dnd/globals.hxx -dtrans/source/win32/dnd/idroptarget.cxx -dtrans/source/win32/dnd/idroptarget.hxx -dtrans/source/win32/dnd/source.cxx -dtrans/source/win32/dnd/source.hxx -dtrans/source/win32/dnd/sourcecontext.cxx -dtrans/source/win32/dnd/sourcecontext.hxx -dtrans/source/win32/dnd/target.cxx -dtrans/source/win32/dnd/target.hxx -dtrans/source/win32/dnd/targetdragcontext.cxx -dtrans/source/win32/dnd/targetdragcontext.hxx -dtrans/source/win32/dnd/targetdropcontext.cxx -dtrans/source/win32/dnd/targetdropcontext.hxx -dtrans/source/win32/dtobj/APNDataObject.cxx -dtrans/source/win32/dtobj/APNDataObject.hxx -dtrans/source/win32/dtobj/DOTransferable.cxx -dtrans/source/win32/dtobj/DOTransferable.hxx -dtrans/source/win32/dtobj/DTransHelper.cxx -dtrans/source/win32/dtobj/DTransHelper.hxx -dtrans/source/win32/dtobj/DataFmtTransl.cxx -dtrans/source/win32/dtobj/DataFmtTransl.hxx -dtrans/source/win32/dtobj/DtObjFactory.cxx -dtrans/source/win32/dtobj/Fetc.cxx -dtrans/source/win32/dtobj/Fetc.hxx -dtrans/source/win32/dtobj/FetcList.cxx -dtrans/source/win32/dtobj/FetcList.hxx -dtrans/source/win32/dtobj/FmtFilter.cxx -dtrans/source/win32/dtobj/FmtFilter.hxx -dtrans/source/win32/dtobj/MimeAttrib.hxx -dtrans/source/win32/dtobj/TxtCnvtHlp.cxx -dtrans/source/win32/dtobj/TxtCnvtHlp.hxx -dtrans/source/win32/dtobj/XNotifyingDataObject.cxx -dtrans/source/win32/dtobj/XNotifyingDataObject.hxx -dtrans/source/win32/dtobj/XTDataObject.cxx -dtrans/source/win32/dtobj/XTDataObject.hxx -dtrans/source/win32/ftransl/ftransl.cxx -dtrans/source/win32/ftransl/ftransl.hxx -dtrans/source/win32/ftransl/ftranslentry.cxx -dtrans/source/win32/misc/ImplHelper.cxx -dtrans/source/win32/misc/ImplHelper.hxx -dtrans/source/win32/workbench/XTDo.cxx -dtrans/source/win32/workbench/XTDo.hxx -dtrans/source/win32/workbench/test_wincb.cxx -dtrans/source/win32/workbench/testmarshal.cxx -dtrans/test/win32/dnd/atlwindow.cxx -dtrans/test/win32/dnd/atlwindow.hxx -dtrans/test/win32/dnd/dndTest.cxx -dtrans/test/win32/dnd/sourcelistener.cxx -dtrans/test/win32/dnd/sourcelistener.hxx -dtrans/test/win32/dnd/targetlistener.cxx -dtrans/test/win32/dnd/targetlistener.hxx -dtrans/test/win32/dnd/transferable.cxx -dtrans/test/win32/dnd/transferable.hxx -editeng/inc/AccessibleStringWrap.hxx -editeng/inc/editattr.hxx -editeng/inc/editdoc.hxx -editeng/inc/editeng.hxx -editeng/inc/editxml.hxx -editeng/inc/edtspell.hxx -editeng/inc/eerdll2.hxx -editeng/inc/helpids.h -editeng/inc/unomodel.hxx -editeng/inc/unopracc.hxx -editeng/qa/items/borderline_test.cxx -editeng/qa/lookuptree/lookuptree_test.cxx -editeng/qa/unit/core-test.cxx -editeng/source/accessibility/AccessibleComponentBase.cxx -editeng/source/accessibility/AccessibleContextBase.cxx -editeng/source/accessibility/AccessibleEditableTextPara.cxx -editeng/source/accessibility/AccessibleHyperlink.cxx -editeng/source/accessibility/AccessibleHyperlink.hxx -editeng/source/accessibility/AccessibleImageBullet.cxx -editeng/source/accessibility/AccessibleImageBullet.hxx -editeng/source/accessibility/AccessibleParaManager.cxx -editeng/source/accessibility/AccessibleSelectionBase.cxx -editeng/source/accessibility/AccessibleStaticTextBase.cxx -editeng/source/accessibility/AccessibleStringWrap.cxx -editeng/source/editeng/editattr.cxx -editeng/source/editeng/editdbg.cxx -editeng/source/editeng/editdbg.hxx -editeng/source/editeng/editdoc.cxx -editeng/source/editeng/editeng.cxx -editeng/source/editeng/editobj.cxx -editeng/source/editeng/editobj2.hxx -editeng/source/editeng/editsel.cxx -editeng/source/editeng/editsel.hxx -editeng/source/editeng/editstt2.hxx -editeng/source/editeng/editundo.cxx -editeng/source/editeng/editundo.hxx -editeng/source/editeng/editview.cxx -editeng/source/editeng/edtspell.cxx -editeng/source/editeng/eehtml.cxx -editeng/source/editeng/eehtml.hxx -editeng/source/editeng/eeobj.cxx -editeng/source/editeng/eeobj.hxx -editeng/source/editeng/eerdll.cxx -editeng/source/editeng/eertfpar.cxx -editeng/source/editeng/eertfpar.hxx -editeng/source/editeng/fieldupdater.cxx -editeng/source/editeng/impedit.cxx -editeng/source/editeng/impedit.hxx -editeng/source/editeng/impedit2.cxx -editeng/source/editeng/impedit3.cxx -editeng/source/editeng/impedit4.cxx -editeng/source/editeng/impedit5.cxx -editeng/source/editeng/misspellrange.cxx -editeng/source/editeng/section.cxx -editeng/source/editeng/textconv.cxx -editeng/source/editeng/textconv.hxx -editeng/source/items/CustomPropertyField.cxx -editeng/source/items/borderline.cxx -editeng/source/items/bulitem.cxx -editeng/source/items/charhiddenitem.cxx -editeng/source/items/flditem.cxx -editeng/source/items/frmitems.cxx -editeng/source/items/itemtype.cxx -editeng/source/items/justifyitem.cxx -editeng/source/items/legacyitem.cxx -editeng/source/items/numitem.cxx -editeng/source/items/optitems.cxx -editeng/source/items/paperinf.cxx -editeng/source/items/paraitem.cxx -editeng/source/items/svdfield.cxx -editeng/source/items/svxfont.cxx -editeng/source/items/textitem.cxx -editeng/source/items/writingmodeitem.cxx -editeng/source/items/xmlcnitm.cxx -editeng/source/lookuptree/Trie.cxx -editeng/source/misc/SvXMLAutoCorrectExport.cxx -editeng/source/misc/SvXMLAutoCorrectExport.hxx -editeng/source/misc/SvXMLAutoCorrectImport.cxx -editeng/source/misc/SvXMLAutoCorrectImport.hxx -editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx -editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx -editeng/source/misc/acorrcfg.cxx -editeng/source/misc/edtdlg.cxx -editeng/source/misc/forbiddencharacterstable.cxx -editeng/source/misc/hangulhanja.cxx -editeng/source/misc/splwrap.cxx -editeng/source/misc/svxacorr.cxx -editeng/source/misc/swafopt.cxx -editeng/source/misc/txtrange.cxx -editeng/source/misc/unolingu.cxx -editeng/source/outliner/outleeng.cxx -editeng/source/outliner/outleeng.hxx -editeng/source/outliner/outlin2.cxx -editeng/source/outliner/outliner.cxx -editeng/source/outliner/outlobj.cxx -editeng/source/outliner/outlundo.cxx -editeng/source/outliner/outlundo.hxx -editeng/source/outliner/outlvw.cxx -editeng/source/outliner/overflowingtxt.cxx -editeng/source/outliner/paralist.cxx -editeng/source/outliner/paralist.hxx -editeng/source/rtf/rtfitem.cxx -editeng/source/rtf/svxrtf.cxx -editeng/source/uno/UnoForbiddenCharsTable.cxx -editeng/source/uno/unoedhlp.cxx -editeng/source/uno/unoedprx.cxx -editeng/source/uno/unoedsrc.cxx -editeng/source/uno/unofdesc.cxx -editeng/source/uno/unofield.cxx -editeng/source/uno/unofored.cxx -editeng/source/uno/unofored_internal.hxx -editeng/source/uno/unoforou.cxx -editeng/source/uno/unoipset.cxx -editeng/source/uno/unonrule.cxx -editeng/source/uno/unopracc.cxx -editeng/source/uno/unotext.cxx -editeng/source/uno/unotext2.cxx -editeng/source/uno/unoviwou.cxx -editeng/source/xml/editsource.hxx -editeng/source/xml/xmltxtexp.cxx -editeng/source/xml/xmltxtimp.cxx -embeddedobj/source/commonembedding/embedobj.cxx -embeddedobj/source/commonembedding/embedobj.hxx -embeddedobj/source/commonembedding/inplaceobj.cxx -embeddedobj/source/commonembedding/miscobj.cxx -embeddedobj/source/commonembedding/persistence.cxx -embeddedobj/source/commonembedding/persistence.hxx -embeddedobj/source/commonembedding/register.cxx -embeddedobj/source/commonembedding/specialobject.cxx -embeddedobj/source/commonembedding/visobj.cxx -embeddedobj/source/commonembedding/xfactory.cxx -embeddedobj/source/commonembedding/xfactory.hxx -embeddedobj/source/general/docholder.cxx -embeddedobj/source/general/dummyobject.cxx -embeddedobj/source/general/intercept.cxx -embeddedobj/source/general/xcreator.cxx -embeddedobj/source/inc/closepreventer.hxx -embeddedobj/source/inc/commonembobj.hxx -embeddedobj/source/inc/docholder.hxx -embeddedobj/source/inc/dummyobject.hxx -embeddedobj/source/inc/intercept.hxx -embeddedobj/source/inc/oleembobj.hxx -embeddedobj/source/inc/specialobject.hxx -embeddedobj/source/inc/targetstatecontrol.hxx -embeddedobj/source/inc/xcreator.hxx -embeddedobj/source/msole/advisesink.cxx -embeddedobj/source/msole/advisesink.hxx -embeddedobj/source/msole/closepreventer.cxx -embeddedobj/source/msole/graphconvert.cxx -embeddedobj/source/msole/graphconvert.hxx -embeddedobj/source/msole/mtnotification.hxx -embeddedobj/source/msole/olecomponent.cxx -embeddedobj/source/msole/olecomponent.hxx -embeddedobj/source/msole/oleembed.cxx -embeddedobj/source/msole/olemisc.cxx -embeddedobj/source/msole/olepersist.cxx -embeddedobj/source/msole/olepersist.hxx -embeddedobj/source/msole/oleregister.cxx -embeddedobj/source/msole/olevisual.cxx -embeddedobj/source/msole/olewrapclient.cxx -embeddedobj/source/msole/ownview.cxx -embeddedobj/source/msole/ownview.hxx -embeddedobj/source/msole/xdialogcreator.cxx -embeddedobj/source/msole/xdialogcreator.hxx -embeddedobj/source/msole/xolefactory.cxx -embeddedobj/source/msole/xolefactory.hxx -embeddedobj/test/Container1/nativelib/nativeview.c -embeddedobj/test/Container1/nativelib/nativeview.h -embeddedobj/test/MainThreadExecutor/register.cxx -embeddedobj/test/MainThreadExecutor/xexecutor.cxx -embeddedobj/test/MainThreadExecutor/xexecutor.hxx -embeddedobj/test/mtexecutor/bitmapcreator.cxx -embeddedobj/test/mtexecutor/bitmapcreator.hxx -embeddedobj/test/mtexecutor/mainthreadexecutor.cxx -embeddedobj/test/mtexecutor/mainthreadexecutor.hxx -embeddedobj/test/mtexecutor/mteregister.cxx -embedserv/source/embed/docholder.cxx -embedserv/source/embed/ed_idataobj.cxx -embedserv/source/embed/ed_iinplace.cxx -embedserv/source/embed/ed_ioleobject.cxx -embedserv/source/embed/ed_ipersiststr.cxx -embedserv/source/embed/esdll.cxx -embedserv/source/embed/guid.cxx -embedserv/source/embed/guid.hxx -embedserv/source/embed/iipaobj.cxx -embedserv/source/embed/intercept.cxx -embedserv/source/embed/register.cxx -embedserv/source/embed/servprov.cxx -embedserv/source/embed/syswinwrapper.cxx -embedserv/source/embed/tracker.cxx -embedserv/source/inc/common.h -embedserv/source/inc/docholder.hxx -embedserv/source/inc/embeddoc.hxx -embedserv/source/inc/embeddocaccess.hxx -embedserv/source/inc/embservconst.h -embedserv/source/inc/iipaobj.hxx -embedserv/source/inc/intercept.hxx -embedserv/source/inc/servprov.hxx -embedserv/source/inc/syswinwrapper.hxx -embedserv/source/inprocserv/advisesink.cxx -embedserv/source/inprocserv/advisesink.hxx -embedserv/source/inprocserv/dllentry.cxx -embedserv/source/inprocserv/inprocembobj.cxx -embedserv/source/inprocserv/inprocembobj.h -embedserv/source/inprocserv/smartpointer.hxx -emfio/inc/emfiodllapi.h -emfio/inc/emfreader.hxx -emfio/inc/mtftools.hxx -emfio/inc/wmfreader.hxx -emfio/qa/cppunit/emf/EmfImportTest.cxx -emfio/source/emfuno/emfuno.cxx -emfio/source/emfuno/xemfparser.cxx -emfio/source/emfuno/xemfparser.hxx -emfio/source/reader/emfreader.cxx -emfio/source/reader/mtftools.cxx -emfio/source/reader/wmfreader.cxx -eventattacher/source/eventattacher.cxx -extensions/inc/helpids.h -extensions/inc/propctrlr.h -extensions/qa/update/test_update.cxx -extensions/source/abpilot/abpfinalpage.cxx -extensions/source/abpilot/abpfinalpage.hxx -extensions/source/abpilot/abptypes.hxx -extensions/source/abpilot/abspage.cxx -extensions/source/abpilot/abspage.hxx -extensions/source/abpilot/abspilot.cxx -extensions/source/abpilot/abspilot.hxx -extensions/source/abpilot/addresssettings.hxx -extensions/source/abpilot/admininvokationimpl.cxx -extensions/source/abpilot/admininvokationimpl.hxx -extensions/source/abpilot/admininvokationpage.cxx -extensions/source/abpilot/admininvokationpage.hxx -extensions/source/abpilot/datasourcehandling.cxx -extensions/source/abpilot/datasourcehandling.hxx -extensions/source/abpilot/fieldmappingimpl.cxx -extensions/source/abpilot/fieldmappingimpl.hxx -extensions/source/abpilot/fieldmappingpage.cxx -extensions/source/abpilot/fieldmappingpage.hxx -extensions/source/abpilot/tableselectionpage.cxx -extensions/source/abpilot/tableselectionpage.hxx -extensions/source/abpilot/typeselectionpage.cxx -extensions/source/abpilot/typeselectionpage.hxx -extensions/source/abpilot/unodialogabp.cxx -extensions/source/abpilot/unodialogabp.hxx -extensions/source/activex/SOActionsApproval.cxx -extensions/source/activex/SOActionsApproval.h -extensions/source/activex/SOActiveX.cxx -extensions/source/activex/SOActiveX.h -extensions/source/activex/SOComWindowPeer.cxx -extensions/source/activex/SOComWindowPeer.h -extensions/source/activex/SODispatchInterceptor.cxx -extensions/source/activex/SODispatchInterceptor.h -extensions/source/activex/StdAfx2.h -extensions/source/activex/com_uno_helper.h -extensions/source/activex/resource.h -extensions/source/activex/so_activex.cxx -extensions/source/bibliography/bibbeam.cxx -extensions/source/bibliography/bibbeam.hxx -extensions/source/bibliography/bibconfig.cxx -extensions/source/bibliography/bibconfig.hxx -extensions/source/bibliography/bibcont.cxx -extensions/source/bibliography/bibcont.hxx -extensions/source/bibliography/bibload.cxx -extensions/source/bibliography/bibmod.cxx -extensions/source/bibliography/bibmod.hxx -extensions/source/bibliography/bibshortcuthandler.hxx -extensions/source/bibliography/bibtools.hxx -extensions/source/bibliography/bibview.cxx -extensions/source/bibliography/bibview.hxx -extensions/source/bibliography/datman.cxx -extensions/source/bibliography/datman.hxx -extensions/source/bibliography/formcontrolcontainer.cxx -extensions/source/bibliography/formcontrolcontainer.hxx -extensions/source/bibliography/framectr.cxx -extensions/source/bibliography/framectr.hxx -extensions/source/bibliography/general.cxx -extensions/source/bibliography/general.hxx -extensions/source/bibliography/loadlisteneradapter.cxx -extensions/source/bibliography/loadlisteneradapter.hxx -extensions/source/bibliography/toolbar.cxx -extensions/source/bibliography/toolbar.hxx -extensions/source/config/ldap/componentdef.cxx -extensions/source/config/ldap/ldapaccess.cxx -extensions/source/config/ldap/ldapaccess.hxx -extensions/source/config/ldap/ldapuserprofilebe.cxx -extensions/source/config/ldap/ldapuserprofilebe.hxx -extensions/source/dbpilots/commonpagesdbp.cxx -extensions/source/dbpilots/commonpagesdbp.hxx -extensions/source/dbpilots/controlwizard.cxx -extensions/source/dbpilots/controlwizard.hxx -extensions/source/dbpilots/dbpservices.cxx -extensions/source/dbpilots/dbptools.cxx -extensions/source/dbpilots/dbptools.hxx -extensions/source/dbpilots/dbptypes.hxx -extensions/source/dbpilots/gridwizard.cxx -extensions/source/dbpilots/gridwizard.hxx -extensions/source/dbpilots/groupboxwiz.cxx -extensions/source/dbpilots/groupboxwiz.hxx -extensions/source/dbpilots/listcombowizard.cxx -extensions/source/dbpilots/listcombowizard.hxx -extensions/source/dbpilots/optiongrouplayouter.cxx -extensions/source/dbpilots/optiongrouplayouter.hxx -extensions/source/dbpilots/unoautopilot.hxx -extensions/source/dbpilots/wizardcontext.hxx -extensions/source/dbpilots/wizardservices.cxx -extensions/source/dbpilots/wizardservices.hxx -extensions/source/inc/componentmodule.cxx -extensions/source/inc/componentmodule.hxx -extensions/source/logging/consolehandler.cxx -extensions/source/logging/csvformatter.cxx -extensions/source/logging/filehandler.cxx -extensions/source/logging/logger.cxx -extensions/source/logging/loggerconfig.cxx -extensions/source/logging/loggerconfig.hxx -extensions/source/logging/loghandler.cxx -extensions/source/logging/loghandler.hxx -extensions/source/logging/logrecord.cxx -extensions/source/logging/logrecord.hxx -extensions/source/logging/methodguard.hxx -extensions/source/logging/plaintextformatter.cxx -extensions/source/macosx/spotlight/GetMetadataForFile.h -extensions/source/macosx/spotlight/OOoContentDataParser.h -extensions/source/macosx/spotlight/OOoMetaDataParser.h -extensions/source/macosx/spotlight/OOoSpotlightImporter.h -extensions/source/ole/comifaces.hxx -extensions/source/ole/jscriptclasses.cxx -extensions/source/ole/jscriptclasses.hxx -extensions/source/ole/ole2uno.cxx -extensions/source/ole/oledll.cxx -extensions/source/ole/oleobjw.cxx -extensions/source/ole/oleobjw.hxx -extensions/source/ole/olethread.cxx -extensions/source/ole/servprov.cxx -extensions/source/ole/servprov.hxx -extensions/source/ole/servreg.cxx -extensions/source/ole/unoconversionutilities.hxx -extensions/source/ole/unoobjw.cxx -extensions/source/ole/unoobjw.hxx -extensions/source/ole/unotypewrapper.cxx -extensions/source/ole/unotypewrapper.hxx -extensions/source/ole/windata.hxx -extensions/source/propctrlr/MasterDetailLinkDialog.cxx -extensions/source/propctrlr/MasterDetailLinkDialog.hxx -extensions/source/propctrlr/browserline.cxx -extensions/source/propctrlr/browserline.hxx -extensions/source/propctrlr/browserlistbox.cxx -extensions/source/propctrlr/browserlistbox.hxx -extensions/source/propctrlr/browserpage.cxx -extensions/source/propctrlr/browserpage.hxx -extensions/source/propctrlr/browserview.cxx -extensions/source/propctrlr/browserview.hxx -extensions/source/propctrlr/buttonnavigationhandler.cxx -extensions/source/propctrlr/buttonnavigationhandler.hxx -extensions/source/propctrlr/cellbindinghandler.cxx -extensions/source/propctrlr/cellbindinghandler.hxx -extensions/source/propctrlr/cellbindinghelper.cxx -extensions/source/propctrlr/cellbindinghelper.hxx -extensions/source/propctrlr/commoncontrol.cxx -extensions/source/propctrlr/commoncontrol.hxx -extensions/source/propctrlr/composeduiupdate.cxx -extensions/source/propctrlr/composeduiupdate.hxx -extensions/source/propctrlr/controlfontdialog.cxx -extensions/source/propctrlr/controlfontdialog.hxx -extensions/source/propctrlr/controltype.hxx -extensions/source/propctrlr/defaultforminspection.cxx -extensions/source/propctrlr/defaultforminspection.hxx -extensions/source/propctrlr/defaulthelpprovider.cxx -extensions/source/propctrlr/defaulthelpprovider.hxx -extensions/source/propctrlr/editpropertyhandler.cxx -extensions/source/propctrlr/editpropertyhandler.hxx -extensions/source/propctrlr/eformshelper.cxx -extensions/source/propctrlr/eformshelper.hxx -extensions/source/propctrlr/eformspropertyhandler.cxx -extensions/source/propctrlr/eformspropertyhandler.hxx -extensions/source/propctrlr/enumrepresentation.hxx -extensions/source/propctrlr/eventhandler.cxx -extensions/source/propctrlr/eventhandler.hxx -extensions/source/propctrlr/fontdialog.cxx -extensions/source/propctrlr/fontdialog.hxx -extensions/source/propctrlr/fontitemids.hxx -extensions/source/propctrlr/formbrowsertools.cxx -extensions/source/propctrlr/formbrowsertools.hxx -extensions/source/propctrlr/formcomponenthandler.cxx -extensions/source/propctrlr/formcomponenthandler.hxx -extensions/source/propctrlr/formcontroller.cxx -extensions/source/propctrlr/formcontroller.hxx -extensions/source/propctrlr/formgeometryhandler.cxx -extensions/source/propctrlr/formlinkdialog.cxx -extensions/source/propctrlr/formlinkdialog.hxx -extensions/source/propctrlr/formmetadata.cxx -extensions/source/propctrlr/formmetadata.hxx -extensions/source/propctrlr/formstrings.hxx -extensions/source/propctrlr/genericpropertyhandler.cxx -extensions/source/propctrlr/genericpropertyhandler.hxx -extensions/source/propctrlr/handlerhelper.cxx -extensions/source/propctrlr/handlerhelper.hxx -extensions/source/propctrlr/inspectorhelpwindow.cxx -extensions/source/propctrlr/inspectorhelpwindow.hxx -extensions/source/propctrlr/inspectormodelbase.cxx -extensions/source/propctrlr/inspectormodelbase.hxx -extensions/source/propctrlr/linedescriptor.hxx -extensions/source/propctrlr/listselectiondlg.cxx -extensions/source/propctrlr/listselectiondlg.hxx -extensions/source/propctrlr/modulepcr.cxx -extensions/source/propctrlr/modulepcr.hxx -extensions/source/propctrlr/newdatatype.cxx -extensions/source/propctrlr/newdatatype.hxx -extensions/source/propctrlr/objectinspectormodel.cxx -extensions/source/propctrlr/pcrcommon.cxx -extensions/source/propctrlr/pcrcommon.hxx -extensions/source/propctrlr/pcrcommontypes.hxx -extensions/source/propctrlr/pcrservices.cxx -extensions/source/propctrlr/pcrstrings.hxx -extensions/source/propctrlr/pcrunodialogs.cxx -extensions/source/propctrlr/pcrunodialogs.hxx -extensions/source/propctrlr/propcontroller.cxx -extensions/source/propctrlr/propcontroller.hxx -extensions/source/propctrlr/propcontrolobserver.hxx -extensions/source/propctrlr/propertycomposer.cxx -extensions/source/propctrlr/propertycomposer.hxx -extensions/source/propctrlr/propertycontrolextender.cxx -extensions/source/propctrlr/propertycontrolextender.hxx -extensions/source/propctrlr/propertyeditor.cxx -extensions/source/propctrlr/propertyeditor.hxx -extensions/source/propctrlr/propertyhandler.cxx -extensions/source/propctrlr/propertyhandler.hxx -extensions/source/propctrlr/propertyinfo.hxx -extensions/source/propctrlr/propeventtranslation.cxx -extensions/source/propctrlr/propeventtranslation.hxx -extensions/source/propctrlr/proplinelistener.hxx -extensions/source/propctrlr/pushbuttonnavigation.cxx -extensions/source/propctrlr/pushbuttonnavigation.hxx -extensions/source/propctrlr/selectlabeldialog.cxx -extensions/source/propctrlr/selectlabeldialog.hxx -extensions/source/propctrlr/sqlcommanddesign.cxx -extensions/source/propctrlr/sqlcommanddesign.hxx -extensions/source/propctrlr/standardcontrol.cxx -extensions/source/propctrlr/standardcontrol.hxx -extensions/source/propctrlr/stringrepresentation.cxx -extensions/source/propctrlr/submissionhandler.cxx -extensions/source/propctrlr/submissionhandler.hxx -extensions/source/propctrlr/taborder.cxx -extensions/source/propctrlr/taborder.hxx -extensions/source/propctrlr/unourl.cxx -extensions/source/propctrlr/unourl.hxx -extensions/source/propctrlr/usercontrol.cxx -extensions/source/propctrlr/usercontrol.hxx -extensions/source/propctrlr/xsddatatypes.cxx -extensions/source/propctrlr/xsddatatypes.hxx -extensions/source/propctrlr/xsdvalidationhelper.cxx -extensions/source/propctrlr/xsdvalidationhelper.hxx -extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx -extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx -extensions/source/scanner/grid.cxx -extensions/source/scanner/sane.cxx -extensions/source/scanner/sane.hxx -extensions/source/scanner/sanedlg.cxx -extensions/source/scanner/sanedlg.hxx -extensions/source/scanner/scanner.cxx -extensions/source/scanner/scanner.hxx -extensions/source/scanner/scanunx.cxx -extensions/source/scanner/scnserv.cxx -extensions/source/update/check/actionlistener.hxx -extensions/source/update/check/download.cxx -extensions/source/update/check/download.hxx -extensions/source/update/check/onlinecheck.cxx -extensions/source/update/check/updatecheck.cxx -extensions/source/update/check/updatecheck.hxx -extensions/source/update/check/updatecheckconfig.cxx -extensions/source/update/check/updatecheckconfig.hxx -extensions/source/update/check/updatecheckjob.cxx -extensions/source/update/check/updatehdl.cxx -extensions/source/update/check/updatehdl.hxx -extensions/source/update/check/updateinfo.hxx -extensions/source/update/check/updateprotocol.cxx -extensions/source/update/check/updateprotocol.hxx -extensions/source/update/check/updateprotocoltest.cxx -extensions/source/update/feed/test/updatefeedtest.cxx -extensions/source/update/feed/updatefeed.cxx -extensions/source/update/ui/updatecheckui.cxx -extensions/test/ole/AxTestComponents/AxTestComponents.cpp -extensions/test/ole/AxTestComponents/Basic.cpp -extensions/test/ole/AxTestComponents/Basic.h -extensions/test/ole/AxTestComponents/Foo.cpp -extensions/test/ole/AxTestComponents/Foo.h -extensions/test/ole/AxTestComponents/resource.h -extensions/test/ole/EventListenerSample/EventListener/EventListener.cpp -extensions/test/ole/EventListenerSample/EventListener/EvtListener.cpp -extensions/test/ole/EventListenerSample/EventListener/EvtListener.h -extensions/test/ole/EventListenerSample/EventListener/resource.h -extensions/test/ole/MfcControl/MfcControl.cpp -extensions/test/ole/MfcControl/MfcControl.h -extensions/test/ole/MfcControl/MfcControlCtl.cpp -extensions/test/ole/MfcControl/MfcControlCtl.h -extensions/test/ole/MfcControl/MfcControlPpg.cpp -extensions/test/ole/MfcControl/MfcControlPpg.h -extensions/test/ole/MfcControl/Resource.h -extensions/test/ole/OleClient/axhost.cxx -extensions/test/ole/OleClient/axhost.hxx -extensions/test/ole/OleClient/clientTest.cxx -extensions/test/ole/OleClient/funcs.cxx -extensions/test/ole/OleConverterVar1/convTest.cxx -extensions/test/ole/OleConverterVar1/smartarray.h -extensions/test/ole/cpnt/cpnt.cxx -extensions/test/ole/cppToUno/testcppuno.cxx -extensions/test/ole/cpptest/cpptest.cxx -extensions/test/ole/unloading/unloadTest.cxx -extensions/test/ole/unoTocomCalls/Test/Test.cpp -extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp -extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h -extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp -extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h -extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.cpp -extensions/test/ole/unoTocomCalls/XCallback_Impl/resource.h -external/bluez_bluetooth/inc/bluetooth/bluetooth.h -external/bluez_bluetooth/inc/bluetooth/hci.h -external/bluez_bluetooth/inc/bluetooth/hci_lib.h -external/bluez_bluetooth/inc/bluetooth/rfcomm.h -external/bluez_bluetooth/inc/bluetooth/sco.h -external/clew/source/clew.c -external/clew/source/include/clew/clew.h -external/clucene/configs/_clucene-config-LINUX.h -external/clucene/configs/_clucene-config-MSVC.h -external/clucene/configs/_clucene-config-generic.h -external/clucene/configs/clucene-config-GCC-atomic.h -external/clucene/configs/clucene-config-MSVC.h -external/clucene/configs/clucene-config-generic.h -external/mariadb-connector-c/configs/linux_my_config.h -external/mariadb-connector-c/configs/mac_my_config.h -external/mariadb-connector-c/configs/mariadb_version.h -external/mariadb-connector-c/configs/wnt_ma_config.h -external/redland/raptor/raptor2.h -external/redland/raptor/raptor_config.h -external/redland/rasqal/rasqal.h -external/redland/redland/librdf.h -external/sane/inc/sane/sane.h -external/unixODBC/inc/odbc/sql.h -external/unixODBC/inc/odbc/sqlext.h -external/unixODBC/inc/odbc/sqltypes.h -external/unixODBC/inc/odbc/sqlucode.h -filter/inc/strings.hxx -filter/qa/cppunit/filters-dxf-test.cxx -filter/qa/cppunit/filters-eps-test.cxx -filter/qa/cppunit/filters-met-test.cxx -filter/qa/cppunit/filters-pcd-test.cxx -filter/qa/cppunit/filters-pcx-test.cxx -filter/qa/cppunit/filters-pict-test.cxx -filter/qa/cppunit/filters-ppm-test.cxx -filter/qa/cppunit/filters-psd-test.cxx -filter/qa/cppunit/filters-ras-test.cxx -filter/qa/cppunit/filters-tga-test.cxx -filter/qa/cppunit/filters-tiff-test.cxx -filter/qa/cppunit/msfilter-test.cxx -filter/qa/cppunit/priority-test.cxx -filter/qa/cppunit/xslt-test.cxx -filter/source/config/cache/basecontainer.cxx -filter/source/config/cache/basecontainer.hxx -filter/source/config/cache/cacheitem.cxx -filter/source/config/cache/cacheitem.hxx -filter/source/config/cache/cacheupdatelistener.cxx -filter/source/config/cache/cacheupdatelistener.hxx -filter/source/config/cache/configflush.cxx -filter/source/config/cache/configflush.hxx -filter/source/config/cache/constant.hxx -filter/source/config/cache/contenthandlerfactory.cxx -filter/source/config/cache/contenthandlerfactory.hxx -filter/source/config/cache/filtercache.cxx -filter/source/config/cache/filtercache.hxx -filter/source/config/cache/filterfactory.cxx -filter/source/config/cache/filterfactory.hxx -filter/source/config/cache/frameloaderfactory.cxx -filter/source/config/cache/frameloaderfactory.hxx -filter/source/config/cache/querytokenizer.cxx -filter/source/config/cache/querytokenizer.hxx -filter/source/config/cache/registration.cxx -filter/source/config/cache/typedetection.cxx -filter/source/config/cache/typedetection.hxx -filter/source/graphic/GraphicExportFilter.cxx -filter/source/graphic/GraphicExportFilter.hxx -filter/source/graphic/Services.cxx -filter/source/graphicfilter/egif/egif.cxx -filter/source/graphicfilter/egif/giflzwc.cxx -filter/source/graphicfilter/egif/giflzwc.hxx -filter/source/graphicfilter/eps/eps.cxx -filter/source/graphicfilter/etiff/etiff.cxx -filter/source/graphicfilter/icgm/actimpr.cxx -filter/source/graphicfilter/icgm/bitmap.cxx -filter/source/graphicfilter/icgm/bitmap.hxx -filter/source/graphicfilter/icgm/bundles.cxx -filter/source/graphicfilter/icgm/bundles.hxx -filter/source/graphicfilter/icgm/cgm.cxx -filter/source/graphicfilter/icgm/cgm.hxx -filter/source/graphicfilter/icgm/cgmtypes.hxx -filter/source/graphicfilter/icgm/chart.cxx -filter/source/graphicfilter/icgm/chart.hxx -filter/source/graphicfilter/icgm/class0.cxx -filter/source/graphicfilter/icgm/class1.cxx -filter/source/graphicfilter/icgm/class2.cxx -filter/source/graphicfilter/icgm/class3.cxx -filter/source/graphicfilter/icgm/class4.cxx -filter/source/graphicfilter/icgm/class5.cxx -filter/source/graphicfilter/icgm/class7.cxx -filter/source/graphicfilter/icgm/classx.cxx -filter/source/graphicfilter/icgm/elements.cxx -filter/source/graphicfilter/icgm/elements.hxx -filter/source/graphicfilter/icgm/outact.hxx -filter/source/graphicfilter/idxf/dxf2mtf.cxx -filter/source/graphicfilter/idxf/dxf2mtf.hxx -filter/source/graphicfilter/idxf/dxfblkrd.cxx -filter/source/graphicfilter/idxf/dxfblkrd.hxx -filter/source/graphicfilter/idxf/dxfentrd.cxx -filter/source/graphicfilter/idxf/dxfentrd.hxx -filter/source/graphicfilter/idxf/dxfgrprd.cxx -filter/source/graphicfilter/idxf/dxfgrprd.hxx -filter/source/graphicfilter/idxf/dxfreprd.cxx -filter/source/graphicfilter/idxf/dxfreprd.hxx -filter/source/graphicfilter/idxf/dxftblrd.cxx -filter/source/graphicfilter/idxf/dxftblrd.hxx -filter/source/graphicfilter/idxf/dxfvec.cxx -filter/source/graphicfilter/idxf/dxfvec.hxx -filter/source/graphicfilter/idxf/idxf.cxx -filter/source/graphicfilter/ieps/ieps.cxx -filter/source/graphicfilter/ios2met/ios2met.cxx -filter/source/graphicfilter/ipbm/ipbm.cxx -filter/source/graphicfilter/ipcd/ipcd.cxx -filter/source/graphicfilter/ipcx/ipcx.cxx -filter/source/graphicfilter/ipict/ipict.cxx -filter/source/graphicfilter/ipict/ipict.hxx -filter/source/graphicfilter/ipict/shape.cxx -filter/source/graphicfilter/ipict/shape.hxx -filter/source/graphicfilter/ipsd/ipsd.cxx -filter/source/graphicfilter/iras/iras.cxx -filter/source/graphicfilter/itga/itga.cxx -filter/source/graphicfilter/itiff/ccidecom.cxx -filter/source/graphicfilter/itiff/ccidecom.hxx -filter/source/graphicfilter/itiff/itiff.cxx -filter/source/graphicfilter/itiff/lzwdecom.cxx -filter/source/graphicfilter/itiff/lzwdecom.hxx -filter/source/msfilter/countryid.cxx -filter/source/msfilter/dffpropset.cxx -filter/source/msfilter/dffrecordheader.cxx -filter/source/msfilter/escherex.cxx -filter/source/msfilter/eschesdo.cxx -filter/source/msfilter/eschesdo.hxx -filter/source/msfilter/mscodec.cxx -filter/source/msfilter/msdffimp.cxx -filter/source/msfilter/msocximex.cxx -filter/source/msfilter/msoleexp.cxx -filter/source/msfilter/mstoolbar.cxx -filter/source/msfilter/msvbahelper.cxx -filter/source/msfilter/services.cxx -filter/source/msfilter/svdfppt.cxx -filter/source/msfilter/svxmsbas2.cxx -filter/source/msfilter/util.cxx -filter/source/msfilter/viscache.hxx -filter/source/odfflatxml/OdfFlatXml.cxx -filter/source/pdf/impdialog.cxx -filter/source/pdf/impdialog.hxx -filter/source/pdf/pdfdialog.cxx -filter/source/pdf/pdfdialog.hxx -filter/source/pdf/pdfexport.cxx -filter/source/pdf/pdfexport.hxx -filter/source/pdf/pdffilter.cxx -filter/source/pdf/pdffilter.hxx -filter/source/pdf/pdfinteract.cxx -filter/source/pdf/pdfinteract.hxx -filter/source/pdf/pdfuno.cxx -filter/source/storagefilterdetect/fdcomp.cxx -filter/source/storagefilterdetect/filterdetect.cxx -filter/source/storagefilterdetect/filterdetect.hxx -filter/source/svg/svgexport.cxx -filter/source/svg/svgfilter.cxx -filter/source/svg/svgfilter.hxx -filter/source/svg/svgfontexport.cxx -filter/source/svg/svgfontexport.hxx -filter/source/svg/svgwriter.cxx -filter/source/svg/svgwriter.hxx -filter/source/svg/test/odfserializer.cxx -filter/source/svg/test/odfserializer.hxx -filter/source/t602/filterenv.cxx -filter/source/t602/t602filter.cxx -filter/source/t602/t602filter.hxx -filter/source/textfilterdetect/filterdetect.cxx -filter/source/textfilterdetect/filterdetect.hxx -filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx -filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx -filter/source/xmlfilteradaptor/genericfilter.cxx -filter/source/xmlfilterdetect/fdcomp.cxx -filter/source/xmlfilterdetect/filterdetect.cxx -filter/source/xmlfilterdetect/filterdetect.hxx -filter/source/xsltdialog/typedetectionexport.cxx -filter/source/xsltdialog/typedetectionexport.hxx -filter/source/xsltdialog/typedetectionimport.cxx -filter/source/xsltdialog/typedetectionimport.hxx -filter/source/xsltdialog/xmlfiltercommon.hxx -filter/source/xsltdialog/xmlfilterdialogcomponent.cxx -filter/source/xsltdialog/xmlfilterjar.cxx -filter/source/xsltdialog/xmlfilterjar.hxx -filter/source/xsltdialog/xmlfiltersettingsdialog.cxx -filter/source/xsltdialog/xmlfiltersettingsdialog.hxx -filter/source/xsltdialog/xmlfiltertabdialog.cxx -filter/source/xsltdialog/xmlfiltertabdialog.hxx -filter/source/xsltdialog/xmlfiltertabpagebasic.cxx -filter/source/xsltdialog/xmlfiltertabpagebasic.hxx -filter/source/xsltdialog/xmlfiltertabpagexslt.cxx -filter/source/xsltdialog/xmlfiltertabpagexslt.hxx -filter/source/xsltdialog/xmlfiltertestdialog.cxx -filter/source/xsltdialog/xmlfiltertestdialog.hxx -filter/source/xsltfilter/LibXSLTTransformer.cxx -filter/source/xsltfilter/LibXSLTTransformer.hxx -filter/source/xsltfilter/OleHandler.cxx -filter/source/xsltfilter/OleHandler.hxx -filter/source/xsltfilter/XSLTFilter.cxx -forms/source/component/BaseListBox.hxx -forms/source/component/Button.cxx -forms/source/component/Button.hxx -forms/source/component/CheckBox.cxx -forms/source/component/CheckBox.hxx -forms/source/component/Columns.cxx -forms/source/component/Columns.hxx -forms/source/component/ComboBox.cxx -forms/source/component/ComboBox.hxx -forms/source/component/Currency.cxx -forms/source/component/Currency.hxx -forms/source/component/DatabaseForm.cxx -forms/source/component/DatabaseForm.hxx -forms/source/component/Date.cxx -forms/source/component/Date.hxx -forms/source/component/Edit.cxx -forms/source/component/Edit.hxx -forms/source/component/EditBase.cxx -forms/source/component/EditBase.hxx -forms/source/component/EventThread.cxx -forms/source/component/EventThread.hxx -forms/source/component/File.cxx -forms/source/component/File.hxx -forms/source/component/Filter.cxx -forms/source/component/Filter.hxx -forms/source/component/FixedText.cxx -forms/source/component/FixedText.hxx -forms/source/component/FormComponent.cxx -forms/source/component/FormattedField.cxx -forms/source/component/FormattedField.hxx -forms/source/component/FormattedFieldWrapper.cxx -forms/source/component/FormattedFieldWrapper.hxx -forms/source/component/FormsCollection.cxx -forms/source/component/FormsCollection.hxx -forms/source/component/Grid.cxx -forms/source/component/Grid.hxx -forms/source/component/GroupBox.cxx -forms/source/component/GroupBox.hxx -forms/source/component/GroupManager.cxx -forms/source/component/GroupManager.hxx -forms/source/component/Hidden.cxx -forms/source/component/Hidden.hxx -forms/source/component/ImageButton.cxx -forms/source/component/ImageButton.hxx -forms/source/component/ImageControl.cxx -forms/source/component/ImageControl.hxx -forms/source/component/ListBox.cxx -forms/source/component/ListBox.hxx -forms/source/component/Numeric.cxx -forms/source/component/Numeric.hxx -forms/source/component/Pattern.cxx -forms/source/component/Pattern.hxx -forms/source/component/RadioButton.cxx -forms/source/component/RadioButton.hxx -forms/source/component/Time.cxx -forms/source/component/Time.hxx -forms/source/component/cachedrowset.cxx -forms/source/component/cachedrowset.hxx -forms/source/component/clickableimage.cxx -forms/source/component/clickableimage.hxx -forms/source/component/cloneable.cxx -forms/source/component/entrylisthelper.cxx -forms/source/component/entrylisthelper.hxx -forms/source/component/errorbroadcaster.cxx -forms/source/component/errorbroadcaster.hxx -forms/source/component/findpos.cxx -forms/source/component/findpos.hxx -forms/source/component/formcontrolfont.cxx -forms/source/component/imgprod.cxx -forms/source/component/imgprod.hxx -forms/source/component/navigationbar.cxx -forms/source/component/navigationbar.hxx -forms/source/component/propertybaghelper.cxx -forms/source/component/refvaluecomponent.cxx -forms/source/component/refvaluecomponent.hxx -forms/source/component/scrollbar.cxx -forms/source/component/scrollbar.hxx -forms/source/component/spinbutton.cxx -forms/source/component/spinbutton.hxx -forms/source/helper/commandimageprovider.cxx -forms/source/helper/controlfeatureinterception.cxx -forms/source/helper/formnavigation.cxx -forms/source/helper/resettable.cxx -forms/source/helper/urltransformer.cxx -forms/source/helper/windowstateguard.cxx -forms/source/inc/FormComponent.hxx -forms/source/inc/InterfaceContainer.hxx -forms/source/inc/cloneable.hxx -forms/source/inc/commandimageprovider.hxx -forms/source/inc/componenttools.hxx -forms/source/inc/controlfeatureinterception.hxx -forms/source/inc/featuredispatcher.hxx -forms/source/inc/formcontrolfont.hxx -forms/source/inc/formnavigation.hxx -forms/source/inc/frm_resource.hxx -forms/source/inc/frm_strings.hxx -forms/source/inc/limitedformats.hxx -forms/source/inc/listenercontainers.hxx -forms/source/inc/property.hxx -forms/source/inc/propertybaghelper.hxx -forms/source/inc/resettable.hxx -forms/source/inc/services.hxx -forms/source/inc/togglestate.hxx -forms/source/inc/urltransformer.hxx -forms/source/inc/windowstateguard.hxx -forms/source/misc/InterfaceContainer.cxx -forms/source/misc/componenttools.cxx -forms/source/misc/limitedformats.cxx -forms/source/misc/listenercontainers.cxx -forms/source/misc/property.cxx -forms/source/resource/frm_resource.cxx -forms/source/richtext/attributedispatcher.cxx -forms/source/richtext/attributedispatcher.hxx -forms/source/richtext/clipboarddispatcher.cxx -forms/source/richtext/clipboarddispatcher.hxx -forms/source/richtext/featuredispatcher.cxx -forms/source/richtext/featuredispatcher.hxx -forms/source/richtext/parametrizedattributedispatcher.cxx -forms/source/richtext/parametrizedattributedispatcher.hxx -forms/source/richtext/richtextcontrol.cxx -forms/source/richtext/richtextcontrol.hxx -forms/source/richtext/richtextengine.cxx -forms/source/richtext/richtextengine.hxx -forms/source/richtext/richtextimplcontrol.cxx -forms/source/richtext/richtextimplcontrol.hxx -forms/source/richtext/richtextmodel.cxx -forms/source/richtext/richtextmodel.hxx -forms/source/richtext/richtextunowrapper.cxx -forms/source/richtext/richtextunowrapper.hxx -forms/source/richtext/richtextvclcontrol.cxx -forms/source/richtext/richtextvclcontrol.hxx -forms/source/richtext/richtextviewport.cxx -forms/source/richtext/richtextviewport.hxx -forms/source/richtext/rtattributehandler.cxx -forms/source/richtext/rtattributehandler.hxx -forms/source/richtext/rtattributes.hxx -forms/source/richtext/specialdispatchers.cxx -forms/source/richtext/specialdispatchers.hxx -forms/source/richtext/textattributelistener.hxx -forms/source/runtime/formoperations.cxx -forms/source/runtime/formoperations.hxx -forms/source/solar/component/navbarcontrol.cxx -forms/source/solar/component/navbarcontrol.hxx -forms/source/solar/control/navtoolbar.cxx -forms/source/solar/inc/navtoolbar.hxx -forms/source/xforms/NameContainer.hxx -forms/source/xforms/binding.cxx -forms/source/xforms/binding.hxx -forms/source/xforms/boolexpression.cxx -forms/source/xforms/collection.hxx -forms/source/xforms/computedexpression.cxx -forms/source/xforms/computedexpression.hxx -forms/source/xforms/convert.cxx -forms/source/xforms/convert.hxx -forms/source/xforms/datatyperepository.cxx -forms/source/xforms/datatyperepository.hxx -forms/source/xforms/datatypes.cxx -forms/source/xforms/datatypes.hxx -forms/source/xforms/enumeration.cxx -forms/source/xforms/enumeration.hxx -forms/source/xforms/evaluationcontext.hxx -forms/source/xforms/mip.cxx -forms/source/xforms/mip.hxx -forms/source/xforms/model.cxx -forms/source/xforms/model.hxx -forms/source/xforms/model_helper.hxx -forms/source/xforms/model_ui.cxx -forms/source/xforms/namedcollection.hxx -forms/source/xforms/pathexpression.cxx -forms/source/xforms/pathexpression.hxx -forms/source/xforms/propertysetbase.cxx -forms/source/xforms/propertysetbase.hxx -forms/source/xforms/resourcehelper.cxx -forms/source/xforms/resourcehelper.hxx -forms/source/xforms/submission.cxx -forms/source/xforms/submission.hxx -forms/source/xforms/submission/replace.cxx -forms/source/xforms/submission/serialization.hxx -forms/source/xforms/submission/serialization_app_xml.cxx -forms/source/xforms/submission/serialization_app_xml.hxx -forms/source/xforms/submission/serialization_urlencoded.cxx -forms/source/xforms/submission/serialization_urlencoded.hxx -forms/source/xforms/submission/submission.hxx -forms/source/xforms/submission/submission_get.cxx -forms/source/xforms/submission/submission_get.hxx -forms/source/xforms/submission/submission_post.cxx -forms/source/xforms/submission/submission_post.hxx -forms/source/xforms/submission/submission_put.cxx -forms/source/xforms/submission/submission_put.hxx -forms/source/xforms/unohelper.cxx -forms/source/xforms/unohelper.hxx -forms/source/xforms/xforms_services.cxx -forms/source/xforms/xformsevent.cxx -forms/source/xforms/xformsevent.hxx -forms/source/xforms/xmlhelper.cxx -forms/source/xforms/xmlhelper.hxx -forms/source/xforms/xpathlib/extension.cxx -forms/source/xforms/xpathlib/extension.hxx -forms/source/xforms/xpathlib/xpathlib.cxx -forms/source/xforms/xpathlib/xpathlib.hxx -formula/source/core/api/FormulaCompiler.cxx -formula/source/core/api/FormulaOpCodeMapperObj.cxx -formula/source/core/api/grammar.cxx -formula/source/core/api/services.cxx -formula/source/core/api/token.cxx -formula/source/core/api/vectortoken.cxx -formula/source/core/resource/core_resource.cxx -formula/source/ui/dlg/ControlHelper.hxx -formula/source/ui/dlg/FormulaHelper.cxx -formula/source/ui/dlg/formula.cxx -formula/source/ui/dlg/funcpage.cxx -formula/source/ui/dlg/funcpage.hxx -formula/source/ui/dlg/funcutl.cxx -formula/source/ui/dlg/parawin.cxx -formula/source/ui/dlg/parawin.hxx -formula/source/ui/dlg/structpg.cxx -formula/source/ui/dlg/structpg.hxx -fpicker/inc/fpsofficeResMgr.hxx -fpicker/source/aqua/CFStringUtilities.hxx -fpicker/source/aqua/ControlHelper.hxx -fpicker/source/aqua/FPServiceInfo.hxx -fpicker/source/aqua/FilterHelper.hxx -fpicker/source/aqua/NSString_OOoAdditions.hxx -fpicker/source/aqua/SalAquaFilePicker.hxx -fpicker/source/aqua/SalAquaFolderPicker.hxx -fpicker/source/aqua/SalAquaPicker.hxx -fpicker/source/aqua/resourceprovider.hxx -fpicker/source/office/OfficeControlAccess.cxx -fpicker/source/office/OfficeControlAccess.hxx -fpicker/source/office/OfficeFilePicker.cxx -fpicker/source/office/OfficeFilePicker.hxx -fpicker/source/office/OfficeFolderPicker.cxx -fpicker/source/office/OfficeFolderPicker.hxx -fpicker/source/office/PlacesListBox.cxx -fpicker/source/office/PlacesListBox.hxx -fpicker/source/office/QueryFolderName.hxx -fpicker/source/office/RemoteFilesDialog.cxx -fpicker/source/office/RemoteFilesDialog.hxx -fpicker/source/office/asyncfilepicker.cxx -fpicker/source/office/asyncfilepicker.hxx -fpicker/source/office/autocmpledit.cxx -fpicker/source/office/autocmpledit.hxx -fpicker/source/office/breadcrumb.cxx -fpicker/source/office/breadcrumb.hxx -fpicker/source/office/commonpicker.cxx -fpicker/source/office/commonpicker.hxx -fpicker/source/office/contentenumeration.cxx -fpicker/source/office/contentenumeration.hxx -fpicker/source/office/fileview.cxx -fpicker/source/office/fileview.hxx -fpicker/source/office/foldertree.cxx -fpicker/source/office/foldertree.hxx -fpicker/source/office/fpdialogbase.hxx -fpicker/source/office/fpinteraction.cxx -fpicker/source/office/fpinteraction.hxx -fpicker/source/office/fps_office.cxx -fpicker/source/office/fpsmartcontent.cxx -fpicker/source/office/fpsmartcontent.hxx -fpicker/source/office/iodlg.cxx -fpicker/source/office/iodlg.hxx -fpicker/source/office/iodlgimp.cxx -fpicker/source/office/iodlgimp.hxx -fpicker/source/office/pickercallbacks.hxx -fpicker/source/win32/FPServiceInfo.hxx -fpicker/source/win32/FPentry.cxx -fpicker/source/win32/FilterContainer.cxx -fpicker/source/win32/FilterContainer.hxx -fpicker/source/win32/IVistaFilePickerInternalNotify.hxx -fpicker/source/win32/VistaFilePicker.cxx -fpicker/source/win32/VistaFilePicker.hxx -fpicker/source/win32/VistaFilePickerEventHandler.cxx -fpicker/source/win32/VistaFilePickerEventHandler.hxx -fpicker/source/win32/VistaFilePickerImpl.cxx -fpicker/source/win32/VistaFilePickerImpl.hxx -fpicker/source/win32/WinImplHelper.cxx -fpicker/source/win32/WinImplHelper.hxx -fpicker/source/win32/asyncrequests.cxx -fpicker/source/win32/asyncrequests.hxx -fpicker/source/win32/comptr.hxx -fpicker/source/win32/platform_vista.h -fpicker/source/win32/resourceprovider.cxx -fpicker/source/win32/resourceprovider.hxx -fpicker/source/win32/shared.hxx -fpicker/source/win32/vistatypes.h -fpicker/source/win32/workbench/Test_fps.cxx -fpicker/test/svdem.cxx -framework/inc/acceleratorconst.h -framework/inc/addonmenu.hxx -framework/inc/classes/actiontriggercontainer.hxx -framework/inc/classes/actiontriggerpropertyset.hxx -framework/inc/classes/actiontriggerseparatorpropertyset.hxx -framework/inc/classes/converter.hxx -framework/inc/classes/imagewrapper.hxx -framework/inc/classes/protocolhandlercache.hxx -framework/inc/classes/resource.hxx -framework/inc/classes/rootactiontriggercontainer.hxx -framework/inc/classes/taskcreator.hxx -framework/inc/dispatch/closedispatcher.hxx -framework/inc/dispatch/dispatchinformationprovider.hxx -framework/inc/dispatch/dispatchprovider.hxx -framework/inc/dispatch/interceptionhelper.hxx -framework/inc/dispatch/mailtodispatcher.hxx -framework/inc/dispatch/oxt_handler.hxx -framework/inc/dispatch/popupmenudispatcher.hxx -framework/inc/dispatch/servicehandler.hxx -framework/inc/dispatch/startmoduledispatcher.hxx -framework/inc/dispatch/systemexec.hxx -framework/inc/helper/dockingareadefaultacceptor.hxx -framework/inc/helper/mischelper.hxx -framework/inc/helper/ocomponentaccess.hxx -framework/inc/helper/ocomponentenumeration.hxx -framework/inc/helper/oframes.hxx -framework/inc/helper/persistentwindowstate.hxx -framework/inc/helper/propertysetcontainer.hxx -framework/inc/helper/shareablemutex.hxx -framework/inc/helper/statusindicator.hxx -framework/inc/helper/statusindicatorfactory.hxx -framework/inc/helper/tagwindowasmodified.hxx -framework/inc/helper/titlebarupdate.hxx -framework/inc/helper/uiconfigelementwrapperbase.hxx -framework/inc/helper/uielementwrapperbase.hxx -framework/inc/helper/vclstatusindicator.hxx -framework/inc/helper/wakeupthread.hxx -framework/inc/interaction/quietinteraction.hxx -framework/inc/jobs/configaccess.hxx -framework/inc/jobs/helponstartup.hxx -framework/inc/jobs/job.hxx -framework/inc/jobs/jobconst.hxx -framework/inc/jobs/jobdata.hxx -framework/inc/jobs/jobresult.hxx -framework/inc/jobs/joburl.hxx -framework/inc/jobs/shelljob.hxx -framework/inc/macros/registration.hxx -framework/inc/macros/xinterface.hxx -framework/inc/macros/xserviceinfo.hxx -framework/inc/macros/xtypeprovider.hxx -framework/inc/menuconfiguration.hxx -framework/inc/properties.h -framework/inc/protocols.h -framework/inc/recording/dispatchrecorder.hxx -framework/inc/recording/dispatchrecordersupplier.hxx -framework/inc/services.h -framework/inc/services/layoutmanager.hxx -framework/inc/services/mediatypedetectionhelper.hxx -framework/inc/services/uriabbreviation.hxx -framework/inc/statusbarconfiguration.hxx -framework/inc/stdtypes.h -framework/inc/targets.h -framework/inc/threadhelp/transactionguard.hxx -framework/inc/toolboxconfiguration.hxx -framework/inc/uiconfiguration/globalsettings.hxx -framework/inc/uiconfiguration/graphicnameaccess.hxx -framework/inc/uiconfiguration/imagemanager.hxx -framework/inc/uiconfiguration/imagetype.hxx -framework/inc/uiconfiguration/moduleimagemanager.hxx -framework/inc/uiconfiguration/windowstateproperties.hxx -framework/inc/uielement/addonstoolbarmanager.hxx -framework/inc/uielement/addonstoolbarwrapper.hxx -framework/inc/uielement/buttontoolbarcontroller.hxx -framework/inc/uielement/comboboxtoolbarcontroller.hxx -framework/inc/uielement/commandinfo.hxx -framework/inc/uielement/complextoolbarcontroller.hxx -framework/inc/uielement/constitemcontainer.hxx -framework/inc/uielement/dropdownboxtoolbarcontroller.hxx -framework/inc/uielement/edittoolbarcontroller.hxx -framework/inc/uielement/fontmenucontroller.hxx -framework/inc/uielement/fontsizemenucontroller.hxx -framework/inc/uielement/footermenucontroller.hxx -framework/inc/uielement/genericstatusbarcontroller.hxx -framework/inc/uielement/generictoolbarcontroller.hxx -framework/inc/uielement/headermenucontroller.hxx -framework/inc/uielement/imagebuttontoolbarcontroller.hxx -framework/inc/uielement/itemcontainer.hxx -framework/inc/uielement/langselectionmenucontroller.hxx -framework/inc/uielement/macrosmenucontroller.hxx -framework/inc/uielement/menubarmanager.hxx -framework/inc/uielement/menubarmerger.hxx -framework/inc/uielement/menubarwrapper.hxx -framework/inc/uielement/newmenucontroller.hxx -framework/inc/uielement/progressbarwrapper.hxx -framework/inc/uielement/rootitemcontainer.hxx -framework/inc/uielement/spinfieldtoolbarcontroller.hxx -framework/inc/uielement/statusbar.hxx -framework/inc/uielement/statusbaritem.hxx -framework/inc/uielement/statusbarmanager.hxx -framework/inc/uielement/statusbarmerger.hxx -framework/inc/uielement/statusbarwrapper.hxx -framework/inc/uielement/statusindicatorinterfacewrapper.hxx -framework/inc/uielement/styletoolbarcontroller.hxx -framework/inc/uielement/togglebuttontoolbarcontroller.hxx -framework/inc/uielement/toolbarmanager.hxx -framework/inc/uielement/toolbarmerger.hxx -framework/inc/uielement/toolbarmodemenucontroller.hxx -framework/inc/uielement/toolbarsmenucontroller.hxx -framework/inc/uielement/toolbarwrapper.hxx -framework/inc/uielement/uicommanddescription.hxx -framework/inc/uielement/uielement.hxx -framework/inc/uielement/uielementtypenames.hxx -framework/inc/uifactory/configurationaccessfactorymanager.hxx -framework/inc/uifactory/factoryconfiguration.hxx -framework/inc/uifactory/menubarfactory.hxx -framework/inc/xml/acceleratorconfigurationreader.hxx -framework/inc/xml/acceleratorconfigurationwriter.hxx -framework/inc/xml/imagesconfiguration.hxx -framework/inc/xml/imagesdocumenthandler.hxx -framework/inc/xml/menudocumenthandler.hxx -framework/inc/xml/saxnamespacefilter.hxx -framework/inc/xml/statusbardocumenthandler.hxx -framework/inc/xml/toolboxconfigurationdefines.hxx -framework/inc/xml/toolboxdocumenthandler.hxx -framework/inc/xml/xmlnamespaces.hxx -framework/source/accelerators/acceleratorconfiguration.cxx -framework/source/accelerators/documentacceleratorconfiguration.cxx -framework/source/accelerators/globalacceleratorconfiguration.cxx -framework/source/accelerators/keymapping.cxx -framework/source/accelerators/moduleacceleratorconfiguration.cxx -framework/source/accelerators/presethandler.cxx -framework/source/accelerators/storageholder.cxx -framework/source/classes/framecontainer.cxx -framework/source/classes/taskcreator.cxx -framework/source/dispatch/closedispatcher.cxx -framework/source/dispatch/dispatchdisabler.cxx -framework/source/dispatch/dispatchinformationprovider.cxx -framework/source/dispatch/dispatchprovider.cxx -framework/source/dispatch/interceptionhelper.cxx -framework/source/dispatch/isstartmoduledispatch.hxx -framework/source/dispatch/loaddispatcher.cxx -framework/source/dispatch/mailtodispatcher.cxx -framework/source/dispatch/oxt_handler.cxx -framework/source/dispatch/popupmenudispatcher.cxx -framework/source/dispatch/servicehandler.cxx -framework/source/dispatch/startmoduledispatcher.cxx -framework/source/dispatch/systemexec.cxx -framework/source/dispatch/windowcommanddispatch.cxx -framework/source/fwe/classes/actiontriggercontainer.cxx -framework/source/fwe/classes/actiontriggerpropertyset.cxx -framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx -framework/source/fwe/classes/addonmenu.cxx -framework/source/fwe/classes/addonsoptions.cxx -framework/source/fwe/classes/framelistanalyzer.cxx -framework/source/fwe/classes/fwkresid.cxx -framework/source/fwe/classes/imagewrapper.cxx -framework/source/fwe/classes/rootactiontriggercontainer.cxx -framework/source/fwe/classes/sfxhelperfunctions.cxx -framework/source/fwe/dispatch/interaction.cxx -framework/source/fwe/helper/actiontriggerhelper.cxx -framework/source/fwe/helper/configimporter.cxx -framework/source/fwe/helper/documentundoguard.cxx -framework/source/fwe/helper/propertysetcontainer.cxx -framework/source/fwe/helper/titlehelper.cxx -framework/source/fwe/helper/undomanagerhelper.cxx -framework/source/fwe/xml/menuconfiguration.cxx -framework/source/fwe/xml/menudocumenthandler.cxx -framework/source/fwe/xml/saxnamespacefilter.cxx -framework/source/fwe/xml/statusbarconfiguration.cxx -framework/source/fwe/xml/statusbardocumenthandler.cxx -framework/source/fwe/xml/toolboxconfiguration.cxx -framework/source/fwe/xml/toolboxdocumenthandler.cxx -framework/source/fwe/xml/xmlnamespaces.cxx -framework/source/fwi/classes/converter.cxx -framework/source/fwi/classes/protocolhandlercache.cxx -framework/source/fwi/helper/mischelper.cxx -framework/source/fwi/helper/shareablemutex.cxx -framework/source/fwi/jobs/configaccess.cxx -framework/source/fwi/jobs/jobconst.cxx -framework/source/fwi/threadhelp/transactionmanager.cxx -framework/source/fwi/uielement/constitemcontainer.cxx -framework/source/fwi/uielement/itemcontainer.cxx -framework/source/fwi/uielement/rootitemcontainer.cxx -framework/source/helper/dockingareadefaultacceptor.cxx -framework/source/helper/ocomponentaccess.cxx -framework/source/helper/ocomponentenumeration.cxx -framework/source/helper/oframes.cxx -framework/source/helper/persistentwindowstate.cxx -framework/source/helper/statusindicator.cxx -framework/source/helper/statusindicatorfactory.cxx -framework/source/helper/tagwindowasmodified.cxx -framework/source/helper/titlebarupdate.cxx -framework/source/helper/uiconfigelementwrapperbase.cxx -framework/source/helper/uielementwrapperbase.cxx -framework/source/helper/vclstatusindicator.cxx -framework/source/helper/wakeupthread.cxx -framework/source/inc/accelerators/acceleratorcache.hxx -framework/source/inc/accelerators/acceleratorconfiguration.hxx -framework/source/inc/accelerators/keymapping.hxx -framework/source/inc/accelerators/presethandler.hxx -framework/source/inc/accelerators/storageholder.hxx -framework/source/inc/dispatch/dispatchdisabler.hxx -framework/source/inc/dispatch/loaddispatcher.hxx -framework/source/inc/dispatch/windowcommanddispatch.hxx -framework/source/inc/loadenv/actionlockguard.hxx -framework/source/inc/loadenv/loadenv.hxx -framework/source/inc/loadenv/loadenvexception.hxx -framework/source/inc/loadenv/targethelper.hxx -framework/source/inc/pattern/frame.hxx -framework/source/inc/pattern/window.hxx -framework/source/interaction/quietinteraction.cxx -framework/source/jobs/helponstartup.cxx -framework/source/jobs/job.cxx -framework/source/jobs/jobdata.cxx -framework/source/jobs/jobdispatch.cxx -framework/source/jobs/jobexecutor.cxx -framework/source/jobs/jobresult.cxx -framework/source/jobs/joburl.cxx -framework/source/jobs/shelljob.cxx -framework/source/layoutmanager/helpers.cxx -framework/source/layoutmanager/helpers.hxx -framework/source/layoutmanager/layoutmanager.cxx -framework/source/layoutmanager/toolbarlayoutmanager.cxx -framework/source/layoutmanager/toolbarlayoutmanager.hxx -framework/source/layoutmanager/uielement.cxx -framework/source/loadenv/loadenv.cxx -framework/source/loadenv/targethelper.cxx -framework/source/recording/dispatchrecorder.cxx -framework/source/recording/dispatchrecordersupplier.cxx -framework/source/register/register3rdcomponents.cxx -framework/source/register/registertemp.cxx -framework/source/services/ContextChangeEventMultiplexer.cxx -framework/source/services/autorecovery.cxx -framework/source/services/desktop.cxx -framework/source/services/frame.cxx -framework/source/services/mediatypedetectionhelper.cxx -framework/source/services/modulemanager.cxx -framework/source/services/pathsettings.cxx -framework/source/services/sessionlistener.cxx -framework/source/services/substitutepathvars.cxx -framework/source/services/taskcreatorsrv.cxx -framework/source/services/uriabbreviation.cxx -framework/source/services/urltransformer.cxx -framework/source/uiconfiguration/CommandImageResolver.cxx -framework/source/uiconfiguration/CommandImageResolver.hxx -framework/source/uiconfiguration/ImageList.cxx -framework/source/uiconfiguration/ImageList.hxx -framework/source/uiconfiguration/globalsettings.cxx -framework/source/uiconfiguration/graphicnameaccess.cxx -framework/source/uiconfiguration/imagemanager.cxx -framework/source/uiconfiguration/imagemanagerimpl.cxx -framework/source/uiconfiguration/imagemanagerimpl.hxx -framework/source/uiconfiguration/moduleimagemanager.cxx -framework/source/uiconfiguration/moduleuicfgsupplier.cxx -framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx -framework/source/uiconfiguration/uicategorydescription.cxx -framework/source/uiconfiguration/uiconfigurationmanager.cxx -framework/source/uiconfiguration/windowstateconfiguration.cxx -framework/source/uielement/addonstoolbarmanager.cxx -framework/source/uielement/addonstoolbarwrapper.cxx -framework/source/uielement/buttontoolbarcontroller.cxx -framework/source/uielement/comboboxtoolbarcontroller.cxx -framework/source/uielement/complextoolbarcontroller.cxx -framework/source/uielement/controlmenucontroller.cxx -framework/source/uielement/dropdownboxtoolbarcontroller.cxx -framework/source/uielement/edittoolbarcontroller.cxx -framework/source/uielement/fontmenucontroller.cxx -framework/source/uielement/fontsizemenucontroller.cxx -framework/source/uielement/footermenucontroller.cxx -framework/source/uielement/genericstatusbarcontroller.cxx -framework/source/uielement/generictoolbarcontroller.cxx -framework/source/uielement/headermenucontroller.cxx -framework/source/uielement/imagebuttontoolbarcontroller.cxx -framework/source/uielement/langselectionmenucontroller.cxx -framework/source/uielement/langselectionstatusbarcontroller.cxx -framework/source/uielement/macrosmenucontroller.cxx -framework/source/uielement/menubarmanager.cxx -framework/source/uielement/menubarmerger.cxx -framework/source/uielement/menubarwrapper.cxx -framework/source/uielement/newmenucontroller.cxx -framework/source/uielement/objectmenucontroller.cxx -framework/source/uielement/popuptoolbarcontroller.cxx -framework/source/uielement/progressbarwrapper.cxx -framework/source/uielement/recentfilesmenucontroller.cxx -framework/source/uielement/resourcemenucontroller.cxx -framework/source/uielement/spinfieldtoolbarcontroller.cxx -framework/source/uielement/statusbar.cxx -framework/source/uielement/statusbaritem.cxx -framework/source/uielement/statusbarmanager.cxx -framework/source/uielement/statusbarmerger.cxx -framework/source/uielement/statusbarwrapper.cxx -framework/source/uielement/statusindicatorinterfacewrapper.cxx -framework/source/uielement/styletoolbarcontroller.cxx -framework/source/uielement/subtoolbarcontroller.cxx -framework/source/uielement/thesaurusmenucontroller.cxx -framework/source/uielement/togglebuttontoolbarcontroller.cxx -framework/source/uielement/toolbarmanager.cxx -framework/source/uielement/toolbarmerger.cxx -framework/source/uielement/toolbarmodemenucontroller.cxx -framework/source/uielement/toolbarsmenucontroller.cxx -framework/source/uielement/toolbarwrapper.cxx -framework/source/uielement/uicommanddescription.cxx -framework/source/uifactory/addonstoolbarfactory.cxx -framework/source/uifactory/factoryconfiguration.cxx -framework/source/uifactory/menubarfactory.cxx -framework/source/uifactory/statusbarfactory.cxx -framework/source/uifactory/toolbarfactory.cxx -framework/source/uifactory/uicontrollerfactory.cxx -framework/source/uifactory/uielementfactorymanager.cxx -framework/source/uifactory/windowcontentfactorymanager.cxx -framework/source/xml/acceleratorconfigurationreader.cxx -framework/source/xml/acceleratorconfigurationwriter.cxx -framework/source/xml/imagesconfiguration.cxx -framework/source/xml/imagesdocumenthandler.cxx -helpcompiler/inc/BasCodeTagger.hxx -helpcompiler/inc/HelpCompiler.hxx -helpcompiler/inc/HelpLinker.hxx -helpcompiler/source/BasCodeTagger.cxx -helpcompiler/source/HelpCompiler.cxx -helpcompiler/source/HelpIndexer.cxx -helpcompiler/source/HelpIndexer_main.cxx -helpcompiler/source/HelpLinker.cxx -helpcompiler/source/HelpLinker_main.cxx -helpcompiler/source/HelpSearch.cxx -helpcompiler/source/LuceneHelper.cxx -helpcompiler/source/LuceneHelper.hxx -hwpfilter/qa/cppunit/test_hwpfilter.cxx -hwpfilter/source/attributes.cxx -hwpfilter/source/attributes.hxx -hwpfilter/source/cspline.cxx -hwpfilter/source/cspline.h -hwpfilter/source/datecode.h -hwpfilter/source/drawdef.h -hwpfilter/source/drawing.h -hwpfilter/source/fontmap.cxx -hwpfilter/source/formula.cxx -hwpfilter/source/formula.h -hwpfilter/source/grammar.cxx -hwpfilter/source/grammar.h -hwpfilter/source/hbox.cxx -hwpfilter/source/hbox.h -hwpfilter/source/hcode.cxx -hwpfilter/source/hcode.h -hwpfilter/source/hfont.cxx -hwpfilter/source/hfont.h -hwpfilter/source/hgzip.cxx -hwpfilter/source/hgzip.h -hwpfilter/source/hinfo.cxx -hwpfilter/source/hinfo.h -hwpfilter/source/hiodev.cxx -hwpfilter/source/hiodev.h -hwpfilter/source/hpara.cxx -hwpfilter/source/hpara.h -hwpfilter/source/hstream.cxx -hwpfilter/source/hstream.hxx -hwpfilter/source/hstyle.cxx -hwpfilter/source/hstyle.h -hwpfilter/source/htags.cxx -hwpfilter/source/htags.h -hwpfilter/source/hutil.cxx -hwpfilter/source/hutil.h -hwpfilter/source/hwpeq.cxx -hwpfilter/source/hwpfile.cxx -hwpfilter/source/hwpfile.h -hwpfilter/source/hwplib.h -hwpfilter/source/hwpread.cxx -hwpfilter/source/hwpreader.cxx -hwpfilter/source/hwpreader.hxx -hwpfilter/source/ksc5601.h -hwpfilter/source/lexer.cxx -hwpfilter/source/mapping.h -hwpfilter/source/mzstring.cxx -hwpfilter/source/mzstring.h -hwpfilter/source/nodes.h -hwpfilter/source/precompile.h -hwpfilter/source/solver.cxx -hwpfilter/source/solver.h -i18nlangtag/qa/cppunit/test_languagetag.cxx -i18nlangtag/source/isolang/insys.cxx -i18nlangtag/source/isolang/inunx.cxx -i18nlangtag/source/isolang/inwnt.cxx -i18nlangtag/source/isolang/isolang.cxx -i18nlangtag/source/isolang/mslangid.cxx -i18nlangtag/source/languagetag/languagetag.cxx -i18nlangtag/source/languagetag/languagetagicu.cxx -i18npool/inc/breakiteratorImpl.hxx -i18npool/inc/breakiterator_cjk.hxx -i18npool/inc/breakiterator_th.hxx -i18npool/inc/breakiterator_unicode.hxx -i18npool/inc/bullet.h -i18npool/inc/calendarImpl.hxx -i18npool/inc/calendar_gregorian.hxx -i18npool/inc/calendar_hijri.hxx -i18npool/inc/calendar_jewish.hxx -i18npool/inc/cclass_unicode.hxx -i18npool/inc/chaptercollator.hxx -i18npool/inc/characterclassificationImpl.hxx -i18npool/inc/chartonum.hxx -i18npool/inc/collatorImpl.hxx -i18npool/inc/collator_unicode.hxx -i18npool/inc/defaultnumberingprovider.hxx -i18npool/inc/indexentrysupplier.hxx -i18npool/inc/indexentrysupplier_asian.hxx -i18npool/inc/indexentrysupplier_common.hxx -i18npool/inc/indexentrysupplier_default.hxx -i18npool/inc/indexentrysupplier_ja_phonetic.hxx -i18npool/inc/inputsequencechecker.hxx -i18npool/inc/inputsequencechecker_hi.hxx -i18npool/inc/inputsequencechecker_th.hxx -i18npool/inc/localedata.hxx -i18npool/inc/nativenumbersupplier.hxx -i18npool/inc/numberformatcode.hxx -i18npool/inc/numtochar.hxx -i18npool/inc/numtotext_cjk.hxx -i18npool/inc/ordinalsuffix.hxx -i18npool/inc/servicename.hxx -i18npool/inc/textToPronounce_zh.hxx -i18npool/inc/textconversion.hxx -i18npool/inc/textconversionImpl.hxx -i18npool/inc/texttonum.hxx -i18npool/inc/transliterationImpl.hxx -i18npool/inc/transliteration_Ignore.hxx -i18npool/inc/transliteration_Numeric.hxx -i18npool/inc/transliteration_OneToOne.hxx -i18npool/inc/transliteration_body.hxx -i18npool/inc/transliteration_caseignore.hxx -i18npool/inc/transliteration_commonclass.hxx -i18npool/inc/unoscripttypedetector.hxx -i18npool/inc/wtt.h -i18npool/inc/xdictionary.hxx -i18npool/qa/cppunit/test_breakiterator.cxx -i18npool/qa/cppunit/test_characterclassification.cxx -i18npool/qa/cppunit/test_ordinalsuffix.cxx -i18npool/qa/cppunit/test_textsearch.cxx -i18npool/source/breakiterator/breakiteratorImpl.cxx -i18npool/source/breakiterator/breakiterator_cjk.cxx -i18npool/source/breakiterator/breakiterator_th.cxx -i18npool/source/breakiterator/breakiterator_unicode.cxx -i18npool/source/breakiterator/gendict.cxx -i18npool/source/breakiterator/xdictionary.cxx -i18npool/source/calendar/calendarImpl.cxx -i18npool/source/calendar/calendar_gregorian.cxx -i18npool/source/calendar/calendar_hijri.cxx -i18npool/source/calendar/calendar_jewish.cxx -i18npool/source/characterclassification/cclass_unicode.cxx -i18npool/source/characterclassification/cclass_unicode_parser.cxx -i18npool/source/characterclassification/characterclassificationImpl.cxx -i18npool/source/characterclassification/unoscripttypedetector.cxx -i18npool/source/collator/chaptercollator.cxx -i18npool/source/collator/collatorImpl.cxx -i18npool/source/collator/collator_unicode.cxx -i18npool/source/collator/gencoll_rule.cxx -i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx -i18npool/source/indexentry/data/indexdata_alphanumeric.h -i18npool/source/indexentry/data/indexdata_ja_phonetic.h -i18npool/source/indexentry/genindex_data.cxx -i18npool/source/indexentry/indexentrysupplier.cxx -i18npool/source/indexentry/indexentrysupplier_asian.cxx -i18npool/source/indexentry/indexentrysupplier_common.cxx -i18npool/source/indexentry/indexentrysupplier_default.cxx -i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx -i18npool/source/inputchecker/inputsequencechecker.cxx -i18npool/source/inputchecker/inputsequencechecker_hi.cxx -i18npool/source/inputchecker/inputsequencechecker_th.cxx -i18npool/source/localedata/LocaleNode.cxx -i18npool/source/localedata/LocaleNode.hxx -i18npool/source/localedata/filewriter.cxx -i18npool/source/localedata/localedata.cxx -i18npool/source/localedata/saxparser.cxx -i18npool/source/nativenumber/data/numberchar.h -i18npool/source/nativenumber/nativenumbersupplier.cxx -i18npool/source/numberformatcode/numberformatcode.cxx -i18npool/source/ordinalsuffix/ordinalsuffix.cxx -i18npool/source/registerservices/registerservices.cxx -i18npool/source/search/levdis.cxx -i18npool/source/search/levdis.hxx -i18npool/source/search/textsearch.cxx -i18npool/source/search/textsearch.hxx -i18npool/source/textconversion/genconv_dict.cxx -i18npool/source/textconversion/textconversion.cxx -i18npool/source/textconversion/textconversionImpl.cxx -i18npool/source/textconversion/textconversion_ko.cxx -i18npool/source/textconversion/textconversion_zh.cxx -i18npool/source/transliteration/chartonum.cxx -i18npool/source/transliteration/fullwidthToHalfwidth.cxx -i18npool/source/transliteration/halfwidthToFullwidth.cxx -i18npool/source/transliteration/hiraganaToKatakana.cxx -i18npool/source/transliteration/ignoreBaFa_ja_JP.cxx -i18npool/source/transliteration/ignoreDiacritics_CTL.cxx -i18npool/source/transliteration/ignoreHyuByu_ja_JP.cxx -i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx -i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx -i18npool/source/transliteration/ignoreKana.cxx -i18npool/source/transliteration/ignoreKashida_CTL.cxx -i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx -i18npool/source/transliteration/ignoreMiddleDot_ja_JP.cxx -i18npool/source/transliteration/ignoreMinusSign_ja_JP.cxx -i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx -i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx -i18npool/source/transliteration/ignoreSeparator_ja_JP.cxx -i18npool/source/transliteration/ignoreSize_ja_JP.cxx -i18npool/source/transliteration/ignoreSpace_ja_JP.cxx -i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx -i18npool/source/transliteration/ignoreTraditionalKana_ja_JP.cxx -i18npool/source/transliteration/ignoreTraditionalKanji_ja_JP.cxx -i18npool/source/transliteration/ignoreWidth.cxx -i18npool/source/transliteration/ignoreZiZu_ja_JP.cxx -i18npool/source/transliteration/katakanaToHiragana.cxx -i18npool/source/transliteration/largeToSmall_ja_JP.cxx -i18npool/source/transliteration/numtochar.cxx -i18npool/source/transliteration/numtotext_cjk.cxx -i18npool/source/transliteration/smallToLarge_ja_JP.cxx -i18npool/source/transliteration/textToPronounce_zh.cxx -i18npool/source/transliteration/texttonum.cxx -i18npool/source/transliteration/transliterationImpl.cxx -i18npool/source/transliteration/transliteration_Ignore.cxx -i18npool/source/transliteration/transliteration_Numeric.cxx -i18npool/source/transliteration/transliteration_OneToOne.cxx -i18npool/source/transliteration/transliteration_body.cxx -i18npool/source/transliteration/transliteration_caseignore.cxx -i18npool/source/transliteration/transliteration_commonclass.cxx -i18nutil/source/utility/casefolding.cxx -i18nutil/source/utility/casefolding_data.h -i18nutil/source/utility/oneToOneMapping.cxx -i18nutil/source/utility/paper.cxx -i18nutil/source/utility/scripttypedetector.cxx -i18nutil/source/utility/unicode.cxx -i18nutil/source/utility/unicode_data.h -i18nutil/source/utility/widthfolding.cxx -i18nutil/source/utility/widthfolding_data.h -idl/inc/basobj.hxx -idl/inc/bastype.hxx -idl/inc/command.hxx -idl/inc/database.hxx -idl/inc/globals.hxx -idl/inc/hash.hxx -idl/inc/lex.hxx -idl/inc/module.hxx -idl/inc/object.hxx -idl/inc/parser.hxx -idl/inc/slot.hxx -idl/inc/types.hxx -idl/source/cmptools/hash.cxx -idl/source/cmptools/lex.cxx -idl/source/objects/basobj.cxx -idl/source/objects/bastype.cxx -idl/source/objects/module.cxx -idl/source/objects/object.cxx -idl/source/objects/slot.cxx -idl/source/objects/types.cxx -idl/source/prj/command.cxx -idl/source/prj/database.cxx -idl/source/prj/globals.cxx -idl/source/prj/parser.cxx -idl/source/prj/svidl.cxx -idlc/inc/astattribute.hxx -idlc/inc/astbasetype.hxx -idlc/inc/astconstant.hxx -idlc/inc/astconstants.hxx -idlc/inc/astdeclaration.hxx -idlc/inc/astenum.hxx -idlc/inc/astexception.hxx -idlc/inc/astexpression.hxx -idlc/inc/astinterface.hxx -idlc/inc/astinterfacemember.hxx -idlc/inc/astmember.hxx -idlc/inc/astmodule.hxx -idlc/inc/astneeds.hxx -idlc/inc/astobserves.hxx -idlc/inc/astoperation.hxx -idlc/inc/astparameter.hxx -idlc/inc/astscope.hxx -idlc/inc/astsequence.hxx -idlc/inc/astservice.hxx -idlc/inc/astservicemember.hxx -idlc/inc/aststack.hxx -idlc/inc/aststruct.hxx -idlc/inc/aststructinstance.hxx -idlc/inc/asttype.hxx -idlc/inc/asttypedef.hxx -idlc/inc/errorhandler.hxx -idlc/inc/fehelper.hxx -idlc/inc/idlc.hxx -idlc/inc/idlctypes.hxx -idlc/inc/inheritedinterface.hxx -idlc/inc/options.hxx -idlc/source/astconstant.cxx -idlc/source/astdeclaration.cxx -idlc/source/astdump.cxx -idlc/source/astenum.cxx -idlc/source/astexpression.cxx -idlc/source/astinterface.cxx -idlc/source/astoperation.cxx -idlc/source/astscope.cxx -idlc/source/astservice.cxx -idlc/source/aststack.cxx -idlc/source/aststruct.cxx -idlc/source/aststructinstance.cxx -idlc/source/attributeexceptions.hxx -idlc/source/errorhandler.cxx -idlc/source/fehelper.cxx -idlc/source/idlc.cxx -idlc/source/idlccompile.cxx -idlc/source/idlcmain.cxx -idlc/source/idlcproduce.cxx -idlc/source/options.cxx -include/LibreOfficeKit/LibreOfficeKit.h -include/LibreOfficeKit/LibreOfficeKit.hxx -include/LibreOfficeKit/LibreOfficeKitEnums.h -include/LibreOfficeKit/LibreOfficeKitGtk.h -include/LibreOfficeKit/LibreOfficeKitInit.h -include/LibreOfficeKit/LibreOfficeKitTypes.h -include/animations/animationnodehelper.hxx -include/apple_remote/RemoteControl.h -include/apple_remote/RemoteMainController.h -include/avmedia/MediaControlBase.hxx -include/avmedia/avmediadllapi.h -include/avmedia/mediaitem.hxx -include/avmedia/mediaplayer.hxx -include/avmedia/mediatoolbox.hxx -include/avmedia/mediawindow.hxx -include/basegfx/basegfxdllapi.h -include/basegfx/color/bcolor.hxx -include/basegfx/color/bcolormodifier.hxx -include/basegfx/color/bcolortools.hxx -include/basegfx/curve/b2dbeziertools.hxx -include/basegfx/curve/b2dcubicbezier.hxx -include/basegfx/matrix/b2dhommatrix.hxx -include/basegfx/matrix/b2dhommatrixtools.hxx -include/basegfx/matrix/b3dhommatrix.hxx -include/basegfx/numeric/ftools.hxx -include/basegfx/pixel/bpixel.hxx -include/basegfx/point/b2dpoint.hxx -include/basegfx/point/b2ipoint.hxx -include/basegfx/point/b3dpoint.hxx -include/basegfx/polygon/b2dlinegeometry.hxx -include/basegfx/polygon/b2dpolygon.hxx -include/basegfx/polygon/b2dpolygonclipper.hxx -include/basegfx/polygon/b2dpolygoncutandtouch.hxx -include/basegfx/polygon/b2dpolygontools.hxx -include/basegfx/polygon/b2dpolygontriangulator.hxx -include/basegfx/polygon/b2dpolypolygon.hxx -include/basegfx/polygon/b2dpolypolygoncutter.hxx -include/basegfx/polygon/b2dpolypolygontools.hxx -include/basegfx/polygon/b2dtrapezoid.hxx -include/basegfx/polygon/b3dpolygon.hxx -include/basegfx/polygon/b3dpolygontools.hxx -include/basegfx/polygon/b3dpolypolygon.hxx -include/basegfx/polygon/b3dpolypolygontools.hxx -include/basegfx/range/b1drange.hxx -include/basegfx/range/b2dconnectedranges.hxx -include/basegfx/range/b2dpolyrange.hxx -include/basegfx/range/b2drange.hxx -include/basegfx/range/b2drangeclipper.hxx -include/basegfx/range/b2drectangle.hxx -include/basegfx/range/b2ibox.hxx -include/basegfx/range/b2irange.hxx -include/basegfx/range/b2irectangle.hxx -include/basegfx/range/b3drange.hxx -include/basegfx/range/basicbox.hxx -include/basegfx/range/basicrange.hxx -include/basegfx/raster/bzpixelraster.hxx -include/basegfx/raster/rasterconvert3d.hxx -include/basegfx/tuple/b2dtuple.hxx -include/basegfx/tuple/b2i64tuple.hxx -include/basegfx/tuple/b2ituple.hxx -include/basegfx/tuple/b3dtuple.hxx -include/basegfx/tuple/b3ituple.hxx -include/basegfx/utils/b2dclipstate.hxx -include/basegfx/utils/canvastools.hxx -include/basegfx/utils/gradienttools.hxx -include/basegfx/utils/keystoplerp.hxx -include/basegfx/utils/lerp.hxx -include/basegfx/utils/rectcliptools.hxx -include/basegfx/utils/systemdependentdata.hxx -include/basegfx/utils/tools.hxx -include/basegfx/utils/unopolypolygon.hxx -include/basegfx/utils/zoomtools.hxx -include/basegfx/vector/b2dsize.hxx -include/basegfx/vector/b2dvector.hxx -include/basegfx/vector/b2enums.hxx -include/basegfx/vector/b2isize.hxx -include/basegfx/vector/b2ivector.hxx -include/basegfx/vector/b3dvector.hxx -include/basic/basicdllapi.h -include/basic/basicmanagerrepository.hxx -include/basic/basmgr.hxx -include/basic/basrdll.hxx -include/basic/codecompletecache.hxx -include/basic/modsizeexceeded.hxx -include/basic/sbdef.hxx -include/basic/sberrors.hxx -include/basic/sbmeth.hxx -include/basic/sbmod.hxx -include/basic/sbstar.hxx -include/basic/sbuno.hxx -include/basic/sbx.hxx -include/basic/sbxcore.hxx -include/basic/sbxdef.hxx -include/basic/sbxmeth.hxx -include/basic/sbxobj.hxx -include/basic/sbxvar.hxx -include/basic/vbahelper.hxx -include/canvas/canvastools.hxx -include/canvas/canvastoolsdllapi.h -include/canvas/elapsedtime.hxx -include/codemaker/codemaker.hxx -include/codemaker/commoncpp.hxx -include/codemaker/commonjava.hxx -include/codemaker/exceptiontree.hxx -include/codemaker/generatedtypeset.hxx -include/codemaker/global.hxx -include/codemaker/options.hxx -include/codemaker/typemanager.hxx -include/codemaker/unotype.hxx -include/com/sun/star/uno/Any.h -include/com/sun/star/uno/Any.hxx -include/com/sun/star/uno/Reference.h -include/com/sun/star/uno/Reference.hxx -include/com/sun/star/uno/Sequence.h -include/com/sun/star/uno/Sequence.hxx -include/com/sun/star/uno/Type.h -include/com/sun/star/uno/Type.hxx -include/com/sun/star/uno/genfunc.h -include/com/sun/star/uno/genfunc.hxx -include/comphelper/ChainablePropertySet.hxx -include/comphelper/ChainablePropertySetInfo.hxx -include/comphelper/IdPropArrayHelper.hxx -include/comphelper/MasterPropertySet.hxx -include/comphelper/MasterPropertySetInfo.hxx -include/comphelper/PropertyInfoHash.hxx -include/comphelper/SelectionMultiplex.hxx -include/comphelper/accessiblecomponenthelper.hxx -include/comphelper/accessiblecontexthelper.hxx -include/comphelper/accessibleeventnotifier.hxx -include/comphelper/accessiblekeybindinghelper.hxx -include/comphelper/accessibleselectionhelper.hxx -include/comphelper/accessibletexthelper.hxx -include/comphelper/accessiblewrapper.hxx -include/comphelper/accimplaccess.hxx -include/comphelper/anycompare.hxx -include/comphelper/anytostring.hxx -include/comphelper/asyncnotification.hxx -include/comphelper/attributelist.hxx -include/comphelper/backupfilehelper.hxx -include/comphelper/base64.hxx -include/comphelper/basicio.hxx -include/comphelper/broadcasthelper.hxx -include/comphelper/classids.hxx -include/comphelper/comphelperdllapi.h -include/comphelper/componentbase.hxx -include/comphelper/componentguard.hxx -include/comphelper/componentmodule.hxx -include/comphelper/configuration.hxx -include/comphelper/configurationhelper.hxx -include/comphelper/configurationlistener.hxx -include/comphelper/container.hxx -include/comphelper/containermultiplexer.hxx -include/comphelper/dispatchcommand.hxx -include/comphelper/docpasswordhelper.hxx -include/comphelper/docpasswordrequest.hxx -include/comphelper/documentconstants.hxx -include/comphelper/documentinfo.hxx -include/comphelper/embeddedobjectcontainer.hxx -include/comphelper/enumhelper.hxx -include/comphelper/eventattachermgr.hxx -include/comphelper/evtlistenerhlp.hxx -include/comphelper/evtmethodhelper.hxx -include/comphelper/extract.hxx -include/comphelper/fileformat.h -include/comphelper/fileurl.hxx -include/comphelper/flagguard.hxx -include/comphelper/genericpropertyset.hxx -include/comphelper/getexpandeduri.hxx -include/comphelper/guarding.hxx -include/comphelper/hash.hxx -include/comphelper/interaction.hxx -include/comphelper/interfacecontainer2.hxx -include/comphelper/listenernotification.hxx -include/comphelper/logging.hxx -include/comphelper/lok.hxx -include/comphelper/make_shared_from_uno.hxx -include/comphelper/mimeconfighelper.hxx -include/comphelper/namecontainer.hxx -include/comphelper/namedvaluecollection.hxx -include/comphelper/newarray.hxx -include/comphelper/numberedcollection.hxx -include/comphelper/numbers.hxx -include/comphelper/ofopxmlhelper.hxx -include/comphelper/oslfile2streamwrap.hxx -include/comphelper/processfactory.hxx -include/comphelper/profilezone.hxx -include/comphelper/propagg.hxx -include/comphelper/proparrhlp.hxx -include/comphelper/property.hxx -include/comphelper/propertybag.hxx -include/comphelper/propertycontainer.hxx -include/comphelper/propertycontainerhelper.hxx -include/comphelper/propertysequence.hxx -include/comphelper/propertysethelper.hxx -include/comphelper/propertysetinfo.hxx -include/comphelper/propertystatecontainer.hxx -include/comphelper/propmultiplex.hxx -include/comphelper/propstate.hxx -include/comphelper/proxyaggregation.hxx -include/comphelper/random.hxx -include/comphelper/refcountedmutex.hxx -include/comphelper/scopeguard.hxx -include/comphelper/seekableinput.hxx -include/comphelper/seqstream.hxx -include/comphelper/sequence.hxx -include/comphelper/sequenceashashmap.hxx -include/comphelper/servicedecl.hxx -include/comphelper/servicehelper.hxx -include/comphelper/sharedmutex.hxx -include/comphelper/simplefileaccessinteraction.hxx -include/comphelper/solarmutex.hxx -include/comphelper/stillreadwriteinteraction.hxx -include/comphelper/stl_types.hxx -include/comphelper/storagehelper.hxx -include/comphelper/streamsection.hxx -include/comphelper/string.hxx -include/comphelper/synchronousdispatch.hxx -include/comphelper/syntaxhighlight.hxx -include/comphelper/threadpool.hxx -include/comphelper/types.hxx -include/comphelper/unique_disposing_ptr.hxx -include/comphelper/uno3.hxx -include/comphelper/unwrapargs.hxx -include/comphelper/weak.hxx -include/comphelper/weakbag.hxx -include/comphelper/weakeventlistener.hxx -include/comphelper/windowsStart.hxx -include/comphelper/windowserrorstring.hxx -include/comphelper/xmltools.hxx -include/connectivity/BlobHelper.hxx -include/connectivity/CommonTools.hxx -include/connectivity/ConnectionWrapper.hxx -include/connectivity/DriversConfig.hxx -include/connectivity/FValue.hxx -include/connectivity/IParseContext.hxx -include/connectivity/PColumn.hxx -include/connectivity/TColumnsHelper.hxx -include/connectivity/TIndexes.hxx -include/connectivity/TKeys.hxx -include/connectivity/TTableHelper.hxx -include/connectivity/conncleanup.hxx -include/connectivity/dbcharset.hxx -include/connectivity/dbconversion.hxx -include/connectivity/dbexception.hxx -include/connectivity/dbmetadata.hxx -include/connectivity/dbtools.hxx -include/connectivity/filtermanager.hxx -include/connectivity/formattedcolumnvalue.hxx -include/connectivity/internalnode.hxx -include/connectivity/odbc.hxx -include/connectivity/parameters.hxx -include/connectivity/paramwrapper.hxx -include/connectivity/predicateinput.hxx -include/connectivity/sdbcx/IRefreshable.hxx -include/connectivity/sdbcx/VCollection.hxx -include/connectivity/sdbcx/VColumn.hxx -include/connectivity/sdbcx/VDescriptor.hxx -include/connectivity/sdbcx/VTable.hxx -include/connectivity/sdbcx/VView.hxx -include/connectivity/sqlbison_exports.hxx -include/connectivity/sqlerror.hxx -include/connectivity/sqliterator.hxx -include/connectivity/sqlnode.hxx -include/connectivity/sqlparse.hxx -include/connectivity/sqlscan.hxx -include/connectivity/standardsqlstate.hxx -include/connectivity/statementcomposer.hxx -include/connectivity/warningscontainer.hxx -include/cppcanvas/basegfxfactory.hxx -include/cppcanvas/bitmap.hxx -include/cppcanvas/bitmapcanvas.hxx -include/cppcanvas/canvas.hxx -include/cppcanvas/canvasgraphic.hxx -include/cppcanvas/color.hxx -include/cppcanvas/customsprite.hxx -include/cppcanvas/polypolygon.hxx -include/cppcanvas/renderer.hxx -include/cppcanvas/sprite.hxx -include/cppcanvas/spritecanvas.hxx -include/cppcanvas/vclfactory.hxx -include/cppu/Enterable.hxx -include/cppu/EnvDcp.hxx -include/cppu/EnvGuards.hxx -include/cppu/Map.hxx -include/cppu/cppudllapi.h -include/cppu/helper/purpenv/Environment.hxx -include/cppu/helper/purpenv/Mapping.hxx -include/cppu/macros.hxx -include/cppu/unotype.hxx -include/cppuhelper/access_control.hxx -include/cppuhelper/basemutex.hxx -include/cppuhelper/bootstrap.hxx -include/cppuhelper/compbase.hxx -include/cppuhelper/compbase1.hxx -include/cppuhelper/compbase10.hxx -include/cppuhelper/compbase11.hxx -include/cppuhelper/compbase12.hxx -include/cppuhelper/compbase2.hxx -include/cppuhelper/compbase3.hxx -include/cppuhelper/compbase4.hxx -include/cppuhelper/compbase5.hxx -include/cppuhelper/compbase6.hxx -include/cppuhelper/compbase7.hxx -include/cppuhelper/compbase8.hxx -include/cppuhelper/compbase9.hxx -include/cppuhelper/compbase_ex.hxx -include/cppuhelper/component.hxx -include/cppuhelper/component_context.hxx -include/cppuhelper/cppuhelperdllapi.h -include/cppuhelper/exc_hlp.hxx -include/cppuhelper/factory.hxx -include/cppuhelper/implbase.hxx -include/cppuhelper/implbase1.hxx -include/cppuhelper/implbase10.hxx -include/cppuhelper/implbase11.hxx -include/cppuhelper/implbase12.hxx -include/cppuhelper/implbase13.hxx -include/cppuhelper/implbase2.hxx -include/cppuhelper/implbase3.hxx -include/cppuhelper/implbase4.hxx -include/cppuhelper/implbase5.hxx -include/cppuhelper/implbase6.hxx -include/cppuhelper/implbase7.hxx -include/cppuhelper/implbase8.hxx -include/cppuhelper/implbase9.hxx -include/cppuhelper/implbase_ex.hxx -include/cppuhelper/implbase_ex_post.hxx -include/cppuhelper/implbase_ex_pre.hxx -include/cppuhelper/implementationentry.hxx -include/cppuhelper/interfacecontainer.h -include/cppuhelper/interfacecontainer.hxx -include/cppuhelper/propertysetmixin.hxx -include/cppuhelper/propshlp.hxx -include/cppuhelper/proptypehlp.h -include/cppuhelper/proptypehlp.hxx -include/cppuhelper/queryinterface.hxx -include/cppuhelper/shlib.hxx -include/cppuhelper/supportsservice.hxx -include/cppuhelper/typeprovider.hxx -include/cppuhelper/unourl.hxx -include/cppuhelper/weak.hxx -include/cppuhelper/weakagg.hxx -include/cppuhelper/weakref.hxx -include/cppunittester/protectorfactory.hxx -include/dbaccess/AsynchronousLink.hxx -include/dbaccess/IController.hxx -include/dbaccess/controllerframe.hxx -include/dbaccess/dataview.hxx -include/dbaccess/dbaccessdllapi.h -include/dbaccess/dbaundomanager.hxx -include/dbaccess/dbsubcomponentcontroller.hxx -include/dbaccess/genericcontroller.hxx -include/desktop/crashreport.hxx -include/desktop/dllapi.h -include/desktop/exithelper.h -include/desktop/minidump.hxx -include/drawinglayer/XShapeDumper.hxx -include/drawinglayer/animation/animationtiming.hxx -include/drawinglayer/attribute/fillgradientattribute.hxx -include/drawinglayer/attribute/fillgraphicattribute.hxx -include/drawinglayer/attribute/fillhatchattribute.hxx -include/drawinglayer/attribute/linestartendattribute.hxx -include/drawinglayer/attribute/materialattribute3d.hxx -include/drawinglayer/attribute/sdrallattribute3d.hxx -include/drawinglayer/attribute/sdrfillattribute.hxx -include/drawinglayer/attribute/sdrfillgraphicattribute.hxx -include/drawinglayer/attribute/sdrlightattribute3d.hxx -include/drawinglayer/attribute/sdrlightingattribute3d.hxx -include/drawinglayer/attribute/sdrlineattribute.hxx -include/drawinglayer/attribute/sdrlinestartendattribute.hxx -include/drawinglayer/attribute/sdrobjectattribute3d.hxx -include/drawinglayer/attribute/sdrsceneattribute3d.hxx -include/drawinglayer/attribute/sdrshadowattribute.hxx -include/drawinglayer/geometry/viewinformation3d.hxx -include/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx -include/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx -include/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx -include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx -include/drawinglayer/primitive2d/epsprimitive2d.hxx -include/drawinglayer/primitive2d/fillgradientprimitive2d.hxx -include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx -include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx -include/drawinglayer/primitive2d/gridprimitive2d.hxx -include/drawinglayer/primitive2d/groupprimitive2d.hxx -include/drawinglayer/primitive2d/helplineprimitive2d.hxx -include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx -include/drawinglayer/primitive2d/invertprimitive2d.hxx -include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx -include/drawinglayer/primitive2d/maskprimitive2d.hxx -include/drawinglayer/primitive2d/mediaprimitive2d.hxx -include/drawinglayer/primitive2d/metafileprimitive2d.hxx -include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx -include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx -include/drawinglayer/primitive2d/pagehierarchyprimitive2d.hxx -include/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx -include/drawinglayer/primitive2d/patternfillprimitive2d.hxx -include/drawinglayer/primitive2d/pointarrayprimitive2d.hxx -include/drawinglayer/primitive2d/primitivetools2d.hxx -include/drawinglayer/primitive2d/sceneprimitive2d.hxx -include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx -include/drawinglayer/primitive2d/shadowprimitive2d.hxx -include/drawinglayer/primitive2d/structuretagprimitive2d.hxx -include/drawinglayer/primitive2d/svggradientprimitive2d.hxx -include/drawinglayer/primitive2d/textbreakuphelper.hxx -include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx -include/drawinglayer/primitive2d/textenumsprimitive2d.hxx -include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx -include/drawinglayer/primitive2d/textlayoutdevice.hxx -include/drawinglayer/primitive2d/transformprimitive2d.hxx -include/drawinglayer/primitive2d/transparenceprimitive2d.hxx -include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx -include/drawinglayer/primitive2d/wrongspellprimitive2d.hxx -include/drawinglayer/primitive3d/baseprimitive3d.hxx -include/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx -include/drawinglayer/primitive3d/groupprimitive3d.hxx -include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx -include/drawinglayer/primitive3d/polygonprimitive3d.hxx -include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx -include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx -include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx -include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx -include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx -include/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx -include/drawinglayer/primitive3d/sdrprimitive3d.hxx -include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx -include/drawinglayer/primitive3d/transformprimitive3d.hxx -include/drawinglayer/processor2d/baseprocessor2d.hxx -include/drawinglayer/processor2d/contourextractor2d.hxx -include/drawinglayer/processor2d/hittestprocessor2d.hxx -include/drawinglayer/processor2d/linegeometryextractor2d.hxx -include/drawinglayer/processor2d/objectinfoextractor2d.hxx -include/drawinglayer/processor2d/processor2dtools.hxx -include/drawinglayer/processor2d/processorfromoutputdevice.hxx -include/drawinglayer/processor2d/textaspolygonextractor2d.hxx -include/drawinglayer/processor3d/baseprocessor3d.hxx -include/drawinglayer/processor3d/cutfindprocessor3d.hxx -include/drawinglayer/tools/primitive2dxmldump.hxx -include/editeng/AccessibleComponentBase.hxx -include/editeng/AccessibleContextBase.hxx -include/editeng/AccessibleEditableTextPara.hxx -include/editeng/AccessibleParaManager.hxx -include/editeng/AccessibleSelectionBase.hxx -include/editeng/AccessibleStaticTextBase.hxx -include/editeng/CustomPropertyField.hxx -include/editeng/SpellPortions.hxx -include/editeng/Trie.hxx -include/editeng/UnoForbiddenCharsTable.hxx -include/editeng/acorrcfg.hxx -include/editeng/adjustitem.hxx -include/editeng/autokernitem.hxx -include/editeng/blinkitem.hxx -include/editeng/borderline.hxx -include/editeng/boxitem.hxx -include/editeng/brushitem.hxx -include/editeng/bulletitem.hxx -include/editeng/charhiddenitem.hxx -include/editeng/charreliefitem.hxx -include/editeng/charrotateitem.hxx -include/editeng/charscaleitem.hxx -include/editeng/cmapitem.hxx -include/editeng/colritem.hxx -include/editeng/contouritem.hxx -include/editeng/crossedoutitem.hxx -include/editeng/editdata.hxx -include/editeng/editeng.hxx -include/editeng/editengdllapi.h -include/editeng/editerr.hxx -include/editeng/editobj.hxx -include/editeng/editstat.hxx -include/editeng/editund2.hxx -include/editeng/editview.hxx -include/editeng/edtdlg.hxx -include/editeng/eedata.hxx -include/editeng/eeitem.hxx -include/editeng/eerdll.hxx -include/editeng/emphasismarkitem.hxx -include/editeng/escapementitem.hxx -include/editeng/fhgtitem.hxx -include/editeng/fieldupdater.hxx -include/editeng/flditem.hxx -include/editeng/flstitem.hxx -include/editeng/fontitem.hxx -include/editeng/forbiddencharacterstable.hxx -include/editeng/forbiddenruleitem.hxx -include/editeng/formatbreakitem.hxx -include/editeng/frmdir.hxx -include/editeng/frmdiritem.hxx -include/editeng/hangulhanja.hxx -include/editeng/hngpnctitem.hxx -include/editeng/hyphenzoneitem.hxx -include/editeng/itemtype.hxx -include/editeng/justifyitem.hxx -include/editeng/keepitem.hxx -include/editeng/kernitem.hxx -include/editeng/langitem.hxx -include/editeng/legacyitem.hxx -include/editeng/lineitem.hxx -include/editeng/lrspitem.hxx -include/editeng/lspcitem.hxx -include/editeng/measfld.hxx -include/editeng/memberids.h -include/editeng/misspellrange.hxx -include/editeng/mutxhelp.hxx -include/editeng/nhypitem.hxx -include/editeng/numdef.hxx -include/editeng/numitem.hxx -include/editeng/opaqitem.hxx -include/editeng/optitems.hxx -include/editeng/orphitem.hxx -include/editeng/outliner.hxx -include/editeng/outlobj.hxx -include/editeng/overflowingtxt.hxx -include/editeng/paperinf.hxx -include/editeng/paragraphdata.hxx -include/editeng/paravertalignitem.hxx -include/editeng/pbinitem.hxx -include/editeng/pgrditem.hxx -include/editeng/pmdlitem.hxx -include/editeng/postitem.hxx -include/editeng/prntitem.hxx -include/editeng/protitem.hxx -include/editeng/rsiditem.hxx -include/editeng/scriptspaceitem.hxx -include/editeng/scripttypeitem.hxx -include/editeng/section.hxx -include/editeng/shaditem.hxx -include/editeng/shdditem.hxx -include/editeng/sizeitem.hxx -include/editeng/spltitem.hxx -include/editeng/splwrap.hxx -include/editeng/svxacorr.hxx -include/editeng/svxenum.hxx -include/editeng/svxfont.hxx -include/editeng/svxrtf.hxx -include/editeng/swafopt.hxx -include/editeng/tstpitem.hxx -include/editeng/twolinesitem.hxx -include/editeng/txtrange.hxx -include/editeng/udlnitem.hxx -include/editeng/ulspitem.hxx -include/editeng/unoedhlp.hxx -include/editeng/unoedprx.hxx -include/editeng/unoedsrc.hxx -include/editeng/unofdesc.hxx -include/editeng/unofield.hxx -include/editeng/unofored.hxx -include/editeng/unoforou.hxx -include/editeng/unoipset.hxx -include/editeng/unolingu.hxx -include/editeng/unonames.hxx -include/editeng/unonrule.hxx -include/editeng/unoprnms.hxx -include/editeng/unotext.hxx -include/editeng/unoviwou.hxx -include/editeng/wghtitem.hxx -include/editeng/widwitem.hxx -include/editeng/writingmodeitem.hxx -include/editeng/wrlmitem.hxx -include/editeng/xmlcnitm.hxx -include/filter/msfilter/classids.hxx -include/filter/msfilter/countryid.hxx -include/filter/msfilter/dffpropset.hxx -include/filter/msfilter/dffrecordheader.hxx -include/filter/msfilter/escherex.hxx -include/filter/msfilter/mscodec.hxx -include/filter/msfilter/msdffimp.hxx -include/filter/msfilter/msocximex.hxx -include/filter/msfilter/msoleexp.hxx -include/filter/msfilter/mstoolbar.hxx -include/filter/msfilter/msvbahelper.hxx -include/filter/msfilter/svdfppt.hxx -include/filter/msfilter/svxmsbas.hxx -include/filter/msfilter/util.hxx -include/formula/ExternalReferenceHelper.hxx -include/formula/FormulaCompiler.hxx -include/formula/FormulaOpCodeMapperObj.hxx -include/formula/IControlReferenceHandler.hxx -include/formula/IFunctionDescription.hxx -include/formula/compiler.hxx -include/formula/errorcodes.hxx -include/formula/formdata.hxx -include/formula/formula.hxx -include/formula/formuladllapi.h -include/formula/formulahelper.hxx -include/formula/funcutl.hxx -include/formula/funcvarargs.h -include/formula/grammar.hxx -include/formula/opcode.hxx -include/formula/paramclass.hxx -include/formula/token.hxx -include/formula/tokenarray.hxx -include/formula/types.hxx -include/formula/vectortoken.hxx -include/framework/ContextChangeEventMultiplexerTunnel.hxx -include/framework/actiontriggerhelper.hxx -include/framework/addonsoptions.hxx -include/framework/configimporter.hxx -include/framework/desktop.hxx -include/framework/documentundoguard.hxx -include/framework/framecontainer.hxx -include/framework/framelistanalyzer.hxx -include/framework/gate.hxx -include/framework/imutex.hxx -include/framework/interaction.hxx -include/framework/sfxhelperfunctions.hxx -include/framework/titlehelper.hxx -include/framework/transactionmanager.hxx -include/framework/undomanagerhelper.hxx -include/helpcompiler/HelpIndexer.hxx -include/helpcompiler/HelpSearch.hxx -include/helpcompiler/compilehelp.hxx -include/i18nlangtag/applelangid.hxx -include/i18nlangtag/i18nlangtagdllapi.h -include/i18nlangtag/lang.h -include/i18nlangtag/languagetag.hxx -include/i18nlangtag/languagetagicu.hxx -include/i18nlangtag/mslangid.hxx -include/i18nutil/casefolding.hxx -include/i18nutil/i18nutildllapi.h -include/i18nutil/oneToOneMapping.hxx -include/i18nutil/paper.hxx -include/i18nutil/scripttypedetector.hxx -include/i18nutil/searchopt.hxx -include/i18nutil/transliteration.hxx -include/i18nutil/unicode.hxx -include/i18nutil/widthfolding.hxx -include/jvmaccess/classpath.hxx -include/jvmaccess/jvmaccessdllapi.h -include/jvmaccess/unovirtualmachine.hxx -include/jvmaccess/virtualmachine.hxx -include/jvmfwk/framework.hxx -include/jvmfwk/jvmfwkdllapi.hxx -include/linguistic/hyphdta.hxx -include/linguistic/lngdllapi.h -include/linguistic/lngprophelp.hxx -include/linguistic/lngprops.hxx -include/linguistic/misc.hxx -include/linguistic/spelldta.hxx -include/o3tl/any.hxx -include/o3tl/char16_t2wchar_t.hxx -include/o3tl/cow_wrapper.hxx -include/o3tl/deleter.hxx -include/o3tl/enumarray.hxx -include/o3tl/enumrange.hxx -include/o3tl/functional.hxx -include/o3tl/lazy_update.hxx -include/o3tl/lru_map.hxx -include/o3tl/make_shared.hxx -include/o3tl/numeric.hxx -include/o3tl/runtimetooustring.hxx -include/o3tl/safeint.hxx -include/o3tl/sorted_vector.hxx -include/o3tl/span.hxx -include/o3tl/strong_int.hxx -include/o3tl/typed_flags_set.hxx -include/o3tl/vector_pool.hxx -include/onlineupdate/mar.h -include/onlineupdate/mar_cmdline.h -include/onlineupdate/mar_private.h -include/onlineupdate/mozilla/Assertions.h -include/onlineupdate/mozilla/Attributes.h -include/onlineupdate/mozilla/Compiler.h -include/onlineupdate/mozilla/Likely.h -include/onlineupdate/mozilla/MacroArgs.h -include/onlineupdate/mozilla/TypeTraits.h -include/onlineupdate/mozilla/Types.h -include/onlineupdate/mozilla/nsTraceRefcnt.h -include/oox/core/binarycodec.hxx -include/oox/core/contexthandler.hxx -include/oox/core/contexthandler2.hxx -include/oox/core/fastparser.hxx -include/oox/core/fasttokenhandler.hxx -include/oox/core/filterbase.hxx -include/oox/core/filterdetect.hxx -include/oox/core/fragmenthandler.hxx -include/oox/core/fragmenthandler2.hxx -include/oox/core/recordparser.hxx -include/oox/core/relations.hxx -include/oox/core/relationshandler.hxx -include/oox/core/xmlfilterbase.hxx -include/oox/crypto/AgileEngine.hxx -include/oox/crypto/CryptTools.hxx -include/oox/crypto/CryptoEngine.hxx -include/oox/crypto/DocumentDecryption.hxx -include/oox/crypto/DocumentEncryption.hxx -include/oox/crypto/Standard2007Engine.hxx -include/oox/drawingml/chart/chartconverter.hxx -include/oox/drawingml/chart/datasourcemodel.hxx -include/oox/drawingml/chart/modelbase.hxx -include/oox/drawingml/clrscheme.hxx -include/oox/drawingml/color.hxx -include/oox/drawingml/connectorshapecontext.hxx -include/oox/drawingml/diagram/diagram.hxx -include/oox/drawingml/drawingmltypes.hxx -include/oox/drawingml/graphicshapecontext.hxx -include/oox/drawingml/shape.hxx -include/oox/drawingml/shapecontext.hxx -include/oox/drawingml/shapegroupcontext.hxx -include/oox/drawingml/shapepropertymap.hxx -include/oox/drawingml/theme.hxx -include/oox/drawingml/themefragmenthandler.hxx -include/oox/dump/dffdumper.hxx -include/oox/dump/dumperbase.hxx -include/oox/dump/oledumper.hxx -include/oox/dump/pptxdumper.hxx -include/oox/dump/xlsbdumper.hxx -include/oox/export/chartexport.hxx -include/oox/export/drawingml.hxx -include/oox/export/shapes.hxx -include/oox/export/utils.hxx -include/oox/export/vmlexport.hxx -include/oox/helper/addtosequence.hxx -include/oox/helper/attributelist.hxx -include/oox/helper/binaryinputstream.hxx -include/oox/helper/binaryoutputstream.hxx -include/oox/helper/binarystreambase.hxx -include/oox/helper/containerhelper.hxx -include/oox/helper/grabbagstack.hxx -include/oox/helper/graphichelper.hxx -include/oox/helper/helper.hxx -include/oox/helper/modelobjecthelper.hxx -include/oox/helper/progressbar.hxx -include/oox/helper/propertymap.hxx -include/oox/helper/propertyset.hxx -include/oox/helper/refmap.hxx -include/oox/helper/refvector.hxx -include/oox/helper/storagebase.hxx -include/oox/helper/textinputstream.hxx -include/oox/helper/zipstorage.hxx -include/oox/mathml/export.hxx -include/oox/mathml/import.hxx -include/oox/mathml/importutils.hxx -include/oox/ole/axbinaryreader.hxx -include/oox/ole/axbinarywriter.hxx -include/oox/ole/axcontrol.hxx -include/oox/ole/axcontrolfragment.hxx -include/oox/ole/axfontdata.hxx -include/oox/ole/olehelper.hxx -include/oox/ole/oleobjecthelper.hxx -include/oox/ole/olestorage.hxx -include/oox/ole/vbacontrol.hxx -include/oox/ole/vbaexport.hxx -include/oox/ole/vbahelper.hxx -include/oox/ole/vbainputstream.hxx -include/oox/ole/vbamodule.hxx -include/oox/ole/vbaproject.hxx -include/oox/ppt/animationspersist.hxx -include/oox/ppt/backgroundproperties.hxx -include/oox/ppt/comments.hxx -include/oox/ppt/customshowlistcontext.hxx -include/oox/ppt/headerfooter.hxx -include/oox/ppt/layoutfragmenthandler.hxx -include/oox/ppt/pptfilterhelpers.hxx -include/oox/ppt/pptgraphicshapecontext.hxx -include/oox/ppt/pptimport.hxx -include/oox/ppt/pptshape.hxx -include/oox/ppt/pptshapecontext.hxx -include/oox/ppt/pptshapegroupcontext.hxx -include/oox/ppt/pptshapepropertiescontext.hxx -include/oox/ppt/presentationfragmenthandler.hxx -include/oox/ppt/slidefragmenthandler.hxx -include/oox/ppt/slidemastertextstylescontext.hxx -include/oox/ppt/slidepersist.hxx -include/oox/ppt/slidetimingcontext.hxx -include/oox/ppt/slidetransition.hxx -include/oox/ppt/slidetransitioncontext.hxx -include/oox/ppt/soundactioncontext.hxx -include/oox/ppt/timenode.hxx -include/oox/ppt/timenodelistcontext.hxx -include/oox/shape/ShapeFilterBase.hxx -include/oox/token/namespacemap.hxx -include/oox/token/propertynames.hxx -include/oox/token/relationship.hxx -include/oox/token/tokenmap.hxx -include/oox/vml/vmldrawing.hxx -include/oox/vml/vmldrawingfragment.hxx -include/oox/vml/vmlformatting.hxx -include/oox/vml/vmlinputstream.hxx -include/oox/vml/vmlshape.hxx -include/oox/vml/vmlshapecontainer.hxx -include/oox/vml/vmlshapecontext.hxx -include/oox/vml/vmltextbox.hxx -include/oox/vml/vmltextboxcontext.hxx -include/opencl/OpenCLZone.hxx -include/opencl/openclconfig.hxx -include/opencl/opencldllapi.h -include/opencl/openclwrapper.hxx -include/opencl/platforminfo.hxx -include/osl/conditn.h -include/osl/conditn.hxx -include/osl/detail/android-bootstrap.h -include/osl/detail/component-defines.h -include/osl/detail/component-mapping.h -include/osl/detail/file.h -include/osl/diagnose.h -include/osl/diagnose.hxx -include/osl/endian.h -include/osl/file.h -include/osl/file.hxx -include/osl/getglobalmutex.hxx -include/osl/interlck.h -include/osl/module.h -include/osl/module.hxx -include/osl/mutex.h -include/osl/mutex.hxx -include/osl/nlsupport.h -include/osl/pipe.h -include/osl/pipe.hxx -include/osl/pipe_decl.hxx -include/osl/process.h -include/osl/profile.h -include/osl/profile.hxx -include/osl/security.h -include/osl/security.hxx -include/osl/security_decl.hxx -include/osl/signal.h -include/osl/socket.h -include/osl/socket.hxx -include/osl/socket_decl.hxx -include/osl/test/uniquepipename.hxx -include/osl/thread.h -include/osl/thread.hxx -include/osl/time.h -include/package/Deflater.hxx -include/package/Inflater.hxx -include/package/packagedllapi.hxx -include/prewin.h -include/registry/reader.hxx -include/registry/refltype.hxx -include/registry/regdllapi.h -include/registry/registry.hxx -include/registry/regtype.h -include/registry/typereg_reader.hxx -include/registry/types.hxx -include/registry/version.h -include/registry/writer.h -include/registry/writer.hxx -include/rtl/alloc.h -include/rtl/bootstrap.h -include/rtl/bootstrap.hxx -include/rtl/byteseq.h -include/rtl/byteseq.hxx -include/rtl/character.hxx -include/rtl/cipher.h -include/rtl/crc.h -include/rtl/digest.h -include/rtl/instance.hxx -include/rtl/locale.h -include/rtl/malformeduriexception.hxx -include/rtl/math.h -include/rtl/math.hxx -include/rtl/process.h -include/rtl/random.h -include/rtl/ref.hxx -include/rtl/strbuf.h -include/rtl/strbuf.hxx -include/rtl/string.h -include/rtl/string.hxx -include/rtl/stringconcat.hxx -include/rtl/stringutils.hxx -include/rtl/tencinfo.h -include/rtl/textcvt.h -include/rtl/textenc.h -include/rtl/unload.h -include/rtl/uri.h -include/rtl/uri.hxx -include/rtl/ustrbuf.h -include/rtl/ustrbuf.hxx -include/rtl/ustring.h -include/rtl/ustring.hxx -include/rtl/uuid.h -include/sal/alloca.h -include/sal/backtrace.hxx -include/sal/config.h -include/sal/detail/log.h -include/sal/log.hxx -include/sal/macros.h -include/sal/main.h -include/sal/mathconf.h -include/sal/saldllapi.h -include/sal/types.h -include/salhelper/condition.hxx -include/salhelper/dynload.hxx -include/salhelper/linkhelper.hxx -include/salhelper/refobj.hxx -include/salhelper/salhelperdllapi.h -include/salhelper/simplereferenceobject.hxx -include/salhelper/singletonref.hxx -include/salhelper/thread.hxx -include/salhelper/timer.hxx -include/sax/fastattribs.hxx -include/sax/fastparser.hxx -include/sax/fshelper.hxx -include/sax/tools/converter.hxx -include/sax/tools/documenthandleradapter.hxx -include/sfx2/DocumentMetadataAccess.hxx -include/sfx2/Metadatable.hxx -include/sfx2/QuerySaveDocument.hxx -include/sfx2/StyleManager.hxx -include/sfx2/StylePreviewRenderer.hxx -include/sfx2/XmlIdRegistry.hxx -include/sfx2/app.hxx -include/sfx2/basedlgs.hxx -include/sfx2/bindings.hxx -include/sfx2/brokenpackageint.hxx -include/sfx2/chalign.hxx -include/sfx2/charmappopup.hxx -include/sfx2/charwin.hxx -include/sfx2/childwin.hxx -include/sfx2/classificationhelper.hxx -include/sfx2/ctrlitem.hxx -include/sfx2/dialoghelper.hxx -include/sfx2/dinfdlg.hxx -include/sfx2/dispatch.hxx -include/sfx2/docfac.hxx -include/sfx2/docfile.hxx -include/sfx2/docfilt.hxx -include/sfx2/docinf.hxx -include/sfx2/docinsert.hxx -include/sfx2/dockwin.hxx -include/sfx2/docmacromode.hxx -include/sfx2/docstoragemodifylistener.hxx -include/sfx2/doctempl.hxx -include/sfx2/emojipopup.hxx -include/sfx2/event.hxx -include/sfx2/evntconf.hxx -include/sfx2/fcontnr.hxx -include/sfx2/filedlghelper.hxx -include/sfx2/flatpak.hxx -include/sfx2/frame.hxx -include/sfx2/frmdescr.hxx -include/sfx2/frmhtml.hxx -include/sfx2/frmhtmlw.hxx -include/sfx2/groupid.hxx -include/sfx2/htmlmode.hxx -include/sfx2/inputdlg.hxx -include/sfx2/ipclient.hxx -include/sfx2/linkmgr.hxx -include/sfx2/linksrc.hxx -include/sfx2/lnkbase.hxx -include/sfx2/lokcharthelper.hxx -include/sfx2/lokhelper.hxx -include/sfx2/mailmodelapi.hxx -include/sfx2/mieclip.hxx -include/sfx2/minfitem.hxx -include/sfx2/module.hxx -include/sfx2/msg.hxx -include/sfx2/msgpool.hxx -include/sfx2/navigat.hxx -include/sfx2/new.hxx -include/sfx2/newstyle.hxx -include/sfx2/notebookbar/SfxNotebookBar.hxx -include/sfx2/objface.hxx -include/sfx2/objitem.hxx -include/sfx2/objsh.hxx -include/sfx2/opengrf.hxx -include/sfx2/pageids.hxx -include/sfx2/passwd.hxx -include/sfx2/printer.hxx -include/sfx2/printopt.hxx -include/sfx2/progress.hxx -include/sfx2/request.hxx -include/sfx2/safemode.hxx -include/sfx2/sfxbasecontroller.hxx -include/sfx2/sfxbasemodel.hxx -include/sfx2/sfxdlg.hxx -include/sfx2/sfxhelp.hxx -include/sfx2/sfxhtml.hxx -include/sfx2/sfxmodelfactory.hxx -include/sfx2/sfxstatuslistener.hxx -include/sfx2/sfxuno.hxx -include/sfx2/shell.hxx -include/sfx2/sidebar/AsynchronousCall.hxx -include/sfx2/sidebar/Context.hxx -include/sfx2/sidebar/ControllerItem.hxx -include/sfx2/sidebar/Deck.hxx -include/sfx2/sidebar/FocusManager.hxx -include/sfx2/sidebar/IContextChangeReceiver.hxx -include/sfx2/sidebar/ILayoutableWindow.hxx -include/sfx2/sidebar/Panel.hxx -include/sfx2/sidebar/PanelLayout.hxx -include/sfx2/sidebar/ResourceManager.hxx -include/sfx2/sidebar/Sidebar.hxx -include/sfx2/sidebar/SidebarChildWindow.hxx -include/sfx2/sidebar/SidebarController.hxx -include/sfx2/sidebar/SidebarDockingWindow.hxx -include/sfx2/sidebar/SidebarModelUpdate.hxx -include/sfx2/sidebar/SidebarPanelBase.hxx -include/sfx2/sidebar/SidebarToolBox.hxx -include/sfx2/sidebar/TabBar.hxx -include/sfx2/sidebar/Theme.hxx -include/sfx2/signaturestate.hxx -include/sfx2/stbitem.hxx -include/sfx2/styfitem.hxx -include/sfx2/styledlg.hxx -include/sfx2/tabdlg.hxx -include/sfx2/tbxctrl.hxx -include/sfx2/templatedlg.hxx -include/sfx2/templatelocalview.hxx -include/sfx2/templateproperties.hxx -include/sfx2/thumbnailview.hxx -include/sfx2/titledockwin.hxx -include/sfx2/tplpitem.hxx -include/sfx2/userinputinterception.hxx -include/sfx2/viewfac.hxx -include/sfx2/viewfrm.hxx -include/sfx2/viewsh.hxx -include/sfx2/watermarkitem.hxx -include/sfx2/zoomitem.hxx -include/sot/exchange.hxx -include/sot/filelist.hxx -include/sot/formats.hxx -include/sot/object.hxx -include/sot/sotdllapi.h -include/sot/stg.hxx -include/sot/storage.hxx -include/sot/storinfo.hxx -include/store/store.h -include/store/store.hxx -include/store/storedllapi.h -include/store/types.h -include/svl/IndexedStyleSheets.hxx -include/svl/PasswordHelper.hxx -include/svl/SfxBroadcaster.hxx -include/svl/adrparse.hxx -include/svl/aeitem.hxx -include/svl/asiancfg.hxx -include/svl/broadcast.hxx -include/svl/cenumitm.hxx -include/svl/cintitem.hxx -include/svl/cjkoptions.hxx -include/svl/converter.hxx -include/svl/cryptosign.hxx -include/svl/ctloptions.hxx -include/svl/currencytable.hxx -include/svl/custritm.hxx -include/svl/documentlockfile.hxx -include/svl/eitem.hxx -include/svl/filenotation.hxx -include/svl/flagitem.hxx -include/svl/fstathelper.hxx -include/svl/globalnameitem.hxx -include/svl/gridprinter.hxx -include/svl/hint.hxx -include/svl/ilstitem.hxx -include/svl/imageitm.hxx -include/svl/inethist.hxx -include/svl/inettype.hxx -include/svl/instrm.hxx -include/svl/int64item.hxx -include/svl/intitem.hxx -include/svl/isethint.hxx -include/svl/itemiter.hxx -include/svl/itempool.hxx -include/svl/itemprop.hxx -include/svl/itemset.hxx -include/svl/languageoptions.hxx -include/svl/lckbitem.hxx -include/svl/legacyitem.hxx -include/svl/listener.hxx -include/svl/lngmisc.hxx -include/svl/lockfilecommon.hxx -include/svl/lstner.hxx -include/svl/macitem.hxx -include/svl/memberid.h -include/svl/metitem.hxx -include/svl/nfkeytab.hxx -include/svl/nfsymbol.hxx -include/svl/numuno.hxx -include/svl/ondemand.hxx -include/svl/outstrm.hxx -include/svl/ownlist.hxx -include/svl/pickerhistoryaccess.hxx -include/svl/poolcach.hxx -include/svl/poolitem.hxx -include/svl/ptitem.hxx -include/svl/rectitem.hxx -include/svl/rngitem.hxx -include/svl/sharecontrolfile.hxx -include/svl/sharedstring.hxx -include/svl/sharedstringpool.hxx -include/svl/sigstruct.hxx -include/svl/slstitm.hxx -include/svl/srchdefs.hxx -include/svl/srchitem.hxx -include/svl/stritem.hxx -include/svl/style.hxx -include/svl/stylepool.hxx -include/svl/stylesheetuser.hxx -include/svl/svdde.hxx -include/svl/svldllapi.h -include/svl/undo.hxx -include/svl/urihelper.hxx -include/svl/urlbmk.hxx -include/svl/visitem.hxx -include/svl/whiter.hxx -include/svl/zforlist.hxx -include/svl/zformat.hxx -include/svtools/DocumentInfoPreview.hxx -include/svtools/DocumentToGraphicRenderer.hxx -include/svtools/PlaceEditDialog.hxx -include/svtools/acceleratorexecute.hxx -include/svtools/accessibilityoptions.hxx -include/svtools/addresstemplate.hxx -include/svtools/apearcfg.hxx -include/svtools/asynclink.hxx -include/svtools/bindablecontrolhelper.hxx -include/svtools/borderhelper.hxx -include/svtools/borderline.hxx -include/svtools/brwbox.hxx -include/svtools/brwhead.hxx -include/svtools/calendar.hxx -include/svtools/cliplistener.hxx -include/svtools/collatorres.hxx -include/svtools/colorcfg.hxx -include/svtools/colrdlg.hxx -include/svtools/ctrlbox.hxx -include/svtools/ctrltool.hxx -include/svtools/dialogclosedlistener.hxx -include/svtools/editbrowsebox.hxx -include/svtools/editimplementation.hxx -include/svtools/editsyntaxhighlighter.hxx -include/svtools/ehdl.hxx -include/svtools/embedhlp.hxx -include/svtools/embedtransfer.hxx -include/svtools/extcolorcfg.hxx -include/svtools/filechangedchecker.hxx -include/svtools/fontsubstconfig.hxx -include/svtools/framestatuslistener.hxx -include/svtools/generictoolboxcontroller.hxx -include/svtools/genericunodialog.hxx -include/svtools/helpids.h -include/svtools/helpopt.hxx -include/svtools/htmlcfg.hxx -include/svtools/htmlkywd.hxx -include/svtools/htmlout.hxx -include/svtools/htmltokn.h -include/svtools/imagemgr.hxx -include/svtools/imageresourceaccess.hxx -include/svtools/imgdef.hxx -include/svtools/indexentryres.hxx -include/svtools/inettbc.hxx -include/svtools/insdlg.hxx -include/svtools/javacontext.hxx -include/svtools/javainteractionhandler.hxx -include/svtools/langhelp.hxx -include/svtools/langtab.hxx -include/svtools/menuoptions.hxx -include/svtools/miscopt.hxx -include/svtools/openfiledroptargetlistener.hxx -include/svtools/optionsdrawinglayer.hxx -include/svtools/parhtml.hxx -include/svtools/parrtf.hxx -include/svtools/place.hxx -include/svtools/popupmenucontrollerbase.hxx -include/svtools/popupwindowcontroller.hxx -include/svtools/printoptions.hxx -include/svtools/prnsetup.hxx -include/svtools/restartdialog.hxx -include/svtools/rtfout.hxx -include/svtools/rtftoken.h -include/svtools/ruler.hxx -include/svtools/sampletext.hxx -include/svtools/scriptedtext.hxx -include/svtools/scrwin.hxx -include/svtools/sfxecode.hxx -include/svtools/slidesorterbaropt.hxx -include/svtools/soerr.hxx -include/svtools/statusbarcontroller.hxx -include/svtools/stringtransfer.hxx -include/svtools/svparser.hxx -include/svtools/svtdllapi.h -include/svtools/tabbar.hxx -include/svtools/templatefoldercache.hxx -include/svtools/textwindowpeer.hxx -include/svtools/toolbarmenu.hxx -include/svtools/toolboxcontroller.hxx -include/svtools/unitconv.hxx -include/svtools/unoevent.hxx -include/svtools/unoimap.hxx -include/svtools/urlfilter.hxx -include/svtools/valueset.hxx -include/svx/AccessibleControlShape.hxx -include/svx/AccessibleGraphicShape.hxx -include/svx/AccessibleOLEShape.hxx -include/svx/AccessibleShape.hxx -include/svx/AccessibleShapeInfo.hxx -include/svx/AccessibleShapeTreeInfo.hxx -include/svx/AccessibleTextHelper.hxx -include/svx/ActionDescriptionProvider.hxx -include/svx/ChildrenManager.hxx -include/svx/ClassificationDialog.hxx -include/svx/ClassificationField.hxx -include/svx/ColorSets.hxx -include/svx/CommonStyleManager.hxx -include/svx/EnhancedCustomShape2d.hxx -include/svx/EnhancedCustomShapeFunctionParser.hxx -include/svx/EnhancedCustomShapeGeometry.hxx -include/svx/EnhancedCustomShapeTypeNames.hxx -include/svx/IAccessibleParent.hxx -include/svx/IAccessibleViewForwarder.hxx -include/svx/IAccessibleViewForwarderListener.hxx -include/svx/Palette.hxx -include/svx/PaletteManager.hxx -include/svx/ParaLineSpacingPopup.hxx -include/svx/ParaSpacingControl.hxx -include/svx/ParseContext.hxx -include/svx/ShapeTypeHandler.hxx -include/svx/SmartTagItem.hxx -include/svx/SmartTagMgr.hxx -include/svx/SpellDialogChildWindow.hxx -include/svx/SvxColorChildWindow.hxx -include/svx/SvxPresetListBox.hxx -include/svx/SvxShapeTypes.hxx -include/svx/TextCharacterSpacingPopup.hxx -include/svx/TextUnderlinePopup.hxx -include/svx/UnoNamespaceMap.hxx -include/svx/XPropertyEntry.hxx -include/svx/algitem.hxx -include/svx/anchorid.hxx -include/svx/autoformathelper.hxx -include/svx/bmpmask.hxx -include/svx/camera3d.hxx -include/svx/charmap.hxx -include/svx/charthelper.hxx -include/svx/chrtitem.hxx -include/svx/clipboardctl.hxx -include/svx/clipfmtitem.hxx -include/svx/colorbox.hxx -include/svx/colorwindow.hxx -include/svx/compressgraphicdialog.hxx -include/svx/connctrl.hxx -include/svx/contdlg.hxx -include/svx/ctredlin.hxx -include/svx/cube3d.hxx -include/svx/dataaccessdescriptor.hxx -include/svx/databaselocationinput.hxx -include/svx/databaseregistrationui.hxx -include/svx/dbaexchange.hxx -include/svx/dbaobjectex.hxx -include/svx/def3d.hxx -include/svx/deflt3d.hxx -include/svx/dialcontrol.hxx -include/svx/dlgctl3d.hxx -include/svx/dlgctrl.hxx -include/svx/dlgutil.hxx -include/svx/drawitem.hxx -include/svx/e3ditem.hxx -include/svx/e3dsceneupdater.hxx -include/svx/e3dundo.hxx -include/svx/extedit.hxx -include/svx/extrusionbar.hxx -include/svx/f3dchild.hxx -include/svx/fillctrl.hxx -include/svx/flagsdef.hxx -include/svx/float3d.hxx -include/svx/fmdmod.hxx -include/svx/fmdpage.hxx -include/svx/fmglob.hxx -include/svx/fmgridcl.hxx -include/svx/fmgridif.hxx -include/svx/fmmodel.hxx -include/svx/fmobjfac.hxx -include/svx/fmpage.hxx -include/svx/fmsearch.hxx -include/svx/fmshell.hxx -include/svx/fmsrccfg.hxx -include/svx/fmsrcimp.hxx -include/svx/fmtools.hxx -include/svx/fmview.hxx -include/svx/fntctrl.hxx -include/svx/fontwork.hxx -include/svx/fontworkbar.hxx -include/svx/fontworkgallery.hxx -include/svx/formatpaintbrushctrl.hxx -include/svx/framebordertype.hxx -include/svx/framelink.hxx -include/svx/framelinkarray.hxx -include/svx/frmdirlbox.hxx -include/svx/frmsel.hxx -include/svx/galctrl.hxx -include/svx/gallery.hxx -include/svx/gallery1.hxx -include/svx/galleryitem.hxx -include/svx/galmisc.hxx -include/svx/galtheme.hxx -include/svx/globl3d.hxx -include/svx/grafctrl.hxx -include/svx/graphctl.hxx -include/svx/graphichelper.hxx -include/svx/grfcrop.hxx -include/svx/grfflt.hxx -include/svx/gridctrl.hxx -include/svx/hdft.hxx -include/svx/helperhittest3d.hxx -include/svx/hexcolorcontrol.hxx -include/svx/hlnkitem.hxx -include/svx/hyperdlg.hxx -include/svx/ifaceids.hxx -include/svx/imapdlg.hxx -include/svx/insctrl.hxx -include/svx/ipolypolygoneditorcontroller.hxx -include/svx/itemwin.hxx -include/svx/itextprovider.hxx -include/svx/langbox.hxx -include/svx/lathe3d.hxx -include/svx/layctrl.hxx -include/svx/lboxctrl.hxx -include/svx/legacyitem.hxx -include/svx/linectrl.hxx -include/svx/measctrl.hxx -include/svx/modctrl.hxx -include/svx/msdffdef.hxx -include/svx/nbdtmg.hxx -include/svx/nbdtmgfact.hxx -include/svx/numfmtsh.hxx -include/svx/numinf.hxx -include/svx/numvset.hxx -include/svx/obj3d.hxx -include/svx/objfac3d.hxx -include/svx/ofaitem.hxx -include/svx/optgenrl.hxx -include/svx/optgrid.hxx -include/svx/pagectrl.hxx -include/svx/pageitem.hxx -include/svx/pagenumberlistbox.hxx -include/svx/papersizelistbox.hxx -include/svx/paraprev.hxx -include/svx/passwd.hxx -include/svx/polypolygoneditor.hxx -include/svx/postattr.hxx -include/svx/pszctrl.hxx -include/svx/rectenum.hxx -include/svx/relfld.hxx -include/svx/rotmodit.hxx -include/svx/rubydialog.hxx -include/svx/ruler.hxx -include/svx/rulritem.hxx -include/svx/samecontentlistbox.hxx -include/svx/scene3d.hxx -include/svx/sdangitm.hxx -include/svx/sdasitm.hxx -include/svx/sderitm.hxx -include/svx/sdgcpitm.hxx -include/svx/sdggaitm.hxx -include/svx/sdgluitm.hxx -include/svx/sdgmoitm.hxx -include/svx/sdmetitm.hxx -include/svx/sdooitm.hxx -include/svx/sdprcitm.hxx -include/svx/sdr/animation/animationstate.hxx -include/svx/sdr/animation/objectanimator.hxx -include/svx/sdr/animation/scheduler.hxx -include/svx/sdr/attribute/sdrallfillattributeshelper.hxx -include/svx/sdr/contact/displayinfo.hxx -include/svx/sdr/contact/objectcontact.hxx -include/svx/sdr/contact/objectcontactofpageview.hxx -include/svx/sdr/contact/viewcontact.hxx -include/svx/sdr/contact/viewcontactofe3dscene.hxx -include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx -include/svx/sdr/contact/viewcontactofsdrobj.hxx -include/svx/sdr/contact/viewcontactofvirtobj.hxx -include/svx/sdr/contact/viewobjectcontact.hxx -include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx -include/svx/sdr/contact/viewobjectcontactredirector.hxx -include/svx/sdr/overlay/overlayanimatedbitmapex.hxx -include/svx/sdr/overlay/overlaybitmapex.hxx -include/svx/sdr/overlay/overlaymanager.hxx -include/svx/sdr/overlay/overlayobject.hxx -include/svx/sdr/overlay/overlayobjectlist.hxx -include/svx/sdr/overlay/overlaypolypolygon.hxx -include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx -include/svx/sdr/overlay/overlayselection.hxx -include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx -include/svx/sdr/primitive2d/svx_primitivetypes2d.hxx -include/svx/sdr/properties/defaultproperties.hxx -include/svx/sdr/properties/properties.hxx -include/svx/sdr/table/tablecontroller.hxx -include/svx/sdr/table/tabledesign.hxx -include/svx/sdrhittesthelper.hxx -include/svx/sdrmasterpagedescriptor.hxx -include/svx/sdrobjectfilter.hxx -include/svx/sdrobjectuser.hxx -include/svx/sdrpageuser.hxx -include/svx/sdrpagewindow.hxx -include/svx/sdrpaintwindow.hxx -include/svx/sdrundomanager.hxx -include/svx/sdshcitm.hxx -include/svx/sdshitm.hxx -include/svx/sdshtitm.hxx -include/svx/sdsxyitm.hxx -include/svx/sdtaaitm.hxx -include/svx/sdtacitm.hxx -include/svx/sdtaditm.hxx -include/svx/sdtagitm.hxx -include/svx/sdtaiitm.hxx -include/svx/sdtaitm.hxx -include/svx/sdtakitm.hxx -include/svx/sdtayitm.hxx -include/svx/sdtcfitm.hxx -include/svx/sdtditm.hxx -include/svx/sdtfchim.hxx -include/svx/sdtfsitm.hxx -include/svx/sdtmfitm.hxx -include/svx/sdynitm.hxx -include/svx/searchcharmap.hxx -include/svx/selctrl.hxx -include/svx/selectioncontroller.hxx -include/svx/shapeproperty.hxx -include/svx/shapepropertynotifier.hxx -include/svx/sidebar/AreaPropertyPanelBase.hxx -include/svx/sidebar/AreaTransparencyGradientPopup.hxx -include/svx/sidebar/ContextChangeEventMultiplexer.hxx -include/svx/sidebar/LinePropertyPanelBase.hxx -include/svx/sidebar/LineWidthPopup.hxx -include/svx/sidebar/SelectionAnalyzer.hxx -include/svx/sidebar/SelectionChangeHandler.hxx -include/svx/sidebar/ValueSetWithTextControl.hxx -include/svx/spacinglistbox.hxx -include/svx/sphere3d.hxx -include/svx/srchdlg.hxx -include/svx/svdcrtv.hxx -include/svx/svddef.hxx -include/svx/svddrag.hxx -include/svx/svddrgmt.hxx -include/svx/svddrgv.hxx -include/svx/svdedtv.hxx -include/svx/svdedxv.hxx -include/svx/svdetc.hxx -include/svx/svdglev.hxx -include/svx/svdglue.hxx -include/svx/svdhdl.hxx -include/svx/svdhlpln.hxx -include/svx/svditer.hxx -include/svx/svdlayer.hxx -include/svx/svdmark.hxx -include/svx/svdmodel.hxx -include/svx/svdmrkv.hxx -include/svx/svdoashp.hxx -include/svx/svdoattr.hxx -include/svx/svdobj.hxx -include/svx/svdocapt.hxx -include/svx/svdocirc.hxx -include/svx/svdoedge.hxx -include/svx/svdograf.hxx -include/svx/svdogrp.hxx -include/svx/svdomeas.hxx -include/svx/svdomedia.hxx -include/svx/svdoole2.hxx -include/svx/svdopage.hxx -include/svx/svdopath.hxx -include/svx/svdorect.hxx -include/svx/svdotable.hxx -include/svx/svdotext.hxx -include/svx/svdouno.hxx -include/svx/svdoutl.hxx -include/svx/svdovirt.hxx -include/svx/svdpage.hxx -include/svx/svdpagv.hxx -include/svx/svdpntv.hxx -include/svx/svdpoev.hxx -include/svx/svdpool.hxx -include/svx/svdsnpv.hxx -include/svx/svdsob.hxx -include/svx/svdtext.hxx -include/svx/svdtrans.hxx -include/svx/svdtypes.hxx -include/svx/svdundo.hxx -include/svx/svdview.hxx -include/svx/svdviter.hxx -include/svx/svdxcgv.hxx -include/svx/svx3ditems.hxx -include/svx/svxdlg.hxx -include/svx/svxdllapi.h -include/svx/svxerr.hxx -include/svx/svxgrahicitem.hxx -include/svx/swframeexample.hxx -include/svx/swframeposstrings.hxx -include/svx/swframetypes.hxx -include/svx/swframevalidation.hxx -include/svx/sxcecitm.hxx -include/svx/sxcgitm.hxx -include/svx/sxciaitm.hxx -include/svx/sxcllitm.hxx -include/svx/sxctitm.hxx -include/svx/sxekitm.hxx -include/svx/sxelditm.hxx -include/svx/sxenditm.hxx -include/svx/sxmbritm.hxx -include/svx/sxmlhitm.hxx -include/svx/sxmtfitm.hxx -include/svx/sxmtpitm.hxx -include/svx/sxmtritm.hxx -include/svx/sxmuitm.hxx -include/svx/tabarea.hxx -include/svx/tabline.hxx -include/svx/tbcontrl.hxx -include/svx/tbxcolor.hxx -include/svx/tbxctl.hxx -include/svx/transfrmhelper.hxx -include/svx/txencbox.hxx -include/svx/ucsubset.hxx -include/svx/uiobject.hxx -include/svx/unoapi.hxx -include/svx/unobrushitemhelper.hxx -include/svx/unofill.hxx -include/svx/unomaster.hxx -include/svx/unomid.hxx -include/svx/unomod.hxx -include/svx/unomodel.hxx -include/svx/unopage.hxx -include/svx/unopool.hxx -include/svx/unoprov.hxx -include/svx/unoshape.hxx -include/svx/unoshprp.hxx -include/svx/unoshtxt.hxx -include/svx/verttexttbxctrl.hxx -include/svx/view3d.hxx -include/svx/viewlayoutitem.hxx -include/svx/viewpt3d.hxx -include/svx/xbitmap.hxx -include/svx/xbtmpit.hxx -include/svx/xcolit.hxx -include/svx/xdash.hxx -include/svx/xdef.hxx -include/svx/xenum.hxx -include/svx/xfillit0.hxx -include/svx/xflasit.hxx -include/svx/xflbckit.hxx -include/svx/xflbmpit.hxx -include/svx/xflbmsli.hxx -include/svx/xflbmsxy.hxx -include/svx/xflbmtit.hxx -include/svx/xflboxy.hxx -include/svx/xflbstit.hxx -include/svx/xflbtoxy.hxx -include/svx/xflclit.hxx -include/svx/xflftrit.hxx -include/svx/xflgrit.hxx -include/svx/xflhtit.hxx -include/svx/xfltrit.hxx -include/svx/xftadit.hxx -include/svx/xftdiit.hxx -include/svx/xftmrit.hxx -include/svx/xftouit.hxx -include/svx/xftshcit.hxx -include/svx/xftshit.hxx -include/svx/xftshxy.hxx -include/svx/xftstit.hxx -include/svx/xgrad.hxx -include/svx/xgrscit.hxx -include/svx/xhatch.hxx -include/svx/xit.hxx -include/svx/xlineit0.hxx -include/svx/xlinjoit.hxx -include/svx/xlnasit.hxx -include/svx/xlncapit.hxx -include/svx/xlnclit.hxx -include/svx/xlndsit.hxx -include/svx/xlnedcit.hxx -include/svx/xlnedit.hxx -include/svx/xlnedwit.hxx -include/svx/xlnstcit.hxx -include/svx/xlnstit.hxx -include/svx/xlnstwit.hxx -include/svx/xlntrit.hxx -include/svx/xlnwtit.hxx -include/svx/xmleohlp.hxx -include/svx/xmlexchg.hxx -include/svx/xmlgrhlp.hxx -include/svx/xmlsecctrl.hxx -include/svx/xoutbmp.hxx -include/svx/xpoly.hxx -include/svx/xpool.hxx -include/svx/xsflclit.hxx -include/svx/xtable.hxx -include/svx/xtextit0.hxx -include/svx/zoom_def.hxx -include/svx/zoomctrl.hxx -include/svx/zoomsliderctrl.hxx -include/svx/zoomslideritem.hxx -include/systools/win32/comtools.hxx -include/systools/win32/qswin32.h -include/systools/win32/uwinapi.h -include/test/bootstrapfixture.hxx -include/test/container/xnamed.hxx -include/test/htmltesttools.hxx -include/test/screenshot_test.hxx -include/test/sheet/cellproperties.hxx -include/test/sheet/databaserange.hxx -include/test/sheet/datapilotfield.hxx -include/test/sheet/datapilotitem.hxx -include/test/sheet/xarealink.hxx -include/test/sheet/xarealinks.hxx -include/test/sheet/xcelladdressable.hxx -include/test/sheet/xcellrangedata.hxx -include/test/sheet/xcellrangereferrer.hxx -include/test/sheet/xcellrangesquery.hxx -include/test/sheet/xcellseries.hxx -include/test/sheet/xdatabaserange.hxx -include/test/sheet/xdatapilotdescriptor.hxx -include/test/sheet/xdatapilotfieldgrouping.hxx -include/test/sheet/xdatapilottable.hxx -include/test/sheet/xdatapilottable2.hxx -include/test/sheet/xgoalseek.hxx -include/test/sheet/xnamedrange.hxx -include/test/sheet/xprintareas.hxx -include/test/sheet/xsheetannotation.hxx -include/test/sheet/xsheetannotations.hxx -include/test/sheet/xsheetannotationshapesupplier.hxx -include/test/sheet/xsheetfilterable.hxx -include/test/sheet/xsheetlinkable.hxx -include/test/sheet/xsheetoperation.hxx -include/test/sheet/xsheetoutline.hxx -include/test/sheet/xsheetpagebreak.hxx -include/test/sheet/xspreadsheet.hxx -include/test/sheet/xspreadsheetdocument.hxx -include/test/sheet/xspreadsheets.hxx -include/test/sheet/xspreadsheets2.hxx -include/test/sheet/xsubtotalcalculatable.hxx -include/test/sheet/xsubtotaldescriptor.hxx -include/test/sheet/xsubtotalfield.hxx -include/test/sheet/xuniquecellformatrangessupplier.hxx -include/test/sheet/xusedareacursor.hxx -include/test/sheet/xviewfreezable.hxx -include/test/sheet/xviewpane.hxx -include/test/sheet/xviewsplitable.hxx -include/test/testinteractionhandler.hxx -include/test/text/xtext.hxx -include/test/text/xtextcontent.hxx -include/test/unoapi_test.hxx -include/test/util/xreplaceable.hxx -include/test/util/xsearchable.hxx -include/test/xmldiff.hxx -include/test/xmltesttools.hxx -include/toolkit/awt/vclxaccessiblecomponent.hxx -include/toolkit/awt/vclxcontainer.hxx -include/toolkit/awt/vclxdevice.hxx -include/toolkit/awt/vclxfont.hxx -include/toolkit/awt/vclxmenu.hxx -include/toolkit/awt/vclxtopwindow.hxx -include/toolkit/awt/vclxwindow.hxx -include/toolkit/awt/vclxwindows.hxx -include/toolkit/controls/unocontrol.hxx -include/toolkit/controls/unocontrolbase.hxx -include/toolkit/controls/unocontrolmodel.hxx -include/toolkit/controls/unocontrols.hxx -include/toolkit/helper/accessiblefactory.hxx -include/toolkit/helper/convert.hxx -include/toolkit/helper/emptyfontdescriptor.hxx -include/toolkit/helper/formpdfexport.hxx -include/toolkit/helper/listenermultiplexer.hxx -include/toolkit/helper/macros.hxx -include/toolkit/helper/mutexandbroadcasthelper.hxx -include/toolkit/helper/mutexhelper.hxx -include/toolkit/helper/property.hxx -include/toolkit/helper/vclunohelper.hxx -include/tools/b3dtrans.hxx -include/tools/bigint.hxx -include/tools/color.hxx -include/tools/config.hxx -include/tools/contnr.hxx -include/tools/cpuid.hxx -include/tools/date.hxx -include/tools/datetime.hxx -include/tools/datetimeutils.hxx -include/tools/debug.hxx -include/tools/diagnose_ex.h -include/tools/extendapplicationenvironment.hxx -include/tools/fontenum.hxx -include/tools/fract.hxx -include/tools/gen.hxx -include/tools/globname.hxx -include/tools/helpers.hxx -include/tools/inetmime.hxx -include/tools/inetmsg.hxx -include/tools/inetstrm.hxx -include/tools/line.hxx -include/tools/lineend.hxx -include/tools/link.hxx -include/tools/mapunit.hxx -include/tools/multisel.hxx -include/tools/pathutils.hxx -include/tools/poly.hxx -include/tools/ref.hxx -include/tools/solar.h -include/tools/stream.hxx -include/tools/svborder.hxx -include/tools/svlibrary.h -include/tools/tenccvt.hxx -include/tools/time.hxx -include/tools/toolsdllapi.h -include/tools/urlobj.hxx -include/tools/vcompat.hxx -include/tools/weakbase.h -include/tools/weakbase.hxx -include/tools/wintypes.hxx -include/tools/wldcrd.hxx -include/tools/zcodec.hxx -include/typelib/typeclass.h -include/typelib/typedescription.h -include/typelib/typedescription.hxx -include/typelib/uik.h -include/ucbhelper/activedatasink.hxx -include/ucbhelper/authenticationfallback.hxx -include/ucbhelper/cancelcommandexecution.hxx -include/ucbhelper/commandenvironment.hxx -include/ucbhelper/content.hxx -include/ucbhelper/contenthelper.hxx -include/ucbhelper/contentidentifier.hxx -include/ucbhelper/fd_inputstream.hxx -include/ucbhelper/getcomponentcontext.hxx -include/ucbhelper/interactionrequest.hxx -include/ucbhelper/interceptedinteraction.hxx -include/ucbhelper/macros.hxx -include/ucbhelper/propertyvalueset.hxx -include/ucbhelper/providerhelper.hxx -include/ucbhelper/proxydecider.hxx -include/ucbhelper/registerucb.hxx -include/ucbhelper/resultset.hxx -include/ucbhelper/resultsethelper.hxx -include/ucbhelper/resultsetmetadata.hxx -include/ucbhelper/simpleauthenticationrequest.hxx -include/ucbhelper/simplecertificatevalidationrequest.hxx -include/ucbhelper/simpleinteractionrequest.hxx -include/ucbhelper/simplenameclashresolverequest.hxx -include/ucbhelper/ucbhelperdllapi.h -include/uno/Enterable.h -include/uno/EnvDcp.h -include/uno/any2.h -include/uno/current_context.h -include/uno/current_context.hxx -include/uno/data.h -include/uno/dispatcher.h -include/uno/dispatcher.hxx -include/uno/environment.h -include/uno/environment.hxx -include/uno/lbnames.h -include/uno/mapping.h -include/uno/mapping.hxx -include/uno/sequence2.h -include/uno/threadpool.h -include/unoidl/detail/dllapi.hxx -include/unoidl/unoidl.hxx -include/unotest/bootstrapfixturebase.hxx -include/unotest/directories.hxx -include/unotest/filters-test.hxx -include/unotest/gettestargument.hxx -include/unotest/macros_test.hxx -include/unotest/officeconnection.hxx -include/unotest/toabsolutefileurl.hxx -include/unotools/ZipPackageHelper.hxx -include/unotools/accessiblerelationsethelper.hxx -include/unotools/accessiblestatesethelper.hxx -include/unotools/bootstrap.hxx -include/unotools/calendarwrapper.hxx -include/unotools/caserotate.hxx -include/unotools/charclass.hxx -include/unotools/closeveto.hxx -include/unotools/cmdoptions.hxx -include/unotools/collatorwrapper.hxx -include/unotools/compatibility.hxx -include/unotools/configitem.hxx -include/unotools/configmgr.hxx -include/unotools/confignode.hxx -include/unotools/configpaths.hxx -include/unotools/configvaluecontainer.hxx -include/unotools/datetime.hxx -include/unotools/defaultoptions.hxx -include/unotools/desktopterminationobserver.hxx -include/unotools/digitgroupingiterator.hxx -include/unotools/docinfohelper.hxx -include/unotools/dynamicmenuoptions.hxx -include/unotools/eventcfg.hxx -include/unotools/eventlisteneradapter.hxx -include/unotools/extendedsecurityoptions.hxx -include/unotools/fltrcfg.hxx -include/unotools/fontcfg.hxx -include/unotools/fontcvt.hxx -include/unotools/fontdefs.hxx -include/unotools/fontoptions.hxx -include/unotools/historyoptions.hxx -include/unotools/intlwrapper.hxx -include/unotools/itemholderbase.hxx -include/unotools/lingucfg.hxx -include/unotools/linguprops.hxx -include/unotools/localedatawrapper.hxx -include/unotools/localfilehelper.hxx -include/unotools/mediadescriptor.hxx -include/unotools/misccfg.hxx -include/unotools/moduleoptions.hxx -include/unotools/nativenumberwrapper.hxx -include/unotools/options.hxx -include/unotools/optionsdlg.hxx -include/unotools/pathoptions.hxx -include/unotools/printwarningoptions.hxx -include/unotools/progresshandlerwrap.hxx -include/unotools/readwritemutexguard.hxx -include/unotools/resmgr.hxx -include/unotools/saveopt.hxx -include/unotools/searchopt.hxx -include/unotools/securityoptions.hxx -include/unotools/sharedunocomponent.hxx -include/unotools/streamhelper.hxx -include/unotools/streamwrap.hxx -include/unotools/syslocale.hxx -include/unotools/syslocaleoptions.hxx -include/unotools/tempfile.hxx -include/unotools/textsearch.hxx -include/unotools/transliterationwrapper.hxx -include/unotools/ucbhelper.hxx -include/unotools/ucbstreamhelper.hxx -include/unotools/unotoolsdllapi.h -include/unotools/useroptions.hxx -include/unotools/viewoptions.hxx -include/unotools/wincodepage.hxx -include/vbahelper/helperdecl.hxx -include/vbahelper/vbaaccesshelper.hxx -include/vbahelper/vbaapplicationbase.hxx -include/vbahelper/vbacollectionimpl.hxx -include/vbahelper/vbadialogbase.hxx -include/vbahelper/vbadialogsbase.hxx -include/vbahelper/vbadllapi.h -include/vbahelper/vbadocumentbase.hxx -include/vbahelper/vbadocumentsbase.hxx -include/vbahelper/vbaeventshelperbase.hxx -include/vbahelper/vbafontbase.hxx -include/vbahelper/vbaglobalbase.hxx -include/vbahelper/vbahelper.hxx -include/vbahelper/vbahelperinterface.hxx -include/vbahelper/vbapagesetupbase.hxx -include/vbahelper/vbapropvalue.hxx -include/vbahelper/vbareturntypes.hxx -include/vbahelper/vbashape.hxx -include/vbahelper/vbashaperange.hxx -include/vbahelper/vbashapes.hxx -include/vbahelper/vbatextframe.hxx -include/vbahelper/vbawindowbase.hxx -include/vcl/AccessibleBrowseBoxObjType.hxx -include/vcl/BitmapBuffer.hxx -include/vcl/BitmapColor.hxx -include/vcl/BitmapPalette.hxx -include/vcl/BitmapTools.hxx -include/vcl/ColorMask.hxx -include/vcl/EnumContext.hxx -include/vcl/FilterConfigItem.hxx -include/vcl/GraphicObject.hxx -include/vcl/IContext.hxx -include/vcl/IDialogRenderable.hxx -include/vcl/IPrioritable.hxx -include/vcl/ITiledRenderable.hxx -include/vcl/IconThemeInfo.hxx -include/vcl/ImageTree.hxx -include/vcl/NotebookbarContextControl.hxx -include/vcl/Scanline.hxx -include/vcl/abstdlg.hxx -include/vcl/accel.hxx -include/vcl/accessiblefactory.hxx -include/vcl/accessibletable.hxx -include/vcl/accessibletableprovider.hxx -include/vcl/alpha.hxx -include/vcl/bitmap.hxx -include/vcl/bitmapaccess.hxx -include/vcl/bitmapex.hxx -include/vcl/builder.hxx -include/vcl/builderfactory.hxx -include/vcl/button.hxx -include/vcl/cairo.hxx -include/vcl/canvastools.hxx -include/vcl/checksum.hxx -include/vcl/commandevent.hxx -include/vcl/commandinfoprovider.hxx -include/vcl/ctrl.hxx -include/vcl/cursor.hxx -include/vcl/cvtgrf.hxx -include/vcl/decoview.hxx -include/vcl/dibtools.hxx -include/vcl/dllapi.h -include/vcl/dndhelp.hxx -include/vcl/dockingarea.hxx -include/vcl/dockwin.hxx -include/vcl/edit.hxx -include/vcl/embeddedfontshelper.hxx -include/vcl/errcode.hxx -include/vcl/errinf.hxx -include/vcl/event.hxx -include/vcl/evntpost.hxx -include/vcl/exceptiontypes.hxx -include/vcl/extoutdevdata.hxx -include/vcl/field.hxx -include/vcl/fixed.hxx -include/vcl/floatwin.hxx -include/vcl/formatter.hxx -include/vcl/fntstyle.hxx -include/vcl/font.hxx -include/vcl/fontcapabilities.hxx -include/vcl/fontcharmap.hxx -include/vcl/gdimetafiletools.hxx -include/vcl/gdimtf.hxx -include/vcl/gfxlink.hxx -include/vcl/gradient.hxx -include/vcl/graph.hxx -include/vcl/graphicfilter.hxx -include/vcl/graphictools.hxx -include/vcl/hatch.hxx -include/vcl/headbar.hxx -include/vcl/help.hxx -include/vcl/i18nhelp.hxx -include/vcl/idle.hxx -include/vcl/image.hxx -include/vcl/imap.hxx -include/vcl/imapcirc.hxx -include/vcl/imapobj.hxx -include/vcl/imappoly.hxx -include/vcl/imaprect.hxx -include/vcl/inetimg.hxx -include/vcl/inputctx.hxx -include/vcl/inputtypes.hxx -include/vcl/introwin.hxx -include/vcl/ivctrl.hxx -include/vcl/jobset.hxx -include/vcl/keycod.hxx -include/vcl/keycodes.hxx -include/vcl/layout.hxx -include/vcl/lazydelete.hxx -include/vcl/lineinfo.hxx -include/vcl/longcurr.hxx -include/vcl/mapmod.hxx -include/vcl/menu.hxx -include/vcl/menubtn.hxx -include/vcl/metaact.hxx -include/vcl/metaactiontypes.hxx -include/vcl/metric.hxx -include/vcl/mnemonic.hxx -include/vcl/mnemonicengine.hxx -include/vcl/mtfxmldump.hxx -include/vcl/notebookbar.hxx -include/vcl/oldprintadaptor.hxx -include/vcl/opengl/OpenGLContext.hxx -include/vcl/opengl/OpenGLHelper.hxx -include/vcl/opengl/OpenGLWrapper.hxx -include/vcl/outdev.hxx -include/vcl/outdevmap.hxx -include/vcl/outdevstate.hxx -include/vcl/pdfextoutdevdata.hxx -include/vcl/pdfwriter.hxx -include/vcl/pngread.hxx -include/vcl/pngwrite.hxx -include/vcl/print.hxx -include/vcl/prntypes.hxx -include/vcl/ptrstyle.hxx -include/vcl/quickselectionengine.hxx -include/vcl/region.hxx -include/vcl/roadmapwizard.hxx -include/vcl/salctype.hxx -include/vcl/salgtype.hxx -include/vcl/salnativewidgets.hxx -include/vcl/scheduler.hxx -include/vcl/scopedbitmapaccess.hxx -include/vcl/scrbar.hxx -include/vcl/seleng.hxx -include/vcl/settings.hxx -include/vcl/sound.hxx -include/vcl/spinfld.hxx -include/vcl/split.hxx -include/vcl/splitwin.hxx -include/vcl/status.hxx -include/vcl/stdtext.hxx -include/vcl/svapp.hxx -include/vcl/svlbitm.hxx -include/vcl/svtaccessiblefactory.hxx -include/vcl/syschild.hxx -include/vcl/sysdata.hxx -include/vcl/syswin.hxx -include/vcl/tabctrl.hxx -include/vcl/tabpage.hxx -include/vcl/task.hxx -include/vcl/taskpanelist.hxx -include/vcl/textdata.hxx -include/vcl/texteng.hxx -include/vcl/textrectinfo.hxx -include/vcl/textview.hxx -include/vcl/threadex.hxx -include/vcl/timer.hxx -include/vcl/toolbox.hxx -include/vcl/toolkit/button.hxx -include/vcl/toolkit/combobox.hxx -include/vcl/toolkit/controllayout.hxx -include/vcl/toolkit/dialog.hxx -include/vcl/toolkit/field.hxx -include/vcl/toolkit/fixed.hxx -include/vcl/toolkit/fixedhyper.hxx -include/vcl/toolkit/fmtfield.hxx -include/vcl/toolkit/group.hxx -include/vcl/toolkit/imgctrl.hxx -include/vcl/toolkit/lstbox.hxx -include/vcl/toolkit/morebtn.hxx -include/vcl/toolkit/prgsbar.hxx -include/vcl/toolkit/roadmap.hxx -include/vcl/toolkit/spin.hxx -include/vcl/toolkit/svtabbx.hxx -include/vcl/toolkit/tabdlg.hxx -include/vcl/toolkit/throbber.hxx -include/vcl/toolkit/unowrap.hxx -include/vcl/transfer.hxx -include/vcl/treelist.hxx -include/vcl/treelistbox.hxx -include/vcl/treelistentry.hxx -include/vcl/txtattr.hxx -include/vcl/uitest/factory.hxx -include/vcl/uitest/uiobject.hxx -include/vcl/uitest/uitest.hxx -include/vcl/unohelp.hxx -include/vcl/unohelp2.hxx -include/vcl/vclenum.hxx -include/vcl/vclevent.hxx -include/vcl/vcllayout.hxx -include/vcl/vclmain.hxx -include/vcl/vclmedit.hxx -include/vcl/vclptr.hxx -include/vcl/vclreferencebase.hxx -include/vcl/vectorgraphicdata.hxx -include/vcl/viewdataentry.hxx -include/vcl/virdev.hxx -include/vcl/waitobj.hxx -include/vcl/wall.hxx -include/vcl/window.hxx -include/vcl/wizardmachine.hxx -include/vcl/wmf.hxx -include/vcl/wmfexternal.hxx -include/vcl/wrkwin.hxx -include/vcl/xtextedt.hxx -include/xmloff/DashStyle.hxx -include/xmloff/DocumentSettingsContext.hxx -include/xmloff/EnumPropertyHdl.hxx -include/xmloff/GradientStyle.hxx -include/xmloff/HatchStyle.hxx -include/xmloff/ImageStyle.hxx -include/xmloff/MarkerStyle.hxx -include/xmloff/NamedBoolPropertyHdl.hxx -include/xmloff/ProgressBarHelper.hxx -include/xmloff/SchXMLExportHelper.hxx -include/xmloff/SchXMLImportHelper.hxx -include/xmloff/SchXMLSeriesHelper.hxx -include/xmloff/SettingsExportHelper.hxx -include/xmloff/SinglePropertySetInfoCache.hxx -include/xmloff/XMLBase64ImportContext.hxx -include/xmloff/XMLCharContext.hxx -include/xmloff/XMLConstantsPropertyHandler.hxx -include/xmloff/XMLEventExport.hxx -include/xmloff/XMLEventsImportContext.hxx -include/xmloff/XMLFilterServiceNames.h -include/xmloff/XMLFontAutoStylePool.hxx -include/xmloff/XMLFontStylesContext.hxx -include/xmloff/XMLGraphicsDefaultStyle.hxx -include/xmloff/XMLPageExport.hxx -include/xmloff/XMLSettingsExportContext.hxx -include/xmloff/XMLShapeStyleContext.hxx -include/xmloff/XMLTextListAutoStylePool.hxx -include/xmloff/XMLTextMasterPageContext.hxx -include/xmloff/XMLTextMasterPageExport.hxx -include/xmloff/XMLTextMasterStylesContext.hxx -include/xmloff/XMLTextShapeImportHelper.hxx -include/xmloff/XMLTextShapeStyleContext.hxx -include/xmloff/XMLTextTableContext.hxx -include/xmloff/animationexport.hxx -include/xmloff/animexp.hxx -include/xmloff/attrlist.hxx -include/xmloff/autolayout.hxx -include/xmloff/contextid.hxx -include/xmloff/controlpropertyhdl.hxx -include/xmloff/families.hxx -include/xmloff/formlayerexport.hxx -include/xmloff/formlayerimport.hxx -include/xmloff/i18nmap.hxx -include/xmloff/languagetagodf.hxx -include/xmloff/maptype.hxx -include/xmloff/nmspmap.hxx -include/xmloff/numehelp.hxx -include/xmloff/odffields.hxx -include/xmloff/prhdlfac.hxx -include/xmloff/prstylei.hxx -include/xmloff/settingsstore.hxx -include/xmloff/shapeexport.hxx -include/xmloff/shapeimport.hxx -include/xmloff/styleexp.hxx -include/xmloff/table/XMLTableExport.hxx -include/xmloff/table/XMLTableImport.hxx -include/xmloff/txtimp.hxx -include/xmloff/txtimppr.hxx -include/xmloff/txtparae.hxx -include/xmloff/txtprmap.hxx -include/xmloff/txtstyli.hxx -include/xmloff/unoatrcn.hxx -include/xmloff/unointerfacetouniqueidentifiermapper.hxx -include/xmloff/xformsexport.hxx -include/xmloff/xformsimport.hxx -include/xmloff/xmlaustp.hxx -include/xmloff/xmlcnimp.hxx -include/xmloff/xmlement.hxx -include/xmloff/xmlerror.hxx -include/xmloff/xmlevent.hxx -include/xmloff/xmlexp.hxx -include/xmloff/xmlexppr.hxx -include/xmloff/xmlictxt.hxx -include/xmloff/xmlimp.hxx -include/xmloff/xmlimppr.hxx -include/xmloff/xmlmetae.hxx -include/xmloff/xmlmetai.hxx -include/xmloff/xmlnmspe.hxx -include/xmloff/xmlnume.hxx -include/xmloff/xmlnumfe.hxx -include/xmloff/xmlnumfi.hxx -include/xmloff/xmlnumi.hxx -include/xmloff/xmlprcon.hxx -include/xmloff/xmlprhdl.hxx -include/xmloff/xmlprmap.hxx -include/xmloff/xmlscripti.hxx -include/xmloff/xmlstyle.hxx -include/xmloff/xmltkmap.hxx -include/xmloff/xmltoken.hxx -include/xmloff/xmltypes.hxx -include/xmloff/xmluconv.hxx -include/xmlreader/pad.hxx -include/xmlreader/span.hxx -include/xmlreader/xmlreader.hxx -include/xmlscript/xml_helper.hxx -include/xmlscript/xmldlg_imexp.hxx -include/xmlscript/xmllib_imexp.hxx -include/xmlscript/xmlmod_imexp.hxx -include/xmlscript/xmlscriptdllapi.h -io/qa/textinputstream.cxx -io/source/TextInputStream/TextInputStream.cxx -io/source/TextOutputStream/TextOutputStream.cxx -io/source/acceptor/acc_pipe.cxx -io/source/acceptor/acc_socket.cxx -io/source/acceptor/acceptor.cxx -io/source/acceptor/acceptor.hxx -io/source/connector/connector.cxx -io/source/connector/connector.hxx -io/source/connector/ctr_pipe.cxx -io/source/connector/ctr_socket.cxx -io/source/services.cxx -io/source/services.hxx -io/source/stm/odata.cxx -io/source/stm/omark.cxx -io/source/stm/opipe.cxx -io/source/stm/opump.cxx -io/source/stm/streamhelper.cxx -io/source/stm/streamhelper.hxx -io/test/stm/datatest.cxx -io/test/stm/marktest.cxx -io/test/stm/pipetest.cxx -io/test/stm/pumptest.cxx -io/test/stm/testfactreg.cxx -io/test/stm/testfactreg.hxx -io/test/testcomponent.cxx -io/test/testconnection.cxx -ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h -ios/source/LibreOfficeKit.c -ios/source/LibreOfficeKit.h -javaunohelper/source/bootstrap.cxx -javaunohelper/source/javaunohelper.cxx -javaunohelper/source/juhx-export-functions.hxx -javaunohelper/source/juhx-export-types.hxx -javaunohelper/source/preload.cxx -javaunohelper/source/vm.cxx -javaunohelper/source/vm.hxx -jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c -jurt/source/pipe/staticsalhack.cxx -jurt/source/pipe/wrapper/wrapper.c -jvmaccess/source/classpath.cxx -jvmaccess/source/unovirtualmachine.cxx -jvmaccess/source/virtualmachine.cxx -jvmaccess/workbench/exceptiontest1.cxx -jvmaccess/workbench/javainfo/javainfotest.cxx -jvmfwk/inc/elements.hxx -jvmfwk/inc/fwkbase.hxx -jvmfwk/inc/fwkutil.hxx -jvmfwk/inc/libxmlutil.hxx -jvmfwk/inc/vendorbase.hxx -jvmfwk/inc/vendorplugin.hxx -jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx -jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx -jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx -jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx -jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx -jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx -jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx -jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx -jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx -jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx -jvmfwk/plugins/sunmajor/pluginlib/util.cxx -jvmfwk/plugins/sunmajor/pluginlib/util.hxx -jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx -jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx -jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx -jvmfwk/plugins/sunmajor/pluginlib/vendorlist.hxx -jvmfwk/source/elements.cxx -jvmfwk/source/framework.cxx -jvmfwk/source/framework.hxx -jvmfwk/source/fwkbase.cxx -jvmfwk/source/fwkutil.cxx -jvmfwk/source/libxmlutil.cxx -l10ntools/inc/cfglex.hxx -l10ntools/inc/cfgmerge.hxx -l10ntools/inc/common.hxx -l10ntools/inc/export.hxx -l10ntools/inc/helper.hxx -l10ntools/inc/helpmerge.hxx -l10ntools/inc/lngmerge.hxx -l10ntools/inc/po.hxx -l10ntools/inc/propmerge.hxx -l10ntools/inc/tokens.h -l10ntools/inc/treemerge.hxx -l10ntools/inc/xmlparse.hxx -l10ntools/inc/xrmlex.hxx -l10ntools/inc/xrmmerge.hxx -l10ntools/source/cfgmerge.cxx -l10ntools/source/common.cxx -l10ntools/source/helper.cxx -l10ntools/source/helpex.cxx -l10ntools/source/helpmerge.cxx -l10ntools/source/idxdict/idxdict.cxx -l10ntools/source/lngex.cxx -l10ntools/source/lngmerge.cxx -l10ntools/source/localize.cxx -l10ntools/source/merge.cxx -l10ntools/source/po.cxx -l10ntools/source/pocheck.cxx -l10ntools/source/propex.cxx -l10ntools/source/propmerge.cxx -l10ntools/source/treemerge.cxx -l10ntools/source/treex.cxx -l10ntools/source/xmlparse.cxx -l10ntools/source/xrmmerge.cxx -libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx -libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx -libreofficekit/qa/gtktiledviewer/gtv-application.cxx -libreofficekit/qa/gtktiledviewer/gtv-application.hxx -libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx -libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx -libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx -libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx -libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx -libreofficekit/qa/gtktiledviewer/gtv-helpers.hxx -libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx -libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.hxx -libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.cxx -libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.hxx -libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx -libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx -libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.cxx -libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx -libreofficekit/qa/tilebench/tilebench.cxx -libreofficekit/qa/unit/compile_test.c -libreofficekit/qa/unit/tiledrendering.cxx -libreofficekit/source/gtk/lokdocview.cxx -libreofficekit/source/gtk/tilebuffer.cxx -libreofficekit/source/gtk/tilebuffer.hxx -lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx -lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx -lingucomponent/source/languageguessing/guess.cxx -lingucomponent/source/languageguessing/guess.hxx -lingucomponent/source/languageguessing/guesslang.cxx -lingucomponent/source/languageguessing/simpleguesser.cxx -lingucomponent/source/languageguessing/simpleguesser.hxx -lingucomponent/source/lingutil/lingutil.cxx -lingucomponent/source/lingutil/lingutil.hxx -lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx -lingucomponent/source/spellcheck/spell/sspellimp.cxx -lingucomponent/source/spellcheck/spell/sspellimp.hxx -lingucomponent/source/thesaurus/libnth/nthesdta.cxx -lingucomponent/source/thesaurus/libnth/nthesdta.hxx -lingucomponent/source/thesaurus/libnth/nthesimp.cxx -lingucomponent/source/thesaurus/libnth/nthesimp.hxx -linguistic/inc/iprcache.hxx -linguistic/source/convdic.cxx -linguistic/source/convdic.hxx -linguistic/source/convdiclist.cxx -linguistic/source/convdiclist.hxx -linguistic/source/convdicxml.cxx -linguistic/source/convdicxml.hxx -linguistic/source/defs.hxx -linguistic/source/dicimp.cxx -linguistic/source/dicimp.hxx -linguistic/source/dlistimp.cxx -linguistic/source/dlistimp.hxx -linguistic/source/gciterator.cxx -linguistic/source/gciterator.hxx -linguistic/source/hhconvdic.cxx -linguistic/source/hhconvdic.hxx -linguistic/source/hyphdsp.cxx -linguistic/source/hyphdsp.hxx -linguistic/source/hyphdta.cxx -linguistic/source/iprcache.cxx -linguistic/source/lngopt.cxx -linguistic/source/lngopt.hxx -linguistic/source/lngprophelp.cxx -linguistic/source/lngreg.cxx -linguistic/source/lngreg.hxx -linguistic/source/lngsvcmgr.cxx -linguistic/source/lngsvcmgr.hxx -linguistic/source/misc.cxx -linguistic/source/misc2.cxx -linguistic/source/spelldsp.cxx -linguistic/source/spelldsp.hxx -linguistic/source/spelldta.cxx -linguistic/source/thesdsp.cxx -linguistic/source/thesdsp.hxx -linguistic/workben/sprophelp.cxx -linguistic/workben/sprophelp.hxx -linguistic/workben/sreg.cxx -linguistic/workben/sspellimp.cxx -linguistic/workben/sspellimp.hxx -lotuswordpro/inc/localtime.hxx -lotuswordpro/inc/lwpatomholder.hxx -lotuswordpro/inc/lwpbasetype.hxx -lotuswordpro/inc/lwpcolor.hxx -lotuswordpro/inc/lwpdefs.hxx -lotuswordpro/inc/lwpfilehdr.hxx -lotuswordpro/inc/lwpfont.hxx -lotuswordpro/inc/lwpfoundry.hxx -lotuswordpro/inc/lwpfrib.hxx -lotuswordpro/inc/lwpglobalmgr.hxx -lotuswordpro/inc/lwpidxmgr.hxx -lotuswordpro/inc/lwpobj.hxx -lotuswordpro/inc/lwpobjfactory.hxx -lotuswordpro/inc/lwpobjhdr.hxx -lotuswordpro/inc/lwpobjid.hxx -lotuswordpro/inc/lwpobjstrm.hxx -lotuswordpro/inc/lwpobjtags.hxx -lotuswordpro/inc/lwpoverride.hxx -lotuswordpro/inc/lwpsvstream.hxx -lotuswordpro/inc/lwptools.hxx -lotuswordpro/inc/xfilter/ixfstream.hxx -lotuswordpro/inc/xfilter/ixfstyle.hxx -lotuswordpro/inc/xfilter/xfannotation.hxx -lotuswordpro/inc/xfilter/xfarrowstyle.hxx -lotuswordpro/inc/xfilter/xfbgimage.hxx -lotuswordpro/inc/xfilter/xfbookmark.hxx -lotuswordpro/inc/xfilter/xfborders.hxx -lotuswordpro/inc/xfilter/xfbreaks.hxx -lotuswordpro/inc/xfilter/xfcell.hxx -lotuswordpro/inc/xfilter/xfcellstyle.hxx -lotuswordpro/inc/xfilter/xfchange.hxx -lotuswordpro/inc/xfilter/xfcolor.hxx -lotuswordpro/inc/xfilter/xfcolstyle.hxx -lotuswordpro/inc/xfilter/xfcolumns.hxx -lotuswordpro/inc/xfilter/xfconfigmanager.hxx -lotuswordpro/inc/xfilter/xfcontentcontainer.hxx -lotuswordpro/inc/xfilter/xfcrossref.hxx -lotuswordpro/inc/xfilter/xfdatestyle.hxx -lotuswordpro/inc/xfilter/xfdocfield.hxx -lotuswordpro/inc/xfilter/xfdrawgroup.hxx -lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx -lotuswordpro/inc/xfilter/xfdrawobj.hxx -lotuswordpro/inc/xfilter/xfdrawpath.hxx -lotuswordpro/inc/xfilter/xfdrawpolyline.hxx -lotuswordpro/inc/xfilter/xfdrawrect.hxx -lotuswordpro/inc/xfilter/xfdrawstyle.hxx -lotuswordpro/inc/xfilter/xfdropcap.hxx -lotuswordpro/inc/xfilter/xfendnote.hxx -lotuswordpro/inc/xfilter/xfentry.hxx -lotuswordpro/inc/xfilter/xffloatframe.hxx -lotuswordpro/inc/xfilter/xffont.hxx -lotuswordpro/inc/xfilter/xffontdecl.hxx -lotuswordpro/inc/xfilter/xffooter.hxx -lotuswordpro/inc/xfilter/xffooterstyle.hxx -lotuswordpro/inc/xfilter/xffootnote.hxx -lotuswordpro/inc/xfilter/xffootnoteconfig.hxx -lotuswordpro/inc/xfilter/xfframe.hxx -lotuswordpro/inc/xfilter/xfframestyle.hxx -lotuswordpro/inc/xfilter/xfglobal.hxx -lotuswordpro/inc/xfilter/xfheader.hxx -lotuswordpro/inc/xfilter/xfheaderstyle.hxx -lotuswordpro/inc/xfilter/xfhyperlink.hxx -lotuswordpro/inc/xfilter/xfimagestyle.hxx -lotuswordpro/inc/xfilter/xfindex.hxx -lotuswordpro/inc/xfilter/xfinputlist.hxx -lotuswordpro/inc/xfilter/xflinebreak.hxx -lotuswordpro/inc/xfilter/xflineheight.hxx -lotuswordpro/inc/xfilter/xflinenumberconfig.hxx -lotuswordpro/inc/xfilter/xflist.hxx -lotuswordpro/inc/xfilter/xflistitem.hxx -lotuswordpro/inc/xfilter/xfliststyle.hxx -lotuswordpro/inc/xfilter/xfmargins.hxx -lotuswordpro/inc/xfilter/xfmasterpage.hxx -lotuswordpro/inc/xfilter/xfnumberstyle.hxx -lotuswordpro/inc/xfilter/xfnumfmt.hxx -lotuswordpro/inc/xfilter/xfofficemeta.hxx -lotuswordpro/inc/xfilter/xfpadding.hxx -lotuswordpro/inc/xfilter/xfpagecount.hxx -lotuswordpro/inc/xfilter/xfpagemaster.hxx -lotuswordpro/inc/xfilter/xfpagenumber.hxx -lotuswordpro/inc/xfilter/xfparastyle.hxx -lotuswordpro/inc/xfilter/xfplaceholder.hxx -lotuswordpro/inc/xfilter/xfpoint.hxx -lotuswordpro/inc/xfilter/xfrect.hxx -lotuswordpro/inc/xfilter/xfrow.hxx -lotuswordpro/inc/xfilter/xfrowstyle.hxx -lotuswordpro/inc/xfilter/xfruby.hxx -lotuswordpro/inc/xfilter/xfrubystyle.hxx -lotuswordpro/inc/xfilter/xfsaxstream.hxx -lotuswordpro/inc/xfilter/xfsectionstyle.hxx -lotuswordpro/inc/xfilter/xfshadow.hxx -lotuswordpro/inc/xfilter/xfstyle.hxx -lotuswordpro/inc/xfilter/xfstylecont.hxx -lotuswordpro/inc/xfilter/xfstylemanager.hxx -lotuswordpro/inc/xfilter/xftable.hxx -lotuswordpro/inc/xfilter/xftablestyle.hxx -lotuswordpro/inc/xfilter/xftabstop.hxx -lotuswordpro/inc/xfilter/xftextspan.hxx -lotuswordpro/inc/xfilter/xftextstyle.hxx -lotuswordpro/inc/xfilter/xftimestyle.hxx -lotuswordpro/inc/xfilter/xfutil.hxx -lotuswordpro/qa/cppunit/test_lotuswordpro.cxx -lotuswordpro/source/filter/LotusWordProImportFilter.cxx -lotuswordpro/source/filter/LotusWordProImportFilter.hxx -lotuswordpro/source/filter/bencont.cxx -lotuswordpro/source/filter/benlist.cxx -lotuswordpro/source/filter/benname.cxx -lotuswordpro/source/filter/benobj.cxx -lotuswordpro/source/filter/bento.hxx -lotuswordpro/source/filter/benval.cxx -lotuswordpro/source/filter/clone.hxx -lotuswordpro/source/filter/explode.cxx -lotuswordpro/source/filter/explode.hxx -lotuswordpro/source/filter/first.hxx -lotuswordpro/source/filter/localtime.cxx -lotuswordpro/source/filter/lwp9reader.cxx -lotuswordpro/source/filter/lwp9reader.hxx -lotuswordpro/source/filter/lwpatomholder.cxx -lotuswordpro/source/filter/lwpbackgroundstuff.cxx -lotuswordpro/source/filter/lwpbackgroundstuff.hxx -lotuswordpro/source/filter/lwpbasetype.cxx -lotuswordpro/source/filter/lwpborderstuff.cxx -lotuswordpro/source/filter/lwpborderstuff.hxx -lotuswordpro/source/filter/lwpbreaksoverride.cxx -lotuswordpro/source/filter/lwpbreaksoverride.hxx -lotuswordpro/source/filter/lwpbulletstylemgr.cxx -lotuswordpro/source/filter/lwpbulletstylemgr.hxx -lotuswordpro/source/filter/lwpcelllayout.cxx -lotuswordpro/source/filter/lwpcelllayout.hxx -lotuswordpro/source/filter/lwpcharacterstyle.cxx -lotuswordpro/source/filter/lwpcharacterstyle.hxx -lotuswordpro/source/filter/lwpcharborderoverride.hxx -lotuswordpro/source/filter/lwpcharsetmgr.cxx -lotuswordpro/source/filter/lwpcontent.cxx -lotuswordpro/source/filter/lwpcontent.hxx -lotuswordpro/source/filter/lwpdivinfo.cxx -lotuswordpro/source/filter/lwpdivinfo.hxx -lotuswordpro/source/filter/lwpdivopts.cxx -lotuswordpro/source/filter/lwpdivopts.hxx -lotuswordpro/source/filter/lwpdlvlist.cxx -lotuswordpro/source/filter/lwpdlvlist.hxx -lotuswordpro/source/filter/lwpdoc.cxx -lotuswordpro/source/filter/lwpdoc.hxx -lotuswordpro/source/filter/lwpdocdata.cxx -lotuswordpro/source/filter/lwpdrawobj.cxx -lotuswordpro/source/filter/lwpdrawobj.hxx -lotuswordpro/source/filter/lwpdropcapmgr.cxx -lotuswordpro/source/filter/lwpfilehdr.cxx -lotuswordpro/source/filter/lwpfilter.cxx -lotuswordpro/source/filter/lwpfnlayout.cxx -lotuswordpro/source/filter/lwpfnlayout.hxx -lotuswordpro/source/filter/lwpfont.cxx -lotuswordpro/source/filter/lwpfootnote.cxx -lotuswordpro/source/filter/lwpfootnote.hxx -lotuswordpro/source/filter/lwpfoundry.cxx -lotuswordpro/source/filter/lwpframelayout.cxx -lotuswordpro/source/filter/lwpframelayout.hxx -lotuswordpro/source/filter/lwpfrib.cxx -lotuswordpro/source/filter/lwpfribbreaks.cxx -lotuswordpro/source/filter/lwpfribbreaks.hxx -lotuswordpro/source/filter/lwpfribframe.cxx -lotuswordpro/source/filter/lwpfribframe.hxx -lotuswordpro/source/filter/lwpfribheader.hxx -lotuswordpro/source/filter/lwpfribmark.cxx -lotuswordpro/source/filter/lwpfribmark.hxx -lotuswordpro/source/filter/lwpfribptr.cxx -lotuswordpro/source/filter/lwpfribptr.hxx -lotuswordpro/source/filter/lwpfribsection.cxx -lotuswordpro/source/filter/lwpfribtable.cxx -lotuswordpro/source/filter/lwpfribtable.hxx -lotuswordpro/source/filter/lwpfribtext.cxx -lotuswordpro/source/filter/lwpfribtext.hxx -lotuswordpro/source/filter/lwpglobalmgr.cxx -lotuswordpro/source/filter/lwpgrfobj.cxx -lotuswordpro/source/filter/lwpgrfobj.hxx -lotuswordpro/source/filter/lwpholder.cxx -lotuswordpro/source/filter/lwpholder.hxx -lotuswordpro/source/filter/lwphyperlinkmgr.cxx -lotuswordpro/source/filter/lwpidxmgr.cxx -lotuswordpro/source/filter/lwplayout.cxx -lotuswordpro/source/filter/lwplayout.hxx -lotuswordpro/source/filter/lwplayoutdef.hxx -lotuswordpro/source/filter/lwplaypiece.cxx -lotuswordpro/source/filter/lwplaypiece.hxx -lotuswordpro/source/filter/lwplnopts.cxx -lotuswordpro/source/filter/lwplnopts.hxx -lotuswordpro/source/filter/lwpmargins.hxx -lotuswordpro/source/filter/lwpmarker.cxx -lotuswordpro/source/filter/lwpmarker.hxx -lotuswordpro/source/filter/lwpnotes.cxx -lotuswordpro/source/filter/lwpnotes.hxx -lotuswordpro/source/filter/lwpnumberingoverride.hxx -lotuswordpro/source/filter/lwpnumericfmt.cxx -lotuswordpro/source/filter/lwpnumericfmt.hxx -lotuswordpro/source/filter/lwpobj.cxx -lotuswordpro/source/filter/lwpobjhdr.cxx -lotuswordpro/source/filter/lwpobjid.cxx -lotuswordpro/source/filter/lwpobjstrm.cxx -lotuswordpro/source/filter/lwpoleobject.cxx -lotuswordpro/source/filter/lwpoleobject.hxx -lotuswordpro/source/filter/lwpoverride.cxx -lotuswordpro/source/filter/lwppagehint.hxx -lotuswordpro/source/filter/lwppagelayout.cxx -lotuswordpro/source/filter/lwppagelayout.hxx -lotuswordpro/source/filter/lwppara.cxx -lotuswordpro/source/filter/lwppara.hxx -lotuswordpro/source/filter/lwppara1.cxx -lotuswordpro/source/filter/lwpparaborderoverride.cxx -lotuswordpro/source/filter/lwpparaborderoverride.hxx -lotuswordpro/source/filter/lwpparaproperty.cxx -lotuswordpro/source/filter/lwpparaproperty.hxx -lotuswordpro/source/filter/lwpparastyle.cxx -lotuswordpro/source/filter/lwpparastyle.hxx -lotuswordpro/source/filter/lwppiece.hxx -lotuswordpro/source/filter/lwpproplist.cxx -lotuswordpro/source/filter/lwpproplist.hxx -lotuswordpro/source/filter/lwpprtinfo.cxx -lotuswordpro/source/filter/lwppttntbl.hxx -lotuswordpro/source/filter/lwpresource.hxx -lotuswordpro/source/filter/lwprowlayout.cxx -lotuswordpro/source/filter/lwprowlayout.hxx -lotuswordpro/source/filter/lwpsdwdrawheader.hxx -lotuswordpro/source/filter/lwpsdwfileloader.cxx -lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx -lotuswordpro/source/filter/lwpsdwrect.cxx -lotuswordpro/source/filter/lwpsection.cxx -lotuswordpro/source/filter/lwpsection.hxx -lotuswordpro/source/filter/lwpshadow.hxx -lotuswordpro/source/filter/lwpsilverbullet.cxx -lotuswordpro/source/filter/lwpsilverbullet.hxx -lotuswordpro/source/filter/lwpsortopt.cxx -lotuswordpro/source/filter/lwpsortopt.hxx -lotuswordpro/source/filter/lwpstory.cxx -lotuswordpro/source/filter/lwpstory.hxx -lotuswordpro/source/filter/lwpstyledef.hxx -lotuswordpro/source/filter/lwpsvstream.cxx -lotuswordpro/source/filter/lwptable.cxx -lotuswordpro/source/filter/lwptable.hxx -lotuswordpro/source/filter/lwptablelayout.cxx -lotuswordpro/source/filter/lwptablelayout.hxx -lotuswordpro/source/filter/lwptaboverride.cxx -lotuswordpro/source/filter/lwptaboverride.hxx -lotuswordpro/source/filter/lwptabrack.cxx -lotuswordpro/source/filter/lwptabrack.hxx -lotuswordpro/source/filter/lwptblcell.cxx -lotuswordpro/source/filter/lwptblcell.hxx -lotuswordpro/source/filter/lwptblformula.cxx -lotuswordpro/source/filter/lwptblformula.hxx -lotuswordpro/source/filter/lwptoc.cxx -lotuswordpro/source/filter/lwptoc.hxx -lotuswordpro/source/filter/lwptools.cxx -lotuswordpro/source/filter/lwpuidoc.cxx -lotuswordpro/source/filter/lwpuidoc.hxx -lotuswordpro/source/filter/lwpusewhen.hxx -lotuswordpro/source/filter/lwpusrdicts.cxx -lotuswordpro/source/filter/lwpvpointer.cxx -lotuswordpro/source/filter/tocread.cxx -lotuswordpro/source/filter/tocread.hxx -lotuswordpro/source/filter/ut.hxx -lotuswordpro/source/filter/utbenvs.cxx -lotuswordpro/source/filter/utlist.cxx -lotuswordpro/source/filter/utlist.hxx -lotuswordpro/source/filter/xfilter/xfbase64.cxx -lotuswordpro/source/filter/xfilter/xfbgimage.cxx -lotuswordpro/source/filter/xfilter/xfborders.cxx -lotuswordpro/source/filter/xfilter/xfcell.cxx -lotuswordpro/source/filter/xfilter/xfcellstyle.cxx -lotuswordpro/source/filter/xfilter/xfchange.cxx -lotuswordpro/source/filter/xfilter/xfcolor.cxx -lotuswordpro/source/filter/xfilter/xfcolstyle.cxx -lotuswordpro/source/filter/xfilter/xfcolumns.cxx -lotuswordpro/source/filter/xfilter/xfconfigmanager.cxx -lotuswordpro/source/filter/xfilter/xfcontentcontainer.cxx -lotuswordpro/source/filter/xfilter/xfcrossref.cxx -lotuswordpro/source/filter/xfilter/xfdate.cxx -lotuswordpro/source/filter/xfilter/xfdatestyle.cxx -lotuswordpro/source/filter/xfilter/xfdocfield.cxx -lotuswordpro/source/filter/xfilter/xfdrawareastyle.cxx -lotuswordpro/source/filter/xfilter/xfdrawareastyle.hxx -lotuswordpro/source/filter/xfilter/xfdrawline.cxx -lotuswordpro/source/filter/xfilter/xfdrawlinestyle.cxx -lotuswordpro/source/filter/xfilter/xfdrawobj.cxx -lotuswordpro/source/filter/xfilter/xfdrawpath.cxx -lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx -lotuswordpro/source/filter/xfilter/xfdrawpolyline.cxx -lotuswordpro/source/filter/xfilter/xfdrawrect.cxx -lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx -lotuswordpro/source/filter/xfilter/xfentry.cxx -lotuswordpro/source/filter/xfilter/xffont.cxx -lotuswordpro/source/filter/xfilter/xffontfactory.cxx -lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx -lotuswordpro/source/filter/xfilter/xfframe.cxx -lotuswordpro/source/filter/xfilter/xfframestyle.cxx -lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx -lotuswordpro/source/filter/xfilter/xfimage.cxx -lotuswordpro/source/filter/xfilter/xfimagestyle.cxx -lotuswordpro/source/filter/xfilter/xfindex.cxx -lotuswordpro/source/filter/xfilter/xflist.cxx -lotuswordpro/source/filter/xfilter/xfliststyle.cxx -lotuswordpro/source/filter/xfilter/xfmargins.cxx -lotuswordpro/source/filter/xfilter/xfmasterpage.cxx -lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx -lotuswordpro/source/filter/xfilter/xfofficemeta.cxx -lotuswordpro/source/filter/xfilter/xfpagemaster.cxx -lotuswordpro/source/filter/xfilter/xfparagraph.cxx -lotuswordpro/source/filter/xfilter/xfparastyle.cxx -lotuswordpro/source/filter/xfilter/xfrow.cxx -lotuswordpro/source/filter/xfilter/xfrowstyle.cxx -lotuswordpro/source/filter/xfilter/xfsaxattrlist.cxx -lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx -lotuswordpro/source/filter/xfilter/xfsaxstream.cxx -lotuswordpro/source/filter/xfilter/xfsection.cxx -lotuswordpro/source/filter/xfilter/xfsectionstyle.cxx -lotuswordpro/source/filter/xfilter/xfshadow.cxx -lotuswordpro/source/filter/xfilter/xfstyle.cxx -lotuswordpro/source/filter/xfilter/xfstylecont.cxx -lotuswordpro/source/filter/xfilter/xfstylemanager.cxx -lotuswordpro/source/filter/xfilter/xftable.cxx -lotuswordpro/source/filter/xfilter/xftablestyle.cxx -lotuswordpro/source/filter/xfilter/xftabstyle.cxx -lotuswordpro/source/filter/xfilter/xftabstyle.hxx -lotuswordpro/source/filter/xfilter/xftextboxstyle.cxx -lotuswordpro/source/filter/xfilter/xftextcontent.cxx -lotuswordpro/source/filter/xfilter/xftextspan.cxx -lotuswordpro/source/filter/xfilter/xftextstyle.cxx -lotuswordpro/source/filter/xfilter/xftimestyle.cxx -lotuswordpro/source/filter/xfilter/xfutil.cxx -o3tl/qa/cow_wrapper_clients.cxx -o3tl/qa/cow_wrapper_clients.hxx -o3tl/qa/test-cow_wrapper.cxx -o3tl/qa/test-enumarray.cxx -o3tl/qa/test-lru_map.cxx -o3tl/qa/test-safeint.cxx -o3tl/qa/test-sorted_vector.cxx -o3tl/qa/test-span.cxx -o3tl/qa/test-typed_flags.cxx -o3tl/qa/test-vector_pool.cxx -odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx -odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx -odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx -odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx -odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx -odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.cxx -odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx -odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.c -odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.h -odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.c -odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.h -odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx -odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx -odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx -odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx -odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx -odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx -odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx -odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx -odk/examples/OLE/activex/SOActiveX.cpp -odk/examples/OLE/activex/SOActiveX.h -odk/examples/OLE/activex/SOComWindowPeer.cpp -odk/examples/OLE/activex/SOComWindowPeer.h -odk/examples/OLE/activex/StdAfx2.h -odk/examples/OLE/activex/resource.h -odk/examples/OLE/activex/so_activex.cpp -odk/examples/cpp/DocumentLoader/DocumentLoader.cxx -odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx -odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx -odk/examples/cpp/complextoolbarcontrols/ListenerHelper.h -odk/examples/cpp/complextoolbarcontrols/MyJob.cxx -odk/examples/cpp/complextoolbarcontrols/MyJob.h -odk/examples/cpp/complextoolbarcontrols/MyListener.cxx -odk/examples/cpp/complextoolbarcontrols/MyListener.h -odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx -odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h -odk/examples/cpp/complextoolbarcontrols/WriterListener.cxx -odk/examples/cpp/complextoolbarcontrols/exports.cxx -odk/examples/cpp/counter/counter.cxx -odk/examples/cpp/counter/countermain.cxx -odk/examples/cpp/custompanel/ctp_factory.cxx -odk/examples/cpp/custompanel/ctp_factory.hxx -odk/examples/cpp/custompanel/ctp_panel.cxx -odk/examples/cpp/custompanel/ctp_panel.hxx -odk/examples/cpp/custompanel/ctp_services.cxx -odk/examples/cpp/remoteclient/remoteclient.cxx -odk/qa/checkapi/checkapi.cxx -odk/source/unoapploader/unx/unoapploader.c -odk/source/unoapploader/win/unoapploader.c -odk/source/unowinreg/win/unowinreg.cxx -officecfg/qa/cppheader.cxx -onlineupdate/inc/Char16.h -onlineupdate/inc/bspatch.h -onlineupdate/source/libmar/sign/mar_sign.c -onlineupdate/source/libmar/sign/nss_secutil.c -onlineupdate/source/libmar/sign/nss_secutil.h -onlineupdate/source/libmar/src/mar_create.c -onlineupdate/source/libmar/src/mar_extract.c -onlineupdate/source/libmar/src/mar_read.c -onlineupdate/source/libmar/tool/mar.c -onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp -onlineupdate/source/libmar/verify/cryptox.c -onlineupdate/source/libmar/verify/cryptox.h -onlineupdate/source/libmar/verify/mar_verify.c -onlineupdate/source/mbsdiff/bsdiff.cxx -onlineupdate/source/service/certificatecheck.cxx -onlineupdate/source/service/certificatecheck.hxx -onlineupdate/source/service/maintenanceservice.cxx -onlineupdate/source/service/maintenanceservice.hxx -onlineupdate/source/service/registrycertificates.cxx -onlineupdate/source/service/registrycertificates.hxx -onlineupdate/source/service/resource.hxx -onlineupdate/source/service/servicebase.cxx -onlineupdate/source/service/servicebase.hxx -onlineupdate/source/service/serviceinstall.cxx -onlineupdate/source/service/serviceinstall.hxx -onlineupdate/source/service/windowsHelper.hxx -onlineupdate/source/service/workmonitor.cxx -onlineupdate/source/service/workmonitor.hxx -onlineupdate/source/update/common/errors.h -onlineupdate/source/update/common/pathhash.cxx -onlineupdate/source/update/common/pathhash.h -onlineupdate/source/update/common/readstrings.cxx -onlineupdate/source/update/common/readstrings.h -onlineupdate/source/update/common/uachelper.cxx -onlineupdate/source/update/common/uachelper.h -onlineupdate/source/update/common/updatedefines.h -onlineupdate/source/update/common/updatehelper.cxx -onlineupdate/source/update/common/updatehelper.h -onlineupdate/source/update/common/updatelogging.cxx -onlineupdate/source/update/common/updatelogging.h -onlineupdate/source/update/common/win_dirent.h -onlineupdate/source/update/updater/archivereader.cxx -onlineupdate/source/update/updater/archivereader.h -onlineupdate/source/update/updater/bspatch.cxx -onlineupdate/source/update/updater/loaddlls.cxx -onlineupdate/source/update/updater/progressui-unused/progressui_gonk.cxx -onlineupdate/source/update/updater/progressui.h -onlineupdate/source/update/updater/progressui_gtk.cxx -onlineupdate/source/update/updater/progressui_gtk_icon.h -onlineupdate/source/update/updater/progressui_null.cxx -onlineupdate/source/update/updater/progressui_win.cxx -onlineupdate/source/update/updater/resource.h -onlineupdate/source/update/updater/updater.cxx -onlineupdate/source/update/updater/win_dirent.cxx -onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx -onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.h -oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx -oox/inc/drawingml/chart/axiscontext.hxx -oox/inc/drawingml/chart/axisconverter.hxx -oox/inc/drawingml/chart/axismodel.hxx -oox/inc/drawingml/chart/chartcontextbase.hxx -oox/inc/drawingml/chart/chartdrawingfragment.hxx -oox/inc/drawingml/chart/chartspaceconverter.hxx -oox/inc/drawingml/chart/chartspacefragment.hxx -oox/inc/drawingml/chart/chartspacemodel.hxx -oox/inc/drawingml/chart/converterbase.hxx -oox/inc/drawingml/chart/datasourcecontext.hxx -oox/inc/drawingml/chart/datasourceconverter.hxx -oox/inc/drawingml/chart/objectformatter.hxx -oox/inc/drawingml/chart/plotareacontext.hxx -oox/inc/drawingml/chart/plotareaconverter.hxx -oox/inc/drawingml/chart/plotareamodel.hxx -oox/inc/drawingml/chart/seriescontext.hxx -oox/inc/drawingml/chart/seriesconverter.hxx -oox/inc/drawingml/chart/seriesmodel.hxx -oox/inc/drawingml/chart/titlecontext.hxx -oox/inc/drawingml/chart/titleconverter.hxx -oox/inc/drawingml/chart/titlemodel.hxx -oox/inc/drawingml/chart/typegroupcontext.hxx -oox/inc/drawingml/chart/typegroupconverter.hxx -oox/inc/drawingml/chart/typegroupmodel.hxx -oox/inc/drawingml/clrschemecontext.hxx -oox/inc/drawingml/colorchoicecontext.hxx -oox/inc/drawingml/customshapegeometry.hxx -oox/inc/drawingml/customshapeproperties.hxx -oox/inc/drawingml/embeddedwavaudiofile.hxx -oox/inc/drawingml/fillproperties.hxx -oox/inc/drawingml/graphicproperties.hxx -oox/inc/drawingml/guidcontext.hxx -oox/inc/drawingml/lineproperties.hxx -oox/inc/drawingml/linepropertiescontext.hxx -oox/inc/drawingml/misccontexts.hxx -oox/inc/drawingml/objectdefaultcontext.hxx -oox/inc/drawingml/scene3dcontext.hxx -oox/inc/drawingml/shape3dproperties.hxx -oox/inc/drawingml/shapepropertiescontext.hxx -oox/inc/drawingml/shapestylecontext.hxx -oox/inc/drawingml/spdefcontext.hxx -oox/inc/drawingml/table/tablebackgroundstylecontext.hxx -oox/inc/drawingml/table/tablecell.hxx -oox/inc/drawingml/table/tablecellcontext.hxx -oox/inc/drawingml/table/tablecontext.hxx -oox/inc/drawingml/table/tablepartstylecontext.hxx -oox/inc/drawingml/table/tableproperties.hxx -oox/inc/drawingml/table/tablerow.hxx -oox/inc/drawingml/table/tablerowcontext.hxx -oox/inc/drawingml/table/tablestyle.hxx -oox/inc/drawingml/table/tablestylecellstylecontext.hxx -oox/inc/drawingml/table/tablestylecontext.hxx -oox/inc/drawingml/table/tablestylelist.hxx -oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx -oox/inc/drawingml/table/tablestylepart.hxx -oox/inc/drawingml/table/tablestyletextstylecontext.hxx -oox/inc/drawingml/textbody.hxx -oox/inc/drawingml/textbodycontext.hxx -oox/inc/drawingml/textbodyproperties.hxx -oox/inc/drawingml/textbodypropertiescontext.hxx -oox/inc/drawingml/textcharacterproperties.hxx -oox/inc/drawingml/textcharacterpropertiescontext.hxx -oox/inc/drawingml/texteffectscontext.hxx -oox/inc/drawingml/textfield.hxx -oox/inc/drawingml/textfieldcontext.hxx -oox/inc/drawingml/textfont.hxx -oox/inc/drawingml/textliststyle.hxx -oox/inc/drawingml/textliststylecontext.hxx -oox/inc/drawingml/textparagraph.hxx -oox/inc/drawingml/textparagraphproperties.hxx -oox/inc/drawingml/textparagraphpropertiescontext.hxx -oox/inc/drawingml/textrun.hxx -oox/inc/drawingml/textspacing.hxx -oox/inc/drawingml/themeelementscontext.hxx -oox/inc/drawingml/transform2dcontext.hxx -oox/qa/token/tokenmap-test.cxx -oox/qa/unit/vba_compression.cxx -oox/qa/unit/vba_encryption.cxx -oox/source/core/binarycodec.cxx -oox/source/core/contexthandler.cxx -oox/source/core/contexthandler2.cxx -oox/source/core/fastparser.cxx -oox/source/core/fasttokenhandler.cxx -oox/source/core/filterbase.cxx -oox/source/core/filterdetect.cxx -oox/source/core/fragmenthandler.cxx -oox/source/core/fragmenthandler2.cxx -oox/source/core/recordparser.cxx -oox/source/core/relations.cxx -oox/source/core/relationshandler.cxx -oox/source/core/xmlfilterbase.cxx -oox/source/crypto/AgileEngine.cxx -oox/source/crypto/CryptTools.cxx -oox/source/crypto/DocumentDecryption.cxx -oox/source/crypto/DocumentEncryption.cxx -oox/source/crypto/Standard2007Engine.cxx -oox/source/docprop/docprophandler.cxx -oox/source/docprop/docprophandler.hxx -oox/source/docprop/ooxmldocpropimport.cxx -oox/source/docprop/ooxmldocpropimport.hxx -oox/source/drawingml/ThemeOverrideFragmentHandler.cxx -oox/source/drawingml/chart/axiscontext.cxx -oox/source/drawingml/chart/axisconverter.cxx -oox/source/drawingml/chart/axismodel.cxx -oox/source/drawingml/chart/chartcontextbase.cxx -oox/source/drawingml/chart/chartconverter.cxx -oox/source/drawingml/chart/chartdrawingfragment.cxx -oox/source/drawingml/chart/chartspaceconverter.cxx -oox/source/drawingml/chart/chartspacefragment.cxx -oox/source/drawingml/chart/chartspacemodel.cxx -oox/source/drawingml/chart/converterbase.cxx -oox/source/drawingml/chart/datasourcecontext.cxx -oox/source/drawingml/chart/datasourceconverter.cxx -oox/source/drawingml/chart/datasourcemodel.cxx -oox/source/drawingml/chart/modelbase.cxx -oox/source/drawingml/chart/objectformatter.cxx -oox/source/drawingml/chart/plotareacontext.cxx -oox/source/drawingml/chart/plotareaconverter.cxx -oox/source/drawingml/chart/plotareamodel.cxx -oox/source/drawingml/chart/seriescontext.cxx -oox/source/drawingml/chart/seriesconverter.cxx -oox/source/drawingml/chart/seriesmodel.cxx -oox/source/drawingml/chart/titlecontext.cxx -oox/source/drawingml/chart/titleconverter.cxx -oox/source/drawingml/chart/titlemodel.cxx -oox/source/drawingml/chart/typegroupcontext.cxx -oox/source/drawingml/chart/typegroupconverter.cxx -oox/source/drawingml/chart/typegroupmodel.cxx -oox/source/drawingml/clrscheme.cxx -oox/source/drawingml/clrschemecontext.cxx -oox/source/drawingml/color.cxx -oox/source/drawingml/colorchoicecontext.cxx -oox/source/drawingml/connectorshapecontext.cxx -oox/source/drawingml/customshapegeometry.cxx -oox/source/drawingml/customshapeproperties.cxx -oox/source/drawingml/diagram/constraintlistcontext.cxx -oox/source/drawingml/diagram/constraintlistcontext.hxx -oox/source/drawingml/diagram/datamodel.cxx -oox/source/drawingml/diagram/datamodel.hxx -oox/source/drawingml/diagram/datamodelcontext.cxx -oox/source/drawingml/diagram/datamodelcontext.hxx -oox/source/drawingml/diagram/diagram.cxx -oox/source/drawingml/diagram/diagram.hxx -oox/source/drawingml/diagram/diagramdefinitioncontext.cxx -oox/source/drawingml/diagram/diagramdefinitioncontext.hxx -oox/source/drawingml/diagram/diagramfragmenthandler.cxx -oox/source/drawingml/diagram/diagramfragmenthandler.hxx -oox/source/drawingml/diagram/diagramlayoutatoms.cxx -oox/source/drawingml/diagram/diagramlayoutatoms.hxx -oox/source/drawingml/diagram/layoutatomvisitorbase.cxx -oox/source/drawingml/diagram/layoutatomvisitorbase.hxx -oox/source/drawingml/diagram/layoutatomvisitors.cxx -oox/source/drawingml/diagram/layoutatomvisitors.hxx -oox/source/drawingml/diagram/layoutnodecontext.cxx -oox/source/drawingml/diagram/layoutnodecontext.hxx -oox/source/drawingml/drawingmltypes.cxx -oox/source/drawingml/effectproperties.cxx -oox/source/drawingml/effectproperties.hxx -oox/source/drawingml/effectpropertiescontext.cxx -oox/source/drawingml/effectpropertiescontext.hxx -oox/source/drawingml/embeddedwavaudiofile.cxx -oox/source/drawingml/fillproperties.cxx -oox/source/drawingml/graphicshapecontext.cxx -oox/source/drawingml/guidcontext.cxx -oox/source/drawingml/hyperlinkcontext.cxx -oox/source/drawingml/hyperlinkcontext.hxx -oox/source/drawingml/lineproperties.cxx -oox/source/drawingml/linepropertiescontext.cxx -oox/source/drawingml/misccontexts.cxx -oox/source/drawingml/objectdefaultcontext.cxx -oox/source/drawingml/scene3dcontext.cxx -oox/source/drawingml/shape.cxx -oox/source/drawingml/shape3dproperties.cxx -oox/source/drawingml/shapecontext.cxx -oox/source/drawingml/shapegroupcontext.cxx -oox/source/drawingml/shapepropertiescontext.cxx -oox/source/drawingml/shapepropertymap.cxx -oox/source/drawingml/shapestylecontext.cxx -oox/source/drawingml/spdefcontext.cxx -oox/source/drawingml/table/tablebackgroundstylecontext.cxx -oox/source/drawingml/table/tablecell.cxx -oox/source/drawingml/table/tablecellcontext.cxx -oox/source/drawingml/table/tablecontext.cxx -oox/source/drawingml/table/tablepartstylecontext.cxx -oox/source/drawingml/table/tableproperties.cxx -oox/source/drawingml/table/tablerow.cxx -oox/source/drawingml/table/tablerowcontext.cxx -oox/source/drawingml/table/tablestyle.cxx -oox/source/drawingml/table/tablestylecellstylecontext.cxx -oox/source/drawingml/table/tablestylecontext.cxx -oox/source/drawingml/table/tablestylelist.cxx -oox/source/drawingml/table/tablestylelistfragmenthandler.cxx -oox/source/drawingml/table/tablestylepart.cxx -oox/source/drawingml/table/tablestyletextstylecontext.cxx -oox/source/drawingml/textbody.cxx -oox/source/drawingml/textbodycontext.cxx -oox/source/drawingml/textbodyproperties.cxx -oox/source/drawingml/textbodypropertiescontext.cxx -oox/source/drawingml/textcharacterproperties.cxx -oox/source/drawingml/textcharacterpropertiescontext.cxx -oox/source/drawingml/texteffectscontext.cxx -oox/source/drawingml/textfield.cxx -oox/source/drawingml/textfieldcontext.cxx -oox/source/drawingml/textfont.cxx -oox/source/drawingml/textliststyle.cxx -oox/source/drawingml/textliststylecontext.cxx -oox/source/drawingml/textparagraph.cxx -oox/source/drawingml/textparagraphproperties.cxx -oox/source/drawingml/textparagraphpropertiescontext.cxx -oox/source/drawingml/textrun.cxx -oox/source/drawingml/textspacingcontext.cxx -oox/source/drawingml/textspacingcontext.hxx -oox/source/drawingml/texttabstoplistcontext.cxx -oox/source/drawingml/texttabstoplistcontext.hxx -oox/source/drawingml/theme.cxx -oox/source/drawingml/themeelementscontext.cxx -oox/source/drawingml/themefragmenthandler.cxx -oox/source/drawingml/transform2dcontext.cxx -oox/source/dump/dffdumper.cxx -oox/source/dump/dumperbase.cxx -oox/source/dump/oledumper.cxx -oox/source/dump/pptxdumper.cxx -oox/source/export/ColorPropertySet.cxx -oox/source/export/ColorPropertySet.hxx -oox/source/export/chartexport.cxx -oox/source/export/drawingml.cxx -oox/source/export/shapes.cxx -oox/source/export/vmlexport.cxx -oox/source/helper/attributelist.cxx -oox/source/helper/binaryinputstream.cxx -oox/source/helper/binaryoutputstream.cxx -oox/source/helper/binarystreambase.cxx -oox/source/helper/containerhelper.cxx -oox/source/helper/grabbagstack.cxx -oox/source/helper/graphichelper.cxx -oox/source/helper/modelobjecthelper.cxx -oox/source/helper/progressbar.cxx -oox/source/helper/propertymap.cxx -oox/source/helper/propertyset.cxx -oox/source/helper/storagebase.cxx -oox/source/helper/textinputstream.cxx -oox/source/helper/zipstorage.cxx -oox/source/mathml/export.cxx -oox/source/mathml/import.cxx -oox/source/mathml/importutils.cxx -oox/source/ole/axbinaryreader.cxx -oox/source/ole/axbinarywriter.cxx -oox/source/ole/axcontrol.cxx -oox/source/ole/axcontrolfragment.cxx -oox/source/ole/axfontdata.cxx -oox/source/ole/olehelper.cxx -oox/source/ole/oleobjecthelper.cxx -oox/source/ole/olestorage.cxx -oox/source/ole/vbacontrol.cxx -oox/source/ole/vbaexport.cxx -oox/source/ole/vbahelper.cxx -oox/source/ole/vbainputstream.cxx -oox/source/ole/vbamodule.cxx -oox/source/ole/vbaproject.cxx -oox/source/ppt/animationspersist.cxx -oox/source/ppt/animationtypes.cxx -oox/source/ppt/animationtypes.hxx -oox/source/ppt/animvariantcontext.cxx -oox/source/ppt/animvariantcontext.hxx -oox/source/ppt/backgroundproperties.cxx -oox/source/ppt/buildlistcontext.cxx -oox/source/ppt/buildlistcontext.hxx -oox/source/ppt/comments.cxx -oox/source/ppt/commonbehaviorcontext.cxx -oox/source/ppt/commonbehaviorcontext.hxx -oox/source/ppt/commontimenodecontext.cxx -oox/source/ppt/commontimenodecontext.hxx -oox/source/ppt/conditioncontext.cxx -oox/source/ppt/conditioncontext.hxx -oox/source/ppt/customshowlistcontext.cxx -oox/source/ppt/extdrawingfragmenthandler.cxx -oox/source/ppt/extdrawingfragmenthandler.hxx -oox/source/ppt/headerfootercontext.cxx -oox/source/ppt/headerfootercontext.hxx -oox/source/ppt/layoutfragmenthandler.cxx -oox/source/ppt/pptfilterhelpers.cxx -oox/source/ppt/pptgraphicshapecontext.cxx -oox/source/ppt/pptimport.cxx -oox/source/ppt/pptshape.cxx -oox/source/ppt/pptshapecontext.cxx -oox/source/ppt/pptshapegroupcontext.cxx -oox/source/ppt/pptshapepropertiescontext.cxx -oox/source/ppt/presentationfragmenthandler.cxx -oox/source/ppt/slidefragmenthandler.cxx -oox/source/ppt/slidemastertextstylescontext.cxx -oox/source/ppt/slidepersist.cxx -oox/source/ppt/slidetimingcontext.cxx -oox/source/ppt/slidetransition.cxx -oox/source/ppt/slidetransitioncontext.cxx -oox/source/ppt/soundactioncontext.cxx -oox/source/ppt/timeanimvaluecontext.cxx -oox/source/ppt/timeanimvaluecontext.hxx -oox/source/ppt/timenode.cxx -oox/source/ppt/timenodelistcontext.cxx -oox/source/ppt/timetargetelementcontext.cxx -oox/source/ppt/timetargetelementcontext.hxx -oox/source/shape/ShapeContextHandler.cxx -oox/source/shape/ShapeContextHandler.hxx -oox/source/shape/ShapeDrawingFragmentHandler.cxx -oox/source/shape/ShapeDrawingFragmentHandler.hxx -oox/source/shape/ShapeFilterBase.cxx -oox/source/token/namespacemap.cxx -oox/source/token/propertynames.cxx -oox/source/token/relationship.cxx -oox/source/token/tokenmap.cxx -oox/source/vml/vmldrawing.cxx -oox/source/vml/vmldrawingfragment.cxx -oox/source/vml/vmlformatting.cxx -oox/source/vml/vmlinputstream.cxx -oox/source/vml/vmlshape.cxx -oox/source/vml/vmlshapecontainer.cxx -oox/source/vml/vmlshapecontext.cxx -oox/source/vml/vmltextbox.cxx -oox/source/vml/vmltextboxcontext.cxx -opencl/inc/opencl_device.hxx -opencl/inc/opencl_device_selection.h -opencl/source/OpenCLZone.cxx -opencl/source/opencl_device.cxx -opencl/source/openclconfig.cxx -opencl/source/openclwrapper.cxx -opencl/source/platforminfo.cxx -package/inc/ByteChucker.hxx -package/inc/ByteGrabber.hxx -package/inc/CRC32.hxx -package/inc/EncryptedDataHeader.hxx -package/inc/EncryptionData.hxx -package/inc/HashMaps.hxx -package/inc/PackageConstants.hxx -package/inc/ZipEnumeration.hxx -package/inc/ZipFile.hxx -package/inc/ZipOutputEntry.hxx -package/inc/ZipOutputStream.hxx -package/inc/ZipPackage.hxx -package/inc/ZipPackageBuffer.hxx -package/inc/ZipPackageEntry.hxx -package/inc/ZipPackageFolder.hxx -package/inc/ZipPackageStream.hxx -package/inc/zipfileaccess.hxx -package/qa/cppunit/test_package.cxx -package/source/manifest/ManifestDefines.hxx -package/source/manifest/ManifestExport.cxx -package/source/manifest/ManifestExport.hxx -package/source/manifest/ManifestImport.cxx -package/source/manifest/ManifestImport.hxx -package/source/manifest/ManifestReader.cxx -package/source/manifest/ManifestReader.hxx -package/source/manifest/ManifestWriter.cxx -package/source/manifest/ManifestWriter.hxx -package/source/manifest/UnoRegister.cxx -package/source/xstor/disposelistener.cxx -package/source/xstor/disposelistener.hxx -package/source/xstor/ocompinstream.cxx -package/source/xstor/ocompinstream.hxx -package/source/xstor/ohierarchyholder.cxx -package/source/xstor/ohierarchyholder.hxx -package/source/xstor/oseekinstream.cxx -package/source/xstor/oseekinstream.hxx -package/source/xstor/owriteablestream.cxx -package/source/xstor/owriteablestream.hxx -package/source/xstor/register.cxx -package/source/xstor/selfterminatefilestream.cxx -package/source/xstor/selfterminatefilestream.hxx -package/source/xstor/switchpersistencestream.cxx -package/source/xstor/switchpersistencestream.hxx -package/source/xstor/xfactory.cxx -package/source/xstor/xfactory.hxx -package/source/xstor/xstorage.cxx -package/source/xstor/xstorage.hxx -package/source/zipapi/ByteChucker.cxx -package/source/zipapi/ByteGrabber.cxx -package/source/zipapi/CRC32.cxx -package/source/zipapi/Deflater.cxx -package/source/zipapi/Inflater.cxx -package/source/zipapi/MemoryByteGrabber.hxx -package/source/zipapi/XBufferedThreadedStream.cxx -package/source/zipapi/XBufferedThreadedStream.hxx -package/source/zipapi/XUnbufferedStream.cxx -package/source/zipapi/XUnbufferedStream.hxx -package/source/zipapi/ZipEnumeration.cxx -package/source/zipapi/ZipFile.cxx -package/source/zipapi/ZipOutputEntry.cxx -package/source/zipapi/ZipOutputStream.cxx -package/source/zipapi/blowfishcontext.cxx -package/source/zipapi/blowfishcontext.hxx -package/source/zipapi/sha1context.cxx -package/source/zipapi/sha1context.hxx -package/source/zippackage/ContentInfo.hxx -package/source/zippackage/ZipPackage.cxx -package/source/zippackage/ZipPackageBuffer.cxx -package/source/zippackage/ZipPackageEntry.cxx -package/source/zippackage/ZipPackageFolder.cxx -package/source/zippackage/ZipPackageFolderEnumeration.cxx -package/source/zippackage/ZipPackageFolderEnumeration.hxx -package/source/zippackage/ZipPackageSink.cxx -package/source/zippackage/ZipPackageSink.hxx -package/source/zippackage/ZipPackageStream.cxx -package/source/zippackage/wrapstreamforshare.cxx -package/source/zippackage/wrapstreamforshare.hxx -package/source/zippackage/zipfileaccess.cxx -postprocess/qa/services.cxx -pyuno/inc/pyuno.hxx -pyuno/source/loader/pyuno_loader.cxx -pyuno/source/module/pyuno.cxx -pyuno/source/module/pyuno_adapter.cxx -pyuno/source/module/pyuno_callable.cxx -pyuno/source/module/pyuno_dlopenwrapper.c -pyuno/source/module/pyuno_except.cxx -pyuno/source/module/pyuno_gc.cxx -pyuno/source/module/pyuno_impl.hxx -pyuno/source/module/pyuno_iterator.cxx -pyuno/source/module/pyuno_module.cxx -pyuno/source/module/pyuno_runtime.cxx -pyuno/source/module/pyuno_struct.cxx -pyuno/source/module/pyuno_type.cxx -pyuno/source/module/pyuno_util.cxx -pyuno/zipcore/python.cxx -registry/inc/regapi.hxx -registry/source/keyimpl.cxx -registry/source/keyimpl.hxx -registry/source/reflcnst.hxx -registry/source/reflread.cxx -registry/source/reflread.hxx -registry/source/reflwrit.cxx -registry/source/reflwrit.hxx -registry/source/regimpl.cxx -registry/source/regimpl.hxx -registry/source/registry.cxx -registry/source/regkey.cxx -registry/source/regkey.hxx -registry/test/regdiagnose.h -registry/test/testmerge.cxx -registry/test/testregcpp.cxx -registry/tools/fileurl.cxx -registry/tools/fileurl.hxx -registry/tools/options.cxx -registry/tools/options.hxx -registry/tools/regmerge.cxx -registry/tools/regview.cxx -remotebridges/source/unourl_resolver/unourl_resolver.cxx -reportdesign/inc/PropertyForward.hxx -reportdesign/inc/ReportDefinition.hxx -reportdesign/inc/ReportHelperDefines.hxx -reportdesign/inc/ReportVisitor.hxx -reportdesign/inc/RptDef.hxx -reportdesign/inc/RptModel.hxx -reportdesign/inc/RptObject.hxx -reportdesign/inc/RptPage.hxx -reportdesign/inc/UndoActions.hxx -reportdesign/inc/UndoEnv.hxx -reportdesign/inc/conditionalexpression.hxx -reportdesign/inc/dllapi.h -reportdesign/inc/helpids.h -reportdesign/inc/reportformula.hxx -reportdesign/inc/strings.hxx -reportdesign/qa/unit/reportdesign-dialogs-test.cxx -reportdesign/source/core/api/FixedLine.cxx -reportdesign/source/core/api/FixedText.cxx -reportdesign/source/core/api/FormatCondition.cxx -reportdesign/source/core/api/FormattedField.cxx -reportdesign/source/core/api/Function.cxx -reportdesign/source/core/api/Functions.cxx -reportdesign/source/core/api/Group.cxx -reportdesign/source/core/api/Groups.cxx -reportdesign/source/core/api/ImageControl.cxx -reportdesign/source/core/api/ReportComponent.cxx -reportdesign/source/core/api/ReportControlModel.cxx -reportdesign/source/core/api/ReportDefinition.cxx -reportdesign/source/core/api/ReportEngineJFree.cxx -reportdesign/source/core/api/ReportVisitor.cxx -reportdesign/source/core/api/Section.cxx -reportdesign/source/core/api/Shape.cxx -reportdesign/source/core/api/Tools.cxx -reportdesign/source/core/api/services.cxx -reportdesign/source/core/inc/FixedLine.hxx -reportdesign/source/core/inc/FixedText.hxx -reportdesign/source/core/inc/FormatCondition.hxx -reportdesign/source/core/inc/FormattedField.hxx -reportdesign/source/core/inc/Function.hxx -reportdesign/source/core/inc/Functions.hxx -reportdesign/source/core/inc/Group.hxx -reportdesign/source/core/inc/Groups.hxx -reportdesign/source/core/inc/ImageControl.hxx -reportdesign/source/core/inc/ReportComponent.hxx -reportdesign/source/core/inc/ReportControlModel.hxx -reportdesign/source/core/inc/ReportDrawPage.hxx -reportdesign/source/core/inc/ReportEngineJFree.hxx -reportdesign/source/core/inc/ReportHelperImpl.hxx -reportdesign/source/core/inc/ReportUndoFactory.hxx -reportdesign/source/core/inc/RptObjectListener.hxx -reportdesign/source/core/inc/Section.hxx -reportdesign/source/core/inc/Shape.hxx -reportdesign/source/core/inc/Tools.hxx -reportdesign/source/core/inc/conditionupdater.hxx -reportdesign/source/core/misc/conditionalexpression.cxx -reportdesign/source/core/misc/conditionupdater.cxx -reportdesign/source/core/misc/reportformula.cxx -reportdesign/source/core/resource/core_resource.cxx -reportdesign/source/core/sdr/PropertyForward.cxx -reportdesign/source/core/sdr/ReportDrawPage.cxx -reportdesign/source/core/sdr/ReportUndoFactory.cxx -reportdesign/source/core/sdr/RptModel.cxx -reportdesign/source/core/sdr/RptObject.cxx -reportdesign/source/core/sdr/RptObjectListener.cxx -reportdesign/source/core/sdr/RptPage.cxx -reportdesign/source/core/sdr/UndoActions.cxx -reportdesign/source/core/sdr/UndoEnv.cxx -reportdesign/source/core/sdr/formatnormalizer.cxx -reportdesign/source/core/sdr/formatnormalizer.hxx -reportdesign/source/filter/xml/dbloader2.cxx -reportdesign/source/filter/xml/dbloader2.hxx -reportdesign/source/filter/xml/xmlAutoStyle.cxx -reportdesign/source/filter/xml/xmlAutoStyle.hxx -reportdesign/source/filter/xml/xmlCell.cxx -reportdesign/source/filter/xml/xmlCell.hxx -reportdesign/source/filter/xml/xmlColumn.cxx -reportdesign/source/filter/xml/xmlColumn.hxx -reportdesign/source/filter/xml/xmlComponent.cxx -reportdesign/source/filter/xml/xmlComponent.hxx -reportdesign/source/filter/xml/xmlCondPrtExpr.cxx -reportdesign/source/filter/xml/xmlCondPrtExpr.hxx -reportdesign/source/filter/xml/xmlControlProperty.cxx -reportdesign/source/filter/xml/xmlControlProperty.hxx -reportdesign/source/filter/xml/xmlEnums.hxx -reportdesign/source/filter/xml/xmlExport.cxx -reportdesign/source/filter/xml/xmlExport.hxx -reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx -reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx -reportdesign/source/filter/xml/xmlFixedContent.cxx -reportdesign/source/filter/xml/xmlFixedContent.hxx -reportdesign/source/filter/xml/xmlFormatCondition.cxx -reportdesign/source/filter/xml/xmlFormatCondition.hxx -reportdesign/source/filter/xml/xmlFormattedField.cxx -reportdesign/source/filter/xml/xmlFormattedField.hxx -reportdesign/source/filter/xml/xmlFunction.cxx -reportdesign/source/filter/xml/xmlFunction.hxx -reportdesign/source/filter/xml/xmlGroup.cxx -reportdesign/source/filter/xml/xmlGroup.hxx -reportdesign/source/filter/xml/xmlHelper.cxx -reportdesign/source/filter/xml/xmlHelper.hxx -reportdesign/source/filter/xml/xmlImage.cxx -reportdesign/source/filter/xml/xmlImage.hxx -reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx -reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx -reportdesign/source/filter/xml/xmlMasterFields.cxx -reportdesign/source/filter/xml/xmlMasterFields.hxx -reportdesign/source/filter/xml/xmlPropertyHandler.cxx -reportdesign/source/filter/xml/xmlPropertyHandler.hxx -reportdesign/source/filter/xml/xmlReport.cxx -reportdesign/source/filter/xml/xmlReport.hxx -reportdesign/source/filter/xml/xmlReportElement.cxx -reportdesign/source/filter/xml/xmlReportElement.hxx -reportdesign/source/filter/xml/xmlReportElementBase.cxx -reportdesign/source/filter/xml/xmlReportElementBase.hxx -reportdesign/source/filter/xml/xmlSection.cxx -reportdesign/source/filter/xml/xmlSection.hxx -reportdesign/source/filter/xml/xmlStyleImport.cxx -reportdesign/source/filter/xml/xmlStyleImport.hxx -reportdesign/source/filter/xml/xmlSubDocument.cxx -reportdesign/source/filter/xml/xmlSubDocument.hxx -reportdesign/source/filter/xml/xmlTable.cxx -reportdesign/source/filter/xml/xmlTable.hxx -reportdesign/source/filter/xml/xmlfilter.cxx -reportdesign/source/filter/xml/xmlfilter.hxx -reportdesign/source/filter/xml/xmlservices.cxx -reportdesign/source/inc/GroupProperties.hxx -reportdesign/source/ui/dlg/AddField.cxx -reportdesign/source/ui/dlg/CondFormat.cxx -reportdesign/source/ui/dlg/Condition.cxx -reportdesign/source/ui/dlg/Condition.hxx -reportdesign/source/ui/dlg/DateTime.cxx -reportdesign/source/ui/dlg/Formula.cxx -reportdesign/source/ui/dlg/GroupExchange.cxx -reportdesign/source/ui/dlg/GroupExchange.hxx -reportdesign/source/ui/dlg/GroupsSorting.cxx -reportdesign/source/ui/dlg/Navigator.cxx -reportdesign/source/ui/dlg/PageNumber.cxx -reportdesign/source/ui/dlg/dlgpage.cxx -reportdesign/source/ui/inc/AddField.hxx -reportdesign/source/ui/inc/ColorChanger.hxx -reportdesign/source/ui/inc/ColorListener.hxx -reportdesign/source/ui/inc/ColumnInfo.hxx -reportdesign/source/ui/inc/CondFormat.hxx -reportdesign/source/ui/inc/DataProviderHandler.hxx -reportdesign/source/ui/inc/DateTime.hxx -reportdesign/source/ui/inc/DefaultInspection.hxx -reportdesign/source/ui/inc/DesignView.hxx -reportdesign/source/ui/inc/EndMarker.hxx -reportdesign/source/ui/inc/FixedTextColor.hxx -reportdesign/source/ui/inc/FormattedFieldBeautifier.hxx -reportdesign/source/ui/inc/Formula.hxx -reportdesign/source/ui/inc/FunctionHelper.hxx -reportdesign/source/ui/inc/GeometryHandler.hxx -reportdesign/source/ui/inc/GroupsSorting.hxx -reportdesign/source/ui/inc/IReportControllerObserver.hxx -reportdesign/source/ui/inc/MarkedSection.hxx -reportdesign/source/ui/inc/Navigator.hxx -reportdesign/source/ui/inc/PageNumber.hxx -reportdesign/source/ui/inc/ReportComponentHandler.hxx -reportdesign/source/ui/inc/ReportController.hxx -reportdesign/source/ui/inc/ReportControllerObserver.hxx -reportdesign/source/ui/inc/ReportDefines.hxx -reportdesign/source/ui/inc/ReportSection.hxx -reportdesign/source/ui/inc/ReportWindow.hxx -reportdesign/source/ui/inc/RptUndo.hxx -reportdesign/source/ui/inc/ScrollHelper.hxx -reportdesign/source/ui/inc/SectionView.hxx -reportdesign/source/ui/inc/SectionWindow.hxx -reportdesign/source/ui/inc/StartMarker.hxx -reportdesign/source/ui/inc/UITools.hxx -reportdesign/source/ui/inc/ViewsWindow.hxx -reportdesign/source/ui/inc/dlgedclip.hxx -reportdesign/source/ui/inc/dlgedfac.hxx -reportdesign/source/ui/inc/dlgedfunc.hxx -reportdesign/source/ui/inc/dlgpage.hxx -reportdesign/source/ui/inc/metadata.hxx -reportdesign/source/ui/inc/propbrw.hxx -reportdesign/source/ui/inc/statusbarcontroller.hxx -reportdesign/source/ui/inspection/DataProviderHandler.cxx -reportdesign/source/ui/inspection/DefaultInspection.cxx -reportdesign/source/ui/inspection/GeometryHandler.cxx -reportdesign/source/ui/inspection/ReportComponentHandler.cxx -reportdesign/source/ui/inspection/metadata.cxx -reportdesign/source/ui/misc/ColorListener.cxx -reportdesign/source/ui/misc/FunctionHelper.cxx -reportdesign/source/ui/misc/RptUndo.cxx -reportdesign/source/ui/misc/UITools.cxx -reportdesign/source/ui/misc/rptuiservices.cxx -reportdesign/source/ui/misc/statusbarcontroller.cxx -reportdesign/source/ui/report/DesignView.cxx -reportdesign/source/ui/report/EndMarker.cxx -reportdesign/source/ui/report/FixedTextColor.cxx -reportdesign/source/ui/report/FormattedFieldBeautifier.cxx -reportdesign/source/ui/report/ReportController.cxx -reportdesign/source/ui/report/ReportControllerObserver.cxx -reportdesign/source/ui/report/ReportSection.cxx -reportdesign/source/ui/report/ReportWindow.cxx -reportdesign/source/ui/report/ScrollHelper.cxx -reportdesign/source/ui/report/SectionView.cxx -reportdesign/source/ui/report/SectionWindow.cxx -reportdesign/source/ui/report/StartMarker.cxx -reportdesign/source/ui/report/ViewsWindow.cxx -reportdesign/source/ui/report/dlgedclip.cxx -reportdesign/source/ui/report/dlgedfac.cxx -reportdesign/source/ui/report/dlgedfunc.cxx -reportdesign/source/ui/report/propbrw.cxx -sal/android/libreofficekit-jni.c -sal/android/lo-bootstrap.c -sal/android/uthash.h -sal/cppunittester/cppunittester.cxx -sal/inc/backtraceasstring.hxx -sal/inc/oslmemory.h -sal/inc/signalshared.hxx -sal/osl/all/compat.cxx -sal/osl/all/debugbase.cxx -sal/osl/all/filepath.cxx -sal/osl/all/loadmodulerelative.cxx -sal/osl/all/log.cxx -sal/osl/all/signalshared.cxx -sal/osl/all/utility.cxx -sal/osl/unx/backtrace.c -sal/osl/unx/backtrace.h -sal/osl/unx/backtraceapi.cxx -sal/osl/unx/conditn.cxx -sal/osl/unx/createfilehandlefromfd.hxx -sal/osl/unx/file.cxx -sal/osl/unx/file_error_transl.cxx -sal/osl/unx/file_impl.hxx -sal/osl/unx/file_misc.cxx -sal/osl/unx/file_path_helper.cxx -sal/osl/unx/file_path_helper.hxx -sal/osl/unx/file_stat.cxx -sal/osl/unx/file_url.cxx -sal/osl/unx/file_url.hxx -sal/osl/unx/file_volume.cxx -sal/osl/unx/interlck.cxx -sal/osl/unx/memory.cxx -sal/osl/unx/module.cxx -sal/osl/unx/mutex.cxx -sal/osl/unx/nlsupport.cxx -sal/osl/unx/nlsupport.hxx -sal/osl/unx/osxlocale.cxx -sal/osl/unx/pipe.cxx -sal/osl/unx/process.cxx -sal/osl/unx/process_impl.cxx -sal/osl/unx/profile.cxx -sal/osl/unx/random.cxx -sal/osl/unx/readwrite_helper.cxx -sal/osl/unx/readwrite_helper.hxx -sal/osl/unx/salinit.cxx -sal/osl/unx/secimpl.hxx -sal/osl/unx/security.cxx -sal/osl/unx/signal.cxx -sal/osl/unx/socket.cxx -sal/osl/unx/sockimpl.hxx -sal/osl/unx/system.cxx -sal/osl/unx/system.hxx -sal/osl/unx/tempfile.cxx -sal/osl/unx/thread.cxx -sal/osl/unx/time.cxx -sal/osl/unx/uunxapi.cxx -sal/osl/unx/uunxapi.hxx -sal/osl/w32/backtrace.cxx -sal/osl/w32/conditn.cxx -sal/osl/w32/dllentry.cxx -sal/osl/w32/file-impl.hxx -sal/osl/w32/file.cxx -sal/osl/w32/file_dirvol.cxx -sal/osl/w32/file_error.cxx -sal/osl/w32/file_error.hxx -sal/osl/w32/file_url.cxx -sal/osl/w32/file_url.hxx -sal/osl/w32/filetime.hxx -sal/osl/w32/memory.cxx -sal/osl/w32/module.cxx -sal/osl/w32/mutex.cxx -sal/osl/w32/nlsupport.cxx -sal/osl/w32/nlsupport.hxx -sal/osl/w32/path_helper.cxx -sal/osl/w32/path_helper.hxx -sal/osl/w32/pipe.cxx -sal/osl/w32/process.cxx -sal/osl/w32/procimpl.cxx -sal/osl/w32/procimpl.hxx -sal/osl/w32/profile.cxx -sal/osl/w32/random.cxx -sal/osl/w32/salinit.cxx -sal/osl/w32/secimpl.hxx -sal/osl/w32/security.cxx -sal/osl/w32/signal.cxx -sal/osl/w32/socket.cxx -sal/osl/w32/sockimpl.hxx -sal/osl/w32/system.h -sal/osl/w32/tempfile.cxx -sal/osl/w32/thread.cxx -sal/osl/w32/time.cxx -sal/qa/ByteSequence/ByteSequence.cxx -sal/qa/OStringBuffer/rtl_OStringBuffer.cxx -sal/qa/OStringBuffer/rtl_String_Const.h -sal/qa/OStringBuffer/rtl_String_Utils_Const.h -sal/qa/inc/stringhelper.hxx -sal/qa/inc/valueequal.hxx -sal/qa/osl/condition/osl_Condition.cxx -sal/qa/osl/condition/osl_Condition_Const.h -sal/qa/osl/file/osl_File.cxx -sal/qa/osl/file/osl_File_Const.h -sal/qa/osl/file/osl_old_test_file.cxx -sal/qa/osl/file/test_cpy_wrt_file.cxx -sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx -sal/qa/osl/module/osl_Module.cxx -sal/qa/osl/module/osl_Module_Const.h -sal/qa/osl/module/osl_Module_DLL.cxx -sal/qa/osl/mutex/osl_Mutex.cxx -sal/qa/osl/pipe/osl_Pipe.cxx -sal/qa/osl/process/osl_Thread.cxx -sal/qa/osl/process/osl_process.cxx -sal/qa/osl/process/osl_process_child.cxx -sal/qa/osl/profile/osl_old_testprofile.cxx -sal/qa/osl/security/TODO.h -sal/qa/osl/security/osl_Security.cxx -sal/qa/osl/security/osl_Security_Const.h -sal/qa/osl/setthreadname/test-setthreadname.cxx -sal/qa/osl/thread/test_thread.cxx -sal/qa/rtl/alloc/rtl_alloc.cxx -sal/qa/rtl/bootstrap/expand.cxx -sal/qa/rtl/cipher/rtl_cipher.cxx -sal/qa/rtl/crc32/rtl_crc32.cxx -sal/qa/rtl/digest/rtl_digest.cxx -sal/qa/rtl/doublelock/rtl_doublelocking.cxx -sal/qa/rtl/locale/rtl_locale.cxx -sal/qa/rtl/math/test-rtl-math.cxx -sal/qa/rtl/ostring/rtl_OString2.cxx -sal/qa/rtl/ostring/rtl_str.cxx -sal/qa/rtl/ostring/rtl_string.cxx -sal/qa/rtl/oustring/rtl_OUString2.cxx -sal/qa/rtl/oustring/rtl_ustr.cxx -sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx -sal/qa/rtl/oustringbuffer/test_oustringbuffer_appenduninitialized.cxx -sal/qa/rtl/oustringbuffer/test_oustringbuffer_assign.cxx -sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx -sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx -sal/qa/rtl/process/child_process.cxx -sal/qa/rtl/process/child_process_id.cxx -sal/qa/rtl/process/rtl_Process.cxx -sal/qa/rtl/process/rtl_Process_Const.h -sal/qa/rtl/random/rtl_random.cxx -sal/qa/rtl/ref/rtl_ref.cxx -sal/qa/rtl/strings/test_ostring.cxx -sal/qa/rtl/strings/test_ostring_concat.cxx -sal/qa/rtl/strings/test_ostring_stringliterals.cxx -sal/qa/rtl/strings/test_oustring_compare.cxx -sal/qa/rtl/strings/test_oustring_concat.cxx -sal/qa/rtl/strings/test_oustring_convert.cxx -sal/qa/rtl/strings/test_oustring_endswith.cxx -sal/qa/rtl/strings/test_oustring_startswith.cxx -sal/qa/rtl/strings/test_oustring_stringliterals.cxx -sal/qa/rtl/strings/test_strings_replace.cxx -sal/qa/rtl/strings/test_strings_toint.cxx -sal/qa/rtl/strings/test_strings_valuex.cxx -sal/qa/rtl/textenc/rtl_tencinfo.cxx -sal/qa/rtl/textenc/rtl_textcvt.cxx -sal/qa/rtl/uri/rtl_Uri.cxx -sal/qa/rtl/uri/rtl_testuri.cxx -sal/qa/rtl/uuid/rtl_Uuid.cxx -sal/qa/sal/test_types.cxx -sal/qa/systools/test_comtools.cxx -sal/rtl/alloc_arena.cxx -sal/rtl/alloc_arena.hxx -sal/rtl/alloc_cache.cxx -sal/rtl/alloc_cache.hxx -sal/rtl/alloc_fini.cxx -sal/rtl/alloc_global.cxx -sal/rtl/alloc_impl.hxx -sal/rtl/bootstrap.cxx -sal/rtl/byteseq.cxx -sal/rtl/cipher.cxx -sal/rtl/cmdargs.cxx -sal/rtl/crc.cxx -sal/rtl/digest.cxx -sal/rtl/hash.cxx -sal/rtl/hash.hxx -sal/rtl/locale.cxx -sal/rtl/math.cxx -sal/rtl/random.cxx -sal/rtl/rtl_process.cxx -sal/rtl/strbuf.cxx -sal/rtl/strimp.cxx -sal/rtl/strimp.hxx -sal/rtl/string.cxx -sal/rtl/strtmpl.cxx -sal/rtl/unload.cxx -sal/rtl/uri.cxx -sal/rtl/ustrbuf.cxx -sal/rtl/ustring.cxx -sal/rtl/uuid.cxx -sal/test/testbootstrap.cxx -sal/textenc/context.cxx -sal/textenc/context.hxx -sal/textenc/convertbig5hkscs.cxx -sal/textenc/convertbig5hkscs.hxx -sal/textenc/converter.cxx -sal/textenc/converter.hxx -sal/textenc/converteuctw.cxx -sal/textenc/converteuctw.hxx -sal/textenc/convertgb18030.cxx -sal/textenc/convertgb18030.hxx -sal/textenc/convertisciidevangari.cxx -sal/textenc/convertisciidevangari.hxx -sal/textenc/convertiso2022cn.cxx -sal/textenc/convertiso2022cn.hxx -sal/textenc/convertiso2022jp.cxx -sal/textenc/convertiso2022jp.hxx -sal/textenc/convertiso2022kr.cxx -sal/textenc/convertiso2022kr.hxx -sal/textenc/convertsimple.cxx -sal/textenc/convertsimple.hxx -sal/textenc/convertsinglebytetobmpunicode.cxx -sal/textenc/convertsinglebytetobmpunicode.hxx -sal/textenc/gettextencodingdata.hxx -sal/textenc/handleundefinedunicodetotextchar.cxx -sal/textenc/handleundefinedunicodetotextchar.hxx -sal/textenc/tables.cxx -sal/textenc/tcvtbyte.cxx -sal/textenc/tcvtbyte.hxx -sal/textenc/tcvtmb.cxx -sal/textenc/tcvtutf7.cxx -sal/textenc/tcvtutf8.cxx -sal/textenc/tcvtutf8.hxx -sal/textenc/tenchelp.hxx -sal/textenc/tencinfo.cxx -sal/textenc/textcvt.cxx -sal/textenc/textenc.cxx -sal/textenc/unichars.cxx -sal/textenc/unichars.hxx -salhelper/qa/test_api.cxx -salhelper/source/condition.cxx -salhelper/source/dynload.cxx -salhelper/source/simplereferenceobject.cxx -salhelper/source/thread.cxx -salhelper/source/timer.cxx -salhelper/test/Symbols/loader.cxx -salhelper/test/Symbols/samplelib.cxx -salhelper/test/Symbols/samplelib.hxx -salhelper/test/dynamicloader/loader.cxx -salhelper/test/dynamicloader/samplelib.cxx -salhelper/test/dynamicloader/samplelib.hxx -salhelper/test/rtti/rttitest.cxx -salhelper/test/rtti/samplelibrtti.cxx -salhelper/test/rtti/samplelibrtti.hxx -sax/inc/xml2utf.hxx -sax/qa/cppunit/attributes.cxx -sax/qa/cppunit/parser.cxx -sax/qa/cppunit/test_converter.cxx -sax/qa/cppunit/xmlimport.cxx -sax/source/expatwrap/sax_expat.cxx -sax/source/expatwrap/saxwriter.cxx -sax/source/expatwrap/xml2utf.cxx -sax/source/fastparser/fastparser.cxx -sax/source/fastparser/legacyfastparser.cxx -sax/source/tools/CachedOutputStream.hxx -sax/source/tools/converter.cxx -sax/source/tools/fastattribs.cxx -sax/source/tools/fastserializer.cxx -sax/source/tools/fastserializer.hxx -sax/source/tools/fshelper.cxx -sax/test/sax/factory.hxx -sax/test/sax/testsax.cxx -sax/test/sax/testwriter.cxx -sax/test/saxdemo.cxx -sax/test/testcomponent.cxx -sc/inc/AccessibleGlobal.hxx -sc/inc/ChartTools.hxx -sc/inc/NumberFormatControl.hxx -sc/inc/PivotTableDataProvider.hxx -sc/inc/PivotTableDataSequence.hxx -sc/inc/PivotTableDataSource.hxx -sc/inc/TablePivotChart.hxx -sc/inc/TablePivotCharts.hxx -sc/inc/ViewSettingsSequenceDefines.hxx -sc/inc/addincfg.hxx -sc/inc/addincol.hxx -sc/inc/address.hxx -sc/inc/addruno.hxx -sc/inc/afmtuno.hxx -sc/inc/appluno.hxx -sc/inc/appoptio.hxx -sc/inc/arealink.hxx -sc/inc/attarray.hxx -sc/inc/attrib.hxx -sc/inc/autoform.hxx -sc/inc/autonamecache.hxx -sc/inc/bigrange.hxx -sc/inc/brdcst.hxx -sc/inc/bulkdatahint.hxx -sc/inc/calcconfig.hxx -sc/inc/calcmacros.hxx -sc/inc/callform.hxx -sc/inc/cellform.hxx -sc/inc/cellsuno.hxx -sc/inc/celltextattr.hxx -sc/inc/cellvalue.hxx -sc/inc/cellvalues.hxx -sc/inc/chart2uno.hxx -sc/inc/chartarr.hxx -sc/inc/charthelper.hxx -sc/inc/chartlis.hxx -sc/inc/chartlock.hxx -sc/inc/chartpos.hxx -sc/inc/chartuno.hxx -sc/inc/chgtrack.hxx -sc/inc/chgviset.hxx -sc/inc/clipcontext.hxx -sc/inc/clipoptions.hxx -sc/inc/clipparam.hxx -sc/inc/colcontainer.hxx -sc/inc/colorscale.hxx -sc/inc/column.hxx -sc/inc/columniterator.hxx -sc/inc/columnset.hxx -sc/inc/columnspanset.hxx -sc/inc/compare.hxx -sc/inc/compiler.hxx -sc/inc/compressedarray.hxx -sc/inc/conditio.hxx -sc/inc/confuno.hxx -sc/inc/consoli.hxx -sc/inc/convuno.hxx -sc/inc/cursuno.hxx -sc/inc/dapiuno.hxx -sc/inc/datamapper.hxx -sc/inc/datastreamgettime.hxx -sc/inc/datauno.hxx -sc/inc/dbdata.hxx -sc/inc/dbdocutl.hxx -sc/inc/defaultsoptions.hxx -sc/inc/defltuno.hxx -sc/inc/detdata.hxx -sc/inc/detfunc.hxx -sc/inc/dispuno.hxx -sc/inc/dociter.hxx -sc/inc/docoptio.hxx -sc/inc/docparam.hxx -sc/inc/docpool.hxx -sc/inc/document.hxx -sc/inc/documentimport.hxx -sc/inc/documentlinkmgr.hxx -sc/inc/documentstreamaccess.hxx -sc/inc/docuno.hxx -sc/inc/dpcache.hxx -sc/inc/dpdimsave.hxx -sc/inc/dpfilteredcache.hxx -sc/inc/dpglobal.hxx -sc/inc/dpgroup.hxx -sc/inc/dpitemdata.hxx -sc/inc/dpnumgroupinfo.hxx -sc/inc/dpobject.hxx -sc/inc/dpoutput.hxx -sc/inc/dpoutputgeometry.hxx -sc/inc/dpresfilter.hxx -sc/inc/dpsave.hxx -sc/inc/dpsdbtab.hxx -sc/inc/dpshttab.hxx -sc/inc/dptabdat.hxx -sc/inc/dptabres.hxx -sc/inc/dptabsrc.hxx -sc/inc/dputil.hxx -sc/inc/dragdata.hxx -sc/inc/drdefuno.hxx -sc/inc/drwlayer.hxx -sc/inc/editdataarray.hxx -sc/inc/editsrc.hxx -sc/inc/edittextiterator.hxx -sc/inc/editutil.hxx -sc/inc/eventuno.hxx -sc/inc/externalrefmgr.hxx -sc/inc/fielduno.hxx -sc/inc/fillinfo.hxx -sc/inc/filter.hxx -sc/inc/filterentries.hxx -sc/inc/filtopt.hxx -sc/inc/filtuno.hxx -sc/inc/fmtuno.hxx -sc/inc/fonthelper.hxx -sc/inc/forbiuno.hxx -sc/inc/formulacell.hxx -sc/inc/formulagroup.hxx -sc/inc/formulaiter.hxx -sc/inc/formulalogger.hxx -sc/inc/formulaopt.hxx -sc/inc/formulaparserpool.hxx -sc/inc/formularesult.hxx -sc/inc/fstalgorithm.hxx -sc/inc/funcdesc.hxx -sc/inc/funcuno.hxx -sc/inc/generalfunction.hxx -sc/inc/global.hxx -sc/inc/grouparealistener.hxx -sc/inc/helpids.h -sc/inc/hints.hxx -sc/inc/importfilterdata.hxx -sc/inc/inputopt.hxx -sc/inc/linkuno.hxx -sc/inc/listenercalls.hxx -sc/inc/listenercontext.hxx -sc/inc/listenerquery.hxx -sc/inc/listenerqueryids.hxx -sc/inc/lookupcache.hxx -sc/inc/macromgr.hxx -sc/inc/markarr.hxx -sc/inc/markdata.hxx -sc/inc/markmulti.hxx -sc/inc/math.hxx -sc/inc/matrixoperators.hxx -sc/inc/mid.h -sc/inc/miscuno.hxx -sc/inc/mtvcellfunc.hxx -sc/inc/mtvelements.hxx -sc/inc/mtvfunctions.hxx -sc/inc/nameuno.hxx -sc/inc/navicfg.hxx -sc/inc/notesuno.hxx -sc/inc/numformat.hxx -sc/inc/olinetab.hxx -sc/inc/optuno.hxx -sc/inc/optutil.hxx -sc/inc/orcusfilters.hxx -sc/inc/orcusxml.hxx -sc/inc/pagepar.hxx -sc/inc/pageuno.hxx -sc/inc/paramisc.hxx -sc/inc/patattr.hxx -sc/inc/pivot.hxx -sc/inc/postit.hxx -sc/inc/printopt.hxx -sc/inc/prnsave.hxx -sc/inc/progress.hxx -sc/inc/queryentry.hxx -sc/inc/queryparam.hxx -sc/inc/rangelst.hxx -sc/inc/rangenam.hxx -sc/inc/rangeseq.hxx -sc/inc/rangeutl.hxx -sc/inc/rechead.hxx -sc/inc/recursionhelper.hxx -sc/inc/refdata.hxx -sc/inc/reffind.hxx -sc/inc/refhint.hxx -sc/inc/refreshtimer.hxx -sc/inc/refreshtimerprotector.hxx -sc/inc/reftokenhelper.hxx -sc/inc/reordermap.hxx -sc/inc/rowheightcontext.hxx -sc/inc/scabstdlg.hxx -sc/inc/scdll.hxx -sc/inc/scdllapi.h -sc/inc/scerrors.hxx -sc/inc/scextopt.hxx -sc/inc/scfuncs.hxx -sc/inc/scitems.hxx -sc/inc/scmatrix.hxx -sc/inc/scmod.hxx -sc/inc/scopetools.hxx -sc/inc/segmenttree.hxx -sc/inc/servuno.hxx -sc/inc/shapeuno.hxx -sc/inc/sharedformula.hxx -sc/inc/sheetdata.hxx -sc/inc/sheetevents.hxx -sc/inc/shellids.hxx -sc/inc/simpleformulacalc.hxx -sc/inc/sortparam.hxx -sc/inc/spellcheckcontext.hxx -sc/inc/srchuno.hxx -sc/inc/stlalgorithm.hxx -sc/inc/stlpool.hxx -sc/inc/stlsheet.hxx -sc/inc/strings.hxx -sc/inc/stringutil.hxx -sc/inc/stylehelper.hxx -sc/inc/styleuno.hxx -sc/inc/subtotal.hxx -sc/inc/subtotalparam.hxx -sc/inc/table.hxx -sc/inc/tablink.hxx -sc/inc/tabopparams.hxx -sc/inc/tabprotection.hxx -sc/inc/targuno.hxx -sc/inc/textuno.hxx -sc/inc/token.hxx -sc/inc/tokenarray.hxx -sc/inc/tokenstringcontext.hxx -sc/inc/tokenuno.hxx -sc/inc/typedstrdata.hxx -sc/inc/types.hxx -sc/inc/unitconv.hxx -sc/inc/unonames.hxx -sc/inc/unoreflist.hxx -sc/inc/unowids.hxx -sc/inc/userdat.hxx -sc/inc/userlist.hxx -sc/inc/validat.hxx -sc/inc/viewopti.hxx -sc/inc/viewuno.hxx -sc/inc/waitoff.hxx -sc/inc/xmlwrap.hxx -sc/inc/zforauto.hxx -sc/qa/extras/check_data_pilot_field.cxx -sc/qa/extras/check_data_pilot_table.cxx -sc/qa/extras/check_xcell_ranges_query.cxx -sc/qa/extras/htmlexporttest.cxx -sc/qa/extras/macros-test.cxx -sc/qa/extras/new_cond_format.cxx -sc/qa/extras/recordchanges-test.cxx -sc/qa/extras/regression-test.cxx -sc/qa/extras/scannotationsobj.cxx -sc/qa/extras/sccellcursorobj.cxx -sc/qa/extras/sccellrangesobj.cxx -sc/qa/extras/scdatabaserangeobj.cxx -sc/qa/extras/scdatapilottableobj.cxx -sc/qa/extras/scmodelobj.cxx -sc/qa/extras/scnamedrangeobj.cxx -sc/qa/extras/scoutlineobj.cxx -sc/qa/extras/scsubtotalfieldobj.cxx -sc/qa/extras/sctablesheetobj.cxx -sc/qa/perf/scperfobj.cxx -sc/qa/unit/bugfix-test.cxx -sc/qa/unit/copy_paste_test.cxx -sc/qa/unit/dataproviders_test.cxx -sc/qa/unit/datatransformation_test.cxx -sc/qa/unit/filters-test.cxx -sc/qa/unit/functions_addin.cxx -sc/qa/unit/functions_array.cxx -sc/qa/unit/functions_database.cxx -sc/qa/unit/functions_datetime.cxx -sc/qa/unit/functions_financial.cxx -sc/qa/unit/functions_information.cxx -sc/qa/unit/functions_logical.cxx -sc/qa/unit/functions_mathematical.cxx -sc/qa/unit/functions_spreadsheet.cxx -sc/qa/unit/functions_statistical.cxx -sc/qa/unit/functions_test.cxx -sc/qa/unit/functions_test.hxx -sc/qa/unit/functions_test_old.cxx -sc/qa/unit/functions_text.cxx -sc/qa/unit/helper/csv_handler.hxx -sc/qa/unit/helper/qahelper.cxx -sc/qa/unit/helper/qahelper.hxx -sc/qa/unit/helper/shared_test_impl.hxx -sc/qa/unit/helper/sorthelper.hxx -sc/qa/unit/helper/xpath.cxx -sc/qa/unit/helper/xpath.hxx -sc/qa/unit/mark_test.cxx -sc/qa/unit/opencl-test.cxx -sc/qa/unit/parallelism.cxx -sc/qa/unit/range.cxx -sc/qa/unit/rangelst_test.cxx -sc/qa/unit/screenshots/screenshots.cxx -sc/qa/unit/subsequent_export-test.cxx -sc/qa/unit/subsequent_filters-test.cxx -sc/qa/unit/test_ScChartListenerCollection.cxx -sc/qa/unit/tiledrendering/tiledrendering.cxx -sc/qa/unit/ucalc.cxx -sc/qa/unit/ucalc_column.cxx -sc/qa/unit/ucalc_condformat.cxx -sc/qa/unit/ucalc_formula.cxx -sc/qa/unit/ucalc_pivottable.cxx -sc/qa/unit/ucalc_sharedformula.cxx -sc/qa/unit/ucalc_sort.cxx -sc/source/core/data/attarray.cxx -sc/source/core/data/attrib.cxx -sc/source/core/data/autonamecache.cxx -sc/source/core/data/bcaslot.cxx -sc/source/core/data/bigrange.cxx -sc/source/core/data/celltextattr.cxx -sc/source/core/data/cellvalue.cxx -sc/source/core/data/cellvalues.cxx -sc/source/core/data/clipcontext.cxx -sc/source/core/data/clipparam.cxx -sc/source/core/data/colcontainer.cxx -sc/source/core/data/colorscale.cxx -sc/source/core/data/column.cxx -sc/source/core/data/column2.cxx -sc/source/core/data/column3.cxx -sc/source/core/data/column4.cxx -sc/source/core/data/columniterator.cxx -sc/source/core/data/columnset.cxx -sc/source/core/data/columnspanset.cxx -sc/source/core/data/compressedarray.cxx -sc/source/core/data/conditio.cxx -sc/source/core/data/dbdocutl.cxx -sc/source/core/data/dociter.cxx -sc/source/core/data/docparam.cxx -sc/source/core/data/docpool.cxx -sc/source/core/data/documen2.cxx -sc/source/core/data/documen3.cxx -sc/source/core/data/documen4.cxx -sc/source/core/data/documen5.cxx -sc/source/core/data/documen6.cxx -sc/source/core/data/documen7.cxx -sc/source/core/data/documen8.cxx -sc/source/core/data/documen9.cxx -sc/source/core/data/document.cxx -sc/source/core/data/document10.cxx -sc/source/core/data/documentimport.cxx -sc/source/core/data/documentstreamaccess.cxx -sc/source/core/data/dpcache.cxx -sc/source/core/data/dpdimsave.cxx -sc/source/core/data/dpfilteredcache.cxx -sc/source/core/data/dpglobal.cxx -sc/source/core/data/dpgroup.cxx -sc/source/core/data/dpitemdata.cxx -sc/source/core/data/dpnumgroupinfo.cxx -sc/source/core/data/dpobject.cxx -sc/source/core/data/dpoutput.cxx -sc/source/core/data/dpoutputgeometry.cxx -sc/source/core/data/dpresfilter.cxx -sc/source/core/data/dpsave.cxx -sc/source/core/data/dpsdbtab.cxx -sc/source/core/data/dpshttab.cxx -sc/source/core/data/dptabdat.cxx -sc/source/core/data/dptabres.cxx -sc/source/core/data/dptabsrc.cxx -sc/source/core/data/dputil.cxx -sc/source/core/data/drawpage.cxx -sc/source/core/data/drwlayer.cxx -sc/source/core/data/edittextiterator.cxx -sc/source/core/data/fillinfo.cxx -sc/source/core/data/formulacell.cxx -sc/source/core/data/formulaiter.cxx -sc/source/core/data/funcdesc.cxx -sc/source/core/data/global.cxx -sc/source/core/data/global2.cxx -sc/source/core/data/globalx.cxx -sc/source/core/data/grouptokenconverter.cxx -sc/source/core/data/listenercontext.cxx -sc/source/core/data/markarr.cxx -sc/source/core/data/markdata.cxx -sc/source/core/data/markmulti.cxx -sc/source/core/data/mtvcellfunc.cxx -sc/source/core/data/mtvelements.cxx -sc/source/core/data/olinetab.cxx -sc/source/core/data/pagepar.cxx -sc/source/core/data/patattr.cxx -sc/source/core/data/pivot2.cxx -sc/source/core/data/poolhelp.cxx -sc/source/core/data/postit.cxx -sc/source/core/data/refupdatecontext.cxx -sc/source/core/data/rowheightcontext.cxx -sc/source/core/data/segmenttree.cxx -sc/source/core/data/sheetevents.cxx -sc/source/core/data/simpleformulacalc.cxx -sc/source/core/data/sortparam.cxx -sc/source/core/data/stlpool.cxx -sc/source/core/data/stlsheet.cxx -sc/source/core/data/subtotalparam.cxx -sc/source/core/data/tabbgcolor.cxx -sc/source/core/data/table1.cxx -sc/source/core/data/table2.cxx -sc/source/core/data/table3.cxx -sc/source/core/data/table4.cxx -sc/source/core/data/table5.cxx -sc/source/core/data/table6.cxx -sc/source/core/data/table7.cxx -sc/source/core/data/tabprotection.cxx -sc/source/core/data/types.cxx -sc/source/core/data/userdat.cxx -sc/source/core/data/validat.cxx -sc/source/core/inc/addinhelpid.hxx -sc/source/core/inc/addinlis.hxx -sc/source/core/inc/adiasync.hxx -sc/source/core/inc/arraysumfunctor.hxx -sc/source/core/inc/bcaslot.hxx -sc/source/core/inc/cellkeytranslator.hxx -sc/source/core/inc/ddelink.hxx -sc/source/core/inc/doubleref.hxx -sc/source/core/inc/formulagroupcl.hxx -sc/source/core/inc/grouptokenconverter.hxx -sc/source/core/inc/interpre.hxx -sc/source/core/inc/jumpmatrix.hxx -sc/source/core/inc/parclass.hxx -sc/source/core/inc/poolhelp.hxx -sc/source/core/inc/refupdat.hxx -sc/source/core/inc/scrdata.hxx -sc/source/core/opencl/formulagroupcl.cxx -sc/source/core/opencl/op_addin.cxx -sc/source/core/opencl/op_addin.hxx -sc/source/core/opencl/op_array.cxx -sc/source/core/opencl/op_array.hxx -sc/source/core/opencl/op_database.cxx -sc/source/core/opencl/op_database.hxx -sc/source/core/opencl/op_financial.cxx -sc/source/core/opencl/op_financial.hxx -sc/source/core/opencl/op_logical.cxx -sc/source/core/opencl/op_logical.hxx -sc/source/core/opencl/op_math.cxx -sc/source/core/opencl/op_math.hxx -sc/source/core/opencl/op_spreadsheet.cxx -sc/source/core/opencl/op_spreadsheet.hxx -sc/source/core/opencl/op_statistical.cxx -sc/source/core/opencl/op_statistical.hxx -sc/source/core/opencl/opbase.cxx -sc/source/core/opencl/opbase.hxx -sc/source/core/opencl/opinlinefun_finacial.cxx -sc/source/core/opencl/opinlinefun_math.hxx -sc/source/core/opencl/opinlinefun_statistical.cxx -sc/source/core/tool/addincfg.cxx -sc/source/core/tool/addincol.cxx -sc/source/core/tool/addinhelpid.cxx -sc/source/core/tool/addinlis.cxx -sc/source/core/tool/address.cxx -sc/source/core/tool/adiasync.cxx -sc/source/core/tool/appoptio.cxx -sc/source/core/tool/autoform.cxx -sc/source/core/tool/brdcst.cxx -sc/source/core/tool/bulkdatahint.cxx -sc/source/core/tool/calcconfig.cxx -sc/source/core/tool/callform.cxx -sc/source/core/tool/cellform.cxx -sc/source/core/tool/cellkeytranslator.cxx -sc/source/core/tool/cellkeywords.inl -sc/source/core/tool/chartarr.cxx -sc/source/core/tool/charthelper.cxx -sc/source/core/tool/chartlis.cxx -sc/source/core/tool/chartlock.cxx -sc/source/core/tool/chartpos.cxx -sc/source/core/tool/chgtrack.cxx -sc/source/core/tool/chgviset.cxx -sc/source/core/tool/compare.cxx -sc/source/core/tool/compiler.cxx -sc/source/core/tool/consoli.cxx -sc/source/core/tool/dbdata.cxx -sc/source/core/tool/ddelink.cxx -sc/source/core/tool/defaultsoptions.cxx -sc/source/core/tool/detdata.cxx -sc/source/core/tool/detfunc.cxx -sc/source/core/tool/docoptio.cxx -sc/source/core/tool/doubleref.cxx -sc/source/core/tool/editdataarray.cxx -sc/source/core/tool/editutil.cxx -sc/source/core/tool/filtopt.cxx -sc/source/core/tool/formulagroup.cxx -sc/source/core/tool/formulalogger.cxx -sc/source/core/tool/formulaopt.cxx -sc/source/core/tool/formulaparserpool.cxx -sc/source/core/tool/formularesult.cxx -sc/source/core/tool/grouparealistener.cxx -sc/source/core/tool/hints.cxx -sc/source/core/tool/inputopt.cxx -sc/source/core/tool/interpr1.cxx -sc/source/core/tool/interpr2.cxx -sc/source/core/tool/interpr3.cxx -sc/source/core/tool/interpr4.cxx -sc/source/core/tool/interpr5.cxx -sc/source/core/tool/interpr6.cxx -sc/source/core/tool/interpr7.cxx -sc/source/core/tool/interpr8.cxx -sc/source/core/tool/jumpmatrix.cxx -sc/source/core/tool/listenerquery.cxx -sc/source/core/tool/lookupcache.cxx -sc/source/core/tool/math.cxx -sc/source/core/tool/matrixoperators.cxx -sc/source/core/tool/navicfg.cxx -sc/source/core/tool/numformat.cxx -sc/source/core/tool/odffmap.cxx -sc/source/core/tool/optutil.cxx -sc/source/core/tool/orcusxml.cxx -sc/source/core/tool/parclass.cxx -sc/source/core/tool/printopt.cxx -sc/source/core/tool/prnsave.cxx -sc/source/core/tool/progress.cxx -sc/source/core/tool/queryentry.cxx -sc/source/core/tool/queryparam.cxx -sc/source/core/tool/rangelst.cxx -sc/source/core/tool/rangenam.cxx -sc/source/core/tool/rangeseq.cxx -sc/source/core/tool/rangeutl.cxx -sc/source/core/tool/rechead.cxx -sc/source/core/tool/recursionhelper.cxx -sc/source/core/tool/refdata.cxx -sc/source/core/tool/reffind.cxx -sc/source/core/tool/refhint.cxx -sc/source/core/tool/refreshtimer.cxx -sc/source/core/tool/reftokenhelper.cxx -sc/source/core/tool/refupdat.cxx -sc/source/core/tool/scmatrix.cxx -sc/source/core/tool/scopetools.cxx -sc/source/core/tool/sharedformula.cxx -sc/source/core/tool/simplerangelist.cxx -sc/source/core/tool/stringutil.cxx -sc/source/core/tool/stylehelper.cxx -sc/source/core/tool/subtotal.cxx -sc/source/core/tool/token.cxx -sc/source/core/tool/tokenstringcontext.cxx -sc/source/core/tool/typedstrdata.cxx -sc/source/core/tool/unitconv.cxx -sc/source/core/tool/userlist.cxx -sc/source/core/tool/viewopti.cxx -sc/source/core/tool/zforauto.cxx -sc/source/filter/dif/difexp.cxx -sc/source/filter/dif/difimp.cxx -sc/source/filter/excel/colrowst.cxx -sc/source/filter/excel/excdoc.cxx -sc/source/filter/excel/excel.cxx -sc/source/filter/excel/excform.cxx -sc/source/filter/excel/excform8.cxx -sc/source/filter/excel/excimp8.cxx -sc/source/filter/excel/excrecds.cxx -sc/source/filter/excel/exctools.cxx -sc/source/filter/excel/expop2.cxx -sc/source/filter/excel/fontbuff.cxx -sc/source/filter/excel/frmbase.cxx -sc/source/filter/excel/impop.cxx -sc/source/filter/excel/namebuff.cxx -sc/source/filter/excel/read.cxx -sc/source/filter/excel/tokstack.cxx -sc/source/filter/excel/xechart.cxx -sc/source/filter/excel/xecontent.cxx -sc/source/filter/excel/xedbdata.cxx -sc/source/filter/excel/xeescher.cxx -sc/source/filter/excel/xeextlst.cxx -sc/source/filter/excel/xeformula.cxx -sc/source/filter/excel/xehelper.cxx -sc/source/filter/excel/xelink.cxx -sc/source/filter/excel/xename.cxx -sc/source/filter/excel/xepage.cxx -sc/source/filter/excel/xepivot.cxx -sc/source/filter/excel/xepivotxml.cxx -sc/source/filter/excel/xerecord.cxx -sc/source/filter/excel/xeroot.cxx -sc/source/filter/excel/xestream.cxx -sc/source/filter/excel/xestring.cxx -sc/source/filter/excel/xestyle.cxx -sc/source/filter/excel/xetable.cxx -sc/source/filter/excel/xeview.cxx -sc/source/filter/excel/xichart.cxx -sc/source/filter/excel/xicontent.cxx -sc/source/filter/excel/xiescher.cxx -sc/source/filter/excel/xiformula.cxx -sc/source/filter/excel/xihelper.cxx -sc/source/filter/excel/xilink.cxx -sc/source/filter/excel/xiname.cxx -sc/source/filter/excel/xipage.cxx -sc/source/filter/excel/xipivot.cxx -sc/source/filter/excel/xiroot.cxx -sc/source/filter/excel/xistream.cxx -sc/source/filter/excel/xistring.cxx -sc/source/filter/excel/xistyle.cxx -sc/source/filter/excel/xiview.cxx -sc/source/filter/excel/xladdress.cxx -sc/source/filter/excel/xlchart.cxx -sc/source/filter/excel/xlescher.cxx -sc/source/filter/excel/xlformula.cxx -sc/source/filter/excel/xlpage.cxx -sc/source/filter/excel/xlpivot.cxx -sc/source/filter/excel/xlroot.cxx -sc/source/filter/excel/xlstyle.cxx -sc/source/filter/excel/xltoolbar.cxx -sc/source/filter/excel/xltoolbar.hxx -sc/source/filter/excel/xltools.cxx -sc/source/filter/excel/xltracer.cxx -sc/source/filter/excel/xlview.cxx -sc/source/filter/ftools/fapihelper.cxx -sc/source/filter/ftools/fprogressbar.cxx -sc/source/filter/ftools/ftools.cxx -sc/source/filter/ftools/sharedformulagroups.cxx -sc/source/filter/html/htmlexp.cxx -sc/source/filter/html/htmlexp2.cxx -sc/source/filter/html/htmlimp.cxx -sc/source/filter/html/htmlpars.cxx -sc/source/filter/importfilterdata.cxx -sc/source/filter/inc/XclExpChangeTrack.hxx -sc/source/filter/inc/XclImpChangeTrack.hxx -sc/source/filter/inc/addressconverter.hxx -sc/source/filter/inc/autofilterbuffer.hxx -sc/source/filter/inc/autofiltercontext.hxx -sc/source/filter/inc/biffhelper.hxx -sc/source/filter/inc/chartsheetfragment.hxx -sc/source/filter/inc/colrowst.hxx -sc/source/filter/inc/commentsbuffer.hxx -sc/source/filter/inc/commentsfragment.hxx -sc/source/filter/inc/condformatbuffer.hxx -sc/source/filter/inc/condformatcontext.hxx -sc/source/filter/inc/connectionsbuffer.hxx -sc/source/filter/inc/connectionsfragment.hxx -sc/source/filter/inc/decl.h -sc/source/filter/inc/defnamesbuffer.hxx -sc/source/filter/inc/dif.hxx -sc/source/filter/inc/drawingbase.hxx -sc/source/filter/inc/drawingfragment.hxx -sc/source/filter/inc/eeimport.hxx -sc/source/filter/inc/eeparser.hxx -sc/source/filter/inc/excdefs.hxx -sc/source/filter/inc/excdoc.hxx -sc/source/filter/inc/excelchartconverter.hxx -sc/source/filter/inc/excelfilter.hxx -sc/source/filter/inc/excelhandlers.hxx -sc/source/filter/inc/excelvbaproject.hxx -sc/source/filter/inc/excform.hxx -sc/source/filter/inc/excimp8.hxx -sc/source/filter/inc/excrecds.hxx -sc/source/filter/inc/excscen.hxx -sc/source/filter/inc/exp_op.hxx -sc/source/filter/inc/expbase.hxx -sc/source/filter/inc/externallinkbuffer.hxx -sc/source/filter/inc/externallinkfragment.hxx -sc/source/filter/inc/extlstcontext.hxx -sc/source/filter/inc/fapihelper.hxx -sc/source/filter/inc/flttypes.hxx -sc/source/filter/inc/formel.hxx -sc/source/filter/inc/formulabase.hxx -sc/source/filter/inc/formulabuffer.hxx -sc/source/filter/inc/formulaparser.hxx -sc/source/filter/inc/fprogressbar.hxx -sc/source/filter/inc/ftools.hxx -sc/source/filter/inc/htmlexp.hxx -sc/source/filter/inc/htmlimp.hxx -sc/source/filter/inc/htmlpars.hxx -sc/source/filter/inc/imp_op.hxx -sc/source/filter/inc/lotattr.hxx -sc/source/filter/inc/lotfntbf.hxx -sc/source/filter/inc/lotform.hxx -sc/source/filter/inc/lotimpop.hxx -sc/source/filter/inc/lotrange.hxx -sc/source/filter/inc/namebuff.hxx -sc/source/filter/inc/numberformatsbuffer.hxx -sc/source/filter/inc/ooxformulaparser.hxx -sc/source/filter/inc/op.h -sc/source/filter/inc/optab.h -sc/source/filter/inc/orcusinterface.hxx -sc/source/filter/inc/otlnbuff.hxx -sc/source/filter/inc/pagesettings.hxx -sc/source/filter/inc/pivotcachebuffer.hxx -sc/source/filter/inc/pivotcachefragment.hxx -sc/source/filter/inc/pivottablebuffer.hxx -sc/source/filter/inc/pivottablefragment.hxx -sc/source/filter/inc/qpro.hxx -sc/source/filter/inc/qproform.hxx -sc/source/filter/inc/qprostyle.hxx -sc/source/filter/inc/querytablebuffer.hxx -sc/source/filter/inc/querytablefragment.hxx -sc/source/filter/inc/revisionfragment.hxx -sc/source/filter/inc/richstring.hxx -sc/source/filter/inc/richstringcontext.hxx -sc/source/filter/inc/root.hxx -sc/source/filter/inc/rtfexp.hxx -sc/source/filter/inc/rtfparse.hxx -sc/source/filter/inc/scenariobuffer.hxx -sc/source/filter/inc/scenariocontext.hxx -sc/source/filter/inc/scfobj.hxx -sc/source/filter/inc/sharedformulagroups.hxx -sc/source/filter/inc/sharedstringsbuffer.hxx -sc/source/filter/inc/sharedstringsfragment.hxx -sc/source/filter/inc/sheetdatabuffer.hxx -sc/source/filter/inc/sheetdatacontext.hxx -sc/source/filter/inc/stylesbuffer.hxx -sc/source/filter/inc/stylesfragment.hxx -sc/source/filter/inc/tablebuffer.hxx -sc/source/filter/inc/tablecolumnsbuffer.hxx -sc/source/filter/inc/tablecolumnscontext.hxx -sc/source/filter/inc/tablefragment.hxx -sc/source/filter/inc/themebuffer.hxx -sc/source/filter/inc/tokstack.hxx -sc/source/filter/inc/tool.h -sc/source/filter/inc/unitconverter.hxx -sc/source/filter/inc/viewsettings.hxx -sc/source/filter/inc/workbookfragment.hxx -sc/source/filter/inc/workbookhelper.hxx -sc/source/filter/inc/workbooksettings.hxx -sc/source/filter/inc/worksheetbuffer.hxx -sc/source/filter/inc/worksheetfragment.hxx -sc/source/filter/inc/worksheethelper.hxx -sc/source/filter/inc/worksheetsettings.hxx -sc/source/filter/inc/xcl97esc.hxx -sc/source/filter/inc/xcl97rec.hxx -sc/source/filter/inc/xechart.hxx -sc/source/filter/inc/xecontent.hxx -sc/source/filter/inc/xedbdata.hxx -sc/source/filter/inc/xeescher.hxx -sc/source/filter/inc/xeextlst.hxx -sc/source/filter/inc/xeformula.hxx -sc/source/filter/inc/xehelper.hxx -sc/source/filter/inc/xelink.hxx -sc/source/filter/inc/xename.hxx -sc/source/filter/inc/xepage.hxx -sc/source/filter/inc/xepivot.hxx -sc/source/filter/inc/xepivotxml.hxx -sc/source/filter/inc/xerecord.hxx -sc/source/filter/inc/xeroot.hxx -sc/source/filter/inc/xestream.hxx -sc/source/filter/inc/xestring.hxx -sc/source/filter/inc/xestyle.hxx -sc/source/filter/inc/xetable.hxx -sc/source/filter/inc/xeview.hxx -sc/source/filter/inc/xichart.hxx -sc/source/filter/inc/xicontent.hxx -sc/source/filter/inc/xiescher.hxx -sc/source/filter/inc/xiformula.hxx -sc/source/filter/inc/xihelper.hxx -sc/source/filter/inc/xilink.hxx -sc/source/filter/inc/xiname.hxx -sc/source/filter/inc/xipage.hxx -sc/source/filter/inc/xipivot.hxx -sc/source/filter/inc/xiroot.hxx -sc/source/filter/inc/xistream.hxx -sc/source/filter/inc/xistring.hxx -sc/source/filter/inc/xistyle.hxx -sc/source/filter/inc/xiview.hxx -sc/source/filter/inc/xladdress.hxx -sc/source/filter/inc/xlchart.hxx -sc/source/filter/inc/xlconst.hxx -sc/source/filter/inc/xlcontent.hxx -sc/source/filter/inc/xlescher.hxx -sc/source/filter/inc/xlformula.hxx -sc/source/filter/inc/xllink.hxx -sc/source/filter/inc/xlname.hxx -sc/source/filter/inc/xlpage.hxx -sc/source/filter/inc/xlpivot.hxx -sc/source/filter/inc/xlroot.hxx -sc/source/filter/inc/xlstream.hxx -sc/source/filter/inc/xlstring.hxx -sc/source/filter/inc/xlstyle.hxx -sc/source/filter/inc/xltable.hxx -sc/source/filter/inc/xltools.hxx -sc/source/filter/inc/xltracer.hxx -sc/source/filter/inc/xlview.hxx -sc/source/filter/lotus/filter.cxx -sc/source/filter/lotus/lotattr.cxx -sc/source/filter/lotus/lotfilter.hxx -sc/source/filter/lotus/lotform.cxx -sc/source/filter/lotus/lotimpop.cxx -sc/source/filter/lotus/lotread.cxx -sc/source/filter/lotus/lotus.cxx -sc/source/filter/lotus/memory.cxx -sc/source/filter/lotus/op.cxx -sc/source/filter/lotus/optab.cxx -sc/source/filter/lotus/tool.cxx -sc/source/filter/oox/addressconverter.cxx -sc/source/filter/oox/autofilterbuffer.cxx -sc/source/filter/oox/autofiltercontext.cxx -sc/source/filter/oox/biffhelper.cxx -sc/source/filter/oox/chartsheetfragment.cxx -sc/source/filter/oox/commentsbuffer.cxx -sc/source/filter/oox/commentsfragment.cxx -sc/source/filter/oox/condformatbuffer.cxx -sc/source/filter/oox/condformatcontext.cxx -sc/source/filter/oox/connectionsbuffer.cxx -sc/source/filter/oox/connectionsfragment.cxx -sc/source/filter/oox/defnamesbuffer.cxx -sc/source/filter/oox/drawingbase.cxx -sc/source/filter/oox/drawingfragment.cxx -sc/source/filter/oox/excelchartconverter.cxx -sc/source/filter/oox/excelfilter.cxx -sc/source/filter/oox/excelhandlers.cxx -sc/source/filter/oox/excelvbaproject.cxx -sc/source/filter/oox/externallinkbuffer.cxx -sc/source/filter/oox/externallinkfragment.cxx -sc/source/filter/oox/extlstcontext.cxx -sc/source/filter/oox/formulabase.cxx -sc/source/filter/oox/formulabuffer.cxx -sc/source/filter/oox/formulaparser.cxx -sc/source/filter/oox/numberformatsbuffer.cxx -sc/source/filter/oox/ooxformulaparser.cxx -sc/source/filter/oox/pagesettings.cxx -sc/source/filter/oox/pivotcachebuffer.cxx -sc/source/filter/oox/pivotcachefragment.cxx -sc/source/filter/oox/pivottablebuffer.cxx -sc/source/filter/oox/pivottablefragment.cxx -sc/source/filter/oox/querytablebuffer.cxx -sc/source/filter/oox/querytablefragment.cxx -sc/source/filter/oox/revisionfragment.cxx -sc/source/filter/oox/richstring.cxx -sc/source/filter/oox/richstringcontext.cxx -sc/source/filter/oox/scenariobuffer.cxx -sc/source/filter/oox/scenariocontext.cxx -sc/source/filter/oox/sharedstringsbuffer.cxx -sc/source/filter/oox/sharedstringsfragment.cxx -sc/source/filter/oox/sheetdatabuffer.cxx -sc/source/filter/oox/sheetdatacontext.cxx -sc/source/filter/oox/stylesbuffer.cxx -sc/source/filter/oox/stylesfragment.cxx -sc/source/filter/oox/tablebuffer.cxx -sc/source/filter/oox/tablecolumnsbuffer.cxx -sc/source/filter/oox/tablecolumnscontext.cxx -sc/source/filter/oox/tablefragment.cxx -sc/source/filter/oox/themebuffer.cxx -sc/source/filter/oox/unitconverter.cxx -sc/source/filter/oox/viewsettings.cxx -sc/source/filter/oox/workbookfragment.cxx -sc/source/filter/oox/workbookhelper.cxx -sc/source/filter/oox/workbooksettings.cxx -sc/source/filter/oox/worksheetbuffer.cxx -sc/source/filter/oox/worksheetfragment.cxx -sc/source/filter/oox/worksheethelper.cxx -sc/source/filter/oox/worksheetsettings.cxx -sc/source/filter/orcus/filterdetect.cxx -sc/source/filter/orcus/interface.cxx -sc/source/filter/orcus/xmlcontext.cxx -sc/source/filter/qpro/qpro.cxx -sc/source/filter/qpro/qproform.cxx -sc/source/filter/qpro/qprostyle.cxx -sc/source/filter/rtf/eeimpars.cxx -sc/source/filter/rtf/expbase.cxx -sc/source/filter/rtf/rtfexp.cxx -sc/source/filter/rtf/rtfimp.cxx -sc/source/filter/rtf/rtfparse.cxx -sc/source/filter/xcl97/XclExpChangeTrack.cxx -sc/source/filter/xcl97/XclImpChangeTrack.cxx -sc/source/filter/xcl97/xcl97esc.cxx -sc/source/filter/xcl97/xcl97rec.cxx -sc/source/filter/xml/XMLCalculationSettingsContext.cxx -sc/source/filter/xml/XMLCalculationSettingsContext.hxx -sc/source/filter/xml/XMLCellRangeSourceContext.cxx -sc/source/filter/xml/XMLCellRangeSourceContext.hxx -sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx -sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx -sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx -sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx -sc/source/filter/xml/XMLCodeNameProvider.cxx -sc/source/filter/xml/XMLCodeNameProvider.hxx -sc/source/filter/xml/XMLColumnRowGroupExport.cxx -sc/source/filter/xml/XMLColumnRowGroupExport.hxx -sc/source/filter/xml/XMLConsolidationContext.cxx -sc/source/filter/xml/XMLConsolidationContext.hxx -sc/source/filter/xml/XMLConverter.cxx -sc/source/filter/xml/XMLConverter.hxx -sc/source/filter/xml/XMLDDELinksContext.cxx -sc/source/filter/xml/XMLDDELinksContext.hxx -sc/source/filter/xml/XMLDetectiveContext.cxx -sc/source/filter/xml/XMLDetectiveContext.hxx -sc/source/filter/xml/XMLEmptyContext.cxx -sc/source/filter/xml/XMLEmptyContext.hxx -sc/source/filter/xml/XMLExportDDELinks.cxx -sc/source/filter/xml/XMLExportDDELinks.hxx -sc/source/filter/xml/XMLExportDataPilot.cxx -sc/source/filter/xml/XMLExportDataPilot.hxx -sc/source/filter/xml/XMLExportDatabaseRanges.cxx -sc/source/filter/xml/XMLExportDatabaseRanges.hxx -sc/source/filter/xml/XMLExportIterator.cxx -sc/source/filter/xml/XMLExportIterator.hxx -sc/source/filter/xml/XMLExportSharedData.cxx -sc/source/filter/xml/XMLExportSharedData.hxx -sc/source/filter/xml/XMLStylesExportHelper.cxx -sc/source/filter/xml/XMLStylesExportHelper.hxx -sc/source/filter/xml/XMLStylesImportHelper.cxx -sc/source/filter/xml/XMLStylesImportHelper.hxx -sc/source/filter/xml/XMLTableHeaderFooterContext.cxx -sc/source/filter/xml/XMLTableHeaderFooterContext.hxx -sc/source/filter/xml/XMLTableMasterPageExport.cxx -sc/source/filter/xml/XMLTableMasterPageExport.hxx -sc/source/filter/xml/XMLTableShapeImportHelper.cxx -sc/source/filter/xml/XMLTableShapeImportHelper.hxx -sc/source/filter/xml/XMLTableShapeResizer.cxx -sc/source/filter/xml/XMLTableShapeResizer.hxx -sc/source/filter/xml/XMLTableShapesContext.cxx -sc/source/filter/xml/XMLTableShapesContext.hxx -sc/source/filter/xml/XMLTableSourceContext.cxx -sc/source/filter/xml/XMLTableSourceContext.hxx -sc/source/filter/xml/XMLTrackedChangesContext.cxx -sc/source/filter/xml/XMLTrackedChangesContext.hxx -sc/source/filter/xml/cachedattraccess.cxx -sc/source/filter/xml/cachedattraccess.hxx -sc/source/filter/xml/celltextparacontext.cxx -sc/source/filter/xml/celltextparacontext.hxx -sc/source/filter/xml/datastreamimport.cxx -sc/source/filter/xml/datastreamimport.hxx -sc/source/filter/xml/editattributemap.cxx -sc/source/filter/xml/importcontext.cxx -sc/source/filter/xml/importcontext.hxx -sc/source/filter/xml/pivotsource.cxx -sc/source/filter/xml/pivotsource.hxx -sc/source/filter/xml/sheetdata.cxx -sc/source/filter/xml/xmlannoi.cxx -sc/source/filter/xml/xmlannoi.hxx -sc/source/filter/xml/xmlbodyi.cxx -sc/source/filter/xml/xmlbodyi.hxx -sc/source/filter/xml/xmlcelli.cxx -sc/source/filter/xml/xmlcelli.hxx -sc/source/filter/xml/xmlcoli.cxx -sc/source/filter/xml/xmlcoli.hxx -sc/source/filter/xml/xmlcondformat.cxx -sc/source/filter/xml/xmlcondformat.hxx -sc/source/filter/xml/xmlconti.cxx -sc/source/filter/xml/xmlconti.hxx -sc/source/filter/xml/xmlcvali.cxx -sc/source/filter/xml/xmlcvali.hxx -sc/source/filter/xml/xmldpimp.cxx -sc/source/filter/xml/xmldpimp.hxx -sc/source/filter/xml/xmldrani.cxx -sc/source/filter/xml/xmldrani.hxx -sc/source/filter/xml/xmlexprt.cxx -sc/source/filter/xml/xmlexprt.hxx -sc/source/filter/xml/xmlexternaltabi.cxx -sc/source/filter/xml/xmlexternaltabi.hxx -sc/source/filter/xml/xmlfilti.cxx -sc/source/filter/xml/xmlfilti.hxx -sc/source/filter/xml/xmlfonte.cxx -sc/source/filter/xml/xmlimprt.cxx -sc/source/filter/xml/xmlimprt.hxx -sc/source/filter/xml/xmllabri.cxx -sc/source/filter/xml/xmllabri.hxx -sc/source/filter/xml/xmlmappingi.cxx -sc/source/filter/xml/xmlmappingi.hxx -sc/source/filter/xml/xmlnexpi.cxx -sc/source/filter/xml/xmlnexpi.hxx -sc/source/filter/xml/xmlrowi.cxx -sc/source/filter/xml/xmlrowi.hxx -sc/source/filter/xml/xmlsceni.cxx -sc/source/filter/xml/xmlsceni.hxx -sc/source/filter/xml/xmlsorti.cxx -sc/source/filter/xml/xmlsorti.hxx -sc/source/filter/xml/xmlstyle.cxx -sc/source/filter/xml/xmlstyle.hxx -sc/source/filter/xml/xmlstyli.cxx -sc/source/filter/xml/xmlstyli.hxx -sc/source/filter/xml/xmlsubti.cxx -sc/source/filter/xml/xmlsubti.hxx -sc/source/filter/xml/xmltabi.cxx -sc/source/filter/xml/xmltabi.hxx -sc/source/filter/xml/xmlwrap.cxx -sc/source/ui/Accessibility/AccessibilityHints.cxx -sc/source/ui/Accessibility/AccessibleCell.cxx -sc/source/ui/Accessibility/AccessibleCellBase.cxx -sc/source/ui/Accessibility/AccessibleContextBase.cxx -sc/source/ui/Accessibility/AccessibleCsvControl.cxx -sc/source/ui/Accessibility/AccessibleDocument.cxx -sc/source/ui/Accessibility/AccessibleDocumentBase.cxx -sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx -sc/source/ui/Accessibility/AccessibleEditObject.cxx -sc/source/ui/Accessibility/AccessibleGlobal.cxx -sc/source/ui/Accessibility/AccessiblePageHeader.cxx -sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx -sc/source/ui/Accessibility/AccessiblePreviewCell.cxx -sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx -sc/source/ui/Accessibility/AccessiblePreviewTable.cxx -sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx -sc/source/ui/Accessibility/AccessibleTableBase.cxx -sc/source/ui/Accessibility/AccessibleText.cxx -sc/source/ui/Accessibility/DrawModelBroadcaster.cxx -sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx -sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx -sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx -sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx -sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx -sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx -sc/source/ui/StatisticsDialogs/FTestDialog.cxx -sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx -sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx -sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx -sc/source/ui/StatisticsDialogs/RegressionDialog.cxx -sc/source/ui/StatisticsDialogs/SamplingDialog.cxx -sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx -sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx -sc/source/ui/StatisticsDialogs/TTestDialog.cxx -sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx -sc/source/ui/StatisticsDialogs/ZTestDialog.cxx -sc/source/ui/app/client.cxx -sc/source/ui/app/drwtrans.cxx -sc/source/ui/app/inputhdl.cxx -sc/source/ui/app/inputwin.cxx -sc/source/ui/app/lnktrans.cxx -sc/source/ui/app/msgpool.cxx -sc/source/ui/app/rfindlst.cxx -sc/source/ui/app/scdll.cxx -sc/source/ui/app/scmod.cxx -sc/source/ui/app/seltrans.cxx -sc/source/ui/app/transobj.cxx -sc/source/ui/app/uiitems.cxx -sc/source/ui/attrdlg/attrdlg.cxx -sc/source/ui/attrdlg/scabstdlg.cxx -sc/source/ui/attrdlg/scdlgfact.cxx -sc/source/ui/attrdlg/scdlgfact.hxx -sc/source/ui/attrdlg/scuiexp.cxx -sc/source/ui/attrdlg/tabpages.cxx -sc/source/ui/cctrl/cbnumberformat.cxx -sc/source/ui/cctrl/cbuttonw.cxx -sc/source/ui/cctrl/checklistmenu.cxx -sc/source/ui/cctrl/dpcontrol.cxx -sc/source/ui/cctrl/editfield.cxx -sc/source/ui/cctrl/tbzoomsliderctrl.cxx -sc/source/ui/condformat/colorformat.cxx -sc/source/ui/condformat/condformatdlg.cxx -sc/source/ui/condformat/condformatdlgentry.cxx -sc/source/ui/condformat/condformatdlgitem.cxx -sc/source/ui/condformat/condformathelper.cxx -sc/source/ui/condformat/condformatmgr.cxx -sc/source/ui/dataprovider/csvdataprovider.cxx -sc/source/ui/dataprovider/dataprovider.cxx -sc/source/ui/dataprovider/datatransformation.cxx -sc/source/ui/dataprovider/htmldataprovider.cxx -sc/source/ui/dataprovider/htmldataprovider.hxx -sc/source/ui/dbgui/PivotLayoutDialog.cxx -sc/source/ui/dbgui/PivotLayoutTreeList.cxx -sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx -sc/source/ui/dbgui/PivotLayoutTreeListData.cxx -sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx -sc/source/ui/dbgui/asciiopt.cxx -sc/source/ui/dbgui/consdlg.cxx -sc/source/ui/dbgui/csvcontrol.cxx -sc/source/ui/dbgui/csvgrid.cxx -sc/source/ui/dbgui/csvruler.cxx -sc/source/ui/dbgui/csvsplits.cxx -sc/source/ui/dbgui/csvtablebox.cxx -sc/source/ui/dbgui/dapidata.cxx -sc/source/ui/dbgui/dapitype.cxx -sc/source/ui/dbgui/dbnamdlg.cxx -sc/source/ui/dbgui/dpgroupdlg.cxx -sc/source/ui/dbgui/filtdlg.cxx -sc/source/ui/dbgui/foptmgr.cxx -sc/source/ui/dbgui/imoptdlg.cxx -sc/source/ui/dbgui/pfiltdlg.cxx -sc/source/ui/dbgui/pvfundlg.cxx -sc/source/ui/dbgui/scendlg.cxx -sc/source/ui/dbgui/scuiasciiopt.cxx -sc/source/ui/dbgui/scuiimoptdlg.cxx -sc/source/ui/dbgui/sfiltdlg.cxx -sc/source/ui/dbgui/sortdlg.cxx -sc/source/ui/dbgui/sortkeydlg.cxx -sc/source/ui/dbgui/subtdlg.cxx -sc/source/ui/dbgui/textimportoptions.cxx -sc/source/ui/dbgui/tpsort.cxx -sc/source/ui/dbgui/tpsubt.cxx -sc/source/ui/dbgui/validate.cxx -sc/source/ui/dialogs/searchresults.cxx -sc/source/ui/docshell/arealink.cxx -sc/source/ui/docshell/autostyl.cxx -sc/source/ui/docshell/datastream.cxx -sc/source/ui/docshell/dbdocfun.cxx -sc/source/ui/docshell/dbdocimp.cxx -sc/source/ui/docshell/docfunc.cxx -sc/source/ui/docshell/docfuncutil.cxx -sc/source/ui/docshell/docsh.cxx -sc/source/ui/docshell/docsh2.cxx -sc/source/ui/docshell/docsh3.cxx -sc/source/ui/docshell/docsh4.cxx -sc/source/ui/docshell/docsh5.cxx -sc/source/ui/docshell/docsh6.cxx -sc/source/ui/docshell/docsh8.cxx -sc/source/ui/docshell/docshimp.hxx -sc/source/ui/docshell/documentlinkmgr.cxx -sc/source/ui/docshell/editable.cxx -sc/source/ui/docshell/externalrefmgr.cxx -sc/source/ui/docshell/impex.cxx -sc/source/ui/docshell/macromgr.cxx -sc/source/ui/docshell/olinefun.cxx -sc/source/ui/docshell/pagedata.cxx -sc/source/ui/docshell/pntlock.cxx -sc/source/ui/docshell/servobj.cxx -sc/source/ui/docshell/sizedev.cxx -sc/source/ui/docshell/tablink.cxx -sc/source/ui/docshell/tpstat.cxx -sc/source/ui/drawfunc/chartsh.cxx -sc/source/ui/drawfunc/drawsh.cxx -sc/source/ui/drawfunc/drawsh2.cxx -sc/source/ui/drawfunc/drawsh4.cxx -sc/source/ui/drawfunc/drawsh5.cxx -sc/source/ui/drawfunc/drformsh.cxx -sc/source/ui/drawfunc/drtxtob.cxx -sc/source/ui/drawfunc/drtxtob1.cxx -sc/source/ui/drawfunc/drtxtob2.cxx -sc/source/ui/drawfunc/fuconarc.cxx -sc/source/ui/drawfunc/fuconcustomshape.cxx -sc/source/ui/drawfunc/fuconpol.cxx -sc/source/ui/drawfunc/fuconrec.cxx -sc/source/ui/drawfunc/fuconstr.cxx -sc/source/ui/drawfunc/fuconuno.cxx -sc/source/ui/drawfunc/fudraw.cxx -sc/source/ui/drawfunc/fuins1.cxx -sc/source/ui/drawfunc/fuins2.cxx -sc/source/ui/drawfunc/fupoor.cxx -sc/source/ui/drawfunc/fusel.cxx -sc/source/ui/drawfunc/fusel2.cxx -sc/source/ui/drawfunc/futext.cxx -sc/source/ui/drawfunc/futext3.cxx -sc/source/ui/drawfunc/graphsh.cxx -sc/source/ui/drawfunc/mediash.cxx -sc/source/ui/drawfunc/oleobjsh.cxx -sc/source/ui/formdlg/dwfunctr.cxx -sc/source/ui/formdlg/formdata.cxx -sc/source/ui/formdlg/formula.cxx -sc/source/ui/inc/AccessibilityHints.hxx -sc/source/ui/inc/AccessibleCell.hxx -sc/source/ui/inc/AccessibleCellBase.hxx -sc/source/ui/inc/AccessibleContextBase.hxx -sc/source/ui/inc/AccessibleCsvControl.hxx -sc/source/ui/inc/AccessibleDocument.hxx -sc/source/ui/inc/AccessibleDocumentBase.hxx -sc/source/ui/inc/AccessibleDocumentPagePreview.hxx -sc/source/ui/inc/AccessibleEditObject.hxx -sc/source/ui/inc/AccessiblePageHeader.hxx -sc/source/ui/inc/AccessiblePageHeaderArea.hxx -sc/source/ui/inc/AccessiblePreviewCell.hxx -sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx -sc/source/ui/inc/AccessiblePreviewTable.hxx -sc/source/ui/inc/AccessibleSpreadsheet.hxx -sc/source/ui/inc/AccessibleTableBase.hxx -sc/source/ui/inc/AccessibleText.hxx -sc/source/ui/inc/AnalysisOfVarianceDialog.hxx -sc/source/ui/inc/ChartRangeSelectionListener.hxx -sc/source/ui/inc/ChiSquareTestDialog.hxx -sc/source/ui/inc/ChildWindowWrapper.hxx -sc/source/ui/inc/CorrelationDialog.hxx -sc/source/ui/inc/CovarianceDialog.hxx -sc/source/ui/inc/DescriptiveStatisticsDialog.hxx -sc/source/ui/inc/DrawModelBroadcaster.hxx -sc/source/ui/inc/ExponentialSmoothingDialog.hxx -sc/source/ui/inc/FTestDialog.hxx -sc/source/ui/inc/IAnyRefDialog.hxx -sc/source/ui/inc/MatrixComparisonGenerator.hxx -sc/source/ui/inc/MovingAverageDialog.hxx -sc/source/ui/inc/PivotLayoutDialog.hxx -sc/source/ui/inc/PivotLayoutTreeListBase.hxx -sc/source/ui/inc/PivotLayoutTreeListLabel.hxx -sc/source/ui/inc/RandomNumberGeneratorDialog.hxx -sc/source/ui/inc/RegressionDialog.hxx -sc/source/ui/inc/SamplingDialog.hxx -sc/source/ui/inc/StatisticsInputOutputDialog.hxx -sc/source/ui/inc/StatisticsTwoVariableDialog.hxx -sc/source/ui/inc/TTestDialog.hxx -sc/source/ui/inc/TableFillingAndNavigationTools.hxx -sc/source/ui/inc/ZTestDialog.hxx -sc/source/ui/inc/acredlin.hxx -sc/source/ui/inc/anyrefdg.hxx -sc/source/ui/inc/areasave.hxx -sc/source/ui/inc/areasdlg.hxx -sc/source/ui/inc/asciiopt.hxx -sc/source/ui/inc/attrdlg.hxx -sc/source/ui/inc/autofmt.hxx -sc/source/ui/inc/autostyl.hxx -sc/source/ui/inc/cbutton.hxx -sc/source/ui/inc/cellmergeoption.hxx -sc/source/ui/inc/cellsh.hxx -sc/source/ui/inc/chartsh.hxx -sc/source/ui/inc/checklistmenu.hxx -sc/source/ui/inc/client.hxx -sc/source/ui/inc/cliputil.hxx -sc/source/ui/inc/colrowba.hxx -sc/source/ui/inc/condformatdlg.hxx -sc/source/ui/inc/condformatdlgentry.hxx -sc/source/ui/inc/condformatdlgitem.hxx -sc/source/ui/inc/condformathelper.hxx -sc/source/ui/inc/condformatmgr.hxx -sc/source/ui/inc/condformatuno.hxx -sc/source/ui/inc/conflictsdlg.hxx -sc/source/ui/inc/consdlg.hxx -sc/source/ui/inc/content.hxx -sc/source/ui/inc/crnrdlg.hxx -sc/source/ui/inc/csvcontrol.hxx -sc/source/ui/inc/csvgrid.hxx -sc/source/ui/inc/csvruler.hxx -sc/source/ui/inc/csvsplits.hxx -sc/source/ui/inc/csvtablebox.hxx -sc/source/ui/inc/dapitype.hxx -sc/source/ui/inc/datafdlg.hxx -sc/source/ui/inc/dataprovider.hxx -sc/source/ui/inc/dataproviderdlg.hxx -sc/source/ui/inc/datastream.hxx -sc/source/ui/inc/datastreamdlg.hxx -sc/source/ui/inc/datatransformation.hxx -sc/source/ui/inc/dbdocfun.hxx -sc/source/ui/inc/dbfunc.hxx -sc/source/ui/inc/dbnamdlg.hxx -sc/source/ui/inc/delcodlg.hxx -sc/source/ui/inc/docfunc.hxx -sc/source/ui/inc/docfuncutil.hxx -sc/source/ui/inc/docsh.hxx -sc/source/ui/inc/dpcontrol.hxx -sc/source/ui/inc/dpgroupdlg.hxx -sc/source/ui/inc/drawsh.hxx -sc/source/ui/inc/drawutil.hxx -sc/source/ui/inc/drawview.hxx -sc/source/ui/inc/drtxtob.hxx -sc/source/ui/inc/drwtrans.hxx -sc/source/ui/inc/dwfunctr.hxx -sc/source/ui/inc/editable.hxx -sc/source/ui/inc/editsh.hxx -sc/source/ui/inc/filldlg.hxx -sc/source/ui/inc/filtdlg.hxx -sc/source/ui/inc/foptmgr.hxx -sc/source/ui/inc/formatsh.hxx -sc/source/ui/inc/formdata.hxx -sc/source/ui/inc/formula.hxx -sc/source/ui/inc/fuconarc.hxx -sc/source/ui/inc/fuconcustomshape.hxx -sc/source/ui/inc/fuconpol.hxx -sc/source/ui/inc/fuconrec.hxx -sc/source/ui/inc/fuconstr.hxx -sc/source/ui/inc/fuconuno.hxx -sc/source/ui/inc/fudraw.hxx -sc/source/ui/inc/fuinsert.hxx -sc/source/ui/inc/fupoor.hxx -sc/source/ui/inc/fusel.hxx -sc/source/ui/inc/futext.hxx -sc/source/ui/inc/graphsh.hxx -sc/source/ui/inc/gridmerg.hxx -sc/source/ui/inc/gridwin.hxx -sc/source/ui/inc/hdrcont.hxx -sc/source/ui/inc/hfedtdlg.hxx -sc/source/ui/inc/highred.hxx -sc/source/ui/inc/hiranges.hxx -sc/source/ui/inc/imoptdlg.hxx -sc/source/ui/inc/impex.hxx -sc/source/ui/inc/inputhdl.hxx -sc/source/ui/inc/inputwin.hxx -sc/source/ui/inc/inscodlg.hxx -sc/source/ui/inc/instbdlg.hxx -sc/source/ui/inc/invmerge.hxx -sc/source/ui/inc/linkarea.hxx -sc/source/ui/inc/lnktrans.hxx -sc/source/ui/inc/msgpool.hxx -sc/source/ui/inc/mtrindlg.hxx -sc/source/ui/inc/mvtabdlg.hxx -sc/source/ui/inc/namedefdlg.hxx -sc/source/ui/inc/namedlg.hxx -sc/source/ui/inc/namemgrtable.hxx -sc/source/ui/inc/navcitem.hxx -sc/source/ui/inc/navipi.hxx -sc/source/ui/inc/navsett.hxx -sc/source/ui/inc/notemark.hxx -sc/source/ui/inc/olinefun.hxx -sc/source/ui/inc/olinewin.hxx -sc/source/ui/inc/opredlin.hxx -sc/source/ui/inc/optsolver.hxx -sc/source/ui/inc/output.hxx -sc/source/ui/inc/overlayobject.hxx -sc/source/ui/inc/pagedata.hxx -sc/source/ui/inc/pfiltdlg.hxx -sc/source/ui/inc/pfuncache.hxx -sc/source/ui/inc/pntlock.hxx -sc/source/ui/inc/preview.hxx -sc/source/ui/inc/prevloc.hxx -sc/source/ui/inc/prevwsh.hxx -sc/source/ui/inc/printfun.hxx -sc/source/ui/inc/protectiondlg.hxx -sc/source/ui/inc/pvfundlg.hxx -sc/source/ui/inc/redcom.hxx -sc/source/ui/inc/reffact.hxx -sc/source/ui/inc/refundo.hxx -sc/source/ui/inc/retypepassdlg.hxx -sc/source/ui/inc/rfindlst.hxx -sc/source/ui/inc/scendlg.hxx -sc/source/ui/inc/scui_def.hxx -sc/source/ui/inc/scuiasciiopt.hxx -sc/source/ui/inc/scuiautofmt.hxx -sc/source/ui/inc/scuiimoptdlg.hxx -sc/source/ui/inc/scuitphfedit.hxx -sc/source/ui/inc/searchresults.hxx -sc/source/ui/inc/select.hxx -sc/source/ui/inc/selectionstate.hxx -sc/source/ui/inc/seltrans.hxx -sc/source/ui/inc/servobj.hxx -sc/source/ui/inc/sharedocdlg.hxx -sc/source/ui/inc/shtabdlg.hxx -sc/source/ui/inc/simpref.hxx -sc/source/ui/inc/sizedev.hxx -sc/source/ui/inc/solveroptions.hxx -sc/source/ui/inc/solverutil.hxx -sc/source/ui/inc/solvrdlg.hxx -sc/source/ui/inc/sortdlg.hxx -sc/source/ui/inc/sortkeydlg.hxx -sc/source/ui/inc/spelldialog.hxx -sc/source/ui/inc/spelleng.hxx -sc/source/ui/inc/spellparam.hxx -sc/source/ui/inc/strindlg.hxx -sc/source/ui/inc/styledlg.hxx -sc/source/ui/inc/tabbgcolordlg.hxx -sc/source/ui/inc/tabcont.hxx -sc/source/ui/inc/tabopdlg.hxx -sc/source/ui/inc/tabpages.hxx -sc/source/ui/inc/tabsplit.hxx -sc/source/ui/inc/tabview.hxx -sc/source/ui/inc/tabvwsh.hxx -sc/source/ui/inc/target.hxx -sc/source/ui/inc/tbzoomsliderctrl.hxx -sc/source/ui/inc/textdlgs.hxx -sc/source/ui/inc/tpcalc.hxx -sc/source/ui/inc/tpcompatibility.hxx -sc/source/ui/inc/tpdefaults.hxx -sc/source/ui/inc/tpformula.hxx -sc/source/ui/inc/tphf.hxx -sc/source/ui/inc/tphfedit.hxx -sc/source/ui/inc/tpprint.hxx -sc/source/ui/inc/tpsort.hxx -sc/source/ui/inc/tpstat.hxx -sc/source/ui/inc/tpsubt.hxx -sc/source/ui/inc/tptable.hxx -sc/source/ui/inc/tpusrlst.hxx -sc/source/ui/inc/tpview.hxx -sc/source/ui/inc/transobj.hxx -sc/source/ui/inc/uiitems.hxx -sc/source/ui/inc/uiobject.hxx -sc/source/ui/inc/undobase.hxx -sc/source/ui/inc/undoblk.hxx -sc/source/ui/inc/undocell.hxx -sc/source/ui/inc/undoconvert.hxx -sc/source/ui/inc/undodat.hxx -sc/source/ui/inc/undodraw.hxx -sc/source/ui/inc/undoolk.hxx -sc/source/ui/inc/undosort.hxx -sc/source/ui/inc/undostyl.hxx -sc/source/ui/inc/undotab.hxx -sc/source/ui/inc/undoutil.hxx -sc/source/ui/inc/validate.hxx -sc/source/ui/inc/viewdata.hxx -sc/source/ui/inc/viewfunc.hxx -sc/source/ui/inc/viewutil.hxx -sc/source/ui/miscdlgs/acredlin.cxx -sc/source/ui/miscdlgs/anyrefdg.cxx -sc/source/ui/miscdlgs/autofmt.cxx -sc/source/ui/miscdlgs/conflictsdlg.cxx -sc/source/ui/miscdlgs/crdlg.cxx -sc/source/ui/miscdlgs/crnrdlg.cxx -sc/source/ui/miscdlgs/datafdlg.cxx -sc/source/ui/miscdlgs/dataproviderdlg.cxx -sc/source/ui/miscdlgs/datastreamdlg.cxx -sc/source/ui/miscdlgs/datatableview.cxx -sc/source/ui/miscdlgs/delcldlg.cxx -sc/source/ui/miscdlgs/delcodlg.cxx -sc/source/ui/miscdlgs/filldlg.cxx -sc/source/ui/miscdlgs/groupdlg.cxx -sc/source/ui/miscdlgs/highred.cxx -sc/source/ui/miscdlgs/inscldlg.cxx -sc/source/ui/miscdlgs/inscodlg.cxx -sc/source/ui/miscdlgs/instbdlg.cxx -sc/source/ui/miscdlgs/lbseldlg.cxx -sc/source/ui/miscdlgs/linkarea.cxx -sc/source/ui/miscdlgs/mergecellsdialog.cxx -sc/source/ui/miscdlgs/mtrindlg.cxx -sc/source/ui/miscdlgs/mvtabdlg.cxx -sc/source/ui/miscdlgs/namecrea.cxx -sc/source/ui/miscdlgs/optsolver.cxx -sc/source/ui/miscdlgs/protectiondlg.cxx -sc/source/ui/miscdlgs/redcom.cxx -sc/source/ui/miscdlgs/retypepassdlg.cxx -sc/source/ui/miscdlgs/scuiautofmt.cxx -sc/source/ui/miscdlgs/sharedocdlg.cxx -sc/source/ui/miscdlgs/shtabdlg.cxx -sc/source/ui/miscdlgs/simpref.cxx -sc/source/ui/miscdlgs/solveroptions.cxx -sc/source/ui/miscdlgs/solverutil.cxx -sc/source/ui/miscdlgs/solvrdlg.cxx -sc/source/ui/miscdlgs/strindlg.cxx -sc/source/ui/miscdlgs/tabbgcolordlg.cxx -sc/source/ui/miscdlgs/tabopdlg.cxx -sc/source/ui/miscdlgs/textdlgs.cxx -sc/source/ui/miscdlgs/warnbox.cxx -sc/source/ui/namedlg/namedefdlg.cxx -sc/source/ui/namedlg/namedlg.cxx -sc/source/ui/namedlg/namemgrtable.cxx -sc/source/ui/namedlg/namepast.cxx -sc/source/ui/navipi/content.cxx -sc/source/ui/navipi/navcitem.cxx -sc/source/ui/navipi/navipi.cxx -sc/source/ui/navipi/scenwnd.cxx -sc/source/ui/optdlg/calcoptionsdlg.cxx -sc/source/ui/optdlg/opredlin.cxx -sc/source/ui/optdlg/tpcalc.cxx -sc/source/ui/optdlg/tpcompatibility.cxx -sc/source/ui/optdlg/tpdefaults.cxx -sc/source/ui/optdlg/tpformula.cxx -sc/source/ui/optdlg/tpprint.cxx -sc/source/ui/optdlg/tpusrlst.cxx -sc/source/ui/optdlg/tpview.cxx -sc/source/ui/pagedlg/areasdlg.cxx -sc/source/ui/pagedlg/hfedtdlg.cxx -sc/source/ui/pagedlg/scuitphfedit.cxx -sc/source/ui/pagedlg/tphf.cxx -sc/source/ui/pagedlg/tphfedit.cxx -sc/source/ui/pagedlg/tptable.cxx -sc/source/ui/sidebar/AlignmentPropertyPanel.cxx -sc/source/ui/sidebar/AlignmentPropertyPanel.hxx -sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx -sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx -sc/source/ui/sidebar/CellBorderStyleControl.cxx -sc/source/ui/sidebar/CellLineStyleControl.cxx -sc/source/ui/sidebar/CellLineStyleValueSet.cxx -sc/source/ui/sidebar/CellLineStyleValueSet.hxx -sc/source/ui/sidebar/NumberFormatControl.cxx -sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx -sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx -sc/source/ui/sidebar/ScPanelFactory.cxx -sc/source/ui/sidebar/ScPanelFactory.hxx -sc/source/ui/styleui/styledlg.cxx -sc/source/ui/uitest/uiobject.cxx -sc/source/ui/undo/areasave.cxx -sc/source/ui/undo/refundo.cxx -sc/source/ui/undo/target.cxx -sc/source/ui/undo/undobase.cxx -sc/source/ui/undo/undoblk.cxx -sc/source/ui/undo/undoblk2.cxx -sc/source/ui/undo/undoblk3.cxx -sc/source/ui/undo/undocell.cxx -sc/source/ui/undo/undocell2.cxx -sc/source/ui/undo/undoconvert.cxx -sc/source/ui/undo/undodat.cxx -sc/source/ui/undo/undodraw.cxx -sc/source/ui/undo/undoolk.cxx -sc/source/ui/undo/undorangename.cxx -sc/source/ui/undo/undosort.cxx -sc/source/ui/undo/undostyl.cxx -sc/source/ui/undo/undotab.cxx -sc/source/ui/undo/undoutil.cxx -sc/source/ui/unoobj/ChartRangeSelectionListener.cxx -sc/source/ui/unoobj/ChartTools.cxx -sc/source/ui/unoobj/PivotTableDataProvider.cxx -sc/source/ui/unoobj/PivotTableDataSequence.cxx -sc/source/ui/unoobj/PivotTableDataSource.cxx -sc/source/ui/unoobj/TablePivotChart.cxx -sc/source/ui/unoobj/TablePivotCharts.cxx -sc/source/ui/unoobj/addruno.cxx -sc/source/ui/unoobj/afmtuno.cxx -sc/source/ui/unoobj/appluno.cxx -sc/source/ui/unoobj/celllistsource.cxx -sc/source/ui/unoobj/celllistsource.hxx -sc/source/ui/unoobj/cellsuno.cxx -sc/source/ui/unoobj/cellvaluebinding.cxx -sc/source/ui/unoobj/cellvaluebinding.hxx -sc/source/ui/unoobj/chart2uno.cxx -sc/source/ui/unoobj/chartuno.cxx -sc/source/ui/unoobj/condformatuno.cxx -sc/source/ui/unoobj/confuno.cxx -sc/source/ui/unoobj/convuno.cxx -sc/source/ui/unoobj/cursuno.cxx -sc/source/ui/unoobj/dapiuno.cxx -sc/source/ui/unoobj/datauno.cxx -sc/source/ui/unoobj/defltuno.cxx -sc/source/ui/unoobj/dispuno.cxx -sc/source/ui/unoobj/docuno.cxx -sc/source/ui/unoobj/drdefuno.cxx -sc/source/ui/unoobj/editsrc.cxx -sc/source/ui/unoobj/eventuno.cxx -sc/source/ui/unoobj/exceldetect.cxx -sc/source/ui/unoobj/exceldetect.hxx -sc/source/ui/unoobj/fielduno.cxx -sc/source/ui/unoobj/filtuno.cxx -sc/source/ui/unoobj/fmtuno.cxx -sc/source/ui/unoobj/forbiuno.cxx -sc/source/ui/unoobj/funcuno.cxx -sc/source/ui/unoobj/linkuno.cxx -sc/source/ui/unoobj/listenercalls.cxx -sc/source/ui/unoobj/miscuno.cxx -sc/source/ui/unoobj/nameuno.cxx -sc/source/ui/unoobj/notesuno.cxx -sc/source/ui/unoobj/optuno.cxx -sc/source/ui/unoobj/pageuno.cxx -sc/source/ui/unoobj/scdetect.cxx -sc/source/ui/unoobj/scdetect.hxx -sc/source/ui/unoobj/servuno.cxx -sc/source/ui/unoobj/shapeuno.cxx -sc/source/ui/unoobj/srchuno.cxx -sc/source/ui/unoobj/styleuno.cxx -sc/source/ui/unoobj/targuno.cxx -sc/source/ui/unoobj/textuno.cxx -sc/source/ui/unoobj/tokenuno.cxx -sc/source/ui/unoobj/unodoc.cxx -sc/source/ui/unoobj/unoreflist.cxx -sc/source/ui/unoobj/viewuno.cxx -sc/source/ui/unoobj/warnpassword.cxx -sc/source/ui/vba/excelvbahelper.cxx -sc/source/ui/vba/excelvbahelper.hxx -sc/source/ui/vba/helperdecl.hxx -sc/source/ui/vba/service.cxx -sc/source/ui/vba/service.hxx -sc/source/ui/vba/vbaapplication.cxx -sc/source/ui/vba/vbaapplication.hxx -sc/source/ui/vba/vbaassistant.cxx -sc/source/ui/vba/vbaassistant.hxx -sc/source/ui/vba/vbaaxes.cxx -sc/source/ui/vba/vbaaxes.hxx -sc/source/ui/vba/vbaaxis.cxx -sc/source/ui/vba/vbaaxis.hxx -sc/source/ui/vba/vbaaxistitle.cxx -sc/source/ui/vba/vbaaxistitle.hxx -sc/source/ui/vba/vbaborders.cxx -sc/source/ui/vba/vbaborders.hxx -sc/source/ui/vba/vbacharacters.cxx -sc/source/ui/vba/vbacharacters.hxx -sc/source/ui/vba/vbachart.cxx -sc/source/ui/vba/vbachart.hxx -sc/source/ui/vba/vbachartobject.cxx -sc/source/ui/vba/vbachartobject.hxx -sc/source/ui/vba/vbachartobjects.cxx -sc/source/ui/vba/vbachartobjects.hxx -sc/source/ui/vba/vbacharttitle.cxx -sc/source/ui/vba/vbacharttitle.hxx -sc/source/ui/vba/vbacomment.cxx -sc/source/ui/vba/vbacomment.hxx -sc/source/ui/vba/vbacomments.cxx -sc/source/ui/vba/vbacomments.hxx -sc/source/ui/vba/vbacondition.cxx -sc/source/ui/vba/vbacondition.hxx -sc/source/ui/vba/vbadialog.cxx -sc/source/ui/vba/vbadialog.hxx -sc/source/ui/vba/vbadialogs.cxx -sc/source/ui/vba/vbadialogs.hxx -sc/source/ui/vba/vbaeventshelper.cxx -sc/source/ui/vba/vbaeventshelper.hxx -sc/source/ui/vba/vbafiledialog.cxx -sc/source/ui/vba/vbafiledialog.hxx -sc/source/ui/vba/vbafiledialogitems.cxx -sc/source/ui/vba/vbafiledialogitems.hxx -sc/source/ui/vba/vbafont.cxx -sc/source/ui/vba/vbafont.hxx -sc/source/ui/vba/vbaformat.cxx -sc/source/ui/vba/vbaformat.hxx -sc/source/ui/vba/vbaformatcondition.cxx -sc/source/ui/vba/vbaformatcondition.hxx -sc/source/ui/vba/vbaformatconditions.cxx -sc/source/ui/vba/vbaformatconditions.hxx -sc/source/ui/vba/vbaglobals.cxx -sc/source/ui/vba/vbaglobals.hxx -sc/source/ui/vba/vbahyperlink.cxx -sc/source/ui/vba/vbahyperlink.hxx -sc/source/ui/vba/vbahyperlinks.cxx -sc/source/ui/vba/vbahyperlinks.hxx -sc/source/ui/vba/vbainterior.cxx -sc/source/ui/vba/vbainterior.hxx -sc/source/ui/vba/vbalineshape.cxx -sc/source/ui/vba/vbalineshape.hxx -sc/source/ui/vba/vbamenu.cxx -sc/source/ui/vba/vbamenu.hxx -sc/source/ui/vba/vbamenubar.cxx -sc/source/ui/vba/vbamenubar.hxx -sc/source/ui/vba/vbamenubars.cxx -sc/source/ui/vba/vbamenubars.hxx -sc/source/ui/vba/vbamenuitem.cxx -sc/source/ui/vba/vbamenuitem.hxx -sc/source/ui/vba/vbamenuitems.cxx -sc/source/ui/vba/vbamenuitems.hxx -sc/source/ui/vba/vbamenus.cxx -sc/source/ui/vba/vbamenus.hxx -sc/source/ui/vba/vbaname.cxx -sc/source/ui/vba/vbaname.hxx -sc/source/ui/vba/vbanames.cxx -sc/source/ui/vba/vbanames.hxx -sc/source/ui/vba/vbaoleobject.cxx -sc/source/ui/vba/vbaoleobject.hxx -sc/source/ui/vba/vbaoleobjects.cxx -sc/source/ui/vba/vbaoleobjects.hxx -sc/source/ui/vba/vbaoutline.cxx -sc/source/ui/vba/vbaoutline.hxx -sc/source/ui/vba/vbaovalshape.cxx -sc/source/ui/vba/vbaovalshape.hxx -sc/source/ui/vba/vbapagebreak.cxx -sc/source/ui/vba/vbapagebreak.hxx -sc/source/ui/vba/vbapagebreaks.cxx -sc/source/ui/vba/vbapagebreaks.hxx -sc/source/ui/vba/vbapagesetup.cxx -sc/source/ui/vba/vbapagesetup.hxx -sc/source/ui/vba/vbapalette.cxx -sc/source/ui/vba/vbapalette.hxx -sc/source/ui/vba/vbapane.cxx -sc/source/ui/vba/vbapane.hxx -sc/source/ui/vba/vbapivotcache.cxx -sc/source/ui/vba/vbapivotcache.hxx -sc/source/ui/vba/vbapivottable.cxx -sc/source/ui/vba/vbapivottable.hxx -sc/source/ui/vba/vbapivottables.cxx -sc/source/ui/vba/vbapivottables.hxx -sc/source/ui/vba/vbarange.cxx -sc/source/ui/vba/vbarange.hxx -sc/source/ui/vba/vbasheetobject.cxx -sc/source/ui/vba/vbasheetobject.hxx -sc/source/ui/vba/vbasheetobjects.cxx -sc/source/ui/vba/vbasheetobjects.hxx -sc/source/ui/vba/vbastyle.cxx -sc/source/ui/vba/vbastyle.hxx -sc/source/ui/vba/vbastyles.cxx -sc/source/ui/vba/vbastyles.hxx -sc/source/ui/vba/vbatextboxshape.cxx -sc/source/ui/vba/vbatextboxshape.hxx -sc/source/ui/vba/vbatextframe.cxx -sc/source/ui/vba/vbatextframe.hxx -sc/source/ui/vba/vbatitle.hxx -sc/source/ui/vba/vbavalidation.cxx -sc/source/ui/vba/vbavalidation.hxx -sc/source/ui/vba/vbawindow.cxx -sc/source/ui/vba/vbawindow.hxx -sc/source/ui/vba/vbawindows.cxx -sc/source/ui/vba/vbawindows.hxx -sc/source/ui/vba/vbaworkbook.cxx -sc/source/ui/vba/vbaworkbook.hxx -sc/source/ui/vba/vbaworkbooks.cxx -sc/source/ui/vba/vbaworkbooks.hxx -sc/source/ui/vba/vbaworksheet.cxx -sc/source/ui/vba/vbaworksheet.hxx -sc/source/ui/vba/vbaworksheets.cxx -sc/source/ui/vba/vbaworksheets.hxx -sc/source/ui/vba/vbawsfunction.cxx -sc/source/ui/vba/vbawsfunction.hxx -sc/source/ui/view/auditsh.cxx -sc/source/ui/view/cellmergeoption.cxx -sc/source/ui/view/cellsh.cxx -sc/source/ui/view/cellsh1.cxx -sc/source/ui/view/cellsh2.cxx -sc/source/ui/view/cellsh3.cxx -sc/source/ui/view/cellsh4.cxx -sc/source/ui/view/cliputil.cxx -sc/source/ui/view/colrowba.cxx -sc/source/ui/view/dbfunc.cxx -sc/source/ui/view/dbfunc2.cxx -sc/source/ui/view/dbfunc3.cxx -sc/source/ui/view/dbfunc4.cxx -sc/source/ui/view/drawutil.cxx -sc/source/ui/view/drawvie3.cxx -sc/source/ui/view/drawvie4.cxx -sc/source/ui/view/drawview.cxx -sc/source/ui/view/editsh.cxx -sc/source/ui/view/formatsh.cxx -sc/source/ui/view/gridmerg.cxx -sc/source/ui/view/gridwin.cxx -sc/source/ui/view/gridwin2.cxx -sc/source/ui/view/gridwin3.cxx -sc/source/ui/view/gridwin4.cxx -sc/source/ui/view/gridwin5.cxx -sc/source/ui/view/gridwin_dbgutil.cxx -sc/source/ui/view/hdrcont.cxx -sc/source/ui/view/hintwin.cxx -sc/source/ui/view/imapwrap.cxx -sc/source/ui/view/imapwrap.hxx -sc/source/ui/view/invmerge.cxx -sc/source/ui/view/notemark.cxx -sc/source/ui/view/olinewin.cxx -sc/source/ui/view/output.cxx -sc/source/ui/view/output2.cxx -sc/source/ui/view/output3.cxx -sc/source/ui/view/overlayobject.cxx -sc/source/ui/view/pfuncache.cxx -sc/source/ui/view/pgbrksh.cxx -sc/source/ui/view/pivotsh.cxx -sc/source/ui/view/preview.cxx -sc/source/ui/view/prevloc.cxx -sc/source/ui/view/prevwsh.cxx -sc/source/ui/view/prevwsh2.cxx -sc/source/ui/view/printfun.cxx -sc/source/ui/view/reffact.cxx -sc/source/ui/view/scextopt.cxx -sc/source/ui/view/select.cxx -sc/source/ui/view/selectionstate.cxx -sc/source/ui/view/spellcheckcontext.cxx -sc/source/ui/view/spelldialog.cxx -sc/source/ui/view/spelleng.cxx -sc/source/ui/view/tabcont.cxx -sc/source/ui/view/tabsplit.cxx -sc/source/ui/view/tabview.cxx -sc/source/ui/view/tabview2.cxx -sc/source/ui/view/tabview3.cxx -sc/source/ui/view/tabview4.cxx -sc/source/ui/view/tabview5.cxx -sc/source/ui/view/tabvwsh.cxx -sc/source/ui/view/tabvwsh2.cxx -sc/source/ui/view/tabvwsh3.cxx -sc/source/ui/view/tabvwsh4.cxx -sc/source/ui/view/tabvwsh5.cxx -sc/source/ui/view/tabvwsh8.cxx -sc/source/ui/view/tabvwsh9.cxx -sc/source/ui/view/tabvwsha.cxx -sc/source/ui/view/tabvwshb.cxx -sc/source/ui/view/tabvwshc.cxx -sc/source/ui/view/tabvwshd.cxx -sc/source/ui/view/tabvwshe.cxx -sc/source/ui/view/tabvwshf.cxx -sc/source/ui/view/tabvwshg.cxx -sc/source/ui/view/tabvwshh.cxx -sc/source/ui/view/viewdata.cxx -sc/source/ui/view/viewfun2.cxx -sc/source/ui/view/viewfun3.cxx -sc/source/ui/view/viewfun4.cxx -sc/source/ui/view/viewfun5.cxx -sc/source/ui/view/viewfun6.cxx -sc/source/ui/view/viewfun7.cxx -sc/source/ui/view/viewfunc.cxx -sc/source/ui/view/viewutil.cxx -sc/source/ui/view/waitoff.cxx -sc/source/ui/xmlsource/xmlsourcedlg.cxx -scaddins/source/analysis/analysis.cxx -scaddins/source/analysis/analysis.hxx -scaddins/source/analysis/analysisdefs.hxx -scaddins/source/analysis/analysishelper.cxx -scaddins/source/analysis/analysishelper.hxx -scaddins/source/analysis/bessel.cxx -scaddins/source/analysis/bessel.hxx -scaddins/source/analysis/deffuncname.hxx -scaddins/source/analysis/financial.cxx -scaddins/source/datefunc/datefunc.cxx -scaddins/source/datefunc/datefunc.hxx -scaddins/source/datefunc/deffuncname.hxx -scaddins/source/pricing/black_scholes.cxx -scaddins/source/pricing/black_scholes.hxx -scaddins/source/pricing/pricing.cxx -scaddins/source/pricing/pricing.hxx -sccomp/qa/unit/solver.cxx -sccomp/source/solver/CoinMPSolver.cxx -sccomp/source/solver/LpsolveSolver.cxx -sccomp/source/solver/SolverComponent.cxx -sccomp/source/solver/SolverComponent.hxx -scripting/source/basprov/baslibnode.cxx -scripting/source/basprov/baslibnode.hxx -scripting/source/basprov/basmethnode.cxx -scripting/source/basprov/basmethnode.hxx -scripting/source/basprov/basmodnode.cxx -scripting/source/basprov/basmodnode.hxx -scripting/source/basprov/basprov.cxx -scripting/source/basprov/basprov.hxx -scripting/source/basprov/basscript.cxx -scripting/source/basprov/basscript.hxx -scripting/source/dlgprov/DialogModelProvider.cxx -scripting/source/dlgprov/DialogModelProvider.hxx -scripting/source/dlgprov/dlgevtatt.cxx -scripting/source/dlgprov/dlgevtatt.hxx -scripting/source/dlgprov/dlgprov.cxx -scripting/source/dlgprov/dlgprov.hxx -scripting/source/inc/bcholder.hxx -scripting/source/inc/util/MiscUtils.hxx -scripting/source/protocolhandler/scripthandler.cxx -scripting/source/protocolhandler/scripthandler.hxx -scripting/source/provider/ActiveMSPList.cxx -scripting/source/provider/ActiveMSPList.hxx -scripting/source/provider/BrowseNodeFactoryImpl.cxx -scripting/source/provider/BrowseNodeFactoryImpl.hxx -scripting/source/provider/MasterScriptProvider.cxx -scripting/source/provider/MasterScriptProvider.hxx -scripting/source/provider/MasterScriptProviderFactory.cxx -scripting/source/provider/MasterScriptProviderFactory.hxx -scripting/source/provider/ProviderCache.cxx -scripting/source/provider/ProviderCache.hxx -scripting/source/provider/URIHelper.cxx -scripting/source/provider/URIHelper.hxx -scripting/source/stringresource/stringresource.cxx -scripting/source/stringresource/stringresource.hxx -scripting/source/vbaevents/eventhelper.cxx -sd/inc/Annotation.hxx -sd/inc/AnnotationEnumeration.hxx -sd/inc/CustomAnimationCloner.hxx -sd/inc/CustomAnimationEffect.hxx -sd/inc/CustomAnimationPreset.hxx -sd/inc/EffectMigration.hxx -sd/inc/FactoryIds.hxx -sd/inc/OutlinerIterator.hxx -sd/inc/TransitionPreset.hxx -sd/inc/animations.hxx -sd/inc/anminfo.hxx -sd/inc/createpresentation.hxx -sd/inc/createunocustomshow.hxx -sd/inc/createunopageimpl.hxx -sd/inc/cusshow.hxx -sd/inc/customshowlist.hxx -sd/inc/drawdoc.hxx -sd/inc/glob.hxx -sd/inc/helper/simplereferencecomponent.hxx -sd/inc/helpids.h -sd/inc/misc/scopelock.hxx -sd/inc/notifydocumentevent.hxx -sd/inc/pglink.hxx -sd/inc/randomnode.hxx -sd/inc/sdabstdlg.hxx -sd/inc/sdattr.hxx -sd/inc/sdcgmfilter.hxx -sd/inc/sdcommands.h -sd/inc/sddll.hxx -sd/inc/sddllapi.h -sd/inc/sdenumdef.hxx -sd/inc/sderror.hxx -sd/inc/sdfilter.hxx -sd/inc/sdgrffilter.hxx -sd/inc/sdhtmlfilter.hxx -sd/inc/sdiocmpt.hxx -sd/inc/sdmod.hxx -sd/inc/sdpage.hxx -sd/inc/sdpptwrp.hxx -sd/inc/sdundo.hxx -sd/inc/sdxmlwrp.hxx -sd/inc/shapelist.hxx -sd/inc/stlfamily.hxx -sd/inc/stlpool.hxx -sd/inc/stlsheet.hxx -sd/inc/strings.hxx -sd/inc/strmname.h -sd/inc/textapi.hxx -sd/inc/undo/undofactory.hxx -sd/inc/undo/undomanager.hxx -sd/inc/undo/undoobjects.hxx -sd/inc/undoanim.hxx -sd/qa/unit/SVGExportTests.cxx -sd/qa/unit/activex-controls-tests.cxx -sd/qa/unit/dialogs-test.cxx -sd/qa/unit/export-tests-ooxml1.cxx -sd/qa/unit/export-tests-ooxml2.cxx -sd/qa/unit/export-tests.cxx -sd/qa/unit/filters-test.cxx -sd/qa/unit/import-tests-smartart.cxx -sd/qa/unit/import-tests.cxx -sd/qa/unit/misc-tests.cxx -sd/qa/unit/sdmodeltestbase.hxx -sd/qa/unit/tiledrendering/tiledrendering.cxx -sd/qa/unit/uimpress.cxx -sd/source/core/CustomAnimationCloner.cxx -sd/source/core/CustomAnimationEffect.cxx -sd/source/core/CustomAnimationPreset.cxx -sd/source/core/EffectMigration.cxx -sd/source/core/PageListWatcher.cxx -sd/source/core/PageListWatcher.hxx -sd/source/core/TransitionPreset.cxx -sd/source/core/anminfo.cxx -sd/source/core/annotations/Annotation.cxx -sd/source/core/annotations/AnnotationEnumeration.cxx -sd/source/core/cusshow.cxx -sd/source/core/drawdoc.cxx -sd/source/core/drawdoc2.cxx -sd/source/core/drawdoc3.cxx -sd/source/core/drawdoc4.cxx -sd/source/core/drawdoc_animations.cxx -sd/source/core/pglink.cxx -sd/source/core/sdiocmpt.cxx -sd/source/core/sdpage.cxx -sd/source/core/sdpage2.cxx -sd/source/core/sdpage_animations.cxx -sd/source/core/shapelist.cxx -sd/source/core/stlfamily.cxx -sd/source/core/stlpool.cxx -sd/source/core/stlsheet.cxx -sd/source/core/text/textapi.cxx -sd/source/core/undo/undofactory.cxx -sd/source/core/undo/undomanager.cxx -sd/source/core/undo/undoobjects.cxx -sd/source/core/undoanim.cxx -sd/source/filter/cgm/sdcgmfilter.cxx -sd/source/filter/eppt/eppt.cxx -sd/source/filter/eppt/eppt.hxx -sd/source/filter/eppt/epptbase.hxx -sd/source/filter/eppt/epptdef.hxx -sd/source/filter/eppt/epptooxml.hxx -sd/source/filter/eppt/epptso.cxx -sd/source/filter/eppt/escherex.cxx -sd/source/filter/eppt/escherex.hxx -sd/source/filter/eppt/grouptable.hxx -sd/source/filter/eppt/pptexanimations.cxx -sd/source/filter/eppt/pptexanimations.hxx -sd/source/filter/eppt/pptexsoundcollection.cxx -sd/source/filter/eppt/pptexsoundcollection.hxx -sd/source/filter/eppt/pptx-epptbase.cxx -sd/source/filter/eppt/pptx-epptooxml.cxx -sd/source/filter/eppt/pptx-grouptable.cxx -sd/source/filter/eppt/pptx-stylesheet.cxx -sd/source/filter/eppt/pptx-text.cxx -sd/source/filter/eppt/text.hxx -sd/source/filter/grf/sdgrffilter.cxx -sd/source/filter/html/HtmlOptionsDialog.cxx -sd/source/filter/html/buttonset.cxx -sd/source/filter/html/htmlattr.cxx -sd/source/filter/html/htmlattr.hxx -sd/source/filter/html/htmlex.cxx -sd/source/filter/html/htmlex.hxx -sd/source/filter/html/pubdlg.cxx -sd/source/filter/html/sdhtmlfilter.cxx -sd/source/filter/ppt/ppt97animations.cxx -sd/source/filter/ppt/ppt97animations.hxx -sd/source/filter/ppt/pptanimations.hxx -sd/source/filter/ppt/pptatom.cxx -sd/source/filter/ppt/pptatom.hxx -sd/source/filter/ppt/pptin.cxx -sd/source/filter/ppt/pptin.hxx -sd/source/filter/ppt/pptinanimations.cxx -sd/source/filter/ppt/pptinanimations.hxx -sd/source/filter/ppt/propread.cxx -sd/source/filter/ppt/propread.hxx -sd/source/filter/sdfilter.cxx -sd/source/filter/sdpptwrp.cxx -sd/source/filter/xml/sdtransform.cxx -sd/source/filter/xml/sdxmlwrp.cxx -sd/source/helper/simplereferencecomponent.cxx -sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx -sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx -sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx -sd/source/ui/accessibility/AccessibleOutlineView.cxx -sd/source/ui/accessibility/AccessiblePageShape.cxx -sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx -sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx -sd/source/ui/accessibility/AccessiblePresentationShape.cxx -sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx -sd/source/ui/accessibility/AccessibleSlideSorterView.cxx -sd/source/ui/accessibility/AccessibleViewForwarder.cxx -sd/source/ui/accessibility/SdShapeTypes.cxx -sd/source/ui/animations/CustomAnimationDialog.cxx -sd/source/ui/animations/CustomAnimationDialog.hxx -sd/source/ui/animations/CustomAnimationList.cxx -sd/source/ui/animations/CustomAnimationList.hxx -sd/source/ui/animations/CustomAnimationPane.cxx -sd/source/ui/animations/CustomAnimationPane.hxx -sd/source/ui/animations/STLPropertySet.cxx -sd/source/ui/animations/STLPropertySet.hxx -sd/source/ui/animations/SlideTransitionPane.cxx -sd/source/ui/animations/motionpathtag.cxx -sd/source/ui/animations/motionpathtag.hxx -sd/source/ui/annotations/annotationmanager.cxx -sd/source/ui/annotations/annotationmanagerimpl.hxx -sd/source/ui/annotations/annotationtag.cxx -sd/source/ui/annotations/annotationtag.hxx -sd/source/ui/annotations/annotationwindow.cxx -sd/source/ui/annotations/annotationwindow.hxx -sd/source/ui/app/optsitem.cxx -sd/source/ui/app/sddll.cxx -sd/source/ui/app/sdmod.cxx -sd/source/ui/app/sdmod1.cxx -sd/source/ui/app/sdmod2.cxx -sd/source/ui/app/sdpopup.cxx -sd/source/ui/app/sdxfer.cxx -sd/source/ui/app/tmplctrl.cxx -sd/source/ui/controller/displaymodecontroller.cxx -sd/source/ui/controller/slidelayoutcontroller.cxx -sd/source/ui/controller/slidelayoutcontroller.hxx -sd/source/ui/dlg/AnimationChildWindow.cxx -sd/source/ui/dlg/LayerTabBar.cxx -sd/source/ui/dlg/NavigatorChildWindow.cxx -sd/source/ui/dlg/PaneChildWindows.cxx -sd/source/ui/dlg/PaneDockingWindow.cxx -sd/source/ui/dlg/PaneShells.cxx -sd/source/ui/dlg/PhotoAlbumDialog.cxx -sd/source/ui/dlg/PhotoAlbumDialog.hxx -sd/source/ui/dlg/RemoteDialog.cxx -sd/source/ui/dlg/RemoteDialog.hxx -sd/source/ui/dlg/RemoteDialogClientBox.cxx -sd/source/ui/dlg/RemoteDialogClientBox.hxx -sd/source/ui/dlg/SpellDialogChildWindow.cxx -sd/source/ui/dlg/TemplateScanner.cxx -sd/source/ui/dlg/animobjs.cxx -sd/source/ui/dlg/assclass.cxx -sd/source/ui/dlg/brkdlg.cxx -sd/source/ui/dlg/copydlg.cxx -sd/source/ui/dlg/custsdlg.cxx -sd/source/ui/dlg/diactrl.cxx -sd/source/ui/dlg/dlgchar.cxx -sd/source/ui/dlg/dlgfield.cxx -sd/source/ui/dlg/dlgolbul.cxx -sd/source/ui/dlg/dlgpage.cxx -sd/source/ui/dlg/dlgsnap.cxx -sd/source/ui/dlg/filedlg.cxx -sd/source/ui/dlg/gluectrl.cxx -sd/source/ui/dlg/headerfooterdlg.cxx -sd/source/ui/dlg/ins_paste.cxx -sd/source/ui/dlg/inspagob.cxx -sd/source/ui/dlg/layeroptionsdlg.cxx -sd/source/ui/dlg/masterlayoutdlg.cxx -sd/source/ui/dlg/morphdlg.cxx -sd/source/ui/dlg/navigatr.cxx -sd/source/ui/dlg/paragr.cxx -sd/source/ui/dlg/present.cxx -sd/source/ui/dlg/prltempl.cxx -sd/source/ui/dlg/prntopts.cxx -sd/source/ui/dlg/sdabstdlg.cxx -sd/source/ui/dlg/sddlgfact.cxx -sd/source/ui/dlg/sddlgfact.hxx -sd/source/ui/dlg/sdpreslt.cxx -sd/source/ui/dlg/sdtreelb.cxx -sd/source/ui/dlg/sduiexp.cxx -sd/source/ui/dlg/tabtempl.cxx -sd/source/ui/dlg/tpaction.cxx -sd/source/ui/dlg/tpoption.cxx -sd/source/ui/dlg/unchss.cxx -sd/source/ui/dlg/vectdlg.cxx -sd/source/ui/docshell/docshel2.cxx -sd/source/ui/docshell/docshel3.cxx -sd/source/ui/docshell/docshel4.cxx -sd/source/ui/docshell/docshell.cxx -sd/source/ui/docshell/grdocsh.cxx -sd/source/ui/docshell/sdclient.cxx -sd/source/ui/framework/configuration/ChangeRequestQueue.cxx -sd/source/ui/framework/configuration/ChangeRequestQueue.hxx -sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx -sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx -sd/source/ui/framework/configuration/Configuration.cxx -sd/source/ui/framework/configuration/ConfigurationClassifier.cxx -sd/source/ui/framework/configuration/ConfigurationClassifier.hxx -sd/source/ui/framework/configuration/ConfigurationController.cxx -sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx -sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx -sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx -sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.hxx -sd/source/ui/framework/configuration/ConfigurationTracer.cxx -sd/source/ui/framework/configuration/ConfigurationTracer.hxx -sd/source/ui/framework/configuration/ConfigurationUpdater.cxx -sd/source/ui/framework/configuration/ConfigurationUpdater.hxx -sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx -sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx -sd/source/ui/framework/configuration/ResourceFactoryManager.cxx -sd/source/ui/framework/configuration/ResourceFactoryManager.hxx -sd/source/ui/framework/configuration/ResourceId.cxx -sd/source/ui/framework/configuration/UpdateRequest.cxx -sd/source/ui/framework/configuration/UpdateRequest.hxx -sd/source/ui/framework/factories/BasicPaneFactory.cxx -sd/source/ui/framework/factories/BasicPaneFactory.hxx -sd/source/ui/framework/factories/BasicToolBarFactory.cxx -sd/source/ui/framework/factories/BasicToolBarFactory.hxx -sd/source/ui/framework/factories/BasicViewFactory.cxx -sd/source/ui/framework/factories/BasicViewFactory.hxx -sd/source/ui/framework/factories/ChildWindowPane.cxx -sd/source/ui/framework/factories/ChildWindowPane.hxx -sd/source/ui/framework/factories/FrameWindowPane.cxx -sd/source/ui/framework/factories/FrameWindowPane.hxx -sd/source/ui/framework/factories/FullScreenPane.cxx -sd/source/ui/framework/factories/FullScreenPane.hxx -sd/source/ui/framework/factories/Pane.cxx -sd/source/ui/framework/factories/PresentationFactory.cxx -sd/source/ui/framework/factories/ViewShellWrapper.cxx -sd/source/ui/framework/module/CenterViewFocusModule.cxx -sd/source/ui/framework/module/CenterViewFocusModule.hxx -sd/source/ui/framework/module/DrawModule.cxx -sd/source/ui/framework/module/ImpressModule.cxx -sd/source/ui/framework/module/ModuleController.cxx -sd/source/ui/framework/module/PresentationModule.cxx -sd/source/ui/framework/module/ShellStackGuard.cxx -sd/source/ui/framework/module/ShellStackGuard.hxx -sd/source/ui/framework/module/SlideSorterModule.cxx -sd/source/ui/framework/module/SlideSorterModule.hxx -sd/source/ui/framework/module/ToolBarModule.cxx -sd/source/ui/framework/module/ToolBarModule.hxx -sd/source/ui/framework/module/ViewTabBarModule.cxx -sd/source/ui/framework/module/ViewTabBarModule.hxx -sd/source/ui/framework/tools/FrameworkHelper.cxx -sd/source/ui/func/bulmaper.cxx -sd/source/ui/func/fuarea.cxx -sd/source/ui/func/fubullet.cxx -sd/source/ui/func/fuchar.cxx -sd/source/ui/func/fucon3d.cxx -sd/source/ui/func/fuconarc.cxx -sd/source/ui/func/fuconbez.cxx -sd/source/ui/func/fuconcs.cxx -sd/source/ui/func/fuconnct.cxx -sd/source/ui/func/fuconrec.cxx -sd/source/ui/func/fuconstr.cxx -sd/source/ui/func/fuconuno.cxx -sd/source/ui/func/fucopy.cxx -sd/source/ui/func/fucushow.cxx -sd/source/ui/func/fudraw.cxx -sd/source/ui/func/fudspord.cxx -sd/source/ui/func/fuediglu.cxx -sd/source/ui/func/fuexpand.cxx -sd/source/ui/func/fuformatpaintbrush.cxx -sd/source/ui/func/fuhhconv.cxx -sd/source/ui/func/fuinsert.cxx -sd/source/ui/func/fuinsfil.cxx -sd/source/ui/func/fuline.cxx -sd/source/ui/func/fulinend.cxx -sd/source/ui/func/fulink.cxx -sd/source/ui/func/fumeasur.cxx -sd/source/ui/func/fumorph.cxx -sd/source/ui/func/funavig.cxx -sd/source/ui/func/fuoaprms.cxx -sd/source/ui/func/fuolbull.cxx -sd/source/ui/func/fuoltext.cxx -sd/source/ui/func/fupage.cxx -sd/source/ui/func/fuparagr.cxx -sd/source/ui/func/fupoor.cxx -sd/source/ui/func/fuprlout.cxx -sd/source/ui/func/fuprobjs.cxx -sd/source/ui/func/fuscale.cxx -sd/source/ui/func/fusearch.cxx -sd/source/ui/func/fusel.cxx -sd/source/ui/func/fusldlg.cxx -sd/source/ui/func/fusnapln.cxx -sd/source/ui/func/fusumry.cxx -sd/source/ui/func/futempl.cxx -sd/source/ui/func/futext.cxx -sd/source/ui/func/futhes.cxx -sd/source/ui/func/futransf.cxx -sd/source/ui/func/futxtatt.cxx -sd/source/ui/func/fuvect.cxx -sd/source/ui/func/fuzoom.cxx -sd/source/ui/func/sdundogr.cxx -sd/source/ui/func/smarttag.cxx -sd/source/ui/func/undoback.cxx -sd/source/ui/func/undoheaderfooter.cxx -sd/source/ui/func/undolayer.cxx -sd/source/ui/func/undopage.cxx -sd/source/ui/func/unmovss.cxx -sd/source/ui/func/unoaprms.cxx -sd/source/ui/func/unprlout.cxx -sd/source/ui/inc/AccessibleDocumentViewBase.hxx -sd/source/ui/inc/AccessibleDrawDocumentView.hxx -sd/source/ui/inc/AccessibleOutlineEditSource.hxx -sd/source/ui/inc/AccessibleOutlineView.hxx -sd/source/ui/inc/AccessiblePageShape.hxx -sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx -sd/source/ui/inc/AccessiblePresentationOLEShape.hxx -sd/source/ui/inc/AccessiblePresentationShape.hxx -sd/source/ui/inc/AccessibleSlideSorterObject.hxx -sd/source/ui/inc/AccessibleSlideSorterView.hxx -sd/source/ui/inc/AccessibleViewForwarder.hxx -sd/source/ui/inc/AnimationChildWindow.hxx -sd/source/ui/inc/BezierObjectBar.hxx -sd/source/ui/inc/BreakDlg.hxx -sd/source/ui/inc/Client.hxx -sd/source/ui/inc/ClientView.hxx -sd/source/ui/inc/DocumentRenderer.hxx -sd/source/ui/inc/DrawController.hxx -sd/source/ui/inc/DrawDocShell.hxx -sd/source/ui/inc/DrawSubController.hxx -sd/source/ui/inc/DrawViewShell.hxx -sd/source/ui/inc/EventMultiplexer.hxx -sd/source/ui/inc/FormShellManager.hxx -sd/source/ui/inc/FrameView.hxx -sd/source/ui/inc/GraphicDocShell.hxx -sd/source/ui/inc/GraphicObjectBar.hxx -sd/source/ui/inc/GraphicViewShell.hxx -sd/source/ui/inc/GraphicViewShellBase.hxx -sd/source/ui/inc/ImpressViewShellBase.hxx -sd/source/ui/inc/LayerTabBar.hxx -sd/source/ui/inc/MasterPageObserver.hxx -sd/source/ui/inc/MediaObjectBar.hxx -sd/source/ui/inc/NavigatorChildWindow.hxx -sd/source/ui/inc/OutlineBulletDlg.hxx -sd/source/ui/inc/OutlineView.hxx -sd/source/ui/inc/OutlineViewShell.hxx -sd/source/ui/inc/OutlineViewShellBase.hxx -sd/source/ui/inc/OutlinerIteratorImpl.hxx -sd/source/ui/inc/PaneChildWindows.hxx -sd/source/ui/inc/PaneDockingWindow.hxx -sd/source/ui/inc/PaneShells.hxx -sd/source/ui/inc/PresentationViewShell.hxx -sd/source/ui/inc/PresentationViewShellBase.hxx -sd/source/ui/inc/PreviewRenderer.hxx -sd/source/ui/inc/RemoteServer.hxx -sd/source/ui/inc/Ruler.hxx -sd/source/ui/inc/SdUnoDrawView.hxx -sd/source/ui/inc/SdUnoOutlineView.hxx -sd/source/ui/inc/SdUnoSlideView.hxx -sd/source/ui/inc/ShellFactory.hxx -sd/source/ui/inc/SlideSorter.hxx -sd/source/ui/inc/SlideSorterViewShell.hxx -sd/source/ui/inc/SlideSorterViewShellBase.hxx -sd/source/ui/inc/SlideTransitionPane.hxx -sd/source/ui/inc/SpellDialogChildWindow.hxx -sd/source/ui/inc/TabControl.hxx -sd/source/ui/inc/TemplateScanner.hxx -sd/source/ui/inc/TextObjectBar.hxx -sd/source/ui/inc/ToolBarManager.hxx -sd/source/ui/inc/View.hxx -sd/source/ui/inc/ViewClipboard.hxx -sd/source/ui/inc/ViewShell.hxx -sd/source/ui/inc/ViewShellBase.hxx -sd/source/ui/inc/ViewShellHint.hxx -sd/source/ui/inc/ViewShellImplementation.hxx -sd/source/ui/inc/ViewShellManager.hxx -sd/source/ui/inc/ViewTabBar.hxx -sd/source/ui/inc/Window.hxx -sd/source/ui/inc/WindowUpdater.hxx -sd/source/ui/inc/animobjs.hxx -sd/source/ui/inc/annotationmanager.hxx -sd/source/ui/inc/assclass.hxx -sd/source/ui/inc/bulmaper.hxx -sd/source/ui/inc/copydlg.hxx -sd/source/ui/inc/createcustomanimationpanel.hxx -sd/source/ui/inc/createslidetransitionpanel.hxx -sd/source/ui/inc/createtabledesignpanel.hxx -sd/source/ui/inc/createtableobjectbar.hxx -sd/source/ui/inc/custsdlg.hxx -sd/source/ui/inc/diactrl.hxx -sd/source/ui/inc/dlgfield.hxx -sd/source/ui/inc/dlgpage.hxx -sd/source/ui/inc/dlgsnap.hxx -sd/source/ui/inc/drawview.hxx -sd/source/ui/inc/facreg.hxx -sd/source/ui/inc/filedlg.hxx -sd/source/ui/inc/framework/Configuration.hxx -sd/source/ui/inc/framework/ConfigurationController.hxx -sd/source/ui/inc/framework/DrawModule.hxx -sd/source/ui/inc/framework/FrameworkHelper.hxx -sd/source/ui/inc/framework/ImpressModule.hxx -sd/source/ui/inc/framework/ModuleController.hxx -sd/source/ui/inc/framework/Pane.hxx -sd/source/ui/inc/framework/PresentationFactory.hxx -sd/source/ui/inc/framework/PresentationModule.hxx -sd/source/ui/inc/framework/ResourceId.hxx -sd/source/ui/inc/framework/ViewShellWrapper.hxx -sd/source/ui/inc/fuarea.hxx -sd/source/ui/inc/fubullet.hxx -sd/source/ui/inc/fuchar.hxx -sd/source/ui/inc/fucon3d.hxx -sd/source/ui/inc/fuconarc.hxx -sd/source/ui/inc/fuconbez.hxx -sd/source/ui/inc/fuconcs.hxx -sd/source/ui/inc/fuconnct.hxx -sd/source/ui/inc/fuconrec.hxx -sd/source/ui/inc/fuconstr.hxx -sd/source/ui/inc/fuconuno.hxx -sd/source/ui/inc/fucopy.hxx -sd/source/ui/inc/fucushow.hxx -sd/source/ui/inc/fudraw.hxx -sd/source/ui/inc/fudspord.hxx -sd/source/ui/inc/fuediglu.hxx -sd/source/ui/inc/fuexpand.hxx -sd/source/ui/inc/fuformatpaintbrush.hxx -sd/source/ui/inc/fuhhconv.hxx -sd/source/ui/inc/fuinsert.hxx -sd/source/ui/inc/fuinsfil.hxx -sd/source/ui/inc/fuline.hxx -sd/source/ui/inc/fulinend.hxx -sd/source/ui/inc/fulink.hxx -sd/source/ui/inc/fumeasur.hxx -sd/source/ui/inc/fumorph.hxx -sd/source/ui/inc/funavig.hxx -sd/source/ui/inc/fuoaprms.hxx -sd/source/ui/inc/fuolbull.hxx -sd/source/ui/inc/fuoltext.hxx -sd/source/ui/inc/fupage.hxx -sd/source/ui/inc/fuparagr.hxx -sd/source/ui/inc/fupoor.hxx -sd/source/ui/inc/fuprlout.hxx -sd/source/ui/inc/fuprobjs.hxx -sd/source/ui/inc/fuscale.hxx -sd/source/ui/inc/fusearch.hxx -sd/source/ui/inc/fusel.hxx -sd/source/ui/inc/fusldlg.hxx -sd/source/ui/inc/fusnapln.hxx -sd/source/ui/inc/fusumry.hxx -sd/source/ui/inc/futempl.hxx -sd/source/ui/inc/futext.hxx -sd/source/ui/inc/futhes.hxx -sd/source/ui/inc/futransf.hxx -sd/source/ui/inc/futxtatt.hxx -sd/source/ui/inc/fuvect.hxx -sd/source/ui/inc/fuzoom.hxx -sd/source/ui/inc/gluectrl.hxx -sd/source/ui/inc/headerfooterdlg.hxx -sd/source/ui/inc/inspagob.hxx -sd/source/ui/inc/layeroptionsdlg.hxx -sd/source/ui/inc/masterlayoutdlg.hxx -sd/source/ui/inc/morphdlg.hxx -sd/source/ui/inc/navigatr.hxx -sd/source/ui/inc/optsitem.hxx -sd/source/ui/inc/present.hxx -sd/source/ui/inc/prltempl.hxx -sd/source/ui/inc/prntopts.hxx -sd/source/ui/inc/pubdlg.hxx -sd/source/ui/inc/registerinterfaces.hxx -sd/source/ui/inc/sdpopup.hxx -sd/source/ui/inc/sdpreslt.hxx -sd/source/ui/inc/sdtreelb.hxx -sd/source/ui/inc/sdundogr.hxx -sd/source/ui/inc/sdxfer.hxx -sd/source/ui/inc/slideshow.hxx -sd/source/ui/inc/smarttag.hxx -sd/source/ui/inc/tablefunction.hxx -sd/source/ui/inc/tabtempl.hxx -sd/source/ui/inc/tmplctrl.hxx -sd/source/ui/inc/tools/AsynchronousCall.hxx -sd/source/ui/inc/tools/AsynchronousTask.hxx -sd/source/ui/inc/tools/ConfigurationAccess.hxx -sd/source/ui/inc/tools/IconCache.hxx -sd/source/ui/inc/tools/IdleDetection.hxx -sd/source/ui/inc/tools/PropertySet.hxx -sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx -sd/source/ui/inc/tools/SlotStateListener.hxx -sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx -sd/source/ui/inc/tpaction.hxx -sd/source/ui/inc/tpoption.hxx -sd/source/ui/inc/uiobject.hxx -sd/source/ui/inc/unchss.hxx -sd/source/ui/inc/undoback.hxx -sd/source/ui/inc/undoheaderfooter.hxx -sd/source/ui/inc/undolayer.hxx -sd/source/ui/inc/undopage.hxx -sd/source/ui/inc/unmodpg.hxx -sd/source/ui/inc/unmovss.hxx -sd/source/ui/inc/unoaprms.hxx -sd/source/ui/inc/unomodel.hxx -sd/source/ui/inc/unopage.hxx -sd/source/ui/inc/unoprnms.hxx -sd/source/ui/inc/unosrch.hxx -sd/source/ui/inc/unprlout.hxx -sd/source/ui/inc/vectdlg.hxx -sd/source/ui/inc/view/viewoverlaymanager.hxx -sd/source/ui/inc/zoomlist.hxx -sd/source/ui/presenter/CanvasUpdateRequester.cxx -sd/source/ui/presenter/CanvasUpdateRequester.hxx -sd/source/ui/presenter/PresenterCanvas.cxx -sd/source/ui/presenter/PresenterCanvas.hxx -sd/source/ui/presenter/PresenterHelper.cxx -sd/source/ui/presenter/PresenterHelper.hxx -sd/source/ui/presenter/PresenterPreviewCache.cxx -sd/source/ui/presenter/PresenterPreviewCache.hxx -sd/source/ui/presenter/PresenterTextView.cxx -sd/source/ui/presenter/PresenterTextView.hxx -sd/source/ui/presenter/SlideRenderer.cxx -sd/source/ui/presenter/SlideRenderer.hxx -sd/source/ui/remotecontrol/AvahiNetworkService.cxx -sd/source/ui/remotecontrol/AvahiNetworkService.hxx -sd/source/ui/remotecontrol/BluetoothServer.cxx -sd/source/ui/remotecontrol/BluetoothServer.hxx -sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx -sd/source/ui/remotecontrol/BufferedStreamSocket.cxx -sd/source/ui/remotecontrol/BufferedStreamSocket.hxx -sd/source/ui/remotecontrol/Communicator.cxx -sd/source/ui/remotecontrol/Communicator.hxx -sd/source/ui/remotecontrol/DiscoveryService.cxx -sd/source/ui/remotecontrol/DiscoveryService.hxx -sd/source/ui/remotecontrol/IBluetoothSocket.hxx -sd/source/ui/remotecontrol/ImagePreparer.cxx -sd/source/ui/remotecontrol/ImagePreparer.hxx -sd/source/ui/remotecontrol/Listener.cxx -sd/source/ui/remotecontrol/Listener.hxx -sd/source/ui/remotecontrol/OSXBluetooth.h -sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx -sd/source/ui/remotecontrol/OSXNetworkService.h -sd/source/ui/remotecontrol/OSXNetworkService.hxx -sd/source/ui/remotecontrol/Receiver.cxx -sd/source/ui/remotecontrol/Receiver.hxx -sd/source/ui/remotecontrol/Server.cxx -sd/source/ui/remotecontrol/Transmitter.cxx -sd/source/ui/remotecontrol/Transmitter.hxx -sd/source/ui/remotecontrol/WINNetworkService.cxx -sd/source/ui/remotecontrol/WINNetworkService.hxx -sd/source/ui/remotecontrol/ZeroconfService.hxx -sd/source/ui/sidebar/AllMasterPagesSelector.cxx -sd/source/ui/sidebar/AllMasterPagesSelector.hxx -sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx -sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx -sd/source/ui/sidebar/CustomAnimationPanel.cxx -sd/source/ui/sidebar/CustomAnimationPanel.hxx -sd/source/ui/sidebar/DocumentHelper.cxx -sd/source/ui/sidebar/DocumentHelper.hxx -sd/source/ui/sidebar/IDisposable.hxx -sd/source/ui/sidebar/ISidebarReceiver.hxx -sd/source/ui/sidebar/LayoutMenu.cxx -sd/source/ui/sidebar/LayoutMenu.hxx -sd/source/ui/sidebar/MasterPageContainer.cxx -sd/source/ui/sidebar/MasterPageContainer.hxx -sd/source/ui/sidebar/MasterPageContainerFiller.cxx -sd/source/ui/sidebar/MasterPageContainerFiller.hxx -sd/source/ui/sidebar/MasterPageContainerProviders.cxx -sd/source/ui/sidebar/MasterPageContainerProviders.hxx -sd/source/ui/sidebar/MasterPageContainerQueue.cxx -sd/source/ui/sidebar/MasterPageContainerQueue.hxx -sd/source/ui/sidebar/MasterPageDescriptor.cxx -sd/source/ui/sidebar/MasterPageDescriptor.hxx -sd/source/ui/sidebar/MasterPageObserver.cxx -sd/source/ui/sidebar/MasterPagesSelector.cxx -sd/source/ui/sidebar/MasterPagesSelector.hxx -sd/source/ui/sidebar/NavigatorWrapper.cxx -sd/source/ui/sidebar/NavigatorWrapper.hxx -sd/source/ui/sidebar/PageMarginUtils.hxx -sd/source/ui/sidebar/PanelBase.cxx -sd/source/ui/sidebar/PanelBase.hxx -sd/source/ui/sidebar/PanelFactory.cxx -sd/source/ui/sidebar/PanelFactory.hxx -sd/source/ui/sidebar/PreviewValueSet.cxx -sd/source/ui/sidebar/PreviewValueSet.hxx -sd/source/ui/sidebar/RecentMasterPagesSelector.cxx -sd/source/ui/sidebar/RecentMasterPagesSelector.hxx -sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx -sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx -sd/source/ui/sidebar/SlideBackground.cxx -sd/source/ui/sidebar/SlideBackground.hxx -sd/source/ui/sidebar/SlideTransitionPanel.cxx -sd/source/ui/sidebar/SlideTransitionPanel.hxx -sd/source/ui/sidebar/TableDesignPanel.cxx -sd/source/ui/sidebar/TableDesignPanel.hxx -sd/source/ui/slideshow/PaneHider.cxx -sd/source/ui/slideshow/PaneHider.hxx -sd/source/ui/slideshow/SlideShowRestarter.cxx -sd/source/ui/slideshow/SlideShowRestarter.hxx -sd/source/ui/slideshow/showwin.cxx -sd/source/ui/slideshow/showwindow.hxx -sd/source/ui/slideshow/slideshow.cxx -sd/source/ui/slideshow/slideshowimpl.cxx -sd/source/ui/slideshow/slideshowimpl.hxx -sd/source/ui/slideshow/slideshowviewimpl.cxx -sd/source/ui/slideshow/slideshowviewimpl.hxx -sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx -sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx -sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx -sd/source/ui/slidesorter/cache/SlsBitmapCompressor.hxx -sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx -sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx -sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx -sd/source/ui/slidesorter/cache/SlsCacheCompactor.hxx -sd/source/ui/slidesorter/cache/SlsCacheConfiguration.cxx -sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx -sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx -sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx -sd/source/ui/slidesorter/cache/SlsPageCache.cxx -sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx -sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx -sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx -sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx -sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx -sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx -sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx -sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx -sd/source/ui/slidesorter/controller/SlideSorterController.cxx -sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx -sd/source/ui/slidesorter/controller/SlsAnimator.cxx -sd/source/ui/slidesorter/controller/SlsClipboard.cxx -sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx -sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx -sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx -sd/source/ui/slidesorter/controller/SlsFocusManager.cxx -sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx -sd/source/ui/slidesorter/controller/SlsListener.cxx -sd/source/ui/slidesorter/controller/SlsListener.hxx -sd/source/ui/slidesorter/controller/SlsPageSelector.cxx -sd/source/ui/slidesorter/controller/SlsProperties.cxx -sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx -sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx -sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx -sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx -sd/source/ui/slidesorter/controller/SlsSlotManager.cxx -sd/source/ui/slidesorter/controller/SlsTransferableData.cxx -sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx -sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx -sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx -sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxx -sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx -sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx -sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx -sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx -sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx -sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx -sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx -sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx -sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx -sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx -sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx -sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx -sd/source/ui/slidesorter/inc/controller/SlsSelectionObserver.hxx -sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx -sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx -sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx -sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx -sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx -sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx -sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx -sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx -sd/source/ui/slidesorter/inc/model/SlsSharedPageDescriptor.hxx -sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx -sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx -sd/source/ui/slidesorter/inc/view/SlsILayerPainter.hxx -sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx -sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx -sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx -sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx -sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx -sd/source/ui/slidesorter/inc/view/SlsTheme.hxx -sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx -sd/source/ui/slidesorter/model/SlideSorterModel.cxx -sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx -sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx -sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx -sd/source/ui/slidesorter/model/SlsVisualState.cxx -sd/source/ui/slidesorter/shell/SlideSorter.cxx -sd/source/ui/slidesorter/shell/SlideSorterService.cxx -sd/source/ui/slidesorter/shell/SlideSorterService.hxx -sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx -sd/source/ui/slidesorter/view/SlideSorterView.cxx -sd/source/ui/slidesorter/view/SlsFramePainter.cxx -sd/source/ui/slidesorter/view/SlsFramePainter.hxx -sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx -sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx -sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx -sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx -sd/source/ui/slidesorter/view/SlsLayouter.cxx -sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx -sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx -sd/source/ui/slidesorter/view/SlsTheme.cxx -sd/source/ui/slidesorter/view/SlsToolTip.cxx -sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx -sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx -sd/source/ui/table/TableDesignPane.cxx -sd/source/ui/table/TableDesignPane.hxx -sd/source/ui/table/tablefunction.cxx -sd/source/ui/table/tableobjectbar.cxx -sd/source/ui/table/tableobjectbar.hxx -sd/source/ui/tools/AsynchronousCall.cxx -sd/source/ui/tools/ConfigurationAccess.cxx -sd/source/ui/tools/EventMultiplexer.cxx -sd/source/ui/tools/IconCache.cxx -sd/source/ui/tools/IdleDetection.cxx -sd/source/ui/tools/PreviewRenderer.cxx -sd/source/ui/tools/PropertySet.cxx -sd/source/ui/tools/SdGlobalResourceContainer.cxx -sd/source/ui/tools/SlotStateListener.cxx -sd/source/ui/tools/TimerBasedTaskExecution.cxx -sd/source/ui/uitest/uiobject.cxx -sd/source/ui/unoidl/DrawController.cxx -sd/source/ui/unoidl/SdUnoDrawView.cxx -sd/source/ui/unoidl/SdUnoOutlineView.cxx -sd/source/ui/unoidl/SdUnoSlideView.cxx -sd/source/ui/unoidl/UnoDocumentSettings.cxx -sd/source/ui/unoidl/UnoDocumentSettings.hxx -sd/source/ui/unoidl/facreg.cxx -sd/source/ui/unoidl/randomnode.cxx -sd/source/ui/unoidl/sddetect.cxx -sd/source/ui/unoidl/sddetect.hxx -sd/source/ui/unoidl/unocpres.cxx -sd/source/ui/unoidl/unocpres.hxx -sd/source/ui/unoidl/unodoc.cxx -sd/source/ui/unoidl/unolayer.cxx -sd/source/ui/unoidl/unolayer.hxx -sd/source/ui/unoidl/unomodel.cxx -sd/source/ui/unoidl/unomodule.cxx -sd/source/ui/unoidl/unomodule.hxx -sd/source/ui/unoidl/unoobj.cxx -sd/source/ui/unoidl/unoobj.hxx -sd/source/ui/unoidl/unopage.cxx -sd/source/ui/unoidl/unopback.cxx -sd/source/ui/unoidl/unopback.hxx -sd/source/ui/unoidl/unopool.cxx -sd/source/ui/unoidl/unopool.hxx -sd/source/ui/unoidl/unosrch.cxx -sd/source/ui/unoidl/unowcntr.cxx -sd/source/ui/unoidl/unowcntr.hxx -sd/source/ui/view/DocumentRenderer.cxx -sd/source/ui/view/FormShellManager.cxx -sd/source/ui/view/GraphicObjectBar.cxx -sd/source/ui/view/GraphicViewShellBase.cxx -sd/source/ui/view/ImpressViewShellBase.cxx -sd/source/ui/view/MediaObjectBar.cxx -sd/source/ui/view/OutlineViewShellBase.cxx -sd/source/ui/view/Outliner.cxx -sd/source/ui/view/OutlinerIterator.cxx -sd/source/ui/view/PresentationViewShellBase.cxx -sd/source/ui/view/SlideSorterViewShellBase.cxx -sd/source/ui/view/ToolBarManager.cxx -sd/source/ui/view/ViewClipboard.cxx -sd/source/ui/view/ViewShellBase.cxx -sd/source/ui/view/ViewShellHint.cxx -sd/source/ui/view/ViewShellImplementation.cxx -sd/source/ui/view/ViewShellManager.cxx -sd/source/ui/view/ViewTabBar.cxx -sd/source/ui/view/WindowUpdater.cxx -sd/source/ui/view/clview.cxx -sd/source/ui/view/drawview.cxx -sd/source/ui/view/drbezob.cxx -sd/source/ui/view/drtxtob.cxx -sd/source/ui/view/drtxtob1.cxx -sd/source/ui/view/drviews1.cxx -sd/source/ui/view/drviews2.cxx -sd/source/ui/view/drviews3.cxx -sd/source/ui/view/drviews4.cxx -sd/source/ui/view/drviews5.cxx -sd/source/ui/view/drviews6.cxx -sd/source/ui/view/drviews7.cxx -sd/source/ui/view/drviews8.cxx -sd/source/ui/view/drviews9.cxx -sd/source/ui/view/drviewsa.cxx -sd/source/ui/view/drviewsb.cxx -sd/source/ui/view/drviewsc.cxx -sd/source/ui/view/drviewsd.cxx -sd/source/ui/view/drviewse.cxx -sd/source/ui/view/drviewsf.cxx -sd/source/ui/view/drviewsg.cxx -sd/source/ui/view/drviewsh.cxx -sd/source/ui/view/drviewsi.cxx -sd/source/ui/view/drviewsj.cxx -sd/source/ui/view/drviewsk.cxx -sd/source/ui/view/drvwshrg.cxx -sd/source/ui/view/frmview.cxx -sd/source/ui/view/grviewsh.cxx -sd/source/ui/view/outlnvs2.cxx -sd/source/ui/view/outlnvsh.cxx -sd/source/ui/view/outlview.cxx -sd/source/ui/view/presvish.cxx -sd/source/ui/view/sdruler.cxx -sd/source/ui/view/sdview.cxx -sd/source/ui/view/sdview2.cxx -sd/source/ui/view/sdview3.cxx -sd/source/ui/view/sdview4.cxx -sd/source/ui/view/sdview5.cxx -sd/source/ui/view/sdwindow.cxx -sd/source/ui/view/tabcontr.cxx -sd/source/ui/view/unmodpg.cxx -sd/source/ui/view/viewoverlaymanager.cxx -sd/source/ui/view/viewshe2.cxx -sd/source/ui/view/viewshe3.cxx -sd/source/ui/view/viewshel.cxx -sd/source/ui/view/zoomlist.cxx -sd/workben/custompanel/ctp_panel.cxx -sd/workben/custompanel/ctp_panel.hxx -sdext/source/minimizer/configurationaccess.cxx -sdext/source/minimizer/configurationaccess.hxx -sdext/source/minimizer/fileopendialog.cxx -sdext/source/minimizer/fileopendialog.hxx -sdext/source/minimizer/graphiccollector.cxx -sdext/source/minimizer/graphiccollector.hxx -sdext/source/minimizer/impoptimizer.cxx -sdext/source/minimizer/impoptimizer.hxx -sdext/source/minimizer/informationdialog.cxx -sdext/source/minimizer/informationdialog.hxx -sdext/source/minimizer/optimizationstats.cxx -sdext/source/minimizer/optimizationstats.hxx -sdext/source/minimizer/optimizerdialog.cxx -sdext/source/minimizer/optimizerdialog.hxx -sdext/source/minimizer/optimizerdialogcontrols.cxx -sdext/source/minimizer/pagecollector.cxx -sdext/source/minimizer/pagecollector.hxx -sdext/source/minimizer/pppoptimizer.cxx -sdext/source/minimizer/pppoptimizer.hxx -sdext/source/minimizer/pppoptimizerdialog.cxx -sdext/source/minimizer/pppoptimizerdialog.hxx -sdext/source/minimizer/pppoptimizertoken.cxx -sdext/source/minimizer/pppoptimizertoken.hxx -sdext/source/minimizer/pppoptimizeruno.cxx -sdext/source/minimizer/unodialog.cxx -sdext/source/minimizer/unodialog.hxx -sdext/source/pdfimport/filterdet.cxx -sdext/source/pdfimport/filterdet.hxx -sdext/source/pdfimport/inc/contentsink.hxx -sdext/source/pdfimport/inc/genericelements.hxx -sdext/source/pdfimport/inc/imagecontainer.hxx -sdext/source/pdfimport/inc/odfemitter.hxx -sdext/source/pdfimport/inc/pdfihelper.hxx -sdext/source/pdfimport/inc/pdfiprocessor.hxx -sdext/source/pdfimport/inc/pdfparse.hxx -sdext/source/pdfimport/inc/saxemitter.hxx -sdext/source/pdfimport/inc/treevisiting.hxx -sdext/source/pdfimport/inc/treevisitorfactory.hxx -sdext/source/pdfimport/inc/wrapper.hxx -sdext/source/pdfimport/inc/xmlemitter.hxx -sdext/source/pdfimport/misc/pdfihelper.cxx -sdext/source/pdfimport/misc/pwdinteract.cxx -sdext/source/pdfimport/odf/odfemitter.cxx -sdext/source/pdfimport/pdfiadaptor.cxx -sdext/source/pdfimport/pdfiadaptor.hxx -sdext/source/pdfimport/pdfparse/pdfentries.cxx -sdext/source/pdfimport/pdfparse/pdfparse.cxx -sdext/source/pdfimport/sax/emitcontext.cxx -sdext/source/pdfimport/sax/emitcontext.hxx -sdext/source/pdfimport/sax/saxattrlist.cxx -sdext/source/pdfimport/sax/saxattrlist.hxx -sdext/source/pdfimport/services.cxx -sdext/source/pdfimport/test/outputwrap.hxx -sdext/source/pdfimport/test/pdf2xml.cxx -sdext/source/pdfimport/test/pdfunzip.cxx -sdext/source/pdfimport/test/tests.cxx -sdext/source/pdfimport/tree/drawtreevisiting.cxx -sdext/source/pdfimport/tree/drawtreevisiting.hxx -sdext/source/pdfimport/tree/genericelements.cxx -sdext/source/pdfimport/tree/imagecontainer.cxx -sdext/source/pdfimport/tree/pdfiprocessor.cxx -sdext/source/pdfimport/tree/style.cxx -sdext/source/pdfimport/tree/style.hxx -sdext/source/pdfimport/tree/treevisitorfactory.cxx -sdext/source/pdfimport/tree/writertreevisiting.cxx -sdext/source/pdfimport/tree/writertreevisiting.hxx -sdext/source/pdfimport/wrapper/wrapper.cxx -sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx -sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx -sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx -sdext/source/presenter/PresenterAccessibility.cxx -sdext/source/presenter/PresenterAccessibility.hxx -sdext/source/presenter/PresenterBitmapContainer.cxx -sdext/source/presenter/PresenterBitmapContainer.hxx -sdext/source/presenter/PresenterButton.cxx -sdext/source/presenter/PresenterButton.hxx -sdext/source/presenter/PresenterCanvasHelper.cxx -sdext/source/presenter/PresenterCanvasHelper.hxx -sdext/source/presenter/PresenterComponent.cxx -sdext/source/presenter/PresenterConfigurationAccess.cxx -sdext/source/presenter/PresenterConfigurationAccess.hxx -sdext/source/presenter/PresenterController.cxx -sdext/source/presenter/PresenterController.hxx -sdext/source/presenter/PresenterCurrentSlideObserver.cxx -sdext/source/presenter/PresenterCurrentSlideObserver.hxx -sdext/source/presenter/PresenterFrameworkObserver.cxx -sdext/source/presenter/PresenterFrameworkObserver.hxx -sdext/source/presenter/PresenterGeometryHelper.cxx -sdext/source/presenter/PresenterGeometryHelper.hxx -sdext/source/presenter/PresenterHelpView.cxx -sdext/source/presenter/PresenterHelpView.hxx -sdext/source/presenter/PresenterHelper.cxx -sdext/source/presenter/PresenterHelper.hxx -sdext/source/presenter/PresenterNotesView.cxx -sdext/source/presenter/PresenterNotesView.hxx -sdext/source/presenter/PresenterPaintManager.cxx -sdext/source/presenter/PresenterPaintManager.hxx -sdext/source/presenter/PresenterPane.cxx -sdext/source/presenter/PresenterPane.hxx -sdext/source/presenter/PresenterPaneBase.cxx -sdext/source/presenter/PresenterPaneBase.hxx -sdext/source/presenter/PresenterPaneBorderPainter.cxx -sdext/source/presenter/PresenterPaneBorderPainter.hxx -sdext/source/presenter/PresenterPaneContainer.cxx -sdext/source/presenter/PresenterPaneContainer.hxx -sdext/source/presenter/PresenterPaneFactory.cxx -sdext/source/presenter/PresenterPaneFactory.hxx -sdext/source/presenter/PresenterProtocolHandler.cxx -sdext/source/presenter/PresenterProtocolHandler.hxx -sdext/source/presenter/PresenterScreen.cxx -sdext/source/presenter/PresenterScreen.hxx -sdext/source/presenter/PresenterScrollBar.cxx -sdext/source/presenter/PresenterScrollBar.hxx -sdext/source/presenter/PresenterSlidePreview.cxx -sdext/source/presenter/PresenterSlidePreview.hxx -sdext/source/presenter/PresenterSlideShowView.cxx -sdext/source/presenter/PresenterSlideShowView.hxx -sdext/source/presenter/PresenterSlideSorter.cxx -sdext/source/presenter/PresenterSlideSorter.hxx -sdext/source/presenter/PresenterSprite.cxx -sdext/source/presenter/PresenterSprite.hxx -sdext/source/presenter/PresenterSpritePane.cxx -sdext/source/presenter/PresenterSpritePane.hxx -sdext/source/presenter/PresenterTextView.cxx -sdext/source/presenter/PresenterTextView.hxx -sdext/source/presenter/PresenterTheme.cxx -sdext/source/presenter/PresenterTheme.hxx -sdext/source/presenter/PresenterTimer.cxx -sdext/source/presenter/PresenterTimer.hxx -sdext/source/presenter/PresenterToolBar.cxx -sdext/source/presenter/PresenterToolBar.hxx -sdext/source/presenter/PresenterUIPainter.cxx -sdext/source/presenter/PresenterUIPainter.hxx -sdext/source/presenter/PresenterViewFactory.cxx -sdext/source/presenter/PresenterViewFactory.hxx -sdext/source/presenter/PresenterWindowManager.cxx -sdext/source/presenter/PresenterWindowManager.hxx -setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx -setup_native/source/win32/customactions/quickstarter/quickstarter.cxx -setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx -setup_native/source/win32/customactions/quickstarter/shutdown_quickstart.cxx -setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx -setup_native/source/win32/customactions/regactivex/regactivex.cxx -setup_native/source/win32/customactions/sellang/sellang.cxx -setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx -setup_native/source/win32/customactions/shellextensions/checkpatches.cxx -setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx -setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx -setup_native/source/win32/customactions/shellextensions/shlxtmsi.hxx -setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx -setup_native/source/win32/customactions/shellextensions/upgrade.cxx -setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx -setup_native/source/win32/customactions/tools/checkversion.cxx -setup_native/source/win32/customactions/tools/seterror.cxx -setup_native/source/win32/customactions/tools/seterror.hxx -sfx2/inc/bitset.hxx -sfx2/inc/bluthsndapi.hxx -sfx2/inc/charmapcontrol.hxx -sfx2/inc/emojicontrol.hxx -sfx2/inc/emojiview.hxx -sfx2/inc/emojiviewitem.hxx -sfx2/inc/fwkhelper.hxx -sfx2/inc/guisaveas.hxx -sfx2/inc/inettbc.hxx -sfx2/inc/notebookbar/NotebookbarTabControl.hxx -sfx2/inc/preventduplicateinteraction.hxx -sfx2/inc/recentdocsview.hxx -sfx2/inc/sidebar/Accessible.hxx -sfx2/inc/sidebar/AccessibleTitleBar.hxx -sfx2/inc/sidebar/ContextChangeBroadcaster.hxx -sfx2/inc/sidebar/ContextList.hxx -sfx2/inc/sidebar/ControlFactory.hxx -sfx2/inc/sidebar/ControllerFactory.hxx -sfx2/inc/sidebar/DeckDescriptor.hxx -sfx2/inc/sidebar/DeckLayouter.hxx -sfx2/inc/sidebar/DeckTitleBar.hxx -sfx2/inc/sidebar/DrawHelper.hxx -sfx2/inc/sidebar/MenuButton.hxx -sfx2/inc/sidebar/Paint.hxx -sfx2/inc/sidebar/PanelDescriptor.hxx -sfx2/inc/sidebar/PanelTitleBar.hxx -sfx2/inc/sidebar/TabItem.hxx -sfx2/inc/sidebar/TitleBar.hxx -sfx2/inc/sidebar/Tools.hxx -sfx2/inc/sidebar/UnoDeck.hxx -sfx2/inc/sidebar/UnoDecks.hxx -sfx2/inc/sidebar/UnoPanel.hxx -sfx2/inc/sidebar/UnoPanels.hxx -sfx2/inc/sidebar/UnoSidebar.hxx -sfx2/inc/sorgitm.hxx -sfx2/inc/srchdlg.hxx -sfx2/inc/strings.hxx -sfx2/inc/templatecontaineritem.hxx -sfx2/inc/templatedefaultview.hxx -sfx2/inc/templateviewitem.hxx -sfx2/inc/thumbnailviewitem.hxx -sfx2/inc/unoctitm.hxx -sfx2/qa/cppunit/test_classification.cxx -sfx2/qa/cppunit/test_controlleritem.cxx -sfx2/qa/cppunit/test_metadatable.cxx -sfx2/qa/cppunit/test_misc.cxx -sfx2/qa/unit/sfx2-dialogs-test.cxx -sfx2/source/appl/app.cxx -sfx2/source/appl/appbas.cxx -sfx2/source/appl/appbaslib.cxx -sfx2/source/appl/appcfg.cxx -sfx2/source/appl/appchild.cxx -sfx2/source/appl/appdata.cxx -sfx2/source/appl/appdde.cxx -sfx2/source/appl/appdispatchprovider.cxx -sfx2/source/appl/appinit.cxx -sfx2/source/appl/appmain.cxx -sfx2/source/appl/appmisc.cxx -sfx2/source/appl/appopen.cxx -sfx2/source/appl/appquit.cxx -sfx2/source/appl/appreg.cxx -sfx2/source/appl/appserv.cxx -sfx2/source/appl/appuno.cxx -sfx2/source/appl/childwin.cxx -sfx2/source/appl/childwinimpl.cxx -sfx2/source/appl/fileobj.cxx -sfx2/source/appl/fileobj.hxx -sfx2/source/appl/flatpak.cxx -sfx2/source/appl/fwkhelper.cxx -sfx2/source/appl/getbasctlfunction.cxx -sfx2/source/appl/helpdispatch.cxx -sfx2/source/appl/helpdispatch.hxx -sfx2/source/appl/helpinterceptor.cxx -sfx2/source/appl/helpinterceptor.hxx -sfx2/source/appl/impldde.cxx -sfx2/source/appl/impldde.hxx -sfx2/source/appl/linkmgr2.cxx -sfx2/source/appl/linksrc.cxx -sfx2/source/appl/lnkbase2.cxx -sfx2/source/appl/macroloader.cxx -sfx2/source/appl/module.cxx -sfx2/source/appl/newhelp.cxx -sfx2/source/appl/newhelp.hxx -sfx2/source/appl/opengrf.cxx -sfx2/source/appl/openuriexternally.cxx -sfx2/source/appl/panelist.hxx -sfx2/source/appl/preventduplicateinteraction.cxx -sfx2/source/appl/sfxhelp.cxx -sfx2/source/appl/sfxpicklist.cxx -sfx2/source/appl/shellimpl.cxx -sfx2/source/appl/shutdownicon.cxx -sfx2/source/appl/shutdownicon.hxx -sfx2/source/appl/shutdowniconw32.cxx -sfx2/source/appl/workwin.cxx -sfx2/source/appl/xpackcreator.cxx -sfx2/source/bastyp/bitset.cxx -sfx2/source/bastyp/fltfnc.cxx -sfx2/source/bastyp/fltlst.cxx -sfx2/source/bastyp/fltlst.hxx -sfx2/source/bastyp/frmhtml.cxx -sfx2/source/bastyp/frmhtmlw.cxx -sfx2/source/bastyp/helper.cxx -sfx2/source/bastyp/mieclip.cxx -sfx2/source/bastyp/progress.cxx -sfx2/source/bastyp/sfxhtml.cxx -sfx2/source/bastyp/sfxresid.cxx -sfx2/source/config/evntconf.cxx -sfx2/source/control/bindings.cxx -sfx2/source/control/charmapcontrol.cxx -sfx2/source/control/charwin.cxx -sfx2/source/control/ctrlfactoryimpl.cxx -sfx2/source/control/ctrlitem.cxx -sfx2/source/control/dispatch.cxx -sfx2/source/control/emojicontrol.cxx -sfx2/source/control/emojipopup.cxx -sfx2/source/control/emojiview.cxx -sfx2/source/control/emojiviewitem.cxx -sfx2/source/control/itemdel.cxx -sfx2/source/control/minfitem.cxx -sfx2/source/control/msg.cxx -sfx2/source/control/msgpool.cxx -sfx2/source/control/objface.cxx -sfx2/source/control/recentdocsview.cxx -sfx2/source/control/recentdocsviewitem.cxx -sfx2/source/control/recentdocsviewitem.hxx -sfx2/source/control/request.cxx -sfx2/source/control/sfxstatuslistener.cxx -sfx2/source/control/shell.cxx -sfx2/source/control/sorgitm.cxx -sfx2/source/control/statcach.cxx -sfx2/source/control/templatecontaineritem.cxx -sfx2/source/control/templatedefaultview.cxx -sfx2/source/control/templatelocalview.cxx -sfx2/source/control/templatesearchview.cxx -sfx2/source/control/templateviewitem.cxx -sfx2/source/control/thumbnailview.cxx -sfx2/source/control/thumbnailviewacc.cxx -sfx2/source/control/thumbnailviewacc.hxx -sfx2/source/control/thumbnailviewitem.cxx -sfx2/source/control/unoctitm.cxx -sfx2/source/dialog/alienwarn.cxx -sfx2/source/dialog/backingcomp.cxx -sfx2/source/dialog/backingwindow.cxx -sfx2/source/dialog/backingwindow.hxx -sfx2/source/dialog/basedlgs.cxx -sfx2/source/dialog/bluthsnd.cxx -sfx2/source/dialog/charmappopup.cxx -sfx2/source/dialog/checkin.cxx -sfx2/source/dialog/dialoghelper.cxx -sfx2/source/dialog/dinfdlg.cxx -sfx2/source/dialog/dockwin.cxx -sfx2/source/dialog/documentfontsdialog.cxx -sfx2/source/dialog/filedlghelper.cxx -sfx2/source/dialog/filedlgimpl.hxx -sfx2/source/dialog/filtergrouping.cxx -sfx2/source/dialog/filtergrouping.hxx -sfx2/source/dialog/inputdlg.cxx -sfx2/source/dialog/mailmodel.cxx -sfx2/source/dialog/mgetempl.cxx -sfx2/source/dialog/mgetempl.hxx -sfx2/source/dialog/navigat.cxx -sfx2/source/dialog/newstyle.cxx -sfx2/source/dialog/partwnd.cxx -sfx2/source/dialog/passwd.cxx -sfx2/source/dialog/printopt.cxx -sfx2/source/dialog/recfloat.cxx -sfx2/source/dialog/securitypage.cxx -sfx2/source/dialog/securitypage.hxx -sfx2/source/dialog/sfxdlg.cxx -sfx2/source/dialog/splitwin.cxx -sfx2/source/dialog/srchdlg.cxx -sfx2/source/dialog/styfitem.cxx -sfx2/source/dialog/styledlg.cxx -sfx2/source/dialog/tabdlg.cxx -sfx2/source/dialog/templdlg.cxx -sfx2/source/dialog/titledockwin.cxx -sfx2/source/dialog/tplcitem.cxx -sfx2/source/dialog/tplpitem.cxx -sfx2/source/dialog/versdlg.cxx -sfx2/source/doc/DocumentMetadataAccess.cxx -sfx2/source/doc/Metadatable.cxx -sfx2/source/doc/QuerySaveDocument.cxx -sfx2/source/doc/SfxDocumentMetaData.cxx -sfx2/source/doc/docfac.cxx -sfx2/source/doc/docfile.cxx -sfx2/source/doc/docfilt.cxx -sfx2/source/doc/docinf.cxx -sfx2/source/doc/docinsert.cxx -sfx2/source/doc/docmacromode.cxx -sfx2/source/doc/docstoragemodifylistener.cxx -sfx2/source/doc/doctempl.cxx -sfx2/source/doc/doctemplates.cxx -sfx2/source/doc/doctemplateslocal.cxx -sfx2/source/doc/doctemplateslocal.hxx -sfx2/source/doc/docundomanager.cxx -sfx2/source/doc/frmdescr.cxx -sfx2/source/doc/graphhelp.cxx -sfx2/source/doc/graphhelp.hxx -sfx2/source/doc/guisaveas.cxx -sfx2/source/doc/iframe.cxx -sfx2/source/doc/new.cxx -sfx2/source/doc/objcont.cxx -sfx2/source/doc/objembed.cxx -sfx2/source/doc/objitem.cxx -sfx2/source/doc/objmisc.cxx -sfx2/source/doc/objserv.cxx -sfx2/source/doc/objstor.cxx -sfx2/source/doc/objxtor.cxx -sfx2/source/doc/oleprops.cxx -sfx2/source/doc/oleprops.hxx -sfx2/source/doc/ownsubfilterservice.cxx -sfx2/source/doc/printhelper.cxx -sfx2/source/doc/printhelper.hxx -sfx2/source/doc/saveastemplatedlg.cxx -sfx2/source/doc/sfxbasemodel.cxx -sfx2/source/doc/sfxmodelfactory.cxx -sfx2/source/doc/syspath.cxx -sfx2/source/doc/syspathw32.cxx -sfx2/source/doc/templatedlg.cxx -sfx2/source/doc/watermarkitem.cxx -sfx2/source/doc/zoomitem.cxx -sfx2/source/explorer/nochaos.cxx -sfx2/source/inc/appbaslib.hxx -sfx2/source/inc/appdata.hxx -sfx2/source/inc/appopen.hxx -sfx2/source/inc/childwinimpl.hxx -sfx2/source/inc/ctrlfactoryimpl.hxx -sfx2/source/inc/documentfontsdialog.hxx -sfx2/source/inc/docundomanager.hxx -sfx2/source/inc/eventsupplier.hxx -sfx2/source/inc/fltoptint.hxx -sfx2/source/inc/helper.hxx -sfx2/source/inc/helpids.h -sfx2/source/inc/hintpost.hxx -sfx2/source/inc/macroloader.hxx -sfx2/source/inc/nochaos.hxx -sfx2/source/inc/objshimp.hxx -sfx2/source/inc/openflag.hxx -sfx2/source/inc/openurlhint.hxx -sfx2/source/inc/partwnd.hxx -sfx2/source/inc/recfloat.hxx -sfx2/source/inc/sfxtypes.hxx -sfx2/source/inc/sfxurlrelocator.hxx -sfx2/source/inc/shellimpl.hxx -sfx2/source/inc/slotserv.hxx -sfx2/source/inc/splitwin.hxx -sfx2/source/inc/statcach.hxx -sfx2/source/inc/templatesearchview.hxx -sfx2/source/inc/templatesearchviewitem.hxx -sfx2/source/inc/templdgi.hxx -sfx2/source/inc/tplcitem.hxx -sfx2/source/inc/versdlg.hxx -sfx2/source/inc/workwin.hxx -sfx2/source/inet/inettbc.cxx -sfx2/source/notebookbar/ContextVBox.cxx -sfx2/source/notebookbar/DropdownBox.cxx -sfx2/source/notebookbar/NotebookbarTabControl.cxx -sfx2/source/notebookbar/PriorityHBox.cxx -sfx2/source/notebookbar/SfxNotebookBar.cxx -sfx2/source/notify/eventsupplier.cxx -sfx2/source/notify/globalevents.cxx -sfx2/source/notify/hintpost.cxx -sfx2/source/notify/openurlhint.cxx -sfx2/source/safemode/safemode.cxx -sfx2/source/sidebar/Accessible.cxx -sfx2/source/sidebar/AccessibleTitleBar.cxx -sfx2/source/sidebar/AsynchronousCall.cxx -sfx2/source/sidebar/Context.cxx -sfx2/source/sidebar/ContextChangeBroadcaster.cxx -sfx2/source/sidebar/ContextList.cxx -sfx2/source/sidebar/ControlFactory.cxx -sfx2/source/sidebar/ControllerFactory.cxx -sfx2/source/sidebar/ControllerItem.cxx -sfx2/source/sidebar/Deck.cxx -sfx2/source/sidebar/DeckDescriptor.cxx -sfx2/source/sidebar/DeckLayouter.cxx -sfx2/source/sidebar/DeckTitleBar.cxx -sfx2/source/sidebar/DrawHelper.cxx -sfx2/source/sidebar/FocusManager.cxx -sfx2/source/sidebar/IContextChangeReceiver.cxx -sfx2/source/sidebar/ILayoutableWindow.cxx -sfx2/source/sidebar/MenuButton.cxx -sfx2/source/sidebar/Paint.cxx -sfx2/source/sidebar/Panel.cxx -sfx2/source/sidebar/PanelDescriptor.cxx -sfx2/source/sidebar/PanelLayout.cxx -sfx2/source/sidebar/PanelTitleBar.cxx -sfx2/source/sidebar/ResourceManager.cxx -sfx2/source/sidebar/Sidebar.cxx -sfx2/source/sidebar/SidebarChildWindow.cxx -sfx2/source/sidebar/SidebarController.cxx -sfx2/source/sidebar/SidebarDockingWindow.cxx -sfx2/source/sidebar/SidebarModelUpdate.cxx -sfx2/source/sidebar/SidebarPanelBase.cxx -sfx2/source/sidebar/SidebarToolBox.cxx -sfx2/source/sidebar/TabBar.cxx -sfx2/source/sidebar/TabItem.cxx -sfx2/source/sidebar/Theme.cxx -sfx2/source/sidebar/TitleBar.cxx -sfx2/source/sidebar/Tools.cxx -sfx2/source/sidebar/UnoDeck.cxx -sfx2/source/sidebar/UnoDecks.cxx -sfx2/source/sidebar/UnoPanel.cxx -sfx2/source/sidebar/UnoPanels.cxx -sfx2/source/sidebar/UnoSidebar.cxx -sfx2/source/statbar/stbitem.cxx -sfx2/source/toolbox/tbxitem.cxx -sfx2/source/view/classificationcontroller.cxx -sfx2/source/view/classificationhelper.cxx -sfx2/source/view/frame.cxx -sfx2/source/view/frame2.cxx -sfx2/source/view/frmload.cxx -sfx2/source/view/impframe.hxx -sfx2/source/view/impviewframe.hxx -sfx2/source/view/ipclient.cxx -sfx2/source/view/lokcharthelper.cxx -sfx2/source/view/lokhelper.cxx -sfx2/source/view/printer.cxx -sfx2/source/view/prnmon.hxx -sfx2/source/view/sfxbasecontroller.cxx -sfx2/source/view/userinputinterception.cxx -sfx2/source/view/viewfac.cxx -sfx2/source/view/viewfrm.cxx -sfx2/source/view/viewfrm2.cxx -sfx2/source/view/viewimp.hxx -sfx2/source/view/viewprn.cxx -sfx2/source/view/viewsh.cxx -shell/inc/basereader.hxx -shell/inc/columninfo.hxx -shell/inc/config.hxx -shell/inc/contentreader.hxx -shell/inc/fileextensions.hxx -shell/inc/filepath.hxx -shell/inc/global.hxx -shell/inc/i_xml_parser_event_handler.hxx -shell/inc/infotips.hxx -shell/inc/iso8601_converter.hxx -shell/inc/metainforeader.hxx -shell/inc/propertyhdl.hxx -shell/inc/propsheets.hxx -shell/inc/registry.hxx -shell/inc/resource.h -shell/inc/shlxthdl.hxx -shell/inc/stream_helper.hxx -shell/inc/thumbviewer.hxx -shell/inc/types.hxx -shell/inc/utilities.hxx -shell/inc/xml_parser.hxx -shell/inc/zipfile.hxx -shell/qa/zip/testzipimpl.cxx -shell/qa/zip/testzipimpl.hxx -shell/qa/zip/ziptest.cxx -shell/source/all/xml_parser.cxx -shell/source/backends/desktopbe/desktopbackend.cxx -shell/source/backends/localebe/localebackend.cxx -shell/source/backends/localebe/localebackend.hxx -shell/source/backends/localebe/localebecdef.cxx -shell/source/backends/macbe/macbackend.hxx -shell/source/backends/macbe/macbecdef.cxx -shell/source/backends/wininetbe/wininetbackend.cxx -shell/source/backends/wininetbe/wininetbackend.hxx -shell/source/backends/wininetbe/wininetbecdef.cxx -shell/source/cmdmail/cmdmailentry.cxx -shell/source/cmdmail/cmdmailmsg.cxx -shell/source/cmdmail/cmdmailmsg.hxx -shell/source/cmdmail/cmdmailsuppl.cxx -shell/source/cmdmail/cmdmailsuppl.hxx -shell/source/sessioninstall/SyncDbusSessionHelper.cxx -shell/source/sessioninstall/SyncDbusSessionHelper.hxx -shell/source/sessioninstall/services.cxx -shell/source/tools/lngconvex/cmdline.cxx -shell/source/tools/lngconvex/cmdline.hxx -shell/source/tools/lngconvex/lngconvex.cxx -shell/source/tools/regsvrex/regsvrex.cxx -shell/source/unix/exec/shellexec.cxx -shell/source/unix/exec/shellexec.hxx -shell/source/unix/exec/shellexecentry.cxx -shell/source/unix/misc/uri-encode.c -shell/source/win32/SysShExec.cxx -shell/source/win32/SysShExec.hxx -shell/source/win32/SysShentry.cxx -shell/source/win32/ooofilereader/autostyletag.cxx -shell/source/win32/ooofilereader/autostyletag.hxx -shell/source/win32/ooofilereader/basereader.cxx -shell/source/win32/ooofilereader/contentreader.cxx -shell/source/win32/ooofilereader/dummytag.hxx -shell/source/win32/ooofilereader/itag.hxx -shell/source/win32/ooofilereader/keywordstag.cxx -shell/source/win32/ooofilereader/keywordstag.hxx -shell/source/win32/ooofilereader/metainforeader.cxx -shell/source/win32/ooofilereader/simpletag.cxx -shell/source/win32/ooofilereader/simpletag.hxx -shell/source/win32/shlxthandler/classfactory.cxx -shell/source/win32/shlxthandler/classfactory.hxx -shell/source/win32/shlxthandler/columninfo/columninfo.cxx -shell/source/win32/shlxthandler/infotips/infotips.cxx -shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx -shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx -shell/source/win32/shlxthandler/ooofilt/propspec.cxx -shell/source/win32/shlxthandler/ooofilt/propspec.hxx -shell/source/win32/shlxthandler/ooofilt/stream_helper.cxx -shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx -shell/source/win32/shlxthandler/propsheets/document_statistic.cxx -shell/source/win32/shlxthandler/propsheets/document_statistic.hxx -shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx -shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx -shell/source/win32/shlxthandler/propsheets/propsheets.cxx -shell/source/win32/shlxthandler/shlxthdl.cxx -shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx -shell/source/win32/shlxthandler/util/fileextensions.cxx -shell/source/win32/shlxthandler/util/iso8601_converter.cxx -shell/source/win32/shlxthandler/util/registry.cxx -shell/source/win32/shlxthandler/util/utilities.cxx -shell/source/win32/simplemail/senddoc.cxx -shell/source/win32/simplemail/smplmailclient.cxx -shell/source/win32/simplemail/smplmailclient.hxx -shell/source/win32/simplemail/smplmailentry.cxx -shell/source/win32/simplemail/smplmailmsg.cxx -shell/source/win32/simplemail/smplmailmsg.hxx -shell/source/win32/simplemail/smplmailsuppl.cxx -shell/source/win32/simplemail/smplmailsuppl.hxx -shell/source/win32/spsupp/COMOpenDocuments.cxx -shell/source/win32/spsupp/registrar.cxx -shell/source/win32/spsupp/spsuppClassFactory.cxx -shell/source/win32/spsupp/spsuppServ.cxx -shell/source/win32/workbench/TestSmplMail.cxx -shell/source/win32/workbench/TestSysShExec.cxx -shell/source/win32/zipfile/zipexcptn.cxx -shell/source/win32/zipfile/zipexcptn.hxx -shell/source/win32/zipfile/zipfile.cxx -slideshow/source/engine/activities/accumulation.hxx -slideshow/source/engine/activities/activitiesfactory.cxx -slideshow/source/engine/activities/activitybase.cxx -slideshow/source/engine/activities/activitybase.hxx -slideshow/source/engine/activities/activityparameters.hxx -slideshow/source/engine/activities/continuousactivitybase.cxx -slideshow/source/engine/activities/continuousactivitybase.hxx -slideshow/source/engine/activities/continuouskeytimeactivitybase.cxx -slideshow/source/engine/activities/continuouskeytimeactivitybase.hxx -slideshow/source/engine/activities/discreteactivitybase.cxx -slideshow/source/engine/activities/discreteactivitybase.hxx -slideshow/source/engine/activities/interpolation.hxx -slideshow/source/engine/activities/simplecontinuousactivitybase.cxx -slideshow/source/engine/activities/simplecontinuousactivitybase.hxx -slideshow/source/engine/activitiesqueue.cxx -slideshow/source/engine/animatedsprite.cxx -slideshow/source/engine/animationfactory.cxx -slideshow/source/engine/animationnodes/animationaudionode.cxx -slideshow/source/engine/animationnodes/animationaudionode.hxx -slideshow/source/engine/animationnodes/animationbasenode.cxx -slideshow/source/engine/animationnodes/animationbasenode.hxx -slideshow/source/engine/animationnodes/animationcolornode.cxx -slideshow/source/engine/animationnodes/animationcolornode.hxx -slideshow/source/engine/animationnodes/animationcommandnode.cxx -slideshow/source/engine/animationnodes/animationcommandnode.hxx -slideshow/source/engine/animationnodes/animationnodefactory.cxx -slideshow/source/engine/animationnodes/animationpathmotionnode.cxx -slideshow/source/engine/animationnodes/animationpathmotionnode.hxx -slideshow/source/engine/animationnodes/animationsetnode.cxx -slideshow/source/engine/animationnodes/animationsetnode.hxx -slideshow/source/engine/animationnodes/animationtransformnode.cxx -slideshow/source/engine/animationnodes/animationtransformnode.hxx -slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx -slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx -slideshow/source/engine/animationnodes/basecontainernode.cxx -slideshow/source/engine/animationnodes/basenode.cxx -slideshow/source/engine/animationnodes/generateevent.cxx -slideshow/source/engine/animationnodes/generateevent.hxx -slideshow/source/engine/animationnodes/nodetools.cxx -slideshow/source/engine/animationnodes/nodetools.hxx -slideshow/source/engine/animationnodes/paralleltimecontainer.cxx -slideshow/source/engine/animationnodes/paralleltimecontainer.hxx -slideshow/source/engine/animationnodes/propertyanimationnode.cxx -slideshow/source/engine/animationnodes/propertyanimationnode.hxx -slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx -slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx -slideshow/source/engine/animationnodes/setactivity.hxx -slideshow/source/engine/attributemap.cxx -slideshow/source/engine/color.cxx -slideshow/source/engine/delayevent.cxx -slideshow/source/engine/effectrewinder.cxx -slideshow/source/engine/effectrewinder.hxx -slideshow/source/engine/eventmultiplexer.cxx -slideshow/source/engine/eventqueue.cxx -slideshow/source/engine/expressionnodefactory.cxx -slideshow/source/engine/opengl/Operation.cxx -slideshow/source/engine/opengl/Operation.hxx -slideshow/source/engine/opengl/TransitionImpl.cxx -slideshow/source/engine/opengl/TransitionImpl.hxx -slideshow/source/engine/opengl/TransitionerImpl.cxx -slideshow/source/engine/pointersymbol.cxx -slideshow/source/engine/pointersymbol.hxx -slideshow/source/engine/rehearsetimingsactivity.cxx -slideshow/source/engine/rehearsetimingsactivity.hxx -slideshow/source/engine/screenupdater.cxx -slideshow/source/engine/shapeattributelayer.cxx -slideshow/source/engine/shapes/appletshape.cxx -slideshow/source/engine/shapes/appletshape.hxx -slideshow/source/engine/shapes/backgroundshape.cxx -slideshow/source/engine/shapes/backgroundshape.hxx -slideshow/source/engine/shapes/drawinglayeranimation.cxx -slideshow/source/engine/shapes/drawinglayeranimation.hxx -slideshow/source/engine/shapes/drawshape.cxx -slideshow/source/engine/shapes/drawshape.hxx -slideshow/source/engine/shapes/drawshapesubsetting.cxx -slideshow/source/engine/shapes/drawshapesubsetting.hxx -slideshow/source/engine/shapes/externalshapebase.cxx -slideshow/source/engine/shapes/externalshapebase.hxx -slideshow/source/engine/shapes/gdimtftools.cxx -slideshow/source/engine/shapes/gdimtftools.hxx -slideshow/source/engine/shapes/intrinsicanimationactivity.cxx -slideshow/source/engine/shapes/intrinsicanimationactivity.hxx -slideshow/source/engine/shapes/mediashape.cxx -slideshow/source/engine/shapes/mediashape.hxx -slideshow/source/engine/shapes/shapeimporter.cxx -slideshow/source/engine/shapes/viewappletshape.cxx -slideshow/source/engine/shapes/viewappletshape.hxx -slideshow/source/engine/shapes/viewbackgroundshape.cxx -slideshow/source/engine/shapes/viewbackgroundshape.hxx -slideshow/source/engine/shapes/viewmediashape.cxx -slideshow/source/engine/shapes/viewmediashape.hxx -slideshow/source/engine/shapes/viewshape.cxx -slideshow/source/engine/shapes/viewshape.hxx -slideshow/source/engine/shapesubset.cxx -slideshow/source/engine/slide/layer.cxx -slideshow/source/engine/slide/layer.hxx -slideshow/source/engine/slide/layermanager.cxx -slideshow/source/engine/slide/layermanager.hxx -slideshow/source/engine/slide/shapemanagerimpl.cxx -slideshow/source/engine/slide/shapemanagerimpl.hxx -slideshow/source/engine/slide/slideanimations.cxx -slideshow/source/engine/slide/slideanimations.hxx -slideshow/source/engine/slide/slideimpl.cxx -slideshow/source/engine/slide/targetpropertiescreator.cxx -slideshow/source/engine/slide/targetpropertiescreator.hxx -slideshow/source/engine/slide/userpaintoverlay.cxx -slideshow/source/engine/slide/userpaintoverlay.hxx -slideshow/source/engine/slidebitmap.cxx -slideshow/source/engine/slideshowcontext.cxx -slideshow/source/engine/slideshowimpl.cxx -slideshow/source/engine/slideview.cxx -slideshow/source/engine/smilfunctionparser.cxx -slideshow/source/engine/soundplayer.cxx -slideshow/source/engine/tools.cxx -slideshow/source/engine/transitions/barndoorwipe.cxx -slideshow/source/engine/transitions/barndoorwipe.hxx -slideshow/source/engine/transitions/barwipepolypolygon.cxx -slideshow/source/engine/transitions/barwipepolypolygon.hxx -slideshow/source/engine/transitions/boxwipe.cxx -slideshow/source/engine/transitions/boxwipe.hxx -slideshow/source/engine/transitions/checkerboardwipe.cxx -slideshow/source/engine/transitions/checkerboardwipe.hxx -slideshow/source/engine/transitions/clippingfunctor.cxx -slideshow/source/engine/transitions/clippingfunctor.hxx -slideshow/source/engine/transitions/clockwipe.cxx -slideshow/source/engine/transitions/clockwipe.hxx -slideshow/source/engine/transitions/combtransition.cxx -slideshow/source/engine/transitions/combtransition.hxx -slideshow/source/engine/transitions/doublediamondwipe.cxx -slideshow/source/engine/transitions/doublediamondwipe.hxx -slideshow/source/engine/transitions/ellipsewipe.cxx -slideshow/source/engine/transitions/ellipsewipe.hxx -slideshow/source/engine/transitions/fanwipe.cxx -slideshow/source/engine/transitions/fanwipe.hxx -slideshow/source/engine/transitions/figurewipe.cxx -slideshow/source/engine/transitions/figurewipe.hxx -slideshow/source/engine/transitions/fourboxwipe.cxx -slideshow/source/engine/transitions/fourboxwipe.hxx -slideshow/source/engine/transitions/iriswipe.cxx -slideshow/source/engine/transitions/iriswipe.hxx -slideshow/source/engine/transitions/parametricpolypolygon.hxx -slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx -slideshow/source/engine/transitions/parametricpolypolygonfactory.hxx -slideshow/source/engine/transitions/pinwheelwipe.cxx -slideshow/source/engine/transitions/pinwheelwipe.hxx -slideshow/source/engine/transitions/randomwipe.cxx -slideshow/source/engine/transitions/randomwipe.hxx -slideshow/source/engine/transitions/shapetransitionfactory.cxx -slideshow/source/engine/transitions/slidechangebase.cxx -slideshow/source/engine/transitions/slidechangebase.hxx -slideshow/source/engine/transitions/slidetransitionfactory.cxx -slideshow/source/engine/transitions/snakewipe.cxx -slideshow/source/engine/transitions/snakewipe.hxx -slideshow/source/engine/transitions/spiralwipe.cxx -slideshow/source/engine/transitions/spiralwipe.hxx -slideshow/source/engine/transitions/sweepwipe.cxx -slideshow/source/engine/transitions/sweepwipe.hxx -slideshow/source/engine/transitions/transitionfactorytab.cxx -slideshow/source/engine/transitions/transitionfactorytab.hxx -slideshow/source/engine/transitions/transitiontools.cxx -slideshow/source/engine/transitions/transitiontools.hxx -slideshow/source/engine/transitions/veewipe.cxx -slideshow/source/engine/transitions/veewipe.hxx -slideshow/source/engine/transitions/waterfallwipe.cxx -slideshow/source/engine/transitions/waterfallwipe.hxx -slideshow/source/engine/transitions/zigzagwipe.cxx -slideshow/source/engine/transitions/zigzagwipe.hxx -slideshow/source/engine/unoviewcontainer.cxx -slideshow/source/engine/usereventqueue.cxx -slideshow/source/engine/waitsymbol.cxx -slideshow/source/engine/waitsymbol.hxx -slideshow/source/engine/wakeupevent.cxx -slideshow/source/inc/activitiesfactory.hxx -slideshow/source/inc/activitiesqueue.hxx -slideshow/source/inc/activity.hxx -slideshow/source/inc/animatableshape.hxx -slideshow/source/inc/animatedsprite.hxx -slideshow/source/inc/animation.hxx -slideshow/source/inc/animationactivity.hxx -slideshow/source/inc/animationeventhandler.hxx -slideshow/source/inc/animationfactory.hxx -slideshow/source/inc/animationnode.hxx -slideshow/source/inc/animationnodefactory.hxx -slideshow/source/inc/attributableshape.hxx -slideshow/source/inc/attributemap.hxx -slideshow/source/inc/basecontainernode.hxx -slideshow/source/inc/basenode.hxx -slideshow/source/inc/boolanimation.hxx -slideshow/source/inc/coloranimation.hxx -slideshow/source/inc/cursormanager.hxx -slideshow/source/inc/delayevent.hxx -slideshow/source/inc/disposable.hxx -slideshow/source/inc/doctreenode.hxx -slideshow/source/inc/doctreenodesupplier.hxx -slideshow/source/inc/enumanimation.hxx -slideshow/source/inc/event.hxx -slideshow/source/inc/eventhandler.hxx -slideshow/source/inc/eventmultiplexer.hxx -slideshow/source/inc/eventqueue.hxx -slideshow/source/inc/expressionnode.hxx -slideshow/source/inc/expressionnodefactory.hxx -slideshow/source/inc/framerate.hxx -slideshow/source/inc/hslcolor.hxx -slideshow/source/inc/hslcoloranimation.hxx -slideshow/source/inc/hyperlinkarea.hxx -slideshow/source/inc/iexternalmediashapebase.hxx -slideshow/source/inc/interruptabledelayevent.hxx -slideshow/source/inc/intrinsicanimationeventhandler.hxx -slideshow/source/inc/listenercontainer.hxx -slideshow/source/inc/mouseeventhandler.hxx -slideshow/source/inc/numberanimation.hxx -slideshow/source/inc/pairanimation.hxx -slideshow/source/inc/pauseeventhandler.hxx -slideshow/source/inc/rgbcolor.hxx -slideshow/source/inc/screenupdater.hxx -slideshow/source/inc/shape.hxx -slideshow/source/inc/shapeattributelayer.hxx -slideshow/source/inc/shapeattributelayerholder.hxx -slideshow/source/inc/shapeimporter.hxx -slideshow/source/inc/shapelistenereventhandler.hxx -slideshow/source/inc/shapemanager.hxx -slideshow/source/inc/shapemaps.hxx -slideshow/source/inc/shapesubset.hxx -slideshow/source/inc/slide.hxx -slideshow/source/inc/slidebitmap.hxx -slideshow/source/inc/slideshowcontext.hxx -slideshow/source/inc/slideshowexceptions.hxx -slideshow/source/inc/slideview.hxx -slideshow/source/inc/smilfunctionparser.hxx -slideshow/source/inc/soundplayer.hxx -slideshow/source/inc/stringanimation.hxx -slideshow/source/inc/subsettableshapemanager.hxx -slideshow/source/inc/tools.hxx -slideshow/source/inc/transitionfactory.hxx -slideshow/source/inc/transitioninfo.hxx -slideshow/source/inc/unoview.hxx -slideshow/source/inc/unoviewcontainer.hxx -slideshow/source/inc/usereventqueue.hxx -slideshow/source/inc/view.hxx -slideshow/source/inc/vieweventhandler.hxx -slideshow/source/inc/viewlayer.hxx -slideshow/source/inc/viewupdate.hxx -slideshow/source/inc/wakeupevent.hxx -slideshow/test/slidetest.cxx -slideshow/test/tests.hxx -slideshow/test/testshape.cxx -slideshow/test/testview.cxx -slideshow/test/views.cxx -smoketest/libtest.cxx -smoketest/smoketest.cxx -solenv/bin/concat-deps.c -solenv/gbuildtojson/gbuildtojson.cxx -solenv/gcc-wrappers/g++.cxx -solenv/gcc-wrappers/gcc.cxx -solenv/gcc-wrappers/wrapper.cxx -soltools/cpp/_cpp.c -soltools/cpp/_eval.c -soltools/cpp/_getopt.c -soltools/cpp/_getopt.h -soltools/cpp/_include.c -soltools/cpp/_lex.c -soltools/cpp/_macro.c -soltools/cpp/_mcrvalid.c -soltools/cpp/_nlist.c -soltools/cpp/_tokens.c -soltools/cpp/_unix.c -soltools/cpp/cpp.h -soltools/mkdepend/collectdircontent.cxx -soltools/mkdepend/collectdircontent.hxx -soltools/mkdepend/cppsetup.c -soltools/mkdepend/def.h -soltools/mkdepend/ifparser.c -soltools/mkdepend/ifparser.h -soltools/mkdepend/imakemdep.h -soltools/mkdepend/include.c -soltools/mkdepend/main.c -soltools/mkdepend/parse.c -soltools/mkdepend/pr.c -sot/inc/sysformats.hxx -sot/qa/cppunit/test_sot.cxx -sot/source/base/exchange.cxx -sot/source/base/filelist.cxx -sot/source/base/formats.cxx -sot/source/base/object.cxx -sot/source/sdstor/stg.cxx -sot/source/sdstor/stgavl.cxx -sot/source/sdstor/stgavl.hxx -sot/source/sdstor/stgcache.cxx -sot/source/sdstor/stgcache.hxx -sot/source/sdstor/stgdir.cxx -sot/source/sdstor/stgdir.hxx -sot/source/sdstor/stgelem.cxx -sot/source/sdstor/stgelem.hxx -sot/source/sdstor/stgio.cxx -sot/source/sdstor/stgio.hxx -sot/source/sdstor/stgole.cxx -sot/source/sdstor/stgole.hxx -sot/source/sdstor/stgstrms.cxx -sot/source/sdstor/stgstrms.hxx -sot/source/sdstor/storage.cxx -sot/source/sdstor/storinfo.cxx -sot/source/sdstor/ucbstorage.cxx -sot/source/unoolestorage/xolesimplestorage.cxx -sot/source/unoolestorage/xolesimplestorage.hxx -starmath/inc/ElementsDockingWindow.hxx -starmath/inc/action.hxx -starmath/inc/caret.hxx -starmath/inc/cursor.hxx -starmath/inc/dialog.hxx -starmath/inc/document.hxx -starmath/inc/edit.hxx -starmath/inc/error.hxx -starmath/inc/format.hxx -starmath/inc/helpids.h -starmath/inc/node.hxx -starmath/inc/parse.hxx -starmath/inc/rect.hxx -starmath/inc/smdll.hxx -starmath/inc/smmod.hxx -starmath/inc/strings.hxx -starmath/inc/symbol.hxx -starmath/inc/token.hxx -starmath/inc/types.hxx -starmath/inc/unomodel.hxx -starmath/inc/utility.hxx -starmath/inc/view.hxx -starmath/inc/visitors.hxx -starmath/qa/cppunit/mock-visitor.hxx -starmath/qa/cppunit/test_cursor.cxx -starmath/qa/cppunit/test_node.cxx -starmath/qa/cppunit/test_nodetotextvisitors.cxx -starmath/qa/cppunit/test_parse.cxx -starmath/qa/cppunit/test_starmath.cxx -starmath/qa/extras/mmlexport-test.cxx -starmath/qa/extras/mmlimport-test.cxx -starmath/qa/unit/starmath-dialogs-test.cxx -starmath/source/ElementsDockingWindow.cxx -starmath/source/accessibility.cxx -starmath/source/accessibility.hxx -starmath/source/action.cxx -starmath/source/caret.cxx -starmath/source/cfgitem.cxx -starmath/source/cfgitem.hxx -starmath/source/cursor.cxx -starmath/source/dialog.cxx -starmath/source/document.cxx -starmath/source/edit.cxx -starmath/source/eqnolefilehdr.cxx -starmath/source/eqnolefilehdr.hxx -starmath/source/format.cxx -starmath/source/mathmlattr.cxx -starmath/source/mathmlattr.hxx -starmath/source/mathmlexport.cxx -starmath/source/mathmlexport.hxx -starmath/source/mathmlimport.cxx -starmath/source/mathmlimport.hxx -starmath/source/mathtype.cxx -starmath/source/mathtype.hxx -starmath/source/node.cxx -starmath/source/ooxmlexport.cxx -starmath/source/ooxmlexport.hxx -starmath/source/ooxmlimport.cxx -starmath/source/ooxmlimport.hxx -starmath/source/parse.cxx -starmath/source/rect.cxx -starmath/source/register.cxx -starmath/source/register.hxx -starmath/source/smdetect.cxx -starmath/source/smdetect.hxx -starmath/source/smdll.cxx -starmath/source/smmod.cxx -starmath/source/symbol.cxx -starmath/source/tmpdevice.cxx -starmath/source/tmpdevice.hxx -starmath/source/uiobject.cxx -starmath/source/uiobject.hxx -starmath/source/unodoc.cxx -starmath/source/unomodel.cxx -starmath/source/utility.cxx -starmath/source/view.cxx -starmath/source/visitors.cxx -stoc/source/corereflection/base.hxx -stoc/source/corereflection/crarray.cxx -stoc/source/corereflection/crbase.cxx -stoc/source/corereflection/crcomp.cxx -stoc/source/corereflection/crefl.cxx -stoc/source/corereflection/crenum.cxx -stoc/source/corereflection/criface.cxx -stoc/source/corereflection/lrucache.hxx -stoc/source/defaultregistry/defaultregistry.cxx -stoc/source/implementationregistration/implreg.cxx -stoc/source/implementationregistration/mergekeys.cxx -stoc/source/implementationregistration/mergekeys.hxx -stoc/source/inspect/introspection.cxx -stoc/source/invocation/invocation.cxx -stoc/source/invocation_adapterfactory/iafactory.cxx -stoc/source/javaloader/javaloader.cxx -stoc/source/javavm/interact.cxx -stoc/source/javavm/interact.hxx -stoc/source/javavm/javavm.cxx -stoc/source/javavm/javavm.hxx -stoc/source/javavm/jvmargs.cxx -stoc/source/javavm/jvmargs.hxx -stoc/source/loader/dllcomponentloader.cxx -stoc/source/namingservice/namingservice.cxx -stoc/source/proxy_factory/proxyfac.cxx -stoc/source/security/access_controller.cxx -stoc/source/security/file_policy.cxx -stoc/source/security/lru_cache.h -stoc/source/security/permissions.cxx -stoc/source/security/permissions.h -stoc/source/servicemanager/servicemanager.cxx -stoc/source/simpleregistry/simpleregistry.cxx -stoc/source/typeconv/convert.cxx -stoc/source/uriproc/ExternalUriReferenceTranslator.cxx -stoc/source/uriproc/UriReference.cxx -stoc/source/uriproc/UriReference.hxx -stoc/source/uriproc/UriReferenceFactory.cxx -stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx -stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx -stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx -stoc/test/javavm/jvm_interaction/interactionhandler.cxx -stoc/test/javavm/testjavavm.cxx -stoc/test/mergekeys_.cxx -stoc/test/registry_tdprovider/testregistrytdprovider.cxx -stoc/test/tdmanager/testtdmanager.cxx -stoc/test/testconv.cxx -stoc/test/testcorefl.cxx -stoc/test/testiadapter.cxx -stoc/test/testintrosp.cxx -stoc/test/testloader.cxx -stoc/test/testproxyfac.cxx -stoc/test/testregistry.cxx -stoc/test/testsmgr.cxx -stoc/test/testsmgr2.cxx -stoc/test/testsmgr_cpnt.cxx -stoc/test/uriproc/test_uriproc.cxx -store/source/lockbyte.cxx -store/source/lockbyte.hxx -store/source/object.cxx -store/source/object.hxx -store/source/storbase.cxx -store/source/storbase.hxx -store/source/storbios.cxx -store/source/storbios.hxx -store/source/storcach.cxx -store/source/storcach.hxx -store/source/stordata.cxx -store/source/stordata.hxx -store/source/stordir.cxx -store/source/stordir.hxx -store/source/store.cxx -store/source/storlckb.cxx -store/source/storlckb.hxx -store/source/storpage.cxx -store/source/storpage.hxx -store/source/stortree.cxx -store/source/stortree.hxx -svgio/inc/svganode.hxx -svgio/inc/svgcharacternode.hxx -svgio/inc/svgcirclenode.hxx -svgio/inc/svgclippathnode.hxx -svgio/inc/svgdocument.hxx -svgio/inc/svgdocumenthandler.hxx -svgio/inc/svgellipsenode.hxx -svgio/inc/svggnode.hxx -svgio/inc/svggradientnode.hxx -svgio/inc/svggradientstopnode.hxx -svgio/inc/svgimagenode.hxx -svgio/inc/svglinenode.hxx -svgio/inc/svgmarkernode.hxx -svgio/inc/svgmasknode.hxx -svgio/inc/svgnode.hxx -svgio/inc/svgpaint.hxx -svgio/inc/svgpathnode.hxx -svgio/inc/svgpatternnode.hxx -svgio/inc/svgpolynode.hxx -svgio/inc/svgrectnode.hxx -svgio/inc/svgstyleattributes.hxx -svgio/inc/svgstylenode.hxx -svgio/inc/svgsvgnode.hxx -svgio/inc/svgsymbolnode.hxx -svgio/inc/svgtextnode.hxx -svgio/inc/svgtextpathnode.hxx -svgio/inc/svgtitledescnode.hxx -svgio/inc/svgtoken.hxx -svgio/inc/svgtools.hxx -svgio/inc/svgtrefnode.hxx -svgio/inc/svgtspannode.hxx -svgio/inc/svgusenode.hxx -svgio/qa/cppunit/SvgImportTest.cxx -svgio/source/svgreader/svganode.cxx -svgio/source/svgreader/svgcharacternode.cxx -svgio/source/svgreader/svgcirclenode.cxx -svgio/source/svgreader/svgclippathnode.cxx -svgio/source/svgreader/svgdocument.cxx -svgio/source/svgreader/svgdocumenthandler.cxx -svgio/source/svgreader/svgellipsenode.cxx -svgio/source/svgreader/svggnode.cxx -svgio/source/svgreader/svggradientnode.cxx -svgio/source/svgreader/svggradientstopnode.cxx -svgio/source/svgreader/svgimagenode.cxx -svgio/source/svgreader/svglinenode.cxx -svgio/source/svgreader/svgmarkernode.cxx -svgio/source/svgreader/svgmasknode.cxx -svgio/source/svgreader/svgnode.cxx -svgio/source/svgreader/svgpathnode.cxx -svgio/source/svgreader/svgpatternnode.cxx -svgio/source/svgreader/svgpolynode.cxx -svgio/source/svgreader/svgrectnode.cxx -svgio/source/svgreader/svgstyleattributes.cxx -svgio/source/svgreader/svgstylenode.cxx -svgio/source/svgreader/svgsvgnode.cxx -svgio/source/svgreader/svgsymbolnode.cxx -svgio/source/svgreader/svgtextnode.cxx -svgio/source/svgreader/svgtextpathnode.cxx -svgio/source/svgreader/svgtitledescnode.cxx -svgio/source/svgreader/svgtoken.cxx -svgio/source/svgreader/svgtools.cxx -svgio/source/svgreader/svgtrefnode.cxx -svgio/source/svgreader/svgtspannode.cxx -svgio/source/svgreader/svgusenode.cxx -svgio/source/svguno/svguno.cxx -svgio/source/svguno/xsvgparser.cxx -svgio/source/svguno/xsvgparser.hxx -svl/qa/unit/items/test_IndexedStyleSheets.cxx -svl/qa/unit/items/test_itempool.cxx -svl/qa/unit/notify/test_SfxBroadcaster.cxx -svl/qa/unit/svl.cxx -svl/qa/unit/test_INetContentType.cxx -svl/qa/unit/test_URIHelper.cxx -svl/qa/unit/test_lngmisc.cxx -svl/source/config/asiancfg.cxx -svl/source/config/cjkoptions.cxx -svl/source/config/ctloptions.cxx -svl/source/config/itemholder2.cxx -svl/source/config/itemholder2.hxx -svl/source/config/languageoptions.cxx -svl/source/crypto/cryptosign.cxx -svl/source/filepicker/pickerhistory.cxx -svl/source/fsstor/fsfactory.cxx -svl/source/fsstor/fsstorage.cxx -svl/source/fsstor/fsstorage.hxx -svl/source/fsstor/oinputstreamcontainer.cxx -svl/source/fsstor/oinputstreamcontainer.hxx -svl/source/fsstor/ostreamcontainer.cxx -svl/source/fsstor/ostreamcontainer.hxx -svl/source/inc/fsfactory.hxx -svl/source/inc/poolio.hxx -svl/source/inc/stringio.hxx -svl/source/items/IndexedStyleSheets.cxx -svl/source/items/aeitem.cxx -svl/source/items/cenumitm.cxx -svl/source/items/cintitem.cxx -svl/source/items/custritm.cxx -svl/source/items/flagitem.cxx -svl/source/items/globalnameitem.cxx -svl/source/items/ilstitem.cxx -svl/source/items/imageitm.cxx -svl/source/items/int64item.cxx -svl/source/items/intitem.cxx -svl/source/items/itemiter.cxx -svl/source/items/itempool.cxx -svl/source/items/itemprop.cxx -svl/source/items/itemset.cxx -svl/source/items/lckbitem.cxx -svl/source/items/legacyitem.cxx -svl/source/items/macitem.cxx -svl/source/items/poolcach.cxx -svl/source/items/poolio.cxx -svl/source/items/poolitem.cxx -svl/source/items/ptitem.cxx -svl/source/items/rectitem.cxx -svl/source/items/rngitem.cxx -svl/source/items/sitem.cxx -svl/source/items/slstitm.cxx -svl/source/items/srchitem.cxx -svl/source/items/stringio.cxx -svl/source/items/stritem.cxx -svl/source/items/style.cxx -svl/source/items/stylepool.cxx -svl/source/items/visitem.cxx -svl/source/items/whiter.cxx -svl/source/misc/PasswordHelper.cxx -svl/source/misc/adrparse.cxx -svl/source/misc/documentlockfile.cxx -svl/source/misc/filenotation.cxx -svl/source/misc/fstathelper.cxx -svl/source/misc/getstringresource.cxx -svl/source/misc/gridprinter.cxx -svl/source/misc/inethist.cxx -svl/source/misc/inettype.cxx -svl/source/misc/lngmisc.cxx -svl/source/misc/lockfilecommon.cxx -svl/source/misc/ownlist.cxx -svl/source/misc/sharecontrolfile.cxx -svl/source/misc/sharedstring.cxx -svl/source/misc/sharedstringpool.cxx -svl/source/misc/strmadpt.cxx -svl/source/misc/urihelper.cxx -svl/source/notify/SfxBroadcaster.cxx -svl/source/notify/broadcast.cxx -svl/source/notify/hint.cxx -svl/source/notify/isethint.cxx -svl/source/notify/listener.cxx -svl/source/notify/lstner.cxx -svl/source/numbers/currencytable.cxx -svl/source/numbers/numfmuno.cxx -svl/source/numbers/numfmuno.hxx -svl/source/numbers/numuno.cxx -svl/source/numbers/supservs.cxx -svl/source/numbers/supservs.hxx -svl/source/numbers/zforfind.cxx -svl/source/numbers/zforfind.hxx -svl/source/numbers/zforlist.cxx -svl/source/numbers/zformat.cxx -svl/source/numbers/zforscan.cxx -svl/source/numbers/zforscan.hxx -svl/source/passwordcontainer/passwordcontainer.cxx -svl/source/passwordcontainer/passwordcontainer.hxx -svl/source/passwordcontainer/syscreds.cxx -svl/source/passwordcontainer/syscreds.hxx -svl/source/svdde/ddecli.cxx -svl/source/svdde/ddedata.cxx -svl/source/svdde/ddeimp.hxx -svl/source/svdde/ddestrg.cxx -svl/source/svdde/ddesvr.cxx -svl/source/svsql/converter.cxx -svl/source/undo/undo.cxx -svl/source/uno/pathservice.cxx -svl/unx/source/svdde/ddedummy.cxx -svtools/inc/strings.hxx -svtools/inc/svmedit.hxx -svtools/inc/svmedit2.hxx -svtools/inc/table/defaultinputhandler.hxx -svtools/inc/table/gridtablerenderer.hxx -svtools/inc/table/tablecontrol.hxx -svtools/inc/table/tablecontrolinterface.hxx -svtools/inc/table/tableinputhandler.hxx -svtools/inc/table/tablemodel.hxx -svtools/inc/table/tablerenderer.hxx -svtools/inc/table/tablesort.hxx -svtools/inc/table/tabletypes.hxx -svtools/langsupport/langsupport.cxx -svtools/qa/unit/GraphicObjectTest.cxx -svtools/qa/unit/svtools-dialogs-test.cxx -svtools/qa/unit/testHtmlWriter.cxx -svtools/source/brwbox/brwbox1.cxx -svtools/source/brwbox/brwbox2.cxx -svtools/source/brwbox/brwbox3.cxx -svtools/source/brwbox/brwhead.cxx -svtools/source/brwbox/brwimpl.hxx -svtools/source/brwbox/datwin.cxx -svtools/source/brwbox/datwin.hxx -svtools/source/brwbox/ebbcontrols.cxx -svtools/source/brwbox/editbrowsebox.cxx -svtools/source/brwbox/editbrowsebox2.cxx -svtools/source/brwbox/editbrowseboximpl.hxx -svtools/source/config/accessibilityoptions.cxx -svtools/source/config/apearcfg.cxx -svtools/source/config/colorcfg.cxx -svtools/source/config/extcolorcfg.cxx -svtools/source/config/fontsubstconfig.cxx -svtools/source/config/helpopt.cxx -svtools/source/config/htmlcfg.cxx -svtools/source/config/itemholder2.cxx -svtools/source/config/itemholder2.hxx -svtools/source/config/menuoptions.cxx -svtools/source/config/miscopt.cxx -svtools/source/config/optionsdrawinglayer.cxx -svtools/source/config/printoptions.cxx -svtools/source/config/slidesorterbaropt.cxx -svtools/source/config/test/test.cxx -svtools/source/contnr/DocumentInfoPreview.cxx -svtools/source/contnr/templwin.cxx -svtools/source/contnr/templwin.hxx -svtools/source/control/accessibleruler.cxx -svtools/source/control/accessibleruler.hxx -svtools/source/control/asynclink.cxx -svtools/source/control/calendar.cxx -svtools/source/control/collatorres.cxx -svtools/source/control/ctrlbox.cxx -svtools/source/control/ctrltool.cxx -svtools/source/control/indexentryres.cxx -svtools/source/control/inettbc.cxx -svtools/source/control/managedmenubutton.cxx -svtools/source/control/ruler.cxx -svtools/source/control/scriptedtext.cxx -svtools/source/control/scrwin.cxx -svtools/source/control/tabbar.cxx -svtools/source/control/toolbarmenu.cxx -svtools/source/control/valueacc.cxx -svtools/source/control/valueimp.hxx -svtools/source/control/valueset.cxx -svtools/source/dialogs/PlaceEditDialog.cxx -svtools/source/dialogs/ServerDetailsControls.cxx -svtools/source/dialogs/ServerDetailsControls.hxx -svtools/source/dialogs/addresstemplate.cxx -svtools/source/dialogs/colrdlg.cxx -svtools/source/dialogs/insdlg.cxx -svtools/source/dialogs/prnsetup.cxx -svtools/source/dialogs/restartdialog.cxx -svtools/source/edit/editsyntaxhighlighter.cxx -svtools/source/edit/svmedit.cxx -svtools/source/edit/svmedit2.cxx -svtools/source/edit/textwindowpeer.cxx -svtools/source/filter/DocumentToGraphicRenderer.cxx -svtools/source/filter/SvFilterOptionsDialog.cxx -svtools/source/filter/exportdialog.cxx -svtools/source/filter/exportdialog.hxx -svtools/source/graphic/renderer.cxx -svtools/source/hatchwindow/documentcloser.cxx -svtools/source/hatchwindow/hatchwindow.cxx -svtools/source/hatchwindow/hatchwindowfactory.cxx -svtools/source/hatchwindow/ipwin.cxx -svtools/source/hatchwindow/ipwin.hxx -svtools/source/inc/hatchwindow.hxx -svtools/source/inc/unoiface.hxx -svtools/source/java/javacontext.cxx -svtools/source/java/javainteractionhandler.cxx -svtools/source/misc/acceleratorexecute.cxx -svtools/source/misc/bindablecontrolhelper.cxx -svtools/source/misc/cliplistener.cxx -svtools/source/misc/dialogclosedlistener.cxx -svtools/source/misc/ehdl.cxx -svtools/source/misc/embedhlp.cxx -svtools/source/misc/embedtransfer.cxx -svtools/source/misc/filechangedchecker.cxx -svtools/source/misc/imagemgr.cxx -svtools/source/misc/imageresourceaccess.cxx -svtools/source/misc/langhelp.cxx -svtools/source/misc/langtab.cxx -svtools/source/misc/openfiledroptargetlistener.cxx -svtools/source/misc/sampletext.cxx -svtools/source/misc/stringtransfer.cxx -svtools/source/misc/svtresid.cxx -svtools/source/misc/templatefoldercache.cxx -svtools/source/misc/unitconv.cxx -svtools/source/svhtml/HtmlWriter.cxx -svtools/source/svhtml/htmlkywd.cxx -svtools/source/svhtml/htmlout.cxx -svtools/source/svhtml/htmlsupp.cxx -svtools/source/svhtml/parhtml.cxx -svtools/source/svrtf/parrtf.cxx -svtools/source/svrtf/rtfkeywd.cxx -svtools/source/svrtf/rtfout.cxx -svtools/source/svrtf/svparser.cxx -svtools/source/table/cellvalueconversion.cxx -svtools/source/table/cellvalueconversion.hxx -svtools/source/table/defaultinputhandler.cxx -svtools/source/table/gridtablerenderer.cxx -svtools/source/table/mousefunction.cxx -svtools/source/table/mousefunction.hxx -svtools/source/table/tablecontrol.cxx -svtools/source/table/tablecontrol_impl.cxx -svtools/source/table/tablecontrol_impl.hxx -svtools/source/table/tabledatawindow.cxx -svtools/source/table/tabledatawindow.hxx -svtools/source/table/tablegeometry.cxx -svtools/source/table/tablegeometry.hxx -svtools/source/uno/addrtempuno.cxx -svtools/source/uno/fpicker.cxx -svtools/source/uno/fpicker.hxx -svtools/source/uno/framestatuslistener.cxx -svtools/source/uno/generictoolboxcontroller.cxx -svtools/source/uno/genericunodialog.cxx -svtools/source/uno/miscservices.cxx -svtools/source/uno/popupmenucontrollerbase.cxx -svtools/source/uno/popupwindowcontroller.cxx -svtools/source/uno/statusbarcontroller.cxx -svtools/source/uno/svtxgridcontrol.cxx -svtools/source/uno/svtxgridcontrol.hxx -svtools/source/uno/toolboxcontroller.cxx -svtools/source/uno/unocontroltablemodel.cxx -svtools/source/uno/unocontroltablemodel.hxx -svtools/source/uno/unoevent.cxx -svtools/source/uno/unogridcolumnfacade.cxx -svtools/source/uno/unogridcolumnfacade.hxx -svtools/source/uno/unoiface.cxx -svtools/source/uno/unoimap.cxx -svtools/source/uno/wizard/unowizard.cxx -svtools/source/uno/wizard/wizardpagecontroller.cxx -svtools/source/uno/wizard/wizardpagecontroller.hxx -svtools/source/uno/wizard/wizardshell.cxx -svtools/source/uno/wizard/wizardshell.hxx -svx/inc/AccessibleTableShape.hxx -svx/inc/AffineMatrixItem.hxx -svx/inc/DescriptionGenerator.hxx -svx/inc/GalleryControl.hxx -svx/inc/XPropertyTable.hxx -svx/inc/colrctrl.hxx -svx/inc/dbcharsethelper.hxx -svx/inc/dragmt3d.hxx -svx/inc/extrud3d.hxx -svx/inc/extrusiondepthdialog.hxx -svx/inc/galbrws2.hxx -svx/inc/galobj.hxx -svx/inc/helpids.h -svx/inc/palettes.hxx -svx/inc/polygn3d.hxx -svx/inc/sdgcoitm.hxx -svx/inc/sdginitm.hxx -svx/inc/sdgtritm.hxx -svx/inc/sdr/attribute/sdreffectstextattribute.hxx -svx/inc/sdr/attribute/sdrfilltextattribute.hxx -svx/inc/sdr/attribute/sdrformtextattribute.hxx -svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx -svx/inc/sdr/attribute/sdrlineeffectstextattribute.hxx -svx/inc/sdr/attribute/sdrlinefilleffectstextattribute.hxx -svx/inc/sdr/attribute/sdrtextattribute.hxx -svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx -svx/inc/sdr/contact/viewcontactofe3d.hxx -svx/inc/sdr/contact/viewcontactofe3dcube.hxx -svx/inc/sdr/contact/viewcontactofe3dextrude.hxx -svx/inc/sdr/contact/viewcontactofe3dlathe.hxx -svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx -svx/inc/sdr/contact/viewcontactofe3dsphere.hxx -svx/inc/sdr/contact/viewcontactofgraphic.hxx -svx/inc/sdr/contact/viewcontactofgroup.hxx -svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx -svx/inc/sdr/contact/viewcontactofpageobj.hxx -svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx -svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx -svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx -svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx -svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx -svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx -svx/inc/sdr/contact/viewcontactofsdrpage.hxx -svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx -svx/inc/sdr/contact/viewcontactofsdrrectobj.hxx -svx/inc/sdr/contact/viewcontactoftextobj.hxx -svx/inc/sdr/contact/viewcontactofunocontrol.hxx -svx/inc/sdr/contact/viewobjectcontactofe3d.hxx -svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx -svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx -svx/inc/sdr/contact/viewobjectcontactofgroup.hxx -svx/inc/sdr/contact/viewobjectcontactofmasterpagedescriptor.hxx -svx/inc/sdr/contact/viewobjectcontactofpageobj.hxx -svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx -svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx -svx/inc/sdr/contact/viewobjectcontactofsdrpage.hxx -svx/inc/sdr/contact/viewobjectcontactofunocontrol.hxx -svx/inc/sdr/overlay/overlaycrosshair.hxx -svx/inc/sdr/overlay/overlayhandle.hxx -svx/inc/sdr/overlay/overlayhelpline.hxx -svx/inc/sdr/overlay/overlayline.hxx -svx/inc/sdr/overlay/overlaymanagerbuffered.hxx -svx/inc/sdr/overlay/overlayobjectcell.hxx -svx/inc/sdr/overlay/overlayrectangle.hxx -svx/inc/sdr/overlay/overlayrollingrectangle.hxx -svx/inc/sdr/overlay/overlaytools.hxx -svx/inc/sdr/overlay/overlaytriangle.hxx -svx/inc/sdr/primitive2d/sdrattributecreator.hxx -svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrdecompositiontools.hxx -svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx -svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrprimitivetools.hxx -svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx -svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx -svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx -svx/inc/sdr/properties/attributeproperties.hxx -svx/inc/sdr/properties/captionproperties.hxx -svx/inc/sdr/properties/circleproperties.hxx -svx/inc/sdr/properties/connectorproperties.hxx -svx/inc/sdr/properties/customshapeproperties.hxx -svx/inc/sdr/properties/e3dcompoundproperties.hxx -svx/inc/sdr/properties/e3dextrudeproperties.hxx -svx/inc/sdr/properties/e3dlatheproperties.hxx -svx/inc/sdr/properties/e3dproperties.hxx -svx/inc/sdr/properties/e3dsceneproperties.hxx -svx/inc/sdr/properties/e3dsphereproperties.hxx -svx/inc/sdr/properties/emptyproperties.hxx -svx/inc/sdr/properties/graphicproperties.hxx -svx/inc/sdr/properties/groupproperties.hxx -svx/inc/sdr/properties/itemsettools.hxx -svx/inc/sdr/properties/measureproperties.hxx -svx/inc/sdr/properties/oleproperties.hxx -svx/inc/sdr/properties/pageproperties.hxx -svx/inc/sdr/properties/rectangleproperties.hxx -svx/inc/sdr/properties/textproperties.hxx -svx/inc/strings.hxx -svx/inc/sxallitm.hxx -svx/inc/sxcaitm.hxx -svx/inc/sxcikitm.hxx -svx/inc/sxfiitm.hxx -svx/inc/sxlayitm.hxx -svx/inc/sxlogitm.hxx -svx/inc/sxmfsitm.hxx -svx/inc/sxmkitm.hxx -svx/inc/sxmoitm.hxx -svx/inc/sxmovitm.hxx -svx/inc/sxmsitm.hxx -svx/inc/sxmtaitm.hxx -svx/inc/sxoneitm.hxx -svx/inc/sxopitm.hxx -svx/inc/sxreaitm.hxx -svx/inc/sxreoitm.hxx -svx/inc/sxroaitm.hxx -svx/inc/sxrooitm.hxx -svx/inc/sxsaitm.hxx -svx/inc/sxsalitm.hxx -svx/inc/sxsiitm.hxx -svx/inc/sxsoitm.hxx -svx/inc/sxtraitm.hxx -svx/inc/tbxcolorupdate.hxx -svx/inc/textchain.hxx -svx/inc/textchaincursor.hxx -svx/inc/textchainflow.hxx -svx/inc/uiobject.hxx -svx/inc/unomlstr.hxx -svx/inc/xpolyimp.hxx -svx/qa/unit/svdraw/test_SdrTextObject.cxx -svx/qa/unit/svx-dialogs-test.cxx -svx/source/accessibility/AccessibleControlShape.cxx -svx/source/accessibility/AccessibleEmptyEditSource.cxx -svx/source/accessibility/AccessibleEmptyEditSource.hxx -svx/source/accessibility/AccessibleFrameSelector.cxx -svx/source/accessibility/AccessibleGraphicShape.cxx -svx/source/accessibility/AccessibleOLEShape.cxx -svx/source/accessibility/AccessibleShape.cxx -svx/source/accessibility/AccessibleShapeInfo.cxx -svx/source/accessibility/AccessibleShapeTreeInfo.cxx -svx/source/accessibility/AccessibleTextEventQueue.cxx -svx/source/accessibility/AccessibleTextEventQueue.hxx -svx/source/accessibility/AccessibleTextHelper.cxx -svx/source/accessibility/ChildrenManager.cxx -svx/source/accessibility/ChildrenManagerImpl.cxx -svx/source/accessibility/ChildrenManagerImpl.hxx -svx/source/accessibility/DescriptionGenerator.cxx -svx/source/accessibility/GraphCtlAccessibleContext.cxx -svx/source/accessibility/ShapeTypeHandler.cxx -svx/source/accessibility/SvxShapeTypes.cxx -svx/source/accessibility/charmapacc.cxx -svx/source/accessibility/lookupcolorname.cxx -svx/source/accessibility/lookupcolorname.hxx -svx/source/accessibility/svxpixelctlaccessiblecontext.cxx -svx/source/accessibility/svxrectctaccessiblecontext.cxx -svx/source/core/extedit.cxx -svx/source/core/graphichelper.cxx -svx/source/customshapes/EnhancedCustomShape2d.cxx -svx/source/customshapes/EnhancedCustomShape3d.cxx -svx/source/customshapes/EnhancedCustomShape3d.hxx -svx/source/customshapes/EnhancedCustomShapeEngine.cxx -svx/source/customshapes/EnhancedCustomShapeFontWork.cxx -svx/source/customshapes/EnhancedCustomShapeFontWork.hxx -svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx -svx/source/customshapes/EnhancedCustomShapeGeometry.cxx -svx/source/customshapes/EnhancedCustomShapeHandle.cxx -svx/source/customshapes/EnhancedCustomShapeHandle.hxx -svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx -svx/source/dialog/ClassificationDialog.cxx -svx/source/dialog/ClassificationEditView.cxx -svx/source/dialog/ClassificationEditView.hxx -svx/source/dialog/SafeModeDialog.cxx -svx/source/dialog/SafeModeUI.cxx -svx/source/dialog/SpellDialogChildWindow.cxx -svx/source/dialog/SvxNumOptionsTabPageHelper.cxx -svx/source/dialog/_bmpmask.cxx -svx/source/dialog/_contdlg.cxx -svx/source/dialog/charmap.cxx -svx/source/dialog/compressgraphicdialog.cxx -svx/source/dialog/connctrl.cxx -svx/source/dialog/contimp.hxx -svx/source/dialog/contwnd.cxx -svx/source/dialog/contwnd.hxx -svx/source/dialog/crashreportdlg.cxx -svx/source/dialog/crashreportui.cxx -svx/source/dialog/ctredlin.cxx -svx/source/dialog/databaseregistrationui.cxx -svx/source/dialog/dialcontrol.cxx -svx/source/dialog/dialmgr.cxx -svx/source/dialog/dlgctl3d.cxx -svx/source/dialog/dlgctrl.cxx -svx/source/dialog/dlgunit.hxx -svx/source/dialog/dlgutil.cxx -svx/source/dialog/docrecovery.cxx -svx/source/dialog/fntctrl.cxx -svx/source/dialog/fontwork.cxx -svx/source/dialog/framelink.cxx -svx/source/dialog/framelinkarray.cxx -svx/source/dialog/frmsel.cxx -svx/source/dialog/graphctl.cxx -svx/source/dialog/grfflt.cxx -svx/source/dialog/hdft.cxx -svx/source/dialog/hyperdlg.cxx -svx/source/dialog/imapdlg.cxx -svx/source/dialog/imapimp.hxx -svx/source/dialog/imapwnd.cxx -svx/source/dialog/imapwnd.hxx -svx/source/dialog/langbox.cxx -svx/source/dialog/measctrl.cxx -svx/source/dialog/optgrid.cxx -svx/source/dialog/pagectrl.cxx -svx/source/dialog/papersizelistbox.cxx -svx/source/dialog/paraprev.cxx -svx/source/dialog/passwd.cxx -svx/source/dialog/relfld.cxx -svx/source/dialog/rlrcitem.cxx -svx/source/dialog/rlrcitem.hxx -svx/source/dialog/rubydialog.cxx -svx/source/dialog/rulritem.cxx -svx/source/dialog/samecontentlistbox.cxx -svx/source/dialog/searchcharmap.cxx -svx/source/dialog/spacinglistbox.cxx -svx/source/dialog/srchctrl.cxx -svx/source/dialog/srchctrl.hxx -svx/source/dialog/srchdlg.cxx -svx/source/dialog/strarray.cxx -svx/source/dialog/svxbmpnumvalueset.cxx -svx/source/dialog/svxdlg.cxx -svx/source/dialog/svxgrahicitem.cxx -svx/source/dialog/svxruler.cxx -svx/source/dialog/swframeexample.cxx -svx/source/dialog/swframeposstrings.cxx -svx/source/dialog/txencbox.cxx -svx/source/engine3d/camera3d.cxx -svx/source/engine3d/cube3d.cxx -svx/source/engine3d/deflt3d.cxx -svx/source/engine3d/dragmt3d.cxx -svx/source/engine3d/e3dsceneupdater.cxx -svx/source/engine3d/e3dundo.cxx -svx/source/engine3d/extrud3d.cxx -svx/source/engine3d/float3d.cxx -svx/source/engine3d/helperhittest3d.cxx -svx/source/engine3d/helperminimaldepth3d.cxx -svx/source/engine3d/helperminimaldepth3d.hxx -svx/source/engine3d/lathe3d.cxx -svx/source/engine3d/obj3d.cxx -svx/source/engine3d/objfac3d.cxx -svx/source/engine3d/polygn3d.cxx -svx/source/engine3d/scene3d.cxx -svx/source/engine3d/sphere3d.cxx -svx/source/engine3d/svx3ditems.cxx -svx/source/engine3d/view3d.cxx -svx/source/engine3d/view3d1.cxx -svx/source/engine3d/viewpt3d2.cxx -svx/source/fmcomp/dbaexchange.cxx -svx/source/fmcomp/dbaobjectex.cxx -svx/source/fmcomp/fmgridcl.cxx -svx/source/fmcomp/fmgridif.cxx -svx/source/fmcomp/gridcell.cxx -svx/source/fmcomp/gridcols.cxx -svx/source/fmcomp/gridctrl.cxx -svx/source/fmcomp/xmlexchg.cxx -svx/source/form/ParseContext.cxx -svx/source/form/dataaccessdescriptor.cxx -svx/source/form/databaselocationinput.cxx -svx/source/form/datalistener.cxx -svx/source/form/datanavi.cxx -svx/source/form/dbcharsethelper.cxx -svx/source/form/delayedevent.cxx -svx/source/form/filtnav.cxx -svx/source/form/fmPropBrw.cxx -svx/source/form/fmcontrolbordermanager.cxx -svx/source/form/fmcontrollayout.cxx -svx/source/form/fmdmod.cxx -svx/source/form/fmdocumentclassification.cxx -svx/source/form/fmdpage.cxx -svx/source/form/fmexch.cxx -svx/source/form/fmexpl.cxx -svx/source/form/fmmodel.cxx -svx/source/form/fmobj.cxx -svx/source/form/fmobjfac.cxx -svx/source/form/fmpage.cxx -svx/source/form/fmpgeimp.cxx -svx/source/form/fmscriptingenv.cxx -svx/source/form/fmservs.cxx -svx/source/form/fmshell.cxx -svx/source/form/fmshimp.cxx -svx/source/form/fmsrccfg.cxx -svx/source/form/fmsrcimp.cxx -svx/source/form/fmtextcontroldialogs.cxx -svx/source/form/fmtextcontrolfeature.cxx -svx/source/form/fmtextcontrolshell.cxx -svx/source/form/fmtools.cxx -svx/source/form/fmundo.cxx -svx/source/form/fmview.cxx -svx/source/form/fmvwimp.cxx -svx/source/form/formcontrolfactory.cxx -svx/source/form/formcontroller.cxx -svx/source/form/formcontrolling.cxx -svx/source/form/formdispatchinterceptor.cxx -svx/source/form/formfeaturedispatcher.cxx -svx/source/form/formtoolbars.cxx -svx/source/form/legacyformcontroller.cxx -svx/source/form/navigatortree.cxx -svx/source/form/navigatortreemodel.cxx -svx/source/form/sdbdatacolumn.cxx -svx/source/form/sqlparserclient.cxx -svx/source/form/tabwin.cxx -svx/source/form/tbxform.cxx -svx/source/form/xfm_addcondition.cxx -svx/source/gallery2/GalleryControl.cxx -svx/source/gallery2/codec.cxx -svx/source/gallery2/codec.hxx -svx/source/gallery2/galbrws1.cxx -svx/source/gallery2/galbrws1.hxx -svx/source/gallery2/galbrws2.cxx -svx/source/gallery2/galctrl.cxx -svx/source/gallery2/galexpl.cxx -svx/source/gallery2/galini.cxx -svx/source/gallery2/gallery1.cxx -svx/source/gallery2/galmisc.cxx -svx/source/gallery2/galobj.cxx -svx/source/gallery2/galtheme.cxx -svx/source/gengal/gengal.cxx -svx/source/inc/AccessibleFrameSelector.hxx -svx/source/inc/DefaultShapesPanel.hxx -svx/source/inc/GraphCtlAccessibleContext.hxx -svx/source/inc/ShapesUtil.hxx -svx/source/inc/cell.hxx -svx/source/inc/celltypes.hxx -svx/source/inc/charmapacc.hxx -svx/source/inc/datalistener.hxx -svx/source/inc/datanavi.hxx -svx/source/inc/delayedevent.hxx -svx/source/inc/docrecovery.hxx -svx/source/inc/filtnav.hxx -svx/source/inc/fmPropBrw.hxx -svx/source/inc/fmcontrolbordermanager.hxx -svx/source/inc/fmcontrollayout.hxx -svx/source/inc/fmdocumentclassification.hxx -svx/source/inc/fmexch.hxx -svx/source/inc/fmexpl.hxx -svx/source/inc/fmobj.hxx -svx/source/inc/fmpgeimp.hxx -svx/source/inc/fmprop.hxx -svx/source/inc/fmscriptingenv.hxx -svx/source/inc/fmservs.hxx -svx/source/inc/fmshimp.hxx -svx/source/inc/fmslotinvalidator.hxx -svx/source/inc/fmtextcontroldialogs.hxx -svx/source/inc/fmtextcontrolfeature.hxx -svx/source/inc/fmtextcontrolshell.hxx -svx/source/inc/fmundo.hxx -svx/source/inc/fmurl.hxx -svx/source/inc/fmvwimp.hxx -svx/source/inc/formcontrolfactory.hxx -svx/source/inc/formcontroller.hxx -svx/source/inc/formcontrolling.hxx -svx/source/inc/formdispatchinterceptor.hxx -svx/source/inc/formfeaturedispatcher.hxx -svx/source/inc/formtoolbars.hxx -svx/source/inc/frmselimpl.hxx -svx/source/inc/gridcell.hxx -svx/source/inc/gridcols.hxx -svx/source/inc/sdbdatacolumn.hxx -svx/source/inc/sqlparserclient.hxx -svx/source/inc/svdobjplusdata.hxx -svx/source/inc/svdoutlinercache.hxx -svx/source/inc/svxpixelctlaccessiblecontext.hxx -svx/source/inc/svxrectctaccessiblecontext.hxx -svx/source/inc/tablemodel.hxx -svx/source/inc/tabwin.hxx -svx/source/inc/tbxform.hxx -svx/source/inc/treevisitor.hxx -svx/source/inc/xfm_addcondition.hxx -svx/source/inc/xmlxtexp.hxx -svx/source/inc/xmlxtimp.hxx -svx/source/items/SmartTagItem.cxx -svx/source/items/algitem.cxx -svx/source/items/autoformathelper.cxx -svx/source/items/chrtitem.cxx -svx/source/items/clipfmtitem.cxx -svx/source/items/customshapeitem.cxx -svx/source/items/drawitem.cxx -svx/source/items/e3ditem.cxx -svx/source/items/galleryitem.cxx -svx/source/items/grfitem.cxx -svx/source/items/hlnkitem.cxx -svx/source/items/legacyitem.cxx -svx/source/items/numfmtsh.cxx -svx/source/items/numinf.cxx -svx/source/items/ofaitem.cxx -svx/source/items/pageitem.cxx -svx/source/items/postattr.cxx -svx/source/items/rotmodit.cxx -svx/source/items/svxerr.cxx -svx/source/items/viewlayoutitem.cxx -svx/source/items/zoomslideritem.cxx -svx/source/mnuctrls/clipboardctl.cxx -svx/source/mnuctrls/smarttagmenu.cxx -svx/source/sdr/animation/animationstate.cxx -svx/source/sdr/animation/objectanimator.cxx -svx/source/sdr/animation/scheduler.cxx -svx/source/sdr/attribute/sdrallfillattributeshelper.cxx -svx/source/sdr/attribute/sdreffectstextattribute.cxx -svx/source/sdr/attribute/sdrfilltextattribute.cxx -svx/source/sdr/attribute/sdrformtextattribute.cxx -svx/source/sdr/attribute/sdrformtextoutlineattribute.cxx -svx/source/sdr/attribute/sdrlineeffectstextattribute.cxx -svx/source/sdr/attribute/sdrlinefilleffectstextattribute.cxx -svx/source/sdr/attribute/sdrtextattribute.cxx -svx/source/sdr/contact/displayinfo.cxx -svx/source/sdr/contact/objectcontact.cxx -svx/source/sdr/contact/objectcontactofobjlistpainter.cxx -svx/source/sdr/contact/objectcontactofpageview.cxx -svx/source/sdr/contact/sdrmediawindow.cxx -svx/source/sdr/contact/sdrmediawindow.hxx -svx/source/sdr/contact/viewcontact.cxx -svx/source/sdr/contact/viewcontactofe3d.cxx -svx/source/sdr/contact/viewcontactofe3dcube.cxx -svx/source/sdr/contact/viewcontactofe3dextrude.cxx -svx/source/sdr/contact/viewcontactofe3dlathe.cxx -svx/source/sdr/contact/viewcontactofe3dpolygon.cxx -svx/source/sdr/contact/viewcontactofe3dscene.cxx -svx/source/sdr/contact/viewcontactofe3dsphere.cxx -svx/source/sdr/contact/viewcontactofgraphic.cxx -svx/source/sdr/contact/viewcontactofgroup.cxx -svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx -svx/source/sdr/contact/viewcontactofpageobj.cxx -svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx -svx/source/sdr/contact/viewcontactofsdrcircobj.cxx -svx/source/sdr/contact/viewcontactofsdredgeobj.cxx -svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx -svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx -svx/source/sdr/contact/viewcontactofsdrobj.cxx -svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx -svx/source/sdr/contact/viewcontactofsdrole2obj.cxx -svx/source/sdr/contact/viewcontactofsdrpage.cxx -svx/source/sdr/contact/viewcontactofsdrpathobj.cxx -svx/source/sdr/contact/viewcontactofsdrrectobj.cxx -svx/source/sdr/contact/viewcontactoftextobj.cxx -svx/source/sdr/contact/viewcontactofunocontrol.cxx -svx/source/sdr/contact/viewcontactofvirtobj.cxx -svx/source/sdr/contact/viewobjectcontact.cxx -svx/source/sdr/contact/viewobjectcontactofe3d.cxx -svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx -svx/source/sdr/contact/viewobjectcontactofgraphic.cxx -svx/source/sdr/contact/viewobjectcontactofgroup.cxx -svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx -svx/source/sdr/contact/viewobjectcontactofpageobj.cxx -svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx -svx/source/sdr/contact/viewobjectcontactofsdrobj.cxx -svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx -svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx -svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx -svx/source/sdr/contact/viewobjectcontactredirector.cxx -svx/source/sdr/overlay/overlayanimatedbitmapex.cxx -svx/source/sdr/overlay/overlaybitmapex.cxx -svx/source/sdr/overlay/overlaycrosshair.cxx -svx/source/sdr/overlay/overlayhandle.cxx -svx/source/sdr/overlay/overlayhelpline.cxx -svx/source/sdr/overlay/overlayline.cxx -svx/source/sdr/overlay/overlaymanager.cxx -svx/source/sdr/overlay/overlaymanagerbuffered.cxx -svx/source/sdr/overlay/overlayobject.cxx -svx/source/sdr/overlay/overlayobjectcell.cxx -svx/source/sdr/overlay/overlayobjectlist.cxx -svx/source/sdr/overlay/overlaypolypolygon.cxx -svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx -svx/source/sdr/overlay/overlayrectangle.cxx -svx/source/sdr/overlay/overlayrollingrectangle.cxx -svx/source/sdr/overlay/overlayselection.cxx -svx/source/sdr/overlay/overlaytools.cxx -svx/source/sdr/overlay/overlaytriangle.cxx -svx/source/sdr/primitive2d/primitivefactory2d.cxx -svx/source/sdr/primitive2d/sdrattributecreator.cxx -svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx -svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx -svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx -svx/source/sdr/primitive2d/sdrdecompositiontools.cxx -svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx -svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx -svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx -svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx -svx/source/sdr/primitive2d/sdrole2primitive2d.cxx -svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx -svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx -svx/source/sdr/primitive2d/sdrprimitivetools.cxx -svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx -svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx -svx/source/sdr/primitive3d/sdrattributecreator3d.cxx -svx/source/sdr/properties/attributeproperties.cxx -svx/source/sdr/properties/captionproperties.cxx -svx/source/sdr/properties/circleproperties.cxx -svx/source/sdr/properties/connectorproperties.cxx -svx/source/sdr/properties/customshapeproperties.cxx -svx/source/sdr/properties/defaultproperties.cxx -svx/source/sdr/properties/e3dcompoundproperties.cxx -svx/source/sdr/properties/e3dextrudeproperties.cxx -svx/source/sdr/properties/e3dlatheproperties.cxx -svx/source/sdr/properties/e3dproperties.cxx -svx/source/sdr/properties/e3dsceneproperties.cxx -svx/source/sdr/properties/e3dsphereproperties.cxx -svx/source/sdr/properties/emptyproperties.cxx -svx/source/sdr/properties/graphicproperties.cxx -svx/source/sdr/properties/groupproperties.cxx -svx/source/sdr/properties/itemsettools.cxx -svx/source/sdr/properties/measureproperties.cxx -svx/source/sdr/properties/oleproperties.cxx -svx/source/sdr/properties/pageproperties.cxx -svx/source/sdr/properties/properties.cxx -svx/source/sdr/properties/rectangleproperties.cxx -svx/source/sdr/properties/textproperties.cxx -svx/source/sidebar/ContextChangeEventMultiplexer.cxx -svx/source/sidebar/EmptyPanel.cxx -svx/source/sidebar/EmptyPanel.hxx -svx/source/sidebar/PanelFactory.cxx -svx/source/sidebar/SelectionAnalyzer.cxx -svx/source/sidebar/SelectionChangeHandler.cxx -svx/source/sidebar/area/AreaPropertyPanel.cxx -svx/source/sidebar/area/AreaPropertyPanel.hxx -svx/source/sidebar/area/AreaPropertyPanelBase.cxx -svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx -svx/source/sidebar/graphic/GraphicPropertyPanel.cxx -svx/source/sidebar/graphic/GraphicPropertyPanel.hxx -svx/source/sidebar/line/LinePropertyPanel.cxx -svx/source/sidebar/line/LinePropertyPanel.hxx -svx/source/sidebar/line/LinePropertyPanelBase.cxx -svx/source/sidebar/line/LineWidthPopup.cxx -svx/source/sidebar/line/LineWidthValueSet.cxx -svx/source/sidebar/line/LineWidthValueSet.hxx -svx/source/sidebar/media/MediaPlaybackPanel.cxx -svx/source/sidebar/media/MediaPlaybackPanel.hxx -svx/source/sidebar/nbdtmg.cxx -svx/source/sidebar/nbdtmgfact.cxx -svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx -svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx -svx/source/sidebar/paragraph/ParaPropertyPanel.cxx -svx/source/sidebar/paragraph/ParaPropertyPanel.hxx -svx/source/sidebar/paragraph/ParaSpacingControl.cxx -svx/source/sidebar/paragraph/ParaSpacingWindow.cxx -svx/source/sidebar/possize/PosSizePropertyPanel.cxx -svx/source/sidebar/possize/PosSizePropertyPanel.hxx -svx/source/sidebar/shadow/ShadowPropertyPanel.cxx -svx/source/sidebar/shadow/ShadowPropertyPanel.hxx -svx/source/sidebar/shapes/DefaultShapesPanel.cxx -svx/source/sidebar/shapes/ShapesUtil.cxx -svx/source/sidebar/styles/StylesPropertyPanel.cxx -svx/source/sidebar/styles/StylesPropertyPanel.hxx -svx/source/sidebar/text/TextCharacterSpacingControl.cxx -svx/source/sidebar/text/TextCharacterSpacingControl.hxx -svx/source/sidebar/text/TextCharacterSpacingPopup.cxx -svx/source/sidebar/text/TextPropertyPanel.cxx -svx/source/sidebar/text/TextPropertyPanel.hxx -svx/source/sidebar/text/TextUnderlineControl.cxx -svx/source/sidebar/text/TextUnderlinePopup.cxx -svx/source/sidebar/tools/ValueSetWithTextControl.cxx -svx/source/smarttags/SmartTagMgr.cxx -svx/source/stbctrls/insctrl.cxx -svx/source/stbctrls/modctrl.cxx -svx/source/stbctrls/pszctrl.cxx -svx/source/stbctrls/selctrl.cxx -svx/source/stbctrls/stbctrls.h -svx/source/stbctrls/xmlsecctrl.cxx -svx/source/stbctrls/zoomctrl.cxx -svx/source/stbctrls/zoomsliderctrl.cxx -svx/source/styles/ColorSets.cxx -svx/source/styles/CommonStyleManager.cxx -svx/source/styles/CommonStylePreviewRenderer.cxx -svx/source/svdraw/ActionDescriptionProvider.cxx -svx/source/svdraw/charthelper.cxx -svx/source/svdraw/clonelist.cxx -svx/source/svdraw/gradtrns.cxx -svx/source/svdraw/gradtrns.hxx -svx/source/svdraw/polypolygoneditor.cxx -svx/source/svdraw/sdrhittesthelper.cxx -svx/source/svdraw/sdrmasterpagedescriptor.cxx -svx/source/svdraw/sdrpagewindow.cxx -svx/source/svdraw/sdrpaintwindow.cxx -svx/source/svdraw/sdrundomanager.cxx -svx/source/svdraw/selectioncontroller.cxx -svx/source/svdraw/svdattr.cxx -svx/source/svdraw/svdcrtv.cxx -svx/source/svdraw/svddrag.cxx -svx/source/svdraw/svddrgm1.hxx -svx/source/svdraw/svddrgmt.cxx -svx/source/svdraw/svddrgv.cxx -svx/source/svdraw/svdedtv.cxx -svx/source/svdraw/svdedtv1.cxx -svx/source/svdraw/svdedtv2.cxx -svx/source/svdraw/svdetc.cxx -svx/source/svdraw/svdfmtf.cxx -svx/source/svdraw/svdfmtf.hxx -svx/source/svdraw/svdglev.cxx -svx/source/svdraw/svdglue.cxx -svx/source/svdraw/svdhdl.cxx -svx/source/svdraw/svdhlpln.cxx -svx/source/svdraw/svditer.cxx -svx/source/svdraw/svdlayer.cxx -svx/source/svdraw/svdmark.cxx -svx/source/svdraw/svdmodel.cxx -svx/source/svdraw/svdmrkv.cxx -svx/source/svdraw/svdmrkv1.cxx -svx/source/svdraw/svdoashp.cxx -svx/source/svdraw/svdoattr.cxx -svx/source/svdraw/svdobj.cxx -svx/source/svdraw/svdobjplusdata.cxx -svx/source/svdraw/svdobjuserdatalist.cxx -svx/source/svdraw/svdocapt.cxx -svx/source/svdraw/svdocirc.cxx -svx/source/svdraw/svdoedge.cxx -svx/source/svdraw/svdograf.cxx -svx/source/svdraw/svdogrp.cxx -svx/source/svdraw/svdomeas.cxx -svx/source/svdraw/svdomedia.cxx -svx/source/svdraw/svdoole2.cxx -svx/source/svdraw/svdopage.cxx -svx/source/svdraw/svdopath.cxx -svx/source/svdraw/svdorect.cxx -svx/source/svdraw/svdotext.cxx -svx/source/svdraw/svdotextdecomposition.cxx -svx/source/svdraw/svdotextpathdecomposition.cxx -svx/source/svdraw/svdotxat.cxx -svx/source/svdraw/svdotxdr.cxx -svx/source/svdraw/svdotxed.cxx -svx/source/svdraw/svdotxfl.cxx -svx/source/svdraw/svdotxln.cxx -svx/source/svdraw/svdotxtr.cxx -svx/source/svdraw/svdouno.cxx -svx/source/svdraw/svdoutl.cxx -svx/source/svdraw/svdoutlinercache.cxx -svx/source/svdraw/svdovirt.cxx -svx/source/svdraw/svdpage.cxx -svx/source/svdraw/svdpagv.cxx -svx/source/svdraw/svdpntv.cxx -svx/source/svdraw/svdpoev.cxx -svx/source/svdraw/svdsnpv.cxx -svx/source/svdraw/svdtext.cxx -svx/source/svdraw/svdtrans.cxx -svx/source/svdraw/svdundo.cxx -svx/source/svdraw/svdview.cxx -svx/source/svdraw/svdviter.cxx -svx/source/svdraw/svdxcgv.cxx -svx/source/svdraw/textchain.cxx -svx/source/svdraw/textchaincursor.cxx -svx/source/svdraw/textchainflow.cxx -svx/source/table/accessiblecell.cxx -svx/source/table/accessiblecell.hxx -svx/source/table/accessibletableshape.cxx -svx/source/table/cell.cxx -svx/source/table/cellcursor.cxx -svx/source/table/cellcursor.hxx -svx/source/table/cellrange.cxx -svx/source/table/cellrange.hxx -svx/source/table/propertyset.cxx -svx/source/table/propertyset.hxx -svx/source/table/svdotable.cxx -svx/source/table/tablecolumn.cxx -svx/source/table/tablecolumn.hxx -svx/source/table/tablecolumns.cxx -svx/source/table/tablecolumns.hxx -svx/source/table/tablecontroller.cxx -svx/source/table/tabledesign.cxx -svx/source/table/tablehandles.cxx -svx/source/table/tablehandles.hxx -svx/source/table/tablelayouter.cxx -svx/source/table/tablelayouter.hxx -svx/source/table/tablemodel.cxx -svx/source/table/tablerow.cxx -svx/source/table/tablerow.hxx -svx/source/table/tablerows.cxx -svx/source/table/tablerows.hxx -svx/source/table/tablertfexporter.cxx -svx/source/table/tablertfimporter.cxx -svx/source/table/tableundo.cxx -svx/source/table/tableundo.hxx -svx/source/table/viewcontactoftableobj.cxx -svx/source/table/viewcontactoftableobj.hxx -svx/source/tbxctrls/Palette.cxx -svx/source/tbxctrls/PaletteManager.cxx -svx/source/tbxctrls/SvxColorChildWindow.cxx -svx/source/tbxctrls/SvxColorValueSet.cxx -svx/source/tbxctrls/SvxPresetListBox.cxx -svx/source/tbxctrls/bulletsnumbering.cxx -svx/source/tbxctrls/colrctrl.cxx -svx/source/tbxctrls/extrusioncontrols.cxx -svx/source/tbxctrls/extrusioncontrols.hxx -svx/source/tbxctrls/fillctrl.cxx -svx/source/tbxctrls/fontworkgallery.cxx -svx/source/tbxctrls/formatpaintbrushctrl.cxx -svx/source/tbxctrls/grafctrl.cxx -svx/source/tbxctrls/itemwin.cxx -svx/source/tbxctrls/layctrl.cxx -svx/source/tbxctrls/lboxctrl.cxx -svx/source/tbxctrls/linectrl.cxx -svx/source/tbxctrls/linemetricbox.hxx -svx/source/tbxctrls/linewidthctrl.cxx -svx/source/tbxctrls/tbcontrl.cxx -svx/source/tbxctrls/tbunocontroller.cxx -svx/source/tbxctrls/tbunosearchcontrollers.cxx -svx/source/tbxctrls/tbxcolor.cxx -svx/source/tbxctrls/tbxcolorupdate.cxx -svx/source/tbxctrls/tbxdrctl.cxx -svx/source/tbxctrls/verttexttbxctrl.cxx -svx/source/toolbars/extrusionbar.cxx -svx/source/toolbars/fontworkbar.cxx -svx/source/uitest/sdrobject.cxx -svx/source/uitest/uiobject.cxx -svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx -svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx -svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx -svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx -svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx -svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx -svx/source/unodialogs/textconversiondlgs/services.cxx -svx/source/unodraw/UnoGraphicExporter.cxx -svx/source/unodraw/UnoNameItemTable.cxx -svx/source/unodraw/UnoNameItemTable.hxx -svx/source/unodraw/UnoNamespaceMap.cxx -svx/source/unodraw/XPropertyTable.cxx -svx/source/unodraw/gluepts.cxx -svx/source/unodraw/gluepts.hxx -svx/source/unodraw/recoveryui.cxx -svx/source/unodraw/shapeimpl.hxx -svx/source/unodraw/shapepropertynotifier.cxx -svx/source/unodraw/tableshape.cxx -svx/source/unodraw/unobrushitemhelper.cxx -svx/source/unodraw/unobtabl.cxx -svx/source/unodraw/unoctabl.cxx -svx/source/unodraw/unodtabl.cxx -svx/source/unodraw/unogtabl.cxx -svx/source/unodraw/unohtabl.cxx -svx/source/unodraw/unomlstr.cxx -svx/source/unodraw/unomod.cxx -svx/source/unodraw/unomtabl.cxx -svx/source/unodraw/unopage.cxx -svx/source/unodraw/unopool.cxx -svx/source/unodraw/unoprov.cxx -svx/source/unodraw/unoshap2.cxx -svx/source/unodraw/unoshap3.cxx -svx/source/unodraw/unoshap4.cxx -svx/source/unodraw/unoshape.cxx -svx/source/unodraw/unoshcol.cxx -svx/source/unodraw/unoshtxt.cxx -svx/source/unodraw/unottabl.cxx -svx/source/unogallery/unogalitem.cxx -svx/source/unogallery/unogalitem.hxx -svx/source/unogallery/unogaltheme.cxx -svx/source/unogallery/unogaltheme.hxx -svx/source/unogallery/unogalthemeprovider.cxx -svx/source/xml/xmleohlp.cxx -svx/source/xml/xmlexport.cxx -svx/source/xml/xmlgrhlp.cxx -svx/source/xml/xmlxtexp.cxx -svx/source/xml/xmlxtimp.cxx -svx/source/xoutdev/XPropertyEntry.cxx -svx/source/xoutdev/_xoutbmp.cxx -svx/source/xoutdev/_xpoly.cxx -svx/source/xoutdev/xattr.cxx -svx/source/xoutdev/xattr2.cxx -svx/source/xoutdev/xattrbmp.cxx -svx/source/xoutdev/xpool.cxx -svx/source/xoutdev/xtabbtmp.cxx -svx/source/xoutdev/xtabcolr.cxx -svx/source/xoutdev/xtabdash.cxx -svx/source/xoutdev/xtabgrdt.cxx -svx/source/xoutdev/xtabhtch.cxx -svx/source/xoutdev/xtable.cxx -svx/source/xoutdev/xtablend.cxx -svx/source/xoutdev/xtabptrn.cxx -sw/inc/AnnotationWin.hxx -sw/inc/EnhancedPDFExportHelper.hxx -sw/inc/HandleAnchorNodeChg.hxx -sw/inc/IDocumentChartDataProviderAccess.hxx -sw/inc/IDocumentContentOperations.hxx -sw/inc/IDocumentDeviceAccess.hxx -sw/inc/IDocumentDrawModelAccess.hxx -sw/inc/IDocumentExternalData.hxx -sw/inc/IDocumentFieldsAccess.hxx -sw/inc/IDocumentLayoutAccess.hxx -sw/inc/IDocumentLinksAdministration.hxx -sw/inc/IDocumentListItems.hxx -sw/inc/IDocumentListsAccess.hxx -sw/inc/IDocumentMarkAccess.hxx -sw/inc/IDocumentOutlineNodes.hxx -sw/inc/IDocumentRedlineAccess.hxx -sw/inc/IDocumentSettingAccess.hxx -sw/inc/IDocumentState.hxx -sw/inc/IDocumentStatistics.hxx -sw/inc/IDocumentStylePoolAccess.hxx -sw/inc/IDocumentTimerAccess.hxx -sw/inc/IDocumentUndoRedo.hxx -sw/inc/IGrammarContact.hxx -sw/inc/IMark.hxx -sw/inc/IShellCursorSupplier.hxx -sw/inc/PageColumnPopup.hxx -sw/inc/PageMarginPopup.hxx -sw/inc/PageOrientationPopup.hxx -sw/inc/PageSizePopup.hxx -sw/inc/PostItMgr.hxx -sw/inc/SidebarWindowsTypes.hxx -sw/inc/SwAppletImpl.hxx -sw/inc/SwCapObjType.hxx -sw/inc/SwDocIdle.hxx -sw/inc/SwGetPoolIdFromName.hxx -sw/inc/SwNodeNum.hxx -sw/inc/SwNumberTree.hxx -sw/inc/SwNumberTreeTypes.hxx -sw/inc/SwRewriter.hxx -sw/inc/SwSmartTagMgr.hxx -sw/inc/SwStyleNameMapper.hxx -sw/inc/SwUndoField.hxx -sw/inc/SwXMLSectionList.hxx -sw/inc/TextCursorHelper.hxx -sw/inc/ToxLinkProcessor.hxx -sw/inc/ToxTabStopTokenHandler.hxx -sw/inc/ToxTextGenerator.hxx -sw/inc/ToxWhitespaceStripper.hxx -sw/inc/UndoParagraphSignature.hxx -sw/inc/accessibilityoptions.hxx -sw/inc/accmap.hxx -sw/inc/acmplwrd.hxx -sw/inc/anchoreddrawobject.hxx -sw/inc/anchoredobject.hxx -sw/inc/authfld.hxx -sw/inc/authratr.hxx -sw/inc/bparr.hxx -sw/inc/breakit.hxx -sw/inc/calbck.hxx -sw/inc/calc.hxx -sw/inc/ccoll.hxx -sw/inc/cellatr.hxx -sw/inc/cellfml.hxx -sw/inc/charatr.hxx -sw/inc/charfmt.hxx -sw/inc/checkit.hxx -sw/inc/chpfld.hxx -sw/inc/cmdid.h -sw/inc/colwd.hxx -sw/inc/comcore.hxx -sw/inc/crsrsh.hxx -sw/inc/crstate.hxx -sw/inc/cshtyp.hxx -sw/inc/dbfld.hxx -sw/inc/dbgoutsw.hxx -sw/inc/dbmgr.hxx -sw/inc/dcontact.hxx -sw/inc/ddefld.hxx -sw/inc/dlelstnr.hxx -sw/inc/dobjfac.hxx -sw/inc/doc.hxx -sw/inc/docary.hxx -sw/inc/docfac.hxx -sw/inc/docfunc.hxx -sw/inc/docsh.hxx -sw/inc/docstat.hxx -sw/inc/docstyle.hxx -sw/inc/docufld.hxx -sw/inc/dpage.hxx -sw/inc/drawdoc.hxx -sw/inc/edglbldc.hxx -sw/inc/edimp.hxx -sw/inc/editsh.hxx -sw/inc/expfld.hxx -sw/inc/extinput.hxx -sw/inc/fchrfmt.hxx -sw/inc/fesh.hxx -sw/inc/finalthreadmanager.hxx -sw/inc/fldbas.hxx -sw/inc/flddat.hxx -sw/inc/flddropdown.hxx -sw/inc/flyenum.hxx -sw/inc/flypos.hxx -sw/inc/fmtanchr.hxx -sw/inc/fmtautofmt.hxx -sw/inc/fmtclbl.hxx -sw/inc/fmtclds.hxx -sw/inc/fmtcnct.hxx -sw/inc/fmtcntnt.hxx -sw/inc/fmtcol.hxx -sw/inc/fmtcolfunc.hxx -sw/inc/fmteiro.hxx -sw/inc/fmtflcnt.hxx -sw/inc/fmtfld.hxx -sw/inc/fmtfollowtextflow.hxx -sw/inc/fmtfordr.hxx -sw/inc/fmtfsize.hxx -sw/inc/fmtftn.hxx -sw/inc/fmtftntx.hxx -sw/inc/fmthdft.hxx -sw/inc/fmtinfmt.hxx -sw/inc/fmtline.hxx -sw/inc/fmtlsplt.hxx -sw/inc/fmtmeta.hxx -sw/inc/fmtornt.hxx -sw/inc/fmtpdsc.hxx -sw/inc/fmtrfmrk.hxx -sw/inc/fmtrowsplt.hxx -sw/inc/fmtruby.hxx -sw/inc/fmtsrnd.hxx -sw/inc/fmturl.hxx -sw/inc/fmtwrapinfluenceonobjpos.hxx -sw/inc/format.hxx -sw/inc/frmatr.hxx -sw/inc/frmfmt.hxx -sw/inc/ftnidx.hxx -sw/inc/ftninfo.hxx -sw/inc/globdoc.hxx -sw/inc/gotodlg.hxx -sw/inc/grfatr.hxx -sw/inc/helpids.h -sw/inc/hfspacingitem.hxx -sw/inc/hhcwrp.hxx -sw/inc/hintids.hxx -sw/inc/hints.hxx -sw/inc/htmltbl.hxx -sw/inc/index.hxx -sw/inc/init.hxx -sw/inc/iodetect.hxx -sw/inc/istyleaccess.hxx -sw/inc/itabenum.hxx -sw/inc/legacyitem.hxx -sw/inc/lineinfo.hxx -sw/inc/list.hxx -sw/inc/mdiexp.hxx -sw/inc/modcfg.hxx -sw/inc/modeltoviewhelper.hxx -sw/inc/ndarr.hxx -sw/inc/ndgrf.hxx -sw/inc/ndhints.hxx -sw/inc/ndindex.hxx -sw/inc/ndnotxt.hxx -sw/inc/ndole.hxx -sw/inc/ndtxt.hxx -sw/inc/ndtyp.hxx -sw/inc/node.hxx -sw/inc/numrule.hxx -sw/inc/pagedesc.hxx -sw/inc/pagepreviewlayout.hxx -sw/inc/pam.hxx -sw/inc/paratr.hxx -sw/inc/pausethreadstarting.hxx -sw/inc/poolfmt.hxx -sw/inc/postithelper.hxx -sw/inc/printdata.hxx -sw/inc/proofreadingiterator.hxx -sw/inc/prtopt.hxx -sw/inc/pvprtdat.hxx -sw/inc/rdfhelper.hxx -sw/inc/redline.hxx -sw/inc/reffld.hxx -sw/inc/ring.hxx -sw/inc/rubylist.hxx -sw/inc/section.hxx -sw/inc/shellid.hxx -sw/inc/shellio.hxx -sw/inc/shellres.hxx -sw/inc/sortopt.hxx -sw/inc/splargs.hxx -sw/inc/sw_primitivetypes2d.hxx -sw/inc/swabstdlg.hxx -sw/inc/swacorr.hxx -sw/inc/swatrset.hxx -sw/inc/swbaslnk.hxx -sw/inc/swcalwrp.hxx -sw/inc/swcli.hxx -sw/inc/swcommands.h -sw/inc/swcrsr.hxx -sw/inc/swdbdata.hxx -sw/inc/swddetbl.hxx -sw/inc/swdll.hxx -sw/inc/swdllapi.h -sw/inc/swerror.h -sw/inc/swevent.hxx -sw/inc/swfltopt.hxx -sw/inc/swmodule.hxx -sw/inc/swrect.hxx -sw/inc/swregion.hxx -sw/inc/swscanner.hxx -sw/inc/swserv.hxx -sw/inc/swtable.hxx -sw/inc/swtblfmt.hxx -sw/inc/swtypes.hxx -sw/inc/swundo.hxx -sw/inc/swunohelper.hxx -sw/inc/swurl.hxx -sw/inc/swwait.hxx -sw/inc/tabcol.hxx -sw/inc/tblafmt.hxx -sw/inc/tblenum.hxx -sw/inc/tblsel.hxx -sw/inc/tgrditem.hxx -sw/inc/tox.hxx -sw/inc/toxe.hxx -sw/inc/toxwrap.hxx -sw/inc/txatbase.hxx -sw/inc/txatritr.hxx -sw/inc/txtannotationfld.hxx -sw/inc/txtatr.hxx -sw/inc/txtflcnt.hxx -sw/inc/txtfld.hxx -sw/inc/txtftn.hxx -sw/inc/txtinet.hxx -sw/inc/txtrfmrk.hxx -sw/inc/txttxmrk.hxx -sw/inc/undobj.hxx -sw/inc/unobaseclass.hxx -sw/inc/unochart.hxx -sw/inc/unocoll.hxx -sw/inc/unocrsr.hxx -sw/inc/unocrsrhelper.hxx -sw/inc/unodraw.hxx -sw/inc/unofieldcoll.hxx -sw/inc/unoframe.hxx -sw/inc/unoidxcoll.hxx -sw/inc/unomap.hxx -sw/inc/unomid.h -sw/inc/unoparagraph.hxx -sw/inc/unoprnms.hxx -sw/inc/unoredline.hxx -sw/inc/unoredlines.hxx -sw/inc/unosett.hxx -sw/inc/unosrch.hxx -sw/inc/unostyle.hxx -sw/inc/unotbl.hxx -sw/inc/unotext.hxx -sw/inc/unotextbodyhf.hxx -sw/inc/unotextcursor.hxx -sw/inc/unotextrange.hxx -sw/inc/unotxdoc.hxx -sw/inc/usrfld.hxx -sw/inc/view.hxx -sw/inc/viewopt.hxx -sw/inc/viewsh.hxx -sw/inc/viscrs.hxx -sw/inc/wdocsh.hxx -sw/qa/core/Test-BigPtrArray.cxx -sw/qa/core/filters-test.cxx -sw/qa/core/macros-test.cxx -sw/qa/core/test_ToxLinkProcessor.cxx -sw/qa/core/test_ToxMiscTest.cxx -sw/qa/core/test_ToxTextGenerator.cxx -sw/qa/core/test_ToxWhitespaceStripper.cxx -sw/qa/core/uwriter.cxx -sw/qa/extras/docbookexport/docbookexport.cxx -sw/qa/extras/globalfilter/globalfilter.cxx -sw/qa/extras/htmlexport/htmlexport.cxx -sw/qa/extras/htmlimport/htmlimport.cxx -sw/qa/extras/mailmerge/mailmerge.cxx -sw/qa/extras/odfexport/odfexport.cxx -sw/qa/extras/odfimport/odfimport.cxx -sw/qa/extras/ooxmlexport/ooxmlencryption.cxx -sw/qa/extras/ooxmlexport/ooxmlexport.cxx -sw/qa/extras/ooxmlexport/ooxmlexport10.cxx -sw/qa/extras/ooxmlexport/ooxmlexport11.cxx -sw/qa/extras/ooxmlexport/ooxmlexport13.cxx -sw/qa/extras/ooxmlexport/ooxmlexport14.cxx -sw/qa/extras/ooxmlexport/ooxmlexport15.cxx -sw/qa/extras/ooxmlexport/ooxmlexport2.cxx -sw/qa/extras/ooxmlexport/ooxmlexport3.cxx -sw/qa/extras/ooxmlexport/ooxmlexport4.cxx -sw/qa/extras/ooxmlexport/ooxmlexport5.cxx -sw/qa/extras/ooxmlexport/ooxmlexport6.cxx -sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -sw/qa/extras/ooxmlexport/ooxmlexport8.cxx -sw/qa/extras/ooxmlexport/ooxmlexport9.cxx -sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx -sw/qa/extras/ooxmlexport/ooxmllinks.cxx -sw/qa/extras/ooxmlexport/ooxmlw14export.cxx -sw/qa/extras/ooxmlimport/ooxmlimport.cxx -sw/qa/extras/tiledrendering/tiledrendering.cxx -sw/qa/extras/txtexport/txtexport.cxx -sw/qa/extras/uiwriter/uiwriter.cxx -sw/qa/extras/ww8export/ww8export.cxx -sw/qa/extras/ww8export/ww8export2.cxx -sw/qa/extras/ww8export/ww8export3.cxx -sw/qa/extras/ww8import/ww8import.cxx -sw/qa/inc/bordertest.hxx -sw/qa/inc/swmodeltestbase.hxx -sw/qa/unit/sw-dialogs-test.cxx -sw/qa/unit/sw-dialogs-test_2.cxx -sw/source/core/SwNumberTree/SwNodeNum.cxx -sw/source/core/SwNumberTree/SwNumberTree.cxx -sw/source/core/access/acccell.cxx -sw/source/core/access/acccell.hxx -sw/source/core/access/acccontext.cxx -sw/source/core/access/acccontext.hxx -sw/source/core/access/accdoc.cxx -sw/source/core/access/accdoc.hxx -sw/source/core/access/accembedded.cxx -sw/source/core/access/accembedded.hxx -sw/source/core/access/accfootnote.cxx -sw/source/core/access/accfootnote.hxx -sw/source/core/access/accframe.cxx -sw/source/core/access/accframe.hxx -sw/source/core/access/accframebase.cxx -sw/source/core/access/accframebase.hxx -sw/source/core/access/accfrmobj.cxx -sw/source/core/access/accfrmobj.hxx -sw/source/core/access/accfrmobjmap.cxx -sw/source/core/access/accfrmobjmap.hxx -sw/source/core/access/accfrmobjslist.cxx -sw/source/core/access/accfrmobjslist.hxx -sw/source/core/access/accgraphic.cxx -sw/source/core/access/accgraphic.hxx -sw/source/core/access/accheaderfooter.cxx -sw/source/core/access/accheaderfooter.hxx -sw/source/core/access/acchyperlink.cxx -sw/source/core/access/acchyperlink.hxx -sw/source/core/access/acchypertextdata.cxx -sw/source/core/access/acchypertextdata.hxx -sw/source/core/access/accmap.cxx -sw/source/core/access/accnotextframe.cxx -sw/source/core/access/accnotextframe.hxx -sw/source/core/access/accnotexthyperlink.cxx -sw/source/core/access/accnotexthyperlink.hxx -sw/source/core/access/accpage.cxx -sw/source/core/access/accpage.hxx -sw/source/core/access/accpara.cxx -sw/source/core/access/accpara.hxx -sw/source/core/access/accportions.cxx -sw/source/core/access/accportions.hxx -sw/source/core/access/accpreview.cxx -sw/source/core/access/accpreview.hxx -sw/source/core/access/accselectionhelper.cxx -sw/source/core/access/accselectionhelper.hxx -sw/source/core/access/acctable.cxx -sw/source/core/access/acctable.hxx -sw/source/core/access/acctextframe.cxx -sw/source/core/access/acctextframe.hxx -sw/source/core/access/parachangetrackinginfo.cxx -sw/source/core/access/parachangetrackinginfo.hxx -sw/source/core/access/textmarkuphelper.cxx -sw/source/core/access/textmarkuphelper.hxx -sw/source/core/attr/calbck.cxx -sw/source/core/attr/cellatr.cxx -sw/source/core/attr/fmtfollowtextflow.cxx -sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx -sw/source/core/attr/format.cxx -sw/source/core/attr/hints.cxx -sw/source/core/attr/swatrset.cxx -sw/source/core/bastyp/SwSmartTagMgr.cxx -sw/source/core/bastyp/bparr.cxx -sw/source/core/bastyp/breakit.cxx -sw/source/core/bastyp/calc.cxx -sw/source/core/bastyp/checkit.cxx -sw/source/core/bastyp/index.cxx -sw/source/core/bastyp/init.cxx -sw/source/core/bastyp/proofreadingiterator.cxx -sw/source/core/bastyp/swcache.cxx -sw/source/core/bastyp/swrect.cxx -sw/source/core/bastyp/swregion.cxx -sw/source/core/bastyp/swtypes.cxx -sw/source/core/bastyp/tabcol.cxx -sw/source/core/crsr/BlockCursor.cxx -sw/source/core/crsr/BlockCursor.hxx -sw/source/core/crsr/annotationmark.cxx -sw/source/core/crsr/bookmrk.cxx -sw/source/core/crsr/callnk.cxx -sw/source/core/crsr/callnk.hxx -sw/source/core/crsr/crbm.cxx -sw/source/core/crsr/crossrefbookmark.cxx -sw/source/core/crsr/crsrsh.cxx -sw/source/core/crsr/crstrvl.cxx -sw/source/core/crsr/crstrvl1.cxx -sw/source/core/crsr/findattr.cxx -sw/source/core/crsr/findcoll.cxx -sw/source/core/crsr/findfmt.cxx -sw/source/core/crsr/findtxt.cxx -sw/source/core/crsr/overlayrangesoutline.cxx -sw/source/core/crsr/overlayrangesoutline.hxx -sw/source/core/crsr/pam.cxx -sw/source/core/crsr/paminit.cxx -sw/source/core/crsr/swcrsr.cxx -sw/source/core/crsr/trvlcol.cxx -sw/source/core/crsr/trvlfnfl.cxx -sw/source/core/crsr/trvlreg.cxx -sw/source/core/crsr/trvltbl.cxx -sw/source/core/crsr/viscrs.cxx -sw/source/core/doc/CntntIdxStore.cxx -sw/source/core/doc/DocumentChartDataProviderManager.cxx -sw/source/core/doc/DocumentContentOperationsManager.cxx -sw/source/core/doc/DocumentDeviceManager.cxx -sw/source/core/doc/DocumentDrawModelManager.cxx -sw/source/core/doc/DocumentExternalDataManager.cxx -sw/source/core/doc/DocumentFieldsManager.cxx -sw/source/core/doc/DocumentLayoutManager.cxx -sw/source/core/doc/DocumentLinksAdministrationManager.cxx -sw/source/core/doc/DocumentListItemsManager.cxx -sw/source/core/doc/DocumentListsManager.cxx -sw/source/core/doc/DocumentOutlineNodesManager.cxx -sw/source/core/doc/DocumentRedlineManager.cxx -sw/source/core/doc/DocumentSettingManager.cxx -sw/source/core/doc/DocumentStateManager.cxx -sw/source/core/doc/DocumentStatisticsManager.cxx -sw/source/core/doc/DocumentStylePoolManager.cxx -sw/source/core/doc/DocumentTimerManager.cxx -sw/source/core/doc/SwDocIdle.cxx -sw/source/core/doc/SwStyleNameMapper.cxx -sw/source/core/doc/acmplwrd.cxx -sw/source/core/doc/dbgoutsw.cxx -sw/source/core/doc/doc.cxx -sw/source/core/doc/docbasic.cxx -sw/source/core/doc/docbm.cxx -sw/source/core/doc/docchart.cxx -sw/source/core/doc/doccomp.cxx -sw/source/core/doc/doccorr.cxx -sw/source/core/doc/docdesc.cxx -sw/source/core/doc/docdraw.cxx -sw/source/core/doc/docedt.cxx -sw/source/core/doc/docfld.cxx -sw/source/core/doc/docfly.cxx -sw/source/core/doc/docfmt.cxx -sw/source/core/doc/docftn.cxx -sw/source/core/doc/docglbl.cxx -sw/source/core/doc/docglos.cxx -sw/source/core/doc/doclay.cxx -sw/source/core/doc/docnew.cxx -sw/source/core/doc/docnum.cxx -sw/source/core/doc/docredln.cxx -sw/source/core/doc/docruby.cxx -sw/source/core/doc/docsort.cxx -sw/source/core/doc/docstat.cxx -sw/source/core/doc/doctxm.cxx -sw/source/core/doc/docxforms.cxx -sw/source/core/doc/extinput.cxx -sw/source/core/doc/fmtcol.cxx -sw/source/core/doc/ftnidx.cxx -sw/source/core/doc/gctable.cxx -sw/source/core/doc/htmltbl.cxx -sw/source/core/doc/lineinfo.cxx -sw/source/core/doc/list.cxx -sw/source/core/doc/notxtfrm.cxx -sw/source/core/doc/number.cxx -sw/source/core/doc/poolfmt.cxx -sw/source/core/doc/rdfhelper.cxx -sw/source/core/doc/sortopt.cxx -sw/source/core/doc/swserv.cxx -sw/source/core/doc/swstylemanager.cxx -sw/source/core/doc/swstylemanager.hxx -sw/source/core/doc/tblafmt.cxx -sw/source/core/doc/tblcpy.cxx -sw/source/core/doc/tblrwcl.cxx -sw/source/core/doc/visiturl.cxx -sw/source/core/docnode/cancellablejob.cxx -sw/source/core/docnode/cancellablejob.hxx -sw/source/core/docnode/finalthreadmanager.cxx -sw/source/core/docnode/ndcopy.cxx -sw/source/core/docnode/ndnotxt.cxx -sw/source/core/docnode/ndnum.cxx -sw/source/core/docnode/ndsect.cxx -sw/source/core/docnode/ndsect.hxx -sw/source/core/docnode/ndtbl.cxx -sw/source/core/docnode/ndtbl1.cxx -sw/source/core/docnode/node.cxx -sw/source/core/docnode/node2lay.cxx -sw/source/core/docnode/nodes.cxx -sw/source/core/docnode/observablethread.cxx -sw/source/core/docnode/pausethreadstarting.cxx -sw/source/core/docnode/retrievedinputstreamdata.cxx -sw/source/core/docnode/retrieveinputstream.cxx -sw/source/core/docnode/retrieveinputstreamconsumer.cxx -sw/source/core/docnode/section.cxx -sw/source/core/docnode/swbaslnk.cxx -sw/source/core/docnode/swthreadjoiner.cxx -sw/source/core/docnode/swthreadmanager.cxx -sw/source/core/docnode/threadlistener.cxx -sw/source/core/docnode/threadmanager.cxx -sw/source/core/docnode/threadmanager.hxx -sw/source/core/draw/dcontact.cxx -sw/source/core/draw/dflyobj.cxx -sw/source/core/draw/dobjfac.cxx -sw/source/core/draw/dpage.cxx -sw/source/core/draw/drawdoc.cxx -sw/source/core/draw/dview.cxx -sw/source/core/edit/acorrect.cxx -sw/source/core/edit/autofmt.cxx -sw/source/core/edit/edatmisc.cxx -sw/source/core/edit/edattr.cxx -sw/source/core/edit/eddel.cxx -sw/source/core/edit/edfcol.cxx -sw/source/core/edit/edfld.cxx -sw/source/core/edit/edfldexp.cxx -sw/source/core/edit/edfmt.cxx -sw/source/core/edit/edglbldc.cxx -sw/source/core/edit/edglss.cxx -sw/source/core/edit/editsh.cxx -sw/source/core/edit/edlingu.cxx -sw/source/core/edit/ednumber.cxx -sw/source/core/edit/edredln.cxx -sw/source/core/edit/edsect.cxx -sw/source/core/edit/edtab.cxx -sw/source/core/edit/edtox.cxx -sw/source/core/edit/edundo.cxx -sw/source/core/edit/edws.cxx -sw/source/core/fields/authfld.cxx -sw/source/core/fields/cellfml.cxx -sw/source/core/fields/chpfld.cxx -sw/source/core/fields/dbfld.cxx -sw/source/core/fields/ddefld.cxx -sw/source/core/fields/ddetbl.cxx -sw/source/core/fields/docufld.cxx -sw/source/core/fields/expfld.cxx -sw/source/core/fields/fldbas.cxx -sw/source/core/fields/flddat.cxx -sw/source/core/fields/flddropdown.cxx -sw/source/core/fields/fldlst.cxx -sw/source/core/fields/macrofld.cxx -sw/source/core/fields/postithelper.cxx -sw/source/core/fields/reffld.cxx -sw/source/core/fields/scrptfld.cxx -sw/source/core/fields/tblcalc.cxx -sw/source/core/fields/textapi.cxx -sw/source/core/fields/usrfld.cxx -sw/source/core/frmedt/fecopy.cxx -sw/source/core/frmedt/fedesc.cxx -sw/source/core/frmedt/fefly1.cxx -sw/source/core/frmedt/feflyole.cxx -sw/source/core/frmedt/feshview.cxx -sw/source/core/frmedt/fetab.cxx -sw/source/core/frmedt/fews.cxx -sw/source/core/frmedt/tblsel.cxx -sw/source/core/graphic/grfatr.cxx -sw/source/core/graphic/ndgrf.cxx -sw/source/core/inc/DocumentChartDataProviderManager.hxx -sw/source/core/inc/DocumentContentOperationsManager.hxx -sw/source/core/inc/DocumentDeviceManager.hxx -sw/source/core/inc/DocumentDrawModelManager.hxx -sw/source/core/inc/DocumentExternalDataManager.hxx -sw/source/core/inc/DocumentFieldsManager.hxx -sw/source/core/inc/DocumentLayoutManager.hxx -sw/source/core/inc/DocumentLinksAdministrationManager.hxx -sw/source/core/inc/DocumentListItemsManager.hxx -sw/source/core/inc/DocumentListsManager.hxx -sw/source/core/inc/DocumentOutlineNodesManager.hxx -sw/source/core/inc/DocumentRedlineManager.hxx -sw/source/core/inc/DocumentSettingManager.hxx -sw/source/core/inc/DocumentStateManager.hxx -sw/source/core/inc/DocumentStatisticsManager.hxx -sw/source/core/inc/DocumentStylePoolManager.hxx -sw/source/core/inc/DocumentTimerManager.hxx -sw/source/core/inc/GetMetricVal.hxx -sw/source/core/inc/MarkManager.hxx -sw/source/core/inc/SwGrammarMarkUp.hxx -sw/source/core/inc/SwPortionHandler.hxx -sw/source/core/inc/SwUndoFmt.hxx -sw/source/core/inc/SwUndoPageDesc.hxx -sw/source/core/inc/SwUndoTOXChange.hxx -sw/source/core/inc/SwXMLBlockExport.hxx -sw/source/core/inc/SwXMLBlockImport.hxx -sw/source/core/inc/SwXMLTextBlocks.hxx -sw/source/core/inc/SwXTextDefaults.hxx -sw/source/core/inc/UndoAttribute.hxx -sw/source/core/inc/UndoBookmark.hxx -sw/source/core/inc/UndoCore.hxx -sw/source/core/inc/UndoDelete.hxx -sw/source/core/inc/UndoDraw.hxx -sw/source/core/inc/UndoInsert.hxx -sw/source/core/inc/UndoManager.hxx -sw/source/core/inc/UndoNumbering.hxx -sw/source/core/inc/UndoOverwrite.hxx -sw/source/core/inc/UndoRedline.hxx -sw/source/core/inc/UndoSection.hxx -sw/source/core/inc/UndoSort.hxx -sw/source/core/inc/UndoSplitMove.hxx -sw/source/core/inc/UndoTable.hxx -sw/source/core/inc/acorrect.hxx -sw/source/core/inc/anchoredobjectposition.hxx -sw/source/core/inc/annotationmark.hxx -sw/source/core/inc/ascharanchoredobjectposition.hxx -sw/source/core/inc/bodyfrm.hxx -sw/source/core/inc/bookmrk.hxx -sw/source/core/inc/cellfrm.hxx -sw/source/core/inc/cntfrm.hxx -sw/source/core/inc/colfrm.hxx -sw/source/core/inc/crossrefbookmark.hxx -sw/source/core/inc/dbg_lay.hxx -sw/source/core/inc/dflyobj.hxx -sw/source/core/inc/docedt.hxx -sw/source/core/inc/docfld.hxx -sw/source/core/inc/docredln.hxx -sw/source/core/inc/docsort.hxx -sw/source/core/inc/doctxm.hxx -sw/source/core/inc/drawfont.hxx -sw/source/core/inc/dumpfilter.hxx -sw/source/core/inc/dview.hxx -sw/source/core/inc/environmentofanchoredobject.hxx -sw/source/core/inc/fefly.hxx -sw/source/core/inc/fieldhint.hxx -sw/source/core/inc/flowfrm.hxx -sw/source/core/inc/flyfrm.hxx -sw/source/core/inc/flyfrms.hxx -sw/source/core/inc/fntcache.hxx -sw/source/core/inc/fntcap.hxx -sw/source/core/inc/frame.hxx -sw/source/core/inc/frminf.hxx -sw/source/core/inc/frmtool.hxx -sw/source/core/inc/ftnboss.hxx -sw/source/core/inc/ftnfrm.hxx -sw/source/core/inc/hffrm.hxx -sw/source/core/inc/ifinishedthreadlistener.hxx -sw/source/core/inc/layact.hxx -sw/source/core/inc/laycache.hxx -sw/source/core/inc/layfrm.hxx -sw/source/core/inc/layouter.hxx -sw/source/core/inc/movedfwdfrmsbyobjpos.hxx -sw/source/core/inc/mvsave.hxx -sw/source/core/inc/node2lay.hxx -sw/source/core/inc/noteurl.hxx -sw/source/core/inc/notxtfrm.hxx -sw/source/core/inc/objectformatter.hxx -sw/source/core/inc/observablethread.hxx -sw/source/core/inc/pagedeschint.hxx -sw/source/core/inc/pagefrm.hxx -sw/source/core/inc/paintfrm.hxx -sw/source/core/inc/pamtyp.hxx -sw/source/core/inc/prevwpage.hxx -sw/source/core/inc/ptqueue.hxx -sw/source/core/inc/retrievedinputstreamdata.hxx -sw/source/core/inc/retrieveinputstream.hxx -sw/source/core/inc/retrieveinputstreamconsumer.hxx -sw/source/core/inc/rolbck.hxx -sw/source/core/inc/rootfrm.hxx -sw/source/core/inc/rowfrm.hxx -sw/source/core/inc/scriptinfo.hxx -sw/source/core/inc/sectfrm.hxx -sw/source/core/inc/sortedobjs.hxx -sw/source/core/inc/swblocks.hxx -sw/source/core/inc/swcache.hxx -sw/source/core/inc/swfntcch.hxx -sw/source/core/inc/swfont.hxx -sw/source/core/inc/swselectionlist.hxx -sw/source/core/inc/swthreadjoiner.hxx -sw/source/core/inc/swthreadmanager.hxx -sw/source/core/inc/tabfrm.hxx -sw/source/core/inc/tblrwcl.hxx -sw/source/core/inc/textapi.hxx -sw/source/core/inc/threadlistener.hxx -sw/source/core/inc/tocntntanchoredobjectposition.hxx -sw/source/core/inc/tolayoutanchoredobjectposition.hxx -sw/source/core/inc/txmsrt.hxx -sw/source/core/inc/txtfly.hxx -sw/source/core/inc/txtfrm.hxx -sw/source/core/inc/txttypes.hxx -sw/source/core/inc/undoflystrattr.hxx -sw/source/core/inc/unobookmark.hxx -sw/source/core/inc/unoevent.hxx -sw/source/core/inc/unofield.hxx -sw/source/core/inc/unoflatpara.hxx -sw/source/core/inc/unofldmid.h -sw/source/core/inc/unofootnote.hxx -sw/source/core/inc/unofreg.hxx -sw/source/core/inc/unoidx.hxx -sw/source/core/inc/unometa.hxx -sw/source/core/inc/unoparaframeenum.hxx -sw/source/core/inc/unoport.hxx -sw/source/core/inc/unorefmark.hxx -sw/source/core/inc/unosection.hxx -sw/source/core/inc/unotextmarkup.hxx -sw/source/core/inc/viewimp.hxx -sw/source/core/inc/visiturl.hxx -sw/source/core/inc/wrong.hxx -sw/source/core/layout/anchoreddrawobject.cxx -sw/source/core/layout/anchoredobject.cxx -sw/source/core/layout/atrfrm.cxx -sw/source/core/layout/calcmove.cxx -sw/source/core/layout/colfrm.cxx -sw/source/core/layout/dbg_lay.cxx -sw/source/core/layout/dumpfilter.cxx -sw/source/core/layout/findfrm.cxx -sw/source/core/layout/flowfrm.cxx -sw/source/core/layout/fly.cxx -sw/source/core/layout/flycnt.cxx -sw/source/core/layout/flyincnt.cxx -sw/source/core/layout/flylay.cxx -sw/source/core/layout/flypos.cxx -sw/source/core/layout/frmtool.cxx -sw/source/core/layout/ftnfrm.cxx -sw/source/core/layout/hffrm.cxx -sw/source/core/layout/layact.cxx -sw/source/core/layout/laycache.cxx -sw/source/core/layout/layhelp.hxx -sw/source/core/layout/layouter.cxx -sw/source/core/layout/legacyitem.cxx -sw/source/core/layout/movedfwdfrmsbyobjpos.cxx -sw/source/core/layout/newfrm.cxx -sw/source/core/layout/objectformatter.cxx -sw/source/core/layout/objectformatterlayfrm.cxx -sw/source/core/layout/objectformatterlayfrm.hxx -sw/source/core/layout/objectformattertxtfrm.cxx -sw/source/core/layout/objectformattertxtfrm.hxx -sw/source/core/layout/objstmpconsiderwrapinfl.cxx -sw/source/core/layout/objstmpconsiderwrapinfl.hxx -sw/source/core/layout/pagechg.cxx -sw/source/core/layout/pagedesc.cxx -sw/source/core/layout/paintfrm.cxx -sw/source/core/layout/sectfrm.cxx -sw/source/core/layout/softpagebreak.cxx -sw/source/core/layout/sortedobjs.cxx -sw/source/core/layout/ssfrm.cxx -sw/source/core/layout/swselectionlist.cxx -sw/source/core/layout/tabfrm.cxx -sw/source/core/layout/trvlfrm.cxx -sw/source/core/layout/unusedf.cxx -sw/source/core/layout/virtoutp.cxx -sw/source/core/layout/virtoutp.hxx -sw/source/core/layout/wsfrm.cxx -sw/source/core/objectpositioning/anchoredobjectposition.cxx -sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx -sw/source/core/objectpositioning/environmentofanchoredobject.cxx -sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx -sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx -sw/source/core/ole/ndole.cxx -sw/source/core/para/paratr.cxx -sw/source/core/sw3io/swacorr.cxx -sw/source/core/swg/SwXMLBlockExport.cxx -sw/source/core/swg/SwXMLBlockImport.cxx -sw/source/core/swg/SwXMLSectionList.cxx -sw/source/core/swg/SwXMLTextBlocks.cxx -sw/source/core/swg/SwXMLTextBlocks1.cxx -sw/source/core/swg/swblocks.cxx -sw/source/core/table/swnewtable.cxx -sw/source/core/table/swtable.cxx -sw/source/core/text/EnhancedPDFExportHelper.cxx -sw/source/core/text/SwGrammarMarkUp.cxx -sw/source/core/text/atrhndl.hxx -sw/source/core/text/atrstck.cxx -sw/source/core/text/frmcrsr.cxx -sw/source/core/text/frmform.cxx -sw/source/core/text/frminf.cxx -sw/source/core/text/frmpaint.cxx -sw/source/core/text/guess.cxx -sw/source/core/text/guess.hxx -sw/source/core/text/inftxt.cxx -sw/source/core/text/inftxt.hxx -sw/source/core/text/itradj.cxx -sw/source/core/text/itratr.cxx -sw/source/core/text/itratr.hxx -sw/source/core/text/itrcrsr.cxx -sw/source/core/text/itrform2.cxx -sw/source/core/text/itrform2.hxx -sw/source/core/text/itrpaint.cxx -sw/source/core/text/itrpaint.hxx -sw/source/core/text/itrtxt.cxx -sw/source/core/text/itrtxt.hxx -sw/source/core/text/noteurl.cxx -sw/source/core/text/pordrop.hxx -sw/source/core/text/porexp.cxx -sw/source/core/text/porexp.hxx -sw/source/core/text/porfld.cxx -sw/source/core/text/porfld.hxx -sw/source/core/text/porfly.cxx -sw/source/core/text/porfly.hxx -sw/source/core/text/porftn.hxx -sw/source/core/text/porglue.cxx -sw/source/core/text/porglue.hxx -sw/source/core/text/porhyph.hxx -sw/source/core/text/porlay.cxx -sw/source/core/text/porlay.hxx -sw/source/core/text/porlin.cxx -sw/source/core/text/porlin.hxx -sw/source/core/text/pormulti.cxx -sw/source/core/text/pormulti.hxx -sw/source/core/text/porref.cxx -sw/source/core/text/porref.hxx -sw/source/core/text/porrst.cxx -sw/source/core/text/porrst.hxx -sw/source/core/text/portab.hxx -sw/source/core/text/portox.cxx -sw/source/core/text/portox.hxx -sw/source/core/text/portxt.cxx -sw/source/core/text/portxt.hxx -sw/source/core/text/possiz.hxx -sw/source/core/text/redlnitr.cxx -sw/source/core/text/redlnitr.hxx -sw/source/core/text/txtcache.cxx -sw/source/core/text/txtcache.hxx -sw/source/core/text/txtdrop.cxx -sw/source/core/text/txtfld.cxx -sw/source/core/text/txtfly.cxx -sw/source/core/text/txtfrm.cxx -sw/source/core/text/txtftn.cxx -sw/source/core/text/txthyph.cxx -sw/source/core/text/txtinit.cxx -sw/source/core/text/txtpaint.cxx -sw/source/core/text/txtpaint.hxx -sw/source/core/text/txttab.cxx -sw/source/core/text/widorp.cxx -sw/source/core/text/widorp.hxx -sw/source/core/text/wrong.cxx -sw/source/core/text/xmldump.cxx -sw/source/core/tox/ToxLinkProcessor.cxx -sw/source/core/tox/ToxTabStopTokenHandler.cxx -sw/source/core/tox/ToxTextGenerator.cxx -sw/source/core/tox/ToxWhitespaceStripper.cxx -sw/source/core/tox/tox.cxx -sw/source/core/tox/toxhlp.cxx -sw/source/core/tox/txmsrt.cxx -sw/source/core/txtnode/SwGrammarContact.cxx -sw/source/core/txtnode/atrfld.cxx -sw/source/core/txtnode/atrflyin.cxx -sw/source/core/txtnode/atrftn.cxx -sw/source/core/txtnode/atrref.cxx -sw/source/core/txtnode/atrtox.cxx -sw/source/core/txtnode/chrfmt.cxx -sw/source/core/txtnode/fmtatr2.cxx -sw/source/core/txtnode/fntcache.cxx -sw/source/core/txtnode/fntcap.cxx -sw/source/core/txtnode/modeltoviewhelper.cxx -sw/source/core/txtnode/ndhints.cxx -sw/source/core/txtnode/ndtxt.cxx -sw/source/core/txtnode/swfntcch.cxx -sw/source/core/txtnode/swfont.cxx -sw/source/core/txtnode/thints.cxx -sw/source/core/txtnode/txatbase.cxx -sw/source/core/txtnode/txatritr.cxx -sw/source/core/txtnode/txtatr2.cxx -sw/source/core/txtnode/txtedt.cxx -sw/source/core/undo/SwRewriter.cxx -sw/source/core/undo/SwUndoField.cxx -sw/source/core/undo/SwUndoFmt.cxx -sw/source/core/undo/SwUndoPageDesc.cxx -sw/source/core/undo/SwUndoTOXChange.cxx -sw/source/core/undo/docundo.cxx -sw/source/core/undo/rolbck.cxx -sw/source/core/undo/unattr.cxx -sw/source/core/undo/unbkmk.cxx -sw/source/core/undo/undel.cxx -sw/source/core/undo/undobj.cxx -sw/source/core/undo/undobj1.cxx -sw/source/core/undo/undoflystrattr.cxx -sw/source/core/undo/undraw.cxx -sw/source/core/undo/unfmco.cxx -sw/source/core/undo/unins.cxx -sw/source/core/undo/unmove.cxx -sw/source/core/undo/unnum.cxx -sw/source/core/undo/unoutl.cxx -sw/source/core/undo/unovwr.cxx -sw/source/core/undo/unredln.cxx -sw/source/core/undo/unsect.cxx -sw/source/core/undo/unsort.cxx -sw/source/core/undo/unspnd.cxx -sw/source/core/undo/untbl.cxx -sw/source/core/undo/untblk.cxx -sw/source/core/unocore/SwXTextDefaults.cxx -sw/source/core/unocore/TextCursorHelper.cxx -sw/source/core/unocore/XMLRangeHelper.cxx -sw/source/core/unocore/XMLRangeHelper.hxx -sw/source/core/unocore/swunohelper.cxx -sw/source/core/unocore/unobkm.cxx -sw/source/core/unocore/unochart.cxx -sw/source/core/unocore/unocoll.cxx -sw/source/core/unocore/unocrsr.cxx -sw/source/core/unocore/unocrsrhelper.cxx -sw/source/core/unocore/unodraw.cxx -sw/source/core/unocore/unoevent.cxx -sw/source/core/unocore/unofield.cxx -sw/source/core/unocore/unoflatpara.cxx -sw/source/core/unocore/unoframe.cxx -sw/source/core/unocore/unoftn.cxx -sw/source/core/unocore/unoidx.cxx -sw/source/core/unocore/unomap.cxx -sw/source/core/unocore/unomap1.cxx -sw/source/core/unocore/unomapproperties.hxx -sw/source/core/unocore/unoobj.cxx -sw/source/core/unocore/unoobj2.cxx -sw/source/core/unocore/unoparagraph.cxx -sw/source/core/unocore/unoport.cxx -sw/source/core/unocore/unoportenum.cxx -sw/source/core/unocore/unoredline.cxx -sw/source/core/unocore/unoredlines.cxx -sw/source/core/unocore/unorefmk.cxx -sw/source/core/unocore/unosect.cxx -sw/source/core/unocore/unosett.cxx -sw/source/core/unocore/unosrch.cxx -sw/source/core/unocore/unostyle.cxx -sw/source/core/unocore/unotbl.cxx -sw/source/core/unocore/unotext.cxx -sw/source/core/unocore/unotextmarkup.cxx -sw/source/core/view/pagepreviewlayout.cxx -sw/source/core/view/printdata.cxx -sw/source/core/view/vdraw.cxx -sw/source/core/view/viewimp.cxx -sw/source/core/view/viewpg.cxx -sw/source/core/view/viewsh.cxx -sw/source/core/view/vnew.cxx -sw/source/core/view/vprint.cxx -sw/source/core/view/vprint.hxx -sw/source/filter/ascii/ascatr.cxx -sw/source/filter/ascii/parasc.cxx -sw/source/filter/ascii/wrtasc.cxx -sw/source/filter/ascii/wrtasc.hxx -sw/source/filter/basflt/docfact.cxx -sw/source/filter/basflt/fltini.cxx -sw/source/filter/basflt/fltshell.cxx -sw/source/filter/basflt/iodetect.cxx -sw/source/filter/basflt/shellio.cxx -sw/source/filter/docx/swdocxreader.cxx -sw/source/filter/docx/swdocxreader.hxx -sw/source/filter/html/SwAppletImpl.cxx -sw/source/filter/html/css1atr.cxx -sw/source/filter/html/css1atr.hxx -sw/source/filter/html/css1kywd.hxx -sw/source/filter/html/htmlatr.cxx -sw/source/filter/html/htmlbas.cxx -sw/source/filter/html/htmlcss1.cxx -sw/source/filter/html/htmlctxt.cxx -sw/source/filter/html/htmldrawreader.cxx -sw/source/filter/html/htmldrawwriter.cxx -sw/source/filter/html/htmlfld.cxx -sw/source/filter/html/htmlfld.hxx -sw/source/filter/html/htmlfldw.cxx -sw/source/filter/html/htmlfly.cxx -sw/source/filter/html/htmlfly.hxx -sw/source/filter/html/htmlflyt.cxx -sw/source/filter/html/htmlflywriter.cxx -sw/source/filter/html/htmlform.cxx -sw/source/filter/html/htmlform.hxx -sw/source/filter/html/htmlforw.cxx -sw/source/filter/html/htmlftn.cxx -sw/source/filter/html/htmlgrin.cxx -sw/source/filter/html/htmlnum.cxx -sw/source/filter/html/htmlnum.hxx -sw/source/filter/html/htmlnumreader.cxx -sw/source/filter/html/htmlnumwriter.cxx -sw/source/filter/html/htmlplug.cxx -sw/source/filter/html/htmlsect.cxx -sw/source/filter/html/htmltab.cxx -sw/source/filter/html/htmltabw.cxx -sw/source/filter/html/parcss1.cxx -sw/source/filter/html/parcss1.hxx -sw/source/filter/html/svxcss1.cxx -sw/source/filter/html/svxcss1.hxx -sw/source/filter/html/swcss1.hxx -sw/source/filter/html/swhtml.cxx -sw/source/filter/html/swhtml.hxx -sw/source/filter/html/wrthtml.cxx -sw/source/filter/html/wrthtml.hxx -sw/source/filter/inc/fltini.hxx -sw/source/filter/inc/fltshell.hxx -sw/source/filter/inc/msfilter.hxx -sw/source/filter/inc/rtf.hxx -sw/source/filter/inc/wrt_fn.hxx -sw/source/filter/inc/wrtswtbl.hxx -sw/source/filter/inc/wwstyles.hxx -sw/source/filter/writer/writer.cxx -sw/source/filter/writer/wrt_fn.cxx -sw/source/filter/writer/wrtswtbl.cxx -sw/source/filter/ww8/WW8FFData.cxx -sw/source/filter/ww8/WW8FFData.hxx -sw/source/filter/ww8/WW8FibData.cxx -sw/source/filter/ww8/WW8FibData.hxx -sw/source/filter/ww8/WW8Sttbf.cxx -sw/source/filter/ww8/WW8Sttbf.hxx -sw/source/filter/ww8/WW8TableInfo.cxx -sw/source/filter/ww8/WW8TableInfo.hxx -sw/source/filter/ww8/attributeoutputbase.hxx -sw/source/filter/ww8/docxattributeoutput.cxx -sw/source/filter/ww8/docxattributeoutput.hxx -sw/source/filter/ww8/docxexport.cxx -sw/source/filter/ww8/docxexport.hxx -sw/source/filter/ww8/docxexportfilter.cxx -sw/source/filter/ww8/docxexportfilter.hxx -sw/source/filter/ww8/docxfootnotes.hxx -sw/source/filter/ww8/docxhelper.hxx -sw/source/filter/ww8/docxsdrexport.hxx -sw/source/filter/ww8/escher.hxx -sw/source/filter/ww8/fields.cxx -sw/source/filter/ww8/fields.hxx -sw/source/filter/ww8/needed_cast.hxx -sw/source/filter/ww8/sortedarray.hxx -sw/source/filter/ww8/styles.cxx -sw/source/filter/ww8/types.hxx -sw/source/filter/ww8/writerhelper.cxx -sw/source/filter/ww8/writerhelper.hxx -sw/source/filter/ww8/writerwordglue.cxx -sw/source/filter/ww8/writerwordglue.hxx -sw/source/filter/ww8/wrtw8esh.cxx -sw/source/filter/ww8/wrtw8nds.cxx -sw/source/filter/ww8/wrtw8num.cxx -sw/source/filter/ww8/wrtw8sty.cxx -sw/source/filter/ww8/wrtww8.cxx -sw/source/filter/ww8/wrtww8.hxx -sw/source/filter/ww8/wrtww8gr.cxx -sw/source/filter/ww8/ww8atr.cxx -sw/source/filter/ww8/ww8attributeoutput.hxx -sw/source/filter/ww8/ww8glsy.cxx -sw/source/filter/ww8/ww8glsy.hxx -sw/source/filter/ww8/ww8graf.cxx -sw/source/filter/ww8/ww8graf.hxx -sw/source/filter/ww8/ww8graf2.cxx -sw/source/filter/ww8/ww8par.cxx -sw/source/filter/ww8/ww8par.hxx -sw/source/filter/ww8/ww8par2.cxx -sw/source/filter/ww8/ww8par2.hxx -sw/source/filter/ww8/ww8par3.cxx -sw/source/filter/ww8/ww8par4.cxx -sw/source/filter/ww8/ww8par5.cxx -sw/source/filter/ww8/ww8par6.cxx -sw/source/filter/ww8/ww8scan.cxx -sw/source/filter/ww8/ww8scan.hxx -sw/source/filter/ww8/ww8struc.hxx -sw/source/filter/ww8/ww8toolbar.cxx -sw/source/filter/ww8/ww8toolbar.hxx -sw/source/filter/xml/XMLRedlineImportHelper.cxx -sw/source/filter/xml/XMLRedlineImportHelper.hxx -sw/source/filter/xml/swxml.cxx -sw/source/filter/xml/wrtxml.cxx -sw/source/filter/xml/wrtxml.hxx -sw/source/filter/xml/xmlbrsh.cxx -sw/source/filter/xml/xmlbrshe.hxx -sw/source/filter/xml/xmlbrshi.hxx -sw/source/filter/xml/xmlexp.cxx -sw/source/filter/xml/xmlexp.hxx -sw/source/filter/xml/xmlexpit.cxx -sw/source/filter/xml/xmlexpit.hxx -sw/source/filter/xml/xmlfmt.cxx -sw/source/filter/xml/xmlfmte.cxx -sw/source/filter/xml/xmlfonte.cxx -sw/source/filter/xml/xmlimp.cxx -sw/source/filter/xml/xmlimp.hxx -sw/source/filter/xml/xmlimpit.cxx -sw/source/filter/xml/xmlimpit.hxx -sw/source/filter/xml/xmlitem.cxx -sw/source/filter/xml/xmlitem.hxx -sw/source/filter/xml/xmliteme.cxx -sw/source/filter/xml/xmlitemi.cxx -sw/source/filter/xml/xmlitemm.cxx -sw/source/filter/xml/xmlithlp.cxx -sw/source/filter/xml/xmlithlp.hxx -sw/source/filter/xml/xmlitmap.hxx -sw/source/filter/xml/xmlitmpr.cxx -sw/source/filter/xml/xmlmeta.cxx -sw/source/filter/xml/xmlscript.cxx -sw/source/filter/xml/xmltble.cxx -sw/source/filter/xml/xmltbli.cxx -sw/source/filter/xml/xmltbli.hxx -sw/source/filter/xml/xmltext.cxx -sw/source/filter/xml/xmltexte.cxx -sw/source/filter/xml/xmltexte.hxx -sw/source/filter/xml/xmltexti.cxx -sw/source/filter/xml/xmltexti.hxx -sw/source/ui/chrdlg/break.cxx -sw/source/ui/chrdlg/chardlg.cxx -sw/source/ui/chrdlg/drpcps.cxx -sw/source/ui/chrdlg/numpara.cxx -sw/source/ui/chrdlg/pardlg.cxx -sw/source/ui/chrdlg/swuiccoll.cxx -sw/source/ui/chrdlg/tblnumfm.cxx -sw/source/ui/config/mailconfigpage.cxx -sw/source/ui/config/optcomp.cxx -sw/source/ui/config/optload.cxx -sw/source/ui/config/optpage.cxx -sw/source/ui/dbui/addresslistdialog.cxx -sw/source/ui/dbui/addresslistdialog.hxx -sw/source/ui/dbui/createaddresslistdialog.cxx -sw/source/ui/dbui/createaddresslistdialog.hxx -sw/source/ui/dbui/customizeaddresslistdialog.cxx -sw/source/ui/dbui/customizeaddresslistdialog.hxx -sw/source/ui/dbui/dbinsdlg.cxx -sw/source/ui/dbui/dbtablepreviewdialog.cxx -sw/source/ui/dbui/dbtablepreviewdialog.hxx -sw/source/ui/dbui/mailmergewizard.cxx -sw/source/ui/dbui/mmaddressblockpage.cxx -sw/source/ui/dbui/mmaddressblockpage.hxx -sw/source/ui/dbui/mmdocselectpage.cxx -sw/source/ui/dbui/mmdocselectpage.hxx -sw/source/ui/dbui/mmgreetingspage.cxx -sw/source/ui/dbui/mmgreetingspage.hxx -sw/source/ui/dbui/mmlayoutpage.cxx -sw/source/ui/dbui/mmlayoutpage.hxx -sw/source/ui/dbui/mmoutputtypepage.cxx -sw/source/ui/dbui/mmoutputtypepage.hxx -sw/source/ui/dbui/mmresultdialogs.cxx -sw/source/ui/dbui/selectdbtabledialog.cxx -sw/source/ui/dbui/selectdbtabledialog.hxx -sw/source/ui/dialog/abstract.cxx -sw/source/ui/dialog/addrdlg.cxx -sw/source/ui/dialog/ascfldlg.cxx -sw/source/ui/dialog/docstdlg.cxx -sw/source/ui/dialog/macassgn.cxx -sw/source/ui/dialog/swdlgfact.cxx -sw/source/ui/dialog/swdlgfact.hxx -sw/source/ui/dialog/swmessdialog.cxx -sw/source/ui/dialog/swuiexp.cxx -sw/source/ui/dialog/uiregionsw.cxx -sw/source/ui/dialog/wordcountdialog.cxx -sw/source/ui/dochdl/selglos.cxx -sw/source/ui/envelp/envfmt.cxx -sw/source/ui/envelp/envfmt.hxx -sw/source/ui/envelp/envlop1.cxx -sw/source/ui/envelp/envprt.cxx -sw/source/ui/envelp/envprt.hxx -sw/source/ui/envelp/label1.cxx -sw/source/ui/envelp/labelexp.cxx -sw/source/ui/envelp/labfmt.cxx -sw/source/ui/envelp/labfmt.hxx -sw/source/ui/envelp/labprt.cxx -sw/source/ui/envelp/labprt.hxx -sw/source/ui/envelp/mailmrge.cxx -sw/source/ui/envelp/swuilabimp.hxx -sw/source/ui/fldui/DropDownFieldDialog.cxx -sw/source/ui/fldui/changedb.cxx -sw/source/ui/fldui/flddb.cxx -sw/source/ui/fldui/flddb.hxx -sw/source/ui/fldui/flddinf.cxx -sw/source/ui/fldui/flddinf.hxx -sw/source/ui/fldui/flddok.cxx -sw/source/ui/fldui/flddok.hxx -sw/source/ui/fldui/fldedt.cxx -sw/source/ui/fldui/fldfunc.cxx -sw/source/ui/fldui/fldfunc.hxx -sw/source/ui/fldui/fldpage.cxx -sw/source/ui/fldui/fldpage.hxx -sw/source/ui/fldui/fldref.cxx -sw/source/ui/fldui/fldref.hxx -sw/source/ui/fldui/fldtdlg.cxx -sw/source/ui/fldui/fldvar.cxx -sw/source/ui/fldui/fldvar.hxx -sw/source/ui/fldui/inpdlg.cxx -sw/source/ui/fldui/javaedit.cxx -sw/source/ui/fmtui/tmpdlg.cxx -sw/source/ui/frmdlg/column.cxx -sw/source/ui/frmdlg/cption.cxx -sw/source/ui/frmdlg/frmdlg.cxx -sw/source/ui/frmdlg/frmpage.cxx -sw/source/ui/frmdlg/pattern.cxx -sw/source/ui/frmdlg/uiborder.cxx -sw/source/ui/frmdlg/wrap.cxx -sw/source/ui/inc/mmresultdialogs.hxx -sw/source/ui/inc/swuiexp.hxx -sw/source/ui/index/cntex.cxx -sw/source/ui/index/cnttab.cxx -sw/source/ui/index/multmrk.cxx -sw/source/ui/index/swuiidxmrk.cxx -sw/source/ui/misc/bookmark.cxx -sw/source/ui/misc/docfnote.cxx -sw/source/ui/misc/glosbib.cxx -sw/source/ui/misc/glossary.cxx -sw/source/ui/misc/impfnote.hxx -sw/source/ui/misc/insfnote.cxx -sw/source/ui/misc/linenum.cxx -sw/source/ui/misc/num.cxx -sw/source/ui/misc/outline.cxx -sw/source/ui/misc/pgfnote.cxx -sw/source/ui/misc/pggrid.cxx -sw/source/ui/misc/srtdlg.cxx -sw/source/ui/misc/swmodalredlineacceptdlg.cxx -sw/source/ui/misc/titlepage.cxx -sw/source/ui/table/colwd.cxx -sw/source/ui/table/convert.cxx -sw/source/ui/table/instable.cxx -sw/source/ui/table/mergetbl.cxx -sw/source/ui/table/rowht.cxx -sw/source/ui/table/splittbl.cxx -sw/source/ui/table/tabledlg.cxx -sw/source/ui/table/tautofmt.cxx -sw/source/ui/uno/swdetect.cxx -sw/source/ui/uno/swdetect.hxx -sw/source/ui/utlui/swrenamexnameddlg.cxx -sw/source/ui/vba/service.cxx -sw/source/ui/vba/service.hxx -sw/source/ui/vba/vbaaddin.cxx -sw/source/ui/vba/vbaaddin.hxx -sw/source/ui/vba/vbaaddins.cxx -sw/source/ui/vba/vbaaddins.hxx -sw/source/ui/vba/vbaapplication.cxx -sw/source/ui/vba/vbaapplication.hxx -sw/source/ui/vba/vbaautotextentry.cxx -sw/source/ui/vba/vbaautotextentry.hxx -sw/source/ui/vba/vbabookmark.cxx -sw/source/ui/vba/vbabookmark.hxx -sw/source/ui/vba/vbabookmarks.cxx -sw/source/ui/vba/vbabookmarks.hxx -sw/source/ui/vba/vbaborders.cxx -sw/source/ui/vba/vbaborders.hxx -sw/source/ui/vba/vbacell.cxx -sw/source/ui/vba/vbacell.hxx -sw/source/ui/vba/vbacells.cxx -sw/source/ui/vba/vbacells.hxx -sw/source/ui/vba/vbacolumn.cxx -sw/source/ui/vba/vbacolumn.hxx -sw/source/ui/vba/vbacolumns.cxx -sw/source/ui/vba/vbacolumns.hxx -sw/source/ui/vba/vbadialog.cxx -sw/source/ui/vba/vbadialog.hxx -sw/source/ui/vba/vbadialogs.cxx -sw/source/ui/vba/vbadialogs.hxx -sw/source/ui/vba/vbadocument.cxx -sw/source/ui/vba/vbadocument.hxx -sw/source/ui/vba/vbadocumentproperties.cxx -sw/source/ui/vba/vbadocumentproperties.hxx -sw/source/ui/vba/vbadocuments.cxx -sw/source/ui/vba/vbadocuments.hxx -sw/source/ui/vba/vbaeventshelper.cxx -sw/source/ui/vba/vbaeventshelper.hxx -sw/source/ui/vba/vbafield.cxx -sw/source/ui/vba/vbafield.hxx -sw/source/ui/vba/vbafind.cxx -sw/source/ui/vba/vbafind.hxx -sw/source/ui/vba/vbafont.cxx -sw/source/ui/vba/vbafont.hxx -sw/source/ui/vba/vbaframe.cxx -sw/source/ui/vba/vbaframe.hxx -sw/source/ui/vba/vbaframes.cxx -sw/source/ui/vba/vbaframes.hxx -sw/source/ui/vba/vbaglobals.cxx -sw/source/ui/vba/vbaglobals.hxx -sw/source/ui/vba/vbaheaderfooter.cxx -sw/source/ui/vba/vbaheaderfooter.hxx -sw/source/ui/vba/vbaheaderfooterhelper.cxx -sw/source/ui/vba/vbaheaderfooterhelper.hxx -sw/source/ui/vba/vbaheadersfooters.cxx -sw/source/ui/vba/vbaheadersfooters.hxx -sw/source/ui/vba/vbainformationhelper.cxx -sw/source/ui/vba/vbainformationhelper.hxx -sw/source/ui/vba/vbalistformat.cxx -sw/source/ui/vba/vbalistformat.hxx -sw/source/ui/vba/vbalistgalleries.cxx -sw/source/ui/vba/vbalistgalleries.hxx -sw/source/ui/vba/vbalistgallery.cxx -sw/source/ui/vba/vbalistgallery.hxx -sw/source/ui/vba/vbalisthelper.cxx -sw/source/ui/vba/vbalisthelper.hxx -sw/source/ui/vba/vbalistlevel.cxx -sw/source/ui/vba/vbalistlevel.hxx -sw/source/ui/vba/vbalistlevels.cxx -sw/source/ui/vba/vbalistlevels.hxx -sw/source/ui/vba/vbalisttemplate.cxx -sw/source/ui/vba/vbalisttemplate.hxx -sw/source/ui/vba/vbalisttemplates.cxx -sw/source/ui/vba/vbalisttemplates.hxx -sw/source/ui/vba/vbaoptions.cxx -sw/source/ui/vba/vbaoptions.hxx -sw/source/ui/vba/vbapagesetup.cxx -sw/source/ui/vba/vbapagesetup.hxx -sw/source/ui/vba/vbapalette.cxx -sw/source/ui/vba/vbapalette.hxx -sw/source/ui/vba/vbapane.cxx -sw/source/ui/vba/vbapane.hxx -sw/source/ui/vba/vbapanes.cxx -sw/source/ui/vba/vbapanes.hxx -sw/source/ui/vba/vbaparagraph.cxx -sw/source/ui/vba/vbaparagraph.hxx -sw/source/ui/vba/vbaparagraphformat.cxx -sw/source/ui/vba/vbaparagraphformat.hxx -sw/source/ui/vba/vbarange.cxx -sw/source/ui/vba/vbarange.hxx -sw/source/ui/vba/vbarangehelper.cxx -sw/source/ui/vba/vbarangehelper.hxx -sw/source/ui/vba/vbareplacement.cxx -sw/source/ui/vba/vbareplacement.hxx -sw/source/ui/vba/vbarevision.cxx -sw/source/ui/vba/vbarevision.hxx -sw/source/ui/vba/vbarevisions.cxx -sw/source/ui/vba/vbarevisions.hxx -sw/source/ui/vba/vbarow.cxx -sw/source/ui/vba/vbarow.hxx -sw/source/ui/vba/vbarows.cxx -sw/source/ui/vba/vbarows.hxx -sw/source/ui/vba/vbasection.cxx -sw/source/ui/vba/vbasection.hxx -sw/source/ui/vba/vbasections.cxx -sw/source/ui/vba/vbasections.hxx -sw/source/ui/vba/vbaselection.cxx -sw/source/ui/vba/vbaselection.hxx -sw/source/ui/vba/vbastyle.cxx -sw/source/ui/vba/vbastyle.hxx -sw/source/ui/vba/vbastyles.cxx -sw/source/ui/vba/vbastyles.hxx -sw/source/ui/vba/vbasystem.cxx -sw/source/ui/vba/vbasystem.hxx -sw/source/ui/vba/vbatable.cxx -sw/source/ui/vba/vbatable.hxx -sw/source/ui/vba/vbatablehelper.cxx -sw/source/ui/vba/vbatablehelper.hxx -sw/source/ui/vba/vbatableofcontents.cxx -sw/source/ui/vba/vbatableofcontents.hxx -sw/source/ui/vba/vbatables.cxx -sw/source/ui/vba/vbatables.hxx -sw/source/ui/vba/vbatablesofcontents.cxx -sw/source/ui/vba/vbatablesofcontents.hxx -sw/source/ui/vba/vbatabstop.cxx -sw/source/ui/vba/vbatabstop.hxx -sw/source/ui/vba/vbatabstops.cxx -sw/source/ui/vba/vbatabstops.hxx -sw/source/ui/vba/vbatemplate.cxx -sw/source/ui/vba/vbatemplate.hxx -sw/source/ui/vba/vbavariable.cxx -sw/source/ui/vba/vbavariable.hxx -sw/source/ui/vba/vbavariables.cxx -sw/source/ui/vba/vbavariables.hxx -sw/source/ui/vba/vbaview.cxx -sw/source/ui/vba/vbaview.hxx -sw/source/ui/vba/vbawindow.cxx -sw/source/ui/vba/vbawindow.hxx -sw/source/ui/vba/vbawrapformat.cxx -sw/source/ui/vba/vbawrapformat.hxx -sw/source/ui/vba/wordvbahelper.cxx -sw/source/ui/vba/wordvbahelper.hxx -sw/source/uibase/app/appenv.cxx -sw/source/uibase/app/appenv.hxx -sw/source/uibase/app/apphdl.cxx -sw/source/uibase/app/applab.cxx -sw/source/uibase/app/appopt.cxx -sw/source/uibase/app/docsh.cxx -sw/source/uibase/app/docsh2.cxx -sw/source/uibase/app/docshdrw.cxx -sw/source/uibase/app/docshini.cxx -sw/source/uibase/app/docst.cxx -sw/source/uibase/app/docstyle.cxx -sw/source/uibase/app/mainwn.cxx -sw/source/uibase/app/swdll.cxx -sw/source/uibase/app/swdllimpl.hxx -sw/source/uibase/app/swmodul1.cxx -sw/source/uibase/app/swmodule.cxx -sw/source/uibase/app/swwait.cxx -sw/source/uibase/chrdlg/ccoll.cxx -sw/source/uibase/config/StoredChapterNumbering.cxx -sw/source/uibase/config/barcfg.cxx -sw/source/uibase/config/caption.cxx -sw/source/uibase/config/cfgitems.cxx -sw/source/uibase/config/dbconfig.cxx -sw/source/uibase/config/fontcfg.cxx -sw/source/uibase/config/modcfg.cxx -sw/source/uibase/config/prtopt.cxx -sw/source/uibase/config/uinums.cxx -sw/source/uibase/config/usrpref.cxx -sw/source/uibase/config/viewopt.cxx -sw/source/uibase/dbui/dbmgr.cxx -sw/source/uibase/dbui/dbtree.cxx -sw/source/uibase/dbui/dbui.cxx -sw/source/uibase/dbui/maildispatcher.cxx -sw/source/uibase/dbui/mailmergehelper.cxx -sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx -sw/source/uibase/dbui/mmconfigitem.cxx -sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx -sw/source/uibase/dialog/regionsw.cxx -sw/source/uibase/dialog/swabstdlg.cxx -sw/source/uibase/dialog/swwrtshitem.cxx -sw/source/uibase/dialog/watermarkdialog.cxx -sw/source/uibase/dialog/wordcountwrapper.cxx -sw/source/uibase/dochdl/gloshdl.cxx -sw/source/uibase/dochdl/swdtflvr.cxx -sw/source/uibase/docvw/AnchorOverlayObject.cxx -sw/source/uibase/docvw/AnchorOverlayObject.hxx -sw/source/uibase/docvw/AnnotationMenuButton.cxx -sw/source/uibase/docvw/AnnotationMenuButton.hxx -sw/source/uibase/docvw/AnnotationWin.cxx -sw/source/uibase/docvw/AnnotationWin2.cxx -sw/source/uibase/docvw/DashedLine.cxx -sw/source/uibase/docvw/FrameControlsManager.cxx -sw/source/uibase/docvw/HeaderFooterWin.cxx -sw/source/uibase/docvw/OverlayRanges.cxx -sw/source/uibase/docvw/OverlayRanges.hxx -sw/source/uibase/docvw/PageBreakWin.cxx -sw/source/uibase/docvw/PostItMgr.cxx -sw/source/uibase/docvw/ShadowOverlayObject.cxx -sw/source/uibase/docvw/ShadowOverlayObject.hxx -sw/source/uibase/docvw/SidebarTxtControl.cxx -sw/source/uibase/docvw/SidebarTxtControl.hxx -sw/source/uibase/docvw/SidebarTxtControlAcc.cxx -sw/source/uibase/docvw/SidebarTxtControlAcc.hxx -sw/source/uibase/docvw/SidebarWinAcc.cxx -sw/source/uibase/docvw/SidebarWinAcc.hxx -sw/source/uibase/docvw/edtdd.cxx -sw/source/uibase/docvw/edtwin.cxx -sw/source/uibase/docvw/edtwin2.cxx -sw/source/uibase/docvw/edtwin3.cxx -sw/source/uibase/docvw/frmsidebarwincontainer.cxx -sw/source/uibase/docvw/frmsidebarwincontainer.hxx -sw/source/uibase/docvw/romenu.cxx -sw/source/uibase/docvw/romenu.hxx -sw/source/uibase/docvw/srcedtw.cxx -sw/source/uibase/envelp/envimg.cxx -sw/source/uibase/envelp/labelcfg.cxx -sw/source/uibase/envelp/labimg.cxx -sw/source/uibase/envelp/syncbtn.cxx -sw/source/uibase/fldui/fldmgr.cxx -sw/source/uibase/fldui/fldwrap.cxx -sw/source/uibase/fldui/xfldui.cxx -sw/source/uibase/frmdlg/colex.cxx -sw/source/uibase/frmdlg/colmgr.cxx -sw/source/uibase/frmdlg/frmmgr.cxx -sw/source/uibase/globdoc/globdoc.cxx -sw/source/uibase/inc/DashedLine.hxx -sw/source/uibase/inc/DropDownFieldDialog.hxx -sw/source/uibase/inc/FrameControl.hxx -sw/source/uibase/inc/FrameControlsManager.hxx -sw/source/uibase/inc/HeaderFooterWin.hxx -sw/source/uibase/inc/PageBreakWin.hxx -sw/source/uibase/inc/SidebarWindowsConsts.hxx -sw/source/uibase/inc/SwSpellDialogChildWindow.hxx -sw/source/uibase/inc/SwXFilterOptions.hxx -sw/source/uibase/inc/abstract.hxx -sw/source/uibase/inc/annotsh.hxx -sw/source/uibase/inc/ascfldlg.hxx -sw/source/uibase/inc/barcfg.hxx -sw/source/uibase/inc/basesh.hxx -sw/source/uibase/inc/beziersh.hxx -sw/source/uibase/inc/bmpwin.hxx -sw/source/uibase/inc/bookctrl.hxx -sw/source/uibase/inc/bookmark.hxx -sw/source/uibase/inc/break.hxx -sw/source/uibase/inc/caption.hxx -sw/source/uibase/inc/cfgitems.hxx -sw/source/uibase/inc/changedb.hxx -sw/source/uibase/inc/chartins.hxx -sw/source/uibase/inc/chldwrap.hxx -sw/source/uibase/inc/chrdlg.hxx -sw/source/uibase/inc/chrdlgmodes.hxx -sw/source/uibase/inc/cnttab.hxx -sw/source/uibase/inc/colex.hxx -sw/source/uibase/inc/colmgr.hxx -sw/source/uibase/inc/column.hxx -sw/source/uibase/inc/conarc.hxx -sw/source/uibase/inc/concustomshape.hxx -sw/source/uibase/inc/condedit.hxx -sw/source/uibase/inc/conform.hxx -sw/source/uibase/inc/conpoly.hxx -sw/source/uibase/inc/conrect.hxx -sw/source/uibase/inc/content.hxx -sw/source/uibase/inc/conttree.hxx -sw/source/uibase/inc/convert.hxx -sw/source/uibase/inc/cption.hxx -sw/source/uibase/inc/dbconfig.hxx -sw/source/uibase/inc/dbinsdlg.hxx -sw/source/uibase/inc/dbtree.hxx -sw/source/uibase/inc/dbui.hxx -sw/source/uibase/inc/docfnote.hxx -sw/source/uibase/inc/docstdlg.hxx -sw/source/uibase/inc/drawbase.hxx -sw/source/uibase/inc/drawsh.hxx -sw/source/uibase/inc/drformsh.hxx -sw/source/uibase/inc/drpcps.hxx -sw/source/uibase/inc/drwbassh.hxx -sw/source/uibase/inc/drwtxtsh.hxx -sw/source/uibase/inc/dselect.hxx -sw/source/uibase/inc/edtwin.hxx -sw/source/uibase/inc/envimg.hxx -sw/source/uibase/inc/envlop.hxx -sw/source/uibase/inc/fldedt.hxx -sw/source/uibase/inc/fldmgr.hxx -sw/source/uibase/inc/fldtdlg.hxx -sw/source/uibase/inc/fldwrap.hxx -sw/source/uibase/inc/fontcfg.hxx -sw/source/uibase/inc/formatclipboard.hxx -sw/source/uibase/inc/frmdlg.hxx -sw/source/uibase/inc/frmmgr.hxx -sw/source/uibase/inc/frmpage.hxx -sw/source/uibase/inc/frmsh.hxx -sw/source/uibase/inc/glosbib.hxx -sw/source/uibase/inc/glosdoc.hxx -sw/source/uibase/inc/gloshdl.hxx -sw/source/uibase/inc/gloslst.hxx -sw/source/uibase/inc/glossary.hxx -sw/source/uibase/inc/glshell.hxx -sw/source/uibase/inc/grfsh.hxx -sw/source/uibase/inc/hyp.hxx -sw/source/uibase/inc/idxmrk.hxx -sw/source/uibase/inc/imaildsplistener.hxx -sw/source/uibase/inc/initui.hxx -sw/source/uibase/inc/inpdlg.hxx -sw/source/uibase/inc/inputwin.hxx -sw/source/uibase/inc/insfnote.hxx -sw/source/uibase/inc/instable.hxx -sw/source/uibase/inc/javaedit.hxx -sw/source/uibase/inc/label.hxx -sw/source/uibase/inc/labelcfg.hxx -sw/source/uibase/inc/labimg.hxx -sw/source/uibase/inc/labrec.hxx -sw/source/uibase/inc/langhelper.hxx -sw/source/uibase/inc/listsh.hxx -sw/source/uibase/inc/macassgn.hxx -sw/source/uibase/inc/mailconfigpage.hxx -sw/source/uibase/inc/maildispatcher.hxx -sw/source/uibase/inc/mailmergehelper.hxx -sw/source/uibase/inc/mailmergewizard.hxx -sw/source/uibase/inc/mailmrge.hxx -sw/source/uibase/inc/mediash.hxx -sw/source/uibase/inc/mergetbl.hxx -sw/source/uibase/inc/mmconfigitem.hxx -sw/source/uibase/inc/multmrk.hxx -sw/source/uibase/inc/navicfg.hxx -sw/source/uibase/inc/navicont.hxx -sw/source/uibase/inc/navipi.hxx -sw/source/uibase/inc/navmgr.hxx -sw/source/uibase/inc/navsh.hxx -sw/source/uibase/inc/num.hxx -sw/source/uibase/inc/numberingtypelistbox.hxx -sw/source/uibase/inc/numfmtlb.hxx -sw/source/uibase/inc/numpara.hxx -sw/source/uibase/inc/numprevw.hxx -sw/source/uibase/inc/olesh.hxx -sw/source/uibase/inc/olmenu.hxx -sw/source/uibase/inc/optcomp.hxx -sw/source/uibase/inc/optload.hxx -sw/source/uibase/inc/optpage.hxx -sw/source/uibase/inc/outline.hxx -sw/source/uibase/inc/pardlg.hxx -sw/source/uibase/inc/pgfnote.hxx -sw/source/uibase/inc/pggrid.hxx -sw/source/uibase/inc/prcntfld.hxx -sw/source/uibase/inc/pview.hxx -sw/source/uibase/inc/redlndlg.hxx -sw/source/uibase/inc/regionsw.hxx -sw/source/uibase/inc/rowht.hxx -sw/source/uibase/inc/scroll.hxx -sw/source/uibase/inc/selglos.hxx -sw/source/uibase/inc/sharedconnection.hxx -sw/source/uibase/inc/shdwcrsr.hxx -sw/source/uibase/inc/splittbl.hxx -sw/source/uibase/inc/srcedtw.hxx -sw/source/uibase/inc/srcview.hxx -sw/source/uibase/inc/srtdlg.hxx -sw/source/uibase/inc/swcont.hxx -sw/source/uibase/inc/swdtflvr.hxx -sw/source/uibase/inc/swmessdialog.hxx -sw/source/uibase/inc/swmodalredlineacceptdlg.hxx -sw/source/uibase/inc/swrenamexnameddlg.hxx -sw/source/uibase/inc/swruler.hxx -sw/source/uibase/inc/swtablerep.hxx -sw/source/uibase/inc/swuiccoll.hxx -sw/source/uibase/inc/swuicnttab.hxx -sw/source/uibase/inc/swuiidxmrk.hxx -sw/source/uibase/inc/swuipardlg.hxx -sw/source/uibase/inc/swwrtshitem.hxx -sw/source/uibase/inc/syncbtn.hxx -sw/source/uibase/inc/tabledlg.hxx -sw/source/uibase/inc/tablemgr.hxx -sw/source/uibase/inc/tabsh.hxx -sw/source/uibase/inc/tautofmt.hxx -sw/source/uibase/inc/tblnumfm.hxx -sw/source/uibase/inc/textsh.hxx -sw/source/uibase/inc/titlepage.hxx -sw/source/uibase/inc/tmpdlg.hxx -sw/source/uibase/inc/tmplctrl.hxx -sw/source/uibase/inc/toxmgr.hxx -sw/source/uibase/inc/uiborder.hxx -sw/source/uibase/inc/uiitems.hxx -sw/source/uibase/inc/uinums.hxx -sw/source/uibase/inc/uiobject.hxx -sw/source/uibase/inc/uitool.hxx -sw/source/uibase/inc/uivwimp.hxx -sw/source/uibase/inc/unoatxt.hxx -sw/source/uibase/inc/unodispatch.hxx -sw/source/uibase/inc/unomailmerge.hxx -sw/source/uibase/inc/unomod.hxx -sw/source/uibase/inc/unotools.hxx -sw/source/uibase/inc/unotxvw.hxx -sw/source/uibase/inc/usrpref.hxx -sw/source/uibase/inc/viewlayoutctrl.hxx -sw/source/uibase/inc/wformsh.hxx -sw/source/uibase/inc/wfrmsh.hxx -sw/source/uibase/inc/wgrfsh.hxx -sw/source/uibase/inc/wlistsh.hxx -sw/source/uibase/inc/wolesh.hxx -sw/source/uibase/inc/wordcountctrl.hxx -sw/source/uibase/inc/wordcountdialog.hxx -sw/source/uibase/inc/workctrl.hxx -sw/source/uibase/inc/wrap.hxx -sw/source/uibase/inc/wrtsh.hxx -sw/source/uibase/inc/wtabsh.hxx -sw/source/uibase/inc/wtextsh.hxx -sw/source/uibase/inc/wview.hxx -sw/source/uibase/inc/zoomctrl.hxx -sw/source/uibase/index/idxmrk.cxx -sw/source/uibase/index/toxmgr.cxx -sw/source/uibase/lingu/hhcwrp.cxx -sw/source/uibase/lingu/hyp.cxx -sw/source/uibase/lingu/olmenu.cxx -sw/source/uibase/lingu/sdrhhcwrap.cxx -sw/source/uibase/lingu/sdrhhcwrap.hxx -sw/source/uibase/misc/glosdoc.cxx -sw/source/uibase/misc/glshell.cxx -sw/source/uibase/misc/numberingtypelistbox.cxx -sw/source/uibase/misc/redlndlg.cxx -sw/source/uibase/ribbar/conarc.cxx -sw/source/uibase/ribbar/concustomshape.cxx -sw/source/uibase/ribbar/conform.cxx -sw/source/uibase/ribbar/conpoly.cxx -sw/source/uibase/ribbar/conrect.cxx -sw/source/uibase/ribbar/drawbase.cxx -sw/source/uibase/ribbar/dselect.cxx -sw/source/uibase/ribbar/inputwin.cxx -sw/source/uibase/ribbar/workctrl.cxx -sw/source/uibase/shells/annotsh.cxx -sw/source/uibase/shells/basesh.cxx -sw/source/uibase/shells/beziersh.cxx -sw/source/uibase/shells/drawdlg.cxx -sw/source/uibase/shells/drawsh.cxx -sw/source/uibase/shells/drformsh.cxx -sw/source/uibase/shells/drwbassh.cxx -sw/source/uibase/shells/drwtxtex.cxx -sw/source/uibase/shells/drwtxtsh.cxx -sw/source/uibase/shells/frmsh.cxx -sw/source/uibase/shells/grfsh.cxx -sw/source/uibase/shells/grfshex.cxx -sw/source/uibase/shells/langhelper.cxx -sw/source/uibase/shells/listsh.cxx -sw/source/uibase/shells/mediash.cxx -sw/source/uibase/shells/navsh.cxx -sw/source/uibase/shells/olesh.cxx -sw/source/uibase/shells/tabsh.cxx -sw/source/uibase/shells/textdrw.cxx -sw/source/uibase/shells/textfld.cxx -sw/source/uibase/shells/textglos.cxx -sw/source/uibase/shells/textidx.cxx -sw/source/uibase/shells/textsh.cxx -sw/source/uibase/shells/textsh1.cxx -sw/source/uibase/shells/textsh2.cxx -sw/source/uibase/shells/txtattr.cxx -sw/source/uibase/shells/txtcrsr.cxx -sw/source/uibase/shells/txtnum.cxx -sw/source/uibase/sidebar/PageColumnControl.cxx -sw/source/uibase/sidebar/PageColumnControl.hxx -sw/source/uibase/sidebar/PageColumnPopup.cxx -sw/source/uibase/sidebar/PageFooterPanel.cxx -sw/source/uibase/sidebar/PageFooterPanel.hxx -sw/source/uibase/sidebar/PageFormatPanel.cxx -sw/source/uibase/sidebar/PageFormatPanel.hxx -sw/source/uibase/sidebar/PageHeaderPanel.cxx -sw/source/uibase/sidebar/PageHeaderPanel.hxx -sw/source/uibase/sidebar/PageMarginControl.cxx -sw/source/uibase/sidebar/PageMarginControl.hxx -sw/source/uibase/sidebar/PageMarginPopup.cxx -sw/source/uibase/sidebar/PageMarginUtils.hxx -sw/source/uibase/sidebar/PageOrientationControl.cxx -sw/source/uibase/sidebar/PageOrientationControl.hxx -sw/source/uibase/sidebar/PageOrientationPopup.cxx -sw/source/uibase/sidebar/PageSizeControl.cxx -sw/source/uibase/sidebar/PageSizeControl.hxx -sw/source/uibase/sidebar/PageSizePopup.cxx -sw/source/uibase/sidebar/PageStylesPanel.cxx -sw/source/uibase/sidebar/PageStylesPanel.hxx -sw/source/uibase/sidebar/StylePresetsPanel.cxx -sw/source/uibase/sidebar/StylePresetsPanel.hxx -sw/source/uibase/sidebar/SwPanelFactory.cxx -sw/source/uibase/sidebar/ThemePanel.cxx -sw/source/uibase/sidebar/ThemePanel.hxx -sw/source/uibase/sidebar/WrapPropertyPanel.cxx -sw/source/uibase/sidebar/WrapPropertyPanel.hxx -sw/source/uibase/table/chartins.cxx -sw/source/uibase/table/swtablerep.cxx -sw/source/uibase/table/tablemgr.cxx -sw/source/uibase/table/tablepg.hxx -sw/source/uibase/uitest/uiobject.cxx -sw/source/uibase/uiview/formatclipboard.cxx -sw/source/uibase/uiview/pview.cxx -sw/source/uibase/uiview/scroll.cxx -sw/source/uibase/uiview/srcview.cxx -sw/source/uibase/uiview/swcli.cxx -sw/source/uibase/uiview/uivwimp.cxx -sw/source/uibase/uiview/view.cxx -sw/source/uibase/uiview/view0.cxx -sw/source/uibase/uiview/view1.cxx -sw/source/uibase/uiview/view2.cxx -sw/source/uibase/uiview/viewcoll.cxx -sw/source/uibase/uiview/viewdlg.cxx -sw/source/uibase/uiview/viewdlg2.cxx -sw/source/uibase/uiview/viewdraw.cxx -sw/source/uibase/uiview/viewfunc.hxx -sw/source/uibase/uiview/viewling.cxx -sw/source/uibase/uiview/viewmdi.cxx -sw/source/uibase/uiview/viewport.cxx -sw/source/uibase/uiview/viewprt.cxx -sw/source/uibase/uiview/viewsrch.cxx -sw/source/uibase/uiview/viewstat.cxx -sw/source/uibase/uiview/viewtab.cxx -sw/source/uibase/uno/SwXDocumentSettings.cxx -sw/source/uibase/uno/SwXDocumentSettings.hxx -sw/source/uibase/uno/SwXFilterOptions.cxx -sw/source/uibase/uno/dlelstnr.cxx -sw/source/uibase/uno/unoatxt.cxx -sw/source/uibase/uno/unodefaults.cxx -sw/source/uibase/uno/unodefaults.hxx -sw/source/uibase/uno/unodispatch.cxx -sw/source/uibase/uno/unodoc.cxx -sw/source/uibase/uno/unofreg.cxx -sw/source/uibase/uno/unomailmerge.cxx -sw/source/uibase/uno/unomod.cxx -sw/source/uibase/uno/unomodule.cxx -sw/source/uibase/uno/unomodule.hxx -sw/source/uibase/uno/unotxdoc.cxx -sw/source/uibase/uno/unotxvw.cxx -sw/source/uibase/utlui/attrdesc.cxx -sw/source/uibase/utlui/bookctrl.cxx -sw/source/uibase/utlui/condedit.cxx -sw/source/uibase/utlui/content.cxx -sw/source/uibase/utlui/glbltree.cxx -sw/source/uibase/utlui/gloslst.cxx -sw/source/uibase/utlui/gotodlg.cxx -sw/source/uibase/utlui/initui.cxx -sw/source/uibase/utlui/navicfg.cxx -sw/source/uibase/utlui/navipi.cxx -sw/source/uibase/utlui/numfmtlb.cxx -sw/source/uibase/utlui/prcntfld.cxx -sw/source/uibase/utlui/shdwcrsr.cxx -sw/source/uibase/utlui/tmplctrl.cxx -sw/source/uibase/utlui/uiitems.cxx -sw/source/uibase/utlui/uitool.cxx -sw/source/uibase/utlui/unotools.cxx -sw/source/uibase/utlui/viewlayoutctrl.cxx -sw/source/uibase/utlui/wordcountctrl.cxx -sw/source/uibase/utlui/zoomctrl.cxx -sw/source/uibase/web/wdocsh.cxx -sw/source/uibase/web/wformsh.cxx -sw/source/uibase/web/wfrmsh.cxx -sw/source/uibase/web/wgrfsh.cxx -sw/source/uibase/web/wlistsh.cxx -sw/source/uibase/web/wolesh.cxx -sw/source/uibase/web/wtabsh.cxx -sw/source/uibase/web/wtextsh.cxx -sw/source/uibase/web/wview.cxx -sw/source/uibase/wrtsh/delete.cxx -sw/source/uibase/wrtsh/move.cxx -sw/source/uibase/wrtsh/navmgr.cxx -sw/source/uibase/wrtsh/select.cxx -sw/source/uibase/wrtsh/wrtsh1.cxx -sw/source/uibase/wrtsh/wrtsh2.cxx -sw/source/uibase/wrtsh/wrtsh3.cxx -sw/source/uibase/wrtsh/wrtsh4.cxx -sw/source/uibase/wrtsh/wrtundo.cxx -test/source/bootstrapfixture.cxx -test/source/calc_unoapi_test.cxx -test/source/container/xnamed.cxx -test/source/diff/diff.cxx -test/source/htmltesttools.cxx -test/source/isheadless.hxx -test/source/screenshot_test.cxx -test/source/setupvcl.cxx -test/source/setupvcl.hxx -test/source/sheet/cellproperties.cxx -test/source/sheet/databaserange.cxx -test/source/sheet/datapilotfield.cxx -test/source/sheet/datapilotitem.cxx -test/source/sheet/xarealink.cxx -test/source/sheet/xarealinks.cxx -test/source/sheet/xcelladdressable.cxx -test/source/sheet/xcellrangedata.cxx -test/source/sheet/xcellrangereferrer.cxx -test/source/sheet/xcellrangesquery.cxx -test/source/sheet/xcellseries.cxx -test/source/sheet/xdatabaserange.cxx -test/source/sheet/xdatapilotdescriptor.cxx -test/source/sheet/xdatapilotfieldgrouping.cxx -test/source/sheet/xdatapilottable.cxx -test/source/sheet/xdatapilottable2.cxx -test/source/sheet/xgoalseek.cxx -test/source/sheet/xnamedrange.cxx -test/source/sheet/xprintareas.cxx -test/source/sheet/xsheetannotation.cxx -test/source/sheet/xsheetannotations.cxx -test/source/sheet/xsheetannotationshapesupplier.cxx -test/source/sheet/xsheetfilterable.cxx -test/source/sheet/xsheetlinkable.cxx -test/source/sheet/xsheetoperation.cxx -test/source/sheet/xsheetoutline.cxx -test/source/sheet/xsheetpagebreak.cxx -test/source/sheet/xspreadsheet.cxx -test/source/sheet/xspreadsheetdocument.cxx -test/source/sheet/xspreadsheets.cxx -test/source/sheet/xspreadsheets2.cxx -test/source/sheet/xsubtotalcalculatable.cxx -test/source/sheet/xsubtotaldescriptor.cxx -test/source/sheet/xsubtotalfield.cxx -test/source/sheet/xuniquecellformatrangessupplier.cxx -test/source/sheet/xusedareacursor.cxx -test/source/sheet/xviewfreezable.cxx -test/source/sheet/xviewpane.cxx -test/source/sheet/xviewsplitable.cxx -test/source/text/xtext.cxx -test/source/text/xtextcontent.cxx -test/source/unoapi_test.cxx -test/source/util/xreplaceable.cxx -test/source/util/xsearchable.cxx -test/source/vclbootstrapprotector.cxx -test/source/xmltesttools.cxx -testtools/source/bridgetest/bridgetest.cxx -testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx -testtools/source/bridgetest/constructors.cxx -testtools/source/bridgetest/cppobj.cxx -testtools/source/bridgetest/currentcontextchecker.cxx -testtools/source/bridgetest/currentcontextchecker.hxx -testtools/source/bridgetest/multi.cxx -testtools/source/bridgetest/multi.hxx -testtools/source/performance/pseudo.cxx -testtools/source/performance/ubobject.cxx -testtools/source/performance/ubtest.cxx -toolkit/inc/awt/animatedimagespeer.hxx -toolkit/inc/awt/vclxbitmap.hxx -toolkit/inc/awt/vclxgraphics.hxx -toolkit/inc/awt/vclxpointer.hxx -toolkit/inc/awt/vclxprinter.hxx -toolkit/inc/awt/vclxregion.hxx -toolkit/inc/awt/vclxspinbutton.hxx -toolkit/inc/awt/vclxsystemdependentwindow.hxx -toolkit/inc/awt/vclxtabpagecontainer.hxx -toolkit/inc/controls/accessiblecontrolcontext.hxx -toolkit/inc/controls/animatedimages.hxx -toolkit/inc/controls/controlmodelcontainerbase.hxx -toolkit/inc/controls/dialogcontrol.hxx -toolkit/inc/controls/eventcontainer.hxx -toolkit/inc/controls/filectrl.hxx -toolkit/inc/controls/formattedcontrol.hxx -toolkit/inc/controls/geometrycontrolmodel.hxx -toolkit/inc/controls/geometrycontrolmodel_impl.hxx -toolkit/inc/controls/roadmapcontrol.hxx -toolkit/inc/controls/roadmapentry.hxx -toolkit/inc/controls/stdtabcontroller.hxx -toolkit/inc/controls/stdtabcontrollermodel.hxx -toolkit/inc/controls/tabpagecontainer.hxx -toolkit/inc/controls/tabpagemodel.hxx -toolkit/inc/controls/tkscrollbar.hxx -toolkit/inc/controls/treecontrolpeer.hxx -toolkit/inc/controls/unocontrolcontainer.hxx -toolkit/inc/controls/unocontrolcontainermodel.hxx -toolkit/inc/helper/accessibilityclient.hxx -toolkit/inc/helper/btndlg.hxx -toolkit/inc/helper/imagealign.hxx -toolkit/inc/helper/scrollabledialog.hxx -toolkit/inc/helper/tkresmgr.hxx -toolkit/inc/helper/unopropertyarrayhelper.hxx -toolkit/inc/helper/unowrapper.hxx -toolkit/source/awt/animatedimagespeer.cxx -toolkit/source/awt/asynccallback.cxx -toolkit/source/awt/scrollabledialog.cxx -toolkit/source/awt/stylesettings.cxx -toolkit/source/awt/stylesettings.hxx -toolkit/source/awt/vclxaccessiblecomponent.cxx -toolkit/source/awt/vclxbitmap.cxx -toolkit/source/awt/vclxcontainer.cxx -toolkit/source/awt/vclxdevice.cxx -toolkit/source/awt/vclxfont.cxx -toolkit/source/awt/vclxgraphics.cxx -toolkit/source/awt/vclxmenu.cxx -toolkit/source/awt/vclxpointer.cxx -toolkit/source/awt/vclxprinter.cxx -toolkit/source/awt/vclxregion.cxx -toolkit/source/awt/vclxspinbutton.cxx -toolkit/source/awt/vclxsystemdependentwindow.cxx -toolkit/source/awt/vclxtabpagecontainer.cxx -toolkit/source/awt/vclxtoolkit.cxx -toolkit/source/awt/vclxtopwindow.cxx -toolkit/source/awt/vclxwindow.cxx -toolkit/source/awt/vclxwindow1.cxx -toolkit/source/awt/vclxwindows.cxx -toolkit/source/awt/vclxwindows_internal.hxx -toolkit/source/controls/accessiblecontrolcontext.cxx -toolkit/source/controls/animatedimages.cxx -toolkit/source/controls/controlmodelcontainerbase.cxx -toolkit/source/controls/dialogcontrol.cxx -toolkit/source/controls/eventcontainer.cxx -toolkit/source/controls/filectrl.cxx -toolkit/source/controls/formattedcontrol.cxx -toolkit/source/controls/geometrycontrolmodel.cxx -toolkit/source/controls/grid/defaultgridcolumnmodel.cxx -toolkit/source/controls/grid/defaultgriddatamodel.cxx -toolkit/source/controls/grid/gridcolumn.cxx -toolkit/source/controls/grid/gridcolumn.hxx -toolkit/source/controls/grid/gridcontrol.cxx -toolkit/source/controls/grid/gridcontrol.hxx -toolkit/source/controls/grid/grideventforwarder.cxx -toolkit/source/controls/grid/grideventforwarder.hxx -toolkit/source/controls/grid/sortablegriddatamodel.cxx -toolkit/source/controls/roadmapcontrol.cxx -toolkit/source/controls/roadmapentry.cxx -toolkit/source/controls/spinningprogress.cxx -toolkit/source/controls/stdtabcontroller.cxx -toolkit/source/controls/stdtabcontrollermodel.cxx -toolkit/source/controls/tabpagecontainer.cxx -toolkit/source/controls/tabpagemodel.cxx -toolkit/source/controls/tkscrollbar.cxx -toolkit/source/controls/tkspinbutton.cxx -toolkit/source/controls/tree/treecontrol.cxx -toolkit/source/controls/tree/treecontrol.hxx -toolkit/source/controls/tree/treecontrolpeer.cxx -toolkit/source/controls/tree/treedatamodel.cxx -toolkit/source/controls/unocontrol.cxx -toolkit/source/controls/unocontrolbase.cxx -toolkit/source/controls/unocontrolcontainer.cxx -toolkit/source/controls/unocontrolcontainermodel.cxx -toolkit/source/controls/unocontrolmodel.cxx -toolkit/source/controls/unocontrols.cxx -toolkit/source/helper/accessibilityclient.cxx -toolkit/source/helper/btndlg.cxx -toolkit/source/helper/formpdfexport.cxx -toolkit/source/helper/imagealign.cxx -toolkit/source/helper/listenermultiplexer.cxx -toolkit/source/helper/property.cxx -toolkit/source/helper/tkresmgr.cxx -toolkit/source/helper/unopropertyarrayhelper.cxx -toolkit/source/helper/unowrapper.cxx -toolkit/source/helper/vclunohelper.cxx -tools/inc/poly.h -tools/qa/cppunit/test_color.cxx -tools/qa/cppunit/test_date.cxx -tools/qa/cppunit/test_fract.cxx -tools/qa/cppunit/test_inetmime.cxx -tools/qa/cppunit/test_pathutils.cxx -tools/qa/cppunit/test_rectangle.cxx -tools/qa/cppunit/test_reversemap.cxx -tools/qa/cppunit/test_stream.cxx -tools/qa/cppunit/test_urlobj.cxx -tools/source/datetime/datetime.cxx -tools/source/datetime/datetimeutils.cxx -tools/source/datetime/tdate.cxx -tools/source/datetime/ttime.cxx -tools/source/debug/debug.cxx -tools/source/fsys/urlobj.cxx -tools/source/fsys/wldcrd.cxx -tools/source/generic/b3dtrans.cxx -tools/source/generic/bigint.cxx -tools/source/generic/color.cxx -tools/source/generic/config.cxx -tools/source/generic/fract.cxx -tools/source/generic/gen.cxx -tools/source/generic/line.cxx -tools/source/generic/point.cxx -tools/source/generic/poly.cxx -tools/source/generic/poly2.cxx -tools/source/generic/svborder.cxx -tools/source/inet/inetmime.cxx -tools/source/inet/inetmsg.cxx -tools/source/inet/inetstrm.cxx -tools/source/memtools/multisel.cxx -tools/source/misc/cpuid.cxx -tools/source/misc/extendapplicationenvironment.cxx -tools/source/misc/pathutils.cxx -tools/source/ref/globname.cxx -tools/source/ref/ref.cxx -tools/source/reversemap/bestreversemap.cxx -tools/source/stream/stream.cxx -tools/source/stream/strmunx.cxx -tools/source/stream/strmwnt.cxx -tools/source/stream/vcompat.cxx -tools/source/string/tenccvt.cxx -tools/source/zcodec/zcodec.cxx -ucb/qa/cppunit/webdav/webdav_local_neon.cxx -ucb/qa/cppunit/webdav/webdav_options.cxx -ucb/qa/cppunit/webdav/webdav_propfindcache.cxx -ucb/qa/cppunit/webdav/webdav_resource_access.cxx -ucb/source/cacher/cachedcontentresultset.cxx -ucb/source/cacher/cachedcontentresultset.hxx -ucb/source/cacher/cachedcontentresultsetstub.cxx -ucb/source/cacher/cachedcontentresultsetstub.hxx -ucb/source/cacher/cacheddynamicresultset.cxx -ucb/source/cacher/cacheddynamicresultset.hxx -ucb/source/cacher/cacheddynamicresultsetstub.cxx -ucb/source/cacher/cacheddynamicresultsetstub.hxx -ucb/source/cacher/cacheserv.cxx -ucb/source/cacher/contentresultsetwrapper.cxx -ucb/source/cacher/contentresultsetwrapper.hxx -ucb/source/cacher/dynamicresultsetwrapper.cxx -ucb/source/cacher/dynamicresultsetwrapper.hxx -ucb/source/core/FileAccess.cxx -ucb/source/core/FileAccess.hxx -ucb/source/core/cmdenv.cxx -ucb/source/core/cmdenv.hxx -ucb/source/core/identify.cxx -ucb/source/core/identify.hxx -ucb/source/core/providermap.hxx -ucb/source/core/provprox.cxx -ucb/source/core/provprox.hxx -ucb/source/core/ucb.cxx -ucb/source/core/ucb.hxx -ucb/source/core/ucbcmds.cxx -ucb/source/core/ucbcmds.hxx -ucb/source/core/ucbprops.cxx -ucb/source/core/ucbprops.hxx -ucb/source/core/ucbserv.cxx -ucb/source/core/ucbstore.cxx -ucb/source/core/ucbstore.hxx -ucb/source/inc/regexp.hxx -ucb/source/inc/regexpmap.hxx -ucb/source/regexp/regexp.cxx -ucb/source/sorter/sortdynres.cxx -ucb/source/sorter/sortdynres.hxx -ucb/source/sorter/sortmain.cxx -ucb/source/sorter/sortresult.cxx -ucb/source/sorter/sortresult.hxx -ucb/source/ucp/cmis/auth_provider.cxx -ucb/source/ucp/cmis/auth_provider.hxx -ucb/source/ucp/cmis/certvalidation_handler.cxx -ucb/source/ucp/cmis/certvalidation_handler.hxx -ucb/source/ucp/cmis/children_provider.hxx -ucb/source/ucp/cmis/cmis_content.cxx -ucb/source/ucp/cmis/cmis_content.hxx -ucb/source/ucp/cmis/cmis_datasupplier.cxx -ucb/source/ucp/cmis/cmis_datasupplier.hxx -ucb/source/ucp/cmis/cmis_provider.cxx -ucb/source/ucp/cmis/cmis_provider.hxx -ucb/source/ucp/cmis/cmis_repo_content.cxx -ucb/source/ucp/cmis/cmis_repo_content.hxx -ucb/source/ucp/cmis/cmis_resultset.cxx -ucb/source/ucp/cmis/cmis_resultset.hxx -ucb/source/ucp/cmis/cmis_strings.hxx -ucb/source/ucp/cmis/cmis_url.cxx -ucb/source/ucp/cmis/cmis_url.hxx -ucb/source/ucp/cmis/std_inputstream.cxx -ucb/source/ucp/cmis/std_inputstream.hxx -ucb/source/ucp/cmis/std_outputstream.cxx -ucb/source/ucp/cmis/std_outputstream.hxx -ucb/source/ucp/expand/ucpexpand.cxx -ucb/source/ucp/ext/ucpext_content.cxx -ucb/source/ucp/ext/ucpext_content.hxx -ucb/source/ucp/ext/ucpext_datasupplier.cxx -ucb/source/ucp/ext/ucpext_datasupplier.hxx -ucb/source/ucp/ext/ucpext_provider.cxx -ucb/source/ucp/ext/ucpext_provider.hxx -ucb/source/ucp/ext/ucpext_resultset.cxx -ucb/source/ucp/ext/ucpext_resultset.hxx -ucb/source/ucp/ext/ucpext_services.cxx -ucb/source/ucp/file/bc.cxx -ucb/source/ucp/file/bc.hxx -ucb/source/ucp/file/filcmd.cxx -ucb/source/ucp/file/filcmd.hxx -ucb/source/ucp/file/filerror.hxx -ucb/source/ucp/file/filglob.cxx -ucb/source/ucp/file/filglob.hxx -ucb/source/ucp/file/filid.cxx -ucb/source/ucp/file/filid.hxx -ucb/source/ucp/file/filinl.hxx -ucb/source/ucp/file/filinpstr.cxx -ucb/source/ucp/file/filinpstr.hxx -ucb/source/ucp/file/filinsreq.cxx -ucb/source/ucp/file/filinsreq.hxx -ucb/source/ucp/file/filnot.cxx -ucb/source/ucp/file/filnot.hxx -ucb/source/ucp/file/filprp.cxx -ucb/source/ucp/file/filprp.hxx -ucb/source/ucp/file/filrec.cxx -ucb/source/ucp/file/filrec.hxx -ucb/source/ucp/file/filrow.cxx -ucb/source/ucp/file/filrow.hxx -ucb/source/ucp/file/filrset.cxx -ucb/source/ucp/file/filrset.hxx -ucb/source/ucp/file/filstr.cxx -ucb/source/ucp/file/filstr.hxx -ucb/source/ucp/file/filtask.cxx -ucb/source/ucp/file/filtask.hxx -ucb/source/ucp/file/prov.cxx -ucb/source/ucp/file/prov.hxx -ucb/source/ucp/ftp/ftpcfunc.cxx -ucb/source/ucp/ftp/ftpcfunc.hxx -ucb/source/ucp/ftp/ftpcontainer.hxx -ucb/source/ucp/ftp/ftpcontent.cxx -ucb/source/ucp/ftp/ftpcontent.hxx -ucb/source/ucp/ftp/ftpcontentcaps.cxx -ucb/source/ucp/ftp/ftpcontentidentifier.cxx -ucb/source/ucp/ftp/ftpcontentidentifier.hxx -ucb/source/ucp/ftp/ftpcontentprovider.cxx -ucb/source/ucp/ftp/ftpcontentprovider.hxx -ucb/source/ucp/ftp/ftpdirp.cxx -ucb/source/ucp/ftp/ftpdirp.hxx -ucb/source/ucp/ftp/ftpdynresultset.cxx -ucb/source/ucp/ftp/ftpdynresultset.hxx -ucb/source/ucp/ftp/ftpintreq.cxx -ucb/source/ucp/ftp/ftpintreq.hxx -ucb/source/ucp/ftp/ftploaderthread.cxx -ucb/source/ucp/ftp/ftploaderthread.hxx -ucb/source/ucp/ftp/ftpresultsetI.cxx -ucb/source/ucp/ftp/ftpresultsetI.hxx -ucb/source/ucp/ftp/ftpresultsetbase.cxx -ucb/source/ucp/ftp/ftpresultsetbase.hxx -ucb/source/ucp/ftp/ftpresultsetfactory.hxx -ucb/source/ucp/ftp/ftpservices.cxx -ucb/source/ucp/ftp/ftpurl.cxx -ucb/source/ucp/ftp/ftpurl.hxx -ucb/source/ucp/gio/gio_content.cxx -ucb/source/ucp/gio/gio_content.hxx -ucb/source/ucp/gio/gio_datasupplier.cxx -ucb/source/ucp/gio/gio_datasupplier.hxx -ucb/source/ucp/gio/gio_inputstream.cxx -ucb/source/ucp/gio/gio_inputstream.hxx -ucb/source/ucp/gio/gio_mount.cxx -ucb/source/ucp/gio/gio_mount.hxx -ucb/source/ucp/gio/gio_outputstream.cxx -ucb/source/ucp/gio/gio_outputstream.hxx -ucb/source/ucp/gio/gio_provider.cxx -ucb/source/ucp/gio/gio_provider.hxx -ucb/source/ucp/gio/gio_resultset.cxx -ucb/source/ucp/gio/gio_resultset.hxx -ucb/source/ucp/gio/gio_seekable.cxx -ucb/source/ucp/gio/gio_seekable.hxx -ucb/source/ucp/hierarchy/dynamicresultset.cxx -ucb/source/ucp/hierarchy/dynamicresultset.hxx -ucb/source/ucp/hierarchy/hierarchycontent.cxx -ucb/source/ucp/hierarchy/hierarchycontent.hxx -ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx -ucb/source/ucp/hierarchy/hierarchydata.cxx -ucb/source/ucp/hierarchy/hierarchydata.hxx -ucb/source/ucp/hierarchy/hierarchydatasource.cxx -ucb/source/ucp/hierarchy/hierarchydatasource.hxx -ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx -ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx -ucb/source/ucp/hierarchy/hierarchyprovider.cxx -ucb/source/ucp/hierarchy/hierarchyprovider.hxx -ucb/source/ucp/hierarchy/hierarchyservices.cxx -ucb/source/ucp/hierarchy/hierarchyuri.cxx -ucb/source/ucp/hierarchy/hierarchyuri.hxx -ucb/source/ucp/image/ucpimage.cxx -ucb/source/ucp/inc/urihelper.hxx -ucb/source/ucp/package/pkgcontent.cxx -ucb/source/ucp/package/pkgcontent.hxx -ucb/source/ucp/package/pkgcontentcaps.cxx -ucb/source/ucp/package/pkgdatasupplier.cxx -ucb/source/ucp/package/pkgdatasupplier.hxx -ucb/source/ucp/package/pkgprovider.cxx -ucb/source/ucp/package/pkgprovider.hxx -ucb/source/ucp/package/pkgresultset.cxx -ucb/source/ucp/package/pkgresultset.hxx -ucb/source/ucp/package/pkgservices.cxx -ucb/source/ucp/package/pkguri.cxx -ucb/source/ucp/package/pkguri.hxx -ucb/source/ucp/tdoc/tdoc_content.cxx -ucb/source/ucp/tdoc/tdoc_content.hxx -ucb/source/ucp/tdoc/tdoc_contentcaps.cxx -ucb/source/ucp/tdoc/tdoc_datasupplier.cxx -ucb/source/ucp/tdoc/tdoc_datasupplier.hxx -ucb/source/ucp/tdoc/tdoc_docmgr.cxx -ucb/source/ucp/tdoc/tdoc_docmgr.hxx -ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx -ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx -ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx -ucb/source/ucp/tdoc/tdoc_passwordrequest.hxx -ucb/source/ucp/tdoc/tdoc_provider.cxx -ucb/source/ucp/tdoc/tdoc_provider.hxx -ucb/source/ucp/tdoc/tdoc_resultset.cxx -ucb/source/ucp/tdoc/tdoc_resultset.hxx -ucb/source/ucp/tdoc/tdoc_services.cxx -ucb/source/ucp/tdoc/tdoc_stgelems.cxx -ucb/source/ucp/tdoc/tdoc_stgelems.hxx -ucb/source/ucp/tdoc/tdoc_storage.cxx -ucb/source/ucp/tdoc/tdoc_storage.hxx -ucb/source/ucp/tdoc/tdoc_uri.cxx -ucb/source/ucp/tdoc/tdoc_uri.hxx -ucb/source/ucp/webdav-neon/ContentProperties.cxx -ucb/source/ucp/webdav-neon/ContentProperties.hxx -ucb/source/ucp/webdav-neon/DAVAuthListener.hxx -ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx -ucb/source/ucp/webdav-neon/DAVException.hxx -ucb/source/ucp/webdav-neon/DAVProperties.cxx -ucb/source/ucp/webdav-neon/DAVProperties.hxx -ucb/source/ucp/webdav-neon/DAVRequestEnvironment.hxx -ucb/source/ucp/webdav-neon/DAVResource.hxx -ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx -ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx -ucb/source/ucp/webdav-neon/DAVSession.hxx -ucb/source/ucp/webdav-neon/DAVSessionFactory.cxx -ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx -ucb/source/ucp/webdav-neon/DAVTypes.cxx -ucb/source/ucp/webdav-neon/DAVTypes.hxx -ucb/source/ucp/webdav-neon/DateTimeHelper.cxx -ucb/source/ucp/webdav-neon/DateTimeHelper.hxx -ucb/source/ucp/webdav-neon/LinkSequence.cxx -ucb/source/ucp/webdav-neon/LinkSequence.hxx -ucb/source/ucp/webdav-neon/LockEntrySequence.cxx -ucb/source/ucp/webdav-neon/LockEntrySequence.hxx -ucb/source/ucp/webdav-neon/LockSequence.cxx -ucb/source/ucp/webdav-neon/LockSequence.hxx -ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx -ucb/source/ucp/webdav-neon/NeonHeadRequest.hxx -ucb/source/ucp/webdav-neon/NeonInputStream.cxx -ucb/source/ucp/webdav-neon/NeonInputStream.hxx -ucb/source/ucp/webdav-neon/NeonLockStore.cxx -ucb/source/ucp/webdav-neon/NeonLockStore.hxx -ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx -ucb/source/ucp/webdav-neon/NeonPropFindRequest.hxx -ucb/source/ucp/webdav-neon/NeonSession.cxx -ucb/source/ucp/webdav-neon/NeonSession.hxx -ucb/source/ucp/webdav-neon/NeonTypes.hxx -ucb/source/ucp/webdav-neon/NeonUri.cxx -ucb/source/ucp/webdav-neon/NeonUri.hxx -ucb/source/ucp/webdav-neon/PropertyMap.hxx -ucb/source/ucp/webdav-neon/PropfindCache.cxx -ucb/source/ucp/webdav-neon/PropfindCache.hxx -ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx -ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.hxx -ucb/source/ucp/webdav-neon/webdavcontent.cxx -ucb/source/ucp/webdav-neon/webdavcontent.hxx -ucb/source/ucp/webdav-neon/webdavcontentcaps.cxx -ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx -ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx -ucb/source/ucp/webdav-neon/webdavprovider.cxx -ucb/source/ucp/webdav-neon/webdavprovider.hxx -ucb/source/ucp/webdav-neon/webdavresultset.cxx -ucb/source/ucp/webdav-neon/webdavresultset.hxx -ucb/source/ucp/webdav-neon/webdavservices.cxx -ucb/source/ucp/webdav/AprEnv.cxx -ucb/source/ucp/webdav/AprEnv.hxx -ucb/source/ucp/webdav/ContentProperties.cxx -ucb/source/ucp/webdav/ContentProperties.hxx -ucb/source/ucp/webdav/DAVAuthListener.hxx -ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx -ucb/source/ucp/webdav/DAVException.hxx -ucb/source/ucp/webdav/DAVProperties.cxx -ucb/source/ucp/webdav/DAVProperties.hxx -ucb/source/ucp/webdav/DAVRequestEnvironment.hxx -ucb/source/ucp/webdav/DAVResource.hxx -ucb/source/ucp/webdav/DAVResourceAccess.cxx -ucb/source/ucp/webdav/DAVResourceAccess.hxx -ucb/source/ucp/webdav/DAVSession.hxx -ucb/source/ucp/webdav/DAVSessionFactory.cxx -ucb/source/ucp/webdav/DAVSessionFactory.hxx -ucb/source/ucp/webdav/DAVTypes.hxx -ucb/source/ucp/webdav/DateTimeHelper.cxx -ucb/source/ucp/webdav/DateTimeHelper.hxx -ucb/source/ucp/webdav/PropertyMap.hxx -ucb/source/ucp/webdav/SerfCallbacks.cxx -ucb/source/ucp/webdav/SerfCallbacks.hxx -ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx -ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx -ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx -ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx -ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx -ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx -ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx -ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx -ucb/source/ucp/webdav/SerfInputStream.cxx -ucb/source/ucp/webdav/SerfInputStream.hxx -ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx -ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx -ucb/source/ucp/webdav/SerfLockStore.cxx -ucb/source/ucp/webdav/SerfLockStore.hxx -ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx -ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx -ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx -ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx -ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx -ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx -ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx -ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx -ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx -ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx -ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx -ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx -ucb/source/ucp/webdav/SerfRequestProcessor.cxx -ucb/source/ucp/webdav/SerfRequestProcessor.hxx -ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx -ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx -ucb/source/ucp/webdav/SerfSession.cxx -ucb/source/ucp/webdav/SerfSession.hxx -ucb/source/ucp/webdav/SerfUnlockReqProcImpl.cxx -ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx -ucb/source/ucp/webdav/SerfUri.cxx -ucb/source/ucp/webdav/SerfUri.hxx -ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx -ucb/source/ucp/webdav/UCBDeadPropertyValue.hxx -ucb/source/ucp/webdav/webdavcontent.cxx -ucb/source/ucp/webdav/webdavcontent.hxx -ucb/source/ucp/webdav/webdavcontentcaps.cxx -ucb/source/ucp/webdav/webdavdatasupplier.cxx -ucb/source/ucp/webdav/webdavdatasupplier.hxx -ucb/source/ucp/webdav/webdavprovider.cxx -ucb/source/ucp/webdav/webdavprovider.hxx -ucb/source/ucp/webdav/webdavresponseparser.cxx -ucb/source/ucp/webdav/webdavresponseparser.hxx -ucb/source/ucp/webdav/webdavresultset.cxx -ucb/source/ucp/webdav/webdavresultset.hxx -ucb/source/ucp/webdav/webdavservices.cxx -ucbhelper/source/client/activedatasink.cxx -ucbhelper/source/client/activedatastreamer.cxx -ucbhelper/source/client/activedatastreamer.hxx -ucbhelper/source/client/commandenvironment.cxx -ucbhelper/source/client/content.cxx -ucbhelper/source/client/interceptedinteraction.cxx -ucbhelper/source/client/proxydecider.cxx -ucbhelper/source/provider/authenticationfallback.cxx -ucbhelper/source/provider/cancelcommandexecution.cxx -ucbhelper/source/provider/contenthelper.cxx -ucbhelper/source/provider/contentidentifier.cxx -ucbhelper/source/provider/contentinfo.cxx -ucbhelper/source/provider/contentinfo.hxx -ucbhelper/source/provider/fd_inputstream.cxx -ucbhelper/source/provider/getcomponentcontext.cxx -ucbhelper/source/provider/interactionrequest.cxx -ucbhelper/source/provider/propertyvalueset.cxx -ucbhelper/source/provider/providerhelper.cxx -ucbhelper/source/provider/registerucb.cxx -ucbhelper/source/provider/resultset.cxx -ucbhelper/source/provider/resultsethelper.cxx -ucbhelper/source/provider/resultsetmetadata.cxx -ucbhelper/source/provider/simpleauthenticationrequest.cxx -ucbhelper/source/provider/simplecertificatevalidationrequest.cxx -ucbhelper/source/provider/simpleinteractionrequest.cxx -ucbhelper/source/provider/simpleioerrorrequest.cxx -ucbhelper/source/provider/simpleioerrorrequest.hxx -ucbhelper/source/provider/simplenameclashresolverequest.cxx -unodevtools/inc/options.hxx -unodevtools/source/skeletonmaker/cppcompskeleton.cxx -unodevtools/source/skeletonmaker/cpptypemaker.cxx -unodevtools/source/skeletonmaker/javacompskeleton.cxx -unodevtools/source/skeletonmaker/javatypemaker.cxx -unodevtools/source/skeletonmaker/skeletoncommon.cxx -unodevtools/source/skeletonmaker/skeletoncommon.hxx -unodevtools/source/skeletonmaker/skeletoncpp.hxx -unodevtools/source/skeletonmaker/skeletonjava.hxx -unodevtools/source/skeletonmaker/skeletonmaker.cxx -unodevtools/source/unodevtools/options.cxx -unoidl/source/legacyprovider.cxx -unoidl/source/legacyprovider.hxx -unoidl/source/sourcefileprovider.cxx -unoidl/source/sourcefileprovider.hxx -unoidl/source/sourceprovider-parser-requires.hxx -unoidl/source/sourceprovider-scanner.hxx -unoidl/source/sourcetreeprovider.cxx -unoidl/source/sourcetreeprovider.hxx -unoidl/source/unoidl-check.cxx -unoidl/source/unoidl-read.cxx -unoidl/source/unoidl-write.cxx -unoidl/source/unoidl.cxx -unoidl/source/unoidlprovider.cxx -unoidl/source/unoidlprovider.hxx -unotest/source/cpp/bootstrapfixturebase.cxx -unotest/source/cpp/directories.cxx -unotest/source/cpp/filters-test.cxx -unotest/source/cpp/getargument.cxx -unotest/source/cpp/getargument.hxx -unotest/source/cpp/gettestargument.cxx -unotest/source/cpp/macros_test.cxx -unotest/source/cpp/officeconnection.cxx -unotest/source/cpp/toabsolutefileurl.cxx -unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx -unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx -unotools/inc/unotoolsservices.hxx -unotools/qa/unit/testGetEnglishSearchName.cxx -unotools/source/accessibility/accessiblerelationsethelper.cxx -unotools/source/accessibility/accessiblestatesethelper.cxx -unotools/source/config/bootstrap.cxx -unotools/source/config/cmdoptions.cxx -unotools/source/config/compatibility.cxx -unotools/source/config/configitem.cxx -unotools/source/config/configmgr.cxx -unotools/source/config/confignode.cxx -unotools/source/config/configpaths.cxx -unotools/source/config/configvaluecontainer.cxx -unotools/source/config/defaultoptions.cxx -unotools/source/config/docinfohelper.cxx -unotools/source/config/dynamicmenuoptions.cxx -unotools/source/config/eventcfg.cxx -unotools/source/config/extendedsecurityoptions.cxx -unotools/source/config/fltrcfg.cxx -unotools/source/config/fontcfg.cxx -unotools/source/config/fontoptions.cxx -unotools/source/config/historyoptions.cxx -unotools/source/config/itemholder1.cxx -unotools/source/config/itemholder1.hxx -unotools/source/config/lingucfg.cxx -unotools/source/config/misccfg.cxx -unotools/source/config/moduleoptions.cxx -unotools/source/config/options.cxx -unotools/source/config/optionsdlg.cxx -unotools/source/config/pathoptions.cxx -unotools/source/config/printwarningoptions.cxx -unotools/source/config/saveopt.cxx -unotools/source/config/searchopt.cxx -unotools/source/config/securityoptions.cxx -unotools/source/config/syslocaleoptions.cxx -unotools/source/config/useroptions.cxx -unotools/source/config/viewoptions.cxx -unotools/source/i18n/calendarwrapper.cxx -unotools/source/i18n/charclass.cxx -unotools/source/i18n/collatorwrapper.cxx -unotools/source/i18n/intlwrapper.cxx -unotools/source/i18n/localedatawrapper.cxx -unotools/source/i18n/nativenumberwrapper.cxx -unotools/source/i18n/readwritemutexguard.cxx -unotools/source/i18n/resmgr.cxx -unotools/source/i18n/textsearch.cxx -unotools/source/i18n/transliterationwrapper.cxx -unotools/source/misc/ServiceDocumenter.cxx -unotools/source/misc/ServiceDocumenter.hxx -unotools/source/misc/ZipPackageHelper.cxx -unotools/source/misc/closeveto.cxx -unotools/source/misc/datetime.cxx -unotools/source/misc/desktopterminationobserver.cxx -unotools/source/misc/eventlisteneradapter.cxx -unotools/source/misc/fontcvt.cxx -unotools/source/misc/fontdefs.cxx -unotools/source/misc/mediadescriptor.cxx -unotools/source/misc/sharedunocomponent.cxx -unotools/source/misc/syslocale.cxx -unotools/source/misc/unotoolsservices.cxx -unotools/source/misc/wincodepage.cxx -unotools/source/streaming/streamhelper.cxx -unotools/source/streaming/streamwrap.cxx -unotools/source/ucbhelper/XTempFile.hxx -unotools/source/ucbhelper/localfilehelper.cxx -unotools/source/ucbhelper/progresshandlerwrap.cxx -unotools/source/ucbhelper/tempfile.cxx -unotools/source/ucbhelper/ucbhelper.cxx -unotools/source/ucbhelper/ucblockbytes.cxx -unotools/source/ucbhelper/ucblockbytes.hxx -unotools/source/ucbhelper/ucbstreamhelper.cxx -unotools/source/ucbhelper/xtempfile.cxx -unoxml/inc/event.hxx -unoxml/inc/eventdispatcher.hxx -unoxml/inc/mouseevent.hxx -unoxml/inc/mutationevent.hxx -unoxml/inc/node.hxx -unoxml/inc/uievent.hxx -unoxml/qa/unit/domtest.cxx -unoxml/source/dom/attr.cxx -unoxml/source/dom/attr.hxx -unoxml/source/dom/attributesmap.cxx -unoxml/source/dom/attributesmap.hxx -unoxml/source/dom/cdatasection.cxx -unoxml/source/dom/cdatasection.hxx -unoxml/source/dom/characterdata.cxx -unoxml/source/dom/characterdata.hxx -unoxml/source/dom/childlist.cxx -unoxml/source/dom/childlist.hxx -unoxml/source/dom/comment.cxx -unoxml/source/dom/comment.hxx -unoxml/source/dom/document.cxx -unoxml/source/dom/document.hxx -unoxml/source/dom/documentbuilder.cxx -unoxml/source/dom/documentbuilder.hxx -unoxml/source/dom/documentfragment.cxx -unoxml/source/dom/documentfragment.hxx -unoxml/source/dom/documenttype.cxx -unoxml/source/dom/documenttype.hxx -unoxml/source/dom/domimplementation.cxx -unoxml/source/dom/domimplementation.hxx -unoxml/source/dom/element.cxx -unoxml/source/dom/element.hxx -unoxml/source/dom/elementlist.cxx -unoxml/source/dom/elementlist.hxx -unoxml/source/dom/entitiesmap.cxx -unoxml/source/dom/entitiesmap.hxx -unoxml/source/dom/entity.cxx -unoxml/source/dom/entity.hxx -unoxml/source/dom/entityreference.cxx -unoxml/source/dom/entityreference.hxx -unoxml/source/dom/node.cxx -unoxml/source/dom/notation.cxx -unoxml/source/dom/notation.hxx -unoxml/source/dom/notationsmap.cxx -unoxml/source/dom/notationsmap.hxx -unoxml/source/dom/processinginstruction.cxx -unoxml/source/dom/processinginstruction.hxx -unoxml/source/dom/saxbuilder.cxx -unoxml/source/dom/saxbuilder.hxx -unoxml/source/dom/text.cxx -unoxml/source/dom/text.hxx -unoxml/source/events/event.cxx -unoxml/source/events/eventdispatcher.cxx -unoxml/source/events/mouseevent.cxx -unoxml/source/events/mutationevent.cxx -unoxml/source/events/uievent.cxx -unoxml/source/rdf/CBlankNode.cxx -unoxml/source/rdf/CLiteral.cxx -unoxml/source/rdf/CNodes.hxx -unoxml/source/rdf/CURI.cxx -unoxml/source/rdf/librdf_repository.cxx -unoxml/source/rdf/librdf_repository.hxx -unoxml/source/rdf/librdf_services.cxx -unoxml/source/service/services.cxx -unoxml/source/xpath/nodelist.cxx -unoxml/source/xpath/nodelist.hxx -unoxml/source/xpath/xpathapi.cxx -unoxml/source/xpath/xpathapi.hxx -unoxml/source/xpath/xpathobject.cxx -unoxml/source/xpath/xpathobject.hxx -uui/inc/ids.hxx -uui/qa/unit/uui-dialogs-test.cxx -uui/source/alreadyopen.cxx -uui/source/alreadyopen.hxx -uui/source/authfallbackdlg.cxx -uui/source/filechanged.cxx -uui/source/fltdlg.cxx -uui/source/fltdlg.hxx -uui/source/getcontinuations.hxx -uui/source/iahndl-authentication.cxx -uui/source/iahndl-errorhandler.cxx -uui/source/iahndl-filter.cxx -uui/source/iahndl-ioexceptions.cxx -uui/source/iahndl-locking.cxx -uui/source/iahndl-ssl.cxx -uui/source/iahndl.cxx -uui/source/iahndl.hxx -uui/source/interactionhandler.cxx -uui/source/lockcorrupt.cxx -uui/source/lockfailed.cxx -uui/source/logindlg.cxx -uui/source/logindlg.hxx -uui/source/loginerr.hxx -uui/source/masterpasscrtdlg.cxx -uui/source/masterpassworddlg.cxx -uui/source/masterpassworddlg.hxx -uui/source/nameclashdlg.cxx -uui/source/nameclashdlg.hxx -uui/source/openlocked.cxx -uui/source/openlocked.hxx -uui/source/passwordcontainer.cxx -uui/source/passwordcontainer.hxx -uui/source/passworddlg.cxx -uui/source/passworddlg.hxx -uui/source/requeststringresolver.cxx -uui/source/requeststringresolver.hxx -uui/source/secmacrowarnings.cxx -uui/source/secmacrowarnings.hxx -uui/source/services.cxx -uui/source/sslwarndlg.cxx -uui/source/sslwarndlg.hxx -uui/source/trylater.cxx -uui/source/trylater.hxx -uui/source/unknownauthdlg.cxx -uui/source/unknownauthdlg.hxx -vbahelper/source/msforms/service.cxx -vbahelper/source/msforms/service.hxx -vbahelper/source/msforms/vbabutton.cxx -vbahelper/source/msforms/vbabutton.hxx -vbahelper/source/msforms/vbacheckbox.cxx -vbahelper/source/msforms/vbacheckbox.hxx -vbahelper/source/msforms/vbacombobox.cxx -vbahelper/source/msforms/vbacombobox.hxx -vbahelper/source/msforms/vbacontrol.cxx -vbahelper/source/msforms/vbacontrol.hxx -vbahelper/source/msforms/vbacontrols.cxx -vbahelper/source/msforms/vbacontrols.hxx -vbahelper/source/msforms/vbaframe.cxx -vbahelper/source/msforms/vbaframe.hxx -vbahelper/source/msforms/vbaimage.cxx -vbahelper/source/msforms/vbaimage.hxx -vbahelper/source/msforms/vbalabel.cxx -vbahelper/source/msforms/vbalabel.hxx -vbahelper/source/msforms/vbalistbox.cxx -vbahelper/source/msforms/vbalistbox.hxx -vbahelper/source/msforms/vbalistcontrolhelper.cxx -vbahelper/source/msforms/vbalistcontrolhelper.hxx -vbahelper/source/msforms/vbamultipage.cxx -vbahelper/source/msforms/vbamultipage.hxx -vbahelper/source/msforms/vbanewfont.cxx -vbahelper/source/msforms/vbanewfont.hxx -vbahelper/source/msforms/vbapages.cxx -vbahelper/source/msforms/vbapages.hxx -vbahelper/source/msforms/vbaprogressbar.cxx -vbahelper/source/msforms/vbaprogressbar.hxx -vbahelper/source/msforms/vbaradiobutton.cxx -vbahelper/source/msforms/vbaradiobutton.hxx -vbahelper/source/msforms/vbascrollbar.cxx -vbahelper/source/msforms/vbascrollbar.hxx -vbahelper/source/msforms/vbaspinbutton.cxx -vbahelper/source/msforms/vbaspinbutton.hxx -vbahelper/source/msforms/vbasystemaxcontrol.cxx -vbahelper/source/msforms/vbasystemaxcontrol.hxx -vbahelper/source/msforms/vbatextbox.cxx -vbahelper/source/msforms/vbatextbox.hxx -vbahelper/source/msforms/vbatogglebutton.cxx -vbahelper/source/msforms/vbatogglebutton.hxx -vbahelper/source/msforms/vbauserform.cxx -vbahelper/source/msforms/vbauserform.hxx -vbahelper/source/vbahelper/vbaapplicationbase.cxx -vbahelper/source/vbahelper/vbacolorformat.cxx -vbahelper/source/vbahelper/vbacolorformat.hxx -vbahelper/source/vbahelper/vbacommandbar.cxx -vbahelper/source/vbahelper/vbacommandbar.hxx -vbahelper/source/vbahelper/vbacommandbarcontrol.cxx -vbahelper/source/vbahelper/vbacommandbarcontrol.hxx -vbahelper/source/vbahelper/vbacommandbarcontrols.cxx -vbahelper/source/vbahelper/vbacommandbarcontrols.hxx -vbahelper/source/vbahelper/vbacommandbarhelper.cxx -vbahelper/source/vbahelper/vbacommandbarhelper.hxx -vbahelper/source/vbahelper/vbacommandbars.cxx -vbahelper/source/vbahelper/vbacommandbars.hxx -vbahelper/source/vbahelper/vbadialogbase.cxx -vbahelper/source/vbahelper/vbadialogsbase.cxx -vbahelper/source/vbahelper/vbadocumentbase.cxx -vbahelper/source/vbahelper/vbadocumentsbase.cxx -vbahelper/source/vbahelper/vbaeventshelperbase.cxx -vbahelper/source/vbahelper/vbafillformat.cxx -vbahelper/source/vbahelper/vbafillformat.hxx -vbahelper/source/vbahelper/vbafontbase.cxx -vbahelper/source/vbahelper/vbaglobalbase.cxx -vbahelper/source/vbahelper/vbahelper.cxx -vbahelper/source/vbahelper/vbalineformat.cxx -vbahelper/source/vbahelper/vbalineformat.hxx -vbahelper/source/vbahelper/vbapagesetupbase.cxx -vbahelper/source/vbahelper/vbapictureformat.cxx -vbahelper/source/vbahelper/vbapictureformat.hxx -vbahelper/source/vbahelper/vbapropvalue.cxx -vbahelper/source/vbahelper/vbashape.cxx -vbahelper/source/vbahelper/vbashaperange.cxx -vbahelper/source/vbahelper/vbashapes.cxx -vbahelper/source/vbahelper/vbatextframe.cxx -vbahelper/source/vbahelper/vbawindowbase.cxx -vcl/android/androidinst.cxx -vcl/backendtest/VisualBackendTest.cxx -vcl/backendtest/outputdevice/bitmap.cxx -vcl/backendtest/outputdevice/common.cxx -vcl/backendtest/outputdevice/gradient.cxx -vcl/backendtest/outputdevice/line.cxx -vcl/backendtest/outputdevice/outputdevice.cxx -vcl/backendtest/outputdevice/pixel.cxx -vcl/backendtest/outputdevice/polygon.cxx -vcl/backendtest/outputdevice/polyline.cxx -vcl/backendtest/outputdevice/polypolygon.cxx -vcl/backendtest/outputdevice/rectangle.cxx -vcl/headless/headlessinst.cxx -vcl/headless/svpbmp.cxx -vcl/headless/svpcairotextrender.cxx -vcl/headless/svpdata.cxx -vcl/headless/svpdummies.cxx -vcl/headless/svpframe.cxx -vcl/headless/svpgdi.cxx -vcl/headless/svpinst.cxx -vcl/headless/svpprn.cxx -vcl/headless/svptext.cxx -vcl/headless/svpvd.cxx -vcl/inc/BitmapScaleConvolutionFilter.hxx -vcl/inc/BitmapScaleSuperFilter.hxx -vcl/inc/BitmapSymmetryCheck.hxx -vcl/inc/ControlCacheKey.hxx -vcl/inc/IconThemeScanner.hxx -vcl/inc/IconThemeSelector.hxx -vcl/inc/PhysicalFontCollection.hxx -vcl/inc/PhysicalFontFace.hxx -vcl/inc/PhysicalFontFamily.hxx -vcl/inc/ResampleKernel.hxx -vcl/inc/WidgetThemeLibraryTypes.hxx -vcl/inc/accel.h -vcl/inc/accmgr.hxx -vcl/inc/android/androidinst.hxx -vcl/inc/bmpfast.hxx -vcl/inc/brdwin.hxx -vcl/inc/calendar.hxx -vcl/inc/canvasbitmap.hxx -vcl/inc/configsettings.hxx -vcl/inc/controldata.hxx -vcl/inc/debugevent.hxx -vcl/inc/displayconnectiondispatch.hxx -vcl/inc/dndeventdispatcher.hxx -vcl/inc/dndlistenercontainer.hxx -vcl/inc/factory.hxx -vcl/inc/fltcall.hxx -vcl/inc/fontattributes.hxx -vcl/inc/fontinstance.hxx -vcl/inc/fontselect.hxx -vcl/inc/fontsubset.hxx -vcl/inc/graphic/UnoGraphic.hxx -vcl/inc/graphic/UnoGraphicDescriptor.hxx -vcl/inc/graphic/UnoGraphicTransformer.hxx -vcl/inc/headless/svpbmp.hxx -vcl/inc/headless/svpdummies.hxx -vcl/inc/headless/svpframe.hxx -vcl/inc/headless/svpgdi.hxx -vcl/inc/headless/svpinst.hxx -vcl/inc/headless/svpprn.hxx -vcl/inc/headless/svpvd.hxx -vcl/inc/helpwin.hxx -vcl/inc/hyperlabel.hxx -vcl/inc/iconview.hxx -vcl/inc/image.h -vcl/inc/imagerepository.hxx -vcl/inc/impanmvw.hxx -vcl/inc/impdel.hxx -vcl/inc/impfont.hxx -vcl/inc/impfontcache.hxx -vcl/inc/impfontcharmap.hxx -vcl/inc/impfontmetricdata.hxx -vcl/inc/impgraph.hxx -vcl/inc/implimagetree.hxx -vcl/inc/ios/iosinst.hxx -vcl/inc/jobdata.hxx -vcl/inc/jobset.h -vcl/inc/langboost.hxx -vcl/inc/listbox.hxx -vcl/inc/opengl/BufferObject.hxx -vcl/inc/opengl/FixedTextureAtlas.hxx -vcl/inc/opengl/LineRenderUtils.hxx -vcl/inc/opengl/PackedTextureAtlas.hxx -vcl/inc/opengl/RenderList.hxx -vcl/inc/opengl/RenderState.hxx -vcl/inc/opengl/TextureState.hxx -vcl/inc/opengl/VertexUtils.hxx -vcl/inc/opengl/framebuffer.hxx -vcl/inc/opengl/gdiimpl.hxx -vcl/inc/opengl/program.hxx -vcl/inc/opengl/salbmp.hxx -vcl/inc/opengl/texture.hxx -vcl/inc/opengl/win/WinDeviceInfo.hxx -vcl/inc/opengl/win/gdiimpl.hxx -vcl/inc/opengl/x11/X11DeviceInfo.hxx -vcl/inc/opengl/x11/gdiimpl.hxx -vcl/inc/opengl/x11/salvd.hxx -vcl/inc/opengl/zone.hxx -vcl/inc/osx/a11yfactory.h -vcl/inc/osx/a11yfocustracker.hxx -vcl/inc/osx/a11ylistener.hxx -vcl/inc/osx/a11ywrapper.h -vcl/inc/osx/keyboardfocuslistener.hxx -vcl/inc/osx/printview.h -vcl/inc/osx/runinmain.hxx -vcl/inc/osx/saldata.hxx -vcl/inc/osx/salframe.h -vcl/inc/osx/salframeview.h -vcl/inc/osx/salinst.h -vcl/inc/osx/salmenu.h -vcl/inc/osx/salnativewidgets.h -vcl/inc/osx/salnsmenu.h -vcl/inc/osx/salnstimer.h -vcl/inc/osx/salobj.h -vcl/inc/osx/salprn.h -vcl/inc/osx/salsys.h -vcl/inc/osx/saltimer.h -vcl/inc/osx/vclnsapp.h -vcl/inc/outdata.hxx -vcl/inc/outdev.h -vcl/inc/ppdparser.hxx -vcl/inc/print.h -vcl/inc/printdlg.hxx -vcl/inc/printerinfomanager.hxx -vcl/inc/quartz/common.h -vcl/inc/quartz/ctfonts.hxx -vcl/inc/quartz/salbmp.h -vcl/inc/quartz/salgdi.h -vcl/inc/quartz/salgdicommon.hxx -vcl/inc/quartz/salvd.h -vcl/inc/quartz/utils.h -vcl/inc/regband.hxx -vcl/inc/regionband.hxx -vcl/inc/salbmp.hxx -vcl/inc/saldatabasic.hxx -vcl/inc/salframe.hxx -vcl/inc/salgdi.hxx -vcl/inc/salgdiimpl.hxx -vcl/inc/salgeom.hxx -vcl/inc/salinst.hxx -vcl/inc/sallayout.hxx -vcl/inc/salmenu.hxx -vcl/inc/salobj.hxx -vcl/inc/salprn.hxx -vcl/inc/salptype.hxx -vcl/inc/salsession.hxx -vcl/inc/salsys.hxx -vcl/inc/saltimer.hxx -vcl/inc/salusereventlist.hxx -vcl/inc/salvd.hxx -vcl/inc/salwtype.hxx -vcl/inc/scanlinewriter.hxx -vcl/inc/schedulerimpl.hxx -vcl/inc/scrptrun.h -vcl/inc/scrwnd.hxx -vcl/inc/sft.hxx -vcl/inc/slider.hxx -vcl/inc/spin.hxx -vcl/inc/strhelper.hxx -vcl/inc/svdata.hxx -vcl/inc/svimpbox.hxx -vcl/inc/svmconverter.hxx -vcl/inc/test/outputdevice.hxx -vcl/inc/textlayout.hxx -vcl/inc/textlineinfo.hxx -vcl/inc/textrender.hxx -vcl/inc/toolbox.h -vcl/inc/unx/XIM.h -vcl/inc/unx/cairotextrender.hxx -vcl/inc/unx/cpdmgr.hxx -vcl/inc/unx/cupsmgr.hxx -vcl/inc/unx/desktops.hxx -vcl/inc/unx/fc_fontoptions.hxx -vcl/inc/unx/fontmanager.hxx -vcl/inc/unx/freetype_glyphcache.hxx -vcl/inc/unx/freetypetextrender.hxx -vcl/inc/unx/gendisp.hxx -vcl/inc/unx/geninst.h -vcl/inc/unx/genprn.h -vcl/inc/unx/genpspgraphics.h -vcl/inc/unx/gensys.h -vcl/inc/unx/glyphcache.hxx -vcl/inc/unx/gtk/gloactiongroup.h -vcl/inc/unx/gtk/glomenu.h -vcl/inc/unx/gtk/gtkdata.hxx -vcl/inc/unx/gtk/gtkframe.hxx -vcl/inc/unx/gtk/gtkgdi.hxx -vcl/inc/unx/gtk/gtkinst.hxx -vcl/inc/unx/gtk/gtkobject.hxx -vcl/inc/unx/gtk/gtkprintwrapper.hxx -vcl/inc/unx/gtk/gtkprn.hxx -vcl/inc/unx/gtk/gtksalmenu.hxx -vcl/inc/unx/gtk/gtksys.hxx -vcl/inc/unx/gtk/hudawareness.h -vcl/inc/unx/helper.hxx -vcl/inc/unx/i18n_cb.hxx -vcl/inc/unx/i18n_ic.hxx -vcl/inc/unx/i18n_im.hxx -vcl/inc/unx/i18n_keysym.hxx -vcl/inc/unx/i18n_xkb.hxx -vcl/inc/unx/printergfx.hxx -vcl/inc/unx/printerjob.hxx -vcl/inc/unx/salbmp.h -vcl/inc/unx/saldata.hxx -vcl/inc/unx/saldisp.hxx -vcl/inc/unx/salframe.h -vcl/inc/unx/salgdi.h -vcl/inc/unx/salinst.h -vcl/inc/unx/salobj.h -vcl/inc/unx/saltimer.h -vcl/inc/unx/saltype.h -vcl/inc/unx/salunx.h -vcl/inc/unx/salunxtime.h -vcl/inc/unx/salvd.h -vcl/inc/unx/screensaverinhibitor.hxx -vcl/inc/unx/sm.hxx -vcl/inc/unx/wmadaptor.hxx -vcl/inc/unx/x11/x11gdiimpl.h -vcl/inc/unx/x11/x11sys.hxx -vcl/inc/unx/x11/xlimits.hxx -vcl/inc/unx/x11/xrender_peer.hxx -vcl/inc/unx/x11_cursors/ase_curs.h -vcl/inc/unx/x11_cursors/ase_mask.h -vcl/inc/unx/x11_cursors/asn_curs.h -vcl/inc/unx/x11_cursors/asn_mask.h -vcl/inc/unx/x11_cursors/asne_curs.h -vcl/inc/unx/x11_cursors/asne_mask.h -vcl/inc/unx/x11_cursors/asns_curs.h -vcl/inc/unx/x11_cursors/asns_mask.h -vcl/inc/unx/x11_cursors/asnswe_curs.h -vcl/inc/unx/x11_cursors/asnswe_mask.h -vcl/inc/unx/x11_cursors/asnw_curs.h -vcl/inc/unx/x11_cursors/asnw_mask.h -vcl/inc/unx/x11_cursors/ass_curs.h -vcl/inc/unx/x11_cursors/ass_mask.h -vcl/inc/unx/x11_cursors/asse_curs.h -vcl/inc/unx/x11_cursors/asse_mask.h -vcl/inc/unx/x11_cursors/assw_curs.h -vcl/inc/unx/x11_cursors/assw_mask.h -vcl/inc/unx/x11_cursors/asw_curs.h -vcl/inc/unx/x11_cursors/asw_mask.h -vcl/inc/unx/x11_cursors/aswe_curs.h -vcl/inc/unx/x11_cursors/aswe_mask.h -vcl/inc/unx/x11_cursors/chain_curs.h -vcl/inc/unx/x11_cursors/chain_mask.h -vcl/inc/unx/x11_cursors/chainnot_curs.h -vcl/inc/unx/x11_cursors/chainnot_mask.h -vcl/inc/unx/x11_cursors/chart_curs.h -vcl/inc/unx/x11_cursors/chart_mask.h -vcl/inc/unx/x11_cursors/copydata_curs.h -vcl/inc/unx/x11_cursors/copydata_mask.h -vcl/inc/unx/x11_cursors/copydlnk_curs.h -vcl/inc/unx/x11_cursors/copydlnk_mask.h -vcl/inc/unx/x11_cursors/copyfile_curs.h -vcl/inc/unx/x11_cursors/copyfile_mask.h -vcl/inc/unx/x11_cursors/copyfiles_curs.h -vcl/inc/unx/x11_cursors/copyfiles_mask.h -vcl/inc/unx/x11_cursors/copyflnk_curs.h -vcl/inc/unx/x11_cursors/copyflnk_mask.h -vcl/inc/unx/x11_cursors/crook_curs.h -vcl/inc/unx/x11_cursors/crook_mask.h -vcl/inc/unx/x11_cursors/crop_curs.h -vcl/inc/unx/x11_cursors/crop_mask.h -vcl/inc/unx/x11_cursors/detective_curs.h -vcl/inc/unx/x11_cursors/detective_mask.h -vcl/inc/unx/x11_cursors/drawarc_curs.h -vcl/inc/unx/x11_cursors/drawarc_mask.h -vcl/inc/unx/x11_cursors/drawbezier_curs.h -vcl/inc/unx/x11_cursors/drawbezier_mask.h -vcl/inc/unx/x11_cursors/drawcaption_curs.h -vcl/inc/unx/x11_cursors/drawcaption_mask.h -vcl/inc/unx/x11_cursors/drawcirclecut_curs.h -vcl/inc/unx/x11_cursors/drawcirclecut_mask.h -vcl/inc/unx/x11_cursors/drawconnect_curs.h -vcl/inc/unx/x11_cursors/drawconnect_mask.h -vcl/inc/unx/x11_cursors/drawellipse_curs.h -vcl/inc/unx/x11_cursors/drawellipse_mask.h -vcl/inc/unx/x11_cursors/drawfreehand_curs.h -vcl/inc/unx/x11_cursors/drawfreehand_mask.h -vcl/inc/unx/x11_cursors/drawline_curs.h -vcl/inc/unx/x11_cursors/drawline_mask.h -vcl/inc/unx/x11_cursors/drawpie_curs.h -vcl/inc/unx/x11_cursors/drawpie_mask.h -vcl/inc/unx/x11_cursors/drawpolygon_curs.h -vcl/inc/unx/x11_cursors/drawpolygon_mask.h -vcl/inc/unx/x11_cursors/drawrect_curs.h -vcl/inc/unx/x11_cursors/drawrect_mask.h -vcl/inc/unx/x11_cursors/drawtext_curs.h -vcl/inc/unx/x11_cursors/drawtext_mask.h -vcl/inc/unx/x11_cursors/fill_curs.h -vcl/inc/unx/x11_cursors/fill_mask.h -vcl/inc/unx/x11_cursors/hshear_curs.h -vcl/inc/unx/x11_cursors/hshear_mask.h -vcl/inc/unx/x11_cursors/invert50.h -vcl/inc/unx/x11_cursors/linkdata_curs.h -vcl/inc/unx/x11_cursors/linkdata_mask.h -vcl/inc/unx/x11_cursors/linkfile_curs.h -vcl/inc/unx/x11_cursors/linkfile_mask.h -vcl/inc/unx/x11_cursors/magnify_curs.h -vcl/inc/unx/x11_cursors/magnify_mask.h -vcl/inc/unx/x11_cursors/mirror_curs.h -vcl/inc/unx/x11_cursors/mirror_mask.h -vcl/inc/unx/x11_cursors/movebezierweight_curs.h -vcl/inc/unx/x11_cursors/movebezierweight_mask.h -vcl/inc/unx/x11_cursors/movedata_curs.h -vcl/inc/unx/x11_cursors/movedata_mask.h -vcl/inc/unx/x11_cursors/movedlnk_curs.h -vcl/inc/unx/x11_cursors/movedlnk_mask.h -vcl/inc/unx/x11_cursors/movefile_curs.h -vcl/inc/unx/x11_cursors/movefile_mask.h -vcl/inc/unx/x11_cursors/movefiles_curs.h -vcl/inc/unx/x11_cursors/movefiles_mask.h -vcl/inc/unx/x11_cursors/moveflnk_curs.h -vcl/inc/unx/x11_cursors/moveflnk_mask.h -vcl/inc/unx/x11_cursors/movepoint_curs.h -vcl/inc/unx/x11_cursors/movepoint_mask.h -vcl/inc/unx/x11_cursors/nodrop_curs.h -vcl/inc/unx/x11_cursors/nodrop_mask.h -vcl/inc/unx/x11_cursors/pivotcol_curs.h -vcl/inc/unx/x11_cursors/pivotcol_mask.h -vcl/inc/unx/x11_cursors/pivotdel_curs.h -vcl/inc/unx/x11_cursors/pivotdel_mask.h -vcl/inc/unx/x11_cursors/pivotfld_curs.h -vcl/inc/unx/x11_cursors/pivotfld_mask.h -vcl/inc/unx/x11_cursors/pivotrow_curs.h -vcl/inc/unx/x11_cursors/pivotrow_mask.h -vcl/inc/unx/x11_cursors/rotate_curs.h -vcl/inc/unx/x11_cursors/rotate_mask.h -vcl/inc/unx/x11_cursors/tblsele_curs.h -vcl/inc/unx/x11_cursors/tblsele_mask.h -vcl/inc/unx/x11_cursors/tblsels_curs.h -vcl/inc/unx/x11_cursors/tblsels_mask.h -vcl/inc/unx/x11_cursors/tblselse_curs.h -vcl/inc/unx/x11_cursors/tblselse_mask.h -vcl/inc/unx/x11_cursors/tblselsw_curs.h -vcl/inc/unx/x11_cursors/tblselsw_mask.h -vcl/inc/unx/x11_cursors/tblselw_curs.h -vcl/inc/unx/x11_cursors/tblselw_mask.h -vcl/inc/unx/x11_cursors/vertcurs_curs.h -vcl/inc/unx/x11_cursors/vertcurs_mask.h -vcl/inc/unx/x11_cursors/vshear_curs.h -vcl/inc/unx/x11_cursors/vshear_mask.h -vcl/inc/unx/x11_cursors/wshide_curs.h -vcl/inc/unx/x11_cursors/wshide_mask.h -vcl/inc/unx/x11_cursors/wsshow_curs.h -vcl/inc/unx/x11_cursors/wsshow_mask.h -vcl/inc/vcleventlisteners.hxx -vcl/inc/vclstatuslistener.hxx -vcl/inc/wall2.hxx -vcl/inc/win/DWriteTextRenderer.hxx -vcl/inc/win/salbmp.h -vcl/inc/win/saldata.hxx -vcl/inc/win/salframe.h -vcl/inc/win/salgdi.h -vcl/inc/win/salinst.h -vcl/inc/win/salmenu.h -vcl/inc/win/salobj.h -vcl/inc/win/salprn.h -vcl/inc/win/salsys.h -vcl/inc/win/saltimer.h -vcl/inc/win/salvd.h -vcl/inc/win/wincomp.hxx -vcl/inc/win/winlayout.hxx -vcl/inc/window.h -vcl/inc/wizdlg.hxx -vcl/ios/dummies.cxx -vcl/ios/iosinst.cxx -vcl/null/printerinfomanager.cxx -vcl/opengl/DeviceInfo.cxx -vcl/opengl/FixedTextureAtlas.cxx -vcl/opengl/LineRenderUtils.cxx -vcl/opengl/PackedTextureAtlas.cxx -vcl/opengl/RenderList.cxx -vcl/opengl/framebuffer.cxx -vcl/opengl/gdiimpl.cxx -vcl/opengl/program.cxx -vcl/opengl/salbmp.cxx -vcl/opengl/scale.cxx -vcl/opengl/texture.cxx -vcl/opengl/win/WinDeviceInfo.cxx -vcl/opengl/win/gdiimpl.cxx -vcl/opengl/x11/X11DeviceInfo.cxx -vcl/opengl/x11/cairotextrender.cxx -vcl/opengl/x11/gdiimpl.cxx -vcl/opengl/x11/salvd.cxx -vcl/osx/DataFlavorMapping.cxx -vcl/osx/DataFlavorMapping.hxx -vcl/osx/DragActionConversion.cxx -vcl/osx/DragSource.cxx -vcl/osx/DragSource.hxx -vcl/osx/DragSourceContext.cxx -vcl/osx/DragSourceContext.hxx -vcl/osx/DropTarget.cxx -vcl/osx/DropTarget.hxx -vcl/osx/HtmlFmtFlt.cxx -vcl/osx/OSXTransferable.cxx -vcl/osx/OSXTransferable.hxx -vcl/osx/PictToBmpFlt.cxx -vcl/osx/PictToBmpFlt.hxx -vcl/osx/a11yactionwrapper.h -vcl/osx/a11ycomponentwrapper.h -vcl/osx/a11yfocuslistener.cxx -vcl/osx/a11yfocuslistener.hxx -vcl/osx/a11yfocustracker.cxx -vcl/osx/a11ylistener.cxx -vcl/osx/a11yrolehelper.h -vcl/osx/a11yselectionwrapper.h -vcl/osx/a11ytablewrapper.h -vcl/osx/a11ytextattributeswrapper.h -vcl/osx/a11ytextwrapper.h -vcl/osx/a11yutil.h -vcl/osx/a11yvaluewrapper.h -vcl/osx/a11ywrapperbutton.h -vcl/osx/a11ywrappercheckbox.h -vcl/osx/a11ywrappercombobox.h -vcl/osx/a11ywrappergroup.h -vcl/osx/a11ywrapperlist.h -vcl/osx/a11ywrapperradiobutton.h -vcl/osx/a11ywrapperradiogroup.h -vcl/osx/a11ywrapperrow.h -vcl/osx/a11ywrapperscrollarea.h -vcl/osx/a11ywrapperscrollbar.h -vcl/osx/a11ywrappersplitter.h -vcl/osx/a11ywrapperstatictext.h -vcl/osx/a11ywrappertabgroup.h -vcl/osx/a11ywrappertextarea.h -vcl/osx/a11ywrappertoolbar.h -vcl/osx/clipboard.cxx -vcl/osx/clipboard.hxx -vcl/osx/cuidraw.hxx -vcl/osx/documentfocuslistener.cxx -vcl/osx/documentfocuslistener.hxx -vcl/osx/saldata.cxx -vcl/osx/salframe.cxx -vcl/osx/salinst.cxx -vcl/osx/salmenu.cxx -vcl/osx/salnativewidgets.cxx -vcl/osx/salobj.cxx -vcl/osx/salprn.cxx -vcl/osx/salsys.cxx -vcl/osx/saltimer.cxx -vcl/osx/service_entry.cxx -vcl/qa/cppunit/BitmapProcessorTest.cxx -vcl/qa/cppunit/app/test_IconThemeInfo.cxx -vcl/qa/cppunit/app/test_IconThemeScanner.cxx -vcl/qa/cppunit/app/test_IconThemeSelector.cxx -vcl/qa/cppunit/blocklistparsertest.cxx -vcl/qa/cppunit/canvasbitmaptest.cxx -vcl/qa/cppunit/complextext.cxx -vcl/qa/cppunit/dndtest.cxx -vcl/qa/cppunit/errorhandler.cxx -vcl/qa/cppunit/font.cxx -vcl/qa/cppunit/fontcharmap.cxx -vcl/qa/cppunit/fontmetric.cxx -vcl/qa/cppunit/graphicfilter/filters-test.cxx -vcl/qa/cppunit/jpeg/JpegReaderTest.cxx -vcl/qa/cppunit/lifecycle.cxx -vcl/qa/cppunit/mnemonic.cxx -vcl/qa/cppunit/outdev.cxx -vcl/qa/cppunit/pdfexport/pdfexport.cxx -vcl/qa/cppunit/svm/svmtest.cxx -vcl/qa/cppunit/timer.cxx -vcl/qa/unit/vcl-dialogs-test.cxx -vcl/quartz/ctfonts.cxx -vcl/quartz/salbmp.cxx -vcl/quartz/salgdi.cxx -vcl/quartz/salgdicommon.cxx -vcl/quartz/salgdiutils.cxx -vcl/quartz/salvd.cxx -vcl/quartz/utils.cxx -vcl/source/app/ITiledRenderable.cxx -vcl/source/app/IconThemeInfo.cxx -vcl/source/app/IconThemeScanner.cxx -vcl/source/app/IconThemeSelector.cxx -vcl/source/app/brand.cxx -vcl/source/app/dbggui.cxx -vcl/source/app/dndhelp.cxx -vcl/source/app/help.cxx -vcl/source/app/i18nhelp.cxx -vcl/source/app/idle.cxx -vcl/source/app/salplug.cxx -vcl/source/app/salusereventlist.cxx -vcl/source/app/salvtables.cxx -vcl/source/app/scheduler.cxx -vcl/source/app/session.cxx -vcl/source/app/settings.cxx -vcl/source/app/sound.cxx -vcl/source/app/stdtext.cxx -vcl/source/app/svapp.cxx -vcl/source/app/svdata.cxx -vcl/source/app/svmain.cxx -vcl/source/app/timer.cxx -vcl/source/app/unohelp.cxx -vcl/source/app/unohelp2.cxx -vcl/source/app/vclevent.cxx -vcl/source/bitmap/BitmapScaleConvolutionFilter.cxx -vcl/source/bitmap/BitmapScaleSuperFilter.cxx -vcl/source/bitmap/BitmapSymmetryCheck.cxx -vcl/source/bitmap/BitmapTools.cxx -vcl/source/bitmap/bitmap.cxx -vcl/source/bitmap/bitmapfilter.cxx -vcl/source/bitmap/checksum.cxx -vcl/source/bitmap/salbmp.cxx -vcl/source/components/dtranscomp.cxx -vcl/source/components/factory.cxx -vcl/source/components/fontident.cxx -vcl/source/control/button.cxx -vcl/source/control/calendar.cxx -vcl/source/control/combobox.cxx -vcl/source/control/ctrl.cxx -vcl/source/control/edit.cxx -vcl/source/control/field.cxx -vcl/source/control/field2.cxx -vcl/source/control/fixed.cxx -vcl/source/control/fixedhyper.cxx -vcl/source/control/fmtfield.cxx -vcl/source/control/hyperlabel.cxx -vcl/source/control/imgctrl.cxx -vcl/source/control/imivctl.hxx -vcl/source/control/imivctl1.cxx -vcl/source/control/imivctl2.cxx -vcl/source/control/imp_listbox.cxx -vcl/source/control/ivctrl.cxx -vcl/source/control/listbox.cxx -vcl/source/control/longcurr.cxx -vcl/source/control/menubtn.cxx -vcl/source/control/notebookbar.cxx -vcl/source/control/prgsbar.cxx -vcl/source/control/quickselectionengine.cxx -vcl/source/control/roadmap.cxx -vcl/source/control/roadmapwizard.cxx -vcl/source/control/scrbar.cxx -vcl/source/control/slider.cxx -vcl/source/control/spinbtn.cxx -vcl/source/control/spinfld.cxx -vcl/source/control/tabctrl.cxx -vcl/source/control/throbber.cxx -vcl/source/control/thumbpos.hxx -vcl/source/control/wizardmachine.cxx -vcl/source/control/wizimpldata.hxx -vcl/source/edit/textdat2.hxx -vcl/source/edit/textdata.cxx -vcl/source/edit/textdoc.cxx -vcl/source/edit/textdoc.hxx -vcl/source/edit/texteng.cxx -vcl/source/edit/textund2.hxx -vcl/source/edit/textundo.cxx -vcl/source/edit/textundo.hxx -vcl/source/edit/textview.cxx -vcl/source/edit/txtattr.cxx -vcl/source/edit/vclmedit.cxx -vcl/source/edit/xtextedt.cxx -vcl/source/filter/FilterConfigCache.cxx -vcl/source/filter/FilterConfigCache.hxx -vcl/source/filter/FilterConfigItem.cxx -vcl/source/filter/graphicfilter.cxx -vcl/source/filter/graphicfilter2.cxx -vcl/source/filter/graphicfilter_internal.hxx -vcl/source/filter/igif/decode.cxx -vcl/source/filter/igif/decode.hxx -vcl/source/filter/igif/gifread.cxx -vcl/source/filter/igif/gifread.hxx -vcl/source/filter/ixbm/xbmread.cxx -vcl/source/filter/ixbm/xbmread.hxx -vcl/source/filter/ixpm/rgbtable.hxx -vcl/source/filter/ixpm/xpmread.cxx -vcl/source/filter/ixpm/xpmread.hxx -vcl/source/filter/jpeg/Exif.cxx -vcl/source/filter/jpeg/Exif.hxx -vcl/source/filter/jpeg/JpegReader.cxx -vcl/source/filter/jpeg/JpegReader.hxx -vcl/source/filter/jpeg/JpegTransform.cxx -vcl/source/filter/jpeg/JpegTransform.hxx -vcl/source/filter/jpeg/JpegWriter.cxx -vcl/source/filter/jpeg/JpegWriter.hxx -vcl/source/filter/jpeg/jinclude.h -vcl/source/filter/jpeg/jpeg.cxx -vcl/source/filter/jpeg/jpeg.h -vcl/source/filter/jpeg/jpeg.hxx -vcl/source/filter/jpeg/jpegc.cxx -vcl/source/filter/jpeg/transupp.c -vcl/source/filter/jpeg/transupp.h -vcl/source/filter/png/pngread.cxx -vcl/source/filter/png/pngwrite.cxx -vcl/source/filter/wmf/emfwr.cxx -vcl/source/filter/wmf/emfwr.hxx -vcl/source/filter/wmf/wmf.cxx -vcl/source/filter/wmf/wmfexternal.cxx -vcl/source/filter/wmf/wmfwr.cxx -vcl/source/filter/wmf/wmfwr.hxx -vcl/source/font/PhysicalFontCollection.cxx -vcl/source/font/PhysicalFontFace.cxx -vcl/source/font/PhysicalFontFamily.cxx -vcl/source/font/font.cxx -vcl/source/font/fontattributes.cxx -vcl/source/font/fontcache.cxx -vcl/source/font/fontcharmap.cxx -vcl/source/font/fontinstance.cxx -vcl/source/font/fontmetric.cxx -vcl/source/font/fontselect.cxx -vcl/source/fontsubset/cff.cxx -vcl/source/fontsubset/fontsubset.cxx -vcl/source/fontsubset/list.cxx -vcl/source/fontsubset/list.h -vcl/source/fontsubset/sft.cxx -vcl/source/fontsubset/ttcr.cxx -vcl/source/fontsubset/ttcr.hxx -vcl/source/fontsubset/xlat.cxx -vcl/source/fontsubset/xlat.hxx -vcl/source/gdi/CommonSalLayout.cxx -vcl/source/gdi/VerticalOrientationData.cxx -vcl/source/gdi/alpha.cxx -vcl/source/gdi/bitmap3.cxx -vcl/source/gdi/bitmapex.cxx -vcl/source/gdi/bmpacc.cxx -vcl/source/gdi/bmpacc2.cxx -vcl/source/gdi/bmpacc3.cxx -vcl/source/gdi/bmpfast.cxx -vcl/source/gdi/configsettings.cxx -vcl/source/gdi/cvtgrf.cxx -vcl/source/gdi/dibtools.cxx -vcl/source/gdi/embeddedfontshelper.cxx -vcl/source/gdi/extoutdevdata.cxx -vcl/source/gdi/gdimetafiletools.cxx -vcl/source/gdi/gdimtf.cxx -vcl/source/gdi/gfxlink.cxx -vcl/source/gdi/gradient.cxx -vcl/source/gdi/graph.cxx -vcl/source/gdi/graphictools.cxx -vcl/source/gdi/hatch.cxx -vcl/source/gdi/impanmvw.cxx -vcl/source/gdi/impgraph.cxx -vcl/source/gdi/impvect.cxx -vcl/source/gdi/impvect.hxx -vcl/source/gdi/jobset.cxx -vcl/source/gdi/lineinfo.cxx -vcl/source/gdi/mapmod.cxx -vcl/source/gdi/metaact.cxx -vcl/source/gdi/mtfxmldump.cxx -vcl/source/gdi/oldprintadaptor.cxx -vcl/source/gdi/pdfextoutdevdata.cxx -vcl/source/gdi/pdffontcache.cxx -vcl/source/gdi/pdffontcache.hxx -vcl/source/gdi/pdfwriter.cxx -vcl/source/gdi/pdfwriter_impl.cxx -vcl/source/gdi/pdfwriter_impl.hxx -vcl/source/gdi/pdfwriter_impl2.cxx -vcl/source/gdi/print.cxx -vcl/source/gdi/print2.cxx -vcl/source/gdi/print3.cxx -vcl/source/gdi/regband.cxx -vcl/source/gdi/region.cxx -vcl/source/gdi/regionband.cxx -vcl/source/gdi/salgdiimpl.cxx -vcl/source/gdi/salgdilayout.cxx -vcl/source/gdi/sallayout.cxx -vcl/source/gdi/salmisc.cxx -vcl/source/gdi/scrptrun.cxx -vcl/source/gdi/svmconverter.cxx -vcl/source/gdi/textlayout.cxx -vcl/source/gdi/vectorgraphicdata.cxx -vcl/source/gdi/virdev.cxx -vcl/source/gdi/wall.cxx -vcl/source/graphic/GraphicObject.cxx -vcl/source/graphic/GraphicObject2.cxx -vcl/source/graphic/UnoGraphic.cxx -vcl/source/graphic/UnoGraphicDescriptor.cxx -vcl/source/graphic/UnoGraphicObject.cxx -vcl/source/graphic/UnoGraphicProvider.cxx -vcl/source/graphic/UnoGraphicTransformer.cxx -vcl/source/graphic/grfattr.cxx -vcl/source/helper/canvasbitmap.cxx -vcl/source/helper/canvastools.cxx -vcl/source/helper/commandinfoprovider.cxx -vcl/source/helper/displayconnectiondispatch.cxx -vcl/source/helper/evntpost.cxx -vcl/source/helper/lazydelete.cxx -vcl/source/helper/strhelper.cxx -vcl/source/helper/svtaccessiblefactory.cxx -vcl/source/helper/threadex.cxx -vcl/source/image/Image.cxx -vcl/source/image/ImageRepository.cxx -vcl/source/image/ImageTree.cxx -vcl/source/image/ImplImage.cxx -vcl/source/image/ImplImageTree.cxx -vcl/source/opengl/OpenGLContext.cxx -vcl/source/opengl/OpenGLHelper.cxx -vcl/source/outdev/bitmap.cxx -vcl/source/outdev/clipping.cxx -vcl/source/outdev/curvedshapes.cxx -vcl/source/outdev/font.cxx -vcl/source/outdev/gradient.cxx -vcl/source/outdev/hatch.cxx -vcl/source/outdev/line.cxx -vcl/source/outdev/map.cxx -vcl/source/outdev/mask.cxx -vcl/source/outdev/nativecontrols.cxx -vcl/source/outdev/outdev.cxx -vcl/source/outdev/outdevstate.cxx -vcl/source/outdev/pixel.cxx -vcl/source/outdev/polygon.cxx -vcl/source/outdev/polyline.cxx -vcl/source/outdev/rect.cxx -vcl/source/outdev/text.cxx -vcl/source/outdev/textline.cxx -vcl/source/outdev/transparent.cxx -vcl/source/outdev/vclreferencebase.cxx -vcl/source/outdev/wallpaper.cxx -vcl/source/salmain/salmain.cxx -vcl/source/toolkit/group.cxx -vcl/source/toolkit/morebtn.cxx -vcl/source/treelist/headbar.cxx -vcl/source/treelist/iconview.cxx -vcl/source/treelist/iconviewimpl.cxx -vcl/source/treelist/iconviewimpl.hxx -vcl/source/treelist/imap.cxx -vcl/source/treelist/imap2.cxx -vcl/source/treelist/imap3.cxx -vcl/source/treelist/inetimg.cxx -vcl/source/treelist/svimpbox.cxx -vcl/source/treelist/svlbitm.cxx -vcl/source/treelist/svtabbx.cxx -vcl/source/treelist/transfer.cxx -vcl/source/treelist/transfer2.cxx -vcl/source/treelist/treelist.cxx -vcl/source/treelist/treelistbox.cxx -vcl/source/treelist/treelistentry.cxx -vcl/source/treelist/uiobject.cxx -vcl/source/treelist/viewdataentry.cxx -vcl/source/uipreviewer/previewer.cxx -vcl/source/uitest/logger.cxx -vcl/source/uitest/uiobject.cxx -vcl/source/uitest/uitest.cxx -vcl/source/uitest/uno/uiobject_uno.cxx -vcl/source/uitest/uno/uiobject_uno.hxx -vcl/source/uitest/uno/uitest_uno.cxx -vcl/source/window/EnumContext.cxx -vcl/source/window/abstdlg.cxx -vcl/source/window/accel.cxx -vcl/source/window/accessibility.cxx -vcl/source/window/accmgr.cxx -vcl/source/window/brdwin.cxx -vcl/source/window/builder.cxx -vcl/source/window/clipping.cxx -vcl/source/window/commandevent.cxx -vcl/source/window/cursor.cxx -vcl/source/window/debug.cxx -vcl/source/window/debugevent.cxx -vcl/source/window/decoview.cxx -vcl/source/window/dialog.cxx -vcl/source/window/dlgctrl.cxx -vcl/source/window/dlgctrl.hxx -vcl/source/window/dndeventdispatcher.cxx -vcl/source/window/dndlistenercontainer.cxx -vcl/source/window/dockingarea.cxx -vcl/source/window/dockmgr.cxx -vcl/source/window/dockwin.cxx -vcl/source/window/errinf.cxx -vcl/source/window/event.cxx -vcl/source/window/floatwin.cxx -vcl/source/window/globalization.cxx -vcl/source/window/introwin.cxx -vcl/source/window/keycod.cxx -vcl/source/window/keyevent.cxx -vcl/source/window/layout.cxx -vcl/source/window/legacyaccessibility.cxx -vcl/source/window/menu.cxx -vcl/source/window/menubarwindow.cxx -vcl/source/window/menubarwindow.hxx -vcl/source/window/menufloatingwindow.cxx -vcl/source/window/menufloatingwindow.hxx -vcl/source/window/menuitemlist.cxx -vcl/source/window/menuitemlist.hxx -vcl/source/window/menuwindow.cxx -vcl/source/window/menuwindow.hxx -vcl/source/window/mnemonic.cxx -vcl/source/window/mnemonicengine.cxx -vcl/source/window/mouse.cxx -vcl/source/window/paint.cxx -vcl/source/window/printdlg.cxx -vcl/source/window/scrwnd.cxx -vcl/source/window/seleng.cxx -vcl/source/window/settings.cxx -vcl/source/window/split.cxx -vcl/source/window/splitwin.cxx -vcl/source/window/stacking.cxx -vcl/source/window/status.cxx -vcl/source/window/syschild.cxx -vcl/source/window/syswin.cxx -vcl/source/window/tabdlg.cxx -vcl/source/window/tabpage.cxx -vcl/source/window/taskpanelist.cxx -vcl/source/window/toolbox.cxx -vcl/source/window/toolbox2.cxx -vcl/source/window/window.cxx -vcl/source/window/window2.cxx -vcl/source/window/window3.cxx -vcl/source/window/winproc.cxx -vcl/source/window/wrkwin.cxx -vcl/unx/generic/app/gendisp.cxx -vcl/unx/generic/app/geninst.cxx -vcl/unx/generic/app/gensys.cxx -vcl/unx/generic/app/i18n_cb.cxx -vcl/unx/generic/app/i18n_ic.cxx -vcl/unx/generic/app/i18n_im.cxx -vcl/unx/generic/app/i18n_keysym.cxx -vcl/unx/generic/app/i18n_xkb.cxx -vcl/unx/generic/app/keysymnames.cxx -vcl/unx/generic/app/randrwrapper.cxx -vcl/unx/generic/app/saldata.cxx -vcl/unx/generic/app/saldisp.cxx -vcl/unx/generic/app/salinst.cxx -vcl/unx/generic/app/saltimer.cxx -vcl/unx/generic/app/sm.cxx -vcl/unx/generic/app/wmadaptor.cxx -vcl/unx/generic/desktopdetect/desktopdetector.cxx -vcl/unx/generic/dtrans/X11_clipboard.cxx -vcl/unx/generic/dtrans/X11_clipboard.hxx -vcl/unx/generic/dtrans/X11_dndcontext.cxx -vcl/unx/generic/dtrans/X11_dndcontext.hxx -vcl/unx/generic/dtrans/X11_droptarget.cxx -vcl/unx/generic/dtrans/X11_selection.cxx -vcl/unx/generic/dtrans/X11_selection.hxx -vcl/unx/generic/dtrans/X11_service.cxx -vcl/unx/generic/dtrans/X11_transferable.cxx -vcl/unx/generic/dtrans/X11_transferable.hxx -vcl/unx/generic/dtrans/bmp.cxx -vcl/unx/generic/dtrans/bmp.hxx -vcl/unx/generic/dtrans/config.cxx -vcl/unx/generic/dtrans/copydata_curs.h -vcl/unx/generic/dtrans/copydata_mask.h -vcl/unx/generic/dtrans/linkdata_curs.h -vcl/unx/generic/dtrans/linkdata_mask.h -vcl/unx/generic/dtrans/movedata_curs.h -vcl/unx/generic/dtrans/movedata_mask.h -vcl/unx/generic/dtrans/nodrop_curs.h -vcl/unx/generic/dtrans/nodrop_mask.h -vcl/unx/generic/fontmanager/fontconfig.cxx -vcl/unx/generic/fontmanager/fontmanager.cxx -vcl/unx/generic/fontmanager/fontsubst.cxx -vcl/unx/generic/fontmanager/helper.cxx -vcl/unx/generic/gdi/cairo_xlib_cairo.cxx -vcl/unx/generic/gdi/cairo_xlib_cairo.hxx -vcl/unx/generic/gdi/cairotextrender.cxx -vcl/unx/generic/gdi/font.cxx -vcl/unx/generic/gdi/freetypetextrender.cxx -vcl/unx/generic/gdi/gdiimpl.cxx -vcl/unx/generic/gdi/gdiimpl.hxx -vcl/unx/generic/gdi/nativewindowhandleprovider.cxx -vcl/unx/generic/gdi/salbmp.cxx -vcl/unx/generic/gdi/salgdi.cxx -vcl/unx/generic/gdi/salgdi2.cxx -vcl/unx/generic/gdi/salvd.cxx -vcl/unx/generic/gdi/x11cairotextrender.cxx -vcl/unx/generic/gdi/xrender_peer.cxx -vcl/unx/generic/glyphs/freetype_glyphcache.cxx -vcl/unx/generic/glyphs/glyphcache.cxx -vcl/unx/generic/print/bitmap_gfx.cxx -vcl/unx/generic/print/common_gfx.cxx -vcl/unx/generic/print/genprnpsp.cxx -vcl/unx/generic/print/genpspgraphics.cxx -vcl/unx/generic/print/glyphset.cxx -vcl/unx/generic/print/glyphset.hxx -vcl/unx/generic/print/printerjob.cxx -vcl/unx/generic/print/prtsetup.cxx -vcl/unx/generic/print/prtsetup.hxx -vcl/unx/generic/print/psputil.cxx -vcl/unx/generic/print/psputil.hxx -vcl/unx/generic/print/text_gfx.cxx -vcl/unx/generic/printer/cpdmgr.cxx -vcl/unx/generic/printer/cupsmgr.cxx -vcl/unx/generic/printer/jobdata.cxx -vcl/unx/generic/printer/ppdparser.cxx -vcl/unx/generic/printer/printerinfomanager.cxx -vcl/unx/generic/window/salframe.cxx -vcl/unx/generic/window/salobj.cxx -vcl/unx/generic/window/screensaverinhibitor.cxx -vcl/unx/glxtest.cxx -vcl/unx/gtk3/a11y/atklistener.hxx -vcl/unx/gtk3/a11y/atkregistry.hxx -vcl/unx/gtk3/a11y/atktextattributes.hxx -vcl/unx/gtk3/a11y/atkwrapper.hxx -vcl/unx/gtk3/a11y/gtk3atkaction.cxx -vcl/unx/gtk3/a11y/gtk3atkbridge.cxx -vcl/unx/gtk3/a11y/gtk3atkcomponent.cxx -vcl/unx/gtk3/a11y/gtk3atkeditabletext.cxx -vcl/unx/gtk3/a11y/gtk3atkfactory.cxx -vcl/unx/gtk3/a11y/gtk3atkhypertext.cxx -vcl/unx/gtk3/a11y/gtk3atkimage.cxx -vcl/unx/gtk3/a11y/gtk3atklistener.cxx -vcl/unx/gtk3/a11y/gtk3atkregistry.cxx -vcl/unx/gtk3/a11y/gtk3atkselection.cxx -vcl/unx/gtk3/a11y/gtk3atktable.cxx -vcl/unx/gtk3/a11y/gtk3atktext.cxx -vcl/unx/gtk3/a11y/gtk3atktextattributes.cxx -vcl/unx/gtk3/a11y/gtk3atkutil.cxx -vcl/unx/gtk3/a11y/gtk3atkvalue.cxx -vcl/unx/gtk3/a11y/gtk3atkwrapper.cxx -vcl/unx/gtk3/cairo_gtk3_cairo.cxx -vcl/unx/gtk3/cairo_gtk3_cairo.hxx -vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx -vcl/unx/gtk3/fpicker/SalGtkFilePicker.hxx -vcl/unx/gtk3/fpicker/SalGtkFolderPicker.cxx -vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx -vcl/unx/gtk3/fpicker/SalGtkPicker.cxx -vcl/unx/gtk3/fpicker/SalGtkPicker.hxx -vcl/unx/gtk3/fpicker/eventnotification.hxx -vcl/unx/gtk3/fpicker/resourceprovider.cxx -vcl/unx/gtk3/gtk3gloactiongroup.cxx -vcl/unx/gtk3/gtk3glomenu.cxx -vcl/unx/gtk3/gtk3gtkdata.cxx -vcl/unx/gtk3/gtk3gtkframe.cxx -vcl/unx/gtk3/gtk3gtkinst.cxx -vcl/unx/gtk3/gtk3gtkobject.cxx -vcl/unx/gtk3/gtk3gtkprintwrapper.cxx -vcl/unx/gtk3/gtk3gtksalmenu.cxx -vcl/unx/gtk3/gtk3gtksys.cxx -vcl/unx/gtk3/gtk3hudawareness.cxx -vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx -vcl/unx/gtk3/gtk3salprn-gtk.cxx -vcl/unx/x11/x11sys.cxx -vcl/unx/x11/xlimits.cxx -vcl/win/app/saldata.cxx -vcl/win/app/salinfo.cxx -vcl/win/app/salinst.cxx -vcl/win/app/salshl.cxx -vcl/win/app/saltimer.cxx -vcl/win/gdi/DWriteTextRenderer.cxx -vcl/win/gdi/gdiimpl.cxx -vcl/win/gdi/gdiimpl.hxx -vcl/win/gdi/salbmp.cxx -vcl/win/gdi/salfont.cxx -vcl/win/gdi/salgdi.cxx -vcl/win/gdi/salgdi2.cxx -vcl/win/gdi/salgdi_gdiplus.cxx -vcl/win/gdi/salnativewidgets-luna.cxx -vcl/win/gdi/salprn.cxx -vcl/win/gdi/salvd.cxx -vcl/win/gdi/winlayout.cxx -vcl/win/window/keynames.cxx -vcl/win/window/salframe.cxx -vcl/win/window/salmenu.cxx -vcl/win/window/salobj.cxx -vcl/workben/602fuzzer.cxx -vcl/workben/bmpfuzzer.cxx -vcl/workben/cgmfuzzer.cxx -vcl/workben/commonfuzzer.hxx -vcl/workben/docxfuzzer.cxx -vcl/workben/dxffuzzer.cxx -vcl/workben/epsfuzzer.cxx -vcl/workben/fftester.cxx -vcl/workben/fodpfuzzer.cxx -vcl/workben/fodsfuzzer.cxx -vcl/workben/fodtfuzzer.cxx -vcl/workben/giffuzzer.cxx -vcl/workben/hwpfuzzer.cxx -vcl/workben/icontest.cxx -vcl/workben/jpgfuzzer.cxx -vcl/workben/localestub/localedata_en_AU.cxx -vcl/workben/localestub/localedata_en_BW.cxx -vcl/workben/localestub/localedata_en_BZ.cxx -vcl/workben/localestub/localedata_en_CA.cxx -vcl/workben/localestub/localedata_en_GB.cxx -vcl/workben/localestub/localedata_en_GH.cxx -vcl/workben/localestub/localedata_en_GM.cxx -vcl/workben/localestub/localedata_en_IE.cxx -vcl/workben/localestub/localedata_en_IN.cxx -vcl/workben/localestub/localedata_en_JM.cxx -vcl/workben/localestub/localedata_en_MW.cxx -vcl/workben/localestub/localedata_en_MY.cxx -vcl/workben/localestub/localedata_en_NA.cxx -vcl/workben/localestub/localedata_en_NZ.cxx -vcl/workben/localestub/localedata_en_PH.cxx -vcl/workben/localestub/localedata_en_TT.cxx -vcl/workben/localestub/localedata_en_US.cxx -vcl/workben/localestub/localedata_en_ZA.cxx -vcl/workben/localestub/localedata_en_ZW.cxx -vcl/workben/localestub/localestub.cxx -vcl/workben/lwpfuzzer.cxx -vcl/workben/metfuzzer.cxx -vcl/workben/mtfdemo.cxx -vcl/workben/olefuzzer.cxx -vcl/workben/pcdfuzzer.cxx -vcl/workben/pctfuzzer.cxx -vcl/workben/pcxfuzzer.cxx -vcl/workben/pngfuzzer.cxx -vcl/workben/ppmfuzzer.cxx -vcl/workben/pptfuzzer.cxx -vcl/workben/psdfuzzer.cxx -vcl/workben/qpwfuzzer.cxx -vcl/workben/rasfuzzer.cxx -vcl/workben/rtffuzzer.cxx -vcl/workben/slkfuzzer.cxx -vcl/workben/svdem.cxx -vcl/workben/svmfuzzer.cxx -vcl/workben/svpclient.cxx -vcl/workben/svptest.cxx -vcl/workben/tgafuzzer.cxx -vcl/workben/tiffuzzer.cxx -vcl/workben/vcldemo.cxx -vcl/workben/wmffuzzer.cxx -vcl/workben/ww2fuzzer.cxx -vcl/workben/ww6fuzzer.cxx -vcl/workben/ww8fuzzer.cxx -vcl/workben/xbmfuzzer.cxx -vcl/workben/xpmfuzzer.cxx -winaccessibility/inc/AccComponentEventListener.hxx -winaccessibility/inc/AccContainerEventListener.hxx -winaccessibility/inc/AccDescendantManagerEventListener.hxx -winaccessibility/inc/AccDialogEventListener.hxx -winaccessibility/inc/AccEventListener.hxx -winaccessibility/inc/AccFrameEventListener.hxx -winaccessibility/inc/AccListEventListener.hxx -winaccessibility/inc/AccMenuEventListener.hxx -winaccessibility/inc/AccObject.hxx -winaccessibility/inc/AccObjectContainerEventListener.hxx -winaccessibility/inc/AccObjectManagerAgent.hxx -winaccessibility/inc/AccObjectWinManager.hxx -winaccessibility/inc/AccParagraphEventListener.hxx -winaccessibility/inc/AccTableEventListener.hxx -winaccessibility/inc/AccTextComponentEventListener.hxx -winaccessibility/inc/AccTopWindowListener.hxx -winaccessibility/inc/AccTreeEventListener.hxx -winaccessibility/inc/AccWindowEventListener.hxx -winaccessibility/inc/ResIDGenerator.hxx -winaccessibility/inc/accHelper.hxx -winaccessibility/inc/unomsaaevent.hxx -winaccessibility/source/UAccCOM/AccAction.cxx -winaccessibility/source/UAccCOM/AccAction.h -winaccessibility/source/UAccCOM/AccActionBase.cxx -winaccessibility/source/UAccCOM/AccActionBase.h -winaccessibility/source/UAccCOM/AccComponent.cxx -winaccessibility/source/UAccCOM/AccComponent.h -winaccessibility/source/UAccCOM/AccComponentBase.cxx -winaccessibility/source/UAccCOM/AccComponentBase.h -winaccessibility/source/UAccCOM/AccEditableText.cxx -winaccessibility/source/UAccCOM/AccEditableText.h -winaccessibility/source/UAccCOM/AccHyperLink.cxx -winaccessibility/source/UAccCOM/AccHyperLink.h -winaccessibility/source/UAccCOM/AccHypertext.cxx -winaccessibility/source/UAccCOM/AccHypertext.h -winaccessibility/source/UAccCOM/AccImage.cxx -winaccessibility/source/UAccCOM/AccImage.h -winaccessibility/source/UAccCOM/AccRelation.cxx -winaccessibility/source/UAccCOM/AccRelation.h -winaccessibility/source/UAccCOM/AccTable.cxx -winaccessibility/source/UAccCOM/AccTable.h -winaccessibility/source/UAccCOM/AccText.cxx -winaccessibility/source/UAccCOM/AccText.h -winaccessibility/source/UAccCOM/AccTextBase.cxx -winaccessibility/source/UAccCOM/AccTextBase.h -winaccessibility/source/UAccCOM/AccValue.cxx -winaccessibility/source/UAccCOM/AccValue.h -winaccessibility/source/UAccCOM/AccessibleKeyStroke.h -winaccessibility/source/UAccCOM/EnumVariant.cxx -winaccessibility/source/UAccCOM/EnumVariant.h -winaccessibility/source/UAccCOM/MAccessible.cxx -winaccessibility/source/UAccCOM/MAccessible.h -winaccessibility/source/UAccCOM/Resource.h -winaccessibility/source/UAccCOM/UAccCOM.cxx -winaccessibility/source/UAccCOM/UNOXWrapper.cxx -winaccessibility/source/UAccCOM/UNOXWrapper.h -winaccessibility/source/UAccCOM/acccommon.h -winaccessibility/source/UAccCOM/stdafx.h -winaccessibility/source/service/AccComponentEventListener.cxx -winaccessibility/source/service/AccContainerEventListener.cxx -winaccessibility/source/service/AccDescendantManagerEventListener.cxx -winaccessibility/source/service/AccDialogEventListener.cxx -winaccessibility/source/service/AccEventListener.cxx -winaccessibility/source/service/AccFrameEventListener.cxx -winaccessibility/source/service/AccListEventListener.cxx -winaccessibility/source/service/AccMenuEventListener.cxx -winaccessibility/source/service/AccObject.cxx -winaccessibility/source/service/AccObjectContainerEventListener.cxx -winaccessibility/source/service/AccObjectManagerAgent.cxx -winaccessibility/source/service/AccObjectWinManager.cxx -winaccessibility/source/service/AccParagraphEventListener.cxx -winaccessibility/source/service/AccTableEventListener.cxx -winaccessibility/source/service/AccTextComponentEventListener.cxx -winaccessibility/source/service/AccTopWindowListener.cxx -winaccessibility/source/service/AccTreeEventListener.cxx -winaccessibility/source/service/AccWindowEventListener.cxx -winaccessibility/source/service/ResIDGenerator.cxx -winaccessibility/source/service/msaaservice_impl.cxx -writerfilter/inc/dmapper/resourcemodel.hxx -writerfilter/inc/ooxml/OOXMLDocument.hxx -writerfilter/inc/ooxml/QNameToString.hxx -writerfilter/qa/cppunittests/misc/misc.cxx -writerfilter/source/dmapper/BorderHandler.cxx -writerfilter/source/dmapper/BorderHandler.hxx -writerfilter/source/dmapper/CellColorHandler.cxx -writerfilter/source/dmapper/CellColorHandler.hxx -writerfilter/source/dmapper/CellMarginHandler.cxx -writerfilter/source/dmapper/CellMarginHandler.hxx -writerfilter/source/dmapper/ConversionHelper.cxx -writerfilter/source/dmapper/ConversionHelper.hxx -writerfilter/source/dmapper/DomainMapper.cxx -writerfilter/source/dmapper/DomainMapper.hxx -writerfilter/source/dmapper/DomainMapperTableHandler.cxx -writerfilter/source/dmapper/DomainMapperTableHandler.hxx -writerfilter/source/dmapper/DomainMapperTableManager.cxx -writerfilter/source/dmapper/DomainMapperTableManager.hxx -writerfilter/source/dmapper/DomainMapper_Impl.cxx -writerfilter/source/dmapper/DomainMapper_Impl.hxx -writerfilter/source/dmapper/FFDataHandler.cxx -writerfilter/source/dmapper/FFDataHandler.hxx -writerfilter/source/dmapper/FieldTypes.hxx -writerfilter/source/dmapper/FontTable.cxx -writerfilter/source/dmapper/FontTable.hxx -writerfilter/source/dmapper/FormControlHelper.cxx -writerfilter/source/dmapper/FormControlHelper.hxx -writerfilter/source/dmapper/GraphicHelpers.cxx -writerfilter/source/dmapper/GraphicHelpers.hxx -writerfilter/source/dmapper/GraphicImport.cxx -writerfilter/source/dmapper/GraphicImport.hxx -writerfilter/source/dmapper/LoggedResources.cxx -writerfilter/source/dmapper/LoggedResources.hxx -writerfilter/source/dmapper/MeasureHandler.cxx -writerfilter/source/dmapper/MeasureHandler.hxx -writerfilter/source/dmapper/ModelEventListener.cxx -writerfilter/source/dmapper/ModelEventListener.hxx -writerfilter/source/dmapper/NumberingManager.cxx -writerfilter/source/dmapper/NumberingManager.hxx -writerfilter/source/dmapper/OLEHandler.cxx -writerfilter/source/dmapper/OLEHandler.hxx -writerfilter/source/dmapper/PageBordersHandler.cxx -writerfilter/source/dmapper/PageBordersHandler.hxx -writerfilter/source/dmapper/PropertyIds.cxx -writerfilter/source/dmapper/PropertyIds.hxx -writerfilter/source/dmapper/PropertyMap.cxx -writerfilter/source/dmapper/PropertyMap.hxx -writerfilter/source/dmapper/PropertyMapHelper.cxx -writerfilter/source/dmapper/PropertyMapHelper.hxx -writerfilter/source/dmapper/SectionColumnHandler.cxx -writerfilter/source/dmapper/SectionColumnHandler.hxx -writerfilter/source/dmapper/SettingsTable.cxx -writerfilter/source/dmapper/SettingsTable.hxx -writerfilter/source/dmapper/StyleSheetTable.cxx -writerfilter/source/dmapper/StyleSheetTable.hxx -writerfilter/source/dmapper/TDefTableHandler.cxx -writerfilter/source/dmapper/TDefTableHandler.hxx -writerfilter/source/dmapper/TableData.hxx -writerfilter/source/dmapper/TableManager.hxx -writerfilter/source/dmapper/TablePropertiesHandler.cxx -writerfilter/source/dmapper/TablePropertiesHandler.hxx -writerfilter/source/dmapper/TagLogger.cxx -writerfilter/source/dmapper/TagLogger.hxx -writerfilter/source/dmapper/TblStylePrHandler.cxx -writerfilter/source/dmapper/TblStylePrHandler.hxx -writerfilter/source/dmapper/TextEffectsHandler.cxx -writerfilter/source/dmapper/TextEffectsHandler.hxx -writerfilter/source/dmapper/ThemeTable.cxx -writerfilter/source/dmapper/ThemeTable.hxx -writerfilter/source/dmapper/TrackChangesHandler.cxx -writerfilter/source/dmapper/TrackChangesHandler.hxx -writerfilter/source/dmapper/WrapPolygonHandler.cxx -writerfilter/source/dmapper/WrapPolygonHandler.hxx -writerfilter/source/dmapper/util.cxx -writerfilter/source/dmapper/util.hxx -writerfilter/source/ooxml/Handler.cxx -writerfilter/source/ooxml/Handler.hxx -writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx -writerfilter/source/ooxml/OOXMLBinaryObjectReference.hxx -writerfilter/source/ooxml/OOXMLDocumentImpl.cxx -writerfilter/source/ooxml/OOXMLDocumentImpl.hxx -writerfilter/source/ooxml/OOXMLFactory.cxx -writerfilter/source/ooxml/OOXMLFactory.hxx -writerfilter/source/ooxml/OOXMLFastContextHandler.cxx -writerfilter/source/ooxml/OOXMLFastContextHandler.hxx -writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx -writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx -writerfilter/source/ooxml/OOXMLFastHelper.hxx -writerfilter/source/ooxml/OOXMLParserState.cxx -writerfilter/source/ooxml/OOXMLParserState.hxx -writerfilter/source/ooxml/OOXMLPropertySet.cxx -writerfilter/source/ooxml/OOXMLPropertySet.hxx -writerfilter/source/ooxml/OOXMLStreamImpl.cxx -writerfilter/source/ooxml/OOXMLStreamImpl.hxx -xmlhelp/source/cxxhelp/inc/tvfactory.hxx -xmlhelp/source/cxxhelp/inc/tvread.hxx -xmlhelp/source/cxxhelp/provider/content.cxx -xmlhelp/source/cxxhelp/provider/content.hxx -xmlhelp/source/cxxhelp/provider/contentcaps.cxx -xmlhelp/source/cxxhelp/provider/databases.cxx -xmlhelp/source/cxxhelp/provider/databases.hxx -xmlhelp/source/cxxhelp/provider/db.cxx -xmlhelp/source/cxxhelp/provider/db.hxx -xmlhelp/source/cxxhelp/provider/inputstream.cxx -xmlhelp/source/cxxhelp/provider/inputstream.hxx -xmlhelp/source/cxxhelp/provider/provider.cxx -xmlhelp/source/cxxhelp/provider/provider.hxx -xmlhelp/source/cxxhelp/provider/resultset.cxx -xmlhelp/source/cxxhelp/provider/resultset.hxx -xmlhelp/source/cxxhelp/provider/resultsetbase.cxx -xmlhelp/source/cxxhelp/provider/resultsetbase.hxx -xmlhelp/source/cxxhelp/provider/resultsetfactory.hxx -xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx -xmlhelp/source/cxxhelp/provider/resultsetforquery.hxx -xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx -xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx -xmlhelp/source/cxxhelp/provider/services.cxx -xmlhelp/source/cxxhelp/provider/urlparameter.cxx -xmlhelp/source/cxxhelp/provider/urlparameter.hxx -xmlhelp/source/cxxhelp/test/abidebug.hxx -xmlhelp/source/cxxhelp/test/searchdemo.cxx -xmlhelp/source/treeview/tvfactory.cxx -xmlhelp/source/treeview/tvread.cxx -xmloff/inc/AttributeContainerHandler.hxx -xmloff/inc/DomBuilderContext.hxx -xmloff/inc/DomExport.hxx -xmloff/inc/EnhancedCustomShapeToken.hxx -xmloff/inc/MetaExportComponent.hxx -xmloff/inc/MultiPropertySetHelper.hxx -xmloff/inc/PageMasterImportContext.hxx -xmloff/inc/PageMasterStyleMap.hxx -xmloff/inc/PropertySetMerger.hxx -xmloff/inc/RDFaExportHelper.hxx -xmloff/inc/RDFaImportHelper.hxx -xmloff/inc/SchXMLAutoStylePoolP.hxx -xmloff/inc/SchXMLExport.hxx -xmloff/inc/StyleMap.hxx -xmloff/inc/TransGradientStyle.hxx -xmloff/inc/WordWrapPropertyHdl.hxx -xmloff/inc/XMLBackgroundImageContext.hxx -xmloff/inc/XMLBackgroundImageExport.hxx -xmloff/inc/XMLBase64Export.hxx -xmloff/inc/XMLBasicExportFilter.hxx -xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx -xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx -xmloff/inc/XMLChartPropertySetMapper.hxx -xmloff/inc/XMLChartStyleContext.hxx -xmloff/inc/XMLClipPropertyHandler.hxx -xmloff/inc/XMLElementPropertyContext.hxx -xmloff/inc/XMLEmbeddedObjectExportFilter.hxx -xmloff/inc/XMLEmbeddedObjectImportContext.hxx -xmloff/inc/XMLEventImportHelper.hxx -xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx -xmloff/inc/XMLFootnoteConfigurationImportContext.hxx -xmloff/inc/XMLImageMapContext.hxx -xmloff/inc/XMLImageMapExport.hxx -xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx -xmloff/inc/XMLIsPercentagePropertyHandler.hxx -xmloff/inc/XMLLineNumberingImportContext.hxx -xmloff/inc/XMLNumberStylesImport.hxx -xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx -xmloff/inc/XMLRectangleMembersHandler.hxx -xmloff/inc/XMLReplacementImageContext.hxx -xmloff/inc/XMLScriptContextFactory.hxx -xmloff/inc/XMLScriptExportHandler.hxx -xmloff/inc/XMLShapePropertySetContext.hxx -xmloff/inc/XMLStarBasicContextFactory.hxx -xmloff/inc/XMLStarBasicExportHandler.hxx -xmloff/inc/XMLStringBufferImportContext.hxx -xmloff/inc/XMLTextColumnsContext.hxx -xmloff/inc/XMLTextColumnsExport.hxx -xmloff/inc/XMLTextColumnsPropertyHandler.hxx -xmloff/inc/XMLTextHeaderFooterContext.hxx -xmloff/inc/animationimport.hxx -xmloff/inc/animimp.hxx -xmloff/inc/fasttokenhandler.hxx -xmloff/inc/forms/form_handler_factory.hxx -xmloff/inc/forms/property_handler.hxx -xmloff/inc/forms/property_ids.hxx -xmloff/inc/propimp0.hxx -xmloff/inc/txtflde.hxx -xmloff/inc/txtfldi.hxx -xmloff/inc/txtlists.hxx -xmloff/inc/txtvfldi.hxx -xmloff/inc/xexptran.hxx -xmloff/inc/xmlmultiimagehelper.hxx -xmloff/inc/xmlsdtypes.hxx -xmloff/inc/xmltabe.hxx -xmloff/inc/xmltabi.hxx -xmloff/inc/xmlversion.hxx -xmloff/qa/unit/tokenmap-test.cxx -xmloff/qa/unit/uxmloff.cxx -xmloff/source/chart/ColorPropertySet.cxx -xmloff/source/chart/ColorPropertySet.hxx -xmloff/source/chart/MultiPropertySetHandler.hxx -xmloff/source/chart/PropertyMap.hxx -xmloff/source/chart/PropertyMaps.cxx -xmloff/source/chart/SchXMLAutoStylePoolP.cxx -xmloff/source/chart/SchXMLAxisContext.cxx -xmloff/source/chart/SchXMLAxisContext.hxx -xmloff/source/chart/SchXMLCalculationSettingsContext.cxx -xmloff/source/chart/SchXMLCalculationSettingsContext.hxx -xmloff/source/chart/SchXMLChartContext.cxx -xmloff/source/chart/SchXMLChartContext.hxx -xmloff/source/chart/SchXMLEnumConverter.cxx -xmloff/source/chart/SchXMLEnumConverter.hxx -xmloff/source/chart/SchXMLExport.cxx -xmloff/source/chart/SchXMLImport.cxx -xmloff/source/chart/SchXMLLegendContext.cxx -xmloff/source/chart/SchXMLLegendContext.hxx -xmloff/source/chart/SchXMLParagraphContext.cxx -xmloff/source/chart/SchXMLParagraphContext.hxx -xmloff/source/chart/SchXMLPlotAreaContext.cxx -xmloff/source/chart/SchXMLPlotAreaContext.hxx -xmloff/source/chart/SchXMLPropertyMappingContext.cxx -xmloff/source/chart/SchXMLPropertyMappingContext.hxx -xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx -xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx -xmloff/source/chart/SchXMLSeries2Context.cxx -xmloff/source/chart/SchXMLSeries2Context.hxx -xmloff/source/chart/SchXMLSeriesHelper.cxx -xmloff/source/chart/SchXMLTableContext.cxx -xmloff/source/chart/SchXMLTableContext.hxx -xmloff/source/chart/SchXMLTextListContext.cxx -xmloff/source/chart/SchXMLTextListContext.hxx -xmloff/source/chart/SchXMLTools.cxx -xmloff/source/chart/SchXMLTools.hxx -xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx -xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx -xmloff/source/chart/XMLChartPropertyContext.cxx -xmloff/source/chart/XMLChartPropertyContext.hxx -xmloff/source/chart/XMLChartStyleContext.cxx -xmloff/source/chart/XMLErrorBarStylePropertyHdl.cxx -xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx -xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx -xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx -xmloff/source/chart/XMLLabelSeparatorContext.cxx -xmloff/source/chart/XMLLabelSeparatorContext.hxx -xmloff/source/chart/XMLSymbolImageContext.cxx -xmloff/source/chart/XMLSymbolImageContext.hxx -xmloff/source/chart/XMLSymbolTypePropertyHdl.cxx -xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx -xmloff/source/chart/XMLTextOrientationHdl.cxx -xmloff/source/chart/XMLTextOrientationHdl.hxx -xmloff/source/chart/contexts.cxx -xmloff/source/chart/contexts.hxx -xmloff/source/chart/transporttypes.cxx -xmloff/source/chart/transporttypes.hxx -xmloff/source/core/DocumentSettingsContext.cxx -xmloff/source/core/DomBuilderContext.cxx -xmloff/source/core/DomExport.cxx -xmloff/source/core/ProgressBarHelper.cxx -xmloff/source/core/PropertySetMerger.cxx -xmloff/source/core/RDFaExportHelper.cxx -xmloff/source/core/RDFaImportHelper.cxx -xmloff/source/core/SettingsExportHelper.cxx -xmloff/source/core/SvXMLAttr.cxx -xmloff/source/core/SvXMLAttr.hxx -xmloff/source/core/SvXMLAttrCollection.cxx -xmloff/source/core/SvXMLAttrCollection.hxx -xmloff/source/core/XMLBase64Export.cxx -xmloff/source/core/XMLBase64ImportContext.cxx -xmloff/source/core/XMLBasicExportFilter.cxx -xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx -xmloff/source/core/XMLEmbeddedObjectImportContext.cxx -xmloff/source/core/attrlist.cxx -xmloff/source/core/fasttokenhandler.cxx -xmloff/source/core/i18nmap.cxx -xmloff/source/core/nmspmap.cxx -xmloff/source/core/unoatrcn.cxx -xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx -xmloff/source/core/xmlcnimp.cxx -xmloff/source/core/xmlerror.cxx -xmloff/source/core/xmlexp.cxx -xmloff/source/core/xmlictxt.cxx -xmloff/source/core/xmlimp.cxx -xmloff/source/core/xmlmultiimagehelper.cxx -xmloff/source/core/xmltkmap.cxx -xmloff/source/core/xmltoken.cxx -xmloff/source/core/xmluconv.cxx -xmloff/source/draw/EnhancedCustomShapeToken.cxx -xmloff/source/draw/XMLGraphicsDefaultStyle.cxx -xmloff/source/draw/XMLImageMapContext.cxx -xmloff/source/draw/XMLImageMapExport.cxx -xmloff/source/draw/XMLNumberStyles.cxx -xmloff/source/draw/XMLNumberStylesExport.hxx -xmloff/source/draw/XMLReplacementImageContext.cxx -xmloff/source/draw/XMLShapePropertySetContext.cxx -xmloff/source/draw/XMLShapeStyleContext.cxx -xmloff/source/draw/animationexport.cxx -xmloff/source/draw/animationimport.cxx -xmloff/source/draw/animexp.cxx -xmloff/source/draw/animimp.cxx -xmloff/source/draw/descriptionimp.cxx -xmloff/source/draw/descriptionimp.hxx -xmloff/source/draw/eventimp.cxx -xmloff/source/draw/eventimp.hxx -xmloff/source/draw/layerexp.cxx -xmloff/source/draw/layerimp.cxx -xmloff/source/draw/layerimp.hxx -xmloff/source/draw/numithdl.cxx -xmloff/source/draw/numithdl.hxx -xmloff/source/draw/propimp0.cxx -xmloff/source/draw/sdpropls.cxx -xmloff/source/draw/sdpropls.hxx -xmloff/source/draw/sdxmlexp.cxx -xmloff/source/draw/sdxmlexp_impl.hxx -xmloff/source/draw/sdxmlimp.cxx -xmloff/source/draw/sdxmlimp_impl.hxx -xmloff/source/draw/shapeexport.cxx -xmloff/source/draw/shapeimport.cxx -xmloff/source/draw/xexptran.cxx -xmloff/source/draw/ximp3dobject.cxx -xmloff/source/draw/ximp3dobject.hxx -xmloff/source/draw/ximp3dscene.cxx -xmloff/source/draw/ximp3dscene.hxx -xmloff/source/draw/ximpbody.cxx -xmloff/source/draw/ximpbody.hxx -xmloff/source/draw/ximpcustomshape.cxx -xmloff/source/draw/ximpcustomshape.hxx -xmloff/source/draw/ximpgrp.cxx -xmloff/source/draw/ximpgrp.hxx -xmloff/source/draw/ximplink.cxx -xmloff/source/draw/ximplink.hxx -xmloff/source/draw/ximpnote.cxx -xmloff/source/draw/ximpnote.hxx -xmloff/source/draw/ximppage.cxx -xmloff/source/draw/ximppage.hxx -xmloff/source/draw/ximpshap.cxx -xmloff/source/draw/ximpshap.hxx -xmloff/source/draw/ximpshow.cxx -xmloff/source/draw/ximpshow.hxx -xmloff/source/draw/ximpstyl.cxx -xmloff/source/draw/ximpstyl.hxx -xmloff/source/forms/attriblistmerge.cxx -xmloff/source/forms/attriblistmerge.hxx -xmloff/source/forms/callbacks.hxx -xmloff/source/forms/controlelement.cxx -xmloff/source/forms/controlelement.hxx -xmloff/source/forms/controlpropertyhdl.cxx -xmloff/source/forms/controlpropertymap.cxx -xmloff/source/forms/controlpropertymap.hxx -xmloff/source/forms/elementexport.cxx -xmloff/source/forms/elementexport.hxx -xmloff/source/forms/elementimport.cxx -xmloff/source/forms/elementimport.hxx -xmloff/source/forms/eventexport.cxx -xmloff/source/forms/eventexport.hxx -xmloff/source/forms/eventimport.cxx -xmloff/source/forms/eventimport.hxx -xmloff/source/forms/formattributes.cxx -xmloff/source/forms/formattributes.hxx -xmloff/source/forms/formcellbinding.cxx -xmloff/source/forms/formcellbinding.hxx -xmloff/source/forms/formenums.cxx -xmloff/source/forms/formenums.hxx -xmloff/source/forms/formevents.cxx -xmloff/source/forms/formevents.hxx -xmloff/source/forms/formlayerexport.cxx -xmloff/source/forms/formlayerimport.cxx -xmloff/source/forms/gridcolumnproptranslator.cxx -xmloff/source/forms/gridcolumnproptranslator.hxx -xmloff/source/forms/handler/form_handler_factory.cxx -xmloff/source/forms/handler/vcl_date_handler.cxx -xmloff/source/forms/handler/vcl_date_handler.hxx -xmloff/source/forms/handler/vcl_time_handler.cxx -xmloff/source/forms/handler/vcl_time_handler.hxx -xmloff/source/forms/layerexport.cxx -xmloff/source/forms/layerexport.hxx -xmloff/source/forms/layerimport.cxx -xmloff/source/forms/layerimport.hxx -xmloff/source/forms/logging.cxx -xmloff/source/forms/logging.hxx -xmloff/source/forms/officeforms.cxx -xmloff/source/forms/officeforms.hxx -xmloff/source/forms/property_description.hxx -xmloff/source/forms/property_meta_data.cxx -xmloff/source/forms/property_meta_data.hxx -xmloff/source/forms/propertyexport.cxx -xmloff/source/forms/propertyexport.hxx -xmloff/source/forms/propertyimport.cxx -xmloff/source/forms/propertyimport.hxx -xmloff/source/forms/strings.hxx -xmloff/source/forms/valueproperties.cxx -xmloff/source/forms/valueproperties.hxx -xmloff/source/meta/MetaExportComponent.cxx -xmloff/source/meta/MetaImportComponent.cxx -xmloff/source/meta/xmlmetae.cxx -xmloff/source/meta/xmlmetai.cxx -xmloff/source/meta/xmlversion.cxx -xmloff/source/script/XMLEventExport.cxx -xmloff/source/script/XMLEventImportHelper.cxx -xmloff/source/script/XMLEventsImportContext.cxx -xmloff/source/script/XMLScriptContextFactory.cxx -xmloff/source/script/XMLScriptExportHandler.cxx -xmloff/source/script/XMLStarBasicContextFactory.cxx -xmloff/source/script/XMLStarBasicExportHandler.cxx -xmloff/source/script/xmlscripti.cxx -xmloff/source/style/AttributeContainerHandler.cxx -xmloff/source/style/DashStyle.cxx -xmloff/source/style/DrawAspectHdl.cxx -xmloff/source/style/DrawAspectHdl.hxx -xmloff/source/style/EnumPropertyHdl.cxx -xmloff/source/style/FillStyleContext.cxx -xmloff/source/style/FillStyleContext.hxx -xmloff/source/style/GradientStyle.cxx -xmloff/source/style/HatchStyle.cxx -xmloff/source/style/ImageStyle.cxx -xmloff/source/style/MarkerStyle.cxx -xmloff/source/style/MultiPropertySetHelper.cxx -xmloff/source/style/NamedBoolPropertyHdl.cxx -xmloff/source/style/PageHeaderFooterContext.cxx -xmloff/source/style/PageHeaderFooterContext.hxx -xmloff/source/style/PageMasterExportPropMapper.cxx -xmloff/source/style/PageMasterExportPropMapper.hxx -xmloff/source/style/PageMasterImportContext.cxx -xmloff/source/style/PageMasterImportPropMapper.cxx -xmloff/source/style/PageMasterImportPropMapper.hxx -xmloff/source/style/PageMasterPropHdl.cxx -xmloff/source/style/PageMasterPropHdl.hxx -xmloff/source/style/PageMasterPropHdlFactory.cxx -xmloff/source/style/PageMasterPropHdlFactory.hxx -xmloff/source/style/PageMasterPropMapper.cxx -xmloff/source/style/PageMasterPropMapper.hxx -xmloff/source/style/PageMasterStyleMap.cxx -xmloff/source/style/PagePropertySetContext.cxx -xmloff/source/style/PagePropertySetContext.hxx -xmloff/source/style/SinglePropertySetInfoCache.cxx -xmloff/source/style/StyleMap.cxx -xmloff/source/style/TransGradientStyle.cxx -xmloff/source/style/WordWrapPropertyHdl.cxx -xmloff/source/style/XMLBackgroundImageContext.cxx -xmloff/source/style/XMLBackgroundImageExport.cxx -xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx -xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx -xmloff/source/style/XMLClipPropertyHandler.cxx -xmloff/source/style/XMLConstantsPropertyHandler.cxx -xmloff/source/style/XMLElementPropertyContext.cxx -xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx -xmloff/source/style/XMLFontAutoStylePool.cxx -xmloff/source/style/XMLFontStylesContext.cxx -xmloff/source/style/XMLFontStylesContext_impl.hxx -xmloff/source/style/XMLFootnoteSeparatorExport.cxx -xmloff/source/style/XMLFootnoteSeparatorExport.hxx -xmloff/source/style/XMLFootnoteSeparatorImport.cxx -xmloff/source/style/XMLFootnoteSeparatorImport.hxx -xmloff/source/style/XMLIsPercentagePropertyHandler.cxx -xmloff/source/style/XMLPageExport.cxx -xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx -xmloff/source/style/XMLRectangleMembersHandler.cxx -xmloff/source/style/adjushdl.cxx -xmloff/source/style/adjushdl.hxx -xmloff/source/style/backhdl.cxx -xmloff/source/style/backhdl.hxx -xmloff/source/style/bordrhdl.cxx -xmloff/source/style/bordrhdl.hxx -xmloff/source/style/breakhdl.cxx -xmloff/source/style/breakhdl.hxx -xmloff/source/style/cdouthdl.cxx -xmloff/source/style/cdouthdl.hxx -xmloff/source/style/chrhghdl.cxx -xmloff/source/style/chrhghdl.hxx -xmloff/source/style/chrlohdl.cxx -xmloff/source/style/chrlohdl.hxx -xmloff/source/style/csmaphdl.cxx -xmloff/source/style/csmaphdl.hxx -xmloff/source/style/durationhdl.cxx -xmloff/source/style/durationhdl.hxx -xmloff/source/style/escphdl.cxx -xmloff/source/style/escphdl.hxx -xmloff/source/style/fonthdl.cxx -xmloff/source/style/fonthdl.hxx -xmloff/source/style/impastpl.cxx -xmloff/source/style/impastpl.hxx -xmloff/source/style/kernihdl.cxx -xmloff/source/style/kernihdl.hxx -xmloff/source/style/lspachdl.cxx -xmloff/source/style/lspachdl.hxx -xmloff/source/style/numehelp.cxx -xmloff/source/style/opaquhdl.cxx -xmloff/source/style/opaquhdl.hxx -xmloff/source/style/postuhdl.cxx -xmloff/source/style/postuhdl.hxx -xmloff/source/style/prhdlfac.cxx -xmloff/source/style/prstylecond.cxx -xmloff/source/style/prstylei.cxx -xmloff/source/style/shadwhdl.cxx -xmloff/source/style/shadwhdl.hxx -xmloff/source/style/shdwdhdl.cxx -xmloff/source/style/shdwdhdl.hxx -xmloff/source/style/styleexp.cxx -xmloff/source/style/tabsthdl.cxx -xmloff/source/style/tabsthdl.hxx -xmloff/source/style/undlihdl.cxx -xmloff/source/style/undlihdl.hxx -xmloff/source/style/weighhdl.cxx -xmloff/source/style/weighhdl.hxx -xmloff/source/style/xmlaustp.cxx -xmloff/source/style/xmlbahdl.cxx -xmloff/source/style/xmlbahdl.hxx -xmloff/source/style/xmlexppr.cxx -xmloff/source/style/xmlimppr.cxx -xmloff/source/style/xmlnume.cxx -xmloff/source/style/xmlnumfe.cxx -xmloff/source/style/xmlnumfi.cxx -xmloff/source/style/xmlnumi.cxx -xmloff/source/style/xmlprcon.cxx -xmloff/source/style/xmlprhdl.cxx -xmloff/source/style/xmlprmap.cxx -xmloff/source/style/xmlstyle.cxx -xmloff/source/style/xmltabe.cxx -xmloff/source/style/xmltabi.cxx -xmloff/source/table/XMLTableExport.cxx -xmloff/source/table/XMLTableImport.cxx -xmloff/source/text/XMLAnchorTypePropHdl.hxx -xmloff/source/text/XMLAutoMarkFileContext.cxx -xmloff/source/text/XMLAutoMarkFileContext.hxx -xmloff/source/text/XMLAutoTextContainerEventImport.cxx -xmloff/source/text/XMLAutoTextContainerEventImport.hxx -xmloff/source/text/XMLAutoTextEventExport.cxx -xmloff/source/text/XMLAutoTextEventExport.hxx -xmloff/source/text/XMLAutoTextEventImport.cxx -xmloff/source/text/XMLAutoTextEventImport.hxx -xmloff/source/text/XMLCalculationSettingsContext.cxx -xmloff/source/text/XMLCalculationSettingsContext.hxx -xmloff/source/text/XMLChangeElementImportContext.cxx -xmloff/source/text/XMLChangeElementImportContext.hxx -xmloff/source/text/XMLChangeImportContext.cxx -xmloff/source/text/XMLChangeImportContext.hxx -xmloff/source/text/XMLChangeInfoContext.cxx -xmloff/source/text/XMLChangeInfoContext.hxx -xmloff/source/text/XMLChangedRegionImportContext.cxx -xmloff/source/text/XMLChangedRegionImportContext.hxx -xmloff/source/text/XMLFootnoteBodyImportContext.cxx -xmloff/source/text/XMLFootnoteBodyImportContext.hxx -xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx -xmloff/source/text/XMLFootnoteImportContext.cxx -xmloff/source/text/XMLFootnoteImportContext.hxx -xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx -xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx -xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx -xmloff/source/text/XMLIndexBibliographyEntryContext.cxx -xmloff/source/text/XMLIndexBibliographyEntryContext.hxx -xmloff/source/text/XMLIndexBibliographySourceContext.cxx -xmloff/source/text/XMLIndexBibliographySourceContext.hxx -xmloff/source/text/XMLIndexBodyContext.cxx -xmloff/source/text/XMLIndexBodyContext.hxx -xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx -xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx -xmloff/source/text/XMLIndexIllustrationSourceContext.cxx -xmloff/source/text/XMLIndexIllustrationSourceContext.hxx -xmloff/source/text/XMLIndexMarkExport.cxx -xmloff/source/text/XMLIndexMarkExport.hxx -xmloff/source/text/XMLIndexObjectSourceContext.cxx -xmloff/source/text/XMLIndexObjectSourceContext.hxx -xmloff/source/text/XMLIndexSimpleEntryContext.cxx -xmloff/source/text/XMLIndexSimpleEntryContext.hxx -xmloff/source/text/XMLIndexSourceBaseContext.cxx -xmloff/source/text/XMLIndexSourceBaseContext.hxx -xmloff/source/text/XMLIndexSpanEntryContext.cxx -xmloff/source/text/XMLIndexSpanEntryContext.hxx -xmloff/source/text/XMLIndexTOCContext.cxx -xmloff/source/text/XMLIndexTOCContext.hxx -xmloff/source/text/XMLIndexTOCSourceContext.cxx -xmloff/source/text/XMLIndexTOCSourceContext.hxx -xmloff/source/text/XMLIndexTOCStylesContext.cxx -xmloff/source/text/XMLIndexTOCStylesContext.hxx -xmloff/source/text/XMLIndexTabStopEntryContext.cxx -xmloff/source/text/XMLIndexTabStopEntryContext.hxx -xmloff/source/text/XMLIndexTableSourceContext.cxx -xmloff/source/text/XMLIndexTableSourceContext.hxx -xmloff/source/text/XMLIndexTemplateContext.cxx -xmloff/source/text/XMLIndexTemplateContext.hxx -xmloff/source/text/XMLIndexTitleTemplateContext.cxx -xmloff/source/text/XMLIndexTitleTemplateContext.hxx -xmloff/source/text/XMLIndexUserSourceContext.cxx -xmloff/source/text/XMLIndexUserSourceContext.hxx -xmloff/source/text/XMLLineNumberingExport.cxx -xmloff/source/text/XMLLineNumberingImportContext.cxx -xmloff/source/text/XMLLineNumberingSeparatorImportContext.cxx -xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx -xmloff/source/text/XMLPropertyBackpatcher.cxx -xmloff/source/text/XMLPropertyBackpatcher.hxx -xmloff/source/text/XMLRedlineExport.cxx -xmloff/source/text/XMLRedlineExport.hxx -xmloff/source/text/XMLSectionExport.cxx -xmloff/source/text/XMLSectionExport.hxx -xmloff/source/text/XMLSectionFootnoteConfigExport.cxx -xmloff/source/text/XMLSectionFootnoteConfigExport.hxx -xmloff/source/text/XMLSectionFootnoteConfigImport.cxx -xmloff/source/text/XMLSectionFootnoteConfigImport.hxx -xmloff/source/text/XMLSectionImportContext.cxx -xmloff/source/text/XMLSectionImportContext.hxx -xmloff/source/text/XMLSectionSourceDDEImportContext.cxx -xmloff/source/text/XMLSectionSourceDDEImportContext.hxx -xmloff/source/text/XMLSectionSourceImportContext.cxx -xmloff/source/text/XMLSectionSourceImportContext.hxx -xmloff/source/text/XMLStringBufferImportContext.cxx -xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx -xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx -xmloff/source/text/XMLTextColumnsContext.cxx -xmloff/source/text/XMLTextColumnsExport.cxx -xmloff/source/text/XMLTextFrameContext.cxx -xmloff/source/text/XMLTextFrameContext.hxx -xmloff/source/text/XMLTextFrameHyperlinkContext.cxx -xmloff/source/text/XMLTextFrameHyperlinkContext.hxx -xmloff/source/text/XMLTextHeaderFooterContext.cxx -xmloff/source/text/XMLTextListAutoStylePool.cxx -xmloff/source/text/XMLTextListBlockContext.cxx -xmloff/source/text/XMLTextListBlockContext.hxx -xmloff/source/text/XMLTextListItemContext.cxx -xmloff/source/text/XMLTextListItemContext.hxx -xmloff/source/text/XMLTextMarkImportContext.cxx -xmloff/source/text/XMLTextMarkImportContext.hxx -xmloff/source/text/XMLTextMasterPageContext.cxx -xmloff/source/text/XMLTextMasterPageExport.cxx -xmloff/source/text/XMLTextMasterStylesContext.cxx -xmloff/source/text/XMLTextNumRuleInfo.cxx -xmloff/source/text/XMLTextNumRuleInfo.hxx -xmloff/source/text/XMLTextPropertySetContext.cxx -xmloff/source/text/XMLTextPropertySetContext.hxx -xmloff/source/text/XMLTextShapeImportHelper.cxx -xmloff/source/text/XMLTextShapeStyleContext.cxx -xmloff/source/text/XMLTextTableContext.cxx -xmloff/source/text/XMLTrackedChangesImportContext.cxx -xmloff/source/text/XMLTrackedChangesImportContext.hxx -xmloff/source/text/txtdrope.cxx -xmloff/source/text/txtdrope.hxx -xmloff/source/text/txtdropi.cxx -xmloff/source/text/txtdropi.hxx -xmloff/source/text/txtexppr.cxx -xmloff/source/text/txtexppr.hxx -xmloff/source/text/txtflde.cxx -xmloff/source/text/txtfldi.cxx -xmloff/source/text/txtftne.cxx -xmloff/source/text/txtimp.cxx -xmloff/source/text/txtimppr.cxx -xmloff/source/text/txtlists.cxx -xmloff/source/text/txtparae.cxx -xmloff/source/text/txtparai.cxx -xmloff/source/text/txtparai.hxx -xmloff/source/text/txtparaimphint.hxx -xmloff/source/text/txtprhdl.cxx -xmloff/source/text/txtprhdl.hxx -xmloff/source/text/txtprmap.cxx -xmloff/source/text/txtsecte.cxx -xmloff/source/text/txtstyle.cxx -xmloff/source/text/txtstyli.cxx -xmloff/source/text/txtvfldi.cxx -xmloff/source/transform/AttrTransformerAction.hxx -xmloff/source/transform/ChartOASISTContext.cxx -xmloff/source/transform/ChartOASISTContext.hxx -xmloff/source/transform/ChartOOoTContext.cxx -xmloff/source/transform/ChartOOoTContext.hxx -xmloff/source/transform/ChartPlotAreaOASISTContext.cxx -xmloff/source/transform/ChartPlotAreaOASISTContext.hxx -xmloff/source/transform/ChartPlotAreaOOoTContext.cxx -xmloff/source/transform/ChartPlotAreaOOoTContext.hxx -xmloff/source/transform/ControlOASISTContext.cxx -xmloff/source/transform/ControlOASISTContext.hxx -xmloff/source/transform/ControlOOoTContext.cxx -xmloff/source/transform/ControlOOoTContext.hxx -xmloff/source/transform/CreateElemTContext.cxx -xmloff/source/transform/CreateElemTContext.hxx -xmloff/source/transform/DeepTContext.cxx -xmloff/source/transform/DeepTContext.hxx -xmloff/source/transform/DlgOASISTContext.cxx -xmloff/source/transform/DlgOASISTContext.hxx -xmloff/source/transform/DocumentTContext.cxx -xmloff/source/transform/DocumentTContext.hxx -xmloff/source/transform/ElemTransformerAction.hxx -xmloff/source/transform/EventMap.cxx -xmloff/source/transform/EventMap.hxx -xmloff/source/transform/EventOASISTContext.cxx -xmloff/source/transform/EventOASISTContext.hxx -xmloff/source/transform/EventOOoTContext.cxx -xmloff/source/transform/EventOOoTContext.hxx -xmloff/source/transform/FlatTContext.cxx -xmloff/source/transform/FlatTContext.hxx -xmloff/source/transform/FormPropOASISTContext.cxx -xmloff/source/transform/FormPropOASISTContext.hxx -xmloff/source/transform/FormPropOOoTContext.cxx -xmloff/source/transform/FormPropOOoTContext.hxx -xmloff/source/transform/FrameOASISTContext.cxx -xmloff/source/transform/FrameOASISTContext.hxx -xmloff/source/transform/FrameOOoTContext.cxx -xmloff/source/transform/FrameOOoTContext.hxx -xmloff/source/transform/IgnoreTContext.cxx -xmloff/source/transform/IgnoreTContext.hxx -xmloff/source/transform/MergeElemTContext.cxx -xmloff/source/transform/MergeElemTContext.hxx -xmloff/source/transform/MetaTContext.cxx -xmloff/source/transform/MetaTContext.hxx -xmloff/source/transform/MutableAttrList.cxx -xmloff/source/transform/MutableAttrList.hxx -xmloff/source/transform/NotesTContext.cxx -xmloff/source/transform/NotesTContext.hxx -xmloff/source/transform/OOo2Oasis.cxx -xmloff/source/transform/OOo2Oasis.hxx -xmloff/source/transform/Oasis2OOo.cxx -xmloff/source/transform/Oasis2OOo.hxx -xmloff/source/transform/PersAttrListTContext.cxx -xmloff/source/transform/PersAttrListTContext.hxx -xmloff/source/transform/PersMixedContentTContext.cxx -xmloff/source/transform/PersMixedContentTContext.hxx -xmloff/source/transform/ProcAddAttrTContext.cxx -xmloff/source/transform/ProcAddAttrTContext.hxx -xmloff/source/transform/ProcAttrTContext.cxx -xmloff/source/transform/ProcAttrTContext.hxx -xmloff/source/transform/PropertyActionsOASIS.cxx -xmloff/source/transform/PropertyActionsOOo.cxx -xmloff/source/transform/RenameElemTContext.cxx -xmloff/source/transform/RenameElemTContext.hxx -xmloff/source/transform/StyleOASISTContext.cxx -xmloff/source/transform/StyleOASISTContext.hxx -xmloff/source/transform/StyleOOoTContext.cxx -xmloff/source/transform/StyleOOoTContext.hxx -xmloff/source/transform/Transformer.hxx -xmloff/source/transform/TransformerActionInit.hxx -xmloff/source/transform/TransformerActions.cxx -xmloff/source/transform/TransformerActions.hxx -xmloff/source/transform/TransformerBase.cxx -xmloff/source/transform/TransformerBase.hxx -xmloff/source/transform/TransformerContext.cxx -xmloff/source/transform/TransformerContext.hxx -xmloff/source/transform/TransformerTokenMap.cxx -xmloff/source/transform/TransformerTokenMap.hxx -xmloff/source/transform/XMLFilterRegistration.cxx -xmloff/source/transform/XMLFilterRegistration.hxx -xmloff/source/xforms/SchemaContext.cxx -xmloff/source/xforms/SchemaContext.hxx -xmloff/source/xforms/SchemaRestrictionContext.cxx -xmloff/source/xforms/SchemaRestrictionContext.hxx -xmloff/source/xforms/SchemaSimpleTypeContext.cxx -xmloff/source/xforms/SchemaSimpleTypeContext.hxx -xmloff/source/xforms/TokenContext.cxx -xmloff/source/xforms/TokenContext.hxx -xmloff/source/xforms/XFormsBindContext.cxx -xmloff/source/xforms/XFormsBindContext.hxx -xmloff/source/xforms/XFormsInstanceContext.cxx -xmloff/source/xforms/XFormsInstanceContext.hxx -xmloff/source/xforms/XFormsModelContext.cxx -xmloff/source/xforms/XFormsModelContext.hxx -xmloff/source/xforms/XFormsModelExport.hxx -xmloff/source/xforms/XFormsSubmissionContext.cxx -xmloff/source/xforms/XFormsSubmissionContext.hxx -xmloff/source/xforms/xformsapi.cxx -xmloff/source/xforms/xformsapi.hxx -xmloff/source/xforms/xformsexport.cxx -xmloff/source/xforms/xformsimport.cxx -xmlreader/source/pad.cxx -xmlreader/source/span.cxx -xmlreader/source/xmlreader.cxx -xmlscript/source/inc/misc.hxx -xmlscript/source/inc/unoservices.hxx -xmlscript/source/inc/xml_import.hxx -xmlscript/source/misc/unoservices.cxx -xmlscript/source/xml_helper/xml_byteseq.cxx -xmlscript/source/xml_helper/xml_element.cxx -xmlscript/source/xml_helper/xml_impctx.cxx -xmlscript/source/xmldlg_imexp/common.hxx -xmlscript/source/xmldlg_imexp/exp_share.hxx -xmlscript/source/xmldlg_imexp/imp_share.hxx -xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx -xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx -xmlscript/source/xmldlg_imexp/xmldlg_export.cxx -xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx -xmlscript/source/xmldlg_imexp/xmldlg_import.cxx -xmlscript/source/xmlflat_imexp/xmlbas_export.cxx -xmlscript/source/xmlflat_imexp/xmlbas_export.hxx -xmlscript/source/xmllib_imexp/imp_share.hxx -xmlscript/source/xmllib_imexp/xmllib_export.cxx -xmlscript/source/xmllib_imexp/xmllib_import.cxx -xmlscript/source/xmlmod_imexp/imp_share.hxx -xmlscript/source/xmlmod_imexp/xmlmod_export.cxx -xmlscript/source/xmlmod_imexp/xmlmod_import.cxx -xmlscript/test/imexp.cxx -xmlsecurity/inc/biginteger.hxx -xmlsecurity/inc/certificatechooser.hxx -xmlsecurity/inc/certificateviewer.hxx -xmlsecurity/inc/digitalsignaturesdialog.hxx -xmlsecurity/inc/documentsignaturehelper.hxx -xmlsecurity/inc/framework/saxeventkeeperimpl.hxx -xmlsecurity/inc/framework/securityengine.hxx -xmlsecurity/inc/framework/signaturecreatorimpl.hxx -xmlsecurity/inc/framework/signatureengine.hxx -xmlsecurity/inc/framework/signatureverifierimpl.hxx -xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx -xmlsecurity/inc/gpg/SEInitializer.hxx -xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx -xmlsecurity/inc/macrosecurity.hxx -xmlsecurity/inc/xmlsec/saxhelper.hxx -xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx -xmlsecurity/inc/xmlsec/xmlstreamio.hxx -xmlsecurity/inc/xmlsignaturehelper.hxx -xmlsecurity/inc/xmlsignaturehelper2.hxx -xmlsecurity/inc/xsecctl.hxx -xmlsecurity/qa/certext/SanCertExt.cxx -xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx -xmlsecurity/source/component/certificatecontainer.cxx -xmlsecurity/source/component/documentdigitalsignatures.cxx -xmlsecurity/source/dialogs/certificatechooser.cxx -xmlsecurity/source/dialogs/certificateviewer.cxx -xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx -xmlsecurity/source/dialogs/macrosecurity.cxx -xmlsecurity/source/framework/buffernode.cxx -xmlsecurity/source/framework/buffernode.hxx -xmlsecurity/source/framework/elementcollector.cxx -xmlsecurity/source/framework/elementcollector.hxx -xmlsecurity/source/framework/elementmark.cxx -xmlsecurity/source/framework/elementmark.hxx -xmlsecurity/source/framework/saxeventkeeperimpl.cxx -xmlsecurity/source/framework/securityengine.cxx -xmlsecurity/source/framework/signaturecreatorimpl.cxx -xmlsecurity/source/framework/signatureengine.cxx -xmlsecurity/source/framework/signatureverifierimpl.cxx -xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx -xmlsecurity/source/gpg/CertificateImpl.cxx -xmlsecurity/source/gpg/CertificateImpl.hxx -xmlsecurity/source/gpg/CipherContext.cxx -xmlsecurity/source/gpg/CipherContext.hxx -xmlsecurity/source/gpg/DigestContext.cxx -xmlsecurity/source/gpg/DigestContext.hxx -xmlsecurity/source/gpg/SEInitializer.cxx -xmlsecurity/source/gpg/SecurityEnvironment.cxx -xmlsecurity/source/gpg/SecurityEnvironment.hxx -xmlsecurity/source/gpg/XMLEncryption.cxx -xmlsecurity/source/gpg/XMLEncryption.hxx -xmlsecurity/source/gpg/XMLSecurityContext.cxx -xmlsecurity/source/gpg/XMLSecurityContext.hxx -xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx -xmlsecurity/source/helper/documentsignaturehelper.cxx -xmlsecurity/source/helper/ooxmlsecparser.cxx -xmlsecurity/source/helper/ooxmlsecparser.hxx -xmlsecurity/source/helper/xmlsignaturehelper.cxx -xmlsecurity/source/helper/xmlsignaturehelper2.cxx -xmlsecurity/source/helper/xsecctl.cxx -xmlsecurity/source/helper/xsecparser.cxx -xmlsecurity/source/helper/xsecparser.hxx -xmlsecurity/source/helper/xsecsign.cxx -xmlsecurity/source/helper/xsecverify.cxx -xmlsecurity/source/xmlsec/biginteger.cxx -xmlsecurity/source/xmlsec/certificateextension_certextn.cxx -xmlsecurity/source/xmlsec/certificateextension_certextn.hxx -xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx -xmlsecurity/source/xmlsec/errorcallback.cxx -xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx -xmlsecurity/source/xmlsec/mscrypt/akmngr.hxx -xmlsecurity/source/xmlsec/mscrypt/oid.hxx -xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx -xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx -xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx -xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx -xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx -xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx -xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx -xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx -xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx -xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx -xmlsecurity/source/xmlsec/nss/certerrors.h -xmlsecurity/source/xmlsec/nss/ciphercontext.cxx -xmlsecurity/source/xmlsec/nss/ciphercontext.hxx -xmlsecurity/source/xmlsec/nss/digestcontext.cxx -xmlsecurity/source/xmlsec/nss/digestcontext.hxx -xmlsecurity/source/xmlsec/nss/nssinitializer.cxx -xmlsecurity/source/xmlsec/nss/nssinitializer.hxx -xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx -xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx -xmlsecurity/source/xmlsec/nss/secerror.cxx -xmlsecurity/source/xmlsec/nss/secerror.hxx -xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx -xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx -xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx -xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx -xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx -xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx -xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx -xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx -xmlsecurity/source/xmlsec/saxhelper.cxx -xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx -xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx -xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx -xmlsecurity/source/xmlsec/xmlsec_init.cxx -xmlsecurity/source/xmlsec/xmlstreamio.cxx diff --git a/solenv/clang-format/check-last-commit b/solenv/clang-format/check-last-commit index 57939815bb0a..0de5ac4b0783 100755 --- a/solenv/clang-format/check-last-commit +++ b/solenv/clang-format/check-last-commit @@ -26,7 +26,7 @@ sub check_style() my $src = ClangFormat::get_extension_regex(); my @good_names = (); my @bad_names = (); - my $blacklist_names = ClangFormat::get_blacklist(); + my $excluded_list_names = ClangFormat::get_excludelist(); my $clang_format = ClangFormat::find(); my $parent = $commit + 1; @@ -38,7 +38,7 @@ sub check_style() while (my $filename = ) { chomp $filename; - if ($filename =~ /\.($src)$/ and !exists($blacklist_names->{$filename})) + if ($filename =~ /\.($src)$/ and !exists($excluded_list_names->{$filename})) { if (! -x $clang_format) { @@ -67,7 +67,7 @@ sub check_style() print("and the clang-format rules. Tips:\n"); print("\n- You may run '/opt/lo/bin/clang-format -i ' to fix up style automatically.\n"); print("- See solenv/clang-format/README on where to get the required version of clang-format binaries.\n"); - print("- If you renamed a blacklisted file, update solenv/clang-format/blacklist accordingly to keep it blacklisted.\n"); + print("- If you renamed an excluded file, update solenv/clang-format/excludelist accordingly to keep it excluded.\n"); print("\nsolenv/clang-format/check-last-commit: KO\n"); exit(1); } diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist new file mode 100644 index 000000000000..eda629a26010 --- /dev/null +++ b/solenv/clang-format/excludelist @@ -0,0 +1,18490 @@ +UnoControls/inc/basecontainercontrol.hxx +UnoControls/inc/basecontrol.hxx +UnoControls/inc/multiplexer.hxx +UnoControls/source/base/basecontainercontrol.cxx +UnoControls/source/base/basecontrol.cxx +UnoControls/source/base/multiplexer.cxx +UnoControls/source/base/registercontrols.cxx +UnoControls/source/controls/OConnectionPointContainerHelper.cxx +UnoControls/source/controls/OConnectionPointHelper.cxx +UnoControls/source/controls/framecontrol.cxx +UnoControls/source/controls/progressbar.cxx +UnoControls/source/controls/progressmonitor.cxx +UnoControls/source/controls/statusindicator.cxx +UnoControls/source/inc/OConnectionPointContainerHelper.hxx +UnoControls/source/inc/OConnectionPointHelper.hxx +UnoControls/source/inc/framecontrol.hxx +UnoControls/source/inc/progressbar.hxx +UnoControls/source/inc/progressmonitor.hxx +UnoControls/source/inc/statusindicator.hxx +accessibility/inc/extended/AccessibleBrowseBox.hxx +accessibility/inc/extended/AccessibleBrowseBoxBase.hxx +accessibility/inc/extended/AccessibleBrowseBoxCheckBoxCell.hxx +accessibility/inc/extended/AccessibleBrowseBoxHeaderBar.hxx +accessibility/inc/extended/AccessibleBrowseBoxHeaderCell.hxx +accessibility/inc/extended/AccessibleBrowseBoxTable.hxx +accessibility/inc/extended/AccessibleBrowseBoxTableBase.hxx +accessibility/inc/extended/AccessibleBrowseBoxTableCell.hxx +accessibility/inc/extended/AccessibleGridControl.hxx +accessibility/inc/extended/AccessibleGridControlBase.hxx +accessibility/inc/extended/AccessibleGridControlHeader.hxx +accessibility/inc/extended/AccessibleGridControlHeaderCell.hxx +accessibility/inc/extended/AccessibleGridControlTable.hxx +accessibility/inc/extended/AccessibleGridControlTableBase.hxx +accessibility/inc/extended/AccessibleGridControlTableCell.hxx +accessibility/inc/extended/accessiblebrowseboxcell.hxx +accessibility/inc/extended/accessibleeditbrowseboxcell.hxx +accessibility/inc/extended/accessibleiconchoicectrl.hxx +accessibility/inc/extended/accessibleiconchoicectrlentry.hxx +accessibility/inc/extended/accessiblelistbox.hxx +accessibility/inc/extended/accessiblelistboxentry.hxx +accessibility/inc/extended/accessibletabbar.hxx +accessibility/inc/extended/accessibletabbarbase.hxx +accessibility/inc/extended/accessibletabbarpage.hxx +accessibility/inc/extended/accessibletabbarpagelist.hxx +accessibility/inc/extended/accessibletablistbox.hxx +accessibility/inc/extended/accessibletablistboxtable.hxx +accessibility/inc/extended/textwindowaccessibility.hxx +accessibility/inc/helper/IComboListBoxHelper.hxx +accessibility/inc/helper/characterattributeshelper.hxx +accessibility/inc/helper/listboxhelper.hxx +accessibility/inc/standard/accessiblemenubasecomponent.hxx +accessibility/inc/standard/accessiblemenucomponent.hxx +accessibility/inc/standard/accessiblemenuitemcomponent.hxx +accessibility/inc/standard/vclxaccessiblebox.hxx +accessibility/inc/standard/vclxaccessiblebutton.hxx +accessibility/inc/standard/vclxaccessiblecheckbox.hxx +accessibility/inc/standard/vclxaccessiblecombobox.hxx +accessibility/inc/standard/vclxaccessibledropdowncombobox.hxx +accessibility/inc/standard/vclxaccessibledropdownlistbox.hxx +accessibility/inc/standard/vclxaccessibleedit.hxx +accessibility/inc/standard/vclxaccessiblefixedhyperlink.hxx +accessibility/inc/standard/vclxaccessiblefixedtext.hxx +accessibility/inc/standard/vclxaccessibleheaderbar.hxx +accessibility/inc/standard/vclxaccessibleheaderbaritem.hxx +accessibility/inc/standard/vclxaccessiblelist.hxx +accessibility/inc/standard/vclxaccessiblelistbox.hxx +accessibility/inc/standard/vclxaccessiblelistitem.hxx +accessibility/inc/standard/vclxaccessiblemenu.hxx +accessibility/inc/standard/vclxaccessiblemenubar.hxx +accessibility/inc/standard/vclxaccessiblemenuitem.hxx +accessibility/inc/standard/vclxaccessiblemenuseparator.hxx +accessibility/inc/standard/vclxaccessiblepopupmenu.hxx +accessibility/inc/standard/vclxaccessibleradiobutton.hxx +accessibility/inc/standard/vclxaccessiblescrollbar.hxx +accessibility/inc/standard/vclxaccessiblestatusbar.hxx +accessibility/inc/standard/vclxaccessiblestatusbaritem.hxx +accessibility/inc/standard/vclxaccessibletabcontrol.hxx +accessibility/inc/standard/vclxaccessibletabpage.hxx +accessibility/inc/standard/vclxaccessibletabpagewindow.hxx +accessibility/inc/standard/vclxaccessibletextcomponent.hxx +accessibility/inc/standard/vclxaccessibletextfield.hxx +accessibility/inc/standard/vclxaccessibletoolbox.hxx +accessibility/inc/standard/vclxaccessibletoolboxitem.hxx +accessibility/inc/strings.hxx +accessibility/source/extended/AccessibleBrowseBox.cxx +accessibility/source/extended/AccessibleBrowseBoxBase.cxx +accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx +accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx +accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx +accessibility/source/extended/AccessibleBrowseBoxTable.cxx +accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx +accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx +accessibility/source/extended/AccessibleGridControl.cxx +accessibility/source/extended/AccessibleGridControlBase.cxx +accessibility/source/extended/AccessibleGridControlHeader.cxx +accessibility/source/extended/AccessibleGridControlHeaderCell.cxx +accessibility/source/extended/AccessibleGridControlTable.cxx +accessibility/source/extended/AccessibleGridControlTableBase.cxx +accessibility/source/extended/AccessibleGridControlTableCell.cxx +accessibility/source/extended/accessiblebrowseboxcell.cxx +accessibility/source/extended/accessibleeditbrowseboxcell.cxx +accessibility/source/extended/accessibleiconchoicectrl.cxx +accessibility/source/extended/accessibleiconchoicectrlentry.cxx +accessibility/source/extended/accessiblelistbox.cxx +accessibility/source/extended/accessiblelistboxentry.cxx +accessibility/source/extended/accessibletabbar.cxx +accessibility/source/extended/accessibletabbarbase.cxx +accessibility/source/extended/accessibletabbarpage.cxx +accessibility/source/extended/accessibletabbarpagelist.cxx +accessibility/source/extended/accessibletablistbox.cxx +accessibility/source/extended/accessibletablistboxtable.cxx +accessibility/source/extended/textwindowaccessibility.cxx +accessibility/source/helper/IComboListBoxHelper.cxx +accessibility/source/helper/acc_factory.cxx +accessibility/source/helper/accresmgr.cxx +accessibility/source/helper/characterattributeshelper.cxx +accessibility/source/standard/accessiblemenubasecomponent.cxx +accessibility/source/standard/accessiblemenucomponent.cxx +accessibility/source/standard/accessiblemenuitemcomponent.cxx +accessibility/source/standard/floatingwindowaccessible.cxx +accessibility/source/standard/vclxaccessiblebox.cxx +accessibility/source/standard/vclxaccessiblebutton.cxx +accessibility/source/standard/vclxaccessiblecheckbox.cxx +accessibility/source/standard/vclxaccessiblecombobox.cxx +accessibility/source/standard/vclxaccessibledropdowncombobox.cxx +accessibility/source/standard/vclxaccessibledropdownlistbox.cxx +accessibility/source/standard/vclxaccessibleedit.cxx +accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx +accessibility/source/standard/vclxaccessiblefixedtext.cxx +accessibility/source/standard/vclxaccessibleheaderbar.cxx +accessibility/source/standard/vclxaccessibleheaderbaritem.cxx +accessibility/source/standard/vclxaccessiblelist.cxx +accessibility/source/standard/vclxaccessiblelistbox.cxx +accessibility/source/standard/vclxaccessiblelistitem.cxx +accessibility/source/standard/vclxaccessiblemenu.cxx +accessibility/source/standard/vclxaccessiblemenubar.cxx +accessibility/source/standard/vclxaccessiblemenuitem.cxx +accessibility/source/standard/vclxaccessiblemenuseparator.cxx +accessibility/source/standard/vclxaccessiblepopupmenu.cxx +accessibility/source/standard/vclxaccessibleradiobutton.cxx +accessibility/source/standard/vclxaccessiblescrollbar.cxx +accessibility/source/standard/vclxaccessiblestatusbar.cxx +accessibility/source/standard/vclxaccessiblestatusbaritem.cxx +accessibility/source/standard/vclxaccessibletabcontrol.cxx +accessibility/source/standard/vclxaccessibletabpage.cxx +accessibility/source/standard/vclxaccessibletabpagewindow.cxx +accessibility/source/standard/vclxaccessibletextcomponent.cxx +accessibility/source/standard/vclxaccessibletextfield.cxx +accessibility/source/standard/vclxaccessibletoolbox.cxx +accessibility/source/standard/vclxaccessibletoolboxitem.cxx +animations/source/animcore/animcore.cxx +apple_remote/source/AppleRemote.h +apple_remote/source/GlobalKeyboardDevice.h +apple_remote/source/HIDRemoteControlDevice.h +apple_remote/source/KeyspanFrontRowControl.h +apple_remote/source/MultiClickRemoteBehavior.h +apple_remote/source/RemoteControlContainer.h +avmedia/inc/helpids.h +avmedia/inc/mediacontrol.hxx +avmedia/source/avmediadummy.cxx +avmedia/source/framework/MediaControlBase.cxx +avmedia/source/framework/mediacontrol.cxx +avmedia/source/framework/mediaitem.cxx +avmedia/source/framework/mediaplayer.cxx +avmedia/source/framework/mediatoolbox.cxx +avmedia/source/framework/soundhandler.cxx +avmedia/source/framework/soundhandler.hxx +avmedia/source/gstreamer/gstframegrabber.cxx +avmedia/source/gstreamer/gstframegrabber.hxx +avmedia/source/gstreamer/gstmanager.cxx +avmedia/source/gstreamer/gstmanager.hxx +avmedia/source/gstreamer/gstplayer.cxx +avmedia/source/gstreamer/gstplayer.hxx +avmedia/source/gstreamer/gstuno.cxx +avmedia/source/gstreamer/gstwindow.cxx +avmedia/source/gstreamer/gstwindow.hxx +avmedia/source/inc/mediamisc.hxx +avmedia/source/macavf/framegrabber.hxx +avmedia/source/macavf/macavfcommon.hxx +avmedia/source/macavf/manager.hxx +avmedia/source/macavf/player.hxx +avmedia/source/macavf/window.hxx +avmedia/source/viewer/mediaevent_impl.cxx +avmedia/source/viewer/mediaevent_impl.hxx +avmedia/source/viewer/mediawindow.cxx +avmedia/source/viewer/mediawindow_impl.cxx +avmedia/source/viewer/mediawindow_impl.hxx +avmedia/source/vlc/inc/wrapper/Common.hxx +avmedia/source/vlc/inc/wrapper/EventHandler.hxx +avmedia/source/vlc/inc/wrapper/EventManager.hxx +avmedia/source/vlc/inc/wrapper/Instance.hxx +avmedia/source/vlc/inc/wrapper/Media.hxx +avmedia/source/vlc/inc/wrapper/Player.hxx +avmedia/source/vlc/inc/wrapper/ThreadsafeQueue.hxx +avmedia/source/vlc/vlcframegrabber.cxx +avmedia/source/vlc/vlcframegrabber.hxx +avmedia/source/vlc/vlcmanager.cxx +avmedia/source/vlc/vlcmanager.hxx +avmedia/source/vlc/vlcplayer.cxx +avmedia/source/vlc/vlcplayer.hxx +avmedia/source/vlc/vlcuno.cxx +avmedia/source/vlc/vlcwindow.cxx +avmedia/source/vlc/vlcwindow.hxx +avmedia/source/vlc/wrapper/Common.cxx +avmedia/source/vlc/wrapper/EventHandler.cxx +avmedia/source/vlc/wrapper/EventManager.cxx +avmedia/source/vlc/wrapper/Instance.cxx +avmedia/source/vlc/wrapper/Media.cxx +avmedia/source/vlc/wrapper/Player.cxx +avmedia/source/vlc/wrapper/SymbolLoader.hxx +avmedia/source/vlc/wrapper/Types.hxx +avmedia/source/win/framegrabber.cxx +avmedia/source/win/framegrabber.hxx +avmedia/source/win/interface.hxx +avmedia/source/win/manager.cxx +avmedia/source/win/manager.hxx +avmedia/source/win/player.cxx +avmedia/source/win/player.hxx +avmedia/source/win/window.cxx +avmedia/source/win/window.hxx +avmedia/source/win/winuno.cxx +basctl/inc/helpids.h +basctl/inc/iderdll.hxx +basctl/inc/strings.hxx +basctl/source/accessibility/accessibledialogcontrolshape.cxx +basctl/source/accessibility/accessibledialogwindow.cxx +basctl/source/basicide/basdoc.cxx +basctl/source/basicide/basdoc.hxx +basctl/source/basicide/basicmod.hxx +basctl/source/basicide/basicrenderable.cxx +basctl/source/basicide/basicrenderable.hxx +basctl/source/basicide/baside2.cxx +basctl/source/basicide/baside2.hxx +basctl/source/basicide/baside2b.cxx +basctl/source/basicide/baside3.cxx +basctl/source/basicide/basidectrlr.cxx +basctl/source/basicide/basides1.cxx +basctl/source/basicide/basides2.cxx +basctl/source/basicide/basides3.cxx +basctl/source/basicide/basidesh.cxx +basctl/source/basicide/basobj2.cxx +basctl/source/basicide/basobj3.cxx +basctl/source/basicide/bastype2.cxx +basctl/source/basicide/bastype3.cxx +basctl/source/basicide/bastypes.cxx +basctl/source/basicide/breakpoint.cxx +basctl/source/basicide/brkdlg.cxx +basctl/source/basicide/brkdlg.hxx +basctl/source/basicide/doceventnotifier.cxx +basctl/source/basicide/docsignature.cxx +basctl/source/basicide/documentenumeration.cxx +basctl/source/basicide/documentenumeration.hxx +basctl/source/basicide/iderdll.cxx +basctl/source/basicide/iderdll2.hxx +basctl/source/basicide/layout.cxx +basctl/source/basicide/linenumberwindow.cxx +basctl/source/basicide/linenumberwindow.hxx +basctl/source/basicide/localizationmgr.cxx +basctl/source/basicide/macrodlg.cxx +basctl/source/basicide/macrodlg.hxx +basctl/source/basicide/moduldl2.cxx +basctl/source/basicide/moduldlg.cxx +basctl/source/basicide/moduldlg.hxx +basctl/source/basicide/register.cxx +basctl/source/basicide/sbxitem.cxx +basctl/source/basicide/scriptdocument.cxx +basctl/source/basicide/unomodel.cxx +basctl/source/basicide/unomodel.hxx +basctl/source/dlged/dlged.cxx +basctl/source/dlged/dlgedclip.cxx +basctl/source/dlged/dlgedfac.cxx +basctl/source/dlged/dlgedfunc.cxx +basctl/source/dlged/dlgedlist.cxx +basctl/source/dlged/dlgedmod.cxx +basctl/source/dlged/dlgedobj.cxx +basctl/source/dlged/dlgedpage.cxx +basctl/source/dlged/dlgedview.cxx +basctl/source/dlged/managelang.cxx +basctl/source/dlged/propbrw.cxx +basctl/source/inc/accessibledialogcontrolshape.hxx +basctl/source/inc/accessibledialogwindow.hxx +basctl/source/inc/baside3.hxx +basctl/source/inc/basidectrlr.hxx +basctl/source/inc/basidesh.hxx +basctl/source/inc/basobj.hxx +basctl/source/inc/bastype2.hxx +basctl/source/inc/bastypes.hxx +basctl/source/inc/dlged.hxx +basctl/source/inc/dlgedclip.hxx +basctl/source/inc/dlgeddef.hxx +basctl/source/inc/dlgedfac.hxx +basctl/source/inc/dlgedfunc.hxx +basctl/source/inc/dlgedlist.hxx +basctl/source/inc/dlgedmod.hxx +basctl/source/inc/dlgedobj.hxx +basctl/source/inc/dlgedpage.hxx +basctl/source/inc/dlgedview.hxx +basctl/source/inc/doceventnotifier.hxx +basctl/source/inc/docsignature.hxx +basctl/source/inc/iderid.hxx +basctl/source/inc/layout.hxx +basctl/source/inc/localizationmgr.hxx +basctl/source/inc/managelang.hxx +basctl/source/inc/propbrw.hxx +basctl/source/inc/sbxitem.hxx +basctl/source/inc/scriptdocument.hxx +basegfx/source/color/bcolormodifier.cxx +basegfx/source/color/bcolortools.cxx +basegfx/source/curve/b2dbeziertools.cxx +basegfx/source/curve/b2dcubicbezier.cxx +basegfx/source/inc/hommatrixtemplate.hxx +basegfx/source/inc/stringconversiontools.hxx +basegfx/source/matrix/b2dhommatrix.cxx +basegfx/source/matrix/b2dhommatrixtools.cxx +basegfx/source/matrix/b3dhommatrix.cxx +basegfx/source/numeric/ftools.cxx +basegfx/source/point/b2dpoint.cxx +basegfx/source/point/b2ipoint.cxx +basegfx/source/point/b3dpoint.cxx +basegfx/source/polygon/b2dlinegeometry.cxx +basegfx/source/polygon/b2dpolygon.cxx +basegfx/source/polygon/b2dpolygonclipper.cxx +basegfx/source/polygon/b2dpolygoncutandtouch.cxx +basegfx/source/polygon/b2dpolygontools.cxx +basegfx/source/polygon/b2dpolygontriangulator.cxx +basegfx/source/polygon/b2dpolypolygon.cxx +basegfx/source/polygon/b2dpolypolygoncutter.cxx +basegfx/source/polygon/b2dpolypolygontools.cxx +basegfx/source/polygon/b2dsvgpolypolygon.cxx +basegfx/source/polygon/b2dtrapezoid.cxx +basegfx/source/polygon/b3dpolygon.cxx +basegfx/source/polygon/b3dpolygontools.cxx +basegfx/source/polygon/b3dpolypolygon.cxx +basegfx/source/polygon/b3dpolypolygontools.cxx +basegfx/source/range/b2dpolyrange.cxx +basegfx/source/range/b2drange.cxx +basegfx/source/range/b2drangeclipper.cxx +basegfx/source/range/b2xrange.cxx +basegfx/source/range/b3drange.cxx +basegfx/source/raster/rasterconvert3d.cxx +basegfx/source/tools/b2dclipstate.cxx +basegfx/source/tools/canvastools.cxx +basegfx/source/tools/gradienttools.cxx +basegfx/source/tools/keystoplerp.cxx +basegfx/source/tools/numbertools.cxx +basegfx/source/tools/stringconversiontools.cxx +basegfx/source/tools/systemdependentdata.cxx +basegfx/source/tools/tools.cxx +basegfx/source/tools/unopolypolygon.cxx +basegfx/source/tools/zoomtools.cxx +basegfx/source/tuple/b2dtuple.cxx +basegfx/source/tuple/b3dtuple.cxx +basegfx/source/vector/b2dvector.cxx +basegfx/source/vector/b2ivector.cxx +basegfx/source/vector/b3dvector.cxx +basegfx/source/workbench/bezierclip.cxx +basegfx/source/workbench/bezierclip.hxx +basegfx/source/workbench/convexhull.cxx +basegfx/source/workbench/gauss.hxx +basegfx/test/SvgPathImportExport.cxx +basegfx/test/basegfx3d.cxx +basegfx/test/basegfxtools.cxx +basegfx/test/boxclipper.cxx +basegfx/test/boxclipper.hxx +basegfx/test/clipstate.cxx +basegfx/test/genericclipper.cxx +basic/inc/global.hxx +basic/inc/sb.hxx +basic/inc/sbobjmod.hxx +basic/inc/sbprop.hxx +basic/inc/sbstdobj.hxx +basic/inc/sbxbase.hxx +basic/inc/sbxfac.hxx +basic/inc/sbxform.hxx +basic/inc/sbxprop.hxx +basic/qa/cppunit/basic_coverage.cxx +basic/qa/cppunit/basictest.cxx +basic/qa/cppunit/basictest.hxx +basic/qa/cppunit/test_append.cxx +basic/qa/cppunit/test_nested_struct.cxx +basic/qa/cppunit/test_scanner.cxx +basic/qa/cppunit/test_vba.cxx +basic/source/basmgr/basicmanagerrepository.cxx +basic/source/basmgr/basmgr.cxx +basic/source/basmgr/vbahelper.cxx +basic/source/classes/codecompletecache.cxx +basic/source/classes/errobject.cxx +basic/source/classes/eventatt.cxx +basic/source/classes/global.cxx +basic/source/classes/image.cxx +basic/source/classes/propacc.cxx +basic/source/classes/sb.cxx +basic/source/classes/sbunoobj.cxx +basic/source/classes/sbxmod.cxx +basic/source/comp/basiccharclass.cxx +basic/source/comp/buffer.cxx +basic/source/comp/codegen.cxx +basic/source/comp/dim.cxx +basic/source/comp/exprgen.cxx +basic/source/comp/exprnode.cxx +basic/source/comp/exprtree.cxx +basic/source/comp/io.cxx +basic/source/comp/loops.cxx +basic/source/comp/parser.cxx +basic/source/comp/sbcomp.cxx +basic/source/comp/scanner.cxx +basic/source/comp/symtbl.cxx +basic/source/comp/token.cxx +basic/source/inc/basiccharclass.hxx +basic/source/inc/buffer.hxx +basic/source/inc/codegen.hxx +basic/source/inc/date.hxx +basic/source/inc/dlgcont.hxx +basic/source/inc/errobject.hxx +basic/source/inc/expr.hxx +basic/source/inc/filefmt.hxx +basic/source/inc/image.hxx +basic/source/inc/iosys.hxx +basic/source/inc/namecont.hxx +basic/source/inc/opcodes.hxx +basic/source/inc/parser.hxx +basic/source/inc/propacc.hxx +basic/source/inc/rtlproto.hxx +basic/source/inc/runtime.hxx +basic/source/inc/sbintern.hxx +basic/source/inc/sbjsmeth.hxx +basic/source/inc/sbjsmod.hxx +basic/source/inc/sbunoobj.hxx +basic/source/inc/scanner.hxx +basic/source/inc/scriptcont.hxx +basic/source/inc/stdobj.hxx +basic/source/inc/symtbl.hxx +basic/source/inc/token.hxx +basic/source/runtime/basrdll.cxx +basic/source/runtime/comenumwrapper.cxx +basic/source/runtime/comenumwrapper.hxx +basic/source/runtime/ddectrl.cxx +basic/source/runtime/ddectrl.hxx +basic/source/runtime/dllmgr-none.cxx +basic/source/runtime/dllmgr-x64.cxx +basic/source/runtime/dllmgr-x86.cxx +basic/source/runtime/dllmgr.hxx +basic/source/runtime/inputbox.cxx +basic/source/runtime/iosys.cxx +basic/source/runtime/methods.cxx +basic/source/runtime/methods1.cxx +basic/source/runtime/props.cxx +basic/source/runtime/runtime.cxx +basic/source/runtime/stdobj.cxx +basic/source/runtime/stdobj1.cxx +basic/source/sbx/sbxarray.cxx +basic/source/sbx/sbxbase.cxx +basic/source/sbx/sbxbool.cxx +basic/source/sbx/sbxbyte.cxx +basic/source/sbx/sbxchar.cxx +basic/source/sbx/sbxcoll.cxx +basic/source/sbx/sbxconv.hxx +basic/source/sbx/sbxcurr.cxx +basic/source/sbx/sbxdate.cxx +basic/source/sbx/sbxdbl.cxx +basic/source/sbx/sbxdec.cxx +basic/source/sbx/sbxdec.hxx +basic/source/sbx/sbxexec.cxx +basic/source/sbx/sbxform.cxx +basic/source/sbx/sbxint.cxx +basic/source/sbx/sbxlng.cxx +basic/source/sbx/sbxobj.cxx +basic/source/sbx/sbxres.cxx +basic/source/sbx/sbxres.hxx +basic/source/sbx/sbxscan.cxx +basic/source/sbx/sbxsng.cxx +basic/source/sbx/sbxstr.cxx +basic/source/sbx/sbxuint.cxx +basic/source/sbx/sbxulng.cxx +basic/source/sbx/sbxvalue.cxx +basic/source/sbx/sbxvar.cxx +basic/source/uno/dlgcont.cxx +basic/source/uno/modsizeexceeded.cxx +basic/source/uno/namecont.cxx +basic/source/uno/scriptcont.cxx +bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c +bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c +binaryurp/qa/test-cache.cxx +binaryurp/qa/test-unmarshal.cxx +binaryurp/source/binaryany.cxx +binaryurp/source/binaryany.hxx +binaryurp/source/bridge.cxx +binaryurp/source/bridge.hxx +binaryurp/source/bridgefactory.cxx +binaryurp/source/bridgefactory.hxx +binaryurp/source/cache.hxx +binaryurp/source/currentcontext.cxx +binaryurp/source/currentcontext.hxx +binaryurp/source/incomingreply.hxx +binaryurp/source/incomingrequest.cxx +binaryurp/source/incomingrequest.hxx +binaryurp/source/lessoperators.cxx +binaryurp/source/lessoperators.hxx +binaryurp/source/marshal.cxx +binaryurp/source/marshal.hxx +binaryurp/source/outgoingrequest.hxx +binaryurp/source/outgoingrequests.cxx +binaryurp/source/outgoingrequests.hxx +binaryurp/source/proxy.cxx +binaryurp/source/proxy.hxx +binaryurp/source/reader.cxx +binaryurp/source/reader.hxx +binaryurp/source/readerstate.hxx +binaryurp/source/specialfunctionids.hxx +binaryurp/source/unmarshal.cxx +binaryurp/source/unmarshal.hxx +binaryurp/source/writer.cxx +binaryurp/source/writer.hxx +binaryurp/source/writerstate.hxx +bridges/inc/bridge.hxx +bridges/inc/cppinterfaceproxy.hxx +bridges/inc/types.hxx +bridges/inc/unointerfaceproxy.hxx +bridges/inc/vtablefactory.hxx +bridges/inc/vtables.hxx +bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx +bridges/source/cpp_uno/gcc3_aix_powerpc/share.hxx +bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_ios/except.cxx +bridges/source/cpp_uno/gcc3_ios/rtti.h +bridges/source/cpp_uno/gcc3_ios/share.hxx +bridges/source/cpp_uno/gcc3_ios/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h +bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx +bridges/source/cpp_uno/gcc3_linux_aarch64/abi.hxx +bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx +bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.hxx +bridges/source/cpp_uno/gcc3_linux_aarch64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_aarch64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_alpha/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx +bridges/source/cpp_uno/gcc3_linux_alpha/share.hxx +bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_arm/except.cxx +bridges/source/cpp_uno/gcc3_linux_arm/share.hxx +bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx +bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx +bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx +bridges/source/cpp_uno/gcc3_linux_hppa/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx +bridges/source/cpp_uno/gcc3_linux_ia64/share.hxx +bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_intel/call.hxx +bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx +bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx +bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_intel/except.cxx +bridges/source/cpp_uno/gcc3_linux_intel/share.hxx +bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx +bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx +bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_mips/except.cxx +bridges/source/cpp_uno/gcc3_linux_mips/share.hxx +bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_mips64/call.hxx +bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_mips64/except.cxx +bridges/source/cpp_uno/gcc3_linux_mips64/share.hxx +bridges/source/cpp_uno/gcc3_linux_mips64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc/share.hxx +bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx +bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx +bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_s390/except.cxx +bridges/source/cpp_uno/gcc3_linux_s390/share.hxx +bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx +bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx +bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx +bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx +bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_sparc64/except.cxx +bridges/source/cpp_uno/gcc3_linux_sparc64/share.hxx +bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/abi.hxx +bridges/source/cpp_uno/gcc3_linux_x86-64/call.hxx +bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.hxx +bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx +bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.hxx +bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx +bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.hxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/call.hxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.hxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx +bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.cxx +bridges/source/cpp_uno/gcc3_solaris_intel/callvirtualmethod.hxx +bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx +bridges/source/cpp_uno/gcc3_solaris_intel/share.hxx +bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx +bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx +bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx +bridges/source/cpp_uno/gcc3_solaris_sparc/share.hxx +bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx +bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx +bridges/source/cpp_uno/msvc_win32_intel/except.cxx +bridges/source/cpp_uno/msvc_win32_intel/msci.hxx +bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx +bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx +bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx +bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx +bridges/source/cpp_uno/shared/bridge.cxx +bridges/source/cpp_uno/shared/component.cxx +bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx +bridges/source/cpp_uno/shared/types.cxx +bridges/source/cpp_uno/shared/unointerfaceproxy.cxx +bridges/source/cpp_uno/shared/vtablefactory.cxx +bridges/source/cpp_uno/shared/vtables.cxx +bridges/source/jni_uno/jni_base.h +bridges/source/jni_uno/jni_bridge.cxx +bridges/source/jni_uno/jni_bridge.h +bridges/source/jni_uno/jni_data.cxx +bridges/source/jni_uno/jni_helper.h +bridges/source/jni_uno/jni_info.cxx +bridges/source/jni_uno/jni_info.h +bridges/source/jni_uno/jni_java2uno.cxx +bridges/source/jni_uno/jni_uno2java.cxx +bridges/source/jni_uno/jniunoenvironmentdata.hxx +bridges/source/jni_uno/nativethreadpool.cxx +canvas/inc/base/basemutexhelper.hxx +canvas/inc/base/bitmapcanvasbase.hxx +canvas/inc/base/bufferedgraphicdevicebase.hxx +canvas/inc/base/cachedprimitivebase.hxx +canvas/inc/base/canvasbase.hxx +canvas/inc/base/canvascustomspritebase.hxx +canvas/inc/base/canvascustomspritehelper.hxx +canvas/inc/base/disambiguationhelper.hxx +canvas/inc/base/graphicdevicebase.hxx +canvas/inc/base/integerbitmapbase.hxx +canvas/inc/base/sprite.hxx +canvas/inc/base/spritecanvasbase.hxx +canvas/inc/base/spritesurface.hxx +canvas/inc/parametricpolypolygon.hxx +canvas/inc/propertysethelper.hxx +canvas/inc/rendering/icolorbuffer.hxx +canvas/inc/rendering/irendermodule.hxx +canvas/inc/rendering/isurface.hxx +canvas/inc/rendering/isurfaceproxy.hxx +canvas/inc/rendering/isurfaceproxymanager.hxx +canvas/inc/spriteredrawmanager.hxx +canvas/inc/vclwrapper.hxx +canvas/inc/verifyinput.hxx +canvas/source/cairo/cairo_cachedbitmap.cxx +canvas/source/cairo/cairo_cachedbitmap.hxx +canvas/source/cairo/cairo_canvas.cxx +canvas/source/cairo/cairo_canvas.hxx +canvas/source/cairo/cairo_canvasbitmap.cxx +canvas/source/cairo/cairo_canvasbitmap.hxx +canvas/source/cairo/cairo_canvascustomsprite.cxx +canvas/source/cairo/cairo_canvascustomsprite.hxx +canvas/source/cairo/cairo_canvasfont.cxx +canvas/source/cairo/cairo_canvasfont.hxx +canvas/source/cairo/cairo_canvashelper.cxx +canvas/source/cairo/cairo_canvashelper.hxx +canvas/source/cairo/cairo_canvashelper_text.cxx +canvas/source/cairo/cairo_devicehelper.cxx +canvas/source/cairo/cairo_devicehelper.hxx +canvas/source/cairo/cairo_repainttarget.hxx +canvas/source/cairo/cairo_services.cxx +canvas/source/cairo/cairo_sprite.hxx +canvas/source/cairo/cairo_spritecanvas.cxx +canvas/source/cairo/cairo_spritecanvas.hxx +canvas/source/cairo/cairo_spritecanvashelper.cxx +canvas/source/cairo/cairo_spritecanvashelper.hxx +canvas/source/cairo/cairo_spritedevicehelper.cxx +canvas/source/cairo/cairo_spritedevicehelper.hxx +canvas/source/cairo/cairo_spritehelper.cxx +canvas/source/cairo/cairo_spritehelper.hxx +canvas/source/cairo/cairo_surfaceprovider.hxx +canvas/source/cairo/cairo_textlayout.cxx +canvas/source/cairo/cairo_textlayout.hxx +canvas/source/directx/dx_9rm.cxx +canvas/source/directx/dx_bitmap.cxx +canvas/source/directx/dx_bitmap.hxx +canvas/source/directx/dx_bitmapcanvashelper.cxx +canvas/source/directx/dx_bitmapcanvashelper.hxx +canvas/source/directx/dx_bitmapprovider.hxx +canvas/source/directx/dx_canvas.cxx +canvas/source/directx/dx_canvas.hxx +canvas/source/directx/dx_canvasbitmap.cxx +canvas/source/directx/dx_canvasbitmap.hxx +canvas/source/directx/dx_canvascustomsprite.cxx +canvas/source/directx/dx_canvascustomsprite.hxx +canvas/source/directx/dx_canvasfont.cxx +canvas/source/directx/dx_canvasfont.hxx +canvas/source/directx/dx_canvashelper.cxx +canvas/source/directx/dx_canvashelper.hxx +canvas/source/directx/dx_canvashelper_texturefill.cxx +canvas/source/directx/dx_config.cxx +canvas/source/directx/dx_config.hxx +canvas/source/directx/dx_devicehelper.cxx +canvas/source/directx/dx_devicehelper.hxx +canvas/source/directx/dx_gdiplususer.cxx +canvas/source/directx/dx_gdiplususer.hxx +canvas/source/directx/dx_graphicsprovider.hxx +canvas/source/directx/dx_ibitmap.hxx +canvas/source/directx/dx_impltools.cxx +canvas/source/directx/dx_impltools.hxx +canvas/source/directx/dx_linepolypolygon.cxx +canvas/source/directx/dx_linepolypolygon.hxx +canvas/source/directx/dx_rendermodule.hxx +canvas/source/directx/dx_sprite.hxx +canvas/source/directx/dx_spritecanvas.cxx +canvas/source/directx/dx_spritecanvas.hxx +canvas/source/directx/dx_spritecanvashelper.cxx +canvas/source/directx/dx_spritecanvashelper.hxx +canvas/source/directx/dx_spritedevicehelper.cxx +canvas/source/directx/dx_spritedevicehelper.hxx +canvas/source/directx/dx_spritehelper.cxx +canvas/source/directx/dx_spritehelper.hxx +canvas/source/directx/dx_surfacebitmap.cxx +canvas/source/directx/dx_surfacebitmap.hxx +canvas/source/directx/dx_surfacegraphics.cxx +canvas/source/directx/dx_surfacegraphics.hxx +canvas/source/directx/dx_textlayout.cxx +canvas/source/directx/dx_textlayout.hxx +canvas/source/directx/dx_textlayout_drawhelper.cxx +canvas/source/directx/dx_textlayout_drawhelper.hxx +canvas/source/directx/dx_vcltools.cxx +canvas/source/directx/dx_vcltools.hxx +canvas/source/directx/dx_winstuff.hxx +canvas/source/factory/cf_service.cxx +canvas/source/opengl/ogl_bitmapcanvashelper.cxx +canvas/source/opengl/ogl_bitmapcanvashelper.hxx +canvas/source/opengl/ogl_buffercontext.hxx +canvas/source/opengl/ogl_canvasbitmap.cxx +canvas/source/opengl/ogl_canvasbitmap.hxx +canvas/source/opengl/ogl_canvascustomsprite.cxx +canvas/source/opengl/ogl_canvascustomsprite.hxx +canvas/source/opengl/ogl_canvasfont.cxx +canvas/source/opengl/ogl_canvasfont.hxx +canvas/source/opengl/ogl_canvashelper.cxx +canvas/source/opengl/ogl_canvashelper.hxx +canvas/source/opengl/ogl_canvastools.cxx +canvas/source/opengl/ogl_canvastools.hxx +canvas/source/opengl/ogl_spritecanvas.cxx +canvas/source/opengl/ogl_spritecanvas.hxx +canvas/source/opengl/ogl_spritedevicehelper.cxx +canvas/source/opengl/ogl_spritedevicehelper.hxx +canvas/source/opengl/ogl_textlayout.cxx +canvas/source/opengl/ogl_textlayout.hxx +canvas/source/opengl/ogl_texturecache.cxx +canvas/source/opengl/ogl_texturecache.hxx +canvas/source/opengl/ogl_tools.hxx +canvas/source/simplecanvas/simplecanvasimpl.cxx +canvas/source/tools/cachedprimitivebase.cxx +canvas/source/tools/canvascustomspritehelper.cxx +canvas/source/tools/canvastools.cxx +canvas/source/tools/elapsedtime.cxx +canvas/source/tools/page.cxx +canvas/source/tools/page.hxx +canvas/source/tools/pagemanager.cxx +canvas/source/tools/pagemanager.hxx +canvas/source/tools/parametricpolypolygon.cxx +canvas/source/tools/propertysethelper.cxx +canvas/source/tools/spriteredrawmanager.cxx +canvas/source/tools/surface.cxx +canvas/source/tools/surface.hxx +canvas/source/tools/surfaceproxy.cxx +canvas/source/tools/surfaceproxy.hxx +canvas/source/tools/surfaceproxymanager.cxx +canvas/source/tools/surfacerect.hxx +canvas/source/tools/verifyinput.cxx +canvas/source/vcl/backbuffer.cxx +canvas/source/vcl/backbuffer.hxx +canvas/source/vcl/bitmapbackbuffer.cxx +canvas/source/vcl/bitmapbackbuffer.hxx +canvas/source/vcl/cachedbitmap.cxx +canvas/source/vcl/cachedbitmap.hxx +canvas/source/vcl/canvas.cxx +canvas/source/vcl/canvas.hxx +canvas/source/vcl/canvasbitmap.cxx +canvas/source/vcl/canvasbitmap.hxx +canvas/source/vcl/canvasbitmaphelper.cxx +canvas/source/vcl/canvasbitmaphelper.hxx +canvas/source/vcl/canvascustomsprite.cxx +canvas/source/vcl/canvascustomsprite.hxx +canvas/source/vcl/canvasfont.cxx +canvas/source/vcl/canvasfont.hxx +canvas/source/vcl/canvashelper.cxx +canvas/source/vcl/canvashelper.hxx +canvas/source/vcl/canvashelper_texturefill.cxx +canvas/source/vcl/devicehelper.cxx +canvas/source/vcl/devicehelper.hxx +canvas/source/vcl/impltools.cxx +canvas/source/vcl/impltools.hxx +canvas/source/vcl/outdevprovider.hxx +canvas/source/vcl/repainttarget.hxx +canvas/source/vcl/services.cxx +canvas/source/vcl/sprite.hxx +canvas/source/vcl/spritecanvas.cxx +canvas/source/vcl/spritecanvas.hxx +canvas/source/vcl/spritecanvashelper.cxx +canvas/source/vcl/spritecanvashelper.hxx +canvas/source/vcl/spritedevicehelper.cxx +canvas/source/vcl/spritedevicehelper.hxx +canvas/source/vcl/spritehelper.cxx +canvas/source/vcl/spritehelper.hxx +canvas/source/vcl/textlayout.cxx +canvas/source/vcl/textlayout.hxx +canvas/source/vcl/windowoutdevholder.cxx +canvas/source/vcl/windowoutdevholder.hxx +canvas/workben/canvasdemo.cxx +chart2/inc/ChartModel.hxx +chart2/inc/ChartView.hxx +chart2/inc/SpecialCharacters.hxx +chart2/inc/unonames.hxx +chart2/qa/extras/PivotChartTest.cxx +chart2/qa/extras/chart2_trendcalculators.cxx +chart2/qa/extras/chart2dump/chart2dump.cxx +chart2/qa/extras/chart2export.cxx +chart2/qa/extras/chart2import.cxx +chart2/qa/extras/charttest.hxx +chart2/qa/extras/xshape/chart2xshape.cxx +chart2/qa/unit/common_functor_test.cxx +chart2/source/controller/accessibility/AccessibleBase.cxx +chart2/source/controller/accessibility/AccessibleChartElement.cxx +chart2/source/controller/accessibility/AccessibleChartElement.hxx +chart2/source/controller/accessibility/AccessibleChartShape.cxx +chart2/source/controller/accessibility/AccessibleChartShape.hxx +chart2/source/controller/accessibility/AccessibleChartView.cxx +chart2/source/controller/accessibility/AccessibleTextHelper.cxx +chart2/source/controller/accessibility/AccessibleViewForwarder.cxx +chart2/source/controller/accessibility/AccessibleViewForwarder.hxx +chart2/source/controller/accessibility/ChartElementFactory.cxx +chart2/source/controller/accessibility/ChartElementFactory.hxx +chart2/source/controller/chartapiwrapper/AreaWrapper.cxx +chart2/source/controller/chartapiwrapper/AreaWrapper.hxx +chart2/source/controller/chartapiwrapper/AxisWrapper.cxx +chart2/source/controller/chartapiwrapper/AxisWrapper.hxx +chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx +chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx +chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx +chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx +chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx +chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx +chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx +chart2/source/controller/chartapiwrapper/GridWrapper.cxx +chart2/source/controller/chartapiwrapper/GridWrapper.hxx +chart2/source/controller/chartapiwrapper/LegendWrapper.cxx +chart2/source/controller/chartapiwrapper/LegendWrapper.hxx +chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx +chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx +chart2/source/controller/chartapiwrapper/TitleWrapper.cxx +chart2/source/controller/chartapiwrapper/TitleWrapper.hxx +chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx +chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx +chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx +chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx +chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx +chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx +chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx +chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx +chart2/source/controller/dialogs/ChangingResource.cxx +chart2/source/controller/dialogs/ChartTypeDialogController.cxx +chart2/source/controller/dialogs/DataBrowser.cxx +chart2/source/controller/dialogs/DataBrowser.hxx +chart2/source/controller/dialogs/DataBrowserModel.cxx +chart2/source/controller/dialogs/DataBrowserModel.hxx +chart2/source/controller/dialogs/DialogModel.cxx +chart2/source/controller/dialogs/DialogModel.hxx +chart2/source/controller/dialogs/ObjectNameProvider.cxx +chart2/source/controller/dialogs/RangeSelectionHelper.cxx +chart2/source/controller/dialogs/RangeSelectionListener.cxx +chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx +chart2/source/controller/dialogs/TitleDialogData.cxx +chart2/source/controller/dialogs/dlg_ChartType.cxx +chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx +chart2/source/controller/dialogs/dlg_CreationWizard.cxx +chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx +chart2/source/controller/dialogs/dlg_DataEditor.cxx +chart2/source/controller/dialogs/dlg_DataSource.cxx +chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx +chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx +chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx +chart2/source/controller/dialogs/dlg_InsertLegend.cxx +chart2/source/controller/dialogs/dlg_InsertTitle.cxx +chart2/source/controller/dialogs/dlg_NumberFormat.cxx +chart2/source/controller/dialogs/dlg_NumberFormat.hxx +chart2/source/controller/dialogs/dlg_ObjectProperties.cxx +chart2/source/controller/dialogs/dlg_ShapeFont.cxx +chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx +chart2/source/controller/dialogs/dlg_View3D.cxx +chart2/source/controller/dialogs/res_BarGeometry.cxx +chart2/source/controller/dialogs/res_DataLabel.cxx +chart2/source/controller/dialogs/res_DataLabel.hxx +chart2/source/controller/dialogs/res_ErrorBar.cxx +chart2/source/controller/dialogs/res_LegendPosition.cxx +chart2/source/controller/dialogs/res_Titles.cxx +chart2/source/controller/dialogs/res_Trendline.cxx +chart2/source/controller/dialogs/res_Trendline.hxx +chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx +chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx +chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx +chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx +chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx +chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx +chart2/source/controller/dialogs/tp_AxisLabel.cxx +chart2/source/controller/dialogs/tp_AxisLabel.hxx +chart2/source/controller/dialogs/tp_AxisPositions.cxx +chart2/source/controller/dialogs/tp_AxisPositions.hxx +chart2/source/controller/dialogs/tp_ChartType.cxx +chart2/source/controller/dialogs/tp_ChartType.hxx +chart2/source/controller/dialogs/tp_DataLabel.cxx +chart2/source/controller/dialogs/tp_DataLabel.hxx +chart2/source/controller/dialogs/tp_DataSource.cxx +chart2/source/controller/dialogs/tp_DataSource.hxx +chart2/source/controller/dialogs/tp_ErrorBars.cxx +chart2/source/controller/dialogs/tp_ErrorBars.hxx +chart2/source/controller/dialogs/tp_LegendPosition.cxx +chart2/source/controller/dialogs/tp_LegendPosition.hxx +chart2/source/controller/dialogs/tp_PointGeometry.cxx +chart2/source/controller/dialogs/tp_PointGeometry.hxx +chart2/source/controller/dialogs/tp_PolarOptions.cxx +chart2/source/controller/dialogs/tp_PolarOptions.hxx +chart2/source/controller/dialogs/tp_RangeChooser.cxx +chart2/source/controller/dialogs/tp_RangeChooser.hxx +chart2/source/controller/dialogs/tp_Scale.cxx +chart2/source/controller/dialogs/tp_Scale.hxx +chart2/source/controller/dialogs/tp_SeriesToAxis.cxx +chart2/source/controller/dialogs/tp_SeriesToAxis.hxx +chart2/source/controller/dialogs/tp_TitleRotation.cxx +chart2/source/controller/dialogs/tp_TitleRotation.hxx +chart2/source/controller/dialogs/tp_Trendline.cxx +chart2/source/controller/dialogs/tp_Trendline.hxx +chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx +chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx +chart2/source/controller/drawinglayer/DrawViewWrapper.cxx +chart2/source/controller/drawinglayer/ViewElementListProvider.cxx +chart2/source/controller/inc/AccessibleBase.hxx +chart2/source/controller/inc/AccessibleChartView.hxx +chart2/source/controller/inc/AccessibleTextHelper.hxx +chart2/source/controller/inc/AxisItemConverter.hxx +chart2/source/controller/inc/CharacterPropertyItemConverter.hxx +chart2/source/controller/inc/ChartController.hxx +chart2/source/controller/inc/ChartDocumentWrapper.hxx +chart2/source/controller/inc/ChartToolbarController.hxx +chart2/source/controller/inc/ChartWindow.hxx +chart2/source/controller/inc/CommandDispatchContainer.hxx +chart2/source/controller/inc/ConfigurationAccess.hxx +chart2/source/controller/inc/DataPointItemConverter.hxx +chart2/source/controller/inc/DrawViewWrapper.hxx +chart2/source/controller/inc/ErrorBarItemConverter.hxx +chart2/source/controller/inc/GraphicPropertyItemConverter.hxx +chart2/source/controller/inc/ItemConverter.hxx +chart2/source/controller/inc/ItemPropertyMap.hxx +chart2/source/controller/inc/LegendItemConverter.hxx +chart2/source/controller/inc/MultipleChartConverters.hxx +chart2/source/controller/inc/MultipleItemConverter.hxx +chart2/source/controller/inc/ObjectHierarchy.hxx +chart2/source/controller/inc/ObjectNameProvider.hxx +chart2/source/controller/inc/PositionAndSizeHelper.hxx +chart2/source/controller/inc/RangeSelectionHelper.hxx +chart2/source/controller/inc/RangeSelectionListener.hxx +chart2/source/controller/inc/RegressionCurveItemConverter.hxx +chart2/source/controller/inc/RegressionEquationItemConverter.hxx +chart2/source/controller/inc/SelectionHelper.hxx +chart2/source/controller/inc/SeriesOptionsItemConverter.hxx +chart2/source/controller/inc/ShapeController.h +chart2/source/controller/inc/StatisticsItemConverter.hxx +chart2/source/controller/inc/TabPageNotifiable.hxx +chart2/source/controller/inc/TextDirectionListBox.hxx +chart2/source/controller/inc/TextLabelItemConverter.hxx +chart2/source/controller/inc/TimerTriggeredControllerLock.hxx +chart2/source/controller/inc/TitleDialogData.hxx +chart2/source/controller/inc/TitleItemConverter.hxx +chart2/source/controller/inc/ViewElementListProvider.hxx +chart2/source/controller/inc/dlg_ChartType.hxx +chart2/source/controller/inc/dlg_ChartType_UNO.hxx +chart2/source/controller/inc/dlg_CreationWizard.hxx +chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx +chart2/source/controller/inc/dlg_DataEditor.hxx +chart2/source/controller/inc/dlg_DataSource.hxx +chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx +chart2/source/controller/inc/dlg_InsertErrorBars.hxx +chart2/source/controller/inc/dlg_InsertLegend.hxx +chart2/source/controller/inc/dlg_ObjectProperties.hxx +chart2/source/controller/inc/dlg_View3D.hxx +chart2/source/controller/inc/helpids.h +chart2/source/controller/inc/res_ErrorBar.hxx +chart2/source/controller/inc/res_LegendPosition.hxx +chart2/source/controller/inc/res_Titles.hxx +chart2/source/controller/inc/uiobject.hxx +chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx +chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx +chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx +chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx +chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx +chart2/source/controller/itemsetwrapper/ItemConverter.cxx +chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx +chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx +chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx +chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx +chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx +chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx +chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx +chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx +chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx +chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx +chart2/source/controller/main/ChartController.cxx +chart2/source/controller/main/ChartController_EditData.cxx +chart2/source/controller/main/ChartController_Insert.cxx +chart2/source/controller/main/ChartController_Position.cxx +chart2/source/controller/main/ChartController_Properties.cxx +chart2/source/controller/main/ChartController_TextEdit.cxx +chart2/source/controller/main/ChartController_Tools.cxx +chart2/source/controller/main/ChartController_Window.cxx +chart2/source/controller/main/ChartDropTargetHelper.cxx +chart2/source/controller/main/ChartDropTargetHelper.hxx +chart2/source/controller/main/ChartFrameloader.cxx +chart2/source/controller/main/ChartFrameloader.hxx +chart2/source/controller/main/ChartModelClone.cxx +chart2/source/controller/main/ChartModelClone.hxx +chart2/source/controller/main/ChartTransferable.cxx +chart2/source/controller/main/ChartTransferable.hxx +chart2/source/controller/main/ChartWindow.cxx +chart2/source/controller/main/CommandDispatch.cxx +chart2/source/controller/main/CommandDispatch.hxx +chart2/source/controller/main/CommandDispatchContainer.cxx +chart2/source/controller/main/ConfigurationAccess.cxx +chart2/source/controller/main/ControllerCommandDispatch.cxx +chart2/source/controller/main/ControllerCommandDispatch.hxx +chart2/source/controller/main/DragMethod_Base.cxx +chart2/source/controller/main/DragMethod_Base.hxx +chart2/source/controller/main/DragMethod_PieSegment.cxx +chart2/source/controller/main/DragMethod_PieSegment.hxx +chart2/source/controller/main/DragMethod_RotateDiagram.cxx +chart2/source/controller/main/DragMethod_RotateDiagram.hxx +chart2/source/controller/main/DrawCommandDispatch.cxx +chart2/source/controller/main/DrawCommandDispatch.h +chart2/source/controller/main/DrawCommandDispatch.hxx +chart2/source/controller/main/ElementSelector.cxx +chart2/source/controller/main/ElementSelector.hxx +chart2/source/controller/main/FeatureCommandDispatchBase.cxx +chart2/source/controller/main/FeatureCommandDispatchBase.hxx +chart2/source/controller/main/ObjectHierarchy.cxx +chart2/source/controller/main/PositionAndSizeHelper.cxx +chart2/source/controller/main/SelectionHelper.cxx +chart2/source/controller/main/ShapeController.cxx +chart2/source/controller/main/ShapeController.hxx +chart2/source/controller/main/StatusBarCommandDispatch.cxx +chart2/source/controller/main/StatusBarCommandDispatch.hxx +chart2/source/controller/main/ToolbarController.cxx +chart2/source/controller/main/UndoActions.cxx +chart2/source/controller/main/UndoActions.hxx +chart2/source/controller/main/UndoCommandDispatch.cxx +chart2/source/controller/main/UndoCommandDispatch.hxx +chart2/source/controller/main/UndoGuard.cxx +chart2/source/controller/main/UndoGuard.hxx +chart2/source/controller/sidebar/Chart2PanelFactory.cxx +chart2/source/controller/sidebar/Chart2PanelFactory.hxx +chart2/source/controller/sidebar/ChartAreaPanel.cxx +chart2/source/controller/sidebar/ChartAreaPanel.hxx +chart2/source/controller/sidebar/ChartAxisPanel.cxx +chart2/source/controller/sidebar/ChartAxisPanel.hxx +chart2/source/controller/sidebar/ChartColorWrapper.cxx +chart2/source/controller/sidebar/ChartColorWrapper.hxx +chart2/source/controller/sidebar/ChartElementsPanel.cxx +chart2/source/controller/sidebar/ChartElementsPanel.hxx +chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +chart2/source/controller/sidebar/ChartErrorBarPanel.hxx +chart2/source/controller/sidebar/ChartLinePanel.cxx +chart2/source/controller/sidebar/ChartLinePanel.hxx +chart2/source/controller/sidebar/ChartSeriesPanel.cxx +chart2/source/controller/sidebar/ChartSeriesPanel.hxx +chart2/source/controller/sidebar/ChartSidebarModifyListener.cxx +chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx +chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx +chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx +chart2/source/controller/uitest/uiobject.cxx +chart2/source/inc/AxisHelper.hxx +chart2/source/inc/BaseGFXHelper.hxx +chart2/source/inc/CachedDataSequence.hxx +chart2/source/inc/CharacterProperties.hxx +chart2/source/inc/ChartModelHelper.hxx +chart2/source/inc/ChartTypeHelper.hxx +chart2/source/inc/ChartViewHelper.hxx +chart2/source/inc/CloneHelper.hxx +chart2/source/inc/ColorPerPointHelper.hxx +chart2/source/inc/CommonConverters.hxx +chart2/source/inc/CommonFunctors.hxx +chart2/source/inc/ConfigColorScheme.hxx +chart2/source/inc/ControllerLockGuard.hxx +chart2/source/inc/DataSeriesHelper.hxx +chart2/source/inc/DataSource.hxx +chart2/source/inc/DataSourceHelper.hxx +chart2/source/inc/DiagramHelper.hxx +chart2/source/inc/DisposeHelper.hxx +chart2/source/inc/ErrorBar.hxx +chart2/source/inc/EventListenerHelper.hxx +chart2/source/inc/ExplicitCategoriesProvider.hxx +chart2/source/inc/ExponentialRegressionCurveCalculator.hxx +chart2/source/inc/FastPropertyIdRanges.hxx +chart2/source/inc/FillProperties.hxx +chart2/source/inc/FormattedStringHelper.hxx +chart2/source/inc/InternalData.hxx +chart2/source/inc/InternalDataProvider.hxx +chart2/source/inc/LabeledDataSequence.hxx +chart2/source/inc/LegendHelper.hxx +chart2/source/inc/LifeTime.hxx +chart2/source/inc/LinePropertiesHelper.hxx +chart2/source/inc/LinearRegressionCurveCalculator.hxx +chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx +chart2/source/inc/MeanValueRegressionCurveCalculator.hxx +chart2/source/inc/MediaDescriptorHelper.hxx +chart2/source/inc/ModifyListenerHelper.hxx +chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx +chart2/source/inc/NameContainer.hxx +chart2/source/inc/NumberFormatterWrapper.hxx +chart2/source/inc/OPropertySet.hxx +chart2/source/inc/ObjectIdentifier.hxx +chart2/source/inc/PolynomialRegressionCurveCalculator.hxx +chart2/source/inc/PopupRequest.hxx +chart2/source/inc/PotentialRegressionCurveCalculator.hxx +chart2/source/inc/PropertyHelper.hxx +chart2/source/inc/RangeHighlighter.hxx +chart2/source/inc/ReferenceSizeProvider.hxx +chart2/source/inc/RegressionCalculationHelper.hxx +chart2/source/inc/RegressionCurveCalculator.hxx +chart2/source/inc/RegressionCurveHelper.hxx +chart2/source/inc/RelativePositionHelper.hxx +chart2/source/inc/RelativeSizeHelper.hxx +chart2/source/inc/ResId.hxx +chart2/source/inc/Scaling.hxx +chart2/source/inc/SceneProperties.hxx +chart2/source/inc/StatisticsHelper.hxx +chart2/source/inc/ThreeDHelper.hxx +chart2/source/inc/TitleHelper.hxx +chart2/source/inc/UncachedDataSequence.hxx +chart2/source/inc/UserDefinedProperties.hxx +chart2/source/inc/WeakListenerAdapter.hxx +chart2/source/inc/WrappedDefaultProperty.hxx +chart2/source/inc/WrappedDirectStateProperty.hxx +chart2/source/inc/WrappedIgnoreProperty.hxx +chart2/source/inc/WrappedProperty.hxx +chart2/source/inc/WrappedPropertySet.hxx +chart2/source/inc/XMLRangeHelper.hxx +chart2/source/inc/chartview/ChartSfxItemIds.hxx +chart2/source/inc/chartview/DataPointSymbolSupplier.hxx +chart2/source/inc/chartview/DrawModelWrapper.hxx +chart2/source/inc/chartview/ExplicitScaleValues.hxx +chart2/source/inc/chartview/ExplicitValueProvider.hxx +chart2/source/inc/servicenames_charttypes.hxx +chart2/source/inc/servicenames_coosystems.hxx +chart2/source/model/filter/XMLFilter.cxx +chart2/source/model/inc/BaseCoordinateSystem.hxx +chart2/source/model/inc/CartesianCoordinateSystem.hxx +chart2/source/model/inc/ChartTypeManager.hxx +chart2/source/model/inc/DataSeries.hxx +chart2/source/model/inc/Diagram.hxx +chart2/source/model/inc/PolarCoordinateSystem.hxx +chart2/source/model/inc/StockBar.hxx +chart2/source/model/inc/XMLFilter.hxx +chart2/source/model/main/Axis.cxx +chart2/source/model/main/Axis.hxx +chart2/source/model/main/BaseCoordinateSystem.cxx +chart2/source/model/main/CartesianCoordinateSystem.cxx +chart2/source/model/main/ChartModel.cxx +chart2/source/model/main/ChartModel_Persistence.cxx +chart2/source/model/main/DataPoint.cxx +chart2/source/model/main/DataPoint.hxx +chart2/source/model/main/DataPointProperties.cxx +chart2/source/model/main/DataPointProperties.hxx +chart2/source/model/main/DataSeries.cxx +chart2/source/model/main/DataSeriesProperties.cxx +chart2/source/model/main/DataSeriesProperties.hxx +chart2/source/model/main/Diagram.cxx +chart2/source/model/main/FormattedString.cxx +chart2/source/model/main/FormattedString.hxx +chart2/source/model/main/GridProperties.cxx +chart2/source/model/main/GridProperties.hxx +chart2/source/model/main/Legend.cxx +chart2/source/model/main/Legend.hxx +chart2/source/model/main/PageBackground.cxx +chart2/source/model/main/PageBackground.hxx +chart2/source/model/main/PolarCoordinateSystem.cxx +chart2/source/model/main/StockBar.cxx +chart2/source/model/main/Title.cxx +chart2/source/model/main/Title.hxx +chart2/source/model/main/UndoManager.cxx +chart2/source/model/main/UndoManager.hxx +chart2/source/model/main/Wall.cxx +chart2/source/model/main/Wall.hxx +chart2/source/model/template/AreaChartType.cxx +chart2/source/model/template/AreaChartType.hxx +chart2/source/model/template/AreaChartTypeTemplate.cxx +chart2/source/model/template/AreaChartTypeTemplate.hxx +chart2/source/model/template/BarChartType.cxx +chart2/source/model/template/BarChartType.hxx +chart2/source/model/template/BarChartTypeTemplate.cxx +chart2/source/model/template/BarChartTypeTemplate.hxx +chart2/source/model/template/BubbleChartType.cxx +chart2/source/model/template/BubbleChartType.hxx +chart2/source/model/template/BubbleChartTypeTemplate.cxx +chart2/source/model/template/BubbleChartTypeTemplate.hxx +chart2/source/model/template/BubbleDataInterpreter.cxx +chart2/source/model/template/BubbleDataInterpreter.hxx +chart2/source/model/template/CandleStickChartType.cxx +chart2/source/model/template/CandleStickChartType.hxx +chart2/source/model/template/ChartType.cxx +chart2/source/model/template/ChartType.hxx +chart2/source/model/template/ChartTypeManager.cxx +chart2/source/model/template/ChartTypeTemplate.cxx +chart2/source/model/template/ChartTypeTemplate.hxx +chart2/source/model/template/ColumnChartType.cxx +chart2/source/model/template/ColumnChartType.hxx +chart2/source/model/template/ColumnLineChartTypeTemplate.cxx +chart2/source/model/template/ColumnLineChartTypeTemplate.hxx +chart2/source/model/template/ColumnLineDataInterpreter.cxx +chart2/source/model/template/ColumnLineDataInterpreter.hxx +chart2/source/model/template/DataInterpreter.cxx +chart2/source/model/template/DataInterpreter.hxx +chart2/source/model/template/FilledNetChartType.cxx +chart2/source/model/template/FilledNetChartType.hxx +chart2/source/model/template/LineChartType.cxx +chart2/source/model/template/LineChartType.hxx +chart2/source/model/template/LineChartTypeTemplate.cxx +chart2/source/model/template/LineChartTypeTemplate.hxx +chart2/source/model/template/NetChartType.cxx +chart2/source/model/template/NetChartType.hxx +chart2/source/model/template/NetChartTypeTemplate.cxx +chart2/source/model/template/NetChartTypeTemplate.hxx +chart2/source/model/template/PieChartType.cxx +chart2/source/model/template/PieChartType.hxx +chart2/source/model/template/PieChartTypeTemplate.cxx +chart2/source/model/template/PieChartTypeTemplate.hxx +chart2/source/model/template/ScatterChartType.cxx +chart2/source/model/template/ScatterChartType.hxx +chart2/source/model/template/ScatterChartTypeTemplate.cxx +chart2/source/model/template/ScatterChartTypeTemplate.hxx +chart2/source/model/template/StockChartTypeTemplate.cxx +chart2/source/model/template/StockChartTypeTemplate.hxx +chart2/source/model/template/StockDataInterpreter.cxx +chart2/source/model/template/StockDataInterpreter.hxx +chart2/source/model/template/XYDataInterpreter.cxx +chart2/source/model/template/XYDataInterpreter.hxx +chart2/source/tools/AxisHelper.cxx +chart2/source/tools/BaseGFXHelper.cxx +chart2/source/tools/CachedDataSequence.cxx +chart2/source/tools/CharacterProperties.cxx +chart2/source/tools/ChartModelHelper.cxx +chart2/source/tools/ChartTypeHelper.cxx +chart2/source/tools/ChartViewHelper.cxx +chart2/source/tools/ColorPerPointHelper.cxx +chart2/source/tools/CommonConverters.cxx +chart2/source/tools/ConfigColorScheme.cxx +chart2/source/tools/ControllerLockGuard.cxx +chart2/source/tools/DataSeriesHelper.cxx +chart2/source/tools/DataSource.cxx +chart2/source/tools/DataSourceHelper.cxx +chart2/source/tools/DiagramHelper.cxx +chart2/source/tools/ErrorBar.cxx +chart2/source/tools/ExplicitCategoriesProvider.cxx +chart2/source/tools/ExponentialRegressionCurveCalculator.cxx +chart2/source/tools/FillProperties.cxx +chart2/source/tools/FormattedStringHelper.cxx +chart2/source/tools/ImplOPropertySet.cxx +chart2/source/tools/ImplOPropertySet.hxx +chart2/source/tools/InternalData.cxx +chart2/source/tools/InternalDataProvider.cxx +chart2/source/tools/LabeledDataSequence.cxx +chart2/source/tools/LegendHelper.cxx +chart2/source/tools/LifeTime.cxx +chart2/source/tools/LinePropertiesHelper.cxx +chart2/source/tools/LinearRegressionCurveCalculator.cxx +chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx +chart2/source/tools/MeanValueRegressionCurveCalculator.cxx +chart2/source/tools/MediaDescriptorHelper.cxx +chart2/source/tools/ModifyListenerHelper.cxx +chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx +chart2/source/tools/NameContainer.cxx +chart2/source/tools/NumberFormatterWrapper.cxx +chart2/source/tools/OPropertySet.cxx +chart2/source/tools/ObjectIdentifier.cxx +chart2/source/tools/PolynomialRegressionCurveCalculator.cxx +chart2/source/tools/PopupRequest.cxx +chart2/source/tools/PotentialRegressionCurveCalculator.cxx +chart2/source/tools/PropertyHelper.cxx +chart2/source/tools/RangeHighlighter.cxx +chart2/source/tools/ReferenceSizeProvider.cxx +chart2/source/tools/RegressionCurveCalculator.cxx +chart2/source/tools/RegressionCurveHelper.cxx +chart2/source/tools/RegressionCurveModel.cxx +chart2/source/tools/RegressionCurveModel.hxx +chart2/source/tools/RegressionEquation.cxx +chart2/source/tools/RegressionEquation.hxx +chart2/source/tools/RelativePositionHelper.cxx +chart2/source/tools/RelativeSizeHelper.cxx +chart2/source/tools/ResId.cxx +chart2/source/tools/Scaling.cxx +chart2/source/tools/SceneProperties.cxx +chart2/source/tools/StatisticsHelper.cxx +chart2/source/tools/ThreeDHelper.cxx +chart2/source/tools/TitleHelper.cxx +chart2/source/tools/TrueGuard.cxx +chart2/source/tools/UncachedDataSequence.cxx +chart2/source/tools/UserDefinedProperties.cxx +chart2/source/tools/WeakListenerAdapter.cxx +chart2/source/tools/WrappedDefaultProperty.cxx +chart2/source/tools/WrappedDirectStateProperty.cxx +chart2/source/tools/WrappedIgnoreProperty.cxx +chart2/source/tools/WrappedProperty.cxx +chart2/source/tools/WrappedPropertySet.cxx +chart2/source/tools/XMLRangeHelper.cxx +chart2/source/view/axes/DateHelper.cxx +chart2/source/view/axes/DateScaling.cxx +chart2/source/view/axes/DateScaling.hxx +chart2/source/view/axes/MinimumAndMaximumSupplier.cxx +chart2/source/view/axes/ScaleAutomatism.cxx +chart2/source/view/axes/TickmarkProperties.hxx +chart2/source/view/axes/Tickmarks.cxx +chart2/source/view/axes/Tickmarks.hxx +chart2/source/view/axes/Tickmarks_Dates.cxx +chart2/source/view/axes/Tickmarks_Dates.hxx +chart2/source/view/axes/Tickmarks_Equidistant.cxx +chart2/source/view/axes/Tickmarks_Equidistant.hxx +chart2/source/view/axes/VAxisBase.cxx +chart2/source/view/axes/VAxisBase.hxx +chart2/source/view/axes/VAxisOrGridBase.cxx +chart2/source/view/axes/VAxisOrGridBase.hxx +chart2/source/view/axes/VAxisProperties.cxx +chart2/source/view/axes/VAxisProperties.hxx +chart2/source/view/axes/VCartesianAxis.cxx +chart2/source/view/axes/VCartesianAxis.hxx +chart2/source/view/axes/VCartesianCoordinateSystem.cxx +chart2/source/view/axes/VCartesianCoordinateSystem.hxx +chart2/source/view/axes/VCartesianGrid.cxx +chart2/source/view/axes/VCartesianGrid.hxx +chart2/source/view/axes/VCoordinateSystem.cxx +chart2/source/view/axes/VPolarAngleAxis.cxx +chart2/source/view/axes/VPolarAngleAxis.hxx +chart2/source/view/axes/VPolarAxis.cxx +chart2/source/view/axes/VPolarAxis.hxx +chart2/source/view/axes/VPolarCoordinateSystem.cxx +chart2/source/view/axes/VPolarCoordinateSystem.hxx +chart2/source/view/axes/VPolarGrid.cxx +chart2/source/view/axes/VPolarGrid.hxx +chart2/source/view/axes/VPolarRadiusAxis.cxx +chart2/source/view/axes/VPolarRadiusAxis.hxx +chart2/source/view/charttypes/AreaChart.cxx +chart2/source/view/charttypes/AreaChart.hxx +chart2/source/view/charttypes/BarChart.cxx +chart2/source/view/charttypes/BarChart.hxx +chart2/source/view/charttypes/BarPositionHelper.cxx +chart2/source/view/charttypes/BarPositionHelper.hxx +chart2/source/view/charttypes/BubbleChart.cxx +chart2/source/view/charttypes/BubbleChart.hxx +chart2/source/view/charttypes/CandleStickChart.cxx +chart2/source/view/charttypes/CandleStickChart.hxx +chart2/source/view/charttypes/CategoryPositionHelper.cxx +chart2/source/view/charttypes/CategoryPositionHelper.hxx +chart2/source/view/charttypes/NetChart.cxx +chart2/source/view/charttypes/NetChart.hxx +chart2/source/view/charttypes/PieChart.cxx +chart2/source/view/charttypes/PieChart.hxx +chart2/source/view/charttypes/Splines.cxx +chart2/source/view/charttypes/Splines.hxx +chart2/source/view/charttypes/VSeriesPlotter.cxx +chart2/source/view/diagram/VDiagram.cxx +chart2/source/view/inc/Clipping.hxx +chart2/source/view/inc/DateHelper.hxx +chart2/source/view/inc/LabelAlignment.hxx +chart2/source/view/inc/LabelPositionHelper.hxx +chart2/source/view/inc/LegendEntryProvider.hxx +chart2/source/view/inc/Linear3DTransformation.hxx +chart2/source/view/inc/MinimumAndMaximumSupplier.hxx +chart2/source/view/inc/PlotterBase.hxx +chart2/source/view/inc/PlottingPositionHelper.hxx +chart2/source/view/inc/PolarLabelPositionHelper.hxx +chart2/source/view/inc/PropertyMapper.hxx +chart2/source/view/inc/ScaleAutomatism.hxx +chart2/source/view/inc/ShapeFactory.hxx +chart2/source/view/inc/Stripe.hxx +chart2/source/view/inc/VCoordinateSystem.hxx +chart2/source/view/inc/VDataSeries.hxx +chart2/source/view/inc/VDiagram.hxx +chart2/source/view/inc/VLegendSymbolFactory.hxx +chart2/source/view/inc/VLineProperties.hxx +chart2/source/view/inc/VPolarTransformation.hxx +chart2/source/view/inc/VSeriesPlotter.hxx +chart2/source/view/inc/ViewDefines.hxx +chart2/source/view/main/ChartItemPool.cxx +chart2/source/view/main/ChartItemPool.hxx +chart2/source/view/main/ChartView.cxx +chart2/source/view/main/Clipping.cxx +chart2/source/view/main/DataPointSymbolSupplier.cxx +chart2/source/view/main/DrawModelWrapper.cxx +chart2/source/view/main/LabelPositionHelper.cxx +chart2/source/view/main/Linear3DTransformation.cxx +chart2/source/view/main/PlotterBase.cxx +chart2/source/view/main/PlottingPositionHelper.cxx +chart2/source/view/main/PolarLabelPositionHelper.cxx +chart2/source/view/main/PropertyMapper.cxx +chart2/source/view/main/ShapeFactory.cxx +chart2/source/view/main/Stripe.cxx +chart2/source/view/main/VButton.cxx +chart2/source/view/main/VButton.hxx +chart2/source/view/main/VDataSeries.cxx +chart2/source/view/main/VLegend.cxx +chart2/source/view/main/VLegend.hxx +chart2/source/view/main/VLegendSymbolFactory.cxx +chart2/source/view/main/VLineProperties.cxx +chart2/source/view/main/VPolarTransformation.cxx +chart2/source/view/main/VTitle.cxx +chart2/source/view/main/VTitle.hxx +chart2/workbench/addin/sampleaddin.cxx +chart2/workbench/addin/sampleaddin.hxx +cli_ure/source/climaker/climaker_app.cxx +cli_ure/source/climaker/climaker_emit.cxx +cli_ure/source/climaker/climaker_share.h +cli_ure/source/native/assembly.cxx +cli_ure/source/native/native_bootstrap.cxx +cli_ure/source/native/native_share.h +cli_ure/source/native/path.cxx +cli_ure/source/uno_bridge/cli_base.h +cli_ure/source/uno_bridge/cli_bridge.cxx +cli_ure/source/uno_bridge/cli_bridge.h +cli_ure/source/uno_bridge/cli_data.cxx +cli_ure/source/uno_bridge/cli_environment.cxx +cli_ure/source/uno_bridge/cli_environment.h +cli_ure/source/uno_bridge/cli_proxy.cxx +cli_ure/source/uno_bridge/cli_proxy.h +cli_ure/source/uno_bridge/cli_uno.cxx +codemaker/source/codemaker/codemaker.cxx +codemaker/source/codemaker/exceptiontree.cxx +codemaker/source/codemaker/global.cxx +codemaker/source/codemaker/options.cxx +codemaker/source/codemaker/typemanager.cxx +codemaker/source/codemaker/unotype.cxx +codemaker/source/commoncpp/commoncpp.cxx +codemaker/source/commonjava/commonjava.cxx +codemaker/source/cppumaker/cppumaker.cxx +codemaker/source/cppumaker/cppuoptions.cxx +codemaker/source/cppumaker/cppuoptions.hxx +codemaker/source/cppumaker/cpputype.cxx +codemaker/source/cppumaker/cpputype.hxx +codemaker/source/cppumaker/dependencies.cxx +codemaker/source/cppumaker/dependencies.hxx +codemaker/source/cppumaker/dumputils.cxx +codemaker/source/cppumaker/dumputils.hxx +codemaker/source/cppumaker/includes.cxx +codemaker/source/cppumaker/includes.hxx +codemaker/source/javamaker/classfile.cxx +codemaker/source/javamaker/classfile.hxx +codemaker/source/javamaker/javamaker.cxx +codemaker/source/javamaker/javaoptions.cxx +codemaker/source/javamaker/javaoptions.hxx +codemaker/source/javamaker/javatype.cxx +codemaker/source/javamaker/javatype.hxx +comphelper/qa/container/comphelper_ifcontainer.cxx +comphelper/qa/container/testifcontainer.cxx +comphelper/qa/string/test_string.cxx +comphelper/qa/unit/base64_test.cxx +comphelper/qa/unit/syntaxhighlighttest.cxx +comphelper/qa/unit/test_hash.cxx +comphelper/qa/unit/variadictemplates.cxx +comphelper/qa/weakbag/test_weakbag.cxx +comphelper/source/compare/AnyCompareFactory.cxx +comphelper/source/container/IndexedPropertyValuesContainer.cxx +comphelper/source/container/NamedPropertyValuesContainer.cxx +comphelper/source/container/container.cxx +comphelper/source/container/containermultiplexer.cxx +comphelper/source/container/embeddedobjectcontainer.cxx +comphelper/source/container/enumerablemap.cxx +comphelper/source/container/enumhelper.cxx +comphelper/source/container/interfacecontainer2.cxx +comphelper/source/container/namecontainer.cxx +comphelper/source/eventattachermgr/eventattachermgr.cxx +comphelper/source/inc/comphelper_module.hxx +comphelper/source/misc/SelectionMultiplex.cxx +comphelper/source/misc/accessiblecomponenthelper.cxx +comphelper/source/misc/accessiblecontexthelper.cxx +comphelper/source/misc/accessibleeventnotifier.cxx +comphelper/source/misc/accessiblekeybindinghelper.cxx +comphelper/source/misc/accessibleselectionhelper.cxx +comphelper/source/misc/accessibletexthelper.cxx +comphelper/source/misc/accessiblewrapper.cxx +comphelper/source/misc/accimplaccess.cxx +comphelper/source/misc/anycompare.cxx +comphelper/source/misc/anytostring.cxx +comphelper/source/misc/asyncnotification.cxx +comphelper/source/misc/backupfilehelper.cxx +comphelper/source/misc/base64.cxx +comphelper/source/misc/comphelper_module.cxx +comphelper/source/misc/comphelper_services.cxx +comphelper/source/misc/componentbase.cxx +comphelper/source/misc/componentmodule.cxx +comphelper/source/misc/configuration.cxx +comphelper/source/misc/configurationhelper.cxx +comphelper/source/misc/dispatchcommand.cxx +comphelper/source/misc/docpasswordhelper.cxx +comphelper/source/misc/docpasswordrequest.cxx +comphelper/source/misc/documentinfo.cxx +comphelper/source/misc/evtlistenerhlp.cxx +comphelper/source/misc/evtmethodhelper.cxx +comphelper/source/misc/fileurl.cxx +comphelper/source/misc/getexpandeduri.cxx +comphelper/source/misc/hash.cxx +comphelper/source/misc/instancelocker.cxx +comphelper/source/misc/instancelocker.hxx +comphelper/source/misc/interaction.cxx +comphelper/source/misc/listenernotification.cxx +comphelper/source/misc/logging.cxx +comphelper/source/misc/lok.cxx +comphelper/source/misc/mimeconfighelper.cxx +comphelper/source/misc/namedvaluecollection.cxx +comphelper/source/misc/numberedcollection.cxx +comphelper/source/misc/numbers.cxx +comphelper/source/misc/officerestartmanager.cxx +comphelper/source/misc/officerestartmanager.hxx +comphelper/source/misc/profilezone.cxx +comphelper/source/misc/proxyaggregation.cxx +comphelper/source/misc/random.cxx +comphelper/source/misc/sequenceashashmap.cxx +comphelper/source/misc/servicedecl.cxx +comphelper/source/misc/sharedmutex.cxx +comphelper/source/misc/simplefileaccessinteraction.cxx +comphelper/source/misc/solarmutex.cxx +comphelper/source/misc/stillreadwriteinteraction.cxx +comphelper/source/misc/storagehelper.cxx +comphelper/source/misc/string.cxx +comphelper/source/misc/synchronousdispatch.cxx +comphelper/source/misc/syntaxhighlight.cxx +comphelper/source/misc/threadpool.cxx +comphelper/source/misc/types.cxx +comphelper/source/misc/weak.cxx +comphelper/source/misc/weakeventlistener.cxx +comphelper/source/misc/xmlsechelper.cxx +comphelper/source/officeinstdir/officeinstallationdirectories.cxx +comphelper/source/officeinstdir/officeinstallationdirectories.hxx +comphelper/source/processfactory/processfactory.cxx +comphelper/source/property/ChainablePropertySet.cxx +comphelper/source/property/ChainablePropertySetInfo.cxx +comphelper/source/property/MasterPropertySet.cxx +comphelper/source/property/MasterPropertySetInfo.cxx +comphelper/source/property/genericpropertyset.cxx +comphelper/source/property/opropertybag.cxx +comphelper/source/property/opropertybag.hxx +comphelper/source/property/propagg.cxx +comphelper/source/property/property.cxx +comphelper/source/property/propertybag.cxx +comphelper/source/property/propertycontainer.cxx +comphelper/source/property/propertycontainerhelper.cxx +comphelper/source/property/propertysethelper.cxx +comphelper/source/property/propertysetinfo.cxx +comphelper/source/property/propertystatecontainer.cxx +comphelper/source/property/propmultiplex.cxx +comphelper/source/property/propstate.cxx +comphelper/source/streaming/basicio.cxx +comphelper/source/streaming/memorystream.cxx +comphelper/source/streaming/oslfile2streamwrap.cxx +comphelper/source/streaming/seekableinput.cxx +comphelper/source/streaming/seqinputstreamserv.cxx +comphelper/source/streaming/seqoutputstreamserv.cxx +comphelper/source/streaming/seqstream.cxx +comphelper/source/streaming/streamsection.cxx +comphelper/source/windows/windows_process.cxx +comphelper/source/xml/attributelist.cxx +comphelper/source/xml/ofopxmlhelper.cxx +comphelper/source/xml/xmltools.cxx +compilerplugins/clang/automem.cxx +compilerplugins/clang/badstatics.cxx +compilerplugins/clang/blockblock.cxx +compilerplugins/clang/casttovoid.cxx +compilerplugins/clang/charrightshift.cxx +compilerplugins/clang/check.cxx +compilerplugins/clang/check.hxx +compilerplugins/clang/checkconfigmacros.cxx +compilerplugins/clang/checkunusedparams.cxx +compilerplugins/clang/commaoperator.cxx +compilerplugins/clang/comparisonwithconstant.cxx +compilerplugins/clang/compat.hxx +compilerplugins/clang/constantparam.cxx +compilerplugins/clang/constmethod.cxx +compilerplugins/clang/constparams.cxx +compilerplugins/clang/conststringvar.cxx +compilerplugins/clang/countusersofdefaultparams.cxx +compilerplugins/clang/cppunitassertequals.cxx +compilerplugins/clang/cstylecast.cxx +compilerplugins/clang/datamembershadow.cxx +compilerplugins/clang/derefnullptr.cxx +compilerplugins/clang/dllprivate.cxx +compilerplugins/clang/dodgyswitch.cxx +compilerplugins/clang/dyncastvisibility.cxx +compilerplugins/clang/dynexcspec.cxx +compilerplugins/clang/expandablemethods.cxx +compilerplugins/clang/expressionalwayszero.cxx +compilerplugins/clang/externandnotdefined.cxx +compilerplugins/clang/faileddyncast.cxx +compilerplugins/clang/fakebool.cxx +compilerplugins/clang/finalclasses.cxx +compilerplugins/clang/finalprotected.cxx +compilerplugins/clang/flatten.cxx +compilerplugins/clang/fragiledestructor.cxx +compilerplugins/clang/functionaddress.hxx +compilerplugins/clang/getimplementationname.cxx +compilerplugins/clang/implicitboolconversion.cxx +compilerplugins/clang/includeform.cxx +compilerplugins/clang/inlinefields.cxx +compilerplugins/clang/inlinesimplememberfunctions.cxx +compilerplugins/clang/inlinevisible.cxx +compilerplugins/clang/literaltoboolconversion.cxx +compilerplugins/clang/loopvartoosmall.cxx +compilerplugins/clang/memoryvar.cxx +compilerplugins/clang/mergeclasses.cxx +compilerplugins/clang/nullptr.cxx +compilerplugins/clang/oncevar.cxx +compilerplugins/clang/oslendian.cxx +compilerplugins/clang/overrideparam.cxx +compilerplugins/clang/overridevirtual.cxx +compilerplugins/clang/passparamsbyref.cxx +compilerplugins/clang/passstuffbyref.cxx +compilerplugins/clang/plugin.cxx +compilerplugins/clang/plugin.hxx +compilerplugins/clang/pluginhandler.cxx +compilerplugins/clang/pluginhandler.hxx +compilerplugins/clang/privatebase.cxx +compilerplugins/clang/ptrvector.cxx +compilerplugins/clang/rangedforcopy.cxx +compilerplugins/clang/redundantcast.cxx +compilerplugins/clang/redundantinline.cxx +compilerplugins/clang/redundantpointerops.cxx +compilerplugins/clang/redundantstatic.cxx +compilerplugins/clang/refcounting.cxx +compilerplugins/clang/rendercontext.cxx +compilerplugins/clang/reservedid.cxx +compilerplugins/clang/sallogareas.cxx +compilerplugins/clang/salunicodeliteral.cxx +compilerplugins/clang/sfxpoolitem.cxx +compilerplugins/clang/sharedvisitor/analyzer.cxx +compilerplugins/clang/sharedvisitor/dummyplugin.hxx +compilerplugins/clang/sharedvisitor/generator.cxx +compilerplugins/clang/simplifybool.cxx +compilerplugins/clang/singlevalfields.cxx +compilerplugins/clang/staticaccess.cxx +compilerplugins/clang/staticmethods.cxx +compilerplugins/clang/store/badvectorinit.cxx +compilerplugins/clang/store/bodynotinblock.cxx +compilerplugins/clang/store/bodynotinblock.hxx +compilerplugins/clang/store/cascadingassignop.cxx +compilerplugins/clang/store/cascadingassignop.hxx +compilerplugins/clang/store/cascadingcondop.cxx +compilerplugins/clang/store/cascadingcondop.hxx +compilerplugins/clang/store/changefunctioncalls.cxx +compilerplugins/clang/store/constantfunction.cxx +compilerplugins/clang/store/deadclass.cxx +compilerplugins/clang/store/defaultparams.cxx +compilerplugins/clang/store/deletedspecial.cxx +compilerplugins/clang/store/derivedclass.cxx +compilerplugins/clang/store/findoncontainer.cxx +compilerplugins/clang/store/fpcomparison.cxx +compilerplugins/clang/store/lclstaticfix.cxx +compilerplugins/clang/store/lclstaticfix.hxx +compilerplugins/clang/store/manualrefcount.cxx +compilerplugins/clang/store/paintmethodconversion.cxx +compilerplugins/clang/store/postfixincrementfix.cxx +compilerplugins/clang/store/postfixincrementfix.hxx +compilerplugins/clang/store/removeforwardstringdecl.cxx +compilerplugins/clang/store/removeforwardstringdecl.hxx +compilerplugins/clang/store/removevirtuals.cxx +compilerplugins/clang/store/returnbyref.cxx +compilerplugins/clang/store/returnunique.cxx +compilerplugins/clang/store/revisibility.cxx +compilerplugins/clang/store/rtlconstasciimacro.cxx +compilerplugins/clang/store/sfxitemsetrewrite.cxx +compilerplugins/clang/store/stdexception.cxx +compilerplugins/clang/store/stylepolice.cxx +compilerplugins/clang/store/svstreamoutputoperators.cxx +compilerplugins/clang/store/test/deadclass.cxx +compilerplugins/clang/store/tutorial/tutorial1.cxx +compilerplugins/clang/store/tutorial/tutorial1.hxx +compilerplugins/clang/store/tutorial/tutorial1_example.cxx +compilerplugins/clang/store/tutorial/tutorial2.cxx +compilerplugins/clang/store/tutorial/tutorial2.hxx +compilerplugins/clang/store/tutorial/tutorial2_example.cxx +compilerplugins/clang/store/tutorial/tutorial3.cxx +compilerplugins/clang/store/tutorial/tutorial3.hxx +compilerplugins/clang/store/unusedcode.cxx +compilerplugins/clang/store/valueof.cxx +compilerplugins/clang/stringconcatauto.cxx +compilerplugins/clang/stringconcatliterals.cxx +compilerplugins/clang/stringconstant.cxx +compilerplugins/clang/stringstatic.cxx +compilerplugins/clang/subtlezeroinit.cxx +compilerplugins/clang/test/badstatics.cxx +compilerplugins/clang/test/blockblock.cxx +compilerplugins/clang/test/casttovoid.cxx +compilerplugins/clang/test/commaoperator.cxx +compilerplugins/clang/test/constmethod.cxx +compilerplugins/clang/test/constparams.cxx +compilerplugins/clang/test/cppunitassertequals.cxx +compilerplugins/clang/test/cppunitassertequals.hxx +compilerplugins/clang/test/datamembershadow.cxx +compilerplugins/clang/test/dodgyswitch.cxx +compilerplugins/clang/test/expressionalwayszero.cxx +compilerplugins/clang/test/external.hxx +compilerplugins/clang/test/faileddyncast.cxx +compilerplugins/clang/test/fakebool.cxx +compilerplugins/clang/test/finalprotected.cxx +compilerplugins/clang/test/flatten.cxx +compilerplugins/clang/test/indentation.cxx +compilerplugins/clang/test/loopvartoosmall.cxx +compilerplugins/clang/test/namespaceindentation.cxx +compilerplugins/clang/test/oncevar.cxx +compilerplugins/clang/test/oslendian-1.cxx +compilerplugins/clang/test/oslendian-2.cxx +compilerplugins/clang/test/oslendian-3.cxx +compilerplugins/clang/test/passparamsbyref.cxx +compilerplugins/clang/test/passstuffbyref.cxx +compilerplugins/clang/test/redundantcast.cxx +compilerplugins/clang/test/redundantcast.hxx +compilerplugins/clang/test/redundantinline.cxx +compilerplugins/clang/test/redundantinline.hxx +compilerplugins/clang/test/redundantpointerops.cxx +compilerplugins/clang/test/salunicodeliteral.cxx +compilerplugins/clang/test/stringconcatauto.cxx +compilerplugins/clang/test/stringconstant.cxx +compilerplugins/clang/test/unnecessarycatchthrow.cxx +compilerplugins/clang/test/unnecessaryoverride-dtor.cxx +compilerplugins/clang/test/unnecessaryoverride-dtor.hxx +compilerplugins/clang/test/unnecessaryparen.cxx +compilerplugins/clang/test/unoany.cxx +compilerplugins/clang/test/unusedfields.cxx +compilerplugins/clang/test/useuniqueptr.cxx +compilerplugins/clang/test/vclwidgets.cxx +compilerplugins/clang/unicodetochar.cxx +compilerplugins/clang/unnecessarycatchthrow.cxx +compilerplugins/clang/unnecessaryoverride.cxx +compilerplugins/clang/unnecessaryparen.cxx +compilerplugins/clang/unnecessaryvirtual.cxx +compilerplugins/clang/unoany.cxx +compilerplugins/clang/unreffun.cxx +compilerplugins/clang/unusedenumconstants.cxx +compilerplugins/clang/unusedfields.cxx +compilerplugins/clang/unusedfieldsremove.cxx +compilerplugins/clang/unusedmethods.cxx +compilerplugins/clang/unusedmethodsremove.cxx +compilerplugins/clang/unusedvariablecheck.cxx +compilerplugins/clang/unusedvariablecheck.hxx +compilerplugins/clang/useuniqueptr.cxx +compilerplugins/clang/vclwidgets.cxx +compilerplugins/clang/weakobject.cxx +configmgr/qa/unit/test.cxx +configmgr/source/access.cxx +configmgr/source/access.hxx +configmgr/source/additions.hxx +configmgr/source/broadcaster.cxx +configmgr/source/broadcaster.hxx +configmgr/source/childaccess.cxx +configmgr/source/childaccess.hxx +configmgr/source/components.cxx +configmgr/source/components.hxx +configmgr/source/config_map.hxx +configmgr/source/configurationprovider.cxx +configmgr/source/configurationprovider.hxx +configmgr/source/configurationregistry.cxx +configmgr/source/configurationregistry.hxx +configmgr/source/data.cxx +configmgr/source/data.hxx +configmgr/source/dconf.cxx +configmgr/source/dconf.hxx +configmgr/source/defaultprovider.cxx +configmgr/source/defaultprovider.hxx +configmgr/source/groupnode.cxx +configmgr/source/groupnode.hxx +configmgr/source/localizedpropertynode.cxx +configmgr/source/localizedpropertynode.hxx +configmgr/source/localizedvaluenode.cxx +configmgr/source/localizedvaluenode.hxx +configmgr/source/lock.cxx +configmgr/source/lock.hxx +configmgr/source/modifications.cxx +configmgr/source/modifications.hxx +configmgr/source/node.cxx +configmgr/source/node.hxx +configmgr/source/nodemap.cxx +configmgr/source/nodemap.hxx +configmgr/source/parsemanager.cxx +configmgr/source/parsemanager.hxx +configmgr/source/parser.hxx +configmgr/source/partial.cxx +configmgr/source/partial.hxx +configmgr/source/propertynode.cxx +configmgr/source/propertynode.hxx +configmgr/source/readonlyaccess.cxx +configmgr/source/readonlyaccess.hxx +configmgr/source/readwriteaccess.cxx +configmgr/source/readwriteaccess.hxx +configmgr/source/rootaccess.cxx +configmgr/source/rootaccess.hxx +configmgr/source/rootnode.cxx +configmgr/source/rootnode.hxx +configmgr/source/services.cxx +configmgr/source/setnode.cxx +configmgr/source/setnode.hxx +configmgr/source/type.cxx +configmgr/source/type.hxx +configmgr/source/update.cxx +configmgr/source/update.hxx +configmgr/source/valueparser.cxx +configmgr/source/valueparser.hxx +configmgr/source/winreg.cxx +configmgr/source/winreg.hxx +configmgr/source/writemodfile.cxx +configmgr/source/writemodfile.hxx +configmgr/source/xcdparser.cxx +configmgr/source/xcdparser.hxx +configmgr/source/xcsparser.cxx +configmgr/source/xcsparser.hxx +configmgr/source/xcuparser.cxx +configmgr/source/xcuparser.hxx +configmgr/source/xmldata.cxx +configmgr/source/xmldata.hxx +connectivity/inc/ParameterCont.hxx +connectivity/inc/SQLStatementHelper.hxx +connectivity/inc/TIndex.hxx +connectivity/inc/TIndexColumns.hxx +connectivity/inc/TKey.hxx +connectivity/inc/TKeyColumns.hxx +connectivity/inc/sdbcx/VCatalog.hxx +connectivity/inc/sdbcx/VGroup.hxx +connectivity/inc/sdbcx/VIndex.hxx +connectivity/inc/sdbcx/VIndexColumn.hxx +connectivity/inc/sdbcx/VKey.hxx +connectivity/inc/sdbcx/VKeyColumn.hxx +connectivity/inc/sdbcx/VTypeDef.hxx +connectivity/inc/sdbcx/VUser.hxx +connectivity/inc/strings.hxx +connectivity/qa/connectivity/ado/DriverTest.cxx +connectivity/qa/connectivity/commontools/FValue_test.cxx +connectivity/qa/connectivity/mork/DriverTest.cxx +connectivity/source/commontools/AutoRetrievingBase.cxx +connectivity/source/commontools/BlobHelper.cxx +connectivity/source/commontools/CommonTools.cxx +connectivity/source/commontools/ConnectionWrapper.cxx +connectivity/source/commontools/DateConversion.cxx +connectivity/source/commontools/DriversConfig.cxx +connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx +connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx +connectivity/source/commontools/FValue.cxx +connectivity/source/commontools/ParameterSubstitution.cxx +connectivity/source/commontools/RowFunctionParser.cxx +connectivity/source/commontools/TColumnsHelper.cxx +connectivity/source/commontools/TConnection.cxx +connectivity/source/commontools/TDatabaseMetaDataBase.cxx +connectivity/source/commontools/TIndex.cxx +connectivity/source/commontools/TIndexColumns.cxx +connectivity/source/commontools/TIndexes.cxx +connectivity/source/commontools/TKey.cxx +connectivity/source/commontools/TKeyColumns.cxx +connectivity/source/commontools/TKeys.cxx +connectivity/source/commontools/TPrivilegesResultSet.cxx +connectivity/source/commontools/TSkipDeletedSet.cxx +connectivity/source/commontools/TSortIndex.cxx +connectivity/source/commontools/TTableHelper.cxx +connectivity/source/commontools/conncleanup.cxx +connectivity/source/commontools/dbcharset.cxx +connectivity/source/commontools/dbconversion.cxx +connectivity/source/commontools/dbexception.cxx +connectivity/source/commontools/dbmetadata.cxx +connectivity/source/commontools/dbtools.cxx +connectivity/source/commontools/dbtools2.cxx +connectivity/source/commontools/filtermanager.cxx +connectivity/source/commontools/formattedcolumnvalue.cxx +connectivity/source/commontools/parameters.cxx +connectivity/source/commontools/paramwrapper.cxx +connectivity/source/commontools/predicateinput.cxx +connectivity/source/commontools/propertyids.cxx +connectivity/source/commontools/sqlerror.cxx +connectivity/source/commontools/statementcomposer.cxx +connectivity/source/commontools/warningscontainer.cxx +connectivity/source/cpool/ZConnectionPool.cxx +connectivity/source/cpool/ZConnectionPool.hxx +connectivity/source/cpool/ZConnectionWrapper.cxx +connectivity/source/cpool/ZConnectionWrapper.hxx +connectivity/source/cpool/ZDriverWrapper.cxx +connectivity/source/cpool/ZDriverWrapper.hxx +connectivity/source/cpool/ZPoolCollection.cxx +connectivity/source/cpool/ZPoolCollection.hxx +connectivity/source/cpool/ZPooledConnection.cxx +connectivity/source/cpool/ZPooledConnection.hxx +connectivity/source/cpool/Zregistration.cxx +connectivity/source/drivers/ado/ACallableStatement.cxx +connectivity/source/drivers/ado/ACatalog.cxx +connectivity/source/drivers/ado/AColumn.cxx +connectivity/source/drivers/ado/AColumns.cxx +connectivity/source/drivers/ado/AConnection.cxx +connectivity/source/drivers/ado/ADatabaseMetaData.cxx +connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx +connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx +connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx +connectivity/source/drivers/ado/ADriver.cxx +connectivity/source/drivers/ado/AGroup.cxx +connectivity/source/drivers/ado/AGroups.cxx +connectivity/source/drivers/ado/AIndex.cxx +connectivity/source/drivers/ado/AIndexes.cxx +connectivity/source/drivers/ado/AKey.cxx +connectivity/source/drivers/ado/AKeys.cxx +connectivity/source/drivers/ado/APreparedStatement.cxx +connectivity/source/drivers/ado/AResultSet.cxx +connectivity/source/drivers/ado/AResultSetMetaData.cxx +connectivity/source/drivers/ado/AStatement.cxx +connectivity/source/drivers/ado/ATable.cxx +connectivity/source/drivers/ado/ATables.cxx +connectivity/source/drivers/ado/AUser.cxx +connectivity/source/drivers/ado/AUsers.cxx +connectivity/source/drivers/ado/AView.cxx +connectivity/source/drivers/ado/AViews.cxx +connectivity/source/drivers/ado/Aolevariant.cxx +connectivity/source/drivers/ado/Aservices.cxx +connectivity/source/drivers/ado/Awrapado.cxx +connectivity/source/drivers/ado/adoimp.cxx +connectivity/source/drivers/calc/CCatalog.cxx +connectivity/source/drivers/calc/CConnection.cxx +connectivity/source/drivers/calc/CDatabaseMetaData.cxx +connectivity/source/drivers/calc/CDriver.cxx +connectivity/source/drivers/calc/CTable.cxx +connectivity/source/drivers/calc/CTables.cxx +connectivity/source/drivers/calc/Cservices.cxx +connectivity/source/drivers/component/CColumns.cxx +connectivity/source/drivers/component/CDatabaseMetaData.cxx +connectivity/source/drivers/component/CPreparedStatement.cxx +connectivity/source/drivers/component/CResultSet.cxx +connectivity/source/drivers/component/CStatement.cxx +connectivity/source/drivers/component/CTable.cxx +connectivity/source/drivers/dbase/DCatalog.cxx +connectivity/source/drivers/dbase/DColumns.cxx +connectivity/source/drivers/dbase/DConnection.cxx +connectivity/source/drivers/dbase/DDatabaseMetaData.cxx +connectivity/source/drivers/dbase/DDriver.cxx +connectivity/source/drivers/dbase/DIndex.cxx +connectivity/source/drivers/dbase/DIndexColumns.cxx +connectivity/source/drivers/dbase/DIndexIter.cxx +connectivity/source/drivers/dbase/DIndexes.cxx +connectivity/source/drivers/dbase/DPreparedStatement.cxx +connectivity/source/drivers/dbase/DResultSet.cxx +connectivity/source/drivers/dbase/DStatement.cxx +connectivity/source/drivers/dbase/DTable.cxx +connectivity/source/drivers/dbase/DTables.cxx +connectivity/source/drivers/dbase/Dservices.cxx +connectivity/source/drivers/dbase/dindexnode.cxx +connectivity/source/drivers/evoab2/EApi.cxx +connectivity/source/drivers/evoab2/EApi.h +connectivity/source/drivers/evoab2/NCatalog.cxx +connectivity/source/drivers/evoab2/NCatalog.hxx +connectivity/source/drivers/evoab2/NColumns.cxx +connectivity/source/drivers/evoab2/NColumns.hxx +connectivity/source/drivers/evoab2/NConnection.cxx +connectivity/source/drivers/evoab2/NConnection.hxx +connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx +connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx +connectivity/source/drivers/evoab2/NDriver.cxx +connectivity/source/drivers/evoab2/NDriver.hxx +connectivity/source/drivers/evoab2/NPreparedStatement.cxx +connectivity/source/drivers/evoab2/NPreparedStatement.hxx +connectivity/source/drivers/evoab2/NResultSet.cxx +connectivity/source/drivers/evoab2/NResultSet.hxx +connectivity/source/drivers/evoab2/NResultSetMetaData.cxx +connectivity/source/drivers/evoab2/NResultSetMetaData.hxx +connectivity/source/drivers/evoab2/NServices.cxx +connectivity/source/drivers/evoab2/NStatement.cxx +connectivity/source/drivers/evoab2/NStatement.hxx +connectivity/source/drivers/evoab2/NTable.cxx +connectivity/source/drivers/evoab2/NTable.hxx +connectivity/source/drivers/evoab2/NTables.cxx +connectivity/source/drivers/evoab2/NTables.hxx +connectivity/source/drivers/file/FCatalog.cxx +connectivity/source/drivers/file/FColumns.cxx +connectivity/source/drivers/file/FConnection.cxx +connectivity/source/drivers/file/FDatabaseMetaData.cxx +connectivity/source/drivers/file/FDateFunctions.cxx +connectivity/source/drivers/file/FDriver.cxx +connectivity/source/drivers/file/FNoException.cxx +connectivity/source/drivers/file/FNumericFunctions.cxx +connectivity/source/drivers/file/FPreparedStatement.cxx +connectivity/source/drivers/file/FResultSet.cxx +connectivity/source/drivers/file/FResultSetMetaData.cxx +connectivity/source/drivers/file/FStatement.cxx +connectivity/source/drivers/file/FStringFunctions.cxx +connectivity/source/drivers/file/FTable.cxx +connectivity/source/drivers/file/FTables.cxx +connectivity/source/drivers/file/fanalyzer.cxx +connectivity/source/drivers/file/fcode.cxx +connectivity/source/drivers/file/fcomp.cxx +connectivity/source/drivers/file/quotedstring.cxx +connectivity/source/drivers/firebird/Blob.cxx +connectivity/source/drivers/firebird/Blob.hxx +connectivity/source/drivers/firebird/Catalog.cxx +connectivity/source/drivers/firebird/Catalog.hxx +connectivity/source/drivers/firebird/Clob.cxx +connectivity/source/drivers/firebird/Clob.hxx +connectivity/source/drivers/firebird/Column.cxx +connectivity/source/drivers/firebird/Column.hxx +connectivity/source/drivers/firebird/Columns.cxx +connectivity/source/drivers/firebird/Columns.hxx +connectivity/source/drivers/firebird/Connection.cxx +connectivity/source/drivers/firebird/Connection.hxx +connectivity/source/drivers/firebird/DatabaseMetaData.cxx +connectivity/source/drivers/firebird/DatabaseMetaData.hxx +connectivity/source/drivers/firebird/Driver.cxx +connectivity/source/drivers/firebird/Driver.hxx +connectivity/source/drivers/firebird/Indexes.cxx +connectivity/source/drivers/firebird/Indexes.hxx +connectivity/source/drivers/firebird/Keys.cxx +connectivity/source/drivers/firebird/Keys.hxx +connectivity/source/drivers/firebird/PreparedStatement.cxx +connectivity/source/drivers/firebird/PreparedStatement.hxx +connectivity/source/drivers/firebird/ResultSet.cxx +connectivity/source/drivers/firebird/ResultSet.hxx +connectivity/source/drivers/firebird/ResultSetMetaData.cxx +connectivity/source/drivers/firebird/ResultSetMetaData.hxx +connectivity/source/drivers/firebird/Services.cxx +connectivity/source/drivers/firebird/Statement.cxx +connectivity/source/drivers/firebird/Statement.hxx +connectivity/source/drivers/firebird/StatementCommonBase.cxx +connectivity/source/drivers/firebird/StatementCommonBase.hxx +connectivity/source/drivers/firebird/SubComponent.hxx +connectivity/source/drivers/firebird/Table.cxx +connectivity/source/drivers/firebird/Table.hxx +connectivity/source/drivers/firebird/Tables.cxx +connectivity/source/drivers/firebird/Tables.hxx +connectivity/source/drivers/firebird/User.cxx +connectivity/source/drivers/firebird/User.hxx +connectivity/source/drivers/firebird/Users.cxx +connectivity/source/drivers/firebird/Users.hxx +connectivity/source/drivers/firebird/Util.cxx +connectivity/source/drivers/firebird/Util.hxx +connectivity/source/drivers/flat/ECatalog.cxx +connectivity/source/drivers/flat/EColumns.cxx +connectivity/source/drivers/flat/EConnection.cxx +connectivity/source/drivers/flat/EDatabaseMetaData.cxx +connectivity/source/drivers/flat/EDriver.cxx +connectivity/source/drivers/flat/EPreparedStatement.cxx +connectivity/source/drivers/flat/EResultSet.cxx +connectivity/source/drivers/flat/EStatement.cxx +connectivity/source/drivers/flat/ETable.cxx +connectivity/source/drivers/flat/ETables.cxx +connectivity/source/drivers/flat/Eservices.cxx +connectivity/source/drivers/hsqldb/HCatalog.cxx +connectivity/source/drivers/hsqldb/HColumns.cxx +connectivity/source/drivers/hsqldb/HConnection.cxx +connectivity/source/drivers/hsqldb/HDriver.cxx +connectivity/source/drivers/hsqldb/HStorageAccess.cxx +connectivity/source/drivers/hsqldb/HStorageMap.cxx +connectivity/source/drivers/hsqldb/HTable.cxx +connectivity/source/drivers/hsqldb/HTables.cxx +connectivity/source/drivers/hsqldb/HTerminateListener.cxx +connectivity/source/drivers/hsqldb/HTerminateListener.hxx +connectivity/source/drivers/hsqldb/HTools.cxx +connectivity/source/drivers/hsqldb/HUser.cxx +connectivity/source/drivers/hsqldb/HUsers.cxx +connectivity/source/drivers/hsqldb/HView.cxx +connectivity/source/drivers/hsqldb/HViews.cxx +connectivity/source/drivers/hsqldb/Hservices.cxx +connectivity/source/drivers/hsqldb/StorageFileAccess.cxx +connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx +connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx +connectivity/source/drivers/hsqldb/accesslog.cxx +connectivity/source/drivers/hsqldb/accesslog.hxx +connectivity/source/drivers/jdbc/Array.cxx +connectivity/source/drivers/jdbc/Blob.cxx +connectivity/source/drivers/jdbc/Boolean.cxx +connectivity/source/drivers/jdbc/CallableStatement.cxx +connectivity/source/drivers/jdbc/Class.cxx +connectivity/source/drivers/jdbc/Clob.cxx +connectivity/source/drivers/jdbc/ConnectionLog.cxx +connectivity/source/drivers/jdbc/ContextClassLoader.cxx +connectivity/source/drivers/jdbc/DatabaseMetaData.cxx +connectivity/source/drivers/jdbc/Date.cxx +connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx +connectivity/source/drivers/jdbc/Exception.cxx +connectivity/source/drivers/jdbc/InputStream.cxx +connectivity/source/drivers/jdbc/JBigDecimal.cxx +connectivity/source/drivers/jdbc/JConnection.cxx +connectivity/source/drivers/jdbc/JDriver.cxx +connectivity/source/drivers/jdbc/JStatement.cxx +connectivity/source/drivers/jdbc/Object.cxx +connectivity/source/drivers/jdbc/PreparedStatement.cxx +connectivity/source/drivers/jdbc/Reader.cxx +connectivity/source/drivers/jdbc/Ref.cxx +connectivity/source/drivers/jdbc/ResultSet.cxx +connectivity/source/drivers/jdbc/ResultSetMetaData.cxx +connectivity/source/drivers/jdbc/SQLException.cxx +connectivity/source/drivers/jdbc/SQLWarning.cxx +connectivity/source/drivers/jdbc/String.cxx +connectivity/source/drivers/jdbc/Throwable.cxx +connectivity/source/drivers/jdbc/Timestamp.cxx +connectivity/source/drivers/jdbc/jservices.cxx +connectivity/source/drivers/jdbc/tools.cxx +connectivity/source/drivers/macab/MacabAddressBook.cxx +connectivity/source/drivers/macab/MacabAddressBook.hxx +connectivity/source/drivers/macab/MacabCatalog.cxx +connectivity/source/drivers/macab/MacabCatalog.hxx +connectivity/source/drivers/macab/MacabColumns.cxx +connectivity/source/drivers/macab/MacabColumns.hxx +connectivity/source/drivers/macab/MacabConnection.cxx +connectivity/source/drivers/macab/MacabConnection.hxx +connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx +connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx +connectivity/source/drivers/macab/MacabDriver.cxx +connectivity/source/drivers/macab/MacabDriver.hxx +connectivity/source/drivers/macab/MacabGroup.cxx +connectivity/source/drivers/macab/MacabGroup.hxx +connectivity/source/drivers/macab/MacabHeader.cxx +connectivity/source/drivers/macab/MacabHeader.hxx +connectivity/source/drivers/macab/MacabPreparedStatement.cxx +connectivity/source/drivers/macab/MacabPreparedStatement.hxx +connectivity/source/drivers/macab/MacabRecord.cxx +connectivity/source/drivers/macab/MacabRecord.hxx +connectivity/source/drivers/macab/MacabRecords.cxx +connectivity/source/drivers/macab/MacabRecords.hxx +connectivity/source/drivers/macab/MacabResultSet.cxx +connectivity/source/drivers/macab/MacabResultSet.hxx +connectivity/source/drivers/macab/MacabResultSetMetaData.cxx +connectivity/source/drivers/macab/MacabResultSetMetaData.hxx +connectivity/source/drivers/macab/MacabServices.cxx +connectivity/source/drivers/macab/MacabStatement.cxx +connectivity/source/drivers/macab/MacabStatement.hxx +connectivity/source/drivers/macab/MacabTable.cxx +connectivity/source/drivers/macab/MacabTable.hxx +connectivity/source/drivers/macab/MacabTables.cxx +connectivity/source/drivers/macab/MacabTables.hxx +connectivity/source/drivers/macab/macabcondition.cxx +connectivity/source/drivers/macab/macabcondition.hxx +connectivity/source/drivers/macab/macaborder.cxx +connectivity/source/drivers/macab/macaborder.hxx +connectivity/source/drivers/macab/macabutilities.hxx +connectivity/source/drivers/mork/MCatalog.cxx +connectivity/source/drivers/mork/MCatalog.hxx +connectivity/source/drivers/mork/MColumnAlias.cxx +connectivity/source/drivers/mork/MColumnAlias.hxx +connectivity/source/drivers/mork/MColumns.cxx +connectivity/source/drivers/mork/MColumns.hxx +connectivity/source/drivers/mork/MConnection.cxx +connectivity/source/drivers/mork/MConnection.hxx +connectivity/source/drivers/mork/MDatabaseMetaData.cxx +connectivity/source/drivers/mork/MDatabaseMetaData.hxx +connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx +connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx +connectivity/source/drivers/mork/MDriver.cxx +connectivity/source/drivers/mork/MDriver.hxx +connectivity/source/drivers/mork/MErrorResource.hxx +connectivity/source/drivers/mork/MPreparedStatement.cxx +connectivity/source/drivers/mork/MPreparedStatement.hxx +connectivity/source/drivers/mork/MQueryHelper.cxx +connectivity/source/drivers/mork/MQueryHelper.hxx +connectivity/source/drivers/mork/MResultSet.cxx +connectivity/source/drivers/mork/MResultSet.hxx +connectivity/source/drivers/mork/MResultSetMetaData.cxx +connectivity/source/drivers/mork/MResultSetMetaData.hxx +connectivity/source/drivers/mork/MStatement.cxx +connectivity/source/drivers/mork/MStatement.hxx +connectivity/source/drivers/mork/MTable.cxx +connectivity/source/drivers/mork/MTable.hxx +connectivity/source/drivers/mork/MTables.cxx +connectivity/source/drivers/mork/MTables.hxx +connectivity/source/drivers/mork/MorkParser.cxx +connectivity/source/drivers/mork/MorkParser.hxx +connectivity/source/drivers/mork/mork_helper.cxx +connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx +connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx +connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx +connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx +connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx +connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx +connectivity/source/drivers/odbc/OConnection.cxx +connectivity/source/drivers/odbc/ODatabaseMetaData.cxx +connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx +connectivity/source/drivers/odbc/ODriver.cxx +connectivity/source/drivers/odbc/OFunctions.cxx +connectivity/source/drivers/odbc/OPreparedStatement.cxx +connectivity/source/drivers/odbc/ORealDriver.cxx +connectivity/source/drivers/odbc/ORealDriver.hxx +connectivity/source/drivers/odbc/OResultSet.cxx +connectivity/source/drivers/odbc/OResultSetMetaData.cxx +connectivity/source/drivers/odbc/OStatement.cxx +connectivity/source/drivers/odbc/OTools.cxx +connectivity/source/drivers/odbc/oservices.cxx +connectivity/source/drivers/postgresql/pq_array.cxx +connectivity/source/drivers/postgresql/pq_array.hxx +connectivity/source/drivers/postgresql/pq_baseresultset.cxx +connectivity/source/drivers/postgresql/pq_baseresultset.hxx +connectivity/source/drivers/postgresql/pq_connection.cxx +connectivity/source/drivers/postgresql/pq_connection.hxx +connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +connectivity/source/drivers/postgresql/pq_databasemetadata.hxx +connectivity/source/drivers/postgresql/pq_driver.cxx +connectivity/source/drivers/postgresql/pq_driver.hxx +connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx +connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.hxx +connectivity/source/drivers/postgresql/pq_preparedstatement.cxx +connectivity/source/drivers/postgresql/pq_preparedstatement.hxx +connectivity/source/drivers/postgresql/pq_resultset.cxx +connectivity/source/drivers/postgresql/pq_resultset.hxx +connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx +connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx +connectivity/source/drivers/postgresql/pq_sequenceresultset.cxx +connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx +connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx +connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.hxx +connectivity/source/drivers/postgresql/pq_statement.cxx +connectivity/source/drivers/postgresql/pq_statement.hxx +connectivity/source/drivers/postgresql/pq_statics.cxx +connectivity/source/drivers/postgresql/pq_statics.hxx +connectivity/source/drivers/postgresql/pq_tools.cxx +connectivity/source/drivers/postgresql/pq_tools.hxx +connectivity/source/drivers/postgresql/pq_updateableresultset.cxx +connectivity/source/drivers/postgresql/pq_updateableresultset.hxx +connectivity/source/drivers/postgresql/pq_xbase.cxx +connectivity/source/drivers/postgresql/pq_xbase.hxx +connectivity/source/drivers/postgresql/pq_xcolumn.cxx +connectivity/source/drivers/postgresql/pq_xcolumn.hxx +connectivity/source/drivers/postgresql/pq_xcolumns.cxx +connectivity/source/drivers/postgresql/pq_xcolumns.hxx +connectivity/source/drivers/postgresql/pq_xcontainer.cxx +connectivity/source/drivers/postgresql/pq_xcontainer.hxx +connectivity/source/drivers/postgresql/pq_xindex.cxx +connectivity/source/drivers/postgresql/pq_xindex.hxx +connectivity/source/drivers/postgresql/pq_xindexcolumn.cxx +connectivity/source/drivers/postgresql/pq_xindexcolumn.hxx +connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx +connectivity/source/drivers/postgresql/pq_xindexcolumns.hxx +connectivity/source/drivers/postgresql/pq_xindexes.cxx +connectivity/source/drivers/postgresql/pq_xindexes.hxx +connectivity/source/drivers/postgresql/pq_xkey.cxx +connectivity/source/drivers/postgresql/pq_xkey.hxx +connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx +connectivity/source/drivers/postgresql/pq_xkeycolumn.hxx +connectivity/source/drivers/postgresql/pq_xkeycolumns.cxx +connectivity/source/drivers/postgresql/pq_xkeycolumns.hxx +connectivity/source/drivers/postgresql/pq_xkeys.cxx +connectivity/source/drivers/postgresql/pq_xkeys.hxx +connectivity/source/drivers/postgresql/pq_xtable.cxx +connectivity/source/drivers/postgresql/pq_xtable.hxx +connectivity/source/drivers/postgresql/pq_xtables.cxx +connectivity/source/drivers/postgresql/pq_xtables.hxx +connectivity/source/drivers/postgresql/pq_xuser.cxx +connectivity/source/drivers/postgresql/pq_xuser.hxx +connectivity/source/drivers/postgresql/pq_xusers.cxx +connectivity/source/drivers/postgresql/pq_xusers.hxx +connectivity/source/drivers/postgresql/pq_xview.cxx +connectivity/source/drivers/postgresql/pq_xview.hxx +connectivity/source/drivers/postgresql/pq_xviews.cxx +connectivity/source/drivers/postgresql/pq_xviews.hxx +connectivity/source/inc/AutoRetrievingBase.hxx +connectivity/source/inc/FDatabaseMetaDataResultSet.hxx +connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx +connectivity/source/inc/OColumn.hxx +connectivity/source/inc/OTypeInfo.hxx +connectivity/source/inc/ParameterSubstitution.hxx +connectivity/source/inc/RowFunctionParser.hxx +connectivity/source/inc/TConnection.hxx +connectivity/source/inc/TDatabaseMetaDataBase.hxx +connectivity/source/inc/TKeyValue.hxx +connectivity/source/inc/TPrivilegesResultSet.hxx +connectivity/source/inc/TResultSetHelper.hxx +connectivity/source/inc/TSkipDeletedSet.hxx +connectivity/source/inc/TSortIndex.hxx +connectivity/source/inc/ado/ACallableStatement.hxx +connectivity/source/inc/ado/ACatalog.hxx +connectivity/source/inc/ado/AColumn.hxx +connectivity/source/inc/ado/AColumns.hxx +connectivity/source/inc/ado/AConnection.hxx +connectivity/source/inc/ado/ADatabaseMetaData.hxx +connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx +connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx +connectivity/source/inc/ado/ADriver.hxx +connectivity/source/inc/ado/AGroup.hxx +connectivity/source/inc/ado/AGroups.hxx +connectivity/source/inc/ado/AIndex.hxx +connectivity/source/inc/ado/AIndexes.hxx +connectivity/source/inc/ado/AKey.hxx +connectivity/source/inc/ado/AKeys.hxx +connectivity/source/inc/ado/APreparedStatement.hxx +connectivity/source/inc/ado/AResultSet.hxx +connectivity/source/inc/ado/AResultSetMetaData.hxx +connectivity/source/inc/ado/AStatement.hxx +connectivity/source/inc/ado/ATable.hxx +connectivity/source/inc/ado/ATables.hxx +connectivity/source/inc/ado/AUser.hxx +connectivity/source/inc/ado/AUsers.hxx +connectivity/source/inc/ado/AView.hxx +connectivity/source/inc/ado/AViews.hxx +connectivity/source/inc/ado/Aolevariant.hxx +connectivity/source/inc/ado/Aolewrap.hxx +connectivity/source/inc/ado/Awrapado.hxx +connectivity/source/inc/ado/Awrapadox.hxx +connectivity/source/inc/ado/WrapCatalog.hxx +connectivity/source/inc/ado/WrapColumn.hxx +connectivity/source/inc/ado/WrapIndex.hxx +connectivity/source/inc/ado/WrapKey.hxx +connectivity/source/inc/ado/WrapTable.hxx +connectivity/source/inc/ado/WrapTypeDefs.hxx +connectivity/source/inc/ado/adoimp.hxx +connectivity/source/inc/calc/CCatalog.hxx +connectivity/source/inc/calc/CConnection.hxx +connectivity/source/inc/calc/CDatabaseMetaData.hxx +connectivity/source/inc/calc/CDriver.hxx +connectivity/source/inc/calc/CTable.hxx +connectivity/source/inc/calc/CTables.hxx +connectivity/source/inc/component/CColumns.hxx +connectivity/source/inc/component/CDatabaseMetaData.hxx +connectivity/source/inc/component/CPreparedStatement.hxx +connectivity/source/inc/component/CResultSet.hxx +connectivity/source/inc/component/CStatement.hxx +connectivity/source/inc/component/CTable.hxx +connectivity/source/inc/dbase/DCatalog.hxx +connectivity/source/inc/dbase/DColumns.hxx +connectivity/source/inc/dbase/DConnection.hxx +connectivity/source/inc/dbase/DDatabaseMetaData.hxx +connectivity/source/inc/dbase/DDriver.hxx +connectivity/source/inc/dbase/DIndex.hxx +connectivity/source/inc/dbase/DIndexColumns.hxx +connectivity/source/inc/dbase/DIndexIter.hxx +connectivity/source/inc/dbase/DIndexes.hxx +connectivity/source/inc/dbase/DPreparedStatement.hxx +connectivity/source/inc/dbase/DResultSet.hxx +connectivity/source/inc/dbase/DStatement.hxx +connectivity/source/inc/dbase/DTable.hxx +connectivity/source/inc/dbase/DTables.hxx +connectivity/source/inc/dbase/dindexnode.hxx +connectivity/source/inc/file/FCatalog.hxx +connectivity/source/inc/file/FColumns.hxx +connectivity/source/inc/file/FConnection.hxx +connectivity/source/inc/file/FDatabaseMetaData.hxx +connectivity/source/inc/file/FDateFunctions.hxx +connectivity/source/inc/file/FDriver.hxx +connectivity/source/inc/file/FNumericFunctions.hxx +connectivity/source/inc/file/FPreparedStatement.hxx +connectivity/source/inc/file/FResultSet.hxx +connectivity/source/inc/file/FResultSetMetaData.hxx +connectivity/source/inc/file/FStatement.hxx +connectivity/source/inc/file/FStringFunctions.hxx +connectivity/source/inc/file/FTable.hxx +connectivity/source/inc/file/FTables.hxx +connectivity/source/inc/file/fanalyzer.hxx +connectivity/source/inc/file/fcode.hxx +connectivity/source/inc/file/fcomp.hxx +connectivity/source/inc/file/quotedstring.hxx +connectivity/source/inc/flat/ECatalog.hxx +connectivity/source/inc/flat/EColumns.hxx +connectivity/source/inc/flat/EConnection.hxx +connectivity/source/inc/flat/EDatabaseMetaData.hxx +connectivity/source/inc/flat/EDriver.hxx +connectivity/source/inc/flat/EPreparedStatement.hxx +connectivity/source/inc/flat/EResultSet.hxx +connectivity/source/inc/flat/EStatement.hxx +connectivity/source/inc/flat/ETable.hxx +connectivity/source/inc/flat/ETables.hxx +connectivity/source/inc/hsqldb/HCatalog.hxx +connectivity/source/inc/hsqldb/HColumns.hxx +connectivity/source/inc/hsqldb/HConnection.hxx +connectivity/source/inc/hsqldb/HDriver.hxx +connectivity/source/inc/hsqldb/HStorageAccess.hxx +connectivity/source/inc/hsqldb/HStorageMap.hxx +connectivity/source/inc/hsqldb/HTable.hxx +connectivity/source/inc/hsqldb/HTables.hxx +connectivity/source/inc/hsqldb/HTools.hxx +connectivity/source/inc/hsqldb/HUser.hxx +connectivity/source/inc/hsqldb/HUsers.hxx +connectivity/source/inc/hsqldb/HView.hxx +connectivity/source/inc/hsqldb/HViews.hxx +connectivity/source/inc/java/ContextClassLoader.hxx +connectivity/source/inc/java/GlobalRef.hxx +connectivity/source/inc/java/LocalRef.hxx +connectivity/source/inc/java/io/InputStream.hxx +connectivity/source/inc/java/io/Reader.hxx +connectivity/source/inc/java/lang/Boolean.hxx +connectivity/source/inc/java/lang/Class.hxx +connectivity/source/inc/java/lang/Exception.hxx +connectivity/source/inc/java/lang/Object.hxx +connectivity/source/inc/java/lang/String.hxx +connectivity/source/inc/java/lang/Throwable.hxx +connectivity/source/inc/java/math/BigDecimal.hxx +connectivity/source/inc/java/sql/Array.hxx +connectivity/source/inc/java/sql/Blob.hxx +connectivity/source/inc/java/sql/CallableStatement.hxx +connectivity/source/inc/java/sql/Clob.hxx +connectivity/source/inc/java/sql/Connection.hxx +connectivity/source/inc/java/sql/ConnectionLog.hxx +connectivity/source/inc/java/sql/DatabaseMetaData.hxx +connectivity/source/inc/java/sql/Driver.hxx +connectivity/source/inc/java/sql/DriverPropertyInfo.hxx +connectivity/source/inc/java/sql/JStatement.hxx +connectivity/source/inc/java/sql/PreparedStatement.hxx +connectivity/source/inc/java/sql/Ref.hxx +connectivity/source/inc/java/sql/ResultSet.hxx +connectivity/source/inc/java/sql/ResultSetMetaData.hxx +connectivity/source/inc/java/sql/SQLException.hxx +connectivity/source/inc/java/sql/SQLWarning.hxx +connectivity/source/inc/java/sql/Timestamp.hxx +connectivity/source/inc/java/tools.hxx +connectivity/source/inc/java/util/Date.hxx +connectivity/source/inc/java/util/Property.hxx +connectivity/source/inc/mysql/YCatalog.hxx +connectivity/source/inc/mysql/YColumns.hxx +connectivity/source/inc/mysql/YDriver.hxx +connectivity/source/inc/mysql/YTable.hxx +connectivity/source/inc/mysql/YTables.hxx +connectivity/source/inc/mysql/YUser.hxx +connectivity/source/inc/mysql/YUsers.hxx +connectivity/source/inc/mysql/YViews.hxx +connectivity/source/inc/odbc/OBoundParam.hxx +connectivity/source/inc/odbc/OConnection.hxx +connectivity/source/inc/odbc/ODatabaseMetaData.hxx +connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx +connectivity/source/inc/odbc/ODriver.hxx +connectivity/source/inc/odbc/OFunctions.hxx +connectivity/source/inc/odbc/OPreparedStatement.hxx +connectivity/source/inc/odbc/OResultSet.hxx +connectivity/source/inc/odbc/OResultSetMetaData.hxx +connectivity/source/inc/odbc/OStatement.hxx +connectivity/source/inc/odbc/OTools.hxx +connectivity/source/inc/propertyids.hxx +connectivity/source/inc/resource/sharedresources.hxx +connectivity/source/manager/mdrivermanager.cxx +connectivity/source/manager/mdrivermanager.hxx +connectivity/source/manager/mregistration.cxx +connectivity/source/parse/PColumn.cxx +connectivity/source/parse/internalnode.cxx +connectivity/source/parse/sqliterator.cxx +connectivity/source/parse/sqlnode.cxx +connectivity/source/resource/sharedresources.cxx +connectivity/source/sdbcx/VCatalog.cxx +connectivity/source/sdbcx/VCollection.cxx +connectivity/source/sdbcx/VColumn.cxx +connectivity/source/sdbcx/VDescriptor.cxx +connectivity/source/sdbcx/VGroup.cxx +connectivity/source/sdbcx/VIndex.cxx +connectivity/source/sdbcx/VIndexColumn.cxx +connectivity/source/sdbcx/VKey.cxx +connectivity/source/sdbcx/VKeyColumn.cxx +connectivity/source/sdbcx/VTable.cxx +connectivity/source/sdbcx/VUser.cxx +connectivity/source/sdbcx/VView.cxx +connectivity/workben/iniParser/main.cxx +connectivity/workben/little/main.cxx +connectivity/workben/skeleton/SResultSet.hxx +cppcanvas/qa/unit/test.cxx +cppcanvas/source/inc/action.hxx +cppcanvas/source/inc/canvasgraphichelper.hxx +cppcanvas/source/inc/implrenderer.hxx +cppcanvas/source/inc/outdevstate.hxx +cppcanvas/source/inc/tools.hxx +cppcanvas/source/mtfrenderer/bitmapaction.cxx +cppcanvas/source/mtfrenderer/bitmapaction.hxx +cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx +cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx +cppcanvas/source/mtfrenderer/implrenderer.cxx +cppcanvas/source/mtfrenderer/lineaction.cxx +cppcanvas/source/mtfrenderer/lineaction.hxx +cppcanvas/source/mtfrenderer/mtftools.cxx +cppcanvas/source/mtfrenderer/mtftools.hxx +cppcanvas/source/mtfrenderer/pointaction.cxx +cppcanvas/source/mtfrenderer/pointaction.hxx +cppcanvas/source/mtfrenderer/polypolyaction.cxx +cppcanvas/source/mtfrenderer/polypolyaction.hxx +cppcanvas/source/mtfrenderer/textaction.cxx +cppcanvas/source/mtfrenderer/textaction.hxx +cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +cppcanvas/source/mtfrenderer/transparencygroupaction.hxx +cppcanvas/source/tools/canvasgraphichelper.cxx +cppcanvas/source/tools/tools.cxx +cppcanvas/source/uno/uno_mtfrenderer.cxx +cppcanvas/source/uno/uno_mtfrenderer.hxx +cppcanvas/source/wrapper/basegfxfactory.cxx +cppcanvas/source/wrapper/implbitmap.cxx +cppcanvas/source/wrapper/implbitmap.hxx +cppcanvas/source/wrapper/implbitmapcanvas.cxx +cppcanvas/source/wrapper/implbitmapcanvas.hxx +cppcanvas/source/wrapper/implcanvas.cxx +cppcanvas/source/wrapper/implcanvas.hxx +cppcanvas/source/wrapper/implcustomsprite.cxx +cppcanvas/source/wrapper/implcustomsprite.hxx +cppcanvas/source/wrapper/implpolypolygon.cxx +cppcanvas/source/wrapper/implpolypolygon.hxx +cppcanvas/source/wrapper/implsprite.cxx +cppcanvas/source/wrapper/implsprite.hxx +cppcanvas/source/wrapper/implspritecanvas.cxx +cppcanvas/source/wrapper/implspritecanvas.hxx +cppcanvas/source/wrapper/vclfactory.cxx +cppu/qa/any-external.cxx +cppu/qa/cppumaker/test_cppumaker.cxx +cppu/qa/test_any.cxx +cppu/qa/test_recursion.cxx +cppu/qa/test_reference.cxx +cppu/qa/test_unotype.cxx +cppu/source/AffineBridge/AffineBridge.cxx +cppu/source/LogBridge/LogBridge.cxx +cppu/source/UnsafeBridge/UnsafeBridge.cxx +cppu/source/cppu/compat.cxx +cppu/source/cppu/cppu_opt.cxx +cppu/source/helper/purpenv/Proxy.hxx +cppu/source/helper/purpenv/helper_purpenv_Environment.cxx +cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx +cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx +cppu/source/threadpool/current.cxx +cppu/source/threadpool/current.hxx +cppu/source/threadpool/jobqueue.cxx +cppu/source/threadpool/jobqueue.hxx +cppu/source/threadpool/thread.cxx +cppu/source/threadpool/thread.hxx +cppu/source/threadpool/threadident.cxx +cppu/source/threadpool/threadpool.cxx +cppu/source/threadpool/threadpool.hxx +cppu/source/typelib/static_types.cxx +cppu/source/typelib/typelib.cxx +cppu/source/typelib/typelib.hxx +cppu/source/uno/EnvDcp.cxx +cppu/source/uno/EnvStack.cxx +cppu/source/uno/IdentityMapping.cxx +cppu/source/uno/IdentityMapping.hxx +cppu/source/uno/any.cxx +cppu/source/uno/assign.hxx +cppu/source/uno/cascade_mapping.cxx +cppu/source/uno/cascade_mapping.hxx +cppu/source/uno/check.cxx +cppu/source/uno/constr.hxx +cppu/source/uno/copy.hxx +cppu/source/uno/data.cxx +cppu/source/uno/destr.hxx +cppu/source/uno/eq.hxx +cppu/source/uno/lbenv.cxx +cppu/source/uno/lbmap.cxx +cppu/source/uno/loadmodule.cxx +cppu/source/uno/loadmodule.hxx +cppu/source/uno/prim.hxx +cppu/source/uno/sequence.cxx +cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx +cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx +cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx +cppuhelper/qa/unourl/cppu_unourl.cxx +cppuhelper/qa/weak/test_weak.cxx +cppuhelper/source/access_control.cxx +cppuhelper/source/bootstrap.cxx +cppuhelper/source/compat.cxx +cppuhelper/source/component.cxx +cppuhelper/source/component_context.cxx +cppuhelper/source/defaultbootstrap.cxx +cppuhelper/source/exc_thrower.cxx +cppuhelper/source/factory.cxx +cppuhelper/source/findsofficepath.c +cppuhelper/source/implbase.cxx +cppuhelper/source/implbase_ex.cxx +cppuhelper/source/implementationentry.cxx +cppuhelper/source/interfacecontainer.cxx +cppuhelper/source/loadsharedlibcomponentfactory.hxx +cppuhelper/source/macro_expander.cxx +cppuhelper/source/macro_expander.hxx +cppuhelper/source/paths.cxx +cppuhelper/source/paths.hxx +cppuhelper/source/propertysetmixin.cxx +cppuhelper/source/propshlp.cxx +cppuhelper/source/servicemanager.cxx +cppuhelper/source/servicemanager.hxx +cppuhelper/source/shlib.cxx +cppuhelper/source/supportsservice.cxx +cppuhelper/source/tdmgr.cxx +cppuhelper/source/typemanager.cxx +cppuhelper/source/typemanager.hxx +cppuhelper/source/typeprovider.cxx +cppuhelper/source/unourl.cxx +cppuhelper/source/weak.cxx +cpputools/source/sp2bv/sp2bv.cxx +cpputools/source/unoexe/unoexe.cxx +cui/inc/strings.hxx +cui/qa/unit/cui-dialogs-test.cxx +cui/qa/unit/cui-dialogs-test_2.cxx +cui/qa/unit/cui-dialogs-test_3.cxx +cui/qa/unit/cui-dialogs-test_4.cxx +cui/source/customize/CommandCategoryListBox.cxx +cui/source/customize/SvxConfigPageHelper.cxx +cui/source/customize/SvxMenuConfigPage.cxx +cui/source/customize/SvxToolbarConfigPage.cxx +cui/source/customize/cfg.cxx +cui/source/customize/cfgutil.cxx +cui/source/customize/eventdlg.cxx +cui/source/customize/eventdlg.hxx +cui/source/customize/macropg.cxx +cui/source/customize/macropg_impl.hxx +cui/source/dialogs/SpellAttrib.hxx +cui/source/dialogs/SpellDialog.cxx +cui/source/dialogs/about.cxx +cui/source/dialogs/colorpicker.cxx +cui/source/dialogs/cuicharmap.cxx +cui/source/dialogs/cuifmsearch.cxx +cui/source/dialogs/cuigaldlg.cxx +cui/source/dialogs/cuigrfflt.cxx +cui/source/dialogs/cuihyperdlg.cxx +cui/source/dialogs/cuiimapwnd.cxx +cui/source/dialogs/cuitbxform.cxx +cui/source/dialogs/dlgname.cxx +cui/source/dialogs/hangulhanjadlg.cxx +cui/source/dialogs/hldocntp.cxx +cui/source/dialogs/hldoctp.cxx +cui/source/dialogs/hlinettp.cxx +cui/source/dialogs/hlmailtp.cxx +cui/source/dialogs/hlmarkwn.cxx +cui/source/dialogs/hltpbase.cxx +cui/source/dialogs/hyphen.cxx +cui/source/dialogs/iconcdlg.cxx +cui/source/dialogs/insdlg.cxx +cui/source/dialogs/insrc.cxx +cui/source/dialogs/linkdlg.cxx +cui/source/dialogs/multipat.cxx +cui/source/dialogs/newtabledlg.cxx +cui/source/dialogs/passwdomdlg.cxx +cui/source/dialogs/pastedlg.cxx +cui/source/dialogs/postdlg.cxx +cui/source/dialogs/screenshotannotationdlg.cxx +cui/source/dialogs/scriptdlg.cxx +cui/source/dialogs/sdrcelldlg.cxx +cui/source/dialogs/showcols.cxx +cui/source/dialogs/splitcelldlg.cxx +cui/source/dialogs/srchxtra.cxx +cui/source/dialogs/thesdlg.cxx +cui/source/factory/cuiexp.cxx +cui/source/factory/cuiresmgr.cxx +cui/source/factory/dlgfact.cxx +cui/source/factory/dlgfact.hxx +cui/source/factory/init.cxx +cui/source/inc/CommandCategoryListBox.hxx +cui/source/inc/SpellDialog.hxx +cui/source/inc/SvxConfigPageHelper.hxx +cui/source/inc/SvxMenuConfigPage.hxx +cui/source/inc/SvxToolbarConfigPage.hxx +cui/source/inc/align.hxx +cui/source/inc/autocdlg.hxx +cui/source/inc/backgrnd.hxx +cui/source/inc/bbdlg.hxx +cui/source/inc/border.hxx +cui/source/inc/cfg.hxx +cui/source/inc/cfgutil.hxx +cui/source/inc/chardlg.hxx +cui/source/inc/colorpicker.hxx +cui/source/inc/connect.hxx +cui/source/inc/cuifmsearch.hxx +cui/source/inc/cuigaldlg.hxx +cui/source/inc/cuigrfflt.hxx +cui/source/inc/cuihyperdlg.hxx +cui/source/inc/cuiimapwnd.hxx +cui/source/inc/cuioptgenrl.hxx +cui/source/inc/cuisrchdlg.hxx +cui/source/inc/cuitabarea.hxx +cui/source/inc/cuitabline.hxx +cui/source/inc/dbregister.hxx +cui/source/inc/defdlgname.hxx +cui/source/inc/dlgname.hxx +cui/source/inc/dstribut.hxx +cui/source/inc/grfpage.hxx +cui/source/inc/hangulhanjadlg.hxx +cui/source/inc/headertablistbox.hxx +cui/source/inc/hldocntp.hxx +cui/source/inc/hldoctp.hxx +cui/source/inc/hlinettp.hxx +cui/source/inc/hlmailtp.hxx +cui/source/inc/hlmarkwn.hxx +cui/source/inc/hlmarkwn_def.hxx +cui/source/inc/hltpbase.hxx +cui/source/inc/hyphen.hxx +cui/source/inc/iconcdlg.hxx +cui/source/inc/insdlg.hxx +cui/source/inc/labdlg.hxx +cui/source/inc/linkdlg.hxx +cui/source/inc/macroass.hxx +cui/source/inc/macropg.hxx +cui/source/inc/measure.hxx +cui/source/inc/multipat.hxx +cui/source/inc/numfmt.hxx +cui/source/inc/numpages.hxx +cui/source/inc/optasian.hxx +cui/source/inc/optdict.hxx +cui/source/inc/optlingu.hxx +cui/source/inc/optpath.hxx +cui/source/inc/page.hxx +cui/source/inc/paragrph.hxx +cui/source/inc/passwdomdlg.hxx +cui/source/inc/pastedlg.hxx +cui/source/inc/postdlg.hxx +cui/source/inc/screenshotannotationdlg.hxx +cui/source/inc/scriptdlg.hxx +cui/source/inc/sdrcelldlg.hxx +cui/source/inc/splitcelldlg.hxx +cui/source/inc/srchxtra.hxx +cui/source/inc/swpossizetabpage.hxx +cui/source/inc/tabstpge.hxx +cui/source/inc/textanim.hxx +cui/source/inc/textattr.hxx +cui/source/inc/thesdlg.hxx +cui/source/inc/transfrm.hxx +cui/source/inc/treeopt.hxx +cui/source/inc/zoom.hxx +cui/source/options/certpath.cxx +cui/source/options/cfgchart.cxx +cui/source/options/cfgchart.hxx +cui/source/options/connpoolconfig.cxx +cui/source/options/connpoolconfig.hxx +cui/source/options/connpooloptions.cxx +cui/source/options/connpooloptions.hxx +cui/source/options/connpoolsettings.cxx +cui/source/options/connpoolsettings.hxx +cui/source/options/cuisrchdlg.cxx +cui/source/options/dbregister.cxx +cui/source/options/dbregisterednamesconfig.cxx +cui/source/options/dbregisterednamesconfig.hxx +cui/source/options/dbregistersettings.cxx +cui/source/options/dbregistersettings.hxx +cui/source/options/doclinkdialog.cxx +cui/source/options/doclinkdialog.hxx +cui/source/options/fontsubs.cxx +cui/source/options/fontsubs.hxx +cui/source/options/optaboutconfig.cxx +cui/source/options/optaboutconfig.hxx +cui/source/options/optaccessibility.cxx +cui/source/options/optaccessibility.hxx +cui/source/options/optasian.cxx +cui/source/options/optbasic.cxx +cui/source/options/optbasic.hxx +cui/source/options/optchart.cxx +cui/source/options/optchart.hxx +cui/source/options/optcolor.cxx +cui/source/options/optcolor.hxx +cui/source/options/optctl.cxx +cui/source/options/optctl.hxx +cui/source/options/optdict.cxx +cui/source/options/optfltr.cxx +cui/source/options/optfltr.hxx +cui/source/options/optgdlg.cxx +cui/source/options/optgdlg.hxx +cui/source/options/optgenrl.cxx +cui/source/options/opthtml.cxx +cui/source/options/opthtml.hxx +cui/source/options/optinet2.cxx +cui/source/options/optinet2.hxx +cui/source/options/optjava.cxx +cui/source/options/optjava.hxx +cui/source/options/optjsearch.cxx +cui/source/options/optjsearch.hxx +cui/source/options/optlingu.cxx +cui/source/options/optopencl.cxx +cui/source/options/optopencl.hxx +cui/source/options/optpath.cxx +cui/source/options/optsave.cxx +cui/source/options/optsave.hxx +cui/source/options/optupdt.cxx +cui/source/options/optupdt.hxx +cui/source/options/sdbcdriverenum.cxx +cui/source/options/sdbcdriverenum.hxx +cui/source/options/securityoptions.cxx +cui/source/options/securityoptions.hxx +cui/source/options/treeopt.cxx +cui/source/options/tsaurls.cxx +cui/source/options/webconninfo.cxx +cui/source/options/webconninfo.hxx +cui/source/tabpages/align.cxx +cui/source/tabpages/autocdlg.cxx +cui/source/tabpages/backgrnd.cxx +cui/source/tabpages/bbdlg.cxx +cui/source/tabpages/border.cxx +cui/source/tabpages/chardlg.cxx +cui/source/tabpages/chardlg.h +cui/source/tabpages/connect.cxx +cui/source/tabpages/dstribut.cxx +cui/source/tabpages/grfpage.cxx +cui/source/tabpages/labdlg.cxx +cui/source/tabpages/macroass.cxx +cui/source/tabpages/measure.cxx +cui/source/tabpages/numfmt.cxx +cui/source/tabpages/numpages.cxx +cui/source/tabpages/page.cxx +cui/source/tabpages/paragrph.cxx +cui/source/tabpages/swpossizetabpage.cxx +cui/source/tabpages/tabarea.cxx +cui/source/tabpages/tabline.cxx +cui/source/tabpages/tabstpge.cxx +cui/source/tabpages/textanim.cxx +cui/source/tabpages/textattr.cxx +cui/source/tabpages/tparea.cxx +cui/source/tabpages/tpbitmap.cxx +cui/source/tabpages/tpcolor.cxx +cui/source/tabpages/tpgradnt.cxx +cui/source/tabpages/tphatch.cxx +cui/source/tabpages/tpline.cxx +cui/source/tabpages/tplnedef.cxx +cui/source/tabpages/tplneend.cxx +cui/source/tabpages/tppattern.cxx +cui/source/tabpages/tpshadow.cxx +cui/source/tabpages/tptrans.cxx +cui/source/tabpages/transfrm.cxx +cui/source/uno/services.cxx +dbaccess/inc/core_resource.hxx +dbaccess/inc/helpids.h +dbaccess/inc/strings.hxx +dbaccess/qa/extras/dialog-save.cxx +dbaccess/qa/extras/empty-stdlib-save.cxx +dbaccess/qa/extras/macros-test.cxx +dbaccess/qa/extras/nolib-save.cxx +dbaccess/qa/extras/rowsetclones.cxx +dbaccess/qa/unit/dbtest_base.cxx +dbaccess/qa/unit/embeddeddb_performancetest.cxx +dbaccess/qa/unit/firebird-regression.cxx +dbaccess/qa/unit/firebird.cxx +dbaccess/qa/unit/hsqldb.cxx +dbaccess/source/core/api/BookmarkSet.cxx +dbaccess/source/core/api/BookmarkSet.hxx +dbaccess/source/core/api/CIndexes.cxx +dbaccess/source/core/api/CIndexes.hxx +dbaccess/source/core/api/CRowSetColumn.cxx +dbaccess/source/core/api/CRowSetColumn.hxx +dbaccess/source/core/api/CRowSetDataColumn.cxx +dbaccess/source/core/api/CRowSetDataColumn.hxx +dbaccess/source/core/api/CacheSet.cxx +dbaccess/source/core/api/CacheSet.hxx +dbaccess/source/core/api/FilteredContainer.cxx +dbaccess/source/core/api/HelperCollections.cxx +dbaccess/source/core/api/HelperCollections.hxx +dbaccess/source/core/api/KeySet.cxx +dbaccess/source/core/api/KeySet.hxx +dbaccess/source/core/api/OptimisticSet.cxx +dbaccess/source/core/api/OptimisticSet.hxx +dbaccess/source/core/api/PrivateRow.cxx +dbaccess/source/core/api/PrivateRow.hxx +dbaccess/source/core/api/RowSet.cxx +dbaccess/source/core/api/RowSet.hxx +dbaccess/source/core/api/RowSetBase.cxx +dbaccess/source/core/api/RowSetBase.hxx +dbaccess/source/core/api/RowSetCache.cxx +dbaccess/source/core/api/RowSetCache.hxx +dbaccess/source/core/api/RowSetCacheIterator.cxx +dbaccess/source/core/api/RowSetCacheIterator.hxx +dbaccess/source/core/api/RowSetRow.hxx +dbaccess/source/core/api/SingleSelectQueryComposer.cxx +dbaccess/source/core/api/StaticSet.cxx +dbaccess/source/core/api/StaticSet.hxx +dbaccess/source/core/api/TableDeco.cxx +dbaccess/source/core/api/View.cxx +dbaccess/source/core/api/WrappedResultSet.cxx +dbaccess/source/core/api/WrappedResultSet.hxx +dbaccess/source/core/api/callablestatement.cxx +dbaccess/source/core/api/column.cxx +dbaccess/source/core/api/columnsettings.cxx +dbaccess/source/core/api/datacolumn.cxx +dbaccess/source/core/api/datacolumn.hxx +dbaccess/source/core/api/datasettings.cxx +dbaccess/source/core/api/definitioncolumn.cxx +dbaccess/source/core/api/preparedstatement.cxx +dbaccess/source/core/api/query.cxx +dbaccess/source/core/api/query.hxx +dbaccess/source/core/api/querycomposer.cxx +dbaccess/source/core/api/querycontainer.cxx +dbaccess/source/core/api/querydescriptor.cxx +dbaccess/source/core/api/querydescriptor.hxx +dbaccess/source/core/api/resultcolumn.cxx +dbaccess/source/core/api/resultcolumn.hxx +dbaccess/source/core/api/resultset.cxx +dbaccess/source/core/api/resultset.hxx +dbaccess/source/core/api/statement.cxx +dbaccess/source/core/api/table.cxx +dbaccess/source/core/api/tablecontainer.cxx +dbaccess/source/core/api/viewcontainer.cxx +dbaccess/source/core/dataaccess/ComponentDefinition.cxx +dbaccess/source/core/dataaccess/ComponentDefinition.hxx +dbaccess/source/core/dataaccess/ContentHelper.cxx +dbaccess/source/core/dataaccess/ModelImpl.cxx +dbaccess/source/core/dataaccess/SharedConnection.cxx +dbaccess/source/core/dataaccess/SharedConnection.hxx +dbaccess/source/core/dataaccess/bookmarkcontainer.cxx +dbaccess/source/core/dataaccess/commandcontainer.cxx +dbaccess/source/core/dataaccess/commandcontainer.hxx +dbaccess/source/core/dataaccess/commanddefinition.cxx +dbaccess/source/core/dataaccess/commanddefinition.hxx +dbaccess/source/core/dataaccess/connection.cxx +dbaccess/source/core/dataaccess/connection.hxx +dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx +dbaccess/source/core/dataaccess/databasecontext.cxx +dbaccess/source/core/dataaccess/databasedocument.cxx +dbaccess/source/core/dataaccess/databasedocument.hxx +dbaccess/source/core/dataaccess/databaseregistrations.cxx +dbaccess/source/core/dataaccess/databaseregistrations.hxx +dbaccess/source/core/dataaccess/datasource.cxx +dbaccess/source/core/dataaccess/datasource.hxx +dbaccess/source/core/dataaccess/definitioncontainer.cxx +dbaccess/source/core/dataaccess/documentcontainer.cxx +dbaccess/source/core/dataaccess/documentcontainer.hxx +dbaccess/source/core/dataaccess/documentdefinition.cxx +dbaccess/source/core/dataaccess/documentdefinition.hxx +dbaccess/source/core/dataaccess/documenteventexecutor.cxx +dbaccess/source/core/dataaccess/documenteventexecutor.hxx +dbaccess/source/core/dataaccess/documenteventnotifier.cxx +dbaccess/source/core/dataaccess/documenteventnotifier.hxx +dbaccess/source/core/dataaccess/documentevents.cxx +dbaccess/source/core/dataaccess/intercept.cxx +dbaccess/source/core/dataaccess/intercept.hxx +dbaccess/source/core/dataaccess/myucp_datasupplier.cxx +dbaccess/source/core/dataaccess/myucp_datasupplier.hxx +dbaccess/source/core/dataaccess/myucp_resultset.cxx +dbaccess/source/core/dataaccess/myucp_resultset.hxx +dbaccess/source/core/inc/ContainerMediator.hxx +dbaccess/source/core/inc/ContentHelper.hxx +dbaccess/source/core/inc/DatabaseDataProvider.hxx +dbaccess/source/core/inc/FilteredContainer.hxx +dbaccess/source/core/inc/ModelImpl.hxx +dbaccess/source/core/inc/PropertyForward.hxx +dbaccess/source/core/inc/RefreshListener.hxx +dbaccess/source/core/inc/SingleSelectQueryComposer.hxx +dbaccess/source/core/inc/TableDeco.hxx +dbaccess/source/core/inc/View.hxx +dbaccess/source/core/inc/bookmarkcontainer.hxx +dbaccess/source/core/inc/callablestatement.hxx +dbaccess/source/core/inc/column.hxx +dbaccess/source/core/inc/columnsettings.hxx +dbaccess/source/core/inc/commandbase.hxx +dbaccess/source/core/inc/composertools.hxx +dbaccess/source/core/inc/containerapprove.hxx +dbaccess/source/core/inc/databasecontext.hxx +dbaccess/source/core/inc/datasettings.hxx +dbaccess/source/core/inc/definitioncolumn.hxx +dbaccess/source/core/inc/definitioncontainer.hxx +dbaccess/source/core/inc/documentevents.hxx +dbaccess/source/core/inc/objectnameapproval.hxx +dbaccess/source/core/inc/preparedstatement.hxx +dbaccess/source/core/inc/querycomposer.hxx +dbaccess/source/core/inc/querycontainer.hxx +dbaccess/source/core/inc/recovery/dbdocrecovery.hxx +dbaccess/source/core/inc/sdbcoretools.hxx +dbaccess/source/core/inc/statement.hxx +dbaccess/source/core/inc/table.hxx +dbaccess/source/core/inc/tablecontainer.hxx +dbaccess/source/core/inc/veto.hxx +dbaccess/source/core/inc/viewcontainer.hxx +dbaccess/source/core/misc/ContainerMediator.cxx +dbaccess/source/core/misc/DatabaseDataProvider.cxx +dbaccess/source/core/misc/PropertyForward.cxx +dbaccess/source/core/misc/apitools.cxx +dbaccess/source/core/misc/dsntypes.cxx +dbaccess/source/core/misc/objectnameapproval.cxx +dbaccess/source/core/misc/sdbcoretools.cxx +dbaccess/source/core/misc/services.cxx +dbaccess/source/core/misc/veto.cxx +dbaccess/source/core/recovery/dbdocrecovery.cxx +dbaccess/source/core/recovery/settingsimport.cxx +dbaccess/source/core/recovery/settingsimport.hxx +dbaccess/source/core/recovery/storagestream.cxx +dbaccess/source/core/recovery/storagestream.hxx +dbaccess/source/core/recovery/storagetextstream.cxx +dbaccess/source/core/recovery/storagetextstream.hxx +dbaccess/source/core/recovery/storagexmlstream.cxx +dbaccess/source/core/recovery/storagexmlstream.hxx +dbaccess/source/core/recovery/subcomponentloader.cxx +dbaccess/source/core/recovery/subcomponentloader.hxx +dbaccess/source/core/recovery/subcomponentrecovery.cxx +dbaccess/source/core/recovery/subcomponentrecovery.hxx +dbaccess/source/core/recovery/subcomponents.hxx +dbaccess/source/core/resource/core_resource.cxx +dbaccess/source/filter/xml/dbloader2.cxx +dbaccess/source/filter/xml/xmlAutoStyle.cxx +dbaccess/source/filter/xml/xmlAutoStyle.hxx +dbaccess/source/filter/xml/xmlColumn.cxx +dbaccess/source/filter/xml/xmlColumn.hxx +dbaccess/source/filter/xml/xmlComponent.cxx +dbaccess/source/filter/xml/xmlComponent.hxx +dbaccess/source/filter/xml/xmlConnectionData.cxx +dbaccess/source/filter/xml/xmlConnectionData.hxx +dbaccess/source/filter/xml/xmlConnectionResource.cxx +dbaccess/source/filter/xml/xmlConnectionResource.hxx +dbaccess/source/filter/xml/xmlDataSource.cxx +dbaccess/source/filter/xml/xmlDataSource.hxx +dbaccess/source/filter/xml/xmlDataSourceInfo.cxx +dbaccess/source/filter/xml/xmlDataSourceInfo.hxx +dbaccess/source/filter/xml/xmlDataSourceSetting.cxx +dbaccess/source/filter/xml/xmlDataSourceSetting.hxx +dbaccess/source/filter/xml/xmlDataSourceSettings.cxx +dbaccess/source/filter/xml/xmlDataSourceSettings.hxx +dbaccess/source/filter/xml/xmlDatabase.cxx +dbaccess/source/filter/xml/xmlDatabase.hxx +dbaccess/source/filter/xml/xmlDatabaseDescription.cxx +dbaccess/source/filter/xml/xmlDatabaseDescription.hxx +dbaccess/source/filter/xml/xmlDocuments.cxx +dbaccess/source/filter/xml/xmlDocuments.hxx +dbaccess/source/filter/xml/xmlExport.cxx +dbaccess/source/filter/xml/xmlExport.hxx +dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx +dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx +dbaccess/source/filter/xml/xmlHelper.cxx +dbaccess/source/filter/xml/xmlHelper.hxx +dbaccess/source/filter/xml/xmlHierarchyCollection.cxx +dbaccess/source/filter/xml/xmlHierarchyCollection.hxx +dbaccess/source/filter/xml/xmlLogin.cxx +dbaccess/source/filter/xml/xmlLogin.hxx +dbaccess/source/filter/xml/xmlQuery.cxx +dbaccess/source/filter/xml/xmlQuery.hxx +dbaccess/source/filter/xml/xmlServerDatabase.cxx +dbaccess/source/filter/xml/xmlServerDatabase.hxx +dbaccess/source/filter/xml/xmlStyleImport.cxx +dbaccess/source/filter/xml/xmlStyleImport.hxx +dbaccess/source/filter/xml/xmlTable.cxx +dbaccess/source/filter/xml/xmlTable.hxx +dbaccess/source/filter/xml/xmlTableFilterList.cxx +dbaccess/source/filter/xml/xmlTableFilterList.hxx +dbaccess/source/filter/xml/xmlTableFilterPattern.cxx +dbaccess/source/filter/xml/xmlTableFilterPattern.hxx +dbaccess/source/filter/xml/xmlfilter.cxx +dbaccess/source/filter/xml/xmlfilter.hxx +dbaccess/source/filter/xml/xmlservices.cxx +dbaccess/source/inc/OAuthenticationContinuation.hxx +dbaccess/source/inc/apitools.hxx +dbaccess/source/inc/dbu_reghelper.hxx +dbaccess/source/inc/dsntypes.hxx +dbaccess/source/inc/flt_reghelper.hxx +dbaccess/source/inc/registrationhelper.hxx +dbaccess/source/inc/stringconstants.hxx +dbaccess/source/sdbtools/connection/connectiontools.cxx +dbaccess/source/sdbtools/connection/datasourcemetadata.cxx +dbaccess/source/sdbtools/connection/datasourcemetadata.hxx +dbaccess/source/sdbtools/connection/objectnames.cxx +dbaccess/source/sdbtools/connection/objectnames.hxx +dbaccess/source/sdbtools/connection/tablename.cxx +dbaccess/source/sdbtools/connection/tablename.hxx +dbaccess/source/sdbtools/inc/connectiondependent.hxx +dbaccess/source/sdbtools/inc/connectiontools.hxx +dbaccess/source/sdbtools/misc/sdbt_services.cxx +dbaccess/source/shared/dbu_reghelper.cxx +dbaccess/source/shared/flt_reghelper.cxx +dbaccess/source/shared/registrationhelper.cxx +dbaccess/source/ui/app/AppController.cxx +dbaccess/source/ui/app/AppController.hxx +dbaccess/source/ui/app/AppControllerDnD.cxx +dbaccess/source/ui/app/AppControllerGen.cxx +dbaccess/source/ui/app/AppDetailPageHelper.cxx +dbaccess/source/ui/app/AppDetailPageHelper.hxx +dbaccess/source/ui/app/AppDetailView.cxx +dbaccess/source/ui/app/AppDetailView.hxx +dbaccess/source/ui/app/AppIconControl.cxx +dbaccess/source/ui/app/AppIconControl.hxx +dbaccess/source/ui/app/AppSwapWindow.cxx +dbaccess/source/ui/app/AppSwapWindow.hxx +dbaccess/source/ui/app/AppTitleWindow.cxx +dbaccess/source/ui/app/AppTitleWindow.hxx +dbaccess/source/ui/app/AppView.cxx +dbaccess/source/ui/app/AppView.hxx +dbaccess/source/ui/app/subcomponentmanager.cxx +dbaccess/source/ui/app/subcomponentmanager.hxx +dbaccess/source/ui/browser/AsynchronousLink.cxx +dbaccess/source/ui/browser/brwctrlr.cxx +dbaccess/source/ui/browser/brwview.cxx +dbaccess/source/ui/browser/dataview.cxx +dbaccess/source/ui/browser/dbexchange.cxx +dbaccess/source/ui/browser/dbloader.cxx +dbaccess/source/ui/browser/dbtreemodel.cxx +dbaccess/source/ui/browser/dbtreemodel.hxx +dbaccess/source/ui/browser/dbtreeview.cxx +dbaccess/source/ui/browser/dbtreeview.hxx +dbaccess/source/ui/browser/dsEntriesNoExp.cxx +dbaccess/source/ui/browser/dsbrowserDnD.cxx +dbaccess/source/ui/browser/exsrcbrw.cxx +dbaccess/source/ui/browser/formadapter.cxx +dbaccess/source/ui/browser/genericcontroller.cxx +dbaccess/source/ui/browser/sbagrid.cxx +dbaccess/source/ui/browser/sbamultiplex.cxx +dbaccess/source/ui/browser/unodatbr.cxx +dbaccess/source/ui/control/ColumnControlWindow.cxx +dbaccess/source/ui/control/FieldControls.cxx +dbaccess/source/ui/control/FieldDescControl.cxx +dbaccess/source/ui/control/RelationControl.cxx +dbaccess/source/ui/control/ScrollHelper.cxx +dbaccess/source/ui/control/SqlNameEdit.cxx +dbaccess/source/ui/control/TableGrantCtrl.cxx +dbaccess/source/ui/control/VertSplitView.cxx +dbaccess/source/ui/control/charsetlistbox.cxx +dbaccess/source/ui/control/curledit.cxx +dbaccess/source/ui/control/dbtreelistbox.cxx +dbaccess/source/ui/control/listviewitems.cxx +dbaccess/source/ui/control/marktree.cxx +dbaccess/source/ui/control/opendoccontrols.cxx +dbaccess/source/ui/control/sqledit.cxx +dbaccess/source/ui/control/tabletree.cxx +dbaccess/source/ui/dlg/CollectionView.cxx +dbaccess/source/ui/dlg/ConnectionHelper.cxx +dbaccess/source/ui/dlg/ConnectionHelper.hxx +dbaccess/source/ui/dlg/ConnectionPage.cxx +dbaccess/source/ui/dlg/ConnectionPage.hxx +dbaccess/source/ui/dlg/ConnectionPageSetup.cxx +dbaccess/source/ui/dlg/ConnectionPageSetup.hxx +dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx +dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx +dbaccess/source/ui/dlg/DbAdminImpl.cxx +dbaccess/source/ui/dlg/DbAdminImpl.hxx +dbaccess/source/ui/dlg/DriverSettings.hxx +dbaccess/source/ui/dlg/QueryPropertiesDialog.cxx +dbaccess/source/ui/dlg/RelationDlg.cxx +dbaccess/source/ui/dlg/TablesSingleDlg.cxx +dbaccess/source/ui/dlg/TextConnectionHelper.cxx +dbaccess/source/ui/dlg/TextConnectionHelper.hxx +dbaccess/source/ui/dlg/UserAdmin.cxx +dbaccess/source/ui/dlg/UserAdmin.hxx +dbaccess/source/ui/dlg/UserAdminDlg.cxx +dbaccess/source/ui/dlg/admincontrols.cxx +dbaccess/source/ui/dlg/admincontrols.hxx +dbaccess/source/ui/dlg/adminpages.cxx +dbaccess/source/ui/dlg/adminpages.hxx +dbaccess/source/ui/dlg/adodatalinks.cxx +dbaccess/source/ui/dlg/adtabdlg.cxx +dbaccess/source/ui/dlg/advancedsettings.cxx +dbaccess/source/ui/dlg/advancedsettings.hxx +dbaccess/source/ui/dlg/dbadmin.cxx +dbaccess/source/ui/dlg/dbfindex.cxx +dbaccess/source/ui/dlg/dbfindex.hxx +dbaccess/source/ui/dlg/dbwiz.cxx +dbaccess/source/ui/dlg/dbwizsetup.cxx +dbaccess/source/ui/dlg/detailpages.cxx +dbaccess/source/ui/dlg/detailpages.hxx +dbaccess/source/ui/dlg/directsql.cxx +dbaccess/source/ui/dlg/dlgattr.cxx +dbaccess/source/ui/dlg/dlgsave.cxx +dbaccess/source/ui/dlg/dlgsize.cxx +dbaccess/source/ui/dlg/dsnItem.hxx +dbaccess/source/ui/dlg/dsselect.cxx +dbaccess/source/ui/dlg/dsselect.hxx +dbaccess/source/ui/dlg/finteraction.cxx +dbaccess/source/ui/dlg/finteraction.hxx +dbaccess/source/ui/dlg/generalpage.cxx +dbaccess/source/ui/dlg/generalpage.hxx +dbaccess/source/ui/dlg/indexdialog.cxx +dbaccess/source/ui/dlg/indexfieldscontrol.cxx +dbaccess/source/ui/dlg/odbcconfig.cxx +dbaccess/source/ui/dlg/odbcconfig.hxx +dbaccess/source/ui/dlg/optionalboolitem.cxx +dbaccess/source/ui/dlg/optionalboolitem.hxx +dbaccess/source/ui/dlg/paramdialog.cxx +dbaccess/source/ui/dlg/queryfilter.cxx +dbaccess/source/ui/dlg/queryorder.cxx +dbaccess/source/ui/dlg/sqlmessage.cxx +dbaccess/source/ui/dlg/tablespage.cxx +dbaccess/source/ui/dlg/tablespage.hxx +dbaccess/source/ui/dlg/textconnectionsettings.cxx +dbaccess/source/ui/inc/AppElementType.hxx +dbaccess/source/ui/inc/CollectionView.hxx +dbaccess/source/ui/inc/ColumnControlWindow.hxx +dbaccess/source/ui/inc/ConnectionLine.hxx +dbaccess/source/ui/inc/ConnectionLineAccess.hxx +dbaccess/source/ui/inc/ConnectionLineData.hxx +dbaccess/source/ui/inc/DExport.hxx +dbaccess/source/ui/inc/FieldControls.hxx +dbaccess/source/ui/inc/FieldDescControl.hxx +dbaccess/source/ui/inc/FieldDescriptions.hxx +dbaccess/source/ui/inc/GeneralUndo.hxx +dbaccess/source/ui/inc/HtmlReader.hxx +dbaccess/source/ui/inc/IClipBoardTest.hxx +dbaccess/source/ui/inc/IItemSetHelper.hxx +dbaccess/source/ui/inc/IUpdateHelper.hxx +dbaccess/source/ui/inc/JAccess.hxx +dbaccess/source/ui/inc/JoinController.hxx +dbaccess/source/ui/inc/JoinDesignView.hxx +dbaccess/source/ui/inc/JoinExchange.hxx +dbaccess/source/ui/inc/JoinTableView.hxx +dbaccess/source/ui/inc/QEnumTypes.hxx +dbaccess/source/ui/inc/QueryDesignView.hxx +dbaccess/source/ui/inc/QueryPropertiesDialog.hxx +dbaccess/source/ui/inc/QueryTableView.hxx +dbaccess/source/ui/inc/QueryTextView.hxx +dbaccess/source/ui/inc/QueryViewSwitch.hxx +dbaccess/source/ui/inc/RTableConnectionData.hxx +dbaccess/source/ui/inc/RelControliFace.hxx +dbaccess/source/ui/inc/RelationControl.hxx +dbaccess/source/ui/inc/RelationController.hxx +dbaccess/source/ui/inc/RelationDesignView.hxx +dbaccess/source/ui/inc/RelationDlg.hxx +dbaccess/source/ui/inc/RelationTableView.hxx +dbaccess/source/ui/inc/RtfReader.hxx +dbaccess/source/ui/inc/ScrollHelper.hxx +dbaccess/source/ui/inc/SqlNameEdit.hxx +dbaccess/source/ui/inc/TableConnection.hxx +dbaccess/source/ui/inc/TableConnectionData.hxx +dbaccess/source/ui/inc/TableController.hxx +dbaccess/source/ui/inc/TableCopyHelper.hxx +dbaccess/source/ui/inc/TableDesignControl.hxx +dbaccess/source/ui/inc/TableDesignHelpBar.hxx +dbaccess/source/ui/inc/TableDesignView.hxx +dbaccess/source/ui/inc/TableFieldDescription.hxx +dbaccess/source/ui/inc/TableGrantCtrl.hxx +dbaccess/source/ui/inc/TableRow.hxx +dbaccess/source/ui/inc/TableRowExchange.hxx +dbaccess/source/ui/inc/TableWindow.hxx +dbaccess/source/ui/inc/TableWindowAccess.hxx +dbaccess/source/ui/inc/TableWindowData.hxx +dbaccess/source/ui/inc/TableWindowListBox.hxx +dbaccess/source/ui/inc/TableWindowTitle.hxx +dbaccess/source/ui/inc/TablesSingleDlg.hxx +dbaccess/source/ui/inc/TokenWriter.hxx +dbaccess/source/ui/inc/TypeInfo.hxx +dbaccess/source/ui/inc/UITools.hxx +dbaccess/source/ui/inc/UserAdminDlg.hxx +dbaccess/source/ui/inc/VertSplitView.hxx +dbaccess/source/ui/inc/WCPage.hxx +dbaccess/source/ui/inc/WColumnSelect.hxx +dbaccess/source/ui/inc/WCopyTable.hxx +dbaccess/source/ui/inc/WExtendPages.hxx +dbaccess/source/ui/inc/WNameMatch.hxx +dbaccess/source/ui/inc/WTabPage.hxx +dbaccess/source/ui/inc/WTypeSelect.hxx +dbaccess/source/ui/inc/adtabdlg.hxx +dbaccess/source/ui/inc/advancedsettingsdlg.hxx +dbaccess/source/ui/inc/asyncmodaldialog.hxx +dbaccess/source/ui/inc/browserids.hxx +dbaccess/source/ui/inc/brwctrlr.hxx +dbaccess/source/ui/inc/brwview.hxx +dbaccess/source/ui/inc/callbacks.hxx +dbaccess/source/ui/inc/charsetlistbox.hxx +dbaccess/source/ui/inc/charsets.hxx +dbaccess/source/ui/inc/commontypes.hxx +dbaccess/source/ui/inc/curledit.hxx +dbaccess/source/ui/inc/databaseobjectview.hxx +dbaccess/source/ui/inc/datasourceconnector.hxx +dbaccess/source/ui/inc/dbadmin.hxx +dbaccess/source/ui/inc/dbexchange.hxx +dbaccess/source/ui/inc/dbtreelistbox.hxx +dbaccess/source/ui/inc/dbu_dlg.hxx +dbaccess/source/ui/inc/dbwiz.hxx +dbaccess/source/ui/inc/dbwizsetup.hxx +dbaccess/source/ui/inc/defaultobjectnamecheck.hxx +dbaccess/source/ui/inc/directsql.hxx +dbaccess/source/ui/inc/dlgattr.hxx +dbaccess/source/ui/inc/dlgsave.hxx +dbaccess/source/ui/inc/dlgsize.hxx +dbaccess/source/ui/inc/dsitems.hxx +dbaccess/source/ui/inc/dsmeta.hxx +dbaccess/source/ui/inc/exsrcbrw.hxx +dbaccess/source/ui/inc/formadapter.hxx +dbaccess/source/ui/inc/imageprovider.hxx +dbaccess/source/ui/inc/indexcollection.hxx +dbaccess/source/ui/inc/indexdialog.hxx +dbaccess/source/ui/inc/indexes.hxx +dbaccess/source/ui/inc/indexfieldscontrol.hxx +dbaccess/source/ui/inc/linkeddocuments.hxx +dbaccess/source/ui/inc/listviewitems.hxx +dbaccess/source/ui/inc/marktree.hxx +dbaccess/source/ui/inc/objectnamecheck.hxx +dbaccess/source/ui/inc/opendoccontrols.hxx +dbaccess/source/ui/inc/paramdialog.hxx +dbaccess/source/ui/inc/propertystorage.hxx +dbaccess/source/ui/inc/querycontainerwindow.hxx +dbaccess/source/ui/inc/querycontroller.hxx +dbaccess/source/ui/inc/queryfilter.hxx +dbaccess/source/ui/inc/queryorder.hxx +dbaccess/source/ui/inc/sbagrid.hxx +dbaccess/source/ui/inc/sbamultiplex.hxx +dbaccess/source/ui/inc/singledoccontroller.hxx +dbaccess/source/ui/inc/sqledit.hxx +dbaccess/source/ui/inc/sqlmessage.hxx +dbaccess/source/ui/inc/stringlistitem.hxx +dbaccess/source/ui/inc/tabletree.hxx +dbaccess/source/ui/inc/textconnectionsettings.hxx +dbaccess/source/ui/inc/undosqledit.hxx +dbaccess/source/ui/inc/unoadmin.hxx +dbaccess/source/ui/inc/unodatbr.hxx +dbaccess/source/ui/inc/unosqlmessage.hxx +dbaccess/source/ui/misc/DExport.cxx +dbaccess/source/ui/misc/HtmlReader.cxx +dbaccess/source/ui/misc/RowSetDrop.cxx +dbaccess/source/ui/misc/RtfReader.cxx +dbaccess/source/ui/misc/TableCopyHelper.cxx +dbaccess/source/ui/misc/TokenWriter.cxx +dbaccess/source/ui/misc/UITools.cxx +dbaccess/source/ui/misc/UpdateHelperImpl.hxx +dbaccess/source/ui/misc/WCPage.cxx +dbaccess/source/ui/misc/WColumnSelect.cxx +dbaccess/source/ui/misc/WCopyTable.cxx +dbaccess/source/ui/misc/WExtendPages.cxx +dbaccess/source/ui/misc/WNameMatch.cxx +dbaccess/source/ui/misc/WTypeSelect.cxx +dbaccess/source/ui/misc/asyncmodaldialog.cxx +dbaccess/source/ui/misc/charsets.cxx +dbaccess/source/ui/misc/controllerframe.cxx +dbaccess/source/ui/misc/databaseobjectview.cxx +dbaccess/source/ui/misc/datasourceconnector.cxx +dbaccess/source/ui/misc/dbaundomanager.cxx +dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx +dbaccess/source/ui/misc/defaultobjectnamecheck.cxx +dbaccess/source/ui/misc/dsmeta.cxx +dbaccess/source/ui/misc/imageprovider.cxx +dbaccess/source/ui/misc/indexcollection.cxx +dbaccess/source/ui/misc/linkeddocuments.cxx +dbaccess/source/ui/misc/propertystorage.cxx +dbaccess/source/ui/misc/singledoccontroller.cxx +dbaccess/source/ui/misc/stringlistitem.cxx +dbaccess/source/ui/misc/uiservices.cxx +dbaccess/source/ui/querydesign/ConnectionLine.cxx +dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx +dbaccess/source/ui/querydesign/ConnectionLineData.cxx +dbaccess/source/ui/querydesign/JAccess.cxx +dbaccess/source/ui/querydesign/JoinController.cxx +dbaccess/source/ui/querydesign/JoinDesignView.cxx +dbaccess/source/ui/querydesign/JoinExchange.cxx +dbaccess/source/ui/querydesign/JoinTableView.cxx +dbaccess/source/ui/querydesign/QTableConnection.cxx +dbaccess/source/ui/querydesign/QTableConnection.hxx +dbaccess/source/ui/querydesign/QTableConnectionData.cxx +dbaccess/source/ui/querydesign/QTableConnectionData.hxx +dbaccess/source/ui/querydesign/QTableWindow.cxx +dbaccess/source/ui/querydesign/QTableWindow.hxx +dbaccess/source/ui/querydesign/QTableWindowData.cxx +dbaccess/source/ui/querydesign/QTableWindowData.hxx +dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx +dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx +dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx +dbaccess/source/ui/querydesign/QueryDesignView.cxx +dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx +dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx +dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx +dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx +dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx +dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx +dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx +dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx +dbaccess/source/ui/querydesign/QueryTableView.cxx +dbaccess/source/ui/querydesign/QueryTextView.cxx +dbaccess/source/ui/querydesign/QueryViewSwitch.cxx +dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx +dbaccess/source/ui/querydesign/TableConnection.cxx +dbaccess/source/ui/querydesign/TableConnectionData.cxx +dbaccess/source/ui/querydesign/TableFieldDescription.cxx +dbaccess/source/ui/querydesign/TableFieldInfo.cxx +dbaccess/source/ui/querydesign/TableFieldInfo.hxx +dbaccess/source/ui/querydesign/TableWindow.cxx +dbaccess/source/ui/querydesign/TableWindowAccess.cxx +dbaccess/source/ui/querydesign/TableWindowData.cxx +dbaccess/source/ui/querydesign/TableWindowListBox.cxx +dbaccess/source/ui/querydesign/TableWindowTitle.cxx +dbaccess/source/ui/querydesign/limitboxcontroller.cxx +dbaccess/source/ui/querydesign/limitboxcontroller.hxx +dbaccess/source/ui/querydesign/querycontainerwindow.cxx +dbaccess/source/ui/querydesign/querycontroller.cxx +dbaccess/source/ui/querydesign/querydlg.cxx +dbaccess/source/ui/querydesign/querydlg.hxx +dbaccess/source/ui/relationdesign/RTableConnection.cxx +dbaccess/source/ui/relationdesign/RTableConnection.hxx +dbaccess/source/ui/relationdesign/RTableConnectionData.cxx +dbaccess/source/ui/relationdesign/RTableWindow.hxx +dbaccess/source/ui/relationdesign/RelationController.cxx +dbaccess/source/ui/relationdesign/RelationDesignView.cxx +dbaccess/source/ui/relationdesign/RelationTableView.cxx +dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx +dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx +dbaccess/source/ui/tabledesign/FieldDescriptions.cxx +dbaccess/source/ui/tabledesign/TEditControl.cxx +dbaccess/source/ui/tabledesign/TEditControl.hxx +dbaccess/source/ui/tabledesign/TableController.cxx +dbaccess/source/ui/tabledesign/TableDesignControl.cxx +dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx +dbaccess/source/ui/tabledesign/TableDesignView.cxx +dbaccess/source/ui/tabledesign/TableFieldControl.cxx +dbaccess/source/ui/tabledesign/TableFieldControl.hxx +dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx +dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx +dbaccess/source/ui/tabledesign/TableRow.cxx +dbaccess/source/ui/tabledesign/TableRowExchange.cxx +dbaccess/source/ui/tabledesign/TableUndo.cxx +dbaccess/source/ui/tabledesign/TableUndo.hxx +dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx +dbaccess/source/ui/uno/ColumnControl.cxx +dbaccess/source/ui/uno/ColumnControl.hxx +dbaccess/source/ui/uno/ColumnModel.cxx +dbaccess/source/ui/uno/ColumnModel.hxx +dbaccess/source/ui/uno/ColumnPeer.cxx +dbaccess/source/ui/uno/ColumnPeer.hxx +dbaccess/source/ui/uno/DBTypeWizDlg.cxx +dbaccess/source/ui/uno/DBTypeWizDlg.hxx +dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx +dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx +dbaccess/source/ui/uno/TableFilterDlg.cxx +dbaccess/source/ui/uno/TableFilterDlg.hxx +dbaccess/source/ui/uno/UserSettingsDlg.cxx +dbaccess/source/ui/uno/UserSettingsDlg.hxx +dbaccess/source/ui/uno/admindlg.cxx +dbaccess/source/ui/uno/admindlg.hxx +dbaccess/source/ui/uno/composerdialogs.cxx +dbaccess/source/ui/uno/composerdialogs.hxx +dbaccess/source/ui/uno/copytablewizard.cxx +dbaccess/source/ui/uno/dbinteraction.cxx +dbaccess/source/ui/uno/dbinteraction.hxx +dbaccess/source/ui/uno/textconnectionsettings_uno.cxx +dbaccess/source/ui/uno/unoDirectSql.cxx +dbaccess/source/ui/uno/unoDirectSql.hxx +dbaccess/source/ui/uno/unoadmin.cxx +dbaccess/source/ui/uno/unosqlmessage.cxx +dbaccess/win32/source/odbcconfig/odbcconfig.cxx +desktop/inc/app.hxx +desktop/inc/dp_misc.h +desktop/inc/dp_shared.hxx +desktop/inc/lib/init.hxx +desktop/inc/migration.hxx +desktop/qa/deployment_misc/test_dp_version.cxx +desktop/qa/desktop_app/test_desktop_app.cxx +desktop/qa/desktop_lib/test_desktop_lib.cxx +desktop/source/app/app.cxx +desktop/source/app/appinit.cxx +desktop/source/app/check_ext_deps.cxx +desktop/source/app/cmdlineargs.cxx +desktop/source/app/cmdlineargs.hxx +desktop/source/app/cmdlinehelp.cxx +desktop/source/app/cmdlinehelp.hxx +desktop/source/app/crashreport.cxx +desktop/source/app/desktopcontext.cxx +desktop/source/app/desktopcontext.hxx +desktop/source/app/dispatchwatcher.cxx +desktop/source/app/dispatchwatcher.hxx +desktop/source/app/langselect.cxx +desktop/source/app/langselect.hxx +desktop/source/app/lockfile2.cxx +desktop/source/app/main.c +desktop/source/app/officeipcthread.cxx +desktop/source/app/officeipcthread.hxx +desktop/source/app/opencl.cxx +desktop/source/app/sofficemain.cxx +desktop/source/app/updater.cxx +desktop/source/app/userinstall.cxx +desktop/source/app/userinstall.hxx +desktop/source/deployment/dp_log.cxx +desktop/source/deployment/dp_persmap.cxx +desktop/source/deployment/dp_services.cxx +desktop/source/deployment/dp_xml.cxx +desktop/source/deployment/gui/dp_gui.h +desktop/source/deployment/gui/dp_gui_dependencydialog.cxx +desktop/source/deployment/gui/dp_gui_dependencydialog.hxx +desktop/source/deployment/gui/dp_gui_dialog2.cxx +desktop/source/deployment/gui/dp_gui_dialog2.hxx +desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx +desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx +desktop/source/deployment/gui/dp_gui_extlistbox.cxx +desktop/source/deployment/gui/dp_gui_extlistbox.hxx +desktop/source/deployment/gui/dp_gui_service.cxx +desktop/source/deployment/gui/dp_gui_theextmgr.cxx +desktop/source/deployment/gui/dp_gui_theextmgr.hxx +desktop/source/deployment/gui/dp_gui_updatedata.hxx +desktop/source/deployment/gui/dp_gui_updatedialog.cxx +desktop/source/deployment/gui/dp_gui_updatedialog.hxx +desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx +desktop/source/deployment/gui/license_dialog.cxx +desktop/source/deployment/gui/license_dialog.hxx +desktop/source/deployment/inc/dp_dependencies.hxx +desktop/source/deployment/inc/dp_descriptioninfoset.hxx +desktop/source/deployment/inc/dp_identifier.hxx +desktop/source/deployment/inc/dp_interact.h +desktop/source/deployment/inc/dp_package.hxx +desktop/source/deployment/inc/dp_persmap.h +desktop/source/deployment/inc/dp_platform.hxx +desktop/source/deployment/inc/dp_registry.hxx +desktop/source/deployment/inc/dp_resource.h +desktop/source/deployment/inc/dp_services.hxx +desktop/source/deployment/inc/dp_ucb.h +desktop/source/deployment/inc/dp_update.hxx +desktop/source/deployment/inc/dp_version.hxx +desktop/source/deployment/inc/dp_xml.h +desktop/source/deployment/inc/lockfile.hxx +desktop/source/deployment/manager/dp_activepackages.cxx +desktop/source/deployment/manager/dp_activepackages.hxx +desktop/source/deployment/manager/dp_commandenvironments.cxx +desktop/source/deployment/manager/dp_commandenvironments.hxx +desktop/source/deployment/manager/dp_extensionmanager.cxx +desktop/source/deployment/manager/dp_extensionmanager.hxx +desktop/source/deployment/manager/dp_informationprovider.cxx +desktop/source/deployment/manager/dp_manager.cxx +desktop/source/deployment/manager/dp_manager.h +desktop/source/deployment/manager/dp_managerfac.cxx +desktop/source/deployment/manager/dp_properties.cxx +desktop/source/deployment/manager/dp_properties.hxx +desktop/source/deployment/misc/dp_dependencies.cxx +desktop/source/deployment/misc/dp_descriptioninfoset.cxx +desktop/source/deployment/misc/dp_identifier.cxx +desktop/source/deployment/misc/dp_interact.cxx +desktop/source/deployment/misc/dp_misc.cxx +desktop/source/deployment/misc/dp_platform.cxx +desktop/source/deployment/misc/dp_resource.cxx +desktop/source/deployment/misc/dp_ucb.cxx +desktop/source/deployment/misc/dp_update.cxx +desktop/source/deployment/misc/dp_version.cxx +desktop/source/deployment/misc/lockfile.cxx +desktop/source/deployment/registry/component/dp_compbackenddb.cxx +desktop/source/deployment/registry/component/dp_compbackenddb.hxx +desktop/source/deployment/registry/component/dp_component.cxx +desktop/source/deployment/registry/configuration/dp_configuration.cxx +desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx +desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx +desktop/source/deployment/registry/dp_backend.cxx +desktop/source/deployment/registry/dp_backenddb.cxx +desktop/source/deployment/registry/dp_registry.cxx +desktop/source/deployment/registry/executable/dp_executable.cxx +desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx +desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx +desktop/source/deployment/registry/help/dp_help.cxx +desktop/source/deployment/registry/help/dp_helpbackenddb.cxx +desktop/source/deployment/registry/help/dp_helpbackenddb.hxx +desktop/source/deployment/registry/inc/dp_backend.h +desktop/source/deployment/registry/inc/dp_backenddb.hxx +desktop/source/deployment/registry/package/dp_extbackenddb.cxx +desktop/source/deployment/registry/package/dp_extbackenddb.hxx +desktop/source/deployment/registry/package/dp_package.cxx +desktop/source/deployment/registry/script/dp_lib_container.cxx +desktop/source/deployment/registry/script/dp_lib_container.h +desktop/source/deployment/registry/script/dp_script.cxx +desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx +desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx +desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx +desktop/source/deployment/registry/sfwk/dp_parceldesc.hxx +desktop/source/deployment/registry/sfwk/dp_sfwk.cxx +desktop/source/inc/helpids.h +desktop/source/lib/init.cxx +desktop/source/lib/lokandroid.cxx +desktop/source/lib/lokinteractionhandler.cxx +desktop/source/lib/lokinteractionhandler.hxx +desktop/source/migration/migration.cxx +desktop/source/migration/migration_impl.hxx +desktop/source/migration/services/basicmigration.cxx +desktop/source/migration/services/basicmigration.hxx +desktop/source/migration/services/cexports.cxx +desktop/source/migration/services/cexportsoo3.cxx +desktop/source/migration/services/jvmfwk.cxx +desktop/source/migration/services/jvmfwk.hxx +desktop/source/migration/services/misc.hxx +desktop/source/migration/services/oo3extensionmigration.cxx +desktop/source/migration/services/oo3extensionmigration.hxx +desktop/source/migration/services/wordbookmigration.cxx +desktop/source/migration/services/wordbookmigration.hxx +desktop/source/minidump/minidump.cxx +desktop/source/offacc/acceptor.cxx +desktop/source/offacc/acceptor.hxx +desktop/source/pkgchk/unopkg/unopkg_app.cxx +desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +desktop/source/pkgchk/unopkg/unopkg_main.c +desktop/source/pkgchk/unopkg/unopkg_misc.cxx +desktop/source/pkgchk/unopkg/unopkg_shared.h +desktop/source/splash/services_spl.cxx +desktop/source/splash/splash.cxx +desktop/source/splash/splash.hxx +desktop/source/splash/unxsplash.cxx +desktop/source/splash/unxsplash.hxx +desktop/test/deployment/active/active_native.cxx +desktop/test/deployment/executable_content/build/hello.c +desktop/test/deployment/passive/passive_native.cxx +desktop/unx/source/args.c +desktop/unx/source/args.h +desktop/unx/source/file_image.h +desktop/unx/source/file_image_unx.c +desktop/unx/source/pagein.c +desktop/unx/source/splashx.c +desktop/unx/source/start.c +desktop/win32/source/QuickStart/QuickStart.cxx +desktop/win32/source/QuickStart/resource.h +desktop/win32/source/applauncher/launcher.cxx +desktop/win32/source/loader.cxx +desktop/win32/source/loader.hxx +desktop/win32/source/unoinfo.cxx +drawinglayer/inc/converters.hxx +drawinglayer/inc/emfplushelper.hxx +drawinglayer/inc/primitive2d/cropprimitive2d.hxx +drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx +drawinglayer/inc/primitive2d/texteffectprimitive2d.hxx +drawinglayer/inc/primitive2d/textlineprimitive2d.hxx +drawinglayer/inc/primitive2d/textstrikeoutprimitive2d.hxx +drawinglayer/inc/primitive2d/wallpaperprimitive2d.hxx +drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx +drawinglayer/inc/primitive3d/hiddengeometryprimitive3d.hxx +drawinglayer/inc/primitive3d/polygontubeprimitive3d.hxx +drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx +drawinglayer/inc/primitive3d/shadowprimitive3d.hxx +drawinglayer/inc/primitive3d/textureprimitive3d.hxx +drawinglayer/inc/processor3d/defaultprocessor3d.hxx +drawinglayer/inc/processor3d/geometry2dextractor.hxx +drawinglayer/inc/processor3d/shadow3dextractor.hxx +drawinglayer/inc/processor3d/zbufferprocessor3d.hxx +drawinglayer/inc/texture/texture.hxx +drawinglayer/inc/texture/texture3d.hxx +drawinglayer/inc/wmfemfhelper.hxx +drawinglayer/source/animation/animationtiming.cxx +drawinglayer/source/attribute/fillgradientattribute.cxx +drawinglayer/source/attribute/fillgraphicattribute.cxx +drawinglayer/source/attribute/fillhatchattribute.cxx +drawinglayer/source/attribute/fontattribute.cxx +drawinglayer/source/attribute/lineattribute.cxx +drawinglayer/source/attribute/linestartendattribute.cxx +drawinglayer/source/attribute/materialattribute3d.cxx +drawinglayer/source/attribute/sdrallattribute3d.cxx +drawinglayer/source/attribute/sdrfillattribute.cxx +drawinglayer/source/attribute/sdrfillgraphicattribute.cxx +drawinglayer/source/attribute/sdrlightattribute3d.cxx +drawinglayer/source/attribute/sdrlightingattribute3d.cxx +drawinglayer/source/attribute/sdrlineattribute.cxx +drawinglayer/source/attribute/sdrlinestartendattribute.cxx +drawinglayer/source/attribute/sdrobjectattribute3d.cxx +drawinglayer/source/attribute/sdrsceneattribute3d.cxx +drawinglayer/source/attribute/sdrshadowattribute.cxx +drawinglayer/source/attribute/strokeattribute.cxx +drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx +drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx +drawinglayer/source/drawinglayeruno/xprimitive2drenderer.hxx +drawinglayer/source/dumper/EnhancedShapeDumper.cxx +drawinglayer/source/dumper/EnhancedShapeDumper.hxx +drawinglayer/source/dumper/XShapeDumper.cxx +drawinglayer/source/geometry/viewinformation3d.cxx +drawinglayer/source/primitive2d/animatedprimitive2d.cxx +drawinglayer/source/primitive2d/backgroundcolorprimitive2d.cxx +drawinglayer/source/primitive2d/borderlineprimitive2d.cxx +drawinglayer/source/primitive2d/controlprimitive2d.cxx +drawinglayer/source/primitive2d/cropprimitive2d.cxx +drawinglayer/source/primitive2d/discretebitmapprimitive2d.cxx +drawinglayer/source/primitive2d/discreteshadowprimitive2d.cxx +drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx +drawinglayer/source/primitive2d/epsprimitive2d.cxx +drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx +drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx +drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx +drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx +drawinglayer/source/primitive2d/gridprimitive2d.cxx +drawinglayer/source/primitive2d/groupprimitive2d.cxx +drawinglayer/source/primitive2d/helplineprimitive2d.cxx +drawinglayer/source/primitive2d/hiddengeometryprimitive2d.cxx +drawinglayer/source/primitive2d/invertprimitive2d.cxx +drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx +drawinglayer/source/primitive2d/maskprimitive2d.cxx +drawinglayer/source/primitive2d/mediaprimitive2d.cxx +drawinglayer/source/primitive2d/metafileprimitive2d.cxx +drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx +drawinglayer/source/primitive2d/objectinfoprimitive2d.cxx +drawinglayer/source/primitive2d/pagehierarchyprimitive2d.cxx +drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx +drawinglayer/source/primitive2d/patternfillprimitive2d.cxx +drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx +drawinglayer/source/primitive2d/polygonprimitive2d.cxx +drawinglayer/source/primitive2d/primitivetools2d.cxx +drawinglayer/source/primitive2d/sceneprimitive2d.cxx +drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx +drawinglayer/source/primitive2d/shadowprimitive2d.cxx +drawinglayer/source/primitive2d/structuretagprimitive2d.cxx +drawinglayer/source/primitive2d/svggradientprimitive2d.cxx +drawinglayer/source/primitive2d/textbreakuphelper.cxx +drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx +drawinglayer/source/primitive2d/texteffectprimitive2d.cxx +drawinglayer/source/primitive2d/textenumsprimitive2d.cxx +drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx +drawinglayer/source/primitive2d/textlayoutdevice.cxx +drawinglayer/source/primitive2d/textlineprimitive2d.cxx +drawinglayer/source/primitive2d/textprimitive2d.cxx +drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx +drawinglayer/source/primitive2d/transformprimitive2d.cxx +drawinglayer/source/primitive2d/transparenceprimitive2d.cxx +drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx +drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx +drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx +drawinglayer/source/primitive3d/baseprimitive3d.cxx +drawinglayer/source/primitive3d/groupprimitive3d.cxx +drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx +drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx +drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx +drawinglayer/source/primitive3d/polygonprimitive3d.cxx +drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx +drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx +drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx +drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx +drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx +drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx +drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx +drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx +drawinglayer/source/primitive3d/sdrprimitive3d.cxx +drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx +drawinglayer/source/primitive3d/shadowprimitive3d.cxx +drawinglayer/source/primitive3d/textureprimitive3d.cxx +drawinglayer/source/primitive3d/transformprimitive3d.cxx +drawinglayer/source/processor2d/baseprocessor2d.cxx +drawinglayer/source/processor2d/contourextractor2d.cxx +drawinglayer/source/processor2d/getdigitlanguage.cxx +drawinglayer/source/processor2d/getdigitlanguage.hxx +drawinglayer/source/processor2d/hittestprocessor2d.cxx +drawinglayer/source/processor2d/linegeometryextractor2d.cxx +drawinglayer/source/processor2d/objectinfoextractor2d.cxx +drawinglayer/source/processor2d/processor2dtools.cxx +drawinglayer/source/processor2d/processorfromoutputdevice.cxx +drawinglayer/source/processor2d/textaspolygonextractor2d.cxx +drawinglayer/source/processor3d/baseprocessor3d.cxx +drawinglayer/source/processor3d/cutfindprocessor3d.cxx +drawinglayer/source/processor3d/defaultprocessor3d.cxx +drawinglayer/source/processor3d/geometry2dextractor.cxx +drawinglayer/source/processor3d/shadow3dextractor.cxx +drawinglayer/source/processor3d/zbufferprocessor3d.cxx +drawinglayer/source/texture/texture.cxx +drawinglayer/source/texture/texture3d.cxx +drawinglayer/source/tools/converters.cxx +drawinglayer/source/tools/emfpbrush.cxx +drawinglayer/source/tools/emfpbrush.hxx +drawinglayer/source/tools/emfpcustomlinecap.cxx +drawinglayer/source/tools/emfpcustomlinecap.hxx +drawinglayer/source/tools/emfpfont.cxx +drawinglayer/source/tools/emfpfont.hxx +drawinglayer/source/tools/emfphelperdata.cxx +drawinglayer/source/tools/emfphelperdata.hxx +drawinglayer/source/tools/emfpimage.cxx +drawinglayer/source/tools/emfpimage.hxx +drawinglayer/source/tools/emfplushelper.cxx +drawinglayer/source/tools/emfppath.cxx +drawinglayer/source/tools/emfppath.hxx +drawinglayer/source/tools/emfppen.cxx +drawinglayer/source/tools/emfppen.hxx +drawinglayer/source/tools/emfpregion.cxx +drawinglayer/source/tools/emfpregion.hxx +drawinglayer/source/tools/emfpstringformat.cxx +drawinglayer/source/tools/emfpstringformat.hxx +drawinglayer/source/tools/primitive2dxmldump.cxx +drawinglayer/source/tools/wmfemfhelper.cxx +dtrans/source/cnttype/mcnttfactory.cxx +dtrans/source/cnttype/mcnttfactory.hxx +dtrans/source/cnttype/mcnttype.cxx +dtrans/source/cnttype/mcnttype.hxx +dtrans/source/cnttype/mctfentry.cxx +dtrans/source/cnttype/wbench/testcnttype.cxx +dtrans/source/generic/clipboardmanager.cxx +dtrans/source/generic/clipboardmanager.hxx +dtrans/source/generic/dtrans.cxx +dtrans/source/generic/generic_clipboard.cxx +dtrans/source/generic/generic_clipboard.hxx +dtrans/source/inc/DtObjFactory.hxx +dtrans/source/test/test_dtrans.cxx +dtrans/source/win32/clipb/APNDataObject.hxx +dtrans/source/win32/clipb/MtaOleClipb.cxx +dtrans/source/win32/clipb/MtaOleClipb.hxx +dtrans/source/win32/clipb/WinClipbImpl.cxx +dtrans/source/win32/clipb/WinClipbImpl.hxx +dtrans/source/win32/clipb/WinClipboard.cxx +dtrans/source/win32/clipb/WinClipboard.hxx +dtrans/source/win32/clipb/wcbentry.cxx +dtrans/source/win32/dnd/dndentry.cxx +dtrans/source/win32/dnd/globals.cxx +dtrans/source/win32/dnd/globals.hxx +dtrans/source/win32/dnd/idroptarget.cxx +dtrans/source/win32/dnd/idroptarget.hxx +dtrans/source/win32/dnd/source.cxx +dtrans/source/win32/dnd/source.hxx +dtrans/source/win32/dnd/sourcecontext.cxx +dtrans/source/win32/dnd/sourcecontext.hxx +dtrans/source/win32/dnd/target.cxx +dtrans/source/win32/dnd/target.hxx +dtrans/source/win32/dnd/targetdragcontext.cxx +dtrans/source/win32/dnd/targetdragcontext.hxx +dtrans/source/win32/dnd/targetdropcontext.cxx +dtrans/source/win32/dnd/targetdropcontext.hxx +dtrans/source/win32/dtobj/APNDataObject.cxx +dtrans/source/win32/dtobj/APNDataObject.hxx +dtrans/source/win32/dtobj/DOTransferable.cxx +dtrans/source/win32/dtobj/DOTransferable.hxx +dtrans/source/win32/dtobj/DTransHelper.cxx +dtrans/source/win32/dtobj/DTransHelper.hxx +dtrans/source/win32/dtobj/DataFmtTransl.cxx +dtrans/source/win32/dtobj/DataFmtTransl.hxx +dtrans/source/win32/dtobj/DtObjFactory.cxx +dtrans/source/win32/dtobj/Fetc.cxx +dtrans/source/win32/dtobj/Fetc.hxx +dtrans/source/win32/dtobj/FetcList.cxx +dtrans/source/win32/dtobj/FetcList.hxx +dtrans/source/win32/dtobj/FmtFilter.cxx +dtrans/source/win32/dtobj/FmtFilter.hxx +dtrans/source/win32/dtobj/MimeAttrib.hxx +dtrans/source/win32/dtobj/TxtCnvtHlp.cxx +dtrans/source/win32/dtobj/TxtCnvtHlp.hxx +dtrans/source/win32/dtobj/XNotifyingDataObject.cxx +dtrans/source/win32/dtobj/XNotifyingDataObject.hxx +dtrans/source/win32/dtobj/XTDataObject.cxx +dtrans/source/win32/dtobj/XTDataObject.hxx +dtrans/source/win32/ftransl/ftransl.cxx +dtrans/source/win32/ftransl/ftransl.hxx +dtrans/source/win32/ftransl/ftranslentry.cxx +dtrans/source/win32/misc/ImplHelper.cxx +dtrans/source/win32/misc/ImplHelper.hxx +dtrans/source/win32/workbench/XTDo.cxx +dtrans/source/win32/workbench/XTDo.hxx +dtrans/source/win32/workbench/test_wincb.cxx +dtrans/source/win32/workbench/testmarshal.cxx +dtrans/test/win32/dnd/atlwindow.cxx +dtrans/test/win32/dnd/atlwindow.hxx +dtrans/test/win32/dnd/dndTest.cxx +dtrans/test/win32/dnd/sourcelistener.cxx +dtrans/test/win32/dnd/sourcelistener.hxx +dtrans/test/win32/dnd/targetlistener.cxx +dtrans/test/win32/dnd/targetlistener.hxx +dtrans/test/win32/dnd/transferable.cxx +dtrans/test/win32/dnd/transferable.hxx +editeng/inc/AccessibleStringWrap.hxx +editeng/inc/editattr.hxx +editeng/inc/editdoc.hxx +editeng/inc/editeng.hxx +editeng/inc/editxml.hxx +editeng/inc/edtspell.hxx +editeng/inc/eerdll2.hxx +editeng/inc/helpids.h +editeng/inc/unomodel.hxx +editeng/inc/unopracc.hxx +editeng/qa/items/borderline_test.cxx +editeng/qa/lookuptree/lookuptree_test.cxx +editeng/qa/unit/core-test.cxx +editeng/source/accessibility/AccessibleComponentBase.cxx +editeng/source/accessibility/AccessibleContextBase.cxx +editeng/source/accessibility/AccessibleEditableTextPara.cxx +editeng/source/accessibility/AccessibleHyperlink.cxx +editeng/source/accessibility/AccessibleHyperlink.hxx +editeng/source/accessibility/AccessibleImageBullet.cxx +editeng/source/accessibility/AccessibleImageBullet.hxx +editeng/source/accessibility/AccessibleParaManager.cxx +editeng/source/accessibility/AccessibleSelectionBase.cxx +editeng/source/accessibility/AccessibleStaticTextBase.cxx +editeng/source/accessibility/AccessibleStringWrap.cxx +editeng/source/editeng/editattr.cxx +editeng/source/editeng/editdbg.cxx +editeng/source/editeng/editdbg.hxx +editeng/source/editeng/editdoc.cxx +editeng/source/editeng/editeng.cxx +editeng/source/editeng/editobj.cxx +editeng/source/editeng/editobj2.hxx +editeng/source/editeng/editsel.cxx +editeng/source/editeng/editsel.hxx +editeng/source/editeng/editstt2.hxx +editeng/source/editeng/editundo.cxx +editeng/source/editeng/editundo.hxx +editeng/source/editeng/editview.cxx +editeng/source/editeng/edtspell.cxx +editeng/source/editeng/eehtml.cxx +editeng/source/editeng/eehtml.hxx +editeng/source/editeng/eeobj.cxx +editeng/source/editeng/eeobj.hxx +editeng/source/editeng/eerdll.cxx +editeng/source/editeng/eertfpar.cxx +editeng/source/editeng/eertfpar.hxx +editeng/source/editeng/fieldupdater.cxx +editeng/source/editeng/impedit.cxx +editeng/source/editeng/impedit.hxx +editeng/source/editeng/impedit2.cxx +editeng/source/editeng/impedit3.cxx +editeng/source/editeng/impedit4.cxx +editeng/source/editeng/impedit5.cxx +editeng/source/editeng/misspellrange.cxx +editeng/source/editeng/section.cxx +editeng/source/editeng/textconv.cxx +editeng/source/editeng/textconv.hxx +editeng/source/items/CustomPropertyField.cxx +editeng/source/items/borderline.cxx +editeng/source/items/bulitem.cxx +editeng/source/items/charhiddenitem.cxx +editeng/source/items/flditem.cxx +editeng/source/items/frmitems.cxx +editeng/source/items/itemtype.cxx +editeng/source/items/justifyitem.cxx +editeng/source/items/legacyitem.cxx +editeng/source/items/numitem.cxx +editeng/source/items/optitems.cxx +editeng/source/items/paperinf.cxx +editeng/source/items/paraitem.cxx +editeng/source/items/svdfield.cxx +editeng/source/items/svxfont.cxx +editeng/source/items/textitem.cxx +editeng/source/items/writingmodeitem.cxx +editeng/source/items/xmlcnitm.cxx +editeng/source/lookuptree/Trie.cxx +editeng/source/misc/SvXMLAutoCorrectExport.cxx +editeng/source/misc/SvXMLAutoCorrectExport.hxx +editeng/source/misc/SvXMLAutoCorrectImport.cxx +editeng/source/misc/SvXMLAutoCorrectImport.hxx +editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx +editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx +editeng/source/misc/acorrcfg.cxx +editeng/source/misc/edtdlg.cxx +editeng/source/misc/forbiddencharacterstable.cxx +editeng/source/misc/hangulhanja.cxx +editeng/source/misc/splwrap.cxx +editeng/source/misc/svxacorr.cxx +editeng/source/misc/swafopt.cxx +editeng/source/misc/txtrange.cxx +editeng/source/misc/unolingu.cxx +editeng/source/outliner/outleeng.cxx +editeng/source/outliner/outleeng.hxx +editeng/source/outliner/outlin2.cxx +editeng/source/outliner/outliner.cxx +editeng/source/outliner/outlobj.cxx +editeng/source/outliner/outlundo.cxx +editeng/source/outliner/outlundo.hxx +editeng/source/outliner/outlvw.cxx +editeng/source/outliner/overflowingtxt.cxx +editeng/source/outliner/paralist.cxx +editeng/source/outliner/paralist.hxx +editeng/source/rtf/rtfitem.cxx +editeng/source/rtf/svxrtf.cxx +editeng/source/uno/UnoForbiddenCharsTable.cxx +editeng/source/uno/unoedhlp.cxx +editeng/source/uno/unoedprx.cxx +editeng/source/uno/unoedsrc.cxx +editeng/source/uno/unofdesc.cxx +editeng/source/uno/unofield.cxx +editeng/source/uno/unofored.cxx +editeng/source/uno/unofored_internal.hxx +editeng/source/uno/unoforou.cxx +editeng/source/uno/unoipset.cxx +editeng/source/uno/unonrule.cxx +editeng/source/uno/unopracc.cxx +editeng/source/uno/unotext.cxx +editeng/source/uno/unotext2.cxx +editeng/source/uno/unoviwou.cxx +editeng/source/xml/editsource.hxx +editeng/source/xml/xmltxtexp.cxx +editeng/source/xml/xmltxtimp.cxx +embeddedobj/source/commonembedding/embedobj.cxx +embeddedobj/source/commonembedding/embedobj.hxx +embeddedobj/source/commonembedding/inplaceobj.cxx +embeddedobj/source/commonembedding/miscobj.cxx +embeddedobj/source/commonembedding/persistence.cxx +embeddedobj/source/commonembedding/persistence.hxx +embeddedobj/source/commonembedding/register.cxx +embeddedobj/source/commonembedding/specialobject.cxx +embeddedobj/source/commonembedding/visobj.cxx +embeddedobj/source/commonembedding/xfactory.cxx +embeddedobj/source/commonembedding/xfactory.hxx +embeddedobj/source/general/docholder.cxx +embeddedobj/source/general/dummyobject.cxx +embeddedobj/source/general/intercept.cxx +embeddedobj/source/general/xcreator.cxx +embeddedobj/source/inc/closepreventer.hxx +embeddedobj/source/inc/commonembobj.hxx +embeddedobj/source/inc/docholder.hxx +embeddedobj/source/inc/dummyobject.hxx +embeddedobj/source/inc/intercept.hxx +embeddedobj/source/inc/oleembobj.hxx +embeddedobj/source/inc/specialobject.hxx +embeddedobj/source/inc/targetstatecontrol.hxx +embeddedobj/source/inc/xcreator.hxx +embeddedobj/source/msole/advisesink.cxx +embeddedobj/source/msole/advisesink.hxx +embeddedobj/source/msole/closepreventer.cxx +embeddedobj/source/msole/graphconvert.cxx +embeddedobj/source/msole/graphconvert.hxx +embeddedobj/source/msole/mtnotification.hxx +embeddedobj/source/msole/olecomponent.cxx +embeddedobj/source/msole/olecomponent.hxx +embeddedobj/source/msole/oleembed.cxx +embeddedobj/source/msole/olemisc.cxx +embeddedobj/source/msole/olepersist.cxx +embeddedobj/source/msole/olepersist.hxx +embeddedobj/source/msole/oleregister.cxx +embeddedobj/source/msole/olevisual.cxx +embeddedobj/source/msole/olewrapclient.cxx +embeddedobj/source/msole/ownview.cxx +embeddedobj/source/msole/ownview.hxx +embeddedobj/source/msole/xdialogcreator.cxx +embeddedobj/source/msole/xdialogcreator.hxx +embeddedobj/source/msole/xolefactory.cxx +embeddedobj/source/msole/xolefactory.hxx +embeddedobj/test/Container1/nativelib/nativeview.c +embeddedobj/test/Container1/nativelib/nativeview.h +embeddedobj/test/MainThreadExecutor/register.cxx +embeddedobj/test/MainThreadExecutor/xexecutor.cxx +embeddedobj/test/MainThreadExecutor/xexecutor.hxx +embeddedobj/test/mtexecutor/bitmapcreator.cxx +embeddedobj/test/mtexecutor/bitmapcreator.hxx +embeddedobj/test/mtexecutor/mainthreadexecutor.cxx +embeddedobj/test/mtexecutor/mainthreadexecutor.hxx +embeddedobj/test/mtexecutor/mteregister.cxx +embedserv/source/embed/docholder.cxx +embedserv/source/embed/ed_idataobj.cxx +embedserv/source/embed/ed_iinplace.cxx +embedserv/source/embed/ed_ioleobject.cxx +embedserv/source/embed/ed_ipersiststr.cxx +embedserv/source/embed/esdll.cxx +embedserv/source/embed/guid.cxx +embedserv/source/embed/guid.hxx +embedserv/source/embed/iipaobj.cxx +embedserv/source/embed/intercept.cxx +embedserv/source/embed/register.cxx +embedserv/source/embed/servprov.cxx +embedserv/source/embed/syswinwrapper.cxx +embedserv/source/embed/tracker.cxx +embedserv/source/inc/common.h +embedserv/source/inc/docholder.hxx +embedserv/source/inc/embeddoc.hxx +embedserv/source/inc/embeddocaccess.hxx +embedserv/source/inc/embservconst.h +embedserv/source/inc/iipaobj.hxx +embedserv/source/inc/intercept.hxx +embedserv/source/inc/servprov.hxx +embedserv/source/inc/syswinwrapper.hxx +embedserv/source/inprocserv/advisesink.cxx +embedserv/source/inprocserv/advisesink.hxx +embedserv/source/inprocserv/dllentry.cxx +embedserv/source/inprocserv/inprocembobj.cxx +embedserv/source/inprocserv/inprocembobj.h +embedserv/source/inprocserv/smartpointer.hxx +emfio/inc/emfiodllapi.h +emfio/inc/emfreader.hxx +emfio/inc/mtftools.hxx +emfio/inc/wmfreader.hxx +emfio/qa/cppunit/emf/EmfImportTest.cxx +emfio/source/emfuno/emfuno.cxx +emfio/source/emfuno/xemfparser.cxx +emfio/source/emfuno/xemfparser.hxx +emfio/source/reader/emfreader.cxx +emfio/source/reader/mtftools.cxx +emfio/source/reader/wmfreader.cxx +eventattacher/source/eventattacher.cxx +extensions/inc/helpids.h +extensions/inc/propctrlr.h +extensions/qa/update/test_update.cxx +extensions/source/abpilot/abpfinalpage.cxx +extensions/source/abpilot/abpfinalpage.hxx +extensions/source/abpilot/abptypes.hxx +extensions/source/abpilot/abspage.cxx +extensions/source/abpilot/abspage.hxx +extensions/source/abpilot/abspilot.cxx +extensions/source/abpilot/abspilot.hxx +extensions/source/abpilot/addresssettings.hxx +extensions/source/abpilot/admininvokationimpl.cxx +extensions/source/abpilot/admininvokationimpl.hxx +extensions/source/abpilot/admininvokationpage.cxx +extensions/source/abpilot/admininvokationpage.hxx +extensions/source/abpilot/datasourcehandling.cxx +extensions/source/abpilot/datasourcehandling.hxx +extensions/source/abpilot/fieldmappingimpl.cxx +extensions/source/abpilot/fieldmappingimpl.hxx +extensions/source/abpilot/fieldmappingpage.cxx +extensions/source/abpilot/fieldmappingpage.hxx +extensions/source/abpilot/tableselectionpage.cxx +extensions/source/abpilot/tableselectionpage.hxx +extensions/source/abpilot/typeselectionpage.cxx +extensions/source/abpilot/typeselectionpage.hxx +extensions/source/abpilot/unodialogabp.cxx +extensions/source/abpilot/unodialogabp.hxx +extensions/source/activex/SOActionsApproval.cxx +extensions/source/activex/SOActionsApproval.h +extensions/source/activex/SOActiveX.cxx +extensions/source/activex/SOActiveX.h +extensions/source/activex/SOComWindowPeer.cxx +extensions/source/activex/SOComWindowPeer.h +extensions/source/activex/SODispatchInterceptor.cxx +extensions/source/activex/SODispatchInterceptor.h +extensions/source/activex/StdAfx2.h +extensions/source/activex/com_uno_helper.h +extensions/source/activex/resource.h +extensions/source/activex/so_activex.cxx +extensions/source/bibliography/bibbeam.cxx +extensions/source/bibliography/bibbeam.hxx +extensions/source/bibliography/bibconfig.cxx +extensions/source/bibliography/bibconfig.hxx +extensions/source/bibliography/bibcont.cxx +extensions/source/bibliography/bibcont.hxx +extensions/source/bibliography/bibload.cxx +extensions/source/bibliography/bibmod.cxx +extensions/source/bibliography/bibmod.hxx +extensions/source/bibliography/bibshortcuthandler.hxx +extensions/source/bibliography/bibtools.hxx +extensions/source/bibliography/bibview.cxx +extensions/source/bibliography/bibview.hxx +extensions/source/bibliography/datman.cxx +extensions/source/bibliography/datman.hxx +extensions/source/bibliography/formcontrolcontainer.cxx +extensions/source/bibliography/formcontrolcontainer.hxx +extensions/source/bibliography/framectr.cxx +extensions/source/bibliography/framectr.hxx +extensions/source/bibliography/general.cxx +extensions/source/bibliography/general.hxx +extensions/source/bibliography/loadlisteneradapter.cxx +extensions/source/bibliography/loadlisteneradapter.hxx +extensions/source/bibliography/toolbar.cxx +extensions/source/bibliography/toolbar.hxx +extensions/source/config/ldap/componentdef.cxx +extensions/source/config/ldap/ldapaccess.cxx +extensions/source/config/ldap/ldapaccess.hxx +extensions/source/config/ldap/ldapuserprofilebe.cxx +extensions/source/config/ldap/ldapuserprofilebe.hxx +extensions/source/dbpilots/commonpagesdbp.cxx +extensions/source/dbpilots/commonpagesdbp.hxx +extensions/source/dbpilots/controlwizard.cxx +extensions/source/dbpilots/controlwizard.hxx +extensions/source/dbpilots/dbpservices.cxx +extensions/source/dbpilots/dbptools.cxx +extensions/source/dbpilots/dbptools.hxx +extensions/source/dbpilots/dbptypes.hxx +extensions/source/dbpilots/gridwizard.cxx +extensions/source/dbpilots/gridwizard.hxx +extensions/source/dbpilots/groupboxwiz.cxx +extensions/source/dbpilots/groupboxwiz.hxx +extensions/source/dbpilots/listcombowizard.cxx +extensions/source/dbpilots/listcombowizard.hxx +extensions/source/dbpilots/optiongrouplayouter.cxx +extensions/source/dbpilots/optiongrouplayouter.hxx +extensions/source/dbpilots/unoautopilot.hxx +extensions/source/dbpilots/wizardcontext.hxx +extensions/source/dbpilots/wizardservices.cxx +extensions/source/dbpilots/wizardservices.hxx +extensions/source/inc/componentmodule.cxx +extensions/source/inc/componentmodule.hxx +extensions/source/logging/consolehandler.cxx +extensions/source/logging/csvformatter.cxx +extensions/source/logging/filehandler.cxx +extensions/source/logging/logger.cxx +extensions/source/logging/loggerconfig.cxx +extensions/source/logging/loggerconfig.hxx +extensions/source/logging/loghandler.cxx +extensions/source/logging/loghandler.hxx +extensions/source/logging/logrecord.cxx +extensions/source/logging/logrecord.hxx +extensions/source/logging/methodguard.hxx +extensions/source/logging/plaintextformatter.cxx +extensions/source/macosx/spotlight/GetMetadataForFile.h +extensions/source/macosx/spotlight/OOoContentDataParser.h +extensions/source/macosx/spotlight/OOoMetaDataParser.h +extensions/source/macosx/spotlight/OOoSpotlightImporter.h +extensions/source/ole/comifaces.hxx +extensions/source/ole/jscriptclasses.cxx +extensions/source/ole/jscriptclasses.hxx +extensions/source/ole/ole2uno.cxx +extensions/source/ole/oledll.cxx +extensions/source/ole/oleobjw.cxx +extensions/source/ole/oleobjw.hxx +extensions/source/ole/olethread.cxx +extensions/source/ole/servprov.cxx +extensions/source/ole/servprov.hxx +extensions/source/ole/servreg.cxx +extensions/source/ole/unoconversionutilities.hxx +extensions/source/ole/unoobjw.cxx +extensions/source/ole/unoobjw.hxx +extensions/source/ole/unotypewrapper.cxx +extensions/source/ole/unotypewrapper.hxx +extensions/source/ole/windata.hxx +extensions/source/propctrlr/MasterDetailLinkDialog.cxx +extensions/source/propctrlr/MasterDetailLinkDialog.hxx +extensions/source/propctrlr/browserline.cxx +extensions/source/propctrlr/browserline.hxx +extensions/source/propctrlr/browserlistbox.cxx +extensions/source/propctrlr/browserlistbox.hxx +extensions/source/propctrlr/browserpage.cxx +extensions/source/propctrlr/browserpage.hxx +extensions/source/propctrlr/browserview.cxx +extensions/source/propctrlr/browserview.hxx +extensions/source/propctrlr/buttonnavigationhandler.cxx +extensions/source/propctrlr/buttonnavigationhandler.hxx +extensions/source/propctrlr/cellbindinghandler.cxx +extensions/source/propctrlr/cellbindinghandler.hxx +extensions/source/propctrlr/cellbindinghelper.cxx +extensions/source/propctrlr/cellbindinghelper.hxx +extensions/source/propctrlr/commoncontrol.cxx +extensions/source/propctrlr/commoncontrol.hxx +extensions/source/propctrlr/composeduiupdate.cxx +extensions/source/propctrlr/composeduiupdate.hxx +extensions/source/propctrlr/controlfontdialog.cxx +extensions/source/propctrlr/controlfontdialog.hxx +extensions/source/propctrlr/controltype.hxx +extensions/source/propctrlr/defaultforminspection.cxx +extensions/source/propctrlr/defaultforminspection.hxx +extensions/source/propctrlr/defaulthelpprovider.cxx +extensions/source/propctrlr/defaulthelpprovider.hxx +extensions/source/propctrlr/editpropertyhandler.cxx +extensions/source/propctrlr/editpropertyhandler.hxx +extensions/source/propctrlr/eformshelper.cxx +extensions/source/propctrlr/eformshelper.hxx +extensions/source/propctrlr/eformspropertyhandler.cxx +extensions/source/propctrlr/eformspropertyhandler.hxx +extensions/source/propctrlr/enumrepresentation.hxx +extensions/source/propctrlr/eventhandler.cxx +extensions/source/propctrlr/eventhandler.hxx +extensions/source/propctrlr/fontdialog.cxx +extensions/source/propctrlr/fontdialog.hxx +extensions/source/propctrlr/fontitemids.hxx +extensions/source/propctrlr/formbrowsertools.cxx +extensions/source/propctrlr/formbrowsertools.hxx +extensions/source/propctrlr/formcomponenthandler.cxx +extensions/source/propctrlr/formcomponenthandler.hxx +extensions/source/propctrlr/formcontroller.cxx +extensions/source/propctrlr/formcontroller.hxx +extensions/source/propctrlr/formgeometryhandler.cxx +extensions/source/propctrlr/formlinkdialog.cxx +extensions/source/propctrlr/formlinkdialog.hxx +extensions/source/propctrlr/formmetadata.cxx +extensions/source/propctrlr/formmetadata.hxx +extensions/source/propctrlr/formstrings.hxx +extensions/source/propctrlr/genericpropertyhandler.cxx +extensions/source/propctrlr/genericpropertyhandler.hxx +extensions/source/propctrlr/handlerhelper.cxx +extensions/source/propctrlr/handlerhelper.hxx +extensions/source/propctrlr/inspectorhelpwindow.cxx +extensions/source/propctrlr/inspectorhelpwindow.hxx +extensions/source/propctrlr/inspectormodelbase.cxx +extensions/source/propctrlr/inspectormodelbase.hxx +extensions/source/propctrlr/linedescriptor.hxx +extensions/source/propctrlr/listselectiondlg.cxx +extensions/source/propctrlr/listselectiondlg.hxx +extensions/source/propctrlr/modulepcr.cxx +extensions/source/propctrlr/modulepcr.hxx +extensions/source/propctrlr/newdatatype.cxx +extensions/source/propctrlr/newdatatype.hxx +extensions/source/propctrlr/objectinspectormodel.cxx +extensions/source/propctrlr/pcrcommon.cxx +extensions/source/propctrlr/pcrcommon.hxx +extensions/source/propctrlr/pcrcommontypes.hxx +extensions/source/propctrlr/pcrservices.cxx +extensions/source/propctrlr/pcrstrings.hxx +extensions/source/propctrlr/pcrunodialogs.cxx +extensions/source/propctrlr/pcrunodialogs.hxx +extensions/source/propctrlr/propcontroller.cxx +extensions/source/propctrlr/propcontroller.hxx +extensions/source/propctrlr/propcontrolobserver.hxx +extensions/source/propctrlr/propertycomposer.cxx +extensions/source/propctrlr/propertycomposer.hxx +extensions/source/propctrlr/propertycontrolextender.cxx +extensions/source/propctrlr/propertycontrolextender.hxx +extensions/source/propctrlr/propertyeditor.cxx +extensions/source/propctrlr/propertyeditor.hxx +extensions/source/propctrlr/propertyhandler.cxx +extensions/source/propctrlr/propertyhandler.hxx +extensions/source/propctrlr/propertyinfo.hxx +extensions/source/propctrlr/propeventtranslation.cxx +extensions/source/propctrlr/propeventtranslation.hxx +extensions/source/propctrlr/proplinelistener.hxx +extensions/source/propctrlr/pushbuttonnavigation.cxx +extensions/source/propctrlr/pushbuttonnavigation.hxx +extensions/source/propctrlr/selectlabeldialog.cxx +extensions/source/propctrlr/selectlabeldialog.hxx +extensions/source/propctrlr/sqlcommanddesign.cxx +extensions/source/propctrlr/sqlcommanddesign.hxx +extensions/source/propctrlr/standardcontrol.cxx +extensions/source/propctrlr/standardcontrol.hxx +extensions/source/propctrlr/stringrepresentation.cxx +extensions/source/propctrlr/submissionhandler.cxx +extensions/source/propctrlr/submissionhandler.hxx +extensions/source/propctrlr/taborder.cxx +extensions/source/propctrlr/taborder.hxx +extensions/source/propctrlr/unourl.cxx +extensions/source/propctrlr/unourl.hxx +extensions/source/propctrlr/usercontrol.cxx +extensions/source/propctrlr/usercontrol.hxx +extensions/source/propctrlr/xsddatatypes.cxx +extensions/source/propctrlr/xsddatatypes.hxx +extensions/source/propctrlr/xsdvalidationhelper.cxx +extensions/source/propctrlr/xsdvalidationhelper.hxx +extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx +extensions/source/scanner/grid.cxx +extensions/source/scanner/sane.cxx +extensions/source/scanner/sane.hxx +extensions/source/scanner/sanedlg.cxx +extensions/source/scanner/sanedlg.hxx +extensions/source/scanner/scanner.cxx +extensions/source/scanner/scanner.hxx +extensions/source/scanner/scanunx.cxx +extensions/source/scanner/scnserv.cxx +extensions/source/update/check/actionlistener.hxx +extensions/source/update/check/download.cxx +extensions/source/update/check/download.hxx +extensions/source/update/check/onlinecheck.cxx +extensions/source/update/check/updatecheck.cxx +extensions/source/update/check/updatecheck.hxx +extensions/source/update/check/updatecheckconfig.cxx +extensions/source/update/check/updatecheckconfig.hxx +extensions/source/update/check/updatecheckjob.cxx +extensions/source/update/check/updatehdl.cxx +extensions/source/update/check/updatehdl.hxx +extensions/source/update/check/updateinfo.hxx +extensions/source/update/check/updateprotocol.cxx +extensions/source/update/check/updateprotocol.hxx +extensions/source/update/check/updateprotocoltest.cxx +extensions/source/update/feed/test/updatefeedtest.cxx +extensions/source/update/feed/updatefeed.cxx +extensions/source/update/ui/updatecheckui.cxx +extensions/test/ole/AxTestComponents/AxTestComponents.cpp +extensions/test/ole/AxTestComponents/Basic.cpp +extensions/test/ole/AxTestComponents/Basic.h +extensions/test/ole/AxTestComponents/Foo.cpp +extensions/test/ole/AxTestComponents/Foo.h +extensions/test/ole/AxTestComponents/resource.h +extensions/test/ole/EventListenerSample/EventListener/EventListener.cpp +extensions/test/ole/EventListenerSample/EventListener/EvtListener.cpp +extensions/test/ole/EventListenerSample/EventListener/EvtListener.h +extensions/test/ole/EventListenerSample/EventListener/resource.h +extensions/test/ole/MfcControl/MfcControl.cpp +extensions/test/ole/MfcControl/MfcControl.h +extensions/test/ole/MfcControl/MfcControlCtl.cpp +extensions/test/ole/MfcControl/MfcControlCtl.h +extensions/test/ole/MfcControl/MfcControlPpg.cpp +extensions/test/ole/MfcControl/MfcControlPpg.h +extensions/test/ole/MfcControl/Resource.h +extensions/test/ole/OleClient/axhost.cxx +extensions/test/ole/OleClient/axhost.hxx +extensions/test/ole/OleClient/clientTest.cxx +extensions/test/ole/OleClient/funcs.cxx +extensions/test/ole/OleConverterVar1/convTest.cxx +extensions/test/ole/OleConverterVar1/smartarray.h +extensions/test/ole/cpnt/cpnt.cxx +extensions/test/ole/cppToUno/testcppuno.cxx +extensions/test/ole/cpptest/cpptest.cxx +extensions/test/ole/unloading/unloadTest.cxx +extensions/test/ole/unoTocomCalls/Test/Test.cpp +extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp +extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h +extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp +extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h +extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.cpp +extensions/test/ole/unoTocomCalls/XCallback_Impl/resource.h +external/bluez_bluetooth/inc/bluetooth/bluetooth.h +external/bluez_bluetooth/inc/bluetooth/hci.h +external/bluez_bluetooth/inc/bluetooth/hci_lib.h +external/bluez_bluetooth/inc/bluetooth/rfcomm.h +external/bluez_bluetooth/inc/bluetooth/sco.h +external/clew/source/clew.c +external/clew/source/include/clew/clew.h +external/clucene/configs/_clucene-config-LINUX.h +external/clucene/configs/_clucene-config-MSVC.h +external/clucene/configs/_clucene-config-generic.h +external/clucene/configs/clucene-config-GCC-atomic.h +external/clucene/configs/clucene-config-MSVC.h +external/clucene/configs/clucene-config-generic.h +external/mariadb-connector-c/configs/linux_my_config.h +external/mariadb-connector-c/configs/mac_my_config.h +external/mariadb-connector-c/configs/mariadb_version.h +external/mariadb-connector-c/configs/wnt_ma_config.h +external/redland/raptor/raptor2.h +external/redland/raptor/raptor_config.h +external/redland/rasqal/rasqal.h +external/redland/redland/librdf.h +external/sane/inc/sane/sane.h +external/unixODBC/inc/odbc/sql.h +external/unixODBC/inc/odbc/sqlext.h +external/unixODBC/inc/odbc/sqltypes.h +external/unixODBC/inc/odbc/sqlucode.h +filter/inc/strings.hxx +filter/qa/cppunit/filters-dxf-test.cxx +filter/qa/cppunit/filters-eps-test.cxx +filter/qa/cppunit/filters-met-test.cxx +filter/qa/cppunit/filters-pcd-test.cxx +filter/qa/cppunit/filters-pcx-test.cxx +filter/qa/cppunit/filters-pict-test.cxx +filter/qa/cppunit/filters-ppm-test.cxx +filter/qa/cppunit/filters-psd-test.cxx +filter/qa/cppunit/filters-ras-test.cxx +filter/qa/cppunit/filters-tga-test.cxx +filter/qa/cppunit/filters-tiff-test.cxx +filter/qa/cppunit/msfilter-test.cxx +filter/qa/cppunit/priority-test.cxx +filter/qa/cppunit/xslt-test.cxx +filter/source/config/cache/basecontainer.cxx +filter/source/config/cache/basecontainer.hxx +filter/source/config/cache/cacheitem.cxx +filter/source/config/cache/cacheitem.hxx +filter/source/config/cache/cacheupdatelistener.cxx +filter/source/config/cache/cacheupdatelistener.hxx +filter/source/config/cache/configflush.cxx +filter/source/config/cache/configflush.hxx +filter/source/config/cache/constant.hxx +filter/source/config/cache/contenthandlerfactory.cxx +filter/source/config/cache/contenthandlerfactory.hxx +filter/source/config/cache/filtercache.cxx +filter/source/config/cache/filtercache.hxx +filter/source/config/cache/filterfactory.cxx +filter/source/config/cache/filterfactory.hxx +filter/source/config/cache/frameloaderfactory.cxx +filter/source/config/cache/frameloaderfactory.hxx +filter/source/config/cache/querytokenizer.cxx +filter/source/config/cache/querytokenizer.hxx +filter/source/config/cache/registration.cxx +filter/source/config/cache/typedetection.cxx +filter/source/config/cache/typedetection.hxx +filter/source/graphic/GraphicExportFilter.cxx +filter/source/graphic/GraphicExportFilter.hxx +filter/source/graphic/Services.cxx +filter/source/graphicfilter/egif/egif.cxx +filter/source/graphicfilter/egif/giflzwc.cxx +filter/source/graphicfilter/egif/giflzwc.hxx +filter/source/graphicfilter/eps/eps.cxx +filter/source/graphicfilter/etiff/etiff.cxx +filter/source/graphicfilter/icgm/actimpr.cxx +filter/source/graphicfilter/icgm/bitmap.cxx +filter/source/graphicfilter/icgm/bitmap.hxx +filter/source/graphicfilter/icgm/bundles.cxx +filter/source/graphicfilter/icgm/bundles.hxx +filter/source/graphicfilter/icgm/cgm.cxx +filter/source/graphicfilter/icgm/cgm.hxx +filter/source/graphicfilter/icgm/cgmtypes.hxx +filter/source/graphicfilter/icgm/chart.cxx +filter/source/graphicfilter/icgm/chart.hxx +filter/source/graphicfilter/icgm/class0.cxx +filter/source/graphicfilter/icgm/class1.cxx +filter/source/graphicfilter/icgm/class2.cxx +filter/source/graphicfilter/icgm/class3.cxx +filter/source/graphicfilter/icgm/class4.cxx +filter/source/graphicfilter/icgm/class5.cxx +filter/source/graphicfilter/icgm/class7.cxx +filter/source/graphicfilter/icgm/classx.cxx +filter/source/graphicfilter/icgm/elements.cxx +filter/source/graphicfilter/icgm/elements.hxx +filter/source/graphicfilter/icgm/outact.hxx +filter/source/graphicfilter/idxf/dxf2mtf.cxx +filter/source/graphicfilter/idxf/dxf2mtf.hxx +filter/source/graphicfilter/idxf/dxfblkrd.cxx +filter/source/graphicfilter/idxf/dxfblkrd.hxx +filter/source/graphicfilter/idxf/dxfentrd.cxx +filter/source/graphicfilter/idxf/dxfentrd.hxx +filter/source/graphicfilter/idxf/dxfgrprd.cxx +filter/source/graphicfilter/idxf/dxfgrprd.hxx +filter/source/graphicfilter/idxf/dxfreprd.cxx +filter/source/graphicfilter/idxf/dxfreprd.hxx +filter/source/graphicfilter/idxf/dxftblrd.cxx +filter/source/graphicfilter/idxf/dxftblrd.hxx +filter/source/graphicfilter/idxf/dxfvec.cxx +filter/source/graphicfilter/idxf/dxfvec.hxx +filter/source/graphicfilter/idxf/idxf.cxx +filter/source/graphicfilter/ieps/ieps.cxx +filter/source/graphicfilter/ios2met/ios2met.cxx +filter/source/graphicfilter/ipbm/ipbm.cxx +filter/source/graphicfilter/ipcd/ipcd.cxx +filter/source/graphicfilter/ipcx/ipcx.cxx +filter/source/graphicfilter/ipict/ipict.cxx +filter/source/graphicfilter/ipict/ipict.hxx +filter/source/graphicfilter/ipict/shape.cxx +filter/source/graphicfilter/ipict/shape.hxx +filter/source/graphicfilter/ipsd/ipsd.cxx +filter/source/graphicfilter/iras/iras.cxx +filter/source/graphicfilter/itga/itga.cxx +filter/source/graphicfilter/itiff/ccidecom.cxx +filter/source/graphicfilter/itiff/ccidecom.hxx +filter/source/graphicfilter/itiff/itiff.cxx +filter/source/graphicfilter/itiff/lzwdecom.cxx +filter/source/graphicfilter/itiff/lzwdecom.hxx +filter/source/msfilter/countryid.cxx +filter/source/msfilter/dffpropset.cxx +filter/source/msfilter/dffrecordheader.cxx +filter/source/msfilter/escherex.cxx +filter/source/msfilter/eschesdo.cxx +filter/source/msfilter/eschesdo.hxx +filter/source/msfilter/mscodec.cxx +filter/source/msfilter/msdffimp.cxx +filter/source/msfilter/msocximex.cxx +filter/source/msfilter/msoleexp.cxx +filter/source/msfilter/mstoolbar.cxx +filter/source/msfilter/msvbahelper.cxx +filter/source/msfilter/services.cxx +filter/source/msfilter/svdfppt.cxx +filter/source/msfilter/svxmsbas2.cxx +filter/source/msfilter/util.cxx +filter/source/msfilter/viscache.hxx +filter/source/odfflatxml/OdfFlatXml.cxx +filter/source/pdf/impdialog.cxx +filter/source/pdf/impdialog.hxx +filter/source/pdf/pdfdialog.cxx +filter/source/pdf/pdfdialog.hxx +filter/source/pdf/pdfexport.cxx +filter/source/pdf/pdfexport.hxx +filter/source/pdf/pdffilter.cxx +filter/source/pdf/pdffilter.hxx +filter/source/pdf/pdfinteract.cxx +filter/source/pdf/pdfinteract.hxx +filter/source/pdf/pdfuno.cxx +filter/source/storagefilterdetect/fdcomp.cxx +filter/source/storagefilterdetect/filterdetect.cxx +filter/source/storagefilterdetect/filterdetect.hxx +filter/source/svg/svgexport.cxx +filter/source/svg/svgfilter.cxx +filter/source/svg/svgfilter.hxx +filter/source/svg/svgfontexport.cxx +filter/source/svg/svgfontexport.hxx +filter/source/svg/svgwriter.cxx +filter/source/svg/svgwriter.hxx +filter/source/svg/test/odfserializer.cxx +filter/source/svg/test/odfserializer.hxx +filter/source/t602/filterenv.cxx +filter/source/t602/t602filter.cxx +filter/source/t602/t602filter.hxx +filter/source/textfilterdetect/filterdetect.cxx +filter/source/textfilterdetect/filterdetect.hxx +filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx +filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx +filter/source/xmlfilteradaptor/genericfilter.cxx +filter/source/xmlfilterdetect/fdcomp.cxx +filter/source/xmlfilterdetect/filterdetect.cxx +filter/source/xmlfilterdetect/filterdetect.hxx +filter/source/xsltdialog/typedetectionexport.cxx +filter/source/xsltdialog/typedetectionexport.hxx +filter/source/xsltdialog/typedetectionimport.cxx +filter/source/xsltdialog/typedetectionimport.hxx +filter/source/xsltdialog/xmlfiltercommon.hxx +filter/source/xsltdialog/xmlfilterdialogcomponent.cxx +filter/source/xsltdialog/xmlfilterjar.cxx +filter/source/xsltdialog/xmlfilterjar.hxx +filter/source/xsltdialog/xmlfiltersettingsdialog.cxx +filter/source/xsltdialog/xmlfiltersettingsdialog.hxx +filter/source/xsltdialog/xmlfiltertabdialog.cxx +filter/source/xsltdialog/xmlfiltertabdialog.hxx +filter/source/xsltdialog/xmlfiltertabpagebasic.cxx +filter/source/xsltdialog/xmlfiltertabpagebasic.hxx +filter/source/xsltdialog/xmlfiltertabpagexslt.cxx +filter/source/xsltdialog/xmlfiltertabpagexslt.hxx +filter/source/xsltdialog/xmlfiltertestdialog.cxx +filter/source/xsltdialog/xmlfiltertestdialog.hxx +filter/source/xsltfilter/LibXSLTTransformer.cxx +filter/source/xsltfilter/LibXSLTTransformer.hxx +filter/source/xsltfilter/OleHandler.cxx +filter/source/xsltfilter/OleHandler.hxx +filter/source/xsltfilter/XSLTFilter.cxx +forms/source/component/BaseListBox.hxx +forms/source/component/Button.cxx +forms/source/component/Button.hxx +forms/source/component/CheckBox.cxx +forms/source/component/CheckBox.hxx +forms/source/component/Columns.cxx +forms/source/component/Columns.hxx +forms/source/component/ComboBox.cxx +forms/source/component/ComboBox.hxx +forms/source/component/Currency.cxx +forms/source/component/Currency.hxx +forms/source/component/DatabaseForm.cxx +forms/source/component/DatabaseForm.hxx +forms/source/component/Date.cxx +forms/source/component/Date.hxx +forms/source/component/Edit.cxx +forms/source/component/Edit.hxx +forms/source/component/EditBase.cxx +forms/source/component/EditBase.hxx +forms/source/component/EventThread.cxx +forms/source/component/EventThread.hxx +forms/source/component/File.cxx +forms/source/component/File.hxx +forms/source/component/Filter.cxx +forms/source/component/Filter.hxx +forms/source/component/FixedText.cxx +forms/source/component/FixedText.hxx +forms/source/component/FormComponent.cxx +forms/source/component/FormattedField.cxx +forms/source/component/FormattedField.hxx +forms/source/component/FormattedFieldWrapper.cxx +forms/source/component/FormattedFieldWrapper.hxx +forms/source/component/FormsCollection.cxx +forms/source/component/FormsCollection.hxx +forms/source/component/Grid.cxx +forms/source/component/Grid.hxx +forms/source/component/GroupBox.cxx +forms/source/component/GroupBox.hxx +forms/source/component/GroupManager.cxx +forms/source/component/GroupManager.hxx +forms/source/component/Hidden.cxx +forms/source/component/Hidden.hxx +forms/source/component/ImageButton.cxx +forms/source/component/ImageButton.hxx +forms/source/component/ImageControl.cxx +forms/source/component/ImageControl.hxx +forms/source/component/ListBox.cxx +forms/source/component/ListBox.hxx +forms/source/component/Numeric.cxx +forms/source/component/Numeric.hxx +forms/source/component/Pattern.cxx +forms/source/component/Pattern.hxx +forms/source/component/RadioButton.cxx +forms/source/component/RadioButton.hxx +forms/source/component/Time.cxx +forms/source/component/Time.hxx +forms/source/component/cachedrowset.cxx +forms/source/component/cachedrowset.hxx +forms/source/component/clickableimage.cxx +forms/source/component/clickableimage.hxx +forms/source/component/cloneable.cxx +forms/source/component/entrylisthelper.cxx +forms/source/component/entrylisthelper.hxx +forms/source/component/errorbroadcaster.cxx +forms/source/component/errorbroadcaster.hxx +forms/source/component/findpos.cxx +forms/source/component/findpos.hxx +forms/source/component/formcontrolfont.cxx +forms/source/component/imgprod.cxx +forms/source/component/imgprod.hxx +forms/source/component/navigationbar.cxx +forms/source/component/navigationbar.hxx +forms/source/component/propertybaghelper.cxx +forms/source/component/refvaluecomponent.cxx +forms/source/component/refvaluecomponent.hxx +forms/source/component/scrollbar.cxx +forms/source/component/scrollbar.hxx +forms/source/component/spinbutton.cxx +forms/source/component/spinbutton.hxx +forms/source/helper/commandimageprovider.cxx +forms/source/helper/controlfeatureinterception.cxx +forms/source/helper/formnavigation.cxx +forms/source/helper/resettable.cxx +forms/source/helper/urltransformer.cxx +forms/source/helper/windowstateguard.cxx +forms/source/inc/FormComponent.hxx +forms/source/inc/InterfaceContainer.hxx +forms/source/inc/cloneable.hxx +forms/source/inc/commandimageprovider.hxx +forms/source/inc/componenttools.hxx +forms/source/inc/controlfeatureinterception.hxx +forms/source/inc/featuredispatcher.hxx +forms/source/inc/formcontrolfont.hxx +forms/source/inc/formnavigation.hxx +forms/source/inc/frm_resource.hxx +forms/source/inc/frm_strings.hxx +forms/source/inc/limitedformats.hxx +forms/source/inc/listenercontainers.hxx +forms/source/inc/property.hxx +forms/source/inc/propertybaghelper.hxx +forms/source/inc/resettable.hxx +forms/source/inc/services.hxx +forms/source/inc/togglestate.hxx +forms/source/inc/urltransformer.hxx +forms/source/inc/windowstateguard.hxx +forms/source/misc/InterfaceContainer.cxx +forms/source/misc/componenttools.cxx +forms/source/misc/limitedformats.cxx +forms/source/misc/listenercontainers.cxx +forms/source/misc/property.cxx +forms/source/resource/frm_resource.cxx +forms/source/richtext/attributedispatcher.cxx +forms/source/richtext/attributedispatcher.hxx +forms/source/richtext/clipboarddispatcher.cxx +forms/source/richtext/clipboarddispatcher.hxx +forms/source/richtext/featuredispatcher.cxx +forms/source/richtext/featuredispatcher.hxx +forms/source/richtext/parametrizedattributedispatcher.cxx +forms/source/richtext/parametrizedattributedispatcher.hxx +forms/source/richtext/richtextcontrol.cxx +forms/source/richtext/richtextcontrol.hxx +forms/source/richtext/richtextengine.cxx +forms/source/richtext/richtextengine.hxx +forms/source/richtext/richtextimplcontrol.cxx +forms/source/richtext/richtextimplcontrol.hxx +forms/source/richtext/richtextmodel.cxx +forms/source/richtext/richtextmodel.hxx +forms/source/richtext/richtextunowrapper.cxx +forms/source/richtext/richtextunowrapper.hxx +forms/source/richtext/richtextvclcontrol.cxx +forms/source/richtext/richtextvclcontrol.hxx +forms/source/richtext/richtextviewport.cxx +forms/source/richtext/richtextviewport.hxx +forms/source/richtext/rtattributehandler.cxx +forms/source/richtext/rtattributehandler.hxx +forms/source/richtext/rtattributes.hxx +forms/source/richtext/specialdispatchers.cxx +forms/source/richtext/specialdispatchers.hxx +forms/source/richtext/textattributelistener.hxx +forms/source/runtime/formoperations.cxx +forms/source/runtime/formoperations.hxx +forms/source/solar/component/navbarcontrol.cxx +forms/source/solar/component/navbarcontrol.hxx +forms/source/solar/control/navtoolbar.cxx +forms/source/solar/inc/navtoolbar.hxx +forms/source/xforms/NameContainer.hxx +forms/source/xforms/binding.cxx +forms/source/xforms/binding.hxx +forms/source/xforms/boolexpression.cxx +forms/source/xforms/collection.hxx +forms/source/xforms/computedexpression.cxx +forms/source/xforms/computedexpression.hxx +forms/source/xforms/convert.cxx +forms/source/xforms/convert.hxx +forms/source/xforms/datatyperepository.cxx +forms/source/xforms/datatyperepository.hxx +forms/source/xforms/datatypes.cxx +forms/source/xforms/datatypes.hxx +forms/source/xforms/enumeration.cxx +forms/source/xforms/enumeration.hxx +forms/source/xforms/evaluationcontext.hxx +forms/source/xforms/mip.cxx +forms/source/xforms/mip.hxx +forms/source/xforms/model.cxx +forms/source/xforms/model.hxx +forms/source/xforms/model_helper.hxx +forms/source/xforms/model_ui.cxx +forms/source/xforms/namedcollection.hxx +forms/source/xforms/pathexpression.cxx +forms/source/xforms/pathexpression.hxx +forms/source/xforms/propertysetbase.cxx +forms/source/xforms/propertysetbase.hxx +forms/source/xforms/resourcehelper.cxx +forms/source/xforms/resourcehelper.hxx +forms/source/xforms/submission.cxx +forms/source/xforms/submission.hxx +forms/source/xforms/submission/replace.cxx +forms/source/xforms/submission/serialization.hxx +forms/source/xforms/submission/serialization_app_xml.cxx +forms/source/xforms/submission/serialization_app_xml.hxx +forms/source/xforms/submission/serialization_urlencoded.cxx +forms/source/xforms/submission/serialization_urlencoded.hxx +forms/source/xforms/submission/submission.hxx +forms/source/xforms/submission/submission_get.cxx +forms/source/xforms/submission/submission_get.hxx +forms/source/xforms/submission/submission_post.cxx +forms/source/xforms/submission/submission_post.hxx +forms/source/xforms/submission/submission_put.cxx +forms/source/xforms/submission/submission_put.hxx +forms/source/xforms/unohelper.cxx +forms/source/xforms/unohelper.hxx +forms/source/xforms/xforms_services.cxx +forms/source/xforms/xformsevent.cxx +forms/source/xforms/xformsevent.hxx +forms/source/xforms/xmlhelper.cxx +forms/source/xforms/xmlhelper.hxx +forms/source/xforms/xpathlib/extension.cxx +forms/source/xforms/xpathlib/extension.hxx +forms/source/xforms/xpathlib/xpathlib.cxx +forms/source/xforms/xpathlib/xpathlib.hxx +formula/source/core/api/FormulaCompiler.cxx +formula/source/core/api/FormulaOpCodeMapperObj.cxx +formula/source/core/api/grammar.cxx +formula/source/core/api/services.cxx +formula/source/core/api/token.cxx +formula/source/core/api/vectortoken.cxx +formula/source/core/resource/core_resource.cxx +formula/source/ui/dlg/ControlHelper.hxx +formula/source/ui/dlg/FormulaHelper.cxx +formula/source/ui/dlg/formula.cxx +formula/source/ui/dlg/funcpage.cxx +formula/source/ui/dlg/funcpage.hxx +formula/source/ui/dlg/funcutl.cxx +formula/source/ui/dlg/parawin.cxx +formula/source/ui/dlg/parawin.hxx +formula/source/ui/dlg/structpg.cxx +formula/source/ui/dlg/structpg.hxx +fpicker/inc/fpsofficeResMgr.hxx +fpicker/source/aqua/CFStringUtilities.hxx +fpicker/source/aqua/ControlHelper.hxx +fpicker/source/aqua/FPServiceInfo.hxx +fpicker/source/aqua/FilterHelper.hxx +fpicker/source/aqua/NSString_OOoAdditions.hxx +fpicker/source/aqua/SalAquaFilePicker.hxx +fpicker/source/aqua/SalAquaFolderPicker.hxx +fpicker/source/aqua/SalAquaPicker.hxx +fpicker/source/aqua/resourceprovider.hxx +fpicker/source/office/OfficeControlAccess.cxx +fpicker/source/office/OfficeControlAccess.hxx +fpicker/source/office/OfficeFilePicker.cxx +fpicker/source/office/OfficeFilePicker.hxx +fpicker/source/office/OfficeFolderPicker.cxx +fpicker/source/office/OfficeFolderPicker.hxx +fpicker/source/office/PlacesListBox.cxx +fpicker/source/office/PlacesListBox.hxx +fpicker/source/office/QueryFolderName.hxx +fpicker/source/office/RemoteFilesDialog.cxx +fpicker/source/office/RemoteFilesDialog.hxx +fpicker/source/office/asyncfilepicker.cxx +fpicker/source/office/asyncfilepicker.hxx +fpicker/source/office/autocmpledit.cxx +fpicker/source/office/autocmpledit.hxx +fpicker/source/office/breadcrumb.cxx +fpicker/source/office/breadcrumb.hxx +fpicker/source/office/commonpicker.cxx +fpicker/source/office/commonpicker.hxx +fpicker/source/office/contentenumeration.cxx +fpicker/source/office/contentenumeration.hxx +fpicker/source/office/fileview.cxx +fpicker/source/office/fileview.hxx +fpicker/source/office/foldertree.cxx +fpicker/source/office/foldertree.hxx +fpicker/source/office/fpdialogbase.hxx +fpicker/source/office/fpinteraction.cxx +fpicker/source/office/fpinteraction.hxx +fpicker/source/office/fps_office.cxx +fpicker/source/office/fpsmartcontent.cxx +fpicker/source/office/fpsmartcontent.hxx +fpicker/source/office/iodlg.cxx +fpicker/source/office/iodlg.hxx +fpicker/source/office/iodlgimp.cxx +fpicker/source/office/iodlgimp.hxx +fpicker/source/office/pickercallbacks.hxx +fpicker/source/win32/FPServiceInfo.hxx +fpicker/source/win32/FPentry.cxx +fpicker/source/win32/FilterContainer.cxx +fpicker/source/win32/FilterContainer.hxx +fpicker/source/win32/IVistaFilePickerInternalNotify.hxx +fpicker/source/win32/VistaFilePicker.cxx +fpicker/source/win32/VistaFilePicker.hxx +fpicker/source/win32/VistaFilePickerEventHandler.cxx +fpicker/source/win32/VistaFilePickerEventHandler.hxx +fpicker/source/win32/VistaFilePickerImpl.cxx +fpicker/source/win32/VistaFilePickerImpl.hxx +fpicker/source/win32/WinImplHelper.cxx +fpicker/source/win32/WinImplHelper.hxx +fpicker/source/win32/asyncrequests.cxx +fpicker/source/win32/asyncrequests.hxx +fpicker/source/win32/comptr.hxx +fpicker/source/win32/platform_vista.h +fpicker/source/win32/resourceprovider.cxx +fpicker/source/win32/resourceprovider.hxx +fpicker/source/win32/shared.hxx +fpicker/source/win32/vistatypes.h +fpicker/source/win32/workbench/Test_fps.cxx +fpicker/test/svdem.cxx +framework/inc/acceleratorconst.h +framework/inc/addonmenu.hxx +framework/inc/classes/actiontriggercontainer.hxx +framework/inc/classes/actiontriggerpropertyset.hxx +framework/inc/classes/actiontriggerseparatorpropertyset.hxx +framework/inc/classes/converter.hxx +framework/inc/classes/imagewrapper.hxx +framework/inc/classes/protocolhandlercache.hxx +framework/inc/classes/resource.hxx +framework/inc/classes/rootactiontriggercontainer.hxx +framework/inc/classes/taskcreator.hxx +framework/inc/dispatch/closedispatcher.hxx +framework/inc/dispatch/dispatchinformationprovider.hxx +framework/inc/dispatch/dispatchprovider.hxx +framework/inc/dispatch/interceptionhelper.hxx +framework/inc/dispatch/mailtodispatcher.hxx +framework/inc/dispatch/oxt_handler.hxx +framework/inc/dispatch/popupmenudispatcher.hxx +framework/inc/dispatch/servicehandler.hxx +framework/inc/dispatch/startmoduledispatcher.hxx +framework/inc/dispatch/systemexec.hxx +framework/inc/helper/dockingareadefaultacceptor.hxx +framework/inc/helper/mischelper.hxx +framework/inc/helper/ocomponentaccess.hxx +framework/inc/helper/ocomponentenumeration.hxx +framework/inc/helper/oframes.hxx +framework/inc/helper/persistentwindowstate.hxx +framework/inc/helper/propertysetcontainer.hxx +framework/inc/helper/shareablemutex.hxx +framework/inc/helper/statusindicator.hxx +framework/inc/helper/statusindicatorfactory.hxx +framework/inc/helper/tagwindowasmodified.hxx +framework/inc/helper/titlebarupdate.hxx +framework/inc/helper/uiconfigelementwrapperbase.hxx +framework/inc/helper/uielementwrapperbase.hxx +framework/inc/helper/vclstatusindicator.hxx +framework/inc/helper/wakeupthread.hxx +framework/inc/interaction/quietinteraction.hxx +framework/inc/jobs/configaccess.hxx +framework/inc/jobs/helponstartup.hxx +framework/inc/jobs/job.hxx +framework/inc/jobs/jobconst.hxx +framework/inc/jobs/jobdata.hxx +framework/inc/jobs/jobresult.hxx +framework/inc/jobs/joburl.hxx +framework/inc/jobs/shelljob.hxx +framework/inc/macros/registration.hxx +framework/inc/macros/xinterface.hxx +framework/inc/macros/xserviceinfo.hxx +framework/inc/macros/xtypeprovider.hxx +framework/inc/menuconfiguration.hxx +framework/inc/properties.h +framework/inc/protocols.h +framework/inc/recording/dispatchrecorder.hxx +framework/inc/recording/dispatchrecordersupplier.hxx +framework/inc/services.h +framework/inc/services/layoutmanager.hxx +framework/inc/services/mediatypedetectionhelper.hxx +framework/inc/services/uriabbreviation.hxx +framework/inc/statusbarconfiguration.hxx +framework/inc/stdtypes.h +framework/inc/targets.h +framework/inc/threadhelp/transactionguard.hxx +framework/inc/toolboxconfiguration.hxx +framework/inc/uiconfiguration/globalsettings.hxx +framework/inc/uiconfiguration/graphicnameaccess.hxx +framework/inc/uiconfiguration/imagemanager.hxx +framework/inc/uiconfiguration/imagetype.hxx +framework/inc/uiconfiguration/moduleimagemanager.hxx +framework/inc/uiconfiguration/windowstateproperties.hxx +framework/inc/uielement/addonstoolbarmanager.hxx +framework/inc/uielement/addonstoolbarwrapper.hxx +framework/inc/uielement/buttontoolbarcontroller.hxx +framework/inc/uielement/comboboxtoolbarcontroller.hxx +framework/inc/uielement/commandinfo.hxx +framework/inc/uielement/complextoolbarcontroller.hxx +framework/inc/uielement/constitemcontainer.hxx +framework/inc/uielement/dropdownboxtoolbarcontroller.hxx +framework/inc/uielement/edittoolbarcontroller.hxx +framework/inc/uielement/fontmenucontroller.hxx +framework/inc/uielement/fontsizemenucontroller.hxx +framework/inc/uielement/footermenucontroller.hxx +framework/inc/uielement/genericstatusbarcontroller.hxx +framework/inc/uielement/generictoolbarcontroller.hxx +framework/inc/uielement/headermenucontroller.hxx +framework/inc/uielement/imagebuttontoolbarcontroller.hxx +framework/inc/uielement/itemcontainer.hxx +framework/inc/uielement/langselectionmenucontroller.hxx +framework/inc/uielement/macrosmenucontroller.hxx +framework/inc/uielement/menubarmanager.hxx +framework/inc/uielement/menubarmerger.hxx +framework/inc/uielement/menubarwrapper.hxx +framework/inc/uielement/newmenucontroller.hxx +framework/inc/uielement/progressbarwrapper.hxx +framework/inc/uielement/rootitemcontainer.hxx +framework/inc/uielement/spinfieldtoolbarcontroller.hxx +framework/inc/uielement/statusbar.hxx +framework/inc/uielement/statusbaritem.hxx +framework/inc/uielement/statusbarmanager.hxx +framework/inc/uielement/statusbarmerger.hxx +framework/inc/uielement/statusbarwrapper.hxx +framework/inc/uielement/statusindicatorinterfacewrapper.hxx +framework/inc/uielement/styletoolbarcontroller.hxx +framework/inc/uielement/togglebuttontoolbarcontroller.hxx +framework/inc/uielement/toolbarmanager.hxx +framework/inc/uielement/toolbarmerger.hxx +framework/inc/uielement/toolbarmodemenucontroller.hxx +framework/inc/uielement/toolbarsmenucontroller.hxx +framework/inc/uielement/toolbarwrapper.hxx +framework/inc/uielement/uicommanddescription.hxx +framework/inc/uielement/uielement.hxx +framework/inc/uielement/uielementtypenames.hxx +framework/inc/uifactory/configurationaccessfactorymanager.hxx +framework/inc/uifactory/factoryconfiguration.hxx +framework/inc/uifactory/menubarfactory.hxx +framework/inc/xml/acceleratorconfigurationreader.hxx +framework/inc/xml/acceleratorconfigurationwriter.hxx +framework/inc/xml/imagesconfiguration.hxx +framework/inc/xml/imagesdocumenthandler.hxx +framework/inc/xml/menudocumenthandler.hxx +framework/inc/xml/saxnamespacefilter.hxx +framework/inc/xml/statusbardocumenthandler.hxx +framework/inc/xml/toolboxconfigurationdefines.hxx +framework/inc/xml/toolboxdocumenthandler.hxx +framework/inc/xml/xmlnamespaces.hxx +framework/source/accelerators/acceleratorconfiguration.cxx +framework/source/accelerators/documentacceleratorconfiguration.cxx +framework/source/accelerators/globalacceleratorconfiguration.cxx +framework/source/accelerators/keymapping.cxx +framework/source/accelerators/moduleacceleratorconfiguration.cxx +framework/source/accelerators/presethandler.cxx +framework/source/accelerators/storageholder.cxx +framework/source/classes/framecontainer.cxx +framework/source/classes/taskcreator.cxx +framework/source/dispatch/closedispatcher.cxx +framework/source/dispatch/dispatchdisabler.cxx +framework/source/dispatch/dispatchinformationprovider.cxx +framework/source/dispatch/dispatchprovider.cxx +framework/source/dispatch/interceptionhelper.cxx +framework/source/dispatch/isstartmoduledispatch.hxx +framework/source/dispatch/loaddispatcher.cxx +framework/source/dispatch/mailtodispatcher.cxx +framework/source/dispatch/oxt_handler.cxx +framework/source/dispatch/popupmenudispatcher.cxx +framework/source/dispatch/servicehandler.cxx +framework/source/dispatch/startmoduledispatcher.cxx +framework/source/dispatch/systemexec.cxx +framework/source/dispatch/windowcommanddispatch.cxx +framework/source/fwe/classes/actiontriggercontainer.cxx +framework/source/fwe/classes/actiontriggerpropertyset.cxx +framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx +framework/source/fwe/classes/addonmenu.cxx +framework/source/fwe/classes/addonsoptions.cxx +framework/source/fwe/classes/framelistanalyzer.cxx +framework/source/fwe/classes/fwkresid.cxx +framework/source/fwe/classes/imagewrapper.cxx +framework/source/fwe/classes/rootactiontriggercontainer.cxx +framework/source/fwe/classes/sfxhelperfunctions.cxx +framework/source/fwe/dispatch/interaction.cxx +framework/source/fwe/helper/actiontriggerhelper.cxx +framework/source/fwe/helper/configimporter.cxx +framework/source/fwe/helper/documentundoguard.cxx +framework/source/fwe/helper/propertysetcontainer.cxx +framework/source/fwe/helper/titlehelper.cxx +framework/source/fwe/helper/undomanagerhelper.cxx +framework/source/fwe/xml/menuconfiguration.cxx +framework/source/fwe/xml/menudocumenthandler.cxx +framework/source/fwe/xml/saxnamespacefilter.cxx +framework/source/fwe/xml/statusbarconfiguration.cxx +framework/source/fwe/xml/statusbardocumenthandler.cxx +framework/source/fwe/xml/toolboxconfiguration.cxx +framework/source/fwe/xml/toolboxdocumenthandler.cxx +framework/source/fwe/xml/xmlnamespaces.cxx +framework/source/fwi/classes/converter.cxx +framework/source/fwi/classes/protocolhandlercache.cxx +framework/source/fwi/helper/mischelper.cxx +framework/source/fwi/helper/shareablemutex.cxx +framework/source/fwi/jobs/configaccess.cxx +framework/source/fwi/jobs/jobconst.cxx +framework/source/fwi/threadhelp/transactionmanager.cxx +framework/source/fwi/uielement/constitemcontainer.cxx +framework/source/fwi/uielement/itemcontainer.cxx +framework/source/fwi/uielement/rootitemcontainer.cxx +framework/source/helper/dockingareadefaultacceptor.cxx +framework/source/helper/ocomponentaccess.cxx +framework/source/helper/ocomponentenumeration.cxx +framework/source/helper/oframes.cxx +framework/source/helper/persistentwindowstate.cxx +framework/source/helper/statusindicator.cxx +framework/source/helper/statusindicatorfactory.cxx +framework/source/helper/tagwindowasmodified.cxx +framework/source/helper/titlebarupdate.cxx +framework/source/helper/uiconfigelementwrapperbase.cxx +framework/source/helper/uielementwrapperbase.cxx +framework/source/helper/vclstatusindicator.cxx +framework/source/helper/wakeupthread.cxx +framework/source/inc/accelerators/acceleratorcache.hxx +framework/source/inc/accelerators/acceleratorconfiguration.hxx +framework/source/inc/accelerators/keymapping.hxx +framework/source/inc/accelerators/presethandler.hxx +framework/source/inc/accelerators/storageholder.hxx +framework/source/inc/dispatch/dispatchdisabler.hxx +framework/source/inc/dispatch/loaddispatcher.hxx +framework/source/inc/dispatch/windowcommanddispatch.hxx +framework/source/inc/loadenv/actionlockguard.hxx +framework/source/inc/loadenv/loadenv.hxx +framework/source/inc/loadenv/loadenvexception.hxx +framework/source/inc/loadenv/targethelper.hxx +framework/source/inc/pattern/frame.hxx +framework/source/inc/pattern/window.hxx +framework/source/interaction/quietinteraction.cxx +framework/source/jobs/helponstartup.cxx +framework/source/jobs/job.cxx +framework/source/jobs/jobdata.cxx +framework/source/jobs/jobdispatch.cxx +framework/source/jobs/jobexecutor.cxx +framework/source/jobs/jobresult.cxx +framework/source/jobs/joburl.cxx +framework/source/jobs/shelljob.cxx +framework/source/layoutmanager/helpers.cxx +framework/source/layoutmanager/helpers.hxx +framework/source/layoutmanager/layoutmanager.cxx +framework/source/layoutmanager/toolbarlayoutmanager.cxx +framework/source/layoutmanager/toolbarlayoutmanager.hxx +framework/source/layoutmanager/uielement.cxx +framework/source/loadenv/loadenv.cxx +framework/source/loadenv/targethelper.cxx +framework/source/recording/dispatchrecorder.cxx +framework/source/recording/dispatchrecordersupplier.cxx +framework/source/register/register3rdcomponents.cxx +framework/source/register/registertemp.cxx +framework/source/services/ContextChangeEventMultiplexer.cxx +framework/source/services/autorecovery.cxx +framework/source/services/desktop.cxx +framework/source/services/frame.cxx +framework/source/services/mediatypedetectionhelper.cxx +framework/source/services/modulemanager.cxx +framework/source/services/pathsettings.cxx +framework/source/services/sessionlistener.cxx +framework/source/services/substitutepathvars.cxx +framework/source/services/taskcreatorsrv.cxx +framework/source/services/uriabbreviation.cxx +framework/source/services/urltransformer.cxx +framework/source/uiconfiguration/CommandImageResolver.cxx +framework/source/uiconfiguration/CommandImageResolver.hxx +framework/source/uiconfiguration/ImageList.cxx +framework/source/uiconfiguration/ImageList.hxx +framework/source/uiconfiguration/globalsettings.cxx +framework/source/uiconfiguration/graphicnameaccess.cxx +framework/source/uiconfiguration/imagemanager.cxx +framework/source/uiconfiguration/imagemanagerimpl.cxx +framework/source/uiconfiguration/imagemanagerimpl.hxx +framework/source/uiconfiguration/moduleimagemanager.cxx +framework/source/uiconfiguration/moduleuicfgsupplier.cxx +framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx +framework/source/uiconfiguration/uicategorydescription.cxx +framework/source/uiconfiguration/uiconfigurationmanager.cxx +framework/source/uiconfiguration/windowstateconfiguration.cxx +framework/source/uielement/addonstoolbarmanager.cxx +framework/source/uielement/addonstoolbarwrapper.cxx +framework/source/uielement/buttontoolbarcontroller.cxx +framework/source/uielement/comboboxtoolbarcontroller.cxx +framework/source/uielement/complextoolbarcontroller.cxx +framework/source/uielement/controlmenucontroller.cxx +framework/source/uielement/dropdownboxtoolbarcontroller.cxx +framework/source/uielement/edittoolbarcontroller.cxx +framework/source/uielement/fontmenucontroller.cxx +framework/source/uielement/fontsizemenucontroller.cxx +framework/source/uielement/footermenucontroller.cxx +framework/source/uielement/genericstatusbarcontroller.cxx +framework/source/uielement/generictoolbarcontroller.cxx +framework/source/uielement/headermenucontroller.cxx +framework/source/uielement/imagebuttontoolbarcontroller.cxx +framework/source/uielement/langselectionmenucontroller.cxx +framework/source/uielement/langselectionstatusbarcontroller.cxx +framework/source/uielement/macrosmenucontroller.cxx +framework/source/uielement/menubarmanager.cxx +framework/source/uielement/menubarmerger.cxx +framework/source/uielement/menubarwrapper.cxx +framework/source/uielement/newmenucontroller.cxx +framework/source/uielement/objectmenucontroller.cxx +framework/source/uielement/popuptoolbarcontroller.cxx +framework/source/uielement/progressbarwrapper.cxx +framework/source/uielement/recentfilesmenucontroller.cxx +framework/source/uielement/resourcemenucontroller.cxx +framework/source/uielement/spinfieldtoolbarcontroller.cxx +framework/source/uielement/statusbar.cxx +framework/source/uielement/statusbaritem.cxx +framework/source/uielement/statusbarmanager.cxx +framework/source/uielement/statusbarmerger.cxx +framework/source/uielement/statusbarwrapper.cxx +framework/source/uielement/statusindicatorinterfacewrapper.cxx +framework/source/uielement/styletoolbarcontroller.cxx +framework/source/uielement/subtoolbarcontroller.cxx +framework/source/uielement/thesaurusmenucontroller.cxx +framework/source/uielement/togglebuttontoolbarcontroller.cxx +framework/source/uielement/toolbarmanager.cxx +framework/source/uielement/toolbarmerger.cxx +framework/source/uielement/toolbarmodemenucontroller.cxx +framework/source/uielement/toolbarsmenucontroller.cxx +framework/source/uielement/toolbarwrapper.cxx +framework/source/uielement/uicommanddescription.cxx +framework/source/uifactory/addonstoolbarfactory.cxx +framework/source/uifactory/factoryconfiguration.cxx +framework/source/uifactory/menubarfactory.cxx +framework/source/uifactory/statusbarfactory.cxx +framework/source/uifactory/toolbarfactory.cxx +framework/source/uifactory/uicontrollerfactory.cxx +framework/source/uifactory/uielementfactorymanager.cxx +framework/source/uifactory/windowcontentfactorymanager.cxx +framework/source/xml/acceleratorconfigurationreader.cxx +framework/source/xml/acceleratorconfigurationwriter.cxx +framework/source/xml/imagesconfiguration.cxx +framework/source/xml/imagesdocumenthandler.cxx +helpcompiler/inc/BasCodeTagger.hxx +helpcompiler/inc/HelpCompiler.hxx +helpcompiler/inc/HelpLinker.hxx +helpcompiler/source/BasCodeTagger.cxx +helpcompiler/source/HelpCompiler.cxx +helpcompiler/source/HelpIndexer.cxx +helpcompiler/source/HelpIndexer_main.cxx +helpcompiler/source/HelpLinker.cxx +helpcompiler/source/HelpLinker_main.cxx +helpcompiler/source/HelpSearch.cxx +helpcompiler/source/LuceneHelper.cxx +helpcompiler/source/LuceneHelper.hxx +hwpfilter/qa/cppunit/test_hwpfilter.cxx +hwpfilter/source/attributes.cxx +hwpfilter/source/attributes.hxx +hwpfilter/source/cspline.cxx +hwpfilter/source/cspline.h +hwpfilter/source/datecode.h +hwpfilter/source/drawdef.h +hwpfilter/source/drawing.h +hwpfilter/source/fontmap.cxx +hwpfilter/source/formula.cxx +hwpfilter/source/formula.h +hwpfilter/source/grammar.cxx +hwpfilter/source/grammar.h +hwpfilter/source/hbox.cxx +hwpfilter/source/hbox.h +hwpfilter/source/hcode.cxx +hwpfilter/source/hcode.h +hwpfilter/source/hfont.cxx +hwpfilter/source/hfont.h +hwpfilter/source/hgzip.cxx +hwpfilter/source/hgzip.h +hwpfilter/source/hinfo.cxx +hwpfilter/source/hinfo.h +hwpfilter/source/hiodev.cxx +hwpfilter/source/hiodev.h +hwpfilter/source/hpara.cxx +hwpfilter/source/hpara.h +hwpfilter/source/hstream.cxx +hwpfilter/source/hstream.hxx +hwpfilter/source/hstyle.cxx +hwpfilter/source/hstyle.h +hwpfilter/source/htags.cxx +hwpfilter/source/htags.h +hwpfilter/source/hutil.cxx +hwpfilter/source/hutil.h +hwpfilter/source/hwpeq.cxx +hwpfilter/source/hwpfile.cxx +hwpfilter/source/hwpfile.h +hwpfilter/source/hwplib.h +hwpfilter/source/hwpread.cxx +hwpfilter/source/hwpreader.cxx +hwpfilter/source/hwpreader.hxx +hwpfilter/source/ksc5601.h +hwpfilter/source/lexer.cxx +hwpfilter/source/mapping.h +hwpfilter/source/mzstring.cxx +hwpfilter/source/mzstring.h +hwpfilter/source/nodes.h +hwpfilter/source/precompile.h +hwpfilter/source/solver.cxx +hwpfilter/source/solver.h +i18nlangtag/qa/cppunit/test_languagetag.cxx +i18nlangtag/source/isolang/insys.cxx +i18nlangtag/source/isolang/inunx.cxx +i18nlangtag/source/isolang/inwnt.cxx +i18nlangtag/source/isolang/isolang.cxx +i18nlangtag/source/isolang/mslangid.cxx +i18nlangtag/source/languagetag/languagetag.cxx +i18nlangtag/source/languagetag/languagetagicu.cxx +i18npool/inc/breakiteratorImpl.hxx +i18npool/inc/breakiterator_cjk.hxx +i18npool/inc/breakiterator_th.hxx +i18npool/inc/breakiterator_unicode.hxx +i18npool/inc/bullet.h +i18npool/inc/calendarImpl.hxx +i18npool/inc/calendar_gregorian.hxx +i18npool/inc/calendar_hijri.hxx +i18npool/inc/calendar_jewish.hxx +i18npool/inc/cclass_unicode.hxx +i18npool/inc/chaptercollator.hxx +i18npool/inc/characterclassificationImpl.hxx +i18npool/inc/chartonum.hxx +i18npool/inc/collatorImpl.hxx +i18npool/inc/collator_unicode.hxx +i18npool/inc/defaultnumberingprovider.hxx +i18npool/inc/indexentrysupplier.hxx +i18npool/inc/indexentrysupplier_asian.hxx +i18npool/inc/indexentrysupplier_common.hxx +i18npool/inc/indexentrysupplier_default.hxx +i18npool/inc/indexentrysupplier_ja_phonetic.hxx +i18npool/inc/inputsequencechecker.hxx +i18npool/inc/inputsequencechecker_hi.hxx +i18npool/inc/inputsequencechecker_th.hxx +i18npool/inc/localedata.hxx +i18npool/inc/nativenumbersupplier.hxx +i18npool/inc/numberformatcode.hxx +i18npool/inc/numtochar.hxx +i18npool/inc/numtotext_cjk.hxx +i18npool/inc/ordinalsuffix.hxx +i18npool/inc/servicename.hxx +i18npool/inc/textToPronounce_zh.hxx +i18npool/inc/textconversion.hxx +i18npool/inc/textconversionImpl.hxx +i18npool/inc/texttonum.hxx +i18npool/inc/transliterationImpl.hxx +i18npool/inc/transliteration_Ignore.hxx +i18npool/inc/transliteration_Numeric.hxx +i18npool/inc/transliteration_OneToOne.hxx +i18npool/inc/transliteration_body.hxx +i18npool/inc/transliteration_caseignore.hxx +i18npool/inc/transliteration_commonclass.hxx +i18npool/inc/unoscripttypedetector.hxx +i18npool/inc/wtt.h +i18npool/inc/xdictionary.hxx +i18npool/qa/cppunit/test_breakiterator.cxx +i18npool/qa/cppunit/test_characterclassification.cxx +i18npool/qa/cppunit/test_ordinalsuffix.cxx +i18npool/qa/cppunit/test_textsearch.cxx +i18npool/source/breakiterator/breakiteratorImpl.cxx +i18npool/source/breakiterator/breakiterator_cjk.cxx +i18npool/source/breakiterator/breakiterator_th.cxx +i18npool/source/breakiterator/breakiterator_unicode.cxx +i18npool/source/breakiterator/gendict.cxx +i18npool/source/breakiterator/xdictionary.cxx +i18npool/source/calendar/calendarImpl.cxx +i18npool/source/calendar/calendar_gregorian.cxx +i18npool/source/calendar/calendar_hijri.cxx +i18npool/source/calendar/calendar_jewish.cxx +i18npool/source/characterclassification/cclass_unicode.cxx +i18npool/source/characterclassification/cclass_unicode_parser.cxx +i18npool/source/characterclassification/characterclassificationImpl.cxx +i18npool/source/characterclassification/unoscripttypedetector.cxx +i18npool/source/collator/chaptercollator.cxx +i18npool/source/collator/collatorImpl.cxx +i18npool/source/collator/collator_unicode.cxx +i18npool/source/collator/gencoll_rule.cxx +i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx +i18npool/source/indexentry/data/indexdata_alphanumeric.h +i18npool/source/indexentry/data/indexdata_ja_phonetic.h +i18npool/source/indexentry/genindex_data.cxx +i18npool/source/indexentry/indexentrysupplier.cxx +i18npool/source/indexentry/indexentrysupplier_asian.cxx +i18npool/source/indexentry/indexentrysupplier_common.cxx +i18npool/source/indexentry/indexentrysupplier_default.cxx +i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx +i18npool/source/inputchecker/inputsequencechecker.cxx +i18npool/source/inputchecker/inputsequencechecker_hi.cxx +i18npool/source/inputchecker/inputsequencechecker_th.cxx +i18npool/source/localedata/LocaleNode.cxx +i18npool/source/localedata/LocaleNode.hxx +i18npool/source/localedata/filewriter.cxx +i18npool/source/localedata/localedata.cxx +i18npool/source/localedata/saxparser.cxx +i18npool/source/nativenumber/data/numberchar.h +i18npool/source/nativenumber/nativenumbersupplier.cxx +i18npool/source/numberformatcode/numberformatcode.cxx +i18npool/source/ordinalsuffix/ordinalsuffix.cxx +i18npool/source/registerservices/registerservices.cxx +i18npool/source/search/levdis.cxx +i18npool/source/search/levdis.hxx +i18npool/source/search/textsearch.cxx +i18npool/source/search/textsearch.hxx +i18npool/source/textconversion/genconv_dict.cxx +i18npool/source/textconversion/textconversion.cxx +i18npool/source/textconversion/textconversionImpl.cxx +i18npool/source/textconversion/textconversion_ko.cxx +i18npool/source/textconversion/textconversion_zh.cxx +i18npool/source/transliteration/chartonum.cxx +i18npool/source/transliteration/fullwidthToHalfwidth.cxx +i18npool/source/transliteration/halfwidthToFullwidth.cxx +i18npool/source/transliteration/hiraganaToKatakana.cxx +i18npool/source/transliteration/ignoreBaFa_ja_JP.cxx +i18npool/source/transliteration/ignoreDiacritics_CTL.cxx +i18npool/source/transliteration/ignoreHyuByu_ja_JP.cxx +i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx +i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx +i18npool/source/transliteration/ignoreKana.cxx +i18npool/source/transliteration/ignoreKashida_CTL.cxx +i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx +i18npool/source/transliteration/ignoreMiddleDot_ja_JP.cxx +i18npool/source/transliteration/ignoreMinusSign_ja_JP.cxx +i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx +i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx +i18npool/source/transliteration/ignoreSeparator_ja_JP.cxx +i18npool/source/transliteration/ignoreSize_ja_JP.cxx +i18npool/source/transliteration/ignoreSpace_ja_JP.cxx +i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx +i18npool/source/transliteration/ignoreTraditionalKana_ja_JP.cxx +i18npool/source/transliteration/ignoreTraditionalKanji_ja_JP.cxx +i18npool/source/transliteration/ignoreWidth.cxx +i18npool/source/transliteration/ignoreZiZu_ja_JP.cxx +i18npool/source/transliteration/katakanaToHiragana.cxx +i18npool/source/transliteration/largeToSmall_ja_JP.cxx +i18npool/source/transliteration/numtochar.cxx +i18npool/source/transliteration/numtotext_cjk.cxx +i18npool/source/transliteration/smallToLarge_ja_JP.cxx +i18npool/source/transliteration/textToPronounce_zh.cxx +i18npool/source/transliteration/texttonum.cxx +i18npool/source/transliteration/transliterationImpl.cxx +i18npool/source/transliteration/transliteration_Ignore.cxx +i18npool/source/transliteration/transliteration_Numeric.cxx +i18npool/source/transliteration/transliteration_OneToOne.cxx +i18npool/source/transliteration/transliteration_body.cxx +i18npool/source/transliteration/transliteration_caseignore.cxx +i18npool/source/transliteration/transliteration_commonclass.cxx +i18nutil/source/utility/casefolding.cxx +i18nutil/source/utility/casefolding_data.h +i18nutil/source/utility/oneToOneMapping.cxx +i18nutil/source/utility/paper.cxx +i18nutil/source/utility/scripttypedetector.cxx +i18nutil/source/utility/unicode.cxx +i18nutil/source/utility/unicode_data.h +i18nutil/source/utility/widthfolding.cxx +i18nutil/source/utility/widthfolding_data.h +idl/inc/basobj.hxx +idl/inc/bastype.hxx +idl/inc/command.hxx +idl/inc/database.hxx +idl/inc/globals.hxx +idl/inc/hash.hxx +idl/inc/lex.hxx +idl/inc/module.hxx +idl/inc/object.hxx +idl/inc/parser.hxx +idl/inc/slot.hxx +idl/inc/types.hxx +idl/source/cmptools/hash.cxx +idl/source/cmptools/lex.cxx +idl/source/objects/basobj.cxx +idl/source/objects/bastype.cxx +idl/source/objects/module.cxx +idl/source/objects/object.cxx +idl/source/objects/slot.cxx +idl/source/objects/types.cxx +idl/source/prj/command.cxx +idl/source/prj/database.cxx +idl/source/prj/globals.cxx +idl/source/prj/parser.cxx +idl/source/prj/svidl.cxx +idlc/inc/astattribute.hxx +idlc/inc/astbasetype.hxx +idlc/inc/astconstant.hxx +idlc/inc/astconstants.hxx +idlc/inc/astdeclaration.hxx +idlc/inc/astenum.hxx +idlc/inc/astexception.hxx +idlc/inc/astexpression.hxx +idlc/inc/astinterface.hxx +idlc/inc/astinterfacemember.hxx +idlc/inc/astmember.hxx +idlc/inc/astmodule.hxx +idlc/inc/astneeds.hxx +idlc/inc/astobserves.hxx +idlc/inc/astoperation.hxx +idlc/inc/astparameter.hxx +idlc/inc/astscope.hxx +idlc/inc/astsequence.hxx +idlc/inc/astservice.hxx +idlc/inc/astservicemember.hxx +idlc/inc/aststack.hxx +idlc/inc/aststruct.hxx +idlc/inc/aststructinstance.hxx +idlc/inc/asttype.hxx +idlc/inc/asttypedef.hxx +idlc/inc/errorhandler.hxx +idlc/inc/fehelper.hxx +idlc/inc/idlc.hxx +idlc/inc/idlctypes.hxx +idlc/inc/inheritedinterface.hxx +idlc/inc/options.hxx +idlc/source/astconstant.cxx +idlc/source/astdeclaration.cxx +idlc/source/astdump.cxx +idlc/source/astenum.cxx +idlc/source/astexpression.cxx +idlc/source/astinterface.cxx +idlc/source/astoperation.cxx +idlc/source/astscope.cxx +idlc/source/astservice.cxx +idlc/source/aststack.cxx +idlc/source/aststruct.cxx +idlc/source/aststructinstance.cxx +idlc/source/attributeexceptions.hxx +idlc/source/errorhandler.cxx +idlc/source/fehelper.cxx +idlc/source/idlc.cxx +idlc/source/idlccompile.cxx +idlc/source/idlcmain.cxx +idlc/source/idlcproduce.cxx +idlc/source/options.cxx +include/LibreOfficeKit/LibreOfficeKit.h +include/LibreOfficeKit/LibreOfficeKit.hxx +include/LibreOfficeKit/LibreOfficeKitEnums.h +include/LibreOfficeKit/LibreOfficeKitGtk.h +include/LibreOfficeKit/LibreOfficeKitInit.h +include/LibreOfficeKit/LibreOfficeKitTypes.h +include/animations/animationnodehelper.hxx +include/apple_remote/RemoteControl.h +include/apple_remote/RemoteMainController.h +include/avmedia/MediaControlBase.hxx +include/avmedia/avmediadllapi.h +include/avmedia/mediaitem.hxx +include/avmedia/mediaplayer.hxx +include/avmedia/mediatoolbox.hxx +include/avmedia/mediawindow.hxx +include/basegfx/basegfxdllapi.h +include/basegfx/color/bcolor.hxx +include/basegfx/color/bcolormodifier.hxx +include/basegfx/color/bcolortools.hxx +include/basegfx/curve/b2dbeziertools.hxx +include/basegfx/curve/b2dcubicbezier.hxx +include/basegfx/matrix/b2dhommatrix.hxx +include/basegfx/matrix/b2dhommatrixtools.hxx +include/basegfx/matrix/b3dhommatrix.hxx +include/basegfx/numeric/ftools.hxx +include/basegfx/pixel/bpixel.hxx +include/basegfx/point/b2dpoint.hxx +include/basegfx/point/b2ipoint.hxx +include/basegfx/point/b3dpoint.hxx +include/basegfx/polygon/b2dlinegeometry.hxx +include/basegfx/polygon/b2dpolygon.hxx +include/basegfx/polygon/b2dpolygonclipper.hxx +include/basegfx/polygon/b2dpolygoncutandtouch.hxx +include/basegfx/polygon/b2dpolygontools.hxx +include/basegfx/polygon/b2dpolygontriangulator.hxx +include/basegfx/polygon/b2dpolypolygon.hxx +include/basegfx/polygon/b2dpolypolygoncutter.hxx +include/basegfx/polygon/b2dpolypolygontools.hxx +include/basegfx/polygon/b2dtrapezoid.hxx +include/basegfx/polygon/b3dpolygon.hxx +include/basegfx/polygon/b3dpolygontools.hxx +include/basegfx/polygon/b3dpolypolygon.hxx +include/basegfx/polygon/b3dpolypolygontools.hxx +include/basegfx/range/b1drange.hxx +include/basegfx/range/b2dconnectedranges.hxx +include/basegfx/range/b2dpolyrange.hxx +include/basegfx/range/b2drange.hxx +include/basegfx/range/b2drangeclipper.hxx +include/basegfx/range/b2drectangle.hxx +include/basegfx/range/b2ibox.hxx +include/basegfx/range/b2irange.hxx +include/basegfx/range/b2irectangle.hxx +include/basegfx/range/b3drange.hxx +include/basegfx/range/basicbox.hxx +include/basegfx/range/basicrange.hxx +include/basegfx/raster/bzpixelraster.hxx +include/basegfx/raster/rasterconvert3d.hxx +include/basegfx/tuple/b2dtuple.hxx +include/basegfx/tuple/b2i64tuple.hxx +include/basegfx/tuple/b2ituple.hxx +include/basegfx/tuple/b3dtuple.hxx +include/basegfx/tuple/b3ituple.hxx +include/basegfx/utils/b2dclipstate.hxx +include/basegfx/utils/canvastools.hxx +include/basegfx/utils/gradienttools.hxx +include/basegfx/utils/keystoplerp.hxx +include/basegfx/utils/lerp.hxx +include/basegfx/utils/rectcliptools.hxx +include/basegfx/utils/systemdependentdata.hxx +include/basegfx/utils/tools.hxx +include/basegfx/utils/unopolypolygon.hxx +include/basegfx/utils/zoomtools.hxx +include/basegfx/vector/b2dsize.hxx +include/basegfx/vector/b2dvector.hxx +include/basegfx/vector/b2enums.hxx +include/basegfx/vector/b2isize.hxx +include/basegfx/vector/b2ivector.hxx +include/basegfx/vector/b3dvector.hxx +include/basic/basicdllapi.h +include/basic/basicmanagerrepository.hxx +include/basic/basmgr.hxx +include/basic/basrdll.hxx +include/basic/codecompletecache.hxx +include/basic/modsizeexceeded.hxx +include/basic/sbdef.hxx +include/basic/sberrors.hxx +include/basic/sbmeth.hxx +include/basic/sbmod.hxx +include/basic/sbstar.hxx +include/basic/sbuno.hxx +include/basic/sbx.hxx +include/basic/sbxcore.hxx +include/basic/sbxdef.hxx +include/basic/sbxmeth.hxx +include/basic/sbxobj.hxx +include/basic/sbxvar.hxx +include/basic/vbahelper.hxx +include/canvas/canvastools.hxx +include/canvas/canvastoolsdllapi.h +include/canvas/elapsedtime.hxx +include/codemaker/codemaker.hxx +include/codemaker/commoncpp.hxx +include/codemaker/commonjava.hxx +include/codemaker/exceptiontree.hxx +include/codemaker/generatedtypeset.hxx +include/codemaker/global.hxx +include/codemaker/options.hxx +include/codemaker/typemanager.hxx +include/codemaker/unotype.hxx +include/com/sun/star/uno/Any.h +include/com/sun/star/uno/Any.hxx +include/com/sun/star/uno/Reference.h +include/com/sun/star/uno/Reference.hxx +include/com/sun/star/uno/Sequence.h +include/com/sun/star/uno/Sequence.hxx +include/com/sun/star/uno/Type.h +include/com/sun/star/uno/Type.hxx +include/com/sun/star/uno/genfunc.h +include/com/sun/star/uno/genfunc.hxx +include/comphelper/ChainablePropertySet.hxx +include/comphelper/ChainablePropertySetInfo.hxx +include/comphelper/IdPropArrayHelper.hxx +include/comphelper/MasterPropertySet.hxx +include/comphelper/MasterPropertySetInfo.hxx +include/comphelper/PropertyInfoHash.hxx +include/comphelper/SelectionMultiplex.hxx +include/comphelper/accessiblecomponenthelper.hxx +include/comphelper/accessiblecontexthelper.hxx +include/comphelper/accessibleeventnotifier.hxx +include/comphelper/accessiblekeybindinghelper.hxx +include/comphelper/accessibleselectionhelper.hxx +include/comphelper/accessibletexthelper.hxx +include/comphelper/accessiblewrapper.hxx +include/comphelper/accimplaccess.hxx +include/comphelper/anycompare.hxx +include/comphelper/anytostring.hxx +include/comphelper/asyncnotification.hxx +include/comphelper/attributelist.hxx +include/comphelper/backupfilehelper.hxx +include/comphelper/base64.hxx +include/comphelper/basicio.hxx +include/comphelper/broadcasthelper.hxx +include/comphelper/classids.hxx +include/comphelper/comphelperdllapi.h +include/comphelper/componentbase.hxx +include/comphelper/componentguard.hxx +include/comphelper/componentmodule.hxx +include/comphelper/configuration.hxx +include/comphelper/configurationhelper.hxx +include/comphelper/configurationlistener.hxx +include/comphelper/container.hxx +include/comphelper/containermultiplexer.hxx +include/comphelper/dispatchcommand.hxx +include/comphelper/docpasswordhelper.hxx +include/comphelper/docpasswordrequest.hxx +include/comphelper/documentconstants.hxx +include/comphelper/documentinfo.hxx +include/comphelper/embeddedobjectcontainer.hxx +include/comphelper/enumhelper.hxx +include/comphelper/eventattachermgr.hxx +include/comphelper/evtlistenerhlp.hxx +include/comphelper/evtmethodhelper.hxx +include/comphelper/extract.hxx +include/comphelper/fileformat.h +include/comphelper/fileurl.hxx +include/comphelper/flagguard.hxx +include/comphelper/genericpropertyset.hxx +include/comphelper/getexpandeduri.hxx +include/comphelper/guarding.hxx +include/comphelper/hash.hxx +include/comphelper/interaction.hxx +include/comphelper/interfacecontainer2.hxx +include/comphelper/listenernotification.hxx +include/comphelper/logging.hxx +include/comphelper/lok.hxx +include/comphelper/make_shared_from_uno.hxx +include/comphelper/mimeconfighelper.hxx +include/comphelper/namecontainer.hxx +include/comphelper/namedvaluecollection.hxx +include/comphelper/newarray.hxx +include/comphelper/numberedcollection.hxx +include/comphelper/numbers.hxx +include/comphelper/ofopxmlhelper.hxx +include/comphelper/oslfile2streamwrap.hxx +include/comphelper/processfactory.hxx +include/comphelper/profilezone.hxx +include/comphelper/propagg.hxx +include/comphelper/proparrhlp.hxx +include/comphelper/property.hxx +include/comphelper/propertybag.hxx +include/comphelper/propertycontainer.hxx +include/comphelper/propertycontainerhelper.hxx +include/comphelper/propertysequence.hxx +include/comphelper/propertysethelper.hxx +include/comphelper/propertysetinfo.hxx +include/comphelper/propertystatecontainer.hxx +include/comphelper/propmultiplex.hxx +include/comphelper/propstate.hxx +include/comphelper/proxyaggregation.hxx +include/comphelper/random.hxx +include/comphelper/refcountedmutex.hxx +include/comphelper/scopeguard.hxx +include/comphelper/seekableinput.hxx +include/comphelper/seqstream.hxx +include/comphelper/sequence.hxx +include/comphelper/sequenceashashmap.hxx +include/comphelper/servicedecl.hxx +include/comphelper/servicehelper.hxx +include/comphelper/sharedmutex.hxx +include/comphelper/simplefileaccessinteraction.hxx +include/comphelper/solarmutex.hxx +include/comphelper/stillreadwriteinteraction.hxx +include/comphelper/stl_types.hxx +include/comphelper/storagehelper.hxx +include/comphelper/streamsection.hxx +include/comphelper/string.hxx +include/comphelper/synchronousdispatch.hxx +include/comphelper/syntaxhighlight.hxx +include/comphelper/threadpool.hxx +include/comphelper/types.hxx +include/comphelper/unique_disposing_ptr.hxx +include/comphelper/uno3.hxx +include/comphelper/unwrapargs.hxx +include/comphelper/weak.hxx +include/comphelper/weakbag.hxx +include/comphelper/weakeventlistener.hxx +include/comphelper/windowsStart.hxx +include/comphelper/windowserrorstring.hxx +include/comphelper/xmltools.hxx +include/connectivity/BlobHelper.hxx +include/connectivity/CommonTools.hxx +include/connectivity/ConnectionWrapper.hxx +include/connectivity/DriversConfig.hxx +include/connectivity/FValue.hxx +include/connectivity/IParseContext.hxx +include/connectivity/PColumn.hxx +include/connectivity/TColumnsHelper.hxx +include/connectivity/TIndexes.hxx +include/connectivity/TKeys.hxx +include/connectivity/TTableHelper.hxx +include/connectivity/conncleanup.hxx +include/connectivity/dbcharset.hxx +include/connectivity/dbconversion.hxx +include/connectivity/dbexception.hxx +include/connectivity/dbmetadata.hxx +include/connectivity/dbtools.hxx +include/connectivity/filtermanager.hxx +include/connectivity/formattedcolumnvalue.hxx +include/connectivity/internalnode.hxx +include/connectivity/odbc.hxx +include/connectivity/parameters.hxx +include/connectivity/paramwrapper.hxx +include/connectivity/predicateinput.hxx +include/connectivity/sdbcx/IRefreshable.hxx +include/connectivity/sdbcx/VCollection.hxx +include/connectivity/sdbcx/VColumn.hxx +include/connectivity/sdbcx/VDescriptor.hxx +include/connectivity/sdbcx/VTable.hxx +include/connectivity/sdbcx/VView.hxx +include/connectivity/sqlbison_exports.hxx +include/connectivity/sqlerror.hxx +include/connectivity/sqliterator.hxx +include/connectivity/sqlnode.hxx +include/connectivity/sqlparse.hxx +include/connectivity/sqlscan.hxx +include/connectivity/standardsqlstate.hxx +include/connectivity/statementcomposer.hxx +include/connectivity/warningscontainer.hxx +include/cppcanvas/basegfxfactory.hxx +include/cppcanvas/bitmap.hxx +include/cppcanvas/bitmapcanvas.hxx +include/cppcanvas/canvas.hxx +include/cppcanvas/canvasgraphic.hxx +include/cppcanvas/color.hxx +include/cppcanvas/customsprite.hxx +include/cppcanvas/polypolygon.hxx +include/cppcanvas/renderer.hxx +include/cppcanvas/sprite.hxx +include/cppcanvas/spritecanvas.hxx +include/cppcanvas/vclfactory.hxx +include/cppu/Enterable.hxx +include/cppu/EnvDcp.hxx +include/cppu/EnvGuards.hxx +include/cppu/Map.hxx +include/cppu/cppudllapi.h +include/cppu/helper/purpenv/Environment.hxx +include/cppu/helper/purpenv/Mapping.hxx +include/cppu/macros.hxx +include/cppu/unotype.hxx +include/cppuhelper/access_control.hxx +include/cppuhelper/basemutex.hxx +include/cppuhelper/bootstrap.hxx +include/cppuhelper/compbase.hxx +include/cppuhelper/compbase1.hxx +include/cppuhelper/compbase10.hxx +include/cppuhelper/compbase11.hxx +include/cppuhelper/compbase12.hxx +include/cppuhelper/compbase2.hxx +include/cppuhelper/compbase3.hxx +include/cppuhelper/compbase4.hxx +include/cppuhelper/compbase5.hxx +include/cppuhelper/compbase6.hxx +include/cppuhelper/compbase7.hxx +include/cppuhelper/compbase8.hxx +include/cppuhelper/compbase9.hxx +include/cppuhelper/compbase_ex.hxx +include/cppuhelper/component.hxx +include/cppuhelper/component_context.hxx +include/cppuhelper/cppuhelperdllapi.h +include/cppuhelper/exc_hlp.hxx +include/cppuhelper/factory.hxx +include/cppuhelper/implbase.hxx +include/cppuhelper/implbase1.hxx +include/cppuhelper/implbase10.hxx +include/cppuhelper/implbase11.hxx +include/cppuhelper/implbase12.hxx +include/cppuhelper/implbase13.hxx +include/cppuhelper/implbase2.hxx +include/cppuhelper/implbase3.hxx +include/cppuhelper/implbase4.hxx +include/cppuhelper/implbase5.hxx +include/cppuhelper/implbase6.hxx +include/cppuhelper/implbase7.hxx +include/cppuhelper/implbase8.hxx +include/cppuhelper/implbase9.hxx +include/cppuhelper/implbase_ex.hxx +include/cppuhelper/implbase_ex_post.hxx +include/cppuhelper/implbase_ex_pre.hxx +include/cppuhelper/implementationentry.hxx +include/cppuhelper/interfacecontainer.h +include/cppuhelper/interfacecontainer.hxx +include/cppuhelper/propertysetmixin.hxx +include/cppuhelper/propshlp.hxx +include/cppuhelper/proptypehlp.h +include/cppuhelper/proptypehlp.hxx +include/cppuhelper/queryinterface.hxx +include/cppuhelper/shlib.hxx +include/cppuhelper/supportsservice.hxx +include/cppuhelper/typeprovider.hxx +include/cppuhelper/unourl.hxx +include/cppuhelper/weak.hxx +include/cppuhelper/weakagg.hxx +include/cppuhelper/weakref.hxx +include/cppunittester/protectorfactory.hxx +include/dbaccess/AsynchronousLink.hxx +include/dbaccess/IController.hxx +include/dbaccess/controllerframe.hxx +include/dbaccess/dataview.hxx +include/dbaccess/dbaccessdllapi.h +include/dbaccess/dbaundomanager.hxx +include/dbaccess/dbsubcomponentcontroller.hxx +include/dbaccess/genericcontroller.hxx +include/desktop/crashreport.hxx +include/desktop/dllapi.h +include/desktop/exithelper.h +include/desktop/minidump.hxx +include/drawinglayer/XShapeDumper.hxx +include/drawinglayer/animation/animationtiming.hxx +include/drawinglayer/attribute/fillgradientattribute.hxx +include/drawinglayer/attribute/fillgraphicattribute.hxx +include/drawinglayer/attribute/fillhatchattribute.hxx +include/drawinglayer/attribute/linestartendattribute.hxx +include/drawinglayer/attribute/materialattribute3d.hxx +include/drawinglayer/attribute/sdrallattribute3d.hxx +include/drawinglayer/attribute/sdrfillattribute.hxx +include/drawinglayer/attribute/sdrfillgraphicattribute.hxx +include/drawinglayer/attribute/sdrlightattribute3d.hxx +include/drawinglayer/attribute/sdrlightingattribute3d.hxx +include/drawinglayer/attribute/sdrlineattribute.hxx +include/drawinglayer/attribute/sdrlinestartendattribute.hxx +include/drawinglayer/attribute/sdrobjectattribute3d.hxx +include/drawinglayer/attribute/sdrsceneattribute3d.hxx +include/drawinglayer/attribute/sdrshadowattribute.hxx +include/drawinglayer/geometry/viewinformation3d.hxx +include/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx +include/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx +include/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx +include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx +include/drawinglayer/primitive2d/epsprimitive2d.hxx +include/drawinglayer/primitive2d/fillgradientprimitive2d.hxx +include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx +include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx +include/drawinglayer/primitive2d/gridprimitive2d.hxx +include/drawinglayer/primitive2d/groupprimitive2d.hxx +include/drawinglayer/primitive2d/helplineprimitive2d.hxx +include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx +include/drawinglayer/primitive2d/invertprimitive2d.hxx +include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx +include/drawinglayer/primitive2d/maskprimitive2d.hxx +include/drawinglayer/primitive2d/mediaprimitive2d.hxx +include/drawinglayer/primitive2d/metafileprimitive2d.hxx +include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx +include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx +include/drawinglayer/primitive2d/pagehierarchyprimitive2d.hxx +include/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx +include/drawinglayer/primitive2d/patternfillprimitive2d.hxx +include/drawinglayer/primitive2d/pointarrayprimitive2d.hxx +include/drawinglayer/primitive2d/primitivetools2d.hxx +include/drawinglayer/primitive2d/sceneprimitive2d.hxx +include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx +include/drawinglayer/primitive2d/shadowprimitive2d.hxx +include/drawinglayer/primitive2d/structuretagprimitive2d.hxx +include/drawinglayer/primitive2d/svggradientprimitive2d.hxx +include/drawinglayer/primitive2d/textbreakuphelper.hxx +include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx +include/drawinglayer/primitive2d/textenumsprimitive2d.hxx +include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx +include/drawinglayer/primitive2d/textlayoutdevice.hxx +include/drawinglayer/primitive2d/transformprimitive2d.hxx +include/drawinglayer/primitive2d/transparenceprimitive2d.hxx +include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx +include/drawinglayer/primitive2d/wrongspellprimitive2d.hxx +include/drawinglayer/primitive3d/baseprimitive3d.hxx +include/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx +include/drawinglayer/primitive3d/groupprimitive3d.hxx +include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx +include/drawinglayer/primitive3d/polygonprimitive3d.hxx +include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx +include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx +include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx +include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx +include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx +include/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx +include/drawinglayer/primitive3d/sdrprimitive3d.hxx +include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx +include/drawinglayer/primitive3d/transformprimitive3d.hxx +include/drawinglayer/processor2d/baseprocessor2d.hxx +include/drawinglayer/processor2d/contourextractor2d.hxx +include/drawinglayer/processor2d/hittestprocessor2d.hxx +include/drawinglayer/processor2d/linegeometryextractor2d.hxx +include/drawinglayer/processor2d/objectinfoextractor2d.hxx +include/drawinglayer/processor2d/processor2dtools.hxx +include/drawinglayer/processor2d/processorfromoutputdevice.hxx +include/drawinglayer/processor2d/textaspolygonextractor2d.hxx +include/drawinglayer/processor3d/baseprocessor3d.hxx +include/drawinglayer/processor3d/cutfindprocessor3d.hxx +include/drawinglayer/tools/primitive2dxmldump.hxx +include/editeng/AccessibleComponentBase.hxx +include/editeng/AccessibleContextBase.hxx +include/editeng/AccessibleEditableTextPara.hxx +include/editeng/AccessibleParaManager.hxx +include/editeng/AccessibleSelectionBase.hxx +include/editeng/AccessibleStaticTextBase.hxx +include/editeng/CustomPropertyField.hxx +include/editeng/SpellPortions.hxx +include/editeng/Trie.hxx +include/editeng/UnoForbiddenCharsTable.hxx +include/editeng/acorrcfg.hxx +include/editeng/adjustitem.hxx +include/editeng/autokernitem.hxx +include/editeng/blinkitem.hxx +include/editeng/borderline.hxx +include/editeng/boxitem.hxx +include/editeng/brushitem.hxx +include/editeng/bulletitem.hxx +include/editeng/charhiddenitem.hxx +include/editeng/charreliefitem.hxx +include/editeng/charrotateitem.hxx +include/editeng/charscaleitem.hxx +include/editeng/cmapitem.hxx +include/editeng/colritem.hxx +include/editeng/contouritem.hxx +include/editeng/crossedoutitem.hxx +include/editeng/editdata.hxx +include/editeng/editeng.hxx +include/editeng/editengdllapi.h +include/editeng/editerr.hxx +include/editeng/editobj.hxx +include/editeng/editstat.hxx +include/editeng/editund2.hxx +include/editeng/editview.hxx +include/editeng/edtdlg.hxx +include/editeng/eedata.hxx +include/editeng/eeitem.hxx +include/editeng/eerdll.hxx +include/editeng/emphasismarkitem.hxx +include/editeng/escapementitem.hxx +include/editeng/fhgtitem.hxx +include/editeng/fieldupdater.hxx +include/editeng/flditem.hxx +include/editeng/flstitem.hxx +include/editeng/fontitem.hxx +include/editeng/forbiddencharacterstable.hxx +include/editeng/forbiddenruleitem.hxx +include/editeng/formatbreakitem.hxx +include/editeng/frmdir.hxx +include/editeng/frmdiritem.hxx +include/editeng/hangulhanja.hxx +include/editeng/hngpnctitem.hxx +include/editeng/hyphenzoneitem.hxx +include/editeng/itemtype.hxx +include/editeng/justifyitem.hxx +include/editeng/keepitem.hxx +include/editeng/kernitem.hxx +include/editeng/langitem.hxx +include/editeng/legacyitem.hxx +include/editeng/lineitem.hxx +include/editeng/lrspitem.hxx +include/editeng/lspcitem.hxx +include/editeng/measfld.hxx +include/editeng/memberids.h +include/editeng/misspellrange.hxx +include/editeng/mutxhelp.hxx +include/editeng/nhypitem.hxx +include/editeng/numdef.hxx +include/editeng/numitem.hxx +include/editeng/opaqitem.hxx +include/editeng/optitems.hxx +include/editeng/orphitem.hxx +include/editeng/outliner.hxx +include/editeng/outlobj.hxx +include/editeng/overflowingtxt.hxx +include/editeng/paperinf.hxx +include/editeng/paragraphdata.hxx +include/editeng/paravertalignitem.hxx +include/editeng/pbinitem.hxx +include/editeng/pgrditem.hxx +include/editeng/pmdlitem.hxx +include/editeng/postitem.hxx +include/editeng/prntitem.hxx +include/editeng/protitem.hxx +include/editeng/rsiditem.hxx +include/editeng/scriptspaceitem.hxx +include/editeng/scripttypeitem.hxx +include/editeng/section.hxx +include/editeng/shaditem.hxx +include/editeng/shdditem.hxx +include/editeng/sizeitem.hxx +include/editeng/spltitem.hxx +include/editeng/splwrap.hxx +include/editeng/svxacorr.hxx +include/editeng/svxenum.hxx +include/editeng/svxfont.hxx +include/editeng/svxrtf.hxx +include/editeng/swafopt.hxx +include/editeng/tstpitem.hxx +include/editeng/twolinesitem.hxx +include/editeng/txtrange.hxx +include/editeng/udlnitem.hxx +include/editeng/ulspitem.hxx +include/editeng/unoedhlp.hxx +include/editeng/unoedprx.hxx +include/editeng/unoedsrc.hxx +include/editeng/unofdesc.hxx +include/editeng/unofield.hxx +include/editeng/unofored.hxx +include/editeng/unoforou.hxx +include/editeng/unoipset.hxx +include/editeng/unolingu.hxx +include/editeng/unonames.hxx +include/editeng/unonrule.hxx +include/editeng/unoprnms.hxx +include/editeng/unotext.hxx +include/editeng/unoviwou.hxx +include/editeng/wghtitem.hxx +include/editeng/widwitem.hxx +include/editeng/writingmodeitem.hxx +include/editeng/wrlmitem.hxx +include/editeng/xmlcnitm.hxx +include/filter/msfilter/classids.hxx +include/filter/msfilter/countryid.hxx +include/filter/msfilter/dffpropset.hxx +include/filter/msfilter/dffrecordheader.hxx +include/filter/msfilter/escherex.hxx +include/filter/msfilter/mscodec.hxx +include/filter/msfilter/msdffimp.hxx +include/filter/msfilter/msocximex.hxx +include/filter/msfilter/msoleexp.hxx +include/filter/msfilter/mstoolbar.hxx +include/filter/msfilter/msvbahelper.hxx +include/filter/msfilter/svdfppt.hxx +include/filter/msfilter/svxmsbas.hxx +include/filter/msfilter/util.hxx +include/formula/ExternalReferenceHelper.hxx +include/formula/FormulaCompiler.hxx +include/formula/FormulaOpCodeMapperObj.hxx +include/formula/IControlReferenceHandler.hxx +include/formula/IFunctionDescription.hxx +include/formula/compiler.hxx +include/formula/errorcodes.hxx +include/formula/formdata.hxx +include/formula/formula.hxx +include/formula/formuladllapi.h +include/formula/formulahelper.hxx +include/formula/funcutl.hxx +include/formula/funcvarargs.h +include/formula/grammar.hxx +include/formula/opcode.hxx +include/formula/paramclass.hxx +include/formula/token.hxx +include/formula/tokenarray.hxx +include/formula/types.hxx +include/formula/vectortoken.hxx +include/framework/ContextChangeEventMultiplexerTunnel.hxx +include/framework/actiontriggerhelper.hxx +include/framework/addonsoptions.hxx +include/framework/configimporter.hxx +include/framework/desktop.hxx +include/framework/documentundoguard.hxx +include/framework/framecontainer.hxx +include/framework/framelistanalyzer.hxx +include/framework/gate.hxx +include/framework/imutex.hxx +include/framework/interaction.hxx +include/framework/sfxhelperfunctions.hxx +include/framework/titlehelper.hxx +include/framework/transactionmanager.hxx +include/framework/undomanagerhelper.hxx +include/helpcompiler/HelpIndexer.hxx +include/helpcompiler/HelpSearch.hxx +include/helpcompiler/compilehelp.hxx +include/i18nlangtag/applelangid.hxx +include/i18nlangtag/i18nlangtagdllapi.h +include/i18nlangtag/lang.h +include/i18nlangtag/languagetag.hxx +include/i18nlangtag/languagetagicu.hxx +include/i18nlangtag/mslangid.hxx +include/i18nutil/casefolding.hxx +include/i18nutil/i18nutildllapi.h +include/i18nutil/oneToOneMapping.hxx +include/i18nutil/paper.hxx +include/i18nutil/scripttypedetector.hxx +include/i18nutil/searchopt.hxx +include/i18nutil/transliteration.hxx +include/i18nutil/unicode.hxx +include/i18nutil/widthfolding.hxx +include/jvmaccess/classpath.hxx +include/jvmaccess/jvmaccessdllapi.h +include/jvmaccess/unovirtualmachine.hxx +include/jvmaccess/virtualmachine.hxx +include/jvmfwk/framework.hxx +include/jvmfwk/jvmfwkdllapi.hxx +include/linguistic/hyphdta.hxx +include/linguistic/lngdllapi.h +include/linguistic/lngprophelp.hxx +include/linguistic/lngprops.hxx +include/linguistic/misc.hxx +include/linguistic/spelldta.hxx +include/o3tl/any.hxx +include/o3tl/char16_t2wchar_t.hxx +include/o3tl/cow_wrapper.hxx +include/o3tl/deleter.hxx +include/o3tl/enumarray.hxx +include/o3tl/enumrange.hxx +include/o3tl/functional.hxx +include/o3tl/lazy_update.hxx +include/o3tl/lru_map.hxx +include/o3tl/make_shared.hxx +include/o3tl/numeric.hxx +include/o3tl/runtimetooustring.hxx +include/o3tl/safeint.hxx +include/o3tl/sorted_vector.hxx +include/o3tl/span.hxx +include/o3tl/strong_int.hxx +include/o3tl/typed_flags_set.hxx +include/o3tl/vector_pool.hxx +include/onlineupdate/mar.h +include/onlineupdate/mar_cmdline.h +include/onlineupdate/mar_private.h +include/onlineupdate/mozilla/Assertions.h +include/onlineupdate/mozilla/Attributes.h +include/onlineupdate/mozilla/Compiler.h +include/onlineupdate/mozilla/Likely.h +include/onlineupdate/mozilla/MacroArgs.h +include/onlineupdate/mozilla/TypeTraits.h +include/onlineupdate/mozilla/Types.h +include/onlineupdate/mozilla/nsTraceRefcnt.h +include/oox/core/binarycodec.hxx +include/oox/core/contexthandler.hxx +include/oox/core/contexthandler2.hxx +include/oox/core/fastparser.hxx +include/oox/core/fasttokenhandler.hxx +include/oox/core/filterbase.hxx +include/oox/core/filterdetect.hxx +include/oox/core/fragmenthandler.hxx +include/oox/core/fragmenthandler2.hxx +include/oox/core/recordparser.hxx +include/oox/core/relations.hxx +include/oox/core/relationshandler.hxx +include/oox/core/xmlfilterbase.hxx +include/oox/crypto/AgileEngine.hxx +include/oox/crypto/CryptTools.hxx +include/oox/crypto/CryptoEngine.hxx +include/oox/crypto/DocumentDecryption.hxx +include/oox/crypto/DocumentEncryption.hxx +include/oox/crypto/Standard2007Engine.hxx +include/oox/drawingml/chart/chartconverter.hxx +include/oox/drawingml/chart/datasourcemodel.hxx +include/oox/drawingml/chart/modelbase.hxx +include/oox/drawingml/clrscheme.hxx +include/oox/drawingml/color.hxx +include/oox/drawingml/connectorshapecontext.hxx +include/oox/drawingml/diagram/diagram.hxx +include/oox/drawingml/drawingmltypes.hxx +include/oox/drawingml/graphicshapecontext.hxx +include/oox/drawingml/shape.hxx +include/oox/drawingml/shapecontext.hxx +include/oox/drawingml/shapegroupcontext.hxx +include/oox/drawingml/shapepropertymap.hxx +include/oox/drawingml/theme.hxx +include/oox/drawingml/themefragmenthandler.hxx +include/oox/dump/dffdumper.hxx +include/oox/dump/dumperbase.hxx +include/oox/dump/oledumper.hxx +include/oox/dump/pptxdumper.hxx +include/oox/dump/xlsbdumper.hxx +include/oox/export/chartexport.hxx +include/oox/export/drawingml.hxx +include/oox/export/shapes.hxx +include/oox/export/utils.hxx +include/oox/export/vmlexport.hxx +include/oox/helper/addtosequence.hxx +include/oox/helper/attributelist.hxx +include/oox/helper/binaryinputstream.hxx +include/oox/helper/binaryoutputstream.hxx +include/oox/helper/binarystreambase.hxx +include/oox/helper/containerhelper.hxx +include/oox/helper/grabbagstack.hxx +include/oox/helper/graphichelper.hxx +include/oox/helper/helper.hxx +include/oox/helper/modelobjecthelper.hxx +include/oox/helper/progressbar.hxx +include/oox/helper/propertymap.hxx +include/oox/helper/propertyset.hxx +include/oox/helper/refmap.hxx +include/oox/helper/refvector.hxx +include/oox/helper/storagebase.hxx +include/oox/helper/textinputstream.hxx +include/oox/helper/zipstorage.hxx +include/oox/mathml/export.hxx +include/oox/mathml/import.hxx +include/oox/mathml/importutils.hxx +include/oox/ole/axbinaryreader.hxx +include/oox/ole/axbinarywriter.hxx +include/oox/ole/axcontrol.hxx +include/oox/ole/axcontrolfragment.hxx +include/oox/ole/axfontdata.hxx +include/oox/ole/olehelper.hxx +include/oox/ole/oleobjecthelper.hxx +include/oox/ole/olestorage.hxx +include/oox/ole/vbacontrol.hxx +include/oox/ole/vbaexport.hxx +include/oox/ole/vbahelper.hxx +include/oox/ole/vbainputstream.hxx +include/oox/ole/vbamodule.hxx +include/oox/ole/vbaproject.hxx +include/oox/ppt/animationspersist.hxx +include/oox/ppt/backgroundproperties.hxx +include/oox/ppt/comments.hxx +include/oox/ppt/customshowlistcontext.hxx +include/oox/ppt/headerfooter.hxx +include/oox/ppt/layoutfragmenthandler.hxx +include/oox/ppt/pptfilterhelpers.hxx +include/oox/ppt/pptgraphicshapecontext.hxx +include/oox/ppt/pptimport.hxx +include/oox/ppt/pptshape.hxx +include/oox/ppt/pptshapecontext.hxx +include/oox/ppt/pptshapegroupcontext.hxx +include/oox/ppt/pptshapepropertiescontext.hxx +include/oox/ppt/presentationfragmenthandler.hxx +include/oox/ppt/slidefragmenthandler.hxx +include/oox/ppt/slidemastertextstylescontext.hxx +include/oox/ppt/slidepersist.hxx +include/oox/ppt/slidetimingcontext.hxx +include/oox/ppt/slidetransition.hxx +include/oox/ppt/slidetransitioncontext.hxx +include/oox/ppt/soundactioncontext.hxx +include/oox/ppt/timenode.hxx +include/oox/ppt/timenodelistcontext.hxx +include/oox/shape/ShapeFilterBase.hxx +include/oox/token/namespacemap.hxx +include/oox/token/propertynames.hxx +include/oox/token/relationship.hxx +include/oox/token/tokenmap.hxx +include/oox/vml/vmldrawing.hxx +include/oox/vml/vmldrawingfragment.hxx +include/oox/vml/vmlformatting.hxx +include/oox/vml/vmlinputstream.hxx +include/oox/vml/vmlshape.hxx +include/oox/vml/vmlshapecontainer.hxx +include/oox/vml/vmlshapecontext.hxx +include/oox/vml/vmltextbox.hxx +include/oox/vml/vmltextboxcontext.hxx +include/opencl/OpenCLZone.hxx +include/opencl/openclconfig.hxx +include/opencl/opencldllapi.h +include/opencl/openclwrapper.hxx +include/opencl/platforminfo.hxx +include/osl/conditn.h +include/osl/conditn.hxx +include/osl/detail/android-bootstrap.h +include/osl/detail/component-defines.h +include/osl/detail/component-mapping.h +include/osl/detail/file.h +include/osl/diagnose.h +include/osl/diagnose.hxx +include/osl/endian.h +include/osl/file.h +include/osl/file.hxx +include/osl/getglobalmutex.hxx +include/osl/interlck.h +include/osl/module.h +include/osl/module.hxx +include/osl/mutex.h +include/osl/mutex.hxx +include/osl/nlsupport.h +include/osl/pipe.h +include/osl/pipe.hxx +include/osl/pipe_decl.hxx +include/osl/process.h +include/osl/profile.h +include/osl/profile.hxx +include/osl/security.h +include/osl/security.hxx +include/osl/security_decl.hxx +include/osl/signal.h +include/osl/socket.h +include/osl/socket.hxx +include/osl/socket_decl.hxx +include/osl/test/uniquepipename.hxx +include/osl/thread.h +include/osl/thread.hxx +include/osl/time.h +include/package/Deflater.hxx +include/package/Inflater.hxx +include/package/packagedllapi.hxx +include/prewin.h +include/registry/reader.hxx +include/registry/refltype.hxx +include/registry/regdllapi.h +include/registry/registry.hxx +include/registry/regtype.h +include/registry/typereg_reader.hxx +include/registry/types.hxx +include/registry/version.h +include/registry/writer.h +include/registry/writer.hxx +include/rtl/alloc.h +include/rtl/bootstrap.h +include/rtl/bootstrap.hxx +include/rtl/byteseq.h +include/rtl/byteseq.hxx +include/rtl/character.hxx +include/rtl/cipher.h +include/rtl/crc.h +include/rtl/digest.h +include/rtl/instance.hxx +include/rtl/locale.h +include/rtl/malformeduriexception.hxx +include/rtl/math.h +include/rtl/math.hxx +include/rtl/process.h +include/rtl/random.h +include/rtl/ref.hxx +include/rtl/strbuf.h +include/rtl/strbuf.hxx +include/rtl/string.h +include/rtl/string.hxx +include/rtl/stringconcat.hxx +include/rtl/stringutils.hxx +include/rtl/tencinfo.h +include/rtl/textcvt.h +include/rtl/textenc.h +include/rtl/unload.h +include/rtl/uri.h +include/rtl/uri.hxx +include/rtl/ustrbuf.h +include/rtl/ustrbuf.hxx +include/rtl/ustring.h +include/rtl/ustring.hxx +include/rtl/uuid.h +include/sal/alloca.h +include/sal/backtrace.hxx +include/sal/config.h +include/sal/detail/log.h +include/sal/log.hxx +include/sal/macros.h +include/sal/main.h +include/sal/mathconf.h +include/sal/saldllapi.h +include/sal/types.h +include/salhelper/condition.hxx +include/salhelper/dynload.hxx +include/salhelper/linkhelper.hxx +include/salhelper/refobj.hxx +include/salhelper/salhelperdllapi.h +include/salhelper/simplereferenceobject.hxx +include/salhelper/singletonref.hxx +include/salhelper/thread.hxx +include/salhelper/timer.hxx +include/sax/fastattribs.hxx +include/sax/fastparser.hxx +include/sax/fshelper.hxx +include/sax/tools/converter.hxx +include/sax/tools/documenthandleradapter.hxx +include/sfx2/DocumentMetadataAccess.hxx +include/sfx2/Metadatable.hxx +include/sfx2/QuerySaveDocument.hxx +include/sfx2/StyleManager.hxx +include/sfx2/StylePreviewRenderer.hxx +include/sfx2/XmlIdRegistry.hxx +include/sfx2/app.hxx +include/sfx2/basedlgs.hxx +include/sfx2/bindings.hxx +include/sfx2/brokenpackageint.hxx +include/sfx2/chalign.hxx +include/sfx2/charmappopup.hxx +include/sfx2/charwin.hxx +include/sfx2/childwin.hxx +include/sfx2/classificationhelper.hxx +include/sfx2/ctrlitem.hxx +include/sfx2/dialoghelper.hxx +include/sfx2/dinfdlg.hxx +include/sfx2/dispatch.hxx +include/sfx2/docfac.hxx +include/sfx2/docfile.hxx +include/sfx2/docfilt.hxx +include/sfx2/docinf.hxx +include/sfx2/docinsert.hxx +include/sfx2/dockwin.hxx +include/sfx2/docmacromode.hxx +include/sfx2/docstoragemodifylistener.hxx +include/sfx2/doctempl.hxx +include/sfx2/emojipopup.hxx +include/sfx2/event.hxx +include/sfx2/evntconf.hxx +include/sfx2/fcontnr.hxx +include/sfx2/filedlghelper.hxx +include/sfx2/flatpak.hxx +include/sfx2/frame.hxx +include/sfx2/frmdescr.hxx +include/sfx2/frmhtml.hxx +include/sfx2/frmhtmlw.hxx +include/sfx2/groupid.hxx +include/sfx2/htmlmode.hxx +include/sfx2/inputdlg.hxx +include/sfx2/ipclient.hxx +include/sfx2/linkmgr.hxx +include/sfx2/linksrc.hxx +include/sfx2/lnkbase.hxx +include/sfx2/lokcharthelper.hxx +include/sfx2/lokhelper.hxx +include/sfx2/mailmodelapi.hxx +include/sfx2/mieclip.hxx +include/sfx2/minfitem.hxx +include/sfx2/module.hxx +include/sfx2/msg.hxx +include/sfx2/msgpool.hxx +include/sfx2/navigat.hxx +include/sfx2/new.hxx +include/sfx2/newstyle.hxx +include/sfx2/notebookbar/SfxNotebookBar.hxx +include/sfx2/objface.hxx +include/sfx2/objitem.hxx +include/sfx2/objsh.hxx +include/sfx2/opengrf.hxx +include/sfx2/pageids.hxx +include/sfx2/passwd.hxx +include/sfx2/printer.hxx +include/sfx2/printopt.hxx +include/sfx2/progress.hxx +include/sfx2/request.hxx +include/sfx2/safemode.hxx +include/sfx2/sfxbasecontroller.hxx +include/sfx2/sfxbasemodel.hxx +include/sfx2/sfxdlg.hxx +include/sfx2/sfxhelp.hxx +include/sfx2/sfxhtml.hxx +include/sfx2/sfxmodelfactory.hxx +include/sfx2/sfxstatuslistener.hxx +include/sfx2/sfxuno.hxx +include/sfx2/shell.hxx +include/sfx2/sidebar/AsynchronousCall.hxx +include/sfx2/sidebar/Context.hxx +include/sfx2/sidebar/ControllerItem.hxx +include/sfx2/sidebar/Deck.hxx +include/sfx2/sidebar/FocusManager.hxx +include/sfx2/sidebar/IContextChangeReceiver.hxx +include/sfx2/sidebar/ILayoutableWindow.hxx +include/sfx2/sidebar/Panel.hxx +include/sfx2/sidebar/PanelLayout.hxx +include/sfx2/sidebar/ResourceManager.hxx +include/sfx2/sidebar/Sidebar.hxx +include/sfx2/sidebar/SidebarChildWindow.hxx +include/sfx2/sidebar/SidebarController.hxx +include/sfx2/sidebar/SidebarDockingWindow.hxx +include/sfx2/sidebar/SidebarModelUpdate.hxx +include/sfx2/sidebar/SidebarPanelBase.hxx +include/sfx2/sidebar/SidebarToolBox.hxx +include/sfx2/sidebar/TabBar.hxx +include/sfx2/sidebar/Theme.hxx +include/sfx2/signaturestate.hxx +include/sfx2/stbitem.hxx +include/sfx2/styfitem.hxx +include/sfx2/styledlg.hxx +include/sfx2/tabdlg.hxx +include/sfx2/tbxctrl.hxx +include/sfx2/templatedlg.hxx +include/sfx2/templatelocalview.hxx +include/sfx2/templateproperties.hxx +include/sfx2/thumbnailview.hxx +include/sfx2/titledockwin.hxx +include/sfx2/tplpitem.hxx +include/sfx2/userinputinterception.hxx +include/sfx2/viewfac.hxx +include/sfx2/viewfrm.hxx +include/sfx2/viewsh.hxx +include/sfx2/watermarkitem.hxx +include/sfx2/zoomitem.hxx +include/sot/exchange.hxx +include/sot/filelist.hxx +include/sot/formats.hxx +include/sot/object.hxx +include/sot/sotdllapi.h +include/sot/stg.hxx +include/sot/storage.hxx +include/sot/storinfo.hxx +include/store/store.h +include/store/store.hxx +include/store/storedllapi.h +include/store/types.h +include/svl/IndexedStyleSheets.hxx +include/svl/PasswordHelper.hxx +include/svl/SfxBroadcaster.hxx +include/svl/adrparse.hxx +include/svl/aeitem.hxx +include/svl/asiancfg.hxx +include/svl/broadcast.hxx +include/svl/cenumitm.hxx +include/svl/cintitem.hxx +include/svl/cjkoptions.hxx +include/svl/converter.hxx +include/svl/cryptosign.hxx +include/svl/ctloptions.hxx +include/svl/currencytable.hxx +include/svl/custritm.hxx +include/svl/documentlockfile.hxx +include/svl/eitem.hxx +include/svl/filenotation.hxx +include/svl/flagitem.hxx +include/svl/fstathelper.hxx +include/svl/globalnameitem.hxx +include/svl/gridprinter.hxx +include/svl/hint.hxx +include/svl/ilstitem.hxx +include/svl/imageitm.hxx +include/svl/inethist.hxx +include/svl/inettype.hxx +include/svl/instrm.hxx +include/svl/int64item.hxx +include/svl/intitem.hxx +include/svl/isethint.hxx +include/svl/itemiter.hxx +include/svl/itempool.hxx +include/svl/itemprop.hxx +include/svl/itemset.hxx +include/svl/languageoptions.hxx +include/svl/lckbitem.hxx +include/svl/legacyitem.hxx +include/svl/listener.hxx +include/svl/lngmisc.hxx +include/svl/lockfilecommon.hxx +include/svl/lstner.hxx +include/svl/macitem.hxx +include/svl/memberid.h +include/svl/metitem.hxx +include/svl/nfkeytab.hxx +include/svl/nfsymbol.hxx +include/svl/numuno.hxx +include/svl/ondemand.hxx +include/svl/outstrm.hxx +include/svl/ownlist.hxx +include/svl/pickerhistoryaccess.hxx +include/svl/poolcach.hxx +include/svl/poolitem.hxx +include/svl/ptitem.hxx +include/svl/rectitem.hxx +include/svl/rngitem.hxx +include/svl/sharecontrolfile.hxx +include/svl/sharedstring.hxx +include/svl/sharedstringpool.hxx +include/svl/sigstruct.hxx +include/svl/slstitm.hxx +include/svl/srchdefs.hxx +include/svl/srchitem.hxx +include/svl/stritem.hxx +include/svl/style.hxx +include/svl/stylepool.hxx +include/svl/stylesheetuser.hxx +include/svl/svdde.hxx +include/svl/svldllapi.h +include/svl/undo.hxx +include/svl/urihelper.hxx +include/svl/urlbmk.hxx +include/svl/visitem.hxx +include/svl/whiter.hxx +include/svl/zforlist.hxx +include/svl/zformat.hxx +include/svtools/DocumentInfoPreview.hxx +include/svtools/DocumentToGraphicRenderer.hxx +include/svtools/PlaceEditDialog.hxx +include/svtools/acceleratorexecute.hxx +include/svtools/accessibilityoptions.hxx +include/svtools/addresstemplate.hxx +include/svtools/apearcfg.hxx +include/svtools/asynclink.hxx +include/svtools/bindablecontrolhelper.hxx +include/svtools/borderhelper.hxx +include/svtools/borderline.hxx +include/svtools/brwbox.hxx +include/svtools/brwhead.hxx +include/svtools/calendar.hxx +include/svtools/cliplistener.hxx +include/svtools/collatorres.hxx +include/svtools/colorcfg.hxx +include/svtools/colrdlg.hxx +include/svtools/ctrlbox.hxx +include/svtools/ctrltool.hxx +include/svtools/dialogclosedlistener.hxx +include/svtools/editbrowsebox.hxx +include/svtools/editimplementation.hxx +include/svtools/editsyntaxhighlighter.hxx +include/svtools/ehdl.hxx +include/svtools/embedhlp.hxx +include/svtools/embedtransfer.hxx +include/svtools/extcolorcfg.hxx +include/svtools/filechangedchecker.hxx +include/svtools/fontsubstconfig.hxx +include/svtools/framestatuslistener.hxx +include/svtools/generictoolboxcontroller.hxx +include/svtools/genericunodialog.hxx +include/svtools/helpids.h +include/svtools/helpopt.hxx +include/svtools/htmlcfg.hxx +include/svtools/htmlkywd.hxx +include/svtools/htmlout.hxx +include/svtools/htmltokn.h +include/svtools/imagemgr.hxx +include/svtools/imageresourceaccess.hxx +include/svtools/imgdef.hxx +include/svtools/indexentryres.hxx +include/svtools/inettbc.hxx +include/svtools/insdlg.hxx +include/svtools/javacontext.hxx +include/svtools/javainteractionhandler.hxx +include/svtools/langhelp.hxx +include/svtools/langtab.hxx +include/svtools/menuoptions.hxx +include/svtools/miscopt.hxx +include/svtools/openfiledroptargetlistener.hxx +include/svtools/optionsdrawinglayer.hxx +include/svtools/parhtml.hxx +include/svtools/parrtf.hxx +include/svtools/place.hxx +include/svtools/popupmenucontrollerbase.hxx +include/svtools/popupwindowcontroller.hxx +include/svtools/printoptions.hxx +include/svtools/prnsetup.hxx +include/svtools/restartdialog.hxx +include/svtools/rtfout.hxx +include/svtools/rtftoken.h +include/svtools/ruler.hxx +include/svtools/sampletext.hxx +include/svtools/scriptedtext.hxx +include/svtools/scrwin.hxx +include/svtools/sfxecode.hxx +include/svtools/slidesorterbaropt.hxx +include/svtools/soerr.hxx +include/svtools/statusbarcontroller.hxx +include/svtools/stringtransfer.hxx +include/svtools/svparser.hxx +include/svtools/svtdllapi.h +include/svtools/tabbar.hxx +include/svtools/templatefoldercache.hxx +include/svtools/textwindowpeer.hxx +include/svtools/toolbarmenu.hxx +include/svtools/toolboxcontroller.hxx +include/svtools/unitconv.hxx +include/svtools/unoevent.hxx +include/svtools/unoimap.hxx +include/svtools/urlfilter.hxx +include/svtools/valueset.hxx +include/svx/AccessibleControlShape.hxx +include/svx/AccessibleGraphicShape.hxx +include/svx/AccessibleOLEShape.hxx +include/svx/AccessibleShape.hxx +include/svx/AccessibleShapeInfo.hxx +include/svx/AccessibleShapeTreeInfo.hxx +include/svx/AccessibleTextHelper.hxx +include/svx/ActionDescriptionProvider.hxx +include/svx/ChildrenManager.hxx +include/svx/ClassificationDialog.hxx +include/svx/ClassificationField.hxx +include/svx/ColorSets.hxx +include/svx/CommonStyleManager.hxx +include/svx/EnhancedCustomShape2d.hxx +include/svx/EnhancedCustomShapeFunctionParser.hxx +include/svx/EnhancedCustomShapeGeometry.hxx +include/svx/EnhancedCustomShapeTypeNames.hxx +include/svx/IAccessibleParent.hxx +include/svx/IAccessibleViewForwarder.hxx +include/svx/IAccessibleViewForwarderListener.hxx +include/svx/Palette.hxx +include/svx/PaletteManager.hxx +include/svx/ParaLineSpacingPopup.hxx +include/svx/ParaSpacingControl.hxx +include/svx/ParseContext.hxx +include/svx/ShapeTypeHandler.hxx +include/svx/SmartTagItem.hxx +include/svx/SmartTagMgr.hxx +include/svx/SpellDialogChildWindow.hxx +include/svx/SvxColorChildWindow.hxx +include/svx/SvxPresetListBox.hxx +include/svx/SvxShapeTypes.hxx +include/svx/TextCharacterSpacingPopup.hxx +include/svx/TextUnderlinePopup.hxx +include/svx/UnoNamespaceMap.hxx +include/svx/XPropertyEntry.hxx +include/svx/algitem.hxx +include/svx/anchorid.hxx +include/svx/autoformathelper.hxx +include/svx/bmpmask.hxx +include/svx/camera3d.hxx +include/svx/charmap.hxx +include/svx/charthelper.hxx +include/svx/chrtitem.hxx +include/svx/clipboardctl.hxx +include/svx/clipfmtitem.hxx +include/svx/colorbox.hxx +include/svx/colorwindow.hxx +include/svx/compressgraphicdialog.hxx +include/svx/connctrl.hxx +include/svx/contdlg.hxx +include/svx/ctredlin.hxx +include/svx/cube3d.hxx +include/svx/dataaccessdescriptor.hxx +include/svx/databaselocationinput.hxx +include/svx/databaseregistrationui.hxx +include/svx/dbaexchange.hxx +include/svx/dbaobjectex.hxx +include/svx/def3d.hxx +include/svx/deflt3d.hxx +include/svx/dialcontrol.hxx +include/svx/dlgctl3d.hxx +include/svx/dlgctrl.hxx +include/svx/dlgutil.hxx +include/svx/drawitem.hxx +include/svx/e3ditem.hxx +include/svx/e3dsceneupdater.hxx +include/svx/e3dundo.hxx +include/svx/extedit.hxx +include/svx/extrusionbar.hxx +include/svx/f3dchild.hxx +include/svx/fillctrl.hxx +include/svx/flagsdef.hxx +include/svx/float3d.hxx +include/svx/fmdmod.hxx +include/svx/fmdpage.hxx +include/svx/fmglob.hxx +include/svx/fmgridcl.hxx +include/svx/fmgridif.hxx +include/svx/fmmodel.hxx +include/svx/fmobjfac.hxx +include/svx/fmpage.hxx +include/svx/fmsearch.hxx +include/svx/fmshell.hxx +include/svx/fmsrccfg.hxx +include/svx/fmsrcimp.hxx +include/svx/fmtools.hxx +include/svx/fmview.hxx +include/svx/fntctrl.hxx +include/svx/fontwork.hxx +include/svx/fontworkbar.hxx +include/svx/fontworkgallery.hxx +include/svx/formatpaintbrushctrl.hxx +include/svx/framebordertype.hxx +include/svx/framelink.hxx +include/svx/framelinkarray.hxx +include/svx/frmdirlbox.hxx +include/svx/frmsel.hxx +include/svx/galctrl.hxx +include/svx/gallery.hxx +include/svx/gallery1.hxx +include/svx/galleryitem.hxx +include/svx/galmisc.hxx +include/svx/galtheme.hxx +include/svx/globl3d.hxx +include/svx/grafctrl.hxx +include/svx/graphctl.hxx +include/svx/graphichelper.hxx +include/svx/grfcrop.hxx +include/svx/grfflt.hxx +include/svx/gridctrl.hxx +include/svx/hdft.hxx +include/svx/helperhittest3d.hxx +include/svx/hexcolorcontrol.hxx +include/svx/hlnkitem.hxx +include/svx/hyperdlg.hxx +include/svx/ifaceids.hxx +include/svx/imapdlg.hxx +include/svx/insctrl.hxx +include/svx/ipolypolygoneditorcontroller.hxx +include/svx/itemwin.hxx +include/svx/itextprovider.hxx +include/svx/langbox.hxx +include/svx/lathe3d.hxx +include/svx/layctrl.hxx +include/svx/lboxctrl.hxx +include/svx/legacyitem.hxx +include/svx/linectrl.hxx +include/svx/measctrl.hxx +include/svx/modctrl.hxx +include/svx/msdffdef.hxx +include/svx/nbdtmg.hxx +include/svx/nbdtmgfact.hxx +include/svx/numfmtsh.hxx +include/svx/numinf.hxx +include/svx/numvset.hxx +include/svx/obj3d.hxx +include/svx/objfac3d.hxx +include/svx/ofaitem.hxx +include/svx/optgenrl.hxx +include/svx/optgrid.hxx +include/svx/pagectrl.hxx +include/svx/pageitem.hxx +include/svx/pagenumberlistbox.hxx +include/svx/papersizelistbox.hxx +include/svx/paraprev.hxx +include/svx/passwd.hxx +include/svx/polypolygoneditor.hxx +include/svx/postattr.hxx +include/svx/pszctrl.hxx +include/svx/rectenum.hxx +include/svx/relfld.hxx +include/svx/rotmodit.hxx +include/svx/rubydialog.hxx +include/svx/ruler.hxx +include/svx/rulritem.hxx +include/svx/samecontentlistbox.hxx +include/svx/scene3d.hxx +include/svx/sdangitm.hxx +include/svx/sdasitm.hxx +include/svx/sderitm.hxx +include/svx/sdgcpitm.hxx +include/svx/sdggaitm.hxx +include/svx/sdgluitm.hxx +include/svx/sdgmoitm.hxx +include/svx/sdmetitm.hxx +include/svx/sdooitm.hxx +include/svx/sdprcitm.hxx +include/svx/sdr/animation/animationstate.hxx +include/svx/sdr/animation/objectanimator.hxx +include/svx/sdr/animation/scheduler.hxx +include/svx/sdr/attribute/sdrallfillattributeshelper.hxx +include/svx/sdr/contact/displayinfo.hxx +include/svx/sdr/contact/objectcontact.hxx +include/svx/sdr/contact/objectcontactofpageview.hxx +include/svx/sdr/contact/viewcontact.hxx +include/svx/sdr/contact/viewcontactofe3dscene.hxx +include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx +include/svx/sdr/contact/viewcontactofsdrobj.hxx +include/svx/sdr/contact/viewcontactofvirtobj.hxx +include/svx/sdr/contact/viewobjectcontact.hxx +include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx +include/svx/sdr/contact/viewobjectcontactredirector.hxx +include/svx/sdr/overlay/overlayanimatedbitmapex.hxx +include/svx/sdr/overlay/overlaybitmapex.hxx +include/svx/sdr/overlay/overlaymanager.hxx +include/svx/sdr/overlay/overlayobject.hxx +include/svx/sdr/overlay/overlayobjectlist.hxx +include/svx/sdr/overlay/overlaypolypolygon.hxx +include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx +include/svx/sdr/overlay/overlayselection.hxx +include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx +include/svx/sdr/primitive2d/svx_primitivetypes2d.hxx +include/svx/sdr/properties/defaultproperties.hxx +include/svx/sdr/properties/properties.hxx +include/svx/sdr/table/tablecontroller.hxx +include/svx/sdr/table/tabledesign.hxx +include/svx/sdrhittesthelper.hxx +include/svx/sdrmasterpagedescriptor.hxx +include/svx/sdrobjectfilter.hxx +include/svx/sdrobjectuser.hxx +include/svx/sdrpageuser.hxx +include/svx/sdrpagewindow.hxx +include/svx/sdrpaintwindow.hxx +include/svx/sdrundomanager.hxx +include/svx/sdshcitm.hxx +include/svx/sdshitm.hxx +include/svx/sdshtitm.hxx +include/svx/sdsxyitm.hxx +include/svx/sdtaaitm.hxx +include/svx/sdtacitm.hxx +include/svx/sdtaditm.hxx +include/svx/sdtagitm.hxx +include/svx/sdtaiitm.hxx +include/svx/sdtaitm.hxx +include/svx/sdtakitm.hxx +include/svx/sdtayitm.hxx +include/svx/sdtcfitm.hxx +include/svx/sdtditm.hxx +include/svx/sdtfchim.hxx +include/svx/sdtfsitm.hxx +include/svx/sdtmfitm.hxx +include/svx/sdynitm.hxx +include/svx/searchcharmap.hxx +include/svx/selctrl.hxx +include/svx/selectioncontroller.hxx +include/svx/shapeproperty.hxx +include/svx/shapepropertynotifier.hxx +include/svx/sidebar/AreaPropertyPanelBase.hxx +include/svx/sidebar/AreaTransparencyGradientPopup.hxx +include/svx/sidebar/ContextChangeEventMultiplexer.hxx +include/svx/sidebar/LinePropertyPanelBase.hxx +include/svx/sidebar/LineWidthPopup.hxx +include/svx/sidebar/SelectionAnalyzer.hxx +include/svx/sidebar/SelectionChangeHandler.hxx +include/svx/sidebar/ValueSetWithTextControl.hxx +include/svx/spacinglistbox.hxx +include/svx/sphere3d.hxx +include/svx/srchdlg.hxx +include/svx/svdcrtv.hxx +include/svx/svddef.hxx +include/svx/svddrag.hxx +include/svx/svddrgmt.hxx +include/svx/svddrgv.hxx +include/svx/svdedtv.hxx +include/svx/svdedxv.hxx +include/svx/svdetc.hxx +include/svx/svdglev.hxx +include/svx/svdglue.hxx +include/svx/svdhdl.hxx +include/svx/svdhlpln.hxx +include/svx/svditer.hxx +include/svx/svdlayer.hxx +include/svx/svdmark.hxx +include/svx/svdmodel.hxx +include/svx/svdmrkv.hxx +include/svx/svdoashp.hxx +include/svx/svdoattr.hxx +include/svx/svdobj.hxx +include/svx/svdocapt.hxx +include/svx/svdocirc.hxx +include/svx/svdoedge.hxx +include/svx/svdograf.hxx +include/svx/svdogrp.hxx +include/svx/svdomeas.hxx +include/svx/svdomedia.hxx +include/svx/svdoole2.hxx +include/svx/svdopage.hxx +include/svx/svdopath.hxx +include/svx/svdorect.hxx +include/svx/svdotable.hxx +include/svx/svdotext.hxx +include/svx/svdouno.hxx +include/svx/svdoutl.hxx +include/svx/svdovirt.hxx +include/svx/svdpage.hxx +include/svx/svdpagv.hxx +include/svx/svdpntv.hxx +include/svx/svdpoev.hxx +include/svx/svdpool.hxx +include/svx/svdsnpv.hxx +include/svx/svdsob.hxx +include/svx/svdtext.hxx +include/svx/svdtrans.hxx +include/svx/svdtypes.hxx +include/svx/svdundo.hxx +include/svx/svdview.hxx +include/svx/svdviter.hxx +include/svx/svdxcgv.hxx +include/svx/svx3ditems.hxx +include/svx/svxdlg.hxx +include/svx/svxdllapi.h +include/svx/svxerr.hxx +include/svx/svxgrahicitem.hxx +include/svx/swframeexample.hxx +include/svx/swframeposstrings.hxx +include/svx/swframetypes.hxx +include/svx/swframevalidation.hxx +include/svx/sxcecitm.hxx +include/svx/sxcgitm.hxx +include/svx/sxciaitm.hxx +include/svx/sxcllitm.hxx +include/svx/sxctitm.hxx +include/svx/sxekitm.hxx +include/svx/sxelditm.hxx +include/svx/sxenditm.hxx +include/svx/sxmbritm.hxx +include/svx/sxmlhitm.hxx +include/svx/sxmtfitm.hxx +include/svx/sxmtpitm.hxx +include/svx/sxmtritm.hxx +include/svx/sxmuitm.hxx +include/svx/tabarea.hxx +include/svx/tabline.hxx +include/svx/tbcontrl.hxx +include/svx/tbxcolor.hxx +include/svx/tbxctl.hxx +include/svx/transfrmhelper.hxx +include/svx/txencbox.hxx +include/svx/ucsubset.hxx +include/svx/uiobject.hxx +include/svx/unoapi.hxx +include/svx/unobrushitemhelper.hxx +include/svx/unofill.hxx +include/svx/unomaster.hxx +include/svx/unomid.hxx +include/svx/unomod.hxx +include/svx/unomodel.hxx +include/svx/unopage.hxx +include/svx/unopool.hxx +include/svx/unoprov.hxx +include/svx/unoshape.hxx +include/svx/unoshprp.hxx +include/svx/unoshtxt.hxx +include/svx/verttexttbxctrl.hxx +include/svx/view3d.hxx +include/svx/viewlayoutitem.hxx +include/svx/viewpt3d.hxx +include/svx/xbitmap.hxx +include/svx/xbtmpit.hxx +include/svx/xcolit.hxx +include/svx/xdash.hxx +include/svx/xdef.hxx +include/svx/xenum.hxx +include/svx/xfillit0.hxx +include/svx/xflasit.hxx +include/svx/xflbckit.hxx +include/svx/xflbmpit.hxx +include/svx/xflbmsli.hxx +include/svx/xflbmsxy.hxx +include/svx/xflbmtit.hxx +include/svx/xflboxy.hxx +include/svx/xflbstit.hxx +include/svx/xflbtoxy.hxx +include/svx/xflclit.hxx +include/svx/xflftrit.hxx +include/svx/xflgrit.hxx +include/svx/xflhtit.hxx +include/svx/xfltrit.hxx +include/svx/xftadit.hxx +include/svx/xftdiit.hxx +include/svx/xftmrit.hxx +include/svx/xftouit.hxx +include/svx/xftshcit.hxx +include/svx/xftshit.hxx +include/svx/xftshxy.hxx +include/svx/xftstit.hxx +include/svx/xgrad.hxx +include/svx/xgrscit.hxx +include/svx/xhatch.hxx +include/svx/xit.hxx +include/svx/xlineit0.hxx +include/svx/xlinjoit.hxx +include/svx/xlnasit.hxx +include/svx/xlncapit.hxx +include/svx/xlnclit.hxx +include/svx/xlndsit.hxx +include/svx/xlnedcit.hxx +include/svx/xlnedit.hxx +include/svx/xlnedwit.hxx +include/svx/xlnstcit.hxx +include/svx/xlnstit.hxx +include/svx/xlnstwit.hxx +include/svx/xlntrit.hxx +include/svx/xlnwtit.hxx +include/svx/xmleohlp.hxx +include/svx/xmlexchg.hxx +include/svx/xmlgrhlp.hxx +include/svx/xmlsecctrl.hxx +include/svx/xoutbmp.hxx +include/svx/xpoly.hxx +include/svx/xpool.hxx +include/svx/xsflclit.hxx +include/svx/xtable.hxx +include/svx/xtextit0.hxx +include/svx/zoom_def.hxx +include/svx/zoomctrl.hxx +include/svx/zoomsliderctrl.hxx +include/svx/zoomslideritem.hxx +include/systools/win32/comtools.hxx +include/systools/win32/qswin32.h +include/systools/win32/uwinapi.h +include/test/bootstrapfixture.hxx +include/test/container/xnamed.hxx +include/test/htmltesttools.hxx +include/test/screenshot_test.hxx +include/test/sheet/cellproperties.hxx +include/test/sheet/databaserange.hxx +include/test/sheet/datapilotfield.hxx +include/test/sheet/datapilotitem.hxx +include/test/sheet/xarealink.hxx +include/test/sheet/xarealinks.hxx +include/test/sheet/xcelladdressable.hxx +include/test/sheet/xcellrangedata.hxx +include/test/sheet/xcellrangereferrer.hxx +include/test/sheet/xcellrangesquery.hxx +include/test/sheet/xcellseries.hxx +include/test/sheet/xdatabaserange.hxx +include/test/sheet/xdatapilotdescriptor.hxx +include/test/sheet/xdatapilotfieldgrouping.hxx +include/test/sheet/xdatapilottable.hxx +include/test/sheet/xdatapilottable2.hxx +include/test/sheet/xgoalseek.hxx +include/test/sheet/xnamedrange.hxx +include/test/sheet/xprintareas.hxx +include/test/sheet/xsheetannotation.hxx +include/test/sheet/xsheetannotations.hxx +include/test/sheet/xsheetannotationshapesupplier.hxx +include/test/sheet/xsheetfilterable.hxx +include/test/sheet/xsheetlinkable.hxx +include/test/sheet/xsheetoperation.hxx +include/test/sheet/xsheetoutline.hxx +include/test/sheet/xsheetpagebreak.hxx +include/test/sheet/xspreadsheet.hxx +include/test/sheet/xspreadsheetdocument.hxx +include/test/sheet/xspreadsheets.hxx +include/test/sheet/xspreadsheets2.hxx +include/test/sheet/xsubtotalcalculatable.hxx +include/test/sheet/xsubtotaldescriptor.hxx +include/test/sheet/xsubtotalfield.hxx +include/test/sheet/xuniquecellformatrangessupplier.hxx +include/test/sheet/xusedareacursor.hxx +include/test/sheet/xviewfreezable.hxx +include/test/sheet/xviewpane.hxx +include/test/sheet/xviewsplitable.hxx +include/test/testinteractionhandler.hxx +include/test/text/xtext.hxx +include/test/text/xtextcontent.hxx +include/test/unoapi_test.hxx +include/test/util/xreplaceable.hxx +include/test/util/xsearchable.hxx +include/test/xmldiff.hxx +include/test/xmltesttools.hxx +include/toolkit/awt/vclxaccessiblecomponent.hxx +include/toolkit/awt/vclxcontainer.hxx +include/toolkit/awt/vclxdevice.hxx +include/toolkit/awt/vclxfont.hxx +include/toolkit/awt/vclxmenu.hxx +include/toolkit/awt/vclxtopwindow.hxx +include/toolkit/awt/vclxwindow.hxx +include/toolkit/awt/vclxwindows.hxx +include/toolkit/controls/unocontrol.hxx +include/toolkit/controls/unocontrolbase.hxx +include/toolkit/controls/unocontrolmodel.hxx +include/toolkit/controls/unocontrols.hxx +include/toolkit/helper/accessiblefactory.hxx +include/toolkit/helper/convert.hxx +include/toolkit/helper/emptyfontdescriptor.hxx +include/toolkit/helper/formpdfexport.hxx +include/toolkit/helper/listenermultiplexer.hxx +include/toolkit/helper/macros.hxx +include/toolkit/helper/mutexandbroadcasthelper.hxx +include/toolkit/helper/mutexhelper.hxx +include/toolkit/helper/property.hxx +include/toolkit/helper/vclunohelper.hxx +include/tools/b3dtrans.hxx +include/tools/bigint.hxx +include/tools/color.hxx +include/tools/config.hxx +include/tools/contnr.hxx +include/tools/cpuid.hxx +include/tools/date.hxx +include/tools/datetime.hxx +include/tools/datetimeutils.hxx +include/tools/debug.hxx +include/tools/diagnose_ex.h +include/tools/extendapplicationenvironment.hxx +include/tools/fontenum.hxx +include/tools/fract.hxx +include/tools/gen.hxx +include/tools/globname.hxx +include/tools/helpers.hxx +include/tools/inetmime.hxx +include/tools/inetmsg.hxx +include/tools/inetstrm.hxx +include/tools/line.hxx +include/tools/lineend.hxx +include/tools/link.hxx +include/tools/mapunit.hxx +include/tools/multisel.hxx +include/tools/pathutils.hxx +include/tools/poly.hxx +include/tools/ref.hxx +include/tools/solar.h +include/tools/stream.hxx +include/tools/svborder.hxx +include/tools/svlibrary.h +include/tools/tenccvt.hxx +include/tools/time.hxx +include/tools/toolsdllapi.h +include/tools/urlobj.hxx +include/tools/vcompat.hxx +include/tools/weakbase.h +include/tools/weakbase.hxx +include/tools/wintypes.hxx +include/tools/wldcrd.hxx +include/tools/zcodec.hxx +include/typelib/typeclass.h +include/typelib/typedescription.h +include/typelib/typedescription.hxx +include/typelib/uik.h +include/ucbhelper/activedatasink.hxx +include/ucbhelper/authenticationfallback.hxx +include/ucbhelper/cancelcommandexecution.hxx +include/ucbhelper/commandenvironment.hxx +include/ucbhelper/content.hxx +include/ucbhelper/contenthelper.hxx +include/ucbhelper/contentidentifier.hxx +include/ucbhelper/fd_inputstream.hxx +include/ucbhelper/getcomponentcontext.hxx +include/ucbhelper/interactionrequest.hxx +include/ucbhelper/interceptedinteraction.hxx +include/ucbhelper/macros.hxx +include/ucbhelper/propertyvalueset.hxx +include/ucbhelper/providerhelper.hxx +include/ucbhelper/proxydecider.hxx +include/ucbhelper/registerucb.hxx +include/ucbhelper/resultset.hxx +include/ucbhelper/resultsethelper.hxx +include/ucbhelper/resultsetmetadata.hxx +include/ucbhelper/simpleauthenticationrequest.hxx +include/ucbhelper/simplecertificatevalidationrequest.hxx +include/ucbhelper/simpleinteractionrequest.hxx +include/ucbhelper/simplenameclashresolverequest.hxx +include/ucbhelper/ucbhelperdllapi.h +include/uno/Enterable.h +include/uno/EnvDcp.h +include/uno/any2.h +include/uno/current_context.h +include/uno/current_context.hxx +include/uno/data.h +include/uno/dispatcher.h +include/uno/dispatcher.hxx +include/uno/environment.h +include/uno/environment.hxx +include/uno/lbnames.h +include/uno/mapping.h +include/uno/mapping.hxx +include/uno/sequence2.h +include/uno/threadpool.h +include/unoidl/detail/dllapi.hxx +include/unoidl/unoidl.hxx +include/unotest/bootstrapfixturebase.hxx +include/unotest/directories.hxx +include/unotest/filters-test.hxx +include/unotest/gettestargument.hxx +include/unotest/macros_test.hxx +include/unotest/officeconnection.hxx +include/unotest/toabsolutefileurl.hxx +include/unotools/ZipPackageHelper.hxx +include/unotools/accessiblerelationsethelper.hxx +include/unotools/accessiblestatesethelper.hxx +include/unotools/bootstrap.hxx +include/unotools/calendarwrapper.hxx +include/unotools/caserotate.hxx +include/unotools/charclass.hxx +include/unotools/closeveto.hxx +include/unotools/cmdoptions.hxx +include/unotools/collatorwrapper.hxx +include/unotools/compatibility.hxx +include/unotools/configitem.hxx +include/unotools/configmgr.hxx +include/unotools/confignode.hxx +include/unotools/configpaths.hxx +include/unotools/configvaluecontainer.hxx +include/unotools/datetime.hxx +include/unotools/defaultoptions.hxx +include/unotools/desktopterminationobserver.hxx +include/unotools/digitgroupingiterator.hxx +include/unotools/docinfohelper.hxx +include/unotools/dynamicmenuoptions.hxx +include/unotools/eventcfg.hxx +include/unotools/eventlisteneradapter.hxx +include/unotools/extendedsecurityoptions.hxx +include/unotools/fltrcfg.hxx +include/unotools/fontcfg.hxx +include/unotools/fontcvt.hxx +include/unotools/fontdefs.hxx +include/unotools/fontoptions.hxx +include/unotools/historyoptions.hxx +include/unotools/intlwrapper.hxx +include/unotools/itemholderbase.hxx +include/unotools/lingucfg.hxx +include/unotools/linguprops.hxx +include/unotools/localedatawrapper.hxx +include/unotools/localfilehelper.hxx +include/unotools/mediadescriptor.hxx +include/unotools/misccfg.hxx +include/unotools/moduleoptions.hxx +include/unotools/nativenumberwrapper.hxx +include/unotools/options.hxx +include/unotools/optionsdlg.hxx +include/unotools/pathoptions.hxx +include/unotools/printwarningoptions.hxx +include/unotools/progresshandlerwrap.hxx +include/unotools/readwritemutexguard.hxx +include/unotools/resmgr.hxx +include/unotools/saveopt.hxx +include/unotools/searchopt.hxx +include/unotools/securityoptions.hxx +include/unotools/sharedunocomponent.hxx +include/unotools/streamhelper.hxx +include/unotools/streamwrap.hxx +include/unotools/syslocale.hxx +include/unotools/syslocaleoptions.hxx +include/unotools/tempfile.hxx +include/unotools/textsearch.hxx +include/unotools/transliterationwrapper.hxx +include/unotools/ucbhelper.hxx +include/unotools/ucbstreamhelper.hxx +include/unotools/unotoolsdllapi.h +include/unotools/useroptions.hxx +include/unotools/viewoptions.hxx +include/unotools/wincodepage.hxx +include/vbahelper/helperdecl.hxx +include/vbahelper/vbaaccesshelper.hxx +include/vbahelper/vbaapplicationbase.hxx +include/vbahelper/vbacollectionimpl.hxx +include/vbahelper/vbadialogbase.hxx +include/vbahelper/vbadialogsbase.hxx +include/vbahelper/vbadllapi.h +include/vbahelper/vbadocumentbase.hxx +include/vbahelper/vbadocumentsbase.hxx +include/vbahelper/vbaeventshelperbase.hxx +include/vbahelper/vbafontbase.hxx +include/vbahelper/vbaglobalbase.hxx +include/vbahelper/vbahelper.hxx +include/vbahelper/vbahelperinterface.hxx +include/vbahelper/vbapagesetupbase.hxx +include/vbahelper/vbapropvalue.hxx +include/vbahelper/vbareturntypes.hxx +include/vbahelper/vbashape.hxx +include/vbahelper/vbashaperange.hxx +include/vbahelper/vbashapes.hxx +include/vbahelper/vbatextframe.hxx +include/vbahelper/vbawindowbase.hxx +include/vcl/AccessibleBrowseBoxObjType.hxx +include/vcl/BitmapBuffer.hxx +include/vcl/BitmapColor.hxx +include/vcl/BitmapPalette.hxx +include/vcl/BitmapTools.hxx +include/vcl/ColorMask.hxx +include/vcl/EnumContext.hxx +include/vcl/FilterConfigItem.hxx +include/vcl/GraphicObject.hxx +include/vcl/IContext.hxx +include/vcl/IDialogRenderable.hxx +include/vcl/IPrioritable.hxx +include/vcl/ITiledRenderable.hxx +include/vcl/IconThemeInfo.hxx +include/vcl/ImageTree.hxx +include/vcl/NotebookbarContextControl.hxx +include/vcl/Scanline.hxx +include/vcl/abstdlg.hxx +include/vcl/accel.hxx +include/vcl/accessiblefactory.hxx +include/vcl/accessibletable.hxx +include/vcl/accessibletableprovider.hxx +include/vcl/alpha.hxx +include/vcl/bitmap.hxx +include/vcl/bitmapaccess.hxx +include/vcl/bitmapex.hxx +include/vcl/builder.hxx +include/vcl/builderfactory.hxx +include/vcl/button.hxx +include/vcl/cairo.hxx +include/vcl/canvastools.hxx +include/vcl/checksum.hxx +include/vcl/commandevent.hxx +include/vcl/commandinfoprovider.hxx +include/vcl/ctrl.hxx +include/vcl/cursor.hxx +include/vcl/cvtgrf.hxx +include/vcl/decoview.hxx +include/vcl/dibtools.hxx +include/vcl/dllapi.h +include/vcl/dndhelp.hxx +include/vcl/dockingarea.hxx +include/vcl/dockwin.hxx +include/vcl/edit.hxx +include/vcl/embeddedfontshelper.hxx +include/vcl/errcode.hxx +include/vcl/errinf.hxx +include/vcl/event.hxx +include/vcl/evntpost.hxx +include/vcl/exceptiontypes.hxx +include/vcl/extoutdevdata.hxx +include/vcl/field.hxx +include/vcl/fixed.hxx +include/vcl/floatwin.hxx +include/vcl/formatter.hxx +include/vcl/fntstyle.hxx +include/vcl/font.hxx +include/vcl/fontcapabilities.hxx +include/vcl/fontcharmap.hxx +include/vcl/gdimetafiletools.hxx +include/vcl/gdimtf.hxx +include/vcl/gfxlink.hxx +include/vcl/gradient.hxx +include/vcl/graph.hxx +include/vcl/graphicfilter.hxx +include/vcl/graphictools.hxx +include/vcl/hatch.hxx +include/vcl/headbar.hxx +include/vcl/help.hxx +include/vcl/i18nhelp.hxx +include/vcl/idle.hxx +include/vcl/image.hxx +include/vcl/imap.hxx +include/vcl/imapcirc.hxx +include/vcl/imapobj.hxx +include/vcl/imappoly.hxx +include/vcl/imaprect.hxx +include/vcl/inetimg.hxx +include/vcl/inputctx.hxx +include/vcl/inputtypes.hxx +include/vcl/introwin.hxx +include/vcl/ivctrl.hxx +include/vcl/jobset.hxx +include/vcl/keycod.hxx +include/vcl/keycodes.hxx +include/vcl/layout.hxx +include/vcl/lazydelete.hxx +include/vcl/lineinfo.hxx +include/vcl/longcurr.hxx +include/vcl/mapmod.hxx +include/vcl/menu.hxx +include/vcl/menubtn.hxx +include/vcl/metaact.hxx +include/vcl/metaactiontypes.hxx +include/vcl/metric.hxx +include/vcl/mnemonic.hxx +include/vcl/mnemonicengine.hxx +include/vcl/mtfxmldump.hxx +include/vcl/notebookbar.hxx +include/vcl/oldprintadaptor.hxx +include/vcl/opengl/OpenGLContext.hxx +include/vcl/opengl/OpenGLHelper.hxx +include/vcl/opengl/OpenGLWrapper.hxx +include/vcl/outdev.hxx +include/vcl/outdevmap.hxx +include/vcl/outdevstate.hxx +include/vcl/pdfextoutdevdata.hxx +include/vcl/pdfwriter.hxx +include/vcl/pngread.hxx +include/vcl/pngwrite.hxx +include/vcl/print.hxx +include/vcl/prntypes.hxx +include/vcl/ptrstyle.hxx +include/vcl/quickselectionengine.hxx +include/vcl/region.hxx +include/vcl/roadmapwizard.hxx +include/vcl/salctype.hxx +include/vcl/salgtype.hxx +include/vcl/salnativewidgets.hxx +include/vcl/scheduler.hxx +include/vcl/scopedbitmapaccess.hxx +include/vcl/scrbar.hxx +include/vcl/seleng.hxx +include/vcl/settings.hxx +include/vcl/sound.hxx +include/vcl/spinfld.hxx +include/vcl/split.hxx +include/vcl/splitwin.hxx +include/vcl/status.hxx +include/vcl/stdtext.hxx +include/vcl/svapp.hxx +include/vcl/svlbitm.hxx +include/vcl/svtaccessiblefactory.hxx +include/vcl/syschild.hxx +include/vcl/sysdata.hxx +include/vcl/syswin.hxx +include/vcl/tabctrl.hxx +include/vcl/tabpage.hxx +include/vcl/task.hxx +include/vcl/taskpanelist.hxx +include/vcl/textdata.hxx +include/vcl/texteng.hxx +include/vcl/textrectinfo.hxx +include/vcl/textview.hxx +include/vcl/threadex.hxx +include/vcl/timer.hxx +include/vcl/toolbox.hxx +include/vcl/toolkit/button.hxx +include/vcl/toolkit/combobox.hxx +include/vcl/toolkit/controllayout.hxx +include/vcl/toolkit/dialog.hxx +include/vcl/toolkit/field.hxx +include/vcl/toolkit/fixed.hxx +include/vcl/toolkit/fixedhyper.hxx +include/vcl/toolkit/fmtfield.hxx +include/vcl/toolkit/group.hxx +include/vcl/toolkit/imgctrl.hxx +include/vcl/toolkit/lstbox.hxx +include/vcl/toolkit/morebtn.hxx +include/vcl/toolkit/prgsbar.hxx +include/vcl/toolkit/roadmap.hxx +include/vcl/toolkit/spin.hxx +include/vcl/toolkit/svtabbx.hxx +include/vcl/toolkit/tabdlg.hxx +include/vcl/toolkit/throbber.hxx +include/vcl/toolkit/unowrap.hxx +include/vcl/transfer.hxx +include/vcl/treelist.hxx +include/vcl/treelistbox.hxx +include/vcl/treelistentry.hxx +include/vcl/txtattr.hxx +include/vcl/uitest/factory.hxx +include/vcl/uitest/uiobject.hxx +include/vcl/uitest/uitest.hxx +include/vcl/unohelp.hxx +include/vcl/unohelp2.hxx +include/vcl/vclenum.hxx +include/vcl/vclevent.hxx +include/vcl/vcllayout.hxx +include/vcl/vclmain.hxx +include/vcl/vclmedit.hxx +include/vcl/vclptr.hxx +include/vcl/vclreferencebase.hxx +include/vcl/vectorgraphicdata.hxx +include/vcl/viewdataentry.hxx +include/vcl/virdev.hxx +include/vcl/waitobj.hxx +include/vcl/wall.hxx +include/vcl/window.hxx +include/vcl/wizardmachine.hxx +include/vcl/wmf.hxx +include/vcl/wmfexternal.hxx +include/vcl/wrkwin.hxx +include/vcl/xtextedt.hxx +include/xmloff/DashStyle.hxx +include/xmloff/DocumentSettingsContext.hxx +include/xmloff/EnumPropertyHdl.hxx +include/xmloff/GradientStyle.hxx +include/xmloff/HatchStyle.hxx +include/xmloff/ImageStyle.hxx +include/xmloff/MarkerStyle.hxx +include/xmloff/NamedBoolPropertyHdl.hxx +include/xmloff/ProgressBarHelper.hxx +include/xmloff/SchXMLExportHelper.hxx +include/xmloff/SchXMLImportHelper.hxx +include/xmloff/SchXMLSeriesHelper.hxx +include/xmloff/SettingsExportHelper.hxx +include/xmloff/SinglePropertySetInfoCache.hxx +include/xmloff/XMLBase64ImportContext.hxx +include/xmloff/XMLCharContext.hxx +include/xmloff/XMLConstantsPropertyHandler.hxx +include/xmloff/XMLEventExport.hxx +include/xmloff/XMLEventsImportContext.hxx +include/xmloff/XMLFilterServiceNames.h +include/xmloff/XMLFontAutoStylePool.hxx +include/xmloff/XMLFontStylesContext.hxx +include/xmloff/XMLGraphicsDefaultStyle.hxx +include/xmloff/XMLPageExport.hxx +include/xmloff/XMLSettingsExportContext.hxx +include/xmloff/XMLShapeStyleContext.hxx +include/xmloff/XMLTextListAutoStylePool.hxx +include/xmloff/XMLTextMasterPageContext.hxx +include/xmloff/XMLTextMasterPageExport.hxx +include/xmloff/XMLTextMasterStylesContext.hxx +include/xmloff/XMLTextShapeImportHelper.hxx +include/xmloff/XMLTextShapeStyleContext.hxx +include/xmloff/XMLTextTableContext.hxx +include/xmloff/animationexport.hxx +include/xmloff/animexp.hxx +include/xmloff/attrlist.hxx +include/xmloff/autolayout.hxx +include/xmloff/contextid.hxx +include/xmloff/controlpropertyhdl.hxx +include/xmloff/families.hxx +include/xmloff/formlayerexport.hxx +include/xmloff/formlayerimport.hxx +include/xmloff/i18nmap.hxx +include/xmloff/languagetagodf.hxx +include/xmloff/maptype.hxx +include/xmloff/nmspmap.hxx +include/xmloff/numehelp.hxx +include/xmloff/odffields.hxx +include/xmloff/prhdlfac.hxx +include/xmloff/prstylei.hxx +include/xmloff/settingsstore.hxx +include/xmloff/shapeexport.hxx +include/xmloff/shapeimport.hxx +include/xmloff/styleexp.hxx +include/xmloff/table/XMLTableExport.hxx +include/xmloff/table/XMLTableImport.hxx +include/xmloff/txtimp.hxx +include/xmloff/txtimppr.hxx +include/xmloff/txtparae.hxx +include/xmloff/txtprmap.hxx +include/xmloff/txtstyli.hxx +include/xmloff/unoatrcn.hxx +include/xmloff/unointerfacetouniqueidentifiermapper.hxx +include/xmloff/xformsexport.hxx +include/xmloff/xformsimport.hxx +include/xmloff/xmlaustp.hxx +include/xmloff/xmlcnimp.hxx +include/xmloff/xmlement.hxx +include/xmloff/xmlerror.hxx +include/xmloff/xmlevent.hxx +include/xmloff/xmlexp.hxx +include/xmloff/xmlexppr.hxx +include/xmloff/xmlictxt.hxx +include/xmloff/xmlimp.hxx +include/xmloff/xmlimppr.hxx +include/xmloff/xmlmetae.hxx +include/xmloff/xmlmetai.hxx +include/xmloff/xmlnmspe.hxx +include/xmloff/xmlnume.hxx +include/xmloff/xmlnumfe.hxx +include/xmloff/xmlnumfi.hxx +include/xmloff/xmlnumi.hxx +include/xmloff/xmlprcon.hxx +include/xmloff/xmlprhdl.hxx +include/xmloff/xmlprmap.hxx +include/xmloff/xmlscripti.hxx +include/xmloff/xmlstyle.hxx +include/xmloff/xmltkmap.hxx +include/xmloff/xmltoken.hxx +include/xmloff/xmltypes.hxx +include/xmloff/xmluconv.hxx +include/xmlreader/pad.hxx +include/xmlreader/span.hxx +include/xmlreader/xmlreader.hxx +include/xmlscript/xml_helper.hxx +include/xmlscript/xmldlg_imexp.hxx +include/xmlscript/xmllib_imexp.hxx +include/xmlscript/xmlmod_imexp.hxx +include/xmlscript/xmlscriptdllapi.h +io/qa/textinputstream.cxx +io/source/TextInputStream/TextInputStream.cxx +io/source/TextOutputStream/TextOutputStream.cxx +io/source/acceptor/acc_pipe.cxx +io/source/acceptor/acc_socket.cxx +io/source/acceptor/acceptor.cxx +io/source/acceptor/acceptor.hxx +io/source/connector/connector.cxx +io/source/connector/connector.hxx +io/source/connector/ctr_pipe.cxx +io/source/connector/ctr_socket.cxx +io/source/services.cxx +io/source/services.hxx +io/source/stm/odata.cxx +io/source/stm/omark.cxx +io/source/stm/opipe.cxx +io/source/stm/opump.cxx +io/source/stm/streamhelper.cxx +io/source/stm/streamhelper.hxx +io/test/stm/datatest.cxx +io/test/stm/marktest.cxx +io/test/stm/pipetest.cxx +io/test/stm/pumptest.cxx +io/test/stm/testfactreg.cxx +io/test/stm/testfactreg.hxx +io/test/testcomponent.cxx +io/test/testconnection.cxx +ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h +ios/source/LibreOfficeKit.c +ios/source/LibreOfficeKit.h +javaunohelper/source/bootstrap.cxx +javaunohelper/source/javaunohelper.cxx +javaunohelper/source/juhx-export-functions.hxx +javaunohelper/source/juhx-export-types.hxx +javaunohelper/source/preload.cxx +javaunohelper/source/vm.cxx +javaunohelper/source/vm.hxx +jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c +jurt/source/pipe/staticsalhack.cxx +jurt/source/pipe/wrapper/wrapper.c +jvmaccess/source/classpath.cxx +jvmaccess/source/unovirtualmachine.cxx +jvmaccess/source/virtualmachine.cxx +jvmaccess/workbench/exceptiontest1.cxx +jvmaccess/workbench/javainfo/javainfotest.cxx +jvmfwk/inc/elements.hxx +jvmfwk/inc/fwkbase.hxx +jvmfwk/inc/fwkutil.hxx +jvmfwk/inc/libxmlutil.hxx +jvmfwk/inc/vendorbase.hxx +jvmfwk/inc/vendorplugin.hxx +jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx +jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx +jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx +jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx +jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx +jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx +jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx +jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx +jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx +jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx +jvmfwk/plugins/sunmajor/pluginlib/util.cxx +jvmfwk/plugins/sunmajor/pluginlib/util.hxx +jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx +jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx +jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx +jvmfwk/plugins/sunmajor/pluginlib/vendorlist.hxx +jvmfwk/source/elements.cxx +jvmfwk/source/framework.cxx +jvmfwk/source/framework.hxx +jvmfwk/source/fwkbase.cxx +jvmfwk/source/fwkutil.cxx +jvmfwk/source/libxmlutil.cxx +l10ntools/inc/cfglex.hxx +l10ntools/inc/cfgmerge.hxx +l10ntools/inc/common.hxx +l10ntools/inc/export.hxx +l10ntools/inc/helper.hxx +l10ntools/inc/helpmerge.hxx +l10ntools/inc/lngmerge.hxx +l10ntools/inc/po.hxx +l10ntools/inc/propmerge.hxx +l10ntools/inc/tokens.h +l10ntools/inc/treemerge.hxx +l10ntools/inc/xmlparse.hxx +l10ntools/inc/xrmlex.hxx +l10ntools/inc/xrmmerge.hxx +l10ntools/source/cfgmerge.cxx +l10ntools/source/common.cxx +l10ntools/source/helper.cxx +l10ntools/source/helpex.cxx +l10ntools/source/helpmerge.cxx +l10ntools/source/idxdict/idxdict.cxx +l10ntools/source/lngex.cxx +l10ntools/source/lngmerge.cxx +l10ntools/source/localize.cxx +l10ntools/source/merge.cxx +l10ntools/source/po.cxx +l10ntools/source/pocheck.cxx +l10ntools/source/propex.cxx +l10ntools/source/propmerge.cxx +l10ntools/source/treemerge.cxx +l10ntools/source/treex.cxx +l10ntools/source/xmlparse.cxx +l10ntools/source/xrmmerge.cxx +libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx +libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx +libreofficekit/qa/gtktiledviewer/gtv-application.cxx +libreofficekit/qa/gtktiledviewer/gtv-application.hxx +libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx +libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx +libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx +libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx +libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx +libreofficekit/qa/gtktiledviewer/gtv-helpers.hxx +libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx +libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.hxx +libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.cxx +libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.hxx +libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx +libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx +libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.cxx +libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx +libreofficekit/qa/tilebench/tilebench.cxx +libreofficekit/qa/unit/compile_test.c +libreofficekit/qa/unit/tiledrendering.cxx +libreofficekit/source/gtk/lokdocview.cxx +libreofficekit/source/gtk/tilebuffer.cxx +libreofficekit/source/gtk/tilebuffer.hxx +lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx +lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx +lingucomponent/source/languageguessing/guess.cxx +lingucomponent/source/languageguessing/guess.hxx +lingucomponent/source/languageguessing/guesslang.cxx +lingucomponent/source/languageguessing/simpleguesser.cxx +lingucomponent/source/languageguessing/simpleguesser.hxx +lingucomponent/source/lingutil/lingutil.cxx +lingucomponent/source/lingutil/lingutil.hxx +lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +lingucomponent/source/spellcheck/spell/sspellimp.cxx +lingucomponent/source/spellcheck/spell/sspellimp.hxx +lingucomponent/source/thesaurus/libnth/nthesdta.cxx +lingucomponent/source/thesaurus/libnth/nthesdta.hxx +lingucomponent/source/thesaurus/libnth/nthesimp.cxx +lingucomponent/source/thesaurus/libnth/nthesimp.hxx +linguistic/inc/iprcache.hxx +linguistic/source/convdic.cxx +linguistic/source/convdic.hxx +linguistic/source/convdiclist.cxx +linguistic/source/convdiclist.hxx +linguistic/source/convdicxml.cxx +linguistic/source/convdicxml.hxx +linguistic/source/defs.hxx +linguistic/source/dicimp.cxx +linguistic/source/dicimp.hxx +linguistic/source/dlistimp.cxx +linguistic/source/dlistimp.hxx +linguistic/source/gciterator.cxx +linguistic/source/gciterator.hxx +linguistic/source/hhconvdic.cxx +linguistic/source/hhconvdic.hxx +linguistic/source/hyphdsp.cxx +linguistic/source/hyphdsp.hxx +linguistic/source/hyphdta.cxx +linguistic/source/iprcache.cxx +linguistic/source/lngopt.cxx +linguistic/source/lngopt.hxx +linguistic/source/lngprophelp.cxx +linguistic/source/lngreg.cxx +linguistic/source/lngreg.hxx +linguistic/source/lngsvcmgr.cxx +linguistic/source/lngsvcmgr.hxx +linguistic/source/misc.cxx +linguistic/source/misc2.cxx +linguistic/source/spelldsp.cxx +linguistic/source/spelldsp.hxx +linguistic/source/spelldta.cxx +linguistic/source/thesdsp.cxx +linguistic/source/thesdsp.hxx +linguistic/workben/sprophelp.cxx +linguistic/workben/sprophelp.hxx +linguistic/workben/sreg.cxx +linguistic/workben/sspellimp.cxx +linguistic/workben/sspellimp.hxx +lotuswordpro/inc/localtime.hxx +lotuswordpro/inc/lwpatomholder.hxx +lotuswordpro/inc/lwpbasetype.hxx +lotuswordpro/inc/lwpcolor.hxx +lotuswordpro/inc/lwpdefs.hxx +lotuswordpro/inc/lwpfilehdr.hxx +lotuswordpro/inc/lwpfont.hxx +lotuswordpro/inc/lwpfoundry.hxx +lotuswordpro/inc/lwpfrib.hxx +lotuswordpro/inc/lwpglobalmgr.hxx +lotuswordpro/inc/lwpidxmgr.hxx +lotuswordpro/inc/lwpobj.hxx +lotuswordpro/inc/lwpobjfactory.hxx +lotuswordpro/inc/lwpobjhdr.hxx +lotuswordpro/inc/lwpobjid.hxx +lotuswordpro/inc/lwpobjstrm.hxx +lotuswordpro/inc/lwpobjtags.hxx +lotuswordpro/inc/lwpoverride.hxx +lotuswordpro/inc/lwpsvstream.hxx +lotuswordpro/inc/lwptools.hxx +lotuswordpro/inc/xfilter/ixfstream.hxx +lotuswordpro/inc/xfilter/ixfstyle.hxx +lotuswordpro/inc/xfilter/xfannotation.hxx +lotuswordpro/inc/xfilter/xfarrowstyle.hxx +lotuswordpro/inc/xfilter/xfbgimage.hxx +lotuswordpro/inc/xfilter/xfbookmark.hxx +lotuswordpro/inc/xfilter/xfborders.hxx +lotuswordpro/inc/xfilter/xfbreaks.hxx +lotuswordpro/inc/xfilter/xfcell.hxx +lotuswordpro/inc/xfilter/xfcellstyle.hxx +lotuswordpro/inc/xfilter/xfchange.hxx +lotuswordpro/inc/xfilter/xfcolor.hxx +lotuswordpro/inc/xfilter/xfcolstyle.hxx +lotuswordpro/inc/xfilter/xfcolumns.hxx +lotuswordpro/inc/xfilter/xfconfigmanager.hxx +lotuswordpro/inc/xfilter/xfcontentcontainer.hxx +lotuswordpro/inc/xfilter/xfcrossref.hxx +lotuswordpro/inc/xfilter/xfdatestyle.hxx +lotuswordpro/inc/xfilter/xfdocfield.hxx +lotuswordpro/inc/xfilter/xfdrawgroup.hxx +lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx +lotuswordpro/inc/xfilter/xfdrawobj.hxx +lotuswordpro/inc/xfilter/xfdrawpath.hxx +lotuswordpro/inc/xfilter/xfdrawpolyline.hxx +lotuswordpro/inc/xfilter/xfdrawrect.hxx +lotuswordpro/inc/xfilter/xfdrawstyle.hxx +lotuswordpro/inc/xfilter/xfdropcap.hxx +lotuswordpro/inc/xfilter/xfendnote.hxx +lotuswordpro/inc/xfilter/xfentry.hxx +lotuswordpro/inc/xfilter/xffloatframe.hxx +lotuswordpro/inc/xfilter/xffont.hxx +lotuswordpro/inc/xfilter/xffontdecl.hxx +lotuswordpro/inc/xfilter/xffooter.hxx +lotuswordpro/inc/xfilter/xffooterstyle.hxx +lotuswordpro/inc/xfilter/xffootnote.hxx +lotuswordpro/inc/xfilter/xffootnoteconfig.hxx +lotuswordpro/inc/xfilter/xfframe.hxx +lotuswordpro/inc/xfilter/xfframestyle.hxx +lotuswordpro/inc/xfilter/xfglobal.hxx +lotuswordpro/inc/xfilter/xfheader.hxx +lotuswordpro/inc/xfilter/xfheaderstyle.hxx +lotuswordpro/inc/xfilter/xfhyperlink.hxx +lotuswordpro/inc/xfilter/xfimagestyle.hxx +lotuswordpro/inc/xfilter/xfindex.hxx +lotuswordpro/inc/xfilter/xfinputlist.hxx +lotuswordpro/inc/xfilter/xflinebreak.hxx +lotuswordpro/inc/xfilter/xflineheight.hxx +lotuswordpro/inc/xfilter/xflinenumberconfig.hxx +lotuswordpro/inc/xfilter/xflist.hxx +lotuswordpro/inc/xfilter/xflistitem.hxx +lotuswordpro/inc/xfilter/xfliststyle.hxx +lotuswordpro/inc/xfilter/xfmargins.hxx +lotuswordpro/inc/xfilter/xfmasterpage.hxx +lotuswordpro/inc/xfilter/xfnumberstyle.hxx +lotuswordpro/inc/xfilter/xfnumfmt.hxx +lotuswordpro/inc/xfilter/xfofficemeta.hxx +lotuswordpro/inc/xfilter/xfpadding.hxx +lotuswordpro/inc/xfilter/xfpagecount.hxx +lotuswordpro/inc/xfilter/xfpagemaster.hxx +lotuswordpro/inc/xfilter/xfpagenumber.hxx +lotuswordpro/inc/xfilter/xfparastyle.hxx +lotuswordpro/inc/xfilter/xfplaceholder.hxx +lotuswordpro/inc/xfilter/xfpoint.hxx +lotuswordpro/inc/xfilter/xfrect.hxx +lotuswordpro/inc/xfilter/xfrow.hxx +lotuswordpro/inc/xfilter/xfrowstyle.hxx +lotuswordpro/inc/xfilter/xfruby.hxx +lotuswordpro/inc/xfilter/xfrubystyle.hxx +lotuswordpro/inc/xfilter/xfsaxstream.hxx +lotuswordpro/inc/xfilter/xfsectionstyle.hxx +lotuswordpro/inc/xfilter/xfshadow.hxx +lotuswordpro/inc/xfilter/xfstyle.hxx +lotuswordpro/inc/xfilter/xfstylecont.hxx +lotuswordpro/inc/xfilter/xfstylemanager.hxx +lotuswordpro/inc/xfilter/xftable.hxx +lotuswordpro/inc/xfilter/xftablestyle.hxx +lotuswordpro/inc/xfilter/xftabstop.hxx +lotuswordpro/inc/xfilter/xftextspan.hxx +lotuswordpro/inc/xfilter/xftextstyle.hxx +lotuswordpro/inc/xfilter/xftimestyle.hxx +lotuswordpro/inc/xfilter/xfutil.hxx +lotuswordpro/qa/cppunit/test_lotuswordpro.cxx +lotuswordpro/source/filter/LotusWordProImportFilter.cxx +lotuswordpro/source/filter/LotusWordProImportFilter.hxx +lotuswordpro/source/filter/bencont.cxx +lotuswordpro/source/filter/benlist.cxx +lotuswordpro/source/filter/benname.cxx +lotuswordpro/source/filter/benobj.cxx +lotuswordpro/source/filter/bento.hxx +lotuswordpro/source/filter/benval.cxx +lotuswordpro/source/filter/clone.hxx +lotuswordpro/source/filter/explode.cxx +lotuswordpro/source/filter/explode.hxx +lotuswordpro/source/filter/first.hxx +lotuswordpro/source/filter/localtime.cxx +lotuswordpro/source/filter/lwp9reader.cxx +lotuswordpro/source/filter/lwp9reader.hxx +lotuswordpro/source/filter/lwpatomholder.cxx +lotuswordpro/source/filter/lwpbackgroundstuff.cxx +lotuswordpro/source/filter/lwpbackgroundstuff.hxx +lotuswordpro/source/filter/lwpbasetype.cxx +lotuswordpro/source/filter/lwpborderstuff.cxx +lotuswordpro/source/filter/lwpborderstuff.hxx +lotuswordpro/source/filter/lwpbreaksoverride.cxx +lotuswordpro/source/filter/lwpbreaksoverride.hxx +lotuswordpro/source/filter/lwpbulletstylemgr.cxx +lotuswordpro/source/filter/lwpbulletstylemgr.hxx +lotuswordpro/source/filter/lwpcelllayout.cxx +lotuswordpro/source/filter/lwpcelllayout.hxx +lotuswordpro/source/filter/lwpcharacterstyle.cxx +lotuswordpro/source/filter/lwpcharacterstyle.hxx +lotuswordpro/source/filter/lwpcharborderoverride.hxx +lotuswordpro/source/filter/lwpcharsetmgr.cxx +lotuswordpro/source/filter/lwpcontent.cxx +lotuswordpro/source/filter/lwpcontent.hxx +lotuswordpro/source/filter/lwpdivinfo.cxx +lotuswordpro/source/filter/lwpdivinfo.hxx +lotuswordpro/source/filter/lwpdivopts.cxx +lotuswordpro/source/filter/lwpdivopts.hxx +lotuswordpro/source/filter/lwpdlvlist.cxx +lotuswordpro/source/filter/lwpdlvlist.hxx +lotuswordpro/source/filter/lwpdoc.cxx +lotuswordpro/source/filter/lwpdoc.hxx +lotuswordpro/source/filter/lwpdocdata.cxx +lotuswordpro/source/filter/lwpdrawobj.cxx +lotuswordpro/source/filter/lwpdrawobj.hxx +lotuswordpro/source/filter/lwpdropcapmgr.cxx +lotuswordpro/source/filter/lwpfilehdr.cxx +lotuswordpro/source/filter/lwpfilter.cxx +lotuswordpro/source/filter/lwpfnlayout.cxx +lotuswordpro/source/filter/lwpfnlayout.hxx +lotuswordpro/source/filter/lwpfont.cxx +lotuswordpro/source/filter/lwpfootnote.cxx +lotuswordpro/source/filter/lwpfootnote.hxx +lotuswordpro/source/filter/lwpfoundry.cxx +lotuswordpro/source/filter/lwpframelayout.cxx +lotuswordpro/source/filter/lwpframelayout.hxx +lotuswordpro/source/filter/lwpfrib.cxx +lotuswordpro/source/filter/lwpfribbreaks.cxx +lotuswordpro/source/filter/lwpfribbreaks.hxx +lotuswordpro/source/filter/lwpfribframe.cxx +lotuswordpro/source/filter/lwpfribframe.hxx +lotuswordpro/source/filter/lwpfribheader.hxx +lotuswordpro/source/filter/lwpfribmark.cxx +lotuswordpro/source/filter/lwpfribmark.hxx +lotuswordpro/source/filter/lwpfribptr.cxx +lotuswordpro/source/filter/lwpfribptr.hxx +lotuswordpro/source/filter/lwpfribsection.cxx +lotuswordpro/source/filter/lwpfribtable.cxx +lotuswordpro/source/filter/lwpfribtable.hxx +lotuswordpro/source/filter/lwpfribtext.cxx +lotuswordpro/source/filter/lwpfribtext.hxx +lotuswordpro/source/filter/lwpglobalmgr.cxx +lotuswordpro/source/filter/lwpgrfobj.cxx +lotuswordpro/source/filter/lwpgrfobj.hxx +lotuswordpro/source/filter/lwpholder.cxx +lotuswordpro/source/filter/lwpholder.hxx +lotuswordpro/source/filter/lwphyperlinkmgr.cxx +lotuswordpro/source/filter/lwpidxmgr.cxx +lotuswordpro/source/filter/lwplayout.cxx +lotuswordpro/source/filter/lwplayout.hxx +lotuswordpro/source/filter/lwplayoutdef.hxx +lotuswordpro/source/filter/lwplaypiece.cxx +lotuswordpro/source/filter/lwplaypiece.hxx +lotuswordpro/source/filter/lwplnopts.cxx +lotuswordpro/source/filter/lwplnopts.hxx +lotuswordpro/source/filter/lwpmargins.hxx +lotuswordpro/source/filter/lwpmarker.cxx +lotuswordpro/source/filter/lwpmarker.hxx +lotuswordpro/source/filter/lwpnotes.cxx +lotuswordpro/source/filter/lwpnotes.hxx +lotuswordpro/source/filter/lwpnumberingoverride.hxx +lotuswordpro/source/filter/lwpnumericfmt.cxx +lotuswordpro/source/filter/lwpnumericfmt.hxx +lotuswordpro/source/filter/lwpobj.cxx +lotuswordpro/source/filter/lwpobjhdr.cxx +lotuswordpro/source/filter/lwpobjid.cxx +lotuswordpro/source/filter/lwpobjstrm.cxx +lotuswordpro/source/filter/lwpoleobject.cxx +lotuswordpro/source/filter/lwpoleobject.hxx +lotuswordpro/source/filter/lwpoverride.cxx +lotuswordpro/source/filter/lwppagehint.hxx +lotuswordpro/source/filter/lwppagelayout.cxx +lotuswordpro/source/filter/lwppagelayout.hxx +lotuswordpro/source/filter/lwppara.cxx +lotuswordpro/source/filter/lwppara.hxx +lotuswordpro/source/filter/lwppara1.cxx +lotuswordpro/source/filter/lwpparaborderoverride.cxx +lotuswordpro/source/filter/lwpparaborderoverride.hxx +lotuswordpro/source/filter/lwpparaproperty.cxx +lotuswordpro/source/filter/lwpparaproperty.hxx +lotuswordpro/source/filter/lwpparastyle.cxx +lotuswordpro/source/filter/lwpparastyle.hxx +lotuswordpro/source/filter/lwppiece.hxx +lotuswordpro/source/filter/lwpproplist.cxx +lotuswordpro/source/filter/lwpproplist.hxx +lotuswordpro/source/filter/lwpprtinfo.cxx +lotuswordpro/source/filter/lwppttntbl.hxx +lotuswordpro/source/filter/lwpresource.hxx +lotuswordpro/source/filter/lwprowlayout.cxx +lotuswordpro/source/filter/lwprowlayout.hxx +lotuswordpro/source/filter/lwpsdwdrawheader.hxx +lotuswordpro/source/filter/lwpsdwfileloader.cxx +lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx +lotuswordpro/source/filter/lwpsdwrect.cxx +lotuswordpro/source/filter/lwpsection.cxx +lotuswordpro/source/filter/lwpsection.hxx +lotuswordpro/source/filter/lwpshadow.hxx +lotuswordpro/source/filter/lwpsilverbullet.cxx +lotuswordpro/source/filter/lwpsilverbullet.hxx +lotuswordpro/source/filter/lwpsortopt.cxx +lotuswordpro/source/filter/lwpsortopt.hxx +lotuswordpro/source/filter/lwpstory.cxx +lotuswordpro/source/filter/lwpstory.hxx +lotuswordpro/source/filter/lwpstyledef.hxx +lotuswordpro/source/filter/lwpsvstream.cxx +lotuswordpro/source/filter/lwptable.cxx +lotuswordpro/source/filter/lwptable.hxx +lotuswordpro/source/filter/lwptablelayout.cxx +lotuswordpro/source/filter/lwptablelayout.hxx +lotuswordpro/source/filter/lwptaboverride.cxx +lotuswordpro/source/filter/lwptaboverride.hxx +lotuswordpro/source/filter/lwptabrack.cxx +lotuswordpro/source/filter/lwptabrack.hxx +lotuswordpro/source/filter/lwptblcell.cxx +lotuswordpro/source/filter/lwptblcell.hxx +lotuswordpro/source/filter/lwptblformula.cxx +lotuswordpro/source/filter/lwptblformula.hxx +lotuswordpro/source/filter/lwptoc.cxx +lotuswordpro/source/filter/lwptoc.hxx +lotuswordpro/source/filter/lwptools.cxx +lotuswordpro/source/filter/lwpuidoc.cxx +lotuswordpro/source/filter/lwpuidoc.hxx +lotuswordpro/source/filter/lwpusewhen.hxx +lotuswordpro/source/filter/lwpusrdicts.cxx +lotuswordpro/source/filter/lwpvpointer.cxx +lotuswordpro/source/filter/tocread.cxx +lotuswordpro/source/filter/tocread.hxx +lotuswordpro/source/filter/ut.hxx +lotuswordpro/source/filter/utbenvs.cxx +lotuswordpro/source/filter/utlist.cxx +lotuswordpro/source/filter/utlist.hxx +lotuswordpro/source/filter/xfilter/xfbase64.cxx +lotuswordpro/source/filter/xfilter/xfbgimage.cxx +lotuswordpro/source/filter/xfilter/xfborders.cxx +lotuswordpro/source/filter/xfilter/xfcell.cxx +lotuswordpro/source/filter/xfilter/xfcellstyle.cxx +lotuswordpro/source/filter/xfilter/xfchange.cxx +lotuswordpro/source/filter/xfilter/xfcolor.cxx +lotuswordpro/source/filter/xfilter/xfcolstyle.cxx +lotuswordpro/source/filter/xfilter/xfcolumns.cxx +lotuswordpro/source/filter/xfilter/xfconfigmanager.cxx +lotuswordpro/source/filter/xfilter/xfcontentcontainer.cxx +lotuswordpro/source/filter/xfilter/xfcrossref.cxx +lotuswordpro/source/filter/xfilter/xfdate.cxx +lotuswordpro/source/filter/xfilter/xfdatestyle.cxx +lotuswordpro/source/filter/xfilter/xfdocfield.cxx +lotuswordpro/source/filter/xfilter/xfdrawareastyle.cxx +lotuswordpro/source/filter/xfilter/xfdrawareastyle.hxx +lotuswordpro/source/filter/xfilter/xfdrawline.cxx +lotuswordpro/source/filter/xfilter/xfdrawlinestyle.cxx +lotuswordpro/source/filter/xfilter/xfdrawobj.cxx +lotuswordpro/source/filter/xfilter/xfdrawpath.cxx +lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx +lotuswordpro/source/filter/xfilter/xfdrawpolyline.cxx +lotuswordpro/source/filter/xfilter/xfdrawrect.cxx +lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx +lotuswordpro/source/filter/xfilter/xfentry.cxx +lotuswordpro/source/filter/xfilter/xffont.cxx +lotuswordpro/source/filter/xfilter/xffontfactory.cxx +lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx +lotuswordpro/source/filter/xfilter/xfframe.cxx +lotuswordpro/source/filter/xfilter/xfframestyle.cxx +lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx +lotuswordpro/source/filter/xfilter/xfimage.cxx +lotuswordpro/source/filter/xfilter/xfimagestyle.cxx +lotuswordpro/source/filter/xfilter/xfindex.cxx +lotuswordpro/source/filter/xfilter/xflist.cxx +lotuswordpro/source/filter/xfilter/xfliststyle.cxx +lotuswordpro/source/filter/xfilter/xfmargins.cxx +lotuswordpro/source/filter/xfilter/xfmasterpage.cxx +lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx +lotuswordpro/source/filter/xfilter/xfofficemeta.cxx +lotuswordpro/source/filter/xfilter/xfpagemaster.cxx +lotuswordpro/source/filter/xfilter/xfparagraph.cxx +lotuswordpro/source/filter/xfilter/xfparastyle.cxx +lotuswordpro/source/filter/xfilter/xfrow.cxx +lotuswordpro/source/filter/xfilter/xfrowstyle.cxx +lotuswordpro/source/filter/xfilter/xfsaxattrlist.cxx +lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx +lotuswordpro/source/filter/xfilter/xfsaxstream.cxx +lotuswordpro/source/filter/xfilter/xfsection.cxx +lotuswordpro/source/filter/xfilter/xfsectionstyle.cxx +lotuswordpro/source/filter/xfilter/xfshadow.cxx +lotuswordpro/source/filter/xfilter/xfstyle.cxx +lotuswordpro/source/filter/xfilter/xfstylecont.cxx +lotuswordpro/source/filter/xfilter/xfstylemanager.cxx +lotuswordpro/source/filter/xfilter/xftable.cxx +lotuswordpro/source/filter/xfilter/xftablestyle.cxx +lotuswordpro/source/filter/xfilter/xftabstyle.cxx +lotuswordpro/source/filter/xfilter/xftabstyle.hxx +lotuswordpro/source/filter/xfilter/xftextboxstyle.cxx +lotuswordpro/source/filter/xfilter/xftextcontent.cxx +lotuswordpro/source/filter/xfilter/xftextspan.cxx +lotuswordpro/source/filter/xfilter/xftextstyle.cxx +lotuswordpro/source/filter/xfilter/xftimestyle.cxx +lotuswordpro/source/filter/xfilter/xfutil.cxx +o3tl/qa/cow_wrapper_clients.cxx +o3tl/qa/cow_wrapper_clients.hxx +o3tl/qa/test-cow_wrapper.cxx +o3tl/qa/test-enumarray.cxx +o3tl/qa/test-lru_map.cxx +o3tl/qa/test-safeint.cxx +o3tl/qa/test-sorted_vector.cxx +o3tl/qa/test-span.cxx +o3tl/qa/test-typed_flags.cxx +o3tl/qa/test-vector_pool.cxx +odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx +odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx +odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx +odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx +odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx +odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.cxx +odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx +odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.c +odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.h +odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.c +odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.h +odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx +odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx +odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx +odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx +odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx +odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx +odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx +odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx +odk/examples/OLE/activex/SOActiveX.cpp +odk/examples/OLE/activex/SOActiveX.h +odk/examples/OLE/activex/SOComWindowPeer.cpp +odk/examples/OLE/activex/SOComWindowPeer.h +odk/examples/OLE/activex/StdAfx2.h +odk/examples/OLE/activex/resource.h +odk/examples/OLE/activex/so_activex.cpp +odk/examples/cpp/DocumentLoader/DocumentLoader.cxx +odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx +odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx +odk/examples/cpp/complextoolbarcontrols/ListenerHelper.h +odk/examples/cpp/complextoolbarcontrols/MyJob.cxx +odk/examples/cpp/complextoolbarcontrols/MyJob.h +odk/examples/cpp/complextoolbarcontrols/MyListener.cxx +odk/examples/cpp/complextoolbarcontrols/MyListener.h +odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx +odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h +odk/examples/cpp/complextoolbarcontrols/WriterListener.cxx +odk/examples/cpp/complextoolbarcontrols/exports.cxx +odk/examples/cpp/counter/counter.cxx +odk/examples/cpp/counter/countermain.cxx +odk/examples/cpp/custompanel/ctp_factory.cxx +odk/examples/cpp/custompanel/ctp_factory.hxx +odk/examples/cpp/custompanel/ctp_panel.cxx +odk/examples/cpp/custompanel/ctp_panel.hxx +odk/examples/cpp/custompanel/ctp_services.cxx +odk/examples/cpp/remoteclient/remoteclient.cxx +odk/qa/checkapi/checkapi.cxx +odk/source/unoapploader/unx/unoapploader.c +odk/source/unoapploader/win/unoapploader.c +odk/source/unowinreg/win/unowinreg.cxx +officecfg/qa/cppheader.cxx +onlineupdate/inc/Char16.h +onlineupdate/inc/bspatch.h +onlineupdate/source/libmar/sign/mar_sign.c +onlineupdate/source/libmar/sign/nss_secutil.c +onlineupdate/source/libmar/sign/nss_secutil.h +onlineupdate/source/libmar/src/mar_create.c +onlineupdate/source/libmar/src/mar_extract.c +onlineupdate/source/libmar/src/mar_read.c +onlineupdate/source/libmar/tool/mar.c +onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp +onlineupdate/source/libmar/verify/cryptox.c +onlineupdate/source/libmar/verify/cryptox.h +onlineupdate/source/libmar/verify/mar_verify.c +onlineupdate/source/mbsdiff/bsdiff.cxx +onlineupdate/source/service/certificatecheck.cxx +onlineupdate/source/service/certificatecheck.hxx +onlineupdate/source/service/maintenanceservice.cxx +onlineupdate/source/service/maintenanceservice.hxx +onlineupdate/source/service/registrycertificates.cxx +onlineupdate/source/service/registrycertificates.hxx +onlineupdate/source/service/resource.hxx +onlineupdate/source/service/servicebase.cxx +onlineupdate/source/service/servicebase.hxx +onlineupdate/source/service/serviceinstall.cxx +onlineupdate/source/service/serviceinstall.hxx +onlineupdate/source/service/windowsHelper.hxx +onlineupdate/source/service/workmonitor.cxx +onlineupdate/source/service/workmonitor.hxx +onlineupdate/source/update/common/errors.h +onlineupdate/source/update/common/pathhash.cxx +onlineupdate/source/update/common/pathhash.h +onlineupdate/source/update/common/readstrings.cxx +onlineupdate/source/update/common/readstrings.h +onlineupdate/source/update/common/uachelper.cxx +onlineupdate/source/update/common/uachelper.h +onlineupdate/source/update/common/updatedefines.h +onlineupdate/source/update/common/updatehelper.cxx +onlineupdate/source/update/common/updatehelper.h +onlineupdate/source/update/common/updatelogging.cxx +onlineupdate/source/update/common/updatelogging.h +onlineupdate/source/update/common/win_dirent.h +onlineupdate/source/update/updater/archivereader.cxx +onlineupdate/source/update/updater/archivereader.h +onlineupdate/source/update/updater/bspatch.cxx +onlineupdate/source/update/updater/loaddlls.cxx +onlineupdate/source/update/updater/progressui-unused/progressui_gonk.cxx +onlineupdate/source/update/updater/progressui.h +onlineupdate/source/update/updater/progressui_gtk.cxx +onlineupdate/source/update/updater/progressui_gtk_icon.h +onlineupdate/source/update/updater/progressui_null.cxx +onlineupdate/source/update/updater/progressui_win.cxx +onlineupdate/source/update/updater/resource.h +onlineupdate/source/update/updater/updater.cxx +onlineupdate/source/update/updater/win_dirent.cxx +onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx +onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.h +oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx +oox/inc/drawingml/chart/axiscontext.hxx +oox/inc/drawingml/chart/axisconverter.hxx +oox/inc/drawingml/chart/axismodel.hxx +oox/inc/drawingml/chart/chartcontextbase.hxx +oox/inc/drawingml/chart/chartdrawingfragment.hxx +oox/inc/drawingml/chart/chartspaceconverter.hxx +oox/inc/drawingml/chart/chartspacefragment.hxx +oox/inc/drawingml/chart/chartspacemodel.hxx +oox/inc/drawingml/chart/converterbase.hxx +oox/inc/drawingml/chart/datasourcecontext.hxx +oox/inc/drawingml/chart/datasourceconverter.hxx +oox/inc/drawingml/chart/objectformatter.hxx +oox/inc/drawingml/chart/plotareacontext.hxx +oox/inc/drawingml/chart/plotareaconverter.hxx +oox/inc/drawingml/chart/plotareamodel.hxx +oox/inc/drawingml/chart/seriescontext.hxx +oox/inc/drawingml/chart/seriesconverter.hxx +oox/inc/drawingml/chart/seriesmodel.hxx +oox/inc/drawingml/chart/titlecontext.hxx +oox/inc/drawingml/chart/titleconverter.hxx +oox/inc/drawingml/chart/titlemodel.hxx +oox/inc/drawingml/chart/typegroupcontext.hxx +oox/inc/drawingml/chart/typegroupconverter.hxx +oox/inc/drawingml/chart/typegroupmodel.hxx +oox/inc/drawingml/clrschemecontext.hxx +oox/inc/drawingml/colorchoicecontext.hxx +oox/inc/drawingml/customshapegeometry.hxx +oox/inc/drawingml/customshapeproperties.hxx +oox/inc/drawingml/embeddedwavaudiofile.hxx +oox/inc/drawingml/fillproperties.hxx +oox/inc/drawingml/graphicproperties.hxx +oox/inc/drawingml/guidcontext.hxx +oox/inc/drawingml/lineproperties.hxx +oox/inc/drawingml/linepropertiescontext.hxx +oox/inc/drawingml/misccontexts.hxx +oox/inc/drawingml/objectdefaultcontext.hxx +oox/inc/drawingml/scene3dcontext.hxx +oox/inc/drawingml/shape3dproperties.hxx +oox/inc/drawingml/shapepropertiescontext.hxx +oox/inc/drawingml/shapestylecontext.hxx +oox/inc/drawingml/spdefcontext.hxx +oox/inc/drawingml/table/tablebackgroundstylecontext.hxx +oox/inc/drawingml/table/tablecell.hxx +oox/inc/drawingml/table/tablecellcontext.hxx +oox/inc/drawingml/table/tablecontext.hxx +oox/inc/drawingml/table/tablepartstylecontext.hxx +oox/inc/drawingml/table/tableproperties.hxx +oox/inc/drawingml/table/tablerow.hxx +oox/inc/drawingml/table/tablerowcontext.hxx +oox/inc/drawingml/table/tablestyle.hxx +oox/inc/drawingml/table/tablestylecellstylecontext.hxx +oox/inc/drawingml/table/tablestylecontext.hxx +oox/inc/drawingml/table/tablestylelist.hxx +oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx +oox/inc/drawingml/table/tablestylepart.hxx +oox/inc/drawingml/table/tablestyletextstylecontext.hxx +oox/inc/drawingml/textbody.hxx +oox/inc/drawingml/textbodycontext.hxx +oox/inc/drawingml/textbodyproperties.hxx +oox/inc/drawingml/textbodypropertiescontext.hxx +oox/inc/drawingml/textcharacterproperties.hxx +oox/inc/drawingml/textcharacterpropertiescontext.hxx +oox/inc/drawingml/texteffectscontext.hxx +oox/inc/drawingml/textfield.hxx +oox/inc/drawingml/textfieldcontext.hxx +oox/inc/drawingml/textfont.hxx +oox/inc/drawingml/textliststyle.hxx +oox/inc/drawingml/textliststylecontext.hxx +oox/inc/drawingml/textparagraph.hxx +oox/inc/drawingml/textparagraphproperties.hxx +oox/inc/drawingml/textparagraphpropertiescontext.hxx +oox/inc/drawingml/textrun.hxx +oox/inc/drawingml/textspacing.hxx +oox/inc/drawingml/themeelementscontext.hxx +oox/inc/drawingml/transform2dcontext.hxx +oox/qa/token/tokenmap-test.cxx +oox/qa/unit/vba_compression.cxx +oox/qa/unit/vba_encryption.cxx +oox/source/core/binarycodec.cxx +oox/source/core/contexthandler.cxx +oox/source/core/contexthandler2.cxx +oox/source/core/fastparser.cxx +oox/source/core/fasttokenhandler.cxx +oox/source/core/filterbase.cxx +oox/source/core/filterdetect.cxx +oox/source/core/fragmenthandler.cxx +oox/source/core/fragmenthandler2.cxx +oox/source/core/recordparser.cxx +oox/source/core/relations.cxx +oox/source/core/relationshandler.cxx +oox/source/core/xmlfilterbase.cxx +oox/source/crypto/AgileEngine.cxx +oox/source/crypto/CryptTools.cxx +oox/source/crypto/DocumentDecryption.cxx +oox/source/crypto/DocumentEncryption.cxx +oox/source/crypto/Standard2007Engine.cxx +oox/source/docprop/docprophandler.cxx +oox/source/docprop/docprophandler.hxx +oox/source/docprop/ooxmldocpropimport.cxx +oox/source/docprop/ooxmldocpropimport.hxx +oox/source/drawingml/ThemeOverrideFragmentHandler.cxx +oox/source/drawingml/chart/axiscontext.cxx +oox/source/drawingml/chart/axisconverter.cxx +oox/source/drawingml/chart/axismodel.cxx +oox/source/drawingml/chart/chartcontextbase.cxx +oox/source/drawingml/chart/chartconverter.cxx +oox/source/drawingml/chart/chartdrawingfragment.cxx +oox/source/drawingml/chart/chartspaceconverter.cxx +oox/source/drawingml/chart/chartspacefragment.cxx +oox/source/drawingml/chart/chartspacemodel.cxx +oox/source/drawingml/chart/converterbase.cxx +oox/source/drawingml/chart/datasourcecontext.cxx +oox/source/drawingml/chart/datasourceconverter.cxx +oox/source/drawingml/chart/datasourcemodel.cxx +oox/source/drawingml/chart/modelbase.cxx +oox/source/drawingml/chart/objectformatter.cxx +oox/source/drawingml/chart/plotareacontext.cxx +oox/source/drawingml/chart/plotareaconverter.cxx +oox/source/drawingml/chart/plotareamodel.cxx +oox/source/drawingml/chart/seriescontext.cxx +oox/source/drawingml/chart/seriesconverter.cxx +oox/source/drawingml/chart/seriesmodel.cxx +oox/source/drawingml/chart/titlecontext.cxx +oox/source/drawingml/chart/titleconverter.cxx +oox/source/drawingml/chart/titlemodel.cxx +oox/source/drawingml/chart/typegroupcontext.cxx +oox/source/drawingml/chart/typegroupconverter.cxx +oox/source/drawingml/chart/typegroupmodel.cxx +oox/source/drawingml/clrscheme.cxx +oox/source/drawingml/clrschemecontext.cxx +oox/source/drawingml/color.cxx +oox/source/drawingml/colorchoicecontext.cxx +oox/source/drawingml/connectorshapecontext.cxx +oox/source/drawingml/customshapegeometry.cxx +oox/source/drawingml/customshapeproperties.cxx +oox/source/drawingml/diagram/constraintlistcontext.cxx +oox/source/drawingml/diagram/constraintlistcontext.hxx +oox/source/drawingml/diagram/datamodel.cxx +oox/source/drawingml/diagram/datamodel.hxx +oox/source/drawingml/diagram/datamodelcontext.cxx +oox/source/drawingml/diagram/datamodelcontext.hxx +oox/source/drawingml/diagram/diagram.cxx +oox/source/drawingml/diagram/diagram.hxx +oox/source/drawingml/diagram/diagramdefinitioncontext.cxx +oox/source/drawingml/diagram/diagramdefinitioncontext.hxx +oox/source/drawingml/diagram/diagramfragmenthandler.cxx +oox/source/drawingml/diagram/diagramfragmenthandler.hxx +oox/source/drawingml/diagram/diagramlayoutatoms.cxx +oox/source/drawingml/diagram/diagramlayoutatoms.hxx +oox/source/drawingml/diagram/layoutatomvisitorbase.cxx +oox/source/drawingml/diagram/layoutatomvisitorbase.hxx +oox/source/drawingml/diagram/layoutatomvisitors.cxx +oox/source/drawingml/diagram/layoutatomvisitors.hxx +oox/source/drawingml/diagram/layoutnodecontext.cxx +oox/source/drawingml/diagram/layoutnodecontext.hxx +oox/source/drawingml/drawingmltypes.cxx +oox/source/drawingml/effectproperties.cxx +oox/source/drawingml/effectproperties.hxx +oox/source/drawingml/effectpropertiescontext.cxx +oox/source/drawingml/effectpropertiescontext.hxx +oox/source/drawingml/embeddedwavaudiofile.cxx +oox/source/drawingml/fillproperties.cxx +oox/source/drawingml/graphicshapecontext.cxx +oox/source/drawingml/guidcontext.cxx +oox/source/drawingml/hyperlinkcontext.cxx +oox/source/drawingml/hyperlinkcontext.hxx +oox/source/drawingml/lineproperties.cxx +oox/source/drawingml/linepropertiescontext.cxx +oox/source/drawingml/misccontexts.cxx +oox/source/drawingml/objectdefaultcontext.cxx +oox/source/drawingml/scene3dcontext.cxx +oox/source/drawingml/shape.cxx +oox/source/drawingml/shape3dproperties.cxx +oox/source/drawingml/shapecontext.cxx +oox/source/drawingml/shapegroupcontext.cxx +oox/source/drawingml/shapepropertiescontext.cxx +oox/source/drawingml/shapepropertymap.cxx +oox/source/drawingml/shapestylecontext.cxx +oox/source/drawingml/spdefcontext.cxx +oox/source/drawingml/table/tablebackgroundstylecontext.cxx +oox/source/drawingml/table/tablecell.cxx +oox/source/drawingml/table/tablecellcontext.cxx +oox/source/drawingml/table/tablecontext.cxx +oox/source/drawingml/table/tablepartstylecontext.cxx +oox/source/drawingml/table/tableproperties.cxx +oox/source/drawingml/table/tablerow.cxx +oox/source/drawingml/table/tablerowcontext.cxx +oox/source/drawingml/table/tablestyle.cxx +oox/source/drawingml/table/tablestylecellstylecontext.cxx +oox/source/drawingml/table/tablestylecontext.cxx +oox/source/drawingml/table/tablestylelist.cxx +oox/source/drawingml/table/tablestylelistfragmenthandler.cxx +oox/source/drawingml/table/tablestylepart.cxx +oox/source/drawingml/table/tablestyletextstylecontext.cxx +oox/source/drawingml/textbody.cxx +oox/source/drawingml/textbodycontext.cxx +oox/source/drawingml/textbodyproperties.cxx +oox/source/drawingml/textbodypropertiescontext.cxx +oox/source/drawingml/textcharacterproperties.cxx +oox/source/drawingml/textcharacterpropertiescontext.cxx +oox/source/drawingml/texteffectscontext.cxx +oox/source/drawingml/textfield.cxx +oox/source/drawingml/textfieldcontext.cxx +oox/source/drawingml/textfont.cxx +oox/source/drawingml/textliststyle.cxx +oox/source/drawingml/textliststylecontext.cxx +oox/source/drawingml/textparagraph.cxx +oox/source/drawingml/textparagraphproperties.cxx +oox/source/drawingml/textparagraphpropertiescontext.cxx +oox/source/drawingml/textrun.cxx +oox/source/drawingml/textspacingcontext.cxx +oox/source/drawingml/textspacingcontext.hxx +oox/source/drawingml/texttabstoplistcontext.cxx +oox/source/drawingml/texttabstoplistcontext.hxx +oox/source/drawingml/theme.cxx +oox/source/drawingml/themeelementscontext.cxx +oox/source/drawingml/themefragmenthandler.cxx +oox/source/drawingml/transform2dcontext.cxx +oox/source/dump/dffdumper.cxx +oox/source/dump/dumperbase.cxx +oox/source/dump/oledumper.cxx +oox/source/dump/pptxdumper.cxx +oox/source/export/ColorPropertySet.cxx +oox/source/export/ColorPropertySet.hxx +oox/source/export/chartexport.cxx +oox/source/export/drawingml.cxx +oox/source/export/shapes.cxx +oox/source/export/vmlexport.cxx +oox/source/helper/attributelist.cxx +oox/source/helper/binaryinputstream.cxx +oox/source/helper/binaryoutputstream.cxx +oox/source/helper/binarystreambase.cxx +oox/source/helper/containerhelper.cxx +oox/source/helper/grabbagstack.cxx +oox/source/helper/graphichelper.cxx +oox/source/helper/modelobjecthelper.cxx +oox/source/helper/progressbar.cxx +oox/source/helper/propertymap.cxx +oox/source/helper/propertyset.cxx +oox/source/helper/storagebase.cxx +oox/source/helper/textinputstream.cxx +oox/source/helper/zipstorage.cxx +oox/source/mathml/export.cxx +oox/source/mathml/import.cxx +oox/source/mathml/importutils.cxx +oox/source/ole/axbinaryreader.cxx +oox/source/ole/axbinarywriter.cxx +oox/source/ole/axcontrol.cxx +oox/source/ole/axcontrolfragment.cxx +oox/source/ole/axfontdata.cxx +oox/source/ole/olehelper.cxx +oox/source/ole/oleobjecthelper.cxx +oox/source/ole/olestorage.cxx +oox/source/ole/vbacontrol.cxx +oox/source/ole/vbaexport.cxx +oox/source/ole/vbahelper.cxx +oox/source/ole/vbainputstream.cxx +oox/source/ole/vbamodule.cxx +oox/source/ole/vbaproject.cxx +oox/source/ppt/animationspersist.cxx +oox/source/ppt/animationtypes.cxx +oox/source/ppt/animationtypes.hxx +oox/source/ppt/animvariantcontext.cxx +oox/source/ppt/animvariantcontext.hxx +oox/source/ppt/backgroundproperties.cxx +oox/source/ppt/buildlistcontext.cxx +oox/source/ppt/buildlistcontext.hxx +oox/source/ppt/comments.cxx +oox/source/ppt/commonbehaviorcontext.cxx +oox/source/ppt/commonbehaviorcontext.hxx +oox/source/ppt/commontimenodecontext.cxx +oox/source/ppt/commontimenodecontext.hxx +oox/source/ppt/conditioncontext.cxx +oox/source/ppt/conditioncontext.hxx +oox/source/ppt/customshowlistcontext.cxx +oox/source/ppt/extdrawingfragmenthandler.cxx +oox/source/ppt/extdrawingfragmenthandler.hxx +oox/source/ppt/headerfootercontext.cxx +oox/source/ppt/headerfootercontext.hxx +oox/source/ppt/layoutfragmenthandler.cxx +oox/source/ppt/pptfilterhelpers.cxx +oox/source/ppt/pptgraphicshapecontext.cxx +oox/source/ppt/pptimport.cxx +oox/source/ppt/pptshape.cxx +oox/source/ppt/pptshapecontext.cxx +oox/source/ppt/pptshapegroupcontext.cxx +oox/source/ppt/pptshapepropertiescontext.cxx +oox/source/ppt/presentationfragmenthandler.cxx +oox/source/ppt/slidefragmenthandler.cxx +oox/source/ppt/slidemastertextstylescontext.cxx +oox/source/ppt/slidepersist.cxx +oox/source/ppt/slidetimingcontext.cxx +oox/source/ppt/slidetransition.cxx +oox/source/ppt/slidetransitioncontext.cxx +oox/source/ppt/soundactioncontext.cxx +oox/source/ppt/timeanimvaluecontext.cxx +oox/source/ppt/timeanimvaluecontext.hxx +oox/source/ppt/timenode.cxx +oox/source/ppt/timenodelistcontext.cxx +oox/source/ppt/timetargetelementcontext.cxx +oox/source/ppt/timetargetelementcontext.hxx +oox/source/shape/ShapeContextHandler.cxx +oox/source/shape/ShapeContextHandler.hxx +oox/source/shape/ShapeDrawingFragmentHandler.cxx +oox/source/shape/ShapeDrawingFragmentHandler.hxx +oox/source/shape/ShapeFilterBase.cxx +oox/source/token/namespacemap.cxx +oox/source/token/propertynames.cxx +oox/source/token/relationship.cxx +oox/source/token/tokenmap.cxx +oox/source/vml/vmldrawing.cxx +oox/source/vml/vmldrawingfragment.cxx +oox/source/vml/vmlformatting.cxx +oox/source/vml/vmlinputstream.cxx +oox/source/vml/vmlshape.cxx +oox/source/vml/vmlshapecontainer.cxx +oox/source/vml/vmlshapecontext.cxx +oox/source/vml/vmltextbox.cxx +oox/source/vml/vmltextboxcontext.cxx +opencl/inc/opencl_device.hxx +opencl/inc/opencl_device_selection.h +opencl/source/OpenCLZone.cxx +opencl/source/opencl_device.cxx +opencl/source/openclconfig.cxx +opencl/source/openclwrapper.cxx +opencl/source/platforminfo.cxx +package/inc/ByteChucker.hxx +package/inc/ByteGrabber.hxx +package/inc/CRC32.hxx +package/inc/EncryptedDataHeader.hxx +package/inc/EncryptionData.hxx +package/inc/HashMaps.hxx +package/inc/PackageConstants.hxx +package/inc/ZipEnumeration.hxx +package/inc/ZipFile.hxx +package/inc/ZipOutputEntry.hxx +package/inc/ZipOutputStream.hxx +package/inc/ZipPackage.hxx +package/inc/ZipPackageBuffer.hxx +package/inc/ZipPackageEntry.hxx +package/inc/ZipPackageFolder.hxx +package/inc/ZipPackageStream.hxx +package/inc/zipfileaccess.hxx +package/qa/cppunit/test_package.cxx +package/source/manifest/ManifestDefines.hxx +package/source/manifest/ManifestExport.cxx +package/source/manifest/ManifestExport.hxx +package/source/manifest/ManifestImport.cxx +package/source/manifest/ManifestImport.hxx +package/source/manifest/ManifestReader.cxx +package/source/manifest/ManifestReader.hxx +package/source/manifest/ManifestWriter.cxx +package/source/manifest/ManifestWriter.hxx +package/source/manifest/UnoRegister.cxx +package/source/xstor/disposelistener.cxx +package/source/xstor/disposelistener.hxx +package/source/xstor/ocompinstream.cxx +package/source/xstor/ocompinstream.hxx +package/source/xstor/ohierarchyholder.cxx +package/source/xstor/ohierarchyholder.hxx +package/source/xstor/oseekinstream.cxx +package/source/xstor/oseekinstream.hxx +package/source/xstor/owriteablestream.cxx +package/source/xstor/owriteablestream.hxx +package/source/xstor/register.cxx +package/source/xstor/selfterminatefilestream.cxx +package/source/xstor/selfterminatefilestream.hxx +package/source/xstor/switchpersistencestream.cxx +package/source/xstor/switchpersistencestream.hxx +package/source/xstor/xfactory.cxx +package/source/xstor/xfactory.hxx +package/source/xstor/xstorage.cxx +package/source/xstor/xstorage.hxx +package/source/zipapi/ByteChucker.cxx +package/source/zipapi/ByteGrabber.cxx +package/source/zipapi/CRC32.cxx +package/source/zipapi/Deflater.cxx +package/source/zipapi/Inflater.cxx +package/source/zipapi/MemoryByteGrabber.hxx +package/source/zipapi/XBufferedThreadedStream.cxx +package/source/zipapi/XBufferedThreadedStream.hxx +package/source/zipapi/XUnbufferedStream.cxx +package/source/zipapi/XUnbufferedStream.hxx +package/source/zipapi/ZipEnumeration.cxx +package/source/zipapi/ZipFile.cxx +package/source/zipapi/ZipOutputEntry.cxx +package/source/zipapi/ZipOutputStream.cxx +package/source/zipapi/blowfishcontext.cxx +package/source/zipapi/blowfishcontext.hxx +package/source/zipapi/sha1context.cxx +package/source/zipapi/sha1context.hxx +package/source/zippackage/ContentInfo.hxx +package/source/zippackage/ZipPackage.cxx +package/source/zippackage/ZipPackageBuffer.cxx +package/source/zippackage/ZipPackageEntry.cxx +package/source/zippackage/ZipPackageFolder.cxx +package/source/zippackage/ZipPackageFolderEnumeration.cxx +package/source/zippackage/ZipPackageFolderEnumeration.hxx +package/source/zippackage/ZipPackageSink.cxx +package/source/zippackage/ZipPackageSink.hxx +package/source/zippackage/ZipPackageStream.cxx +package/source/zippackage/wrapstreamforshare.cxx +package/source/zippackage/wrapstreamforshare.hxx +package/source/zippackage/zipfileaccess.cxx +postprocess/qa/services.cxx +pyuno/inc/pyuno.hxx +pyuno/source/loader/pyuno_loader.cxx +pyuno/source/module/pyuno.cxx +pyuno/source/module/pyuno_adapter.cxx +pyuno/source/module/pyuno_callable.cxx +pyuno/source/module/pyuno_dlopenwrapper.c +pyuno/source/module/pyuno_except.cxx +pyuno/source/module/pyuno_gc.cxx +pyuno/source/module/pyuno_impl.hxx +pyuno/source/module/pyuno_iterator.cxx +pyuno/source/module/pyuno_module.cxx +pyuno/source/module/pyuno_runtime.cxx +pyuno/source/module/pyuno_struct.cxx +pyuno/source/module/pyuno_type.cxx +pyuno/source/module/pyuno_util.cxx +pyuno/zipcore/python.cxx +registry/inc/regapi.hxx +registry/source/keyimpl.cxx +registry/source/keyimpl.hxx +registry/source/reflcnst.hxx +registry/source/reflread.cxx +registry/source/reflread.hxx +registry/source/reflwrit.cxx +registry/source/reflwrit.hxx +registry/source/regimpl.cxx +registry/source/regimpl.hxx +registry/source/registry.cxx +registry/source/regkey.cxx +registry/source/regkey.hxx +registry/test/regdiagnose.h +registry/test/testmerge.cxx +registry/test/testregcpp.cxx +registry/tools/fileurl.cxx +registry/tools/fileurl.hxx +registry/tools/options.cxx +registry/tools/options.hxx +registry/tools/regmerge.cxx +registry/tools/regview.cxx +remotebridges/source/unourl_resolver/unourl_resolver.cxx +reportdesign/inc/PropertyForward.hxx +reportdesign/inc/ReportDefinition.hxx +reportdesign/inc/ReportHelperDefines.hxx +reportdesign/inc/ReportVisitor.hxx +reportdesign/inc/RptDef.hxx +reportdesign/inc/RptModel.hxx +reportdesign/inc/RptObject.hxx +reportdesign/inc/RptPage.hxx +reportdesign/inc/UndoActions.hxx +reportdesign/inc/UndoEnv.hxx +reportdesign/inc/conditionalexpression.hxx +reportdesign/inc/dllapi.h +reportdesign/inc/helpids.h +reportdesign/inc/reportformula.hxx +reportdesign/inc/strings.hxx +reportdesign/qa/unit/reportdesign-dialogs-test.cxx +reportdesign/source/core/api/FixedLine.cxx +reportdesign/source/core/api/FixedText.cxx +reportdesign/source/core/api/FormatCondition.cxx +reportdesign/source/core/api/FormattedField.cxx +reportdesign/source/core/api/Function.cxx +reportdesign/source/core/api/Functions.cxx +reportdesign/source/core/api/Group.cxx +reportdesign/source/core/api/Groups.cxx +reportdesign/source/core/api/ImageControl.cxx +reportdesign/source/core/api/ReportComponent.cxx +reportdesign/source/core/api/ReportControlModel.cxx +reportdesign/source/core/api/ReportDefinition.cxx +reportdesign/source/core/api/ReportEngineJFree.cxx +reportdesign/source/core/api/ReportVisitor.cxx +reportdesign/source/core/api/Section.cxx +reportdesign/source/core/api/Shape.cxx +reportdesign/source/core/api/Tools.cxx +reportdesign/source/core/api/services.cxx +reportdesign/source/core/inc/FixedLine.hxx +reportdesign/source/core/inc/FixedText.hxx +reportdesign/source/core/inc/FormatCondition.hxx +reportdesign/source/core/inc/FormattedField.hxx +reportdesign/source/core/inc/Function.hxx +reportdesign/source/core/inc/Functions.hxx +reportdesign/source/core/inc/Group.hxx +reportdesign/source/core/inc/Groups.hxx +reportdesign/source/core/inc/ImageControl.hxx +reportdesign/source/core/inc/ReportComponent.hxx +reportdesign/source/core/inc/ReportControlModel.hxx +reportdesign/source/core/inc/ReportDrawPage.hxx +reportdesign/source/core/inc/ReportEngineJFree.hxx +reportdesign/source/core/inc/ReportHelperImpl.hxx +reportdesign/source/core/inc/ReportUndoFactory.hxx +reportdesign/source/core/inc/RptObjectListener.hxx +reportdesign/source/core/inc/Section.hxx +reportdesign/source/core/inc/Shape.hxx +reportdesign/source/core/inc/Tools.hxx +reportdesign/source/core/inc/conditionupdater.hxx +reportdesign/source/core/misc/conditionalexpression.cxx +reportdesign/source/core/misc/conditionupdater.cxx +reportdesign/source/core/misc/reportformula.cxx +reportdesign/source/core/resource/core_resource.cxx +reportdesign/source/core/sdr/PropertyForward.cxx +reportdesign/source/core/sdr/ReportDrawPage.cxx +reportdesign/source/core/sdr/ReportUndoFactory.cxx +reportdesign/source/core/sdr/RptModel.cxx +reportdesign/source/core/sdr/RptObject.cxx +reportdesign/source/core/sdr/RptObjectListener.cxx +reportdesign/source/core/sdr/RptPage.cxx +reportdesign/source/core/sdr/UndoActions.cxx +reportdesign/source/core/sdr/UndoEnv.cxx +reportdesign/source/core/sdr/formatnormalizer.cxx +reportdesign/source/core/sdr/formatnormalizer.hxx +reportdesign/source/filter/xml/dbloader2.cxx +reportdesign/source/filter/xml/dbloader2.hxx +reportdesign/source/filter/xml/xmlAutoStyle.cxx +reportdesign/source/filter/xml/xmlAutoStyle.hxx +reportdesign/source/filter/xml/xmlCell.cxx +reportdesign/source/filter/xml/xmlCell.hxx +reportdesign/source/filter/xml/xmlColumn.cxx +reportdesign/source/filter/xml/xmlColumn.hxx +reportdesign/source/filter/xml/xmlComponent.cxx +reportdesign/source/filter/xml/xmlComponent.hxx +reportdesign/source/filter/xml/xmlCondPrtExpr.cxx +reportdesign/source/filter/xml/xmlCondPrtExpr.hxx +reportdesign/source/filter/xml/xmlControlProperty.cxx +reportdesign/source/filter/xml/xmlControlProperty.hxx +reportdesign/source/filter/xml/xmlEnums.hxx +reportdesign/source/filter/xml/xmlExport.cxx +reportdesign/source/filter/xml/xmlExport.hxx +reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx +reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx +reportdesign/source/filter/xml/xmlFixedContent.cxx +reportdesign/source/filter/xml/xmlFixedContent.hxx +reportdesign/source/filter/xml/xmlFormatCondition.cxx +reportdesign/source/filter/xml/xmlFormatCondition.hxx +reportdesign/source/filter/xml/xmlFormattedField.cxx +reportdesign/source/filter/xml/xmlFormattedField.hxx +reportdesign/source/filter/xml/xmlFunction.cxx +reportdesign/source/filter/xml/xmlFunction.hxx +reportdesign/source/filter/xml/xmlGroup.cxx +reportdesign/source/filter/xml/xmlGroup.hxx +reportdesign/source/filter/xml/xmlHelper.cxx +reportdesign/source/filter/xml/xmlHelper.hxx +reportdesign/source/filter/xml/xmlImage.cxx +reportdesign/source/filter/xml/xmlImage.hxx +reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx +reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx +reportdesign/source/filter/xml/xmlMasterFields.cxx +reportdesign/source/filter/xml/xmlMasterFields.hxx +reportdesign/source/filter/xml/xmlPropertyHandler.cxx +reportdesign/source/filter/xml/xmlPropertyHandler.hxx +reportdesign/source/filter/xml/xmlReport.cxx +reportdesign/source/filter/xml/xmlReport.hxx +reportdesign/source/filter/xml/xmlReportElement.cxx +reportdesign/source/filter/xml/xmlReportElement.hxx +reportdesign/source/filter/xml/xmlReportElementBase.cxx +reportdesign/source/filter/xml/xmlReportElementBase.hxx +reportdesign/source/filter/xml/xmlSection.cxx +reportdesign/source/filter/xml/xmlSection.hxx +reportdesign/source/filter/xml/xmlStyleImport.cxx +reportdesign/source/filter/xml/xmlStyleImport.hxx +reportdesign/source/filter/xml/xmlSubDocument.cxx +reportdesign/source/filter/xml/xmlSubDocument.hxx +reportdesign/source/filter/xml/xmlTable.cxx +reportdesign/source/filter/xml/xmlTable.hxx +reportdesign/source/filter/xml/xmlfilter.cxx +reportdesign/source/filter/xml/xmlfilter.hxx +reportdesign/source/filter/xml/xmlservices.cxx +reportdesign/source/inc/GroupProperties.hxx +reportdesign/source/ui/dlg/AddField.cxx +reportdesign/source/ui/dlg/CondFormat.cxx +reportdesign/source/ui/dlg/Condition.cxx +reportdesign/source/ui/dlg/Condition.hxx +reportdesign/source/ui/dlg/DateTime.cxx +reportdesign/source/ui/dlg/Formula.cxx +reportdesign/source/ui/dlg/GroupExchange.cxx +reportdesign/source/ui/dlg/GroupExchange.hxx +reportdesign/source/ui/dlg/GroupsSorting.cxx +reportdesign/source/ui/dlg/Navigator.cxx +reportdesign/source/ui/dlg/PageNumber.cxx +reportdesign/source/ui/dlg/dlgpage.cxx +reportdesign/source/ui/inc/AddField.hxx +reportdesign/source/ui/inc/ColorChanger.hxx +reportdesign/source/ui/inc/ColorListener.hxx +reportdesign/source/ui/inc/ColumnInfo.hxx +reportdesign/source/ui/inc/CondFormat.hxx +reportdesign/source/ui/inc/DataProviderHandler.hxx +reportdesign/source/ui/inc/DateTime.hxx +reportdesign/source/ui/inc/DefaultInspection.hxx +reportdesign/source/ui/inc/DesignView.hxx +reportdesign/source/ui/inc/EndMarker.hxx +reportdesign/source/ui/inc/FixedTextColor.hxx +reportdesign/source/ui/inc/FormattedFieldBeautifier.hxx +reportdesign/source/ui/inc/Formula.hxx +reportdesign/source/ui/inc/FunctionHelper.hxx +reportdesign/source/ui/inc/GeometryHandler.hxx +reportdesign/source/ui/inc/GroupsSorting.hxx +reportdesign/source/ui/inc/IReportControllerObserver.hxx +reportdesign/source/ui/inc/MarkedSection.hxx +reportdesign/source/ui/inc/Navigator.hxx +reportdesign/source/ui/inc/PageNumber.hxx +reportdesign/source/ui/inc/ReportComponentHandler.hxx +reportdesign/source/ui/inc/ReportController.hxx +reportdesign/source/ui/inc/ReportControllerObserver.hxx +reportdesign/source/ui/inc/ReportDefines.hxx +reportdesign/source/ui/inc/ReportSection.hxx +reportdesign/source/ui/inc/ReportWindow.hxx +reportdesign/source/ui/inc/RptUndo.hxx +reportdesign/source/ui/inc/ScrollHelper.hxx +reportdesign/source/ui/inc/SectionView.hxx +reportdesign/source/ui/inc/SectionWindow.hxx +reportdesign/source/ui/inc/StartMarker.hxx +reportdesign/source/ui/inc/UITools.hxx +reportdesign/source/ui/inc/ViewsWindow.hxx +reportdesign/source/ui/inc/dlgedclip.hxx +reportdesign/source/ui/inc/dlgedfac.hxx +reportdesign/source/ui/inc/dlgedfunc.hxx +reportdesign/source/ui/inc/dlgpage.hxx +reportdesign/source/ui/inc/metadata.hxx +reportdesign/source/ui/inc/propbrw.hxx +reportdesign/source/ui/inc/statusbarcontroller.hxx +reportdesign/source/ui/inspection/DataProviderHandler.cxx +reportdesign/source/ui/inspection/DefaultInspection.cxx +reportdesign/source/ui/inspection/GeometryHandler.cxx +reportdesign/source/ui/inspection/ReportComponentHandler.cxx +reportdesign/source/ui/inspection/metadata.cxx +reportdesign/source/ui/misc/ColorListener.cxx +reportdesign/source/ui/misc/FunctionHelper.cxx +reportdesign/source/ui/misc/RptUndo.cxx +reportdesign/source/ui/misc/UITools.cxx +reportdesign/source/ui/misc/rptuiservices.cxx +reportdesign/source/ui/misc/statusbarcontroller.cxx +reportdesign/source/ui/report/DesignView.cxx +reportdesign/source/ui/report/EndMarker.cxx +reportdesign/source/ui/report/FixedTextColor.cxx +reportdesign/source/ui/report/FormattedFieldBeautifier.cxx +reportdesign/source/ui/report/ReportController.cxx +reportdesign/source/ui/report/ReportControllerObserver.cxx +reportdesign/source/ui/report/ReportSection.cxx +reportdesign/source/ui/report/ReportWindow.cxx +reportdesign/source/ui/report/ScrollHelper.cxx +reportdesign/source/ui/report/SectionView.cxx +reportdesign/source/ui/report/SectionWindow.cxx +reportdesign/source/ui/report/StartMarker.cxx +reportdesign/source/ui/report/ViewsWindow.cxx +reportdesign/source/ui/report/dlgedclip.cxx +reportdesign/source/ui/report/dlgedfac.cxx +reportdesign/source/ui/report/dlgedfunc.cxx +reportdesign/source/ui/report/propbrw.cxx +sal/android/libreofficekit-jni.c +sal/android/lo-bootstrap.c +sal/android/uthash.h +sal/cppunittester/cppunittester.cxx +sal/inc/backtraceasstring.hxx +sal/inc/oslmemory.h +sal/inc/signalshared.hxx +sal/osl/all/compat.cxx +sal/osl/all/debugbase.cxx +sal/osl/all/filepath.cxx +sal/osl/all/loadmodulerelative.cxx +sal/osl/all/log.cxx +sal/osl/all/signalshared.cxx +sal/osl/all/utility.cxx +sal/osl/unx/backtrace.c +sal/osl/unx/backtrace.h +sal/osl/unx/backtraceapi.cxx +sal/osl/unx/conditn.cxx +sal/osl/unx/createfilehandlefromfd.hxx +sal/osl/unx/file.cxx +sal/osl/unx/file_error_transl.cxx +sal/osl/unx/file_impl.hxx +sal/osl/unx/file_misc.cxx +sal/osl/unx/file_path_helper.cxx +sal/osl/unx/file_path_helper.hxx +sal/osl/unx/file_stat.cxx +sal/osl/unx/file_url.cxx +sal/osl/unx/file_url.hxx +sal/osl/unx/file_volume.cxx +sal/osl/unx/interlck.cxx +sal/osl/unx/memory.cxx +sal/osl/unx/module.cxx +sal/osl/unx/mutex.cxx +sal/osl/unx/nlsupport.cxx +sal/osl/unx/nlsupport.hxx +sal/osl/unx/osxlocale.cxx +sal/osl/unx/pipe.cxx +sal/osl/unx/process.cxx +sal/osl/unx/process_impl.cxx +sal/osl/unx/profile.cxx +sal/osl/unx/random.cxx +sal/osl/unx/readwrite_helper.cxx +sal/osl/unx/readwrite_helper.hxx +sal/osl/unx/salinit.cxx +sal/osl/unx/secimpl.hxx +sal/osl/unx/security.cxx +sal/osl/unx/signal.cxx +sal/osl/unx/socket.cxx +sal/osl/unx/sockimpl.hxx +sal/osl/unx/system.cxx +sal/osl/unx/system.hxx +sal/osl/unx/tempfile.cxx +sal/osl/unx/thread.cxx +sal/osl/unx/time.cxx +sal/osl/unx/uunxapi.cxx +sal/osl/unx/uunxapi.hxx +sal/osl/w32/backtrace.cxx +sal/osl/w32/conditn.cxx +sal/osl/w32/dllentry.cxx +sal/osl/w32/file-impl.hxx +sal/osl/w32/file.cxx +sal/osl/w32/file_dirvol.cxx +sal/osl/w32/file_error.cxx +sal/osl/w32/file_error.hxx +sal/osl/w32/file_url.cxx +sal/osl/w32/file_url.hxx +sal/osl/w32/filetime.hxx +sal/osl/w32/memory.cxx +sal/osl/w32/module.cxx +sal/osl/w32/mutex.cxx +sal/osl/w32/nlsupport.cxx +sal/osl/w32/nlsupport.hxx +sal/osl/w32/path_helper.cxx +sal/osl/w32/path_helper.hxx +sal/osl/w32/pipe.cxx +sal/osl/w32/process.cxx +sal/osl/w32/procimpl.cxx +sal/osl/w32/procimpl.hxx +sal/osl/w32/profile.cxx +sal/osl/w32/random.cxx +sal/osl/w32/salinit.cxx +sal/osl/w32/secimpl.hxx +sal/osl/w32/security.cxx +sal/osl/w32/signal.cxx +sal/osl/w32/socket.cxx +sal/osl/w32/sockimpl.hxx +sal/osl/w32/system.h +sal/osl/w32/tempfile.cxx +sal/osl/w32/thread.cxx +sal/osl/w32/time.cxx +sal/qa/ByteSequence/ByteSequence.cxx +sal/qa/OStringBuffer/rtl_OStringBuffer.cxx +sal/qa/OStringBuffer/rtl_String_Const.h +sal/qa/OStringBuffer/rtl_String_Utils_Const.h +sal/qa/inc/stringhelper.hxx +sal/qa/inc/valueequal.hxx +sal/qa/osl/condition/osl_Condition.cxx +sal/qa/osl/condition/osl_Condition_Const.h +sal/qa/osl/file/osl_File.cxx +sal/qa/osl/file/osl_File_Const.h +sal/qa/osl/file/osl_old_test_file.cxx +sal/qa/osl/file/test_cpy_wrt_file.cxx +sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx +sal/qa/osl/module/osl_Module.cxx +sal/qa/osl/module/osl_Module_Const.h +sal/qa/osl/module/osl_Module_DLL.cxx +sal/qa/osl/mutex/osl_Mutex.cxx +sal/qa/osl/pipe/osl_Pipe.cxx +sal/qa/osl/process/osl_Thread.cxx +sal/qa/osl/process/osl_process.cxx +sal/qa/osl/process/osl_process_child.cxx +sal/qa/osl/profile/osl_old_testprofile.cxx +sal/qa/osl/security/TODO.h +sal/qa/osl/security/osl_Security.cxx +sal/qa/osl/security/osl_Security_Const.h +sal/qa/osl/setthreadname/test-setthreadname.cxx +sal/qa/osl/thread/test_thread.cxx +sal/qa/rtl/alloc/rtl_alloc.cxx +sal/qa/rtl/bootstrap/expand.cxx +sal/qa/rtl/cipher/rtl_cipher.cxx +sal/qa/rtl/crc32/rtl_crc32.cxx +sal/qa/rtl/digest/rtl_digest.cxx +sal/qa/rtl/doublelock/rtl_doublelocking.cxx +sal/qa/rtl/locale/rtl_locale.cxx +sal/qa/rtl/math/test-rtl-math.cxx +sal/qa/rtl/ostring/rtl_OString2.cxx +sal/qa/rtl/ostring/rtl_str.cxx +sal/qa/rtl/ostring/rtl_string.cxx +sal/qa/rtl/oustring/rtl_OUString2.cxx +sal/qa/rtl/oustring/rtl_ustr.cxx +sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx +sal/qa/rtl/oustringbuffer/test_oustringbuffer_appenduninitialized.cxx +sal/qa/rtl/oustringbuffer/test_oustringbuffer_assign.cxx +sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx +sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx +sal/qa/rtl/process/child_process.cxx +sal/qa/rtl/process/child_process_id.cxx +sal/qa/rtl/process/rtl_Process.cxx +sal/qa/rtl/process/rtl_Process_Const.h +sal/qa/rtl/random/rtl_random.cxx +sal/qa/rtl/ref/rtl_ref.cxx +sal/qa/rtl/strings/test_ostring.cxx +sal/qa/rtl/strings/test_ostring_concat.cxx +sal/qa/rtl/strings/test_ostring_stringliterals.cxx +sal/qa/rtl/strings/test_oustring_compare.cxx +sal/qa/rtl/strings/test_oustring_concat.cxx +sal/qa/rtl/strings/test_oustring_convert.cxx +sal/qa/rtl/strings/test_oustring_endswith.cxx +sal/qa/rtl/strings/test_oustring_startswith.cxx +sal/qa/rtl/strings/test_oustring_stringliterals.cxx +sal/qa/rtl/strings/test_strings_replace.cxx +sal/qa/rtl/strings/test_strings_toint.cxx +sal/qa/rtl/strings/test_strings_valuex.cxx +sal/qa/rtl/textenc/rtl_tencinfo.cxx +sal/qa/rtl/textenc/rtl_textcvt.cxx +sal/qa/rtl/uri/rtl_Uri.cxx +sal/qa/rtl/uri/rtl_testuri.cxx +sal/qa/rtl/uuid/rtl_Uuid.cxx +sal/qa/sal/test_types.cxx +sal/qa/systools/test_comtools.cxx +sal/rtl/alloc_arena.cxx +sal/rtl/alloc_arena.hxx +sal/rtl/alloc_cache.cxx +sal/rtl/alloc_cache.hxx +sal/rtl/alloc_fini.cxx +sal/rtl/alloc_global.cxx +sal/rtl/alloc_impl.hxx +sal/rtl/bootstrap.cxx +sal/rtl/byteseq.cxx +sal/rtl/cipher.cxx +sal/rtl/cmdargs.cxx +sal/rtl/crc.cxx +sal/rtl/digest.cxx +sal/rtl/hash.cxx +sal/rtl/hash.hxx +sal/rtl/locale.cxx +sal/rtl/math.cxx +sal/rtl/random.cxx +sal/rtl/rtl_process.cxx +sal/rtl/strbuf.cxx +sal/rtl/strimp.cxx +sal/rtl/strimp.hxx +sal/rtl/string.cxx +sal/rtl/strtmpl.cxx +sal/rtl/unload.cxx +sal/rtl/uri.cxx +sal/rtl/ustrbuf.cxx +sal/rtl/ustring.cxx +sal/rtl/uuid.cxx +sal/test/testbootstrap.cxx +sal/textenc/context.cxx +sal/textenc/context.hxx +sal/textenc/convertbig5hkscs.cxx +sal/textenc/convertbig5hkscs.hxx +sal/textenc/converter.cxx +sal/textenc/converter.hxx +sal/textenc/converteuctw.cxx +sal/textenc/converteuctw.hxx +sal/textenc/convertgb18030.cxx +sal/textenc/convertgb18030.hxx +sal/textenc/convertisciidevangari.cxx +sal/textenc/convertisciidevangari.hxx +sal/textenc/convertiso2022cn.cxx +sal/textenc/convertiso2022cn.hxx +sal/textenc/convertiso2022jp.cxx +sal/textenc/convertiso2022jp.hxx +sal/textenc/convertiso2022kr.cxx +sal/textenc/convertiso2022kr.hxx +sal/textenc/convertsimple.cxx +sal/textenc/convertsimple.hxx +sal/textenc/convertsinglebytetobmpunicode.cxx +sal/textenc/convertsinglebytetobmpunicode.hxx +sal/textenc/gettextencodingdata.hxx +sal/textenc/handleundefinedunicodetotextchar.cxx +sal/textenc/handleundefinedunicodetotextchar.hxx +sal/textenc/tables.cxx +sal/textenc/tcvtbyte.cxx +sal/textenc/tcvtbyte.hxx +sal/textenc/tcvtmb.cxx +sal/textenc/tcvtutf7.cxx +sal/textenc/tcvtutf8.cxx +sal/textenc/tcvtutf8.hxx +sal/textenc/tenchelp.hxx +sal/textenc/tencinfo.cxx +sal/textenc/textcvt.cxx +sal/textenc/textenc.cxx +sal/textenc/unichars.cxx +sal/textenc/unichars.hxx +salhelper/qa/test_api.cxx +salhelper/source/condition.cxx +salhelper/source/dynload.cxx +salhelper/source/simplereferenceobject.cxx +salhelper/source/thread.cxx +salhelper/source/timer.cxx +salhelper/test/Symbols/loader.cxx +salhelper/test/Symbols/samplelib.cxx +salhelper/test/Symbols/samplelib.hxx +salhelper/test/dynamicloader/loader.cxx +salhelper/test/dynamicloader/samplelib.cxx +salhelper/test/dynamicloader/samplelib.hxx +salhelper/test/rtti/rttitest.cxx +salhelper/test/rtti/samplelibrtti.cxx +salhelper/test/rtti/samplelibrtti.hxx +sax/inc/xml2utf.hxx +sax/qa/cppunit/attributes.cxx +sax/qa/cppunit/parser.cxx +sax/qa/cppunit/test_converter.cxx +sax/qa/cppunit/xmlimport.cxx +sax/source/expatwrap/sax_expat.cxx +sax/source/expatwrap/saxwriter.cxx +sax/source/expatwrap/xml2utf.cxx +sax/source/fastparser/fastparser.cxx +sax/source/fastparser/legacyfastparser.cxx +sax/source/tools/CachedOutputStream.hxx +sax/source/tools/converter.cxx +sax/source/tools/fastattribs.cxx +sax/source/tools/fastserializer.cxx +sax/source/tools/fastserializer.hxx +sax/source/tools/fshelper.cxx +sax/test/sax/factory.hxx +sax/test/sax/testsax.cxx +sax/test/sax/testwriter.cxx +sax/test/saxdemo.cxx +sax/test/testcomponent.cxx +sc/inc/AccessibleGlobal.hxx +sc/inc/ChartTools.hxx +sc/inc/NumberFormatControl.hxx +sc/inc/PivotTableDataProvider.hxx +sc/inc/PivotTableDataSequence.hxx +sc/inc/PivotTableDataSource.hxx +sc/inc/TablePivotChart.hxx +sc/inc/TablePivotCharts.hxx +sc/inc/ViewSettingsSequenceDefines.hxx +sc/inc/addincfg.hxx +sc/inc/addincol.hxx +sc/inc/address.hxx +sc/inc/addruno.hxx +sc/inc/afmtuno.hxx +sc/inc/appluno.hxx +sc/inc/appoptio.hxx +sc/inc/arealink.hxx +sc/inc/attarray.hxx +sc/inc/attrib.hxx +sc/inc/autoform.hxx +sc/inc/autonamecache.hxx +sc/inc/bigrange.hxx +sc/inc/brdcst.hxx +sc/inc/bulkdatahint.hxx +sc/inc/calcconfig.hxx +sc/inc/calcmacros.hxx +sc/inc/callform.hxx +sc/inc/cellform.hxx +sc/inc/cellsuno.hxx +sc/inc/celltextattr.hxx +sc/inc/cellvalue.hxx +sc/inc/cellvalues.hxx +sc/inc/chart2uno.hxx +sc/inc/chartarr.hxx +sc/inc/charthelper.hxx +sc/inc/chartlis.hxx +sc/inc/chartlock.hxx +sc/inc/chartpos.hxx +sc/inc/chartuno.hxx +sc/inc/chgtrack.hxx +sc/inc/chgviset.hxx +sc/inc/clipcontext.hxx +sc/inc/clipoptions.hxx +sc/inc/clipparam.hxx +sc/inc/colcontainer.hxx +sc/inc/colorscale.hxx +sc/inc/column.hxx +sc/inc/columniterator.hxx +sc/inc/columnset.hxx +sc/inc/columnspanset.hxx +sc/inc/compare.hxx +sc/inc/compiler.hxx +sc/inc/compressedarray.hxx +sc/inc/conditio.hxx +sc/inc/confuno.hxx +sc/inc/consoli.hxx +sc/inc/convuno.hxx +sc/inc/cursuno.hxx +sc/inc/dapiuno.hxx +sc/inc/datamapper.hxx +sc/inc/datastreamgettime.hxx +sc/inc/datauno.hxx +sc/inc/dbdata.hxx +sc/inc/dbdocutl.hxx +sc/inc/defaultsoptions.hxx +sc/inc/defltuno.hxx +sc/inc/detdata.hxx +sc/inc/detfunc.hxx +sc/inc/dispuno.hxx +sc/inc/dociter.hxx +sc/inc/docoptio.hxx +sc/inc/docparam.hxx +sc/inc/docpool.hxx +sc/inc/document.hxx +sc/inc/documentimport.hxx +sc/inc/documentlinkmgr.hxx +sc/inc/documentstreamaccess.hxx +sc/inc/docuno.hxx +sc/inc/dpcache.hxx +sc/inc/dpdimsave.hxx +sc/inc/dpfilteredcache.hxx +sc/inc/dpglobal.hxx +sc/inc/dpgroup.hxx +sc/inc/dpitemdata.hxx +sc/inc/dpnumgroupinfo.hxx +sc/inc/dpobject.hxx +sc/inc/dpoutput.hxx +sc/inc/dpoutputgeometry.hxx +sc/inc/dpresfilter.hxx +sc/inc/dpsave.hxx +sc/inc/dpsdbtab.hxx +sc/inc/dpshttab.hxx +sc/inc/dptabdat.hxx +sc/inc/dptabres.hxx +sc/inc/dptabsrc.hxx +sc/inc/dputil.hxx +sc/inc/dragdata.hxx +sc/inc/drdefuno.hxx +sc/inc/drwlayer.hxx +sc/inc/editdataarray.hxx +sc/inc/editsrc.hxx +sc/inc/edittextiterator.hxx +sc/inc/editutil.hxx +sc/inc/eventuno.hxx +sc/inc/externalrefmgr.hxx +sc/inc/fielduno.hxx +sc/inc/fillinfo.hxx +sc/inc/filter.hxx +sc/inc/filterentries.hxx +sc/inc/filtopt.hxx +sc/inc/filtuno.hxx +sc/inc/fmtuno.hxx +sc/inc/fonthelper.hxx +sc/inc/forbiuno.hxx +sc/inc/formulacell.hxx +sc/inc/formulagroup.hxx +sc/inc/formulaiter.hxx +sc/inc/formulalogger.hxx +sc/inc/formulaopt.hxx +sc/inc/formulaparserpool.hxx +sc/inc/formularesult.hxx +sc/inc/fstalgorithm.hxx +sc/inc/funcdesc.hxx +sc/inc/funcuno.hxx +sc/inc/generalfunction.hxx +sc/inc/global.hxx +sc/inc/grouparealistener.hxx +sc/inc/helpids.h +sc/inc/hints.hxx +sc/inc/importfilterdata.hxx +sc/inc/inputopt.hxx +sc/inc/linkuno.hxx +sc/inc/listenercalls.hxx +sc/inc/listenercontext.hxx +sc/inc/listenerquery.hxx +sc/inc/listenerqueryids.hxx +sc/inc/lookupcache.hxx +sc/inc/macromgr.hxx +sc/inc/markarr.hxx +sc/inc/markdata.hxx +sc/inc/markmulti.hxx +sc/inc/math.hxx +sc/inc/matrixoperators.hxx +sc/inc/mid.h +sc/inc/miscuno.hxx +sc/inc/mtvcellfunc.hxx +sc/inc/mtvelements.hxx +sc/inc/mtvfunctions.hxx +sc/inc/nameuno.hxx +sc/inc/navicfg.hxx +sc/inc/notesuno.hxx +sc/inc/numformat.hxx +sc/inc/olinetab.hxx +sc/inc/optuno.hxx +sc/inc/optutil.hxx +sc/inc/orcusfilters.hxx +sc/inc/orcusxml.hxx +sc/inc/pagepar.hxx +sc/inc/pageuno.hxx +sc/inc/paramisc.hxx +sc/inc/patattr.hxx +sc/inc/pivot.hxx +sc/inc/postit.hxx +sc/inc/printopt.hxx +sc/inc/prnsave.hxx +sc/inc/progress.hxx +sc/inc/queryentry.hxx +sc/inc/queryparam.hxx +sc/inc/rangelst.hxx +sc/inc/rangenam.hxx +sc/inc/rangeseq.hxx +sc/inc/rangeutl.hxx +sc/inc/rechead.hxx +sc/inc/recursionhelper.hxx +sc/inc/refdata.hxx +sc/inc/reffind.hxx +sc/inc/refhint.hxx +sc/inc/refreshtimer.hxx +sc/inc/refreshtimerprotector.hxx +sc/inc/reftokenhelper.hxx +sc/inc/reordermap.hxx +sc/inc/rowheightcontext.hxx +sc/inc/scabstdlg.hxx +sc/inc/scdll.hxx +sc/inc/scdllapi.h +sc/inc/scerrors.hxx +sc/inc/scextopt.hxx +sc/inc/scfuncs.hxx +sc/inc/scitems.hxx +sc/inc/scmatrix.hxx +sc/inc/scmod.hxx +sc/inc/scopetools.hxx +sc/inc/segmenttree.hxx +sc/inc/servuno.hxx +sc/inc/shapeuno.hxx +sc/inc/sharedformula.hxx +sc/inc/sheetdata.hxx +sc/inc/sheetevents.hxx +sc/inc/shellids.hxx +sc/inc/simpleformulacalc.hxx +sc/inc/sortparam.hxx +sc/inc/spellcheckcontext.hxx +sc/inc/srchuno.hxx +sc/inc/stlalgorithm.hxx +sc/inc/stlpool.hxx +sc/inc/stlsheet.hxx +sc/inc/strings.hxx +sc/inc/stringutil.hxx +sc/inc/stylehelper.hxx +sc/inc/styleuno.hxx +sc/inc/subtotal.hxx +sc/inc/subtotalparam.hxx +sc/inc/table.hxx +sc/inc/tablink.hxx +sc/inc/tabopparams.hxx +sc/inc/tabprotection.hxx +sc/inc/targuno.hxx +sc/inc/textuno.hxx +sc/inc/token.hxx +sc/inc/tokenarray.hxx +sc/inc/tokenstringcontext.hxx +sc/inc/tokenuno.hxx +sc/inc/typedstrdata.hxx +sc/inc/types.hxx +sc/inc/unitconv.hxx +sc/inc/unonames.hxx +sc/inc/unoreflist.hxx +sc/inc/unowids.hxx +sc/inc/userdat.hxx +sc/inc/userlist.hxx +sc/inc/validat.hxx +sc/inc/viewopti.hxx +sc/inc/viewuno.hxx +sc/inc/waitoff.hxx +sc/inc/xmlwrap.hxx +sc/inc/zforauto.hxx +sc/qa/extras/check_data_pilot_field.cxx +sc/qa/extras/check_data_pilot_table.cxx +sc/qa/extras/check_xcell_ranges_query.cxx +sc/qa/extras/htmlexporttest.cxx +sc/qa/extras/macros-test.cxx +sc/qa/extras/new_cond_format.cxx +sc/qa/extras/recordchanges-test.cxx +sc/qa/extras/regression-test.cxx +sc/qa/extras/scannotationsobj.cxx +sc/qa/extras/sccellcursorobj.cxx +sc/qa/extras/sccellrangesobj.cxx +sc/qa/extras/scdatabaserangeobj.cxx +sc/qa/extras/scdatapilottableobj.cxx +sc/qa/extras/scmodelobj.cxx +sc/qa/extras/scnamedrangeobj.cxx +sc/qa/extras/scoutlineobj.cxx +sc/qa/extras/scsubtotalfieldobj.cxx +sc/qa/extras/sctablesheetobj.cxx +sc/qa/perf/scperfobj.cxx +sc/qa/unit/bugfix-test.cxx +sc/qa/unit/copy_paste_test.cxx +sc/qa/unit/dataproviders_test.cxx +sc/qa/unit/datatransformation_test.cxx +sc/qa/unit/filters-test.cxx +sc/qa/unit/functions_addin.cxx +sc/qa/unit/functions_array.cxx +sc/qa/unit/functions_database.cxx +sc/qa/unit/functions_datetime.cxx +sc/qa/unit/functions_financial.cxx +sc/qa/unit/functions_information.cxx +sc/qa/unit/functions_logical.cxx +sc/qa/unit/functions_mathematical.cxx +sc/qa/unit/functions_spreadsheet.cxx +sc/qa/unit/functions_statistical.cxx +sc/qa/unit/functions_test.cxx +sc/qa/unit/functions_test.hxx +sc/qa/unit/functions_test_old.cxx +sc/qa/unit/functions_text.cxx +sc/qa/unit/helper/csv_handler.hxx +sc/qa/unit/helper/qahelper.cxx +sc/qa/unit/helper/qahelper.hxx +sc/qa/unit/helper/shared_test_impl.hxx +sc/qa/unit/helper/sorthelper.hxx +sc/qa/unit/helper/xpath.cxx +sc/qa/unit/helper/xpath.hxx +sc/qa/unit/mark_test.cxx +sc/qa/unit/opencl-test.cxx +sc/qa/unit/parallelism.cxx +sc/qa/unit/range.cxx +sc/qa/unit/rangelst_test.cxx +sc/qa/unit/screenshots/screenshots.cxx +sc/qa/unit/subsequent_export-test.cxx +sc/qa/unit/subsequent_filters-test.cxx +sc/qa/unit/test_ScChartListenerCollection.cxx +sc/qa/unit/tiledrendering/tiledrendering.cxx +sc/qa/unit/ucalc.cxx +sc/qa/unit/ucalc_column.cxx +sc/qa/unit/ucalc_condformat.cxx +sc/qa/unit/ucalc_formula.cxx +sc/qa/unit/ucalc_pivottable.cxx +sc/qa/unit/ucalc_sharedformula.cxx +sc/qa/unit/ucalc_sort.cxx +sc/source/core/data/attarray.cxx +sc/source/core/data/attrib.cxx +sc/source/core/data/autonamecache.cxx +sc/source/core/data/bcaslot.cxx +sc/source/core/data/bigrange.cxx +sc/source/core/data/celltextattr.cxx +sc/source/core/data/cellvalue.cxx +sc/source/core/data/cellvalues.cxx +sc/source/core/data/clipcontext.cxx +sc/source/core/data/clipparam.cxx +sc/source/core/data/colcontainer.cxx +sc/source/core/data/colorscale.cxx +sc/source/core/data/column.cxx +sc/source/core/data/column2.cxx +sc/source/core/data/column3.cxx +sc/source/core/data/column4.cxx +sc/source/core/data/columniterator.cxx +sc/source/core/data/columnset.cxx +sc/source/core/data/columnspanset.cxx +sc/source/core/data/compressedarray.cxx +sc/source/core/data/conditio.cxx +sc/source/core/data/dbdocutl.cxx +sc/source/core/data/dociter.cxx +sc/source/core/data/docparam.cxx +sc/source/core/data/docpool.cxx +sc/source/core/data/documen2.cxx +sc/source/core/data/documen3.cxx +sc/source/core/data/documen4.cxx +sc/source/core/data/documen5.cxx +sc/source/core/data/documen6.cxx +sc/source/core/data/documen7.cxx +sc/source/core/data/documen8.cxx +sc/source/core/data/documen9.cxx +sc/source/core/data/document.cxx +sc/source/core/data/document10.cxx +sc/source/core/data/documentimport.cxx +sc/source/core/data/documentstreamaccess.cxx +sc/source/core/data/dpcache.cxx +sc/source/core/data/dpdimsave.cxx +sc/source/core/data/dpfilteredcache.cxx +sc/source/core/data/dpglobal.cxx +sc/source/core/data/dpgroup.cxx +sc/source/core/data/dpitemdata.cxx +sc/source/core/data/dpnumgroupinfo.cxx +sc/source/core/data/dpobject.cxx +sc/source/core/data/dpoutput.cxx +sc/source/core/data/dpoutputgeometry.cxx +sc/source/core/data/dpresfilter.cxx +sc/source/core/data/dpsave.cxx +sc/source/core/data/dpsdbtab.cxx +sc/source/core/data/dpshttab.cxx +sc/source/core/data/dptabdat.cxx +sc/source/core/data/dptabres.cxx +sc/source/core/data/dptabsrc.cxx +sc/source/core/data/dputil.cxx +sc/source/core/data/drawpage.cxx +sc/source/core/data/drwlayer.cxx +sc/source/core/data/edittextiterator.cxx +sc/source/core/data/fillinfo.cxx +sc/source/core/data/formulacell.cxx +sc/source/core/data/formulaiter.cxx +sc/source/core/data/funcdesc.cxx +sc/source/core/data/global.cxx +sc/source/core/data/global2.cxx +sc/source/core/data/globalx.cxx +sc/source/core/data/grouptokenconverter.cxx +sc/source/core/data/listenercontext.cxx +sc/source/core/data/markarr.cxx +sc/source/core/data/markdata.cxx +sc/source/core/data/markmulti.cxx +sc/source/core/data/mtvcellfunc.cxx +sc/source/core/data/mtvelements.cxx +sc/source/core/data/olinetab.cxx +sc/source/core/data/pagepar.cxx +sc/source/core/data/patattr.cxx +sc/source/core/data/pivot2.cxx +sc/source/core/data/poolhelp.cxx +sc/source/core/data/postit.cxx +sc/source/core/data/refupdatecontext.cxx +sc/source/core/data/rowheightcontext.cxx +sc/source/core/data/segmenttree.cxx +sc/source/core/data/sheetevents.cxx +sc/source/core/data/simpleformulacalc.cxx +sc/source/core/data/sortparam.cxx +sc/source/core/data/stlpool.cxx +sc/source/core/data/stlsheet.cxx +sc/source/core/data/subtotalparam.cxx +sc/source/core/data/tabbgcolor.cxx +sc/source/core/data/table1.cxx +sc/source/core/data/table2.cxx +sc/source/core/data/table3.cxx +sc/source/core/data/table4.cxx +sc/source/core/data/table5.cxx +sc/source/core/data/table6.cxx +sc/source/core/data/table7.cxx +sc/source/core/data/tabprotection.cxx +sc/source/core/data/types.cxx +sc/source/core/data/userdat.cxx +sc/source/core/data/validat.cxx +sc/source/core/inc/addinhelpid.hxx +sc/source/core/inc/addinlis.hxx +sc/source/core/inc/adiasync.hxx +sc/source/core/inc/arraysumfunctor.hxx +sc/source/core/inc/bcaslot.hxx +sc/source/core/inc/cellkeytranslator.hxx +sc/source/core/inc/ddelink.hxx +sc/source/core/inc/doubleref.hxx +sc/source/core/inc/formulagroupcl.hxx +sc/source/core/inc/grouptokenconverter.hxx +sc/source/core/inc/interpre.hxx +sc/source/core/inc/jumpmatrix.hxx +sc/source/core/inc/parclass.hxx +sc/source/core/inc/poolhelp.hxx +sc/source/core/inc/refupdat.hxx +sc/source/core/inc/scrdata.hxx +sc/source/core/opencl/formulagroupcl.cxx +sc/source/core/opencl/op_addin.cxx +sc/source/core/opencl/op_addin.hxx +sc/source/core/opencl/op_array.cxx +sc/source/core/opencl/op_array.hxx +sc/source/core/opencl/op_database.cxx +sc/source/core/opencl/op_database.hxx +sc/source/core/opencl/op_financial.cxx +sc/source/core/opencl/op_financial.hxx +sc/source/core/opencl/op_logical.cxx +sc/source/core/opencl/op_logical.hxx +sc/source/core/opencl/op_math.cxx +sc/source/core/opencl/op_math.hxx +sc/source/core/opencl/op_spreadsheet.cxx +sc/source/core/opencl/op_spreadsheet.hxx +sc/source/core/opencl/op_statistical.cxx +sc/source/core/opencl/op_statistical.hxx +sc/source/core/opencl/opbase.cxx +sc/source/core/opencl/opbase.hxx +sc/source/core/opencl/opinlinefun_finacial.cxx +sc/source/core/opencl/opinlinefun_math.hxx +sc/source/core/opencl/opinlinefun_statistical.cxx +sc/source/core/tool/addincfg.cxx +sc/source/core/tool/addincol.cxx +sc/source/core/tool/addinhelpid.cxx +sc/source/core/tool/addinlis.cxx +sc/source/core/tool/address.cxx +sc/source/core/tool/adiasync.cxx +sc/source/core/tool/appoptio.cxx +sc/source/core/tool/autoform.cxx +sc/source/core/tool/brdcst.cxx +sc/source/core/tool/bulkdatahint.cxx +sc/source/core/tool/calcconfig.cxx +sc/source/core/tool/callform.cxx +sc/source/core/tool/cellform.cxx +sc/source/core/tool/cellkeytranslator.cxx +sc/source/core/tool/cellkeywords.inl +sc/source/core/tool/chartarr.cxx +sc/source/core/tool/charthelper.cxx +sc/source/core/tool/chartlis.cxx +sc/source/core/tool/chartlock.cxx +sc/source/core/tool/chartpos.cxx +sc/source/core/tool/chgtrack.cxx +sc/source/core/tool/chgviset.cxx +sc/source/core/tool/compare.cxx +sc/source/core/tool/compiler.cxx +sc/source/core/tool/consoli.cxx +sc/source/core/tool/dbdata.cxx +sc/source/core/tool/ddelink.cxx +sc/source/core/tool/defaultsoptions.cxx +sc/source/core/tool/detdata.cxx +sc/source/core/tool/detfunc.cxx +sc/source/core/tool/docoptio.cxx +sc/source/core/tool/doubleref.cxx +sc/source/core/tool/editdataarray.cxx +sc/source/core/tool/editutil.cxx +sc/source/core/tool/filtopt.cxx +sc/source/core/tool/formulagroup.cxx +sc/source/core/tool/formulalogger.cxx +sc/source/core/tool/formulaopt.cxx +sc/source/core/tool/formulaparserpool.cxx +sc/source/core/tool/formularesult.cxx +sc/source/core/tool/grouparealistener.cxx +sc/source/core/tool/hints.cxx +sc/source/core/tool/inputopt.cxx +sc/source/core/tool/interpr1.cxx +sc/source/core/tool/interpr2.cxx +sc/source/core/tool/interpr3.cxx +sc/source/core/tool/interpr4.cxx +sc/source/core/tool/interpr5.cxx +sc/source/core/tool/interpr6.cxx +sc/source/core/tool/interpr7.cxx +sc/source/core/tool/interpr8.cxx +sc/source/core/tool/jumpmatrix.cxx +sc/source/core/tool/listenerquery.cxx +sc/source/core/tool/lookupcache.cxx +sc/source/core/tool/math.cxx +sc/source/core/tool/matrixoperators.cxx +sc/source/core/tool/navicfg.cxx +sc/source/core/tool/numformat.cxx +sc/source/core/tool/odffmap.cxx +sc/source/core/tool/optutil.cxx +sc/source/core/tool/orcusxml.cxx +sc/source/core/tool/parclass.cxx +sc/source/core/tool/printopt.cxx +sc/source/core/tool/prnsave.cxx +sc/source/core/tool/progress.cxx +sc/source/core/tool/queryentry.cxx +sc/source/core/tool/queryparam.cxx +sc/source/core/tool/rangelst.cxx +sc/source/core/tool/rangenam.cxx +sc/source/core/tool/rangeseq.cxx +sc/source/core/tool/rangeutl.cxx +sc/source/core/tool/rechead.cxx +sc/source/core/tool/recursionhelper.cxx +sc/source/core/tool/refdata.cxx +sc/source/core/tool/reffind.cxx +sc/source/core/tool/refhint.cxx +sc/source/core/tool/refreshtimer.cxx +sc/source/core/tool/reftokenhelper.cxx +sc/source/core/tool/refupdat.cxx +sc/source/core/tool/scmatrix.cxx +sc/source/core/tool/scopetools.cxx +sc/source/core/tool/sharedformula.cxx +sc/source/core/tool/simplerangelist.cxx +sc/source/core/tool/stringutil.cxx +sc/source/core/tool/stylehelper.cxx +sc/source/core/tool/subtotal.cxx +sc/source/core/tool/token.cxx +sc/source/core/tool/tokenstringcontext.cxx +sc/source/core/tool/typedstrdata.cxx +sc/source/core/tool/unitconv.cxx +sc/source/core/tool/userlist.cxx +sc/source/core/tool/viewopti.cxx +sc/source/core/tool/zforauto.cxx +sc/source/filter/dif/difexp.cxx +sc/source/filter/dif/difimp.cxx +sc/source/filter/excel/colrowst.cxx +sc/source/filter/excel/excdoc.cxx +sc/source/filter/excel/excel.cxx +sc/source/filter/excel/excform.cxx +sc/source/filter/excel/excform8.cxx +sc/source/filter/excel/excimp8.cxx +sc/source/filter/excel/excrecds.cxx +sc/source/filter/excel/exctools.cxx +sc/source/filter/excel/expop2.cxx +sc/source/filter/excel/fontbuff.cxx +sc/source/filter/excel/frmbase.cxx +sc/source/filter/excel/impop.cxx +sc/source/filter/excel/namebuff.cxx +sc/source/filter/excel/read.cxx +sc/source/filter/excel/tokstack.cxx +sc/source/filter/excel/xechart.cxx +sc/source/filter/excel/xecontent.cxx +sc/source/filter/excel/xedbdata.cxx +sc/source/filter/excel/xeescher.cxx +sc/source/filter/excel/xeextlst.cxx +sc/source/filter/excel/xeformula.cxx +sc/source/filter/excel/xehelper.cxx +sc/source/filter/excel/xelink.cxx +sc/source/filter/excel/xename.cxx +sc/source/filter/excel/xepage.cxx +sc/source/filter/excel/xepivot.cxx +sc/source/filter/excel/xepivotxml.cxx +sc/source/filter/excel/xerecord.cxx +sc/source/filter/excel/xeroot.cxx +sc/source/filter/excel/xestream.cxx +sc/source/filter/excel/xestring.cxx +sc/source/filter/excel/xestyle.cxx +sc/source/filter/excel/xetable.cxx +sc/source/filter/excel/xeview.cxx +sc/source/filter/excel/xichart.cxx +sc/source/filter/excel/xicontent.cxx +sc/source/filter/excel/xiescher.cxx +sc/source/filter/excel/xiformula.cxx +sc/source/filter/excel/xihelper.cxx +sc/source/filter/excel/xilink.cxx +sc/source/filter/excel/xiname.cxx +sc/source/filter/excel/xipage.cxx +sc/source/filter/excel/xipivot.cxx +sc/source/filter/excel/xiroot.cxx +sc/source/filter/excel/xistream.cxx +sc/source/filter/excel/xistring.cxx +sc/source/filter/excel/xistyle.cxx +sc/source/filter/excel/xiview.cxx +sc/source/filter/excel/xladdress.cxx +sc/source/filter/excel/xlchart.cxx +sc/source/filter/excel/xlescher.cxx +sc/source/filter/excel/xlformula.cxx +sc/source/filter/excel/xlpage.cxx +sc/source/filter/excel/xlpivot.cxx +sc/source/filter/excel/xlroot.cxx +sc/source/filter/excel/xlstyle.cxx +sc/source/filter/excel/xltoolbar.cxx +sc/source/filter/excel/xltoolbar.hxx +sc/source/filter/excel/xltools.cxx +sc/source/filter/excel/xltracer.cxx +sc/source/filter/excel/xlview.cxx +sc/source/filter/ftools/fapihelper.cxx +sc/source/filter/ftools/fprogressbar.cxx +sc/source/filter/ftools/ftools.cxx +sc/source/filter/ftools/sharedformulagroups.cxx +sc/source/filter/html/htmlexp.cxx +sc/source/filter/html/htmlexp2.cxx +sc/source/filter/html/htmlimp.cxx +sc/source/filter/html/htmlpars.cxx +sc/source/filter/importfilterdata.cxx +sc/source/filter/inc/XclExpChangeTrack.hxx +sc/source/filter/inc/XclImpChangeTrack.hxx +sc/source/filter/inc/addressconverter.hxx +sc/source/filter/inc/autofilterbuffer.hxx +sc/source/filter/inc/autofiltercontext.hxx +sc/source/filter/inc/biffhelper.hxx +sc/source/filter/inc/chartsheetfragment.hxx +sc/source/filter/inc/colrowst.hxx +sc/source/filter/inc/commentsbuffer.hxx +sc/source/filter/inc/commentsfragment.hxx +sc/source/filter/inc/condformatbuffer.hxx +sc/source/filter/inc/condformatcontext.hxx +sc/source/filter/inc/connectionsbuffer.hxx +sc/source/filter/inc/connectionsfragment.hxx +sc/source/filter/inc/decl.h +sc/source/filter/inc/defnamesbuffer.hxx +sc/source/filter/inc/dif.hxx +sc/source/filter/inc/drawingbase.hxx +sc/source/filter/inc/drawingfragment.hxx +sc/source/filter/inc/eeimport.hxx +sc/source/filter/inc/eeparser.hxx +sc/source/filter/inc/excdefs.hxx +sc/source/filter/inc/excdoc.hxx +sc/source/filter/inc/excelchartconverter.hxx +sc/source/filter/inc/excelfilter.hxx +sc/source/filter/inc/excelhandlers.hxx +sc/source/filter/inc/excelvbaproject.hxx +sc/source/filter/inc/excform.hxx +sc/source/filter/inc/excimp8.hxx +sc/source/filter/inc/excrecds.hxx +sc/source/filter/inc/excscen.hxx +sc/source/filter/inc/exp_op.hxx +sc/source/filter/inc/expbase.hxx +sc/source/filter/inc/externallinkbuffer.hxx +sc/source/filter/inc/externallinkfragment.hxx +sc/source/filter/inc/extlstcontext.hxx +sc/source/filter/inc/fapihelper.hxx +sc/source/filter/inc/flttypes.hxx +sc/source/filter/inc/formel.hxx +sc/source/filter/inc/formulabase.hxx +sc/source/filter/inc/formulabuffer.hxx +sc/source/filter/inc/formulaparser.hxx +sc/source/filter/inc/fprogressbar.hxx +sc/source/filter/inc/ftools.hxx +sc/source/filter/inc/htmlexp.hxx +sc/source/filter/inc/htmlimp.hxx +sc/source/filter/inc/htmlpars.hxx +sc/source/filter/inc/imp_op.hxx +sc/source/filter/inc/lotattr.hxx +sc/source/filter/inc/lotfntbf.hxx +sc/source/filter/inc/lotform.hxx +sc/source/filter/inc/lotimpop.hxx +sc/source/filter/inc/lotrange.hxx +sc/source/filter/inc/namebuff.hxx +sc/source/filter/inc/numberformatsbuffer.hxx +sc/source/filter/inc/ooxformulaparser.hxx +sc/source/filter/inc/op.h +sc/source/filter/inc/optab.h +sc/source/filter/inc/orcusinterface.hxx +sc/source/filter/inc/otlnbuff.hxx +sc/source/filter/inc/pagesettings.hxx +sc/source/filter/inc/pivotcachebuffer.hxx +sc/source/filter/inc/pivotcachefragment.hxx +sc/source/filter/inc/pivottablebuffer.hxx +sc/source/filter/inc/pivottablefragment.hxx +sc/source/filter/inc/qpro.hxx +sc/source/filter/inc/qproform.hxx +sc/source/filter/inc/qprostyle.hxx +sc/source/filter/inc/querytablebuffer.hxx +sc/source/filter/inc/querytablefragment.hxx +sc/source/filter/inc/revisionfragment.hxx +sc/source/filter/inc/richstring.hxx +sc/source/filter/inc/richstringcontext.hxx +sc/source/filter/inc/root.hxx +sc/source/filter/inc/rtfexp.hxx +sc/source/filter/inc/rtfparse.hxx +sc/source/filter/inc/scenariobuffer.hxx +sc/source/filter/inc/scenariocontext.hxx +sc/source/filter/inc/scfobj.hxx +sc/source/filter/inc/sharedformulagroups.hxx +sc/source/filter/inc/sharedstringsbuffer.hxx +sc/source/filter/inc/sharedstringsfragment.hxx +sc/source/filter/inc/sheetdatabuffer.hxx +sc/source/filter/inc/sheetdatacontext.hxx +sc/source/filter/inc/stylesbuffer.hxx +sc/source/filter/inc/stylesfragment.hxx +sc/source/filter/inc/tablebuffer.hxx +sc/source/filter/inc/tablecolumnsbuffer.hxx +sc/source/filter/inc/tablecolumnscontext.hxx +sc/source/filter/inc/tablefragment.hxx +sc/source/filter/inc/themebuffer.hxx +sc/source/filter/inc/tokstack.hxx +sc/source/filter/inc/tool.h +sc/source/filter/inc/unitconverter.hxx +sc/source/filter/inc/viewsettings.hxx +sc/source/filter/inc/workbookfragment.hxx +sc/source/filter/inc/workbookhelper.hxx +sc/source/filter/inc/workbooksettings.hxx +sc/source/filter/inc/worksheetbuffer.hxx +sc/source/filter/inc/worksheetfragment.hxx +sc/source/filter/inc/worksheethelper.hxx +sc/source/filter/inc/worksheetsettings.hxx +sc/source/filter/inc/xcl97esc.hxx +sc/source/filter/inc/xcl97rec.hxx +sc/source/filter/inc/xechart.hxx +sc/source/filter/inc/xecontent.hxx +sc/source/filter/inc/xedbdata.hxx +sc/source/filter/inc/xeescher.hxx +sc/source/filter/inc/xeextlst.hxx +sc/source/filter/inc/xeformula.hxx +sc/source/filter/inc/xehelper.hxx +sc/source/filter/inc/xelink.hxx +sc/source/filter/inc/xename.hxx +sc/source/filter/inc/xepage.hxx +sc/source/filter/inc/xepivot.hxx +sc/source/filter/inc/xepivotxml.hxx +sc/source/filter/inc/xerecord.hxx +sc/source/filter/inc/xeroot.hxx +sc/source/filter/inc/xestream.hxx +sc/source/filter/inc/xestring.hxx +sc/source/filter/inc/xestyle.hxx +sc/source/filter/inc/xetable.hxx +sc/source/filter/inc/xeview.hxx +sc/source/filter/inc/xichart.hxx +sc/source/filter/inc/xicontent.hxx +sc/source/filter/inc/xiescher.hxx +sc/source/filter/inc/xiformula.hxx +sc/source/filter/inc/xihelper.hxx +sc/source/filter/inc/xilink.hxx +sc/source/filter/inc/xiname.hxx +sc/source/filter/inc/xipage.hxx +sc/source/filter/inc/xipivot.hxx +sc/source/filter/inc/xiroot.hxx +sc/source/filter/inc/xistream.hxx +sc/source/filter/inc/xistring.hxx +sc/source/filter/inc/xistyle.hxx +sc/source/filter/inc/xiview.hxx +sc/source/filter/inc/xladdress.hxx +sc/source/filter/inc/xlchart.hxx +sc/source/filter/inc/xlconst.hxx +sc/source/filter/inc/xlcontent.hxx +sc/source/filter/inc/xlescher.hxx +sc/source/filter/inc/xlformula.hxx +sc/source/filter/inc/xllink.hxx +sc/source/filter/inc/xlname.hxx +sc/source/filter/inc/xlpage.hxx +sc/source/filter/inc/xlpivot.hxx +sc/source/filter/inc/xlroot.hxx +sc/source/filter/inc/xlstream.hxx +sc/source/filter/inc/xlstring.hxx +sc/source/filter/inc/xlstyle.hxx +sc/source/filter/inc/xltable.hxx +sc/source/filter/inc/xltools.hxx +sc/source/filter/inc/xltracer.hxx +sc/source/filter/inc/xlview.hxx +sc/source/filter/lotus/filter.cxx +sc/source/filter/lotus/lotattr.cxx +sc/source/filter/lotus/lotfilter.hxx +sc/source/filter/lotus/lotform.cxx +sc/source/filter/lotus/lotimpop.cxx +sc/source/filter/lotus/lotread.cxx +sc/source/filter/lotus/lotus.cxx +sc/source/filter/lotus/memory.cxx +sc/source/filter/lotus/op.cxx +sc/source/filter/lotus/optab.cxx +sc/source/filter/lotus/tool.cxx +sc/source/filter/oox/addressconverter.cxx +sc/source/filter/oox/autofilterbuffer.cxx +sc/source/filter/oox/autofiltercontext.cxx +sc/source/filter/oox/biffhelper.cxx +sc/source/filter/oox/chartsheetfragment.cxx +sc/source/filter/oox/commentsbuffer.cxx +sc/source/filter/oox/commentsfragment.cxx +sc/source/filter/oox/condformatbuffer.cxx +sc/source/filter/oox/condformatcontext.cxx +sc/source/filter/oox/connectionsbuffer.cxx +sc/source/filter/oox/connectionsfragment.cxx +sc/source/filter/oox/defnamesbuffer.cxx +sc/source/filter/oox/drawingbase.cxx +sc/source/filter/oox/drawingfragment.cxx +sc/source/filter/oox/excelchartconverter.cxx +sc/source/filter/oox/excelfilter.cxx +sc/source/filter/oox/excelhandlers.cxx +sc/source/filter/oox/excelvbaproject.cxx +sc/source/filter/oox/externallinkbuffer.cxx +sc/source/filter/oox/externallinkfragment.cxx +sc/source/filter/oox/extlstcontext.cxx +sc/source/filter/oox/formulabase.cxx +sc/source/filter/oox/formulabuffer.cxx +sc/source/filter/oox/formulaparser.cxx +sc/source/filter/oox/numberformatsbuffer.cxx +sc/source/filter/oox/ooxformulaparser.cxx +sc/source/filter/oox/pagesettings.cxx +sc/source/filter/oox/pivotcachebuffer.cxx +sc/source/filter/oox/pivotcachefragment.cxx +sc/source/filter/oox/pivottablebuffer.cxx +sc/source/filter/oox/pivottablefragment.cxx +sc/source/filter/oox/querytablebuffer.cxx +sc/source/filter/oox/querytablefragment.cxx +sc/source/filter/oox/revisionfragment.cxx +sc/source/filter/oox/richstring.cxx +sc/source/filter/oox/richstringcontext.cxx +sc/source/filter/oox/scenariobuffer.cxx +sc/source/filter/oox/scenariocontext.cxx +sc/source/filter/oox/sharedstringsbuffer.cxx +sc/source/filter/oox/sharedstringsfragment.cxx +sc/source/filter/oox/sheetdatabuffer.cxx +sc/source/filter/oox/sheetdatacontext.cxx +sc/source/filter/oox/stylesbuffer.cxx +sc/source/filter/oox/stylesfragment.cxx +sc/source/filter/oox/tablebuffer.cxx +sc/source/filter/oox/tablecolumnsbuffer.cxx +sc/source/filter/oox/tablecolumnscontext.cxx +sc/source/filter/oox/tablefragment.cxx +sc/source/filter/oox/themebuffer.cxx +sc/source/filter/oox/unitconverter.cxx +sc/source/filter/oox/viewsettings.cxx +sc/source/filter/oox/workbookfragment.cxx +sc/source/filter/oox/workbookhelper.cxx +sc/source/filter/oox/workbooksettings.cxx +sc/source/filter/oox/worksheetbuffer.cxx +sc/source/filter/oox/worksheetfragment.cxx +sc/source/filter/oox/worksheethelper.cxx +sc/source/filter/oox/worksheetsettings.cxx +sc/source/filter/orcus/filterdetect.cxx +sc/source/filter/orcus/interface.cxx +sc/source/filter/orcus/xmlcontext.cxx +sc/source/filter/qpro/qpro.cxx +sc/source/filter/qpro/qproform.cxx +sc/source/filter/qpro/qprostyle.cxx +sc/source/filter/rtf/eeimpars.cxx +sc/source/filter/rtf/expbase.cxx +sc/source/filter/rtf/rtfexp.cxx +sc/source/filter/rtf/rtfimp.cxx +sc/source/filter/rtf/rtfparse.cxx +sc/source/filter/xcl97/XclExpChangeTrack.cxx +sc/source/filter/xcl97/XclImpChangeTrack.cxx +sc/source/filter/xcl97/xcl97esc.cxx +sc/source/filter/xcl97/xcl97rec.cxx +sc/source/filter/xml/XMLCalculationSettingsContext.cxx +sc/source/filter/xml/XMLCalculationSettingsContext.hxx +sc/source/filter/xml/XMLCellRangeSourceContext.cxx +sc/source/filter/xml/XMLCellRangeSourceContext.hxx +sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx +sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx +sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx +sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx +sc/source/filter/xml/XMLCodeNameProvider.cxx +sc/source/filter/xml/XMLCodeNameProvider.hxx +sc/source/filter/xml/XMLColumnRowGroupExport.cxx +sc/source/filter/xml/XMLColumnRowGroupExport.hxx +sc/source/filter/xml/XMLConsolidationContext.cxx +sc/source/filter/xml/XMLConsolidationContext.hxx +sc/source/filter/xml/XMLConverter.cxx +sc/source/filter/xml/XMLConverter.hxx +sc/source/filter/xml/XMLDDELinksContext.cxx +sc/source/filter/xml/XMLDDELinksContext.hxx +sc/source/filter/xml/XMLDetectiveContext.cxx +sc/source/filter/xml/XMLDetectiveContext.hxx +sc/source/filter/xml/XMLEmptyContext.cxx +sc/source/filter/xml/XMLEmptyContext.hxx +sc/source/filter/xml/XMLExportDDELinks.cxx +sc/source/filter/xml/XMLExportDDELinks.hxx +sc/source/filter/xml/XMLExportDataPilot.cxx +sc/source/filter/xml/XMLExportDataPilot.hxx +sc/source/filter/xml/XMLExportDatabaseRanges.cxx +sc/source/filter/xml/XMLExportDatabaseRanges.hxx +sc/source/filter/xml/XMLExportIterator.cxx +sc/source/filter/xml/XMLExportIterator.hxx +sc/source/filter/xml/XMLExportSharedData.cxx +sc/source/filter/xml/XMLExportSharedData.hxx +sc/source/filter/xml/XMLStylesExportHelper.cxx +sc/source/filter/xml/XMLStylesExportHelper.hxx +sc/source/filter/xml/XMLStylesImportHelper.cxx +sc/source/filter/xml/XMLStylesImportHelper.hxx +sc/source/filter/xml/XMLTableHeaderFooterContext.cxx +sc/source/filter/xml/XMLTableHeaderFooterContext.hxx +sc/source/filter/xml/XMLTableMasterPageExport.cxx +sc/source/filter/xml/XMLTableMasterPageExport.hxx +sc/source/filter/xml/XMLTableShapeImportHelper.cxx +sc/source/filter/xml/XMLTableShapeImportHelper.hxx +sc/source/filter/xml/XMLTableShapeResizer.cxx +sc/source/filter/xml/XMLTableShapeResizer.hxx +sc/source/filter/xml/XMLTableShapesContext.cxx +sc/source/filter/xml/XMLTableShapesContext.hxx +sc/source/filter/xml/XMLTableSourceContext.cxx +sc/source/filter/xml/XMLTableSourceContext.hxx +sc/source/filter/xml/XMLTrackedChangesContext.cxx +sc/source/filter/xml/XMLTrackedChangesContext.hxx +sc/source/filter/xml/cachedattraccess.cxx +sc/source/filter/xml/cachedattraccess.hxx +sc/source/filter/xml/celltextparacontext.cxx +sc/source/filter/xml/celltextparacontext.hxx +sc/source/filter/xml/datastreamimport.cxx +sc/source/filter/xml/datastreamimport.hxx +sc/source/filter/xml/editattributemap.cxx +sc/source/filter/xml/importcontext.cxx +sc/source/filter/xml/importcontext.hxx +sc/source/filter/xml/pivotsource.cxx +sc/source/filter/xml/pivotsource.hxx +sc/source/filter/xml/sheetdata.cxx +sc/source/filter/xml/xmlannoi.cxx +sc/source/filter/xml/xmlannoi.hxx +sc/source/filter/xml/xmlbodyi.cxx +sc/source/filter/xml/xmlbodyi.hxx +sc/source/filter/xml/xmlcelli.cxx +sc/source/filter/xml/xmlcelli.hxx +sc/source/filter/xml/xmlcoli.cxx +sc/source/filter/xml/xmlcoli.hxx +sc/source/filter/xml/xmlcondformat.cxx +sc/source/filter/xml/xmlcondformat.hxx +sc/source/filter/xml/xmlconti.cxx +sc/source/filter/xml/xmlconti.hxx +sc/source/filter/xml/xmlcvali.cxx +sc/source/filter/xml/xmlcvali.hxx +sc/source/filter/xml/xmldpimp.cxx +sc/source/filter/xml/xmldpimp.hxx +sc/source/filter/xml/xmldrani.cxx +sc/source/filter/xml/xmldrani.hxx +sc/source/filter/xml/xmlexprt.cxx +sc/source/filter/xml/xmlexprt.hxx +sc/source/filter/xml/xmlexternaltabi.cxx +sc/source/filter/xml/xmlexternaltabi.hxx +sc/source/filter/xml/xmlfilti.cxx +sc/source/filter/xml/xmlfilti.hxx +sc/source/filter/xml/xmlfonte.cxx +sc/source/filter/xml/xmlimprt.cxx +sc/source/filter/xml/xmlimprt.hxx +sc/source/filter/xml/xmllabri.cxx +sc/source/filter/xml/xmllabri.hxx +sc/source/filter/xml/xmlmappingi.cxx +sc/source/filter/xml/xmlmappingi.hxx +sc/source/filter/xml/xmlnexpi.cxx +sc/source/filter/xml/xmlnexpi.hxx +sc/source/filter/xml/xmlrowi.cxx +sc/source/filter/xml/xmlrowi.hxx +sc/source/filter/xml/xmlsceni.cxx +sc/source/filter/xml/xmlsceni.hxx +sc/source/filter/xml/xmlsorti.cxx +sc/source/filter/xml/xmlsorti.hxx +sc/source/filter/xml/xmlstyle.cxx +sc/source/filter/xml/xmlstyle.hxx +sc/source/filter/xml/xmlstyli.cxx +sc/source/filter/xml/xmlstyli.hxx +sc/source/filter/xml/xmlsubti.cxx +sc/source/filter/xml/xmlsubti.hxx +sc/source/filter/xml/xmltabi.cxx +sc/source/filter/xml/xmltabi.hxx +sc/source/filter/xml/xmlwrap.cxx +sc/source/ui/Accessibility/AccessibilityHints.cxx +sc/source/ui/Accessibility/AccessibleCell.cxx +sc/source/ui/Accessibility/AccessibleCellBase.cxx +sc/source/ui/Accessibility/AccessibleContextBase.cxx +sc/source/ui/Accessibility/AccessibleCsvControl.cxx +sc/source/ui/Accessibility/AccessibleDocument.cxx +sc/source/ui/Accessibility/AccessibleDocumentBase.cxx +sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +sc/source/ui/Accessibility/AccessibleEditObject.cxx +sc/source/ui/Accessibility/AccessibleGlobal.cxx +sc/source/ui/Accessibility/AccessiblePageHeader.cxx +sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx +sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx +sc/source/ui/Accessibility/AccessiblePreviewTable.cxx +sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx +sc/source/ui/Accessibility/AccessibleTableBase.cxx +sc/source/ui/Accessibility/AccessibleText.cxx +sc/source/ui/Accessibility/DrawModelBroadcaster.cxx +sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx +sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx +sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx +sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx +sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx +sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx +sc/source/ui/StatisticsDialogs/FTestDialog.cxx +sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx +sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx +sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx +sc/source/ui/StatisticsDialogs/RegressionDialog.cxx +sc/source/ui/StatisticsDialogs/SamplingDialog.cxx +sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx +sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx +sc/source/ui/StatisticsDialogs/TTestDialog.cxx +sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx +sc/source/ui/StatisticsDialogs/ZTestDialog.cxx +sc/source/ui/app/client.cxx +sc/source/ui/app/drwtrans.cxx +sc/source/ui/app/inputhdl.cxx +sc/source/ui/app/inputwin.cxx +sc/source/ui/app/lnktrans.cxx +sc/source/ui/app/msgpool.cxx +sc/source/ui/app/rfindlst.cxx +sc/source/ui/app/scdll.cxx +sc/source/ui/app/scmod.cxx +sc/source/ui/app/seltrans.cxx +sc/source/ui/app/transobj.cxx +sc/source/ui/app/uiitems.cxx +sc/source/ui/attrdlg/attrdlg.cxx +sc/source/ui/attrdlg/scabstdlg.cxx +sc/source/ui/attrdlg/scdlgfact.cxx +sc/source/ui/attrdlg/scdlgfact.hxx +sc/source/ui/attrdlg/scuiexp.cxx +sc/source/ui/attrdlg/tabpages.cxx +sc/source/ui/cctrl/cbnumberformat.cxx +sc/source/ui/cctrl/cbuttonw.cxx +sc/source/ui/cctrl/checklistmenu.cxx +sc/source/ui/cctrl/dpcontrol.cxx +sc/source/ui/cctrl/editfield.cxx +sc/source/ui/cctrl/tbzoomsliderctrl.cxx +sc/source/ui/condformat/colorformat.cxx +sc/source/ui/condformat/condformatdlg.cxx +sc/source/ui/condformat/condformatdlgentry.cxx +sc/source/ui/condformat/condformatdlgitem.cxx +sc/source/ui/condformat/condformathelper.cxx +sc/source/ui/condformat/condformatmgr.cxx +sc/source/ui/dataprovider/csvdataprovider.cxx +sc/source/ui/dataprovider/dataprovider.cxx +sc/source/ui/dataprovider/datatransformation.cxx +sc/source/ui/dataprovider/htmldataprovider.cxx +sc/source/ui/dataprovider/htmldataprovider.hxx +sc/source/ui/dbgui/PivotLayoutDialog.cxx +sc/source/ui/dbgui/PivotLayoutTreeList.cxx +sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx +sc/source/ui/dbgui/PivotLayoutTreeListData.cxx +sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx +sc/source/ui/dbgui/asciiopt.cxx +sc/source/ui/dbgui/consdlg.cxx +sc/source/ui/dbgui/csvcontrol.cxx +sc/source/ui/dbgui/csvgrid.cxx +sc/source/ui/dbgui/csvruler.cxx +sc/source/ui/dbgui/csvsplits.cxx +sc/source/ui/dbgui/csvtablebox.cxx +sc/source/ui/dbgui/dapidata.cxx +sc/source/ui/dbgui/dapitype.cxx +sc/source/ui/dbgui/dbnamdlg.cxx +sc/source/ui/dbgui/dpgroupdlg.cxx +sc/source/ui/dbgui/filtdlg.cxx +sc/source/ui/dbgui/foptmgr.cxx +sc/source/ui/dbgui/imoptdlg.cxx +sc/source/ui/dbgui/pfiltdlg.cxx +sc/source/ui/dbgui/pvfundlg.cxx +sc/source/ui/dbgui/scendlg.cxx +sc/source/ui/dbgui/scuiasciiopt.cxx +sc/source/ui/dbgui/scuiimoptdlg.cxx +sc/source/ui/dbgui/sfiltdlg.cxx +sc/source/ui/dbgui/sortdlg.cxx +sc/source/ui/dbgui/sortkeydlg.cxx +sc/source/ui/dbgui/subtdlg.cxx +sc/source/ui/dbgui/textimportoptions.cxx +sc/source/ui/dbgui/tpsort.cxx +sc/source/ui/dbgui/tpsubt.cxx +sc/source/ui/dbgui/validate.cxx +sc/source/ui/dialogs/searchresults.cxx +sc/source/ui/docshell/arealink.cxx +sc/source/ui/docshell/autostyl.cxx +sc/source/ui/docshell/datastream.cxx +sc/source/ui/docshell/dbdocfun.cxx +sc/source/ui/docshell/dbdocimp.cxx +sc/source/ui/docshell/docfunc.cxx +sc/source/ui/docshell/docfuncutil.cxx +sc/source/ui/docshell/docsh.cxx +sc/source/ui/docshell/docsh2.cxx +sc/source/ui/docshell/docsh3.cxx +sc/source/ui/docshell/docsh4.cxx +sc/source/ui/docshell/docsh5.cxx +sc/source/ui/docshell/docsh6.cxx +sc/source/ui/docshell/docsh8.cxx +sc/source/ui/docshell/docshimp.hxx +sc/source/ui/docshell/documentlinkmgr.cxx +sc/source/ui/docshell/editable.cxx +sc/source/ui/docshell/externalrefmgr.cxx +sc/source/ui/docshell/impex.cxx +sc/source/ui/docshell/macromgr.cxx +sc/source/ui/docshell/olinefun.cxx +sc/source/ui/docshell/pagedata.cxx +sc/source/ui/docshell/pntlock.cxx +sc/source/ui/docshell/servobj.cxx +sc/source/ui/docshell/sizedev.cxx +sc/source/ui/docshell/tablink.cxx +sc/source/ui/docshell/tpstat.cxx +sc/source/ui/drawfunc/chartsh.cxx +sc/source/ui/drawfunc/drawsh.cxx +sc/source/ui/drawfunc/drawsh2.cxx +sc/source/ui/drawfunc/drawsh4.cxx +sc/source/ui/drawfunc/drawsh5.cxx +sc/source/ui/drawfunc/drformsh.cxx +sc/source/ui/drawfunc/drtxtob.cxx +sc/source/ui/drawfunc/drtxtob1.cxx +sc/source/ui/drawfunc/drtxtob2.cxx +sc/source/ui/drawfunc/fuconarc.cxx +sc/source/ui/drawfunc/fuconcustomshape.cxx +sc/source/ui/drawfunc/fuconpol.cxx +sc/source/ui/drawfunc/fuconrec.cxx +sc/source/ui/drawfunc/fuconstr.cxx +sc/source/ui/drawfunc/fuconuno.cxx +sc/source/ui/drawfunc/fudraw.cxx +sc/source/ui/drawfunc/fuins1.cxx +sc/source/ui/drawfunc/fuins2.cxx +sc/source/ui/drawfunc/fupoor.cxx +sc/source/ui/drawfunc/fusel.cxx +sc/source/ui/drawfunc/fusel2.cxx +sc/source/ui/drawfunc/futext.cxx +sc/source/ui/drawfunc/futext3.cxx +sc/source/ui/drawfunc/graphsh.cxx +sc/source/ui/drawfunc/mediash.cxx +sc/source/ui/drawfunc/oleobjsh.cxx +sc/source/ui/formdlg/dwfunctr.cxx +sc/source/ui/formdlg/formdata.cxx +sc/source/ui/formdlg/formula.cxx +sc/source/ui/inc/AccessibilityHints.hxx +sc/source/ui/inc/AccessibleCell.hxx +sc/source/ui/inc/AccessibleCellBase.hxx +sc/source/ui/inc/AccessibleContextBase.hxx +sc/source/ui/inc/AccessibleCsvControl.hxx +sc/source/ui/inc/AccessibleDocument.hxx +sc/source/ui/inc/AccessibleDocumentBase.hxx +sc/source/ui/inc/AccessibleDocumentPagePreview.hxx +sc/source/ui/inc/AccessibleEditObject.hxx +sc/source/ui/inc/AccessiblePageHeader.hxx +sc/source/ui/inc/AccessiblePageHeaderArea.hxx +sc/source/ui/inc/AccessiblePreviewCell.hxx +sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx +sc/source/ui/inc/AccessiblePreviewTable.hxx +sc/source/ui/inc/AccessibleSpreadsheet.hxx +sc/source/ui/inc/AccessibleTableBase.hxx +sc/source/ui/inc/AccessibleText.hxx +sc/source/ui/inc/AnalysisOfVarianceDialog.hxx +sc/source/ui/inc/ChartRangeSelectionListener.hxx +sc/source/ui/inc/ChiSquareTestDialog.hxx +sc/source/ui/inc/ChildWindowWrapper.hxx +sc/source/ui/inc/CorrelationDialog.hxx +sc/source/ui/inc/CovarianceDialog.hxx +sc/source/ui/inc/DescriptiveStatisticsDialog.hxx +sc/source/ui/inc/DrawModelBroadcaster.hxx +sc/source/ui/inc/ExponentialSmoothingDialog.hxx +sc/source/ui/inc/FTestDialog.hxx +sc/source/ui/inc/IAnyRefDialog.hxx +sc/source/ui/inc/MatrixComparisonGenerator.hxx +sc/source/ui/inc/MovingAverageDialog.hxx +sc/source/ui/inc/PivotLayoutDialog.hxx +sc/source/ui/inc/PivotLayoutTreeListBase.hxx +sc/source/ui/inc/PivotLayoutTreeListLabel.hxx +sc/source/ui/inc/RandomNumberGeneratorDialog.hxx +sc/source/ui/inc/RegressionDialog.hxx +sc/source/ui/inc/SamplingDialog.hxx +sc/source/ui/inc/StatisticsInputOutputDialog.hxx +sc/source/ui/inc/StatisticsTwoVariableDialog.hxx +sc/source/ui/inc/TTestDialog.hxx +sc/source/ui/inc/TableFillingAndNavigationTools.hxx +sc/source/ui/inc/ZTestDialog.hxx +sc/source/ui/inc/acredlin.hxx +sc/source/ui/inc/anyrefdg.hxx +sc/source/ui/inc/areasave.hxx +sc/source/ui/inc/areasdlg.hxx +sc/source/ui/inc/asciiopt.hxx +sc/source/ui/inc/attrdlg.hxx +sc/source/ui/inc/autofmt.hxx +sc/source/ui/inc/autostyl.hxx +sc/source/ui/inc/cbutton.hxx +sc/source/ui/inc/cellmergeoption.hxx +sc/source/ui/inc/cellsh.hxx +sc/source/ui/inc/chartsh.hxx +sc/source/ui/inc/checklistmenu.hxx +sc/source/ui/inc/client.hxx +sc/source/ui/inc/cliputil.hxx +sc/source/ui/inc/colrowba.hxx +sc/source/ui/inc/condformatdlg.hxx +sc/source/ui/inc/condformatdlgentry.hxx +sc/source/ui/inc/condformatdlgitem.hxx +sc/source/ui/inc/condformathelper.hxx +sc/source/ui/inc/condformatmgr.hxx +sc/source/ui/inc/condformatuno.hxx +sc/source/ui/inc/conflictsdlg.hxx +sc/source/ui/inc/consdlg.hxx +sc/source/ui/inc/content.hxx +sc/source/ui/inc/crnrdlg.hxx +sc/source/ui/inc/csvcontrol.hxx +sc/source/ui/inc/csvgrid.hxx +sc/source/ui/inc/csvruler.hxx +sc/source/ui/inc/csvsplits.hxx +sc/source/ui/inc/csvtablebox.hxx +sc/source/ui/inc/dapitype.hxx +sc/source/ui/inc/datafdlg.hxx +sc/source/ui/inc/dataprovider.hxx +sc/source/ui/inc/dataproviderdlg.hxx +sc/source/ui/inc/datastream.hxx +sc/source/ui/inc/datastreamdlg.hxx +sc/source/ui/inc/datatransformation.hxx +sc/source/ui/inc/dbdocfun.hxx +sc/source/ui/inc/dbfunc.hxx +sc/source/ui/inc/dbnamdlg.hxx +sc/source/ui/inc/delcodlg.hxx +sc/source/ui/inc/docfunc.hxx +sc/source/ui/inc/docfuncutil.hxx +sc/source/ui/inc/docsh.hxx +sc/source/ui/inc/dpcontrol.hxx +sc/source/ui/inc/dpgroupdlg.hxx +sc/source/ui/inc/drawsh.hxx +sc/source/ui/inc/drawutil.hxx +sc/source/ui/inc/drawview.hxx +sc/source/ui/inc/drtxtob.hxx +sc/source/ui/inc/drwtrans.hxx +sc/source/ui/inc/dwfunctr.hxx +sc/source/ui/inc/editable.hxx +sc/source/ui/inc/editsh.hxx +sc/source/ui/inc/filldlg.hxx +sc/source/ui/inc/filtdlg.hxx +sc/source/ui/inc/foptmgr.hxx +sc/source/ui/inc/formatsh.hxx +sc/source/ui/inc/formdata.hxx +sc/source/ui/inc/formula.hxx +sc/source/ui/inc/fuconarc.hxx +sc/source/ui/inc/fuconcustomshape.hxx +sc/source/ui/inc/fuconpol.hxx +sc/source/ui/inc/fuconrec.hxx +sc/source/ui/inc/fuconstr.hxx +sc/source/ui/inc/fuconuno.hxx +sc/source/ui/inc/fudraw.hxx +sc/source/ui/inc/fuinsert.hxx +sc/source/ui/inc/fupoor.hxx +sc/source/ui/inc/fusel.hxx +sc/source/ui/inc/futext.hxx +sc/source/ui/inc/graphsh.hxx +sc/source/ui/inc/gridmerg.hxx +sc/source/ui/inc/gridwin.hxx +sc/source/ui/inc/hdrcont.hxx +sc/source/ui/inc/hfedtdlg.hxx +sc/source/ui/inc/highred.hxx +sc/source/ui/inc/hiranges.hxx +sc/source/ui/inc/imoptdlg.hxx +sc/source/ui/inc/impex.hxx +sc/source/ui/inc/inputhdl.hxx +sc/source/ui/inc/inputwin.hxx +sc/source/ui/inc/inscodlg.hxx +sc/source/ui/inc/instbdlg.hxx +sc/source/ui/inc/invmerge.hxx +sc/source/ui/inc/linkarea.hxx +sc/source/ui/inc/lnktrans.hxx +sc/source/ui/inc/msgpool.hxx +sc/source/ui/inc/mtrindlg.hxx +sc/source/ui/inc/mvtabdlg.hxx +sc/source/ui/inc/namedefdlg.hxx +sc/source/ui/inc/namedlg.hxx +sc/source/ui/inc/namemgrtable.hxx +sc/source/ui/inc/navcitem.hxx +sc/source/ui/inc/navipi.hxx +sc/source/ui/inc/navsett.hxx +sc/source/ui/inc/notemark.hxx +sc/source/ui/inc/olinefun.hxx +sc/source/ui/inc/olinewin.hxx +sc/source/ui/inc/opredlin.hxx +sc/source/ui/inc/optsolver.hxx +sc/source/ui/inc/output.hxx +sc/source/ui/inc/overlayobject.hxx +sc/source/ui/inc/pagedata.hxx +sc/source/ui/inc/pfiltdlg.hxx +sc/source/ui/inc/pfuncache.hxx +sc/source/ui/inc/pntlock.hxx +sc/source/ui/inc/preview.hxx +sc/source/ui/inc/prevloc.hxx +sc/source/ui/inc/prevwsh.hxx +sc/source/ui/inc/printfun.hxx +sc/source/ui/inc/protectiondlg.hxx +sc/source/ui/inc/pvfundlg.hxx +sc/source/ui/inc/redcom.hxx +sc/source/ui/inc/reffact.hxx +sc/source/ui/inc/refundo.hxx +sc/source/ui/inc/retypepassdlg.hxx +sc/source/ui/inc/rfindlst.hxx +sc/source/ui/inc/scendlg.hxx +sc/source/ui/inc/scui_def.hxx +sc/source/ui/inc/scuiasciiopt.hxx +sc/source/ui/inc/scuiautofmt.hxx +sc/source/ui/inc/scuiimoptdlg.hxx +sc/source/ui/inc/scuitphfedit.hxx +sc/source/ui/inc/searchresults.hxx +sc/source/ui/inc/select.hxx +sc/source/ui/inc/selectionstate.hxx +sc/source/ui/inc/seltrans.hxx +sc/source/ui/inc/servobj.hxx +sc/source/ui/inc/sharedocdlg.hxx +sc/source/ui/inc/shtabdlg.hxx +sc/source/ui/inc/simpref.hxx +sc/source/ui/inc/sizedev.hxx +sc/source/ui/inc/solveroptions.hxx +sc/source/ui/inc/solverutil.hxx +sc/source/ui/inc/solvrdlg.hxx +sc/source/ui/inc/sortdlg.hxx +sc/source/ui/inc/sortkeydlg.hxx +sc/source/ui/inc/spelldialog.hxx +sc/source/ui/inc/spelleng.hxx +sc/source/ui/inc/spellparam.hxx +sc/source/ui/inc/strindlg.hxx +sc/source/ui/inc/styledlg.hxx +sc/source/ui/inc/tabbgcolordlg.hxx +sc/source/ui/inc/tabcont.hxx +sc/source/ui/inc/tabopdlg.hxx +sc/source/ui/inc/tabpages.hxx +sc/source/ui/inc/tabsplit.hxx +sc/source/ui/inc/tabview.hxx +sc/source/ui/inc/tabvwsh.hxx +sc/source/ui/inc/target.hxx +sc/source/ui/inc/tbzoomsliderctrl.hxx +sc/source/ui/inc/textdlgs.hxx +sc/source/ui/inc/tpcalc.hxx +sc/source/ui/inc/tpcompatibility.hxx +sc/source/ui/inc/tpdefaults.hxx +sc/source/ui/inc/tpformula.hxx +sc/source/ui/inc/tphf.hxx +sc/source/ui/inc/tphfedit.hxx +sc/source/ui/inc/tpprint.hxx +sc/source/ui/inc/tpsort.hxx +sc/source/ui/inc/tpstat.hxx +sc/source/ui/inc/tpsubt.hxx +sc/source/ui/inc/tptable.hxx +sc/source/ui/inc/tpusrlst.hxx +sc/source/ui/inc/tpview.hxx +sc/source/ui/inc/transobj.hxx +sc/source/ui/inc/uiitems.hxx +sc/source/ui/inc/uiobject.hxx +sc/source/ui/inc/undobase.hxx +sc/source/ui/inc/undoblk.hxx +sc/source/ui/inc/undocell.hxx +sc/source/ui/inc/undoconvert.hxx +sc/source/ui/inc/undodat.hxx +sc/source/ui/inc/undodraw.hxx +sc/source/ui/inc/undoolk.hxx +sc/source/ui/inc/undosort.hxx +sc/source/ui/inc/undostyl.hxx +sc/source/ui/inc/undotab.hxx +sc/source/ui/inc/undoutil.hxx +sc/source/ui/inc/validate.hxx +sc/source/ui/inc/viewdata.hxx +sc/source/ui/inc/viewfunc.hxx +sc/source/ui/inc/viewutil.hxx +sc/source/ui/miscdlgs/acredlin.cxx +sc/source/ui/miscdlgs/anyrefdg.cxx +sc/source/ui/miscdlgs/autofmt.cxx +sc/source/ui/miscdlgs/conflictsdlg.cxx +sc/source/ui/miscdlgs/crdlg.cxx +sc/source/ui/miscdlgs/crnrdlg.cxx +sc/source/ui/miscdlgs/datafdlg.cxx +sc/source/ui/miscdlgs/dataproviderdlg.cxx +sc/source/ui/miscdlgs/datastreamdlg.cxx +sc/source/ui/miscdlgs/datatableview.cxx +sc/source/ui/miscdlgs/delcldlg.cxx +sc/source/ui/miscdlgs/delcodlg.cxx +sc/source/ui/miscdlgs/filldlg.cxx +sc/source/ui/miscdlgs/groupdlg.cxx +sc/source/ui/miscdlgs/highred.cxx +sc/source/ui/miscdlgs/inscldlg.cxx +sc/source/ui/miscdlgs/inscodlg.cxx +sc/source/ui/miscdlgs/instbdlg.cxx +sc/source/ui/miscdlgs/lbseldlg.cxx +sc/source/ui/miscdlgs/linkarea.cxx +sc/source/ui/miscdlgs/mergecellsdialog.cxx +sc/source/ui/miscdlgs/mtrindlg.cxx +sc/source/ui/miscdlgs/mvtabdlg.cxx +sc/source/ui/miscdlgs/namecrea.cxx +sc/source/ui/miscdlgs/optsolver.cxx +sc/source/ui/miscdlgs/protectiondlg.cxx +sc/source/ui/miscdlgs/redcom.cxx +sc/source/ui/miscdlgs/retypepassdlg.cxx +sc/source/ui/miscdlgs/scuiautofmt.cxx +sc/source/ui/miscdlgs/sharedocdlg.cxx +sc/source/ui/miscdlgs/shtabdlg.cxx +sc/source/ui/miscdlgs/simpref.cxx +sc/source/ui/miscdlgs/solveroptions.cxx +sc/source/ui/miscdlgs/solverutil.cxx +sc/source/ui/miscdlgs/solvrdlg.cxx +sc/source/ui/miscdlgs/strindlg.cxx +sc/source/ui/miscdlgs/tabbgcolordlg.cxx +sc/source/ui/miscdlgs/tabopdlg.cxx +sc/source/ui/miscdlgs/textdlgs.cxx +sc/source/ui/miscdlgs/warnbox.cxx +sc/source/ui/namedlg/namedefdlg.cxx +sc/source/ui/namedlg/namedlg.cxx +sc/source/ui/namedlg/namemgrtable.cxx +sc/source/ui/namedlg/namepast.cxx +sc/source/ui/navipi/content.cxx +sc/source/ui/navipi/navcitem.cxx +sc/source/ui/navipi/navipi.cxx +sc/source/ui/navipi/scenwnd.cxx +sc/source/ui/optdlg/calcoptionsdlg.cxx +sc/source/ui/optdlg/opredlin.cxx +sc/source/ui/optdlg/tpcalc.cxx +sc/source/ui/optdlg/tpcompatibility.cxx +sc/source/ui/optdlg/tpdefaults.cxx +sc/source/ui/optdlg/tpformula.cxx +sc/source/ui/optdlg/tpprint.cxx +sc/source/ui/optdlg/tpusrlst.cxx +sc/source/ui/optdlg/tpview.cxx +sc/source/ui/pagedlg/areasdlg.cxx +sc/source/ui/pagedlg/hfedtdlg.cxx +sc/source/ui/pagedlg/scuitphfedit.cxx +sc/source/ui/pagedlg/tphf.cxx +sc/source/ui/pagedlg/tphfedit.cxx +sc/source/ui/pagedlg/tptable.cxx +sc/source/ui/sidebar/AlignmentPropertyPanel.cxx +sc/source/ui/sidebar/AlignmentPropertyPanel.hxx +sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx +sc/source/ui/sidebar/CellBorderStyleControl.cxx +sc/source/ui/sidebar/CellLineStyleControl.cxx +sc/source/ui/sidebar/CellLineStyleValueSet.cxx +sc/source/ui/sidebar/CellLineStyleValueSet.hxx +sc/source/ui/sidebar/NumberFormatControl.cxx +sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx +sc/source/ui/sidebar/ScPanelFactory.cxx +sc/source/ui/sidebar/ScPanelFactory.hxx +sc/source/ui/styleui/styledlg.cxx +sc/source/ui/uitest/uiobject.cxx +sc/source/ui/undo/areasave.cxx +sc/source/ui/undo/refundo.cxx +sc/source/ui/undo/target.cxx +sc/source/ui/undo/undobase.cxx +sc/source/ui/undo/undoblk.cxx +sc/source/ui/undo/undoblk2.cxx +sc/source/ui/undo/undoblk3.cxx +sc/source/ui/undo/undocell.cxx +sc/source/ui/undo/undocell2.cxx +sc/source/ui/undo/undoconvert.cxx +sc/source/ui/undo/undodat.cxx +sc/source/ui/undo/undodraw.cxx +sc/source/ui/undo/undoolk.cxx +sc/source/ui/undo/undorangename.cxx +sc/source/ui/undo/undosort.cxx +sc/source/ui/undo/undostyl.cxx +sc/source/ui/undo/undotab.cxx +sc/source/ui/undo/undoutil.cxx +sc/source/ui/unoobj/ChartRangeSelectionListener.cxx +sc/source/ui/unoobj/ChartTools.cxx +sc/source/ui/unoobj/PivotTableDataProvider.cxx +sc/source/ui/unoobj/PivotTableDataSequence.cxx +sc/source/ui/unoobj/PivotTableDataSource.cxx +sc/source/ui/unoobj/TablePivotChart.cxx +sc/source/ui/unoobj/TablePivotCharts.cxx +sc/source/ui/unoobj/addruno.cxx +sc/source/ui/unoobj/afmtuno.cxx +sc/source/ui/unoobj/appluno.cxx +sc/source/ui/unoobj/celllistsource.cxx +sc/source/ui/unoobj/celllistsource.hxx +sc/source/ui/unoobj/cellsuno.cxx +sc/source/ui/unoobj/cellvaluebinding.cxx +sc/source/ui/unoobj/cellvaluebinding.hxx +sc/source/ui/unoobj/chart2uno.cxx +sc/source/ui/unoobj/chartuno.cxx +sc/source/ui/unoobj/condformatuno.cxx +sc/source/ui/unoobj/confuno.cxx +sc/source/ui/unoobj/convuno.cxx +sc/source/ui/unoobj/cursuno.cxx +sc/source/ui/unoobj/dapiuno.cxx +sc/source/ui/unoobj/datauno.cxx +sc/source/ui/unoobj/defltuno.cxx +sc/source/ui/unoobj/dispuno.cxx +sc/source/ui/unoobj/docuno.cxx +sc/source/ui/unoobj/drdefuno.cxx +sc/source/ui/unoobj/editsrc.cxx +sc/source/ui/unoobj/eventuno.cxx +sc/source/ui/unoobj/exceldetect.cxx +sc/source/ui/unoobj/exceldetect.hxx +sc/source/ui/unoobj/fielduno.cxx +sc/source/ui/unoobj/filtuno.cxx +sc/source/ui/unoobj/fmtuno.cxx +sc/source/ui/unoobj/forbiuno.cxx +sc/source/ui/unoobj/funcuno.cxx +sc/source/ui/unoobj/linkuno.cxx +sc/source/ui/unoobj/listenercalls.cxx +sc/source/ui/unoobj/miscuno.cxx +sc/source/ui/unoobj/nameuno.cxx +sc/source/ui/unoobj/notesuno.cxx +sc/source/ui/unoobj/optuno.cxx +sc/source/ui/unoobj/pageuno.cxx +sc/source/ui/unoobj/scdetect.cxx +sc/source/ui/unoobj/scdetect.hxx +sc/source/ui/unoobj/servuno.cxx +sc/source/ui/unoobj/shapeuno.cxx +sc/source/ui/unoobj/srchuno.cxx +sc/source/ui/unoobj/styleuno.cxx +sc/source/ui/unoobj/targuno.cxx +sc/source/ui/unoobj/textuno.cxx +sc/source/ui/unoobj/tokenuno.cxx +sc/source/ui/unoobj/unodoc.cxx +sc/source/ui/unoobj/unoreflist.cxx +sc/source/ui/unoobj/viewuno.cxx +sc/source/ui/unoobj/warnpassword.cxx +sc/source/ui/vba/excelvbahelper.cxx +sc/source/ui/vba/excelvbahelper.hxx +sc/source/ui/vba/helperdecl.hxx +sc/source/ui/vba/service.cxx +sc/source/ui/vba/service.hxx +sc/source/ui/vba/vbaapplication.cxx +sc/source/ui/vba/vbaapplication.hxx +sc/source/ui/vba/vbaassistant.cxx +sc/source/ui/vba/vbaassistant.hxx +sc/source/ui/vba/vbaaxes.cxx +sc/source/ui/vba/vbaaxes.hxx +sc/source/ui/vba/vbaaxis.cxx +sc/source/ui/vba/vbaaxis.hxx +sc/source/ui/vba/vbaaxistitle.cxx +sc/source/ui/vba/vbaaxistitle.hxx +sc/source/ui/vba/vbaborders.cxx +sc/source/ui/vba/vbaborders.hxx +sc/source/ui/vba/vbacharacters.cxx +sc/source/ui/vba/vbacharacters.hxx +sc/source/ui/vba/vbachart.cxx +sc/source/ui/vba/vbachart.hxx +sc/source/ui/vba/vbachartobject.cxx +sc/source/ui/vba/vbachartobject.hxx +sc/source/ui/vba/vbachartobjects.cxx +sc/source/ui/vba/vbachartobjects.hxx +sc/source/ui/vba/vbacharttitle.cxx +sc/source/ui/vba/vbacharttitle.hxx +sc/source/ui/vba/vbacomment.cxx +sc/source/ui/vba/vbacomment.hxx +sc/source/ui/vba/vbacomments.cxx +sc/source/ui/vba/vbacomments.hxx +sc/source/ui/vba/vbacondition.cxx +sc/source/ui/vba/vbacondition.hxx +sc/source/ui/vba/vbadialog.cxx +sc/source/ui/vba/vbadialog.hxx +sc/source/ui/vba/vbadialogs.cxx +sc/source/ui/vba/vbadialogs.hxx +sc/source/ui/vba/vbaeventshelper.cxx +sc/source/ui/vba/vbaeventshelper.hxx +sc/source/ui/vba/vbafiledialog.cxx +sc/source/ui/vba/vbafiledialog.hxx +sc/source/ui/vba/vbafiledialogitems.cxx +sc/source/ui/vba/vbafiledialogitems.hxx +sc/source/ui/vba/vbafont.cxx +sc/source/ui/vba/vbafont.hxx +sc/source/ui/vba/vbaformat.cxx +sc/source/ui/vba/vbaformat.hxx +sc/source/ui/vba/vbaformatcondition.cxx +sc/source/ui/vba/vbaformatcondition.hxx +sc/source/ui/vba/vbaformatconditions.cxx +sc/source/ui/vba/vbaformatconditions.hxx +sc/source/ui/vba/vbaglobals.cxx +sc/source/ui/vba/vbaglobals.hxx +sc/source/ui/vba/vbahyperlink.cxx +sc/source/ui/vba/vbahyperlink.hxx +sc/source/ui/vba/vbahyperlinks.cxx +sc/source/ui/vba/vbahyperlinks.hxx +sc/source/ui/vba/vbainterior.cxx +sc/source/ui/vba/vbainterior.hxx +sc/source/ui/vba/vbalineshape.cxx +sc/source/ui/vba/vbalineshape.hxx +sc/source/ui/vba/vbamenu.cxx +sc/source/ui/vba/vbamenu.hxx +sc/source/ui/vba/vbamenubar.cxx +sc/source/ui/vba/vbamenubar.hxx +sc/source/ui/vba/vbamenubars.cxx +sc/source/ui/vba/vbamenubars.hxx +sc/source/ui/vba/vbamenuitem.cxx +sc/source/ui/vba/vbamenuitem.hxx +sc/source/ui/vba/vbamenuitems.cxx +sc/source/ui/vba/vbamenuitems.hxx +sc/source/ui/vba/vbamenus.cxx +sc/source/ui/vba/vbamenus.hxx +sc/source/ui/vba/vbaname.cxx +sc/source/ui/vba/vbaname.hxx +sc/source/ui/vba/vbanames.cxx +sc/source/ui/vba/vbanames.hxx +sc/source/ui/vba/vbaoleobject.cxx +sc/source/ui/vba/vbaoleobject.hxx +sc/source/ui/vba/vbaoleobjects.cxx +sc/source/ui/vba/vbaoleobjects.hxx +sc/source/ui/vba/vbaoutline.cxx +sc/source/ui/vba/vbaoutline.hxx +sc/source/ui/vba/vbaovalshape.cxx +sc/source/ui/vba/vbaovalshape.hxx +sc/source/ui/vba/vbapagebreak.cxx +sc/source/ui/vba/vbapagebreak.hxx +sc/source/ui/vba/vbapagebreaks.cxx +sc/source/ui/vba/vbapagebreaks.hxx +sc/source/ui/vba/vbapagesetup.cxx +sc/source/ui/vba/vbapagesetup.hxx +sc/source/ui/vba/vbapalette.cxx +sc/source/ui/vba/vbapalette.hxx +sc/source/ui/vba/vbapane.cxx +sc/source/ui/vba/vbapane.hxx +sc/source/ui/vba/vbapivotcache.cxx +sc/source/ui/vba/vbapivotcache.hxx +sc/source/ui/vba/vbapivottable.cxx +sc/source/ui/vba/vbapivottable.hxx +sc/source/ui/vba/vbapivottables.cxx +sc/source/ui/vba/vbapivottables.hxx +sc/source/ui/vba/vbarange.cxx +sc/source/ui/vba/vbarange.hxx +sc/source/ui/vba/vbasheetobject.cxx +sc/source/ui/vba/vbasheetobject.hxx +sc/source/ui/vba/vbasheetobjects.cxx +sc/source/ui/vba/vbasheetobjects.hxx +sc/source/ui/vba/vbastyle.cxx +sc/source/ui/vba/vbastyle.hxx +sc/source/ui/vba/vbastyles.cxx +sc/source/ui/vba/vbastyles.hxx +sc/source/ui/vba/vbatextboxshape.cxx +sc/source/ui/vba/vbatextboxshape.hxx +sc/source/ui/vba/vbatextframe.cxx +sc/source/ui/vba/vbatextframe.hxx +sc/source/ui/vba/vbatitle.hxx +sc/source/ui/vba/vbavalidation.cxx +sc/source/ui/vba/vbavalidation.hxx +sc/source/ui/vba/vbawindow.cxx +sc/source/ui/vba/vbawindow.hxx +sc/source/ui/vba/vbawindows.cxx +sc/source/ui/vba/vbawindows.hxx +sc/source/ui/vba/vbaworkbook.cxx +sc/source/ui/vba/vbaworkbook.hxx +sc/source/ui/vba/vbaworkbooks.cxx +sc/source/ui/vba/vbaworkbooks.hxx +sc/source/ui/vba/vbaworksheet.cxx +sc/source/ui/vba/vbaworksheet.hxx +sc/source/ui/vba/vbaworksheets.cxx +sc/source/ui/vba/vbaworksheets.hxx +sc/source/ui/vba/vbawsfunction.cxx +sc/source/ui/vba/vbawsfunction.hxx +sc/source/ui/view/auditsh.cxx +sc/source/ui/view/cellmergeoption.cxx +sc/source/ui/view/cellsh.cxx +sc/source/ui/view/cellsh1.cxx +sc/source/ui/view/cellsh2.cxx +sc/source/ui/view/cellsh3.cxx +sc/source/ui/view/cellsh4.cxx +sc/source/ui/view/cliputil.cxx +sc/source/ui/view/colrowba.cxx +sc/source/ui/view/dbfunc.cxx +sc/source/ui/view/dbfunc2.cxx +sc/source/ui/view/dbfunc3.cxx +sc/source/ui/view/dbfunc4.cxx +sc/source/ui/view/drawutil.cxx +sc/source/ui/view/drawvie3.cxx +sc/source/ui/view/drawvie4.cxx +sc/source/ui/view/drawview.cxx +sc/source/ui/view/editsh.cxx +sc/source/ui/view/formatsh.cxx +sc/source/ui/view/gridmerg.cxx +sc/source/ui/view/gridwin.cxx +sc/source/ui/view/gridwin2.cxx +sc/source/ui/view/gridwin3.cxx +sc/source/ui/view/gridwin4.cxx +sc/source/ui/view/gridwin5.cxx +sc/source/ui/view/gridwin_dbgutil.cxx +sc/source/ui/view/hdrcont.cxx +sc/source/ui/view/hintwin.cxx +sc/source/ui/view/imapwrap.cxx +sc/source/ui/view/imapwrap.hxx +sc/source/ui/view/invmerge.cxx +sc/source/ui/view/notemark.cxx +sc/source/ui/view/olinewin.cxx +sc/source/ui/view/output.cxx +sc/source/ui/view/output2.cxx +sc/source/ui/view/output3.cxx +sc/source/ui/view/overlayobject.cxx +sc/source/ui/view/pfuncache.cxx +sc/source/ui/view/pgbrksh.cxx +sc/source/ui/view/pivotsh.cxx +sc/source/ui/view/preview.cxx +sc/source/ui/view/prevloc.cxx +sc/source/ui/view/prevwsh.cxx +sc/source/ui/view/prevwsh2.cxx +sc/source/ui/view/printfun.cxx +sc/source/ui/view/reffact.cxx +sc/source/ui/view/scextopt.cxx +sc/source/ui/view/select.cxx +sc/source/ui/view/selectionstate.cxx +sc/source/ui/view/spellcheckcontext.cxx +sc/source/ui/view/spelldialog.cxx +sc/source/ui/view/spelleng.cxx +sc/source/ui/view/tabcont.cxx +sc/source/ui/view/tabsplit.cxx +sc/source/ui/view/tabview.cxx +sc/source/ui/view/tabview2.cxx +sc/source/ui/view/tabview3.cxx +sc/source/ui/view/tabview4.cxx +sc/source/ui/view/tabview5.cxx +sc/source/ui/view/tabvwsh.cxx +sc/source/ui/view/tabvwsh2.cxx +sc/source/ui/view/tabvwsh3.cxx +sc/source/ui/view/tabvwsh4.cxx +sc/source/ui/view/tabvwsh5.cxx +sc/source/ui/view/tabvwsh8.cxx +sc/source/ui/view/tabvwsh9.cxx +sc/source/ui/view/tabvwsha.cxx +sc/source/ui/view/tabvwshb.cxx +sc/source/ui/view/tabvwshc.cxx +sc/source/ui/view/tabvwshd.cxx +sc/source/ui/view/tabvwshe.cxx +sc/source/ui/view/tabvwshf.cxx +sc/source/ui/view/tabvwshg.cxx +sc/source/ui/view/tabvwshh.cxx +sc/source/ui/view/viewdata.cxx +sc/source/ui/view/viewfun2.cxx +sc/source/ui/view/viewfun3.cxx +sc/source/ui/view/viewfun4.cxx +sc/source/ui/view/viewfun5.cxx +sc/source/ui/view/viewfun6.cxx +sc/source/ui/view/viewfun7.cxx +sc/source/ui/view/viewfunc.cxx +sc/source/ui/view/viewutil.cxx +sc/source/ui/view/waitoff.cxx +sc/source/ui/xmlsource/xmlsourcedlg.cxx +scaddins/source/analysis/analysis.cxx +scaddins/source/analysis/analysis.hxx +scaddins/source/analysis/analysisdefs.hxx +scaddins/source/analysis/analysishelper.cxx +scaddins/source/analysis/analysishelper.hxx +scaddins/source/analysis/bessel.cxx +scaddins/source/analysis/bessel.hxx +scaddins/source/analysis/deffuncname.hxx +scaddins/source/analysis/financial.cxx +scaddins/source/datefunc/datefunc.cxx +scaddins/source/datefunc/datefunc.hxx +scaddins/source/datefunc/deffuncname.hxx +scaddins/source/pricing/black_scholes.cxx +scaddins/source/pricing/black_scholes.hxx +scaddins/source/pricing/pricing.cxx +scaddins/source/pricing/pricing.hxx +sccomp/qa/unit/solver.cxx +sccomp/source/solver/CoinMPSolver.cxx +sccomp/source/solver/LpsolveSolver.cxx +sccomp/source/solver/SolverComponent.cxx +sccomp/source/solver/SolverComponent.hxx +scripting/source/basprov/baslibnode.cxx +scripting/source/basprov/baslibnode.hxx +scripting/source/basprov/basmethnode.cxx +scripting/source/basprov/basmethnode.hxx +scripting/source/basprov/basmodnode.cxx +scripting/source/basprov/basmodnode.hxx +scripting/source/basprov/basprov.cxx +scripting/source/basprov/basprov.hxx +scripting/source/basprov/basscript.cxx +scripting/source/basprov/basscript.hxx +scripting/source/dlgprov/DialogModelProvider.cxx +scripting/source/dlgprov/DialogModelProvider.hxx +scripting/source/dlgprov/dlgevtatt.cxx +scripting/source/dlgprov/dlgevtatt.hxx +scripting/source/dlgprov/dlgprov.cxx +scripting/source/dlgprov/dlgprov.hxx +scripting/source/inc/bcholder.hxx +scripting/source/inc/util/MiscUtils.hxx +scripting/source/protocolhandler/scripthandler.cxx +scripting/source/protocolhandler/scripthandler.hxx +scripting/source/provider/ActiveMSPList.cxx +scripting/source/provider/ActiveMSPList.hxx +scripting/source/provider/BrowseNodeFactoryImpl.cxx +scripting/source/provider/BrowseNodeFactoryImpl.hxx +scripting/source/provider/MasterScriptProvider.cxx +scripting/source/provider/MasterScriptProvider.hxx +scripting/source/provider/MasterScriptProviderFactory.cxx +scripting/source/provider/MasterScriptProviderFactory.hxx +scripting/source/provider/ProviderCache.cxx +scripting/source/provider/ProviderCache.hxx +scripting/source/provider/URIHelper.cxx +scripting/source/provider/URIHelper.hxx +scripting/source/stringresource/stringresource.cxx +scripting/source/stringresource/stringresource.hxx +scripting/source/vbaevents/eventhelper.cxx +sd/inc/Annotation.hxx +sd/inc/AnnotationEnumeration.hxx +sd/inc/CustomAnimationCloner.hxx +sd/inc/CustomAnimationEffect.hxx +sd/inc/CustomAnimationPreset.hxx +sd/inc/EffectMigration.hxx +sd/inc/FactoryIds.hxx +sd/inc/OutlinerIterator.hxx +sd/inc/TransitionPreset.hxx +sd/inc/animations.hxx +sd/inc/anminfo.hxx +sd/inc/createpresentation.hxx +sd/inc/createunocustomshow.hxx +sd/inc/createunopageimpl.hxx +sd/inc/cusshow.hxx +sd/inc/customshowlist.hxx +sd/inc/drawdoc.hxx +sd/inc/glob.hxx +sd/inc/helper/simplereferencecomponent.hxx +sd/inc/helpids.h +sd/inc/misc/scopelock.hxx +sd/inc/notifydocumentevent.hxx +sd/inc/pglink.hxx +sd/inc/randomnode.hxx +sd/inc/sdabstdlg.hxx +sd/inc/sdattr.hxx +sd/inc/sdcgmfilter.hxx +sd/inc/sdcommands.h +sd/inc/sddll.hxx +sd/inc/sddllapi.h +sd/inc/sdenumdef.hxx +sd/inc/sderror.hxx +sd/inc/sdfilter.hxx +sd/inc/sdgrffilter.hxx +sd/inc/sdhtmlfilter.hxx +sd/inc/sdiocmpt.hxx +sd/inc/sdmod.hxx +sd/inc/sdpage.hxx +sd/inc/sdpptwrp.hxx +sd/inc/sdundo.hxx +sd/inc/sdxmlwrp.hxx +sd/inc/shapelist.hxx +sd/inc/stlfamily.hxx +sd/inc/stlpool.hxx +sd/inc/stlsheet.hxx +sd/inc/strings.hxx +sd/inc/strmname.h +sd/inc/textapi.hxx +sd/inc/undo/undofactory.hxx +sd/inc/undo/undomanager.hxx +sd/inc/undo/undoobjects.hxx +sd/inc/undoanim.hxx +sd/qa/unit/SVGExportTests.cxx +sd/qa/unit/activex-controls-tests.cxx +sd/qa/unit/dialogs-test.cxx +sd/qa/unit/export-tests-ooxml1.cxx +sd/qa/unit/export-tests-ooxml2.cxx +sd/qa/unit/export-tests.cxx +sd/qa/unit/filters-test.cxx +sd/qa/unit/import-tests-smartart.cxx +sd/qa/unit/import-tests.cxx +sd/qa/unit/misc-tests.cxx +sd/qa/unit/sdmodeltestbase.hxx +sd/qa/unit/tiledrendering/tiledrendering.cxx +sd/qa/unit/uimpress.cxx +sd/source/core/CustomAnimationCloner.cxx +sd/source/core/CustomAnimationEffect.cxx +sd/source/core/CustomAnimationPreset.cxx +sd/source/core/EffectMigration.cxx +sd/source/core/PageListWatcher.cxx +sd/source/core/PageListWatcher.hxx +sd/source/core/TransitionPreset.cxx +sd/source/core/anminfo.cxx +sd/source/core/annotations/Annotation.cxx +sd/source/core/annotations/AnnotationEnumeration.cxx +sd/source/core/cusshow.cxx +sd/source/core/drawdoc.cxx +sd/source/core/drawdoc2.cxx +sd/source/core/drawdoc3.cxx +sd/source/core/drawdoc4.cxx +sd/source/core/drawdoc_animations.cxx +sd/source/core/pglink.cxx +sd/source/core/sdiocmpt.cxx +sd/source/core/sdpage.cxx +sd/source/core/sdpage2.cxx +sd/source/core/sdpage_animations.cxx +sd/source/core/shapelist.cxx +sd/source/core/stlfamily.cxx +sd/source/core/stlpool.cxx +sd/source/core/stlsheet.cxx +sd/source/core/text/textapi.cxx +sd/source/core/undo/undofactory.cxx +sd/source/core/undo/undomanager.cxx +sd/source/core/undo/undoobjects.cxx +sd/source/core/undoanim.cxx +sd/source/filter/cgm/sdcgmfilter.cxx +sd/source/filter/eppt/eppt.cxx +sd/source/filter/eppt/eppt.hxx +sd/source/filter/eppt/epptbase.hxx +sd/source/filter/eppt/epptdef.hxx +sd/source/filter/eppt/epptooxml.hxx +sd/source/filter/eppt/epptso.cxx +sd/source/filter/eppt/escherex.cxx +sd/source/filter/eppt/escherex.hxx +sd/source/filter/eppt/grouptable.hxx +sd/source/filter/eppt/pptexanimations.cxx +sd/source/filter/eppt/pptexanimations.hxx +sd/source/filter/eppt/pptexsoundcollection.cxx +sd/source/filter/eppt/pptexsoundcollection.hxx +sd/source/filter/eppt/pptx-epptbase.cxx +sd/source/filter/eppt/pptx-epptooxml.cxx +sd/source/filter/eppt/pptx-grouptable.cxx +sd/source/filter/eppt/pptx-stylesheet.cxx +sd/source/filter/eppt/pptx-text.cxx +sd/source/filter/eppt/text.hxx +sd/source/filter/grf/sdgrffilter.cxx +sd/source/filter/html/HtmlOptionsDialog.cxx +sd/source/filter/html/buttonset.cxx +sd/source/filter/html/htmlattr.cxx +sd/source/filter/html/htmlattr.hxx +sd/source/filter/html/htmlex.cxx +sd/source/filter/html/htmlex.hxx +sd/source/filter/html/pubdlg.cxx +sd/source/filter/html/sdhtmlfilter.cxx +sd/source/filter/ppt/ppt97animations.cxx +sd/source/filter/ppt/ppt97animations.hxx +sd/source/filter/ppt/pptanimations.hxx +sd/source/filter/ppt/pptatom.cxx +sd/source/filter/ppt/pptatom.hxx +sd/source/filter/ppt/pptin.cxx +sd/source/filter/ppt/pptin.hxx +sd/source/filter/ppt/pptinanimations.cxx +sd/source/filter/ppt/pptinanimations.hxx +sd/source/filter/ppt/propread.cxx +sd/source/filter/ppt/propread.hxx +sd/source/filter/sdfilter.cxx +sd/source/filter/sdpptwrp.cxx +sd/source/filter/xml/sdtransform.cxx +sd/source/filter/xml/sdxmlwrp.cxx +sd/source/helper/simplereferencecomponent.cxx +sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx +sd/source/ui/accessibility/AccessibleOutlineView.cxx +sd/source/ui/accessibility/AccessiblePageShape.cxx +sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx +sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx +sd/source/ui/accessibility/AccessiblePresentationShape.cxx +sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +sd/source/ui/accessibility/AccessibleSlideSorterView.cxx +sd/source/ui/accessibility/AccessibleViewForwarder.cxx +sd/source/ui/accessibility/SdShapeTypes.cxx +sd/source/ui/animations/CustomAnimationDialog.cxx +sd/source/ui/animations/CustomAnimationDialog.hxx +sd/source/ui/animations/CustomAnimationList.cxx +sd/source/ui/animations/CustomAnimationList.hxx +sd/source/ui/animations/CustomAnimationPane.cxx +sd/source/ui/animations/CustomAnimationPane.hxx +sd/source/ui/animations/STLPropertySet.cxx +sd/source/ui/animations/STLPropertySet.hxx +sd/source/ui/animations/SlideTransitionPane.cxx +sd/source/ui/animations/motionpathtag.cxx +sd/source/ui/animations/motionpathtag.hxx +sd/source/ui/annotations/annotationmanager.cxx +sd/source/ui/annotations/annotationmanagerimpl.hxx +sd/source/ui/annotations/annotationtag.cxx +sd/source/ui/annotations/annotationtag.hxx +sd/source/ui/annotations/annotationwindow.cxx +sd/source/ui/annotations/annotationwindow.hxx +sd/source/ui/app/optsitem.cxx +sd/source/ui/app/sddll.cxx +sd/source/ui/app/sdmod.cxx +sd/source/ui/app/sdmod1.cxx +sd/source/ui/app/sdmod2.cxx +sd/source/ui/app/sdpopup.cxx +sd/source/ui/app/sdxfer.cxx +sd/source/ui/app/tmplctrl.cxx +sd/source/ui/controller/displaymodecontroller.cxx +sd/source/ui/controller/slidelayoutcontroller.cxx +sd/source/ui/controller/slidelayoutcontroller.hxx +sd/source/ui/dlg/AnimationChildWindow.cxx +sd/source/ui/dlg/LayerTabBar.cxx +sd/source/ui/dlg/NavigatorChildWindow.cxx +sd/source/ui/dlg/PaneChildWindows.cxx +sd/source/ui/dlg/PaneDockingWindow.cxx +sd/source/ui/dlg/PaneShells.cxx +sd/source/ui/dlg/PhotoAlbumDialog.cxx +sd/source/ui/dlg/PhotoAlbumDialog.hxx +sd/source/ui/dlg/RemoteDialog.cxx +sd/source/ui/dlg/RemoteDialog.hxx +sd/source/ui/dlg/RemoteDialogClientBox.cxx +sd/source/ui/dlg/RemoteDialogClientBox.hxx +sd/source/ui/dlg/SpellDialogChildWindow.cxx +sd/source/ui/dlg/TemplateScanner.cxx +sd/source/ui/dlg/animobjs.cxx +sd/source/ui/dlg/assclass.cxx +sd/source/ui/dlg/brkdlg.cxx +sd/source/ui/dlg/copydlg.cxx +sd/source/ui/dlg/custsdlg.cxx +sd/source/ui/dlg/diactrl.cxx +sd/source/ui/dlg/dlgchar.cxx +sd/source/ui/dlg/dlgfield.cxx +sd/source/ui/dlg/dlgolbul.cxx +sd/source/ui/dlg/dlgpage.cxx +sd/source/ui/dlg/dlgsnap.cxx +sd/source/ui/dlg/filedlg.cxx +sd/source/ui/dlg/gluectrl.cxx +sd/source/ui/dlg/headerfooterdlg.cxx +sd/source/ui/dlg/ins_paste.cxx +sd/source/ui/dlg/inspagob.cxx +sd/source/ui/dlg/layeroptionsdlg.cxx +sd/source/ui/dlg/masterlayoutdlg.cxx +sd/source/ui/dlg/morphdlg.cxx +sd/source/ui/dlg/navigatr.cxx +sd/source/ui/dlg/paragr.cxx +sd/source/ui/dlg/present.cxx +sd/source/ui/dlg/prltempl.cxx +sd/source/ui/dlg/prntopts.cxx +sd/source/ui/dlg/sdabstdlg.cxx +sd/source/ui/dlg/sddlgfact.cxx +sd/source/ui/dlg/sddlgfact.hxx +sd/source/ui/dlg/sdpreslt.cxx +sd/source/ui/dlg/sdtreelb.cxx +sd/source/ui/dlg/sduiexp.cxx +sd/source/ui/dlg/tabtempl.cxx +sd/source/ui/dlg/tpaction.cxx +sd/source/ui/dlg/tpoption.cxx +sd/source/ui/dlg/unchss.cxx +sd/source/ui/dlg/vectdlg.cxx +sd/source/ui/docshell/docshel2.cxx +sd/source/ui/docshell/docshel3.cxx +sd/source/ui/docshell/docshel4.cxx +sd/source/ui/docshell/docshell.cxx +sd/source/ui/docshell/grdocsh.cxx +sd/source/ui/docshell/sdclient.cxx +sd/source/ui/framework/configuration/ChangeRequestQueue.cxx +sd/source/ui/framework/configuration/ChangeRequestQueue.hxx +sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx +sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx +sd/source/ui/framework/configuration/Configuration.cxx +sd/source/ui/framework/configuration/ConfigurationClassifier.cxx +sd/source/ui/framework/configuration/ConfigurationClassifier.hxx +sd/source/ui/framework/configuration/ConfigurationController.cxx +sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx +sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx +sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx +sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.hxx +sd/source/ui/framework/configuration/ConfigurationTracer.cxx +sd/source/ui/framework/configuration/ConfigurationTracer.hxx +sd/source/ui/framework/configuration/ConfigurationUpdater.cxx +sd/source/ui/framework/configuration/ConfigurationUpdater.hxx +sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx +sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx +sd/source/ui/framework/configuration/ResourceFactoryManager.cxx +sd/source/ui/framework/configuration/ResourceFactoryManager.hxx +sd/source/ui/framework/configuration/ResourceId.cxx +sd/source/ui/framework/configuration/UpdateRequest.cxx +sd/source/ui/framework/configuration/UpdateRequest.hxx +sd/source/ui/framework/factories/BasicPaneFactory.cxx +sd/source/ui/framework/factories/BasicPaneFactory.hxx +sd/source/ui/framework/factories/BasicToolBarFactory.cxx +sd/source/ui/framework/factories/BasicToolBarFactory.hxx +sd/source/ui/framework/factories/BasicViewFactory.cxx +sd/source/ui/framework/factories/BasicViewFactory.hxx +sd/source/ui/framework/factories/ChildWindowPane.cxx +sd/source/ui/framework/factories/ChildWindowPane.hxx +sd/source/ui/framework/factories/FrameWindowPane.cxx +sd/source/ui/framework/factories/FrameWindowPane.hxx +sd/source/ui/framework/factories/FullScreenPane.cxx +sd/source/ui/framework/factories/FullScreenPane.hxx +sd/source/ui/framework/factories/Pane.cxx +sd/source/ui/framework/factories/PresentationFactory.cxx +sd/source/ui/framework/factories/ViewShellWrapper.cxx +sd/source/ui/framework/module/CenterViewFocusModule.cxx +sd/source/ui/framework/module/CenterViewFocusModule.hxx +sd/source/ui/framework/module/DrawModule.cxx +sd/source/ui/framework/module/ImpressModule.cxx +sd/source/ui/framework/module/ModuleController.cxx +sd/source/ui/framework/module/PresentationModule.cxx +sd/source/ui/framework/module/ShellStackGuard.cxx +sd/source/ui/framework/module/ShellStackGuard.hxx +sd/source/ui/framework/module/SlideSorterModule.cxx +sd/source/ui/framework/module/SlideSorterModule.hxx +sd/source/ui/framework/module/ToolBarModule.cxx +sd/source/ui/framework/module/ToolBarModule.hxx +sd/source/ui/framework/module/ViewTabBarModule.cxx +sd/source/ui/framework/module/ViewTabBarModule.hxx +sd/source/ui/framework/tools/FrameworkHelper.cxx +sd/source/ui/func/bulmaper.cxx +sd/source/ui/func/fuarea.cxx +sd/source/ui/func/fubullet.cxx +sd/source/ui/func/fuchar.cxx +sd/source/ui/func/fucon3d.cxx +sd/source/ui/func/fuconarc.cxx +sd/source/ui/func/fuconbez.cxx +sd/source/ui/func/fuconcs.cxx +sd/source/ui/func/fuconnct.cxx +sd/source/ui/func/fuconrec.cxx +sd/source/ui/func/fuconstr.cxx +sd/source/ui/func/fuconuno.cxx +sd/source/ui/func/fucopy.cxx +sd/source/ui/func/fucushow.cxx +sd/source/ui/func/fudraw.cxx +sd/source/ui/func/fudspord.cxx +sd/source/ui/func/fuediglu.cxx +sd/source/ui/func/fuexpand.cxx +sd/source/ui/func/fuformatpaintbrush.cxx +sd/source/ui/func/fuhhconv.cxx +sd/source/ui/func/fuinsert.cxx +sd/source/ui/func/fuinsfil.cxx +sd/source/ui/func/fuline.cxx +sd/source/ui/func/fulinend.cxx +sd/source/ui/func/fulink.cxx +sd/source/ui/func/fumeasur.cxx +sd/source/ui/func/fumorph.cxx +sd/source/ui/func/funavig.cxx +sd/source/ui/func/fuoaprms.cxx +sd/source/ui/func/fuolbull.cxx +sd/source/ui/func/fuoltext.cxx +sd/source/ui/func/fupage.cxx +sd/source/ui/func/fuparagr.cxx +sd/source/ui/func/fupoor.cxx +sd/source/ui/func/fuprlout.cxx +sd/source/ui/func/fuprobjs.cxx +sd/source/ui/func/fuscale.cxx +sd/source/ui/func/fusearch.cxx +sd/source/ui/func/fusel.cxx +sd/source/ui/func/fusldlg.cxx +sd/source/ui/func/fusnapln.cxx +sd/source/ui/func/fusumry.cxx +sd/source/ui/func/futempl.cxx +sd/source/ui/func/futext.cxx +sd/source/ui/func/futhes.cxx +sd/source/ui/func/futransf.cxx +sd/source/ui/func/futxtatt.cxx +sd/source/ui/func/fuvect.cxx +sd/source/ui/func/fuzoom.cxx +sd/source/ui/func/sdundogr.cxx +sd/source/ui/func/smarttag.cxx +sd/source/ui/func/undoback.cxx +sd/source/ui/func/undoheaderfooter.cxx +sd/source/ui/func/undolayer.cxx +sd/source/ui/func/undopage.cxx +sd/source/ui/func/unmovss.cxx +sd/source/ui/func/unoaprms.cxx +sd/source/ui/func/unprlout.cxx +sd/source/ui/inc/AccessibleDocumentViewBase.hxx +sd/source/ui/inc/AccessibleDrawDocumentView.hxx +sd/source/ui/inc/AccessibleOutlineEditSource.hxx +sd/source/ui/inc/AccessibleOutlineView.hxx +sd/source/ui/inc/AccessiblePageShape.hxx +sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx +sd/source/ui/inc/AccessiblePresentationOLEShape.hxx +sd/source/ui/inc/AccessiblePresentationShape.hxx +sd/source/ui/inc/AccessibleSlideSorterObject.hxx +sd/source/ui/inc/AccessibleSlideSorterView.hxx +sd/source/ui/inc/AccessibleViewForwarder.hxx +sd/source/ui/inc/AnimationChildWindow.hxx +sd/source/ui/inc/BezierObjectBar.hxx +sd/source/ui/inc/BreakDlg.hxx +sd/source/ui/inc/Client.hxx +sd/source/ui/inc/ClientView.hxx +sd/source/ui/inc/DocumentRenderer.hxx +sd/source/ui/inc/DrawController.hxx +sd/source/ui/inc/DrawDocShell.hxx +sd/source/ui/inc/DrawSubController.hxx +sd/source/ui/inc/DrawViewShell.hxx +sd/source/ui/inc/EventMultiplexer.hxx +sd/source/ui/inc/FormShellManager.hxx +sd/source/ui/inc/FrameView.hxx +sd/source/ui/inc/GraphicDocShell.hxx +sd/source/ui/inc/GraphicObjectBar.hxx +sd/source/ui/inc/GraphicViewShell.hxx +sd/source/ui/inc/GraphicViewShellBase.hxx +sd/source/ui/inc/ImpressViewShellBase.hxx +sd/source/ui/inc/LayerTabBar.hxx +sd/source/ui/inc/MasterPageObserver.hxx +sd/source/ui/inc/MediaObjectBar.hxx +sd/source/ui/inc/NavigatorChildWindow.hxx +sd/source/ui/inc/OutlineBulletDlg.hxx +sd/source/ui/inc/OutlineView.hxx +sd/source/ui/inc/OutlineViewShell.hxx +sd/source/ui/inc/OutlineViewShellBase.hxx +sd/source/ui/inc/OutlinerIteratorImpl.hxx +sd/source/ui/inc/PaneChildWindows.hxx +sd/source/ui/inc/PaneDockingWindow.hxx +sd/source/ui/inc/PaneShells.hxx +sd/source/ui/inc/PresentationViewShell.hxx +sd/source/ui/inc/PresentationViewShellBase.hxx +sd/source/ui/inc/PreviewRenderer.hxx +sd/source/ui/inc/RemoteServer.hxx +sd/source/ui/inc/Ruler.hxx +sd/source/ui/inc/SdUnoDrawView.hxx +sd/source/ui/inc/SdUnoOutlineView.hxx +sd/source/ui/inc/SdUnoSlideView.hxx +sd/source/ui/inc/ShellFactory.hxx +sd/source/ui/inc/SlideSorter.hxx +sd/source/ui/inc/SlideSorterViewShell.hxx +sd/source/ui/inc/SlideSorterViewShellBase.hxx +sd/source/ui/inc/SlideTransitionPane.hxx +sd/source/ui/inc/SpellDialogChildWindow.hxx +sd/source/ui/inc/TabControl.hxx +sd/source/ui/inc/TemplateScanner.hxx +sd/source/ui/inc/TextObjectBar.hxx +sd/source/ui/inc/ToolBarManager.hxx +sd/source/ui/inc/View.hxx +sd/source/ui/inc/ViewClipboard.hxx +sd/source/ui/inc/ViewShell.hxx +sd/source/ui/inc/ViewShellBase.hxx +sd/source/ui/inc/ViewShellHint.hxx +sd/source/ui/inc/ViewShellImplementation.hxx +sd/source/ui/inc/ViewShellManager.hxx +sd/source/ui/inc/ViewTabBar.hxx +sd/source/ui/inc/Window.hxx +sd/source/ui/inc/WindowUpdater.hxx +sd/source/ui/inc/animobjs.hxx +sd/source/ui/inc/annotationmanager.hxx +sd/source/ui/inc/assclass.hxx +sd/source/ui/inc/bulmaper.hxx +sd/source/ui/inc/copydlg.hxx +sd/source/ui/inc/createcustomanimationpanel.hxx +sd/source/ui/inc/createslidetransitionpanel.hxx +sd/source/ui/inc/createtabledesignpanel.hxx +sd/source/ui/inc/createtableobjectbar.hxx +sd/source/ui/inc/custsdlg.hxx +sd/source/ui/inc/diactrl.hxx +sd/source/ui/inc/dlgfield.hxx +sd/source/ui/inc/dlgpage.hxx +sd/source/ui/inc/dlgsnap.hxx +sd/source/ui/inc/drawview.hxx +sd/source/ui/inc/facreg.hxx +sd/source/ui/inc/filedlg.hxx +sd/source/ui/inc/framework/Configuration.hxx +sd/source/ui/inc/framework/ConfigurationController.hxx +sd/source/ui/inc/framework/DrawModule.hxx +sd/source/ui/inc/framework/FrameworkHelper.hxx +sd/source/ui/inc/framework/ImpressModule.hxx +sd/source/ui/inc/framework/ModuleController.hxx +sd/source/ui/inc/framework/Pane.hxx +sd/source/ui/inc/framework/PresentationFactory.hxx +sd/source/ui/inc/framework/PresentationModule.hxx +sd/source/ui/inc/framework/ResourceId.hxx +sd/source/ui/inc/framework/ViewShellWrapper.hxx +sd/source/ui/inc/fuarea.hxx +sd/source/ui/inc/fubullet.hxx +sd/source/ui/inc/fuchar.hxx +sd/source/ui/inc/fucon3d.hxx +sd/source/ui/inc/fuconarc.hxx +sd/source/ui/inc/fuconbez.hxx +sd/source/ui/inc/fuconcs.hxx +sd/source/ui/inc/fuconnct.hxx +sd/source/ui/inc/fuconrec.hxx +sd/source/ui/inc/fuconstr.hxx +sd/source/ui/inc/fuconuno.hxx +sd/source/ui/inc/fucopy.hxx +sd/source/ui/inc/fucushow.hxx +sd/source/ui/inc/fudraw.hxx +sd/source/ui/inc/fudspord.hxx +sd/source/ui/inc/fuediglu.hxx +sd/source/ui/inc/fuexpand.hxx +sd/source/ui/inc/fuformatpaintbrush.hxx +sd/source/ui/inc/fuhhconv.hxx +sd/source/ui/inc/fuinsert.hxx +sd/source/ui/inc/fuinsfil.hxx +sd/source/ui/inc/fuline.hxx +sd/source/ui/inc/fulinend.hxx +sd/source/ui/inc/fulink.hxx +sd/source/ui/inc/fumeasur.hxx +sd/source/ui/inc/fumorph.hxx +sd/source/ui/inc/funavig.hxx +sd/source/ui/inc/fuoaprms.hxx +sd/source/ui/inc/fuolbull.hxx +sd/source/ui/inc/fuoltext.hxx +sd/source/ui/inc/fupage.hxx +sd/source/ui/inc/fuparagr.hxx +sd/source/ui/inc/fupoor.hxx +sd/source/ui/inc/fuprlout.hxx +sd/source/ui/inc/fuprobjs.hxx +sd/source/ui/inc/fuscale.hxx +sd/source/ui/inc/fusearch.hxx +sd/source/ui/inc/fusel.hxx +sd/source/ui/inc/fusldlg.hxx +sd/source/ui/inc/fusnapln.hxx +sd/source/ui/inc/fusumry.hxx +sd/source/ui/inc/futempl.hxx +sd/source/ui/inc/futext.hxx +sd/source/ui/inc/futhes.hxx +sd/source/ui/inc/futransf.hxx +sd/source/ui/inc/futxtatt.hxx +sd/source/ui/inc/fuvect.hxx +sd/source/ui/inc/fuzoom.hxx +sd/source/ui/inc/gluectrl.hxx +sd/source/ui/inc/headerfooterdlg.hxx +sd/source/ui/inc/inspagob.hxx +sd/source/ui/inc/layeroptionsdlg.hxx +sd/source/ui/inc/masterlayoutdlg.hxx +sd/source/ui/inc/morphdlg.hxx +sd/source/ui/inc/navigatr.hxx +sd/source/ui/inc/optsitem.hxx +sd/source/ui/inc/present.hxx +sd/source/ui/inc/prltempl.hxx +sd/source/ui/inc/prntopts.hxx +sd/source/ui/inc/pubdlg.hxx +sd/source/ui/inc/registerinterfaces.hxx +sd/source/ui/inc/sdpopup.hxx +sd/source/ui/inc/sdpreslt.hxx +sd/source/ui/inc/sdtreelb.hxx +sd/source/ui/inc/sdundogr.hxx +sd/source/ui/inc/sdxfer.hxx +sd/source/ui/inc/slideshow.hxx +sd/source/ui/inc/smarttag.hxx +sd/source/ui/inc/tablefunction.hxx +sd/source/ui/inc/tabtempl.hxx +sd/source/ui/inc/tmplctrl.hxx +sd/source/ui/inc/tools/AsynchronousCall.hxx +sd/source/ui/inc/tools/AsynchronousTask.hxx +sd/source/ui/inc/tools/ConfigurationAccess.hxx +sd/source/ui/inc/tools/IconCache.hxx +sd/source/ui/inc/tools/IdleDetection.hxx +sd/source/ui/inc/tools/PropertySet.hxx +sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx +sd/source/ui/inc/tools/SlotStateListener.hxx +sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx +sd/source/ui/inc/tpaction.hxx +sd/source/ui/inc/tpoption.hxx +sd/source/ui/inc/uiobject.hxx +sd/source/ui/inc/unchss.hxx +sd/source/ui/inc/undoback.hxx +sd/source/ui/inc/undoheaderfooter.hxx +sd/source/ui/inc/undolayer.hxx +sd/source/ui/inc/undopage.hxx +sd/source/ui/inc/unmodpg.hxx +sd/source/ui/inc/unmovss.hxx +sd/source/ui/inc/unoaprms.hxx +sd/source/ui/inc/unomodel.hxx +sd/source/ui/inc/unopage.hxx +sd/source/ui/inc/unoprnms.hxx +sd/source/ui/inc/unosrch.hxx +sd/source/ui/inc/unprlout.hxx +sd/source/ui/inc/vectdlg.hxx +sd/source/ui/inc/view/viewoverlaymanager.hxx +sd/source/ui/inc/zoomlist.hxx +sd/source/ui/presenter/CanvasUpdateRequester.cxx +sd/source/ui/presenter/CanvasUpdateRequester.hxx +sd/source/ui/presenter/PresenterCanvas.cxx +sd/source/ui/presenter/PresenterCanvas.hxx +sd/source/ui/presenter/PresenterHelper.cxx +sd/source/ui/presenter/PresenterHelper.hxx +sd/source/ui/presenter/PresenterPreviewCache.cxx +sd/source/ui/presenter/PresenterPreviewCache.hxx +sd/source/ui/presenter/PresenterTextView.cxx +sd/source/ui/presenter/PresenterTextView.hxx +sd/source/ui/presenter/SlideRenderer.cxx +sd/source/ui/presenter/SlideRenderer.hxx +sd/source/ui/remotecontrol/AvahiNetworkService.cxx +sd/source/ui/remotecontrol/AvahiNetworkService.hxx +sd/source/ui/remotecontrol/BluetoothServer.cxx +sd/source/ui/remotecontrol/BluetoothServer.hxx +sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx +sd/source/ui/remotecontrol/BufferedStreamSocket.cxx +sd/source/ui/remotecontrol/BufferedStreamSocket.hxx +sd/source/ui/remotecontrol/Communicator.cxx +sd/source/ui/remotecontrol/Communicator.hxx +sd/source/ui/remotecontrol/DiscoveryService.cxx +sd/source/ui/remotecontrol/DiscoveryService.hxx +sd/source/ui/remotecontrol/IBluetoothSocket.hxx +sd/source/ui/remotecontrol/ImagePreparer.cxx +sd/source/ui/remotecontrol/ImagePreparer.hxx +sd/source/ui/remotecontrol/Listener.cxx +sd/source/ui/remotecontrol/Listener.hxx +sd/source/ui/remotecontrol/OSXBluetooth.h +sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx +sd/source/ui/remotecontrol/OSXNetworkService.h +sd/source/ui/remotecontrol/OSXNetworkService.hxx +sd/source/ui/remotecontrol/Receiver.cxx +sd/source/ui/remotecontrol/Receiver.hxx +sd/source/ui/remotecontrol/Server.cxx +sd/source/ui/remotecontrol/Transmitter.cxx +sd/source/ui/remotecontrol/Transmitter.hxx +sd/source/ui/remotecontrol/WINNetworkService.cxx +sd/source/ui/remotecontrol/WINNetworkService.hxx +sd/source/ui/remotecontrol/ZeroconfService.hxx +sd/source/ui/sidebar/AllMasterPagesSelector.cxx +sd/source/ui/sidebar/AllMasterPagesSelector.hxx +sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx +sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx +sd/source/ui/sidebar/CustomAnimationPanel.cxx +sd/source/ui/sidebar/CustomAnimationPanel.hxx +sd/source/ui/sidebar/DocumentHelper.cxx +sd/source/ui/sidebar/DocumentHelper.hxx +sd/source/ui/sidebar/IDisposable.hxx +sd/source/ui/sidebar/ISidebarReceiver.hxx +sd/source/ui/sidebar/LayoutMenu.cxx +sd/source/ui/sidebar/LayoutMenu.hxx +sd/source/ui/sidebar/MasterPageContainer.cxx +sd/source/ui/sidebar/MasterPageContainer.hxx +sd/source/ui/sidebar/MasterPageContainerFiller.cxx +sd/source/ui/sidebar/MasterPageContainerFiller.hxx +sd/source/ui/sidebar/MasterPageContainerProviders.cxx +sd/source/ui/sidebar/MasterPageContainerProviders.hxx +sd/source/ui/sidebar/MasterPageContainerQueue.cxx +sd/source/ui/sidebar/MasterPageContainerQueue.hxx +sd/source/ui/sidebar/MasterPageDescriptor.cxx +sd/source/ui/sidebar/MasterPageDescriptor.hxx +sd/source/ui/sidebar/MasterPageObserver.cxx +sd/source/ui/sidebar/MasterPagesSelector.cxx +sd/source/ui/sidebar/MasterPagesSelector.hxx +sd/source/ui/sidebar/NavigatorWrapper.cxx +sd/source/ui/sidebar/NavigatorWrapper.hxx +sd/source/ui/sidebar/PageMarginUtils.hxx +sd/source/ui/sidebar/PanelBase.cxx +sd/source/ui/sidebar/PanelBase.hxx +sd/source/ui/sidebar/PanelFactory.cxx +sd/source/ui/sidebar/PanelFactory.hxx +sd/source/ui/sidebar/PreviewValueSet.cxx +sd/source/ui/sidebar/PreviewValueSet.hxx +sd/source/ui/sidebar/RecentMasterPagesSelector.cxx +sd/source/ui/sidebar/RecentMasterPagesSelector.hxx +sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx +sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx +sd/source/ui/sidebar/SlideBackground.cxx +sd/source/ui/sidebar/SlideBackground.hxx +sd/source/ui/sidebar/SlideTransitionPanel.cxx +sd/source/ui/sidebar/SlideTransitionPanel.hxx +sd/source/ui/sidebar/TableDesignPanel.cxx +sd/source/ui/sidebar/TableDesignPanel.hxx +sd/source/ui/slideshow/PaneHider.cxx +sd/source/ui/slideshow/PaneHider.hxx +sd/source/ui/slideshow/SlideShowRestarter.cxx +sd/source/ui/slideshow/SlideShowRestarter.hxx +sd/source/ui/slideshow/showwin.cxx +sd/source/ui/slideshow/showwindow.hxx +sd/source/ui/slideshow/slideshow.cxx +sd/source/ui/slideshow/slideshowimpl.cxx +sd/source/ui/slideshow/slideshowimpl.hxx +sd/source/ui/slideshow/slideshowviewimpl.cxx +sd/source/ui/slideshow/slideshowviewimpl.hxx +sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx +sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx +sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx +sd/source/ui/slidesorter/cache/SlsBitmapCompressor.hxx +sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx +sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx +sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx +sd/source/ui/slidesorter/cache/SlsCacheCompactor.hxx +sd/source/ui/slidesorter/cache/SlsCacheConfiguration.cxx +sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx +sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx +sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx +sd/source/ui/slidesorter/cache/SlsPageCache.cxx +sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx +sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx +sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx +sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx +sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx +sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx +sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx +sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx +sd/source/ui/slidesorter/controller/SlideSorterController.cxx +sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx +sd/source/ui/slidesorter/controller/SlsAnimator.cxx +sd/source/ui/slidesorter/controller/SlsClipboard.cxx +sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx +sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx +sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx +sd/source/ui/slidesorter/controller/SlsFocusManager.cxx +sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx +sd/source/ui/slidesorter/controller/SlsListener.cxx +sd/source/ui/slidesorter/controller/SlsListener.hxx +sd/source/ui/slidesorter/controller/SlsPageSelector.cxx +sd/source/ui/slidesorter/controller/SlsProperties.cxx +sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx +sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx +sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx +sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +sd/source/ui/slidesorter/controller/SlsTransferableData.cxx +sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx +sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx +sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx +sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxx +sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx +sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx +sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx +sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx +sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx +sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx +sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx +sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx +sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx +sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx +sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx +sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx +sd/source/ui/slidesorter/inc/controller/SlsSelectionObserver.hxx +sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx +sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx +sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx +sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx +sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx +sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx +sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx +sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx +sd/source/ui/slidesorter/inc/model/SlsSharedPageDescriptor.hxx +sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx +sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx +sd/source/ui/slidesorter/inc/view/SlsILayerPainter.hxx +sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx +sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx +sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx +sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx +sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx +sd/source/ui/slidesorter/inc/view/SlsTheme.hxx +sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx +sd/source/ui/slidesorter/model/SlideSorterModel.cxx +sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx +sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx +sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx +sd/source/ui/slidesorter/model/SlsVisualState.cxx +sd/source/ui/slidesorter/shell/SlideSorter.cxx +sd/source/ui/slidesorter/shell/SlideSorterService.cxx +sd/source/ui/slidesorter/shell/SlideSorterService.hxx +sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +sd/source/ui/slidesorter/view/SlideSorterView.cxx +sd/source/ui/slidesorter/view/SlsFramePainter.cxx +sd/source/ui/slidesorter/view/SlsFramePainter.hxx +sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx +sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx +sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx +sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx +sd/source/ui/slidesorter/view/SlsLayouter.cxx +sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx +sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx +sd/source/ui/slidesorter/view/SlsTheme.cxx +sd/source/ui/slidesorter/view/SlsToolTip.cxx +sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx +sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx +sd/source/ui/table/TableDesignPane.cxx +sd/source/ui/table/TableDesignPane.hxx +sd/source/ui/table/tablefunction.cxx +sd/source/ui/table/tableobjectbar.cxx +sd/source/ui/table/tableobjectbar.hxx +sd/source/ui/tools/AsynchronousCall.cxx +sd/source/ui/tools/ConfigurationAccess.cxx +sd/source/ui/tools/EventMultiplexer.cxx +sd/source/ui/tools/IconCache.cxx +sd/source/ui/tools/IdleDetection.cxx +sd/source/ui/tools/PreviewRenderer.cxx +sd/source/ui/tools/PropertySet.cxx +sd/source/ui/tools/SdGlobalResourceContainer.cxx +sd/source/ui/tools/SlotStateListener.cxx +sd/source/ui/tools/TimerBasedTaskExecution.cxx +sd/source/ui/uitest/uiobject.cxx +sd/source/ui/unoidl/DrawController.cxx +sd/source/ui/unoidl/SdUnoDrawView.cxx +sd/source/ui/unoidl/SdUnoOutlineView.cxx +sd/source/ui/unoidl/SdUnoSlideView.cxx +sd/source/ui/unoidl/UnoDocumentSettings.cxx +sd/source/ui/unoidl/UnoDocumentSettings.hxx +sd/source/ui/unoidl/facreg.cxx +sd/source/ui/unoidl/randomnode.cxx +sd/source/ui/unoidl/sddetect.cxx +sd/source/ui/unoidl/sddetect.hxx +sd/source/ui/unoidl/unocpres.cxx +sd/source/ui/unoidl/unocpres.hxx +sd/source/ui/unoidl/unodoc.cxx +sd/source/ui/unoidl/unolayer.cxx +sd/source/ui/unoidl/unolayer.hxx +sd/source/ui/unoidl/unomodel.cxx +sd/source/ui/unoidl/unomodule.cxx +sd/source/ui/unoidl/unomodule.hxx +sd/source/ui/unoidl/unoobj.cxx +sd/source/ui/unoidl/unoobj.hxx +sd/source/ui/unoidl/unopage.cxx +sd/source/ui/unoidl/unopback.cxx +sd/source/ui/unoidl/unopback.hxx +sd/source/ui/unoidl/unopool.cxx +sd/source/ui/unoidl/unopool.hxx +sd/source/ui/unoidl/unosrch.cxx +sd/source/ui/unoidl/unowcntr.cxx +sd/source/ui/unoidl/unowcntr.hxx +sd/source/ui/view/DocumentRenderer.cxx +sd/source/ui/view/FormShellManager.cxx +sd/source/ui/view/GraphicObjectBar.cxx +sd/source/ui/view/GraphicViewShellBase.cxx +sd/source/ui/view/ImpressViewShellBase.cxx +sd/source/ui/view/MediaObjectBar.cxx +sd/source/ui/view/OutlineViewShellBase.cxx +sd/source/ui/view/Outliner.cxx +sd/source/ui/view/OutlinerIterator.cxx +sd/source/ui/view/PresentationViewShellBase.cxx +sd/source/ui/view/SlideSorterViewShellBase.cxx +sd/source/ui/view/ToolBarManager.cxx +sd/source/ui/view/ViewClipboard.cxx +sd/source/ui/view/ViewShellBase.cxx +sd/source/ui/view/ViewShellHint.cxx +sd/source/ui/view/ViewShellImplementation.cxx +sd/source/ui/view/ViewShellManager.cxx +sd/source/ui/view/ViewTabBar.cxx +sd/source/ui/view/WindowUpdater.cxx +sd/source/ui/view/clview.cxx +sd/source/ui/view/drawview.cxx +sd/source/ui/view/drbezob.cxx +sd/source/ui/view/drtxtob.cxx +sd/source/ui/view/drtxtob1.cxx +sd/source/ui/view/drviews1.cxx +sd/source/ui/view/drviews2.cxx +sd/source/ui/view/drviews3.cxx +sd/source/ui/view/drviews4.cxx +sd/source/ui/view/drviews5.cxx +sd/source/ui/view/drviews6.cxx +sd/source/ui/view/drviews7.cxx +sd/source/ui/view/drviews8.cxx +sd/source/ui/view/drviews9.cxx +sd/source/ui/view/drviewsa.cxx +sd/source/ui/view/drviewsb.cxx +sd/source/ui/view/drviewsc.cxx +sd/source/ui/view/drviewsd.cxx +sd/source/ui/view/drviewse.cxx +sd/source/ui/view/drviewsf.cxx +sd/source/ui/view/drviewsg.cxx +sd/source/ui/view/drviewsh.cxx +sd/source/ui/view/drviewsi.cxx +sd/source/ui/view/drviewsj.cxx +sd/source/ui/view/drviewsk.cxx +sd/source/ui/view/drvwshrg.cxx +sd/source/ui/view/frmview.cxx +sd/source/ui/view/grviewsh.cxx +sd/source/ui/view/outlnvs2.cxx +sd/source/ui/view/outlnvsh.cxx +sd/source/ui/view/outlview.cxx +sd/source/ui/view/presvish.cxx +sd/source/ui/view/sdruler.cxx +sd/source/ui/view/sdview.cxx +sd/source/ui/view/sdview2.cxx +sd/source/ui/view/sdview3.cxx +sd/source/ui/view/sdview4.cxx +sd/source/ui/view/sdview5.cxx +sd/source/ui/view/sdwindow.cxx +sd/source/ui/view/tabcontr.cxx +sd/source/ui/view/unmodpg.cxx +sd/source/ui/view/viewoverlaymanager.cxx +sd/source/ui/view/viewshe2.cxx +sd/source/ui/view/viewshe3.cxx +sd/source/ui/view/viewshel.cxx +sd/source/ui/view/zoomlist.cxx +sd/workben/custompanel/ctp_panel.cxx +sd/workben/custompanel/ctp_panel.hxx +sdext/source/minimizer/configurationaccess.cxx +sdext/source/minimizer/configurationaccess.hxx +sdext/source/minimizer/fileopendialog.cxx +sdext/source/minimizer/fileopendialog.hxx +sdext/source/minimizer/graphiccollector.cxx +sdext/source/minimizer/graphiccollector.hxx +sdext/source/minimizer/impoptimizer.cxx +sdext/source/minimizer/impoptimizer.hxx +sdext/source/minimizer/informationdialog.cxx +sdext/source/minimizer/informationdialog.hxx +sdext/source/minimizer/optimizationstats.cxx +sdext/source/minimizer/optimizationstats.hxx +sdext/source/minimizer/optimizerdialog.cxx +sdext/source/minimizer/optimizerdialog.hxx +sdext/source/minimizer/optimizerdialogcontrols.cxx +sdext/source/minimizer/pagecollector.cxx +sdext/source/minimizer/pagecollector.hxx +sdext/source/minimizer/pppoptimizer.cxx +sdext/source/minimizer/pppoptimizer.hxx +sdext/source/minimizer/pppoptimizerdialog.cxx +sdext/source/minimizer/pppoptimizerdialog.hxx +sdext/source/minimizer/pppoptimizertoken.cxx +sdext/source/minimizer/pppoptimizertoken.hxx +sdext/source/minimizer/pppoptimizeruno.cxx +sdext/source/minimizer/unodialog.cxx +sdext/source/minimizer/unodialog.hxx +sdext/source/pdfimport/filterdet.cxx +sdext/source/pdfimport/filterdet.hxx +sdext/source/pdfimport/inc/contentsink.hxx +sdext/source/pdfimport/inc/genericelements.hxx +sdext/source/pdfimport/inc/imagecontainer.hxx +sdext/source/pdfimport/inc/odfemitter.hxx +sdext/source/pdfimport/inc/pdfihelper.hxx +sdext/source/pdfimport/inc/pdfiprocessor.hxx +sdext/source/pdfimport/inc/pdfparse.hxx +sdext/source/pdfimport/inc/saxemitter.hxx +sdext/source/pdfimport/inc/treevisiting.hxx +sdext/source/pdfimport/inc/treevisitorfactory.hxx +sdext/source/pdfimport/inc/wrapper.hxx +sdext/source/pdfimport/inc/xmlemitter.hxx +sdext/source/pdfimport/misc/pdfihelper.cxx +sdext/source/pdfimport/misc/pwdinteract.cxx +sdext/source/pdfimport/odf/odfemitter.cxx +sdext/source/pdfimport/pdfiadaptor.cxx +sdext/source/pdfimport/pdfiadaptor.hxx +sdext/source/pdfimport/pdfparse/pdfentries.cxx +sdext/source/pdfimport/pdfparse/pdfparse.cxx +sdext/source/pdfimport/sax/emitcontext.cxx +sdext/source/pdfimport/sax/emitcontext.hxx +sdext/source/pdfimport/sax/saxattrlist.cxx +sdext/source/pdfimport/sax/saxattrlist.hxx +sdext/source/pdfimport/services.cxx +sdext/source/pdfimport/test/outputwrap.hxx +sdext/source/pdfimport/test/pdf2xml.cxx +sdext/source/pdfimport/test/pdfunzip.cxx +sdext/source/pdfimport/test/tests.cxx +sdext/source/pdfimport/tree/drawtreevisiting.cxx +sdext/source/pdfimport/tree/drawtreevisiting.hxx +sdext/source/pdfimport/tree/genericelements.cxx +sdext/source/pdfimport/tree/imagecontainer.cxx +sdext/source/pdfimport/tree/pdfiprocessor.cxx +sdext/source/pdfimport/tree/style.cxx +sdext/source/pdfimport/tree/style.hxx +sdext/source/pdfimport/tree/treevisitorfactory.cxx +sdext/source/pdfimport/tree/writertreevisiting.cxx +sdext/source/pdfimport/tree/writertreevisiting.hxx +sdext/source/pdfimport/wrapper/wrapper.cxx +sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx +sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx +sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx +sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx +sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx +sdext/source/presenter/PresenterAccessibility.cxx +sdext/source/presenter/PresenterAccessibility.hxx +sdext/source/presenter/PresenterBitmapContainer.cxx +sdext/source/presenter/PresenterBitmapContainer.hxx +sdext/source/presenter/PresenterButton.cxx +sdext/source/presenter/PresenterButton.hxx +sdext/source/presenter/PresenterCanvasHelper.cxx +sdext/source/presenter/PresenterCanvasHelper.hxx +sdext/source/presenter/PresenterComponent.cxx +sdext/source/presenter/PresenterConfigurationAccess.cxx +sdext/source/presenter/PresenterConfigurationAccess.hxx +sdext/source/presenter/PresenterController.cxx +sdext/source/presenter/PresenterController.hxx +sdext/source/presenter/PresenterCurrentSlideObserver.cxx +sdext/source/presenter/PresenterCurrentSlideObserver.hxx +sdext/source/presenter/PresenterFrameworkObserver.cxx +sdext/source/presenter/PresenterFrameworkObserver.hxx +sdext/source/presenter/PresenterGeometryHelper.cxx +sdext/source/presenter/PresenterGeometryHelper.hxx +sdext/source/presenter/PresenterHelpView.cxx +sdext/source/presenter/PresenterHelpView.hxx +sdext/source/presenter/PresenterHelper.cxx +sdext/source/presenter/PresenterHelper.hxx +sdext/source/presenter/PresenterNotesView.cxx +sdext/source/presenter/PresenterNotesView.hxx +sdext/source/presenter/PresenterPaintManager.cxx +sdext/source/presenter/PresenterPaintManager.hxx +sdext/source/presenter/PresenterPane.cxx +sdext/source/presenter/PresenterPane.hxx +sdext/source/presenter/PresenterPaneBase.cxx +sdext/source/presenter/PresenterPaneBase.hxx +sdext/source/presenter/PresenterPaneBorderPainter.cxx +sdext/source/presenter/PresenterPaneBorderPainter.hxx +sdext/source/presenter/PresenterPaneContainer.cxx +sdext/source/presenter/PresenterPaneContainer.hxx +sdext/source/presenter/PresenterPaneFactory.cxx +sdext/source/presenter/PresenterPaneFactory.hxx +sdext/source/presenter/PresenterProtocolHandler.cxx +sdext/source/presenter/PresenterProtocolHandler.hxx +sdext/source/presenter/PresenterScreen.cxx +sdext/source/presenter/PresenterScreen.hxx +sdext/source/presenter/PresenterScrollBar.cxx +sdext/source/presenter/PresenterScrollBar.hxx +sdext/source/presenter/PresenterSlidePreview.cxx +sdext/source/presenter/PresenterSlidePreview.hxx +sdext/source/presenter/PresenterSlideShowView.cxx +sdext/source/presenter/PresenterSlideShowView.hxx +sdext/source/presenter/PresenterSlideSorter.cxx +sdext/source/presenter/PresenterSlideSorter.hxx +sdext/source/presenter/PresenterSprite.cxx +sdext/source/presenter/PresenterSprite.hxx +sdext/source/presenter/PresenterSpritePane.cxx +sdext/source/presenter/PresenterSpritePane.hxx +sdext/source/presenter/PresenterTextView.cxx +sdext/source/presenter/PresenterTextView.hxx +sdext/source/presenter/PresenterTheme.cxx +sdext/source/presenter/PresenterTheme.hxx +sdext/source/presenter/PresenterTimer.cxx +sdext/source/presenter/PresenterTimer.hxx +sdext/source/presenter/PresenterToolBar.cxx +sdext/source/presenter/PresenterToolBar.hxx +sdext/source/presenter/PresenterUIPainter.cxx +sdext/source/presenter/PresenterUIPainter.hxx +sdext/source/presenter/PresenterViewFactory.cxx +sdext/source/presenter/PresenterViewFactory.hxx +sdext/source/presenter/PresenterWindowManager.cxx +sdext/source/presenter/PresenterWindowManager.hxx +setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx +setup_native/source/win32/customactions/quickstarter/quickstarter.cxx +setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx +setup_native/source/win32/customactions/quickstarter/shutdown_quickstart.cxx +setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx +setup_native/source/win32/customactions/regactivex/regactivex.cxx +setup_native/source/win32/customactions/sellang/sellang.cxx +setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx +setup_native/source/win32/customactions/shellextensions/checkpatches.cxx +setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx +setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx +setup_native/source/win32/customactions/shellextensions/shlxtmsi.hxx +setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx +setup_native/source/win32/customactions/shellextensions/upgrade.cxx +setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx +setup_native/source/win32/customactions/tools/checkversion.cxx +setup_native/source/win32/customactions/tools/seterror.cxx +setup_native/source/win32/customactions/tools/seterror.hxx +sfx2/inc/bitset.hxx +sfx2/inc/bluthsndapi.hxx +sfx2/inc/charmapcontrol.hxx +sfx2/inc/emojicontrol.hxx +sfx2/inc/emojiview.hxx +sfx2/inc/emojiviewitem.hxx +sfx2/inc/fwkhelper.hxx +sfx2/inc/guisaveas.hxx +sfx2/inc/inettbc.hxx +sfx2/inc/notebookbar/NotebookbarTabControl.hxx +sfx2/inc/preventduplicateinteraction.hxx +sfx2/inc/recentdocsview.hxx +sfx2/inc/sidebar/Accessible.hxx +sfx2/inc/sidebar/AccessibleTitleBar.hxx +sfx2/inc/sidebar/ContextChangeBroadcaster.hxx +sfx2/inc/sidebar/ContextList.hxx +sfx2/inc/sidebar/ControlFactory.hxx +sfx2/inc/sidebar/ControllerFactory.hxx +sfx2/inc/sidebar/DeckDescriptor.hxx +sfx2/inc/sidebar/DeckLayouter.hxx +sfx2/inc/sidebar/DeckTitleBar.hxx +sfx2/inc/sidebar/DrawHelper.hxx +sfx2/inc/sidebar/MenuButton.hxx +sfx2/inc/sidebar/Paint.hxx +sfx2/inc/sidebar/PanelDescriptor.hxx +sfx2/inc/sidebar/PanelTitleBar.hxx +sfx2/inc/sidebar/TabItem.hxx +sfx2/inc/sidebar/TitleBar.hxx +sfx2/inc/sidebar/Tools.hxx +sfx2/inc/sidebar/UnoDeck.hxx +sfx2/inc/sidebar/UnoDecks.hxx +sfx2/inc/sidebar/UnoPanel.hxx +sfx2/inc/sidebar/UnoPanels.hxx +sfx2/inc/sidebar/UnoSidebar.hxx +sfx2/inc/sorgitm.hxx +sfx2/inc/srchdlg.hxx +sfx2/inc/strings.hxx +sfx2/inc/templatecontaineritem.hxx +sfx2/inc/templatedefaultview.hxx +sfx2/inc/templateviewitem.hxx +sfx2/inc/thumbnailviewitem.hxx +sfx2/inc/unoctitm.hxx +sfx2/qa/cppunit/test_classification.cxx +sfx2/qa/cppunit/test_controlleritem.cxx +sfx2/qa/cppunit/test_metadatable.cxx +sfx2/qa/cppunit/test_misc.cxx +sfx2/qa/unit/sfx2-dialogs-test.cxx +sfx2/source/appl/app.cxx +sfx2/source/appl/appbas.cxx +sfx2/source/appl/appbaslib.cxx +sfx2/source/appl/appcfg.cxx +sfx2/source/appl/appchild.cxx +sfx2/source/appl/appdata.cxx +sfx2/source/appl/appdde.cxx +sfx2/source/appl/appdispatchprovider.cxx +sfx2/source/appl/appinit.cxx +sfx2/source/appl/appmain.cxx +sfx2/source/appl/appmisc.cxx +sfx2/source/appl/appopen.cxx +sfx2/source/appl/appquit.cxx +sfx2/source/appl/appreg.cxx +sfx2/source/appl/appserv.cxx +sfx2/source/appl/appuno.cxx +sfx2/source/appl/childwin.cxx +sfx2/source/appl/childwinimpl.cxx +sfx2/source/appl/fileobj.cxx +sfx2/source/appl/fileobj.hxx +sfx2/source/appl/flatpak.cxx +sfx2/source/appl/fwkhelper.cxx +sfx2/source/appl/getbasctlfunction.cxx +sfx2/source/appl/helpdispatch.cxx +sfx2/source/appl/helpdispatch.hxx +sfx2/source/appl/helpinterceptor.cxx +sfx2/source/appl/helpinterceptor.hxx +sfx2/source/appl/impldde.cxx +sfx2/source/appl/impldde.hxx +sfx2/source/appl/linkmgr2.cxx +sfx2/source/appl/linksrc.cxx +sfx2/source/appl/lnkbase2.cxx +sfx2/source/appl/macroloader.cxx +sfx2/source/appl/module.cxx +sfx2/source/appl/newhelp.cxx +sfx2/source/appl/newhelp.hxx +sfx2/source/appl/opengrf.cxx +sfx2/source/appl/openuriexternally.cxx +sfx2/source/appl/panelist.hxx +sfx2/source/appl/preventduplicateinteraction.cxx +sfx2/source/appl/sfxhelp.cxx +sfx2/source/appl/sfxpicklist.cxx +sfx2/source/appl/shellimpl.cxx +sfx2/source/appl/shutdownicon.cxx +sfx2/source/appl/shutdownicon.hxx +sfx2/source/appl/shutdowniconw32.cxx +sfx2/source/appl/workwin.cxx +sfx2/source/appl/xpackcreator.cxx +sfx2/source/bastyp/bitset.cxx +sfx2/source/bastyp/fltfnc.cxx +sfx2/source/bastyp/fltlst.cxx +sfx2/source/bastyp/fltlst.hxx +sfx2/source/bastyp/frmhtml.cxx +sfx2/source/bastyp/frmhtmlw.cxx +sfx2/source/bastyp/helper.cxx +sfx2/source/bastyp/mieclip.cxx +sfx2/source/bastyp/progress.cxx +sfx2/source/bastyp/sfxhtml.cxx +sfx2/source/bastyp/sfxresid.cxx +sfx2/source/config/evntconf.cxx +sfx2/source/control/bindings.cxx +sfx2/source/control/charmapcontrol.cxx +sfx2/source/control/charwin.cxx +sfx2/source/control/ctrlfactoryimpl.cxx +sfx2/source/control/ctrlitem.cxx +sfx2/source/control/dispatch.cxx +sfx2/source/control/emojicontrol.cxx +sfx2/source/control/emojipopup.cxx +sfx2/source/control/emojiview.cxx +sfx2/source/control/emojiviewitem.cxx +sfx2/source/control/itemdel.cxx +sfx2/source/control/minfitem.cxx +sfx2/source/control/msg.cxx +sfx2/source/control/msgpool.cxx +sfx2/source/control/objface.cxx +sfx2/source/control/recentdocsview.cxx +sfx2/source/control/recentdocsviewitem.cxx +sfx2/source/control/recentdocsviewitem.hxx +sfx2/source/control/request.cxx +sfx2/source/control/sfxstatuslistener.cxx +sfx2/source/control/shell.cxx +sfx2/source/control/sorgitm.cxx +sfx2/source/control/statcach.cxx +sfx2/source/control/templatecontaineritem.cxx +sfx2/source/control/templatedefaultview.cxx +sfx2/source/control/templatelocalview.cxx +sfx2/source/control/templatesearchview.cxx +sfx2/source/control/templateviewitem.cxx +sfx2/source/control/thumbnailview.cxx +sfx2/source/control/thumbnailviewacc.cxx +sfx2/source/control/thumbnailviewacc.hxx +sfx2/source/control/thumbnailviewitem.cxx +sfx2/source/control/unoctitm.cxx +sfx2/source/dialog/alienwarn.cxx +sfx2/source/dialog/backingcomp.cxx +sfx2/source/dialog/backingwindow.cxx +sfx2/source/dialog/backingwindow.hxx +sfx2/source/dialog/basedlgs.cxx +sfx2/source/dialog/bluthsnd.cxx +sfx2/source/dialog/charmappopup.cxx +sfx2/source/dialog/checkin.cxx +sfx2/source/dialog/dialoghelper.cxx +sfx2/source/dialog/dinfdlg.cxx +sfx2/source/dialog/dockwin.cxx +sfx2/source/dialog/documentfontsdialog.cxx +sfx2/source/dialog/filedlghelper.cxx +sfx2/source/dialog/filedlgimpl.hxx +sfx2/source/dialog/filtergrouping.cxx +sfx2/source/dialog/filtergrouping.hxx +sfx2/source/dialog/inputdlg.cxx +sfx2/source/dialog/mailmodel.cxx +sfx2/source/dialog/mgetempl.cxx +sfx2/source/dialog/mgetempl.hxx +sfx2/source/dialog/navigat.cxx +sfx2/source/dialog/newstyle.cxx +sfx2/source/dialog/partwnd.cxx +sfx2/source/dialog/passwd.cxx +sfx2/source/dialog/printopt.cxx +sfx2/source/dialog/recfloat.cxx +sfx2/source/dialog/securitypage.cxx +sfx2/source/dialog/securitypage.hxx +sfx2/source/dialog/sfxdlg.cxx +sfx2/source/dialog/splitwin.cxx +sfx2/source/dialog/srchdlg.cxx +sfx2/source/dialog/styfitem.cxx +sfx2/source/dialog/styledlg.cxx +sfx2/source/dialog/tabdlg.cxx +sfx2/source/dialog/templdlg.cxx +sfx2/source/dialog/titledockwin.cxx +sfx2/source/dialog/tplcitem.cxx +sfx2/source/dialog/tplpitem.cxx +sfx2/source/dialog/versdlg.cxx +sfx2/source/doc/DocumentMetadataAccess.cxx +sfx2/source/doc/Metadatable.cxx +sfx2/source/doc/QuerySaveDocument.cxx +sfx2/source/doc/SfxDocumentMetaData.cxx +sfx2/source/doc/docfac.cxx +sfx2/source/doc/docfile.cxx +sfx2/source/doc/docfilt.cxx +sfx2/source/doc/docinf.cxx +sfx2/source/doc/docinsert.cxx +sfx2/source/doc/docmacromode.cxx +sfx2/source/doc/docstoragemodifylistener.cxx +sfx2/source/doc/doctempl.cxx +sfx2/source/doc/doctemplates.cxx +sfx2/source/doc/doctemplateslocal.cxx +sfx2/source/doc/doctemplateslocal.hxx +sfx2/source/doc/docundomanager.cxx +sfx2/source/doc/frmdescr.cxx +sfx2/source/doc/graphhelp.cxx +sfx2/source/doc/graphhelp.hxx +sfx2/source/doc/guisaveas.cxx +sfx2/source/doc/iframe.cxx +sfx2/source/doc/new.cxx +sfx2/source/doc/objcont.cxx +sfx2/source/doc/objembed.cxx +sfx2/source/doc/objitem.cxx +sfx2/source/doc/objmisc.cxx +sfx2/source/doc/objserv.cxx +sfx2/source/doc/objstor.cxx +sfx2/source/doc/objxtor.cxx +sfx2/source/doc/oleprops.cxx +sfx2/source/doc/oleprops.hxx +sfx2/source/doc/ownsubfilterservice.cxx +sfx2/source/doc/printhelper.cxx +sfx2/source/doc/printhelper.hxx +sfx2/source/doc/saveastemplatedlg.cxx +sfx2/source/doc/sfxbasemodel.cxx +sfx2/source/doc/sfxmodelfactory.cxx +sfx2/source/doc/syspath.cxx +sfx2/source/doc/syspathw32.cxx +sfx2/source/doc/templatedlg.cxx +sfx2/source/doc/watermarkitem.cxx +sfx2/source/doc/zoomitem.cxx +sfx2/source/explorer/nochaos.cxx +sfx2/source/inc/appbaslib.hxx +sfx2/source/inc/appdata.hxx +sfx2/source/inc/appopen.hxx +sfx2/source/inc/childwinimpl.hxx +sfx2/source/inc/ctrlfactoryimpl.hxx +sfx2/source/inc/documentfontsdialog.hxx +sfx2/source/inc/docundomanager.hxx +sfx2/source/inc/eventsupplier.hxx +sfx2/source/inc/fltoptint.hxx +sfx2/source/inc/helper.hxx +sfx2/source/inc/helpids.h +sfx2/source/inc/hintpost.hxx +sfx2/source/inc/macroloader.hxx +sfx2/source/inc/nochaos.hxx +sfx2/source/inc/objshimp.hxx +sfx2/source/inc/openflag.hxx +sfx2/source/inc/openurlhint.hxx +sfx2/source/inc/partwnd.hxx +sfx2/source/inc/recfloat.hxx +sfx2/source/inc/sfxtypes.hxx +sfx2/source/inc/sfxurlrelocator.hxx +sfx2/source/inc/shellimpl.hxx +sfx2/source/inc/slotserv.hxx +sfx2/source/inc/splitwin.hxx +sfx2/source/inc/statcach.hxx +sfx2/source/inc/templatesearchview.hxx +sfx2/source/inc/templatesearchviewitem.hxx +sfx2/source/inc/templdgi.hxx +sfx2/source/inc/tplcitem.hxx +sfx2/source/inc/versdlg.hxx +sfx2/source/inc/workwin.hxx +sfx2/source/inet/inettbc.cxx +sfx2/source/notebookbar/ContextVBox.cxx +sfx2/source/notebookbar/DropdownBox.cxx +sfx2/source/notebookbar/NotebookbarTabControl.cxx +sfx2/source/notebookbar/PriorityHBox.cxx +sfx2/source/notebookbar/SfxNotebookBar.cxx +sfx2/source/notify/eventsupplier.cxx +sfx2/source/notify/globalevents.cxx +sfx2/source/notify/hintpost.cxx +sfx2/source/notify/openurlhint.cxx +sfx2/source/safemode/safemode.cxx +sfx2/source/sidebar/Accessible.cxx +sfx2/source/sidebar/AccessibleTitleBar.cxx +sfx2/source/sidebar/AsynchronousCall.cxx +sfx2/source/sidebar/Context.cxx +sfx2/source/sidebar/ContextChangeBroadcaster.cxx +sfx2/source/sidebar/ContextList.cxx +sfx2/source/sidebar/ControlFactory.cxx +sfx2/source/sidebar/ControllerFactory.cxx +sfx2/source/sidebar/ControllerItem.cxx +sfx2/source/sidebar/Deck.cxx +sfx2/source/sidebar/DeckDescriptor.cxx +sfx2/source/sidebar/DeckLayouter.cxx +sfx2/source/sidebar/DeckTitleBar.cxx +sfx2/source/sidebar/DrawHelper.cxx +sfx2/source/sidebar/FocusManager.cxx +sfx2/source/sidebar/IContextChangeReceiver.cxx +sfx2/source/sidebar/ILayoutableWindow.cxx +sfx2/source/sidebar/MenuButton.cxx +sfx2/source/sidebar/Paint.cxx +sfx2/source/sidebar/Panel.cxx +sfx2/source/sidebar/PanelDescriptor.cxx +sfx2/source/sidebar/PanelLayout.cxx +sfx2/source/sidebar/PanelTitleBar.cxx +sfx2/source/sidebar/ResourceManager.cxx +sfx2/source/sidebar/Sidebar.cxx +sfx2/source/sidebar/SidebarChildWindow.cxx +sfx2/source/sidebar/SidebarController.cxx +sfx2/source/sidebar/SidebarDockingWindow.cxx +sfx2/source/sidebar/SidebarModelUpdate.cxx +sfx2/source/sidebar/SidebarPanelBase.cxx +sfx2/source/sidebar/SidebarToolBox.cxx +sfx2/source/sidebar/TabBar.cxx +sfx2/source/sidebar/TabItem.cxx +sfx2/source/sidebar/Theme.cxx +sfx2/source/sidebar/TitleBar.cxx +sfx2/source/sidebar/Tools.cxx +sfx2/source/sidebar/UnoDeck.cxx +sfx2/source/sidebar/UnoDecks.cxx +sfx2/source/sidebar/UnoPanel.cxx +sfx2/source/sidebar/UnoPanels.cxx +sfx2/source/sidebar/UnoSidebar.cxx +sfx2/source/statbar/stbitem.cxx +sfx2/source/toolbox/tbxitem.cxx +sfx2/source/view/classificationcontroller.cxx +sfx2/source/view/classificationhelper.cxx +sfx2/source/view/frame.cxx +sfx2/source/view/frame2.cxx +sfx2/source/view/frmload.cxx +sfx2/source/view/impframe.hxx +sfx2/source/view/impviewframe.hxx +sfx2/source/view/ipclient.cxx +sfx2/source/view/lokcharthelper.cxx +sfx2/source/view/lokhelper.cxx +sfx2/source/view/printer.cxx +sfx2/source/view/prnmon.hxx +sfx2/source/view/sfxbasecontroller.cxx +sfx2/source/view/userinputinterception.cxx +sfx2/source/view/viewfac.cxx +sfx2/source/view/viewfrm.cxx +sfx2/source/view/viewfrm2.cxx +sfx2/source/view/viewimp.hxx +sfx2/source/view/viewprn.cxx +sfx2/source/view/viewsh.cxx +shell/inc/basereader.hxx +shell/inc/columninfo.hxx +shell/inc/config.hxx +shell/inc/contentreader.hxx +shell/inc/fileextensions.hxx +shell/inc/filepath.hxx +shell/inc/global.hxx +shell/inc/i_xml_parser_event_handler.hxx +shell/inc/infotips.hxx +shell/inc/iso8601_converter.hxx +shell/inc/metainforeader.hxx +shell/inc/propertyhdl.hxx +shell/inc/propsheets.hxx +shell/inc/registry.hxx +shell/inc/resource.h +shell/inc/shlxthdl.hxx +shell/inc/stream_helper.hxx +shell/inc/thumbviewer.hxx +shell/inc/types.hxx +shell/inc/utilities.hxx +shell/inc/xml_parser.hxx +shell/inc/zipfile.hxx +shell/qa/zip/testzipimpl.cxx +shell/qa/zip/testzipimpl.hxx +shell/qa/zip/ziptest.cxx +shell/source/all/xml_parser.cxx +shell/source/backends/desktopbe/desktopbackend.cxx +shell/source/backends/localebe/localebackend.cxx +shell/source/backends/localebe/localebackend.hxx +shell/source/backends/localebe/localebecdef.cxx +shell/source/backends/macbe/macbackend.hxx +shell/source/backends/macbe/macbecdef.cxx +shell/source/backends/wininetbe/wininetbackend.cxx +shell/source/backends/wininetbe/wininetbackend.hxx +shell/source/backends/wininetbe/wininetbecdef.cxx +shell/source/cmdmail/cmdmailentry.cxx +shell/source/cmdmail/cmdmailmsg.cxx +shell/source/cmdmail/cmdmailmsg.hxx +shell/source/cmdmail/cmdmailsuppl.cxx +shell/source/cmdmail/cmdmailsuppl.hxx +shell/source/sessioninstall/SyncDbusSessionHelper.cxx +shell/source/sessioninstall/SyncDbusSessionHelper.hxx +shell/source/sessioninstall/services.cxx +shell/source/tools/lngconvex/cmdline.cxx +shell/source/tools/lngconvex/cmdline.hxx +shell/source/tools/lngconvex/lngconvex.cxx +shell/source/tools/regsvrex/regsvrex.cxx +shell/source/unix/exec/shellexec.cxx +shell/source/unix/exec/shellexec.hxx +shell/source/unix/exec/shellexecentry.cxx +shell/source/unix/misc/uri-encode.c +shell/source/win32/SysShExec.cxx +shell/source/win32/SysShExec.hxx +shell/source/win32/SysShentry.cxx +shell/source/win32/ooofilereader/autostyletag.cxx +shell/source/win32/ooofilereader/autostyletag.hxx +shell/source/win32/ooofilereader/basereader.cxx +shell/source/win32/ooofilereader/contentreader.cxx +shell/source/win32/ooofilereader/dummytag.hxx +shell/source/win32/ooofilereader/itag.hxx +shell/source/win32/ooofilereader/keywordstag.cxx +shell/source/win32/ooofilereader/keywordstag.hxx +shell/source/win32/ooofilereader/metainforeader.cxx +shell/source/win32/ooofilereader/simpletag.cxx +shell/source/win32/ooofilereader/simpletag.hxx +shell/source/win32/shlxthandler/classfactory.cxx +shell/source/win32/shlxthandler/classfactory.hxx +shell/source/win32/shlxthandler/columninfo/columninfo.cxx +shell/source/win32/shlxthandler/infotips/infotips.cxx +shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx +shell/source/win32/shlxthandler/ooofilt/propspec.cxx +shell/source/win32/shlxthandler/ooofilt/propspec.hxx +shell/source/win32/shlxthandler/ooofilt/stream_helper.cxx +shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx +shell/source/win32/shlxthandler/propsheets/document_statistic.cxx +shell/source/win32/shlxthandler/propsheets/document_statistic.hxx +shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx +shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx +shell/source/win32/shlxthandler/propsheets/propsheets.cxx +shell/source/win32/shlxthandler/shlxthdl.cxx +shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx +shell/source/win32/shlxthandler/util/fileextensions.cxx +shell/source/win32/shlxthandler/util/iso8601_converter.cxx +shell/source/win32/shlxthandler/util/registry.cxx +shell/source/win32/shlxthandler/util/utilities.cxx +shell/source/win32/simplemail/senddoc.cxx +shell/source/win32/simplemail/smplmailclient.cxx +shell/source/win32/simplemail/smplmailclient.hxx +shell/source/win32/simplemail/smplmailentry.cxx +shell/source/win32/simplemail/smplmailmsg.cxx +shell/source/win32/simplemail/smplmailmsg.hxx +shell/source/win32/simplemail/smplmailsuppl.cxx +shell/source/win32/simplemail/smplmailsuppl.hxx +shell/source/win32/spsupp/COMOpenDocuments.cxx +shell/source/win32/spsupp/registrar.cxx +shell/source/win32/spsupp/spsuppClassFactory.cxx +shell/source/win32/spsupp/spsuppServ.cxx +shell/source/win32/workbench/TestSmplMail.cxx +shell/source/win32/workbench/TestSysShExec.cxx +shell/source/win32/zipfile/zipexcptn.cxx +shell/source/win32/zipfile/zipexcptn.hxx +shell/source/win32/zipfile/zipfile.cxx +slideshow/source/engine/activities/accumulation.hxx +slideshow/source/engine/activities/activitiesfactory.cxx +slideshow/source/engine/activities/activitybase.cxx +slideshow/source/engine/activities/activitybase.hxx +slideshow/source/engine/activities/activityparameters.hxx +slideshow/source/engine/activities/continuousactivitybase.cxx +slideshow/source/engine/activities/continuousactivitybase.hxx +slideshow/source/engine/activities/continuouskeytimeactivitybase.cxx +slideshow/source/engine/activities/continuouskeytimeactivitybase.hxx +slideshow/source/engine/activities/discreteactivitybase.cxx +slideshow/source/engine/activities/discreteactivitybase.hxx +slideshow/source/engine/activities/interpolation.hxx +slideshow/source/engine/activities/simplecontinuousactivitybase.cxx +slideshow/source/engine/activities/simplecontinuousactivitybase.hxx +slideshow/source/engine/activitiesqueue.cxx +slideshow/source/engine/animatedsprite.cxx +slideshow/source/engine/animationfactory.cxx +slideshow/source/engine/animationnodes/animationaudionode.cxx +slideshow/source/engine/animationnodes/animationaudionode.hxx +slideshow/source/engine/animationnodes/animationbasenode.cxx +slideshow/source/engine/animationnodes/animationbasenode.hxx +slideshow/source/engine/animationnodes/animationcolornode.cxx +slideshow/source/engine/animationnodes/animationcolornode.hxx +slideshow/source/engine/animationnodes/animationcommandnode.cxx +slideshow/source/engine/animationnodes/animationcommandnode.hxx +slideshow/source/engine/animationnodes/animationnodefactory.cxx +slideshow/source/engine/animationnodes/animationpathmotionnode.cxx +slideshow/source/engine/animationnodes/animationpathmotionnode.hxx +slideshow/source/engine/animationnodes/animationsetnode.cxx +slideshow/source/engine/animationnodes/animationsetnode.hxx +slideshow/source/engine/animationnodes/animationtransformnode.cxx +slideshow/source/engine/animationnodes/animationtransformnode.hxx +slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx +slideshow/source/engine/animationnodes/animationtransitionfilternode.hxx +slideshow/source/engine/animationnodes/basecontainernode.cxx +slideshow/source/engine/animationnodes/basenode.cxx +slideshow/source/engine/animationnodes/generateevent.cxx +slideshow/source/engine/animationnodes/generateevent.hxx +slideshow/source/engine/animationnodes/nodetools.cxx +slideshow/source/engine/animationnodes/nodetools.hxx +slideshow/source/engine/animationnodes/paralleltimecontainer.cxx +slideshow/source/engine/animationnodes/paralleltimecontainer.hxx +slideshow/source/engine/animationnodes/propertyanimationnode.cxx +slideshow/source/engine/animationnodes/propertyanimationnode.hxx +slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx +slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx +slideshow/source/engine/animationnodes/setactivity.hxx +slideshow/source/engine/attributemap.cxx +slideshow/source/engine/color.cxx +slideshow/source/engine/delayevent.cxx +slideshow/source/engine/effectrewinder.cxx +slideshow/source/engine/effectrewinder.hxx +slideshow/source/engine/eventmultiplexer.cxx +slideshow/source/engine/eventqueue.cxx +slideshow/source/engine/expressionnodefactory.cxx +slideshow/source/engine/opengl/Operation.cxx +slideshow/source/engine/opengl/Operation.hxx +slideshow/source/engine/opengl/TransitionImpl.cxx +slideshow/source/engine/opengl/TransitionImpl.hxx +slideshow/source/engine/opengl/TransitionerImpl.cxx +slideshow/source/engine/pointersymbol.cxx +slideshow/source/engine/pointersymbol.hxx +slideshow/source/engine/rehearsetimingsactivity.cxx +slideshow/source/engine/rehearsetimingsactivity.hxx +slideshow/source/engine/screenupdater.cxx +slideshow/source/engine/shapeattributelayer.cxx +slideshow/source/engine/shapes/appletshape.cxx +slideshow/source/engine/shapes/appletshape.hxx +slideshow/source/engine/shapes/backgroundshape.cxx +slideshow/source/engine/shapes/backgroundshape.hxx +slideshow/source/engine/shapes/drawinglayeranimation.cxx +slideshow/source/engine/shapes/drawinglayeranimation.hxx +slideshow/source/engine/shapes/drawshape.cxx +slideshow/source/engine/shapes/drawshape.hxx +slideshow/source/engine/shapes/drawshapesubsetting.cxx +slideshow/source/engine/shapes/drawshapesubsetting.hxx +slideshow/source/engine/shapes/externalshapebase.cxx +slideshow/source/engine/shapes/externalshapebase.hxx +slideshow/source/engine/shapes/gdimtftools.cxx +slideshow/source/engine/shapes/gdimtftools.hxx +slideshow/source/engine/shapes/intrinsicanimationactivity.cxx +slideshow/source/engine/shapes/intrinsicanimationactivity.hxx +slideshow/source/engine/shapes/mediashape.cxx +slideshow/source/engine/shapes/mediashape.hxx +slideshow/source/engine/shapes/shapeimporter.cxx +slideshow/source/engine/shapes/viewappletshape.cxx +slideshow/source/engine/shapes/viewappletshape.hxx +slideshow/source/engine/shapes/viewbackgroundshape.cxx +slideshow/source/engine/shapes/viewbackgroundshape.hxx +slideshow/source/engine/shapes/viewmediashape.cxx +slideshow/source/engine/shapes/viewmediashape.hxx +slideshow/source/engine/shapes/viewshape.cxx +slideshow/source/engine/shapes/viewshape.hxx +slideshow/source/engine/shapesubset.cxx +slideshow/source/engine/slide/layer.cxx +slideshow/source/engine/slide/layer.hxx +slideshow/source/engine/slide/layermanager.cxx +slideshow/source/engine/slide/layermanager.hxx +slideshow/source/engine/slide/shapemanagerimpl.cxx +slideshow/source/engine/slide/shapemanagerimpl.hxx +slideshow/source/engine/slide/slideanimations.cxx +slideshow/source/engine/slide/slideanimations.hxx +slideshow/source/engine/slide/slideimpl.cxx +slideshow/source/engine/slide/targetpropertiescreator.cxx +slideshow/source/engine/slide/targetpropertiescreator.hxx +slideshow/source/engine/slide/userpaintoverlay.cxx +slideshow/source/engine/slide/userpaintoverlay.hxx +slideshow/source/engine/slidebitmap.cxx +slideshow/source/engine/slideshowcontext.cxx +slideshow/source/engine/slideshowimpl.cxx +slideshow/source/engine/slideview.cxx +slideshow/source/engine/smilfunctionparser.cxx +slideshow/source/engine/soundplayer.cxx +slideshow/source/engine/tools.cxx +slideshow/source/engine/transitions/barndoorwipe.cxx +slideshow/source/engine/transitions/barndoorwipe.hxx +slideshow/source/engine/transitions/barwipepolypolygon.cxx +slideshow/source/engine/transitions/barwipepolypolygon.hxx +slideshow/source/engine/transitions/boxwipe.cxx +slideshow/source/engine/transitions/boxwipe.hxx +slideshow/source/engine/transitions/checkerboardwipe.cxx +slideshow/source/engine/transitions/checkerboardwipe.hxx +slideshow/source/engine/transitions/clippingfunctor.cxx +slideshow/source/engine/transitions/clippingfunctor.hxx +slideshow/source/engine/transitions/clockwipe.cxx +slideshow/source/engine/transitions/clockwipe.hxx +slideshow/source/engine/transitions/combtransition.cxx +slideshow/source/engine/transitions/combtransition.hxx +slideshow/source/engine/transitions/doublediamondwipe.cxx +slideshow/source/engine/transitions/doublediamondwipe.hxx +slideshow/source/engine/transitions/ellipsewipe.cxx +slideshow/source/engine/transitions/ellipsewipe.hxx +slideshow/source/engine/transitions/fanwipe.cxx +slideshow/source/engine/transitions/fanwipe.hxx +slideshow/source/engine/transitions/figurewipe.cxx +slideshow/source/engine/transitions/figurewipe.hxx +slideshow/source/engine/transitions/fourboxwipe.cxx +slideshow/source/engine/transitions/fourboxwipe.hxx +slideshow/source/engine/transitions/iriswipe.cxx +slideshow/source/engine/transitions/iriswipe.hxx +slideshow/source/engine/transitions/parametricpolypolygon.hxx +slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx +slideshow/source/engine/transitions/parametricpolypolygonfactory.hxx +slideshow/source/engine/transitions/pinwheelwipe.cxx +slideshow/source/engine/transitions/pinwheelwipe.hxx +slideshow/source/engine/transitions/randomwipe.cxx +slideshow/source/engine/transitions/randomwipe.hxx +slideshow/source/engine/transitions/shapetransitionfactory.cxx +slideshow/source/engine/transitions/slidechangebase.cxx +slideshow/source/engine/transitions/slidechangebase.hxx +slideshow/source/engine/transitions/slidetransitionfactory.cxx +slideshow/source/engine/transitions/snakewipe.cxx +slideshow/source/engine/transitions/snakewipe.hxx +slideshow/source/engine/transitions/spiralwipe.cxx +slideshow/source/engine/transitions/spiralwipe.hxx +slideshow/source/engine/transitions/sweepwipe.cxx +slideshow/source/engine/transitions/sweepwipe.hxx +slideshow/source/engine/transitions/transitionfactorytab.cxx +slideshow/source/engine/transitions/transitionfactorytab.hxx +slideshow/source/engine/transitions/transitiontools.cxx +slideshow/source/engine/transitions/transitiontools.hxx +slideshow/source/engine/transitions/veewipe.cxx +slideshow/source/engine/transitions/veewipe.hxx +slideshow/source/engine/transitions/waterfallwipe.cxx +slideshow/source/engine/transitions/waterfallwipe.hxx +slideshow/source/engine/transitions/zigzagwipe.cxx +slideshow/source/engine/transitions/zigzagwipe.hxx +slideshow/source/engine/unoviewcontainer.cxx +slideshow/source/engine/usereventqueue.cxx +slideshow/source/engine/waitsymbol.cxx +slideshow/source/engine/waitsymbol.hxx +slideshow/source/engine/wakeupevent.cxx +slideshow/source/inc/activitiesfactory.hxx +slideshow/source/inc/activitiesqueue.hxx +slideshow/source/inc/activity.hxx +slideshow/source/inc/animatableshape.hxx +slideshow/source/inc/animatedsprite.hxx +slideshow/source/inc/animation.hxx +slideshow/source/inc/animationactivity.hxx +slideshow/source/inc/animationeventhandler.hxx +slideshow/source/inc/animationfactory.hxx +slideshow/source/inc/animationnode.hxx +slideshow/source/inc/animationnodefactory.hxx +slideshow/source/inc/attributableshape.hxx +slideshow/source/inc/attributemap.hxx +slideshow/source/inc/basecontainernode.hxx +slideshow/source/inc/basenode.hxx +slideshow/source/inc/boolanimation.hxx +slideshow/source/inc/coloranimation.hxx +slideshow/source/inc/cursormanager.hxx +slideshow/source/inc/delayevent.hxx +slideshow/source/inc/disposable.hxx +slideshow/source/inc/doctreenode.hxx +slideshow/source/inc/doctreenodesupplier.hxx +slideshow/source/inc/enumanimation.hxx +slideshow/source/inc/event.hxx +slideshow/source/inc/eventhandler.hxx +slideshow/source/inc/eventmultiplexer.hxx +slideshow/source/inc/eventqueue.hxx +slideshow/source/inc/expressionnode.hxx +slideshow/source/inc/expressionnodefactory.hxx +slideshow/source/inc/framerate.hxx +slideshow/source/inc/hslcolor.hxx +slideshow/source/inc/hslcoloranimation.hxx +slideshow/source/inc/hyperlinkarea.hxx +slideshow/source/inc/iexternalmediashapebase.hxx +slideshow/source/inc/interruptabledelayevent.hxx +slideshow/source/inc/intrinsicanimationeventhandler.hxx +slideshow/source/inc/listenercontainer.hxx +slideshow/source/inc/mouseeventhandler.hxx +slideshow/source/inc/numberanimation.hxx +slideshow/source/inc/pairanimation.hxx +slideshow/source/inc/pauseeventhandler.hxx +slideshow/source/inc/rgbcolor.hxx +slideshow/source/inc/screenupdater.hxx +slideshow/source/inc/shape.hxx +slideshow/source/inc/shapeattributelayer.hxx +slideshow/source/inc/shapeattributelayerholder.hxx +slideshow/source/inc/shapeimporter.hxx +slideshow/source/inc/shapelistenereventhandler.hxx +slideshow/source/inc/shapemanager.hxx +slideshow/source/inc/shapemaps.hxx +slideshow/source/inc/shapesubset.hxx +slideshow/source/inc/slide.hxx +slideshow/source/inc/slidebitmap.hxx +slideshow/source/inc/slideshowcontext.hxx +slideshow/source/inc/slideshowexceptions.hxx +slideshow/source/inc/slideview.hxx +slideshow/source/inc/smilfunctionparser.hxx +slideshow/source/inc/soundplayer.hxx +slideshow/source/inc/stringanimation.hxx +slideshow/source/inc/subsettableshapemanager.hxx +slideshow/source/inc/tools.hxx +slideshow/source/inc/transitionfactory.hxx +slideshow/source/inc/transitioninfo.hxx +slideshow/source/inc/unoview.hxx +slideshow/source/inc/unoviewcontainer.hxx +slideshow/source/inc/usereventqueue.hxx +slideshow/source/inc/view.hxx +slideshow/source/inc/vieweventhandler.hxx +slideshow/source/inc/viewlayer.hxx +slideshow/source/inc/viewupdate.hxx +slideshow/source/inc/wakeupevent.hxx +slideshow/test/slidetest.cxx +slideshow/test/tests.hxx +slideshow/test/testshape.cxx +slideshow/test/testview.cxx +slideshow/test/views.cxx +smoketest/libtest.cxx +smoketest/smoketest.cxx +solenv/bin/concat-deps.c +solenv/gbuildtojson/gbuildtojson.cxx +solenv/gcc-wrappers/g++.cxx +solenv/gcc-wrappers/gcc.cxx +solenv/gcc-wrappers/wrapper.cxx +soltools/cpp/_cpp.c +soltools/cpp/_eval.c +soltools/cpp/_getopt.c +soltools/cpp/_getopt.h +soltools/cpp/_include.c +soltools/cpp/_lex.c +soltools/cpp/_macro.c +soltools/cpp/_mcrvalid.c +soltools/cpp/_nlist.c +soltools/cpp/_tokens.c +soltools/cpp/_unix.c +soltools/cpp/cpp.h +soltools/mkdepend/collectdircontent.cxx +soltools/mkdepend/collectdircontent.hxx +soltools/mkdepend/cppsetup.c +soltools/mkdepend/def.h +soltools/mkdepend/ifparser.c +soltools/mkdepend/ifparser.h +soltools/mkdepend/imakemdep.h +soltools/mkdepend/include.c +soltools/mkdepend/main.c +soltools/mkdepend/parse.c +soltools/mkdepend/pr.c +sot/inc/sysformats.hxx +sot/qa/cppunit/test_sot.cxx +sot/source/base/exchange.cxx +sot/source/base/filelist.cxx +sot/source/base/formats.cxx +sot/source/base/object.cxx +sot/source/sdstor/stg.cxx +sot/source/sdstor/stgavl.cxx +sot/source/sdstor/stgavl.hxx +sot/source/sdstor/stgcache.cxx +sot/source/sdstor/stgcache.hxx +sot/source/sdstor/stgdir.cxx +sot/source/sdstor/stgdir.hxx +sot/source/sdstor/stgelem.cxx +sot/source/sdstor/stgelem.hxx +sot/source/sdstor/stgio.cxx +sot/source/sdstor/stgio.hxx +sot/source/sdstor/stgole.cxx +sot/source/sdstor/stgole.hxx +sot/source/sdstor/stgstrms.cxx +sot/source/sdstor/stgstrms.hxx +sot/source/sdstor/storage.cxx +sot/source/sdstor/storinfo.cxx +sot/source/sdstor/ucbstorage.cxx +sot/source/unoolestorage/xolesimplestorage.cxx +sot/source/unoolestorage/xolesimplestorage.hxx +starmath/inc/ElementsDockingWindow.hxx +starmath/inc/action.hxx +starmath/inc/caret.hxx +starmath/inc/cursor.hxx +starmath/inc/dialog.hxx +starmath/inc/document.hxx +starmath/inc/edit.hxx +starmath/inc/error.hxx +starmath/inc/format.hxx +starmath/inc/helpids.h +starmath/inc/node.hxx +starmath/inc/parse.hxx +starmath/inc/rect.hxx +starmath/inc/smdll.hxx +starmath/inc/smmod.hxx +starmath/inc/strings.hxx +starmath/inc/symbol.hxx +starmath/inc/token.hxx +starmath/inc/types.hxx +starmath/inc/unomodel.hxx +starmath/inc/utility.hxx +starmath/inc/view.hxx +starmath/inc/visitors.hxx +starmath/qa/cppunit/mock-visitor.hxx +starmath/qa/cppunit/test_cursor.cxx +starmath/qa/cppunit/test_node.cxx +starmath/qa/cppunit/test_nodetotextvisitors.cxx +starmath/qa/cppunit/test_parse.cxx +starmath/qa/cppunit/test_starmath.cxx +starmath/qa/extras/mmlexport-test.cxx +starmath/qa/extras/mmlimport-test.cxx +starmath/qa/unit/starmath-dialogs-test.cxx +starmath/source/ElementsDockingWindow.cxx +starmath/source/accessibility.cxx +starmath/source/accessibility.hxx +starmath/source/action.cxx +starmath/source/caret.cxx +starmath/source/cfgitem.cxx +starmath/source/cfgitem.hxx +starmath/source/cursor.cxx +starmath/source/dialog.cxx +starmath/source/document.cxx +starmath/source/edit.cxx +starmath/source/eqnolefilehdr.cxx +starmath/source/eqnolefilehdr.hxx +starmath/source/format.cxx +starmath/source/mathmlattr.cxx +starmath/source/mathmlattr.hxx +starmath/source/mathmlexport.cxx +starmath/source/mathmlexport.hxx +starmath/source/mathmlimport.cxx +starmath/source/mathmlimport.hxx +starmath/source/mathtype.cxx +starmath/source/mathtype.hxx +starmath/source/node.cxx +starmath/source/ooxmlexport.cxx +starmath/source/ooxmlexport.hxx +starmath/source/ooxmlimport.cxx +starmath/source/ooxmlimport.hxx +starmath/source/parse.cxx +starmath/source/rect.cxx +starmath/source/register.cxx +starmath/source/register.hxx +starmath/source/smdetect.cxx +starmath/source/smdetect.hxx +starmath/source/smdll.cxx +starmath/source/smmod.cxx +starmath/source/symbol.cxx +starmath/source/tmpdevice.cxx +starmath/source/tmpdevice.hxx +starmath/source/uiobject.cxx +starmath/source/uiobject.hxx +starmath/source/unodoc.cxx +starmath/source/unomodel.cxx +starmath/source/utility.cxx +starmath/source/view.cxx +starmath/source/visitors.cxx +stoc/source/corereflection/base.hxx +stoc/source/corereflection/crarray.cxx +stoc/source/corereflection/crbase.cxx +stoc/source/corereflection/crcomp.cxx +stoc/source/corereflection/crefl.cxx +stoc/source/corereflection/crenum.cxx +stoc/source/corereflection/criface.cxx +stoc/source/corereflection/lrucache.hxx +stoc/source/defaultregistry/defaultregistry.cxx +stoc/source/implementationregistration/implreg.cxx +stoc/source/implementationregistration/mergekeys.cxx +stoc/source/implementationregistration/mergekeys.hxx +stoc/source/inspect/introspection.cxx +stoc/source/invocation/invocation.cxx +stoc/source/invocation_adapterfactory/iafactory.cxx +stoc/source/javaloader/javaloader.cxx +stoc/source/javavm/interact.cxx +stoc/source/javavm/interact.hxx +stoc/source/javavm/javavm.cxx +stoc/source/javavm/javavm.hxx +stoc/source/javavm/jvmargs.cxx +stoc/source/javavm/jvmargs.hxx +stoc/source/loader/dllcomponentloader.cxx +stoc/source/namingservice/namingservice.cxx +stoc/source/proxy_factory/proxyfac.cxx +stoc/source/security/access_controller.cxx +stoc/source/security/file_policy.cxx +stoc/source/security/lru_cache.h +stoc/source/security/permissions.cxx +stoc/source/security/permissions.h +stoc/source/servicemanager/servicemanager.cxx +stoc/source/simpleregistry/simpleregistry.cxx +stoc/source/typeconv/convert.cxx +stoc/source/uriproc/ExternalUriReferenceTranslator.cxx +stoc/source/uriproc/UriReference.cxx +stoc/source/uriproc/UriReference.hxx +stoc/source/uriproc/UriReferenceFactory.cxx +stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx +stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx +stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx +stoc/test/javavm/jvm_interaction/interactionhandler.cxx +stoc/test/javavm/testjavavm.cxx +stoc/test/mergekeys_.cxx +stoc/test/registry_tdprovider/testregistrytdprovider.cxx +stoc/test/tdmanager/testtdmanager.cxx +stoc/test/testconv.cxx +stoc/test/testcorefl.cxx +stoc/test/testiadapter.cxx +stoc/test/testintrosp.cxx +stoc/test/testloader.cxx +stoc/test/testproxyfac.cxx +stoc/test/testregistry.cxx +stoc/test/testsmgr.cxx +stoc/test/testsmgr2.cxx +stoc/test/testsmgr_cpnt.cxx +stoc/test/uriproc/test_uriproc.cxx +store/source/lockbyte.cxx +store/source/lockbyte.hxx +store/source/object.cxx +store/source/object.hxx +store/source/storbase.cxx +store/source/storbase.hxx +store/source/storbios.cxx +store/source/storbios.hxx +store/source/storcach.cxx +store/source/storcach.hxx +store/source/stordata.cxx +store/source/stordata.hxx +store/source/stordir.cxx +store/source/stordir.hxx +store/source/store.cxx +store/source/storlckb.cxx +store/source/storlckb.hxx +store/source/storpage.cxx +store/source/storpage.hxx +store/source/stortree.cxx +store/source/stortree.hxx +svgio/inc/svganode.hxx +svgio/inc/svgcharacternode.hxx +svgio/inc/svgcirclenode.hxx +svgio/inc/svgclippathnode.hxx +svgio/inc/svgdocument.hxx +svgio/inc/svgdocumenthandler.hxx +svgio/inc/svgellipsenode.hxx +svgio/inc/svggnode.hxx +svgio/inc/svggradientnode.hxx +svgio/inc/svggradientstopnode.hxx +svgio/inc/svgimagenode.hxx +svgio/inc/svglinenode.hxx +svgio/inc/svgmarkernode.hxx +svgio/inc/svgmasknode.hxx +svgio/inc/svgnode.hxx +svgio/inc/svgpaint.hxx +svgio/inc/svgpathnode.hxx +svgio/inc/svgpatternnode.hxx +svgio/inc/svgpolynode.hxx +svgio/inc/svgrectnode.hxx +svgio/inc/svgstyleattributes.hxx +svgio/inc/svgstylenode.hxx +svgio/inc/svgsvgnode.hxx +svgio/inc/svgsymbolnode.hxx +svgio/inc/svgtextnode.hxx +svgio/inc/svgtextpathnode.hxx +svgio/inc/svgtitledescnode.hxx +svgio/inc/svgtoken.hxx +svgio/inc/svgtools.hxx +svgio/inc/svgtrefnode.hxx +svgio/inc/svgtspannode.hxx +svgio/inc/svgusenode.hxx +svgio/qa/cppunit/SvgImportTest.cxx +svgio/source/svgreader/svganode.cxx +svgio/source/svgreader/svgcharacternode.cxx +svgio/source/svgreader/svgcirclenode.cxx +svgio/source/svgreader/svgclippathnode.cxx +svgio/source/svgreader/svgdocument.cxx +svgio/source/svgreader/svgdocumenthandler.cxx +svgio/source/svgreader/svgellipsenode.cxx +svgio/source/svgreader/svggnode.cxx +svgio/source/svgreader/svggradientnode.cxx +svgio/source/svgreader/svggradientstopnode.cxx +svgio/source/svgreader/svgimagenode.cxx +svgio/source/svgreader/svglinenode.cxx +svgio/source/svgreader/svgmarkernode.cxx +svgio/source/svgreader/svgmasknode.cxx +svgio/source/svgreader/svgnode.cxx +svgio/source/svgreader/svgpathnode.cxx +svgio/source/svgreader/svgpatternnode.cxx +svgio/source/svgreader/svgpolynode.cxx +svgio/source/svgreader/svgrectnode.cxx +svgio/source/svgreader/svgstyleattributes.cxx +svgio/source/svgreader/svgstylenode.cxx +svgio/source/svgreader/svgsvgnode.cxx +svgio/source/svgreader/svgsymbolnode.cxx +svgio/source/svgreader/svgtextnode.cxx +svgio/source/svgreader/svgtextpathnode.cxx +svgio/source/svgreader/svgtitledescnode.cxx +svgio/source/svgreader/svgtoken.cxx +svgio/source/svgreader/svgtools.cxx +svgio/source/svgreader/svgtrefnode.cxx +svgio/source/svgreader/svgtspannode.cxx +svgio/source/svgreader/svgusenode.cxx +svgio/source/svguno/svguno.cxx +svgio/source/svguno/xsvgparser.cxx +svgio/source/svguno/xsvgparser.hxx +svl/qa/unit/items/test_IndexedStyleSheets.cxx +svl/qa/unit/items/test_itempool.cxx +svl/qa/unit/notify/test_SfxBroadcaster.cxx +svl/qa/unit/svl.cxx +svl/qa/unit/test_INetContentType.cxx +svl/qa/unit/test_URIHelper.cxx +svl/qa/unit/test_lngmisc.cxx +svl/source/config/asiancfg.cxx +svl/source/config/cjkoptions.cxx +svl/source/config/ctloptions.cxx +svl/source/config/itemholder2.cxx +svl/source/config/itemholder2.hxx +svl/source/config/languageoptions.cxx +svl/source/crypto/cryptosign.cxx +svl/source/filepicker/pickerhistory.cxx +svl/source/fsstor/fsfactory.cxx +svl/source/fsstor/fsstorage.cxx +svl/source/fsstor/fsstorage.hxx +svl/source/fsstor/oinputstreamcontainer.cxx +svl/source/fsstor/oinputstreamcontainer.hxx +svl/source/fsstor/ostreamcontainer.cxx +svl/source/fsstor/ostreamcontainer.hxx +svl/source/inc/fsfactory.hxx +svl/source/inc/poolio.hxx +svl/source/inc/stringio.hxx +svl/source/items/IndexedStyleSheets.cxx +svl/source/items/aeitem.cxx +svl/source/items/cenumitm.cxx +svl/source/items/cintitem.cxx +svl/source/items/custritm.cxx +svl/source/items/flagitem.cxx +svl/source/items/globalnameitem.cxx +svl/source/items/ilstitem.cxx +svl/source/items/imageitm.cxx +svl/source/items/int64item.cxx +svl/source/items/intitem.cxx +svl/source/items/itemiter.cxx +svl/source/items/itempool.cxx +svl/source/items/itemprop.cxx +svl/source/items/itemset.cxx +svl/source/items/lckbitem.cxx +svl/source/items/legacyitem.cxx +svl/source/items/macitem.cxx +svl/source/items/poolcach.cxx +svl/source/items/poolio.cxx +svl/source/items/poolitem.cxx +svl/source/items/ptitem.cxx +svl/source/items/rectitem.cxx +svl/source/items/rngitem.cxx +svl/source/items/sitem.cxx +svl/source/items/slstitm.cxx +svl/source/items/srchitem.cxx +svl/source/items/stringio.cxx +svl/source/items/stritem.cxx +svl/source/items/style.cxx +svl/source/items/stylepool.cxx +svl/source/items/visitem.cxx +svl/source/items/whiter.cxx +svl/source/misc/PasswordHelper.cxx +svl/source/misc/adrparse.cxx +svl/source/misc/documentlockfile.cxx +svl/source/misc/filenotation.cxx +svl/source/misc/fstathelper.cxx +svl/source/misc/getstringresource.cxx +svl/source/misc/gridprinter.cxx +svl/source/misc/inethist.cxx +svl/source/misc/inettype.cxx +svl/source/misc/lngmisc.cxx +svl/source/misc/lockfilecommon.cxx +svl/source/misc/ownlist.cxx +svl/source/misc/sharecontrolfile.cxx +svl/source/misc/sharedstring.cxx +svl/source/misc/sharedstringpool.cxx +svl/source/misc/strmadpt.cxx +svl/source/misc/urihelper.cxx +svl/source/notify/SfxBroadcaster.cxx +svl/source/notify/broadcast.cxx +svl/source/notify/hint.cxx +svl/source/notify/isethint.cxx +svl/source/notify/listener.cxx +svl/source/notify/lstner.cxx +svl/source/numbers/currencytable.cxx +svl/source/numbers/numfmuno.cxx +svl/source/numbers/numfmuno.hxx +svl/source/numbers/numuno.cxx +svl/source/numbers/supservs.cxx +svl/source/numbers/supservs.hxx +svl/source/numbers/zforfind.cxx +svl/source/numbers/zforfind.hxx +svl/source/numbers/zforlist.cxx +svl/source/numbers/zformat.cxx +svl/source/numbers/zforscan.cxx +svl/source/numbers/zforscan.hxx +svl/source/passwordcontainer/passwordcontainer.cxx +svl/source/passwordcontainer/passwordcontainer.hxx +svl/source/passwordcontainer/syscreds.cxx +svl/source/passwordcontainer/syscreds.hxx +svl/source/svdde/ddecli.cxx +svl/source/svdde/ddedata.cxx +svl/source/svdde/ddeimp.hxx +svl/source/svdde/ddestrg.cxx +svl/source/svdde/ddesvr.cxx +svl/source/svsql/converter.cxx +svl/source/undo/undo.cxx +svl/source/uno/pathservice.cxx +svl/unx/source/svdde/ddedummy.cxx +svtools/inc/strings.hxx +svtools/inc/svmedit.hxx +svtools/inc/svmedit2.hxx +svtools/inc/table/defaultinputhandler.hxx +svtools/inc/table/gridtablerenderer.hxx +svtools/inc/table/tablecontrol.hxx +svtools/inc/table/tablecontrolinterface.hxx +svtools/inc/table/tableinputhandler.hxx +svtools/inc/table/tablemodel.hxx +svtools/inc/table/tablerenderer.hxx +svtools/inc/table/tablesort.hxx +svtools/inc/table/tabletypes.hxx +svtools/langsupport/langsupport.cxx +svtools/qa/unit/GraphicObjectTest.cxx +svtools/qa/unit/svtools-dialogs-test.cxx +svtools/qa/unit/testHtmlWriter.cxx +svtools/source/brwbox/brwbox1.cxx +svtools/source/brwbox/brwbox2.cxx +svtools/source/brwbox/brwbox3.cxx +svtools/source/brwbox/brwhead.cxx +svtools/source/brwbox/brwimpl.hxx +svtools/source/brwbox/datwin.cxx +svtools/source/brwbox/datwin.hxx +svtools/source/brwbox/ebbcontrols.cxx +svtools/source/brwbox/editbrowsebox.cxx +svtools/source/brwbox/editbrowsebox2.cxx +svtools/source/brwbox/editbrowseboximpl.hxx +svtools/source/config/accessibilityoptions.cxx +svtools/source/config/apearcfg.cxx +svtools/source/config/colorcfg.cxx +svtools/source/config/extcolorcfg.cxx +svtools/source/config/fontsubstconfig.cxx +svtools/source/config/helpopt.cxx +svtools/source/config/htmlcfg.cxx +svtools/source/config/itemholder2.cxx +svtools/source/config/itemholder2.hxx +svtools/source/config/menuoptions.cxx +svtools/source/config/miscopt.cxx +svtools/source/config/optionsdrawinglayer.cxx +svtools/source/config/printoptions.cxx +svtools/source/config/slidesorterbaropt.cxx +svtools/source/config/test/test.cxx +svtools/source/contnr/DocumentInfoPreview.cxx +svtools/source/contnr/templwin.cxx +svtools/source/contnr/templwin.hxx +svtools/source/control/accessibleruler.cxx +svtools/source/control/accessibleruler.hxx +svtools/source/control/asynclink.cxx +svtools/source/control/calendar.cxx +svtools/source/control/collatorres.cxx +svtools/source/control/ctrlbox.cxx +svtools/source/control/ctrltool.cxx +svtools/source/control/indexentryres.cxx +svtools/source/control/inettbc.cxx +svtools/source/control/managedmenubutton.cxx +svtools/source/control/ruler.cxx +svtools/source/control/scriptedtext.cxx +svtools/source/control/scrwin.cxx +svtools/source/control/tabbar.cxx +svtools/source/control/toolbarmenu.cxx +svtools/source/control/valueacc.cxx +svtools/source/control/valueimp.hxx +svtools/source/control/valueset.cxx +svtools/source/dialogs/PlaceEditDialog.cxx +svtools/source/dialogs/ServerDetailsControls.cxx +svtools/source/dialogs/ServerDetailsControls.hxx +svtools/source/dialogs/addresstemplate.cxx +svtools/source/dialogs/colrdlg.cxx +svtools/source/dialogs/insdlg.cxx +svtools/source/dialogs/prnsetup.cxx +svtools/source/dialogs/restartdialog.cxx +svtools/source/edit/editsyntaxhighlighter.cxx +svtools/source/edit/svmedit.cxx +svtools/source/edit/svmedit2.cxx +svtools/source/edit/textwindowpeer.cxx +svtools/source/filter/DocumentToGraphicRenderer.cxx +svtools/source/filter/SvFilterOptionsDialog.cxx +svtools/source/filter/exportdialog.cxx +svtools/source/filter/exportdialog.hxx +svtools/source/graphic/renderer.cxx +svtools/source/hatchwindow/documentcloser.cxx +svtools/source/hatchwindow/hatchwindow.cxx +svtools/source/hatchwindow/hatchwindowfactory.cxx +svtools/source/hatchwindow/ipwin.cxx +svtools/source/hatchwindow/ipwin.hxx +svtools/source/inc/hatchwindow.hxx +svtools/source/inc/unoiface.hxx +svtools/source/java/javacontext.cxx +svtools/source/java/javainteractionhandler.cxx +svtools/source/misc/acceleratorexecute.cxx +svtools/source/misc/bindablecontrolhelper.cxx +svtools/source/misc/cliplistener.cxx +svtools/source/misc/dialogclosedlistener.cxx +svtools/source/misc/ehdl.cxx +svtools/source/misc/embedhlp.cxx +svtools/source/misc/embedtransfer.cxx +svtools/source/misc/filechangedchecker.cxx +svtools/source/misc/imagemgr.cxx +svtools/source/misc/imageresourceaccess.cxx +svtools/source/misc/langhelp.cxx +svtools/source/misc/langtab.cxx +svtools/source/misc/openfiledroptargetlistener.cxx +svtools/source/misc/sampletext.cxx +svtools/source/misc/stringtransfer.cxx +svtools/source/misc/svtresid.cxx +svtools/source/misc/templatefoldercache.cxx +svtools/source/misc/unitconv.cxx +svtools/source/svhtml/HtmlWriter.cxx +svtools/source/svhtml/htmlkywd.cxx +svtools/source/svhtml/htmlout.cxx +svtools/source/svhtml/htmlsupp.cxx +svtools/source/svhtml/parhtml.cxx +svtools/source/svrtf/parrtf.cxx +svtools/source/svrtf/rtfkeywd.cxx +svtools/source/svrtf/rtfout.cxx +svtools/source/svrtf/svparser.cxx +svtools/source/table/cellvalueconversion.cxx +svtools/source/table/cellvalueconversion.hxx +svtools/source/table/defaultinputhandler.cxx +svtools/source/table/gridtablerenderer.cxx +svtools/source/table/mousefunction.cxx +svtools/source/table/mousefunction.hxx +svtools/source/table/tablecontrol.cxx +svtools/source/table/tablecontrol_impl.cxx +svtools/source/table/tablecontrol_impl.hxx +svtools/source/table/tabledatawindow.cxx +svtools/source/table/tabledatawindow.hxx +svtools/source/table/tablegeometry.cxx +svtools/source/table/tablegeometry.hxx +svtools/source/uno/addrtempuno.cxx +svtools/source/uno/fpicker.cxx +svtools/source/uno/fpicker.hxx +svtools/source/uno/framestatuslistener.cxx +svtools/source/uno/generictoolboxcontroller.cxx +svtools/source/uno/genericunodialog.cxx +svtools/source/uno/miscservices.cxx +svtools/source/uno/popupmenucontrollerbase.cxx +svtools/source/uno/popupwindowcontroller.cxx +svtools/source/uno/statusbarcontroller.cxx +svtools/source/uno/svtxgridcontrol.cxx +svtools/source/uno/svtxgridcontrol.hxx +svtools/source/uno/toolboxcontroller.cxx +svtools/source/uno/unocontroltablemodel.cxx +svtools/source/uno/unocontroltablemodel.hxx +svtools/source/uno/unoevent.cxx +svtools/source/uno/unogridcolumnfacade.cxx +svtools/source/uno/unogridcolumnfacade.hxx +svtools/source/uno/unoiface.cxx +svtools/source/uno/unoimap.cxx +svtools/source/uno/wizard/unowizard.cxx +svtools/source/uno/wizard/wizardpagecontroller.cxx +svtools/source/uno/wizard/wizardpagecontroller.hxx +svtools/source/uno/wizard/wizardshell.cxx +svtools/source/uno/wizard/wizardshell.hxx +svx/inc/AccessibleTableShape.hxx +svx/inc/AffineMatrixItem.hxx +svx/inc/DescriptionGenerator.hxx +svx/inc/GalleryControl.hxx +svx/inc/XPropertyTable.hxx +svx/inc/colrctrl.hxx +svx/inc/dbcharsethelper.hxx +svx/inc/dragmt3d.hxx +svx/inc/extrud3d.hxx +svx/inc/extrusiondepthdialog.hxx +svx/inc/galbrws2.hxx +svx/inc/galobj.hxx +svx/inc/helpids.h +svx/inc/palettes.hxx +svx/inc/polygn3d.hxx +svx/inc/sdgcoitm.hxx +svx/inc/sdginitm.hxx +svx/inc/sdgtritm.hxx +svx/inc/sdr/attribute/sdreffectstextattribute.hxx +svx/inc/sdr/attribute/sdrfilltextattribute.hxx +svx/inc/sdr/attribute/sdrformtextattribute.hxx +svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx +svx/inc/sdr/attribute/sdrlineeffectstextattribute.hxx +svx/inc/sdr/attribute/sdrlinefilleffectstextattribute.hxx +svx/inc/sdr/attribute/sdrtextattribute.hxx +svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx +svx/inc/sdr/contact/viewcontactofe3d.hxx +svx/inc/sdr/contact/viewcontactofe3dcube.hxx +svx/inc/sdr/contact/viewcontactofe3dextrude.hxx +svx/inc/sdr/contact/viewcontactofe3dlathe.hxx +svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx +svx/inc/sdr/contact/viewcontactofe3dsphere.hxx +svx/inc/sdr/contact/viewcontactofgraphic.hxx +svx/inc/sdr/contact/viewcontactofgroup.hxx +svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx +svx/inc/sdr/contact/viewcontactofpageobj.hxx +svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx +svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx +svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx +svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx +svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx +svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx +svx/inc/sdr/contact/viewcontactofsdrpage.hxx +svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx +svx/inc/sdr/contact/viewcontactofsdrrectobj.hxx +svx/inc/sdr/contact/viewcontactoftextobj.hxx +svx/inc/sdr/contact/viewcontactofunocontrol.hxx +svx/inc/sdr/contact/viewobjectcontactofe3d.hxx +svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx +svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx +svx/inc/sdr/contact/viewobjectcontactofgroup.hxx +svx/inc/sdr/contact/viewobjectcontactofmasterpagedescriptor.hxx +svx/inc/sdr/contact/viewobjectcontactofpageobj.hxx +svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx +svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx +svx/inc/sdr/contact/viewobjectcontactofsdrpage.hxx +svx/inc/sdr/contact/viewobjectcontactofunocontrol.hxx +svx/inc/sdr/overlay/overlaycrosshair.hxx +svx/inc/sdr/overlay/overlayhandle.hxx +svx/inc/sdr/overlay/overlayhelpline.hxx +svx/inc/sdr/overlay/overlayline.hxx +svx/inc/sdr/overlay/overlaymanagerbuffered.hxx +svx/inc/sdr/overlay/overlayobjectcell.hxx +svx/inc/sdr/overlay/overlayrectangle.hxx +svx/inc/sdr/overlay/overlayrollingrectangle.hxx +svx/inc/sdr/overlay/overlaytools.hxx +svx/inc/sdr/overlay/overlaytriangle.hxx +svx/inc/sdr/primitive2d/sdrattributecreator.hxx +svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrdecompositiontools.hxx +svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx +svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrprimitivetools.hxx +svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx +svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx +svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx +svx/inc/sdr/properties/attributeproperties.hxx +svx/inc/sdr/properties/captionproperties.hxx +svx/inc/sdr/properties/circleproperties.hxx +svx/inc/sdr/properties/connectorproperties.hxx +svx/inc/sdr/properties/customshapeproperties.hxx +svx/inc/sdr/properties/e3dcompoundproperties.hxx +svx/inc/sdr/properties/e3dextrudeproperties.hxx +svx/inc/sdr/properties/e3dlatheproperties.hxx +svx/inc/sdr/properties/e3dproperties.hxx +svx/inc/sdr/properties/e3dsceneproperties.hxx +svx/inc/sdr/properties/e3dsphereproperties.hxx +svx/inc/sdr/properties/emptyproperties.hxx +svx/inc/sdr/properties/graphicproperties.hxx +svx/inc/sdr/properties/groupproperties.hxx +svx/inc/sdr/properties/itemsettools.hxx +svx/inc/sdr/properties/measureproperties.hxx +svx/inc/sdr/properties/oleproperties.hxx +svx/inc/sdr/properties/pageproperties.hxx +svx/inc/sdr/properties/rectangleproperties.hxx +svx/inc/sdr/properties/textproperties.hxx +svx/inc/strings.hxx +svx/inc/sxallitm.hxx +svx/inc/sxcaitm.hxx +svx/inc/sxcikitm.hxx +svx/inc/sxfiitm.hxx +svx/inc/sxlayitm.hxx +svx/inc/sxlogitm.hxx +svx/inc/sxmfsitm.hxx +svx/inc/sxmkitm.hxx +svx/inc/sxmoitm.hxx +svx/inc/sxmovitm.hxx +svx/inc/sxmsitm.hxx +svx/inc/sxmtaitm.hxx +svx/inc/sxoneitm.hxx +svx/inc/sxopitm.hxx +svx/inc/sxreaitm.hxx +svx/inc/sxreoitm.hxx +svx/inc/sxroaitm.hxx +svx/inc/sxrooitm.hxx +svx/inc/sxsaitm.hxx +svx/inc/sxsalitm.hxx +svx/inc/sxsiitm.hxx +svx/inc/sxsoitm.hxx +svx/inc/sxtraitm.hxx +svx/inc/tbxcolorupdate.hxx +svx/inc/textchain.hxx +svx/inc/textchaincursor.hxx +svx/inc/textchainflow.hxx +svx/inc/uiobject.hxx +svx/inc/unomlstr.hxx +svx/inc/xpolyimp.hxx +svx/qa/unit/svdraw/test_SdrTextObject.cxx +svx/qa/unit/svx-dialogs-test.cxx +svx/source/accessibility/AccessibleControlShape.cxx +svx/source/accessibility/AccessibleEmptyEditSource.cxx +svx/source/accessibility/AccessibleEmptyEditSource.hxx +svx/source/accessibility/AccessibleFrameSelector.cxx +svx/source/accessibility/AccessibleGraphicShape.cxx +svx/source/accessibility/AccessibleOLEShape.cxx +svx/source/accessibility/AccessibleShape.cxx +svx/source/accessibility/AccessibleShapeInfo.cxx +svx/source/accessibility/AccessibleShapeTreeInfo.cxx +svx/source/accessibility/AccessibleTextEventQueue.cxx +svx/source/accessibility/AccessibleTextEventQueue.hxx +svx/source/accessibility/AccessibleTextHelper.cxx +svx/source/accessibility/ChildrenManager.cxx +svx/source/accessibility/ChildrenManagerImpl.cxx +svx/source/accessibility/ChildrenManagerImpl.hxx +svx/source/accessibility/DescriptionGenerator.cxx +svx/source/accessibility/GraphCtlAccessibleContext.cxx +svx/source/accessibility/ShapeTypeHandler.cxx +svx/source/accessibility/SvxShapeTypes.cxx +svx/source/accessibility/charmapacc.cxx +svx/source/accessibility/lookupcolorname.cxx +svx/source/accessibility/lookupcolorname.hxx +svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +svx/source/accessibility/svxrectctaccessiblecontext.cxx +svx/source/core/extedit.cxx +svx/source/core/graphichelper.cxx +svx/source/customshapes/EnhancedCustomShape2d.cxx +svx/source/customshapes/EnhancedCustomShape3d.cxx +svx/source/customshapes/EnhancedCustomShape3d.hxx +svx/source/customshapes/EnhancedCustomShapeEngine.cxx +svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +svx/source/customshapes/EnhancedCustomShapeFontWork.hxx +svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx +svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +svx/source/customshapes/EnhancedCustomShapeHandle.cxx +svx/source/customshapes/EnhancedCustomShapeHandle.hxx +svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx +svx/source/dialog/ClassificationDialog.cxx +svx/source/dialog/ClassificationEditView.cxx +svx/source/dialog/ClassificationEditView.hxx +svx/source/dialog/SafeModeDialog.cxx +svx/source/dialog/SafeModeUI.cxx +svx/source/dialog/SpellDialogChildWindow.cxx +svx/source/dialog/SvxNumOptionsTabPageHelper.cxx +svx/source/dialog/_bmpmask.cxx +svx/source/dialog/_contdlg.cxx +svx/source/dialog/charmap.cxx +svx/source/dialog/compressgraphicdialog.cxx +svx/source/dialog/connctrl.cxx +svx/source/dialog/contimp.hxx +svx/source/dialog/contwnd.cxx +svx/source/dialog/contwnd.hxx +svx/source/dialog/crashreportdlg.cxx +svx/source/dialog/crashreportui.cxx +svx/source/dialog/ctredlin.cxx +svx/source/dialog/databaseregistrationui.cxx +svx/source/dialog/dialcontrol.cxx +svx/source/dialog/dialmgr.cxx +svx/source/dialog/dlgctl3d.cxx +svx/source/dialog/dlgctrl.cxx +svx/source/dialog/dlgunit.hxx +svx/source/dialog/dlgutil.cxx +svx/source/dialog/docrecovery.cxx +svx/source/dialog/fntctrl.cxx +svx/source/dialog/fontwork.cxx +svx/source/dialog/framelink.cxx +svx/source/dialog/framelinkarray.cxx +svx/source/dialog/frmsel.cxx +svx/source/dialog/graphctl.cxx +svx/source/dialog/grfflt.cxx +svx/source/dialog/hdft.cxx +svx/source/dialog/hyperdlg.cxx +svx/source/dialog/imapdlg.cxx +svx/source/dialog/imapimp.hxx +svx/source/dialog/imapwnd.cxx +svx/source/dialog/imapwnd.hxx +svx/source/dialog/langbox.cxx +svx/source/dialog/measctrl.cxx +svx/source/dialog/optgrid.cxx +svx/source/dialog/pagectrl.cxx +svx/source/dialog/papersizelistbox.cxx +svx/source/dialog/paraprev.cxx +svx/source/dialog/passwd.cxx +svx/source/dialog/relfld.cxx +svx/source/dialog/rlrcitem.cxx +svx/source/dialog/rlrcitem.hxx +svx/source/dialog/rubydialog.cxx +svx/source/dialog/rulritem.cxx +svx/source/dialog/samecontentlistbox.cxx +svx/source/dialog/searchcharmap.cxx +svx/source/dialog/spacinglistbox.cxx +svx/source/dialog/srchctrl.cxx +svx/source/dialog/srchctrl.hxx +svx/source/dialog/srchdlg.cxx +svx/source/dialog/strarray.cxx +svx/source/dialog/svxbmpnumvalueset.cxx +svx/source/dialog/svxdlg.cxx +svx/source/dialog/svxgrahicitem.cxx +svx/source/dialog/svxruler.cxx +svx/source/dialog/swframeexample.cxx +svx/source/dialog/swframeposstrings.cxx +svx/source/dialog/txencbox.cxx +svx/source/engine3d/camera3d.cxx +svx/source/engine3d/cube3d.cxx +svx/source/engine3d/deflt3d.cxx +svx/source/engine3d/dragmt3d.cxx +svx/source/engine3d/e3dsceneupdater.cxx +svx/source/engine3d/e3dundo.cxx +svx/source/engine3d/extrud3d.cxx +svx/source/engine3d/float3d.cxx +svx/source/engine3d/helperhittest3d.cxx +svx/source/engine3d/helperminimaldepth3d.cxx +svx/source/engine3d/helperminimaldepth3d.hxx +svx/source/engine3d/lathe3d.cxx +svx/source/engine3d/obj3d.cxx +svx/source/engine3d/objfac3d.cxx +svx/source/engine3d/polygn3d.cxx +svx/source/engine3d/scene3d.cxx +svx/source/engine3d/sphere3d.cxx +svx/source/engine3d/svx3ditems.cxx +svx/source/engine3d/view3d.cxx +svx/source/engine3d/view3d1.cxx +svx/source/engine3d/viewpt3d2.cxx +svx/source/fmcomp/dbaexchange.cxx +svx/source/fmcomp/dbaobjectex.cxx +svx/source/fmcomp/fmgridcl.cxx +svx/source/fmcomp/fmgridif.cxx +svx/source/fmcomp/gridcell.cxx +svx/source/fmcomp/gridcols.cxx +svx/source/fmcomp/gridctrl.cxx +svx/source/fmcomp/xmlexchg.cxx +svx/source/form/ParseContext.cxx +svx/source/form/dataaccessdescriptor.cxx +svx/source/form/databaselocationinput.cxx +svx/source/form/datalistener.cxx +svx/source/form/datanavi.cxx +svx/source/form/dbcharsethelper.cxx +svx/source/form/delayedevent.cxx +svx/source/form/filtnav.cxx +svx/source/form/fmPropBrw.cxx +svx/source/form/fmcontrolbordermanager.cxx +svx/source/form/fmcontrollayout.cxx +svx/source/form/fmdmod.cxx +svx/source/form/fmdocumentclassification.cxx +svx/source/form/fmdpage.cxx +svx/source/form/fmexch.cxx +svx/source/form/fmexpl.cxx +svx/source/form/fmmodel.cxx +svx/source/form/fmobj.cxx +svx/source/form/fmobjfac.cxx +svx/source/form/fmpage.cxx +svx/source/form/fmpgeimp.cxx +svx/source/form/fmscriptingenv.cxx +svx/source/form/fmservs.cxx +svx/source/form/fmshell.cxx +svx/source/form/fmshimp.cxx +svx/source/form/fmsrccfg.cxx +svx/source/form/fmsrcimp.cxx +svx/source/form/fmtextcontroldialogs.cxx +svx/source/form/fmtextcontrolfeature.cxx +svx/source/form/fmtextcontrolshell.cxx +svx/source/form/fmtools.cxx +svx/source/form/fmundo.cxx +svx/source/form/fmview.cxx +svx/source/form/fmvwimp.cxx +svx/source/form/formcontrolfactory.cxx +svx/source/form/formcontroller.cxx +svx/source/form/formcontrolling.cxx +svx/source/form/formdispatchinterceptor.cxx +svx/source/form/formfeaturedispatcher.cxx +svx/source/form/formtoolbars.cxx +svx/source/form/legacyformcontroller.cxx +svx/source/form/navigatortree.cxx +svx/source/form/navigatortreemodel.cxx +svx/source/form/sdbdatacolumn.cxx +svx/source/form/sqlparserclient.cxx +svx/source/form/tabwin.cxx +svx/source/form/tbxform.cxx +svx/source/form/xfm_addcondition.cxx +svx/source/gallery2/GalleryControl.cxx +svx/source/gallery2/codec.cxx +svx/source/gallery2/codec.hxx +svx/source/gallery2/galbrws1.cxx +svx/source/gallery2/galbrws1.hxx +svx/source/gallery2/galbrws2.cxx +svx/source/gallery2/galctrl.cxx +svx/source/gallery2/galexpl.cxx +svx/source/gallery2/galini.cxx +svx/source/gallery2/gallery1.cxx +svx/source/gallery2/galmisc.cxx +svx/source/gallery2/galobj.cxx +svx/source/gallery2/galtheme.cxx +svx/source/gengal/gengal.cxx +svx/source/inc/AccessibleFrameSelector.hxx +svx/source/inc/DefaultShapesPanel.hxx +svx/source/inc/GraphCtlAccessibleContext.hxx +svx/source/inc/ShapesUtil.hxx +svx/source/inc/cell.hxx +svx/source/inc/celltypes.hxx +svx/source/inc/charmapacc.hxx +svx/source/inc/datalistener.hxx +svx/source/inc/datanavi.hxx +svx/source/inc/delayedevent.hxx +svx/source/inc/docrecovery.hxx +svx/source/inc/filtnav.hxx +svx/source/inc/fmPropBrw.hxx +svx/source/inc/fmcontrolbordermanager.hxx +svx/source/inc/fmcontrollayout.hxx +svx/source/inc/fmdocumentclassification.hxx +svx/source/inc/fmexch.hxx +svx/source/inc/fmexpl.hxx +svx/source/inc/fmobj.hxx +svx/source/inc/fmpgeimp.hxx +svx/source/inc/fmprop.hxx +svx/source/inc/fmscriptingenv.hxx +svx/source/inc/fmservs.hxx +svx/source/inc/fmshimp.hxx +svx/source/inc/fmslotinvalidator.hxx +svx/source/inc/fmtextcontroldialogs.hxx +svx/source/inc/fmtextcontrolfeature.hxx +svx/source/inc/fmtextcontrolshell.hxx +svx/source/inc/fmundo.hxx +svx/source/inc/fmurl.hxx +svx/source/inc/fmvwimp.hxx +svx/source/inc/formcontrolfactory.hxx +svx/source/inc/formcontroller.hxx +svx/source/inc/formcontrolling.hxx +svx/source/inc/formdispatchinterceptor.hxx +svx/source/inc/formfeaturedispatcher.hxx +svx/source/inc/formtoolbars.hxx +svx/source/inc/frmselimpl.hxx +svx/source/inc/gridcell.hxx +svx/source/inc/gridcols.hxx +svx/source/inc/sdbdatacolumn.hxx +svx/source/inc/sqlparserclient.hxx +svx/source/inc/svdobjplusdata.hxx +svx/source/inc/svdoutlinercache.hxx +svx/source/inc/svxpixelctlaccessiblecontext.hxx +svx/source/inc/svxrectctaccessiblecontext.hxx +svx/source/inc/tablemodel.hxx +svx/source/inc/tabwin.hxx +svx/source/inc/tbxform.hxx +svx/source/inc/treevisitor.hxx +svx/source/inc/xfm_addcondition.hxx +svx/source/inc/xmlxtexp.hxx +svx/source/inc/xmlxtimp.hxx +svx/source/items/SmartTagItem.cxx +svx/source/items/algitem.cxx +svx/source/items/autoformathelper.cxx +svx/source/items/chrtitem.cxx +svx/source/items/clipfmtitem.cxx +svx/source/items/customshapeitem.cxx +svx/source/items/drawitem.cxx +svx/source/items/e3ditem.cxx +svx/source/items/galleryitem.cxx +svx/source/items/grfitem.cxx +svx/source/items/hlnkitem.cxx +svx/source/items/legacyitem.cxx +svx/source/items/numfmtsh.cxx +svx/source/items/numinf.cxx +svx/source/items/ofaitem.cxx +svx/source/items/pageitem.cxx +svx/source/items/postattr.cxx +svx/source/items/rotmodit.cxx +svx/source/items/svxerr.cxx +svx/source/items/viewlayoutitem.cxx +svx/source/items/zoomslideritem.cxx +svx/source/mnuctrls/clipboardctl.cxx +svx/source/mnuctrls/smarttagmenu.cxx +svx/source/sdr/animation/animationstate.cxx +svx/source/sdr/animation/objectanimator.cxx +svx/source/sdr/animation/scheduler.cxx +svx/source/sdr/attribute/sdrallfillattributeshelper.cxx +svx/source/sdr/attribute/sdreffectstextattribute.cxx +svx/source/sdr/attribute/sdrfilltextattribute.cxx +svx/source/sdr/attribute/sdrformtextattribute.cxx +svx/source/sdr/attribute/sdrformtextoutlineattribute.cxx +svx/source/sdr/attribute/sdrlineeffectstextattribute.cxx +svx/source/sdr/attribute/sdrlinefilleffectstextattribute.cxx +svx/source/sdr/attribute/sdrtextattribute.cxx +svx/source/sdr/contact/displayinfo.cxx +svx/source/sdr/contact/objectcontact.cxx +svx/source/sdr/contact/objectcontactofobjlistpainter.cxx +svx/source/sdr/contact/objectcontactofpageview.cxx +svx/source/sdr/contact/sdrmediawindow.cxx +svx/source/sdr/contact/sdrmediawindow.hxx +svx/source/sdr/contact/viewcontact.cxx +svx/source/sdr/contact/viewcontactofe3d.cxx +svx/source/sdr/contact/viewcontactofe3dcube.cxx +svx/source/sdr/contact/viewcontactofe3dextrude.cxx +svx/source/sdr/contact/viewcontactofe3dlathe.cxx +svx/source/sdr/contact/viewcontactofe3dpolygon.cxx +svx/source/sdr/contact/viewcontactofe3dscene.cxx +svx/source/sdr/contact/viewcontactofe3dsphere.cxx +svx/source/sdr/contact/viewcontactofgraphic.cxx +svx/source/sdr/contact/viewcontactofgroup.cxx +svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx +svx/source/sdr/contact/viewcontactofpageobj.cxx +svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx +svx/source/sdr/contact/viewcontactofsdrcircobj.cxx +svx/source/sdr/contact/viewcontactofsdredgeobj.cxx +svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx +svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx +svx/source/sdr/contact/viewcontactofsdrobj.cxx +svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx +svx/source/sdr/contact/viewcontactofsdrole2obj.cxx +svx/source/sdr/contact/viewcontactofsdrpage.cxx +svx/source/sdr/contact/viewcontactofsdrpathobj.cxx +svx/source/sdr/contact/viewcontactofsdrrectobj.cxx +svx/source/sdr/contact/viewcontactoftextobj.cxx +svx/source/sdr/contact/viewcontactofunocontrol.cxx +svx/source/sdr/contact/viewcontactofvirtobj.cxx +svx/source/sdr/contact/viewobjectcontact.cxx +svx/source/sdr/contact/viewobjectcontactofe3d.cxx +svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx +svx/source/sdr/contact/viewobjectcontactofgraphic.cxx +svx/source/sdr/contact/viewobjectcontactofgroup.cxx +svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx +svx/source/sdr/contact/viewobjectcontactofpageobj.cxx +svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx +svx/source/sdr/contact/viewobjectcontactofsdrobj.cxx +svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx +svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx +svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx +svx/source/sdr/contact/viewobjectcontactredirector.cxx +svx/source/sdr/overlay/overlayanimatedbitmapex.cxx +svx/source/sdr/overlay/overlaybitmapex.cxx +svx/source/sdr/overlay/overlaycrosshair.cxx +svx/source/sdr/overlay/overlayhandle.cxx +svx/source/sdr/overlay/overlayhelpline.cxx +svx/source/sdr/overlay/overlayline.cxx +svx/source/sdr/overlay/overlaymanager.cxx +svx/source/sdr/overlay/overlaymanagerbuffered.cxx +svx/source/sdr/overlay/overlayobject.cxx +svx/source/sdr/overlay/overlayobjectcell.cxx +svx/source/sdr/overlay/overlayobjectlist.cxx +svx/source/sdr/overlay/overlaypolypolygon.cxx +svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx +svx/source/sdr/overlay/overlayrectangle.cxx +svx/source/sdr/overlay/overlayrollingrectangle.cxx +svx/source/sdr/overlay/overlayselection.cxx +svx/source/sdr/overlay/overlaytools.cxx +svx/source/sdr/overlay/overlaytriangle.cxx +svx/source/sdr/primitive2d/primitivefactory2d.cxx +svx/source/sdr/primitive2d/sdrattributecreator.cxx +svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx +svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx +svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx +svx/source/sdr/primitive2d/sdrdecompositiontools.cxx +svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx +svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx +svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx +svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx +svx/source/sdr/primitive2d/sdrole2primitive2d.cxx +svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx +svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx +svx/source/sdr/primitive2d/sdrprimitivetools.cxx +svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx +svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx +svx/source/sdr/primitive3d/sdrattributecreator3d.cxx +svx/source/sdr/properties/attributeproperties.cxx +svx/source/sdr/properties/captionproperties.cxx +svx/source/sdr/properties/circleproperties.cxx +svx/source/sdr/properties/connectorproperties.cxx +svx/source/sdr/properties/customshapeproperties.cxx +svx/source/sdr/properties/defaultproperties.cxx +svx/source/sdr/properties/e3dcompoundproperties.cxx +svx/source/sdr/properties/e3dextrudeproperties.cxx +svx/source/sdr/properties/e3dlatheproperties.cxx +svx/source/sdr/properties/e3dproperties.cxx +svx/source/sdr/properties/e3dsceneproperties.cxx +svx/source/sdr/properties/e3dsphereproperties.cxx +svx/source/sdr/properties/emptyproperties.cxx +svx/source/sdr/properties/graphicproperties.cxx +svx/source/sdr/properties/groupproperties.cxx +svx/source/sdr/properties/itemsettools.cxx +svx/source/sdr/properties/measureproperties.cxx +svx/source/sdr/properties/oleproperties.cxx +svx/source/sdr/properties/pageproperties.cxx +svx/source/sdr/properties/properties.cxx +svx/source/sdr/properties/rectangleproperties.cxx +svx/source/sdr/properties/textproperties.cxx +svx/source/sidebar/ContextChangeEventMultiplexer.cxx +svx/source/sidebar/EmptyPanel.cxx +svx/source/sidebar/EmptyPanel.hxx +svx/source/sidebar/PanelFactory.cxx +svx/source/sidebar/SelectionAnalyzer.cxx +svx/source/sidebar/SelectionChangeHandler.cxx +svx/source/sidebar/area/AreaPropertyPanel.cxx +svx/source/sidebar/area/AreaPropertyPanel.hxx +svx/source/sidebar/area/AreaPropertyPanelBase.cxx +svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx +svx/source/sidebar/graphic/GraphicPropertyPanel.cxx +svx/source/sidebar/graphic/GraphicPropertyPanel.hxx +svx/source/sidebar/line/LinePropertyPanel.cxx +svx/source/sidebar/line/LinePropertyPanel.hxx +svx/source/sidebar/line/LinePropertyPanelBase.cxx +svx/source/sidebar/line/LineWidthPopup.cxx +svx/source/sidebar/line/LineWidthValueSet.cxx +svx/source/sidebar/line/LineWidthValueSet.hxx +svx/source/sidebar/media/MediaPlaybackPanel.cxx +svx/source/sidebar/media/MediaPlaybackPanel.hxx +svx/source/sidebar/nbdtmg.cxx +svx/source/sidebar/nbdtmgfact.cxx +svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx +svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx +svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +svx/source/sidebar/paragraph/ParaPropertyPanel.hxx +svx/source/sidebar/paragraph/ParaSpacingControl.cxx +svx/source/sidebar/paragraph/ParaSpacingWindow.cxx +svx/source/sidebar/possize/PosSizePropertyPanel.cxx +svx/source/sidebar/possize/PosSizePropertyPanel.hxx +svx/source/sidebar/shadow/ShadowPropertyPanel.cxx +svx/source/sidebar/shadow/ShadowPropertyPanel.hxx +svx/source/sidebar/shapes/DefaultShapesPanel.cxx +svx/source/sidebar/shapes/ShapesUtil.cxx +svx/source/sidebar/styles/StylesPropertyPanel.cxx +svx/source/sidebar/styles/StylesPropertyPanel.hxx +svx/source/sidebar/text/TextCharacterSpacingControl.cxx +svx/source/sidebar/text/TextCharacterSpacingControl.hxx +svx/source/sidebar/text/TextCharacterSpacingPopup.cxx +svx/source/sidebar/text/TextPropertyPanel.cxx +svx/source/sidebar/text/TextPropertyPanel.hxx +svx/source/sidebar/text/TextUnderlineControl.cxx +svx/source/sidebar/text/TextUnderlinePopup.cxx +svx/source/sidebar/tools/ValueSetWithTextControl.cxx +svx/source/smarttags/SmartTagMgr.cxx +svx/source/stbctrls/insctrl.cxx +svx/source/stbctrls/modctrl.cxx +svx/source/stbctrls/pszctrl.cxx +svx/source/stbctrls/selctrl.cxx +svx/source/stbctrls/stbctrls.h +svx/source/stbctrls/xmlsecctrl.cxx +svx/source/stbctrls/zoomctrl.cxx +svx/source/stbctrls/zoomsliderctrl.cxx +svx/source/styles/ColorSets.cxx +svx/source/styles/CommonStyleManager.cxx +svx/source/styles/CommonStylePreviewRenderer.cxx +svx/source/svdraw/ActionDescriptionProvider.cxx +svx/source/svdraw/charthelper.cxx +svx/source/svdraw/clonelist.cxx +svx/source/svdraw/gradtrns.cxx +svx/source/svdraw/gradtrns.hxx +svx/source/svdraw/polypolygoneditor.cxx +svx/source/svdraw/sdrhittesthelper.cxx +svx/source/svdraw/sdrmasterpagedescriptor.cxx +svx/source/svdraw/sdrpagewindow.cxx +svx/source/svdraw/sdrpaintwindow.cxx +svx/source/svdraw/sdrundomanager.cxx +svx/source/svdraw/selectioncontroller.cxx +svx/source/svdraw/svdattr.cxx +svx/source/svdraw/svdcrtv.cxx +svx/source/svdraw/svddrag.cxx +svx/source/svdraw/svddrgm1.hxx +svx/source/svdraw/svddrgmt.cxx +svx/source/svdraw/svddrgv.cxx +svx/source/svdraw/svdedtv.cxx +svx/source/svdraw/svdedtv1.cxx +svx/source/svdraw/svdedtv2.cxx +svx/source/svdraw/svdetc.cxx +svx/source/svdraw/svdfmtf.cxx +svx/source/svdraw/svdfmtf.hxx +svx/source/svdraw/svdglev.cxx +svx/source/svdraw/svdglue.cxx +svx/source/svdraw/svdhdl.cxx +svx/source/svdraw/svdhlpln.cxx +svx/source/svdraw/svditer.cxx +svx/source/svdraw/svdlayer.cxx +svx/source/svdraw/svdmark.cxx +svx/source/svdraw/svdmodel.cxx +svx/source/svdraw/svdmrkv.cxx +svx/source/svdraw/svdmrkv1.cxx +svx/source/svdraw/svdoashp.cxx +svx/source/svdraw/svdoattr.cxx +svx/source/svdraw/svdobj.cxx +svx/source/svdraw/svdobjplusdata.cxx +svx/source/svdraw/svdobjuserdatalist.cxx +svx/source/svdraw/svdocapt.cxx +svx/source/svdraw/svdocirc.cxx +svx/source/svdraw/svdoedge.cxx +svx/source/svdraw/svdograf.cxx +svx/source/svdraw/svdogrp.cxx +svx/source/svdraw/svdomeas.cxx +svx/source/svdraw/svdomedia.cxx +svx/source/svdraw/svdoole2.cxx +svx/source/svdraw/svdopage.cxx +svx/source/svdraw/svdopath.cxx +svx/source/svdraw/svdorect.cxx +svx/source/svdraw/svdotext.cxx +svx/source/svdraw/svdotextdecomposition.cxx +svx/source/svdraw/svdotextpathdecomposition.cxx +svx/source/svdraw/svdotxat.cxx +svx/source/svdraw/svdotxdr.cxx +svx/source/svdraw/svdotxed.cxx +svx/source/svdraw/svdotxfl.cxx +svx/source/svdraw/svdotxln.cxx +svx/source/svdraw/svdotxtr.cxx +svx/source/svdraw/svdouno.cxx +svx/source/svdraw/svdoutl.cxx +svx/source/svdraw/svdoutlinercache.cxx +svx/source/svdraw/svdovirt.cxx +svx/source/svdraw/svdpage.cxx +svx/source/svdraw/svdpagv.cxx +svx/source/svdraw/svdpntv.cxx +svx/source/svdraw/svdpoev.cxx +svx/source/svdraw/svdsnpv.cxx +svx/source/svdraw/svdtext.cxx +svx/source/svdraw/svdtrans.cxx +svx/source/svdraw/svdundo.cxx +svx/source/svdraw/svdview.cxx +svx/source/svdraw/svdviter.cxx +svx/source/svdraw/svdxcgv.cxx +svx/source/svdraw/textchain.cxx +svx/source/svdraw/textchaincursor.cxx +svx/source/svdraw/textchainflow.cxx +svx/source/table/accessiblecell.cxx +svx/source/table/accessiblecell.hxx +svx/source/table/accessibletableshape.cxx +svx/source/table/cell.cxx +svx/source/table/cellcursor.cxx +svx/source/table/cellcursor.hxx +svx/source/table/cellrange.cxx +svx/source/table/cellrange.hxx +svx/source/table/propertyset.cxx +svx/source/table/propertyset.hxx +svx/source/table/svdotable.cxx +svx/source/table/tablecolumn.cxx +svx/source/table/tablecolumn.hxx +svx/source/table/tablecolumns.cxx +svx/source/table/tablecolumns.hxx +svx/source/table/tablecontroller.cxx +svx/source/table/tabledesign.cxx +svx/source/table/tablehandles.cxx +svx/source/table/tablehandles.hxx +svx/source/table/tablelayouter.cxx +svx/source/table/tablelayouter.hxx +svx/source/table/tablemodel.cxx +svx/source/table/tablerow.cxx +svx/source/table/tablerow.hxx +svx/source/table/tablerows.cxx +svx/source/table/tablerows.hxx +svx/source/table/tablertfexporter.cxx +svx/source/table/tablertfimporter.cxx +svx/source/table/tableundo.cxx +svx/source/table/tableundo.hxx +svx/source/table/viewcontactoftableobj.cxx +svx/source/table/viewcontactoftableobj.hxx +svx/source/tbxctrls/Palette.cxx +svx/source/tbxctrls/PaletteManager.cxx +svx/source/tbxctrls/SvxColorChildWindow.cxx +svx/source/tbxctrls/SvxColorValueSet.cxx +svx/source/tbxctrls/SvxPresetListBox.cxx +svx/source/tbxctrls/bulletsnumbering.cxx +svx/source/tbxctrls/colrctrl.cxx +svx/source/tbxctrls/extrusioncontrols.cxx +svx/source/tbxctrls/extrusioncontrols.hxx +svx/source/tbxctrls/fillctrl.cxx +svx/source/tbxctrls/fontworkgallery.cxx +svx/source/tbxctrls/formatpaintbrushctrl.cxx +svx/source/tbxctrls/grafctrl.cxx +svx/source/tbxctrls/itemwin.cxx +svx/source/tbxctrls/layctrl.cxx +svx/source/tbxctrls/lboxctrl.cxx +svx/source/tbxctrls/linectrl.cxx +svx/source/tbxctrls/linemetricbox.hxx +svx/source/tbxctrls/linewidthctrl.cxx +svx/source/tbxctrls/tbcontrl.cxx +svx/source/tbxctrls/tbunocontroller.cxx +svx/source/tbxctrls/tbunosearchcontrollers.cxx +svx/source/tbxctrls/tbxcolor.cxx +svx/source/tbxctrls/tbxcolorupdate.cxx +svx/source/tbxctrls/tbxdrctl.cxx +svx/source/tbxctrls/verttexttbxctrl.cxx +svx/source/toolbars/extrusionbar.cxx +svx/source/toolbars/fontworkbar.cxx +svx/source/uitest/sdrobject.cxx +svx/source/uitest/uiobject.cxx +svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx +svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx +svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx +svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx +svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx +svx/source/unodialogs/textconversiondlgs/services.cxx +svx/source/unodraw/UnoGraphicExporter.cxx +svx/source/unodraw/UnoNameItemTable.cxx +svx/source/unodraw/UnoNameItemTable.hxx +svx/source/unodraw/UnoNamespaceMap.cxx +svx/source/unodraw/XPropertyTable.cxx +svx/source/unodraw/gluepts.cxx +svx/source/unodraw/gluepts.hxx +svx/source/unodraw/recoveryui.cxx +svx/source/unodraw/shapeimpl.hxx +svx/source/unodraw/shapepropertynotifier.cxx +svx/source/unodraw/tableshape.cxx +svx/source/unodraw/unobrushitemhelper.cxx +svx/source/unodraw/unobtabl.cxx +svx/source/unodraw/unoctabl.cxx +svx/source/unodraw/unodtabl.cxx +svx/source/unodraw/unogtabl.cxx +svx/source/unodraw/unohtabl.cxx +svx/source/unodraw/unomlstr.cxx +svx/source/unodraw/unomod.cxx +svx/source/unodraw/unomtabl.cxx +svx/source/unodraw/unopage.cxx +svx/source/unodraw/unopool.cxx +svx/source/unodraw/unoprov.cxx +svx/source/unodraw/unoshap2.cxx +svx/source/unodraw/unoshap3.cxx +svx/source/unodraw/unoshap4.cxx +svx/source/unodraw/unoshape.cxx +svx/source/unodraw/unoshcol.cxx +svx/source/unodraw/unoshtxt.cxx +svx/source/unodraw/unottabl.cxx +svx/source/unogallery/unogalitem.cxx +svx/source/unogallery/unogalitem.hxx +svx/source/unogallery/unogaltheme.cxx +svx/source/unogallery/unogaltheme.hxx +svx/source/unogallery/unogalthemeprovider.cxx +svx/source/xml/xmleohlp.cxx +svx/source/xml/xmlexport.cxx +svx/source/xml/xmlgrhlp.cxx +svx/source/xml/xmlxtexp.cxx +svx/source/xml/xmlxtimp.cxx +svx/source/xoutdev/XPropertyEntry.cxx +svx/source/xoutdev/_xoutbmp.cxx +svx/source/xoutdev/_xpoly.cxx +svx/source/xoutdev/xattr.cxx +svx/source/xoutdev/xattr2.cxx +svx/source/xoutdev/xattrbmp.cxx +svx/source/xoutdev/xpool.cxx +svx/source/xoutdev/xtabbtmp.cxx +svx/source/xoutdev/xtabcolr.cxx +svx/source/xoutdev/xtabdash.cxx +svx/source/xoutdev/xtabgrdt.cxx +svx/source/xoutdev/xtabhtch.cxx +svx/source/xoutdev/xtable.cxx +svx/source/xoutdev/xtablend.cxx +svx/source/xoutdev/xtabptrn.cxx +sw/inc/AnnotationWin.hxx +sw/inc/EnhancedPDFExportHelper.hxx +sw/inc/HandleAnchorNodeChg.hxx +sw/inc/IDocumentChartDataProviderAccess.hxx +sw/inc/IDocumentContentOperations.hxx +sw/inc/IDocumentDeviceAccess.hxx +sw/inc/IDocumentDrawModelAccess.hxx +sw/inc/IDocumentExternalData.hxx +sw/inc/IDocumentFieldsAccess.hxx +sw/inc/IDocumentLayoutAccess.hxx +sw/inc/IDocumentLinksAdministration.hxx +sw/inc/IDocumentListItems.hxx +sw/inc/IDocumentListsAccess.hxx +sw/inc/IDocumentMarkAccess.hxx +sw/inc/IDocumentOutlineNodes.hxx +sw/inc/IDocumentRedlineAccess.hxx +sw/inc/IDocumentSettingAccess.hxx +sw/inc/IDocumentState.hxx +sw/inc/IDocumentStatistics.hxx +sw/inc/IDocumentStylePoolAccess.hxx +sw/inc/IDocumentTimerAccess.hxx +sw/inc/IDocumentUndoRedo.hxx +sw/inc/IGrammarContact.hxx +sw/inc/IMark.hxx +sw/inc/IShellCursorSupplier.hxx +sw/inc/PageColumnPopup.hxx +sw/inc/PageMarginPopup.hxx +sw/inc/PageOrientationPopup.hxx +sw/inc/PageSizePopup.hxx +sw/inc/PostItMgr.hxx +sw/inc/SidebarWindowsTypes.hxx +sw/inc/SwAppletImpl.hxx +sw/inc/SwCapObjType.hxx +sw/inc/SwDocIdle.hxx +sw/inc/SwGetPoolIdFromName.hxx +sw/inc/SwNodeNum.hxx +sw/inc/SwNumberTree.hxx +sw/inc/SwNumberTreeTypes.hxx +sw/inc/SwRewriter.hxx +sw/inc/SwSmartTagMgr.hxx +sw/inc/SwStyleNameMapper.hxx +sw/inc/SwUndoField.hxx +sw/inc/SwXMLSectionList.hxx +sw/inc/TextCursorHelper.hxx +sw/inc/ToxLinkProcessor.hxx +sw/inc/ToxTabStopTokenHandler.hxx +sw/inc/ToxTextGenerator.hxx +sw/inc/ToxWhitespaceStripper.hxx +sw/inc/UndoParagraphSignature.hxx +sw/inc/accessibilityoptions.hxx +sw/inc/accmap.hxx +sw/inc/acmplwrd.hxx +sw/inc/anchoreddrawobject.hxx +sw/inc/anchoredobject.hxx +sw/inc/authfld.hxx +sw/inc/authratr.hxx +sw/inc/bparr.hxx +sw/inc/breakit.hxx +sw/inc/calbck.hxx +sw/inc/calc.hxx +sw/inc/ccoll.hxx +sw/inc/cellatr.hxx +sw/inc/cellfml.hxx +sw/inc/charatr.hxx +sw/inc/charfmt.hxx +sw/inc/checkit.hxx +sw/inc/chpfld.hxx +sw/inc/cmdid.h +sw/inc/colwd.hxx +sw/inc/comcore.hxx +sw/inc/crsrsh.hxx +sw/inc/crstate.hxx +sw/inc/cshtyp.hxx +sw/inc/dbfld.hxx +sw/inc/dbgoutsw.hxx +sw/inc/dbmgr.hxx +sw/inc/dcontact.hxx +sw/inc/ddefld.hxx +sw/inc/dlelstnr.hxx +sw/inc/dobjfac.hxx +sw/inc/doc.hxx +sw/inc/docary.hxx +sw/inc/docfac.hxx +sw/inc/docfunc.hxx +sw/inc/docsh.hxx +sw/inc/docstat.hxx +sw/inc/docstyle.hxx +sw/inc/docufld.hxx +sw/inc/dpage.hxx +sw/inc/drawdoc.hxx +sw/inc/edglbldc.hxx +sw/inc/edimp.hxx +sw/inc/editsh.hxx +sw/inc/expfld.hxx +sw/inc/extinput.hxx +sw/inc/fchrfmt.hxx +sw/inc/fesh.hxx +sw/inc/finalthreadmanager.hxx +sw/inc/fldbas.hxx +sw/inc/flddat.hxx +sw/inc/flddropdown.hxx +sw/inc/flyenum.hxx +sw/inc/flypos.hxx +sw/inc/fmtanchr.hxx +sw/inc/fmtautofmt.hxx +sw/inc/fmtclbl.hxx +sw/inc/fmtclds.hxx +sw/inc/fmtcnct.hxx +sw/inc/fmtcntnt.hxx +sw/inc/fmtcol.hxx +sw/inc/fmtcolfunc.hxx +sw/inc/fmteiro.hxx +sw/inc/fmtflcnt.hxx +sw/inc/fmtfld.hxx +sw/inc/fmtfollowtextflow.hxx +sw/inc/fmtfordr.hxx +sw/inc/fmtfsize.hxx +sw/inc/fmtftn.hxx +sw/inc/fmtftntx.hxx +sw/inc/fmthdft.hxx +sw/inc/fmtinfmt.hxx +sw/inc/fmtline.hxx +sw/inc/fmtlsplt.hxx +sw/inc/fmtmeta.hxx +sw/inc/fmtornt.hxx +sw/inc/fmtpdsc.hxx +sw/inc/fmtrfmrk.hxx +sw/inc/fmtrowsplt.hxx +sw/inc/fmtruby.hxx +sw/inc/fmtsrnd.hxx +sw/inc/fmturl.hxx +sw/inc/fmtwrapinfluenceonobjpos.hxx +sw/inc/format.hxx +sw/inc/frmatr.hxx +sw/inc/frmfmt.hxx +sw/inc/ftnidx.hxx +sw/inc/ftninfo.hxx +sw/inc/globdoc.hxx +sw/inc/gotodlg.hxx +sw/inc/grfatr.hxx +sw/inc/helpids.h +sw/inc/hfspacingitem.hxx +sw/inc/hhcwrp.hxx +sw/inc/hintids.hxx +sw/inc/hints.hxx +sw/inc/htmltbl.hxx +sw/inc/index.hxx +sw/inc/init.hxx +sw/inc/iodetect.hxx +sw/inc/istyleaccess.hxx +sw/inc/itabenum.hxx +sw/inc/legacyitem.hxx +sw/inc/lineinfo.hxx +sw/inc/list.hxx +sw/inc/mdiexp.hxx +sw/inc/modcfg.hxx +sw/inc/modeltoviewhelper.hxx +sw/inc/ndarr.hxx +sw/inc/ndgrf.hxx +sw/inc/ndhints.hxx +sw/inc/ndindex.hxx +sw/inc/ndnotxt.hxx +sw/inc/ndole.hxx +sw/inc/ndtxt.hxx +sw/inc/ndtyp.hxx +sw/inc/node.hxx +sw/inc/numrule.hxx +sw/inc/pagedesc.hxx +sw/inc/pagepreviewlayout.hxx +sw/inc/pam.hxx +sw/inc/paratr.hxx +sw/inc/pausethreadstarting.hxx +sw/inc/poolfmt.hxx +sw/inc/postithelper.hxx +sw/inc/printdata.hxx +sw/inc/proofreadingiterator.hxx +sw/inc/prtopt.hxx +sw/inc/pvprtdat.hxx +sw/inc/rdfhelper.hxx +sw/inc/redline.hxx +sw/inc/reffld.hxx +sw/inc/ring.hxx +sw/inc/rubylist.hxx +sw/inc/section.hxx +sw/inc/shellid.hxx +sw/inc/shellio.hxx +sw/inc/shellres.hxx +sw/inc/sortopt.hxx +sw/inc/splargs.hxx +sw/inc/sw_primitivetypes2d.hxx +sw/inc/swabstdlg.hxx +sw/inc/swacorr.hxx +sw/inc/swatrset.hxx +sw/inc/swbaslnk.hxx +sw/inc/swcalwrp.hxx +sw/inc/swcli.hxx +sw/inc/swcommands.h +sw/inc/swcrsr.hxx +sw/inc/swdbdata.hxx +sw/inc/swddetbl.hxx +sw/inc/swdll.hxx +sw/inc/swdllapi.h +sw/inc/swerror.h +sw/inc/swevent.hxx +sw/inc/swfltopt.hxx +sw/inc/swmodule.hxx +sw/inc/swrect.hxx +sw/inc/swregion.hxx +sw/inc/swscanner.hxx +sw/inc/swserv.hxx +sw/inc/swtable.hxx +sw/inc/swtblfmt.hxx +sw/inc/swtypes.hxx +sw/inc/swundo.hxx +sw/inc/swunohelper.hxx +sw/inc/swurl.hxx +sw/inc/swwait.hxx +sw/inc/tabcol.hxx +sw/inc/tblafmt.hxx +sw/inc/tblenum.hxx +sw/inc/tblsel.hxx +sw/inc/tgrditem.hxx +sw/inc/tox.hxx +sw/inc/toxe.hxx +sw/inc/toxwrap.hxx +sw/inc/txatbase.hxx +sw/inc/txatritr.hxx +sw/inc/txtannotationfld.hxx +sw/inc/txtatr.hxx +sw/inc/txtflcnt.hxx +sw/inc/txtfld.hxx +sw/inc/txtftn.hxx +sw/inc/txtinet.hxx +sw/inc/txtrfmrk.hxx +sw/inc/txttxmrk.hxx +sw/inc/undobj.hxx +sw/inc/unobaseclass.hxx +sw/inc/unochart.hxx +sw/inc/unocoll.hxx +sw/inc/unocrsr.hxx +sw/inc/unocrsrhelper.hxx +sw/inc/unodraw.hxx +sw/inc/unofieldcoll.hxx +sw/inc/unoframe.hxx +sw/inc/unoidxcoll.hxx +sw/inc/unomap.hxx +sw/inc/unomid.h +sw/inc/unoparagraph.hxx +sw/inc/unoprnms.hxx +sw/inc/unoredline.hxx +sw/inc/unoredlines.hxx +sw/inc/unosett.hxx +sw/inc/unosrch.hxx +sw/inc/unostyle.hxx +sw/inc/unotbl.hxx +sw/inc/unotext.hxx +sw/inc/unotextbodyhf.hxx +sw/inc/unotextcursor.hxx +sw/inc/unotextrange.hxx +sw/inc/unotxdoc.hxx +sw/inc/usrfld.hxx +sw/inc/view.hxx +sw/inc/viewopt.hxx +sw/inc/viewsh.hxx +sw/inc/viscrs.hxx +sw/inc/wdocsh.hxx +sw/qa/core/Test-BigPtrArray.cxx +sw/qa/core/filters-test.cxx +sw/qa/core/macros-test.cxx +sw/qa/core/test_ToxLinkProcessor.cxx +sw/qa/core/test_ToxMiscTest.cxx +sw/qa/core/test_ToxTextGenerator.cxx +sw/qa/core/test_ToxWhitespaceStripper.cxx +sw/qa/core/uwriter.cxx +sw/qa/extras/docbookexport/docbookexport.cxx +sw/qa/extras/globalfilter/globalfilter.cxx +sw/qa/extras/htmlexport/htmlexport.cxx +sw/qa/extras/htmlimport/htmlimport.cxx +sw/qa/extras/mailmerge/mailmerge.cxx +sw/qa/extras/odfexport/odfexport.cxx +sw/qa/extras/odfimport/odfimport.cxx +sw/qa/extras/ooxmlexport/ooxmlencryption.cxx +sw/qa/extras/ooxmlexport/ooxmlexport.cxx +sw/qa/extras/ooxmlexport/ooxmlexport10.cxx +sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +sw/qa/extras/ooxmlexport/ooxmlexport13.cxx +sw/qa/extras/ooxmlexport/ooxmlexport14.cxx +sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +sw/qa/extras/ooxmlexport/ooxmlexport2.cxx +sw/qa/extras/ooxmlexport/ooxmlexport3.cxx +sw/qa/extras/ooxmlexport/ooxmlexport4.cxx +sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +sw/qa/extras/ooxmlexport/ooxmlexport6.cxx +sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +sw/qa/extras/ooxmlexport/ooxmlexport8.cxx +sw/qa/extras/ooxmlexport/ooxmlexport9.cxx +sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx +sw/qa/extras/ooxmlexport/ooxmllinks.cxx +sw/qa/extras/ooxmlexport/ooxmlw14export.cxx +sw/qa/extras/ooxmlimport/ooxmlimport.cxx +sw/qa/extras/tiledrendering/tiledrendering.cxx +sw/qa/extras/txtexport/txtexport.cxx +sw/qa/extras/uiwriter/uiwriter.cxx +sw/qa/extras/ww8export/ww8export.cxx +sw/qa/extras/ww8export/ww8export2.cxx +sw/qa/extras/ww8export/ww8export3.cxx +sw/qa/extras/ww8import/ww8import.cxx +sw/qa/inc/bordertest.hxx +sw/qa/inc/swmodeltestbase.hxx +sw/qa/unit/sw-dialogs-test.cxx +sw/qa/unit/sw-dialogs-test_2.cxx +sw/source/core/SwNumberTree/SwNodeNum.cxx +sw/source/core/SwNumberTree/SwNumberTree.cxx +sw/source/core/access/acccell.cxx +sw/source/core/access/acccell.hxx +sw/source/core/access/acccontext.cxx +sw/source/core/access/acccontext.hxx +sw/source/core/access/accdoc.cxx +sw/source/core/access/accdoc.hxx +sw/source/core/access/accembedded.cxx +sw/source/core/access/accembedded.hxx +sw/source/core/access/accfootnote.cxx +sw/source/core/access/accfootnote.hxx +sw/source/core/access/accframe.cxx +sw/source/core/access/accframe.hxx +sw/source/core/access/accframebase.cxx +sw/source/core/access/accframebase.hxx +sw/source/core/access/accfrmobj.cxx +sw/source/core/access/accfrmobj.hxx +sw/source/core/access/accfrmobjmap.cxx +sw/source/core/access/accfrmobjmap.hxx +sw/source/core/access/accfrmobjslist.cxx +sw/source/core/access/accfrmobjslist.hxx +sw/source/core/access/accgraphic.cxx +sw/source/core/access/accgraphic.hxx +sw/source/core/access/accheaderfooter.cxx +sw/source/core/access/accheaderfooter.hxx +sw/source/core/access/acchyperlink.cxx +sw/source/core/access/acchyperlink.hxx +sw/source/core/access/acchypertextdata.cxx +sw/source/core/access/acchypertextdata.hxx +sw/source/core/access/accmap.cxx +sw/source/core/access/accnotextframe.cxx +sw/source/core/access/accnotextframe.hxx +sw/source/core/access/accnotexthyperlink.cxx +sw/source/core/access/accnotexthyperlink.hxx +sw/source/core/access/accpage.cxx +sw/source/core/access/accpage.hxx +sw/source/core/access/accpara.cxx +sw/source/core/access/accpara.hxx +sw/source/core/access/accportions.cxx +sw/source/core/access/accportions.hxx +sw/source/core/access/accpreview.cxx +sw/source/core/access/accpreview.hxx +sw/source/core/access/accselectionhelper.cxx +sw/source/core/access/accselectionhelper.hxx +sw/source/core/access/acctable.cxx +sw/source/core/access/acctable.hxx +sw/source/core/access/acctextframe.cxx +sw/source/core/access/acctextframe.hxx +sw/source/core/access/parachangetrackinginfo.cxx +sw/source/core/access/parachangetrackinginfo.hxx +sw/source/core/access/textmarkuphelper.cxx +sw/source/core/access/textmarkuphelper.hxx +sw/source/core/attr/calbck.cxx +sw/source/core/attr/cellatr.cxx +sw/source/core/attr/fmtfollowtextflow.cxx +sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx +sw/source/core/attr/format.cxx +sw/source/core/attr/hints.cxx +sw/source/core/attr/swatrset.cxx +sw/source/core/bastyp/SwSmartTagMgr.cxx +sw/source/core/bastyp/bparr.cxx +sw/source/core/bastyp/breakit.cxx +sw/source/core/bastyp/calc.cxx +sw/source/core/bastyp/checkit.cxx +sw/source/core/bastyp/index.cxx +sw/source/core/bastyp/init.cxx +sw/source/core/bastyp/proofreadingiterator.cxx +sw/source/core/bastyp/swcache.cxx +sw/source/core/bastyp/swrect.cxx +sw/source/core/bastyp/swregion.cxx +sw/source/core/bastyp/swtypes.cxx +sw/source/core/bastyp/tabcol.cxx +sw/source/core/crsr/BlockCursor.cxx +sw/source/core/crsr/BlockCursor.hxx +sw/source/core/crsr/annotationmark.cxx +sw/source/core/crsr/bookmrk.cxx +sw/source/core/crsr/callnk.cxx +sw/source/core/crsr/callnk.hxx +sw/source/core/crsr/crbm.cxx +sw/source/core/crsr/crossrefbookmark.cxx +sw/source/core/crsr/crsrsh.cxx +sw/source/core/crsr/crstrvl.cxx +sw/source/core/crsr/crstrvl1.cxx +sw/source/core/crsr/findattr.cxx +sw/source/core/crsr/findcoll.cxx +sw/source/core/crsr/findfmt.cxx +sw/source/core/crsr/findtxt.cxx +sw/source/core/crsr/overlayrangesoutline.cxx +sw/source/core/crsr/overlayrangesoutline.hxx +sw/source/core/crsr/pam.cxx +sw/source/core/crsr/paminit.cxx +sw/source/core/crsr/swcrsr.cxx +sw/source/core/crsr/trvlcol.cxx +sw/source/core/crsr/trvlfnfl.cxx +sw/source/core/crsr/trvlreg.cxx +sw/source/core/crsr/trvltbl.cxx +sw/source/core/crsr/viscrs.cxx +sw/source/core/doc/CntntIdxStore.cxx +sw/source/core/doc/DocumentChartDataProviderManager.cxx +sw/source/core/doc/DocumentContentOperationsManager.cxx +sw/source/core/doc/DocumentDeviceManager.cxx +sw/source/core/doc/DocumentDrawModelManager.cxx +sw/source/core/doc/DocumentExternalDataManager.cxx +sw/source/core/doc/DocumentFieldsManager.cxx +sw/source/core/doc/DocumentLayoutManager.cxx +sw/source/core/doc/DocumentLinksAdministrationManager.cxx +sw/source/core/doc/DocumentListItemsManager.cxx +sw/source/core/doc/DocumentListsManager.cxx +sw/source/core/doc/DocumentOutlineNodesManager.cxx +sw/source/core/doc/DocumentRedlineManager.cxx +sw/source/core/doc/DocumentSettingManager.cxx +sw/source/core/doc/DocumentStateManager.cxx +sw/source/core/doc/DocumentStatisticsManager.cxx +sw/source/core/doc/DocumentStylePoolManager.cxx +sw/source/core/doc/DocumentTimerManager.cxx +sw/source/core/doc/SwDocIdle.cxx +sw/source/core/doc/SwStyleNameMapper.cxx +sw/source/core/doc/acmplwrd.cxx +sw/source/core/doc/dbgoutsw.cxx +sw/source/core/doc/doc.cxx +sw/source/core/doc/docbasic.cxx +sw/source/core/doc/docbm.cxx +sw/source/core/doc/docchart.cxx +sw/source/core/doc/doccomp.cxx +sw/source/core/doc/doccorr.cxx +sw/source/core/doc/docdesc.cxx +sw/source/core/doc/docdraw.cxx +sw/source/core/doc/docedt.cxx +sw/source/core/doc/docfld.cxx +sw/source/core/doc/docfly.cxx +sw/source/core/doc/docfmt.cxx +sw/source/core/doc/docftn.cxx +sw/source/core/doc/docglbl.cxx +sw/source/core/doc/docglos.cxx +sw/source/core/doc/doclay.cxx +sw/source/core/doc/docnew.cxx +sw/source/core/doc/docnum.cxx +sw/source/core/doc/docredln.cxx +sw/source/core/doc/docruby.cxx +sw/source/core/doc/docsort.cxx +sw/source/core/doc/docstat.cxx +sw/source/core/doc/doctxm.cxx +sw/source/core/doc/docxforms.cxx +sw/source/core/doc/extinput.cxx +sw/source/core/doc/fmtcol.cxx +sw/source/core/doc/ftnidx.cxx +sw/source/core/doc/gctable.cxx +sw/source/core/doc/htmltbl.cxx +sw/source/core/doc/lineinfo.cxx +sw/source/core/doc/list.cxx +sw/source/core/doc/notxtfrm.cxx +sw/source/core/doc/number.cxx +sw/source/core/doc/poolfmt.cxx +sw/source/core/doc/rdfhelper.cxx +sw/source/core/doc/sortopt.cxx +sw/source/core/doc/swserv.cxx +sw/source/core/doc/swstylemanager.cxx +sw/source/core/doc/swstylemanager.hxx +sw/source/core/doc/tblafmt.cxx +sw/source/core/doc/tblcpy.cxx +sw/source/core/doc/tblrwcl.cxx +sw/source/core/doc/visiturl.cxx +sw/source/core/docnode/cancellablejob.cxx +sw/source/core/docnode/cancellablejob.hxx +sw/source/core/docnode/finalthreadmanager.cxx +sw/source/core/docnode/ndcopy.cxx +sw/source/core/docnode/ndnotxt.cxx +sw/source/core/docnode/ndnum.cxx +sw/source/core/docnode/ndsect.cxx +sw/source/core/docnode/ndsect.hxx +sw/source/core/docnode/ndtbl.cxx +sw/source/core/docnode/ndtbl1.cxx +sw/source/core/docnode/node.cxx +sw/source/core/docnode/node2lay.cxx +sw/source/core/docnode/nodes.cxx +sw/source/core/docnode/observablethread.cxx +sw/source/core/docnode/pausethreadstarting.cxx +sw/source/core/docnode/retrievedinputstreamdata.cxx +sw/source/core/docnode/retrieveinputstream.cxx +sw/source/core/docnode/retrieveinputstreamconsumer.cxx +sw/source/core/docnode/section.cxx +sw/source/core/docnode/swbaslnk.cxx +sw/source/core/docnode/swthreadjoiner.cxx +sw/source/core/docnode/swthreadmanager.cxx +sw/source/core/docnode/threadlistener.cxx +sw/source/core/docnode/threadmanager.cxx +sw/source/core/docnode/threadmanager.hxx +sw/source/core/draw/dcontact.cxx +sw/source/core/draw/dflyobj.cxx +sw/source/core/draw/dobjfac.cxx +sw/source/core/draw/dpage.cxx +sw/source/core/draw/drawdoc.cxx +sw/source/core/draw/dview.cxx +sw/source/core/edit/acorrect.cxx +sw/source/core/edit/autofmt.cxx +sw/source/core/edit/edatmisc.cxx +sw/source/core/edit/edattr.cxx +sw/source/core/edit/eddel.cxx +sw/source/core/edit/edfcol.cxx +sw/source/core/edit/edfld.cxx +sw/source/core/edit/edfldexp.cxx +sw/source/core/edit/edfmt.cxx +sw/source/core/edit/edglbldc.cxx +sw/source/core/edit/edglss.cxx +sw/source/core/edit/editsh.cxx +sw/source/core/edit/edlingu.cxx +sw/source/core/edit/ednumber.cxx +sw/source/core/edit/edredln.cxx +sw/source/core/edit/edsect.cxx +sw/source/core/edit/edtab.cxx +sw/source/core/edit/edtox.cxx +sw/source/core/edit/edundo.cxx +sw/source/core/edit/edws.cxx +sw/source/core/fields/authfld.cxx +sw/source/core/fields/cellfml.cxx +sw/source/core/fields/chpfld.cxx +sw/source/core/fields/dbfld.cxx +sw/source/core/fields/ddefld.cxx +sw/source/core/fields/ddetbl.cxx +sw/source/core/fields/docufld.cxx +sw/source/core/fields/expfld.cxx +sw/source/core/fields/fldbas.cxx +sw/source/core/fields/flddat.cxx +sw/source/core/fields/flddropdown.cxx +sw/source/core/fields/fldlst.cxx +sw/source/core/fields/macrofld.cxx +sw/source/core/fields/postithelper.cxx +sw/source/core/fields/reffld.cxx +sw/source/core/fields/scrptfld.cxx +sw/source/core/fields/tblcalc.cxx +sw/source/core/fields/textapi.cxx +sw/source/core/fields/usrfld.cxx +sw/source/core/frmedt/fecopy.cxx +sw/source/core/frmedt/fedesc.cxx +sw/source/core/frmedt/fefly1.cxx +sw/source/core/frmedt/feflyole.cxx +sw/source/core/frmedt/feshview.cxx +sw/source/core/frmedt/fetab.cxx +sw/source/core/frmedt/fews.cxx +sw/source/core/frmedt/tblsel.cxx +sw/source/core/graphic/grfatr.cxx +sw/source/core/graphic/ndgrf.cxx +sw/source/core/inc/DocumentChartDataProviderManager.hxx +sw/source/core/inc/DocumentContentOperationsManager.hxx +sw/source/core/inc/DocumentDeviceManager.hxx +sw/source/core/inc/DocumentDrawModelManager.hxx +sw/source/core/inc/DocumentExternalDataManager.hxx +sw/source/core/inc/DocumentFieldsManager.hxx +sw/source/core/inc/DocumentLayoutManager.hxx +sw/source/core/inc/DocumentLinksAdministrationManager.hxx +sw/source/core/inc/DocumentListItemsManager.hxx +sw/source/core/inc/DocumentListsManager.hxx +sw/source/core/inc/DocumentOutlineNodesManager.hxx +sw/source/core/inc/DocumentRedlineManager.hxx +sw/source/core/inc/DocumentSettingManager.hxx +sw/source/core/inc/DocumentStateManager.hxx +sw/source/core/inc/DocumentStatisticsManager.hxx +sw/source/core/inc/DocumentStylePoolManager.hxx +sw/source/core/inc/DocumentTimerManager.hxx +sw/source/core/inc/GetMetricVal.hxx +sw/source/core/inc/MarkManager.hxx +sw/source/core/inc/SwGrammarMarkUp.hxx +sw/source/core/inc/SwPortionHandler.hxx +sw/source/core/inc/SwUndoFmt.hxx +sw/source/core/inc/SwUndoPageDesc.hxx +sw/source/core/inc/SwUndoTOXChange.hxx +sw/source/core/inc/SwXMLBlockExport.hxx +sw/source/core/inc/SwXMLBlockImport.hxx +sw/source/core/inc/SwXMLTextBlocks.hxx +sw/source/core/inc/SwXTextDefaults.hxx +sw/source/core/inc/UndoAttribute.hxx +sw/source/core/inc/UndoBookmark.hxx +sw/source/core/inc/UndoCore.hxx +sw/source/core/inc/UndoDelete.hxx +sw/source/core/inc/UndoDraw.hxx +sw/source/core/inc/UndoInsert.hxx +sw/source/core/inc/UndoManager.hxx +sw/source/core/inc/UndoNumbering.hxx +sw/source/core/inc/UndoOverwrite.hxx +sw/source/core/inc/UndoRedline.hxx +sw/source/core/inc/UndoSection.hxx +sw/source/core/inc/UndoSort.hxx +sw/source/core/inc/UndoSplitMove.hxx +sw/source/core/inc/UndoTable.hxx +sw/source/core/inc/acorrect.hxx +sw/source/core/inc/anchoredobjectposition.hxx +sw/source/core/inc/annotationmark.hxx +sw/source/core/inc/ascharanchoredobjectposition.hxx +sw/source/core/inc/bodyfrm.hxx +sw/source/core/inc/bookmrk.hxx +sw/source/core/inc/cellfrm.hxx +sw/source/core/inc/cntfrm.hxx +sw/source/core/inc/colfrm.hxx +sw/source/core/inc/crossrefbookmark.hxx +sw/source/core/inc/dbg_lay.hxx +sw/source/core/inc/dflyobj.hxx +sw/source/core/inc/docedt.hxx +sw/source/core/inc/docfld.hxx +sw/source/core/inc/docredln.hxx +sw/source/core/inc/docsort.hxx +sw/source/core/inc/doctxm.hxx +sw/source/core/inc/drawfont.hxx +sw/source/core/inc/dumpfilter.hxx +sw/source/core/inc/dview.hxx +sw/source/core/inc/environmentofanchoredobject.hxx +sw/source/core/inc/fefly.hxx +sw/source/core/inc/fieldhint.hxx +sw/source/core/inc/flowfrm.hxx +sw/source/core/inc/flyfrm.hxx +sw/source/core/inc/flyfrms.hxx +sw/source/core/inc/fntcache.hxx +sw/source/core/inc/fntcap.hxx +sw/source/core/inc/frame.hxx +sw/source/core/inc/frminf.hxx +sw/source/core/inc/frmtool.hxx +sw/source/core/inc/ftnboss.hxx +sw/source/core/inc/ftnfrm.hxx +sw/source/core/inc/hffrm.hxx +sw/source/core/inc/ifinishedthreadlistener.hxx +sw/source/core/inc/layact.hxx +sw/source/core/inc/laycache.hxx +sw/source/core/inc/layfrm.hxx +sw/source/core/inc/layouter.hxx +sw/source/core/inc/movedfwdfrmsbyobjpos.hxx +sw/source/core/inc/mvsave.hxx +sw/source/core/inc/node2lay.hxx +sw/source/core/inc/noteurl.hxx +sw/source/core/inc/notxtfrm.hxx +sw/source/core/inc/objectformatter.hxx +sw/source/core/inc/observablethread.hxx +sw/source/core/inc/pagedeschint.hxx +sw/source/core/inc/pagefrm.hxx +sw/source/core/inc/paintfrm.hxx +sw/source/core/inc/pamtyp.hxx +sw/source/core/inc/prevwpage.hxx +sw/source/core/inc/ptqueue.hxx +sw/source/core/inc/retrievedinputstreamdata.hxx +sw/source/core/inc/retrieveinputstream.hxx +sw/source/core/inc/retrieveinputstreamconsumer.hxx +sw/source/core/inc/rolbck.hxx +sw/source/core/inc/rootfrm.hxx +sw/source/core/inc/rowfrm.hxx +sw/source/core/inc/scriptinfo.hxx +sw/source/core/inc/sectfrm.hxx +sw/source/core/inc/sortedobjs.hxx +sw/source/core/inc/swblocks.hxx +sw/source/core/inc/swcache.hxx +sw/source/core/inc/swfntcch.hxx +sw/source/core/inc/swfont.hxx +sw/source/core/inc/swselectionlist.hxx +sw/source/core/inc/swthreadjoiner.hxx +sw/source/core/inc/swthreadmanager.hxx +sw/source/core/inc/tabfrm.hxx +sw/source/core/inc/tblrwcl.hxx +sw/source/core/inc/textapi.hxx +sw/source/core/inc/threadlistener.hxx +sw/source/core/inc/tocntntanchoredobjectposition.hxx +sw/source/core/inc/tolayoutanchoredobjectposition.hxx +sw/source/core/inc/txmsrt.hxx +sw/source/core/inc/txtfly.hxx +sw/source/core/inc/txtfrm.hxx +sw/source/core/inc/txttypes.hxx +sw/source/core/inc/undoflystrattr.hxx +sw/source/core/inc/unobookmark.hxx +sw/source/core/inc/unoevent.hxx +sw/source/core/inc/unofield.hxx +sw/source/core/inc/unoflatpara.hxx +sw/source/core/inc/unofldmid.h +sw/source/core/inc/unofootnote.hxx +sw/source/core/inc/unofreg.hxx +sw/source/core/inc/unoidx.hxx +sw/source/core/inc/unometa.hxx +sw/source/core/inc/unoparaframeenum.hxx +sw/source/core/inc/unoport.hxx +sw/source/core/inc/unorefmark.hxx +sw/source/core/inc/unosection.hxx +sw/source/core/inc/unotextmarkup.hxx +sw/source/core/inc/viewimp.hxx +sw/source/core/inc/visiturl.hxx +sw/source/core/inc/wrong.hxx +sw/source/core/layout/anchoreddrawobject.cxx +sw/source/core/layout/anchoredobject.cxx +sw/source/core/layout/atrfrm.cxx +sw/source/core/layout/calcmove.cxx +sw/source/core/layout/colfrm.cxx +sw/source/core/layout/dbg_lay.cxx +sw/source/core/layout/dumpfilter.cxx +sw/source/core/layout/findfrm.cxx +sw/source/core/layout/flowfrm.cxx +sw/source/core/layout/fly.cxx +sw/source/core/layout/flycnt.cxx +sw/source/core/layout/flyincnt.cxx +sw/source/core/layout/flylay.cxx +sw/source/core/layout/flypos.cxx +sw/source/core/layout/frmtool.cxx +sw/source/core/layout/ftnfrm.cxx +sw/source/core/layout/hffrm.cxx +sw/source/core/layout/layact.cxx +sw/source/core/layout/laycache.cxx +sw/source/core/layout/layhelp.hxx +sw/source/core/layout/layouter.cxx +sw/source/core/layout/legacyitem.cxx +sw/source/core/layout/movedfwdfrmsbyobjpos.cxx +sw/source/core/layout/newfrm.cxx +sw/source/core/layout/objectformatter.cxx +sw/source/core/layout/objectformatterlayfrm.cxx +sw/source/core/layout/objectformatterlayfrm.hxx +sw/source/core/layout/objectformattertxtfrm.cxx +sw/source/core/layout/objectformattertxtfrm.hxx +sw/source/core/layout/objstmpconsiderwrapinfl.cxx +sw/source/core/layout/objstmpconsiderwrapinfl.hxx +sw/source/core/layout/pagechg.cxx +sw/source/core/layout/pagedesc.cxx +sw/source/core/layout/paintfrm.cxx +sw/source/core/layout/sectfrm.cxx +sw/source/core/layout/softpagebreak.cxx +sw/source/core/layout/sortedobjs.cxx +sw/source/core/layout/ssfrm.cxx +sw/source/core/layout/swselectionlist.cxx +sw/source/core/layout/tabfrm.cxx +sw/source/core/layout/trvlfrm.cxx +sw/source/core/layout/unusedf.cxx +sw/source/core/layout/virtoutp.cxx +sw/source/core/layout/virtoutp.hxx +sw/source/core/layout/wsfrm.cxx +sw/source/core/objectpositioning/anchoredobjectposition.cxx +sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx +sw/source/core/objectpositioning/environmentofanchoredobject.cxx +sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx +sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx +sw/source/core/ole/ndole.cxx +sw/source/core/para/paratr.cxx +sw/source/core/sw3io/swacorr.cxx +sw/source/core/swg/SwXMLBlockExport.cxx +sw/source/core/swg/SwXMLBlockImport.cxx +sw/source/core/swg/SwXMLSectionList.cxx +sw/source/core/swg/SwXMLTextBlocks.cxx +sw/source/core/swg/SwXMLTextBlocks1.cxx +sw/source/core/swg/swblocks.cxx +sw/source/core/table/swnewtable.cxx +sw/source/core/table/swtable.cxx +sw/source/core/text/EnhancedPDFExportHelper.cxx +sw/source/core/text/SwGrammarMarkUp.cxx +sw/source/core/text/atrhndl.hxx +sw/source/core/text/atrstck.cxx +sw/source/core/text/frmcrsr.cxx +sw/source/core/text/frmform.cxx +sw/source/core/text/frminf.cxx +sw/source/core/text/frmpaint.cxx +sw/source/core/text/guess.cxx +sw/source/core/text/guess.hxx +sw/source/core/text/inftxt.cxx +sw/source/core/text/inftxt.hxx +sw/source/core/text/itradj.cxx +sw/source/core/text/itratr.cxx +sw/source/core/text/itratr.hxx +sw/source/core/text/itrcrsr.cxx +sw/source/core/text/itrform2.cxx +sw/source/core/text/itrform2.hxx +sw/source/core/text/itrpaint.cxx +sw/source/core/text/itrpaint.hxx +sw/source/core/text/itrtxt.cxx +sw/source/core/text/itrtxt.hxx +sw/source/core/text/noteurl.cxx +sw/source/core/text/pordrop.hxx +sw/source/core/text/porexp.cxx +sw/source/core/text/porexp.hxx +sw/source/core/text/porfld.cxx +sw/source/core/text/porfld.hxx +sw/source/core/text/porfly.cxx +sw/source/core/text/porfly.hxx +sw/source/core/text/porftn.hxx +sw/source/core/text/porglue.cxx +sw/source/core/text/porglue.hxx +sw/source/core/text/porhyph.hxx +sw/source/core/text/porlay.cxx +sw/source/core/text/porlay.hxx +sw/source/core/text/porlin.cxx +sw/source/core/text/porlin.hxx +sw/source/core/text/pormulti.cxx +sw/source/core/text/pormulti.hxx +sw/source/core/text/porref.cxx +sw/source/core/text/porref.hxx +sw/source/core/text/porrst.cxx +sw/source/core/text/porrst.hxx +sw/source/core/text/portab.hxx +sw/source/core/text/portox.cxx +sw/source/core/text/portox.hxx +sw/source/core/text/portxt.cxx +sw/source/core/text/portxt.hxx +sw/source/core/text/possiz.hxx +sw/source/core/text/redlnitr.cxx +sw/source/core/text/redlnitr.hxx +sw/source/core/text/txtcache.cxx +sw/source/core/text/txtcache.hxx +sw/source/core/text/txtdrop.cxx +sw/source/core/text/txtfld.cxx +sw/source/core/text/txtfly.cxx +sw/source/core/text/txtfrm.cxx +sw/source/core/text/txtftn.cxx +sw/source/core/text/txthyph.cxx +sw/source/core/text/txtinit.cxx +sw/source/core/text/txtpaint.cxx +sw/source/core/text/txtpaint.hxx +sw/source/core/text/txttab.cxx +sw/source/core/text/widorp.cxx +sw/source/core/text/widorp.hxx +sw/source/core/text/wrong.cxx +sw/source/core/text/xmldump.cxx +sw/source/core/tox/ToxLinkProcessor.cxx +sw/source/core/tox/ToxTabStopTokenHandler.cxx +sw/source/core/tox/ToxTextGenerator.cxx +sw/source/core/tox/ToxWhitespaceStripper.cxx +sw/source/core/tox/tox.cxx +sw/source/core/tox/toxhlp.cxx +sw/source/core/tox/txmsrt.cxx +sw/source/core/txtnode/SwGrammarContact.cxx +sw/source/core/txtnode/atrfld.cxx +sw/source/core/txtnode/atrflyin.cxx +sw/source/core/txtnode/atrftn.cxx +sw/source/core/txtnode/atrref.cxx +sw/source/core/txtnode/atrtox.cxx +sw/source/core/txtnode/chrfmt.cxx +sw/source/core/txtnode/fmtatr2.cxx +sw/source/core/txtnode/fntcache.cxx +sw/source/core/txtnode/fntcap.cxx +sw/source/core/txtnode/modeltoviewhelper.cxx +sw/source/core/txtnode/ndhints.cxx +sw/source/core/txtnode/ndtxt.cxx +sw/source/core/txtnode/swfntcch.cxx +sw/source/core/txtnode/swfont.cxx +sw/source/core/txtnode/thints.cxx +sw/source/core/txtnode/txatbase.cxx +sw/source/core/txtnode/txatritr.cxx +sw/source/core/txtnode/txtatr2.cxx +sw/source/core/txtnode/txtedt.cxx +sw/source/core/undo/SwRewriter.cxx +sw/source/core/undo/SwUndoField.cxx +sw/source/core/undo/SwUndoFmt.cxx +sw/source/core/undo/SwUndoPageDesc.cxx +sw/source/core/undo/SwUndoTOXChange.cxx +sw/source/core/undo/docundo.cxx +sw/source/core/undo/rolbck.cxx +sw/source/core/undo/unattr.cxx +sw/source/core/undo/unbkmk.cxx +sw/source/core/undo/undel.cxx +sw/source/core/undo/undobj.cxx +sw/source/core/undo/undobj1.cxx +sw/source/core/undo/undoflystrattr.cxx +sw/source/core/undo/undraw.cxx +sw/source/core/undo/unfmco.cxx +sw/source/core/undo/unins.cxx +sw/source/core/undo/unmove.cxx +sw/source/core/undo/unnum.cxx +sw/source/core/undo/unoutl.cxx +sw/source/core/undo/unovwr.cxx +sw/source/core/undo/unredln.cxx +sw/source/core/undo/unsect.cxx +sw/source/core/undo/unsort.cxx +sw/source/core/undo/unspnd.cxx +sw/source/core/undo/untbl.cxx +sw/source/core/undo/untblk.cxx +sw/source/core/unocore/SwXTextDefaults.cxx +sw/source/core/unocore/TextCursorHelper.cxx +sw/source/core/unocore/XMLRangeHelper.cxx +sw/source/core/unocore/XMLRangeHelper.hxx +sw/source/core/unocore/swunohelper.cxx +sw/source/core/unocore/unobkm.cxx +sw/source/core/unocore/unochart.cxx +sw/source/core/unocore/unocoll.cxx +sw/source/core/unocore/unocrsr.cxx +sw/source/core/unocore/unocrsrhelper.cxx +sw/source/core/unocore/unodraw.cxx +sw/source/core/unocore/unoevent.cxx +sw/source/core/unocore/unofield.cxx +sw/source/core/unocore/unoflatpara.cxx +sw/source/core/unocore/unoframe.cxx +sw/source/core/unocore/unoftn.cxx +sw/source/core/unocore/unoidx.cxx +sw/source/core/unocore/unomap.cxx +sw/source/core/unocore/unomap1.cxx +sw/source/core/unocore/unomapproperties.hxx +sw/source/core/unocore/unoobj.cxx +sw/source/core/unocore/unoobj2.cxx +sw/source/core/unocore/unoparagraph.cxx +sw/source/core/unocore/unoport.cxx +sw/source/core/unocore/unoportenum.cxx +sw/source/core/unocore/unoredline.cxx +sw/source/core/unocore/unoredlines.cxx +sw/source/core/unocore/unorefmk.cxx +sw/source/core/unocore/unosect.cxx +sw/source/core/unocore/unosett.cxx +sw/source/core/unocore/unosrch.cxx +sw/source/core/unocore/unostyle.cxx +sw/source/core/unocore/unotbl.cxx +sw/source/core/unocore/unotext.cxx +sw/source/core/unocore/unotextmarkup.cxx +sw/source/core/view/pagepreviewlayout.cxx +sw/source/core/view/printdata.cxx +sw/source/core/view/vdraw.cxx +sw/source/core/view/viewimp.cxx +sw/source/core/view/viewpg.cxx +sw/source/core/view/viewsh.cxx +sw/source/core/view/vnew.cxx +sw/source/core/view/vprint.cxx +sw/source/core/view/vprint.hxx +sw/source/filter/ascii/ascatr.cxx +sw/source/filter/ascii/parasc.cxx +sw/source/filter/ascii/wrtasc.cxx +sw/source/filter/ascii/wrtasc.hxx +sw/source/filter/basflt/docfact.cxx +sw/source/filter/basflt/fltini.cxx +sw/source/filter/basflt/fltshell.cxx +sw/source/filter/basflt/iodetect.cxx +sw/source/filter/basflt/shellio.cxx +sw/source/filter/docx/swdocxreader.cxx +sw/source/filter/docx/swdocxreader.hxx +sw/source/filter/html/SwAppletImpl.cxx +sw/source/filter/html/css1atr.cxx +sw/source/filter/html/css1atr.hxx +sw/source/filter/html/css1kywd.hxx +sw/source/filter/html/htmlatr.cxx +sw/source/filter/html/htmlbas.cxx +sw/source/filter/html/htmlcss1.cxx +sw/source/filter/html/htmlctxt.cxx +sw/source/filter/html/htmldrawreader.cxx +sw/source/filter/html/htmldrawwriter.cxx +sw/source/filter/html/htmlfld.cxx +sw/source/filter/html/htmlfld.hxx +sw/source/filter/html/htmlfldw.cxx +sw/source/filter/html/htmlfly.cxx +sw/source/filter/html/htmlfly.hxx +sw/source/filter/html/htmlflyt.cxx +sw/source/filter/html/htmlflywriter.cxx +sw/source/filter/html/htmlform.cxx +sw/source/filter/html/htmlform.hxx +sw/source/filter/html/htmlforw.cxx +sw/source/filter/html/htmlftn.cxx +sw/source/filter/html/htmlgrin.cxx +sw/source/filter/html/htmlnum.cxx +sw/source/filter/html/htmlnum.hxx +sw/source/filter/html/htmlnumreader.cxx +sw/source/filter/html/htmlnumwriter.cxx +sw/source/filter/html/htmlplug.cxx +sw/source/filter/html/htmlsect.cxx +sw/source/filter/html/htmltab.cxx +sw/source/filter/html/htmltabw.cxx +sw/source/filter/html/parcss1.cxx +sw/source/filter/html/parcss1.hxx +sw/source/filter/html/svxcss1.cxx +sw/source/filter/html/svxcss1.hxx +sw/source/filter/html/swcss1.hxx +sw/source/filter/html/swhtml.cxx +sw/source/filter/html/swhtml.hxx +sw/source/filter/html/wrthtml.cxx +sw/source/filter/html/wrthtml.hxx +sw/source/filter/inc/fltini.hxx +sw/source/filter/inc/fltshell.hxx +sw/source/filter/inc/msfilter.hxx +sw/source/filter/inc/rtf.hxx +sw/source/filter/inc/wrt_fn.hxx +sw/source/filter/inc/wrtswtbl.hxx +sw/source/filter/inc/wwstyles.hxx +sw/source/filter/writer/writer.cxx +sw/source/filter/writer/wrt_fn.cxx +sw/source/filter/writer/wrtswtbl.cxx +sw/source/filter/ww8/WW8FFData.cxx +sw/source/filter/ww8/WW8FFData.hxx +sw/source/filter/ww8/WW8FibData.cxx +sw/source/filter/ww8/WW8FibData.hxx +sw/source/filter/ww8/WW8Sttbf.cxx +sw/source/filter/ww8/WW8Sttbf.hxx +sw/source/filter/ww8/WW8TableInfo.cxx +sw/source/filter/ww8/WW8TableInfo.hxx +sw/source/filter/ww8/attributeoutputbase.hxx +sw/source/filter/ww8/docxattributeoutput.cxx +sw/source/filter/ww8/docxattributeoutput.hxx +sw/source/filter/ww8/docxexport.cxx +sw/source/filter/ww8/docxexport.hxx +sw/source/filter/ww8/docxexportfilter.cxx +sw/source/filter/ww8/docxexportfilter.hxx +sw/source/filter/ww8/docxfootnotes.hxx +sw/source/filter/ww8/docxhelper.hxx +sw/source/filter/ww8/docxsdrexport.hxx +sw/source/filter/ww8/escher.hxx +sw/source/filter/ww8/fields.cxx +sw/source/filter/ww8/fields.hxx +sw/source/filter/ww8/needed_cast.hxx +sw/source/filter/ww8/sortedarray.hxx +sw/source/filter/ww8/styles.cxx +sw/source/filter/ww8/types.hxx +sw/source/filter/ww8/writerhelper.cxx +sw/source/filter/ww8/writerhelper.hxx +sw/source/filter/ww8/writerwordglue.cxx +sw/source/filter/ww8/writerwordglue.hxx +sw/source/filter/ww8/wrtw8esh.cxx +sw/source/filter/ww8/wrtw8nds.cxx +sw/source/filter/ww8/wrtw8num.cxx +sw/source/filter/ww8/wrtw8sty.cxx +sw/source/filter/ww8/wrtww8.cxx +sw/source/filter/ww8/wrtww8.hxx +sw/source/filter/ww8/wrtww8gr.cxx +sw/source/filter/ww8/ww8atr.cxx +sw/source/filter/ww8/ww8attributeoutput.hxx +sw/source/filter/ww8/ww8glsy.cxx +sw/source/filter/ww8/ww8glsy.hxx +sw/source/filter/ww8/ww8graf.cxx +sw/source/filter/ww8/ww8graf.hxx +sw/source/filter/ww8/ww8graf2.cxx +sw/source/filter/ww8/ww8par.cxx +sw/source/filter/ww8/ww8par.hxx +sw/source/filter/ww8/ww8par2.cxx +sw/source/filter/ww8/ww8par2.hxx +sw/source/filter/ww8/ww8par3.cxx +sw/source/filter/ww8/ww8par4.cxx +sw/source/filter/ww8/ww8par5.cxx +sw/source/filter/ww8/ww8par6.cxx +sw/source/filter/ww8/ww8scan.cxx +sw/source/filter/ww8/ww8scan.hxx +sw/source/filter/ww8/ww8struc.hxx +sw/source/filter/ww8/ww8toolbar.cxx +sw/source/filter/ww8/ww8toolbar.hxx +sw/source/filter/xml/XMLRedlineImportHelper.cxx +sw/source/filter/xml/XMLRedlineImportHelper.hxx +sw/source/filter/xml/swxml.cxx +sw/source/filter/xml/wrtxml.cxx +sw/source/filter/xml/wrtxml.hxx +sw/source/filter/xml/xmlbrsh.cxx +sw/source/filter/xml/xmlbrshe.hxx +sw/source/filter/xml/xmlbrshi.hxx +sw/source/filter/xml/xmlexp.cxx +sw/source/filter/xml/xmlexp.hxx +sw/source/filter/xml/xmlexpit.cxx +sw/source/filter/xml/xmlexpit.hxx +sw/source/filter/xml/xmlfmt.cxx +sw/source/filter/xml/xmlfmte.cxx +sw/source/filter/xml/xmlfonte.cxx +sw/source/filter/xml/xmlimp.cxx +sw/source/filter/xml/xmlimp.hxx +sw/source/filter/xml/xmlimpit.cxx +sw/source/filter/xml/xmlimpit.hxx +sw/source/filter/xml/xmlitem.cxx +sw/source/filter/xml/xmlitem.hxx +sw/source/filter/xml/xmliteme.cxx +sw/source/filter/xml/xmlitemi.cxx +sw/source/filter/xml/xmlitemm.cxx +sw/source/filter/xml/xmlithlp.cxx +sw/source/filter/xml/xmlithlp.hxx +sw/source/filter/xml/xmlitmap.hxx +sw/source/filter/xml/xmlitmpr.cxx +sw/source/filter/xml/xmlmeta.cxx +sw/source/filter/xml/xmlscript.cxx +sw/source/filter/xml/xmltble.cxx +sw/source/filter/xml/xmltbli.cxx +sw/source/filter/xml/xmltbli.hxx +sw/source/filter/xml/xmltext.cxx +sw/source/filter/xml/xmltexte.cxx +sw/source/filter/xml/xmltexte.hxx +sw/source/filter/xml/xmltexti.cxx +sw/source/filter/xml/xmltexti.hxx +sw/source/ui/chrdlg/break.cxx +sw/source/ui/chrdlg/chardlg.cxx +sw/source/ui/chrdlg/drpcps.cxx +sw/source/ui/chrdlg/numpara.cxx +sw/source/ui/chrdlg/pardlg.cxx +sw/source/ui/chrdlg/swuiccoll.cxx +sw/source/ui/chrdlg/tblnumfm.cxx +sw/source/ui/config/mailconfigpage.cxx +sw/source/ui/config/optcomp.cxx +sw/source/ui/config/optload.cxx +sw/source/ui/config/optpage.cxx +sw/source/ui/dbui/addresslistdialog.cxx +sw/source/ui/dbui/addresslistdialog.hxx +sw/source/ui/dbui/createaddresslistdialog.cxx +sw/source/ui/dbui/createaddresslistdialog.hxx +sw/source/ui/dbui/customizeaddresslistdialog.cxx +sw/source/ui/dbui/customizeaddresslistdialog.hxx +sw/source/ui/dbui/dbinsdlg.cxx +sw/source/ui/dbui/dbtablepreviewdialog.cxx +sw/source/ui/dbui/dbtablepreviewdialog.hxx +sw/source/ui/dbui/mailmergewizard.cxx +sw/source/ui/dbui/mmaddressblockpage.cxx +sw/source/ui/dbui/mmaddressblockpage.hxx +sw/source/ui/dbui/mmdocselectpage.cxx +sw/source/ui/dbui/mmdocselectpage.hxx +sw/source/ui/dbui/mmgreetingspage.cxx +sw/source/ui/dbui/mmgreetingspage.hxx +sw/source/ui/dbui/mmlayoutpage.cxx +sw/source/ui/dbui/mmlayoutpage.hxx +sw/source/ui/dbui/mmoutputtypepage.cxx +sw/source/ui/dbui/mmoutputtypepage.hxx +sw/source/ui/dbui/mmresultdialogs.cxx +sw/source/ui/dbui/selectdbtabledialog.cxx +sw/source/ui/dbui/selectdbtabledialog.hxx +sw/source/ui/dialog/abstract.cxx +sw/source/ui/dialog/addrdlg.cxx +sw/source/ui/dialog/ascfldlg.cxx +sw/source/ui/dialog/docstdlg.cxx +sw/source/ui/dialog/macassgn.cxx +sw/source/ui/dialog/swdlgfact.cxx +sw/source/ui/dialog/swdlgfact.hxx +sw/source/ui/dialog/swmessdialog.cxx +sw/source/ui/dialog/swuiexp.cxx +sw/source/ui/dialog/uiregionsw.cxx +sw/source/ui/dialog/wordcountdialog.cxx +sw/source/ui/dochdl/selglos.cxx +sw/source/ui/envelp/envfmt.cxx +sw/source/ui/envelp/envfmt.hxx +sw/source/ui/envelp/envlop1.cxx +sw/source/ui/envelp/envprt.cxx +sw/source/ui/envelp/envprt.hxx +sw/source/ui/envelp/label1.cxx +sw/source/ui/envelp/labelexp.cxx +sw/source/ui/envelp/labfmt.cxx +sw/source/ui/envelp/labfmt.hxx +sw/source/ui/envelp/labprt.cxx +sw/source/ui/envelp/labprt.hxx +sw/source/ui/envelp/mailmrge.cxx +sw/source/ui/envelp/swuilabimp.hxx +sw/source/ui/fldui/DropDownFieldDialog.cxx +sw/source/ui/fldui/changedb.cxx +sw/source/ui/fldui/flddb.cxx +sw/source/ui/fldui/flddb.hxx +sw/source/ui/fldui/flddinf.cxx +sw/source/ui/fldui/flddinf.hxx +sw/source/ui/fldui/flddok.cxx +sw/source/ui/fldui/flddok.hxx +sw/source/ui/fldui/fldedt.cxx +sw/source/ui/fldui/fldfunc.cxx +sw/source/ui/fldui/fldfunc.hxx +sw/source/ui/fldui/fldpage.cxx +sw/source/ui/fldui/fldpage.hxx +sw/source/ui/fldui/fldref.cxx +sw/source/ui/fldui/fldref.hxx +sw/source/ui/fldui/fldtdlg.cxx +sw/source/ui/fldui/fldvar.cxx +sw/source/ui/fldui/fldvar.hxx +sw/source/ui/fldui/inpdlg.cxx +sw/source/ui/fldui/javaedit.cxx +sw/source/ui/fmtui/tmpdlg.cxx +sw/source/ui/frmdlg/column.cxx +sw/source/ui/frmdlg/cption.cxx +sw/source/ui/frmdlg/frmdlg.cxx +sw/source/ui/frmdlg/frmpage.cxx +sw/source/ui/frmdlg/pattern.cxx +sw/source/ui/frmdlg/uiborder.cxx +sw/source/ui/frmdlg/wrap.cxx +sw/source/ui/inc/mmresultdialogs.hxx +sw/source/ui/inc/swuiexp.hxx +sw/source/ui/index/cntex.cxx +sw/source/ui/index/cnttab.cxx +sw/source/ui/index/multmrk.cxx +sw/source/ui/index/swuiidxmrk.cxx +sw/source/ui/misc/bookmark.cxx +sw/source/ui/misc/docfnote.cxx +sw/source/ui/misc/glosbib.cxx +sw/source/ui/misc/glossary.cxx +sw/source/ui/misc/impfnote.hxx +sw/source/ui/misc/insfnote.cxx +sw/source/ui/misc/linenum.cxx +sw/source/ui/misc/num.cxx +sw/source/ui/misc/outline.cxx +sw/source/ui/misc/pgfnote.cxx +sw/source/ui/misc/pggrid.cxx +sw/source/ui/misc/srtdlg.cxx +sw/source/ui/misc/swmodalredlineacceptdlg.cxx +sw/source/ui/misc/titlepage.cxx +sw/source/ui/table/colwd.cxx +sw/source/ui/table/convert.cxx +sw/source/ui/table/instable.cxx +sw/source/ui/table/mergetbl.cxx +sw/source/ui/table/rowht.cxx +sw/source/ui/table/splittbl.cxx +sw/source/ui/table/tabledlg.cxx +sw/source/ui/table/tautofmt.cxx +sw/source/ui/uno/swdetect.cxx +sw/source/ui/uno/swdetect.hxx +sw/source/ui/utlui/swrenamexnameddlg.cxx +sw/source/ui/vba/service.cxx +sw/source/ui/vba/service.hxx +sw/source/ui/vba/vbaaddin.cxx +sw/source/ui/vba/vbaaddin.hxx +sw/source/ui/vba/vbaaddins.cxx +sw/source/ui/vba/vbaaddins.hxx +sw/source/ui/vba/vbaapplication.cxx +sw/source/ui/vba/vbaapplication.hxx +sw/source/ui/vba/vbaautotextentry.cxx +sw/source/ui/vba/vbaautotextentry.hxx +sw/source/ui/vba/vbabookmark.cxx +sw/source/ui/vba/vbabookmark.hxx +sw/source/ui/vba/vbabookmarks.cxx +sw/source/ui/vba/vbabookmarks.hxx +sw/source/ui/vba/vbaborders.cxx +sw/source/ui/vba/vbaborders.hxx +sw/source/ui/vba/vbacell.cxx +sw/source/ui/vba/vbacell.hxx +sw/source/ui/vba/vbacells.cxx +sw/source/ui/vba/vbacells.hxx +sw/source/ui/vba/vbacolumn.cxx +sw/source/ui/vba/vbacolumn.hxx +sw/source/ui/vba/vbacolumns.cxx +sw/source/ui/vba/vbacolumns.hxx +sw/source/ui/vba/vbadialog.cxx +sw/source/ui/vba/vbadialog.hxx +sw/source/ui/vba/vbadialogs.cxx +sw/source/ui/vba/vbadialogs.hxx +sw/source/ui/vba/vbadocument.cxx +sw/source/ui/vba/vbadocument.hxx +sw/source/ui/vba/vbadocumentproperties.cxx +sw/source/ui/vba/vbadocumentproperties.hxx +sw/source/ui/vba/vbadocuments.cxx +sw/source/ui/vba/vbadocuments.hxx +sw/source/ui/vba/vbaeventshelper.cxx +sw/source/ui/vba/vbaeventshelper.hxx +sw/source/ui/vba/vbafield.cxx +sw/source/ui/vba/vbafield.hxx +sw/source/ui/vba/vbafind.cxx +sw/source/ui/vba/vbafind.hxx +sw/source/ui/vba/vbafont.cxx +sw/source/ui/vba/vbafont.hxx +sw/source/ui/vba/vbaframe.cxx +sw/source/ui/vba/vbaframe.hxx +sw/source/ui/vba/vbaframes.cxx +sw/source/ui/vba/vbaframes.hxx +sw/source/ui/vba/vbaglobals.cxx +sw/source/ui/vba/vbaglobals.hxx +sw/source/ui/vba/vbaheaderfooter.cxx +sw/source/ui/vba/vbaheaderfooter.hxx +sw/source/ui/vba/vbaheaderfooterhelper.cxx +sw/source/ui/vba/vbaheaderfooterhelper.hxx +sw/source/ui/vba/vbaheadersfooters.cxx +sw/source/ui/vba/vbaheadersfooters.hxx +sw/source/ui/vba/vbainformationhelper.cxx +sw/source/ui/vba/vbainformationhelper.hxx +sw/source/ui/vba/vbalistformat.cxx +sw/source/ui/vba/vbalistformat.hxx +sw/source/ui/vba/vbalistgalleries.cxx +sw/source/ui/vba/vbalistgalleries.hxx +sw/source/ui/vba/vbalistgallery.cxx +sw/source/ui/vba/vbalistgallery.hxx +sw/source/ui/vba/vbalisthelper.cxx +sw/source/ui/vba/vbalisthelper.hxx +sw/source/ui/vba/vbalistlevel.cxx +sw/source/ui/vba/vbalistlevel.hxx +sw/source/ui/vba/vbalistlevels.cxx +sw/source/ui/vba/vbalistlevels.hxx +sw/source/ui/vba/vbalisttemplate.cxx +sw/source/ui/vba/vbalisttemplate.hxx +sw/source/ui/vba/vbalisttemplates.cxx +sw/source/ui/vba/vbalisttemplates.hxx +sw/source/ui/vba/vbaoptions.cxx +sw/source/ui/vba/vbaoptions.hxx +sw/source/ui/vba/vbapagesetup.cxx +sw/source/ui/vba/vbapagesetup.hxx +sw/source/ui/vba/vbapalette.cxx +sw/source/ui/vba/vbapalette.hxx +sw/source/ui/vba/vbapane.cxx +sw/source/ui/vba/vbapane.hxx +sw/source/ui/vba/vbapanes.cxx +sw/source/ui/vba/vbapanes.hxx +sw/source/ui/vba/vbaparagraph.cxx +sw/source/ui/vba/vbaparagraph.hxx +sw/source/ui/vba/vbaparagraphformat.cxx +sw/source/ui/vba/vbaparagraphformat.hxx +sw/source/ui/vba/vbarange.cxx +sw/source/ui/vba/vbarange.hxx +sw/source/ui/vba/vbarangehelper.cxx +sw/source/ui/vba/vbarangehelper.hxx +sw/source/ui/vba/vbareplacement.cxx +sw/source/ui/vba/vbareplacement.hxx +sw/source/ui/vba/vbarevision.cxx +sw/source/ui/vba/vbarevision.hxx +sw/source/ui/vba/vbarevisions.cxx +sw/source/ui/vba/vbarevisions.hxx +sw/source/ui/vba/vbarow.cxx +sw/source/ui/vba/vbarow.hxx +sw/source/ui/vba/vbarows.cxx +sw/source/ui/vba/vbarows.hxx +sw/source/ui/vba/vbasection.cxx +sw/source/ui/vba/vbasection.hxx +sw/source/ui/vba/vbasections.cxx +sw/source/ui/vba/vbasections.hxx +sw/source/ui/vba/vbaselection.cxx +sw/source/ui/vba/vbaselection.hxx +sw/source/ui/vba/vbastyle.cxx +sw/source/ui/vba/vbastyle.hxx +sw/source/ui/vba/vbastyles.cxx +sw/source/ui/vba/vbastyles.hxx +sw/source/ui/vba/vbasystem.cxx +sw/source/ui/vba/vbasystem.hxx +sw/source/ui/vba/vbatable.cxx +sw/source/ui/vba/vbatable.hxx +sw/source/ui/vba/vbatablehelper.cxx +sw/source/ui/vba/vbatablehelper.hxx +sw/source/ui/vba/vbatableofcontents.cxx +sw/source/ui/vba/vbatableofcontents.hxx +sw/source/ui/vba/vbatables.cxx +sw/source/ui/vba/vbatables.hxx +sw/source/ui/vba/vbatablesofcontents.cxx +sw/source/ui/vba/vbatablesofcontents.hxx +sw/source/ui/vba/vbatabstop.cxx +sw/source/ui/vba/vbatabstop.hxx +sw/source/ui/vba/vbatabstops.cxx +sw/source/ui/vba/vbatabstops.hxx +sw/source/ui/vba/vbatemplate.cxx +sw/source/ui/vba/vbatemplate.hxx +sw/source/ui/vba/vbavariable.cxx +sw/source/ui/vba/vbavariable.hxx +sw/source/ui/vba/vbavariables.cxx +sw/source/ui/vba/vbavariables.hxx +sw/source/ui/vba/vbaview.cxx +sw/source/ui/vba/vbaview.hxx +sw/source/ui/vba/vbawindow.cxx +sw/source/ui/vba/vbawindow.hxx +sw/source/ui/vba/vbawrapformat.cxx +sw/source/ui/vba/vbawrapformat.hxx +sw/source/ui/vba/wordvbahelper.cxx +sw/source/ui/vba/wordvbahelper.hxx +sw/source/uibase/app/appenv.cxx +sw/source/uibase/app/appenv.hxx +sw/source/uibase/app/apphdl.cxx +sw/source/uibase/app/applab.cxx +sw/source/uibase/app/appopt.cxx +sw/source/uibase/app/docsh.cxx +sw/source/uibase/app/docsh2.cxx +sw/source/uibase/app/docshdrw.cxx +sw/source/uibase/app/docshini.cxx +sw/source/uibase/app/docst.cxx +sw/source/uibase/app/docstyle.cxx +sw/source/uibase/app/mainwn.cxx +sw/source/uibase/app/swdll.cxx +sw/source/uibase/app/swdllimpl.hxx +sw/source/uibase/app/swmodul1.cxx +sw/source/uibase/app/swmodule.cxx +sw/source/uibase/app/swwait.cxx +sw/source/uibase/chrdlg/ccoll.cxx +sw/source/uibase/config/StoredChapterNumbering.cxx +sw/source/uibase/config/barcfg.cxx +sw/source/uibase/config/caption.cxx +sw/source/uibase/config/cfgitems.cxx +sw/source/uibase/config/dbconfig.cxx +sw/source/uibase/config/fontcfg.cxx +sw/source/uibase/config/modcfg.cxx +sw/source/uibase/config/prtopt.cxx +sw/source/uibase/config/uinums.cxx +sw/source/uibase/config/usrpref.cxx +sw/source/uibase/config/viewopt.cxx +sw/source/uibase/dbui/dbmgr.cxx +sw/source/uibase/dbui/dbtree.cxx +sw/source/uibase/dbui/dbui.cxx +sw/source/uibase/dbui/maildispatcher.cxx +sw/source/uibase/dbui/mailmergehelper.cxx +sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx +sw/source/uibase/dbui/mmconfigitem.cxx +sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx +sw/source/uibase/dialog/regionsw.cxx +sw/source/uibase/dialog/swabstdlg.cxx +sw/source/uibase/dialog/swwrtshitem.cxx +sw/source/uibase/dialog/watermarkdialog.cxx +sw/source/uibase/dialog/wordcountwrapper.cxx +sw/source/uibase/dochdl/gloshdl.cxx +sw/source/uibase/dochdl/swdtflvr.cxx +sw/source/uibase/docvw/AnchorOverlayObject.cxx +sw/source/uibase/docvw/AnchorOverlayObject.hxx +sw/source/uibase/docvw/AnnotationMenuButton.cxx +sw/source/uibase/docvw/AnnotationMenuButton.hxx +sw/source/uibase/docvw/AnnotationWin.cxx +sw/source/uibase/docvw/AnnotationWin2.cxx +sw/source/uibase/docvw/DashedLine.cxx +sw/source/uibase/docvw/FrameControlsManager.cxx +sw/source/uibase/docvw/HeaderFooterWin.cxx +sw/source/uibase/docvw/OverlayRanges.cxx +sw/source/uibase/docvw/OverlayRanges.hxx +sw/source/uibase/docvw/PageBreakWin.cxx +sw/source/uibase/docvw/PostItMgr.cxx +sw/source/uibase/docvw/ShadowOverlayObject.cxx +sw/source/uibase/docvw/ShadowOverlayObject.hxx +sw/source/uibase/docvw/SidebarTxtControl.cxx +sw/source/uibase/docvw/SidebarTxtControl.hxx +sw/source/uibase/docvw/SidebarTxtControlAcc.cxx +sw/source/uibase/docvw/SidebarTxtControlAcc.hxx +sw/source/uibase/docvw/SidebarWinAcc.cxx +sw/source/uibase/docvw/SidebarWinAcc.hxx +sw/source/uibase/docvw/edtdd.cxx +sw/source/uibase/docvw/edtwin.cxx +sw/source/uibase/docvw/edtwin2.cxx +sw/source/uibase/docvw/edtwin3.cxx +sw/source/uibase/docvw/frmsidebarwincontainer.cxx +sw/source/uibase/docvw/frmsidebarwincontainer.hxx +sw/source/uibase/docvw/romenu.cxx +sw/source/uibase/docvw/romenu.hxx +sw/source/uibase/docvw/srcedtw.cxx +sw/source/uibase/envelp/envimg.cxx +sw/source/uibase/envelp/labelcfg.cxx +sw/source/uibase/envelp/labimg.cxx +sw/source/uibase/envelp/syncbtn.cxx +sw/source/uibase/fldui/fldmgr.cxx +sw/source/uibase/fldui/fldwrap.cxx +sw/source/uibase/fldui/xfldui.cxx +sw/source/uibase/frmdlg/colex.cxx +sw/source/uibase/frmdlg/colmgr.cxx +sw/source/uibase/frmdlg/frmmgr.cxx +sw/source/uibase/globdoc/globdoc.cxx +sw/source/uibase/inc/DashedLine.hxx +sw/source/uibase/inc/DropDownFieldDialog.hxx +sw/source/uibase/inc/FrameControl.hxx +sw/source/uibase/inc/FrameControlsManager.hxx +sw/source/uibase/inc/HeaderFooterWin.hxx +sw/source/uibase/inc/PageBreakWin.hxx +sw/source/uibase/inc/SidebarWindowsConsts.hxx +sw/source/uibase/inc/SwSpellDialogChildWindow.hxx +sw/source/uibase/inc/SwXFilterOptions.hxx +sw/source/uibase/inc/abstract.hxx +sw/source/uibase/inc/annotsh.hxx +sw/source/uibase/inc/ascfldlg.hxx +sw/source/uibase/inc/barcfg.hxx +sw/source/uibase/inc/basesh.hxx +sw/source/uibase/inc/beziersh.hxx +sw/source/uibase/inc/bmpwin.hxx +sw/source/uibase/inc/bookctrl.hxx +sw/source/uibase/inc/bookmark.hxx +sw/source/uibase/inc/break.hxx +sw/source/uibase/inc/caption.hxx +sw/source/uibase/inc/cfgitems.hxx +sw/source/uibase/inc/changedb.hxx +sw/source/uibase/inc/chartins.hxx +sw/source/uibase/inc/chldwrap.hxx +sw/source/uibase/inc/chrdlg.hxx +sw/source/uibase/inc/chrdlgmodes.hxx +sw/source/uibase/inc/cnttab.hxx +sw/source/uibase/inc/colex.hxx +sw/source/uibase/inc/colmgr.hxx +sw/source/uibase/inc/column.hxx +sw/source/uibase/inc/conarc.hxx +sw/source/uibase/inc/concustomshape.hxx +sw/source/uibase/inc/condedit.hxx +sw/source/uibase/inc/conform.hxx +sw/source/uibase/inc/conpoly.hxx +sw/source/uibase/inc/conrect.hxx +sw/source/uibase/inc/content.hxx +sw/source/uibase/inc/conttree.hxx +sw/source/uibase/inc/convert.hxx +sw/source/uibase/inc/cption.hxx +sw/source/uibase/inc/dbconfig.hxx +sw/source/uibase/inc/dbinsdlg.hxx +sw/source/uibase/inc/dbtree.hxx +sw/source/uibase/inc/dbui.hxx +sw/source/uibase/inc/docfnote.hxx +sw/source/uibase/inc/docstdlg.hxx +sw/source/uibase/inc/drawbase.hxx +sw/source/uibase/inc/drawsh.hxx +sw/source/uibase/inc/drformsh.hxx +sw/source/uibase/inc/drpcps.hxx +sw/source/uibase/inc/drwbassh.hxx +sw/source/uibase/inc/drwtxtsh.hxx +sw/source/uibase/inc/dselect.hxx +sw/source/uibase/inc/edtwin.hxx +sw/source/uibase/inc/envimg.hxx +sw/source/uibase/inc/envlop.hxx +sw/source/uibase/inc/fldedt.hxx +sw/source/uibase/inc/fldmgr.hxx +sw/source/uibase/inc/fldtdlg.hxx +sw/source/uibase/inc/fldwrap.hxx +sw/source/uibase/inc/fontcfg.hxx +sw/source/uibase/inc/formatclipboard.hxx +sw/source/uibase/inc/frmdlg.hxx +sw/source/uibase/inc/frmmgr.hxx +sw/source/uibase/inc/frmpage.hxx +sw/source/uibase/inc/frmsh.hxx +sw/source/uibase/inc/glosbib.hxx +sw/source/uibase/inc/glosdoc.hxx +sw/source/uibase/inc/gloshdl.hxx +sw/source/uibase/inc/gloslst.hxx +sw/source/uibase/inc/glossary.hxx +sw/source/uibase/inc/glshell.hxx +sw/source/uibase/inc/grfsh.hxx +sw/source/uibase/inc/hyp.hxx +sw/source/uibase/inc/idxmrk.hxx +sw/source/uibase/inc/imaildsplistener.hxx +sw/source/uibase/inc/initui.hxx +sw/source/uibase/inc/inpdlg.hxx +sw/source/uibase/inc/inputwin.hxx +sw/source/uibase/inc/insfnote.hxx +sw/source/uibase/inc/instable.hxx +sw/source/uibase/inc/javaedit.hxx +sw/source/uibase/inc/label.hxx +sw/source/uibase/inc/labelcfg.hxx +sw/source/uibase/inc/labimg.hxx +sw/source/uibase/inc/labrec.hxx +sw/source/uibase/inc/langhelper.hxx +sw/source/uibase/inc/listsh.hxx +sw/source/uibase/inc/macassgn.hxx +sw/source/uibase/inc/mailconfigpage.hxx +sw/source/uibase/inc/maildispatcher.hxx +sw/source/uibase/inc/mailmergehelper.hxx +sw/source/uibase/inc/mailmergewizard.hxx +sw/source/uibase/inc/mailmrge.hxx +sw/source/uibase/inc/mediash.hxx +sw/source/uibase/inc/mergetbl.hxx +sw/source/uibase/inc/mmconfigitem.hxx +sw/source/uibase/inc/multmrk.hxx +sw/source/uibase/inc/navicfg.hxx +sw/source/uibase/inc/navicont.hxx +sw/source/uibase/inc/navipi.hxx +sw/source/uibase/inc/navmgr.hxx +sw/source/uibase/inc/navsh.hxx +sw/source/uibase/inc/num.hxx +sw/source/uibase/inc/numberingtypelistbox.hxx +sw/source/uibase/inc/numfmtlb.hxx +sw/source/uibase/inc/numpara.hxx +sw/source/uibase/inc/numprevw.hxx +sw/source/uibase/inc/olesh.hxx +sw/source/uibase/inc/olmenu.hxx +sw/source/uibase/inc/optcomp.hxx +sw/source/uibase/inc/optload.hxx +sw/source/uibase/inc/optpage.hxx +sw/source/uibase/inc/outline.hxx +sw/source/uibase/inc/pardlg.hxx +sw/source/uibase/inc/pgfnote.hxx +sw/source/uibase/inc/pggrid.hxx +sw/source/uibase/inc/prcntfld.hxx +sw/source/uibase/inc/pview.hxx +sw/source/uibase/inc/redlndlg.hxx +sw/source/uibase/inc/regionsw.hxx +sw/source/uibase/inc/rowht.hxx +sw/source/uibase/inc/scroll.hxx +sw/source/uibase/inc/selglos.hxx +sw/source/uibase/inc/sharedconnection.hxx +sw/source/uibase/inc/shdwcrsr.hxx +sw/source/uibase/inc/splittbl.hxx +sw/source/uibase/inc/srcedtw.hxx +sw/source/uibase/inc/srcview.hxx +sw/source/uibase/inc/srtdlg.hxx +sw/source/uibase/inc/swcont.hxx +sw/source/uibase/inc/swdtflvr.hxx +sw/source/uibase/inc/swmessdialog.hxx +sw/source/uibase/inc/swmodalredlineacceptdlg.hxx +sw/source/uibase/inc/swrenamexnameddlg.hxx +sw/source/uibase/inc/swruler.hxx +sw/source/uibase/inc/swtablerep.hxx +sw/source/uibase/inc/swuiccoll.hxx +sw/source/uibase/inc/swuicnttab.hxx +sw/source/uibase/inc/swuiidxmrk.hxx +sw/source/uibase/inc/swuipardlg.hxx +sw/source/uibase/inc/swwrtshitem.hxx +sw/source/uibase/inc/syncbtn.hxx +sw/source/uibase/inc/tabledlg.hxx +sw/source/uibase/inc/tablemgr.hxx +sw/source/uibase/inc/tabsh.hxx +sw/source/uibase/inc/tautofmt.hxx +sw/source/uibase/inc/tblnumfm.hxx +sw/source/uibase/inc/textsh.hxx +sw/source/uibase/inc/titlepage.hxx +sw/source/uibase/inc/tmpdlg.hxx +sw/source/uibase/inc/tmplctrl.hxx +sw/source/uibase/inc/toxmgr.hxx +sw/source/uibase/inc/uiborder.hxx +sw/source/uibase/inc/uiitems.hxx +sw/source/uibase/inc/uinums.hxx +sw/source/uibase/inc/uiobject.hxx +sw/source/uibase/inc/uitool.hxx +sw/source/uibase/inc/uivwimp.hxx +sw/source/uibase/inc/unoatxt.hxx +sw/source/uibase/inc/unodispatch.hxx +sw/source/uibase/inc/unomailmerge.hxx +sw/source/uibase/inc/unomod.hxx +sw/source/uibase/inc/unotools.hxx +sw/source/uibase/inc/unotxvw.hxx +sw/source/uibase/inc/usrpref.hxx +sw/source/uibase/inc/viewlayoutctrl.hxx +sw/source/uibase/inc/wformsh.hxx +sw/source/uibase/inc/wfrmsh.hxx +sw/source/uibase/inc/wgrfsh.hxx +sw/source/uibase/inc/wlistsh.hxx +sw/source/uibase/inc/wolesh.hxx +sw/source/uibase/inc/wordcountctrl.hxx +sw/source/uibase/inc/wordcountdialog.hxx +sw/source/uibase/inc/workctrl.hxx +sw/source/uibase/inc/wrap.hxx +sw/source/uibase/inc/wrtsh.hxx +sw/source/uibase/inc/wtabsh.hxx +sw/source/uibase/inc/wtextsh.hxx +sw/source/uibase/inc/wview.hxx +sw/source/uibase/inc/zoomctrl.hxx +sw/source/uibase/index/idxmrk.cxx +sw/source/uibase/index/toxmgr.cxx +sw/source/uibase/lingu/hhcwrp.cxx +sw/source/uibase/lingu/hyp.cxx +sw/source/uibase/lingu/olmenu.cxx +sw/source/uibase/lingu/sdrhhcwrap.cxx +sw/source/uibase/lingu/sdrhhcwrap.hxx +sw/source/uibase/misc/glosdoc.cxx +sw/source/uibase/misc/glshell.cxx +sw/source/uibase/misc/numberingtypelistbox.cxx +sw/source/uibase/misc/redlndlg.cxx +sw/source/uibase/ribbar/conarc.cxx +sw/source/uibase/ribbar/concustomshape.cxx +sw/source/uibase/ribbar/conform.cxx +sw/source/uibase/ribbar/conpoly.cxx +sw/source/uibase/ribbar/conrect.cxx +sw/source/uibase/ribbar/drawbase.cxx +sw/source/uibase/ribbar/dselect.cxx +sw/source/uibase/ribbar/inputwin.cxx +sw/source/uibase/ribbar/workctrl.cxx +sw/source/uibase/shells/annotsh.cxx +sw/source/uibase/shells/basesh.cxx +sw/source/uibase/shells/beziersh.cxx +sw/source/uibase/shells/drawdlg.cxx +sw/source/uibase/shells/drawsh.cxx +sw/source/uibase/shells/drformsh.cxx +sw/source/uibase/shells/drwbassh.cxx +sw/source/uibase/shells/drwtxtex.cxx +sw/source/uibase/shells/drwtxtsh.cxx +sw/source/uibase/shells/frmsh.cxx +sw/source/uibase/shells/grfsh.cxx +sw/source/uibase/shells/grfshex.cxx +sw/source/uibase/shells/langhelper.cxx +sw/source/uibase/shells/listsh.cxx +sw/source/uibase/shells/mediash.cxx +sw/source/uibase/shells/navsh.cxx +sw/source/uibase/shells/olesh.cxx +sw/source/uibase/shells/tabsh.cxx +sw/source/uibase/shells/textdrw.cxx +sw/source/uibase/shells/textfld.cxx +sw/source/uibase/shells/textglos.cxx +sw/source/uibase/shells/textidx.cxx +sw/source/uibase/shells/textsh.cxx +sw/source/uibase/shells/textsh1.cxx +sw/source/uibase/shells/textsh2.cxx +sw/source/uibase/shells/txtattr.cxx +sw/source/uibase/shells/txtcrsr.cxx +sw/source/uibase/shells/txtnum.cxx +sw/source/uibase/sidebar/PageColumnControl.cxx +sw/source/uibase/sidebar/PageColumnControl.hxx +sw/source/uibase/sidebar/PageColumnPopup.cxx +sw/source/uibase/sidebar/PageFooterPanel.cxx +sw/source/uibase/sidebar/PageFooterPanel.hxx +sw/source/uibase/sidebar/PageFormatPanel.cxx +sw/source/uibase/sidebar/PageFormatPanel.hxx +sw/source/uibase/sidebar/PageHeaderPanel.cxx +sw/source/uibase/sidebar/PageHeaderPanel.hxx +sw/source/uibase/sidebar/PageMarginControl.cxx +sw/source/uibase/sidebar/PageMarginControl.hxx +sw/source/uibase/sidebar/PageMarginPopup.cxx +sw/source/uibase/sidebar/PageMarginUtils.hxx +sw/source/uibase/sidebar/PageOrientationControl.cxx +sw/source/uibase/sidebar/PageOrientationControl.hxx +sw/source/uibase/sidebar/PageOrientationPopup.cxx +sw/source/uibase/sidebar/PageSizeControl.cxx +sw/source/uibase/sidebar/PageSizeControl.hxx +sw/source/uibase/sidebar/PageSizePopup.cxx +sw/source/uibase/sidebar/PageStylesPanel.cxx +sw/source/uibase/sidebar/PageStylesPanel.hxx +sw/source/uibase/sidebar/StylePresetsPanel.cxx +sw/source/uibase/sidebar/StylePresetsPanel.hxx +sw/source/uibase/sidebar/SwPanelFactory.cxx +sw/source/uibase/sidebar/ThemePanel.cxx +sw/source/uibase/sidebar/ThemePanel.hxx +sw/source/uibase/sidebar/WrapPropertyPanel.cxx +sw/source/uibase/sidebar/WrapPropertyPanel.hxx +sw/source/uibase/table/chartins.cxx +sw/source/uibase/table/swtablerep.cxx +sw/source/uibase/table/tablemgr.cxx +sw/source/uibase/table/tablepg.hxx +sw/source/uibase/uitest/uiobject.cxx +sw/source/uibase/uiview/formatclipboard.cxx +sw/source/uibase/uiview/pview.cxx +sw/source/uibase/uiview/scroll.cxx +sw/source/uibase/uiview/srcview.cxx +sw/source/uibase/uiview/swcli.cxx +sw/source/uibase/uiview/uivwimp.cxx +sw/source/uibase/uiview/view.cxx +sw/source/uibase/uiview/view0.cxx +sw/source/uibase/uiview/view1.cxx +sw/source/uibase/uiview/view2.cxx +sw/source/uibase/uiview/viewcoll.cxx +sw/source/uibase/uiview/viewdlg.cxx +sw/source/uibase/uiview/viewdlg2.cxx +sw/source/uibase/uiview/viewdraw.cxx +sw/source/uibase/uiview/viewfunc.hxx +sw/source/uibase/uiview/viewling.cxx +sw/source/uibase/uiview/viewmdi.cxx +sw/source/uibase/uiview/viewport.cxx +sw/source/uibase/uiview/viewprt.cxx +sw/source/uibase/uiview/viewsrch.cxx +sw/source/uibase/uiview/viewstat.cxx +sw/source/uibase/uiview/viewtab.cxx +sw/source/uibase/uno/SwXDocumentSettings.cxx +sw/source/uibase/uno/SwXDocumentSettings.hxx +sw/source/uibase/uno/SwXFilterOptions.cxx +sw/source/uibase/uno/dlelstnr.cxx +sw/source/uibase/uno/unoatxt.cxx +sw/source/uibase/uno/unodefaults.cxx +sw/source/uibase/uno/unodefaults.hxx +sw/source/uibase/uno/unodispatch.cxx +sw/source/uibase/uno/unodoc.cxx +sw/source/uibase/uno/unofreg.cxx +sw/source/uibase/uno/unomailmerge.cxx +sw/source/uibase/uno/unomod.cxx +sw/source/uibase/uno/unomodule.cxx +sw/source/uibase/uno/unomodule.hxx +sw/source/uibase/uno/unotxdoc.cxx +sw/source/uibase/uno/unotxvw.cxx +sw/source/uibase/utlui/attrdesc.cxx +sw/source/uibase/utlui/bookctrl.cxx +sw/source/uibase/utlui/condedit.cxx +sw/source/uibase/utlui/content.cxx +sw/source/uibase/utlui/glbltree.cxx +sw/source/uibase/utlui/gloslst.cxx +sw/source/uibase/utlui/gotodlg.cxx +sw/source/uibase/utlui/initui.cxx +sw/source/uibase/utlui/navicfg.cxx +sw/source/uibase/utlui/navipi.cxx +sw/source/uibase/utlui/numfmtlb.cxx +sw/source/uibase/utlui/prcntfld.cxx +sw/source/uibase/utlui/shdwcrsr.cxx +sw/source/uibase/utlui/tmplctrl.cxx +sw/source/uibase/utlui/uiitems.cxx +sw/source/uibase/utlui/uitool.cxx +sw/source/uibase/utlui/unotools.cxx +sw/source/uibase/utlui/viewlayoutctrl.cxx +sw/source/uibase/utlui/wordcountctrl.cxx +sw/source/uibase/utlui/zoomctrl.cxx +sw/source/uibase/web/wdocsh.cxx +sw/source/uibase/web/wformsh.cxx +sw/source/uibase/web/wfrmsh.cxx +sw/source/uibase/web/wgrfsh.cxx +sw/source/uibase/web/wlistsh.cxx +sw/source/uibase/web/wolesh.cxx +sw/source/uibase/web/wtabsh.cxx +sw/source/uibase/web/wtextsh.cxx +sw/source/uibase/web/wview.cxx +sw/source/uibase/wrtsh/delete.cxx +sw/source/uibase/wrtsh/move.cxx +sw/source/uibase/wrtsh/navmgr.cxx +sw/source/uibase/wrtsh/select.cxx +sw/source/uibase/wrtsh/wrtsh1.cxx +sw/source/uibase/wrtsh/wrtsh2.cxx +sw/source/uibase/wrtsh/wrtsh3.cxx +sw/source/uibase/wrtsh/wrtsh4.cxx +sw/source/uibase/wrtsh/wrtundo.cxx +test/source/bootstrapfixture.cxx +test/source/calc_unoapi_test.cxx +test/source/container/xnamed.cxx +test/source/diff/diff.cxx +test/source/htmltesttools.cxx +test/source/isheadless.hxx +test/source/screenshot_test.cxx +test/source/setupvcl.cxx +test/source/setupvcl.hxx +test/source/sheet/cellproperties.cxx +test/source/sheet/databaserange.cxx +test/source/sheet/datapilotfield.cxx +test/source/sheet/datapilotitem.cxx +test/source/sheet/xarealink.cxx +test/source/sheet/xarealinks.cxx +test/source/sheet/xcelladdressable.cxx +test/source/sheet/xcellrangedata.cxx +test/source/sheet/xcellrangereferrer.cxx +test/source/sheet/xcellrangesquery.cxx +test/source/sheet/xcellseries.cxx +test/source/sheet/xdatabaserange.cxx +test/source/sheet/xdatapilotdescriptor.cxx +test/source/sheet/xdatapilotfieldgrouping.cxx +test/source/sheet/xdatapilottable.cxx +test/source/sheet/xdatapilottable2.cxx +test/source/sheet/xgoalseek.cxx +test/source/sheet/xnamedrange.cxx +test/source/sheet/xprintareas.cxx +test/source/sheet/xsheetannotation.cxx +test/source/sheet/xsheetannotations.cxx +test/source/sheet/xsheetannotationshapesupplier.cxx +test/source/sheet/xsheetfilterable.cxx +test/source/sheet/xsheetlinkable.cxx +test/source/sheet/xsheetoperation.cxx +test/source/sheet/xsheetoutline.cxx +test/source/sheet/xsheetpagebreak.cxx +test/source/sheet/xspreadsheet.cxx +test/source/sheet/xspreadsheetdocument.cxx +test/source/sheet/xspreadsheets.cxx +test/source/sheet/xspreadsheets2.cxx +test/source/sheet/xsubtotalcalculatable.cxx +test/source/sheet/xsubtotaldescriptor.cxx +test/source/sheet/xsubtotalfield.cxx +test/source/sheet/xuniquecellformatrangessupplier.cxx +test/source/sheet/xusedareacursor.cxx +test/source/sheet/xviewfreezable.cxx +test/source/sheet/xviewpane.cxx +test/source/sheet/xviewsplitable.cxx +test/source/text/xtext.cxx +test/source/text/xtextcontent.cxx +test/source/unoapi_test.cxx +test/source/util/xreplaceable.cxx +test/source/util/xsearchable.cxx +test/source/vclbootstrapprotector.cxx +test/source/xmltesttools.cxx +testtools/source/bridgetest/bridgetest.cxx +testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx +testtools/source/bridgetest/constructors.cxx +testtools/source/bridgetest/cppobj.cxx +testtools/source/bridgetest/currentcontextchecker.cxx +testtools/source/bridgetest/currentcontextchecker.hxx +testtools/source/bridgetest/multi.cxx +testtools/source/bridgetest/multi.hxx +testtools/source/performance/pseudo.cxx +testtools/source/performance/ubobject.cxx +testtools/source/performance/ubtest.cxx +toolkit/inc/awt/animatedimagespeer.hxx +toolkit/inc/awt/vclxbitmap.hxx +toolkit/inc/awt/vclxgraphics.hxx +toolkit/inc/awt/vclxpointer.hxx +toolkit/inc/awt/vclxprinter.hxx +toolkit/inc/awt/vclxregion.hxx +toolkit/inc/awt/vclxspinbutton.hxx +toolkit/inc/awt/vclxsystemdependentwindow.hxx +toolkit/inc/awt/vclxtabpagecontainer.hxx +toolkit/inc/controls/accessiblecontrolcontext.hxx +toolkit/inc/controls/animatedimages.hxx +toolkit/inc/controls/controlmodelcontainerbase.hxx +toolkit/inc/controls/dialogcontrol.hxx +toolkit/inc/controls/eventcontainer.hxx +toolkit/inc/controls/filectrl.hxx +toolkit/inc/controls/formattedcontrol.hxx +toolkit/inc/controls/geometrycontrolmodel.hxx +toolkit/inc/controls/geometrycontrolmodel_impl.hxx +toolkit/inc/controls/roadmapcontrol.hxx +toolkit/inc/controls/roadmapentry.hxx +toolkit/inc/controls/stdtabcontroller.hxx +toolkit/inc/controls/stdtabcontrollermodel.hxx +toolkit/inc/controls/tabpagecontainer.hxx +toolkit/inc/controls/tabpagemodel.hxx +toolkit/inc/controls/tkscrollbar.hxx +toolkit/inc/controls/treecontrolpeer.hxx +toolkit/inc/controls/unocontrolcontainer.hxx +toolkit/inc/controls/unocontrolcontainermodel.hxx +toolkit/inc/helper/accessibilityclient.hxx +toolkit/inc/helper/btndlg.hxx +toolkit/inc/helper/imagealign.hxx +toolkit/inc/helper/scrollabledialog.hxx +toolkit/inc/helper/tkresmgr.hxx +toolkit/inc/helper/unopropertyarrayhelper.hxx +toolkit/inc/helper/unowrapper.hxx +toolkit/source/awt/animatedimagespeer.cxx +toolkit/source/awt/asynccallback.cxx +toolkit/source/awt/scrollabledialog.cxx +toolkit/source/awt/stylesettings.cxx +toolkit/source/awt/stylesettings.hxx +toolkit/source/awt/vclxaccessiblecomponent.cxx +toolkit/source/awt/vclxbitmap.cxx +toolkit/source/awt/vclxcontainer.cxx +toolkit/source/awt/vclxdevice.cxx +toolkit/source/awt/vclxfont.cxx +toolkit/source/awt/vclxgraphics.cxx +toolkit/source/awt/vclxmenu.cxx +toolkit/source/awt/vclxpointer.cxx +toolkit/source/awt/vclxprinter.cxx +toolkit/source/awt/vclxregion.cxx +toolkit/source/awt/vclxspinbutton.cxx +toolkit/source/awt/vclxsystemdependentwindow.cxx +toolkit/source/awt/vclxtabpagecontainer.cxx +toolkit/source/awt/vclxtoolkit.cxx +toolkit/source/awt/vclxtopwindow.cxx +toolkit/source/awt/vclxwindow.cxx +toolkit/source/awt/vclxwindow1.cxx +toolkit/source/awt/vclxwindows.cxx +toolkit/source/awt/vclxwindows_internal.hxx +toolkit/source/controls/accessiblecontrolcontext.cxx +toolkit/source/controls/animatedimages.cxx +toolkit/source/controls/controlmodelcontainerbase.cxx +toolkit/source/controls/dialogcontrol.cxx +toolkit/source/controls/eventcontainer.cxx +toolkit/source/controls/filectrl.cxx +toolkit/source/controls/formattedcontrol.cxx +toolkit/source/controls/geometrycontrolmodel.cxx +toolkit/source/controls/grid/defaultgridcolumnmodel.cxx +toolkit/source/controls/grid/defaultgriddatamodel.cxx +toolkit/source/controls/grid/gridcolumn.cxx +toolkit/source/controls/grid/gridcolumn.hxx +toolkit/source/controls/grid/gridcontrol.cxx +toolkit/source/controls/grid/gridcontrol.hxx +toolkit/source/controls/grid/grideventforwarder.cxx +toolkit/source/controls/grid/grideventforwarder.hxx +toolkit/source/controls/grid/sortablegriddatamodel.cxx +toolkit/source/controls/roadmapcontrol.cxx +toolkit/source/controls/roadmapentry.cxx +toolkit/source/controls/spinningprogress.cxx +toolkit/source/controls/stdtabcontroller.cxx +toolkit/source/controls/stdtabcontrollermodel.cxx +toolkit/source/controls/tabpagecontainer.cxx +toolkit/source/controls/tabpagemodel.cxx +toolkit/source/controls/tkscrollbar.cxx +toolkit/source/controls/tkspinbutton.cxx +toolkit/source/controls/tree/treecontrol.cxx +toolkit/source/controls/tree/treecontrol.hxx +toolkit/source/controls/tree/treecontrolpeer.cxx +toolkit/source/controls/tree/treedatamodel.cxx +toolkit/source/controls/unocontrol.cxx +toolkit/source/controls/unocontrolbase.cxx +toolkit/source/controls/unocontrolcontainer.cxx +toolkit/source/controls/unocontrolcontainermodel.cxx +toolkit/source/controls/unocontrolmodel.cxx +toolkit/source/controls/unocontrols.cxx +toolkit/source/helper/accessibilityclient.cxx +toolkit/source/helper/btndlg.cxx +toolkit/source/helper/formpdfexport.cxx +toolkit/source/helper/imagealign.cxx +toolkit/source/helper/listenermultiplexer.cxx +toolkit/source/helper/property.cxx +toolkit/source/helper/tkresmgr.cxx +toolkit/source/helper/unopropertyarrayhelper.cxx +toolkit/source/helper/unowrapper.cxx +toolkit/source/helper/vclunohelper.cxx +tools/inc/poly.h +tools/qa/cppunit/test_color.cxx +tools/qa/cppunit/test_date.cxx +tools/qa/cppunit/test_fract.cxx +tools/qa/cppunit/test_inetmime.cxx +tools/qa/cppunit/test_pathutils.cxx +tools/qa/cppunit/test_rectangle.cxx +tools/qa/cppunit/test_reversemap.cxx +tools/qa/cppunit/test_stream.cxx +tools/qa/cppunit/test_urlobj.cxx +tools/source/datetime/datetime.cxx +tools/source/datetime/datetimeutils.cxx +tools/source/datetime/tdate.cxx +tools/source/datetime/ttime.cxx +tools/source/debug/debug.cxx +tools/source/fsys/urlobj.cxx +tools/source/fsys/wldcrd.cxx +tools/source/generic/b3dtrans.cxx +tools/source/generic/bigint.cxx +tools/source/generic/color.cxx +tools/source/generic/config.cxx +tools/source/generic/fract.cxx +tools/source/generic/gen.cxx +tools/source/generic/line.cxx +tools/source/generic/point.cxx +tools/source/generic/poly.cxx +tools/source/generic/poly2.cxx +tools/source/generic/svborder.cxx +tools/source/inet/inetmime.cxx +tools/source/inet/inetmsg.cxx +tools/source/inet/inetstrm.cxx +tools/source/memtools/multisel.cxx +tools/source/misc/cpuid.cxx +tools/source/misc/extendapplicationenvironment.cxx +tools/source/misc/pathutils.cxx +tools/source/ref/globname.cxx +tools/source/ref/ref.cxx +tools/source/reversemap/bestreversemap.cxx +tools/source/stream/stream.cxx +tools/source/stream/strmunx.cxx +tools/source/stream/strmwnt.cxx +tools/source/stream/vcompat.cxx +tools/source/string/tenccvt.cxx +tools/source/zcodec/zcodec.cxx +ucb/qa/cppunit/webdav/webdav_local_neon.cxx +ucb/qa/cppunit/webdav/webdav_options.cxx +ucb/qa/cppunit/webdav/webdav_propfindcache.cxx +ucb/qa/cppunit/webdav/webdav_resource_access.cxx +ucb/source/cacher/cachedcontentresultset.cxx +ucb/source/cacher/cachedcontentresultset.hxx +ucb/source/cacher/cachedcontentresultsetstub.cxx +ucb/source/cacher/cachedcontentresultsetstub.hxx +ucb/source/cacher/cacheddynamicresultset.cxx +ucb/source/cacher/cacheddynamicresultset.hxx +ucb/source/cacher/cacheddynamicresultsetstub.cxx +ucb/source/cacher/cacheddynamicresultsetstub.hxx +ucb/source/cacher/cacheserv.cxx +ucb/source/cacher/contentresultsetwrapper.cxx +ucb/source/cacher/contentresultsetwrapper.hxx +ucb/source/cacher/dynamicresultsetwrapper.cxx +ucb/source/cacher/dynamicresultsetwrapper.hxx +ucb/source/core/FileAccess.cxx +ucb/source/core/FileAccess.hxx +ucb/source/core/cmdenv.cxx +ucb/source/core/cmdenv.hxx +ucb/source/core/identify.cxx +ucb/source/core/identify.hxx +ucb/source/core/providermap.hxx +ucb/source/core/provprox.cxx +ucb/source/core/provprox.hxx +ucb/source/core/ucb.cxx +ucb/source/core/ucb.hxx +ucb/source/core/ucbcmds.cxx +ucb/source/core/ucbcmds.hxx +ucb/source/core/ucbprops.cxx +ucb/source/core/ucbprops.hxx +ucb/source/core/ucbserv.cxx +ucb/source/core/ucbstore.cxx +ucb/source/core/ucbstore.hxx +ucb/source/inc/regexp.hxx +ucb/source/inc/regexpmap.hxx +ucb/source/regexp/regexp.cxx +ucb/source/sorter/sortdynres.cxx +ucb/source/sorter/sortdynres.hxx +ucb/source/sorter/sortmain.cxx +ucb/source/sorter/sortresult.cxx +ucb/source/sorter/sortresult.hxx +ucb/source/ucp/cmis/auth_provider.cxx +ucb/source/ucp/cmis/auth_provider.hxx +ucb/source/ucp/cmis/certvalidation_handler.cxx +ucb/source/ucp/cmis/certvalidation_handler.hxx +ucb/source/ucp/cmis/children_provider.hxx +ucb/source/ucp/cmis/cmis_content.cxx +ucb/source/ucp/cmis/cmis_content.hxx +ucb/source/ucp/cmis/cmis_datasupplier.cxx +ucb/source/ucp/cmis/cmis_datasupplier.hxx +ucb/source/ucp/cmis/cmis_provider.cxx +ucb/source/ucp/cmis/cmis_provider.hxx +ucb/source/ucp/cmis/cmis_repo_content.cxx +ucb/source/ucp/cmis/cmis_repo_content.hxx +ucb/source/ucp/cmis/cmis_resultset.cxx +ucb/source/ucp/cmis/cmis_resultset.hxx +ucb/source/ucp/cmis/cmis_strings.hxx +ucb/source/ucp/cmis/cmis_url.cxx +ucb/source/ucp/cmis/cmis_url.hxx +ucb/source/ucp/cmis/std_inputstream.cxx +ucb/source/ucp/cmis/std_inputstream.hxx +ucb/source/ucp/cmis/std_outputstream.cxx +ucb/source/ucp/cmis/std_outputstream.hxx +ucb/source/ucp/expand/ucpexpand.cxx +ucb/source/ucp/ext/ucpext_content.cxx +ucb/source/ucp/ext/ucpext_content.hxx +ucb/source/ucp/ext/ucpext_datasupplier.cxx +ucb/source/ucp/ext/ucpext_datasupplier.hxx +ucb/source/ucp/ext/ucpext_provider.cxx +ucb/source/ucp/ext/ucpext_provider.hxx +ucb/source/ucp/ext/ucpext_resultset.cxx +ucb/source/ucp/ext/ucpext_resultset.hxx +ucb/source/ucp/ext/ucpext_services.cxx +ucb/source/ucp/file/bc.cxx +ucb/source/ucp/file/bc.hxx +ucb/source/ucp/file/filcmd.cxx +ucb/source/ucp/file/filcmd.hxx +ucb/source/ucp/file/filerror.hxx +ucb/source/ucp/file/filglob.cxx +ucb/source/ucp/file/filglob.hxx +ucb/source/ucp/file/filid.cxx +ucb/source/ucp/file/filid.hxx +ucb/source/ucp/file/filinl.hxx +ucb/source/ucp/file/filinpstr.cxx +ucb/source/ucp/file/filinpstr.hxx +ucb/source/ucp/file/filinsreq.cxx +ucb/source/ucp/file/filinsreq.hxx +ucb/source/ucp/file/filnot.cxx +ucb/source/ucp/file/filnot.hxx +ucb/source/ucp/file/filprp.cxx +ucb/source/ucp/file/filprp.hxx +ucb/source/ucp/file/filrec.cxx +ucb/source/ucp/file/filrec.hxx +ucb/source/ucp/file/filrow.cxx +ucb/source/ucp/file/filrow.hxx +ucb/source/ucp/file/filrset.cxx +ucb/source/ucp/file/filrset.hxx +ucb/source/ucp/file/filstr.cxx +ucb/source/ucp/file/filstr.hxx +ucb/source/ucp/file/filtask.cxx +ucb/source/ucp/file/filtask.hxx +ucb/source/ucp/file/prov.cxx +ucb/source/ucp/file/prov.hxx +ucb/source/ucp/ftp/ftpcfunc.cxx +ucb/source/ucp/ftp/ftpcfunc.hxx +ucb/source/ucp/ftp/ftpcontainer.hxx +ucb/source/ucp/ftp/ftpcontent.cxx +ucb/source/ucp/ftp/ftpcontent.hxx +ucb/source/ucp/ftp/ftpcontentcaps.cxx +ucb/source/ucp/ftp/ftpcontentidentifier.cxx +ucb/source/ucp/ftp/ftpcontentidentifier.hxx +ucb/source/ucp/ftp/ftpcontentprovider.cxx +ucb/source/ucp/ftp/ftpcontentprovider.hxx +ucb/source/ucp/ftp/ftpdirp.cxx +ucb/source/ucp/ftp/ftpdirp.hxx +ucb/source/ucp/ftp/ftpdynresultset.cxx +ucb/source/ucp/ftp/ftpdynresultset.hxx +ucb/source/ucp/ftp/ftpintreq.cxx +ucb/source/ucp/ftp/ftpintreq.hxx +ucb/source/ucp/ftp/ftploaderthread.cxx +ucb/source/ucp/ftp/ftploaderthread.hxx +ucb/source/ucp/ftp/ftpresultsetI.cxx +ucb/source/ucp/ftp/ftpresultsetI.hxx +ucb/source/ucp/ftp/ftpresultsetbase.cxx +ucb/source/ucp/ftp/ftpresultsetbase.hxx +ucb/source/ucp/ftp/ftpresultsetfactory.hxx +ucb/source/ucp/ftp/ftpservices.cxx +ucb/source/ucp/ftp/ftpurl.cxx +ucb/source/ucp/ftp/ftpurl.hxx +ucb/source/ucp/gio/gio_content.cxx +ucb/source/ucp/gio/gio_content.hxx +ucb/source/ucp/gio/gio_datasupplier.cxx +ucb/source/ucp/gio/gio_datasupplier.hxx +ucb/source/ucp/gio/gio_inputstream.cxx +ucb/source/ucp/gio/gio_inputstream.hxx +ucb/source/ucp/gio/gio_mount.cxx +ucb/source/ucp/gio/gio_mount.hxx +ucb/source/ucp/gio/gio_outputstream.cxx +ucb/source/ucp/gio/gio_outputstream.hxx +ucb/source/ucp/gio/gio_provider.cxx +ucb/source/ucp/gio/gio_provider.hxx +ucb/source/ucp/gio/gio_resultset.cxx +ucb/source/ucp/gio/gio_resultset.hxx +ucb/source/ucp/gio/gio_seekable.cxx +ucb/source/ucp/gio/gio_seekable.hxx +ucb/source/ucp/hierarchy/dynamicresultset.cxx +ucb/source/ucp/hierarchy/dynamicresultset.hxx +ucb/source/ucp/hierarchy/hierarchycontent.cxx +ucb/source/ucp/hierarchy/hierarchycontent.hxx +ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx +ucb/source/ucp/hierarchy/hierarchydata.cxx +ucb/source/ucp/hierarchy/hierarchydata.hxx +ucb/source/ucp/hierarchy/hierarchydatasource.cxx +ucb/source/ucp/hierarchy/hierarchydatasource.hxx +ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx +ucb/source/ucp/hierarchy/hierarchydatasupplier.hxx +ucb/source/ucp/hierarchy/hierarchyprovider.cxx +ucb/source/ucp/hierarchy/hierarchyprovider.hxx +ucb/source/ucp/hierarchy/hierarchyservices.cxx +ucb/source/ucp/hierarchy/hierarchyuri.cxx +ucb/source/ucp/hierarchy/hierarchyuri.hxx +ucb/source/ucp/image/ucpimage.cxx +ucb/source/ucp/inc/urihelper.hxx +ucb/source/ucp/package/pkgcontent.cxx +ucb/source/ucp/package/pkgcontent.hxx +ucb/source/ucp/package/pkgcontentcaps.cxx +ucb/source/ucp/package/pkgdatasupplier.cxx +ucb/source/ucp/package/pkgdatasupplier.hxx +ucb/source/ucp/package/pkgprovider.cxx +ucb/source/ucp/package/pkgprovider.hxx +ucb/source/ucp/package/pkgresultset.cxx +ucb/source/ucp/package/pkgresultset.hxx +ucb/source/ucp/package/pkgservices.cxx +ucb/source/ucp/package/pkguri.cxx +ucb/source/ucp/package/pkguri.hxx +ucb/source/ucp/tdoc/tdoc_content.cxx +ucb/source/ucp/tdoc/tdoc_content.hxx +ucb/source/ucp/tdoc/tdoc_contentcaps.cxx +ucb/source/ucp/tdoc/tdoc_datasupplier.cxx +ucb/source/ucp/tdoc/tdoc_datasupplier.hxx +ucb/source/ucp/tdoc/tdoc_docmgr.cxx +ucb/source/ucp/tdoc/tdoc_docmgr.hxx +ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx +ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx +ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx +ucb/source/ucp/tdoc/tdoc_passwordrequest.hxx +ucb/source/ucp/tdoc/tdoc_provider.cxx +ucb/source/ucp/tdoc/tdoc_provider.hxx +ucb/source/ucp/tdoc/tdoc_resultset.cxx +ucb/source/ucp/tdoc/tdoc_resultset.hxx +ucb/source/ucp/tdoc/tdoc_services.cxx +ucb/source/ucp/tdoc/tdoc_stgelems.cxx +ucb/source/ucp/tdoc/tdoc_stgelems.hxx +ucb/source/ucp/tdoc/tdoc_storage.cxx +ucb/source/ucp/tdoc/tdoc_storage.hxx +ucb/source/ucp/tdoc/tdoc_uri.cxx +ucb/source/ucp/tdoc/tdoc_uri.hxx +ucb/source/ucp/webdav-neon/ContentProperties.cxx +ucb/source/ucp/webdav-neon/ContentProperties.hxx +ucb/source/ucp/webdav-neon/DAVAuthListener.hxx +ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx +ucb/source/ucp/webdav-neon/DAVException.hxx +ucb/source/ucp/webdav-neon/DAVProperties.cxx +ucb/source/ucp/webdav-neon/DAVProperties.hxx +ucb/source/ucp/webdav-neon/DAVRequestEnvironment.hxx +ucb/source/ucp/webdav-neon/DAVResource.hxx +ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx +ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx +ucb/source/ucp/webdav-neon/DAVSession.hxx +ucb/source/ucp/webdav-neon/DAVSessionFactory.cxx +ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx +ucb/source/ucp/webdav-neon/DAVTypes.cxx +ucb/source/ucp/webdav-neon/DAVTypes.hxx +ucb/source/ucp/webdav-neon/DateTimeHelper.cxx +ucb/source/ucp/webdav-neon/DateTimeHelper.hxx +ucb/source/ucp/webdav-neon/LinkSequence.cxx +ucb/source/ucp/webdav-neon/LinkSequence.hxx +ucb/source/ucp/webdav-neon/LockEntrySequence.cxx +ucb/source/ucp/webdav-neon/LockEntrySequence.hxx +ucb/source/ucp/webdav-neon/LockSequence.cxx +ucb/source/ucp/webdav-neon/LockSequence.hxx +ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx +ucb/source/ucp/webdav-neon/NeonHeadRequest.hxx +ucb/source/ucp/webdav-neon/NeonInputStream.cxx +ucb/source/ucp/webdav-neon/NeonInputStream.hxx +ucb/source/ucp/webdav-neon/NeonLockStore.cxx +ucb/source/ucp/webdav-neon/NeonLockStore.hxx +ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx +ucb/source/ucp/webdav-neon/NeonPropFindRequest.hxx +ucb/source/ucp/webdav-neon/NeonSession.cxx +ucb/source/ucp/webdav-neon/NeonSession.hxx +ucb/source/ucp/webdav-neon/NeonTypes.hxx +ucb/source/ucp/webdav-neon/NeonUri.cxx +ucb/source/ucp/webdav-neon/NeonUri.hxx +ucb/source/ucp/webdav-neon/PropertyMap.hxx +ucb/source/ucp/webdav-neon/PropfindCache.cxx +ucb/source/ucp/webdav-neon/PropfindCache.hxx +ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx +ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.hxx +ucb/source/ucp/webdav-neon/webdavcontent.cxx +ucb/source/ucp/webdav-neon/webdavcontent.hxx +ucb/source/ucp/webdav-neon/webdavcontentcaps.cxx +ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx +ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx +ucb/source/ucp/webdav-neon/webdavprovider.cxx +ucb/source/ucp/webdav-neon/webdavprovider.hxx +ucb/source/ucp/webdav-neon/webdavresultset.cxx +ucb/source/ucp/webdav-neon/webdavresultset.hxx +ucb/source/ucp/webdav-neon/webdavservices.cxx +ucb/source/ucp/webdav/AprEnv.cxx +ucb/source/ucp/webdav/AprEnv.hxx +ucb/source/ucp/webdav/ContentProperties.cxx +ucb/source/ucp/webdav/ContentProperties.hxx +ucb/source/ucp/webdav/DAVAuthListener.hxx +ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx +ucb/source/ucp/webdav/DAVException.hxx +ucb/source/ucp/webdav/DAVProperties.cxx +ucb/source/ucp/webdav/DAVProperties.hxx +ucb/source/ucp/webdav/DAVRequestEnvironment.hxx +ucb/source/ucp/webdav/DAVResource.hxx +ucb/source/ucp/webdav/DAVResourceAccess.cxx +ucb/source/ucp/webdav/DAVResourceAccess.hxx +ucb/source/ucp/webdav/DAVSession.hxx +ucb/source/ucp/webdav/DAVSessionFactory.cxx +ucb/source/ucp/webdav/DAVSessionFactory.hxx +ucb/source/ucp/webdav/DAVTypes.hxx +ucb/source/ucp/webdav/DateTimeHelper.cxx +ucb/source/ucp/webdav/DateTimeHelper.hxx +ucb/source/ucp/webdav/PropertyMap.hxx +ucb/source/ucp/webdav/SerfCallbacks.cxx +ucb/source/ucp/webdav/SerfCallbacks.hxx +ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx +ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx +ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx +ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx +ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx +ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx +ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx +ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx +ucb/source/ucp/webdav/SerfInputStream.cxx +ucb/source/ucp/webdav/SerfInputStream.hxx +ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx +ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx +ucb/source/ucp/webdav/SerfLockStore.cxx +ucb/source/ucp/webdav/SerfLockStore.hxx +ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx +ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx +ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx +ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx +ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx +ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx +ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx +ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx +ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx +ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx +ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx +ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx +ucb/source/ucp/webdav/SerfRequestProcessor.cxx +ucb/source/ucp/webdav/SerfRequestProcessor.hxx +ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx +ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx +ucb/source/ucp/webdav/SerfSession.cxx +ucb/source/ucp/webdav/SerfSession.hxx +ucb/source/ucp/webdav/SerfUnlockReqProcImpl.cxx +ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx +ucb/source/ucp/webdav/SerfUri.cxx +ucb/source/ucp/webdav/SerfUri.hxx +ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +ucb/source/ucp/webdav/UCBDeadPropertyValue.hxx +ucb/source/ucp/webdav/webdavcontent.cxx +ucb/source/ucp/webdav/webdavcontent.hxx +ucb/source/ucp/webdav/webdavcontentcaps.cxx +ucb/source/ucp/webdav/webdavdatasupplier.cxx +ucb/source/ucp/webdav/webdavdatasupplier.hxx +ucb/source/ucp/webdav/webdavprovider.cxx +ucb/source/ucp/webdav/webdavprovider.hxx +ucb/source/ucp/webdav/webdavresponseparser.cxx +ucb/source/ucp/webdav/webdavresponseparser.hxx +ucb/source/ucp/webdav/webdavresultset.cxx +ucb/source/ucp/webdav/webdavresultset.hxx +ucb/source/ucp/webdav/webdavservices.cxx +ucbhelper/source/client/activedatasink.cxx +ucbhelper/source/client/activedatastreamer.cxx +ucbhelper/source/client/activedatastreamer.hxx +ucbhelper/source/client/commandenvironment.cxx +ucbhelper/source/client/content.cxx +ucbhelper/source/client/interceptedinteraction.cxx +ucbhelper/source/client/proxydecider.cxx +ucbhelper/source/provider/authenticationfallback.cxx +ucbhelper/source/provider/cancelcommandexecution.cxx +ucbhelper/source/provider/contenthelper.cxx +ucbhelper/source/provider/contentidentifier.cxx +ucbhelper/source/provider/contentinfo.cxx +ucbhelper/source/provider/contentinfo.hxx +ucbhelper/source/provider/fd_inputstream.cxx +ucbhelper/source/provider/getcomponentcontext.cxx +ucbhelper/source/provider/interactionrequest.cxx +ucbhelper/source/provider/propertyvalueset.cxx +ucbhelper/source/provider/providerhelper.cxx +ucbhelper/source/provider/registerucb.cxx +ucbhelper/source/provider/resultset.cxx +ucbhelper/source/provider/resultsethelper.cxx +ucbhelper/source/provider/resultsetmetadata.cxx +ucbhelper/source/provider/simpleauthenticationrequest.cxx +ucbhelper/source/provider/simplecertificatevalidationrequest.cxx +ucbhelper/source/provider/simpleinteractionrequest.cxx +ucbhelper/source/provider/simpleioerrorrequest.cxx +ucbhelper/source/provider/simpleioerrorrequest.hxx +ucbhelper/source/provider/simplenameclashresolverequest.cxx +unodevtools/inc/options.hxx +unodevtools/source/skeletonmaker/cppcompskeleton.cxx +unodevtools/source/skeletonmaker/cpptypemaker.cxx +unodevtools/source/skeletonmaker/javacompskeleton.cxx +unodevtools/source/skeletonmaker/javatypemaker.cxx +unodevtools/source/skeletonmaker/skeletoncommon.cxx +unodevtools/source/skeletonmaker/skeletoncommon.hxx +unodevtools/source/skeletonmaker/skeletoncpp.hxx +unodevtools/source/skeletonmaker/skeletonjava.hxx +unodevtools/source/skeletonmaker/skeletonmaker.cxx +unodevtools/source/unodevtools/options.cxx +unoidl/source/legacyprovider.cxx +unoidl/source/legacyprovider.hxx +unoidl/source/sourcefileprovider.cxx +unoidl/source/sourcefileprovider.hxx +unoidl/source/sourceprovider-parser-requires.hxx +unoidl/source/sourceprovider-scanner.hxx +unoidl/source/sourcetreeprovider.cxx +unoidl/source/sourcetreeprovider.hxx +unoidl/source/unoidl-check.cxx +unoidl/source/unoidl-read.cxx +unoidl/source/unoidl-write.cxx +unoidl/source/unoidl.cxx +unoidl/source/unoidlprovider.cxx +unoidl/source/unoidlprovider.hxx +unotest/source/cpp/bootstrapfixturebase.cxx +unotest/source/cpp/directories.cxx +unotest/source/cpp/filters-test.cxx +unotest/source/cpp/getargument.cxx +unotest/source/cpp/getargument.hxx +unotest/source/cpp/gettestargument.cxx +unotest/source/cpp/macros_test.cxx +unotest/source/cpp/officeconnection.cxx +unotest/source/cpp/toabsolutefileurl.cxx +unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx +unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx +unotools/inc/unotoolsservices.hxx +unotools/qa/unit/testGetEnglishSearchName.cxx +unotools/source/accessibility/accessiblerelationsethelper.cxx +unotools/source/accessibility/accessiblestatesethelper.cxx +unotools/source/config/bootstrap.cxx +unotools/source/config/cmdoptions.cxx +unotools/source/config/compatibility.cxx +unotools/source/config/configitem.cxx +unotools/source/config/configmgr.cxx +unotools/source/config/confignode.cxx +unotools/source/config/configpaths.cxx +unotools/source/config/configvaluecontainer.cxx +unotools/source/config/defaultoptions.cxx +unotools/source/config/docinfohelper.cxx +unotools/source/config/dynamicmenuoptions.cxx +unotools/source/config/eventcfg.cxx +unotools/source/config/extendedsecurityoptions.cxx +unotools/source/config/fltrcfg.cxx +unotools/source/config/fontcfg.cxx +unotools/source/config/fontoptions.cxx +unotools/source/config/historyoptions.cxx +unotools/source/config/itemholder1.cxx +unotools/source/config/itemholder1.hxx +unotools/source/config/lingucfg.cxx +unotools/source/config/misccfg.cxx +unotools/source/config/moduleoptions.cxx +unotools/source/config/options.cxx +unotools/source/config/optionsdlg.cxx +unotools/source/config/pathoptions.cxx +unotools/source/config/printwarningoptions.cxx +unotools/source/config/saveopt.cxx +unotools/source/config/searchopt.cxx +unotools/source/config/securityoptions.cxx +unotools/source/config/syslocaleoptions.cxx +unotools/source/config/useroptions.cxx +unotools/source/config/viewoptions.cxx +unotools/source/i18n/calendarwrapper.cxx +unotools/source/i18n/charclass.cxx +unotools/source/i18n/collatorwrapper.cxx +unotools/source/i18n/intlwrapper.cxx +unotools/source/i18n/localedatawrapper.cxx +unotools/source/i18n/nativenumberwrapper.cxx +unotools/source/i18n/readwritemutexguard.cxx +unotools/source/i18n/resmgr.cxx +unotools/source/i18n/textsearch.cxx +unotools/source/i18n/transliterationwrapper.cxx +unotools/source/misc/ServiceDocumenter.cxx +unotools/source/misc/ServiceDocumenter.hxx +unotools/source/misc/ZipPackageHelper.cxx +unotools/source/misc/closeveto.cxx +unotools/source/misc/datetime.cxx +unotools/source/misc/desktopterminationobserver.cxx +unotools/source/misc/eventlisteneradapter.cxx +unotools/source/misc/fontcvt.cxx +unotools/source/misc/fontdefs.cxx +unotools/source/misc/mediadescriptor.cxx +unotools/source/misc/sharedunocomponent.cxx +unotools/source/misc/syslocale.cxx +unotools/source/misc/unotoolsservices.cxx +unotools/source/misc/wincodepage.cxx +unotools/source/streaming/streamhelper.cxx +unotools/source/streaming/streamwrap.cxx +unotools/source/ucbhelper/XTempFile.hxx +unotools/source/ucbhelper/localfilehelper.cxx +unotools/source/ucbhelper/progresshandlerwrap.cxx +unotools/source/ucbhelper/tempfile.cxx +unotools/source/ucbhelper/ucbhelper.cxx +unotools/source/ucbhelper/ucblockbytes.cxx +unotools/source/ucbhelper/ucblockbytes.hxx +unotools/source/ucbhelper/ucbstreamhelper.cxx +unotools/source/ucbhelper/xtempfile.cxx +unoxml/inc/event.hxx +unoxml/inc/eventdispatcher.hxx +unoxml/inc/mouseevent.hxx +unoxml/inc/mutationevent.hxx +unoxml/inc/node.hxx +unoxml/inc/uievent.hxx +unoxml/qa/unit/domtest.cxx +unoxml/source/dom/attr.cxx +unoxml/source/dom/attr.hxx +unoxml/source/dom/attributesmap.cxx +unoxml/source/dom/attributesmap.hxx +unoxml/source/dom/cdatasection.cxx +unoxml/source/dom/cdatasection.hxx +unoxml/source/dom/characterdata.cxx +unoxml/source/dom/characterdata.hxx +unoxml/source/dom/childlist.cxx +unoxml/source/dom/childlist.hxx +unoxml/source/dom/comment.cxx +unoxml/source/dom/comment.hxx +unoxml/source/dom/document.cxx +unoxml/source/dom/document.hxx +unoxml/source/dom/documentbuilder.cxx +unoxml/source/dom/documentbuilder.hxx +unoxml/source/dom/documentfragment.cxx +unoxml/source/dom/documentfragment.hxx +unoxml/source/dom/documenttype.cxx +unoxml/source/dom/documenttype.hxx +unoxml/source/dom/domimplementation.cxx +unoxml/source/dom/domimplementation.hxx +unoxml/source/dom/element.cxx +unoxml/source/dom/element.hxx +unoxml/source/dom/elementlist.cxx +unoxml/source/dom/elementlist.hxx +unoxml/source/dom/entitiesmap.cxx +unoxml/source/dom/entitiesmap.hxx +unoxml/source/dom/entity.cxx +unoxml/source/dom/entity.hxx +unoxml/source/dom/entityreference.cxx +unoxml/source/dom/entityreference.hxx +unoxml/source/dom/node.cxx +unoxml/source/dom/notation.cxx +unoxml/source/dom/notation.hxx +unoxml/source/dom/notationsmap.cxx +unoxml/source/dom/notationsmap.hxx +unoxml/source/dom/processinginstruction.cxx +unoxml/source/dom/processinginstruction.hxx +unoxml/source/dom/saxbuilder.cxx +unoxml/source/dom/saxbuilder.hxx +unoxml/source/dom/text.cxx +unoxml/source/dom/text.hxx +unoxml/source/events/event.cxx +unoxml/source/events/eventdispatcher.cxx +unoxml/source/events/mouseevent.cxx +unoxml/source/events/mutationevent.cxx +unoxml/source/events/uievent.cxx +unoxml/source/rdf/CBlankNode.cxx +unoxml/source/rdf/CLiteral.cxx +unoxml/source/rdf/CNodes.hxx +unoxml/source/rdf/CURI.cxx +unoxml/source/rdf/librdf_repository.cxx +unoxml/source/rdf/librdf_repository.hxx +unoxml/source/rdf/librdf_services.cxx +unoxml/source/service/services.cxx +unoxml/source/xpath/nodelist.cxx +unoxml/source/xpath/nodelist.hxx +unoxml/source/xpath/xpathapi.cxx +unoxml/source/xpath/xpathapi.hxx +unoxml/source/xpath/xpathobject.cxx +unoxml/source/xpath/xpathobject.hxx +uui/inc/ids.hxx +uui/qa/unit/uui-dialogs-test.cxx +uui/source/alreadyopen.cxx +uui/source/alreadyopen.hxx +uui/source/authfallbackdlg.cxx +uui/source/filechanged.cxx +uui/source/fltdlg.cxx +uui/source/fltdlg.hxx +uui/source/getcontinuations.hxx +uui/source/iahndl-authentication.cxx +uui/source/iahndl-errorhandler.cxx +uui/source/iahndl-filter.cxx +uui/source/iahndl-ioexceptions.cxx +uui/source/iahndl-locking.cxx +uui/source/iahndl-ssl.cxx +uui/source/iahndl.cxx +uui/source/iahndl.hxx +uui/source/interactionhandler.cxx +uui/source/lockcorrupt.cxx +uui/source/lockfailed.cxx +uui/source/logindlg.cxx +uui/source/logindlg.hxx +uui/source/loginerr.hxx +uui/source/masterpasscrtdlg.cxx +uui/source/masterpassworddlg.cxx +uui/source/masterpassworddlg.hxx +uui/source/nameclashdlg.cxx +uui/source/nameclashdlg.hxx +uui/source/openlocked.cxx +uui/source/openlocked.hxx +uui/source/passwordcontainer.cxx +uui/source/passwordcontainer.hxx +uui/source/passworddlg.cxx +uui/source/passworddlg.hxx +uui/source/requeststringresolver.cxx +uui/source/requeststringresolver.hxx +uui/source/secmacrowarnings.cxx +uui/source/secmacrowarnings.hxx +uui/source/services.cxx +uui/source/sslwarndlg.cxx +uui/source/sslwarndlg.hxx +uui/source/trylater.cxx +uui/source/trylater.hxx +uui/source/unknownauthdlg.cxx +uui/source/unknownauthdlg.hxx +vbahelper/source/msforms/service.cxx +vbahelper/source/msforms/service.hxx +vbahelper/source/msforms/vbabutton.cxx +vbahelper/source/msforms/vbabutton.hxx +vbahelper/source/msforms/vbacheckbox.cxx +vbahelper/source/msforms/vbacheckbox.hxx +vbahelper/source/msforms/vbacombobox.cxx +vbahelper/source/msforms/vbacombobox.hxx +vbahelper/source/msforms/vbacontrol.cxx +vbahelper/source/msforms/vbacontrol.hxx +vbahelper/source/msforms/vbacontrols.cxx +vbahelper/source/msforms/vbacontrols.hxx +vbahelper/source/msforms/vbaframe.cxx +vbahelper/source/msforms/vbaframe.hxx +vbahelper/source/msforms/vbaimage.cxx +vbahelper/source/msforms/vbaimage.hxx +vbahelper/source/msforms/vbalabel.cxx +vbahelper/source/msforms/vbalabel.hxx +vbahelper/source/msforms/vbalistbox.cxx +vbahelper/source/msforms/vbalistbox.hxx +vbahelper/source/msforms/vbalistcontrolhelper.cxx +vbahelper/source/msforms/vbalistcontrolhelper.hxx +vbahelper/source/msforms/vbamultipage.cxx +vbahelper/source/msforms/vbamultipage.hxx +vbahelper/source/msforms/vbanewfont.cxx +vbahelper/source/msforms/vbanewfont.hxx +vbahelper/source/msforms/vbapages.cxx +vbahelper/source/msforms/vbapages.hxx +vbahelper/source/msforms/vbaprogressbar.cxx +vbahelper/source/msforms/vbaprogressbar.hxx +vbahelper/source/msforms/vbaradiobutton.cxx +vbahelper/source/msforms/vbaradiobutton.hxx +vbahelper/source/msforms/vbascrollbar.cxx +vbahelper/source/msforms/vbascrollbar.hxx +vbahelper/source/msforms/vbaspinbutton.cxx +vbahelper/source/msforms/vbaspinbutton.hxx +vbahelper/source/msforms/vbasystemaxcontrol.cxx +vbahelper/source/msforms/vbasystemaxcontrol.hxx +vbahelper/source/msforms/vbatextbox.cxx +vbahelper/source/msforms/vbatextbox.hxx +vbahelper/source/msforms/vbatogglebutton.cxx +vbahelper/source/msforms/vbatogglebutton.hxx +vbahelper/source/msforms/vbauserform.cxx +vbahelper/source/msforms/vbauserform.hxx +vbahelper/source/vbahelper/vbaapplicationbase.cxx +vbahelper/source/vbahelper/vbacolorformat.cxx +vbahelper/source/vbahelper/vbacolorformat.hxx +vbahelper/source/vbahelper/vbacommandbar.cxx +vbahelper/source/vbahelper/vbacommandbar.hxx +vbahelper/source/vbahelper/vbacommandbarcontrol.cxx +vbahelper/source/vbahelper/vbacommandbarcontrol.hxx +vbahelper/source/vbahelper/vbacommandbarcontrols.cxx +vbahelper/source/vbahelper/vbacommandbarcontrols.hxx +vbahelper/source/vbahelper/vbacommandbarhelper.cxx +vbahelper/source/vbahelper/vbacommandbarhelper.hxx +vbahelper/source/vbahelper/vbacommandbars.cxx +vbahelper/source/vbahelper/vbacommandbars.hxx +vbahelper/source/vbahelper/vbadialogbase.cxx +vbahelper/source/vbahelper/vbadialogsbase.cxx +vbahelper/source/vbahelper/vbadocumentbase.cxx +vbahelper/source/vbahelper/vbadocumentsbase.cxx +vbahelper/source/vbahelper/vbaeventshelperbase.cxx +vbahelper/source/vbahelper/vbafillformat.cxx +vbahelper/source/vbahelper/vbafillformat.hxx +vbahelper/source/vbahelper/vbafontbase.cxx +vbahelper/source/vbahelper/vbaglobalbase.cxx +vbahelper/source/vbahelper/vbahelper.cxx +vbahelper/source/vbahelper/vbalineformat.cxx +vbahelper/source/vbahelper/vbalineformat.hxx +vbahelper/source/vbahelper/vbapagesetupbase.cxx +vbahelper/source/vbahelper/vbapictureformat.cxx +vbahelper/source/vbahelper/vbapictureformat.hxx +vbahelper/source/vbahelper/vbapropvalue.cxx +vbahelper/source/vbahelper/vbashape.cxx +vbahelper/source/vbahelper/vbashaperange.cxx +vbahelper/source/vbahelper/vbashapes.cxx +vbahelper/source/vbahelper/vbatextframe.cxx +vbahelper/source/vbahelper/vbawindowbase.cxx +vcl/android/androidinst.cxx +vcl/backendtest/VisualBackendTest.cxx +vcl/backendtest/outputdevice/bitmap.cxx +vcl/backendtest/outputdevice/common.cxx +vcl/backendtest/outputdevice/gradient.cxx +vcl/backendtest/outputdevice/line.cxx +vcl/backendtest/outputdevice/outputdevice.cxx +vcl/backendtest/outputdevice/pixel.cxx +vcl/backendtest/outputdevice/polygon.cxx +vcl/backendtest/outputdevice/polyline.cxx +vcl/backendtest/outputdevice/polypolygon.cxx +vcl/backendtest/outputdevice/rectangle.cxx +vcl/headless/headlessinst.cxx +vcl/headless/svpbmp.cxx +vcl/headless/svpcairotextrender.cxx +vcl/headless/svpdata.cxx +vcl/headless/svpdummies.cxx +vcl/headless/svpframe.cxx +vcl/headless/svpgdi.cxx +vcl/headless/svpinst.cxx +vcl/headless/svpprn.cxx +vcl/headless/svptext.cxx +vcl/headless/svpvd.cxx +vcl/inc/BitmapScaleConvolutionFilter.hxx +vcl/inc/BitmapScaleSuperFilter.hxx +vcl/inc/BitmapSymmetryCheck.hxx +vcl/inc/ControlCacheKey.hxx +vcl/inc/IconThemeScanner.hxx +vcl/inc/IconThemeSelector.hxx +vcl/inc/PhysicalFontCollection.hxx +vcl/inc/PhysicalFontFace.hxx +vcl/inc/PhysicalFontFamily.hxx +vcl/inc/ResampleKernel.hxx +vcl/inc/WidgetThemeLibraryTypes.hxx +vcl/inc/accel.h +vcl/inc/accmgr.hxx +vcl/inc/android/androidinst.hxx +vcl/inc/bmpfast.hxx +vcl/inc/brdwin.hxx +vcl/inc/calendar.hxx +vcl/inc/canvasbitmap.hxx +vcl/inc/configsettings.hxx +vcl/inc/controldata.hxx +vcl/inc/debugevent.hxx +vcl/inc/displayconnectiondispatch.hxx +vcl/inc/dndeventdispatcher.hxx +vcl/inc/dndlistenercontainer.hxx +vcl/inc/factory.hxx +vcl/inc/fltcall.hxx +vcl/inc/fontattributes.hxx +vcl/inc/fontinstance.hxx +vcl/inc/fontselect.hxx +vcl/inc/fontsubset.hxx +vcl/inc/graphic/UnoGraphic.hxx +vcl/inc/graphic/UnoGraphicDescriptor.hxx +vcl/inc/graphic/UnoGraphicTransformer.hxx +vcl/inc/headless/svpbmp.hxx +vcl/inc/headless/svpdummies.hxx +vcl/inc/headless/svpframe.hxx +vcl/inc/headless/svpgdi.hxx +vcl/inc/headless/svpinst.hxx +vcl/inc/headless/svpprn.hxx +vcl/inc/headless/svpvd.hxx +vcl/inc/helpwin.hxx +vcl/inc/hyperlabel.hxx +vcl/inc/iconview.hxx +vcl/inc/image.h +vcl/inc/imagerepository.hxx +vcl/inc/impanmvw.hxx +vcl/inc/impdel.hxx +vcl/inc/impfont.hxx +vcl/inc/impfontcache.hxx +vcl/inc/impfontcharmap.hxx +vcl/inc/impfontmetricdata.hxx +vcl/inc/impgraph.hxx +vcl/inc/implimagetree.hxx +vcl/inc/ios/iosinst.hxx +vcl/inc/jobdata.hxx +vcl/inc/jobset.h +vcl/inc/langboost.hxx +vcl/inc/listbox.hxx +vcl/inc/opengl/BufferObject.hxx +vcl/inc/opengl/FixedTextureAtlas.hxx +vcl/inc/opengl/LineRenderUtils.hxx +vcl/inc/opengl/PackedTextureAtlas.hxx +vcl/inc/opengl/RenderList.hxx +vcl/inc/opengl/RenderState.hxx +vcl/inc/opengl/TextureState.hxx +vcl/inc/opengl/VertexUtils.hxx +vcl/inc/opengl/framebuffer.hxx +vcl/inc/opengl/gdiimpl.hxx +vcl/inc/opengl/program.hxx +vcl/inc/opengl/salbmp.hxx +vcl/inc/opengl/texture.hxx +vcl/inc/opengl/win/WinDeviceInfo.hxx +vcl/inc/opengl/win/gdiimpl.hxx +vcl/inc/opengl/x11/X11DeviceInfo.hxx +vcl/inc/opengl/x11/gdiimpl.hxx +vcl/inc/opengl/x11/salvd.hxx +vcl/inc/opengl/zone.hxx +vcl/inc/osx/a11yfactory.h +vcl/inc/osx/a11yfocustracker.hxx +vcl/inc/osx/a11ylistener.hxx +vcl/inc/osx/a11ywrapper.h +vcl/inc/osx/keyboardfocuslistener.hxx +vcl/inc/osx/printview.h +vcl/inc/osx/runinmain.hxx +vcl/inc/osx/saldata.hxx +vcl/inc/osx/salframe.h +vcl/inc/osx/salframeview.h +vcl/inc/osx/salinst.h +vcl/inc/osx/salmenu.h +vcl/inc/osx/salnativewidgets.h +vcl/inc/osx/salnsmenu.h +vcl/inc/osx/salnstimer.h +vcl/inc/osx/salobj.h +vcl/inc/osx/salprn.h +vcl/inc/osx/salsys.h +vcl/inc/osx/saltimer.h +vcl/inc/osx/vclnsapp.h +vcl/inc/outdata.hxx +vcl/inc/outdev.h +vcl/inc/ppdparser.hxx +vcl/inc/print.h +vcl/inc/printdlg.hxx +vcl/inc/printerinfomanager.hxx +vcl/inc/quartz/common.h +vcl/inc/quartz/ctfonts.hxx +vcl/inc/quartz/salbmp.h +vcl/inc/quartz/salgdi.h +vcl/inc/quartz/salgdicommon.hxx +vcl/inc/quartz/salvd.h +vcl/inc/quartz/utils.h +vcl/inc/regband.hxx +vcl/inc/regionband.hxx +vcl/inc/salbmp.hxx +vcl/inc/saldatabasic.hxx +vcl/inc/salframe.hxx +vcl/inc/salgdi.hxx +vcl/inc/salgdiimpl.hxx +vcl/inc/salgeom.hxx +vcl/inc/salinst.hxx +vcl/inc/sallayout.hxx +vcl/inc/salmenu.hxx +vcl/inc/salobj.hxx +vcl/inc/salprn.hxx +vcl/inc/salptype.hxx +vcl/inc/salsession.hxx +vcl/inc/salsys.hxx +vcl/inc/saltimer.hxx +vcl/inc/salusereventlist.hxx +vcl/inc/salvd.hxx +vcl/inc/salwtype.hxx +vcl/inc/scanlinewriter.hxx +vcl/inc/schedulerimpl.hxx +vcl/inc/scrptrun.h +vcl/inc/scrwnd.hxx +vcl/inc/sft.hxx +vcl/inc/slider.hxx +vcl/inc/spin.hxx +vcl/inc/strhelper.hxx +vcl/inc/svdata.hxx +vcl/inc/svimpbox.hxx +vcl/inc/svmconverter.hxx +vcl/inc/test/outputdevice.hxx +vcl/inc/textlayout.hxx +vcl/inc/textlineinfo.hxx +vcl/inc/textrender.hxx +vcl/inc/toolbox.h +vcl/inc/unx/XIM.h +vcl/inc/unx/cairotextrender.hxx +vcl/inc/unx/cpdmgr.hxx +vcl/inc/unx/cupsmgr.hxx +vcl/inc/unx/desktops.hxx +vcl/inc/unx/fc_fontoptions.hxx +vcl/inc/unx/fontmanager.hxx +vcl/inc/unx/freetype_glyphcache.hxx +vcl/inc/unx/freetypetextrender.hxx +vcl/inc/unx/gendisp.hxx +vcl/inc/unx/geninst.h +vcl/inc/unx/genprn.h +vcl/inc/unx/genpspgraphics.h +vcl/inc/unx/gensys.h +vcl/inc/unx/glyphcache.hxx +vcl/inc/unx/gtk/gloactiongroup.h +vcl/inc/unx/gtk/glomenu.h +vcl/inc/unx/gtk/gtkdata.hxx +vcl/inc/unx/gtk/gtkframe.hxx +vcl/inc/unx/gtk/gtkgdi.hxx +vcl/inc/unx/gtk/gtkinst.hxx +vcl/inc/unx/gtk/gtkobject.hxx +vcl/inc/unx/gtk/gtkprintwrapper.hxx +vcl/inc/unx/gtk/gtkprn.hxx +vcl/inc/unx/gtk/gtksalmenu.hxx +vcl/inc/unx/gtk/gtksys.hxx +vcl/inc/unx/gtk/hudawareness.h +vcl/inc/unx/helper.hxx +vcl/inc/unx/i18n_cb.hxx +vcl/inc/unx/i18n_ic.hxx +vcl/inc/unx/i18n_im.hxx +vcl/inc/unx/i18n_keysym.hxx +vcl/inc/unx/i18n_xkb.hxx +vcl/inc/unx/printergfx.hxx +vcl/inc/unx/printerjob.hxx +vcl/inc/unx/salbmp.h +vcl/inc/unx/saldata.hxx +vcl/inc/unx/saldisp.hxx +vcl/inc/unx/salframe.h +vcl/inc/unx/salgdi.h +vcl/inc/unx/salinst.h +vcl/inc/unx/salobj.h +vcl/inc/unx/saltimer.h +vcl/inc/unx/saltype.h +vcl/inc/unx/salunx.h +vcl/inc/unx/salunxtime.h +vcl/inc/unx/salvd.h +vcl/inc/unx/screensaverinhibitor.hxx +vcl/inc/unx/sm.hxx +vcl/inc/unx/wmadaptor.hxx +vcl/inc/unx/x11/x11gdiimpl.h +vcl/inc/unx/x11/x11sys.hxx +vcl/inc/unx/x11/xlimits.hxx +vcl/inc/unx/x11/xrender_peer.hxx +vcl/inc/unx/x11_cursors/ase_curs.h +vcl/inc/unx/x11_cursors/ase_mask.h +vcl/inc/unx/x11_cursors/asn_curs.h +vcl/inc/unx/x11_cursors/asn_mask.h +vcl/inc/unx/x11_cursors/asne_curs.h +vcl/inc/unx/x11_cursors/asne_mask.h +vcl/inc/unx/x11_cursors/asns_curs.h +vcl/inc/unx/x11_cursors/asns_mask.h +vcl/inc/unx/x11_cursors/asnswe_curs.h +vcl/inc/unx/x11_cursors/asnswe_mask.h +vcl/inc/unx/x11_cursors/asnw_curs.h +vcl/inc/unx/x11_cursors/asnw_mask.h +vcl/inc/unx/x11_cursors/ass_curs.h +vcl/inc/unx/x11_cursors/ass_mask.h +vcl/inc/unx/x11_cursors/asse_curs.h +vcl/inc/unx/x11_cursors/asse_mask.h +vcl/inc/unx/x11_cursors/assw_curs.h +vcl/inc/unx/x11_cursors/assw_mask.h +vcl/inc/unx/x11_cursors/asw_curs.h +vcl/inc/unx/x11_cursors/asw_mask.h +vcl/inc/unx/x11_cursors/aswe_curs.h +vcl/inc/unx/x11_cursors/aswe_mask.h +vcl/inc/unx/x11_cursors/chain_curs.h +vcl/inc/unx/x11_cursors/chain_mask.h +vcl/inc/unx/x11_cursors/chainnot_curs.h +vcl/inc/unx/x11_cursors/chainnot_mask.h +vcl/inc/unx/x11_cursors/chart_curs.h +vcl/inc/unx/x11_cursors/chart_mask.h +vcl/inc/unx/x11_cursors/copydata_curs.h +vcl/inc/unx/x11_cursors/copydata_mask.h +vcl/inc/unx/x11_cursors/copydlnk_curs.h +vcl/inc/unx/x11_cursors/copydlnk_mask.h +vcl/inc/unx/x11_cursors/copyfile_curs.h +vcl/inc/unx/x11_cursors/copyfile_mask.h +vcl/inc/unx/x11_cursors/copyfiles_curs.h +vcl/inc/unx/x11_cursors/copyfiles_mask.h +vcl/inc/unx/x11_cursors/copyflnk_curs.h +vcl/inc/unx/x11_cursors/copyflnk_mask.h +vcl/inc/unx/x11_cursors/crook_curs.h +vcl/inc/unx/x11_cursors/crook_mask.h +vcl/inc/unx/x11_cursors/crop_curs.h +vcl/inc/unx/x11_cursors/crop_mask.h +vcl/inc/unx/x11_cursors/detective_curs.h +vcl/inc/unx/x11_cursors/detective_mask.h +vcl/inc/unx/x11_cursors/drawarc_curs.h +vcl/inc/unx/x11_cursors/drawarc_mask.h +vcl/inc/unx/x11_cursors/drawbezier_curs.h +vcl/inc/unx/x11_cursors/drawbezier_mask.h +vcl/inc/unx/x11_cursors/drawcaption_curs.h +vcl/inc/unx/x11_cursors/drawcaption_mask.h +vcl/inc/unx/x11_cursors/drawcirclecut_curs.h +vcl/inc/unx/x11_cursors/drawcirclecut_mask.h +vcl/inc/unx/x11_cursors/drawconnect_curs.h +vcl/inc/unx/x11_cursors/drawconnect_mask.h +vcl/inc/unx/x11_cursors/drawellipse_curs.h +vcl/inc/unx/x11_cursors/drawellipse_mask.h +vcl/inc/unx/x11_cursors/drawfreehand_curs.h +vcl/inc/unx/x11_cursors/drawfreehand_mask.h +vcl/inc/unx/x11_cursors/drawline_curs.h +vcl/inc/unx/x11_cursors/drawline_mask.h +vcl/inc/unx/x11_cursors/drawpie_curs.h +vcl/inc/unx/x11_cursors/drawpie_mask.h +vcl/inc/unx/x11_cursors/drawpolygon_curs.h +vcl/inc/unx/x11_cursors/drawpolygon_mask.h +vcl/inc/unx/x11_cursors/drawrect_curs.h +vcl/inc/unx/x11_cursors/drawrect_mask.h +vcl/inc/unx/x11_cursors/drawtext_curs.h +vcl/inc/unx/x11_cursors/drawtext_mask.h +vcl/inc/unx/x11_cursors/fill_curs.h +vcl/inc/unx/x11_cursors/fill_mask.h +vcl/inc/unx/x11_cursors/hshear_curs.h +vcl/inc/unx/x11_cursors/hshear_mask.h +vcl/inc/unx/x11_cursors/invert50.h +vcl/inc/unx/x11_cursors/linkdata_curs.h +vcl/inc/unx/x11_cursors/linkdata_mask.h +vcl/inc/unx/x11_cursors/linkfile_curs.h +vcl/inc/unx/x11_cursors/linkfile_mask.h +vcl/inc/unx/x11_cursors/magnify_curs.h +vcl/inc/unx/x11_cursors/magnify_mask.h +vcl/inc/unx/x11_cursors/mirror_curs.h +vcl/inc/unx/x11_cursors/mirror_mask.h +vcl/inc/unx/x11_cursors/movebezierweight_curs.h +vcl/inc/unx/x11_cursors/movebezierweight_mask.h +vcl/inc/unx/x11_cursors/movedata_curs.h +vcl/inc/unx/x11_cursors/movedata_mask.h +vcl/inc/unx/x11_cursors/movedlnk_curs.h +vcl/inc/unx/x11_cursors/movedlnk_mask.h +vcl/inc/unx/x11_cursors/movefile_curs.h +vcl/inc/unx/x11_cursors/movefile_mask.h +vcl/inc/unx/x11_cursors/movefiles_curs.h +vcl/inc/unx/x11_cursors/movefiles_mask.h +vcl/inc/unx/x11_cursors/moveflnk_curs.h +vcl/inc/unx/x11_cursors/moveflnk_mask.h +vcl/inc/unx/x11_cursors/movepoint_curs.h +vcl/inc/unx/x11_cursors/movepoint_mask.h +vcl/inc/unx/x11_cursors/nodrop_curs.h +vcl/inc/unx/x11_cursors/nodrop_mask.h +vcl/inc/unx/x11_cursors/pivotcol_curs.h +vcl/inc/unx/x11_cursors/pivotcol_mask.h +vcl/inc/unx/x11_cursors/pivotdel_curs.h +vcl/inc/unx/x11_cursors/pivotdel_mask.h +vcl/inc/unx/x11_cursors/pivotfld_curs.h +vcl/inc/unx/x11_cursors/pivotfld_mask.h +vcl/inc/unx/x11_cursors/pivotrow_curs.h +vcl/inc/unx/x11_cursors/pivotrow_mask.h +vcl/inc/unx/x11_cursors/rotate_curs.h +vcl/inc/unx/x11_cursors/rotate_mask.h +vcl/inc/unx/x11_cursors/tblsele_curs.h +vcl/inc/unx/x11_cursors/tblsele_mask.h +vcl/inc/unx/x11_cursors/tblsels_curs.h +vcl/inc/unx/x11_cursors/tblsels_mask.h +vcl/inc/unx/x11_cursors/tblselse_curs.h +vcl/inc/unx/x11_cursors/tblselse_mask.h +vcl/inc/unx/x11_cursors/tblselsw_curs.h +vcl/inc/unx/x11_cursors/tblselsw_mask.h +vcl/inc/unx/x11_cursors/tblselw_curs.h +vcl/inc/unx/x11_cursors/tblselw_mask.h +vcl/inc/unx/x11_cursors/vertcurs_curs.h +vcl/inc/unx/x11_cursors/vertcurs_mask.h +vcl/inc/unx/x11_cursors/vshear_curs.h +vcl/inc/unx/x11_cursors/vshear_mask.h +vcl/inc/unx/x11_cursors/wshide_curs.h +vcl/inc/unx/x11_cursors/wshide_mask.h +vcl/inc/unx/x11_cursors/wsshow_curs.h +vcl/inc/unx/x11_cursors/wsshow_mask.h +vcl/inc/vcleventlisteners.hxx +vcl/inc/vclstatuslistener.hxx +vcl/inc/wall2.hxx +vcl/inc/win/DWriteTextRenderer.hxx +vcl/inc/win/salbmp.h +vcl/inc/win/saldata.hxx +vcl/inc/win/salframe.h +vcl/inc/win/salgdi.h +vcl/inc/win/salinst.h +vcl/inc/win/salmenu.h +vcl/inc/win/salobj.h +vcl/inc/win/salprn.h +vcl/inc/win/salsys.h +vcl/inc/win/saltimer.h +vcl/inc/win/salvd.h +vcl/inc/win/wincomp.hxx +vcl/inc/win/winlayout.hxx +vcl/inc/window.h +vcl/inc/wizdlg.hxx +vcl/ios/dummies.cxx +vcl/ios/iosinst.cxx +vcl/null/printerinfomanager.cxx +vcl/opengl/DeviceInfo.cxx +vcl/opengl/FixedTextureAtlas.cxx +vcl/opengl/LineRenderUtils.cxx +vcl/opengl/PackedTextureAtlas.cxx +vcl/opengl/RenderList.cxx +vcl/opengl/framebuffer.cxx +vcl/opengl/gdiimpl.cxx +vcl/opengl/program.cxx +vcl/opengl/salbmp.cxx +vcl/opengl/scale.cxx +vcl/opengl/texture.cxx +vcl/opengl/win/WinDeviceInfo.cxx +vcl/opengl/win/gdiimpl.cxx +vcl/opengl/x11/X11DeviceInfo.cxx +vcl/opengl/x11/cairotextrender.cxx +vcl/opengl/x11/gdiimpl.cxx +vcl/opengl/x11/salvd.cxx +vcl/osx/DataFlavorMapping.cxx +vcl/osx/DataFlavorMapping.hxx +vcl/osx/DragActionConversion.cxx +vcl/osx/DragSource.cxx +vcl/osx/DragSource.hxx +vcl/osx/DragSourceContext.cxx +vcl/osx/DragSourceContext.hxx +vcl/osx/DropTarget.cxx +vcl/osx/DropTarget.hxx +vcl/osx/HtmlFmtFlt.cxx +vcl/osx/OSXTransferable.cxx +vcl/osx/OSXTransferable.hxx +vcl/osx/PictToBmpFlt.cxx +vcl/osx/PictToBmpFlt.hxx +vcl/osx/a11yactionwrapper.h +vcl/osx/a11ycomponentwrapper.h +vcl/osx/a11yfocuslistener.cxx +vcl/osx/a11yfocuslistener.hxx +vcl/osx/a11yfocustracker.cxx +vcl/osx/a11ylistener.cxx +vcl/osx/a11yrolehelper.h +vcl/osx/a11yselectionwrapper.h +vcl/osx/a11ytablewrapper.h +vcl/osx/a11ytextattributeswrapper.h +vcl/osx/a11ytextwrapper.h +vcl/osx/a11yutil.h +vcl/osx/a11yvaluewrapper.h +vcl/osx/a11ywrapperbutton.h +vcl/osx/a11ywrappercheckbox.h +vcl/osx/a11ywrappercombobox.h +vcl/osx/a11ywrappergroup.h +vcl/osx/a11ywrapperlist.h +vcl/osx/a11ywrapperradiobutton.h +vcl/osx/a11ywrapperradiogroup.h +vcl/osx/a11ywrapperrow.h +vcl/osx/a11ywrapperscrollarea.h +vcl/osx/a11ywrapperscrollbar.h +vcl/osx/a11ywrappersplitter.h +vcl/osx/a11ywrapperstatictext.h +vcl/osx/a11ywrappertabgroup.h +vcl/osx/a11ywrappertextarea.h +vcl/osx/a11ywrappertoolbar.h +vcl/osx/clipboard.cxx +vcl/osx/clipboard.hxx +vcl/osx/cuidraw.hxx +vcl/osx/documentfocuslistener.cxx +vcl/osx/documentfocuslistener.hxx +vcl/osx/saldata.cxx +vcl/osx/salframe.cxx +vcl/osx/salinst.cxx +vcl/osx/salmenu.cxx +vcl/osx/salnativewidgets.cxx +vcl/osx/salobj.cxx +vcl/osx/salprn.cxx +vcl/osx/salsys.cxx +vcl/osx/saltimer.cxx +vcl/osx/service_entry.cxx +vcl/qa/cppunit/BitmapProcessorTest.cxx +vcl/qa/cppunit/app/test_IconThemeInfo.cxx +vcl/qa/cppunit/app/test_IconThemeScanner.cxx +vcl/qa/cppunit/app/test_IconThemeSelector.cxx +vcl/qa/cppunit/blocklistparsertest.cxx +vcl/qa/cppunit/canvasbitmaptest.cxx +vcl/qa/cppunit/complextext.cxx +vcl/qa/cppunit/dndtest.cxx +vcl/qa/cppunit/errorhandler.cxx +vcl/qa/cppunit/font.cxx +vcl/qa/cppunit/fontcharmap.cxx +vcl/qa/cppunit/fontmetric.cxx +vcl/qa/cppunit/graphicfilter/filters-test.cxx +vcl/qa/cppunit/jpeg/JpegReaderTest.cxx +vcl/qa/cppunit/lifecycle.cxx +vcl/qa/cppunit/mnemonic.cxx +vcl/qa/cppunit/outdev.cxx +vcl/qa/cppunit/pdfexport/pdfexport.cxx +vcl/qa/cppunit/svm/svmtest.cxx +vcl/qa/cppunit/timer.cxx +vcl/qa/unit/vcl-dialogs-test.cxx +vcl/quartz/ctfonts.cxx +vcl/quartz/salbmp.cxx +vcl/quartz/salgdi.cxx +vcl/quartz/salgdicommon.cxx +vcl/quartz/salgdiutils.cxx +vcl/quartz/salvd.cxx +vcl/quartz/utils.cxx +vcl/source/app/ITiledRenderable.cxx +vcl/source/app/IconThemeInfo.cxx +vcl/source/app/IconThemeScanner.cxx +vcl/source/app/IconThemeSelector.cxx +vcl/source/app/brand.cxx +vcl/source/app/dbggui.cxx +vcl/source/app/dndhelp.cxx +vcl/source/app/help.cxx +vcl/source/app/i18nhelp.cxx +vcl/source/app/idle.cxx +vcl/source/app/salplug.cxx +vcl/source/app/salusereventlist.cxx +vcl/source/app/salvtables.cxx +vcl/source/app/scheduler.cxx +vcl/source/app/session.cxx +vcl/source/app/settings.cxx +vcl/source/app/sound.cxx +vcl/source/app/stdtext.cxx +vcl/source/app/svapp.cxx +vcl/source/app/svdata.cxx +vcl/source/app/svmain.cxx +vcl/source/app/timer.cxx +vcl/source/app/unohelp.cxx +vcl/source/app/unohelp2.cxx +vcl/source/app/vclevent.cxx +vcl/source/bitmap/BitmapScaleConvolutionFilter.cxx +vcl/source/bitmap/BitmapScaleSuperFilter.cxx +vcl/source/bitmap/BitmapSymmetryCheck.cxx +vcl/source/bitmap/BitmapTools.cxx +vcl/source/bitmap/bitmap.cxx +vcl/source/bitmap/bitmapfilter.cxx +vcl/source/bitmap/checksum.cxx +vcl/source/bitmap/salbmp.cxx +vcl/source/components/dtranscomp.cxx +vcl/source/components/factory.cxx +vcl/source/components/fontident.cxx +vcl/source/control/button.cxx +vcl/source/control/calendar.cxx +vcl/source/control/combobox.cxx +vcl/source/control/ctrl.cxx +vcl/source/control/edit.cxx +vcl/source/control/field.cxx +vcl/source/control/field2.cxx +vcl/source/control/fixed.cxx +vcl/source/control/fixedhyper.cxx +vcl/source/control/fmtfield.cxx +vcl/source/control/hyperlabel.cxx +vcl/source/control/imgctrl.cxx +vcl/source/control/imivctl.hxx +vcl/source/control/imivctl1.cxx +vcl/source/control/imivctl2.cxx +vcl/source/control/imp_listbox.cxx +vcl/source/control/ivctrl.cxx +vcl/source/control/listbox.cxx +vcl/source/control/longcurr.cxx +vcl/source/control/menubtn.cxx +vcl/source/control/notebookbar.cxx +vcl/source/control/prgsbar.cxx +vcl/source/control/quickselectionengine.cxx +vcl/source/control/roadmap.cxx +vcl/source/control/roadmapwizard.cxx +vcl/source/control/scrbar.cxx +vcl/source/control/slider.cxx +vcl/source/control/spinbtn.cxx +vcl/source/control/spinfld.cxx +vcl/source/control/tabctrl.cxx +vcl/source/control/throbber.cxx +vcl/source/control/thumbpos.hxx +vcl/source/control/wizardmachine.cxx +vcl/source/control/wizimpldata.hxx +vcl/source/edit/textdat2.hxx +vcl/source/edit/textdata.cxx +vcl/source/edit/textdoc.cxx +vcl/source/edit/textdoc.hxx +vcl/source/edit/texteng.cxx +vcl/source/edit/textund2.hxx +vcl/source/edit/textundo.cxx +vcl/source/edit/textundo.hxx +vcl/source/edit/textview.cxx +vcl/source/edit/txtattr.cxx +vcl/source/edit/vclmedit.cxx +vcl/source/edit/xtextedt.cxx +vcl/source/filter/FilterConfigCache.cxx +vcl/source/filter/FilterConfigCache.hxx +vcl/source/filter/FilterConfigItem.cxx +vcl/source/filter/graphicfilter.cxx +vcl/source/filter/graphicfilter2.cxx +vcl/source/filter/graphicfilter_internal.hxx +vcl/source/filter/igif/decode.cxx +vcl/source/filter/igif/decode.hxx +vcl/source/filter/igif/gifread.cxx +vcl/source/filter/igif/gifread.hxx +vcl/source/filter/ixbm/xbmread.cxx +vcl/source/filter/ixbm/xbmread.hxx +vcl/source/filter/ixpm/rgbtable.hxx +vcl/source/filter/ixpm/xpmread.cxx +vcl/source/filter/ixpm/xpmread.hxx +vcl/source/filter/jpeg/Exif.cxx +vcl/source/filter/jpeg/Exif.hxx +vcl/source/filter/jpeg/JpegReader.cxx +vcl/source/filter/jpeg/JpegReader.hxx +vcl/source/filter/jpeg/JpegTransform.cxx +vcl/source/filter/jpeg/JpegTransform.hxx +vcl/source/filter/jpeg/JpegWriter.cxx +vcl/source/filter/jpeg/JpegWriter.hxx +vcl/source/filter/jpeg/jinclude.h +vcl/source/filter/jpeg/jpeg.cxx +vcl/source/filter/jpeg/jpeg.h +vcl/source/filter/jpeg/jpeg.hxx +vcl/source/filter/jpeg/jpegc.cxx +vcl/source/filter/jpeg/transupp.c +vcl/source/filter/jpeg/transupp.h +vcl/source/filter/png/pngread.cxx +vcl/source/filter/png/pngwrite.cxx +vcl/source/filter/wmf/emfwr.cxx +vcl/source/filter/wmf/emfwr.hxx +vcl/source/filter/wmf/wmf.cxx +vcl/source/filter/wmf/wmfexternal.cxx +vcl/source/filter/wmf/wmfwr.cxx +vcl/source/filter/wmf/wmfwr.hxx +vcl/source/font/PhysicalFontCollection.cxx +vcl/source/font/PhysicalFontFace.cxx +vcl/source/font/PhysicalFontFamily.cxx +vcl/source/font/font.cxx +vcl/source/font/fontattributes.cxx +vcl/source/font/fontcache.cxx +vcl/source/font/fontcharmap.cxx +vcl/source/font/fontinstance.cxx +vcl/source/font/fontmetric.cxx +vcl/source/font/fontselect.cxx +vcl/source/fontsubset/cff.cxx +vcl/source/fontsubset/fontsubset.cxx +vcl/source/fontsubset/list.cxx +vcl/source/fontsubset/list.h +vcl/source/fontsubset/sft.cxx +vcl/source/fontsubset/ttcr.cxx +vcl/source/fontsubset/ttcr.hxx +vcl/source/fontsubset/xlat.cxx +vcl/source/fontsubset/xlat.hxx +vcl/source/gdi/CommonSalLayout.cxx +vcl/source/gdi/VerticalOrientationData.cxx +vcl/source/gdi/alpha.cxx +vcl/source/gdi/bitmap3.cxx +vcl/source/gdi/bitmapex.cxx +vcl/source/gdi/bmpacc.cxx +vcl/source/gdi/bmpacc2.cxx +vcl/source/gdi/bmpacc3.cxx +vcl/source/gdi/bmpfast.cxx +vcl/source/gdi/configsettings.cxx +vcl/source/gdi/cvtgrf.cxx +vcl/source/gdi/dibtools.cxx +vcl/source/gdi/embeddedfontshelper.cxx +vcl/source/gdi/extoutdevdata.cxx +vcl/source/gdi/gdimetafiletools.cxx +vcl/source/gdi/gdimtf.cxx +vcl/source/gdi/gfxlink.cxx +vcl/source/gdi/gradient.cxx +vcl/source/gdi/graph.cxx +vcl/source/gdi/graphictools.cxx +vcl/source/gdi/hatch.cxx +vcl/source/gdi/impanmvw.cxx +vcl/source/gdi/impgraph.cxx +vcl/source/gdi/impvect.cxx +vcl/source/gdi/impvect.hxx +vcl/source/gdi/jobset.cxx +vcl/source/gdi/lineinfo.cxx +vcl/source/gdi/mapmod.cxx +vcl/source/gdi/metaact.cxx +vcl/source/gdi/mtfxmldump.cxx +vcl/source/gdi/oldprintadaptor.cxx +vcl/source/gdi/pdfextoutdevdata.cxx +vcl/source/gdi/pdffontcache.cxx +vcl/source/gdi/pdffontcache.hxx +vcl/source/gdi/pdfwriter.cxx +vcl/source/gdi/pdfwriter_impl.cxx +vcl/source/gdi/pdfwriter_impl.hxx +vcl/source/gdi/pdfwriter_impl2.cxx +vcl/source/gdi/print.cxx +vcl/source/gdi/print2.cxx +vcl/source/gdi/print3.cxx +vcl/source/gdi/regband.cxx +vcl/source/gdi/region.cxx +vcl/source/gdi/regionband.cxx +vcl/source/gdi/salgdiimpl.cxx +vcl/source/gdi/salgdilayout.cxx +vcl/source/gdi/sallayout.cxx +vcl/source/gdi/salmisc.cxx +vcl/source/gdi/scrptrun.cxx +vcl/source/gdi/svmconverter.cxx +vcl/source/gdi/textlayout.cxx +vcl/source/gdi/vectorgraphicdata.cxx +vcl/source/gdi/virdev.cxx +vcl/source/gdi/wall.cxx +vcl/source/graphic/GraphicObject.cxx +vcl/source/graphic/GraphicObject2.cxx +vcl/source/graphic/UnoGraphic.cxx +vcl/source/graphic/UnoGraphicDescriptor.cxx +vcl/source/graphic/UnoGraphicObject.cxx +vcl/source/graphic/UnoGraphicProvider.cxx +vcl/source/graphic/UnoGraphicTransformer.cxx +vcl/source/graphic/grfattr.cxx +vcl/source/helper/canvasbitmap.cxx +vcl/source/helper/canvastools.cxx +vcl/source/helper/commandinfoprovider.cxx +vcl/source/helper/displayconnectiondispatch.cxx +vcl/source/helper/evntpost.cxx +vcl/source/helper/lazydelete.cxx +vcl/source/helper/strhelper.cxx +vcl/source/helper/svtaccessiblefactory.cxx +vcl/source/helper/threadex.cxx +vcl/source/image/Image.cxx +vcl/source/image/ImageRepository.cxx +vcl/source/image/ImageTree.cxx +vcl/source/image/ImplImage.cxx +vcl/source/image/ImplImageTree.cxx +vcl/source/opengl/OpenGLContext.cxx +vcl/source/opengl/OpenGLHelper.cxx +vcl/source/outdev/bitmap.cxx +vcl/source/outdev/clipping.cxx +vcl/source/outdev/curvedshapes.cxx +vcl/source/outdev/font.cxx +vcl/source/outdev/gradient.cxx +vcl/source/outdev/hatch.cxx +vcl/source/outdev/line.cxx +vcl/source/outdev/map.cxx +vcl/source/outdev/mask.cxx +vcl/source/outdev/nativecontrols.cxx +vcl/source/outdev/outdev.cxx +vcl/source/outdev/outdevstate.cxx +vcl/source/outdev/pixel.cxx +vcl/source/outdev/polygon.cxx +vcl/source/outdev/polyline.cxx +vcl/source/outdev/rect.cxx +vcl/source/outdev/text.cxx +vcl/source/outdev/textline.cxx +vcl/source/outdev/transparent.cxx +vcl/source/outdev/vclreferencebase.cxx +vcl/source/outdev/wallpaper.cxx +vcl/source/salmain/salmain.cxx +vcl/source/toolkit/group.cxx +vcl/source/toolkit/morebtn.cxx +vcl/source/treelist/headbar.cxx +vcl/source/treelist/iconview.cxx +vcl/source/treelist/iconviewimpl.cxx +vcl/source/treelist/iconviewimpl.hxx +vcl/source/treelist/imap.cxx +vcl/source/treelist/imap2.cxx +vcl/source/treelist/imap3.cxx +vcl/source/treelist/inetimg.cxx +vcl/source/treelist/svimpbox.cxx +vcl/source/treelist/svlbitm.cxx +vcl/source/treelist/svtabbx.cxx +vcl/source/treelist/transfer.cxx +vcl/source/treelist/transfer2.cxx +vcl/source/treelist/treelist.cxx +vcl/source/treelist/treelistbox.cxx +vcl/source/treelist/treelistentry.cxx +vcl/source/treelist/uiobject.cxx +vcl/source/treelist/viewdataentry.cxx +vcl/source/uipreviewer/previewer.cxx +vcl/source/uitest/logger.cxx +vcl/source/uitest/uiobject.cxx +vcl/source/uitest/uitest.cxx +vcl/source/uitest/uno/uiobject_uno.cxx +vcl/source/uitest/uno/uiobject_uno.hxx +vcl/source/uitest/uno/uitest_uno.cxx +vcl/source/window/EnumContext.cxx +vcl/source/window/abstdlg.cxx +vcl/source/window/accel.cxx +vcl/source/window/accessibility.cxx +vcl/source/window/accmgr.cxx +vcl/source/window/brdwin.cxx +vcl/source/window/builder.cxx +vcl/source/window/clipping.cxx +vcl/source/window/commandevent.cxx +vcl/source/window/cursor.cxx +vcl/source/window/debug.cxx +vcl/source/window/debugevent.cxx +vcl/source/window/decoview.cxx +vcl/source/window/dialog.cxx +vcl/source/window/dlgctrl.cxx +vcl/source/window/dlgctrl.hxx +vcl/source/window/dndeventdispatcher.cxx +vcl/source/window/dndlistenercontainer.cxx +vcl/source/window/dockingarea.cxx +vcl/source/window/dockmgr.cxx +vcl/source/window/dockwin.cxx +vcl/source/window/errinf.cxx +vcl/source/window/event.cxx +vcl/source/window/floatwin.cxx +vcl/source/window/globalization.cxx +vcl/source/window/introwin.cxx +vcl/source/window/keycod.cxx +vcl/source/window/keyevent.cxx +vcl/source/window/layout.cxx +vcl/source/window/legacyaccessibility.cxx +vcl/source/window/menu.cxx +vcl/source/window/menubarwindow.cxx +vcl/source/window/menubarwindow.hxx +vcl/source/window/menufloatingwindow.cxx +vcl/source/window/menufloatingwindow.hxx +vcl/source/window/menuitemlist.cxx +vcl/source/window/menuitemlist.hxx +vcl/source/window/menuwindow.cxx +vcl/source/window/menuwindow.hxx +vcl/source/window/mnemonic.cxx +vcl/source/window/mnemonicengine.cxx +vcl/source/window/mouse.cxx +vcl/source/window/paint.cxx +vcl/source/window/printdlg.cxx +vcl/source/window/scrwnd.cxx +vcl/source/window/seleng.cxx +vcl/source/window/settings.cxx +vcl/source/window/split.cxx +vcl/source/window/splitwin.cxx +vcl/source/window/stacking.cxx +vcl/source/window/status.cxx +vcl/source/window/syschild.cxx +vcl/source/window/syswin.cxx +vcl/source/window/tabdlg.cxx +vcl/source/window/tabpage.cxx +vcl/source/window/taskpanelist.cxx +vcl/source/window/toolbox.cxx +vcl/source/window/toolbox2.cxx +vcl/source/window/window.cxx +vcl/source/window/window2.cxx +vcl/source/window/window3.cxx +vcl/source/window/winproc.cxx +vcl/source/window/wrkwin.cxx +vcl/unx/generic/app/gendisp.cxx +vcl/unx/generic/app/geninst.cxx +vcl/unx/generic/app/gensys.cxx +vcl/unx/generic/app/i18n_cb.cxx +vcl/unx/generic/app/i18n_ic.cxx +vcl/unx/generic/app/i18n_im.cxx +vcl/unx/generic/app/i18n_keysym.cxx +vcl/unx/generic/app/i18n_xkb.cxx +vcl/unx/generic/app/keysymnames.cxx +vcl/unx/generic/app/randrwrapper.cxx +vcl/unx/generic/app/saldata.cxx +vcl/unx/generic/app/saldisp.cxx +vcl/unx/generic/app/salinst.cxx +vcl/unx/generic/app/saltimer.cxx +vcl/unx/generic/app/sm.cxx +vcl/unx/generic/app/wmadaptor.cxx +vcl/unx/generic/desktopdetect/desktopdetector.cxx +vcl/unx/generic/dtrans/X11_clipboard.cxx +vcl/unx/generic/dtrans/X11_clipboard.hxx +vcl/unx/generic/dtrans/X11_dndcontext.cxx +vcl/unx/generic/dtrans/X11_dndcontext.hxx +vcl/unx/generic/dtrans/X11_droptarget.cxx +vcl/unx/generic/dtrans/X11_selection.cxx +vcl/unx/generic/dtrans/X11_selection.hxx +vcl/unx/generic/dtrans/X11_service.cxx +vcl/unx/generic/dtrans/X11_transferable.cxx +vcl/unx/generic/dtrans/X11_transferable.hxx +vcl/unx/generic/dtrans/bmp.cxx +vcl/unx/generic/dtrans/bmp.hxx +vcl/unx/generic/dtrans/config.cxx +vcl/unx/generic/dtrans/copydata_curs.h +vcl/unx/generic/dtrans/copydata_mask.h +vcl/unx/generic/dtrans/linkdata_curs.h +vcl/unx/generic/dtrans/linkdata_mask.h +vcl/unx/generic/dtrans/movedata_curs.h +vcl/unx/generic/dtrans/movedata_mask.h +vcl/unx/generic/dtrans/nodrop_curs.h +vcl/unx/generic/dtrans/nodrop_mask.h +vcl/unx/generic/fontmanager/fontconfig.cxx +vcl/unx/generic/fontmanager/fontmanager.cxx +vcl/unx/generic/fontmanager/fontsubst.cxx +vcl/unx/generic/fontmanager/helper.cxx +vcl/unx/generic/gdi/cairo_xlib_cairo.cxx +vcl/unx/generic/gdi/cairo_xlib_cairo.hxx +vcl/unx/generic/gdi/cairotextrender.cxx +vcl/unx/generic/gdi/font.cxx +vcl/unx/generic/gdi/freetypetextrender.cxx +vcl/unx/generic/gdi/gdiimpl.cxx +vcl/unx/generic/gdi/gdiimpl.hxx +vcl/unx/generic/gdi/nativewindowhandleprovider.cxx +vcl/unx/generic/gdi/salbmp.cxx +vcl/unx/generic/gdi/salgdi.cxx +vcl/unx/generic/gdi/salgdi2.cxx +vcl/unx/generic/gdi/salvd.cxx +vcl/unx/generic/gdi/x11cairotextrender.cxx +vcl/unx/generic/gdi/xrender_peer.cxx +vcl/unx/generic/glyphs/freetype_glyphcache.cxx +vcl/unx/generic/glyphs/glyphcache.cxx +vcl/unx/generic/print/bitmap_gfx.cxx +vcl/unx/generic/print/common_gfx.cxx +vcl/unx/generic/print/genprnpsp.cxx +vcl/unx/generic/print/genpspgraphics.cxx +vcl/unx/generic/print/glyphset.cxx +vcl/unx/generic/print/glyphset.hxx +vcl/unx/generic/print/printerjob.cxx +vcl/unx/generic/print/prtsetup.cxx +vcl/unx/generic/print/prtsetup.hxx +vcl/unx/generic/print/psputil.cxx +vcl/unx/generic/print/psputil.hxx +vcl/unx/generic/print/text_gfx.cxx +vcl/unx/generic/printer/cpdmgr.cxx +vcl/unx/generic/printer/cupsmgr.cxx +vcl/unx/generic/printer/jobdata.cxx +vcl/unx/generic/printer/ppdparser.cxx +vcl/unx/generic/printer/printerinfomanager.cxx +vcl/unx/generic/window/salframe.cxx +vcl/unx/generic/window/salobj.cxx +vcl/unx/generic/window/screensaverinhibitor.cxx +vcl/unx/glxtest.cxx +vcl/unx/gtk3/a11y/atklistener.hxx +vcl/unx/gtk3/a11y/atkregistry.hxx +vcl/unx/gtk3/a11y/atktextattributes.hxx +vcl/unx/gtk3/a11y/atkwrapper.hxx +vcl/unx/gtk3/a11y/gtk3atkaction.cxx +vcl/unx/gtk3/a11y/gtk3atkbridge.cxx +vcl/unx/gtk3/a11y/gtk3atkcomponent.cxx +vcl/unx/gtk3/a11y/gtk3atkeditabletext.cxx +vcl/unx/gtk3/a11y/gtk3atkfactory.cxx +vcl/unx/gtk3/a11y/gtk3atkhypertext.cxx +vcl/unx/gtk3/a11y/gtk3atkimage.cxx +vcl/unx/gtk3/a11y/gtk3atklistener.cxx +vcl/unx/gtk3/a11y/gtk3atkregistry.cxx +vcl/unx/gtk3/a11y/gtk3atkselection.cxx +vcl/unx/gtk3/a11y/gtk3atktable.cxx +vcl/unx/gtk3/a11y/gtk3atktext.cxx +vcl/unx/gtk3/a11y/gtk3atktextattributes.cxx +vcl/unx/gtk3/a11y/gtk3atkutil.cxx +vcl/unx/gtk3/a11y/gtk3atkvalue.cxx +vcl/unx/gtk3/a11y/gtk3atkwrapper.cxx +vcl/unx/gtk3/cairo_gtk3_cairo.cxx +vcl/unx/gtk3/cairo_gtk3_cairo.hxx +vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx +vcl/unx/gtk3/fpicker/SalGtkFilePicker.hxx +vcl/unx/gtk3/fpicker/SalGtkFolderPicker.cxx +vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx +vcl/unx/gtk3/fpicker/SalGtkPicker.cxx +vcl/unx/gtk3/fpicker/SalGtkPicker.hxx +vcl/unx/gtk3/fpicker/eventnotification.hxx +vcl/unx/gtk3/fpicker/resourceprovider.cxx +vcl/unx/gtk3/gtk3gloactiongroup.cxx +vcl/unx/gtk3/gtk3glomenu.cxx +vcl/unx/gtk3/gtk3gtkdata.cxx +vcl/unx/gtk3/gtk3gtkframe.cxx +vcl/unx/gtk3/gtk3gtkinst.cxx +vcl/unx/gtk3/gtk3gtkobject.cxx +vcl/unx/gtk3/gtk3gtkprintwrapper.cxx +vcl/unx/gtk3/gtk3gtksalmenu.cxx +vcl/unx/gtk3/gtk3gtksys.cxx +vcl/unx/gtk3/gtk3hudawareness.cxx +vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx +vcl/unx/gtk3/gtk3salprn-gtk.cxx +vcl/unx/x11/x11sys.cxx +vcl/unx/x11/xlimits.cxx +vcl/win/app/saldata.cxx +vcl/win/app/salinfo.cxx +vcl/win/app/salinst.cxx +vcl/win/app/salshl.cxx +vcl/win/app/saltimer.cxx +vcl/win/gdi/DWriteTextRenderer.cxx +vcl/win/gdi/gdiimpl.cxx +vcl/win/gdi/gdiimpl.hxx +vcl/win/gdi/salbmp.cxx +vcl/win/gdi/salfont.cxx +vcl/win/gdi/salgdi.cxx +vcl/win/gdi/salgdi2.cxx +vcl/win/gdi/salgdi_gdiplus.cxx +vcl/win/gdi/salnativewidgets-luna.cxx +vcl/win/gdi/salprn.cxx +vcl/win/gdi/salvd.cxx +vcl/win/gdi/winlayout.cxx +vcl/win/window/keynames.cxx +vcl/win/window/salframe.cxx +vcl/win/window/salmenu.cxx +vcl/win/window/salobj.cxx +vcl/workben/602fuzzer.cxx +vcl/workben/bmpfuzzer.cxx +vcl/workben/cgmfuzzer.cxx +vcl/workben/commonfuzzer.hxx +vcl/workben/docxfuzzer.cxx +vcl/workben/dxffuzzer.cxx +vcl/workben/epsfuzzer.cxx +vcl/workben/fftester.cxx +vcl/workben/fodpfuzzer.cxx +vcl/workben/fodsfuzzer.cxx +vcl/workben/fodtfuzzer.cxx +vcl/workben/giffuzzer.cxx +vcl/workben/hwpfuzzer.cxx +vcl/workben/icontest.cxx +vcl/workben/jpgfuzzer.cxx +vcl/workben/localestub/localedata_en_AU.cxx +vcl/workben/localestub/localedata_en_BW.cxx +vcl/workben/localestub/localedata_en_BZ.cxx +vcl/workben/localestub/localedata_en_CA.cxx +vcl/workben/localestub/localedata_en_GB.cxx +vcl/workben/localestub/localedata_en_GH.cxx +vcl/workben/localestub/localedata_en_GM.cxx +vcl/workben/localestub/localedata_en_IE.cxx +vcl/workben/localestub/localedata_en_IN.cxx +vcl/workben/localestub/localedata_en_JM.cxx +vcl/workben/localestub/localedata_en_MW.cxx +vcl/workben/localestub/localedata_en_MY.cxx +vcl/workben/localestub/localedata_en_NA.cxx +vcl/workben/localestub/localedata_en_NZ.cxx +vcl/workben/localestub/localedata_en_PH.cxx +vcl/workben/localestub/localedata_en_TT.cxx +vcl/workben/localestub/localedata_en_US.cxx +vcl/workben/localestub/localedata_en_ZA.cxx +vcl/workben/localestub/localedata_en_ZW.cxx +vcl/workben/localestub/localestub.cxx +vcl/workben/lwpfuzzer.cxx +vcl/workben/metfuzzer.cxx +vcl/workben/mtfdemo.cxx +vcl/workben/olefuzzer.cxx +vcl/workben/pcdfuzzer.cxx +vcl/workben/pctfuzzer.cxx +vcl/workben/pcxfuzzer.cxx +vcl/workben/pngfuzzer.cxx +vcl/workben/ppmfuzzer.cxx +vcl/workben/pptfuzzer.cxx +vcl/workben/psdfuzzer.cxx +vcl/workben/qpwfuzzer.cxx +vcl/workben/rasfuzzer.cxx +vcl/workben/rtffuzzer.cxx +vcl/workben/slkfuzzer.cxx +vcl/workben/svdem.cxx +vcl/workben/svmfuzzer.cxx +vcl/workben/svpclient.cxx +vcl/workben/svptest.cxx +vcl/workben/tgafuzzer.cxx +vcl/workben/tiffuzzer.cxx +vcl/workben/vcldemo.cxx +vcl/workben/wmffuzzer.cxx +vcl/workben/ww2fuzzer.cxx +vcl/workben/ww6fuzzer.cxx +vcl/workben/ww8fuzzer.cxx +vcl/workben/xbmfuzzer.cxx +vcl/workben/xpmfuzzer.cxx +winaccessibility/inc/AccComponentEventListener.hxx +winaccessibility/inc/AccContainerEventListener.hxx +winaccessibility/inc/AccDescendantManagerEventListener.hxx +winaccessibility/inc/AccDialogEventListener.hxx +winaccessibility/inc/AccEventListener.hxx +winaccessibility/inc/AccFrameEventListener.hxx +winaccessibility/inc/AccListEventListener.hxx +winaccessibility/inc/AccMenuEventListener.hxx +winaccessibility/inc/AccObject.hxx +winaccessibility/inc/AccObjectContainerEventListener.hxx +winaccessibility/inc/AccObjectManagerAgent.hxx +winaccessibility/inc/AccObjectWinManager.hxx +winaccessibility/inc/AccParagraphEventListener.hxx +winaccessibility/inc/AccTableEventListener.hxx +winaccessibility/inc/AccTextComponentEventListener.hxx +winaccessibility/inc/AccTopWindowListener.hxx +winaccessibility/inc/AccTreeEventListener.hxx +winaccessibility/inc/AccWindowEventListener.hxx +winaccessibility/inc/ResIDGenerator.hxx +winaccessibility/inc/accHelper.hxx +winaccessibility/inc/unomsaaevent.hxx +winaccessibility/source/UAccCOM/AccAction.cxx +winaccessibility/source/UAccCOM/AccAction.h +winaccessibility/source/UAccCOM/AccActionBase.cxx +winaccessibility/source/UAccCOM/AccActionBase.h +winaccessibility/source/UAccCOM/AccComponent.cxx +winaccessibility/source/UAccCOM/AccComponent.h +winaccessibility/source/UAccCOM/AccComponentBase.cxx +winaccessibility/source/UAccCOM/AccComponentBase.h +winaccessibility/source/UAccCOM/AccEditableText.cxx +winaccessibility/source/UAccCOM/AccEditableText.h +winaccessibility/source/UAccCOM/AccHyperLink.cxx +winaccessibility/source/UAccCOM/AccHyperLink.h +winaccessibility/source/UAccCOM/AccHypertext.cxx +winaccessibility/source/UAccCOM/AccHypertext.h +winaccessibility/source/UAccCOM/AccImage.cxx +winaccessibility/source/UAccCOM/AccImage.h +winaccessibility/source/UAccCOM/AccRelation.cxx +winaccessibility/source/UAccCOM/AccRelation.h +winaccessibility/source/UAccCOM/AccTable.cxx +winaccessibility/source/UAccCOM/AccTable.h +winaccessibility/source/UAccCOM/AccText.cxx +winaccessibility/source/UAccCOM/AccText.h +winaccessibility/source/UAccCOM/AccTextBase.cxx +winaccessibility/source/UAccCOM/AccTextBase.h +winaccessibility/source/UAccCOM/AccValue.cxx +winaccessibility/source/UAccCOM/AccValue.h +winaccessibility/source/UAccCOM/AccessibleKeyStroke.h +winaccessibility/source/UAccCOM/EnumVariant.cxx +winaccessibility/source/UAccCOM/EnumVariant.h +winaccessibility/source/UAccCOM/MAccessible.cxx +winaccessibility/source/UAccCOM/MAccessible.h +winaccessibility/source/UAccCOM/Resource.h +winaccessibility/source/UAccCOM/UAccCOM.cxx +winaccessibility/source/UAccCOM/UNOXWrapper.cxx +winaccessibility/source/UAccCOM/UNOXWrapper.h +winaccessibility/source/UAccCOM/acccommon.h +winaccessibility/source/UAccCOM/stdafx.h +winaccessibility/source/service/AccComponentEventListener.cxx +winaccessibility/source/service/AccContainerEventListener.cxx +winaccessibility/source/service/AccDescendantManagerEventListener.cxx +winaccessibility/source/service/AccDialogEventListener.cxx +winaccessibility/source/service/AccEventListener.cxx +winaccessibility/source/service/AccFrameEventListener.cxx +winaccessibility/source/service/AccListEventListener.cxx +winaccessibility/source/service/AccMenuEventListener.cxx +winaccessibility/source/service/AccObject.cxx +winaccessibility/source/service/AccObjectContainerEventListener.cxx +winaccessibility/source/service/AccObjectManagerAgent.cxx +winaccessibility/source/service/AccObjectWinManager.cxx +winaccessibility/source/service/AccParagraphEventListener.cxx +winaccessibility/source/service/AccTableEventListener.cxx +winaccessibility/source/service/AccTextComponentEventListener.cxx +winaccessibility/source/service/AccTopWindowListener.cxx +winaccessibility/source/service/AccTreeEventListener.cxx +winaccessibility/source/service/AccWindowEventListener.cxx +winaccessibility/source/service/ResIDGenerator.cxx +winaccessibility/source/service/msaaservice_impl.cxx +writerfilter/inc/dmapper/resourcemodel.hxx +writerfilter/inc/ooxml/OOXMLDocument.hxx +writerfilter/inc/ooxml/QNameToString.hxx +writerfilter/qa/cppunittests/misc/misc.cxx +writerfilter/source/dmapper/BorderHandler.cxx +writerfilter/source/dmapper/BorderHandler.hxx +writerfilter/source/dmapper/CellColorHandler.cxx +writerfilter/source/dmapper/CellColorHandler.hxx +writerfilter/source/dmapper/CellMarginHandler.cxx +writerfilter/source/dmapper/CellMarginHandler.hxx +writerfilter/source/dmapper/ConversionHelper.cxx +writerfilter/source/dmapper/ConversionHelper.hxx +writerfilter/source/dmapper/DomainMapper.cxx +writerfilter/source/dmapper/DomainMapper.hxx +writerfilter/source/dmapper/DomainMapperTableHandler.cxx +writerfilter/source/dmapper/DomainMapperTableHandler.hxx +writerfilter/source/dmapper/DomainMapperTableManager.cxx +writerfilter/source/dmapper/DomainMapperTableManager.hxx +writerfilter/source/dmapper/DomainMapper_Impl.cxx +writerfilter/source/dmapper/DomainMapper_Impl.hxx +writerfilter/source/dmapper/FFDataHandler.cxx +writerfilter/source/dmapper/FFDataHandler.hxx +writerfilter/source/dmapper/FieldTypes.hxx +writerfilter/source/dmapper/FontTable.cxx +writerfilter/source/dmapper/FontTable.hxx +writerfilter/source/dmapper/FormControlHelper.cxx +writerfilter/source/dmapper/FormControlHelper.hxx +writerfilter/source/dmapper/GraphicHelpers.cxx +writerfilter/source/dmapper/GraphicHelpers.hxx +writerfilter/source/dmapper/GraphicImport.cxx +writerfilter/source/dmapper/GraphicImport.hxx +writerfilter/source/dmapper/LoggedResources.cxx +writerfilter/source/dmapper/LoggedResources.hxx +writerfilter/source/dmapper/MeasureHandler.cxx +writerfilter/source/dmapper/MeasureHandler.hxx +writerfilter/source/dmapper/ModelEventListener.cxx +writerfilter/source/dmapper/ModelEventListener.hxx +writerfilter/source/dmapper/NumberingManager.cxx +writerfilter/source/dmapper/NumberingManager.hxx +writerfilter/source/dmapper/OLEHandler.cxx +writerfilter/source/dmapper/OLEHandler.hxx +writerfilter/source/dmapper/PageBordersHandler.cxx +writerfilter/source/dmapper/PageBordersHandler.hxx +writerfilter/source/dmapper/PropertyIds.cxx +writerfilter/source/dmapper/PropertyIds.hxx +writerfilter/source/dmapper/PropertyMap.cxx +writerfilter/source/dmapper/PropertyMap.hxx +writerfilter/source/dmapper/PropertyMapHelper.cxx +writerfilter/source/dmapper/PropertyMapHelper.hxx +writerfilter/source/dmapper/SectionColumnHandler.cxx +writerfilter/source/dmapper/SectionColumnHandler.hxx +writerfilter/source/dmapper/SettingsTable.cxx +writerfilter/source/dmapper/SettingsTable.hxx +writerfilter/source/dmapper/StyleSheetTable.cxx +writerfilter/source/dmapper/StyleSheetTable.hxx +writerfilter/source/dmapper/TDefTableHandler.cxx +writerfilter/source/dmapper/TDefTableHandler.hxx +writerfilter/source/dmapper/TableData.hxx +writerfilter/source/dmapper/TableManager.hxx +writerfilter/source/dmapper/TablePropertiesHandler.cxx +writerfilter/source/dmapper/TablePropertiesHandler.hxx +writerfilter/source/dmapper/TagLogger.cxx +writerfilter/source/dmapper/TagLogger.hxx +writerfilter/source/dmapper/TblStylePrHandler.cxx +writerfilter/source/dmapper/TblStylePrHandler.hxx +writerfilter/source/dmapper/TextEffectsHandler.cxx +writerfilter/source/dmapper/TextEffectsHandler.hxx +writerfilter/source/dmapper/ThemeTable.cxx +writerfilter/source/dmapper/ThemeTable.hxx +writerfilter/source/dmapper/TrackChangesHandler.cxx +writerfilter/source/dmapper/TrackChangesHandler.hxx +writerfilter/source/dmapper/WrapPolygonHandler.cxx +writerfilter/source/dmapper/WrapPolygonHandler.hxx +writerfilter/source/dmapper/util.cxx +writerfilter/source/dmapper/util.hxx +writerfilter/source/ooxml/Handler.cxx +writerfilter/source/ooxml/Handler.hxx +writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx +writerfilter/source/ooxml/OOXMLBinaryObjectReference.hxx +writerfilter/source/ooxml/OOXMLDocumentImpl.cxx +writerfilter/source/ooxml/OOXMLDocumentImpl.hxx +writerfilter/source/ooxml/OOXMLFactory.cxx +writerfilter/source/ooxml/OOXMLFactory.hxx +writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +writerfilter/source/ooxml/OOXMLFastContextHandler.hxx +writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx +writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx +writerfilter/source/ooxml/OOXMLFastHelper.hxx +writerfilter/source/ooxml/OOXMLParserState.cxx +writerfilter/source/ooxml/OOXMLParserState.hxx +writerfilter/source/ooxml/OOXMLPropertySet.cxx +writerfilter/source/ooxml/OOXMLPropertySet.hxx +writerfilter/source/ooxml/OOXMLStreamImpl.cxx +writerfilter/source/ooxml/OOXMLStreamImpl.hxx +xmlhelp/source/cxxhelp/inc/tvfactory.hxx +xmlhelp/source/cxxhelp/inc/tvread.hxx +xmlhelp/source/cxxhelp/provider/content.cxx +xmlhelp/source/cxxhelp/provider/content.hxx +xmlhelp/source/cxxhelp/provider/contentcaps.cxx +xmlhelp/source/cxxhelp/provider/databases.cxx +xmlhelp/source/cxxhelp/provider/databases.hxx +xmlhelp/source/cxxhelp/provider/db.cxx +xmlhelp/source/cxxhelp/provider/db.hxx +xmlhelp/source/cxxhelp/provider/inputstream.cxx +xmlhelp/source/cxxhelp/provider/inputstream.hxx +xmlhelp/source/cxxhelp/provider/provider.cxx +xmlhelp/source/cxxhelp/provider/provider.hxx +xmlhelp/source/cxxhelp/provider/resultset.cxx +xmlhelp/source/cxxhelp/provider/resultset.hxx +xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +xmlhelp/source/cxxhelp/provider/resultsetbase.hxx +xmlhelp/source/cxxhelp/provider/resultsetfactory.hxx +xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +xmlhelp/source/cxxhelp/provider/resultsetforquery.hxx +xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx +xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx +xmlhelp/source/cxxhelp/provider/services.cxx +xmlhelp/source/cxxhelp/provider/urlparameter.cxx +xmlhelp/source/cxxhelp/provider/urlparameter.hxx +xmlhelp/source/cxxhelp/test/abidebug.hxx +xmlhelp/source/cxxhelp/test/searchdemo.cxx +xmlhelp/source/treeview/tvfactory.cxx +xmlhelp/source/treeview/tvread.cxx +xmloff/inc/AttributeContainerHandler.hxx +xmloff/inc/DomBuilderContext.hxx +xmloff/inc/DomExport.hxx +xmloff/inc/EnhancedCustomShapeToken.hxx +xmloff/inc/MetaExportComponent.hxx +xmloff/inc/MultiPropertySetHelper.hxx +xmloff/inc/PageMasterImportContext.hxx +xmloff/inc/PageMasterStyleMap.hxx +xmloff/inc/PropertySetMerger.hxx +xmloff/inc/RDFaExportHelper.hxx +xmloff/inc/RDFaImportHelper.hxx +xmloff/inc/SchXMLAutoStylePoolP.hxx +xmloff/inc/SchXMLExport.hxx +xmloff/inc/StyleMap.hxx +xmloff/inc/TransGradientStyle.hxx +xmloff/inc/WordWrapPropertyHdl.hxx +xmloff/inc/XMLBackgroundImageContext.hxx +xmloff/inc/XMLBackgroundImageExport.hxx +xmloff/inc/XMLBase64Export.hxx +xmloff/inc/XMLBasicExportFilter.hxx +xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx +xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx +xmloff/inc/XMLChartPropertySetMapper.hxx +xmloff/inc/XMLChartStyleContext.hxx +xmloff/inc/XMLClipPropertyHandler.hxx +xmloff/inc/XMLElementPropertyContext.hxx +xmloff/inc/XMLEmbeddedObjectExportFilter.hxx +xmloff/inc/XMLEmbeddedObjectImportContext.hxx +xmloff/inc/XMLEventImportHelper.hxx +xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx +xmloff/inc/XMLFootnoteConfigurationImportContext.hxx +xmloff/inc/XMLImageMapContext.hxx +xmloff/inc/XMLImageMapExport.hxx +xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx +xmloff/inc/XMLIsPercentagePropertyHandler.hxx +xmloff/inc/XMLLineNumberingImportContext.hxx +xmloff/inc/XMLNumberStylesImport.hxx +xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx +xmloff/inc/XMLRectangleMembersHandler.hxx +xmloff/inc/XMLReplacementImageContext.hxx +xmloff/inc/XMLScriptContextFactory.hxx +xmloff/inc/XMLScriptExportHandler.hxx +xmloff/inc/XMLShapePropertySetContext.hxx +xmloff/inc/XMLStarBasicContextFactory.hxx +xmloff/inc/XMLStarBasicExportHandler.hxx +xmloff/inc/XMLStringBufferImportContext.hxx +xmloff/inc/XMLTextColumnsContext.hxx +xmloff/inc/XMLTextColumnsExport.hxx +xmloff/inc/XMLTextColumnsPropertyHandler.hxx +xmloff/inc/XMLTextHeaderFooterContext.hxx +xmloff/inc/animationimport.hxx +xmloff/inc/animimp.hxx +xmloff/inc/fasttokenhandler.hxx +xmloff/inc/forms/form_handler_factory.hxx +xmloff/inc/forms/property_handler.hxx +xmloff/inc/forms/property_ids.hxx +xmloff/inc/propimp0.hxx +xmloff/inc/txtflde.hxx +xmloff/inc/txtfldi.hxx +xmloff/inc/txtlists.hxx +xmloff/inc/txtvfldi.hxx +xmloff/inc/xexptran.hxx +xmloff/inc/xmlmultiimagehelper.hxx +xmloff/inc/xmlsdtypes.hxx +xmloff/inc/xmltabe.hxx +xmloff/inc/xmltabi.hxx +xmloff/inc/xmlversion.hxx +xmloff/qa/unit/tokenmap-test.cxx +xmloff/qa/unit/uxmloff.cxx +xmloff/source/chart/ColorPropertySet.cxx +xmloff/source/chart/ColorPropertySet.hxx +xmloff/source/chart/MultiPropertySetHandler.hxx +xmloff/source/chart/PropertyMap.hxx +xmloff/source/chart/PropertyMaps.cxx +xmloff/source/chart/SchXMLAutoStylePoolP.cxx +xmloff/source/chart/SchXMLAxisContext.cxx +xmloff/source/chart/SchXMLAxisContext.hxx +xmloff/source/chart/SchXMLCalculationSettingsContext.cxx +xmloff/source/chart/SchXMLCalculationSettingsContext.hxx +xmloff/source/chart/SchXMLChartContext.cxx +xmloff/source/chart/SchXMLChartContext.hxx +xmloff/source/chart/SchXMLEnumConverter.cxx +xmloff/source/chart/SchXMLEnumConverter.hxx +xmloff/source/chart/SchXMLExport.cxx +xmloff/source/chart/SchXMLImport.cxx +xmloff/source/chart/SchXMLLegendContext.cxx +xmloff/source/chart/SchXMLLegendContext.hxx +xmloff/source/chart/SchXMLParagraphContext.cxx +xmloff/source/chart/SchXMLParagraphContext.hxx +xmloff/source/chart/SchXMLPlotAreaContext.cxx +xmloff/source/chart/SchXMLPlotAreaContext.hxx +xmloff/source/chart/SchXMLPropertyMappingContext.cxx +xmloff/source/chart/SchXMLPropertyMappingContext.hxx +xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx +xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx +xmloff/source/chart/SchXMLSeries2Context.cxx +xmloff/source/chart/SchXMLSeries2Context.hxx +xmloff/source/chart/SchXMLSeriesHelper.cxx +xmloff/source/chart/SchXMLTableContext.cxx +xmloff/source/chart/SchXMLTableContext.hxx +xmloff/source/chart/SchXMLTextListContext.cxx +xmloff/source/chart/SchXMLTextListContext.hxx +xmloff/source/chart/SchXMLTools.cxx +xmloff/source/chart/SchXMLTools.hxx +xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx +xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx +xmloff/source/chart/XMLChartPropertyContext.cxx +xmloff/source/chart/XMLChartPropertyContext.hxx +xmloff/source/chart/XMLChartStyleContext.cxx +xmloff/source/chart/XMLErrorBarStylePropertyHdl.cxx +xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx +xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx +xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx +xmloff/source/chart/XMLLabelSeparatorContext.cxx +xmloff/source/chart/XMLLabelSeparatorContext.hxx +xmloff/source/chart/XMLSymbolImageContext.cxx +xmloff/source/chart/XMLSymbolImageContext.hxx +xmloff/source/chart/XMLSymbolTypePropertyHdl.cxx +xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx +xmloff/source/chart/XMLTextOrientationHdl.cxx +xmloff/source/chart/XMLTextOrientationHdl.hxx +xmloff/source/chart/contexts.cxx +xmloff/source/chart/contexts.hxx +xmloff/source/chart/transporttypes.cxx +xmloff/source/chart/transporttypes.hxx +xmloff/source/core/DocumentSettingsContext.cxx +xmloff/source/core/DomBuilderContext.cxx +xmloff/source/core/DomExport.cxx +xmloff/source/core/ProgressBarHelper.cxx +xmloff/source/core/PropertySetMerger.cxx +xmloff/source/core/RDFaExportHelper.cxx +xmloff/source/core/RDFaImportHelper.cxx +xmloff/source/core/SettingsExportHelper.cxx +xmloff/source/core/SvXMLAttr.cxx +xmloff/source/core/SvXMLAttr.hxx +xmloff/source/core/SvXMLAttrCollection.cxx +xmloff/source/core/SvXMLAttrCollection.hxx +xmloff/source/core/XMLBase64Export.cxx +xmloff/source/core/XMLBase64ImportContext.cxx +xmloff/source/core/XMLBasicExportFilter.cxx +xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx +xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +xmloff/source/core/attrlist.cxx +xmloff/source/core/fasttokenhandler.cxx +xmloff/source/core/i18nmap.cxx +xmloff/source/core/nmspmap.cxx +xmloff/source/core/unoatrcn.cxx +xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx +xmloff/source/core/xmlcnimp.cxx +xmloff/source/core/xmlerror.cxx +xmloff/source/core/xmlexp.cxx +xmloff/source/core/xmlictxt.cxx +xmloff/source/core/xmlimp.cxx +xmloff/source/core/xmlmultiimagehelper.cxx +xmloff/source/core/xmltkmap.cxx +xmloff/source/core/xmltoken.cxx +xmloff/source/core/xmluconv.cxx +xmloff/source/draw/EnhancedCustomShapeToken.cxx +xmloff/source/draw/XMLGraphicsDefaultStyle.cxx +xmloff/source/draw/XMLImageMapContext.cxx +xmloff/source/draw/XMLImageMapExport.cxx +xmloff/source/draw/XMLNumberStyles.cxx +xmloff/source/draw/XMLNumberStylesExport.hxx +xmloff/source/draw/XMLReplacementImageContext.cxx +xmloff/source/draw/XMLShapePropertySetContext.cxx +xmloff/source/draw/XMLShapeStyleContext.cxx +xmloff/source/draw/animationexport.cxx +xmloff/source/draw/animationimport.cxx +xmloff/source/draw/animexp.cxx +xmloff/source/draw/animimp.cxx +xmloff/source/draw/descriptionimp.cxx +xmloff/source/draw/descriptionimp.hxx +xmloff/source/draw/eventimp.cxx +xmloff/source/draw/eventimp.hxx +xmloff/source/draw/layerexp.cxx +xmloff/source/draw/layerimp.cxx +xmloff/source/draw/layerimp.hxx +xmloff/source/draw/numithdl.cxx +xmloff/source/draw/numithdl.hxx +xmloff/source/draw/propimp0.cxx +xmloff/source/draw/sdpropls.cxx +xmloff/source/draw/sdpropls.hxx +xmloff/source/draw/sdxmlexp.cxx +xmloff/source/draw/sdxmlexp_impl.hxx +xmloff/source/draw/sdxmlimp.cxx +xmloff/source/draw/sdxmlimp_impl.hxx +xmloff/source/draw/shapeexport.cxx +xmloff/source/draw/shapeimport.cxx +xmloff/source/draw/xexptran.cxx +xmloff/source/draw/ximp3dobject.cxx +xmloff/source/draw/ximp3dobject.hxx +xmloff/source/draw/ximp3dscene.cxx +xmloff/source/draw/ximp3dscene.hxx +xmloff/source/draw/ximpbody.cxx +xmloff/source/draw/ximpbody.hxx +xmloff/source/draw/ximpcustomshape.cxx +xmloff/source/draw/ximpcustomshape.hxx +xmloff/source/draw/ximpgrp.cxx +xmloff/source/draw/ximpgrp.hxx +xmloff/source/draw/ximplink.cxx +xmloff/source/draw/ximplink.hxx +xmloff/source/draw/ximpnote.cxx +xmloff/source/draw/ximpnote.hxx +xmloff/source/draw/ximppage.cxx +xmloff/source/draw/ximppage.hxx +xmloff/source/draw/ximpshap.cxx +xmloff/source/draw/ximpshap.hxx +xmloff/source/draw/ximpshow.cxx +xmloff/source/draw/ximpshow.hxx +xmloff/source/draw/ximpstyl.cxx +xmloff/source/draw/ximpstyl.hxx +xmloff/source/forms/attriblistmerge.cxx +xmloff/source/forms/attriblistmerge.hxx +xmloff/source/forms/callbacks.hxx +xmloff/source/forms/controlelement.cxx +xmloff/source/forms/controlelement.hxx +xmloff/source/forms/controlpropertyhdl.cxx +xmloff/source/forms/controlpropertymap.cxx +xmloff/source/forms/controlpropertymap.hxx +xmloff/source/forms/elementexport.cxx +xmloff/source/forms/elementexport.hxx +xmloff/source/forms/elementimport.cxx +xmloff/source/forms/elementimport.hxx +xmloff/source/forms/eventexport.cxx +xmloff/source/forms/eventexport.hxx +xmloff/source/forms/eventimport.cxx +xmloff/source/forms/eventimport.hxx +xmloff/source/forms/formattributes.cxx +xmloff/source/forms/formattributes.hxx +xmloff/source/forms/formcellbinding.cxx +xmloff/source/forms/formcellbinding.hxx +xmloff/source/forms/formenums.cxx +xmloff/source/forms/formenums.hxx +xmloff/source/forms/formevents.cxx +xmloff/source/forms/formevents.hxx +xmloff/source/forms/formlayerexport.cxx +xmloff/source/forms/formlayerimport.cxx +xmloff/source/forms/gridcolumnproptranslator.cxx +xmloff/source/forms/gridcolumnproptranslator.hxx +xmloff/source/forms/handler/form_handler_factory.cxx +xmloff/source/forms/handler/vcl_date_handler.cxx +xmloff/source/forms/handler/vcl_date_handler.hxx +xmloff/source/forms/handler/vcl_time_handler.cxx +xmloff/source/forms/handler/vcl_time_handler.hxx +xmloff/source/forms/layerexport.cxx +xmloff/source/forms/layerexport.hxx +xmloff/source/forms/layerimport.cxx +xmloff/source/forms/layerimport.hxx +xmloff/source/forms/logging.cxx +xmloff/source/forms/logging.hxx +xmloff/source/forms/officeforms.cxx +xmloff/source/forms/officeforms.hxx +xmloff/source/forms/property_description.hxx +xmloff/source/forms/property_meta_data.cxx +xmloff/source/forms/property_meta_data.hxx +xmloff/source/forms/propertyexport.cxx +xmloff/source/forms/propertyexport.hxx +xmloff/source/forms/propertyimport.cxx +xmloff/source/forms/propertyimport.hxx +xmloff/source/forms/strings.hxx +xmloff/source/forms/valueproperties.cxx +xmloff/source/forms/valueproperties.hxx +xmloff/source/meta/MetaExportComponent.cxx +xmloff/source/meta/MetaImportComponent.cxx +xmloff/source/meta/xmlmetae.cxx +xmloff/source/meta/xmlmetai.cxx +xmloff/source/meta/xmlversion.cxx +xmloff/source/script/XMLEventExport.cxx +xmloff/source/script/XMLEventImportHelper.cxx +xmloff/source/script/XMLEventsImportContext.cxx +xmloff/source/script/XMLScriptContextFactory.cxx +xmloff/source/script/XMLScriptExportHandler.cxx +xmloff/source/script/XMLStarBasicContextFactory.cxx +xmloff/source/script/XMLStarBasicExportHandler.cxx +xmloff/source/script/xmlscripti.cxx +xmloff/source/style/AttributeContainerHandler.cxx +xmloff/source/style/DashStyle.cxx +xmloff/source/style/DrawAspectHdl.cxx +xmloff/source/style/DrawAspectHdl.hxx +xmloff/source/style/EnumPropertyHdl.cxx +xmloff/source/style/FillStyleContext.cxx +xmloff/source/style/FillStyleContext.hxx +xmloff/source/style/GradientStyle.cxx +xmloff/source/style/HatchStyle.cxx +xmloff/source/style/ImageStyle.cxx +xmloff/source/style/MarkerStyle.cxx +xmloff/source/style/MultiPropertySetHelper.cxx +xmloff/source/style/NamedBoolPropertyHdl.cxx +xmloff/source/style/PageHeaderFooterContext.cxx +xmloff/source/style/PageHeaderFooterContext.hxx +xmloff/source/style/PageMasterExportPropMapper.cxx +xmloff/source/style/PageMasterExportPropMapper.hxx +xmloff/source/style/PageMasterImportContext.cxx +xmloff/source/style/PageMasterImportPropMapper.cxx +xmloff/source/style/PageMasterImportPropMapper.hxx +xmloff/source/style/PageMasterPropHdl.cxx +xmloff/source/style/PageMasterPropHdl.hxx +xmloff/source/style/PageMasterPropHdlFactory.cxx +xmloff/source/style/PageMasterPropHdlFactory.hxx +xmloff/source/style/PageMasterPropMapper.cxx +xmloff/source/style/PageMasterPropMapper.hxx +xmloff/source/style/PageMasterStyleMap.cxx +xmloff/source/style/PagePropertySetContext.cxx +xmloff/source/style/PagePropertySetContext.hxx +xmloff/source/style/SinglePropertySetInfoCache.cxx +xmloff/source/style/StyleMap.cxx +xmloff/source/style/TransGradientStyle.cxx +xmloff/source/style/WordWrapPropertyHdl.cxx +xmloff/source/style/XMLBackgroundImageContext.cxx +xmloff/source/style/XMLBackgroundImageExport.cxx +xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx +xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx +xmloff/source/style/XMLClipPropertyHandler.cxx +xmloff/source/style/XMLConstantsPropertyHandler.cxx +xmloff/source/style/XMLElementPropertyContext.cxx +xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx +xmloff/source/style/XMLFontAutoStylePool.cxx +xmloff/source/style/XMLFontStylesContext.cxx +xmloff/source/style/XMLFontStylesContext_impl.hxx +xmloff/source/style/XMLFootnoteSeparatorExport.cxx +xmloff/source/style/XMLFootnoteSeparatorExport.hxx +xmloff/source/style/XMLFootnoteSeparatorImport.cxx +xmloff/source/style/XMLFootnoteSeparatorImport.hxx +xmloff/source/style/XMLIsPercentagePropertyHandler.cxx +xmloff/source/style/XMLPageExport.cxx +xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx +xmloff/source/style/XMLRectangleMembersHandler.cxx +xmloff/source/style/adjushdl.cxx +xmloff/source/style/adjushdl.hxx +xmloff/source/style/backhdl.cxx +xmloff/source/style/backhdl.hxx +xmloff/source/style/bordrhdl.cxx +xmloff/source/style/bordrhdl.hxx +xmloff/source/style/breakhdl.cxx +xmloff/source/style/breakhdl.hxx +xmloff/source/style/cdouthdl.cxx +xmloff/source/style/cdouthdl.hxx +xmloff/source/style/chrhghdl.cxx +xmloff/source/style/chrhghdl.hxx +xmloff/source/style/chrlohdl.cxx +xmloff/source/style/chrlohdl.hxx +xmloff/source/style/csmaphdl.cxx +xmloff/source/style/csmaphdl.hxx +xmloff/source/style/durationhdl.cxx +xmloff/source/style/durationhdl.hxx +xmloff/source/style/escphdl.cxx +xmloff/source/style/escphdl.hxx +xmloff/source/style/fonthdl.cxx +xmloff/source/style/fonthdl.hxx +xmloff/source/style/impastpl.cxx +xmloff/source/style/impastpl.hxx +xmloff/source/style/kernihdl.cxx +xmloff/source/style/kernihdl.hxx +xmloff/source/style/lspachdl.cxx +xmloff/source/style/lspachdl.hxx +xmloff/source/style/numehelp.cxx +xmloff/source/style/opaquhdl.cxx +xmloff/source/style/opaquhdl.hxx +xmloff/source/style/postuhdl.cxx +xmloff/source/style/postuhdl.hxx +xmloff/source/style/prhdlfac.cxx +xmloff/source/style/prstylecond.cxx +xmloff/source/style/prstylei.cxx +xmloff/source/style/shadwhdl.cxx +xmloff/source/style/shadwhdl.hxx +xmloff/source/style/shdwdhdl.cxx +xmloff/source/style/shdwdhdl.hxx +xmloff/source/style/styleexp.cxx +xmloff/source/style/tabsthdl.cxx +xmloff/source/style/tabsthdl.hxx +xmloff/source/style/undlihdl.cxx +xmloff/source/style/undlihdl.hxx +xmloff/source/style/weighhdl.cxx +xmloff/source/style/weighhdl.hxx +xmloff/source/style/xmlaustp.cxx +xmloff/source/style/xmlbahdl.cxx +xmloff/source/style/xmlbahdl.hxx +xmloff/source/style/xmlexppr.cxx +xmloff/source/style/xmlimppr.cxx +xmloff/source/style/xmlnume.cxx +xmloff/source/style/xmlnumfe.cxx +xmloff/source/style/xmlnumfi.cxx +xmloff/source/style/xmlnumi.cxx +xmloff/source/style/xmlprcon.cxx +xmloff/source/style/xmlprhdl.cxx +xmloff/source/style/xmlprmap.cxx +xmloff/source/style/xmlstyle.cxx +xmloff/source/style/xmltabe.cxx +xmloff/source/style/xmltabi.cxx +xmloff/source/table/XMLTableExport.cxx +xmloff/source/table/XMLTableImport.cxx +xmloff/source/text/XMLAnchorTypePropHdl.hxx +xmloff/source/text/XMLAutoMarkFileContext.cxx +xmloff/source/text/XMLAutoMarkFileContext.hxx +xmloff/source/text/XMLAutoTextContainerEventImport.cxx +xmloff/source/text/XMLAutoTextContainerEventImport.hxx +xmloff/source/text/XMLAutoTextEventExport.cxx +xmloff/source/text/XMLAutoTextEventExport.hxx +xmloff/source/text/XMLAutoTextEventImport.cxx +xmloff/source/text/XMLAutoTextEventImport.hxx +xmloff/source/text/XMLCalculationSettingsContext.cxx +xmloff/source/text/XMLCalculationSettingsContext.hxx +xmloff/source/text/XMLChangeElementImportContext.cxx +xmloff/source/text/XMLChangeElementImportContext.hxx +xmloff/source/text/XMLChangeImportContext.cxx +xmloff/source/text/XMLChangeImportContext.hxx +xmloff/source/text/XMLChangeInfoContext.cxx +xmloff/source/text/XMLChangeInfoContext.hxx +xmloff/source/text/XMLChangedRegionImportContext.cxx +xmloff/source/text/XMLChangedRegionImportContext.hxx +xmloff/source/text/XMLFootnoteBodyImportContext.cxx +xmloff/source/text/XMLFootnoteBodyImportContext.hxx +xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx +xmloff/source/text/XMLFootnoteImportContext.cxx +xmloff/source/text/XMLFootnoteImportContext.hxx +xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx +xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx +xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx +xmloff/source/text/XMLIndexBibliographyEntryContext.cxx +xmloff/source/text/XMLIndexBibliographyEntryContext.hxx +xmloff/source/text/XMLIndexBibliographySourceContext.cxx +xmloff/source/text/XMLIndexBibliographySourceContext.hxx +xmloff/source/text/XMLIndexBodyContext.cxx +xmloff/source/text/XMLIndexBodyContext.hxx +xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx +xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx +xmloff/source/text/XMLIndexIllustrationSourceContext.cxx +xmloff/source/text/XMLIndexIllustrationSourceContext.hxx +xmloff/source/text/XMLIndexMarkExport.cxx +xmloff/source/text/XMLIndexMarkExport.hxx +xmloff/source/text/XMLIndexObjectSourceContext.cxx +xmloff/source/text/XMLIndexObjectSourceContext.hxx +xmloff/source/text/XMLIndexSimpleEntryContext.cxx +xmloff/source/text/XMLIndexSimpleEntryContext.hxx +xmloff/source/text/XMLIndexSourceBaseContext.cxx +xmloff/source/text/XMLIndexSourceBaseContext.hxx +xmloff/source/text/XMLIndexSpanEntryContext.cxx +xmloff/source/text/XMLIndexSpanEntryContext.hxx +xmloff/source/text/XMLIndexTOCContext.cxx +xmloff/source/text/XMLIndexTOCContext.hxx +xmloff/source/text/XMLIndexTOCSourceContext.cxx +xmloff/source/text/XMLIndexTOCSourceContext.hxx +xmloff/source/text/XMLIndexTOCStylesContext.cxx +xmloff/source/text/XMLIndexTOCStylesContext.hxx +xmloff/source/text/XMLIndexTabStopEntryContext.cxx +xmloff/source/text/XMLIndexTabStopEntryContext.hxx +xmloff/source/text/XMLIndexTableSourceContext.cxx +xmloff/source/text/XMLIndexTableSourceContext.hxx +xmloff/source/text/XMLIndexTemplateContext.cxx +xmloff/source/text/XMLIndexTemplateContext.hxx +xmloff/source/text/XMLIndexTitleTemplateContext.cxx +xmloff/source/text/XMLIndexTitleTemplateContext.hxx +xmloff/source/text/XMLIndexUserSourceContext.cxx +xmloff/source/text/XMLIndexUserSourceContext.hxx +xmloff/source/text/XMLLineNumberingExport.cxx +xmloff/source/text/XMLLineNumberingImportContext.cxx +xmloff/source/text/XMLLineNumberingSeparatorImportContext.cxx +xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx +xmloff/source/text/XMLPropertyBackpatcher.cxx +xmloff/source/text/XMLPropertyBackpatcher.hxx +xmloff/source/text/XMLRedlineExport.cxx +xmloff/source/text/XMLRedlineExport.hxx +xmloff/source/text/XMLSectionExport.cxx +xmloff/source/text/XMLSectionExport.hxx +xmloff/source/text/XMLSectionFootnoteConfigExport.cxx +xmloff/source/text/XMLSectionFootnoteConfigExport.hxx +xmloff/source/text/XMLSectionFootnoteConfigImport.cxx +xmloff/source/text/XMLSectionFootnoteConfigImport.hxx +xmloff/source/text/XMLSectionImportContext.cxx +xmloff/source/text/XMLSectionImportContext.hxx +xmloff/source/text/XMLSectionSourceDDEImportContext.cxx +xmloff/source/text/XMLSectionSourceDDEImportContext.hxx +xmloff/source/text/XMLSectionSourceImportContext.cxx +xmloff/source/text/XMLSectionSourceImportContext.hxx +xmloff/source/text/XMLStringBufferImportContext.cxx +xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx +xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx +xmloff/source/text/XMLTextColumnsContext.cxx +xmloff/source/text/XMLTextColumnsExport.cxx +xmloff/source/text/XMLTextFrameContext.cxx +xmloff/source/text/XMLTextFrameContext.hxx +xmloff/source/text/XMLTextFrameHyperlinkContext.cxx +xmloff/source/text/XMLTextFrameHyperlinkContext.hxx +xmloff/source/text/XMLTextHeaderFooterContext.cxx +xmloff/source/text/XMLTextListAutoStylePool.cxx +xmloff/source/text/XMLTextListBlockContext.cxx +xmloff/source/text/XMLTextListBlockContext.hxx +xmloff/source/text/XMLTextListItemContext.cxx +xmloff/source/text/XMLTextListItemContext.hxx +xmloff/source/text/XMLTextMarkImportContext.cxx +xmloff/source/text/XMLTextMarkImportContext.hxx +xmloff/source/text/XMLTextMasterPageContext.cxx +xmloff/source/text/XMLTextMasterPageExport.cxx +xmloff/source/text/XMLTextMasterStylesContext.cxx +xmloff/source/text/XMLTextNumRuleInfo.cxx +xmloff/source/text/XMLTextNumRuleInfo.hxx +xmloff/source/text/XMLTextPropertySetContext.cxx +xmloff/source/text/XMLTextPropertySetContext.hxx +xmloff/source/text/XMLTextShapeImportHelper.cxx +xmloff/source/text/XMLTextShapeStyleContext.cxx +xmloff/source/text/XMLTextTableContext.cxx +xmloff/source/text/XMLTrackedChangesImportContext.cxx +xmloff/source/text/XMLTrackedChangesImportContext.hxx +xmloff/source/text/txtdrope.cxx +xmloff/source/text/txtdrope.hxx +xmloff/source/text/txtdropi.cxx +xmloff/source/text/txtdropi.hxx +xmloff/source/text/txtexppr.cxx +xmloff/source/text/txtexppr.hxx +xmloff/source/text/txtflde.cxx +xmloff/source/text/txtfldi.cxx +xmloff/source/text/txtftne.cxx +xmloff/source/text/txtimp.cxx +xmloff/source/text/txtimppr.cxx +xmloff/source/text/txtlists.cxx +xmloff/source/text/txtparae.cxx +xmloff/source/text/txtparai.cxx +xmloff/source/text/txtparai.hxx +xmloff/source/text/txtparaimphint.hxx +xmloff/source/text/txtprhdl.cxx +xmloff/source/text/txtprhdl.hxx +xmloff/source/text/txtprmap.cxx +xmloff/source/text/txtsecte.cxx +xmloff/source/text/txtstyle.cxx +xmloff/source/text/txtstyli.cxx +xmloff/source/text/txtvfldi.cxx +xmloff/source/transform/AttrTransformerAction.hxx +xmloff/source/transform/ChartOASISTContext.cxx +xmloff/source/transform/ChartOASISTContext.hxx +xmloff/source/transform/ChartOOoTContext.cxx +xmloff/source/transform/ChartOOoTContext.hxx +xmloff/source/transform/ChartPlotAreaOASISTContext.cxx +xmloff/source/transform/ChartPlotAreaOASISTContext.hxx +xmloff/source/transform/ChartPlotAreaOOoTContext.cxx +xmloff/source/transform/ChartPlotAreaOOoTContext.hxx +xmloff/source/transform/ControlOASISTContext.cxx +xmloff/source/transform/ControlOASISTContext.hxx +xmloff/source/transform/ControlOOoTContext.cxx +xmloff/source/transform/ControlOOoTContext.hxx +xmloff/source/transform/CreateElemTContext.cxx +xmloff/source/transform/CreateElemTContext.hxx +xmloff/source/transform/DeepTContext.cxx +xmloff/source/transform/DeepTContext.hxx +xmloff/source/transform/DlgOASISTContext.cxx +xmloff/source/transform/DlgOASISTContext.hxx +xmloff/source/transform/DocumentTContext.cxx +xmloff/source/transform/DocumentTContext.hxx +xmloff/source/transform/ElemTransformerAction.hxx +xmloff/source/transform/EventMap.cxx +xmloff/source/transform/EventMap.hxx +xmloff/source/transform/EventOASISTContext.cxx +xmloff/source/transform/EventOASISTContext.hxx +xmloff/source/transform/EventOOoTContext.cxx +xmloff/source/transform/EventOOoTContext.hxx +xmloff/source/transform/FlatTContext.cxx +xmloff/source/transform/FlatTContext.hxx +xmloff/source/transform/FormPropOASISTContext.cxx +xmloff/source/transform/FormPropOASISTContext.hxx +xmloff/source/transform/FormPropOOoTContext.cxx +xmloff/source/transform/FormPropOOoTContext.hxx +xmloff/source/transform/FrameOASISTContext.cxx +xmloff/source/transform/FrameOASISTContext.hxx +xmloff/source/transform/FrameOOoTContext.cxx +xmloff/source/transform/FrameOOoTContext.hxx +xmloff/source/transform/IgnoreTContext.cxx +xmloff/source/transform/IgnoreTContext.hxx +xmloff/source/transform/MergeElemTContext.cxx +xmloff/source/transform/MergeElemTContext.hxx +xmloff/source/transform/MetaTContext.cxx +xmloff/source/transform/MetaTContext.hxx +xmloff/source/transform/MutableAttrList.cxx +xmloff/source/transform/MutableAttrList.hxx +xmloff/source/transform/NotesTContext.cxx +xmloff/source/transform/NotesTContext.hxx +xmloff/source/transform/OOo2Oasis.cxx +xmloff/source/transform/OOo2Oasis.hxx +xmloff/source/transform/Oasis2OOo.cxx +xmloff/source/transform/Oasis2OOo.hxx +xmloff/source/transform/PersAttrListTContext.cxx +xmloff/source/transform/PersAttrListTContext.hxx +xmloff/source/transform/PersMixedContentTContext.cxx +xmloff/source/transform/PersMixedContentTContext.hxx +xmloff/source/transform/ProcAddAttrTContext.cxx +xmloff/source/transform/ProcAddAttrTContext.hxx +xmloff/source/transform/ProcAttrTContext.cxx +xmloff/source/transform/ProcAttrTContext.hxx +xmloff/source/transform/PropertyActionsOASIS.cxx +xmloff/source/transform/PropertyActionsOOo.cxx +xmloff/source/transform/RenameElemTContext.cxx +xmloff/source/transform/RenameElemTContext.hxx +xmloff/source/transform/StyleOASISTContext.cxx +xmloff/source/transform/StyleOASISTContext.hxx +xmloff/source/transform/StyleOOoTContext.cxx +xmloff/source/transform/StyleOOoTContext.hxx +xmloff/source/transform/Transformer.hxx +xmloff/source/transform/TransformerActionInit.hxx +xmloff/source/transform/TransformerActions.cxx +xmloff/source/transform/TransformerActions.hxx +xmloff/source/transform/TransformerBase.cxx +xmloff/source/transform/TransformerBase.hxx +xmloff/source/transform/TransformerContext.cxx +xmloff/source/transform/TransformerContext.hxx +xmloff/source/transform/TransformerTokenMap.cxx +xmloff/source/transform/TransformerTokenMap.hxx +xmloff/source/transform/XMLFilterRegistration.cxx +xmloff/source/transform/XMLFilterRegistration.hxx +xmloff/source/xforms/SchemaContext.cxx +xmloff/source/xforms/SchemaContext.hxx +xmloff/source/xforms/SchemaRestrictionContext.cxx +xmloff/source/xforms/SchemaRestrictionContext.hxx +xmloff/source/xforms/SchemaSimpleTypeContext.cxx +xmloff/source/xforms/SchemaSimpleTypeContext.hxx +xmloff/source/xforms/TokenContext.cxx +xmloff/source/xforms/TokenContext.hxx +xmloff/source/xforms/XFormsBindContext.cxx +xmloff/source/xforms/XFormsBindContext.hxx +xmloff/source/xforms/XFormsInstanceContext.cxx +xmloff/source/xforms/XFormsInstanceContext.hxx +xmloff/source/xforms/XFormsModelContext.cxx +xmloff/source/xforms/XFormsModelContext.hxx +xmloff/source/xforms/XFormsModelExport.hxx +xmloff/source/xforms/XFormsSubmissionContext.cxx +xmloff/source/xforms/XFormsSubmissionContext.hxx +xmloff/source/xforms/xformsapi.cxx +xmloff/source/xforms/xformsapi.hxx +xmloff/source/xforms/xformsexport.cxx +xmloff/source/xforms/xformsimport.cxx +xmlreader/source/pad.cxx +xmlreader/source/span.cxx +xmlreader/source/xmlreader.cxx +xmlscript/source/inc/misc.hxx +xmlscript/source/inc/unoservices.hxx +xmlscript/source/inc/xml_import.hxx +xmlscript/source/misc/unoservices.cxx +xmlscript/source/xml_helper/xml_byteseq.cxx +xmlscript/source/xml_helper/xml_element.cxx +xmlscript/source/xml_helper/xml_impctx.cxx +xmlscript/source/xmldlg_imexp/common.hxx +xmlscript/source/xmldlg_imexp/exp_share.hxx +xmlscript/source/xmldlg_imexp/imp_share.hxx +xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx +xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx +xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +xmlscript/source/xmldlg_imexp/xmldlg_import.cxx +xmlscript/source/xmlflat_imexp/xmlbas_export.cxx +xmlscript/source/xmlflat_imexp/xmlbas_export.hxx +xmlscript/source/xmllib_imexp/imp_share.hxx +xmlscript/source/xmllib_imexp/xmllib_export.cxx +xmlscript/source/xmllib_imexp/xmllib_import.cxx +xmlscript/source/xmlmod_imexp/imp_share.hxx +xmlscript/source/xmlmod_imexp/xmlmod_export.cxx +xmlscript/source/xmlmod_imexp/xmlmod_import.cxx +xmlscript/test/imexp.cxx +xmlsecurity/inc/biginteger.hxx +xmlsecurity/inc/certificatechooser.hxx +xmlsecurity/inc/certificateviewer.hxx +xmlsecurity/inc/digitalsignaturesdialog.hxx +xmlsecurity/inc/documentsignaturehelper.hxx +xmlsecurity/inc/framework/saxeventkeeperimpl.hxx +xmlsecurity/inc/framework/securityengine.hxx +xmlsecurity/inc/framework/signaturecreatorimpl.hxx +xmlsecurity/inc/framework/signatureengine.hxx +xmlsecurity/inc/framework/signatureverifierimpl.hxx +xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx +xmlsecurity/inc/gpg/SEInitializer.hxx +xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx +xmlsecurity/inc/macrosecurity.hxx +xmlsecurity/inc/xmlsec/saxhelper.hxx +xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx +xmlsecurity/inc/xmlsec/xmlstreamio.hxx +xmlsecurity/inc/xmlsignaturehelper.hxx +xmlsecurity/inc/xmlsignaturehelper2.hxx +xmlsecurity/inc/xsecctl.hxx +xmlsecurity/qa/certext/SanCertExt.cxx +xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx +xmlsecurity/source/component/certificatecontainer.cxx +xmlsecurity/source/component/documentdigitalsignatures.cxx +xmlsecurity/source/dialogs/certificatechooser.cxx +xmlsecurity/source/dialogs/certificateviewer.cxx +xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +xmlsecurity/source/dialogs/macrosecurity.cxx +xmlsecurity/source/framework/buffernode.cxx +xmlsecurity/source/framework/buffernode.hxx +xmlsecurity/source/framework/elementcollector.cxx +xmlsecurity/source/framework/elementcollector.hxx +xmlsecurity/source/framework/elementmark.cxx +xmlsecurity/source/framework/elementmark.hxx +xmlsecurity/source/framework/saxeventkeeperimpl.cxx +xmlsecurity/source/framework/securityengine.cxx +xmlsecurity/source/framework/signaturecreatorimpl.cxx +xmlsecurity/source/framework/signatureengine.cxx +xmlsecurity/source/framework/signatureverifierimpl.cxx +xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx +xmlsecurity/source/gpg/CertificateImpl.cxx +xmlsecurity/source/gpg/CertificateImpl.hxx +xmlsecurity/source/gpg/CipherContext.cxx +xmlsecurity/source/gpg/CipherContext.hxx +xmlsecurity/source/gpg/DigestContext.cxx +xmlsecurity/source/gpg/DigestContext.hxx +xmlsecurity/source/gpg/SEInitializer.cxx +xmlsecurity/source/gpg/SecurityEnvironment.cxx +xmlsecurity/source/gpg/SecurityEnvironment.hxx +xmlsecurity/source/gpg/XMLEncryption.cxx +xmlsecurity/source/gpg/XMLEncryption.hxx +xmlsecurity/source/gpg/XMLSecurityContext.cxx +xmlsecurity/source/gpg/XMLSecurityContext.hxx +xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx +xmlsecurity/source/helper/documentsignaturehelper.cxx +xmlsecurity/source/helper/ooxmlsecparser.cxx +xmlsecurity/source/helper/ooxmlsecparser.hxx +xmlsecurity/source/helper/xmlsignaturehelper.cxx +xmlsecurity/source/helper/xmlsignaturehelper2.cxx +xmlsecurity/source/helper/xsecctl.cxx +xmlsecurity/source/helper/xsecparser.cxx +xmlsecurity/source/helper/xsecparser.hxx +xmlsecurity/source/helper/xsecsign.cxx +xmlsecurity/source/helper/xsecverify.cxx +xmlsecurity/source/xmlsec/biginteger.cxx +xmlsecurity/source/xmlsec/certificateextension_certextn.cxx +xmlsecurity/source/xmlsec/certificateextension_certextn.hxx +xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx +xmlsecurity/source/xmlsec/errorcallback.cxx +xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx +xmlsecurity/source/xmlsec/mscrypt/akmngr.hxx +xmlsecurity/source/xmlsec/mscrypt/oid.hxx +xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx +xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx +xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx +xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx +xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx +xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx +xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx +xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx +xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx +xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx +xmlsecurity/source/xmlsec/nss/certerrors.h +xmlsecurity/source/xmlsec/nss/ciphercontext.cxx +xmlsecurity/source/xmlsec/nss/ciphercontext.hxx +xmlsecurity/source/xmlsec/nss/digestcontext.cxx +xmlsecurity/source/xmlsec/nss/digestcontext.hxx +xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +xmlsecurity/source/xmlsec/nss/nssinitializer.hxx +xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx +xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx +xmlsecurity/source/xmlsec/nss/secerror.cxx +xmlsecurity/source/xmlsec/nss/secerror.hxx +xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx +xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx +xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx +xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx +xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx +xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx +xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx +xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx +xmlsecurity/source/xmlsec/saxhelper.cxx +xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx +xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx +xmlsecurity/source/xmlsec/xmlsec_init.cxx +xmlsecurity/source/xmlsec/xmlstreamio.cxx diff --git a/solenv/clang-format/generate-style-blacklist b/solenv/clang-format/generate-style-blacklist deleted file mode 100755 index 60e7d277c6e7..000000000000 --- a/solenv/clang-format/generate-style-blacklist +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env perl -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -# Generates a blacklist containing all existing cxx/hxx files. - -use strict; -use warnings; -use lib "solenv/clang-format"; -use ClangFormat; - -my $src = ClangFormat::get_extension_regex(); -my @filenames = (); - -# Get a list of files. -open (FILES, "git ls-files |") || die "Cannot run git ls-files."; -while (my $filename = ) -{ - chomp $filename; - if ($filename =~ /\.($src)$/) - { - push @filenames, $filename; - } -} - -ClangFormat::set_blacklist(\@filenames); - -# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/solenv/clang-format/generate-style-excludelist b/solenv/clang-format/generate-style-excludelist new file mode 100755 index 000000000000..b34b2041dea2 --- /dev/null +++ b/solenv/clang-format/generate-style-excludelist @@ -0,0 +1,31 @@ +#!/usr/bin/env perl +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Generates an excludelist containing all existing cxx/hxx files. + +use strict; +use warnings; +use lib "solenv/clang-format"; +use ClangFormat; + +my $src = ClangFormat::get_extension_regex(); +my @filenames = (); + +# Get a list of files. +open (FILES, "git ls-files |") || die "Cannot run git ls-files."; +while (my $filename = ) +{ + chomp $filename; + if ($filename =~ /\.($src)$/) + { + push @filenames, $filename; + } +} + +ClangFormat::set_excludelist(\@filenames); + +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/solenv/clang-format/reformat-formatted-files b/solenv/clang-format/reformat-formatted-files index 04b0adde8e4e..0302d3f9b244 100755 --- a/solenv/clang-format/reformat-formatted-files +++ b/solenv/clang-format/reformat-formatted-files @@ -5,7 +5,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# Reformat files which are not blacklisted. This is interesting if the +# Reformat files which are not excluded. This is interesting if the # clang-format version or config changes. # -n allows just listing the formatted files. @@ -16,7 +16,7 @@ use ClangFormat; my $clang_format = ClangFormat::find(); my $src = ClangFormat::get_extension_regex(); -my $blacklist_names = ClangFormat::get_blacklist(); +my $excluded_list_names = ClangFormat::get_excludelist(); my @filenames = (); my $dry_run = 0; @@ -25,7 +25,7 @@ open (FILES, "git ls-files |") || die "Cannot run git ls-files."; while (my $filename = ) { chomp $filename; - if ($filename =~ /\.($src)$/ and !exists($blacklist_names->{$filename})) + if ($filename =~ /\.($src)$/ and !exists($excluded_list_names->{$filename})) { push @filenames, $filename; } diff --git a/solenv/gbuild/extensions/post_GbuildToJson.mk b/solenv/gbuild/extensions/post_GbuildToJson.mk index 7f05392e1179..708de742fffb 100644 --- a/solenv/gbuild/extensions/post_GbuildToJson.mk +++ b/solenv/gbuild/extensions/post_GbuildToJson.mk @@ -18,9 +18,9 @@ # --JAVAOBJECTS # --PYTHONOBJECTS # -# Add black listed modules a json files (--BLACKLIST) +# Add black listed modules a json files (--DENYLIST) # -# Reduce number of blacklisted modules +# Reduce number of denylisted modules ifneq ($(filter gbuildtojson,$(MAKECMDGOALS)),) @@ -186,7 +186,7 @@ endef gb_Module_add_l10n_target = -gb_GbuildToJson_BLACKLISTEDMODULES := cli_ure jurt external +gb_GbuildToJson_DENYLISTEDMODULES := cli_ure jurt external define gb_Module__add_moduledir_impl include $(patsubst $(1):%,%,$(filter $(1):%,$(gb_Module_MODULELOCATIONS)))/$(2)/Module_$(notdir $(2)).mk @@ -196,7 +196,7 @@ gb_Module_TARGETSTACK := $$(wordlist 2,$$(words $$(gb_Module_TARGETSTACK)),$$(gb endef define gb_Module_add_moduledir -$(if $(filter $(gb_GbuildToJson_BLACKLISTEDMODULES),$(2)),,$(call gb_Module__add_moduledir_impl,$(1),$(2))) +$(if $(filter $(gb_GbuildToJson_DENYLISTEDMODULES),$(2)),,$(call gb_Module__add_moduledir_impl,$(1),$(2))) endef diff --git a/sw/qa/extras/fodfexport/fodfexport.cxx b/sw/qa/extras/fodfexport/fodfexport.cxx index bdf7c679ea76..9fd8e3c82afc 100644 --- a/sw/qa/extras/fodfexport/fodfexport.cxx +++ b/sw/qa/extras/fodfexport/fodfexport.cxx @@ -18,7 +18,7 @@ public: } /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx index 728ed037a54c..ddf37f102834 100644 --- a/sw/qa/extras/odfexport/odfexport.cxx +++ b/sw/qa/extras/odfexport/odfexport.cxx @@ -50,7 +50,7 @@ public: Test() : SwModelTestBase("/sw/qa/extras/odfexport/data/", "writer8") {} /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // Only test import of .odt document diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 133c2add7822..1112129ae02d 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -29,17 +29,17 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-escape.docx", "math-mso2k7.docx", }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. - return (OString(filename).endsWith(".docx") && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + return (OString(filename).endsWith(".docx") && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } /** diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx index ebb3d8cf4e2b..4c2027a8b6c7 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx @@ -74,7 +74,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx index 1be122da3e66..096e23d3fa3f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx @@ -28,7 +28,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx index 15ae1de673ce..340aff5aa055 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx @@ -27,7 +27,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx index 430749768862..e59c3ded1524 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx @@ -32,7 +32,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx index f2e09af96bfa..2559e09cc1d6 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx @@ -36,7 +36,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx index 240447bf35c0..9c1fb2c02edf 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx @@ -20,7 +20,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx index fa75e2d6af85..3ea718c07f6c 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx @@ -37,17 +37,17 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-escape.docx", "math-mso2k7.docx", }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. - return (OString(filename).endsWith(".docx") && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + return (OString(filename).endsWith(".docx") && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } /** diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx index ea7a3643954b..c32928cccdf2 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx @@ -31,17 +31,17 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-escape.docx", "math-mso2k7.docx" }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. - return (OString(filename).endsWith(".docx") && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + return (OString(filename).endsWith(".docx") && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } }; diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx index e89522670483..2687707bb5e8 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx @@ -34,17 +34,17 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-escape.docx", "math-mso2k7.docx", }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. - return (OString(filename).endsWith(".docx") && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + return (OString(filename).endsWith(".docx") && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } void verifyComboBoxExport(bool aComboBoxAsDropDown); diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx index 092a17646002..480e9c700c08 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx @@ -31,17 +31,17 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-escape.docx", "math-mso2k7.docx", }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. - return (OString(filename).endsWith(".docx") && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + return (OString(filename).endsWith(".docx") && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } }; diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx index 123a339c6232..efbef3e23acb 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx @@ -34,7 +34,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx index a3d8f8b7c51e..74e822f2bb27 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx @@ -26,7 +26,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx index 5f401b266bfc..d94a2e5236c6 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx @@ -71,7 +71,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx index 07b6ebb8b69d..6e1d88b91489 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx @@ -45,7 +45,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx index df4ac56ec5b1..db10f3043510 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx @@ -19,7 +19,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/ooxmlexport/ooxmllinks.cxx b/sw/qa/extras/ooxmlexport/ooxmllinks.cxx index 8be5c38a92f7..9f94f57b92e6 100644 --- a/sw/qa/extras/ooxmlexport/ooxmllinks.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmllinks.cxx @@ -118,7 +118,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx index 5c2d43698299..d7701586b167 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx @@ -16,7 +16,7 @@ public: protected: /** - * Blacklist handling + * Denylist handling */ bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to test. diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx index 7bae2b0eab9f..f472a7ac446f 100644 --- a/sw/qa/extras/rtfexport/rtfexport.cxx +++ b/sw/qa/extras/rtfexport/rtfexport.cxx @@ -43,16 +43,16 @@ public: bool mustTestImportOf(const char* filename) const override { // Don't test the first import of these, for some reason those tests fail - const char* aBlacklist[] = { + const char* aDenylist[] = { "math-eqarray.rtf", "math-escaping.rtf", "math-lim.rtf", "math-mso2007.rtf", "math-nary.rtf", "math-rad.rtf", "math-vertical-stacks.rtf", "math-runs.rtf", }; - std::vector vBlacklist(aBlacklist, aBlacklist + SAL_N_ELEMENTS(aBlacklist)); + std::vector vDenylist(aDenylist, aDenylist + SAL_N_ELEMENTS(aDenylist)); // If the testcase is stored in some other format, it's pointless to test. return (OString(filename).endsWith(".rtf") - && std::find(vBlacklist.begin(), vBlacklist.end(), filename) == vBlacklist.end()); + && std::find(vDenylist.begin(), vDenylist.end(), filename) == vDenylist.end()); } virtual void postLoad(const char* pFilename) override diff --git a/sw/qa/extras/rtfexport/rtfexport5.cxx b/sw/qa/extras/rtfexport/rtfexport5.cxx index 23f83a17149b..ab6bf31bf3ce 100644 --- a/sw/qa/extras/rtfexport/rtfexport5.cxx +++ b/sw/qa/extras/rtfexport/rtfexport5.cxx @@ -61,7 +61,7 @@ public: } protected: - /// Blacklist handling. + /// Denylist handling. bool mustTestImportOf(const char* filename) const override { // If the testcase is stored in some other format, it's pointless to diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index fb27544c7622..19126fdcca0c 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -67,7 +67,7 @@ public: */ bool mustValidate(const char* filename) const override { - const std::vector aBlacklist = + const std::vector aDenylist = { // the following doc exports currently don't pass binary validation "tdf56321_flipImage_both.doc", @@ -91,8 +91,8 @@ public: "first-header-footer.doc" }; - // Don't bother with non-.doc files; weed out blacklisted .doc files - return (OString(filename).endsWith(".doc") && std::find(aBlacklist.begin(), aBlacklist.end(), filename) == aBlacklist.end()); + // Don't bother with non-.doc files; weed out denylisted .doc files + return (OString(filename).endsWith(".doc") && std::find(aDenylist.begin(), aDenylist.end(), filename) == aDenylist.end()); } protected: diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index ac780e92f2b0..75b59b625000 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -610,7 +610,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ # runtime dependency $(eval $(call gb_Library_use_package,vcl,vcl_opengl_shader)) ifeq ($(OS),WNT) -$(eval $(call gb_Library_use_package,vcl,vcl_opengl_blacklist)) +$(eval $(call gb_Library_use_package,vcl,vcl_opengl_denylist)) endif ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 31bfa0f65cf6..a0c3e516b6bb 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -26,9 +26,9 @@ $(eval $(call gb_Module_add_targets,vcl,\ Package_tipoftheday \ UIConfig_vcl \ $(if $(filter WNT,$(OS)), \ - Package_opengl_blacklist ) \ + Package_opengl_denylist ) \ $(if $(filter SKIA,$(BUILD_TYPE)), \ - Package_skia_blacklist ) \ + Package_skia_denylist ) \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ StaticLibrary_vclmain \ $(if $(ENABLE_MACOSX_SANDBOX),, \ diff --git a/vcl/Package_opengl_blacklist.mk b/vcl/Package_opengl_blacklist.mk deleted file mode 100644 index 35dbfcb0b273..000000000000 --- a/vcl/Package_opengl_blacklist.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Package_Package,vcl_opengl_blacklist,$(SRCDIR)/vcl/opengl)) - -$(eval $(call gb_Package_add_files,vcl_opengl_blacklist,$(LIBO_SHARE_FOLDER)/opengl,\ - opengl_blacklist_windows.xml \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/vcl/Package_opengl_denylist.mk b/vcl/Package_opengl_denylist.mk new file mode 100644 index 000000000000..d5102335f074 --- /dev/null +++ b/vcl/Package_opengl_denylist.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,vcl_opengl_denylist,$(SRCDIR)/vcl/opengl)) + +$(eval $(call gb_Package_add_files,vcl_opengl_denylist,$(LIBO_SHARE_FOLDER)/opengl,\ + opengl_denylist_windows.xml \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/vcl/Package_skia_blacklist.mk b/vcl/Package_skia_blacklist.mk deleted file mode 100644 index 611766eb7aa3..000000000000 --- a/vcl/Package_skia_blacklist.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Package_Package,vcl_skia_blacklist,$(SRCDIR)/vcl/skia)) - -$(eval $(call gb_Package_add_files,vcl_skia_blacklist,$(LIBO_SHARE_FOLDER)/skia,\ - skia_blacklist_vulkan.xml \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/vcl/Package_skia_denylist.mk b/vcl/Package_skia_denylist.mk new file mode 100644 index 000000000000..70f6ac701697 --- /dev/null +++ b/vcl/Package_skia_denylist.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,vcl_skia_denylist,$(SRCDIR)/vcl/skia)) + +$(eval $(call gb_Package_add_files,vcl_skia_denylist,$(LIBO_SHARE_FOLDER)/skia,\ + skia_denylist_vulkan.xml \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/vcl/README.vars b/vcl/README.vars index 35ad1ffe353e..73c982ef7d3f 100644 --- a/vcl/README.vars +++ b/vcl/README.vars @@ -42,8 +42,8 @@ SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures or Skia Skia ---- SAL_DISABLESKIA=1 - force disabled Skia -SAL_ENABLESKIA=1 - enable Skia, unless blacklisted (and if the VCL backend supports Skia) -SAL_FORCESKIA=1 - force using Skia, even if blacklisted +SAL_ENABLESKIA=1 - enable Skia, unless denylisted (and if the VCL backend supports Skia) +SAL_FORCESKIA=1 - force using Skia, even if denylisted SAL_SKIA=raster|vulkan - select Skia's drawing method, by default Vulkan is used SAL_DISABLE_SKIA_CACHE=1 - disable caching of complex images diff --git a/vcl/inc/driverblocklist.hxx b/vcl/inc/driverblocklist.hxx index 8c1747be472f..a3564bd1ab79 100644 --- a/vcl/inc/driverblocklist.hxx +++ b/vcl/inc/driverblocklist.hxx @@ -114,7 +114,7 @@ private: enum class BlockType { WHITELIST, - BLACKLIST, + DENYLIST, UNKNOWN }; diff --git a/vcl/opengl/README.opengl b/vcl/opengl/README.opengl index 231abbf36500..ad5f31c9e5a8 100644 --- a/vcl/opengl/README.opengl +++ b/vcl/opengl/README.opengl @@ -7,7 +7,7 @@ Environment variables used: SAL_USE_VCLPLUGIN - use the specified VCL plugin (GTK2 in this case - currently needed on Linux because the default GTK3 doesn't support OpenGL yet) -SAL_FORCEGL - enable OpenGL even if the card is blacklisted. +SAL_FORCEGL - enable OpenGL even if the card is whitelisted. Other variables: diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml deleted file mode 100644 index 71e562fa97b7..000000000000 --- a/vcl/opengl/opengl_blacklist_windows.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vcl/opengl/opengl_denylist_windows.xml b/vcl/opengl/opengl_denylist_windows.xml new file mode 100644 index 000000000000..7419be7c5d8b --- /dev/null +++ b/vcl/opengl/opengl_denylist_windows.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx index 9ea39abd8b43..8464b7c5fece 100644 --- a/vcl/opengl/win/WinDeviceInfo.cxx +++ b/vcl/opengl/win/WinDeviceInfo.cxx @@ -166,17 +166,17 @@ WinOpenGLDeviceInfo::~WinOpenGLDeviceInfo() { } -static OUString getBlacklistFile() +static OUString getDenylistFile() { OUString url("$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER); rtl::Bootstrap::expandMacros(url); - return url + "/opengl/opengl_blacklist_windows.xml"; + return url + "/opengl/opengl_denylist_windows.xml"; } bool WinOpenGLDeviceInfo::FindBlocklistedDeviceInList() { - return DriverBlocklist::IsDeviceBlocked( getBlacklistFile(), maDriverVersion, maAdapterVendorID, maAdapterDeviceID); + return DriverBlocklist::IsDeviceBlocked( getDenylistFile(), maDriverVersion, maAdapterVendorID, maAdapterDeviceID); } namespace { diff --git a/vcl/opengl/x11/X11DeviceInfo.cxx b/vcl/opengl/x11/X11DeviceInfo.cxx index 7f671952f0fe..b75c22012380 100644 --- a/vcl/opengl/x11/X11DeviceInfo.cxx +++ b/vcl/opengl/x11/X11DeviceInfo.cxx @@ -134,7 +134,7 @@ void X11OpenGLDeviceInfo::GetData() glx::glxtest_pipe = 0; // bytesread < 0 would mean that the above read() call failed. - // This should never happen. If it did, the outcome would be to blacklist anyway. + // This should never happen. If it did, the outcome would be to denylist anyway. if (bytesread < 0) bytesread = 0; @@ -163,7 +163,7 @@ void X11OpenGLDeviceInfo::GetData() // Bug moz#718629 // ECHILD happens when the glxtest process got reaped got reaped after a PR_CreateProcess // as per bug moz#227246. This shouldn't matter, as we still seem to get the data - // from the pipe, and if we didn't, the outcome would be to blacklist anyway. + // from the pipe, and if we didn't, the outcome would be to denylist anyway. waiting_for_glxtest_process_failed = (waitpid_errno != ECHILD); } } diff --git a/vcl/qa/cppunit/test_blocklist_evaluate.xml b/vcl/qa/cppunit/test_blocklist_evaluate.xml index 00a8b0439146..7c0527f849ec 100644 --- a/vcl/qa/cppunit/test_blocklist_evaluate.xml +++ b/vcl/qa/cppunit/test_blocklist_evaluate.xml @@ -20,7 +20,7 @@ - + @@ -34,5 +34,5 @@ - + diff --git a/vcl/qa/cppunit/test_blocklist_parse.xml b/vcl/qa/cppunit/test_blocklist_parse.xml index f9af4cb5418e..212e61bd8443 100644 --- a/vcl/qa/cppunit/test_blocklist_parse.xml +++ b/vcl/qa/cppunit/test_blocklist_parse.xml @@ -34,7 +34,7 @@ - + @@ -59,5 +59,5 @@ - + diff --git a/vcl/skia/SkiaHelper.cxx b/vcl/skia/SkiaHelper.cxx index 6b04c4300fe4..b7d45ad61196 100644 --- a/vcl/skia/SkiaHelper.cxx +++ b/vcl/skia/SkiaHelper.cxx @@ -45,12 +45,12 @@ bool isVCLSkiaEnabled() { return false; } namespace SkiaHelper { -static OUString getBlacklistFile() +static OUString getDenylistFile() { OUString url("$BRAND_BASE_DIR/" LIBO_SHARE_FOLDER); rtl::Bootstrap::expandMacros(url); - return url + "/skia/skia_blacklist_vulkan.xml"; + return url + "/skia/skia_denylist_vulkan.xml"; } static uint32_t driverVersion = 0; @@ -90,7 +90,7 @@ static void writeToLog(SvStream& stream, const char* key, const OUString& value) } // Note that this function also logs system information about Vulkan. -static bool isVulkanBlacklisted(const VkPhysicalDeviceProperties& props) +static bool isVulkanDenylisted(const VkPhysicalDeviceProperties& props) { static const char* const types[] = { "other", "integrated", "discrete", "virtual", "cpu", "??" }; // VkPhysicalDeviceType @@ -125,10 +125,10 @@ static bool isVulkanBlacklisted(const VkPhysicalDeviceProperties& props) << ", vendor: " << vendorIdStr << " (" << vendorAsString(vendorId) << "), device: " << deviceIdStr << ", type: " << deviceType << ", name: " << props.deviceName); - bool blacklisted = DriverBlocklist::IsDeviceBlocked(getBlacklistFile(), driverVersionString, - vendorIdStr, deviceIdStr); - writeToLog(logFile, "Blacklisted", blacklisted ? "yes" : "no"); - return blacklisted; + bool denylisted = DriverBlocklist::IsDeviceBlocked(getDenylistFile(), driverVersionString, + vendorIdStr, deviceIdStr); + writeToLog(logFile, "Denylisted", denylisted ? "yes" : "no"); + return denylisted; } static void writeSkiaRasterInfo() @@ -141,7 +141,7 @@ static void writeSkiaRasterInfo() static sk_app::VulkanWindowContext::SharedGrContext getTemporaryGrContext(); -static void checkDeviceBlacklisted(bool blockDisable = false) +static void checkDeviceDenylisted(bool blockDisable = false) { static bool done = false; if (!done) @@ -167,16 +167,16 @@ static void checkDeviceBlacklisted(bool blockDisable = false) // the temporary context will clean up again. grContext = getTemporaryGrContext(); } - bool blacklisted = true; // assume the worst + bool denylisted = true; // assume the worst if (grContext.getGrContext()) // Vulkan was initialized properly { - blacklisted = isVulkanBlacklisted( + denylisted = isVulkanDenylisted( sk_app::VulkanWindowContext::getPhysDeviceProperties()); - SAL_INFO("vcl.skia", "Vulkan blacklisted: " << blacklisted); + SAL_INFO("vcl.skia", "Vulkan denylisted: " << denylisted); } else SAL_INFO("vcl.skia", "Vulkan could not be initialized"); - if (blacklisted && !blockDisable) + if (denylisted && !blockDisable) { disableRenderMethod(RenderVulkan); writeSkiaRasterInfo(); @@ -186,7 +186,7 @@ static void checkDeviceBlacklisted(bool blockDisable = false) case RenderRaster: SAL_INFO("vcl.skia", "Using Skia raster mode"); writeSkiaRasterInfo(); - return; // software, never blacklisted + return; // software, never denylisted } done = true; } @@ -226,7 +226,7 @@ bool isVCLSkiaEnabled() /* * There are a number of cases that these environment variables cover: - * * SAL_FORCESKIA forces Skia if disabled by UI options or blacklisted + * * SAL_FORCESKIA forces Skia if disabled by UI options or denylisted * * SAL_DISABLESKIA avoids the use of Skia regardless of any option */ @@ -239,8 +239,8 @@ bool isVCLSkiaEnabled() { bRet = true; SkGraphics::Init(); - // don't actually block if blacklisted, but log it if enabled, and also get the vendor id - checkDeviceBlacklisted(true); + // don't actually block if denylisted, but log it if enabled, and also get the vendor id + checkDeviceDenylisted(true); } else if (getenv("SAL_FORCEGL")) { @@ -264,7 +264,7 @@ bool isVCLSkiaEnabled() if (bEnable) { SkGraphics::Init(); - checkDeviceBlacklisted(); // switch to raster if driver is blacklisted + checkDeviceDenylisted(); // switch to raster if driver is denylisted } bRet = bEnable; diff --git a/vcl/skia/skia_blacklist_vulkan.xml b/vcl/skia/skia_blacklist_vulkan.xml deleted file mode 100644 index 5058012e9485..000000000000 --- a/vcl/skia/skia_blacklist_vulkan.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - diff --git a/vcl/skia/skia_denylist_vulkan.xml b/vcl/skia/skia_denylist_vulkan.xml new file mode 100644 index 000000000000..4c62ca4b04a9 --- /dev/null +++ b/vcl/skia/skia_denylist_vulkan.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + diff --git a/vcl/skia/x11/gdiimpl.cxx b/vcl/skia/x11/gdiimpl.cxx index 4754bfc64f95..72b1f9874c5c 100644 --- a/vcl/skia/x11/gdiimpl.cxx +++ b/vcl/skia/x11/gdiimpl.cxx @@ -74,7 +74,7 @@ X11SkiaSalGraphicsImpl::createWindowContext(Display* display, Drawable drawable, // that the X11 visual is always the same. Ensure it is so. static VisualID checkVisualID = -1U; // Exception is for the temporary case during startup, when SkiaHelper's - // checkDeviceBlacklisted() needs a WindowContext and may be called before SalVisual + // checkDeviceDenylisted() needs a WindowContext and may be called before SalVisual // is ready. if (!temporary) { diff --git a/vcl/source/helper/driverblocklist.cxx b/vcl/source/helper/driverblocklist.cxx index 556eb7172fed..09ce2f9b7165 100644 --- a/vcl/source/helper/driverblocklist.cxx +++ b/vcl/source/helper/driverblocklist.cxx @@ -376,7 +376,7 @@ void Parser::handleEntry(DriverInfo& rDriver, xmlreader::XmlReader& rReader) { rDriver.mbWhitelisted = true; } - else if (meBlockType == BlockType::BLACKLIST) + else if (meBlockType == BlockType::DENYLIST) { rDriver.mbWhitelisted = false; } @@ -489,9 +489,9 @@ void Parser::handleContent(xmlreader::XmlReader& rReader) meBlockType = BlockType::WHITELIST; handleList(rReader); } - else if (name == "blacklist") + else if (name == "denylist") { - meBlockType = BlockType::BLACKLIST; + meBlockType = BlockType::DENYLIST; handleList(rReader); } else if (name == "root") @@ -504,7 +504,7 @@ void Parser::handleContent(xmlreader::XmlReader& rReader) } else if (res == xmlreader::XmlReader::Result::End) { - if (name == "whitelist" || name == "blacklist") + if (name == "whitelist" || name == "denylist") { meBlockType = BlockType::UNKNOWN; } @@ -673,7 +673,7 @@ bool FindBlocklistedDeviceInList(std::vector& aDeviceInfos, } } - SAL_INFO("vcl.driver", (match ? "blacklisted" : "not blacklisted") << " in " << blocklistURL); + SAL_INFO("vcl.driver", (match ? "denylisted" : "not denylisted") << " in " << blocklistURL); return match; } @@ -684,7 +684,7 @@ bool IsDeviceBlocked(const OUString& blocklistURL, const OUString& driverVersion Parser parser(blocklistURL, driverList); if (!parser.parse()) { - SAL_WARN("vcl.driver", "error parsing blacklist " << blocklistURL); + SAL_WARN("vcl.driver", "error parsing denylist " << blocklistURL); return false; } return FindBlocklistedDeviceInList(driverList, driverVersion, vendorId, deviceId, diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx index fcc028ebd635..6aeb53af17a4 100644 --- a/vcl/source/opengl/OpenGLHelper.cxx +++ b/vcl/source/opengl/OpenGLHelper.cxx @@ -753,21 +753,21 @@ void OpenGLHelper::checkGLError(const char* pFile, size_t nLine) } } -bool OpenGLHelper::isDeviceBlacklisted() +bool OpenGLHelper::isDeviceDenylisted() { static bool bSet = false; - static bool bBlacklisted = true; // assume the worst + static bool bDenylisted = true; // assume the worst if (!bSet) { OpenGLZone aZone; #if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID && !defined HAIKU X11OpenGLDeviceInfo aInfo; - bBlacklisted = aInfo.isDeviceBlocked(); - SAL_INFO("vcl.opengl", "blacklisted: " << bBlacklisted); + bDenylisted = aInfo.isDeviceBlocked(); + SAL_INFO("vcl.opengl", "denylisted: " << bDenylisted); #elif defined( _WIN32 ) WinOpenGLDeviceInfo aInfo; - bBlacklisted = aInfo.isDeviceBlocked(); + bDenylisted = aInfo.isDeviceBlocked(); if (DriverBlocklist::GetWindowsVersion() == 0x00060001 && /* Windows 7 */ (aInfo.GetAdapterVendorID() == "0x1002" || aInfo.GetAdapterVendorID() == "0x1022")) /* AMD */ @@ -776,20 +776,20 @@ bool OpenGLHelper::isDeviceBlacklisted() OpenGLZone::relaxWatchdogTimings(); } #else - bBlacklisted = false; + bDenylisted = false; #endif bSet = true; } - return bBlacklisted; + return bDenylisted; } bool OpenGLHelper::supportsVCLOpenGL() { static bool bDisableGL = !!getenv("SAL_DISABLEGL"); - bool bBlacklisted = isDeviceBlacklisted(); + bool bDenylisted = isDeviceDenylisted(); - return !bDisableGL && !bBlacklisted; + return !bDisableGL && !bDenylisted; } namespace @@ -950,7 +950,7 @@ bool OpenGLHelper::isVCLOpenGLEnabled() /* * There are a number of cases that these environment variables cover: * * SAL_FORCEGL forces OpenGL independent of any other option - * * SAL_DISABLEGL or a blacklisted driver avoid the use of OpenGL if SAL_FORCEGL is not set + * * SAL_DISABLEGL or a denylisted driver avoid the use of OpenGL if SAL_FORCEGL is not set */ bSet = true; diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx index d510bfc8be35..44e34fad585c 100644 --- a/writerfilter/source/dmapper/PropertyMap.cxx +++ b/writerfilter/source/dmapper/PropertyMap.cxx @@ -1692,13 +1692,13 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl ) uno::Reference< beans::XPropertySetInfo > pagePropertiesInfo( pageProperties->getPropertySetInfo() ); const uno::Sequence< beans::Property > propertyList( pagePropertiesInfo->getProperties() ); // Ignore write-only properties. - static const o3tl::sorted_vector aBlacklist + static const o3tl::sorted_vector aDenylist = { "FooterBackGraphicURL", "BackGraphicURL", "HeaderBackGraphicURL" }; for ( const auto& rProperty : propertyList ) { if ( (rProperty.Attributes & beans::PropertyAttribute::READONLY) == 0 ) { - if (aBlacklist.find(rProperty.Name) == aBlacklist.end()) + if (aDenylist.find(rProperty.Name) == aDenylist.end()) evenOddStyle->setPropertyValue( rProperty.Name, pageProperties->getPropertyValue(rProperty.Name)); diff --git a/writerfilter/source/ooxml/factoryimpl_ns.py b/writerfilter/source/ooxml/factoryimpl_ns.py index db06cf1c9218..a17335f12646 100644 --- a/writerfilter/source/ooxml/factoryimpl_ns.py +++ b/writerfilter/source/ooxml/factoryimpl_ns.py @@ -97,7 +97,7 @@ def resourceForAttribute(nsNode, attrNode): dataNodes = attrNode.getElementsByTagName("data") if len(dataNodes): t = dataNodes[0].getAttribute("type") - # Blacklist existing unexpected data types. + # Denylist existing unexpected data types. if t not in ("token", "long", "decimal", "float", "byte", "ST_DecimalNumber", "positiveInteger"): raise Exception("unexpected data type: " + dataNodes[0].getAttribute("type")) return resourceName diff --git a/writerfilter/source/rtftok/rtfsprm.cxx b/writerfilter/source/rtftok/rtfsprm.cxx index fe6af8e5e4d8..d281187277de 100644 --- a/writerfilter/source/rtftok/rtfsprm.cxx +++ b/writerfilter/source/rtftok/rtfsprm.cxx @@ -196,7 +196,7 @@ static RTFValue::Pointer_t getDefaultSPRM(Id const id, Id nStyleType) } /// Is it problematic to deduplicate this SPRM? -static bool isSPRMDeduplicateBlacklist(Id nId) +static bool isSPRMDeduplicateDenylist(Id nId) { switch (nId) { @@ -259,7 +259,7 @@ static void cloneAndDeduplicateSprm(std::pair const& rS { if (rSprm.second->equals(*pValue)) { - if (!isSPRMDeduplicateBlacklist(rSprm.first)) + if (!isSPRMDeduplicateDenylist(rSprm.first)) ret.erase(rSprm.first); // duplicate to style } else if (!rSprm.second->getSprms().empty() || !rSprm.second->getAttributes().empty()) diff --git a/xmlsecurity/source/helper/ooxmlsecexporter.cxx b/xmlsecurity/source/helper/ooxmlsecexporter.cxx index fe4d0df89a5d..a857665a0493 100644 --- a/xmlsecurity/source/helper/ooxmlsecexporter.cxx +++ b/xmlsecurity/source/helper/ooxmlsecexporter.cxx @@ -54,9 +54,9 @@ public: } /// Should we intentionally not sign this stream? - static bool isOOXMLBlacklist(const OUString& rStreamName); + static bool isOOXMLDenylist(const OUString& rStreamName); /// Should we intentionally not sign this relation type? - static bool isOOXMLRelationBlacklist(const OUString& rRelationName); + static bool isOOXMLRelationDenylist(const OUString& rRelationName); const uno::Reference& getDocumentHandler() const { @@ -84,26 +84,26 @@ public: void writeSignatureLineImages(); }; -bool OOXMLSecExporter::Impl::isOOXMLBlacklist(const OUString& rStreamName) +bool OOXMLSecExporter::Impl::isOOXMLDenylist(const OUString& rStreamName) { - static const std::initializer_list vBlacklist + static const std::initializer_list vDenylist = { "/%5BContent_Types%5D.xml", "/docProps/app.xml", "/docProps/core.xml", // Don't attempt to sign other signatures for now. "/_xmlsignatures" }; // Just check the prefix, as we don't care about the content type part of the stream name. - return std::any_of(vBlacklist.begin(), vBlacklist.end(), [&](const OUStringLiteral& rLiteral) { + return std::any_of(vDenylist.begin(), vDenylist.end(), [&](const OUStringLiteral& rLiteral) { return rStreamName.startsWith(rLiteral); }); } -bool OOXMLSecExporter::Impl::isOOXMLRelationBlacklist(const OUString& rRelationName) +bool OOXMLSecExporter::Impl::isOOXMLRelationDenylist(const OUString& rRelationName) { - static const std::initializer_list vBlacklist = { + static const std::initializer_list vDenylist = { "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties", "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties", "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/origin" }; - return std::find(vBlacklist.begin(), vBlacklist.end(), rRelationName) != vBlacklist.end(); + return std::find(vDenylist.begin(), vDenylist.end(), rRelationName) != vDenylist.end(); } void OOXMLSecExporter::Impl::writeSignedInfo() @@ -232,7 +232,7 @@ void OOXMLSecExporter::Impl::writeManifest() { if (rReference.nType != SignatureReferenceType::SAMEDOCUMENT) { - if (OOXMLSecExporter::Impl::isOOXMLBlacklist(rReference.ouURI)) + if (OOXMLSecExporter::Impl::isOOXMLDenylist(rReference.ouURI)) continue; writeManifestReference(rReference); @@ -271,7 +271,7 @@ void OOXMLSecExporter::Impl::writeRelationshipTransform(const OUString& rURI) aType = rPair.Second; } - if (OOXMLSecExporter::Impl::isOOXMLRelationBlacklist(aType)) + if (OOXMLSecExporter::Impl::isOOXMLRelationDenylist(aType)) continue; rtl::Reference pAttributeList(new SvXMLAttributeList()); -- cgit