Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224Tested-by:Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
Showing
with
0 additions
and
644 deletions
+0
-644
- AccessibleBrowseBox.hxx ...bility/inc/accessibility/extended/AccessibleBrowseBox.hxx +0 -2
- AccessibleBrowseBoxBase.hxx ...ty/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx +0 -2
- AccessibleBrowseBoxHeaderBar.hxx ...c/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx +0 -4
- AccessibleBrowseBoxTable.hxx ...y/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx +0 -2
- AccessibleBrowseBoxTableBase.hxx ...c/accessibility/extended/AccessibleBrowseBoxTableBase.hxx +0 -3
- AccessibleGridControl.hxx ...lity/inc/accessibility/extended/AccessibleGridControl.hxx +0 -2
- AccessibleGridControlBase.hxx .../inc/accessibility/extended/AccessibleGridControlBase.hxx +0 -2
- AccessibleGridControlHeader.hxx ...nc/accessibility/extended/AccessibleGridControlHeader.hxx +0 -2
- AccessibleGridControlTable.hxx ...inc/accessibility/extended/AccessibleGridControlTable.hxx +0 -3
- AccessibleGridControlTableBase.hxx ...accessibility/extended/AccessibleGridControlTableBase.hxx +0 -3
- accessiblebrowseboxcell.hxx ...ty/inc/accessibility/extended/accessiblebrowseboxcell.hxx +0 -2
- accessibletabbar.hxx ...ssibility/inc/accessibility/extended/accessibletabbar.hxx +0 -1
- accessibletabbarbase.hxx ...ility/inc/accessibility/extended/accessibletabbarbase.hxx +0 -2
- accessibletabbarpage.hxx ...ility/inc/accessibility/extended/accessibletabbarpage.hxx +0 -1
- accessibletabbarpagelist.hxx ...y/inc/accessibility/extended/accessibletabbarpagelist.hxx +0 -1
- accessibletablistbox.hxx ...ility/inc/accessibility/extended/accessibletablistbox.hxx +0 -3
- accessibletablistboxtable.hxx .../inc/accessibility/extended/accessibletablistboxtable.hxx +0 -3
- accessiblemenucomponent.hxx ...ty/inc/accessibility/standard/accessiblemenucomponent.hxx +0 -1
- accessiblemenuitemcomponent.hxx ...nc/accessibility/standard/accessiblemenuitemcomponent.hxx +0 -1
- vclxaccessiblebox.hxx ...sibility/inc/accessibility/standard/vclxaccessiblebox.hxx +0 -1
- vclxaccessiblebutton.hxx ...ility/inc/accessibility/standard/vclxaccessiblebutton.hxx +0 -1
- vclxaccessiblecheckbox.hxx ...ity/inc/accessibility/standard/vclxaccessiblecheckbox.hxx +0 -1
- vclxaccessibleedit.hxx ...ibility/inc/accessibility/standard/vclxaccessibleedit.hxx +0 -1
- vclxaccessiblemenu.hxx ...ibility/inc/accessibility/standard/vclxaccessiblemenu.hxx +0 -1
- vclxaccessiblemenubar.hxx ...lity/inc/accessibility/standard/vclxaccessiblemenubar.hxx +0 -1
- vclxaccessiblemenuitem.hxx ...ity/inc/accessibility/standard/vclxaccessiblemenuitem.hxx +0 -1
- vclxaccessiblemenuseparator.hxx ...nc/accessibility/standard/vclxaccessiblemenuseparator.hxx +0 -1
- vclxaccessiblepopupmenu.hxx ...ty/inc/accessibility/standard/vclxaccessiblepopupmenu.hxx +0 -1
- vclxaccessibleradiobutton.hxx .../inc/accessibility/standard/vclxaccessibleradiobutton.hxx +0 -1
- vclxaccessiblescrollbar.hxx ...ty/inc/accessibility/standard/vclxaccessiblescrollbar.hxx +0 -1
- vclxaccessiblestatusbaritem.hxx ...nc/accessibility/standard/vclxaccessiblestatusbaritem.hxx +0 -1
- vclxaccessibletabcontrol.hxx ...y/inc/accessibility/standard/vclxaccessibletabcontrol.hxx +0 -1
- vclxaccessibletabpage.hxx ...lity/inc/accessibility/standard/vclxaccessibletabpage.hxx +0 -1
- vclxaccessibletabpagewindow.hxx ...nc/accessibility/standard/vclxaccessibletabpagewindow.hxx +0 -1
- vclxaccessibletextcomponent.hxx ...nc/accessibility/standard/vclxaccessibletextcomponent.hxx +0 -1
- AccessibleBrowseBox.cxx accessibility/source/extended/AccessibleBrowseBox.cxx +0 -1
- AccessibleBrowseBoxBase.cxx accessibility/source/extended/AccessibleBrowseBoxBase.cxx +0 -5
- AccessibleBrowseBoxHeaderBar.cxx ...sibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx +0 -5
- AccessibleBrowseBoxHeaderCell.cxx ...ibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx +0 -1
- AccessibleBrowseBoxTable.cxx accessibility/source/extended/AccessibleBrowseBoxTable.cxx +0 -5
- AccessibleBrowseBoxTableBase.cxx ...sibility/source/extended/AccessibleBrowseBoxTableBase.cxx +0 -5
- AccessibleGridControl.cxx accessibility/source/extended/AccessibleGridControl.cxx +0 -4
- AccessibleGridControlBase.cxx accessibility/source/extended/AccessibleGridControlBase.cxx +0 -2
- AccessibleGridControlHeader.cxx ...ssibility/source/extended/AccessibleGridControlHeader.cxx +0 -4
- AccessibleGridControlHeaderCell.cxx ...ility/source/extended/AccessibleGridControlHeaderCell.cxx +0 -2
- AccessibleGridControlTable.cxx accessibility/source/extended/AccessibleGridControlTable.cxx +0 -5
- AccessibleGridControlTableBase.cxx ...bility/source/extended/AccessibleGridControlTableBase.cxx +0 -5
- AccessibleGridControlTableCell.cxx ...bility/source/extended/AccessibleGridControlTableCell.cxx +0 -1
- accessiblelistboxentry.cxx accessibility/source/extended/accessiblelistboxentry.cxx +0 -5
- accessibletabbar.cxx accessibility/source/extended/accessibletabbar.cxx +0 -22
- accessibletabbarpage.cxx accessibility/source/extended/accessibletabbarpage.cxx +0 -26
- accessibletabbarpagelist.cxx accessibility/source/extended/accessibletabbarpagelist.cxx +0 -33
- accresmgr.cxx accessibility/source/helper/accresmgr.cxx +0 -4
- accessiblemenubasecomponent.cxx ...ssibility/source/standard/accessiblemenubasecomponent.cxx +0 -37
- accessiblemenucomponent.cxx accessibility/source/standard/accessiblemenucomponent.cxx +0 -25
- accessiblemenuitemcomponent.cxx ...ssibility/source/standard/accessiblemenuitemcomponent.cxx +0 -27
- vclxaccessiblebutton.cxx accessibility/source/standard/vclxaccessiblebutton.cxx +0 -12
- vclxaccessiblecheckbox.cxx accessibility/source/standard/vclxaccessiblecheckbox.cxx +0 -16
- vclxaccessiblecombobox.cxx accessibility/source/standard/vclxaccessiblecombobox.cxx +0 -5
- vclxaccessibledropdowncombobox.cxx ...bility/source/standard/vclxaccessibledropdowncombobox.cxx +0 -6
- vclxaccessibledropdownlistbox.cxx ...ibility/source/standard/vclxaccessibledropdownlistbox.cxx +0 -6
- vclxaccessibleedit.cxx accessibility/source/standard/vclxaccessibleedit.cxx +0 -34
- vclxaccessiblefixedhyperlink.cxx ...sibility/source/standard/vclxaccessiblefixedhyperlink.cxx +0 -5
- vclxaccessiblefixedtext.cxx accessibility/source/standard/vclxaccessiblefixedtext.cxx +0 -6
- vclxaccessiblelist.cxx accessibility/source/standard/vclxaccessiblelist.cxx +0 -3
- vclxaccessiblelistbox.cxx accessibility/source/standard/vclxaccessiblelistbox.cxx +0 -4
- vclxaccessiblelistitem.cxx accessibility/source/standard/vclxaccessiblelistitem.cxx +0 -2
- vclxaccessiblemenu.cxx accessibility/source/standard/vclxaccessiblemenu.cxx +0 -14
- vclxaccessiblemenubar.cxx accessibility/source/standard/vclxaccessiblemenubar.cxx +0 -8
- vclxaccessiblemenuitem.cxx accessibility/source/standard/vclxaccessiblemenuitem.cxx +0 -33
- vclxaccessiblemenuseparator.cxx ...ssibility/source/standard/vclxaccessiblemenuseparator.cxx +0 -4
- vclxaccessiblepopupmenu.cxx accessibility/source/standard/vclxaccessiblepopupmenu.cxx +0 -6
- vclxaccessibleradiobutton.cxx accessibility/source/standard/vclxaccessibleradiobutton.cxx +0 -13
- vclxaccessiblescrollbar.cxx accessibility/source/standard/vclxaccessiblescrollbar.cxx +0 -11
- vclxaccessiblestatusbar.cxx accessibility/source/standard/vclxaccessiblestatusbar.cxx +0 -11
- vclxaccessiblestatusbaritem.cxx ...ssibility/source/standard/vclxaccessiblestatusbaritem.cxx +0 -34
- vclxaccessibletabcontrol.cxx accessibility/source/standard/vclxaccessibletabcontrol.cxx +0 -23
- vclxaccessibletabpage.cxx accessibility/source/standard/vclxaccessibletabpage.cxx +0 -35
- vclxaccessibletabpagewindow.cxx ...ssibility/source/standard/vclxaccessibletabpagewindow.cxx +0 -4
- vclxaccessibletextcomponent.cxx ...ssibility/source/standard/vclxaccessibletextcomponent.cxx +0 -23
- vclxaccessibletextfield.cxx accessibility/source/standard/vclxaccessibletextfield.cxx +0 -11
- vclxaccessibletoolboxitem.cxx accessibility/source/standard/vclxaccessibletoolboxitem.cxx +0 -1
- animcore.cxx animations/source/animcore/animcore.cxx +0 -0
- soundhandler.cxx avmedia/source/framework/soundhandler.cxx +0 -1
- accessibledialogcontrolshape.cxx basctl/source/accessibility/accessibledialogcontrolshape.cxx +0 -26
- accessibledialogwindow.cxx basctl/source/accessibility/accessibledialogwindow.cxx +0 -0
- basicbox.cxx basctl/source/basicide/basicbox.cxx +0 -3
- basicbox.hxx basctl/source/basicide/basicbox.hxx +0 -1
- baside2.cxx basctl/source/basicide/baside2.cxx +0 -0
- baside2.hxx basctl/source/basicide/baside2.hxx +0 -1
- baside2b.cxx basctl/source/basicide/baside2b.cxx +0 -0
- baside3.cxx basctl/source/basicide/baside3.cxx +0 -2
- basidesh.cxx basctl/source/basicide/basidesh.cxx +0 -0
- bastype2.cxx basctl/source/basicide/bastype2.cxx +0 -0
- bastypes.cxx basctl/source/basicide/bastypes.cxx +0 -0
- brkdlg.cxx basctl/source/basicide/brkdlg.cxx +0 -0
- iderdll.cxx basctl/source/basicide/iderdll.cxx +0 -0
- layout.cxx basctl/source/basicide/layout.cxx +0 -0
- macrodlg.cxx basctl/source/basicide/macrodlg.cxx +0 -0
- moduldlg.cxx basctl/source/basicide/moduldlg.cxx +0 -0
- dlged.cxx basctl/source/dlged/dlged.cxx +0 -0
- dlged.hxx basctl/source/inc/dlged.hxx +0 -0
- dlgedobj.hxx basctl/source/inc/dlgedobj.hxx +0 -0
- basmgr.cxx basic/source/basmgr/basmgr.cxx +0 -0
- vbahelper.cxx basic/source/basmgr/vbahelper.cxx +0 -0
- eventatt.cxx basic/source/classes/eventatt.cxx +0 -0
- propacc.cxx basic/source/classes/propacc.cxx +0 -0
- sb.cxx basic/source/classes/sb.cxx +0 -0
- sbunoobj.cxx basic/source/classes/sbunoobj.cxx +0 -0
- sbxmod.cxx basic/source/classes/sbxmod.cxx +0 -0
- codegen.cxx basic/source/comp/codegen.cxx +0 -0
- parser.cxx basic/source/comp/parser.cxx +0 -0
- symtbl.cxx basic/source/comp/symtbl.cxx +0 -0
- dlgcont.hxx basic/source/inc/dlgcont.hxx +0 -0
- namecont.hxx basic/source/inc/namecont.hxx +0 -0
- parser.hxx basic/source/inc/parser.hxx +0 -0
- propacc.hxx basic/source/inc/propacc.hxx +0 -0
- sbjsmod.hxx basic/source/inc/sbjsmod.hxx +0 -0
- sbunoobj.hxx basic/source/inc/sbunoobj.hxx +0 -0
- scriptcont.hxx basic/source/inc/scriptcont.hxx +0 -0
- inputbox.cxx basic/source/runtime/inputbox.cxx +0 -0
- iosys.cxx basic/source/runtime/iosys.cxx +0 -0
- methods.cxx basic/source/runtime/methods.cxx +0 -0
- methods1.cxx basic/source/runtime/methods1.cxx +0 -0
- runtime.cxx basic/source/runtime/runtime.cxx +0 -0
- stdobj1.cxx basic/source/runtime/stdobj1.cxx +0 -0
- sbxform.cxx basic/source/sbx/sbxform.cxx +0 -0
- sbxobj.cxx basic/source/sbx/sbxobj.cxx +0 -0
- namecont.cxx basic/source/uno/namecont.cxx +0 -0
- bridge.cxx binaryurp/source/bridge.cxx +0 -0
- proxy.cxx binaryurp/source/proxy.cxx +0 -0
- bridge.hxx bridges/inc/bridges/cpp_uno/bridge.hxx +0 -0
- cpp2uno.cxx bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx +0 -0
- cpp2uno.cxx bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx +0 -0
- cpp2uno.cxx bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx +0 -0
- cpp2uno.cxx bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx +0 -0
- cpp2uno.cxx bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx +0 -0
- dllinit.cxx bridges/source/cpp_uno/msvc_win32_intel/dllinit.cxx +0 -0
- dllinit.cxx bridges/source/cpp_uno/msvc_win32_x86-64/dllinit.cxx +0 -0
- jni_data.cxx bridges/source/jni_uno/jni_data.cxx +0 -0
- jni_info.cxx bridges/source/jni_uno/jni_info.cxx +0 -0
- jni_java2uno.cxx bridges/source/jni_uno/jni_java2uno.cxx +0 -0
- jni_uno2java.cxx bridges/source/jni_uno/jni_uno2java.cxx +0 -0
- dx_9rm.cxx canvas/source/directx/dx_9rm.cxx +0 -0
- dx_canvas.hxx canvas/source/directx/dx_canvas.hxx +0 -0
- dx_canvashelper_texturefill.cxx canvas/source/directx/dx_canvashelper_texturefill.cxx +0 -0
- dx_textlayout_drawhelper.cxx canvas/source/directx/dx_textlayout_drawhelper.cxx +0 -0
- ogl_canvasfont.cxx canvas/source/opengl/ogl_canvasfont.cxx +0 -0
- simplecanvasimpl.cxx canvas/source/simplecanvas/simplecanvasimpl.cxx +0 -0
- cachedbitmap.cxx canvas/source/vcl/cachedbitmap.cxx +0 -0
- OpenGLRender.cxx chart2/source/view/main/OpenGLRender.cxx +0 -0
- climaker_emit.cxx cli_ure/source/climaker/climaker_emit.cxx +0 -0
- cli_bridge.cxx cli_ure/source/uno_bridge/cli_bridge.cxx +0 -0
- cli_proxy.cxx cli_ure/source/uno_bridge/cli_proxy.cxx +0 -0
- cli_uno.cxx cli_ure/source/uno_bridge/cli_uno.cxx +0 -0
- global.cxx codemaker/source/codemaker/global.cxx +0 -0
- cppuoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx +0 -0
- javaoptions.cxx codemaker/source/javamaker/javaoptions.cxx +0 -0
- container.cxx comphelper/source/container/container.cxx +0 -0
- enumhelper.cxx comphelper/source/container/enumhelper.cxx +0 -0
- eventattachermgr.cxx comphelper/source/eventattachermgr/eventattachermgr.cxx +0 -0
- accessiblecomponenthelper.cxx comphelper/source/misc/accessiblecomponenthelper.cxx +0 -0
- accessiblecontexthelper.cxx comphelper/source/misc/accessiblecontexthelper.cxx +0 -0
- accessibleeventnotifier.cxx comphelper/source/misc/accessibleeventnotifier.cxx +0 -0
- accessiblekeybindinghelper.cxx comphelper/source/misc/accessiblekeybindinghelper.cxx +0 -0
- accessibletexthelper.cxx comphelper/source/misc/accessibletexthelper.cxx +0 -0
- accimplaccess.cxx comphelper/source/misc/accimplaccess.cxx +0 -0
- docpasswordhelper.cxx comphelper/source/misc/docpasswordhelper.cxx +0 -0
- docpasswordrequest.cxx comphelper/source/misc/docpasswordrequest.cxx +0 -0
- evtlistenerhlp.cxx comphelper/source/misc/evtlistenerhlp.cxx +0 -0
- instancelocker.cxx comphelper/source/misc/instancelocker.cxx +0 -0
- interaction.cxx comphelper/source/misc/interaction.cxx +0 -0
- mimeconfighelper.cxx comphelper/source/misc/mimeconfighelper.cxx +0 -0
- numbers.cxx comphelper/source/misc/numbers.cxx +0 -0
- proxyaggregation.cxx comphelper/source/misc/proxyaggregation.cxx +0 -0
- types.cxx comphelper/source/misc/types.cxx +0 -0
- weakeventlistener.cxx comphelper/source/misc/weakeventlistener.cxx +0 -0
- MasterPropertySet.cxx comphelper/source/property/MasterPropertySet.cxx +0 -0
- genericpropertyset.cxx comphelper/source/property/genericpropertyset.cxx +0 -0
- opropertybag.cxx comphelper/source/property/opropertybag.cxx +0 -0
- propagg.cxx comphelper/source/property/propagg.cxx +0 -0
- propertybag.cxx comphelper/source/property/propertybag.cxx +0 -0
- propertycontainer.cxx comphelper/source/property/propertycontainer.cxx +0 -0
- propertycontainerhelper.cxx comphelper/source/property/propertycontainerhelper.cxx +0 -0
- propertysethelper.cxx comphelper/source/property/propertysethelper.cxx +0 -0
- propertysetinfo.cxx comphelper/source/property/propertysetinfo.cxx +0 -0
- propstate.cxx comphelper/source/property/propstate.cxx +0 -0
- basicio.cxx comphelper/source/streaming/basicio.cxx +0 -0
- seqstream.cxx comphelper/source/streaming/seqstream.cxx +0 -0
- sfxpoolitem.cxx compilerplugins/clang/sfxpoolitem.cxx +0 -0
- removevirtuals.cxx compilerplugins/clang/store/removevirtuals.cxx +0 -0
- unnecessaryvirtual.cxx compilerplugins/clang/store/unnecessaryvirtual.cxx +0 -0
- unusedfieldsremove.cxx compilerplugins/clang/unusedfieldsremove.cxx +0 -0
- unusedmethodsremove.cxx compilerplugins/clang/unusedmethodsremove.cxx +0 -0
- localizedpropertynode.cxx configmgr/source/localizedpropertynode.cxx +0 -0
- propertynode.cxx configmgr/source/propertynode.cxx +0 -0
- rootaccess.cxx configmgr/source/rootaccess.cxx +0 -0
- setnode.cxx configmgr/source/setnode.cxx +0 -0
- ConnectionWrapper.cxx connectivity/source/commontools/ConnectionWrapper.cxx +0 -0
- FDatabaseMetaDataResultSet.cxx ...ctivity/source/commontools/FDatabaseMetaDataResultSet.cxx +0 -0
- FValue.cxx connectivity/source/commontools/FValue.cxx +0 -0
- ParamterSubstitution.cxx connectivity/source/commontools/ParamterSubstitution.cxx +0 -0
- RowFunctionParser.cxx connectivity/source/commontools/RowFunctionParser.cxx +0 -0
- TColumnsHelper.cxx connectivity/source/commontools/TColumnsHelper.cxx +0 -0
- TIndexes.cxx connectivity/source/commontools/TIndexes.cxx +0 -0
- TKeyColumns.cxx connectivity/source/commontools/TKeyColumns.cxx +0 -0
- TKeys.cxx connectivity/source/commontools/TKeys.cxx +0 -0
- conncleanup.cxx connectivity/source/commontools/conncleanup.cxx +0 -0
- dbconversion.cxx connectivity/source/commontools/dbconversion.cxx +0 -0
- dbexception.cxx connectivity/source/commontools/dbexception.cxx +0 -0
- dbtools2.cxx connectivity/source/commontools/dbtools2.cxx +0 -0
- predicateinput.cxx connectivity/source/commontools/predicateinput.cxx +0 -0
- ZDriverWrapper.cxx connectivity/source/cpool/ZDriverWrapper.cxx +0 -0
- ZDriverWrapper.hxx connectivity/source/cpool/ZDriverWrapper.hxx +0 -0
- ZPoolCollection.cxx connectivity/source/cpool/ZPoolCollection.cxx +0 -0
- ACallableStatement.cxx connectivity/source/drivers/ado/ACallableStatement.cxx +0 -0
- ACatalog.cxx connectivity/source/drivers/ado/ACatalog.cxx +0 -0
- AColumn.cxx connectivity/source/drivers/ado/AColumn.cxx +0 -0
- AColumns.cxx connectivity/source/drivers/ado/AColumns.cxx +0 -0
- AConnection.cxx connectivity/source/drivers/ado/AConnection.cxx +0 -0
- ADatabaseMetaDataImpl.cxx connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx +0 -0
- ADatabaseMetaDataResultSet.cxx ...ctivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx +0 -0
- ADatabaseMetaDataResultSetMetaData.cxx ...source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx +0 -0
- ADriver.cxx connectivity/source/drivers/ado/ADriver.cxx +0 -0
- AGroup.cxx connectivity/source/drivers/ado/AGroup.cxx +0 -0
- AGroups.cxx connectivity/source/drivers/ado/AGroups.cxx +0 -0
- AIndex.cxx connectivity/source/drivers/ado/AIndex.cxx +0 -0
- AIndexes.cxx connectivity/source/drivers/ado/AIndexes.cxx +0 -0
- AKey.cxx connectivity/source/drivers/ado/AKey.cxx +0 -0
- AKeys.cxx connectivity/source/drivers/ado/AKeys.cxx +0 -0
- AResultSet.cxx connectivity/source/drivers/ado/AResultSet.cxx +0 -0
- AResultSetMetaData.cxx connectivity/source/drivers/ado/AResultSetMetaData.cxx +0 -0
- AStatement.cxx connectivity/source/drivers/ado/AStatement.cxx +0 -0
- ATables.cxx connectivity/source/drivers/ado/ATables.cxx +0 -0
- AUser.cxx connectivity/source/drivers/ado/AUser.cxx +0 -0
- AUsers.cxx connectivity/source/drivers/ado/AUsers.cxx +0 -0
- AView.cxx connectivity/source/drivers/ado/AView.cxx +0 -0
- AViews.cxx connectivity/source/drivers/ado/AViews.cxx +0 -0
- Aolevariant.cxx connectivity/source/drivers/ado/Aolevariant.cxx +0 -0
- adoimp.cxx connectivity/source/drivers/ado/adoimp.cxx +0 -0
- CCatalog.cxx connectivity/source/drivers/calc/CCatalog.cxx +0 -0
- CConnection.cxx connectivity/source/drivers/calc/CConnection.cxx +0 -0
- CDatabaseMetaData.cxx connectivity/source/drivers/calc/CDatabaseMetaData.cxx +0 -0
- CDriver.cxx connectivity/source/drivers/calc/CDriver.cxx +0 -0
- CResultSet.cxx connectivity/source/drivers/calc/CResultSet.cxx +0 -0
- CTable.cxx connectivity/source/drivers/calc/CTable.cxx +0 -0
- DDatabaseMetaData.cxx connectivity/source/drivers/dbase/DDatabaseMetaData.cxx +0 -0
- DDriver.cxx connectivity/source/drivers/dbase/DDriver.cxx +0 -0
- DIndex.cxx connectivity/source/drivers/dbase/DIndex.cxx +0 -0
- DIndexColumns.cxx connectivity/source/drivers/dbase/DIndexColumns.cxx +0 -0
- DIndexes.cxx connectivity/source/drivers/dbase/DIndexes.cxx +0 -0
- DResultSet.cxx connectivity/source/drivers/dbase/DResultSet.cxx +0 -0
- DTable.cxx connectivity/source/drivers/dbase/DTable.cxx +0 -0
- DTables.cxx connectivity/source/drivers/dbase/DTables.cxx +0 -0
- dindexnode.cxx connectivity/source/drivers/dbase/dindexnode.cxx +0 -0
- NCatalog.cxx connectivity/source/drivers/evoab2/NCatalog.cxx +0 -0
- NPreparedStatement.cxx connectivity/source/drivers/evoab2/NPreparedStatement.cxx +0 -0
- NStatement.cxx connectivity/source/drivers/evoab2/NStatement.cxx +0 -0
- FCatalog.cxx connectivity/source/drivers/file/FCatalog.cxx +0 -0
- FColumns.cxx connectivity/source/drivers/file/FColumns.cxx +0 -0
- FConnection.cxx connectivity/source/drivers/file/FConnection.cxx +0 -0
- FDriver.cxx connectivity/source/drivers/file/FDriver.cxx +0 -0
- FPreparedStatement.cxx connectivity/source/drivers/file/FPreparedStatement.cxx +0 -0
- FResultSet.cxx connectivity/source/drivers/file/FResultSet.cxx +0 -0
- FStatement.cxx connectivity/source/drivers/file/FStatement.cxx +0 -0
- fcode.cxx connectivity/source/drivers/file/fcode.cxx +0 -0
- fcomp.cxx connectivity/source/drivers/file/fcomp.cxx +0 -0
- Connection.cxx connectivity/source/drivers/firebird/Connection.cxx +0 -0
- DatabaseMetaData.cxx connectivity/source/drivers/firebird/DatabaseMetaData.cxx +0 -0
- PreparedStatement.cxx connectivity/source/drivers/firebird/PreparedStatement.cxx +0 -0
- ResultSet.cxx connectivity/source/drivers/firebird/ResultSet.cxx +0 -0
- StatementCommonBase.cxx connectivity/source/drivers/firebird/StatementCommonBase.cxx +0 -0
- ECatalog.cxx connectivity/source/drivers/flat/ECatalog.cxx +0 -0
- EColumns.cxx connectivity/source/drivers/flat/EColumns.cxx +0 -0
- EDatabaseMetaData.cxx connectivity/source/drivers/flat/EDatabaseMetaData.cxx +0 -0
- EDriver.cxx connectivity/source/drivers/flat/EDriver.cxx +0 -0
- HCatalog.cxx connectivity/source/drivers/hsqldb/HCatalog.cxx +0 -0
- HDriver.cxx connectivity/source/drivers/hsqldb/HDriver.cxx +0 -0
- HStorageAccess.cxx connectivity/source/drivers/hsqldb/HStorageAccess.cxx +0 -0
- HUsers.cxx connectivity/source/drivers/hsqldb/HUsers.cxx +0 -0
- Array.cxx connectivity/source/drivers/jdbc/Array.cxx +0 -0
- CallableStatement.cxx connectivity/source/drivers/jdbc/CallableStatement.cxx +0 -0
- ConnectionLog.cxx connectivity/source/drivers/jdbc/ConnectionLog.cxx +0 -0
- Date.cxx connectivity/source/drivers/jdbc/Date.cxx +0 -0
- DriverPropertyInfo.cxx connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx +0 -0
- JDriver.cxx connectivity/source/drivers/jdbc/JDriver.cxx +0 -0
- JStatement.cxx connectivity/source/drivers/jdbc/JStatement.cxx +0 -0
- Object.cxx connectivity/source/drivers/jdbc/Object.cxx +0 -0
- PreparedStatement.cxx connectivity/source/drivers/jdbc/PreparedStatement.cxx +0 -0
- ResultSet.cxx connectivity/source/drivers/jdbc/ResultSet.cxx +0 -0
- ResultSetMetaData.cxx connectivity/source/drivers/jdbc/ResultSetMetaData.cxx +0 -0
- Timestamp.cxx connectivity/source/drivers/jdbc/Timestamp.cxx +0 -0
- jservices.cxx connectivity/source/drivers/jdbc/jservices.cxx +0 -0
- MColumns.cxx connectivity/source/drivers/mork/MColumns.cxx +0 -0
- MConnection.cxx connectivity/source/drivers/mork/MConnection.cxx +0 -0
- MDatabaseMetaDataHelper.hxx connectivity/source/drivers/mork/MDatabaseMetaDataHelper.hxx +0 -0
- MPreparedStatement.cxx connectivity/source/drivers/mork/MPreparedStatement.cxx +0 -0
- MQueryHelper.cxx connectivity/source/drivers/mork/MQueryHelper.cxx +0 -0
- MResultSet.cxx connectivity/source/drivers/mork/MResultSet.cxx +0 -0
- MResultSet.hxx connectivity/source/drivers/mork/MResultSet.hxx +0 -0
- MStatement.cxx connectivity/source/drivers/mork/MStatement.cxx +0 -0
- MTable.cxx connectivity/source/drivers/mork/MTable.cxx +0 -0
- YCatalog.cxx connectivity/source/drivers/mysql/YCatalog.cxx +0 -0
- YTable.cxx connectivity/source/drivers/mysql/YTable.cxx +0 -0
- YUsers.cxx connectivity/source/drivers/mysql/YUsers.cxx +0 -0
- OConnection.cxx connectivity/source/drivers/odbc/OConnection.cxx +0 -0
- ODatabaseMetaDataResultSet.cxx ...tivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx +0 -0
- ODriver.cxx connectivity/source/drivers/odbc/ODriver.cxx +0 -0
- OFunctions.cxx connectivity/source/drivers/odbc/OFunctions.cxx +0 -0
- OPreparedStatement.cxx connectivity/source/drivers/odbc/OPreparedStatement.cxx +0 -0
- OResultSet.cxx connectivity/source/drivers/odbc/OResultSet.cxx +0 -0
- OResultSetMetaData.cxx connectivity/source/drivers/odbc/OResultSetMetaData.cxx +0 -0
- OStatement.cxx connectivity/source/drivers/odbc/OStatement.cxx +0 -0
- pq_connection.cxx connectivity/source/drivers/postgresql/pq_connection.cxx +0 -0
- pq_connection.hxx connectivity/source/drivers/postgresql/pq_connection.hxx +0 -0
- pq_databasemetadata.cxx ...ctivity/source/drivers/postgresql/pq_databasemetadata.cxx +0 -0
- pq_driver.cxx connectivity/source/drivers/postgresql/pq_driver.cxx +0 -0
- pq_sequenceresultsetmetadata.cxx ...ource/drivers/postgresql/pq_sequenceresultsetmetadata.cxx +0 -0
- pq_statement.cxx connectivity/source/drivers/postgresql/pq_statement.cxx +0 -0
- pq_statics.cxx connectivity/source/drivers/postgresql/pq_statics.cxx +0 -0
- pq_tools.cxx connectivity/source/drivers/postgresql/pq_tools.cxx +0 -0
- pq_updateableresultset.hxx ...vity/source/drivers/postgresql/pq_updateableresultset.hxx +0 -0
- pq_xcolumn.cxx connectivity/source/drivers/postgresql/pq_xcolumn.cxx +0 -0
- pq_xcolumns.cxx connectivity/source/drivers/postgresql/pq_xcolumns.cxx +0 -0
- pq_xindex.cxx connectivity/source/drivers/postgresql/pq_xindex.cxx +0 -0
- pq_xindexes.cxx connectivity/source/drivers/postgresql/pq_xindexes.cxx +0 -0
- pq_xkey.cxx connectivity/source/drivers/postgresql/pq_xkey.cxx +0 -0
- pq_xkeycolumns.cxx connectivity/source/drivers/postgresql/pq_xkeycolumns.cxx +0 -0
- pq_xtable.cxx connectivity/source/drivers/postgresql/pq_xtable.cxx +0 -0
- pq_xtable.hxx connectivity/source/drivers/postgresql/pq_xtable.hxx +0 -0
- pq_xview.cxx connectivity/source/drivers/postgresql/pq_xview.cxx +0 -0
- pq_xviews.cxx connectivity/source/drivers/postgresql/pq_xviews.cxx +0 -0
- Aolewrap.hxx connectivity/source/inc/ado/Aolewrap.hxx +0 -0
- Awrapado.hxx connectivity/source/inc/ado/Awrapado.hxx +0 -0
- dindexnode.hxx connectivity/source/inc/dbase/dindexnode.hxx +0 -0
- FResultSet.hxx connectivity/source/inc/file/FResultSet.hxx +0 -0
- ContextClassLoader.hxx connectivity/source/inc/java/ContextClassLoader.hxx +0 -0
- GlobalRef.hxx connectivity/source/inc/java/GlobalRef.hxx +0 -0
- Timestamp.hxx connectivity/source/inc/java/sql/Timestamp.hxx +0 -0
- OTools.hxx connectivity/source/inc/odbc/OTools.hxx +0 -0
- internalnode.cxx connectivity/source/parse/internalnode.cxx +0 -0
- sqliterator.cxx connectivity/source/parse/sqliterator.cxx +0 -0
- sqlnode.cxx connectivity/source/parse/sqlnode.cxx +0 -0
- VGroup.cxx connectivity/source/sdbcx/VGroup.cxx +0 -0
- VIndexColumn.cxx connectivity/source/sdbcx/VIndexColumn.cxx +0 -0
- VKeyColumn.cxx connectivity/source/sdbcx/VKeyColumn.cxx +0 -0
- VUser.cxx connectivity/source/sdbcx/VUser.cxx +0 -0
- VView.cxx connectivity/source/sdbcx/VView.cxx +0 -0
- main.cxx connectivity/workben/little/main.cxx +0 -0
- SResultSet.hxx connectivity/workben/skeleton/SResultSet.hxx +0 -0
- cachedprimitivebase.cxx cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx +0 -0
- implrenderer.cxx cppcanvas/source/mtfrenderer/implrenderer.cxx +0 -0
- mtftools.cxx cppcanvas/source/mtfrenderer/mtftools.cxx +0 -0
- polypolyaction.cxx cppcanvas/source/mtfrenderer/polypolyaction.cxx +0 -0
- textaction.cxx cppcanvas/source/mtfrenderer/textaction.cxx +0 -0
- implspritecanvas.cxx cppcanvas/source/wrapper/implspritecanvas.cxx +0 -0
- current.cxx cppu/source/threadpool/current.cxx +0 -0
- threadpool.cxx cppu/source/threadpool/threadpool.cxx +0 -0
- static_types.cxx cppu/source/typelib/static_types.cxx +0 -0
- typelib.cxx cppu/source/typelib/typelib.cxx +0 -0
- assign.hxx cppu/source/uno/assign.hxx +0 -0
- cascade_mapping.cxx cppu/source/uno/cascade_mapping.cxx +0 -0
- constr.hxx cppu/source/uno/constr.hxx +0 -0
- copy.hxx cppu/source/uno/copy.hxx +0 -0
- destr.hxx cppu/source/uno/destr.hxx +0 -0
- eq.hxx cppu/source/uno/eq.hxx +0 -0
- component_context.cxx cppuhelper/source/component_context.cxx +0 -0
- factory.cxx cppuhelper/source/factory.cxx +0 -0
- propshlp.cxx cppuhelper/source/propshlp.cxx +0 -0
- tdmgr.cxx cppuhelper/source/tdmgr.cxx +0 -0
- weak.cxx cppuhelper/source/weak.cxx +0 -0
- TestEnv.cxx cppuhelper/test/bootstrap/TestEnv.cxx +0 -0
- cfg_test.cxx cppuhelper/test/cfg_test.cxx +0 -0
- loader.test.cxx cppuhelper/test/loader/loader.test.cxx +0 -0
- TestComponent.cxx cppuhelper/test/testcmp/TestComponent.cxx +0 -0
- testdefaultbootstrapping.cxx cppuhelper/test/testdefaultbootstrapping.cxx +0 -0
- testimplhelper.cxx cppuhelper/test/testimplhelper.cxx +0 -0
- testpropshlp.cxx cppuhelper/test/testpropshlp.cxx +0 -0
- sp2bv.cxx cpputools/source/sp2bv/sp2bv.cxx +0 -0
- cfg.cxx cui/source/customize/cfg.cxx +0 -0
- macropg.cxx cui/source/customize/macropg.cxx +0 -0
- SpellAttrib.cxx cui/source/dialogs/SpellAttrib.cxx +0 -0
- SpellDialog.cxx cui/source/dialogs/SpellDialog.cxx +0 -0
- cuicharmap.cxx cui/source/dialogs/cuicharmap.cxx +0 -0
- cuihyperdlg.cxx cui/source/dialogs/cuihyperdlg.cxx +0 -0
- iconcdlg.cxx cui/source/dialogs/iconcdlg.cxx +0 -0
- insdlg.cxx cui/source/dialogs/insdlg.cxx +0 -0
- passwdomdlg.cxx cui/source/dialogs/passwdomdlg.cxx +0 -0
- postdlg.cxx cui/source/dialogs/postdlg.cxx +0 -0
- dlgfact.cxx cui/source/factory/dlgfact.cxx +0 -0
- align.hxx cui/source/inc/align.hxx +0 -0
- cuihyperdlg.hxx cui/source/inc/cuihyperdlg.hxx +0 -0
- cuitbxform.hxx cui/source/inc/cuitbxform.hxx +0 -0
- dlgname.hxx cui/source/inc/dlgname.hxx +0 -0
- numfmt.hxx cui/source/inc/numfmt.hxx +0 -0
- numpages.hxx cui/source/inc/numpages.hxx +0 -0
- passwdomdlg.hxx cui/source/inc/passwdomdlg.hxx +0 -0
- swpossizetabpage.hxx cui/source/inc/swpossizetabpage.hxx +0 -0
- transfrm.hxx cui/source/inc/transfrm.hxx +0 -0
- cfgchart.cxx cui/source/options/cfgchart.cxx +0 -0
- connpoolconfig.cxx cui/source/options/connpoolconfig.cxx +0 -0
- connpoolsettings.cxx cui/source/options/connpoolsettings.cxx +0 -0
- dbregister.cxx cui/source/options/dbregister.cxx +0 -0
- dbregistersettings.cxx cui/source/options/dbregistersettings.cxx +0 -0
- optHeaderTabListbox.cxx cui/source/options/optHeaderTabListbox.cxx +0 -0
- optchart.cxx cui/source/options/optchart.cxx +0 -0
- optcolor.cxx cui/source/options/optcolor.cxx +0 -0
- optdict.cxx cui/source/options/optdict.cxx +0 -0
- optfltr.cxx cui/source/options/optfltr.cxx +0 -0
- optgdlg.cxx cui/source/options/optgdlg.cxx +0 -0
- optgenrl.cxx cui/source/options/optgenrl.cxx +0 -0
- opthtml.hxx cui/source/options/opthtml.hxx +0 -0
- optinet2.cxx cui/source/options/optinet2.cxx +0 -0
- optjava.cxx cui/source/options/optjava.cxx +0 -0
- optjsearch.cxx cui/source/options/optjsearch.cxx +0 -0
- optjsearch.hxx cui/source/options/optjsearch.hxx +0 -0
- optlingu.cxx cui/source/options/optlingu.cxx +0 -0
- optmemory.cxx cui/source/options/optmemory.cxx +0 -0
- optpath.cxx cui/source/options/optpath.cxx +0 -0
- optsave.cxx cui/source/options/optsave.cxx +0 -0
- sdbcdriverenum.cxx cui/source/options/sdbcdriverenum.cxx +0 -0
- treeopt.cxx cui/source/options/treeopt.cxx +0 -0
- align.cxx cui/source/tabpages/align.cxx +0 -0
- autocdlg.cxx cui/source/tabpages/autocdlg.cxx +0 -0
- border.cxx cui/source/tabpages/border.cxx +0 -0
- borderconn.cxx cui/source/tabpages/borderconn.cxx +0 -0
- borderconn.hxx cui/source/tabpages/borderconn.hxx +0 -0
- chardlg.cxx cui/source/tabpages/chardlg.cxx +0 -0
- labdlg.cxx cui/source/tabpages/labdlg.cxx +0 -0
- numfmt.cxx cui/source/tabpages/numfmt.cxx +0 -0
- page.cxx cui/source/tabpages/page.cxx +0 -0
- tabarea.cxx cui/source/tabpages/tabarea.cxx +0 -0
- tabline.cxx cui/source/tabpages/tabline.cxx +0 -0
- tparea.cxx cui/source/tabpages/tparea.cxx +0 -0
- tpbitmap.cxx cui/source/tabpages/tpbitmap.cxx +0 -0
- tpcolor.cxx cui/source/tabpages/tpcolor.cxx +0 -0
- tpgradnt.cxx cui/source/tabpages/tpgradnt.cxx +0 -0
- tphatch.cxx cui/source/tabpages/tphatch.cxx +0 -0
- tpline.cxx cui/source/tabpages/tpline.cxx +0 -0
- tplnedef.cxx cui/source/tabpages/tplnedef.cxx +0 -0
- tplneend.cxx cui/source/tabpages/tplneend.cxx +0 -0
- tpshadow.cxx cui/source/tabpages/tpshadow.cxx +0 -0
- transfrm.cxx cui/source/tabpages/transfrm.cxx +0 -0
- RowSet.hxx dbaccess/source/core/api/RowSet.hxx +0 -0
- RowSetCache.cxx dbaccess/source/core/api/RowSetCache.cxx +0 -0
- querycomposer.cxx dbaccess/source/core/api/querycomposer.cxx +0 -0
- bookmarkcontainer.cxx dbaccess/source/core/dataaccess/bookmarkcontainer.cxx +0 -0
- intercept.cxx dbaccess/source/core/dataaccess/intercept.cxx +0 -0
- querycomposer.hxx dbaccess/source/core/inc/querycomposer.hxx +0 -0
- dsntypes.cxx dbaccess/source/core/misc/dsntypes.cxx +0 -0
- adodatalinks.cxx dbaccess/source/ui/dlg/adodatalinks.cxx +0 -0
- JoinDesignView.hxx dbaccess/source/ui/inc/JoinDesignView.hxx +0 -0
- RelationDesignView.hxx dbaccess/source/ui/inc/RelationDesignView.hxx +0 -0
- TableWindowListBox.hxx dbaccess/source/ui/inc/TableWindowListBox.hxx +0 -0
- dbexchange.hxx dbaccess/source/ui/inc/dbexchange.hxx +0 -0
- dlgsave.hxx dbaccess/source/ui/inc/dlgsave.hxx +0 -0
- querydlg.hxx dbaccess/source/ui/querydesign/querydlg.hxx +0 -0
- FieldDescriptions.cxx dbaccess/source/ui/tabledesign/FieldDescriptions.cxx +0 -0
- app.cxx desktop/source/app/app.cxx +0 -0
- appinit.cxx desktop/source/app/appinit.cxx +0 -0
- dispatchwatcher.cxx desktop/source/app/dispatchwatcher.cxx +0 -0
- officeipcthread.cxx desktop/source/app/officeipcthread.cxx +0 -0
- dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.cxx +0 -0
- dp_gui_extensioncmdqueue.cxx desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx +0 -0
- dp_gui_theextmgr.cxx desktop/source/deployment/gui/dp_gui_theextmgr.cxx +0 -0
- dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx +0 -0
- license_dialog.cxx desktop/source/deployment/gui/license_dialog.cxx +0 -0
- dp_commandenvironments.cxx desktop/source/deployment/manager/dp_commandenvironments.cxx +0 -0
- dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.cxx +0 -0
- dp_informationprovider.cxx desktop/source/deployment/manager/dp_informationprovider.cxx +0 -0
- dp_manager.cxx desktop/source/deployment/manager/dp_manager.cxx +0 -0
- dp_properties.hxx desktop/source/deployment/manager/dp_properties.hxx +0 -0
- dp_misc.cxx desktop/source/deployment/misc/dp_misc.cxx +0 -0
- dp_update.cxx desktop/source/deployment/misc/dp_update.cxx +0 -0
- lockfile.cxx desktop/source/deployment/misc/lockfile.cxx +0 -0
- dp_compbackenddb.hxx ...source/deployment/registry/component/dp_compbackenddb.hxx +0 -0
- dp_component.cxx ...top/source/deployment/registry/component/dp_component.cxx +0 -0
- dp_configuration.cxx ...ce/deployment/registry/configuration/dp_configuration.cxx +0 -0
- dp_configurationbackenddb.hxx ...ment/registry/configuration/dp_configurationbackenddb.hxx +0 -0
- dp_backend.cxx desktop/source/deployment/registry/dp_backend.cxx +0 -0
- dp_registry.cxx desktop/source/deployment/registry/dp_registry.cxx +0 -0
- dp_executable.cxx ...p/source/deployment/registry/executable/dp_executable.cxx +0 -0
- dp_executablebackenddb.hxx ...deployment/registry/executable/dp_executablebackenddb.hxx +0 -0
- dp_helpbackenddb.hxx desktop/source/deployment/registry/help/dp_helpbackenddb.hxx +0 -0
- dp_package.cxx desktop/source/deployment/registry/package/dp_package.cxx +0 -0
- dp_scriptbackenddb.cxx .../source/deployment/registry/script/dp_scriptbackenddb.cxx +0 -0
- dp_scriptbackenddb.hxx .../source/deployment/registry/script/dp_scriptbackenddb.hxx +0 -0
- dp_parceldesc.cxx desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx +0 -0
- dp_sfwk.cxx desktop/source/deployment/registry/sfwk/dp_sfwk.cxx +0 -0
- basicmigration.cxx desktop/source/migration/services/basicmigration.cxx +0 -0
- basicmigration.hxx desktop/source/migration/services/basicmigration.hxx +0 -0
- jvmfwk.cxx desktop/source/migration/services/jvmfwk.cxx +0 -0
- oo3extensionmigration.cxx desktop/source/migration/services/oo3extensionmigration.cxx +0 -0
- oo3extensionmigration.hxx desktop/source/migration/services/oo3extensionmigration.hxx +0 -0
- wordbookmigration.cxx desktop/source/migration/services/wordbookmigration.cxx +0 -0
- wordbookmigration.hxx desktop/source/migration/services/wordbookmigration.hxx +0 -0
- unopkg_cmdenv.cxx desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +0 -0
- unopkg_misc.cxx desktop/source/pkgchk/unopkg/unopkg_misc.cxx +0 -0
- genericloader.cxx desktop/win32/source/guiloader/genericloader.cxx +0 -0
- officeloader.cxx desktop/win32/source/officeloader/officeloader.cxx +0 -0
- animationtiming.cxx drawinglayer/source/animation/animationtiming.cxx +0 -0
- fillgradientattribute.cxx drawinglayer/source/attribute/fillgradientattribute.cxx +0 -0
- fillhatchattribute.cxx drawinglayer/source/attribute/fillhatchattribute.cxx +0 -0
- fontattribute.cxx drawinglayer/source/attribute/fontattribute.cxx +0 -0
- lineattribute.cxx drawinglayer/source/attribute/lineattribute.cxx +0 -0
- linestartendattribute.cxx drawinglayer/source/attribute/linestartendattribute.cxx +0 -0
- materialattribute3d.cxx drawinglayer/source/attribute/materialattribute3d.cxx +0 -0
- sdrallattribute3d.cxx drawinglayer/source/attribute/sdrallattribute3d.cxx +0 -0
- sdrfillattribute.cxx drawinglayer/source/attribute/sdrfillattribute.cxx +0 -0
- sdrfillgraphicattribute.cxx drawinglayer/source/attribute/sdrfillgraphicattribute.cxx +0 -0
- sdrlightattribute3d.cxx drawinglayer/source/attribute/sdrlightattribute3d.cxx +0 -0
- sdrlightingattribute3d.cxx drawinglayer/source/attribute/sdrlightingattribute3d.cxx +0 -0
- sdrlineattribute.cxx drawinglayer/source/attribute/sdrlineattribute.cxx +0 -0
- sdrlinestartendattribute.cxx drawinglayer/source/attribute/sdrlinestartendattribute.cxx +0 -0
- sdrobjectattribute3d.cxx drawinglayer/source/attribute/sdrobjectattribute3d.cxx +0 -0
- sdrsceneattribute3d.cxx drawinglayer/source/attribute/sdrsceneattribute3d.cxx +0 -0
- sdrshadowattribute.cxx drawinglayer/source/attribute/sdrshadowattribute.cxx +0 -0
- strokeattribute.cxx drawinglayer/source/attribute/strokeattribute.cxx +0 -0
- xprimitive2drenderer.cxx drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx +0 -0
- viewinformation2d.cxx drawinglayer/source/geometry/viewinformation2d.cxx +0 -0
- viewinformation3d.cxx drawinglayer/source/geometry/viewinformation3d.cxx +0 -0
- animatedprimitive2d.cxx drawinglayer/source/primitive2d/animatedprimitive2d.cxx +0 -0
- backgroundcolorprimitive2d.cxx ...nglayer/source/primitive2d/backgroundcolorprimitive2d.cxx +0 -0
- baseprimitive2d.cxx drawinglayer/source/primitive2d/baseprimitive2d.cxx +0 -0
- bitmapprimitive2d.cxx drawinglayer/source/primitive2d/bitmapprimitive2d.cxx +0 -0
- cropprimitive2d.cxx drawinglayer/source/primitive2d/cropprimitive2d.cxx +0 -0
- discretebitmapprimitive2d.cxx ...inglayer/source/primitive2d/discretebitmapprimitive2d.cxx +0 -0
- discreteshadowprimitive2d.cxx ...inglayer/source/primitive2d/discreteshadowprimitive2d.cxx +0 -0
- embedded3dprimitive2d.cxx drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx +0 -0
- fillgradientprimitive2d.cxx drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx +0 -0
- fillgraphicprimitive2d.cxx drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx +0 -0
- fillhatchprimitive2d.cxx drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx +0 -0
- gridprimitive2d.cxx drawinglayer/source/primitive2d/gridprimitive2d.cxx +0 -0
- groupprimitive2d.cxx drawinglayer/source/primitive2d/groupprimitive2d.cxx +0 -0
- helplineprimitive2d.cxx drawinglayer/source/primitive2d/helplineprimitive2d.cxx +0 -0
- hiddengeometryprimitive2d.cxx ...inglayer/source/primitive2d/hiddengeometryprimitive2d.cxx +0 -0
- invertprimitive2d.cxx drawinglayer/source/primitive2d/invertprimitive2d.cxx +0 -0
- markerarrayprimitive2d.cxx drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx +0 -0
- maskprimitive2d.cxx drawinglayer/source/primitive2d/maskprimitive2d.cxx +0 -0
- mediaprimitive2d.cxx drawinglayer/source/primitive2d/mediaprimitive2d.cxx +0 -0
- metafileprimitive2d.cxx drawinglayer/source/primitive2d/metafileprimitive2d.cxx +0 -0
- modifiedcolorprimitive2d.cxx drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx +0 -0
- pagepreviewprimitive2d.cxx drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx +0 -0
- patternfillprimitive2d.cxx drawinglayer/source/primitive2d/patternfillprimitive2d.cxx +0 -0
- pointarrayprimitive2d.cxx drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx +0 -0
- polygonprimitive2d.cxx drawinglayer/source/primitive2d/polygonprimitive2d.cxx +0 -0
- polypolygonprimitive2d.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx +0 -0
- primitivetools2d.cxx drawinglayer/source/primitive2d/primitivetools2d.cxx +0 -0
- sceneprimitive2d.cxx drawinglayer/source/primitive2d/sceneprimitive2d.cxx +0 -0
- sdrdecompositiontools2d.cxx drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx +0 -0
- shadowprimitive2d.cxx drawinglayer/source/primitive2d/shadowprimitive2d.cxx +0 -0
- structuretagprimitive2d.cxx drawinglayer/source/primitive2d/structuretagprimitive2d.cxx +0 -0
- svggradientprimitive2d.cxx drawinglayer/source/primitive2d/svggradientprimitive2d.cxx +0 -0
- textbreakuphelper.cxx drawinglayer/source/primitive2d/textbreakuphelper.cxx +0 -0
- textdecoratedprimitive2d.cxx drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx +0 -0
- texteffectprimitive2d.cxx drawinglayer/source/primitive2d/texteffectprimitive2d.cxx +0 -0
- textenumsprimitive2d.cxx drawinglayer/source/primitive2d/textenumsprimitive2d.cxx +0 -0
- texthierarchyprimitive2d.cxx drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx +0 -0
- textlineprimitive2d.cxx drawinglayer/source/primitive2d/textlineprimitive2d.cxx +0 -0
- textprimitive2d.cxx drawinglayer/source/primitive2d/textprimitive2d.cxx +0 -0
- textstrikeoutprimitive2d.cxx drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx +0 -0
- transformprimitive2d.cxx drawinglayer/source/primitive2d/transformprimitive2d.cxx +0 -0
- transparenceprimitive2d.cxx drawinglayer/source/primitive2d/transparenceprimitive2d.cxx +0 -0
- unifiedtransparenceprimitive2d.cxx ...yer/source/primitive2d/unifiedtransparenceprimitive2d.cxx +0 -0
- wallpaperprimitive2d.cxx drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx +0 -0
- wrongspellprimitive2d.cxx drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx +0 -0
- baseprimitive3d.cxx drawinglayer/source/primitive3d/baseprimitive3d.cxx +0 -0
- groupprimitive3d.cxx drawinglayer/source/primitive3d/groupprimitive3d.cxx +0 -0
- hatchtextureprimitive3d.cxx drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx +0 -0
- hiddengeometryprimitive3d.cxx ...inglayer/source/primitive3d/hiddengeometryprimitive3d.cxx +0 -0
- modifiedcolorprimitive3d.cxx drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx +0 -0
- polygonprimitive3d.cxx drawinglayer/source/primitive3d/polygonprimitive3d.cxx +0 -0
- polygontubeprimitive3d.cxx drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx +0 -0
- polypolygonprimitive3d.cxx drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx +0 -0
- sdrcubeprimitive3d.cxx drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx +0 -0
- sdrdecompositiontools3d.cxx drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx +0 -0
- sdrextrudelathetools3d.cxx drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx +0 -0
- sdrextrudeprimitive3d.cxx drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx +0 -0
- sdrlatheprimitive3d.cxx drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx +0 -0
- sdrpolypolygonprimitive3d.cxx ...inglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx +0 -0
- sdrprimitive3d.cxx drawinglayer/source/primitive3d/sdrprimitive3d.cxx +0 -0
- sdrsphereprimitive3d.cxx drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx +0 -0
- shadowprimitive3d.cxx drawinglayer/source/primitive3d/shadowprimitive3d.cxx +0 -0
- textureprimitive3d.cxx drawinglayer/source/primitive3d/textureprimitive3d.cxx +0 -0
- transformprimitive3d.cxx drawinglayer/source/primitive3d/transformprimitive3d.cxx +0 -0
- baseprocessor2d.cxx drawinglayer/source/processor2d/baseprocessor2d.cxx +0 -0
- contourextractor2d.cxx drawinglayer/source/processor2d/contourextractor2d.cxx +0 -0
- helperwrongspellrenderer.cxx drawinglayer/source/processor2d/helperwrongspellrenderer.cxx +0 -0
- helperwrongspellrenderer.hxx drawinglayer/source/processor2d/helperwrongspellrenderer.hxx +0 -0
- linegeometryextractor2d.cxx drawinglayer/source/processor2d/linegeometryextractor2d.cxx +0 -0
- processor2dtools.cxx drawinglayer/source/processor2d/processor2dtools.cxx +0 -0
- textaspolygonextractor2d.cxx drawinglayer/source/processor2d/textaspolygonextractor2d.cxx +0 -0
- vclhelperbufferdevice.hxx drawinglayer/source/processor2d/vclhelperbufferdevice.hxx +0 -0
- vclmetafileprocessor2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +0 -0
- vclmetafileprocessor2d.hxx drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx +0 -0
- vclpixelprocessor2d.cxx drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +0 -0
- vclpixelprocessor2d.hxx drawinglayer/source/processor2d/vclpixelprocessor2d.hxx +0 -0
- vclprocessor2d.hxx drawinglayer/source/processor2d/vclprocessor2d.hxx +0 -0
- baseprocessor3d.cxx drawinglayer/source/processor3d/baseprocessor3d.cxx +0 -0
- cutfindprocessor3d.cxx drawinglayer/source/processor3d/cutfindprocessor3d.cxx +0 -0
- defaultprocessor3d.cxx drawinglayer/source/processor3d/defaultprocessor3d.cxx +0 -0
- geometry2dextractor.cxx drawinglayer/source/processor3d/geometry2dextractor.cxx +0 -0
- shadow3dextractor.cxx drawinglayer/source/processor3d/shadow3dextractor.cxx +0 -0
- texture.cxx drawinglayer/source/texture/texture.cxx +0 -0
- texture3d.cxx drawinglayer/source/texture/texture3d.cxx +0 -0
- converters.cxx drawinglayer/source/tools/converters.cxx +0 -0
- AccessibleComponentBase.cxx editeng/source/accessibility/AccessibleComponentBase.cxx +0 -0
- AccessibleContextBase.cxx editeng/source/accessibility/AccessibleContextBase.cxx +0 -0
- AccessibleEditableTextPara.cxx editeng/source/accessibility/AccessibleEditableTextPara.cxx +0 -0
- AccessibleHyperlink.cxx editeng/source/accessibility/AccessibleHyperlink.cxx +0 -0
- AccessibleParaManager.cxx editeng/source/accessibility/AccessibleParaManager.cxx +0 -0
- AccessibleSelectionBase.cxx editeng/source/accessibility/AccessibleSelectionBase.cxx +0 -0
- AccessibleStaticTextBase.cxx editeng/source/accessibility/AccessibleStaticTextBase.cxx +0 -0
- AccessibleStringWrap.cxx editeng/source/accessibility/AccessibleStringWrap.cxx +0 -0
- editattr.cxx editeng/source/editeng/editattr.cxx +0 -0
- editattr.hxx editeng/source/editeng/editattr.hxx +0 -0
- editdoc.cxx editeng/source/editeng/editdoc.cxx +0 -0
- editdoc.hxx editeng/source/editeng/editdoc.hxx +0 -0
- editobj.cxx editeng/source/editeng/editobj.cxx +0 -0
- edtspell.cxx editeng/source/editeng/edtspell.cxx +0 -0
- impedit.hxx editeng/source/editeng/impedit.hxx +0 -0
- impedit2.cxx editeng/source/editeng/impedit2.cxx +0 -0
- impedit3.cxx editeng/source/editeng/impedit3.cxx +0 -0
- impedit4.cxx editeng/source/editeng/impedit4.cxx +0 -0
- textconv.cxx editeng/source/editeng/textconv.cxx +0 -0
- borderline.cxx editeng/source/items/borderline.cxx +0 -0
- bulitem.cxx editeng/source/items/bulitem.cxx +0 -0
- flditem.cxx editeng/source/items/flditem.cxx +0 -0
- frmitems.cxx editeng/source/items/frmitems.cxx +0 -0
- itemtype.cxx editeng/source/items/itemtype.cxx +0 -0
- justifyitem.cxx editeng/source/items/justifyitem.cxx +0 -0
- optitems.cxx editeng/source/items/optitems.cxx +0 -0
- paperinf.cxx editeng/source/items/paperinf.cxx +0 -0
- paraitem.cxx editeng/source/items/paraitem.cxx +0 -0
- textitem.cxx editeng/source/items/textitem.cxx +0 -0
- writingmodeitem.cxx editeng/source/items/writingmodeitem.cxx +0 -0
- xmlcnitm.cxx editeng/source/items/xmlcnitm.cxx +0 -0
- splwrap.cxx editeng/source/misc/splwrap.cxx +0 -0
- outlvw.cxx editeng/source/outliner/outlvw.cxx +0 -0
- overflowingtxt.cxx editeng/source/outliner/overflowingtxt.cxx +0 -0
- rtfitem.cxx editeng/source/rtf/rtfitem.cxx +0 -0
- unoedprx.cxx editeng/source/uno/unoedprx.cxx +0 -0
- unoedsrc.cxx editeng/source/uno/unoedsrc.cxx +0 -0
- unofdesc.cxx editeng/source/uno/unofdesc.cxx +0 -0
- unofored.cxx editeng/source/uno/unofored.cxx +0 -0
- unoforou.cxx editeng/source/uno/unoforou.cxx +0 -0
- unoipset.cxx editeng/source/uno/unoipset.cxx +0 -0
- unotext.cxx editeng/source/uno/unotext.cxx +0 -0
- xmltxtexp.cxx editeng/source/xml/xmltxtexp.cxx +0 -0
- xmltxtimp.cxx editeng/source/xml/xmltxtimp.cxx +0 -0
- miscobj.cxx embeddedobj/source/commonembedding/miscobj.cxx +0 -0
- persistence.cxx embeddedobj/source/commonembedding/persistence.cxx +0 -0
- docholder.cxx embeddedobj/source/general/docholder.cxx +0 -0
- intercept.cxx embeddedobj/source/general/intercept.cxx +0 -0
- xcreator.cxx embeddedobj/source/general/xcreator.cxx +0 -0
- olemisc.cxx embeddedobj/source/msole/olemisc.cxx +0 -0
- olepersist.cxx embeddedobj/source/msole/olepersist.cxx +0 -0
- bitmapcreator.cxx embeddedobj/test/mtexecutor/bitmapcreator.cxx +0 -0
- docholder.cxx embedserv/source/embed/docholder.cxx +0 -0
- ed_ioleobject.cxx embedserv/source/embed/ed_ioleobject.cxx +0 -0
- ed_ipersiststr.cxx embedserv/source/embed/ed_ipersiststr.cxx +0 -0
- iipaobj.cxx embedserv/source/embed/iipaobj.cxx +0 -0
- intercept.cxx embedserv/source/embed/intercept.cxx +0 -0
- servprov.cxx embedserv/source/embed/servprov.cxx +0 -0
- syswinwrapper.cxx embedserv/source/embed/syswinwrapper.cxx +0 -0
- tracker.cxx embedserv/source/embed/tracker.cxx +0 -0
- intercept.hxx embedserv/source/inc/intercept.hxx +0 -0
- syswinwrapper.hxx embedserv/source/inc/syswinwrapper.hxx +0 -0
- dllentry.cxx embedserv/source/inprocserv/dllentry.cxx +0 -0
- inprocembobj.cxx embedserv/source/inprocserv/inprocembobj.cxx +0 -0
- eventattacher.cxx eventattacher/source/eventattacher.cxx +0 -0
- admininvokationimpl.cxx extensions/source/abpilot/admininvokationimpl.cxx +0 -0
- datasourcehandling.cxx extensions/source/abpilot/datasourcehandling.cxx +0 -0
- datasourcehandling.hxx extensions/source/abpilot/datasourcehandling.hxx +0 -0
- fieldmappingimpl.cxx extensions/source/abpilot/fieldmappingimpl.cxx +0 -0
- fieldmappingimpl.hxx extensions/source/abpilot/fieldmappingimpl.hxx +0 -0
- SOActionsApproval.cxx extensions/source/activex/SOActionsApproval.cxx +0 -0
- SOActiveX.cxx extensions/source/activex/SOActiveX.cxx +0 -0
- SOComWindowPeer.cxx extensions/source/activex/SOComWindowPeer.cxx +0 -0
- SODispatchInterceptor.cxx extensions/source/activex/SODispatchInterceptor.cxx +0 -0
- so_activex.cxx extensions/source/activex/so_activex.cxx +0 -0
- bibconfig.hxx extensions/source/bibliography/bibconfig.hxx +0 -0
- bibload.cxx extensions/source/bibliography/bibload.cxx +0 -0
- bibresid.hxx extensions/source/bibliography/bibresid.hxx +0 -0
- bibview.cxx extensions/source/bibliography/bibview.cxx +0 -0
- datman.cxx extensions/source/bibliography/datman.cxx +0 -0
- datman.hxx extensions/source/bibliography/datman.hxx +0 -0
- toolbar.cxx extensions/source/bibliography/toolbar.cxx +0 -0
- toolbar.hxx extensions/source/bibliography/toolbar.hxx +0 -0
- componentdef.cxx extensions/source/config/ldap/componentdef.cxx +0 -0
- ldapaccess.cxx extensions/source/config/ldap/ldapaccess.cxx +0 -0
- commonpagesdbp.hxx extensions/source/dbpilots/commonpagesdbp.hxx +0 -0
- dbptools.hxx extensions/source/dbpilots/dbptools.hxx +0 -0
- componentmodule.cxx extensions/source/inc/componentmodule.cxx +0 -0
- jscriptclasses.hxx extensions/source/ole/jscriptclasses.hxx +0 -0
- ole2uno.hxx extensions/source/ole/ole2uno.hxx +0 -0
- oleobjw.cxx extensions/source/ole/oleobjw.cxx +0 -0
- oleobjw.hxx extensions/source/ole/oleobjw.hxx +0 -0
- servprov.cxx extensions/source/ole/servprov.cxx +0 -0
- unoconversionutilities.hxx extensions/source/ole/unoconversionutilities.hxx +0 -0
- unoobjw.hxx extensions/source/ole/unoobjw.hxx +0 -0
- unotypewrapper.cxx extensions/source/ole/unotypewrapper.cxx +0 -0
- windata.cxx extensions/source/ole/windata.cxx +0 -0
- windata.hxx extensions/source/ole/windata.hxx +0 -0
- browserlistbox.cxx extensions/source/propctrlr/browserlistbox.cxx +0 -0
- browserview.hxx extensions/source/propctrlr/browserview.hxx +0 -0
- composeduiupdate.cxx extensions/source/propctrlr/composeduiupdate.cxx +0 -0
- defaulthelpprovider.hxx extensions/source/propctrlr/defaulthelpprovider.hxx +0 -0
- editpropertyhandler.hxx extensions/source/propctrlr/editpropertyhandler.hxx +0 -0
- enumrepresentation.hxx extensions/source/propctrlr/enumrepresentation.hxx +0 -0
- eventhandler.hxx extensions/source/propctrlr/eventhandler.hxx +0 -0
- fontdialog.cxx extensions/source/propctrlr/fontdialog.cxx +0 -0
- fontdialog.hxx extensions/source/propctrlr/fontdialog.hxx +0 -0
- formcomponenthandler.cxx extensions/source/propctrlr/formcomponenthandler.cxx +0 -0
- formcomponenthandler.hxx extensions/source/propctrlr/formcomponenthandler.hxx +0 -0
- formcontroller.hxx extensions/source/propctrlr/formcontroller.hxx +0 -0
- formlinkdialog.cxx extensions/source/propctrlr/formlinkdialog.cxx +0 -0
- formmetadata.cxx extensions/source/propctrlr/formmetadata.cxx +0 -0
- handlerhelper.hxx extensions/source/propctrlr/handlerhelper.hxx +0 -0
- inspectorhelpwindow.hxx extensions/source/propctrlr/inspectorhelpwindow.hxx +0 -0
- linedescriptor.hxx extensions/source/propctrlr/linedescriptor.hxx +0 -0
- newdatatype.cxx extensions/source/propctrlr/newdatatype.cxx +0 -0
- objectinspectormodel.cxx extensions/source/propctrlr/objectinspectormodel.cxx +0 -0
- pcrunodialogs.cxx extensions/source/propctrlr/pcrunodialogs.cxx +0 -0
- pcrunodialogs.hxx extensions/source/propctrlr/pcrunodialogs.hxx +0 -0
- propcontroller.cxx extensions/source/propctrlr/propcontroller.cxx +0 -0
- propcontrolobserver.hxx extensions/source/propctrlr/propcontrolobserver.hxx +0 -0
- propertycomposer.hxx extensions/source/propctrlr/propertycomposer.hxx +0 -0
- propertycontrolextender.cxx extensions/source/propctrlr/propertycontrolextender.cxx +0 -0
- propertycontrolextender.hxx extensions/source/propctrlr/propertycontrolextender.hxx +0 -0
- propertyeditor.cxx extensions/source/propctrlr/propertyeditor.cxx +0 -0
- propertyinfo.hxx extensions/source/propctrlr/propertyinfo.hxx +0 -0
- propeventtranslation.hxx extensions/source/propctrlr/propeventtranslation.hxx +0 -0
- proplinelistener.hxx extensions/source/propctrlr/proplinelistener.hxx +0 -0
- pushbuttonnavigation.hxx extensions/source/propctrlr/pushbuttonnavigation.hxx +0 -0
- selectlabeldialog.hxx extensions/source/propctrlr/selectlabeldialog.hxx +0 -0
- standardcontrol.hxx extensions/source/propctrlr/standardcontrol.hxx +0 -0
- stringrepresentation.cxx extensions/source/propctrlr/stringrepresentation.cxx +0 -0
- submissionhandler.hxx extensions/source/propctrlr/submissionhandler.hxx +0 -0
- taborder.hxx extensions/source/propctrlr/taborder.hxx +0 -0
- unourl.hxx extensions/source/propctrlr/unourl.hxx +0 -0
- usercontrol.hxx extensions/source/propctrlr/usercontrol.hxx +0 -0
- xsddatatypes.hxx extensions/source/propctrlr/xsddatatypes.hxx +0 -0
- grid.cxx extensions/source/scanner/grid.cxx +0 -0
- download.cxx extensions/source/update/check/download.cxx +0 -0
- updatecheck.cxx extensions/source/update/check/updatecheck.cxx +0 -0
- updatecheckconfig.hxx extensions/source/update/check/updatecheckconfig.hxx +0 -0
- updatecheckjob.cxx extensions/source/update/check/updatecheckjob.cxx +0 -0
- updatehdl.cxx extensions/source/update/check/updatehdl.cxx +0 -0
- updateprotocol.cxx extensions/source/update/check/updateprotocol.cxx +0 -0
- updateprotocoltest.cxx extensions/source/update/check/updateprotocoltest.cxx +0 -0
- updatefeedtest.cxx extensions/source/update/feed/test/updatefeedtest.cxx +0 -0
- updatefeed.cxx extensions/source/update/feed/updatefeed.cxx +0 -0
- updatecheckui.cxx extensions/source/update/ui/updatecheckui.cxx +0 -0
- axhost.cxx extensions/test/ole/OleClient/axhost.cxx +0 -0
- clientTest.cxx extensions/test/ole/OleClient/clientTest.cxx +0 -0
- convTest.cxx extensions/test/ole/OleConverterVar1/convTest.cxx +0 -0
- cpnt.cxx extensions/test/ole/cpnt/cpnt.cxx +0 -0
- testcppuno.cxx extensions/test/ole/cppToUno/testcppuno.cxx +0 -0
- pythonautotest.cxx extensions/workben/pythonautotest.cxx +0 -0
- pythontest.cxx extensions/workben/pythontest.cxx +0 -0
- testcomponent.cxx extensions/workben/testcomponent.cxx +0 -0
- testframecontrol.cxx extensions/workben/testframecontrol.cxx +0 -0
- testresource.cxx extensions/workben/testresource.cxx +0 -0
- basecontainer.cxx filter/source/config/cache/basecontainer.cxx +0 -0
- basecontainer.hxx filter/source/config/cache/basecontainer.hxx +0 -0
- cacheitem.cxx filter/source/config/cache/cacheitem.cxx +0 -0
- cacheitem.hxx filter/source/config/cache/cacheitem.hxx +0 -0
- cacheupdatelistener.cxx filter/source/config/cache/cacheupdatelistener.cxx +0 -0
- cacheupdatelistener.hxx filter/source/config/cache/cacheupdatelistener.hxx +0 -0
- configflush.hxx filter/source/config/cache/configflush.hxx +0 -0
- contenthandlerfactory.cxx filter/source/config/cache/contenthandlerfactory.cxx +0 -0
- contenthandlerfactory.hxx filter/source/config/cache/contenthandlerfactory.hxx +0 -0
- filtercache.cxx filter/source/config/cache/filtercache.cxx +0 -0
- filtercache.hxx filter/source/config/cache/filtercache.hxx +0 -0
- filterfactory.cxx filter/source/config/cache/filterfactory.cxx +0 -0
- filterfactory.hxx filter/source/config/cache/filterfactory.hxx +0 -0
- frameloaderfactory.cxx filter/source/config/cache/frameloaderfactory.cxx +0 -0
- frameloaderfactory.hxx filter/source/config/cache/frameloaderfactory.hxx +0 -0
- querytokenizer.cxx filter/source/config/cache/querytokenizer.cxx +0 -0
- querytokenizer.hxx filter/source/config/cache/querytokenizer.hxx +0 -0
- typedetection.cxx filter/source/config/cache/typedetection.cxx +0 -0
- typedetection.hxx filter/source/config/cache/typedetection.hxx +0 -0
- versions.hxx filter/source/config/cache/versions.hxx +0 -0
- swfexporter.cxx filter/source/flash/swfexporter.cxx +0 -0
- swfexporter.hxx filter/source/flash/swfexporter.hxx +0 -0
- swffilter.cxx filter/source/flash/swffilter.cxx +0 -0
- swfwriter.cxx filter/source/flash/swfwriter.cxx +0 -0
- swfwriter.hxx filter/source/flash/swfwriter.hxx +0 -0
- swfwriter1.cxx filter/source/flash/swfwriter1.cxx +0 -0
- swfwriter2.cxx filter/source/flash/swfwriter2.cxx +0 -0
- eps.cxx filter/source/graphicfilter/eps/eps.cxx +0 -0
- actimpr.cxx filter/source/graphicfilter/icgm/actimpr.cxx +0 -0
- bitmap.cxx filter/source/graphicfilter/icgm/bitmap.cxx +0 -0
- bundles.cxx filter/source/graphicfilter/icgm/bundles.cxx +0 -0
- bundles.hxx filter/source/graphicfilter/icgm/bundles.hxx +0 -0
- cgmtypes.hxx filter/source/graphicfilter/icgm/cgmtypes.hxx +0 -0
- class0.cxx filter/source/graphicfilter/icgm/class0.cxx +0 -0
- class1.cxx filter/source/graphicfilter/icgm/class1.cxx +0 -0
- class2.cxx filter/source/graphicfilter/icgm/class2.cxx +0 -0
- class3.cxx filter/source/graphicfilter/icgm/class3.cxx +0 -0
- class4.cxx filter/source/graphicfilter/icgm/class4.cxx +0 -0
- class5.cxx filter/source/graphicfilter/icgm/class5.cxx +0 -0
- class7.cxx filter/source/graphicfilter/icgm/class7.cxx +0 -0
- classx.cxx filter/source/graphicfilter/icgm/classx.cxx +0 -0
- elements.cxx filter/source/graphicfilter/icgm/elements.cxx +0 -0
- dxf2mtf.cxx filter/source/graphicfilter/idxf/dxf2mtf.cxx +0 -0
- dxfblkrd.cxx filter/source/graphicfilter/idxf/dxfblkrd.cxx +0 -0
- dxfblkrd.hxx filter/source/graphicfilter/idxf/dxfblkrd.hxx +0 -0
- dxfreprd.hxx filter/source/graphicfilter/idxf/dxfreprd.hxx +0 -0
- dxftblrd.hxx filter/source/graphicfilter/idxf/dxftblrd.hxx +0 -0
- dxfvec.hxx filter/source/graphicfilter/idxf/dxfvec.hxx +0 -0
- ieps.cxx filter/source/graphicfilter/ieps/ieps.cxx +0 -0
- ipbm.cxx filter/source/graphicfilter/ipbm/ipbm.cxx +0 -0
- ipcd.cxx filter/source/graphicfilter/ipcd/ipcd.cxx +0 -0
- ipict.cxx filter/source/graphicfilter/ipict/ipict.cxx +0 -0
- ipsd.cxx filter/source/graphicfilter/ipsd/ipsd.cxx +0 -0
- iras.cxx filter/source/graphicfilter/iras/iras.cxx +0 -0
- itga.cxx filter/source/graphicfilter/itga/itga.cxx +0 -0
- ccidecom.cxx filter/source/graphicfilter/itiff/ccidecom.cxx +0 -0
- itiff.cxx filter/source/graphicfilter/itiff/itiff.cxx +0 -0
- lzwdecom.cxx filter/source/graphicfilter/itiff/lzwdecom.cxx +0 -0
- countryid.cxx filter/source/msfilter/countryid.cxx +0 -0
- eschesdo.cxx filter/source/msfilter/eschesdo.cxx +0 -0
- eschesdo.hxx filter/source/msfilter/eschesdo.hxx +0 -0
- mscodec.cxx filter/source/msfilter/mscodec.cxx +0 -0
- msdffimp.cxx filter/source/msfilter/msdffimp.cxx +0 -0
- msoleexp.cxx filter/source/msfilter/msoleexp.cxx +0 -0
- msvbahelper.cxx filter/source/msfilter/msvbahelper.cxx +0 -0
- svdfppt.cxx filter/source/msfilter/svdfppt.cxx +0 -0
- util.cxx filter/source/msfilter/util.cxx +0 -0
- pdfdialog.cxx filter/source/pdf/pdfdialog.cxx +0 -0
- pdffilter.hxx filter/source/pdf/pdffilter.hxx +0 -0
- exporter.cxx filter/source/placeware/exporter.cxx +0 -0
- filter.cxx filter/source/placeware/filter.cxx +0 -0
- parserfragments.cxx filter/source/svg/parserfragments.cxx +0 -0
- svgexport.cxx filter/source/svg/svgexport.cxx +0 -0
- svgreader.cxx filter/source/svg/svgreader.cxx +0 -0
- svgwriter.hxx filter/source/svg/svgwriter.hxx +0 -0
- parsertest.cxx filter/source/svg/test/parsertest.cxx +0 -0
- t602filter.hxx filter/source/t602/t602filter.hxx +0 -0
- XmlFilterAdaptor.hxx filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx +0 -0
- xmlfiltercommon.hxx filter/source/xsltdialog/xmlfiltercommon.hxx +0 -0
- xmlfilterdialogcomponent.cxx filter/source/xsltdialog/xmlfilterdialogcomponent.cxx +0 -0
- xmlfilterjar.cxx filter/source/xsltdialog/xmlfilterjar.cxx +0 -0
- xmlfiltersettingsdialog.cxx filter/source/xsltdialog/xmlfiltersettingsdialog.cxx +0 -0
- xmlfiltersettingsdialog.hxx filter/source/xsltdialog/xmlfiltersettingsdialog.hxx +0 -0
- xmlfiltertabdialog.cxx filter/source/xsltdialog/xmlfiltertabdialog.cxx +0 -0
- xmlfiltertestdialog.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx +0 -0
- OleHandler.cxx filter/source/xsltfilter/OleHandler.cxx +0 -0
- XSLTFilter.cxx filter/source/xsltfilter/XSLTFilter.cxx +0 -0
- ComboBox.cxx forms/source/component/ComboBox.cxx +0 -0
- ComboBox.hxx forms/source/component/ComboBox.hxx +0 -0
- Currency.cxx forms/source/component/Currency.cxx +0 -0
- DatabaseForm.hxx forms/source/component/DatabaseForm.hxx +0 -0
- Edit.cxx forms/source/component/Edit.cxx +0 -0
- File.cxx forms/source/component/File.cxx +0 -0
- Filter.hxx forms/source/component/Filter.hxx +0 -0
- Grid.hxx forms/source/component/Grid.hxx +0 -0
- GroupManager.hxx forms/source/component/GroupManager.hxx +0 -0
- ImageControl.hxx forms/source/component/ImageControl.hxx +0 -0
- Numeric.cxx forms/source/component/Numeric.cxx +0 -0
- Pattern.cxx forms/source/component/Pattern.cxx +0 -0
- RadioButton.cxx forms/source/component/RadioButton.cxx +0 -0
- Time.cxx forms/source/component/Time.cxx +0 -0
- clickableimage.cxx forms/source/component/clickableimage.cxx +0 -0
- entrylisthelper.cxx forms/source/component/entrylisthelper.cxx +0 -0
- entrylisthelper.hxx forms/source/component/entrylisthelper.hxx +0 -0
- commanddescriptionprovider.cxx forms/source/helper/commanddescriptionprovider.cxx +0 -0
- InterfaceContainer.hxx forms/source/inc/InterfaceContainer.hxx +0 -0
- commanddescriptionprovider.hxx forms/source/inc/commanddescriptionprovider.hxx +0 -0
- commandimageprovider.hxx forms/source/inc/commandimageprovider.hxx +0 -0
- formnavigation.hxx forms/source/inc/formnavigation.hxx +0 -0
- frm_strings.hxx forms/source/inc/frm_strings.hxx +0 -0
- limitedformats.hxx forms/source/inc/limitedformats.hxx +0 -0
- property.hxx forms/source/inc/property.hxx +0 -0
- propertybaghelper.hxx forms/source/inc/propertybaghelper.hxx +0 -0
- windowstateguard.hxx forms/source/inc/windowstateguard.hxx +0 -0
- richtextvclcontrol.cxx forms/source/richtext/richtextvclcontrol.cxx +0 -0
- formoperations.hxx forms/source/runtime/formoperations.hxx +0 -0
- navtoolbar.cxx forms/source/solar/control/navtoolbar.cxx +0 -0
- NameContainer.hxx forms/source/xforms/NameContainer.hxx +0 -0
- binding.cxx forms/source/xforms/binding.cxx +0 -0
- binding.hxx forms/source/xforms/binding.hxx +0 -0
- computedexpression.cxx forms/source/xforms/computedexpression.cxx +0 -0
- computedexpression.hxx forms/source/xforms/computedexpression.hxx +0 -0
- datatyperepository.cxx forms/source/xforms/datatyperepository.cxx +0 -0
- datatypes.cxx forms/source/xforms/datatypes.cxx +0 -0
- datatypes.hxx forms/source/xforms/datatypes.hxx +0 -0
- datatypes_impl.hxx forms/source/xforms/datatypes_impl.hxx +0 -0
- mip.cxx forms/source/xforms/mip.cxx +0 -0
- model.cxx forms/source/xforms/model.cxx +0 -0
- model.hxx forms/source/xforms/model.hxx +0 -0
- model_helper.hxx forms/source/xforms/model_helper.hxx +0 -0
- model_ui.cxx forms/source/xforms/model_ui.cxx +0 -0
- pathexpression.cxx forms/source/xforms/pathexpression.cxx +0 -0
- pathexpression.hxx forms/source/xforms/pathexpression.hxx +0 -0
- submission.cxx forms/source/xforms/submission.cxx +0 -0
- submission.hxx forms/source/xforms/submission.hxx +0 -0
- submission_get.cxx forms/source/xforms/submission/submission_get.cxx +0 -0
- submission_post.cxx forms/source/xforms/submission/submission_post.cxx +0 -0
- xmlhelper.cxx forms/source/xforms/xmlhelper.cxx +0 -0
- extension.hxx forms/source/xforms/xpathlib/extension.hxx +0 -0
- token.cxx formula/source/core/api/token.cxx +0 -0
- core_resource.hxx formula/source/core/inc/core_resource.hxx +0 -0
- ControlHelper.hxx formula/source/ui/dlg/ControlHelper.hxx +0 -0
- FormulaHelper.cxx formula/source/ui/dlg/FormulaHelper.cxx +0 -0
- formula.cxx formula/source/ui/dlg/formula.cxx +0 -0
- funcpage.hxx formula/source/ui/dlg/funcpage.hxx +0 -0
- parawin.cxx formula/source/ui/dlg/parawin.cxx +0 -0
- parawin.hxx formula/source/ui/dlg/parawin.hxx +0 -0
- structpg.hxx formula/source/ui/dlg/structpg.hxx +0 -0
- OfficeControlAccess.cxx fpicker/source/office/OfficeControlAccess.cxx +0 -0
- OfficeControlAccess.hxx fpicker/source/office/OfficeControlAccess.hxx +0 -0
- OfficeFilePicker.cxx fpicker/source/office/OfficeFilePicker.cxx +0 -0
- OfficeFilePicker.hxx fpicker/source/office/OfficeFilePicker.hxx +0 -0
- asyncfilepicker.hxx fpicker/source/office/asyncfilepicker.hxx +0 -0
- commonpicker.cxx fpicker/source/office/commonpicker.cxx +0 -0
- fpinteraction.cxx fpicker/source/office/fpinteraction.cxx +0 -0
- fpinteraction.hxx fpicker/source/office/fpinteraction.hxx +0 -0
- fpsmartcontent.hxx fpicker/source/office/fpsmartcontent.hxx +0 -0
- iodlg.cxx fpicker/source/office/iodlg.cxx +0 -0
- iodlg.hxx fpicker/source/office/iodlg.hxx +0 -0
- iodlgimp.cxx fpicker/source/office/iodlgimp.cxx +0 -0
- pickercallbacks.hxx fpicker/source/office/pickercallbacks.hxx +0 -0
- FPentry.cxx fpicker/source/win32/filepicker/FPentry.cxx +0 -0
- FileOpenDlg.cxx fpicker/source/win32/filepicker/FileOpenDlg.cxx +0 -0
- FileOpenDlg.hxx fpicker/source/win32/filepicker/FileOpenDlg.hxx +0 -0
- FilePicker.cxx fpicker/source/win32/filepicker/FilePicker.cxx +0 -0
- FilterContainer.cxx fpicker/source/win32/filepicker/FilterContainer.cxx +0 -0
- IVistaFilePickerInternalNotify.hxx ...ource/win32/filepicker/IVistaFilePickerInternalNotify.hxx +0 -0
- PreviewCtrl.cxx fpicker/source/win32/filepicker/PreviewCtrl.cxx +0 -0
- VistaFilePicker.cxx fpicker/source/win32/filepicker/VistaFilePicker.cxx +0 -0
- VistaFilePickerEventHandler.hxx ...r/source/win32/filepicker/VistaFilePickerEventHandler.hxx +0 -0
- VistaFilePickerImpl.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx +0 -0
- WinFileOpenImpl.cxx fpicker/source/win32/filepicker/WinFileOpenImpl.cxx +0 -0
- asynceventnotifier.cxx fpicker/source/win32/filepicker/asynceventnotifier.cxx +0 -0
- asynceventnotifier.hxx fpicker/source/win32/filepicker/asynceventnotifier.hxx +0 -0
- controlaccess.cxx fpicker/source/win32/filepicker/controlaccess.cxx +0 -0
- controlcommand.cxx fpicker/source/win32/filepicker/controlcommand.cxx +0 -0
- controlcommand.hxx fpicker/source/win32/filepicker/controlcommand.hxx +0 -0
- controlcommandrequest.hxx fpicker/source/win32/filepicker/controlcommandrequest.hxx +0 -0
- controlcommandresult.hxx fpicker/source/win32/filepicker/controlcommandresult.hxx +0 -0
- customcontrol.cxx fpicker/source/win32/filepicker/customcontrol.cxx +0 -0
- customcontrol.hxx fpicker/source/win32/filepicker/customcontrol.hxx +0 -0
- customcontrolfactory.cxx fpicker/source/win32/filepicker/customcontrolfactory.cxx +0 -0
- dialogcustomcontrols.cxx fpicker/source/win32/filepicker/dialogcustomcontrols.cxx +0 -0
- dialogcustomcontrols.hxx fpicker/source/win32/filepicker/dialogcustomcontrols.hxx +0 -0
- dibpreview.cxx fpicker/source/win32/filepicker/dibpreview.cxx +0 -0
- filepickereventnotification.cxx ...r/source/win32/filepicker/filepickereventnotification.cxx +0 -0
- filepickerstate.cxx fpicker/source/win32/filepicker/filepickerstate.cxx +0 -0
- filepickerstate.hxx fpicker/source/win32/filepicker/filepickerstate.hxx +0 -0
- getfilenamewrapper.cxx fpicker/source/win32/filepicker/getfilenamewrapper.cxx +0 -0
- helppopupwindow.cxx fpicker/source/win32/filepicker/helppopupwindow.cxx +0 -0
- previewadapter.cxx fpicker/source/win32/filepicker/previewadapter.cxx +0 -0
- previewbase.cxx fpicker/source/win32/filepicker/previewbase.cxx +0 -0
- Test_fps.cxx fpicker/source/win32/filepicker/workbench/Test_fps.cxx +0 -0
- FolderPicker.cxx fpicker/source/win32/folderpicker/FolderPicker.cxx +0 -0
- MtaFop.cxx fpicker/source/win32/folderpicker/MtaFop.cxx +0 -0
- WinFOPImpl.cxx fpicker/source/win32/folderpicker/WinFOPImpl.cxx +0 -0
- Test_fops.cxx fpicker/source/win32/folderpicker/workbench/Test_fops.cxx +0 -0
- WinImplHelper.cxx fpicker/source/win32/misc/WinImplHelper.cxx +0 -0
- resourceprovider.cxx fpicker/source/win32/misc/resourceprovider.cxx +0 -0
- svdem.cxx fpicker/test/svdem.cxx +0 -0
- window.hxx framework/source/inc/pattern/window.hxx +0 -0
- BasCodeTagger.cxx helpcompiler/source/BasCodeTagger.cxx +0 -0
- grammar.cxx hwpfilter/source/grammar.cxx +0 -0
- hpara.cxx hwpfilter/source/hpara.cxx +0 -0
- hstyle.cxx hwpfilter/source/hstyle.cxx +0 -0
- lexer.cxx hwpfilter/source/lexer.cxx +0 -0
- list.hxx hwpfilter/source/list.hxx +0 -0
- mzstring.cxx hwpfilter/source/mzstring.cxx +0 -0
- inunx.cxx i18nlangtag/source/isolang/inunx.cxx +0 -0
- inwnt.cxx i18nlangtag/source/isolang/inwnt.cxx +0 -0
- isolang.cxx i18nlangtag/source/isolang/isolang.cxx +0 -0
- languagetag.cxx i18nlangtag/source/languagetag/languagetag.cxx +0 -0
- calendar_hijri.hxx i18npool/inc/calendar_hijri.hxx +0 -0
- breakiteratorImpl.cxx i18npool/source/breakiterator/breakiteratorImpl.cxx +0 -0
- saxparser.cxx i18npool/source/localedata/saxparser.cxx +0 -0
- numberformatcode.cxx i18npool/source/numberformatcode/numberformatcode.cxx +0 -0
- registerservices.cxx i18npool/source/registerservices/registerservices.cxx +0 -0
- textsearch.cxx i18npool/source/search/textsearch.cxx +0 -0
- ignoreIandEfollowedByYa_ja_JP.cxx .../source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx +0 -0
- transliterationImpl.cxx i18npool/source/transliteration/transliterationImpl.cxx +0 -0
- lex.hxx idl/inc/lex.hxx +0 -0
- bcolormodifier.hxx include/basegfx/color/bcolormodifier.hxx +0 -0
- bcolortools.hxx include/basegfx/color/bcolortools.hxx +0 -0
- b2dbeziertools.hxx include/basegfx/curve/b2dbeziertools.hxx +0 -0
- b2dhommatrixtools.hxx include/basegfx/matrix/b2dhommatrixtools.hxx +0 -0
- b2dlinegeometry.hxx include/basegfx/polygon/b2dlinegeometry.hxx +0 -0
- b2dpolygonclipper.hxx include/basegfx/polygon/b2dpolygonclipper.hxx +0 -0
- b2dpolygoncutandtouch.hxx include/basegfx/polygon/b2dpolygoncutandtouch.hxx +0 -0
- b2dpolygontools.hxx include/basegfx/polygon/b2dpolygontools.hxx +0 -0
- b2dpolygontriangulator.hxx include/basegfx/polygon/b2dpolygontriangulator.hxx +0 -0
- b2dpolypolygoncutter.hxx include/basegfx/polygon/b2dpolypolygoncutter.hxx +0 -0
- b2dpolypolygonfillrule.hxx include/basegfx/polygon/b2dpolypolygonfillrule.hxx +0 -0
- b2dpolypolygontools.hxx include/basegfx/polygon/b2dpolypolygontools.hxx +0 -0
- b2dtrapezoid.hxx include/basegfx/polygon/b2dtrapezoid.hxx +0 -0
- b3dpolygon.hxx include/basegfx/polygon/b3dpolygon.hxx +0 -0
- b3dpolygontools.hxx include/basegfx/polygon/b3dpolygontools.hxx +0 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.