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