summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/CellFormatRanges.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/CellFormatRanges.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellFormatRanges.idl82
1 files changed, 82 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/CellFormatRanges.idl b/offapi/com/sun/star/sheet/CellFormatRanges.idl
new file mode 100644
index 000000000000..31df659d35a3
--- /dev/null
+++ b/offapi/com/sun/star/sheet/CellFormatRanges.idl
@@ -0,0 +1,82 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: CellFormatRanges.idl,v $
+ * $Revision: 1.8 $
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#ifndef __com_sun_star_sheet_CellFormatRanges_idl__
+#define __com_sun_star_sheet_CellFormatRanges_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** represents a collection of equal-formatted cell ranges.
+
+ <p>All cells inside a cell range of this collection have the same
+ formatting attributes.</p>
+
+ @see com::sun::star::sheet::SheetCellRange
+ @see com::sun::star::sheet::SheetCellRanges
+ @see com::sun::star::sheet::UniqueCellFormatRanges
+ */
+published service CellFormatRanges
+{
+ //-------------------------------------------------------------------------
+
+ /** provides methods to access the contained cell ranges by index.
+
+ @see com::sun::star::sheet::SheetCellRange
+ */
+ interface com::sun::star::container::XIndexAccess;
+
+ //-------------------------------------------------------------------------
+
+ /** creates an enumeration of all cell ranges.
+
+ @see com::sun::star::sheet::CellFormatRangesEnumeration
+ */
+ interface com::sun::star::container::XEnumerationAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
='100%'> -rw-r--r--UnoControls/source/base/multiplexer.cxx580
-rw-r--r--UnoControls/source/base/registercontrols.cxx325
-rw-r--r--UnoControls/source/controls/OConnectionPointContainerHelper.cxx190
-rw-r--r--UnoControls/source/controls/OConnectionPointHelper.cxx274
-rw-r--r--UnoControls/source/controls/framecontrol.cxx607
-rw-r--r--UnoControls/source/controls/makefile.mk53
-rw-r--r--UnoControls/source/controls/progressbar.cxx561
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx1069
-rw-r--r--UnoControls/source/controls/statusindicator.cxx561
-rw-r--r--UnoControls/source/inc/OConnectionPointContainerHelper.hxx265
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx309
-rw-r--r--UnoControls/source/inc/framecontrol.hxx627
-rw-r--r--UnoControls/source/inc/progressbar.hxx448
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx808
-rw-r--r--UnoControls/source/inc/statusindicator.hxx583
-rw-r--r--UnoControls/util/exports.map10
-rw-r--r--UnoControls/util/makefile.mk65
-rw-r--r--UnoControls/util/makefile.pmk31
-rw-r--r--UnoControls/util/target.pmk39
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/AccessBridge.java253
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/KeyHandler.java141
-rw-r--r--accessibility/bridge/org/openoffice/accessibility/PopupWindow.java213
-rw-r--r--accessibility/bridge/org/openoffice/accessibility/WindowsAccessBridgeAdapter.java657
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/makefile.mk59
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/manifest2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AbstractButton.java179
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleActionImpl.java74
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleComponentImpl.java236
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleEditableTextImpl.java370
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleExtendedState.java56
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleHypertextImpl.java194
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleIconImpl.java76
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleKeyBinding.java389
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleObjectFactory.java548
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleRelationAdapter.java67
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleRoleAdapter.java151
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleSelectionImpl.java102
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleStateAdapter.java217
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleTextImpl.java681
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleValueImpl.java99
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Alert.java69
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Application.java48
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Button.java160
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/CheckBox.java54
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ComboBox.java120
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Component.java743
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Container.java766
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/DescendantManager.java164
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Dialog.java636
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/FocusTraversalPolicy.java92
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Frame.java649
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Icon.java79
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Label.java133
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/List.java455
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Menu.java331
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/MenuContainer.java170
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/MenuItem.java102
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/NativeFrame.java38
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Paragraph.java225
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/RadioButton.java53
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ScrollBar.java129
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Separator.java74
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Table.java730
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/TextComponent.java197
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ToggleButton.java65
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ToolTip.java120
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Tree.java771
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Window.java554
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java189
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleHypertextLog.java64
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleTextLog.java273
-rwxr-xr-xaccessibility/bridge/org/openoffice/java/accessibility/makefile.mk130
-rw-r--r--accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx320
-rw-r--r--accessibility/bridge/source/java/exports.dxp4
-rw-r--r--accessibility/bridge/source/java/makefile.mk74
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx314
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx530
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx98
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx284
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx84
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx178
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx283
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx146
-rw-r--r--accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx89
-rw-r--r--accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx159
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx122
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx216
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistbox.hxx128
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx226
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbar.hxx123
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarbase.hxx81
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpage.hxx140
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx144
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistbox.hxx118
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx125
-rw-r--r--accessibility/inc/accessibility/extended/listboxaccessible.hxx98
-rw-r--r--accessibility/inc/accessibility/extended/textwindowaccessibility.hxx714
-rw-r--r--accessibility/inc/accessibility/helper/IComboListBoxHelper.hxx73
-rw-r--r--accessibility/inc/accessibility/helper/acc_factory.hxx53
-rw-r--r--accessibility/inc/accessibility/helper/accessiblestrings.hrc55
-rw-r--r--accessibility/inc/accessibility/helper/accresmgr.hxx75
-rw-r--r--accessibility/inc/accessibility/helper/characterattributeshelper.hxx63
-rw-r--r--accessibility/inc/accessibility/helper/listboxhelper.hxx199
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx160
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenucomponent.hxx105
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenuitemcomponent.hxx98
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx187
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblebutton.hxx93
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblecheckbox.hxx100
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx72
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibledropdowncombobox.hxx76
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx74
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibleedit.hxx127
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblefixedhyperlink.hxx57
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblefixedtext.hxx57
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelist.hxx231
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistbox.hxx66
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistboxlist.hxx115
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx203
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenu.hxx89
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenubar.hxx75
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenuitem.hxx124
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenuseparator.hxx57
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblepopupmenu.hxx62
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibleradiobutton.hxx91
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblescrollbar.hxx90
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblestatusbar.hxx83
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblestatusbaritem.hxx147
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabcontrol.hxx106
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabpage.hxx151
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabpagewindow.hxx69
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletextcomponent.hxx96
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx108
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletoolbox.hxx115
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletoolboxitem.hxx173
-rw-r--r--accessibility/inc/makefile.mk51
-rw-r--r--accessibility/inc/pch/precompiled_accessibility.cxx32
-rw-r--r--accessibility/inc/pch/precompiled_accessibility.hxx40
-rwxr-xr-xaccessibility/prj/build.lst17
-rw-r--r--accessibility/prj/d.lst8
-rw-r--r--accessibility/prj/l10n1
-rw-r--r--accessibility/source/extended/AccessibleBrowseBox.cxx404
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxBase.cxx661
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx175
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx422
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx176
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTable.cxx281
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx358
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx357
-rw-r--r--accessibility/source/extended/accessiblebrowseboxcell.cxx95
-rw-r--r--accessibility/source/extended/accessibleeditbrowseboxcell.cxx276
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrl.cxx375
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx759
-rw-r--r--accessibility/source/extended/accessiblelistbox.cxx435
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx973
-rw-r--r--accessibility/source/extended/accessibletabbar.cxx557
-rw-r--r--accessibility/source/extended/accessibletabbarbase.cxx117
-rw-r--r--accessibility/source/extended/accessibletabbarpage.cxx514
-rw-r--r--accessibility/source/extended/accessibletabbarpagelist.cxx808
-rw-r--r--accessibility/source/extended/accessibletablistbox.cxx149
-rw-r--r--accessibility/source/extended/accessibletablistboxtable.cxx386
-rw-r--r--accessibility/source/extended/listboxaccessible.cxx106
-rw-r--r--accessibility/source/extended/makefile.mk72
-rw-r--r--accessibility/source/extended/textwindowaccessibility.cxx2253
-rw-r--r--accessibility/source/helper/acc_factory.cxx504
-rw-r--r--accessibility/source/helper/accessiblestrings.src75
-rw-r--r--accessibility/source/helper/accresmgr.cxx87
-rw-r--r--accessibility/source/helper/characterattributeshelper.cxx122
-rw-r--r--accessibility/source/helper/makefile.mk57
-rw-r--r--accessibility/source/inc/floatingwindowaccessible.hxx49
-rw-r--r--accessibility/source/standard/accessiblemenubasecomponent.cxx786
-rw-r--r--accessibility/source/standard/accessiblemenucomponent.cxx474
-rw-r--r--accessibility/source/standard/accessiblemenuitemcomponent.cxx506
-rw-r--r--accessibility/source/standard/floatingwindowaccessible.cxx74
-rw-r--r--accessibility/source/standard/makefile.mk82
-rw-r--r--accessibility/source/standard/vclxaccessiblebox.cxx377
-rw-r--r--accessibility/source/standard/vclxaccessiblebutton.cxx329
-rw-r--r--accessibility/source/standard/vclxaccessiblecheckbox.cxx364
-rw-r--r--accessibility/source/standard/vclxaccessiblecombobox.cxx99
-rw-r--r--accessibility/source/standard/vclxaccessibledropdowncombobox.cxx145
-rw-r--r--accessibility/source/standard/vclxaccessibledropdownlistbox.cxx113
-rw-r--r--accessibility/source/standard/vclxaccessibleedit.cxx633
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx88
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedtext.cxx99
-rw-r--r--accessibility/source/standard/vclxaccessiblelist.cxx857
-rw-r--r--accessibility/source/standard/vclxaccessiblelistbox.cxx111
-rw-r--r--accessibility/source/standard/vclxaccessiblelistboxlist.cxx338
-rw-r--r--accessibility/source/standard/vclxaccessiblelistitem.cxx677
-rw-r--r--accessibility/source/standard/vclxaccessiblemenu.cxx258
-rw-r--r--accessibility/source/standard/vclxaccessiblemenubar.cxx214
-rw-r--r--accessibility/source/standard/vclxaccessiblemenuitem.cxx610
-rw-r--r--accessibility/source/standard/vclxaccessiblemenuseparator.cxx88
-rw-r--r--accessibility/source/standard/vclxaccessiblepopupmenu.cxx114
-rw-r--r--accessibility/source/standard/vclxaccessibleradiobutton.cxx317
-rw-r--r--accessibility/source/standard/vclxaccessiblescrollbar.cxx283
-rw-r--r--accessibility/source/standard/vclxaccessiblestatusbar.cxx369
-rw-r--r--accessibility/source/standard/vclxaccessiblestatusbaritem.cxx632
-rw-r--r--accessibility/source/standard/vclxaccessibletabcontrol.cxx518
-rw-r--r--accessibility/source/standard/vclxaccessibletabpage.cxx705
-rw-r--r--accessibility/source/standard/vclxaccessibletabpagewindow.cxx144
-rw-r--r--accessibility/source/standard/vclxaccessibletextcomponent.cxx365
-rw-r--r--accessibility/source/standard/vclxaccessibletextfield.cxx157
-rw-r--r--accessibility/source/standard/vclxaccessibletoolbox.cxx858
-rw-r--r--accessibility/source/standard/vclxaccessibletoolboxitem.cxx721
-rw-r--r--accessibility/util/acc.map7
-rw-r--r--accessibility/util/makefile.mk90
-rw-r--r--accessibility/workben/TODO13
-rw-r--r--accessibility/workben/makefile9
-rw-r--r--accessibility/workben/makefile.in32
-rw-r--r--accessibility/workben/makefile.mk40
-rw-r--r--accessibility/workben/org/openoffice/accessibility/Makefile6
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/AccessibilityWorkBench.java724
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/HelpWindow.java187
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/Makefile13
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/Canvas.java356
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/CanvasShape.java446
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/Makefile15
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/MouseObserver.java104
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/ShapeContainer.java271
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common65
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk86
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/makefile.common3
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/makefile.mk88
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/manifest3
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityModel.java188
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityNode.java200
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityTree.java123
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityTreeModel.java251
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java157
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java126
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/Makefile71
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java249
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common66
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.mk82
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java229
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java149
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java153
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java158
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java182
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java194
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/Makefile13
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java90
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java344
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java35
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java181
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java301
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java150
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java233
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java195
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java501
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java151
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common76
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/makefile.mk82
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java156
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/Makefile13
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java242
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java213
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java170
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java156
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common65
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.mk82
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java122
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/Connector.java50
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/InformationWriter.java421
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/Makefile69
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/MessageArea.java125
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java263
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java169
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/Options.java106
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/SimpleOffice.java413
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/makefile.common67
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/makefile.mk86
-rw-r--r--acinclude.m4138
-rw-r--r--afms/delzip0
-rw-r--r--afms/makefile.mk63
-rw-r--r--afms/prj/build.lst3
-rw-r--r--afms/prj/d.lst3
-rwxr-xr-xagg/inc/agg_alpha_mask_u8.h499
-rwxr-xr-xagg/inc/agg_arc.h74
-rwxr-xr-xagg/inc/agg_array.h887
-rwxr-xr-xagg/inc/agg_arrowhead.h82
-rwxr-xr-xagg/inc/agg_basics.h343
-rwxr-xr-xagg/inc/agg_bezier_arc.h158
-rwxr-xr-xagg/inc/agg_bitset_iterator.h54
-rwxr-xr-xagg/inc/agg_bounding_rect.h116
-rwxr-xr-xagg/inc/agg_bspline.h77
-rwxr-xr-xagg/inc/agg_clip_liang_barsky.h209
-rwxr-xr-xagg/inc/agg_color_gray.h364
-rwxr-xr-xagg/inc/agg_color_rgba.h618
-rwxr-xr-xagg/inc/agg_config.h31
-rwxr-xr-xagg/inc/agg_conv_adaptor_vcgen.h169
-rwxr-xr-xagg/inc/agg_conv_adaptor_vpgen.h166
-rwxr-xr-xagg/inc/agg_conv_bspline.h48
-rwxr-xr-xagg/inc/agg_conv_clip_polygon.h69
-rwxr-xr-xagg/inc/agg_conv_clip_polyline.h69
-rwxr-xr-xagg/inc/agg_conv_close_polygon.h132
-rwxr-xr-xagg/inc/agg_conv_concat.h80
-rwxr-xr-xagg/inc/agg_conv_contour.h65
-rwxr-xr-xagg/inc/agg_conv_curve.h174
-rwxr-xr-xagg/inc/agg_conv_dash.h68
-rwxr-xr-xagg/inc/agg_conv_gpc.h443
-rwxr-xr-xagg/inc/agg_conv_marker.h154
-rwxr-xr-xagg/inc/agg_conv_marker_adaptor.h51
-rwxr-xr-xagg/inc/agg_conv_segmentator.h48
-rwxr-xr-xagg/inc/agg_conv_shorten_path.h50
-rwxr-xr-xagg/inc/agg_conv_smooth_poly1.h80
-rwxr-xr-xagg/inc/agg_conv_stroke.h73
-rwxr-xr-xagg/inc/agg_conv_transform.h75
-rwxr-xr-xagg/inc/agg_conv_unclose_polygon.h59
-rwxr-xr-xagg/inc/agg_curves.h150
-rwxr-xr-xagg/inc/agg_dda_line.h290
-rwxr-xr-xagg/inc/agg_ellipse.h98
-rwxr-xr-xagg/inc/agg_ellipse_bresenham.h113
-rwxr-xr-xagg/inc/agg_embedded_raster_fonts.h59
-rwxr-xr-xagg/inc/agg_font_cache_manager.h397
-rwxr-xr-xagg/inc/agg_gamma_functions.h123
-rwxr-xr-xagg/inc/agg_gamma_lut.h114
-rwxr-xr-xagg/inc/agg_glyph_raster_bin.h155
-rwxr-xr-xagg/inc/agg_gsv_text.h154
-rwxr-xr-xagg/inc/agg_image_filters.h449
-rwxr-xr-xagg/inc/agg_line_aa_basics.h152
-rwxr-xr-xagg/inc/agg_math.h247
-rwxr-xr-xagg/inc/agg_math_stroke.h340
-rwxr-xr-xagg/inc/agg_path_storage.h364
-rwxr-xr-xagg/inc/agg_path_storage_integer.h300
-rwxr-xr-xagg/inc/agg_pattern_filters_rgba.h122
-rwxr-xr-xagg/inc/agg_pixfmt_amask_adaptor.h265
-rwxr-xr-xagg/inc/agg_pixfmt_gray.h703
-rwxr-xr-xagg/inc/agg_pixfmt_rgb.h760
-rwxr-xr-xagg/inc/agg_pixfmt_rgb_packed.h1277
-rwxr-xr-xagg/inc/agg_pixfmt_rgba.h1312
-rwxr-xr-xagg/inc/agg_rasterizer_outline.h146
-rwxr-xr-xagg/inc/agg_rasterizer_outline_aa.h516
-rwxr-xr-xagg/inc/agg_rasterizer_scanline_aa.h743
-rwxr-xr-xagg/inc/agg_render_scanlines.h66
-rwxr-xr-xagg/inc/agg_renderer_base.h618
-rwxr-xr-xagg/inc/agg_renderer_markers.h707
-rwxr-xr-xagg/inc/agg_renderer_mclip.h383
-rwxr-xr-xagg/inc/agg_renderer_outline_aa.h1545
-rwxr-xr-xagg/inc/agg_renderer_outline_image.h924
-rwxr-xr-xagg/inc/agg_renderer_primitives.h224
-rwxr-xr-xagg/inc/agg_renderer_raster_text.h264
-rwxr-xr-xagg/inc/agg_renderer_scanline.h450
-rwxr-xr-xagg/inc/agg_rendering_buffer.h179
-rwxr-xr-xagg/inc/agg_rendering_buffer_dynarow.h184
-rwxr-xr-xagg/inc/agg_rounded_rect.h79
-rwxr-xr-xagg/inc/agg_scanline_bin.h171
-rwxr-xr-xagg/inc/agg_scanline_boolean_algebra.h1559
-rwxr-xr-xagg/inc/agg_scanline_p.h197
-rwxr-xr-xagg/inc/agg_scanline_storage_aa.h796
-rwxr-xr-xagg/inc/agg_scanline_storage_bin.h569
-rwxr-xr-xagg/inc/agg_scanline_u.h323
-rwxr-xr-xagg/inc/agg_shorten_path.h66
-rwxr-xr-xagg/inc/agg_simul_eq.h147
-rwxr-xr-xagg/inc/agg_span_allocator.h72
-rwxr-xr-xagg/inc/agg_span_converter.h53
-rwxr-xr-xagg/inc/agg_span_generator.h50
-rwxr-xr-xagg/inc/agg_span_gouraud.h180
-rwxr-xr-xagg/inc/agg_span_gouraud_gray.h185
-rwxr-xr-xagg/inc/agg_span_gouraud_rgba.h206
-rwxr-xr-xagg/inc/agg_span_gradient.h422
-rwxr-xr-xagg/inc/agg_span_gradient_alpha.h123
-rwxr-xr-xagg/inc/agg_span_image_filter.h110
-rwxr-xr-xagg/inc/agg_span_image_filter_gray.h701
-rwxr-xr-xagg/inc/agg_span_image_filter_rgb.h840
-rwxr-xr-xagg/inc/agg_span_image_filter_rgba.h864
-rwxr-xr-xagg/inc/agg_span_image_resample.h180
-rwxr-xr-xagg/inc/agg_span_image_resample_gray.h359
-rwxr-xr-xagg/inc/agg_span_image_resample_rgb.h393
-rwxr-xr-xagg/inc/agg_span_image_resample_rgba.h393
-rwxr-xr-xagg/inc/agg_span_interpolator_adaptor.h77
-rwxr-xr-xagg/inc/agg_span_interpolator_linear.h232
-rwxr-xr-xagg/inc/agg_span_interpolator_persp.h462
-rwxr-xr-xagg/inc/agg_span_interpolator_trans.h97
-rwxr-xr-xagg/inc/agg_span_pattern.h278
-rwxr-xr-xagg/inc/agg_span_pattern_filter_gray.h472
-rwxr-xr-xagg/inc/agg_span_pattern_filter_rgb.h568
-rwxr-xr-xagg/inc/agg_span_pattern_filter_rgba.h584
-rwxr-xr-xagg/inc/agg_span_pattern_resample_gray.h320
-rwxr-xr-xagg/inc/agg_span_pattern_resample_rgb.h346
-rwxr-xr-xagg/inc/agg_span_pattern_resample_rgba.h354
-rwxr-xr-xagg/inc/agg_span_pattern_rgb.h165
-rwxr-xr-xagg/inc/agg_span_pattern_rgba.h111
-rwxr-xr-xagg/inc/agg_span_solid.h63
-rwxr-xr-xagg/inc/agg_span_subdiv_adaptor.h141
-rwxr-xr-xagg/inc/agg_trans_affine.h344
-rwxr-xr-xagg/inc/agg_trans_bilinear.h166
-rwxr-xr-xagg/inc/agg_trans_double_path.h131
-rwxr-xr-xagg/inc/agg_trans_lens.h79
-rwxr-xr-xagg/inc/agg_trans_perspective.h192
-rwxr-xr-xagg/inc/agg_trans_single_path.h97
-rwxr-xr-xagg/inc/agg_trans_viewport.h304
-rwxr-xr-xagg/inc/agg_trans_warp_magnifier.h51
-rwxr-xr-xagg/inc/agg_vcgen_bspline.h74
-rwxr-xr-xagg/inc/agg_vcgen_contour.h96
-rwxr-xr-xagg/inc/agg_vcgen_dash.h99
-rwxr-xr-xagg/inc/agg_vcgen_markers_term.h72
-rwxr-xr-xagg/inc/agg_vcgen_smooth_poly1.h87
-rwxr-xr-xagg/inc/agg_vcgen_stroke.h114
-rwxr-xr-xagg/inc/agg_vcgen_vertex_sequence.h135
-rwxr-xr-xagg/inc/agg_vertex_iterator.h133
-rwxr-xr-xagg/inc/agg_vertex_sequence.h176
-rwxr-xr-xagg/inc/agg_vpgen_clip_polygon.h83
-rwxr-xr-xagg/inc/agg_vpgen_clip_polyline.h121
-rwxr-xr-xagg/inc/agg_vpgen_segmentator.h61
-rwxr-xr-xagg/prj/build.lst5
-rwxr-xr-xagg/prj/d.lst11
-rw-r--r--agg/source/agg.flt3
-rwxr-xr-xagg/source/agg_arc.cpp105
-rwxr-xr-xagg/source/agg_arrowhead.cpp110
-rwxr-xr-xagg/source/agg_bezier_arc.cpp237
-rwxr-xr-xagg/source/agg_bspline.cpp299
-rwxr-xr-xagg/source/agg_curves.cpp246
-rwxr-xr-xagg/source/agg_embedded_raster_fonts.cpp10426
-rwxr-xr-xagg/source/agg_gsv_text.cpp688
-rwxr-xr-xagg/source/agg_image_filters.cpp120
-rwxr-xr-xagg/source/agg_line_aa_basics.cpp82
-rwxr-xr-xagg/source/agg_line_profile_aa.cpp117
-rwxr-xr-xagg/source/agg_path_storage.cpp525
-rwxr-xr-xagg/source/agg_rasterizer_scanline_aa.cpp621
-rwxr-xr-xagg/source/agg_rounded_rect.cpp164
-rwxr-xr-xagg/source/agg_sqrt_tables.cpp115
-rwxr-xr-xagg/source/agg_trans_affine.cpp195
-rwxr-xr-xagg/source/agg_trans_double_path.cpp273
-rwxr-xr-xagg/source/agg_trans_single_path.cpp202
-rwxr-xr-xagg/source/agg_trans_warp_magnifier.cpp50
-rwxr-xr-xagg/source/agg_vcgen_bspline.cpp194
-rwxr-xr-xagg/source/agg_vcgen_contour.cpp191
-rwxr-xr-xagg/source/agg_vcgen_dash.cpp237
-rwxr-xr-xagg/source/agg_vcgen_markers_term.cpp103
-rwxr-xr-xagg/source/agg_vcgen_smooth_poly1.cpp226
-rwxr-xr-xagg/source/agg_vcgen_stroke.cpp246
-rwxr-xr-xagg/source/agg_vpgen_clip_polygon.cpp133
-rwxr-xr-xagg/source/agg_vpgen_clip_polyline.cpp142
-rwxr-xr-xagg/source/agg_vpgen_segmentator.cpp67
-rwxr-xr-xagg/source/makefile.mk95
-rw-r--r--animations/inc/animations/animationnodehelper.hxx133
-rw-r--r--animations/prj/build.lst3
-rw-r--r--animations/prj/d.lst9
-rw-r--r--animations/source/animcore/animcore.cxx2092
-rw-r--r--animations/source/animcore/animcore.map9
-rw-r--r--animations/source/animcore/animcore.xml30
-rw-r--r--animations/source/animcore/factreg.cxx103
-rw-r--r--animations/source/animcore/factreg.hxx54
-rw-r--r--animations/source/animcore/makefile.mk74
-rw-r--r--animations/source/animcore/targetpropertiescreator.cxx507
-rw-r--r--apache-commons/download/README16
-rw-r--r--apache-commons/download/commons-codec-1.3-src.tar.gzbin0 -> 80427 bytes-rw-r--r--apache-commons/download/commons-httpclient-3.1-src.tar.gzbin0 -> 1882664 bytes-rw-r--r--apache-commons/download/commons-lang-2.3-src.tar.gzbin0 -> 474681 bytes-rw-r--r--apache-commons/download/commons-logging-1.1.1-src.tar.gzbin0 -> 189448 bytes-rw-r--r--apache-commons/java/codec/makefile.mk77
-rw-r--r--apache-commons/java/httpclient/makefile.mk82
-rw-r--r--apache-commons/java/lang/makefile.mk79
-rw-r--r--apache-commons/java/logging/makefile.mk81
-rw-r--r--apache-commons/patches/codec.patch17
-rw-r--r--apache-commons/patches/logging.patch15
-rw-r--r--apache-commons/prj/build.lst6
-rw-r--r--apache-commons/prj/d.lst5
-rw-r--r--apple_remote/AppleRemote.m98
-rw-r--r--apple_remote/GlobalKeyboardDevice.m249
-rw-r--r--apple_remote/HIDRemoteControlDevice.m518
-rw-r--r--apple_remote/KeyspanFrontRowControl.m97
-rw-r--r--apple_remote/MultiClickRemoteBehavior.m213
-rw-r--r--apple_remote/RemoteControl.m146
-rw-r--r--apple_remote/RemoteControlContainer.m140
-rw-r--r--apple_remote/RemoteMainController.m177
-rw-r--r--apple_remote/inc/AppleRemote.h40
-rw-r--r--apple_remote/inc/GlobalKeyboardDevice.h54
-rw-r--r--apple_remote/inc/HIDRemoteControlDevice.h67
-rw-r--r--apple_remote/inc/KeyspanFrontRowControl.h42
-rw-r--r--apple_remote/inc/MultiClickRemoteBehavior.h93
-rw-r--r--apple_remote/inc/RemoteControl.h105
-rw-r--r--apple_remote/inc/RemoteControlContainer.h41
-rw-r--r--apple_remote/inc/RemoteMainController.h49
-rw-r--r--apple_remote/makefile.mk86
-rw-r--r--apple_remote/prj/build.lst2
-rw-r--r--apple_remote/prj/d.lst5
-rw-r--r--autodoc/inc/ary/actions.hxx106
-rw-r--r--autodoc/inc/ary/ary.hxx93
-rw-r--r--autodoc/inc/ary/ary_disp.hxx114
-rw-r--r--autodoc/inc/ary/arygroup.hxx110
-rw-r--r--autodoc/inc/ary/ceslot.hxx106
-rw-r--r--autodoc/inc/ary/cessentl.hxx91
-rw-r--r--autodoc/inc/ary/cpp/c_builtintype.hxx100
-rw-r--r--autodoc/inc/ary/cpp/c_ce.hxx106
-rw-r--r--autodoc/inc/ary/cpp/c_class.hxx248
-rw-r--r--autodoc/inc/ary/cpp/c_cppentity.hxx94
-rw-r--r--autodoc/inc/ary/cpp/c_de.hxx107
-rw-r--r--autodoc/inc/ary/cpp/c_define.hxx85
-rw-r--r--autodoc/inc/ary/cpp/c_enum.hxx119
-rw-r--r--autodoc/inc/ary/cpp/c_enuval.hxx99
-rw-r--r--autodoc/inc/ary/cpp/c_funct.hxx152
-rw-r--r--autodoc/inc/ary/cpp/c_gate.hxx124
-rw-r--r--autodoc/inc/ary/cpp/c_macro.hxx87
-rw-r--r--autodoc/inc/ary/cpp/c_namesp.hxx197
-rw-r--r--autodoc/inc/ary/cpp/c_osigna.hxx125
-rw-r--r--autodoc/inc/ary/cpp/c_slntry.hxx113
-rw-r--r--autodoc/inc/ary/cpp/c_traits.hxx219
-rw-r--r--autodoc/inc/ary/cpp/c_tydef.hxx103
-rw-r--r--autodoc/inc/ary/cpp/c_type.hxx136
-rw-r--r--autodoc/inc/ary/cpp/c_types4cpp.hxx137
-rw-r--r--autodoc/inc/ary/cpp/c_vari.hxx117
-rw-r--r--autodoc/inc/ary/cpp/c_vfflag.hxx154
-rw-r--r--autodoc/inc/ary/cpp/cp_ce.hxx176
-rw-r--r--autodoc/inc/ary/cpp/cp_def.hxx102
-rw-r--r--autodoc/inc/ary/cpp/cp_type.hxx99
-rw-r--r--autodoc/inc/ary/cpp/inpcontx.hxx219
-rw-r--r--autodoc/inc/ary/cpp/namechain.hxx143
-rw-r--r--autodoc/inc/ary/cpp/usedtype.hxx215
-rw-r--r--autodoc/inc/ary/doc/d_boolean.hxx99
-rw-r--r--autodoc/inc/ary/doc/d_docu.hxx109
-rw-r--r--autodoc/inc/ary/doc/d_node.hxx112
-rw-r--r--autodoc/inc/ary/doc/d_oldcppdocu.hxx133
-rw-r--r--autodoc/inc/ary/doc/d_oldidldocu.hxx114
-rw-r--r--autodoc/inc/ary/doc/d_parametrized.hxx124
-rw-r--r--autodoc/inc/ary/doc/d_types4doc.hxx73
-rw-r--r--autodoc/inc/ary/doc/ht/dht_interpreter.hxx79
-rw-r--r--autodoc/inc/ary/doc/ht/dht_plain.hxx1
-rw-r--r--autodoc/inc/ary/entity.hxx84
-rw-r--r--autodoc/inc/ary/getncast.hxx91
-rw-r--r--autodoc/inc/ary/idl/i_attribute.hxx138
-rw-r--r--autodoc/inc/ary/idl/i_ce.hxx138
-rw-r--r--autodoc/inc/ary/idl/i_ce2s.hxx98
-rw-r--r--autodoc/inc/ary/idl/i_comrela.hxx83
-rw-r--r--autodoc/inc/ary/idl/i_constant.hxx115
-rw-r--r--autodoc/inc/ary/idl/i_constgroup.hxx104
-rw-r--r--autodoc/inc/ary/idl/i_enum.hxx103
-rw-r--r--autodoc/inc/ary/idl/i_enumvalue.hxx106
-rw-r--r--autodoc/inc/ary/idl/i_exception.hxx110
-rw-r--r--autodoc/inc/ary/idl/i_function.hxx163
-rw-r--r--autodoc/inc/ary/idl/i_gate.hxx86
-rw-r--r--autodoc/inc/ary/idl/i_interface.hxx130
-rw-r--r--autodoc/inc/ary/idl/i_module.hxx117
-rw-r--r--autodoc/inc/ary/idl/i_namelookup.hxx98
-rw-r--r--autodoc/inc/ary/idl/i_param.hxx78
-rw-r--r--autodoc/inc/ary/idl/i_property.hxx146
-rw-r--r--autodoc/inc/ary/idl/i_service.hxx142
-rw-r--r--autodoc/inc/ary/idl/i_singleton.hxx108
-rw-r--r--autodoc/inc/ary/idl/i_siservice.hxx110
-rw-r--r--autodoc/inc/ary/idl/i_sisingleton.hxx103
-rw-r--r--autodoc/inc/ary/idl/i_struct.hxx133
-rw-r--r--autodoc/inc/ary/idl/i_structelem.hxx106
-rw-r--r--autodoc/inc/ary/idl/i_traits.hxx81
-rw-r--r--autodoc/inc/ary/idl/i_type.hxx145
-rw-r--r--autodoc/inc/ary/idl/i_typedef.hxx93
-rw-r--r--autodoc/inc/ary/idl/i_types4idl.hxx145
-rw-r--r--autodoc/inc/ary/idl/ik_attribute.hxx88
-rw-r--r--autodoc/inc/ary/idl/ik_ce.hxx149
-rw-r--r--autodoc/inc/ary/idl/ik_constant.hxx79
-rw-r--r--autodoc/inc/ary/idl/ik_constgroup.hxx76
-rw-r--r--autodoc/inc/ary/idl/ik_enum.hxx88
-rw-r--r--autodoc/inc/ary/idl/ik_enumvalue.hxx76
-rw-r--r--autodoc/inc/ary/idl/ik_exception.hxx85
-rw-r--r--autodoc/inc/ary/idl/ik_function.hxx99
-rw-r--r--autodoc/inc/ary/idl/ik_interface.hxx115
-rw-r--r--autodoc/inc/ary/idl/ik_module.hxx117
-rw-r--r--autodoc/inc/ary/idl/ik_property.hxx92
-rw-r--r--autodoc/inc/ary/idl/ik_service.hxx91
-rw-r--r--autodoc/inc/ary/idl/ik_singleton.hxx76
-rw-r--r--autodoc/inc/ary/idl/ik_siservice.hxx78
-rw-r--r--autodoc/inc/ary/idl/ik_sisingleton.hxx76
-rw-r--r--autodoc/inc/ary/idl/ik_struct.hxx94
-rw-r--r--autodoc/inc/ary/idl/ik_structelem.hxx75
-rw-r--r--autodoc/inc/ary/idl/ik_typedef.hxx86
-rw-r--r--autodoc/inc/ary/idl/ip_ce.hxx213
-rw-r--r--autodoc/inc/ary/idl/ip_type.hxx86
-rw-r--r--autodoc/inc/ary/info/all_dts.hxx163
-rw-r--r--autodoc/inc/ary/info/all_tags.hxx292
-rw-r--r--autodoc/inc/ary/info/ci_attag.hxx104
-rw-r--r--autodoc/inc/ary/info/ci_text.hxx88
-rw-r--r--autodoc/inc/ary/info/docstore.hxx119
-rw-r--r--autodoc/inc/ary/info/infodisp.hxx117
-rw-r--r--autodoc/inc/ary/info/inftypes.hxx125
-rw-r--r--autodoc/inc/ary/itrange.hxx83
-rw-r--r--autodoc/inc/ary/loc/loc_dir.hxx148
-rw-r--r--autodoc/inc/ary/loc/loc_file.hxx71
-rw-r--r--autodoc/inc/ary/loc/loc_filebase.hxx75
-rw-r--r--autodoc/inc/ary/loc/loc_le.hxx97
-rw-r--r--autodoc/inc/ary/loc/loc_root.hxx113
-rw-r--r--autodoc/inc/ary/loc/loc_traits.hxx118
-rw-r--r--autodoc/inc/ary/loc/loc_types4loc.hxx57
-rw-r--r--autodoc/inc/ary/loc/locp_le.hxx91
-rw-r--r--autodoc/inc/ary/namesort.hxx78
-rw-r--r--autodoc/inc/ary/object.hxx73
-rw-r--r--autodoc/inc/ary/qualiname.hxx106
-rw-r--r--autodoc/inc/ary/sequentialids.hxx156
-rw-r--r--autodoc/inc/ary/stdconstiter.hxx101
-rw-r--r--autodoc/inc/ary/symtreenode.hxx347
-rw-r--r--autodoc/inc/ary/types.hxx133
-rw-r--r--autodoc/inc/ary/udmhost.hxx65
-rw-r--r--autodoc/inc/ary_i/ci_atag2.hxx82
-rw-r--r--autodoc/inc/ary_i/ci_text2.hxx95
-rw-r--r--autodoc/inc/ary_i/d_token.hxx285
-rw-r--r--autodoc/inc/ary_i/disdocum.hxx149
-rw-r--r--autodoc/inc/autodoc/displaying.hxx79
-rw-r--r--autodoc/inc/autodoc/dsp_html_std.hxx216
-rw-r--r--autodoc/inc/autodoc/dsp_txt_flist.hxx68
-rw-r--r--autodoc/inc/autodoc/filecoli.hxx75
-rw-r--r--autodoc/inc/autodoc/parsing.hxx81
-rw-r--r--autodoc/inc/autodoc/prs_code.hxx79
-rw-r--r--autodoc/inc/autodoc/prs_docu.hxx62
-rw-r--r--autodoc/inc/autodoc/x_parsing.hxx76
-rw-r--r--autodoc/inc/display/corframe.hxx85
-rw-r--r--autodoc/inc/parser/parser.hxx60
-rw-r--r--autodoc/inc/parser/parserinfo.hxx67
-rw-r--r--autodoc/inc/parser/unoidl.hxx82
-rw-r--r--autodoc/prj/build.lst67
-rw-r--r--autodoc/prj/d.lst3
-rw-r--r--autodoc/source/ary/cpp/c_builtintype.cxx130
-rw-r--r--autodoc/source/ary/cpp/c_class.cxx287
-rw-r--r--autodoc/source/ary/cpp/c_de.cxx54
-rw-r--r--autodoc/source/ary/cpp/c_define.cxx79
-rw-r--r--autodoc/source/ary/cpp/c_enum.cxx137
-rw-r--r--autodoc/source/ary/cpp/c_enuval.cxx90
-rw-r--r--autodoc/source/ary/cpp/c_funct.cxx250
-rw-r--r--autodoc/source/ary/cpp/c_macro.cxx81
-rw-r--r--autodoc/source/ary/cpp/c_namesp.cxx297
-rw-r--r--autodoc/source/ary/cpp/c_osigna.cxx79
-rw-r--r--autodoc/source/ary/cpp/c_reposypart.cxx526
-rw-r--r--autodoc/source/ary/cpp/c_reposypart.hxx117
-rw-r--r--autodoc/source/ary/cpp/c_slots.cxx109
-rw-r--r--autodoc/source/ary/cpp/c_slots.hxx87
-rw-r--r--autodoc/source/ary/cpp/c_traits.cxx226
-rw-r--r--autodoc/source/ary/cpp/c_tydef.cxx97
-rw-r--r--autodoc/source/ary/cpp/c_vari.cxx99
-rw-r--r--autodoc/source/ary/cpp/ca_ce.cxx625
-rw-r--r--autodoc/source/ary/cpp/ca_ce.hxx216
-rw-r--r--autodoc/source/ary/cpp/ca_def.cxx114
-rw-r--r--autodoc/source/ary/cpp/ca_def.hxx118
-rw-r--r--autodoc/source/ary/cpp/ca_type.cxx139
-rw-r--r--autodoc/source/ary/cpp/ca_type.hxx130
-rw-r--r--autodoc/source/ary/cpp/cs_ce.cxx107
-rw-r--r--autodoc/source/ary/cpp/cs_ce.hxx108
-rw-r--r--autodoc/source/ary/cpp/cs_def.cxx89
-rw-r--r--autodoc/source/ary/cpp/cs_def.hxx110
-rw-r--r--autodoc/source/ary/cpp/cs_type.cxx115
-rw-r--r--autodoc/source/ary/cpp/cs_type.hxx141
-rw-r--r--autodoc/source/ary/cpp/makefile.mk84
-rw-r--r--autodoc/source/ary/cpp/namechain.cxx199
-rw-r--r--autodoc/source/ary/cpp/tplparam.cxx77
-rw-r--r--autodoc/source/ary/cpp/tplparam.hxx87
-rw-r--r--autodoc/source/ary/cpp/usedtype.cxx578
-rw-r--r--autodoc/source/ary/doc/d_boolean.cxx58
-rw-r--r--autodoc/source/ary/doc/d_docu.cxx62
-rw-r--r--autodoc/source/ary/doc/d_node.cxx72
-rw-r--r--autodoc/source/ary/doc/d_oldcppdocu.cxx339
-rw-r--r--autodoc/source/ary/doc/d_oldidldocu.cxx79
-rw-r--r--autodoc/source/ary/doc/makefile.mk62
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.cxx995
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.hxx298
-rw-r--r--autodoc/source/ary/idl/i_attribute.cxx162
-rw-r--r--autodoc/source/ary/idl/i_ce.cxx83
-rw-r--r--autodoc/source/ary/idl/i_ce2s.cxx87
-rw-r--r--autodoc/source/ary/idl/i_comrela.cxx50
-rw-r--r--autodoc/source/ary/idl/i_constant.cxx126
-rw-r--r--autodoc/source/ary/idl/i_constgroup.cxx117
-rw-r--r--autodoc/source/ary/idl/i_enum.cxx146
-rw-r--r--autodoc/source/ary/idl/i_enumvalue.cxx119
-rw-r--r--autodoc/source/ary/idl/i_exception.cxx142
-rw-r--r--autodoc/source/ary/idl/i_function.cxx168
-rw-r--r--autodoc/source/ary/idl/i_interface.cxx199
-rw-r--r--autodoc/source/ary/idl/i_module.cxx207
-rw-r--r--autodoc/source/ary/idl/i_namelookup.cxx65
-rw-r--r--autodoc/source/ary/idl/i_nnfinder.hxx121
-rw-r--r--autodoc/source/ary/idl/i_param.cxx60
-rw-r--r--autodoc/source/ary/idl/i_property.cxx174
-rw-r--r--autodoc/source/ary/idl/i_reposypart.cxx122
-rw-r--r--autodoc/source/ary/idl/i_reposypart.hxx99
-rw-r--r--autodoc/source/ary/idl/i_service.cxx174
-rw-r--r--autodoc/source/ary/idl/i_singleton.cxx115
-rw-r--r--autodoc/source/ary/idl/i_siservice.cxx124
-rw-r--r--autodoc/source/ary/idl/i_sisingleton.cxx116
-rw-r--r--autodoc/source/ary/idl/i_struct.cxx166
-rw-r--r--autodoc/source/ary/idl/i_structelem.cxx120
-rw-r--r--autodoc/source/ary/idl/i_traits.cxx75
-rw-r--r--autodoc/source/ary/idl/i_typedef.cxx148
-rw-r--r--autodoc/source/ary/idl/ia_ce.cxx584
-rw-r--r--autodoc/source/ary/idl/ia_ce.hxx256
-rw-r--r--autodoc/source/ary/idl/ia_type.cxx367
-rw-r--r--autodoc/source/ary/idl/ia_type.hxx173
-rw-r--r--autodoc/source/ary/idl/is_ce.cxx68
-rw-r--r--autodoc/source/ary/idl/is_ce.hxx82
-rw-r--r--autodoc/source/ary/idl/is_type.cxx86
-rw-r--r--autodoc/source/ary/idl/is_type.hxx125
-rw-r--r--autodoc/source/ary/idl/it_builtin.cxx82
-rw-r--r--autodoc/source/ary/idl/it_builtin.hxx79
-rw-r--r--autodoc/source/ary/idl/it_ce.cxx103
-rw-r--r--autodoc/source/ary/idl/it_ce.hxx91
-rw-r--r--autodoc/source/ary/idl/it_explicit.cxx103
-rw-r--r--autodoc/source/ary/idl/it_explicit.hxx96
-rw-r--r--autodoc/source/ary/idl/it_named.hxx79
-rw-r--r--autodoc/source/ary/idl/it_sequence.cxx94
-rw-r--r--autodoc/source/ary/idl/it_sequence.hxx87
-rw-r--r--autodoc/source/ary/idl/it_tplparam.cxx95
-rw-r--r--autodoc/source/ary/idl/it_tplparam.hxx101
-rw-r--r--autodoc/source/ary/idl/it_xnameroom.cxx103
-rw-r--r--autodoc/source/ary/idl/it_xnameroom.hxx126
-rw-r--r--autodoc/source/ary/idl/makefile.mk91
-rw-r--r--autodoc/source/ary/inc/cpp_internalgate.hxx69
-rw-r--r--autodoc/source/ary/inc/cross_refs.hxx102
-rw-r--r--autodoc/source/ary/inc/idl_internalgate.hxx69
-rw-r--r--autodoc/source/ary/inc/idsort.hxx55
-rw-r--r--autodoc/source/ary/inc/loc_internalgate.hxx66
-rw-r--r--autodoc/source/ary/inc/nametreenode.hxx213
-rw-r--r--autodoc/source/ary/inc/reposy.hxx94
-rw-r--r--autodoc/source/ary/inc/sci_impl.hxx416
-rw-r--r--autodoc/source/ary/inc/slots.hxx166
-rw-r--r--autodoc/source/ary/inc/sorted_idset.hxx100
-rw-r--r--autodoc/source/ary/inc/sortedids.hxx240
-rw-r--r--autodoc/source/ary/inc/store/s_base.hxx183
-rw-r--r--autodoc/source/ary/inc/store/s_iterator.hxx240
-rw-r--r--autodoc/source/ary/inc/store/s_storage.hxx297
-rw-r--r--autodoc/source/ary/inc/traits_impl.hxx122
-rw-r--r--autodoc/source/ary/info/all_dts.cxx108
-rw-r--r--autodoc/source/ary/info/all_tags.cxx572
-rw-r--r--autodoc/source/ary/info/ci_attag.cxx96
-rw-r--r--autodoc/source/ary/info/ci_text.cxx74
-rw-r--r--autodoc/source/ary/info/makefile.mk64
-rw-r--r--autodoc/source/ary/kernel/ary_disp.cxx111
-rw-r--r--autodoc/source/ary/kernel/cessentl.cxx89
-rw-r--r--autodoc/source/ary/kernel/makefile.mk67
-rw-r--r--autodoc/source/ary/kernel/namesort.cxx103
-rw-r--r--autodoc/source/ary/kernel/qualiname.cxx108
-rw-r--r--autodoc/source/ary/kernel/reposy.cxx221
-rw-r--r--autodoc/source/ary/kernel/slots.cxx167
-rw-r--r--autodoc/source/ary/loc/loc_dir.cxx137
-rw-r--r--autodoc/source/ary/loc/loc_file.cxx69
-rw-r--r--autodoc/source/ary/loc/loc_filebase.cxx66
-rw-r--r--autodoc/source/ary/loc/loc_root.cxx86
-rw-r--r--autodoc/source/ary/loc/loc_traits.cxx94
-rw-r--r--autodoc/source/ary/loc/loca_le.cxx184
-rw-r--r--autodoc/source/ary/loc/loca_le.hxx101
-rw-r--r--autodoc/source/ary/loc/locs_le.cxx70
-rw-r--r--autodoc/source/ary/loc/locs_le.hxx91
-rw-r--r--autodoc/source/ary/loc/makefile.mk65
-rw-r--r--autodoc/source/ary_i/kernel/ci_atag2.cxx60
-rw-r--r--autodoc/source/ary_i/kernel/ci_text2.cxx142
-rw-r--r--autodoc/source/ary_i/kernel/d_token.cxx190
-rw-r--r--autodoc/source/ary_i/kernel/makefile.mk64
-rw-r--r--autodoc/source/display/html/aryattrs.cxx251
-rw-r--r--autodoc/source/display/html/aryattrs.hxx157
-rw-r--r--autodoc/source/display/html/cfrstd.cxx350
-rw-r--r--autodoc/source/display/html/chd_udk2.cxx204
-rw-r--r--autodoc/source/display/html/cre_link.cxx272
-rw-r--r--autodoc/source/display/html/cre_link.hxx136
-rw-r--r--autodoc/source/display/html/dsply_cl.cxx111
-rw-r--r--autodoc/source/display/html/dsply_cl.hxx90
-rw-r--r--autodoc/source/display/html/dsply_da.cxx202
-rw-r--r--autodoc/source/display/html/dsply_da.hxx110
-rw-r--r--autodoc/source/display/html/dsply_op.cxx210
-rw-r--r--autodoc/source/display/html/dsply_op.hxx107
-rw-r--r--autodoc/source/display/html/easywri.cxx68
-rw-r--r--autodoc/source/display/html/easywri.hxx83
-rw-r--r--autodoc/source/display/html/hd_chlst.cxx592
-rw-r--r--autodoc/source/display/html/hd_chlst.hxx209
-rw-r--r--autodoc/source/display/html/hd_docu.cxx489
-rw-r--r--autodoc/source/display/html/hd_docu.hxx199
-rw-r--r--autodoc/source/display/html/hdimpl.cxx549
-rw-r--r--autodoc/source/display/html/hdimpl.hxx250
-rw-r--r--autodoc/source/display/html/html_kit.cxx308
-rw-r--r--autodoc/source/display/html/html_kit.hxx201
-rw-r--r--autodoc/source/display/html/makefile.mk82
-rw-r--r--autodoc/source/display/html/nav_main.cxx380
-rw-r--r--autodoc/source/display/html/nav_main.hxx121
-rw-r--r--autodoc/source/display/html/navibar.cxx318
-rw-r--r--autodoc/source/display/html/navibar.hxx121
-rw-r--r--autodoc/source/display/html/opageenv.cxx492
-rw-r--r--autodoc/source/display/html/opageenv.hxx131
-rw-r--r--autodoc/source/display/html/outfile.cxx395
-rw-r--r--autodoc/source/display/html/outfile.hxx89
-rw-r--r--autodoc/source/display/html/pagemake.cxx579
-rw-r--r--autodoc/source/display/html/pagemake.hxx167
-rw-r--r--autodoc/source/display/html/pm_aldef.cxx248
-rw-r--r--autodoc/source/display/html/pm_aldef.hxx91
-rw-r--r--autodoc/source/display/html/pm_base.cxx80
-rw-r--r--autodoc/source/display/html/pm_base.hxx91
-rw-r--r--autodoc/source/display/html/pm_class.cxx814
-rw-r--r--autodoc/source/display/html/pm_class.hxx134
-rw-r--r--autodoc/source/display/html/pm_help.cxx235
-rw-r--r--autodoc/source/display/html/pm_help.hxx66
-rw-r--r--autodoc/source/display/html/pm_index.cxx320
-rw-r--r--autodoc/source/display/html/pm_index.hxx138
-rw-r--r--autodoc/source/display/html/pm_namsp.cxx176
-rw-r--r--autodoc/source/display/html/pm_namsp.hxx81
-rw-r--r--autodoc/source/display/html/pm_start.cxx140
-rw-r--r--autodoc/source/display/html/pm_start.hxx66
-rw-r--r--autodoc/source/display/html/protarea.cxx141
-rw-r--r--autodoc/source/display/html/protarea.hxx97
-rw-r--r--autodoc/source/display/html/strconst.hxx81
-rw-r--r--autodoc/source/display/idl/hfi_constgroup.cxx141
-rw-r--r--autodoc/source/display/idl/hfi_constgroup.hxx69
-rw-r--r--autodoc/source/display/idl/hfi_doc.cxx140
-rw-r--r--autodoc/source/display/idl/hfi_doc.hxx82
-rw-r--r--autodoc/source/display/idl/hfi_enum.cxx136
-rw-r--r--autodoc/source/display/idl/hfi_enum.hxx71
-rw-r--r--autodoc/source/display/idl/hfi_globalindex.cxx278
-rw-r--r--autodoc/source/display/idl/hfi_globalindex.hxx92
-rw-r--r--autodoc/source/display/idl/hfi_hierarchy.cxx205
-rw-r--r--autodoc/source/display/idl/hfi_hierarchy.hxx127
-rw-r--r--autodoc/source/display/idl/hfi_interface.cxx360
-rw-r--r--autodoc/source/display/idl/hfi_interface.hxx93
-rw-r--r--autodoc/source/display/idl/hfi_linklist.cxx381
-rw-r--r--autodoc/source/display/idl/hfi_linklist.hxx148
-rw-r--r--autodoc/source/display/idl/hfi_method.cxx360
-rw-r--r--autodoc/source/display/idl/hfi_method.hxx107
-rw-r--r--autodoc/source/display/idl/hfi_module.cxx302
-rw-r--r--autodoc/source/display/idl/hfi_module.hxx86
-rw-r--r--autodoc/source/display/idl/hfi_navibar.cxx228
-rw-r--r--autodoc/source/display/idl/hfi_navibar.hxx85
-rw-r--r--autodoc/source/display/idl/hfi_property.cxx454
-rw-r--r--autodoc/source/display/idl/hfi_property.hxx185
-rw-r--r--autodoc/source/display/idl/hfi_service.cxx366
-rw-r--r--autodoc/source/display/idl/hfi_service.hxx102
-rw-r--r--autodoc/source/display/idl/hfi_singleton.cxx136
-rw-r--r--autodoc/source/display/idl/hfi_singleton.hxx72
-rw-r--r--autodoc/source/display/idl/hfi_siservice.cxx178
-rw-r--r--autodoc/source/display/idl/hfi_siservice.hxx75
-rw-r--r--autodoc/source/display/idl/hfi_struct.cxx206
-rw-r--r--autodoc/source/display/idl/hfi_struct.hxx81
-rw-r--r--autodoc/source/display/idl/hfi_tag.cxx335
-rw-r--r--autodoc/source/display/idl/hfi_tag.hxx175
-rw-r--r--autodoc/source/display/idl/hfi_typedef.cxx95
-rw-r--r--autodoc/source/display/idl/hfi_typedef.hxx68
-rw-r--r--autodoc/source/display/idl/hfi_typetext.cxx760
-rw-r--r--autodoc/source/display/idl/hfi_typetext.hxx161
-rw-r--r--autodoc/source/display/idl/hfi_xrefpage.cxx276
-rw-r--r--autodoc/source/display/idl/hfi_xrefpage.hxx107
-rw-r--r--autodoc/source/display/idl/hi_ary.cxx286
-rw-r--r--autodoc/source/display/idl/hi_ary.hxx165
-rw-r--r--autodoc/source/display/idl/hi_display.cxx210
-rw-r--r--autodoc/source/display/idl/hi_env.cxx202
-rw-r--r--autodoc/source/display/idl/hi_env.hxx164
-rw-r--r--autodoc/source/display/idl/hi_factory.cxx324
-rw-r--r--autodoc/source/display/idl/hi_factory.hxx172
-rw-r--r--autodoc/source/display/idl/hi_linkhelper.cxx99
-rw-r--r--autodoc/source/display/idl/hi_linkhelper.hxx110
-rw-r--r--autodoc/source/display/idl/hi_main.cxx767
-rw-r--r--autodoc/source/display/idl/hi_main.hxx181
-rw-r--r--autodoc/source/display/idl/makefile.mk81
-rw-r--r--autodoc/source/display/inc/cfrstd.hxx83
-rw-r--r--autodoc/source/display/inc/html/chd_udk2.hxx98
-rw-r--r--autodoc/source/display/inc/idl/hi_display.hxx114
-rw-r--r--autodoc/source/display/inc/toolkit/hf_docentry.hxx62
-rw-r--r--autodoc/source/display/inc/toolkit/hf_funcdecl.hxx107
-rw-r--r--autodoc/source/display/inc/toolkit/hf_linachain.hxx75
-rw-r--r--autodoc/source/display/inc/toolkit/hf_navi_main.hxx95
-rw-r--r--autodoc/source/display/inc/toolkit/hf_navi_sub.hxx84
-rw-r--r--autodoc/source/display/inc/toolkit/hf_title.hxx94
-rw-r--r--autodoc/source/display/inc/toolkit/htmlfactory.hxx105
-rw-r--r--autodoc/source/display/inc/toolkit/htmlfile.hxx89
-rw-r--r--autodoc/source/display/inc/toolkit/out_node.hxx132
-rw-r--r--autodoc/source/display/inc/toolkit/out_position.hxx120
-rw-r--r--autodoc/source/display/inc/toolkit/out_tree.hxx139
-rw-r--r--autodoc/source/display/inc/toolkit/outputstack.hxx76
-rw-r--r--autodoc/source/display/kernel/displfct.cxx92
-rw-r--r--autodoc/source/display/kernel/displfct.hxx66
-rw-r--r--autodoc/source/display/kernel/makefile.mk59
-rw-r--r--autodoc/source/display/toolkit/hf_docentry.cxx77
-rw-r--r--autodoc/source/display/toolkit/hf_funcdecl.cxx206
-rw-r--r--autodoc/source/display/toolkit/hf_linachain.cxx113
-rw-r--r--autodoc/source/display/toolkit/hf_navi_main.cxx241
-rw-r--r--autodoc/source/display/toolkit/hf_navi_sub.cxx106
-rw-r--r--autodoc/source/display/toolkit/hf_title.cxx172
-rw-r--r--autodoc/source/display/toolkit/htmlfile.cxx214
-rw-r--r--autodoc/source/display/toolkit/makefile.mk68
-rw-r--r--autodoc/source/display/toolkit/out_node.cxx192
-rw-r--r--autodoc/source/display/toolkit/out_position.cxx242
-rw-r--r--autodoc/source/display/toolkit/out_tree.cxx56
-rw-r--r--autodoc/source/display/toolkit/outputstack.cxx61
-rw-r--r--autodoc/source/exes/adc_uni/adc_cl.cxx571
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd.hxx134
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd_parse.cxx346
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd_parse.hxx211
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmds.cxx180
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmds.hxx128
-rw-r--r--autodoc/source/exes/adc_uni/adc_msg.cxx211
-rw-r--r--autodoc/source/exes/adc_uni/cmd_run.cxx616
-rw-r--r--autodoc/source/exes/adc_uni/cmd_run.hxx107
-rw-r--r--autodoc/source/exes/adc_uni/cmd_sincedata.cxx132
-rw-r--r--autodoc/source/exes/adc_uni/cmd_sincedata.hxx94
-rw-r--r--autodoc/source/exes/adc_uni/main.cxx57
-rw-r--r--autodoc/source/exes/adc_uni/makefile.mk108
-rw-r--r--autodoc/source/exes/adc_uni/spec-CommandLine.txt181
-rw-r--r--autodoc/source/exes/adc_uni/spec-DevGuideReferenceFile.txt0
-rw-r--r--autodoc/source/exes/adc_uni/spec-SinceTag_Handling.txt49
-rw-r--r--autodoc/source/inc/adc_cl.hxx196
-rw-r--r--autodoc/source/inc/adc_msg.hxx144
-rw-r--r--autodoc/source/inc/docu_node_ids.hxx67
-rw-r--r--autodoc/source/inc/estack.hxx97
-rw-r--r--autodoc/source/inc/luxenum.hxx106
-rw-r--r--autodoc/source/inc/manip.hxx64
-rw-r--r--autodoc/source/inc/precomp.h69
-rw-r--r--autodoc/source/inc/prprpr.hxx61
-rw-r--r--autodoc/source/inc/tools/filecoll.hxx72
-rw-r--r--autodoc/source/inc/tools/tkpchars.hxx173
-rw-r--r--autodoc/source/mkinc/fullcpp.mk58
-rw-r--r--autodoc/source/parser/adoc/a_rdocu.cxx93
-rw-r--r--autodoc/source/parser/adoc/adoc_tok.cxx50
-rw-r--r--autodoc/source/parser/adoc/cx_a_std.cxx519
-rw-r--r--autodoc/source/parser/adoc/cx_a_sub.cxx185
-rw-r--r--autodoc/source/parser/adoc/docu_pe.cxx406
-rw-r--r--autodoc/source/parser/adoc/makefile.mk66
-rw-r--r--autodoc/source/parser/adoc/prs_adoc.cxx60
-rw-r--r--autodoc/source/parser/adoc/tk_attag.cxx114
-rw-r--r--autodoc/source/parser/adoc/tk_docw.cxx131
-rw-r--r--autodoc/source/parser/cpp/all_toks.cxx154
-rw-r--r--autodoc/source/parser/cpp/all_toks.hxx222
-rw-r--r--autodoc/source/parser/cpp/c_dealer.cxx152
-rw-r--r--autodoc/source/parser/cpp/c_dealer.hxx111
-rw-r--r--autodoc/source/parser/cpp/c_rcode.cxx185
-rw-r--r--autodoc/source/parser/cpp/c_rcode.hxx107
-rw-r--r--autodoc/source/parser/cpp/cpp_pe.cxx81
-rw-r--r--autodoc/source/parser/cpp/cpp_pe.hxx84
-rw-r--r--autodoc/source/parser/cpp/cpp_tok.hxx66
-rw-r--r--autodoc/source/parser/cpp/cx_base.cxx80
-rw-r--r--autodoc/source/parser/cpp/cx_base.hxx99
-rw-r--r--autodoc/source/parser/cpp/cx_c_pp.cxx183
-rw-r--r--autodoc/source/parser/cpp/cx_c_pp.hxx98
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.cxx532
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.hxx95
-rw-r--r--autodoc/source/parser/cpp/cx_c_sub.cxx160
-rw-r--r--autodoc/source/parser/cpp/cx_c_sub.hxx106
-rw-r--r--autodoc/source/parser/cpp/cxt2ary.cxx360
-rw-r--r--autodoc/source/parser/cpp/cxt2ary.hxx201
-rw-r--r--autodoc/source/parser/cpp/defdescr.cxx228
-rw-r--r--autodoc/source/parser/cpp/defdescr.hxx100
-rw-r--r--autodoc/source/parser/cpp/fevnthdl.hxx108
-rw-r--r--autodoc/source/parser/cpp/icprivow.cxx195
-rw-r--r--autodoc/source/parser/cpp/icprivow.hxx126
-rw-r--r--autodoc/source/parser/cpp/makefile.mk91
-rw-r--r--autodoc/source/parser/cpp/pe_base.cxx227
-rw-r--r--autodoc/source/parser/cpp/pe_base.hxx126
-rw-r--r--autodoc/source/parser/cpp/pe_class.cxx506
-rw-r--r--autodoc/source/parser/cpp/pe_class.hxx259
-rw-r--r--autodoc/source/parser/cpp/pe_defs.cxx183
-rw-r--r--autodoc/source/parser/cpp/pe_defs.hxx97
-rw-r--r--autodoc/source/parser/cpp/pe_enum.cxx192
-rw-r--r--autodoc/source/parser/cpp/pe_enum.hxx141
-rw-r--r--autodoc/source/parser/cpp/pe_enval.cxx171
-rw-r--r--autodoc/source/parser/cpp/pe_enval.hxx102
-rw-r--r--autodoc/source/parser/cpp/pe_expr.cxx207
-rw-r--r--autodoc/source/parser/cpp/pe_expr.hxx108
-rw-r--r--autodoc/source/parser/cpp/pe_file.cxx320
-rw-r--r--autodoc/source/parser/cpp/pe_file.hxx212
-rw-r--r--autodoc/source/parser/cpp/pe_funct.cxx613
-rw-r--r--autodoc/source/parser/cpp/pe_funct.hxx284
-rw-r--r--autodoc/source/parser/cpp/pe_ignor.cxx119
-rw-r--r--autodoc/source/parser/cpp/pe_ignor.hxx78
-rw-r--r--autodoc/source/parser/cpp/pe_namsp.cxx166
-rw-r--r--autodoc/source/parser/cpp/pe_namsp.hxx102
-rw-r--r--autodoc/source/parser/cpp/pe_param.cxx283
-rw-r--r--autodoc/source/parser/cpp/pe_param.hxx141
-rw-r--r--autodoc/source/parser/cpp/pe_tpltp.cxx178
-rw-r--r--autodoc/source/parser/cpp/pe_tpltp.hxx109
-rw-r--r--autodoc/source/parser/cpp/pe_tydef.cxx146
-rw-r--r--autodoc/source/parser/cpp/pe_tydef.hxx93
-rw-r--r--autodoc/source/parser/cpp/pe_type.cxx557
-rw-r--r--autodoc/source/parser/cpp/pe_type.hxx188
-rw-r--r--autodoc/source/parser/cpp/pe_vafu.cxx652
-rw-r--r--autodoc/source/parser/cpp/pe_vafu.hxx292
-rw-r--r--autodoc/source/parser/cpp/pe_vari.cxx190
-rw-r--r--autodoc/source/parser/cpp/pe_vari.hxx133
-rw-r--r--autodoc/source/parser/cpp/pev.hxx307
-rw-r--r--autodoc/source/parser/cpp/preproc.cxx234
-rw-r--r--autodoc/source/parser/cpp/preproc.hxx119
-rw-r--r--autodoc/source/parser/cpp/prs_cpp.cxx251
-rw-r--r--autodoc/source/parser/cpp/sdocdist.hxx161
-rw-r--r--autodoc/source/parser/cpp/sfscope.hxx72
-rw-r--r--autodoc/source/parser/cpp/sownstck.hxx328
-rw-r--r--autodoc/source/parser/cpp/srecover.hxx135
-rw-r--r--autodoc/source/parser/cpp/tkp_cpp.cxx95
-rw-r--r--autodoc/source/parser/cpp/tkp_cpp.hxx102
-rw-r--r--autodoc/source/parser/cpp/tokintpr.hxx120
-rw-r--r--autodoc/source/parser/inc/adoc/a_rdocu.hxx74
-rw-r--r--autodoc/source/parser/inc/adoc/adoc_tok.hxx65
-rw-r--r--autodoc/source/parser/inc/adoc/atokdeal.hxx63
-rw-r--r--autodoc/source/parser/inc/adoc/cx_a_std.hxx108
-rw-r--r--autodoc/source/parser/inc/adoc/cx_a_sub.hxx149
-rw-r--r--autodoc/source/parser/inc/adoc/docu_pe.hxx195
-rw-r--r--autodoc/source/parser/inc/adoc/prs_adoc.hxx58
-rw-r--r--autodoc/source/parser/inc/adoc/tk_attag.hxx101
-rw-r--r--autodoc/source/parser/inc/adoc/tk_docw.hxx120
-rw-r--r--autodoc/source/parser/inc/adoc/tokintpr.hxx120
-rw-r--r--autodoc/source/parser/inc/cpp/ctokdeal.hxx77
-rw-r--r--autodoc/source/parser/inc/cpp/prs_cpp.hxx70
-rw-r--r--autodoc/source/parser/inc/doc_deal.hxx92
-rw-r--r--autodoc/source/parser/inc/semantic/callf.hxx290
-rw-r--r--autodoc/source/parser/inc/semantic/parseenv.hxx113
-rw-r--r--autodoc/source/parser/inc/semantic/sub_pe.hxx115
-rw-r--r--autodoc/source/parser/inc/semantic/sub_peu.hxx134
-rw-r--r--autodoc/source/parser/inc/tokens/parseinc.hxx206
-rw-r--r--autodoc/source/parser/inc/tokens/stmstarr.hxx88
-rw-r--r--autodoc/source/parser/inc/tokens/stmstate.hxx71
-rw-r--r--autodoc/source/parser/inc/tokens/stmstfin.hxx83
-rw-r--r--autodoc/source/parser/inc/tokens/tkp.hxx102
-rw-r--r--autodoc/source/parser/inc/tokens/tkpcontx.hxx143
-rw-r--r--autodoc/source/parser/inc/tokens/tkpstama.hxx126
-rw-r--r--autodoc/source/parser/inc/tokens/tokdeal.hxx80
-rw-r--r--autodoc/source/parser/inc/tokens/token.hxx69
-rw-r--r--autodoc/source/parser/inc/tokens/tokproct.hxx86
-rw-r--r--autodoc/source/parser/inc/x_docu.hxx61
-rw-r--r--autodoc/source/parser/inc/x_parse.hxx66
-rw-r--r--autodoc/source/parser/kernel/makefile.mk62
-rw-r--r--autodoc/source/parser/kernel/parsefct.cxx84
-rw-r--r--autodoc/source/parser/kernel/parsefct.hxx63
-rw-r--r--autodoc/source/parser/kernel/x_docu.cxx64
-rw-r--r--autodoc/source/parser/kernel/x_parse.cxx101
-rw-r--r--autodoc/source/parser/semantic/makefile.mk62
-rw-r--r--autodoc/source/parser/semantic/parseenv.cxx89
-rw-r--r--autodoc/source/parser/tokens/makefile.mk66
-rw-r--r--autodoc/source/parser/tokens/stmstarr.cxx102
-rw-r--r--autodoc/source/parser/tokens/stmstate.cxx49
-rw-r--r--autodoc/source/parser/tokens/stmstfin.cxx64
-rw-r--r--autodoc/source/parser/tokens/tkp.cxx75
-rw-r--r--autodoc/source/parser/tokens/tkpcontx.cxx71
-rw-r--r--autodoc/source/parser/tokens/tkpstama.cxx180
-rw-r--r--autodoc/source/parser/tokens/tokdeal.cxx53
-rw-r--r--autodoc/source/parser_i/idl/cx_idlco.cxx548
-rw-r--r--autodoc/source/parser_i/idl/cx_sub.cxx149
-rw-r--r--autodoc/source/parser_i/idl/distrib.cxx267
-rw-r--r--autodoc/source/parser_i/idl/makefile.mk88
-rw-r--r--autodoc/source/parser_i/idl/parsenv2.cxx215
-rw-r--r--autodoc/source/parser_i/idl/pe_attri.cxx297
-rw-r--r--autodoc/source/parser_i/idl/pe_const.cxx283
-rw-r--r--autodoc/source/parser_i/idl/pe_enum2.cxx254
-rw-r--r--autodoc/source/parser_i/idl/pe_evalu.cxx185
-rw-r--r--autodoc/source/parser_i/idl/pe_excp.cxx301
-rw-r--r--autodoc/source/parser_i/idl/pe_file2.cxx321
-rw-r--r--autodoc/source/parser_i/idl/pe_func2.cxx448
-rw-r--r--autodoc/source/parser_i/idl/pe_iface.cxx470
-rw-r--r--autodoc/source/parser_i/idl/pe_property.cxx241
-rw-r--r--autodoc/source/parser_i/idl/pe_selem.cxx208
-rw-r--r--autodoc/source/parser_i/idl/pe_servi.cxx396
-rw-r--r--autodoc/source/parser_i/idl/pe_singl.cxx275
-rw-r--r--autodoc/source/parser_i/idl/pe_struc.cxx330
-rw-r--r--autodoc/source/parser_i/idl/pe_tydf2.cxx187
-rw-r--r--autodoc/source/parser_i/idl/pe_type2.cxx317
-rw-r--r--autodoc/source/parser_i/idl/pe_vari2.cxx176
-rw-r--r--autodoc/source/parser_i/idl/pestate.cxx143
-rw-r--r--autodoc/source/parser_i/idl/semnode.cxx85
-rw-r--r--autodoc/source/parser_i/idl/tk_const.cxx60
-rw-r--r--autodoc/source/parser_i/idl/tk_ident.cxx71
-rw-r--r--autodoc/source/parser_i/idl/tk_keyw.cxx228
-rw-r--r--autodoc/source/parser_i/idl/tk_punct.cxx116
-rw-r--r--autodoc/source/parser_i/idl/tkp_uidl.cxx77
-rw-r--r--autodoc/source/parser_i/idl/unoidl.cxx179
-rw-r--r--autodoc/source/parser_i/idoc/cx_docu2.cxx270
-rw-r--r--autodoc/source/parser_i/idoc/cx_dsapi.cxx536
-rw-r--r--autodoc/source/parser_i/idoc/docu_pe2.cxx609
-rw-r--r--autodoc/source/parser_i/idoc/makefile.mk66
-rw-r--r--autodoc/source/parser_i/idoc/tk_atag2.cxx86
-rw-r--r--autodoc/source/parser_i/idoc/tk_docw2.cxx122
-rw-r--r--autodoc/source/parser_i/idoc/tk_html.cxx61
-rw-r--r--autodoc/source/parser_i/idoc/tk_xml.cxx177
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx236
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx126
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx177
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx68
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx91
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx124
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx76
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx204
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx97
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx63
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/cx_idlco.hxx101
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/cx_sub.hxx134
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/distrib.hxx275
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx145
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_attri.hxx138
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx148
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx134
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx130
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx262
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_file2.hxx143
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_func2.hxx170
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_iface.hxx187
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_modul.hxx66
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_property.hxx126
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx124
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_servi.hxx152
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_singl.hxx153
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx288
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_tydf2.hxx127
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_type2.hxx119
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_vari2.hxx110
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pestate.hxx109
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/semnode.hxx135
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/smp_uidl.hxx85
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx67
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx78
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx254
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_punct.hxx116
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tkp_uidl.hxx87
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx101
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokproct.hxx96
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokrecv.hxx63
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx67
-rw-r--r--autodoc/source/parser_i/inc/semantic/parsenv2.hxx54
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstar2.hxx86
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstat2.hxx71
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstfi2.hxx83
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkp2.hxx87
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkpcont2.hxx126
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkpstam2.hxx124
-rw-r--r--autodoc/source/parser_i/inc/tokens/token2.hxx66
-rw-r--r--autodoc/source/parser_i/inc/x_parse2.hxx70
-rw-r--r--autodoc/source/parser_i/tokens/makefile.mk67
-rw-r--r--autodoc/source/parser_i/tokens/stmstar2.cxx105
-rw-r--r--autodoc/source/parser_i/tokens/stmstat2.cxx49
-rw-r--r--autodoc/source/parser_i/tokens/stmstfi2.cxx64
-rw-r--r--autodoc/source/parser_i/tokens/tkp2.cxx65
-rw-r--r--autodoc/source/parser_i/tokens/tkpcont2.cxx68
-rw-r--r--autodoc/source/parser_i/tokens/tkpstam2.cxx177
-rw-r--r--autodoc/source/parser_i/tokens/x_parse2.cxx64
-rw-r--r--autodoc/source/tools/filecoll.cxx135
-rw-r--r--autodoc/source/tools/makefile.mk62
-rw-r--r--autodoc/source/tools/tkpchars.cxx162
-rw-r--r--automation/inc/automation/automation.hxx55
-rw-r--r--automation/inc/automation/commdefines.hxx151
-rw-r--r--automation/inc/automation/commtypes.hxx103
-rw-r--r--automation/inc/automation/communi.hxx183
-rw-r--r--automation/inc/automation/simplecm.hxx396
-rw-r--r--automation/inc/makefile.mk51
-rw-r--r--automation/inc/pch/precompiled_automation.cxx32
-rw-r--r--automation/inc/pch/precompiled_automation.hxx35
-rw-r--r--automation/packimages/makefile.mk67
-rw-r--r--automation/prj/build.lst11
-rw-r--r--automation/prj/d.lst27
-rw-r--r--automation/prj/l10n1
-rw-r--r--automation/source/app/makefile.mk56
-rw-r--r--automation/source/app/testbasi.cxx164
-rw-r--r--automation/source/app/testbasi.hxx67
-rw-r--r--automation/source/communi/communi.cxx599
-rw-r--r--automation/source/communi/makefile.mk48
-rw-r--r--automation/source/inc/cmdbasestream.hxx88
-rw-r--r--automation/source/inc/icommstream.hxx67
-rw-r--r--automation/source/inc/rcontrol.hxx499
-rw-r--r--automation/source/inc/sttresid.hxx45
-rw-r--r--automation/source/inc/svcommstream.hxx59
-rw-r--r--automation/source/inc/testapp.hxx198
-rw-r--r--automation/source/inc/testtool.hxx75
-rw-r--r--automation/source/miniapp/editwin.cxx130
-rw-r--r--automation/source/miniapp/editwin.hxx73
-rw-r--r--automation/source/miniapp/hid.lst27
-rw-r--r--automation/source/miniapp/makefile.mk58
-rw-r--r--automation/source/miniapp/servres.cxx63
-rw-r--r--automation/source/miniapp/servres.hrc43
-rw-r--r--automation/source/miniapp/servres.hxx84
-rw-r--r--automation/source/miniapp/servres.src236
-rw-r--r--automation/source/miniapp/servuid.hxx40
-rw-r--r--automation/source/miniapp/test.bas126
-rw-r--r--automation/source/miniapp/test.sid5
-rw-r--r--automation/source/miniapp/test.win13
-rw-r--r--automation/source/miniapp/testapp.cxx353
-rw-r--r--automation/source/miniapp/testapp.hxx128
-rw-r--r--automation/source/mozillaserver/makefile.mk157
-rw-r--r--automation/source/mozillaserver/mozillatesttoolserver.idl55
-rw-r--r--automation/source/mozillaserver/xmozillatesttoolserver.idl160
-rw-r--r--automation/source/server/XMLParser.cxx698
-rw-r--r--automation/source/server/cmdbasestream.cxx304
-rw-r--r--automation/source/server/editwin.cxx167
-rw-r--r--automation/source/server/editwin.hxx77
-rw-r--r--automation/source/server/makefile.mk75
-rw-r--r--automation/source/server/prof_nul.cxx99
-rw-r--r--automation/source/server/prof_usl.cxx139
-rw-r--r--automation/source/server/profiler.cxx267
-rw-r--r--automation/source/server/profiler.hxx140
-rw-r--r--automation/source/server/recorder.cxx1098
-rw-r--r--automation/source/server/recorder.hxx87
-rw-r--r--automation/source/server/retstrm.cxx125
-rw-r--r--automation/source/server/retstrm.hxx87
-rw-r--r--automation/source/server/scmdstrm.cxx218
-rw-r--r--automation/source/server/scmdstrm.hxx64
-rw-r--r--automation/source/server/server.cxx981
-rw-r--r--automation/source/server/server.hxx84
-rw-r--r--automation/source/server/sta_list.cxx1226
-rw-r--r--automation/source/server/statemnt.cxx6600
-rw-r--r--automation/source/server/statemnt.hxx503
-rw-r--r--automation/source/server/svcommstream.cxx51
-rw-r--r--automation/source/server/testtool.hrc58
-rw-r--r--automation/source/simplecm/communiio.hxx68
-rw-r--r--automation/source/simplecm/makefile.mk50
-rw-r--r--automation/source/simplecm/packethandler.cxx337
-rw-r--r--automation/source/simplecm/packethandler.hxx72
-rw-r--r--automation/source/simplecm/simplecm.cxx705
-rw-r--r--automation/source/simplecm/tcpio.cxx74
-rw-r--r--automation/source/simplecm/tcpio.hxx64
-rw-r--r--automation/source/testtool/cmdstrm.cxx473
-rw-r--r--automation/source/testtool/cmdstrm.hxx81
-rw-r--r--automation/source/testtool/comm_bas.cxx445
-rw-r--r--automation/source/testtool/comm_bas.hxx123
-rw-r--r--automation/source/testtool/cretstrm.cxx76
-rw-r--r--automation/source/testtool/cretstrm.hxx58
-rw-r--r--automation/source/testtool/filter.pl147
-rw-r--r--automation/source/testtool/httprequest.cxx242
-rw-r--r--automation/source/testtool/httprequest.hxx88
-rw-r--r--automation/source/testtool/makefile.mk118
-rw-r--r--automation/source/testtool/objtest.cxx4267
-rw-r--r--automation/source/testtool/objtest.hxx406
-rw-r--r--automation/source/testtool/registry_win.cxx92
-rw-r--r--automation/source/testtool/registry_win.hxx34
-rw-r--r--automation/source/testtool/sysdir_win.cxx108
-rw-r--r--automation/source/testtool/sysdir_win.hxx34
-rw-r--r--automation/source/testtool/tcommuni.cxx203
-rw-r--r--automation/source/testtool/tcommuni.hxx70
-rw-r--r--automation/source/testtool/testtool.ini19
-rw-r--r--automation/util/makefile.mk292
-rwxr-xr-xautomation/util/manually_added_ids.hid8
-rw-r--r--avmedia/inc/avmedia/mediaitem.hxx136
-rw-r--r--avmedia/inc/avmedia/mediaplayer.hxx99
-rw-r--r--avmedia/inc/avmedia/mediatoolbox.hxx68
-rw-r--r--avmedia/inc/avmedia/mediawindow.hxx173
-rw-r--r--avmedia/inc/helpids.hrc49
-rw-r--r--avmedia/inc/mediacontrol.hxx117
-rw-r--r--avmedia/prj/build.lst11
-rw-r--r--avmedia/prj/d.lst18
-rw-r--r--avmedia/source/framework/makefile.mk61
-rw-r--r--avmedia/source/framework/mediacontrol.cxx638
-rw-r--r--avmedia/source/framework/mediacontrol.hrc56
-rw-r--r--avmedia/source/framework/mediacontrol.src196
-rw-r--r--avmedia/source/framework/mediaitem.cxx332
-rw-r--r--avmedia/source/framework/mediamisc.cxx51
-rw-r--r--avmedia/source/framework/mediaplayer.cxx169
-rw-r--r--avmedia/source/framework/mediatoolbox.cxx171
-rw-r--r--avmedia/source/framework/soundhandler.cxx566
-rw-r--r--avmedia/source/framework/soundhandler.hxx190
-rw-r--r--avmedia/source/framework/soundhandler.xml49
-rw-r--r--avmedia/source/inc/mediamisc.hxx48
-rw-r--r--avmedia/source/java/FrameGrabber.java193
-rw-r--r--avmedia/source/java/Manager.java151
-rw-r--r--avmedia/source/java/MediaUno.java79
-rw-r--r--avmedia/source/java/Player.java328
-rw-r--r--avmedia/source/java/PlayerWindow.java605
-rw-r--r--avmedia/source/java/WindowAdapter.java511
-rw-r--r--avmedia/source/java/avmedia.jarbin0 -> 16420 bytes-rw-r--r--avmedia/source/java/makefile.mk65
-rw-r--r--avmedia/source/java/manifest2
-rw-r--r--avmedia/source/java/win/SystemWindowAdapter.java56
-rw-r--r--avmedia/source/java/x11/SystemWindowAdapter.java126
-rw-r--r--avmedia/source/quicktime/avmediaQuickTime.map8
-rw-r--r--avmedia/source/quicktime/framegrabber.cxx155
-rw-r--r--avmedia/source/quicktime/framegrabber.hxx76
-rw-r--r--avmedia/source/quicktime/makefile.mk89
-rw-r--r--avmedia/source/quicktime/manager.cxx99
-rw-r--r--avmedia/source/quicktime/manager.hxx69
-rw-r--r--avmedia/source/quicktime/player.cxx497
-rw-r--r--avmedia/source/quicktime/player.hxx116
-rw-r--r--avmedia/source/quicktime/quicktimecommon.hxx84
-rw-r--r--avmedia/source/quicktime/quicktimeuno.cxx109
-rw-r--r--avmedia/source/quicktime/window.cxx356
-rw-r--r--avmedia/source/quicktime/window.hxx118
-rw-r--r--avmedia/source/viewer/makefile.mk61
-rw-r--r--avmedia/source/viewer/mediaevent_impl.cxx226
-rw-r--r--avmedia/source/viewer/mediaevent_impl.hxx92
-rw-r--r--avmedia/source/viewer/mediawindow.cxx583
-rw-r--r--avmedia/source/viewer/mediawindow.hrc9
-rw-r--r--avmedia/source/viewer/mediawindow.src80
-rw-r--r--avmedia/source/viewer/mediawindow_impl.cxx549
-rw-r--r--avmedia/source/viewer/mediawindow_impl.hxx148
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.cxx445
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.hxx134
-rw-r--r--avmedia/source/win/exports.dxp4
-rw-r--r--avmedia/source/win/framegrabber.cxx250
-rw-r--r--avmedia/source/win/framegrabber.hxx77
-rw-r--r--avmedia/source/win/interface.hxx126
-rw-r--r--avmedia/source/win/makefile.mk86
-rw-r--r--avmedia/source/win/manager.cxx100
-rw-r--r--avmedia/source/win/manager.hxx69
-rw-r--r--avmedia/source/win/player.cxx497
-rw-r--r--avmedia/source/win/player.hxx126
-rw-r--r--avmedia/source/win/wincommon.hxx59
-rw-r--r--avmedia/source/win/window.cxx743
-rw-r--r--avmedia/source/win/window.hxx128
-rw-r--r--avmedia/source/win/winuno.cxx107
-rw-r--r--avmedia/source/xine/exports.dxp4
-rw-r--r--avmedia/source/xine/makefile.mk68
-rw-r--r--avmedia/source/xine/manager.cxx94
-rw-r--r--avmedia/source/xine/manager.hxx69
-rw-r--r--avmedia/source/xine/player.cxx265
-rw-r--r--avmedia/source/xine/player.hxx87
-rw-r--r--avmedia/source/xine/window.cxx574
-rw-r--r--avmedia/source/xine/window.hxx117
-rw-r--r--avmedia/source/xine/xinecommon.hxx68
-rw-r--r--avmedia/source/xine/xineuno.cxx109
-rwxr-xr-xavmedia/util/hidother.src44
-rw-r--r--avmedia/util/makefile.mk83
-rw-r--r--basctl/inc/basidesh.hrc190
-rw-r--r--basctl/inc/helpid.hrc88
-rw-r--r--basctl/inc/iderdll.hxx57
-rw-r--r--basctl/inc/makefile.mk52
-rw-r--r--basctl/inc/pch/precompiled_basctl.cxx32
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx214
-rw-r--r--basctl/prj/build.lst9
-rw-r--r--basctl/prj/d.lst26
-rw-r--r--basctl/sdi/baside.sdi473
-rw-r--r--basctl/sdi/basslots.hrc32
-rw-r--r--basctl/sdi/basslots.sdi48
-rw-r--r--basctl/sdi/makefile.mk54
-rw-r--r--basctl/source/accessibility/accessibledialogcontrolshape.cxx622
-rw-r--r--basctl/source/accessibility/accessibledialogwindow.cxx1126
-rw-r--r--basctl/source/accessibility/makefile.mk52
-rw-r--r--basctl/source/basicide/basdoc.cxx137
-rw-r--r--basctl/source/basicide/basdoc.hxx69
-rw-r--r--basctl/source/basicide/basicbox.cxx549
-rw-r--r--basctl/source/basicide/basicbox.hxx155
-rw-r--r--basctl/source/basicide/basicmod.hxx49
-rw-r--r--basctl/source/basicide/baside2.cxx1714
-rw-r--r--basctl/source/basicide/baside2.hrc53
-rw-r--r--basctl/source/basicide/baside2.hxx500
-rw-r--r--basctl/source/basicide/baside2b.cxx2323
-rw-r--r--basctl/source/basicide/baside3.cxx1410
-rw-r--r--basctl/source/basicide/baside4.cxx34
-rw-r--r--basctl/source/basicide/basidectrlr.cxx155
-rw-r--r--basctl/source/basicide/basides1.cxx1425
-rw-r--r--basctl/source/basicide/basides2.cxx328
-rw-r--r--basctl/source/basicide/basides3.cxx180
-rw-r--r--basctl/source/basicide/basidesh.cxx969
-rw-r--r--basctl/source/basicide/basidesh.src734
-rw-r--r--basctl/source/basicide/basobj2.cxx406
-rw-r--r--basctl/source/basicide/basobj3.cxx531
-rw-r--r--basctl/source/basicide/bastype2.cxx708
-rw-r--r--basctl/source/basicide/bastype2.hxx215
-rw-r--r--basctl/source/basicide/bastype3.cxx467
-rw-r--r--basctl/source/basicide/bastype3.hxx67
-rw-r--r--basctl/source/basicide/bastype4.hxx70
-rw-r--r--basctl/source/basicide/bastypes.cxx1009
-rw-r--r--basctl/source/basicide/brkdlg.cxx283
-rw-r--r--basctl/source/basicide/brkdlg.hrc48
-rw-r--r--basctl/source/basicide/brkdlg.hxx77
-rw-r--r--basctl/source/basicide/brkdlg.src133
-rw-r--r--basctl/source/basicide/doceventnotifier.cxx279
-rw-r--r--basctl/source/basicide/docsignature.cxx118
-rw-r--r--basctl/source/basicide/documentenumeration.cxx206
-rw-r--r--basctl/source/basicide/documentenumeration.hxx109
-rw-r--r--basctl/source/basicide/ide_pch.cxx34
-rw-r--r--basctl/source/basicide/ide_pch.hxx148
-rw-r--r--basctl/source/basicide/iderdll.cxx233
-rw-r--r--basctl/source/basicide/iderdll2.hxx111
-rw-r--r--basctl/source/basicide/idetemp.hxx68
-rw-r--r--basctl/source/basicide/localizationmgr.cxx1229
-rw-r--r--basctl/source/basicide/macrodlg.cxx908
-rw-r--r--basctl/source/basicide/macrodlg.hrc62
-rw-r--r--basctl/source/basicide/macrodlg.hxx116
-rw-r--r--basctl/source/basicide/macrodlg.src234
-rw-r--r--basctl/source/basicide/makefile.mk107
-rw-r--r--basctl/source/basicide/moduldl2.cxx1731
-rw-r--r--basctl/source/basicide/moduldlg.cxx1039
-rw-r--r--basctl/source/basicide/moduldlg.hrc71
-rw-r--r--basctl/source/basicide/moduldlg.hxx279
-rw-r--r--basctl/source/basicide/moduldlg.src414
-rw-r--r--basctl/source/basicide/moptions.hrc50
-rw-r--r--basctl/source/basicide/moptions.src150
-rw-r--r--basctl/source/basicide/objdlg.cxx309
-rw-r--r--basctl/source/basicide/objdlg.hrc43
-rw-r--r--basctl/source/basicide/objdlg.hxx100
-rw-r--r--basctl/source/basicide/objdlg.src96
-rw-r--r--basctl/source/basicide/register.cxx121
-rw-r--r--basctl/source/basicide/scriptdocument.cxx1596
-rw-r--r--basctl/source/basicide/tbxctl.cxx244
-rw-r--r--basctl/source/basicide/tbxctl.hrc33
-rw-r--r--basctl/source/basicide/tbxctl.hxx96
-rw-r--r--basctl/source/basicide/tbxctl.src276
-rw-r--r--basctl/source/basicide/unomodel.cxx131
-rw-r--r--basctl/source/basicide/unomodel.hxx69
-rw-r--r--basctl/source/dlged/dlged.cxx1417
-rw-r--r--basctl/source/dlged/dlgedclip.cxx152
-rw-r--r--basctl/source/dlged/dlgedfac.cxx271
-rw-r--r--basctl/source/dlged/dlgedfunc.cxx640
-rw-r--r--basctl/source/dlged/dlgedlist.cxx130
-rw-r--r--basctl/source/dlged/dlgedmod.cxx82
-rw-r--r--basctl/source/dlged/dlgedobj.cxx1899
-rw-r--r--basctl/source/dlged/dlgedpage.cxx89
-rw-r--r--basctl/source/dlged/dlgedview.cxx219
-rw-r--r--basctl/source/dlged/dlgresid.src178
-rw-r--r--basctl/source/dlged/makefile.mk67
-rw-r--r--basctl/source/dlged/managelang.cxx433
-rw-r--r--basctl/source/dlged/managelang.hrc109
-rw-r--r--basctl/source/dlged/managelang.src235
-rw-r--r--basctl/source/dlged/propbrw.cxx631
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx150
-rw-r--r--basctl/source/inc/accessibledialogwindow.hxx178
-rw-r--r--basctl/source/inc/baside3.hxx119
-rw-r--r--basctl/source/inc/basidectrlr.hxx77
-rw-r--r--basctl/source/inc/basidesh.hxx240
-rw-r--r--basctl/source/inc/basobj.hxx130
-rw-r--r--basctl/source/inc/bastypes.hxx331
-rw-r--r--basctl/source/inc/dlged.hxx209
-rw-r--r--basctl/source/inc/dlgedclip.hxx68
-rw-r--r--basctl/source/inc/dlgeddef.hxx86
-rw-r--r--basctl/source/inc/dlgedfac.hxx52
-rw-r--r--basctl/source/inc/dlgedfunc.hxx98
-rw-r--r--basctl/source/inc/dlgedlist.hxx87
-rw-r--r--basctl/source/inc/dlgedmod.hxx68
-rw-r--r--basctl/source/inc/dlgedobj.hxx199
-rw-r--r--basctl/source/inc/dlgedpage.hxx64
-rw-r--r--basctl/source/inc/dlgedview.hxx63
-rw-r--r--basctl/source/inc/dlgresid.hrc80
-rw-r--r--basctl/source/inc/doceventnotifier.hxx99
-rw-r--r--basctl/source/inc/docsignature.hxx92
-rw-r--r--basctl/source/inc/iderid.hxx43
-rw-r--r--basctl/source/inc/localizationmgr.hxx158
-rw-r--r--basctl/source/inc/managelang.hxx128
-rw-r--r--basctl/source/inc/propbrw.hxx118
-rw-r--r--basctl/source/inc/sbxitem.hxx79
-rw-r--r--basctl/source/inc/scriptdocument.hxx539
-rw-r--r--basctl/source/inc/svheader.hxx92
-rw-r--r--basctl/uiconfig/basicide/accelerator/en-GB/default.xml11
-rw-r--r--basctl/uiconfig/basicide/accelerator/en-US/default.xml11
-rw-r--r--basctl/uiconfig/basicide/menubar/menubar.xml91
-rw-r--r--basctl/uiconfig/basicide/statusbar/statusbar.xml10
-rw-r--r--basctl/uiconfig/basicide/toolbar/dialogbar.xml9
-rw-r--r--basctl/uiconfig/basicide/toolbar/fullscreenbar.xml5
-rw-r--r--basctl/uiconfig/basicide/toolbar/insertcontrolsbar.xml43
-rw-r--r--basctl/uiconfig/basicide/toolbar/macrobar.xml22
-rw-r--r--basctl/uiconfig/basicide/toolbar/standardbar.xml25
-rw-r--r--basctl/uiconfig/basicide/toolbar/translationbar.xml6
-rwxr-xr-xbasctl/util/basctl.map11
-rw-r--r--basctl/util/basctl.xml23
-rw-r--r--basctl/util/hidother.hrc30
-rw-r--r--basctl/util/hidother.src48
-rw-r--r--basctl/util/makefile.mk108
-rw-r--r--basctl/util/makefile.pmk32
-rw-r--r--basebmp/inc/basebmp/accessor.hxx122
-rw-r--r--basebmp/inc/basebmp/accessoradapters.hxx529
-rw-r--r--basebmp/inc/basebmp/accessorfunctors.hxx190
-rw-r--r--basebmp/inc/basebmp/accessortraits.hxx133
-rw-r--r--basebmp/inc/basebmp/bitmapdevice.hxx695
-rw-r--r--basebmp/inc/basebmp/clippedlinerenderer.hxx415
-rw-r--r--basebmp/inc/basebmp/color.hxx102
-rw-r--r--basebmp/inc/basebmp/colorblendaccessoradapter.hxx151
-rw-r--r--basebmp/inc/basebmp/colormisc.hxx194
-rw-r--r--basebmp/inc/basebmp/colortraits.hxx153
-rwxr-xr-xbasebmp/inc/basebmp/compositeiterator.hxx370
-rw-r--r--basebmp/inc/basebmp/debug.hxx53
-rw-r--r--basebmp/inc/basebmp/drawmodes.hxx58
-rw-r--r--basebmp/inc/basebmp/endian.hxx60
-rw-r--r--basebmp/inc/basebmp/fillimage.hxx72
-rw-r--r--basebmp/inc/basebmp/genericcolorimageaccessor.hxx85
-rw-r--r--basebmp/inc/basebmp/greylevelformats.hxx138
-rw-r--r--basebmp/inc/basebmp/iteratortraits.hxx58
-rw-r--r--basebmp/inc/basebmp/linerenderer.hxx184
-rw-r--r--basebmp/inc/basebmp/metafunctions.hxx225
-rw-r--r--basebmp/inc/basebmp/nonstandarditerator.hxx48
-rw-r--r--basebmp/inc/basebmp/packedpixeliterator.hxx680
-rw-r--r--basebmp/inc/basebmp/paletteformats.hxx150
-rw-r--r--basebmp/inc/basebmp/paletteimageaccessor.hxx171
-rw-r--r--basebmp/inc/basebmp/pixelformatadapters.hxx111
-rw-r--r--basebmp/inc/basebmp/pixeliterator.hxx358
-rw-r--r--basebmp/inc/basebmp/polypolygonrenderer.hxx369
-rw-r--r--basebmp/inc/basebmp/rgb24pixelformats.hxx101
-rw-r--r--basebmp/inc/basebmp/rgbmaskpixelformats.hxx292
-rw-r--r--basebmp/inc/basebmp/scaleimage.hxx198
-rw-r--r--basebmp/inc/basebmp/scanlineformats.hxx59
-rw-r--r--basebmp/inc/basebmp/stridedarrayiterator.hxx117
-rw-r--r--basebmp/inc/basebmp/tools.hxx94
-rw-r--r--basebmp/inc/basebmp/truecolormaskaccessor.hxx293
-rw-r--r--basebmp/prj/build.lst5
-rw-r--r--basebmp/prj/d.lst9
-rw-r--r--basebmp/source/bitmapdevice.cxx2067
-rw-r--r--basebmp/source/debug.cxx109
-rw-r--r--basebmp/source/intconversion.hxx91
-rw-r--r--basebmp/source/makefile.mk80
-rw-r--r--basebmp/source/polypolygonrenderer.cxx130
-rw-r--r--basebmp/test/basictest.cxx306
-rw-r--r--basebmp/test/bmpdemo.cxx1259
-rw-r--r--basebmp/test/bmpmasktest.cxx192
-rw-r--r--basebmp/test/bmptest.cxx219
-rw-r--r--basebmp/test/cliptest.cxx286
-rw-r--r--basebmp/test/export.map38
-rw-r--r--basebmp/test/filltest.cxx280
-rw-r--r--basebmp/test/linetest.cxx228
-rw-r--r--basebmp/test/makefile.mk139
-rw-r--r--basebmp/test/masktest.cxx180
-rw-r--r--basebmp/test/polytest.cxx300
-rw-r--r--basebmp/test/tools.cxx52
-rw-r--r--basebmp/test/tools.hxx34
-rw-r--r--basebmp/util/basebmp.flt4
-rw-r--r--basebmp/util/makefile.mk70
-rw-r--r--basegfx/inc/basegfx/color/bcolor.hxx241
-rw-r--r--basegfx/inc/basegfx/color/bcolormodifier.hxx147
-rw-r--r--basegfx/inc/basegfx/color/bcolortools.hxx76
-rw-r--r--basegfx/inc/basegfx/curve/b2dbeziertools.hxx66
-rw-r--r--basegfx/inc/basegfx/curve/b2dcubicbezier.hxx225
-rw-r--r--basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx76
-rw-r--r--basegfx/inc/basegfx/matrix/b2dhommatrix.hxx161
-rw-r--r--basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx86
-rw-r--r--basegfx/inc/basegfx/matrix/b3dhommatrix.hxx178
-rw-r--r--basegfx/inc/basegfx/numeric/ftools.hxx206
-rw-r--r--basegfx/inc/basegfx/pixel/bpixel.hxx226
-rw-r--r--basegfx/inc/basegfx/point/b2dhompoint.hxx238
-rw-r--r--basegfx/inc/basegfx/point/b2dpoint.hxx154
-rw-r--r--basegfx/inc/basegfx/point/b2ipoint.hxx130
-rw-r--r--basegfx/inc/basegfx/point/b3dhompoint.hxx408
-rw-r--r--basegfx/inc/basegfx/point/b3dpoint.hxx153
-rw-r--r--basegfx/inc/basegfx/point/b3ipoint.hxx142
-rw-r--r--basegfx/inc/basegfx/polygon/b2dlinegeometry.hxx147
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygon.hxx270
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx85
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx76
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontools.hxx594
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx52
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx134
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx122
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygonfillrule.hxx63
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygonrasterconverter.hxx144
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx282
-rw-r--r--basegfx/inc/basegfx/polygon/b3dgeometry.hxx74
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygon.hxx144
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx90
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygontools.hxx194
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx128
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx157
-rw-r--r--basegfx/inc/basegfx/range/b1drange.hxx167
-rw-r--r--basegfx/inc/basegfx/range/b1ibox.hxx146
-rw-r--r--basegfx/inc/basegfx/range/b1irange.hxx147
-rw-r--r--basegfx/inc/basegfx/range/b2dconnectedranges.hxx266
-rw-r--r--basegfx/inc/basegfx/range/b2dmultirange.hxx117
-rw-r--r--basegfx/inc/basegfx/range/b2drange.hxx297
-rw-r--r--basegfx/inc/basegfx/range/b2drectangle.hxx45
-rw-r--r--basegfx/inc/basegfx/range/b2ibox.hxx254
-rw-r--r--basegfx/inc/basegfx/range/b2irange.hxx257
-rw-r--r--basegfx/inc/basegfx/range/b2irectangle.hxx45
-rw-r--r--basegfx/inc/basegfx/range/b3drange.hxx305
-rw-r--r--basegfx/inc/basegfx/range/b3dvolume.hxx45
-rw-r--r--basegfx/inc/basegfx/range/b3ibox.hxx262
-rw-r--r--basegfx/inc/basegfx/range/b3irange.hxx265
-rw-r--r--basegfx/inc/basegfx/range/b3ivolume.hxx45
-rw-r--r--basegfx/inc/basegfx/range/basicbox.hxx139
-rw-r--r--basegfx/inc/basegfx/range/basicrange.hxx299
-rw-r--r--basegfx/inc/basegfx/range/rangeexpander.hxx86
-rw-r--r--basegfx/inc/basegfx/raster/bpixelraster.hxx120
-rw-r--r--basegfx/inc/basegfx/raster/bzpixelraster.hxx100
-rw-r--r--basegfx/inc/basegfx/raster/rasterconvert3d.hxx349
-rwxr-xr-xbasegfx/inc/basegfx/tools/canvastools.hxx224
-rw-r--r--basegfx/inc/basegfx/tools/debugplotter.hxx110
-rw-r--r--basegfx/inc/basegfx/tools/gradienttools.hxx401
-rw-r--r--basegfx/inc/basegfx/tools/rectcliptools.hxx91
-rw-r--r--basegfx/inc/basegfx/tools/tools.hxx134
-rwxr-xr-xbasegfx/inc/basegfx/tools/unopolypolygon.hxx116
-rw-r--r--basegfx/inc/basegfx/tuple/b2dtuple.hxx360
-rw-r--r--basegfx/inc/basegfx/tuple/b2i64tuple.hxx315
-rw-r--r--basegfx/inc/basegfx/tuple/b2ituple.hxx240
-rw-r--r--basegfx/inc/basegfx/tuple/b3dtuple.hxx434
-rw-r--r--basegfx/inc/basegfx/tuple/b3i64tuple.hxx352
-rw-r--r--basegfx/inc/basegfx/tuple/b3ituple.hxx352
-rw-r--r--basegfx/inc/basegfx/vector/b2dsize.hxx45
-rw-r--r--basegfx/inc/basegfx/vector/b2dvector.hxx270
-rw-r--r--basegfx/inc/basegfx/vector/b2enums.hxx79
-rw-r--r--basegfx/inc/basegfx/vector/b2isize.hxx45
-rw-r--r--basegfx/inc/basegfx/vector/b2ivector.hxx233
-rw-r--r--basegfx/inc/basegfx/vector/b3dsize.hxx45
-rw-r--r--basegfx/inc/basegfx/vector/b3dvector.hxx343
-rw-r--r--basegfx/inc/basegfx/vector/b3isize.hxx45
-rw-r--r--basegfx/inc/basegfx/vector/b3ivector.hxx262
-rw-r--r--basegfx/inc/makefile.mk51
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.cxx32
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.hxx35
-rw-r--r--basegfx/prj/build.lst18
-rw-r--r--basegfx/prj/d.lst109
-rw-r--r--basegfx/source/color/bcolor.cxx44
-rw-r--r--basegfx/source/color/bcolormodifier.cxx76
-rw-r--r--basegfx/source/color/bcolortools.cxx272
-rw-r--r--basegfx/source/color/makefile.mk53
-rw-r--r--basegfx/source/curve/b2dbeziertools.cxx166
-rw-r--r--basegfx/source/curve/b2dcubicbezier.cxx1108
-rw-r--r--basegfx/source/curve/b2dquadraticbezier.cxx108
-rw-r--r--basegfx/source/curve/makefile.mk53
-rw-r--r--basegfx/source/inc/PolygonPoint.hxx541
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx616
-rw-r--r--basegfx/source/inc/polygontemplate.hxx541
-rw-r--r--basegfx/source/matrix/b2dhommatrix.cxx577
-rw-r--r--basegfx/source/matrix/b2dhommatrixtools.cxx44
-rw-r--r--basegfx/source/matrix/b3dhommatrix.cxx599
-rw-r--r--basegfx/source/matrix/makefile.mk53
-rw-r--r--basegfx/source/numeric/ftools.cxx41
-rw-r--r--basegfx/source/numeric/makefile.mk51
-rw-r--r--basegfx/source/pixel/bpixel.cxx55
-rw-r--r--basegfx/source/pixel/makefile.mk51
-rw-r--r--basegfx/source/point/b2dhompoint.cxx262
-rw-r--r--basegfx/source/point/b2dpoint.cxx88
-rw-r--r--basegfx/source/point/b2ipoint.cxx79
-rw-r--r--basegfx/source/point/b3dhompoint.cxx47
-rw-r--r--basegfx/source/point/b3dpoint.cxx88
-rw-r--r--basegfx/source/point/b3ipoint.cxx82
-rw-r--r--basegfx/source/point/makefile.mk56
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx729
-rw-r--r--basegfx/source/polygon/b2dpolygon.cxx1594
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx877
-rw-r--r--basegfx/source/polygon/b2dpolygoncutandtouch.cxx1211
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx3631
-rw-r--r--basegfx/source/polygon/b2dpolygontriangulator.cxx469
-rw-r--r--basegfx/source/polygon/b2dpolypolygon.cxx383
-rw-r--r--basegfx/source/polygon/b2dpolypolygoncutter.cxx1017
-rw-r--r--basegfx/source/polygon/b2dpolypolygonrasterconverter.cxx705
-rw-r--r--basegfx/source/polygon/b2dpolypolygontools.cxx588
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx1108
-rw-r--r--basegfx/source/polygon/b3dgeometry.cxx59
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx1819
-rw-r--r--basegfx/source/polygon/b3dpolygonclipper.cxx578
-rw-r--r--basegfx/source/polygon/b3dpolygontools.cxx1266
-rw-r--r--basegfx/source/polygon/b3dpolypolygon.cxx449
-rw-r--r--basegfx/source/polygon/b3dpolypolygontools.cxx559
-rw-r--r--basegfx/source/polygon/makefile.mk66
-rw-r--r--basegfx/source/range/b1drange.cxx59
-rw-r--r--basegfx/source/range/b2dmultirange.cxx282
-rw-r--r--basegfx/source/range/b2drange.cxx77
-rw-r--r--basegfx/source/range/b2xrange.cxx145
-rw-r--r--basegfx/source/range/b3drange.cxx88
-rw-r--r--basegfx/source/range/makefile.mk55
-rw-r--r--basegfx/source/raster/bpixelraster.cxx44
-rw-r--r--basegfx/source/raster/bzpixelraster.cxx44
-rw-r--r--basegfx/source/raster/makefile.mk53
-rw-r--r--basegfx/source/raster/rasterconvert3d.cxx357
-rwxr-xr-xbasegfx/source/tools/canvastools.cxx677
-rwxr-xr-xbasegfx/source/tools/debugplotter.cxx416
-rw-r--r--basegfx/source/tools/gradienttools.cxx366
-rw-r--r--basegfx/source/tools/liangbarsky.cxx135
-rwxr-xr-xbasegfx/source/tools/makefile.mk53
-rw-r--r--basegfx/source/tools/tools.cxx127
-rwxr-xr-xbasegfx/source/tools/unopolypolygon.cxx491
-rw-r--r--basegfx/source/tuple/b2dtuple.cxx87
-rw-r--r--basegfx/source/tuple/b2i64tuple.cxx47
-rw-r--r--basegfx/source/tuple/b2ituple.cxx156
-rw-r--r--basegfx/source/tuple/b3dtuple.cxx58
-rw-r--r--basegfx/source/tuple/b3i64tuple.cxx46
-rw-r--r--basegfx/source/tuple/b3ituple.cxx46
-rw-r--r--basegfx/source/tuple/makefile.mk56
-rw-r--r--basegfx/source/vector/b2dvector.cxx222
-rw-r--r--basegfx/source/vector/b2ivector.cxx162
-rw-r--r--basegfx/source/vector/b3dvector.cxx118
-rw-r--r--basegfx/source/vector/b3ivector.cxx54
-rw-r--r--basegfx/source/vector/makefile.mk54
-rw-r--r--basegfx/source/workbench/Makefile16
-rw-r--r--basegfx/source/workbench/bezierclip.cxx2060
-rw-r--r--basegfx/source/workbench/bezierclip.hxx96
-rw-r--r--basegfx/source/workbench/convexhull.cxx216
-rw-r--r--basegfx/source/workbench/gauss.hxx175
-rw-r--r--basegfx/test/basegfx1d.cxx80
-rw-r--r--basegfx/test/basegfx2d.cxx1644
-rw-r--r--basegfx/test/basegfx3d.cxx229
-rw-r--r--basegfx/test/export.map38
-rw-r--r--basegfx/test/makefile.mk96
-rw-r--r--basegfx/test/tests.txt20
-rw-r--r--basegfx/test/testtools.cxx238
-rw-r--r--basegfx/test/testtools.hxx101
-rw-r--r--basegfx/util/basegfx.flt6
-rw-r--r--basegfx/util/makefile.mk89
-rw-r--r--basic/inc/basic/basicmanagerrepository.hxx149
-rw-r--r--basic/inc/basic/basicrt.hxx82
-rw-r--r--basic/inc/basic/basmgr.hxx262
-rw-r--r--basic/inc/basic/basrdll.hxx62
-rw-r--r--basic/inc/basic/dispdefs.hxx41
-rw-r--r--basic/inc/basic/mybasic.hxx97
-rw-r--r--basic/inc/basic/process.hxx66
-rw-r--r--basic/inc/basic/sbdef.hxx113
-rw-r--r--basic/inc/basic/sberrors.hxx562
-rw-r--r--basic/inc/basic/sbmeth.hxx104
-rw-r--r--basic/inc/basic/sbmod.hxx172
-rw-r--r--basic/inc/basic/sbprop.hxx83
-rw-r--r--basic/inc/basic/sbstar.hxx209
-rw-r--r--basic/inc/basic/sbstdobj.hxx148
-rw-r--r--basic/inc/basic/sbuno.hxx48
-rw-r--r--basic/inc/basic/sbx.hxx372
-rw-r--r--basic/inc/basic/sbxbase.hxx63
-rw-r--r--basic/inc/basic/sbxcore.hxx184
-rw-r--r--basic/inc/basic/sbxdef.hxx383
-rw-r--r--basic/inc/basic/sbxfac.hxx51
-rw-r--r--basic/inc/basic/sbxform.hxx184
-rw-r--r--basic/inc/basic/sbxmeth.hxx65
-rw-r--r--basic/inc/basic/sbxmstrm.hxx52
-rw-r--r--basic/inc/basic/sbxobj.hxx128
-rw-r--r--basic/inc/basic/sbxprop.hxx64
-rw-r--r--basic/inc/basic/sbxvar.hxx508
-rw-r--r--basic/inc/basic/testtool.hxx163
-rw-r--r--basic/inc/basic/ttglobal.hrc52
-rw-r--r--basic/inc/basic/ttstrhlp.hxx77
-rw-r--r--basic/inc/basrid.hxx48
-rw-r--r--basic/inc/makefile.mk51
-rw-r--r--basic/inc/modsizeexceeded.hxx64
-rw-r--r--basic/inc/pch/precompiled_basic.cxx32
-rw-r--r--basic/inc/pch/precompiled_basic.hxx291
-rw-r--r--basic/inc/sb.hrc50
-rw-r--r--basic/inc/sb.hxx45
-rw-r--r--basic/inc/svtmsg.hrc118
-rw-r--r--basic/inc/testtool.hrc39
-rw-r--r--basic/inc/ttmsg.hrc114
-rw-r--r--basic/prj/build.lst13
-rw-r--r--basic/prj/d.lst59
-rw-r--r--basic/source/app/app.cxx1995
-rw-r--r--basic/source/app/app.hxx199
-rw-r--r--basic/source/app/appbased.cxx302
-rw-r--r--basic/source/app/appbased.hxx77
-rw-r--r--basic/source/app/appedit.cxx304
-rw-r--r--basic/source/app/appedit.hxx73
-rw-r--r--basic/source/app/apperror.cxx118
-rw-r--r--basic/source/app/apperror.hxx52
-rw-r--r--basic/source/app/appwin.cxx660
-rw-r--r--basic/source/app/appwin.hxx141
-rw-r--r--basic/source/app/basic.hrc187
-rw-r--r--basic/source/app/basic.src1475
-rw-r--r--basic/source/app/basicrt.cxx147
-rw-r--r--basic/source/app/basmsg.hrc48
-rw-r--r--basic/source/app/basmsg.src57
-rw-r--r--basic/source/app/brkpnts.cxx389
-rw-r--r--basic/source/app/brkpnts.hxx97
-rw-r--r--basic/source/app/dataedit.hxx119
-rw-r--r--basic/source/app/dialogs.cxx1510
-rw-r--r--basic/source/app/dialogs.hxx374
-rw-r--r--basic/source/app/makefile.mk104
-rw-r--r--basic/source/app/msgedit.cxx1002
-rw-r--r--basic/source/app/msgedit.hxx117
-rw-r--r--basic/source/app/mybasic.cxx307
-rw-r--r--basic/source/app/printer.cxx197
-rw-r--r--basic/source/app/printer.hxx61
-rw-r--r--basic/source/app/process.cxx232
-rw-r--r--basic/source/app/processw.cxx285
-rw-r--r--basic/source/app/processw.hxx93
-rw-r--r--basic/source/app/resids.hrc161
-rw-r--r--basic/source/app/status.cxx128
-rw-r--r--basic/source/app/status.hxx57
-rw-r--r--basic/source/app/svtmsg.src342
-rw-r--r--basic/source/app/testbasi.cxx34
-rw-r--r--basic/source/app/testtool.idl50
-rw-r--r--basic/source/app/testtool.src64
-rw-r--r--basic/source/app/textedit.cxx869
-rw-r--r--basic/source/app/textedit.hxx141
-rw-r--r--basic/source/app/ttbasic.cxx39
-rw-r--r--basic/source/app/ttbasic.hxx35
-rw-r--r--basic/source/app/ttmsg.src163
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx644
-rw-r--r--basic/source/basmgr/basmgr.cxx2463
-rw-r--r--basic/source/basmgr/makefile.mk50
-rw-r--r--basic/source/classes/disas.cxx667
-rw-r--r--basic/source/classes/eventatt.cxx604
-rw-r--r--basic/source/classes/image.cxx547
-rw-r--r--basic/source/classes/makefile.mk70
-rw-r--r--basic/source/classes/propacc.cxx433
-rw-r--r--basic/source/classes/sb.cxx1794
-rw-r--r--basic/source/classes/sb.src680
-rw-r--r--basic/source/classes/sbintern.cxx85
-rw-r--r--basic/source/classes/sbunoobj.cxx4022
-rw-r--r--basic/source/classes/sbxmod.cxx1430
-rw-r--r--basic/source/comp/buffer.cxx253
-rw-r--r--basic/source/comp/codegen.cxx531
-rw-r--r--basic/source/comp/dim.cxx1107
-rw-r--r--basic/source/comp/exprgen.cxx300
-rw-r--r--basic/source/comp/exprnode.cxx481
-rw-r--r--basic/source/comp/exprtree.cxx1104
-rw-r--r--basic/source/comp/io.cxx324
-rw-r--r--basic/source/comp/loops.cxx561
-rw-r--r--basic/source/comp/makefile.mk77
-rw-r--r--basic/source/comp/parser.cxx819
-rw-r--r--basic/source/comp/sbcomp.cxx174
-rw-r--r--basic/source/comp/scanner.cxx585
-rw-r--r--basic/source/comp/symtbl.cxx537
-rw-r--r--basic/source/comp/token.cxx701
-rw-r--r--basic/source/inc/buffer.hxx66
-rw-r--r--basic/source/inc/codegen.hxx94
-rw-r--r--basic/source/inc/collelem.hxx50
-rw-r--r--basic/source/inc/disas.hxx75
-rw-r--r--basic/source/inc/dlgcont.hxx175
-rw-r--r--basic/source/inc/expr.hxx260
-rw-r--r--basic/source/inc/filefmt.hxx181
-rw-r--r--basic/source/inc/image.hxx114
-rw-r--r--basic/source/inc/iosys.hxx116
-rw-r--r--basic/source/inc/namecont.hxx739
-rw-r--r--basic/source/inc/object.hxx103
-rw-r--r--basic/source/inc/opcodes.hxx174
-rw-r--r--basic/source/inc/parser.hxx154
-rw-r--r--basic/source/inc/propacc.hxx206
-rw-r--r--basic/source/inc/runtime.hxx529
-rw-r--r--basic/source/inc/sbcomp.hxx41
-rw-r--r--basic/source/inc/sbintern.hxx144
-rw-r--r--basic/source/inc/sbjsmeth.hxx56
-rw-r--r--basic/source/inc/sbjsmod.hxx53
-rw-r--r--basic/source/inc/sbunoobj.hxx310
-rw-r--r--basic/source/inc/scanner.hxx149
-rw-r--r--basic/source/inc/scriptcont.hxx182
-rw-r--r--basic/source/inc/stdobj.hxx54
-rw-r--r--basic/source/inc/symtbl.hxx246
-rw-r--r--basic/source/inc/token.hxx168
-rw-r--r--basic/source/runtime/basrdll.cxx109
-rw-r--r--basic/source/runtime/ddectrl.cxx195
-rw-r--r--basic/source/runtime/ddectrl.hxx67
-rw-r--r--basic/source/runtime/dllmgr.cxx674
-rw-r--r--basic/source/runtime/dllmgr.hxx98
-rw-r--r--basic/source/runtime/inputbox.cxx200
-rw-r--r--basic/source/runtime/iosys.cxx1051
-rw-r--r--basic/source/runtime/makefile.mk93
-rw-r--r--basic/source/runtime/methods.cxx4547
-rw-r--r--basic/source/runtime/methods1.cxx2610
-rw-r--r--basic/source/runtime/os2.asm107
-rw-r--r--basic/source/runtime/props.cxx764
-rw-r--r--basic/source/runtime/rtlproto.hxx350
-rw-r--r--basic/source/runtime/runtime.cxx1158
-rw-r--r--basic/source/runtime/stdobj.cxx783
-rw-r--r--basic/source/runtime/stdobj1.cxx554
-rw-r--r--basic/source/runtime/step0.cxx1273
-rw-r--r--basic/source/runtime/step1.cxx571
-rw-r--r--basic/source/runtime/step2.cxx1267
-rw-r--r--basic/source/runtime/win.asm84
-rw-r--r--basic/source/runtime/wnt-mingw.s97
-rw-r--r--basic/source/runtime/wnt.asm96
-rw-r--r--basic/source/sample/collelem.cxx82
-rw-r--r--basic/source/sample/makefile.mk62
-rw-r--r--basic/source/sample/object.cxx281
-rw-r--r--basic/source/sample/sample.bas39
-rw-r--r--basic/source/sbx/format.src88
-rw-r--r--basic/source/sbx/makefile.mk81
-rw-r--r--basic/source/sbx/sbxarray.cxx860
-rw-r--r--basic/source/sbx/sbxbase.cxx465
-rw-r--r--basic/source/sbx/sbxbool.cxx255
-rw-r--r--basic/source/sbx/sbxbyte.cxx332
-rw-r--r--basic/source/sbx/sbxchar.cxx328
-rw-r--r--basic/source/sbx/sbxcoll.cxx304
-rw-r--r--basic/source/sbx/sbxconv.hxx154
-rw-r--r--basic/source/sbx/sbxcurr.cxx398
-rw-r--r--basic/source/sbx/sbxdate.cxx415
-rw-r--r--basic/source/sbx/sbxdbl.cxx309
-rw-r--r--basic/source/sbx/sbxdec.cxx800
-rw-r--r--basic/source/sbx/sbxdec.hxx125
-rw-r--r--basic/source/sbx/sbxexec.cxx404
-rw-r--r--basic/source/sbx/sbxform.cxx1171
-rw-r--r--basic/source/sbx/sbxint.cxx970
-rw-r--r--basic/source/sbx/sbxlng.cxx344
-rw-r--r--basic/source/sbx/sbxmstrm.cxx42
-rw-r--r--basic/source/sbx/sbxobj.cxx1148
-rw-r--r--basic/source/sbx/sbxres.cxx94
-rw-r--r--basic/source/sbx/sbxres.hxx90
-rw-r--r--basic/source/sbx/sbxscan.cxx966
-rw-r--r--basic/source/sbx/sbxsng.cxx362
-rw-r--r--basic/source/sbx/sbxstr.cxx324
-rw-r--r--basic/source/sbx/sbxuint.cxx334
-rw-r--r--basic/source/sbx/sbxulng.cxx324
-rw-r--r--basic/source/sbx/sbxvals.cxx112
-rw-r--r--basic/source/sbx/sbxvalue.cxx1854
-rw-r--r--basic/source/sbx/sbxvar.cxx588
-rw-r--r--basic/source/uno/dlgcont.cxx658
-rw-r--r--basic/source/uno/makefile.mk53
-rw-r--r--basic/source/uno/modsizeexceeded.cxx71
-rw-r--r--basic/source/uno/namecont.cxx3328
-rw-r--r--basic/source/uno/sbmodule.cxx47
-rw-r--r--basic/source/uno/sbmodule.hxx48
-rw-r--r--basic/source/uno/sbservices.cxx66
-rw-r--r--basic/source/uno/scriptcont.cxx1174
-rw-r--r--basic/util/makefile.mk149
-rw-r--r--basic/win/res/basic.icobin0 -> 766 bytes-rw-r--r--basic/win/res/testtool.icobin0 -> 766 bytes-rw-r--r--basic/win/res/work.icobin0 -> 766 bytes-rw-r--r--basic/workben/basmgr.src34
-rw-r--r--basic/workben/makefile.mk93
-rw-r--r--basic/workben/mgrtest.cxx594
-rw-r--r--bean/com/sun/star/beans/ContainerFactory.java50
-rw-r--r--bean/com/sun/star/beans/JavaWindowPeerFake.java125
-rw-r--r--bean/com/sun/star/beans/LocalOfficeConnection.java620
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java312
-rw-r--r--bean/com/sun/star/beans/NativeConnection.java62
-rw-r--r--bean/com/sun/star/beans/NativeService.java39
-rw-r--r--bean/com/sun/star/beans/OfficeConnection.java82
-rw-r--r--bean/com/sun/star/beans/OfficeWindow.java58
-rw-r--r--bean/com/sun/star/beans/makefile.mk68
-rw-r--r--bean/com/sun/star/comp/beans/CallWatchThread.java131
-rw-r--r--bean/com/sun/star/comp/beans/ContainerFactory.java50
-rw-r--r--bean/com/sun/star/comp/beans/Controller.java113
-rw-r--r--bean/com/sun/star/comp/beans/Frame.java185
-rw-r--r--bean/com/sun/star/comp/beans/HasConnectionException.java43
-rw-r--r--bean/com/sun/star/comp/beans/InvalidArgumentException.java41
-rw-r--r--bean/com/sun/star/comp/beans/JavaWindowPeerFake.java125
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java826
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeWindow.java291
-rw-r--r--bean/com/sun/star/comp/beans/NativeConnection.java65
-rw-r--r--bean/com/sun/star/comp/beans/NativeService.java40
-rw-r--r--bean/com/sun/star/comp/beans/NoConnectionException.java43
-rw-r--r--bean/com/sun/star/comp/beans/NoDocumentException.java41
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java1514
-rw-r--r--bean/com/sun/star/comp/beans/OfficeConnection.java83
-rw-r--r--bean/com/sun/star/comp/beans/OfficeDocument.java229
-rw-r--r--bean/com/sun/star/comp/beans/OfficeWindow.java59
-rw-r--r--bean/com/sun/star/comp/beans/SystemWindowException.java44
-rw-r--r--bean/com/sun/star/comp/beans/Wrapper.java111
-rw-r--r--bean/com/sun/star/comp/beans/makefile.mk79
-rw-r--r--bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c102
-rw-r--r--bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c150
-rw-r--r--bean/native/unix/makefile.mk39
-rw-r--r--bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c105
-rw-r--r--bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c220
-rw-r--r--bean/native/win32/makefile.mk34
-rw-r--r--bean/native/win32/officebean.dxp4
-rw-r--r--bean/prj/build.lst6
-rw-r--r--bean/prj/d.lst5
-rw-r--r--bean/qa/complex/OOoBeanTest.java659
-rw-r--r--bean/qa/complex/ScreenComparer.java236
-rw-r--r--bean/qa/complex/WriterFrame.java212
-rw-r--r--bean/qa/complex/makefile.mk99
-rw-r--r--bean/test/Test.java71
-rw-r--r--bean/test/applet/oooapplet/OOoViewer.java211
-rw-r--r--bean/test/applet/oooapplet/bean.policy16
-rw-r--r--bean/test/applet/oooapplet/example.html22
-rw-r--r--bean/test/applet/oooapplet/makefile.mk92
-rw-r--r--bean/test/makefile.mk99
-rw-r--r--bean/util/delzip0
-rw-r--r--bean/util/makefile.mk60
-rw-r--r--beanshell/bsh-2.0b1-src.patch87
-rw-r--r--beanshell/makefile.mk61
-rw-r--r--beanshell/prj/build.lst3
-rw-r--r--beanshell/prj/d.lst1
-rw-r--r--berkeleydb/db-4.7.25-mingw.patch348
-rw-r--r--berkeleydb/db-4.7.25.patch1052
-rw-r--r--berkeleydb/makefile.mk198
-rw-r--r--berkeleydb/prj/build.lst3
-rw-r--r--berkeleydb/prj/d.lst15
-rw-r--r--bitstream_vera_fonts/fonts/ttf_dejavu/makefile.mk60
-rw-r--r--bitstream_vera_fonts/fonts/ttf_gentium/makefile.mk60
-rw-r--r--bitstream_vera_fonts/fonts/ttf_liberation/makefile.mk62
-rw-r--r--bitstream_vera_fonts/prj/build.lst5
-rw-r--r--bitstream_vera_fonts/prj/d.lst8
-rw-r--r--boost/README.Regex_Experimental30
-rw-r--r--boost/Regex_Experimental.tar.gzbin0 -> 3463 bytes-rw-r--r--boost/boost_1_39_0.patch201
-rw-r--r--boost/makefile.mk108
-rw-r--r--boost/prj/build.lst3
-rw-r--r--boost/prj/d.lst302
-rw-r--r--bootstrap.179
-rw-r--r--bridges/inc/bridges/cpp_uno/bridge.hxx506
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/arraypointer.hxx58
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/bridge.hxx131
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx109
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/types.hxx80
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/unointerfaceproxy.hxx119
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx217
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/vtables.hxx111
-rw-r--r--bridges/inc/bridges/cpp_uno/type_misc.hxx132
-rw-r--r--bridges/inc/bridges/remote/bridgeimpl.hxx97
-rw-r--r--bridges/inc/bridges/remote/connection.h70
-rw-r--r--bridges/inc/bridges/remote/context.h263
-rw-r--r--bridges/inc/bridges/remote/counter.hxx60
-rw-r--r--bridges/inc/bridges/remote/helper.hxx71
-rw-r--r--bridges/inc/bridges/remote/mapping.hxx72
-rw-r--r--bridges/inc/bridges/remote/proxy.hxx94
-rw-r--r--bridges/inc/bridges/remote/remote.h96
-rw-r--r--bridges/inc/bridges/remote/remote.hxx76
-rw-r--r--bridges/inc/bridges/remote/stub.hxx67
-rw-r--r--bridges/inc/makefile.mk51
-rw-r--r--bridges/inc/pch/precompiled_bridges.cxx32
-rw-r--r--bridges/inc/pch/precompiled_bridges.hxx155
-rw-r--r--bridges/prj/build.lst35
-rw-r--r--bridges/prj/d.lst28
-rw-r--r--bridges/source/bridge_exports.map8
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/call.s248
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx76
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx530
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/except.cxx452
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/hash.cxx266
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk79
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx421
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/call.s199
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx90
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx533
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx448
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/flushcode.hxx51
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx267
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx399
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/callvirtualmethod.hxx40
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/callvirtualmethod.s63
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/cpp2uno.cxx615
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx463
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.hxx76
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/flushcode.hxx52
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/fp.hxx117
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/fp.s606
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/isdirectreturntype.cxx85
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/isdirectreturntype.hxx45
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk65
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/uno2cpp.cxx513
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/vtableslotcall.hxx39
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/vtableslotcall.s55
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/call.s268
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/cpp2uno.cxx493
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx341
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk88
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/uno2cpp.cxx447
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.cxx806
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/abi.hxx70
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/call.s93
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx544
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx341
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx561
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s22
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx535
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/except.cxx344
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/makefile.mk88
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/share.hxx96
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx633
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx145
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx728
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx337
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/makefile.mk86
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx102
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/uno2cpp.cxx524
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/call.s20
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx687
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx290
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/makefile.mk87
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/share.hxx133
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx693
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/call.s268
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx492
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/except.cxx333
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk88
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx447
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx539
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx337
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx496
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx806
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/except.cxx328
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/makefile.mk85
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx600
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx737
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx290
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx637
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx725
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx290
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/makefile.mk83
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx603
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx698
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/except.cxx290
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk81
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/share.hxx95
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx638
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx655
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx291
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/makefile.mk81
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx102
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx541
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/call.s10
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx578
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx331
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk85
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx100
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx603
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx806
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/abi.hxx70
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/call.s96
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx525
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx333
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx574
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/call.s331
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx522
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx332
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/makefile.mk83
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/share.hxx95
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx498
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx733
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/makefile.mk82
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx637
-rw-r--r--bridges/source/cpp_uno/gcc3_netbsd_intel/cpp2uno.cxx566
-rw-r--r--bridges/source/cpp_uno/gcc3_netbsd_intel/except.cxx334
-rw-r--r--bridges/source/cpp_uno/gcc3_netbsd_intel/makefile.mk79
-rw-r--r--bridges/source/cpp_uno/gcc3_netbsd_intel/share.hxx89
-rw-r--r--bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx436
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/cpp2uno.cxx528
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/defs/gcc3_uno.def915
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/except.cxx352
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/uno2cpp.cxx454
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx526
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx332
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/share.hxx93
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx430
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx567
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx330
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/makefile.mk81
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/share.hxx100
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx598
-rw-r--r--bridges/source/cpp_uno/mingw_intel/call.s261
-rw-r--r--bridges/source/cpp_uno/mingw_intel/cpp2uno.cxx521
-rw-r--r--bridges/source/cpp_uno/mingw_intel/dllinit.cxx59
-rw-r--r--bridges/source/cpp_uno/mingw_intel/except.cxx317
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk98
-rw-r--r--bridges/source/cpp_uno/mingw_intel/share.hxx93
-rw-r--r--bridges/source/cpp_uno/mingw_intel/smallstruct.cxx82
-rw-r--r--bridges/source/cpp_uno/mingw_intel/smallstruct.hxx38
-rw-r--r--bridges/source/cpp_uno/mingw_intel/uno2cpp.cxx503
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/cpp2uno.cxx491
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/dllinit.cxx61
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/except.cxx635
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/makefile.mk87
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/msci.hxx60
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx468
-rw-r--r--bridges/source/cpp_uno/shared/bridge.cxx229
-rw-r--r--bridges/source/cpp_uno/shared/component.cxx275
-rw-r--r--bridges/source/cpp_uno/shared/component.hxx42
-rw-r--r--bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx208
-rw-r--r--bridges/source/cpp_uno/shared/guardedarray.hxx55
-rw-r--r--bridges/source/cpp_uno/shared/makefile.mk57
-rw-r--r--bridges/source/cpp_uno/shared/types.cxx129
-rw-r--r--bridges/source/cpp_uno/shared/unointerfaceproxy.cxx145
-rw-r--r--bridges/source/cpp_uno/shared/vtablefactory.cxx385
-rw-r--r--bridges/source/cpp_uno/shared/vtables.cxx157
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java55
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java221
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk57
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/manifest1
-rw-r--r--bridges/source/jni_uno/java_uno.map27
-rw-r--r--bridges/source/jni_uno/jni_base.h295
-rw-r--r--bridges/source/jni_uno/jni_bridge.cxx572
-rw-r--r--bridges/source/jni_uno/jni_bridge.h127
-rw-r--r--bridges/source/jni_uno/jni_data.cxx2579
-rw-r--r--bridges/source/jni_uno/jni_helper.h165
-rw-r--r--bridges/source/jni_uno/jni_info.cxx999
-rw-r--r--bridges/source/jni_uno/jni_info.h378
-rw-r--r--bridges/source/jni_uno/jni_java2uno.cxx707
-rw-r--r--bridges/source/jni_uno/jni_uno2java.cxx876
-rw-r--r--bridges/source/jni_uno/makefile.mk89
-rw-r--r--bridges/source/jni_uno/nativethreadpool.cxx233
-rw-r--r--bridges/source/remote/context/context.cxx502
-rw-r--r--bridges/source/remote/context/exports.dxp5
-rw-r--r--bridges/source/remote/context/makefile.mk69
-rwxr-xr-xbridges/source/remote/context/rmcxt.map10
-rw-r--r--bridges/source/remote/idl/corba.idl91
-rw-r--r--bridges/source/remote/static/helper.cxx212
-rw-r--r--bridges/source/remote/static/makefile.mk65
-rw-r--r--bridges/source/remote/static/mapping.cxx221
-rw-r--r--bridges/source/remote/static/proxy.cxx347
-rw-r--r--bridges/source/remote/static/remote.cxx170
-rw-r--r--bridges/source/remote/static/remote_types.cxx99
-rw-r--r--bridges/source/remote/static/remote_types.hxx92
-rw-r--r--bridges/source/remote/static/stub.cxx339
-rw-r--r--bridges/source/remote/urp/makefile.mk82
-rw-r--r--bridges/source/remote/urp/urp_bridgeimpl.cxx253
-rw-r--r--bridges/source/remote/urp/urp_bridgeimpl.hxx136
-rw-r--r--bridges/source/remote/urp/urp_cache.h60
-rw-r--r--bridges/source/remote/urp/urp_cache.hxx163
-rw-r--r--bridges/source/remote/urp/urp_dispatch.cxx119
-rw-r--r--bridges/source/remote/urp/urp_dispatch.hxx81
-rw-r--r--bridges/source/remote/urp/urp_environment.cxx554
-rw-r--r--bridges/source/remote/urp/urp_job.cxx942
-rw-r--r--bridges/source/remote/urp/urp_job.hxx381
-rw-r--r--bridges/source/remote/urp/urp_log.cxx150
-rw-r--r--bridges/source/remote/urp/urp_log.hxx53
-rw-r--r--bridges/source/remote/urp/urp_marshal.cxx238
-rw-r--r--bridges/source/remote/urp/urp_marshal.hxx346
-rw-r--r--bridges/source/remote/urp/urp_marshal_decl.hxx109
-rw-r--r--bridges/source/remote/urp/urp_property.hxx96
-rw-r--r--bridges/source/remote/urp/urp_propertyobject.cxx796
-rw-r--r--bridges/source/remote/urp/urp_propertyobject.hxx111
-rw-r--r--bridges/source/remote/urp/urp_reader.cxx835
-rw-r--r--bridges/source/remote/urp/urp_reader.hxx81
-rw-r--r--bridges/source/remote/urp/urp_replycontainer.hxx78
-rw-r--r--bridges/source/remote/urp/urp_threadid.cxx51
-rw-r--r--bridges/source/remote/urp/urp_threadid.hxx62
-rw-r--r--bridges/source/remote/urp/urp_unmarshal.cxx710
-rw-r--r--bridges/source/remote/urp/urp_unmarshal.hxx283
-rw-r--r--bridges/source/remote/urp/urp_writer.cxx272
-rw-r--r--bridges/source/remote/urp/urp_writer.hxx86
-rw-r--r--bridges/test/com/sun/star/lib/TestBed.java235
-rw-r--r--bridges/test/com/sun/star/lib/makefile.mk40
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug107753_Test.java397
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug108825_Test.java166
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java127
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug111153_Test.java106
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java79
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug51323_Test.java87
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java102
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug97697_Test.java108
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl40
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.java107
-rwxr-xr-xbridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java476
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl55
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.java263
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/StopMessageDispatcherTest.java111
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk55
-rw-r--r--bridges/test/inter_libs_exc/inter.cxx69
-rw-r--r--bridges/test/inter_libs_exc/makefile.mk84
-rw-r--r--bridges/test/inter_libs_exc/share.h7
-rw-r--r--bridges/test/inter_libs_exc/starter.cxx68
-rw-r--r--bridges/test/inter_libs_exc/starter.map7
-rw-r--r--bridges/test/inter_libs_exc/thrower.cxx51
-rw-r--r--bridges/test/inter_libs_exc/thrower.map7
-rw-r--r--bridges/test/java_uno/acquire/TestAcquire.java307
-rw-r--r--bridges/test/java_uno/acquire/makefile.mk121
-rw-r--r--bridges/test/java_uno/acquire/readme.txt21
-rw-r--r--bridges/test/java_uno/acquire/testacquire.cxx577
-rw-r--r--bridges/test/java_uno/acquire/testacquire.map8
-rw-r--r--bridges/test/java_uno/acquire/types.idl71
-rw-r--r--bridges/test/java_uno/any/TestAny.java2270
-rw-r--r--bridges/test/java_uno/any/TestJni.java51
-rw-r--r--bridges/test/java_uno/any/TestRemote.java67
-rw-r--r--bridges/test/java_uno/any/makefile.mk131
-rw-r--r--bridges/test/java_uno/any/test_javauno_any.map6
-rw-r--r--bridges/test/java_uno/any/transport.cxx111
-rw-r--r--bridges/test/java_uno/any/types.idl45
-rw-r--r--bridges/test/java_uno/equals/TestEquals.java1307
-rw-r--r--bridges/test/java_uno/equals/makefile.mk100
-rw-r--r--bridges/test/java_uno/equals/testequals.cxx235
-rw-r--r--bridges/test/java_uno/equals/testequals.map8
-rw-r--r--bridges/test/java_uno/equals/types.idl50
-rw-r--r--bridges/test/java_uno/nativethreadpool/Relay.java128
-rw-r--r--bridges/test/java_uno/nativethreadpool/makefile.mk125
-rw-r--r--bridges/test/java_uno/nativethreadpool/readme43
-rw-r--r--bridges/test/java_uno/nativethreadpool/relay.manifest2
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx187
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx149
-rw-r--r--bridges/test/java_uno/nativethreadpool/types.idl43
-rw-r--r--bridges/test/java_uno/nativethreadpool/version.map39
-rw-r--r--bridges/test/makefile.mk179
-rw-r--r--bridges/test/performance/makefile.mk66
-rw-r--r--bridges/test/performance/testperformance.cxx193
-rw-r--r--bridges/test/test_bridge.idl85
-rw-r--r--bridges/test/testclient.cxx255
-rw-r--r--bridges/test/testclient.java159
-rw-r--r--bridges/test/testcomp.cxx807
-rw-r--r--bridges/test/testcomp.h159
-rw-r--r--bridges/test/testoffice.cxx286
-rw-r--r--bridges/test/testsameprocess.cxx223
-rw-r--r--bridges/test/testserver.cxx256
-rw-r--r--bridges/unotypes/makefile.mk67
-rw-r--r--bridges/version.mk44
-rw-r--r--cairo/cairo-1.8.0.patch251
-rwxr-xr-xcairo/cairo/dummy_pkg_config3
-rw-r--r--cairo/cairo/makefile.mk206
-rw-r--r--cairo/pixman-0.12.0.patch25
-rw-r--r--cairo/pixman/makefile.mk166
-rw-r--r--cairo/prj/build.lst4
-rw-r--r--cairo/prj/d.lst12
-rw-r--r--canvas/inc/canvas/base/basemutexhelper.hxx72
-rw-r--r--canvas/inc/canvas/base/bitmapcanvasbase.hxx137
-rw-r--r--canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx296
-rw-r--r--canvas/inc/canvas/base/cachedprimitivebase.hxx125
-rw-r--r--canvas/inc/canvas/base/canvasbase.hxx486
-rw-r--r--canvas/inc/canvas/base/canvascustomspritebase.hxx280
-rw-r--r--canvas/inc/canvas/base/canvascustomspritehelper.hxx296
-rw-r--r--canvas/inc/canvas/base/doublebitmapbase.hxx154
-rw-r--r--canvas/inc/canvas/base/floatbitmapbase.hxx158
-rw-r--r--canvas/inc/canvas/base/graphicdevicebase.hxx448
-rw-r--r--canvas/inc/canvas/base/integerbitmapbase.hxx154
-rw-r--r--canvas/inc/canvas/base/sprite.hxx122
-rw-r--r--canvas/inc/canvas/base/spritecanvasbase.hxx205
-rw-r--r--canvas/inc/canvas/base/spritesurface.hxx76
-rw-r--r--canvas/inc/canvas/canvastools.hxx673
-rw-r--r--canvas/inc/canvas/debug.hxx68
-rw-r--r--canvas/inc/canvas/elapsedtime.hxx185
-rw-r--r--canvas/inc/canvas/parametricpolypolygon.hxx175
-rw-r--r--canvas/inc/canvas/prioritybooster.hxx68
-rw-r--r--canvas/inc/canvas/propertysethelper.hxx164
-rw-r--r--canvas/inc/canvas/rendering/bitmap.hxx323
-rw-r--r--canvas/inc/canvas/rendering/icachedprimitive.hxx69
-rw-r--r--canvas/inc/canvas/rendering/icolorbuffer.hxx97
-rw-r--r--canvas/inc/canvas/rendering/irendermodule.hxx152
-rw-r--r--canvas/inc/canvas/rendering/isurface.hxx91
-rw-r--r--canvas/inc/canvas/rendering/isurfaceproxy.hxx116
-rw-r--r--canvas/inc/canvas/rendering/isurfaceproxymanager.hxx82
-rw-r--r--canvas/inc/canvas/spriteredrawmanager.hxx437
-rw-r--r--canvas/inc/canvas/vclwrapper.hxx152
-rw-r--r--canvas/inc/canvas/verbosetrace.hxx41
-rw-r--r--canvas/inc/canvas/verifyinput.hxx723
-rw-r--r--canvas/inc/makefile.mk51
-rw-r--r--canvas/inc/pch/precompiled_canvas.cxx32
-rw-r--r--canvas/inc/pch/precompiled_canvas.hxx35
-rw-r--r--canvas/overview.txt50
-rw-r--r--canvas/prj/build.lst11
-rw-r--r--canvas/prj/d.lst26
-rw-r--r--canvas/source/cairo/cairo_cachedbitmap.cxx93
-rw-r--r--canvas/source/cairo/cairo_cachedbitmap.hxx70
-rw-r--r--canvas/source/cairo/cairo_cairo.cxx67
-rw-r--r--canvas/source/cairo/cairo_cairo.hxx100
-rw-r--r--canvas/source/cairo/cairo_canvas.cxx198
-rw-r--r--canvas/source/cairo/cairo_canvas.hxx165
-rw-r--r--canvas/source/cairo/cairo_canvasbitmap.cxx289
-rw-r--r--canvas/source/cairo/cairo_canvasbitmap.hxx141
-rw-r--r--canvas/source/cairo/cairo_canvascustomsprite.cxx178
-rw-r--r--canvas/source/cairo/cairo_canvascustomsprite.hxx159
-rw-r--r--canvas/source/cairo/cairo_canvasfont.cxx196
-rw-r--r--canvas/source/cairo/cairo_canvasfont.hxx99
-rw-r--r--canvas/source/cairo/cairo_canvashelper.cxx1844
-rw-r--r--canvas/source/cairo/cairo_canvashelper.hxx337
-rw-r--r--canvas/source/cairo/cairo_canvashelper_text.cxx401
-rw-r--r--canvas/source/cairo/cairo_canvashelper_texturefill.cxx147
-rw-r--r--canvas/source/cairo/cairo_devicehelper.cxx305
-rw-r--r--canvas/source/cairo/cairo_devicehelper.hxx146
-rw-r--r--canvas/source/cairo/cairo_quartz_cairo.cxx350
-rw-r--r--canvas/source/cairo/cairo_quartz_cairo.hxx76
-rw-r--r--canvas/source/cairo/cairo_repainttarget.hxx63
-rw-r--r--canvas/source/cairo/cairo_services.cxx86
-rw-r--r--canvas/source/cairo/cairo_sprite.hxx74
-rw-r--r--canvas/source/cairo/cairo_spritecanvas.cxx235
-rw-r--r--canvas/source/cairo/cairo_spritecanvas.hxx178
-rw-r--r--canvas/source/cairo/cairo_spritecanvashelper.cxx547
-rw-r--r--canvas/source/cairo/cairo_spritecanvashelper.hxx150
-rw-r--r--canvas/source/cairo/cairo_spritedevicehelper.cxx204
-rw-r--r--canvas/source/cairo/cairo_spritedevicehelper.hxx98
-rw-r--r--canvas/source/cairo/cairo_spritehelper.cxx186
-rw-r--r--canvas/source/cairo/cairo_spritehelper.hxx118
-rw-r--r--canvas/source/cairo/cairo_spritesurface.hxx73
-rw-r--r--canvas/source/cairo/cairo_surfaceprovider.hxx85
-rw-r--r--canvas/source/cairo/cairo_textlayout.cxx659
-rw-r--r--canvas/source/cairo/cairo_textlayout.hxx123
-rw-r--r--canvas/source/cairo/cairo_win32_cairo.cxx328
-rw-r--r--canvas/source/cairo/cairo_win32_cairo.hxx73
-rw-r--r--canvas/source/cairo/cairo_xlib_cairo.cxx355
-rw-r--r--canvas/source/cairo/cairo_xlib_cairo.hxx109
-rw-r--r--canvas/source/cairo/exports.dxp3
-rw-r--r--canvas/source/cairo/exports.map8
-rw-r--r--canvas/source/cairo/makefile.mk136
-rwxr-xr-xcanvas/source/directx/dx_5rm.cxx2286
-rwxr-xr-xcanvas/source/directx/dx_9rm.cxx1366
-rwxr-xr-xcanvas/source/directx/dx_bitmap.cxx222
-rwxr-xr-xcanvas/source/directx/dx_bitmap.hxx96
-rwxr-xr-xcanvas/source/directx/dx_bitmapcanvashelper.cxx249
-rwxr-xr-xcanvas/source/directx/dx_bitmapcanvashelper.hxx139
-rw-r--r--canvas/source/directx/dx_bitmapprovider.hxx48
-rw-r--r--canvas/source/directx/dx_canvas.cxx258
-rw-r--r--canvas/source/directx/dx_canvas.hxx179
-rwxr-xr-xcanvas/source/directx/dx_canvasbitmap.cxx280
-rwxr-xr-xcanvas/source/directx/dx_canvasbitmap.hxx107
-rwxr-xr-xcanvas/source/directx/dx_canvascustomsprite.cxx126
-rwxr-xr-xcanvas/source/directx/dx_canvascustomsprite.hxx142
-rwxr-xr-xcanvas/source/directx/dx_canvasfont.cxx183
-rwxr-xr-xcanvas/source/directx/dx_canvasfont.hxx107
-rwxr-xr-xcanvas/source/directx/dx_canvashelper.cxx815
-rwxr-xr-xcanvas/source/directx/dx_canvashelper.hxx260
-rwxr-xr-xcanvas/source/directx/dx_canvashelper_texturefill.cxx740
-rwxr-xr-xcanvas/source/directx/dx_config.cxx176
-rw-r--r--canvas/source/directx/dx_config.hxx90
-rwxr-xr-xcanvas/source/directx/dx_devicehelper.cxx239
-rwxr-xr-xcanvas/source/directx/dx_devicehelper.hxx124
-rwxr-xr-xcanvas/source/directx/dx_gdiplususer.cxx84
-rwxr-xr-xcanvas/source/directx/dx_gdiplususer.hxx58
-rw-r--r--canvas/source/directx/dx_graphicsprovider.hxx56
-rw-r--r--canvas/source/directx/dx_ibitmap.hxx73
-rwxr-xr-xcanvas/source/directx/dx_impltools.cxx628
-rwxr-xr-xcanvas/source/directx/dx_impltools.hxx138
-rwxr-xr-xcanvas/source/directx/dx_linepolypolygon.cxx68
-rwxr-xr-xcanvas/source/directx/dx_linepolypolygon.hxx59
-rwxr-xr-xcanvas/source/directx/dx_rendermodule.hxx93
-rwxr-xr-xcanvas/source/directx/dx_sprite.hxx54
-rwxr-xr-xcanvas/source/directx/dx_spritecanvas.cxx214
-rwxr-xr-xcanvas/source/directx/dx_spritecanvas.hxx159
-rwxr-xr-xcanvas/source/directx/dx_spritecanvashelper.cxx385
-rwxr-xr-xcanvas/source/directx/dx_spritecanvashelper.hxx164
-rw-r--r--canvas/source/directx/dx_spritedevicehelper.cxx262
-rw-r--r--canvas/source/directx/dx_spritedevicehelper.hxx117
-rwxr-xr-xcanvas/source/directx/dx_spritehelper.cxx219
-rwxr-xr-xcanvas/source/directx/dx_spritehelper.hxx114
-rw-r--r--canvas/source/directx/dx_surfacebitmap.cxx807
-rw-r--r--canvas/source/directx/dx_surfacebitmap.hxx150
-rwxr-xr-xcanvas/source/directx/dx_surfacegraphics.cxx88
-rwxr-xr-xcanvas/source/directx/dx_surfacegraphics.hxx48
-rwxr-xr-xcanvas/source/directx/dx_textlayout.cxx283
-rwxr-xr-xcanvas/source/directx/dx_textlayout.hxx118
-rwxr-xr-xcanvas/source/directx/dx_textlayout_drawhelper.cxx315
-rwxr-xr-xcanvas/source/directx/dx_textlayout_drawhelper.hxx89
-rwxr-xr-xcanvas/source/directx/dx_vcltools.cxx526
-rwxr-xr-xcanvas/source/directx/dx_vcltools.hxx67
-rwxr-xr-xcanvas/source/directx/dx_winstuff.hxx222
-rw-r--r--canvas/source/directx/exports.dxp3
-rw-r--r--canvas/source/directx/makefile.mk223
-rw-r--r--canvas/source/factory/canvasfactory.map8
-rw-r--r--canvas/source/factory/cf_service.cxx556
-rw-r--r--canvas/source/factory/makefile.mk60
-rw-r--r--canvas/source/java/BackBuffer.java115
-rw-r--r--canvas/source/java/BezierPolyPolygon.java154
-rw-r--r--canvas/source/java/BitmapCanvas.java139
-rw-r--r--canvas/source/java/BufferedGraphics2D.java603
-rw-r--r--canvas/source/java/CanvasBase.java344
-rw-r--r--canvas/source/java/CanvasBitmap.java255
-rw-r--r--canvas/source/java/CanvasClonedSprite.java188
-rw-r--r--canvas/source/java/CanvasCustomSprite.java207
-rw-r--r--canvas/source/java/CanvasFont.java119
-rw-r--r--canvas/source/java/CanvasGraphicDevice.java225
-rw-r--r--canvas/source/java/CanvasSprite.java311
-rw-r--r--canvas/source/java/CanvasTest_perftest.java679
-rw-r--r--canvas/source/java/CanvasUtils.java630
-rw-r--r--canvas/source/java/JavaCanvas.java678
-rw-r--r--canvas/source/java/LinePolyPolygon.java195
-rw-r--r--canvas/source/java/SpriteBase.java37
-rw-r--r--canvas/source/java/SpriteRep.java178
-rw-r--r--canvas/source/java/SpriteRunner.java203
-rw-r--r--canvas/source/java/TextLayout.java208
-rw-r--r--canvas/source/java/aqua/WindowAdapter.java205
-rw-r--r--canvas/source/java/java_Service.java118
-rw-r--r--canvas/source/java/makefile.mk97
-rw-r--r--canvas/source/java/manifest1
-rw-r--r--canvas/source/java/perftest/PerfTest.java317
-rw-r--r--canvas/source/java/perftest/WindowAdapter.java200
-rw-r--r--canvas/source/java/perftest/makefile.mk59
-rw-r--r--canvas/source/java/perftest/manifest1
-rw-r--r--canvas/source/java/win/WindowAdapter.java202
-rw-r--r--canvas/source/java/x11/WindowAdapter.java200
-rw-r--r--canvas/source/null/exports.dxp3
-rw-r--r--canvas/source/null/exports.map8
-rw-r--r--canvas/source/null/makefile.mk74
-rw-r--r--canvas/source/null/null_canvasbitmap.cxx87
-rw-r--r--canvas/source/null/null_canvasbitmap.hxx95
-rw-r--r--canvas/source/null/null_canvascustomsprite.cxx108
-rw-r--r--canvas/source/null/null_canvascustomsprite.hxx139
-rw-r--r--canvas/source/null/null_canvasfont.cxx124
-rw-r--r--canvas/source/null/null_canvasfont.hxx98
-rw-r--r--canvas/source/null/null_canvashelper.cxx339
-rw-r--r--canvas/source/null/null_canvashelper.hxx276
-rw-r--r--canvas/source/null/null_devicehelper.cxx242
-rw-r--r--canvas/source/null/null_devicehelper.hxx110
-rw-r--r--canvas/source/null/null_spritecanvas.cxx169
-rw-r--r--canvas/source/null/null_spritecanvas.hxx152
-rw-r--r--canvas/source/null/null_spritecanvashelper.cxx134
-rw-r--r--canvas/source/null/null_spritecanvashelper.hxx139
-rw-r--r--canvas/source/null/null_spritehelper.cxx100
-rw-r--r--canvas/source/null/null_spritehelper.hxx108
-rw-r--r--canvas/source/null/null_textlayout.cxx264
-rw-r--r--canvas/source/null/null_textlayout.hxx110
-rw-r--r--canvas/source/null/null_usagecounter.hxx79
-rw-r--r--canvas/source/null/sprite.hxx50
-rw-r--r--canvas/source/simplecanvas/exports.dxp3
-rw-r--r--canvas/source/simplecanvas/exports.map8
-rw-r--r--canvas/source/simplecanvas/makefile.mk67
-rw-r--r--canvas/source/simplecanvas/simplecanvasimpl.cxx408
-rw-r--r--canvas/source/tools/bitmap.cxx841
-rw-r--r--canvas/source/tools/cachedprimitivebase.cxx115
-rw-r--r--canvas/source/tools/canvascustomspritehelper.cxx499
-rw-r--r--canvas/source/tools/canvastools.cxx1000
-rw-r--r--canvas/source/tools/canvastools.flt4
-rw-r--r--canvas/source/tools/elapsedtime.cxx227
-rw-r--r--canvas/source/tools/image.cxx2397
-rw-r--r--canvas/source/tools/image.hxx301
-rw-r--r--canvas/source/tools/image_sysprereq.h105
-rw-r--r--canvas/source/tools/imagecachedprimitive.hxx60
-rw-r--r--canvas/source/tools/makefile.mk105
-rw-r--r--canvas/source/tools/page.cxx155
-rw-r--r--canvas/source/tools/page.hxx160
-rw-r--r--canvas/source/tools/pagemanager.cxx219
-rw-r--r--canvas/source/tools/pagemanager.hxx97
-rw-r--r--canvas/source/tools/parametricpolypolygon.cxx235
-rw-r--r--canvas/source/tools/prioritybooster.cxx86
-rw-r--r--canvas/source/tools/propertysethelper.cxx190
-rw-r--r--canvas/source/tools/spriteredrawmanager.cxx523
-rw-r--r--canvas/source/tools/surface.cxx500
-rw-r--r--canvas/source/tools/surface.hxx165
-rw-r--r--canvas/source/tools/surfaceproxy.cxx185
-rw-r--r--canvas/source/tools/surfaceproxy.hxx137
-rw-r--r--canvas/source/tools/surfaceproxymanager.cxx89
-rw-r--r--canvas/source/tools/surfacerect.hxx138
-rw-r--r--canvas/source/tools/verifyinput.cxx929
-rw-r--r--canvas/source/vcl/backbuffer.cxx74
-rw-r--r--canvas/source/vcl/backbuffer.hxx70
-rw-r--r--canvas/source/vcl/bitmapbackbuffer.cxx168
-rw-r--r--canvas/source/vcl/bitmapbackbuffer.hxx107
-rw-r--r--canvas/source/vcl/cachedbitmap.cxx107
-rw-r--r--canvas/source/vcl/cachedbitmap.hxx81
-rw-r--r--canvas/source/vcl/canvas.cxx164
-rw-r--r--canvas/source/vcl/canvas.hxx135
-rw-r--r--canvas/source/vcl/canvasbitmap.cxx147
-rw-r--r--canvas/source/vcl/canvasbitmap.hxx132
-rw-r--r--canvas/source/vcl/canvasbitmaphelper.cxx570
-rw-r--r--canvas/source/vcl/canvasbitmaphelper.hxx132
-rw-r--r--canvas/source/vcl/canvascustomsprite.cxx200
-rw-r--r--canvas/source/vcl/canvascustomsprite.hxx136
-rw-r--r--canvas/source/vcl/canvasfont.cxx186
-rw-r--r--canvas/source/vcl/canvasfont.hxx103
-rw-r--r--canvas/source/vcl/canvashelper.cxx1431
-rw-r--r--canvas/source/vcl/canvashelper.hxx347
-rw-r--r--canvas/source/vcl/canvashelper_texturefill.cxx1362
-rw-r--r--canvas/source/vcl/devicehelper.cxx245
-rw-r--r--canvas/source/vcl/devicehelper.hxx106
-rw-r--r--canvas/source/vcl/exports.dxp3
-rw-r--r--canvas/source/vcl/exports.map8
-rw-r--r--canvas/source/vcl/impltools.cxx547
-rw-r--r--canvas/source/vcl/impltools.hxx204
-rw-r--r--canvas/source/vcl/makefile.mk89
-rw-r--r--canvas/source/vcl/outdevprovider.hxx64
-rw-r--r--canvas/source/vcl/repainttarget.hxx66
-rw-r--r--canvas/source/vcl/services.cxx93
-rw-r--r--canvas/source/vcl/sprite.hxx74
-rw-r--r--canvas/source/vcl/spritecanvas.cxx181
-rw-r--r--canvas/source/vcl/spritecanvas.hxx176
-rw-r--r--canvas/source/vcl/spritecanvashelper.cxx721
-rw-r--r--canvas/source/vcl/spritecanvashelper.hxx182
-rw-r--r--canvas/source/vcl/spritedevicehelper.cxx161
-rw-r--r--canvas/source/vcl/spritedevicehelper.hxx85
-rw-r--r--canvas/source/vcl/spritehelper.cxx446
-rw-r--r--canvas/source/vcl/spritehelper.hxx124
-rw-r--r--canvas/source/vcl/textlayout.cxx499
-rw-r--r--canvas/source/vcl/textlayout.hxx118
-rw-r--r--canvas/source/vcl/windowoutdevholder.cxx60
-rw-r--r--canvas/source/vcl/windowoutdevholder.hxx69
-rw-r--r--canvas/workben/canvasdemo.cxx715
-rw-r--r--canvas/workben/makefile.mk37
-rw-r--r--cli_ure/inc/makefile.mk52
-rw-r--r--cli_ure/inc/pch/precompiled_cli_ure.cxx32
-rw-r--r--cli_ure/inc/pch/precompiled_cli_ure.hxx35
-rw-r--r--cli_ure/prj/build.lst13
-rw-r--r--cli_ure/prj/d.lst13
-rw-r--r--cli_ure/qa/climaker/ClimakerTestCase.java101
-rw-r--r--cli_ure/qa/climaker/climaker.cs1490
-rw-r--r--cli_ure/qa/climaker/makefile.mk139
-rw-r--r--cli_ure/qa/climaker/testobjects.cs591
-rw-r--r--cli_ure/qa/climaker/types.idl486
-rw-r--r--cli_ure/qa/versioning/readme.txt32
-rw-r--r--cli_ure/readme.txt276
-rw-r--r--cli_ure/source/basetypes/assembly.cs2
-rw-r--r--cli_ure/source/basetypes/cli_basetypes_config11
-rw-r--r--cli_ure/source/basetypes/makefile.mk116
-rw-r--r--cli_ure/source/basetypes/uno/Any.cs214
-rw-r--r--cli_ure/source/basetypes/uno/BoundAttribute.cs49
-rw-r--r--cli_ure/source/basetypes/uno/ExceptionAttribute.cs73
-rw-r--r--cli_ure/source/basetypes/uno/OnewayAttribute.cs46
-rw-r--r--cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs71
-rw-r--r--cli_ure/source/basetypes/uno/PolymorphicType.cs446
-rw-r--r--cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs87
-rw-r--r--cli_ure/source/basetypes/uno/TypeParametersAttribute.cs68
-rw-r--r--cli_ure/source/climaker/climaker.exe.config10
-rw-r--r--cli_ure/source/climaker/climaker_app.cxx752
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2326
-rw-r--r--cli_ure/source/climaker/climaker_share.h271
-rw-r--r--cli_ure/source/climaker/makefile.mk143
-rw-r--r--cli_ure/source/cliuno.snkbin0 -> 596 bytes-rw-r--r--cli_ure/source/makefile.mk52
-rw-r--r--cli_ure/source/native/assembly.cxx39
-rw-r--r--cli_ure/source/native/cli_cppuhelper_config11
-rw-r--r--cli_ure/source/native/makefile.mk194
-rw-r--r--cli_ure/source/native/msvc.map6
-rw-r--r--cli_ure/source/native/native_bootstrap.cxx436
-rw-r--r--cli_ure/source/native/native_share.h123
-rw-r--r--cli_ure/source/native/path.cxx221
-rw-r--r--cli_ure/source/scripts/increment_version.pl285
-rw-r--r--cli_ure/source/scripts/subst_template.pl137
-rw-r--r--cli_ure/source/uno_bridge/README.txt20
-rw-r--r--cli_ure/source/uno_bridge/bridge_exports.map8
-rw-r--r--cli_ure/source/uno_bridge/cli_base.h183
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.cxx372
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.h123
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx2014
-rw-r--r--cli_ure/source/uno_bridge/cli_environment.cxx176
-rw-r--r--cli_ure/source/uno_bridge/cli_environment.h117
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx1183
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.h302
-rw-r--r--cli_ure/source/uno_bridge/cli_uno.cxx293
-rw-r--r--cli_ure/source/uno_bridge/makefile.mk99
-rw-r--r--cli_ure/source/ure/assembly.cs2
-rw-r--r--cli_ure/source/ure/cli_ure_config11
-rw-r--r--cli_ure/source/ure/makefile.mk113
-rw-r--r--cli_ure/source/ure/uno/util/DisposeGuard.cs62
-rw-r--r--cli_ure/source/ure/uno/util/WeakAdapter.cs123
-rw-r--r--cli_ure/source/ure/uno/util/WeakBase.cs181
-rw-r--r--cli_ure/source/ure/uno/util/WeakComponentBase.cs197
-rw-r--r--cli_ure/unotypes/cli_uretypes_config11
-rw-r--r--cli_ure/unotypes/makefile.mk83
-rw-r--r--cli_ure/util/makefile.pmk39
-rw-r--r--cli_ure/util/target.pmk48
-rw-r--r--cli_ure/version/incversions.txt43
-rw-r--r--cli_ure/version/makefile.mk73
-rw-r--r--cli_ure/version/version.txt51
-rw-r--r--cli_ure/workbench/dynload/dynload.cs35
-rw-r--r--cli_ure/workbench/dynload/makefile.mk72
-rw-r--r--cli_ure/workbench/dynload/readme.txt2
-rwxr-xr-xcodemaker/codemaker.pmk57
-rw-r--r--codemaker/inc/codemaker/codemaker.hxx59
-rw-r--r--codemaker/inc/codemaker/commoncpp.hxx60
-rw-r--r--codemaker/inc/codemaker/commonjava.hxx47
-rw-r--r--codemaker/inc/codemaker/dependencies.hxx152
-rw-r--r--codemaker/inc/codemaker/exceptiontree.hxx127
-rw-r--r--codemaker/inc/codemaker/generatedtypeset.hxx82
-rw-r--r--codemaker/inc/codemaker/global.hxx154
-rw-r--r--codemaker/inc/codemaker/options.hxx101
-rw-r--r--codemaker/inc/codemaker/typemanager.hxx185
-rw-r--r--codemaker/inc/codemaker/unotype.hxx113
-rw-r--r--codemaker/inc/makefile.mk51
-rw-r--r--codemaker/inc/pch/precompiled_codemaker.cxx32
-rw-r--r--codemaker/inc/pch/precompiled_codemaker.hxx35
-rw-r--r--codemaker/prj/build.lst11
-rw-r--r--codemaker/prj/d.lst14
-rw-r--r--codemaker/source/bonobowrappermaker/corbamaker.cxx242
-rw-r--r--codemaker/source/bonobowrappermaker/corbaoptions.cxx259
-rw-r--r--codemaker/source/bonobowrappermaker/corbaoptions.hxx54
-rw-r--r--codemaker/source/bonobowrappermaker/corbatype.cxx2785
-rw-r--r--codemaker/source/bonobowrappermaker/corbatype.hxx313
-rw-r--r--codemaker/source/bonobowrappermaker/makefile.mk66
-rw-r--r--codemaker/source/codemaker/codemaker.cxx191
-rw-r--r--codemaker/source/codemaker/dependencies.cxx284
-rw-r--r--codemaker/source/codemaker/exceptiontree.cxx109
-rw-r--r--codemaker/source/codemaker/global.cxx452
-rw-r--r--codemaker/source/codemaker/makefile.mk55
-rw-r--r--codemaker/source/codemaker/options.cxx102
-rw-r--r--codemaker/source/codemaker/typemanager.cxx406
-rw-r--r--codemaker/source/codemaker/unotype.cxx106
-rw-r--r--codemaker/source/commoncpp/commoncpp.cxx358
-rw-r--r--codemaker/source/commoncpp/makefile.mk46
-rw-r--r--codemaker/source/commonjava/commonjava.cxx170
-rw-r--r--codemaker/source/commonjava/makefile.mk46
-rw-r--r--codemaker/source/cppumaker/cppumaker.cxx247
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx358
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx54
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx4507
-rw-r--r--codemaker/source/cppumaker/cpputype.hxx409
-rw-r--r--codemaker/source/cppumaker/dumputils.cxx94
-rw-r--r--codemaker/source/cppumaker/dumputils.hxx49
-rw-r--r--codemaker/source/cppumaker/includes.cxx283
-rw-r--r--codemaker/source/cppumaker/includes.hxx124
-rw-r--r--codemaker/source/cppumaker/makefile.mk69
-rw-r--r--codemaker/source/cunomaker/cunomaker.cxx189
-rw-r--r--codemaker/source/cunomaker/cunooptions.cxx333
-rw-r--r--codemaker/source/cunomaker/cunooptions.hxx54
-rw-r--r--codemaker/source/cunomaker/cunotype.cxx3536
-rw-r--r--codemaker/source/cunomaker/cunotype.hxx312
-rw-r--r--codemaker/source/cunomaker/makefile.mk65
-rw-r--r--codemaker/source/idlmaker/idlmaker.cxx189
-rw-r--r--codemaker/source/idlmaker/idloptions.cxx254
-rw-r--r--codemaker/source/idlmaker/idloptions.hxx54
-rw-r--r--codemaker/source/idlmaker/idltype.cxx1755
-rw-r--r--codemaker/source/idlmaker/idltype.hxx252
-rw-r--r--codemaker/source/idlmaker/makefile.mk66
-rw-r--r--codemaker/source/javamaker/classfile.cxx906
-rw-r--r--codemaker/source/javamaker/classfile.hxx277
-rw-r--r--codemaker/source/javamaker/javamaker.cxx250
-rw-r--r--codemaker/source/javamaker/javaoptions.cxx302
-rw-r--r--codemaker/source/javamaker/javaoptions.hxx54
-rw-r--r--codemaker/source/javamaker/javatype.cxx3377
-rw-r--r--codemaker/source/javamaker/javatype.hxx48
-rw-r--r--codemaker/source/javamaker/makefile.mk62
-rw-r--r--codemaker/test/cppumaker/makefile.mk75
-rw-r--r--codemaker/test/cppumaker/test_codemaker_cppumaker.cxx570
-rw-r--r--codemaker/test/cppumaker/types.idl720
-rw-r--r--codemaker/test/cppumaker/version.map38
-rw-r--r--codemaker/test/javamaker/Test.java562
-rw-r--r--codemaker/test/javamaker/java15/Test.java103
-rw-r--r--codemaker/test/javamaker/java15/makefile.mk45
-rw-r--r--codemaker/test/javamaker/java15/types.idl53
-rw-r--r--codemaker/test/javamaker/makefile.mk45
-rw-r--r--codemaker/test/javamaker/types.idl436
-rw-r--r--comphelper/inc/comphelper/ChainablePropertySet.hxx159
-rw-r--r--comphelper/inc/comphelper/ChainablePropertySetInfo.hxx80
-rw-r--r--comphelper/inc/comphelper/IdPropArrayHelper.hxx126
-rw-r--r--comphelper/inc/comphelper/InlineContainer.hxx152
-rw-r--r--comphelper/inc/comphelper/MasterPropertySet.hxx158
-rw-r--r--comphelper/inc/comphelper/MasterPropertySetInfo.hxx72
-rw-r--r--comphelper/inc/comphelper/PropertyInfoHash.hxx74
-rw-r--r--comphelper/inc/comphelper/SelectionMultiplex.hxx120
-rw-r--r--comphelper/inc/comphelper/SettingsHelper.hxx126
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx127
-rw-r--r--comphelper/inc/comphelper/accessiblecomponenthelper.hxx147
-rw-r--r--comphelper/inc/comphelper/accessiblecontexthelper.hxx379
-rw-r--r--comphelper/inc/comphelper/accessibleeventbuffer.hxx136
-rw-r--r--comphelper/inc/comphelper/accessibleeventnotifier.hxx176
-rw-r--r--comphelper/inc/comphelper/accessiblekeybindinghelper.hxx86
-rw-r--r--comphelper/inc/comphelper/accessibleselectionhelper.hxx137
-rw-r--r--comphelper/inc/comphelper/accessibletexthelper.hxx188
-rw-r--r--comphelper/inc/comphelper/accessiblewrapper.hxx414
-rw-r--r--comphelper/inc/comphelper/accimplaccess.hxx169
-rw-r--r--comphelper/inc/comphelper/anytostring.hxx53
-rw-r--r--comphelper/inc/comphelper/asyncnotification.hxx201
-rw-r--r--comphelper/inc/comphelper/attributelist.hxx80
-rw-r--r--comphelper/inc/comphelper/basicio.hxx109
-rw-r--r--comphelper/inc/comphelper/broadcasthelper.hxx72
-rw-r--r--comphelper/inc/comphelper/classids.hxx577
-rw-r--r--comphelper/inc/comphelper/comphelperdllapi.h14
-rw-r--r--comphelper/inc/comphelper/componentbase.hxx160
-rw-r--r--comphelper/inc/comphelper/componentcontext.hxx255
-rw-r--r--comphelper/inc/comphelper/componentfactory.hxx121
-rw-r--r--comphelper/inc/comphelper/componentmodule.hxx444
-rw-r--r--comphelper/inc/comphelper/composedprops.hxx130
-rw-r--r--comphelper/inc/comphelper/configurationhelper.hxx264
-rw-r--r--comphelper/inc/comphelper/container.hxx88
-rw-r--r--comphelper/inc/comphelper/containermultiplexer.hxx118
-rw-r--r--comphelper/inc/comphelper/docpasswordhelper.hxx212
-rw-r--r--comphelper/inc/comphelper/docpasswordrequest.hxx91
-rw-r--r--comphelper/inc/comphelper/documentconstants.hxx116
-rw-r--r--comphelper/inc/comphelper/documentinfo.hxx62
-rw-r--r--comphelper/inc/comphelper/embeddedobjectcontainer.hxx192
-rw-r--r--comphelper/inc/comphelper/enumhelper.hxx153
-rw-r--r--comphelper/inc/comphelper/eventattachermgr.hxx71
-rw-r--r--comphelper/inc/comphelper/evtlistenerhlp.hxx59
-rw-r--r--comphelper/inc/comphelper/extract.hxx167
-rw-r--r--comphelper/inc/comphelper/fileformat.h44
-rw-r--r--comphelper/inc/comphelper/genericpropertyset.hxx44
-rw-r--r--comphelper/inc/comphelper/guarding.hxx66
-rw-r--r--comphelper/inc/comphelper/ihwrapnofilter.hxx106
-rw-r--r--comphelper/inc/comphelper/implbase_var.hxx406
-rw-r--r--comphelper/inc/comphelper/implementationreference.hxx276
-rw-r--r--comphelper/inc/comphelper/interaction.hxx173
-rw-r--r--comphelper/inc/comphelper/legacysingletonfactory.hxx75
-rw-r--r--comphelper/inc/comphelper/listenernotification.hxx311
-rw-r--r--comphelper/inc/comphelper/locale.hxx446
-rw-r--r--comphelper/inc/comphelper/logging.hxx797
-rw-r--r--comphelper/inc/comphelper/make_shared_from_uno.hxx78
-rw-r--r--comphelper/inc/comphelper/makesequence.hxx90
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx291
-rw-r--r--comphelper/inc/comphelper/mimeconfighelper.hxx136
-rw-r--r--comphelper/inc/comphelper/namecontainer.hxx45
-rw-r--r--comphelper/inc/comphelper/namedvaluecollection.hxx351
-rw-r--r--comphelper/inc/comphelper/numberedcollection.hxx202
-rw-r--r--comphelper/inc/comphelper/numbers.hxx77
-rw-r--r--comphelper/inc/comphelper/officeresourcebundle.hxx119
-rw-r--r--comphelper/inc/comphelper/ofopxmlhelper.hxx142
-rw-r--r--comphelper/inc/comphelper/optional.hxx93
-rw-r--r--comphelper/inc/comphelper/optionalvalue.hxx190
-rw-r--r--comphelper/inc/comphelper/oslfile2streamwrap.hxx111
-rw-r--r--comphelper/inc/comphelper/otransactedfilestream.hxx139
-rw-r--r--comphelper/inc/comphelper/processfactory.hxx101
-rw-r--r--comphelper/inc/comphelper/propagg.hxx332
-rw-r--r--comphelper/inc/comphelper/proparrhlp.hxx185
-rw-r--r--comphelper/inc/comphelper/property.hxx241
-rw-r--r--comphelper/inc/comphelper/propertybag.hxx240
-rw-r--r--comphelper/inc/comphelper/propertycontainer.hxx100
-rw-r--r--comphelper/inc/comphelper/propertycontainerhelper.hxx221
-rw-r--r--comphelper/inc/comphelper/propertysethelper.hxx105
-rw-r--r--comphelper/inc/comphelper/propertysetinfo.hxx106
-rw-r--r--comphelper/inc/comphelper/propertystatecontainer.hxx123
-rw-r--r--comphelper/inc/comphelper/propmultiplex.hxx119
-rw-r--r--comphelper/inc/comphelper/propstate.hxx115
-rw-r--r--comphelper/inc/comphelper/proxyaggregation.hxx232
-rw-r--r--comphelper/inc/comphelper/querydeep.hxx487
-rw-r--r--comphelper/inc/comphelper/regpathhelper.hxx74
-rw-r--r--comphelper/inc/comphelper/scopeguard.hxx75
-rw-r--r--comphelper/inc/comphelper/seekableinput.hxx87
-rw-r--r--comphelper/inc/comphelper/seqstream.hxx149
-rw-r--r--comphelper/inc/comphelper/sequence.hxx392
-rw-r--r--comphelper/inc/comphelper/sequenceashashmap.hxx387
-rw-r--r--comphelper/inc/comphelper/sequenceasvector.hxx250
-rw-r--r--comphelper/inc/comphelper/servicedecl.hxx430
-rw-r--r--comphelper/inc/comphelper/servicehelper.hxx108
-rw-r--r--comphelper/inc/comphelper/sharedmutex.hxx94
-rw-r--r--comphelper/inc/comphelper/stl_types.hxx285
-rw-r--r--comphelper/inc/comphelper/stlunosequence.hxx89
-rw-r--r--comphelper/inc/comphelper/storagehelper.hxx169
-rw-r--r--comphelper/inc/comphelper/streamsection.hxx91
-rw-r--r--comphelper/inc/comphelper/string.hxx138
-rw-r--r--comphelper/inc/comphelper/synchronousdispatch.hxx77
-rw-r--r--comphelper/inc/comphelper/types.hxx183
-rw-r--r--comphelper/inc/comphelper/uieventslogger.hxx60
-rw-r--r--comphelper/inc/comphelper/uno3.hxx305
-rw-r--r--comphelper/inc/comphelper/unwrapargs.hxx153
-rw-r--r--comphelper/inc/comphelper/weak.hxx66
-rw-r--r--comphelper/inc/comphelper/weakbag.hxx95
-rw-r--r--comphelper/inc/comphelper/weakeventlistener.hxx192
-rw-r--r--comphelper/inc/makefile.mk52
-rw-r--r--comphelper/inc/pch/precompiled_comphelper.cxx32
-rw-r--r--comphelper/inc/pch/precompiled_comphelper.hxx35
-rw-r--r--comphelper/prj/build.lst13
-rw-r--r--comphelper/prj/d.lst14
-rw-r--r--comphelper/qa/complex/comphelper/Map.java512
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java74
-rw-r--r--comphelper/qa/complex/comphelper/Test01.java110
-rw-r--r--comphelper/qa/complex/comphelper/TestHelper.java52
-rw-r--r--comphelper/qa/complex/comphelper_all.sce2
-rw-r--r--comphelper/qa/complex/makefile.mk101
-rw-r--r--comphelper/qa/makefile.mk58
-rw-r--r--comphelper/qa/test_string.cxx85
-rw-r--r--comphelper/qa/test_weakbag.cxx73
-rw-r--r--comphelper/qa/version.map38
-rw-r--r--comphelper/source/compare/AnyCompareFactory.cxx194
-rw-r--r--comphelper/source/compare/makefile.mk51
-rw-r--r--comphelper/source/container/IndexedPropertyValuesContainer.cxx273
-rw-r--r--comphelper/source/container/NamedPropertyValuesContainer.cxx242
-rw-r--r--comphelper/source/container/container.cxx156
-rw-r--r--comphelper/source/container/containermultiplexer.cxx206
-rw-r--r--comphelper/source/container/embeddedobjectcontainer.cxx1666
-rw-r--r--comphelper/source/container/enumerablemap.cxx999
-rw-r--r--comphelper/source/container/enumhelper.cxx300
-rw-r--r--comphelper/source/container/makefile.mk59
-rw-r--r--comphelper/source/container/namecontainer.cxx214
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx1039
-rw-r--r--comphelper/source/eventattachermgr/makefile.mk54
-rw-r--r--comphelper/source/inc/comphelper_module.hxx42
-rw-r--r--comphelper/source/misc/SelectionMultiplex.cxx177
-rw-r--r--comphelper/source/misc/accessiblecomponenthelper.cxx224
-rw-r--r--comphelper/source/misc/accessiblecontexthelper.cxx359
-rw-r--r--comphelper/source/misc/accessibleeventbuffer.cxx113
-rw-r--r--comphelper/source/misc/accessibleeventnotifier.cxx262
-rw-r--r--comphelper/source/misc/accessiblekeybindinghelper.cxx117
-rw-r--r--comphelper/source/misc/accessibleselectionhelper.cxx195
-rw-r--r--comphelper/source/misc/accessibletexthelper.cxx918
-rw-r--r--comphelper/source/misc/accessiblewrapper.cxx686
-rw-r--r--comphelper/source/misc/accimplaccess.cxx192
-rw-r--r--comphelper/source/misc/anytostring.cxx338
-rw-r--r--comphelper/source/misc/asyncnotification.cxx284
-rw-r--r--comphelper/source/misc/comphelper_module.cxx40
-rw-r--r--comphelper/source/misc/comphelper_services.cxx74
-rw-r--r--comphelper/source/misc/componentbase.cxx73
-rw-r--r--comphelper/source/misc/componentcontext.cxx154
-rw-r--r--comphelper/source/misc/componentmodule.cxx240
-rw-r--r--comphelper/source/misc/configurationhelper.cxx210
-rw-r--r--comphelper/source/misc/docpasswordhelper.cxx152
-rw-r--r--comphelper/source/misc/docpasswordrequest.cxx153
-rw-r--r--comphelper/source/misc/documentinfo.cxx200
-rw-r--r--comphelper/source/misc/documentiologring.cxx175
-rw-r--r--comphelper/source/misc/documentiologring.hxx92
-rw-r--r--comphelper/source/misc/evtlistenerhlp.cxx55
-rw-r--r--comphelper/source/misc/ihwrapnofilter.cxx121
-rw-r--r--comphelper/source/misc/instancelocker.cxx515
-rw-r--r--comphelper/source/misc/instancelocker.hxx136
-rw-r--r--comphelper/source/misc/interaction.cxx102
-rw-r--r--comphelper/source/misc/legacysingletonfactory.cxx200
-rw-r--r--comphelper/source/misc/listenernotification.cxx130
-rw-r--r--comphelper/source/misc/locale.cxx686
-rw-r--r--comphelper/source/misc/logging.cxx408
-rw-r--r--comphelper/source/misc/makefile.mk101
-rw-r--r--comphelper/source/misc/mediadescriptor.cxx959
-rw-r--r--comphelper/source/misc/mimeconfighelper.cxx808
-rw-r--r--comphelper/source/misc/namedvaluecollection.cxx334
-rw-r--r--comphelper/source/misc/numberedcollection.cxx280
-rw-r--r--comphelper/source/misc/numbers.cxx153
-rw-r--r--comphelper/source/misc/officeresourcebundle.cxx243
-rw-r--r--comphelper/source/misc/proxyaggregation.cxx279
-rw-r--r--comphelper/source/misc/querydeep.cxx79
-rw-r--r--comphelper/source/misc/regpathhelper.cxx238
-rw-r--r--comphelper/source/misc/scopeguard.cxx74
-rw-r--r--comphelper/source/misc/sequence.cxx106
-rw-r--r--comphelper/source/misc/sequenceashashmap.cxx403
-rw-r--r--comphelper/source/misc/servicedecl.cxx199
-rw-r--r--comphelper/source/misc/sharedmutex.cxx65
-rw-r--r--comphelper/source/misc/storagehelper.cxx438
-rw-r--r--comphelper/source/misc/string.cxx128
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx105
-rw-r--r--comphelper/source/misc/types.cxx480
-rw-r--r--comphelper/source/misc/uieventslogger.cxx689
-rw-r--r--comphelper/source/misc/weak.cxx79
-rw-r--r--comphelper/source/misc/weakeventlistener.cxx96
-rw-r--r--comphelper/source/officeinstdir/makefile.mk54
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.cxx353
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.hxx110
-rw-r--r--comphelper/source/processfactory/componentfactory.cxx89
-rw-r--r--comphelper/source/processfactory/makefile.mk56
-rw-r--r--comphelper/source/processfactory/processfactory.cxx130
-rw-r--r--comphelper/source/property/ChainablePropertySet.cxx324
-rw-r--r--comphelper/source/property/ChainablePropertySetInfo.cxx145
-rw-r--r--comphelper/source/property/MasterPropertySet.cxx508
-rw-r--r--comphelper/source/property/MasterPropertySetInfo.cxx173
-rw-r--r--comphelper/source/property/TypeGeneration.cxx241
-rw-r--r--comphelper/source/property/composedprops.cxx360
-rw-r--r--comphelper/source/property/genericpropertyset.cxx304
-rw-r--r--comphelper/source/property/makefile.mk69
-rw-r--r--comphelper/source/property/opropertybag.cxx585
-rw-r--r--comphelper/source/property/opropertybag.hxx245
-rw-r--r--comphelper/source/property/propagg.cxx1030
-rw-r--r--comphelper/source/property/property.cxx237
-rw-r--r--comphelper/source/property/propertybag.cxx224
-rw-r--r--comphelper/source/property/propertycontainer.cxx108
-rw-r--r--comphelper/source/property/propertycontainerhelper.cxx555
-rw-r--r--comphelper/source/property/propertysethelper.cxx331
-rw-r--r--comphelper/source/property/propertysetinfo.cxx217
-rw-r--r--comphelper/source/property/propertystatecontainer.cxx342
-rw-r--r--comphelper/source/property/propmultiplex.cxx185
-rw-r--r--comphelper/source/property/propstate.cxx264
-rw-r--r--comphelper/source/streaming/basicio.cxx177
-rw-r--r--comphelper/source/streaming/makefile.mk58
-rw-r--r--comphelper/source/streaming/memorystream.cxx250
-rw-r--r--comphelper/source/streaming/oslfile2streamwrap.cxx201
-rw-r--r--comphelper/source/streaming/otransactedfilestream.cxx827
-rw-r--r--comphelper/source/streaming/seekableinput.cxx270
-rw-r--r--comphelper/source/streaming/seqinputstreamserv.cxx254
-rw-r--r--comphelper/source/streaming/seqoutputstreamserv.cxx175
-rw-r--r--comphelper/source/streaming/seqstream.cxx246
-rw-r--r--comphelper/source/streaming/streamsection.cxx125
-rw-r--r--comphelper/source/xml/attributelist.cxx182
-rw-r--r--comphelper/source/xml/makefile.mk52
-rw-r--r--comphelper/source/xml/ofopxmlhelper.cxx470
-rw-r--r--comphelper/test/uno_iterators/makefile.mk51
-rw-r--r--comphelper/test/uno_iterators/uno_iterators.cxx221
-rw-r--r--comphelper/util/exports.dxp3
-rw-r--r--comphelper/util/makefile.mk74
-rw-r--r--comphelper/util/makefile.pmk39
-rw-r--r--comphelper/version.mk50
-rwxr-xr-xconfig.sub1566
-rw-r--r--configmgr/inc/makefile.mk52
-rw-r--r--configmgr/inc/pch/precompiled_configmgr.cxx32
-rw-r--r--configmgr/inc/pch/precompiled_configmgr.hxx248
-rw-r--r--configmgr/makefile.pmk32
-rw-r--r--configmgr/prj/build.lst18
-rw-r--r--configmgr/prj/d.lst10
-rw-r--r--configmgr/qa/unit/common.hxx114
-rw-r--r--configmgr/qa/unit/configmgrrc22
-rw-r--r--configmgr/qa/unit/data/org/openoffice/Setup.xcu46
-rw-r--r--configmgr/qa/unit/data/org/openoffice/UI/GenericCommands.xcu5072
-rw-r--r--configmgr/qa/unit/export.map7
-rw-r--r--configmgr/qa/unit/makefile.mk63
-rw-r--r--configmgr/qa/unit/performance.cxx271
-rw-r--r--configmgr/qa/unit/schema/org/openoffice/Setup.xcs75
-rw-r--r--configmgr/qa/unit/schema/org/openoffice/UI/Commands.xcs65
-rw-r--r--configmgr/qa/unit/schema/org/openoffice/UI/GenericCommands.xcs52
-rw-r--r--configmgr/qa/unit/threading.cxx262
-rw-r--r--configmgr/qa/unit/ubootstrap.cxx123
-rw-r--r--configmgr/qa/unoapi/cfgmgr2.sce34
-rw-r--r--configmgr/qa/unoapi/knownissues.xcl55
-rw-r--r--configmgr/qa/unoapi/makefile.mk48
-rw-r--r--configmgr/source/api/confevents.cxx305
-rw-r--r--configmgr/source/api/confsvccomponent.cxx103
-rw-r--r--configmgr/source/api/makefile.mk53
-rw-r--r--configmgr/source/api2/accessimpl.cxx807
-rw-r--r--configmgr/source/api2/accessimpl.hxx139
-rw-r--r--configmgr/source/api2/apiaccessobj.cxx293
-rw-r--r--configmgr/source/api2/apiaccessobj.hxx148
-rw-r--r--configmgr/source/api2/apiaccessobj.inl263
-rw-r--r--configmgr/source/api2/apifactory.cxx338
-rw-r--r--configmgr/source/api2/apifactory.hxx122
-rw-r--r--configmgr/source/api2/apifactoryimpl.cxx355
-rw-r--r--configmgr/source/api2/apifactoryimpl.hxx71
-rw-r--r--configmgr/source/api2/apinodeaccess.cxx181
-rw-r--r--configmgr/source/api2/apinodeaccess.hxx175
-rw-r--r--configmgr/source/api2/apinodeupdate.cxx172
-rw-r--r--configmgr/source/api2/apinodeupdate.hxx177
-rw-r--r--configmgr/source/api2/apinotifierimpl.cxx332
-rw-r--r--configmgr/source/api2/apinotifierimpl.hxx105
-rw-r--r--configmgr/source/api2/apiserviceinfo.cxx340
-rw-r--r--configmgr/source/api2/apiserviceinfo.hxx72
-rw-r--r--configmgr/source/api2/apitreeaccess.cxx113
-rw-r--r--configmgr/source/api2/apitreeaccess.hxx179
-rw-r--r--configmgr/source/api2/apitreeimplobj.cxx1004
-rw-r--r--configmgr/source/api2/apitreeimplobj.hxx192
-rw-r--r--configmgr/source/api2/broadcaster.cxx1229
-rw-r--r--configmgr/source/api2/broadcaster.hxx91
-rw-r--r--configmgr/source/api2/committer.cxx133
-rw-r--r--configmgr/source/api2/committer.hxx60
-rw-r--r--configmgr/source/api2/confignotifier.cxx246
-rw-r--r--configmgr/source/api2/confignotifier.hxx200
-rw-r--r--configmgr/source/api2/elementaccess.cxx489
-rw-r--r--configmgr/source/api2/elementaccess.hxx386
-rw-r--r--configmgr/source/api2/elementimpl.cxx591
-rw-r--r--configmgr/source/api2/elementimpl.hxx160
-rw-r--r--configmgr/source/api2/groupaccess.cxx147
-rw-r--r--configmgr/source/api2/groupaccess.hxx138
-rw-r--r--configmgr/source/api2/groupobjects.cxx410
-rw-r--r--configmgr/source/api2/groupobjects.hxx271
-rw-r--r--configmgr/source/api2/groupupdate.cxx107
-rw-r--r--configmgr/source/api2/groupupdate.hxx101
-rw-r--r--configmgr/source/api2/listenercontainer.cxx83
-rw-r--r--configmgr/source/api2/listenercontainer.hxx584
-rw-r--r--configmgr/source/api2/makefile.mk83
-rw-r--r--configmgr/source/api2/notifierimpl.hxx241
-rw-r--r--configmgr/source/api2/objectregistry.hxx98
-rw-r--r--configmgr/source/api2/propertiesfilterednotifier.cxx154
-rw-r--r--configmgr/source/api2/propertiesfilterednotifier.hxx79
-rw-r--r--configmgr/source/api2/propertyinfohelper.cxx75
-rw-r--r--configmgr/source/api2/propertyinfohelper.hxx59
-rw-r--r--configmgr/source/api2/propertysetaccess.cxx278
-rw-r--r--configmgr/source/api2/propertysetaccess.hxx218
-rw-r--r--configmgr/source/api2/propsetaccessimpl.cxx1287
-rw-r--r--configmgr/source/api2/propsetaccessimpl.hxx141
-rw-r--r--configmgr/source/api2/provider.cxx714
-rw-r--r--configmgr/source/api2/provider.hxx201
-rw-r--r--configmgr/source/api2/providerimpl.cxx896
-rw-r--r--configmgr/source/api2/providerimpl.hxx231
-rw-r--r--configmgr/source/api2/setaccess.cxx188
-rw-r--r--configmgr/source/api2/setaccess.hxx170
-rw-r--r--configmgr/source/api2/setobjects.cxx550
-rw-r--r--configmgr/source/api2/setobjects.hxx361
-rw-r--r--configmgr/source/api2/setupdate.cxx244
-rw-r--r--configmgr/source/api2/setupdate.hxx211
-rw-r--r--configmgr/source/api2/translatechanges.cxx286
-rw-r--r--configmgr/source/api2/translatechanges.hxx120
-rw-r--r--configmgr/source/api2/treeiterators.cxx96
-rw-r--r--configmgr/source/api2/treeiterators.hxx88
-rw-r--r--configmgr/source/api2/updateimpl.cxx650
-rw-r--r--configmgr/source/api2/updateimpl.hxx98
-rw-r--r--configmgr/source/backend/backendaccess.cxx830
-rw-r--r--configmgr/source/backend/backendaccess.hxx160
-rw-r--r--configmgr/source/backend/backendfactory.cxx332
-rw-r--r--configmgr/source/backend/backendnotifier.cxx198
-rw-r--r--configmgr/source/backend/backendnotifier.hxx123
-rw-r--r--configmgr/source/backend/backendstratalistener.cxx59
-rw-r--r--configmgr/source/backend/backendstratalistener.hxx77
-rw-r--r--configmgr/source/backend/basicimporthandler.cxx117
-rw-r--r--configmgr/source/backend/basicimporthandler.hxx99
-rw-r--r--configmgr/source/backend/basicupdatemerger.cxx341
-rw-r--r--configmgr/source/backend/basicupdatemerger.hxx160
-rw-r--r--configmgr/source/backend/binarycache.cxx251
-rw-r--r--configmgr/source/backend/binarycache.hxx103
-rw-r--r--configmgr/source/backend/binaryreader.cxx693
-rw-r--r--configmgr/source/backend/binaryreader.hxx88
-rw-r--r--configmgr/source/backend/binaryreadhandler.cxx690
-rw-r--r--configmgr/source/backend/binaryreadhandler.hxx136
-rw-r--r--configmgr/source/backend/binarytype.hxx61
-rw-r--r--configmgr/source/backend/binarywritehandler.cxx492
-rw-r--r--configmgr/source/backend/binarywritehandler.hxx120
-rw-r--r--configmgr/source/backend/binarywriter.cxx218
-rw-r--r--configmgr/source/backend/binarywriter.hxx79
-rw-r--r--configmgr/source/backend/componentdatahelper.cxx617
-rw-r--r--configmgr/source/backend/componentdatahelper.hxx222
-rw-r--r--configmgr/source/backend/emptylayer.cxx228
-rw-r--r--configmgr/source/backend/emptylayerimpl.hxx139
-rw-r--r--configmgr/source/backend/importmergehandler.cxx299
-rw-r--r--configmgr/source/backend/importmergehandler.hxx137
-rw-r--r--configmgr/source/backend/importsvc.cxx338
-rw-r--r--configmgr/source/backend/importsvc.hxx157
-rw-r--r--configmgr/source/backend/layerdefaultremover.cxx278
-rw-r--r--configmgr/source/backend/layerdefaultremover.hxx135
-rw-r--r--configmgr/source/backend/layermerge.cxx1039
-rw-r--r--configmgr/source/backend/layermerge.hxx191
-rw-r--r--configmgr/source/backend/layerupdate.cxx113
-rw-r--r--configmgr/source/backend/layerupdate.hxx90
-rw-r--r--configmgr/source/backend/layerupdatebuilder.cxx302
-rw-r--r--configmgr/source/backend/layerupdatebuilder.hxx108
-rw-r--r--configmgr/source/backend/layerupdatehandler.cxx316
-rw-r--r--configmgr/source/backend/layerupdatehandler.hxx157
-rw-r--r--configmgr/source/backend/layerupdatemerger.cxx515
-rw-r--r--configmgr/source/backend/layerupdatemerger.hxx133
-rw-r--r--configmgr/source/backend/makefile.mk81
-rw-r--r--configmgr/source/backend/mergedcomponentdata.cxx176
-rw-r--r--configmgr/source/backend/mergedcomponentdata.hxx102
-rw-r--r--configmgr/source/backend/multistratumbackend.cxx934
-rw-r--r--configmgr/source/backend/multistratumbackend.hxx222
-rw-r--r--configmgr/source/backend/schemabuilder.cxx539
-rw-r--r--configmgr/source/backend/schemabuilder.hxx154
-rw-r--r--configmgr/source/backend/singlebackendadapter.cxx339
-rw-r--r--configmgr/source/backend/singlebackendadapter.hxx145
-rw-r--r--configmgr/source/backend/updatedata.cxx458
-rw-r--r--configmgr/source/backend/updatedata.hxx269
-rw-r--r--configmgr/source/backend/updatedispatch.cxx499
-rw-r--r--configmgr/source/backend/updatedispatch.hxx106
-rw-r--r--configmgr/source/backend/updatesvc.cxx281
-rw-r--r--configmgr/source/backend/updatesvc.hxx125
-rw-r--r--configmgr/source/backendhelper/backendlayerhelper.cxx364
-rw-r--r--configmgr/source/backendhelper/backendlayerhelper.hxx168
-rw-r--r--configmgr/source/backendhelper/behelper.uno.xml35
-rw-r--r--configmgr/source/backendhelper/componentdf.cxx91
-rw-r--r--configmgr/source/backendhelper/exports.dxp3
-rw-r--r--configmgr/source/backendhelper/makefile.mk73
-rw-r--r--configmgr/source/data/anydata.cxx471
-rw-r--r--configmgr/source/data/makefile.mk54
-rw-r--r--configmgr/source/data/sequence.cxx493
-rw-r--r--configmgr/source/inc/anydata.hxx81
-rw-r--r--configmgr/source/inc/anynoderef.hxx160
-rw-r--r--configmgr/source/inc/anypair.hxx118
-rw-r--r--configmgr/source/inc/apitypes.hxx92
-rw-r--r--configmgr/source/inc/attributes.hxx136
-rw-r--r--configmgr/source/inc/autoobject.hxx100
-rw-r--r--configmgr/source/inc/autoreferencemap.hxx132
-rw-r--r--configmgr/source/inc/backendfactory.hxx71
-rw-r--r--configmgr/source/inc/bootstrap.hxx243
-rw-r--r--configmgr/source/inc/bootstrapcontext.hxx171
-rw-r--r--configmgr/source/inc/bufferedfile.hxx68
-rw-r--r--configmgr/source/inc/builddata.hxx72
-rw-r--r--configmgr/source/inc/cachefactory.hxx54
-rw-r--r--configmgr/source/inc/change.hxx507
-rw-r--r--configmgr/source/inc/confapifactory.hxx181
-rw-r--r--configmgr/source/inc/confevents.hxx216
-rw-r--r--configmgr/source/inc/configdefaultprovider.hxx98
-rw-r--r--configmgr/source/inc/configexcept.hxx120
-rw-r--r--configmgr/source/inc/configgroup.hxx117
-rw-r--r--configmgr/source/inc/configinteractionhandler.hxx84
-rw-r--r--configmgr/source/inc/configpath.hxx449
-rw-r--r--configmgr/source/inc/configset.hxx146
-rw-r--r--configmgr/source/inc/confsvccomponent.hxx91
-rw-r--r--configmgr/source/inc/datalock.hxx71
-rw-r--r--configmgr/source/inc/defaultprovider.hxx76
-rw-r--r--configmgr/source/inc/emptylayer.hxx56
-rw-r--r--configmgr/source/inc/filehelper.hxx117
-rw-r--r--configmgr/source/inc/flags.hxx136
-rw-r--r--configmgr/source/inc/interactionrequest.hxx166
-rw-r--r--configmgr/source/inc/localizedtreeactions.hxx55
-rw-r--r--configmgr/source/inc/logger.hxx116
-rw-r--r--configmgr/source/inc/matchlocale.hxx218
-rw-r--r--configmgr/source/inc/mergechange.hxx71
-rw-r--r--configmgr/source/inc/mergeddataprovider.hxx176
-rw-r--r--configmgr/source/inc/namecreator.hxx76
-rw-r--r--configmgr/source/inc/node.hxx232
-rw-r--r--configmgr/source/inc/nodechange.hxx160
-rw-r--r--configmgr/source/inc/nodechangeinfo.hxx249
-rw-r--r--configmgr/source/inc/nodeconverter.hxx64
-rw-r--r--configmgr/source/inc/noderef.hxx271
-rw-r--r--configmgr/source/inc/nodevisitor.hxx80
-rw-r--r--configmgr/source/inc/options.hxx105
-rw-r--r--configmgr/source/inc/oslstream.hxx134
-rw-r--r--configmgr/source/inc/propertysethelper.hxx113
-rw-r--r--configmgr/source/inc/request.hxx155
-rw-r--r--configmgr/source/inc/requestoptions.hxx124
-rw-r--r--configmgr/source/inc/requesttypes.hxx237
-rw-r--r--configmgr/source/inc/roottree.hxx115
-rw-r--r--configmgr/source/inc/sequence.hxx108
-rw-r--r--configmgr/source/inc/serviceinfohelper.hxx138
-rw-r--r--configmgr/source/inc/simpleinteractionrequest.hxx104
-rw-r--r--configmgr/source/inc/simpletypehelper.hxx56
-rw-r--r--configmgr/source/inc/stack.hxx61
-rw-r--r--configmgr/source/inc/strdecl.hxx63
-rw-r--r--configmgr/source/inc/strings.hxx77
-rw-r--r--configmgr/source/inc/template.hxx110
-rw-r--r--configmgr/source/inc/tracer.hxx138
-rw-r--r--configmgr/source/inc/tree.hxx668
-rw-r--r--configmgr/source/inc/treeactions.hxx92
-rw-r--r--configmgr/source/inc/treechangefactory.hxx107
-rw-r--r--configmgr/source/inc/treechangelist.hxx123
-rw-r--r--configmgr/source/inc/treefragment.hxx141
-rw-r--r--configmgr/source/inc/treemanager.hxx160
-rw-r--r--configmgr/source/inc/treenodefactory.hxx99
-rw-r--r--configmgr/source/inc/treesegment.hxx76
-rw-r--r--configmgr/source/inc/typeconverter.hxx83
-rw-r--r--configmgr/source/inc/updatehelper.hxx49
-rw-r--r--configmgr/source/inc/utility.hxx53
-rw-r--r--configmgr/source/inc/valuenode.hxx296
-rw-r--r--configmgr/source/inc/valueref.hxx135
-rw-r--r--configmgr/source/inc/valuetypeconverter.hxx158
-rw-r--r--configmgr/source/inc/wrapexception.hxx131
-rw-r--r--configmgr/source/localbe/localdataimportsvc.cxx360
-rw-r--r--configmgr/source/localbe/localdataimportsvc.hxx101
-rw-r--r--configmgr/source/localbe/localfilehelper.cxx245
-rw-r--r--configmgr/source/localbe/localfilehelper.hxx124
-rw-r--r--configmgr/source/localbe/localfilelayer.cxx611
-rw-r--r--configmgr/source/localbe/localfilelayer.hxx495
-rw-r--r--configmgr/source/localbe/localhierarchybrowsersvc.cxx536
-rw-r--r--configmgr/source/localbe/localhierarchybrowsersvc.hxx103
-rw-r--r--configmgr/source/localbe/localmultistratum.cxx250
-rw-r--r--configmgr/source/localbe/localmultistratum.hxx100
-rw-r--r--configmgr/source/localbe/localoutputstream.cxx199
-rw-r--r--configmgr/source/localbe/localoutputstream.hxx106
-rw-r--r--configmgr/source/localbe/localschemasupplier.cxx291
-rw-r--r--configmgr/source/localbe/localschemasupplier.hxx118
-rw-r--r--configmgr/source/localbe/localsinglebackend.cxx801
-rw-r--r--configmgr/source/localbe/localsinglebackend.hxx248
-rw-r--r--configmgr/source/localbe/localsinglestratum.cxx233
-rw-r--r--configmgr/source/localbe/localsinglestratum.hxx150
-rw-r--r--configmgr/source/localbe/localstratumbase.cxx256
-rw-r--r--configmgr/source/localbe/localstratumbase.hxx202
-rw-r--r--configmgr/source/localbe/makefile.mk61
-rw-r--r--configmgr/source/misc/anypair.cxx691
-rw-r--r--configmgr/source/misc/bootstrap.cxx704
-rw-r--r--configmgr/source/misc/bootstrapcontext.cxx417
-rw-r--r--configmgr/source/misc/bufferedfile.cxx133
-rw-r--r--configmgr/source/misc/configinteractionhandler.cxx115
-rw-r--r--configmgr/source/misc/configunoreg.cxx389
-rw-r--r--configmgr/source/misc/filehelper.cxx390
-rw-r--r--configmgr/source/misc/interactionrequest.cxx118
-rw-r--r--configmgr/source/misc/logger.cxx96
-rw-r--r--configmgr/source/misc/makefile.mk77
-rw-r--r--configmgr/source/misc/mergechange.cxx831
-rw-r--r--configmgr/source/misc/oslstream.cxx264
-rw-r--r--configmgr/source/misc/propertysethelper.cxx134
-rw-r--r--configmgr/source/misc/providerfactory.cxx244
-rw-r--r--configmgr/source/misc/providerfactory.hxx91
-rw-r--r--configmgr/source/misc/providerwrapper.cxx196
-rw-r--r--configmgr/source/misc/providerwrapper.hxx101
-rw-r--r--configmgr/source/misc/requestoptions.cxx107
-rw-r--r--configmgr/source/misc/serviceinfohelper.cxx192
-rw-r--r--configmgr/source/misc/simpleinteractionrequest.cxx100
-rw-r--r--configmgr/source/misc/strimpl.cxx63
-rw-r--r--configmgr/source/misc/tracer.cxx474
-rw-r--r--configmgr/source/platformbe/componentdefn.cxx93
-rw-r--r--configmgr/source/platformbe/exports.dxp3
-rw-r--r--configmgr/source/platformbe/makefile.mk76
-rw-r--r--configmgr/source/platformbe/sysmgr1.uno.xml49
-rw-r--r--configmgr/source/platformbe/systemintegrationmanager.cxx369
-rw-r--r--configmgr/source/platformbe/systemintegrationmanager.hxx161
-rw-r--r--configmgr/source/registry/cfgregistrykey.cxx1482
-rw-r--r--configmgr/source/registry/cfgregistrykey.hxx247
-rw-r--r--configmgr/source/registry/configregistry.cxx379
-rw-r--r--configmgr/source/registry/configregistry.hxx121
-rw-r--r--configmgr/source/registry/makefile.mk52
-rw-r--r--configmgr/source/tree/builddata.cxx1137
-rw-r--r--configmgr/source/tree/changes.cxx247
-rw-r--r--configmgr/source/tree/cmtree.cxx381
-rw-r--r--configmgr/source/tree/cmtreemodel.cxx374
-rw-r--r--configmgr/source/tree/localizedtreeactions.cxx546
-rw-r--r--configmgr/source/tree/makefile.mk70
-rw-r--r--configmgr/source/tree/mergehelper.cxx459
-rw-r--r--configmgr/source/tree/node.cxx538
-rw-r--r--configmgr/source/tree/nodeconverter.cxx213
-rw-r--r--configmgr/source/tree/nodevisitor.cxx107
-rw-r--r--configmgr/source/tree/subtree.hxx113
-rw-r--r--configmgr/source/tree/treeactions.cxx67
-rw-r--r--configmgr/source/tree/treechangefactory.cxx126
-rw-r--r--configmgr/source/tree/treefragment.cxx133
-rw-r--r--configmgr/source/tree/treenodefactory.cxx113
-rw-r--r--configmgr/source/tree/treesegment.cxx91
-rw-r--r--configmgr/source/tree/updatehelper.cxx625
-rw-r--r--configmgr/source/treecache/cacheaccess.cxx355
-rw-r--r--configmgr/source/treecache/cacheaccess.hxx160
-rw-r--r--configmgr/source/treecache/cachecontroller.cxx719
-rw-r--r--configmgr/source/treecache/cachecontroller.hxx341
-rw-r--r--configmgr/source/treecache/cachedata.cxx498
-rw-r--r--configmgr/source/treecache/cachedata.hxx179
-rw-r--r--configmgr/source/treecache/cachefactory.cxx78
-rw-r--r--configmgr/source/treecache/cacheline.cxx356
-rw-r--r--configmgr/source/treecache/cacheline.hxx140
-rw-r--r--configmgr/source/treecache/cachemulticaster.cxx147
-rw-r--r--configmgr/source/treecache/cachemulticaster.hxx91
-rw-r--r--configmgr/source/treecache/cachewritescheduler.cxx216
-rw-r--r--configmgr/source/treecache/cachewritescheduler.hxx128
-rw-r--r--configmgr/source/treecache/disposetimer.cxx305
-rw-r--r--configmgr/source/treecache/disposetimer.hxx172
-rw-r--r--configmgr/source/treecache/invalidatetree.cxx176
-rw-r--r--configmgr/source/treecache/makefile.mk62
-rw-r--r--configmgr/source/treecache/timestamp.cxx63
-rw-r--r--configmgr/source/treecache/timestamp.hxx128
-rw-r--r--configmgr/source/treecache/treemanager.cxx515
-rw-r--r--configmgr/source/treemgr/collectchanges.cxx244
-rw-r--r--configmgr/source/treemgr/collectchanges.hxx124
-rw-r--r--configmgr/source/treemgr/configdefaultprovider.cxx153
-rw-r--r--configmgr/source/treemgr/configexcept.cxx184
-rw-r--r--configmgr/source/treemgr/configgroup.cxx407
-rw-r--r--configmgr/source/treemgr/configpath.cxx1001
-rw-r--r--configmgr/source/treemgr/configset.cxx577
-rw-r--r--configmgr/source/treemgr/defaultproviderproxy.cxx94
-rw-r--r--configmgr/source/treemgr/defaultproviderproxy.hxx89
-rw-r--r--configmgr/source/treemgr/deferredview.cxx446
-rw-r--r--configmgr/source/treemgr/deferredview.hxx100
-rw-r--r--configmgr/source/treemgr/directview.cxx130
-rw-r--r--configmgr/source/treemgr/directview.hxx78
-rw-r--r--configmgr/source/treemgr/groupnodeimpl.hxx91
-rw-r--r--configmgr/source/treemgr/makefile.mk78
-rw-r--r--configmgr/source/treemgr/nodechange.cxx276
-rw-r--r--configmgr/source/treemgr/nodechangeimpl.cxx788
-rw-r--r--configmgr/source/treemgr/nodechangeimpl.hxx432
-rw-r--r--configmgr/source/treemgr/nodechangeinfo.cxx224
-rw-r--r--configmgr/source/treemgr/nodefactory.cxx136
-rw-r--r--configmgr/source/treemgr/nodefactory.hxx67
-rw-r--r--configmgr/source/treemgr/nodeimpl.cxx140
-rw-r--r--configmgr/source/treemgr/nodeimpl.hxx92
-rw-r--r--configmgr/source/treemgr/nodeimplobj.cxx1165
-rw-r--r--configmgr/source/treemgr/nodeimplobj.hxx201
-rw-r--r--configmgr/source/treemgr/noderef.cxx920
-rw-r--r--configmgr/source/treemgr/readonlyview.cxx108
-rw-r--r--configmgr/source/treemgr/readonlyview.hxx74
-rw-r--r--configmgr/source/treemgr/roottree.cxx174
-rw-r--r--configmgr/source/treemgr/roottreeimpl.hxx70
-rw-r--r--configmgr/source/treemgr/setnodeimpl.cxx997
-rw-r--r--configmgr/source/treemgr/setnodeimpl.hxx309
-rw-r--r--configmgr/source/treemgr/template.cxx127
-rw-r--r--configmgr/source/treemgr/templateimpl.cxx364
-rw-r--r--configmgr/source/treemgr/templateimpl.hxx175
-rw-r--r--configmgr/source/treemgr/treeimpl.cxx1373
-rw-r--r--configmgr/source/treemgr/valuemembernode.cxx336
-rw-r--r--configmgr/source/treemgr/valuemembernode.hxx117
-rw-r--r--configmgr/source/treemgr/valuenodeimpl.hxx72
-rw-r--r--configmgr/source/treemgr/viewaccess.cxx59
-rw-r--r--configmgr/source/treemgr/viewaccess.hxx231
-rw-r--r--configmgr/source/treemgr/viewfactory.hxx56
-rw-r--r--configmgr/source/treemgr/viewnode.cxx108
-rw-r--r--configmgr/source/treemgr/viewnode.hxx203
-rw-r--r--configmgr/source/treemgr/viewstrategy.cxx623
-rw-r--r--configmgr/source/treemgr/viewstrategy.hxx231
-rw-r--r--configmgr/source/xml/basicparser.cxx536
-rw-r--r--configmgr/source/xml/basicparser.hxx178
-rw-r--r--configmgr/source/xml/elementformatter.cxx324
-rw-r--r--configmgr/source/xml/elementformatter.hxx118
-rw-r--r--configmgr/source/xml/elementinfo.hxx119
-rw-r--r--configmgr/source/xml/elementparser.cxx585
-rw-r--r--configmgr/source/xml/elementparser.hxx125
-rw-r--r--configmgr/source/xml/layerparser.cxx371
-rw-r--r--configmgr/source/xml/layerparser.hxx119
-rw-r--r--configmgr/source/xml/layerwriter.cxx544
-rw-r--r--configmgr/source/xml/layerwriter.hxx169
-rw-r--r--configmgr/source/xml/makefile.mk70
-rw-r--r--configmgr/source/xml/matchlocale.cxx387
-rw-r--r--configmgr/source/xml/parsersvc.cxx385
-rw-r--r--configmgr/source/xml/parsersvc.hxx117
-rw-r--r--configmgr/source/xml/schemaparser.cxx409
-rw-r--r--configmgr/source/xml/schemaparser.hxx135
-rw-r--r--configmgr/source/xml/simpletypehelper.cxx57
-rw-r--r--configmgr/source/xml/typeconverter.cxx354
-rw-r--r--configmgr/source/xml/valueconverter.cxx504
-rw-r--r--configmgr/source/xml/valueformatter.cxx498
-rw-r--r--configmgr/source/xml/valueformatter.hxx84
-rw-r--r--configmgr/source/xml/writersvc.cxx261
-rw-r--r--configmgr/source/xml/writersvc.hxx124
-rw-r--r--configmgr/source/xml/xmlstrings.cxx140
-rw-r--r--configmgr/source/xml/xmlstrings.hxx134
-rw-r--r--configmgr/util/cfgmgr.mxp.map4
-rw-r--r--configmgr/util/configmgr.map8
-rw-r--r--configmgr/util/configmgr2.uno.xml582
-rw-r--r--configmgr/util/configmgrl.map8
-rw-r--r--configmgr/util/exports.dxp3
-rw-r--r--configmgr/util/makefile.mk82
-rw-r--r--configmgr/version.mk50
-rw-r--r--configmgr/workben/apitest/cfgadduser.cxx358
-rw-r--r--configmgr/workben/apitest/cfgadmin.cxx520
-rw-r--r--configmgr/workben/apitest/cfgapi.cxx868
-rw-r--r--configmgr/workben/apitest/cfgapi_timetest.cxx960
-rw-r--r--configmgr/workben/apitest/cfgregistry.cxx172
-rw-r--r--configmgr/workben/apitest/cfgupdate.cxx435
-rw-r--r--configmgr/workben/apitest/makefile.mk128
-rw-r--r--configmgr/workben/apitest/sregistry8
-rw-r--r--configmgr/workben/local_io/cfgfile.cxx97
-rw-r--r--configmgr/workben/local_io/cfglocal.cxx623
-rw-r--r--configmgr/workben/local_io/com.sun.star.office.Setup.xml29
-rw-r--r--configmgr/workben/local_io/filetest.cxx93
-rw-r--r--configmgr/workben/local_io/makefile.mk114
-rw-r--r--configmgr/workben/local_io/org.openoffice.test.xml70
-rw-r--r--configmgr/workben/local_io/simpletest.cxx761
-rw-r--r--configmgr/workben/local_io/xmlexport.cxx239
-rw-r--r--configmgr/workben/local_io/xmlimport.cxx472
-rw-r--r--configmgr/workben/logger/exports.dxp3
-rw-r--r--configmgr/workben/logger/loggerdfn.cxx154
-rw-r--r--configmgr/workben/logger/makefile.mk73
-rw-r--r--configmgr/workben/logger/simplelogger.cxx177
-rw-r--r--configmgr/workben/logger/simplelogger.hxx86
-rw-r--r--configmgr/workben/memory/logmechanism.hxx105
-rw-r--r--configmgr/workben/memory/main.cxx80
-rw-r--r--configmgr/workben/memory/makefile.mk259
-rw-r--r--configmgr/workben/memory/memorymeasure.hxx228
-rw-r--r--configmgr/workben/memory/memorytests.cxx1244
-rw-r--r--configmgr/workben/memory/testmodules.cxx87
-rw-r--r--configmgr/workben/memory/testmodules.hxx41
-rw-r--r--configmgr/workben/memory/treeload.cxx84
-rw-r--r--configmgr/workben/memory/treeload.hxx41
-rwxr-xr-xconfigure.cmd7
-rw-r--r--configure.in6772
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/FileSystemRuntimeException.java76
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java48
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java83
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java48
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java83
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess.java174
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java110
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java27
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java143
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk70
-rw-r--r--connectivity/dbtools.pmk33
-rw-r--r--connectivity/inc/connectivity/CommonTools.hxx219
-rw-r--r--connectivity/inc/connectivity/ConnectionWrapper.hxx101
-rw-r--r--connectivity/inc/connectivity/DateConversion.hxx97
-rwxr-xr-xconnectivity/inc/connectivity/DriversConfig.hxx95
-rw-r--r--connectivity/inc/connectivity/FValue.hxx458
-rw-r--r--connectivity/inc/connectivity/IParseContext.hxx111
-rw-r--r--connectivity/inc/connectivity/PColumn.hxx153
-rw-r--r--connectivity/inc/connectivity/ParameterCont.hxx62
-rw-r--r--connectivity/inc/connectivity/StdTypeDefs.hxx51
-rw-r--r--connectivity/inc/connectivity/TColumnsHelper.hxx73
-rw-r--r--connectivity/inc/connectivity/TIndex.hxx59
-rw-r--r--connectivity/inc/connectivity/TIndexColumns.hxx53
-rw-r--r--connectivity/inc/connectivity/TIndexes.hxx60
-rw-r--r--connectivity/inc/connectivity/TKey.hxx57
-rw-r--r--connectivity/inc/connectivity/TKeyColumns.hxx53
-rw-r--r--connectivity/inc/connectivity/TKeys.hxx69
-rw-r--r--connectivity/inc/connectivity/TTableHelper.hxx164
-rw-r--r--connectivity/inc/connectivity/conncleanup.hxx100
-rw-r--r--connectivity/inc/connectivity/dbcharset.hxx171
-rw-r--r--connectivity/inc/connectivity/dbconversion.hxx227
-rw-r--r--connectivity/inc/connectivity/dbexception.hxx380
-rw-r--r--connectivity/inc/connectivity/dbmetadata.hxx192
-rw-r--r--connectivity/inc/connectivity/dbtools.hxx768
-rw-r--r--connectivity/inc/connectivity/dbtoolsdllapi.hxx43
-rw-r--r--connectivity/inc/connectivity/filtermanager.hxx134
-rw-r--r--connectivity/inc/connectivity/formattedcolumnvalue.hxx108
-rw-r--r--connectivity/inc/connectivity/parameters.hxx429
-rw-r--r--connectivity/inc/connectivity/paramwrapper.hxx211
-rw-r--r--connectivity/inc/connectivity/predicateinput.hxx129
-rw-r--r--connectivity/inc/connectivity/sdbcx/IRefreshable.hxx60
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCatalog.hxx135
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCollection.hxx246
-rw-r--r--connectivity/inc/connectivity/sdbcx/VColumn.hxx120
-rw-r--r--connectivity/inc/connectivity/sdbcx/VDescriptor.hxx105
-rw-r--r--connectivity/inc/connectivity/sdbcx/VGroup.hxx116
-rw-r--r--connectivity/inc/connectivity/sdbcx/VIndex.hxx120
-rw-r--r--connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx72
-rw-r--r--connectivity/inc/connectivity/sdbcx/VKey.hxx131
-rw-r--r--connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx74
-rw-r--r--connectivity/inc/connectivity/sdbcx/VTable.hxx151
-rw-r--r--connectivity/inc/connectivity/sdbcx/VTypeDef.hxx50
-rw-r--r--connectivity/inc/connectivity/sdbcx/VUser.hxx110
-rw-r--r--connectivity/inc/connectivity/sdbcx/VView.hxx111
-rw-r--r--connectivity/inc/connectivity/sqlerror.hxx343
-rw-r--r--connectivity/inc/connectivity/sqliterator.hxx358
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx466
-rw-r--r--connectivity/inc/connectivity/sqlparse.hxx264
-rw-r--r--connectivity/inc/connectivity/standardsqlstate.hxx76
-rw-r--r--connectivity/inc/connectivity/statementcomposer.hxx114
-rw-r--r--connectivity/inc/connectivity/virtualdbtools.hxx361
-rw-r--r--connectivity/inc/connectivity/warningscontainer.hxx110
-rw-r--r--connectivity/inc/makefile.mk51
-rw-r--r--connectivity/inc/pch/precompiled_connectivity.cxx32
-rw-r--r--connectivity/inc/pch/precompiled_connectivity.hxx337
-rwxr-xr-xconnectivity/makefile.pmk66
-rw-r--r--connectivity/prj/build.lst32
-rw-r--r--connectivity/prj/d.lst33
-rw-r--r--connectivity/qa/connectivity/GeneralTest.java73
-rw-r--r--connectivity/qa/connectivity/makefile.mk69
-rwxr-xr-xconnectivity/qa/connectivity/tools/AbstractDatabase.java230
-rw-r--r--connectivity/qa/connectivity/tools/DataSource.java170
-rwxr-xr-xconnectivity/qa/connectivity/tools/DatabaseAccess.java66
-rwxr-xr-xconnectivity/qa/connectivity/tools/DbaseDatabase.java100
-rw-r--r--connectivity/qa/connectivity/tools/HsqlColumnDescriptor.java87
-rw-r--r--connectivity/qa/connectivity/tools/HsqlDatabase.java216
-rw-r--r--connectivity/qa/connectivity/tools/HsqlTableDescriptor.java109
-rw-r--r--connectivity/qa/connectivity/tools/QueryDefinition.java77
-rw-r--r--connectivity/qa/connectivity/tools/RowSet.java295
-rw-r--r--connectivity/qa/connectivity/tools/makefile.mk78
-rw-r--r--connectivity/qa/drivers/dbase/.nbattrs10
-rw-r--r--connectivity/qa/drivers/dbase/DBaseDateFunctions.java312
-rw-r--r--connectivity/qa/drivers/dbase/DBaseDriverTest.java97
-rw-r--r--connectivity/qa/drivers/dbase/DBaseNumericFunctions.java405
-rwxr-xr-xconnectivity/qa/drivers/dbase/DBaseSqlTests.java99
-rw-r--r--connectivity/qa/drivers/dbase/DBaseStringFunctions.java326
-rw-r--r--connectivity/qa/drivers/dbase/makefile.mk68
-rw-r--r--connectivity/qa/drivers/dbase/test.properties4
-rw-r--r--connectivity/qa/drivers/hsqldb/DatabaseMetaData.java152
-rw-r--r--connectivity/qa/drivers/hsqldb/DriverTest.java173
-rw-r--r--connectivity/qa/drivers/hsqldb/TestCacheSize.java617
-rw-r--r--connectivity/qa/drivers/jdbc/LongVarCharTest.java134
-rw-r--r--connectivity/qa/drivers/jdbc/makefile.mk70
-rw-r--r--connectivity/source/commontools/AutoRetrievingBase.cxx74
-rw-r--r--connectivity/source/commontools/CommonTools.cxx372
-rw-r--r--connectivity/source/commontools/ConnectionWrapper.cxx270
-rw-r--r--connectivity/source/commontools/DateConversion.cxx471
-rwxr-xr-xconnectivity/source/commontools/DriversConfig.cxx270
-rw-r--r--connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx916
-rw-r--r--connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx695
-rw-r--r--connectivity/source/commontools/FValue.cxx2045
-rw-r--r--connectivity/source/commontools/ParamterSubstitution.cxx135
-rw-r--r--connectivity/source/commontools/RowFunctionParser.cxx502
-rw-r--r--connectivity/source/commontools/TColumnsHelper.cxx249
-rw-r--r--connectivity/source/commontools/TConnection.cxx109
-rw-r--r--connectivity/source/commontools/TDatabaseMetaDataBase.cxx334
-rw-r--r--connectivity/source/commontools/TIndex.cxx113
-rw-r--r--connectivity/source/commontools/TIndexColumns.cxx130
-rw-r--r--connectivity/source/commontools/TIndexes.cxx251
-rw-r--r--connectivity/source/commontools/TKey.cxx122
-rw-r--r--connectivity/source/commontools/TKeyColumns.cxx148
-rw-r--r--connectivity/source/commontools/TKeys.cxx305
-rw-r--r--connectivity/source/commontools/TPrivilegesResultSet.cxx158
-rw-r--r--connectivity/source/commontools/TSkipDeletedSet.cxx281
-rw-r--r--connectivity/source/commontools/TSortIndex.cxx181
-rw-r--r--connectivity/source/commontools/TTableHelper.cxx581
-rw-r--r--connectivity/source/commontools/conncleanup.cxx250
-rw-r--r--connectivity/source/commontools/dbcharset.cxx235
-rw-r--r--connectivity/source/commontools/dbconversion.cxx493
-rw-r--r--connectivity/source/commontools/dbexception.cxx567
-rw-r--r--connectivity/source/commontools/dbmetadata.cxx430
-rw-r--r--connectivity/source/commontools/dbtools.cxx2103
-rw-r--r--connectivity/source/commontools/dbtools2.cxx971
-rw-r--r--connectivity/source/commontools/filtermanager.cxx201
-rw-r--r--connectivity/source/commontools/formattedcolumnvalue.cxx323
-rw-r--r--connectivity/source/commontools/makefile.mk106
-rw-r--r--connectivity/source/commontools/parameters.cxx1123
-rw-r--r--connectivity/source/commontools/paramwrapper.cxx367
-rw-r--r--connectivity/source/commontools/predicateinput.cxx393
-rw-r--r--connectivity/source/commontools/propertyids.cxx199
-rw-r--r--connectivity/source/commontools/sqlerror.cxx366
-rw-r--r--connectivity/source/commontools/statementcomposer.cxx318
-rw-r--r--connectivity/source/commontools/warningscontainer.cxx126
-rw-r--r--connectivity/source/cpool/ZConnectionPool.cxx339
-rw-r--r--connectivity/source/cpool/ZConnectionPool.hxx158
-rw-r--r--connectivity/source/cpool/ZConnectionWrapper.cxx261
-rw-r--r--connectivity/source/cpool/ZConnectionWrapper.hxx90
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.cxx138
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.hxx92
-rw-r--r--connectivity/source/cpool/ZPoolCollection.cxx584
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx151
-rw-r--r--connectivity/source/cpool/ZPooledConnection.cxx91
-rw-r--r--connectivity/source/cpool/ZPooledConnection.hxx71
-rw-r--r--connectivity/source/cpool/Zregistration.cxx111
-rw-r--r--connectivity/source/cpool/dbpool.map8
-rw-r--r--connectivity/source/cpool/dbpool.xml28
-rw-r--r--connectivity/source/cpool/exports.dxp3
-rw-r--r--connectivity/source/cpool/makefile.mk85
-rw-r--r--connectivity/source/dbtools/dbt.map8
-rw-r--r--connectivity/source/dbtools/dbt.xml16
-rw-r--r--connectivity/source/dbtools/exports.dxp3
-rw-r--r--connectivity/source/dbtools/makefile.mk101
-rw-r--r--connectivity/source/drivers/adabas/BCatalog.cxx171
-rw-r--r--connectivity/source/drivers/adabas/BColumns.cxx186
-rw-r--r--connectivity/source/drivers/adabas/BConnection.cxx277
-rw-r--r--connectivity/source/drivers/adabas/BDatabaseMetaData.cxx164
-rw-r--r--connectivity/source/drivers/adabas/BDriver.cxx1822
-rw-r--r--connectivity/source/drivers/adabas/BFunctions.cxx278
-rw-r--r--connectivity/source/drivers/adabas/BGroup.cxx97
-rw-r--r--connectivity/source/drivers/adabas/BGroups.cxx96
-rw-r--r--connectivity/source/drivers/adabas/BIndex.cxx109
-rw-r--r--connectivity/source/drivers/adabas/BIndexColumns.cxx127
-rw-r--r--connectivity/source/drivers/adabas/BIndexes.cxx195
-rw-r--r--connectivity/source/drivers/adabas/BKeys.cxx184
-rw-r--r--connectivity/source/drivers/adabas/BPreparedStatement.cxx79
-rw-r--r--connectivity/source/drivers/adabas/BResultSet.cxx226
-rw-r--r--connectivity/source/drivers/adabas/BResultSetMetaData.cxx90
-rw-r--r--connectivity/source/drivers/adabas/BStatement.cxx82
-rw-r--r--connectivity/source/drivers/adabas/BTable.cxx379
-rw-r--r--connectivity/source/drivers/adabas/BTables.cxx525
-rw-r--r--connectivity/source/drivers/adabas/BUser.cxx335
-rw-r--r--connectivity/source/drivers/adabas/BUsers.cxx131
-rw-r--r--connectivity/source/drivers/adabas/BViews.cxx197
-rw-r--r--connectivity/source/drivers/adabas/Bservices.cxx179
-rw-r--r--connectivity/source/drivers/adabas/adabas.map8
-rw-r--r--connectivity/source/drivers/adabas/adabas.mxp.map148
-rwxr-xr-xconnectivity/source/drivers/adabas/adabas.xcu128
-rw-r--r--connectivity/source/drivers/adabas/adabas.xml27
-rw-r--r--connectivity/source/drivers/adabas/exports.dxp3
-rw-r--r--connectivity/source/drivers/adabas/makefile.mk110
-rw-r--r--connectivity/source/drivers/ado/ACallableStatement.cxx238
-rw-r--r--connectivity/source/drivers/ado/ACatalog.cxx130
-rw-r--r--connectivity/source/drivers/ado/AColumn.cxx302
-rw-r--r--connectivity/source/drivers/ado/AColumns.cxx145
-rw-r--r--connectivity/source/drivers/ado/AConnection.cxx628
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaData.cxx1096
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx611
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx1221
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx236
-rw-r--r--connectivity/source/drivers/ado/ADriver.cxx274
-rw-r--r--connectivity/source/drivers/ado/AGroup.cxx195
-rw-r--r--connectivity/source/drivers/ado/AGroups.cxx91
-rw-r--r--connectivity/source/drivers/ado/AIndex.cxx160
-rw-r--r--connectivity/source/drivers/ado/AIndexes.cxx93
-rw-r--r--connectivity/source/drivers/ado/AKey.cxx170
-rw-r--r--connectivity/source/drivers/ado/AKeyColumn.cxx74
-rw-r--r--connectivity/source/drivers/ado/AKeyColumns.cxx100
-rw-r--r--connectivity/source/drivers/ado/AKeys.cxx118
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx567
-rw-r--r--connectivity/source/drivers/ado/AResultSet.cxx1164
-rw-r--r--connectivity/source/drivers/ado/AResultSetMetaData.cxx265
-rw-r--r--connectivity/source/drivers/ado/AStatement.cxx844
-rw-r--r--connectivity/source/drivers/ado/ATable.cxx260
-rw-r--r--connectivity/source/drivers/ado/ATables.cxx118
-rw-r--r--connectivity/source/drivers/ado/AUser.cxx230
-rw-r--r--connectivity/source/drivers/ado/AUsers.cxx90
-rw-r--r--connectivity/source/drivers/ado/AView.cxx126
-rw-r--r--connectivity/source/drivers/ado/AViews.cxx107
-rw-r--r--connectivity/source/drivers/ado/Aolevariant.cxx703
-rw-r--r--connectivity/source/drivers/ado/Aservices.cxx178
-rw-r--r--connectivity/source/drivers/ado/Awrapado.cxx2204
-rwxr-xr-xconnectivity/source/drivers/ado/ado.xcu242
-rw-r--r--connectivity/source/drivers/ado/ado.xml29
-rw-r--r--connectivity/source/drivers/ado/ado_post_sys_include.h35
-rw-r--r--connectivity/source/drivers/ado/ado_pre_sys_include.h40
-rw-r--r--connectivity/source/drivers/ado/adoimp.cxx337
-rw-r--r--connectivity/source/drivers/ado/exports.dxp3
-rw-r--r--connectivity/source/drivers/ado/makefile.mk118
-rw-r--r--connectivity/source/drivers/calc/CCatalog.cxx83
-rw-r--r--connectivity/source/drivers/calc/CColumns.cxx58
-rw-r--r--connectivity/source/drivers/calc/CConnection.cxx298
-rw-r--r--connectivity/source/drivers/calc/CDatabaseMetaData.cxx493
-rw-r--r--connectivity/source/drivers/calc/CDriver.cxx108
-rw-r--r--connectivity/source/drivers/calc/CPreparedStatement.cxx46
-rw-r--r--connectivity/source/drivers/calc/CResultSet.cxx194
-rw-r--r--connectivity/source/drivers/calc/CStatement.cxx46
-rw-r--r--connectivity/source/drivers/calc/CTable.cxx873
-rw-r--r--connectivity/source/drivers/calc/CTables.cxx65
-rw-r--r--connectivity/source/drivers/calc/CalcDriver.xml32
-rw-r--r--connectivity/source/drivers/calc/Cservices.cxx178
-rw-r--r--connectivity/source/drivers/calc/calc.map8
-rwxr-xr-xconnectivity/source/drivers/calc/calc.xcu66
-rw-r--r--connectivity/source/drivers/calc/exports.dxp3
-rw-r--r--connectivity/source/drivers/calc/makefile.mk99
-rw-r--r--connectivity/source/drivers/dbase/DCatalog.cxx73
-rw-r--r--connectivity/source/drivers/dbase/DCode.cxx134
-rw-r--r--connectivity/source/drivers/dbase/DColumns.cxx94
-rw-r--r--connectivity/source/drivers/dbase/DConnection.cxx138
-rw-r--r--connectivity/source/drivers/dbase/DDatabaseMetaData.cxx419
-rw-r--r--connectivity/source/drivers/dbase/DDriver.cxx130
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx682
-rw-r--r--connectivity/source/drivers/dbase/DIndexColumns.cxx97
-rw-r--r--connectivity/source/drivers/dbase/DIndexIter.cxx318
-rw-r--r--connectivity/source/drivers/dbase/DIndexes.cxx140
-rw-r--r--connectivity/source/drivers/dbase/DNoException.cxx653
-rw-r--r--connectivity/source/drivers/dbase/DPreparedStatement.cxx45
-rw-r--r--connectivity/source/drivers/dbase/DResultSet.cxx252
-rw-r--r--connectivity/source/drivers/dbase/DStatement.cxx47
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2856
-rw-r--r--connectivity/source/drivers/dbase/DTables.cxx147
-rw-r--r--connectivity/source/drivers/dbase/Dservices.cxx178
-rw-r--r--connectivity/source/drivers/dbase/dbase.map10
-rw-r--r--connectivity/source/drivers/dbase/dbase.mxp.map173
-rwxr-xr-xconnectivity/source/drivers/dbase/dbase.xcu98
-rw-r--r--connectivity/source/drivers/dbase/dbase.xml33
-rw-r--r--connectivity/source/drivers/dbase/dindexnode.cxx1059
-rw-r--r--connectivity/source/drivers/dbase/exports.dxp3
-rw-r--r--connectivity/source/drivers/dbase/makefile.mk133
-rw-r--r--connectivity/source/drivers/evoab/LCatalog.cxx75
-rw-r--r--connectivity/source/drivers/evoab/LCatalog.hxx52
-rw-r--r--connectivity/source/drivers/evoab/LColumnAlias.cxx235
-rw-r--r--connectivity/source/drivers/evoab/LColumnAlias.hxx116
-rw-r--r--connectivity/source/drivers/evoab/LColumns.cxx60
-rw-r--r--connectivity/source/drivers/evoab/LColumns.hxx55
-rw-r--r--connectivity/source/drivers/evoab/LConfigAccess.cxx164
-rw-r--r--connectivity/source/drivers/evoab/LConfigAccess.hxx49
-rw-r--r--connectivity/source/drivers/evoab/LConnection.cxx270
-rw-r--r--connectivity/source/drivers/evoab/LConnection.hxx81
-rw-r--r--connectivity/source/drivers/evoab/LDatabaseMetaData.cxx394
-rw-r--r--connectivity/source/drivers/evoab/LDatabaseMetaData.hxx59
-rw-r--r--connectivity/source/drivers/evoab/LDebug.cxx45
-rw-r--r--connectivity/source/drivers/evoab/LDebug.hxx45
-rw-r--r--connectivity/source/drivers/evoab/LDriver.cxx508
-rw-r--r--connectivity/source/drivers/evoab/LDriver.hxx118
-rw-r--r--connectivity/source/drivers/evoab/LFolderList.cxx566
-rw-r--r--connectivity/source/drivers/evoab/LFolderList.hxx95
-rw-r--r--connectivity/source/drivers/evoab/LNoException.cxx327
-rw-r--r--connectivity/source/drivers/evoab/LPreparedStatement.cxx46
-rw-r--r--connectivity/source/drivers/evoab/LPreparedStatement.hxx53
-rw-r--r--connectivity/source/drivers/evoab/LResultSet.cxx193
-rw-r--r--connectivity/source/drivers/evoab/LResultSet.hxx84
-rw-r--r--connectivity/source/drivers/evoab/LServices.cxx178
-rw-r--r--connectivity/source/drivers/evoab/LStatement.cxx46
-rw-r--r--connectivity/source/drivers/evoab/LStatement.hxx52
-rw-r--r--connectivity/source/drivers/evoab/LTable.cxx873
-rw-r--r--connectivity/source/drivers/evoab/LTable.hxx103
-rw-r--r--connectivity/source/drivers/evoab/LTables.cxx65
-rw-r--r--connectivity/source/drivers/evoab/LTables.hxx55
-rw-r--r--connectivity/source/drivers/evoab/evoab.map8
-rwxr-xr-xconnectivity/source/drivers/evoab/evoab.xcu64
-rw-r--r--connectivity/source/drivers/evoab/evoab.xml33
-rw-r--r--connectivity/source/drivers/evoab/exports.dxp3
-rw-r--r--connectivity/source/drivers/evoab/makefile.mk108
-rw-r--r--connectivity/source/drivers/evoab2/EApi.cxx138
-rw-r--r--connectivity/source/drivers/evoab2/EApi.h146
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.cxx103
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.hxx59
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.cxx92
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.hxx60
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.cxx295
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.hxx126
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx1192
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx236
-rw-r--r--connectivity/source/drivers/evoab2/NDebug.cxx43
-rw-r--r--connectivity/source/drivers/evoab2/NDebug.hxx45
-rw-r--r--connectivity/source/drivers/evoab2/NDriver.cxx193
-rw-r--r--connectivity/source/drivers/evoab2/NDriver.hxx101
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.cxx335
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.hxx138
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.cxx1020
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.hxx186
-rw-r--r--connectivity/source/drivers/evoab2/NResultSetMetaData.cxx194
-rw-r--r--connectivity/source/drivers/evoab2/NResultSetMetaData.hxx91
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx175
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx681
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx291
-rw-r--r--connectivity/source/drivers/evoab2/NTable.cxx92
-rw-r--r--connectivity/source/drivers/evoab2/NTable.hxx70
-rw-r--r--connectivity/source/drivers/evoab2/NTables.cxx108
-rw-r--r--connectivity/source/drivers/evoab2/NTables.hxx57
-rw-r--r--connectivity/source/drivers/evoab2/evoab.xml30
-rw-r--r--connectivity/source/drivers/evoab2/evoab2.map8
-rwxr-xr-xconnectivity/source/drivers/evoab2/evoab2.xcu79
-rw-r--r--connectivity/source/drivers/evoab2/makefile.mk114
-rw-r--r--connectivity/source/drivers/file/FCatalog.cxx124
-rw-r--r--connectivity/source/drivers/file/FColumns.cxx96
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx464
-rw-r--r--connectivity/source/drivers/file/FDatabaseMetaData.cxx1226
-rw-r--r--connectivity/source/drivers/file/FDateFunctions.cxx292
-rw-r--r--connectivity/source/drivers/file/FDriver.cxx288
-rw-r--r--connectivity/source/drivers/file/FNoException.cxx134
-rw-r--r--connectivity/source/drivers/file/FNumericFunctions.cxx252
-rw-r--r--connectivity/source/drivers/file/FPreparedStatement.cxx636
-rw-r--r--connectivity/source/drivers/file/FResultSet.cxx1899
-rw-r--r--connectivity/source/drivers/file/FResultSetMetaData.cxx222
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx860
-rw-r--r--connectivity/source/drivers/file/FStringFunctions.cxx270
-rw-r--r--connectivity/source/drivers/file/FTable.cxx260
-rw-r--r--connectivity/source/drivers/file/FTables.cxx86
-rw-r--r--connectivity/source/drivers/file/fanalyzer.cxx325
-rw-r--r--connectivity/source/drivers/file/fcode.cxx522
-rw-r--r--connectivity/source/drivers/file/fcomp.cxx923
-rw-r--r--connectivity/source/drivers/file/file.xml32
-rw-r--r--connectivity/source/drivers/file/makefile.mk112
-rw-r--r--connectivity/source/drivers/file/quotedstring.cxx167
-rw-r--r--connectivity/source/drivers/flat/ECatalog.cxx78
-rw-r--r--connectivity/source/drivers/flat/EColumns.cxx59
-rw-r--r--connectivity/source/drivers/flat/EConnection.cxx184
-rw-r--r--connectivity/source/drivers/flat/EDatabaseMetaData.cxx270
-rw-r--r--connectivity/source/drivers/flat/EDriver.cxx148
-rw-r--r--connectivity/source/drivers/flat/EPreparedStatement.cxx49
-rw-r--r--connectivity/source/drivers/flat/EResultSet.cxx192
-rw-r--r--connectivity/source/drivers/flat/EStatement.cxx46
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx847
-rw-r--r--connectivity/source/drivers/flat/ETables.cxx65
-rw-r--r--connectivity/source/drivers/flat/Eservices.cxx178
-rw-r--r--connectivity/source/drivers/flat/exports.dxp3
-rw-r--r--connectivity/source/drivers/flat/flat.map8
-rw-r--r--connectivity/source/drivers/flat/flat.mxp.map141
-rwxr-xr-xconnectivity/source/drivers/flat/flat.xcu113
-rw-r--r--connectivity/source/drivers/flat/flat.xml33
-rw-r--r--connectivity/source/drivers/flat/makefile.mk111
-rw-r--r--connectivity/source/drivers/hsqldb/HCatalog.cxx169
-rw-r--r--connectivity/source/drivers/hsqldb/HColumns.cxx92
-rw-r--r--connectivity/source/drivers/hsqldb/HConnection.cxx425
-rw-r--r--connectivity/source/drivers/hsqldb/HDriver.cxx842
-rw-r--r--connectivity/source/drivers/hsqldb/HStorage.hxx121
-rw-r--r--connectivity/source/drivers/hsqldb/HStorageAccess.cxx558
-rw-r--r--connectivity/source/drivers/hsqldb/HStorageMap.cxx363
-rw-r--r--connectivity/source/drivers/hsqldb/HTable.cxx430
-rw-r--r--connectivity/source/drivers/hsqldb/HTables.cxx203
-rw-r--r--connectivity/source/drivers/hsqldb/HTerminateListener.cxx67
-rw-r--r--connectivity/source/drivers/hsqldb/HTerminateListener.hxx69
-rw-r--r--connectivity/source/drivers/hsqldb/HTools.cxx76
-rw-r--r--connectivity/source/drivers/hsqldb/HUser.cxx354
-rw-r--r--connectivity/source/drivers/hsqldb/HUsers.cxx123
-rw-r--r--connectivity/source/drivers/hsqldb/HView.cxx216
-rw-r--r--connectivity/source/drivers/hsqldb/HViews.cxx172
-rw-r--r--connectivity/source/drivers/hsqldb/Hservices.cxx180
-rw-r--r--connectivity/source/drivers/hsqldb/StorageFileAccess.cxx183
-rw-r--r--connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx309
-rw-r--r--connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx222
-rw-r--r--connectivity/source/drivers/hsqldb/accesslog.cxx86
-rw-r--r--connectivity/source/drivers/hsqldb/accesslog.hxx148
-rw-r--r--connectivity/source/drivers/hsqldb/exports.dxp30
-rw-r--r--connectivity/source/drivers/hsqldb/hsqldb.map35
-rwxr-xr-xconnectivity/source/drivers/hsqldb/hsqldb.xcu76
-rw-r--r--connectivity/source/drivers/hsqldb/hsqldb.xml28
-rw-r--r--connectivity/source/drivers/hsqldb/hsqlui.hrc39
-rw-r--r--connectivity/source/drivers/hsqldb/hsqlui.src56
-rw-r--r--connectivity/source/drivers/hsqldb/makefile.mk120
-rw-r--r--connectivity/source/drivers/jdbc/Array.cxx155
-rw-r--r--connectivity/source/drivers/jdbc/Blob.cxx151
-rw-r--r--connectivity/source/drivers/jdbc/Boolean.cxx69
-rw-r--r--connectivity/source/drivers/jdbc/CallableStatement.cxx364
-rw-r--r--connectivity/source/drivers/jdbc/Class.cxx76
-rw-r--r--connectivity/source/drivers/jdbc/Clob.cxx142
-rw-r--r--connectivity/source/drivers/jdbc/ConnectionLog.cxx137
-rw-r--r--connectivity/source/drivers/jdbc/ContextClassLoader.cxx134
-rw-r--r--connectivity/source/drivers/jdbc/DatabaseMetaData.cxx1465
-rw-r--r--connectivity/source/drivers/jdbc/Date.cxx56
-rw-r--r--connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx144
-rw-r--r--connectivity/source/drivers/jdbc/Exception.cxx51
-rw-r--r--connectivity/source/drivers/jdbc/InputStream.cxx111
-rw-r--r--connectivity/source/drivers/jdbc/JBigDecimal.cxx92
-rw-r--r--connectivity/source/drivers/jdbc/JConnection.cxx861
-rw-r--r--connectivity/source/drivers/jdbc/JDriver.cxx259
-rw-r--r--connectivity/source/drivers/jdbc/JStatement.cxx826
-rw-r--r--connectivity/source/drivers/jdbc/Object.cxx442
-rw-r--r--connectivity/source/drivers/jdbc/PreparedStatement.cxx670
-rw-r--r--connectivity/source/drivers/jdbc/Reader.cxx124
-rw-r--r--connectivity/source/drivers/jdbc/Ref.cxx64
-rw-r--r--connectivity/source/drivers/jdbc/ResultSet.cxx1006
-rw-r--r--connectivity/source/drivers/jdbc/ResultSetMetaData.cxx241
-rw-r--r--connectivity/source/drivers/jdbc/SQLException.cxx103
-rw-r--r--connectivity/source/drivers/jdbc/SQLWarning.cxx51
-rw-r--r--connectivity/source/drivers/jdbc/String.cxx85
-rw-r--r--connectivity/source/drivers/jdbc/Throwable.cxx72
-rw-r--r--connectivity/source/drivers/jdbc/Timestamp.cxx194
-rw-r--r--connectivity/source/drivers/jdbc/exports.dxp3
-rw-r--r--connectivity/source/drivers/jdbc/jdbc.map8
-rw-r--r--connectivity/source/drivers/jdbc/jdbc.mxp.map154
-rwxr-xr-xconnectivity/source/drivers/jdbc/jdbc.xcu207
-rw-r--r--connectivity/source/drivers/jdbc/jdbc.xml30
-rw-r--r--connectivity/source/drivers/jdbc/jservices.cxx180
-rw-r--r--connectivity/source/drivers/jdbc/makefile.mk115
-rw-r--r--connectivity/source/drivers/jdbc/tools.cxx222
-rw-r--r--connectivity/source/drivers/kab/KCatalog.cxx127
-rw-r--r--connectivity/source/drivers/kab/KCatalog.hxx67
-rw-r--r--connectivity/source/drivers/kab/KColumns.cxx100
-rw-r--r--connectivity/source/drivers/kab/KColumns.hxx57
-rw-r--r--connectivity/source/drivers/kab/KConnection.cxx331
-rw-r--r--connectivity/source/drivers/kab/KConnection.hxx142
-rw-r--r--connectivity/source/drivers/kab/KDEInit.cxx158
-rw-r--r--connectivity/source/drivers/kab/KDEInit.h47
-rw-r--r--connectivity/source/drivers/kab/KDatabaseMetaData.cxx1083
-rw-r--r--connectivity/source/drivers/kab/KDatabaseMetaData.hxx216
-rw-r--r--connectivity/source/drivers/kab/KDriver.cxx476
-rw-r--r--connectivity/source/drivers/kab/KDriver.hxx226
-rw-r--r--connectivity/source/drivers/kab/KPreparedStatement.cxx393
-rw-r--r--connectivity/source/drivers/kab/KPreparedStatement.hxx122
-rw-r--r--connectivity/source/drivers/kab/KResultSet.cxx990
-rw-r--r--connectivity/source/drivers/kab/KResultSet.hxx227
-rw-r--r--connectivity/source/drivers/kab/KResultSetMetaData.cxx190
-rw-r--r--connectivity/source/drivers/kab/KResultSetMetaData.hxx95
-rw-r--r--connectivity/source/drivers/kab/KServices.cxx180
-rw-r--r--connectivity/source/drivers/kab/KStatement.cxx586
-rw-r--r--connectivity/source/drivers/kab/KStatement.hxx175
-rw-r--r--connectivity/source/drivers/kab/KTable.cxx99
-rw-r--r--connectivity/source/drivers/kab/KTable.hxx71
-rw-r--r--connectivity/source/drivers/kab/KTables.cxx93
-rw-r--r--connectivity/source/drivers/kab/KTables.hxx64
-rw-r--r--connectivity/source/drivers/kab/exports.dxp3
-rw-r--r--connectivity/source/drivers/kab/kab.map8
-rwxr-xr-xconnectivity/source/drivers/kab/kab.xcu49
-rw-r--r--connectivity/source/drivers/kab/kab.xml79
-rw-r--r--connectivity/source/drivers/kab/kabdrv.map9
-rw-r--r--connectivity/source/drivers/kab/kcondition.cxx232
-rw-r--r--connectivity/source/drivers/kab/kcondition.hxx165
-rw-r--r--connectivity/source/drivers/kab/kfields.cxx97
-rw-r--r--connectivity/source/drivers/kab/kfields.hxx50
-rw-r--r--connectivity/source/drivers/kab/korder.cxx91
-rw-r--r--connectivity/source/drivers/kab/korder.hxx77
-rw-r--r--connectivity/source/drivers/kab/makefile.mk141
-rwxr-xr-xconnectivity/source/drivers/macab/MacabAddressBook.cxx259
-rwxr-xr-xconnectivity/source/drivers/macab/MacabAddressBook.hxx75
-rwxr-xr-xconnectivity/source/drivers/macab/MacabCatalog.cxx127
-rwxr-xr-xconnectivity/source/drivers/macab/MacabCatalog.hxx67
-rwxr-xr-xconnectivity/source/drivers/macab/MacabColumns.cxx100
-rwxr-xr-xconnectivity/source/drivers/macab/MacabColumns.hxx57
-rwxr-xr-xconnectivity/source/drivers/macab/MacabConnection.cxx326
-rwxr-xr-xconnectivity/source/drivers/macab/MacabConnection.hxx134
-rwxr-xr-xconnectivity/source/drivers/macab/MacabDatabaseMetaData.cxx1129
-rwxr-xr-xconnectivity/source/drivers/macab/MacabDatabaseMetaData.hxx215
-rwxr-xr-xconnectivity/source/drivers/macab/MacabDriver.cxx351
-rwxr-xr-xconnectivity/source/drivers/macab/MacabDriver.hxx199
-rw-r--r--connectivity/source/drivers/macab/MacabGroup.cxx105
-rw-r--r--connectivity/source/drivers/macab/MacabGroup.hxx54
-rw-r--r--connectivity/source/drivers/macab/MacabHeader.cxx346
-rw-r--r--connectivity/source/drivers/macab/MacabHeader.hxx74
-rwxr-xr-xconnectivity/source/drivers/macab/MacabPreparedStatement.cxx410
-rwxr-xr-xconnectivity/source/drivers/macab/MacabPreparedStatement.hxx122
-rwxr-xr-xconnectivity/source/drivers/macab/MacabRecord.cxx350
-rwxr-xr-xconnectivity/source/drivers/macab/MacabRecord.hxx80
-rwxr-xr-xconnectivity/source/drivers/macab/MacabRecords.cxx1215
-rwxr-xr-xconnectivity/source/drivers/macab/MacabRecords.hxx139
-rwxr-xr-xconnectivity/source/drivers/macab/MacabResultSet.cxx1076
-rwxr-xr-xconnectivity/source/drivers/macab/MacabResultSet.hxx229
-rwxr-xr-xconnectivity/source/drivers/macab/MacabResultSetMetaData.cxx227
-rwxr-xr-xconnectivity/source/drivers/macab/MacabResultSetMetaData.hxx97
-rwxr-xr-xconnectivity/source/drivers/macab/MacabServices.cxx180
-rwxr-xr-xconnectivity/source/drivers/macab/MacabStatement.cxx613
-rwxr-xr-xconnectivity/source/drivers/macab/MacabStatement.hxx179
-rwxr-xr-xconnectivity/source/drivers/macab/MacabTable.cxx99
-rwxr-xr-xconnectivity/source/drivers/macab/MacabTable.hxx71
-rwxr-xr-xconnectivity/source/drivers/macab/MacabTables.cxx93
-rwxr-xr-xconnectivity/source/drivers/macab/MacabTables.hxx64
-rwxr-xr-xconnectivity/source/drivers/macab/exports.dxp3
-rwxr-xr-xconnectivity/source/drivers/macab/macab.map8
-rwxr-xr-xconnectivity/source/drivers/macab/macab.xcu49
-rwxr-xr-xconnectivity/source/drivers/macab/macab.xml79
-rwxr-xr-xconnectivity/source/drivers/macab/macabcondition.cxx253
-rwxr-xr-xconnectivity/source/drivers/macab/macabcondition.hxx172
-rwxr-xr-xconnectivity/source/drivers/macab/macabdrv.map6
-rwxr-xr-xconnectivity/source/drivers/macab/macaborder.cxx89
-rwxr-xr-xconnectivity/source/drivers/macab/macaborder.hxx77
-rw-r--r--connectivity/source/drivers/macab/macabutilities.hxx152
-rwxr-xr-xconnectivity/source/drivers/macab/makefile.mk137
-rw-r--r--connectivity/source/drivers/mozab/MCatalog.cxx130
-rw-r--r--connectivity/source/drivers/mozab/MCatalog.hxx69
-rw-r--r--connectivity/source/drivers/mozab/MColumnAlias.cxx194
-rw-r--r--connectivity/source/drivers/mozab/MColumnAlias.hxx88
-rw-r--r--connectivity/source/drivers/mozab/MColumns.cxx102
-rw-r--r--connectivity/source/drivers/mozab/MColumns.hxx61
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.cxx276
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.hxx42
-rw-r--r--connectivity/source/drivers/mozab/MConnection.cxx606
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx234
-rw-r--r--connectivity/source/drivers/mozab/MDatabaseMetaData.cxx1034
-rw-r--r--connectivity/source/drivers/mozab/MDatabaseMetaData.hxx207
-rw-r--r--connectivity/source/drivers/mozab/MDriver.cxx332
-rw-r--r--connectivity/source/drivers/mozab/MDriver.hxx113
-rw-r--r--connectivity/source/drivers/mozab/MExtConfigAccess.hxx49
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.cxx546
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.hxx172
-rw-r--r--connectivity/source/drivers/mozab/MResultSet.cxx1980
-rw-r--r--connectivity/source/drivers/mozab/MResultSet.hxx369
-rw-r--r--connectivity/source/drivers/mozab/MResultSetMetaData.cxx215
-rw-r--r--connectivity/source/drivers/mozab/MResultSetMetaData.hxx101
-rw-r--r--connectivity/source/drivers/mozab/MServices.cxx228
-rw-r--r--connectivity/source/drivers/mozab/MStatement.cxx564
-rw-r--r--connectivity/source/drivers/mozab/MStatement.hxx216
-rw-r--r--connectivity/source/drivers/mozab/MTable.cxx98
-rw-r--r--connectivity/source/drivers/mozab/MTable.hxx75
-rw-r--r--connectivity/source/drivers/mozab/MTables.cxx107
-rw-r--r--connectivity/source/drivers/mozab/MTables.hxx58
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx337
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx104
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx174
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.hxx49
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx148
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx87
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx350
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx48
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx634
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx77
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider.cxx243
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider.hxx86
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx538
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx137
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx116
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx83
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSRunnable.cxx101
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx71
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/makefile.mk188
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozbootstrap.map8
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h57
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h92
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h44
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h49
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h87
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/post_include_windows.h33
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/pre_include_windows.h34
-rw-r--r--connectivity/source/drivers/mozab/exports.dxp3
-rw-r--r--connectivity/source/drivers/mozab/makefile.mk204
-rw-r--r--connectivity/source/drivers/mozab/mozab.map8
-rwxr-xr-xconnectivity/source/drivers/mozab/mozab.xcu157
-rw-r--r--connectivity/source/drivers/mozab/mozab.xml82
-rwxr-xr-xconnectivity/source/drivers/mozab/mozab2.xcu121
-rw-r--r--connectivity/source/drivers/mozab/mozabdrv.map8
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx809
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx83
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MErrorResource.hxx80
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx453
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx78
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx55
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx84
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx407
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx122
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx89
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx60
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx145
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx86
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx826
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx285
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.cxx638
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx145
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx141
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx69
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/makefile.mk172
-rw-r--r--connectivity/source/drivers/mozab/post_include_mozilla.h61
-rw-r--r--connectivity/source/drivers/mozab/pre_include_mozilla.h73
-rw-r--r--connectivity/source/drivers/mysql/YCatalog.cxx177
-rw-r--r--connectivity/source/drivers/mysql/YColumns.cxx92
-rw-r--r--connectivity/source/drivers/mysql/YDriver.cxx484
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx384
-rw-r--r--connectivity/source/drivers/mysql/YTables.cxx221
-rw-r--r--connectivity/source/drivers/mysql/YUser.cxx353
-rw-r--r--connectivity/source/drivers/mysql/YUsers.cxx121
-rw-r--r--connectivity/source/drivers/mysql/YViews.cxx165
-rw-r--r--connectivity/source/drivers/mysql/Yservices.cxx179
-rw-r--r--connectivity/source/drivers/mysql/exports.dxp3
-rw-r--r--connectivity/source/drivers/mysql/makefile.mk88
-rw-r--r--connectivity/source/drivers/mysql/mysql.map8
-rwxr-xr-xconnectivity/source/drivers/mysql/mysql.xcu236
-rw-r--r--connectivity/source/drivers/mysql/mysql.xml29
-rw-r--r--connectivity/source/drivers/odbc/OFunctions.cxx288
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.cxx372
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.hxx53
-rw-r--r--connectivity/source/drivers/odbc/makefile.mk82
-rw-r--r--connectivity/source/drivers/odbc/odbc.map8
-rwxr-xr-xconnectivity/source/drivers/odbc/odbc.xcu173
-rw-r--r--connectivity/source/drivers/odbc/odbc.xml28
-rw-r--r--connectivity/source/drivers/odbc/oservices.cxx180
-rw-r--r--connectivity/source/drivers/odbcbase/OConnection.cxx673
-rw-r--r--connectivity/source/drivers/odbcbase/ODatabaseMetaData.cxx1748
-rw-r--r--connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx1320
-rw-r--r--connectivity/source/drivers/odbcbase/ODriver.cxx232
-rw-r--r--connectivity/source/drivers/odbcbase/OPreparedStatement.cxx968
-rw-r--r--connectivity/source/drivers/odbcbase/OResultSet.cxx1748
-rw-r--r--connectivity/source/drivers/odbcbase/OResultSetMetaData.cxx315
-rw-r--r--connectivity/source/drivers/odbcbase/OStatement.cxx1157
-rw-r--r--connectivity/source/drivers/odbcbase/OTools.cxx950
-rw-r--r--connectivity/source/drivers/odbcbase/makefile.mk94
-rw-r--r--connectivity/source/inc/AutoRetrievingBase.hxx62
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSet.hxx282
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx117
-rw-r--r--connectivity/source/inc/OColumn.hxx149
-rw-r--r--connectivity/source/inc/OSubComponent.hxx95
-rw-r--r--connectivity/source/inc/OTypeInfo.hxx95
-rw-r--r--connectivity/source/inc/ParameterSubstitution.hxx74
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx155
-rw-r--r--connectivity/source/inc/TConnection.hxx95
-rw-r--r--connectivity/source/inc/TDatabaseMetaDataBase.hxx145
-rw-r--r--connectivity/source/inc/TKeyValue.hxx85
-rw-r--r--connectivity/source/inc/TPrivilegesResultSet.hxx57
-rw-r--r--connectivity/source/inc/TResultSetHelper.hxx61
-rw-r--r--connectivity/source/inc/TSkipDeletedSet.hxx108
-rw-r--r--connectivity/source/inc/TSortIndex.hxx142
-rw-r--r--connectivity/source/inc/UStringDescription_Impl.hxx109
-rw-r--r--connectivity/source/inc/adabas/BCatalog.hxx80
-rw-r--r--connectivity/source/inc/adabas/BColumn.hxx57
-rw-r--r--connectivity/source/inc/adabas/BColumns.hxx64
-rw-r--r--connectivity/source/inc/adabas/BConnection.hxx81
-rw-r--r--connectivity/source/inc/adabas/BDatabaseMetaData.hxx58
-rw-r--r--connectivity/source/inc/adabas/BDriver.hxx180
-rw-r--r--connectivity/source/inc/adabas/BGroup.hxx53
-rw-r--r--connectivity/source/inc/adabas/BGroups.hxx69
-rw-r--r--connectivity/source/inc/adabas/BIndex.hxx61
-rw-r--r--connectivity/source/inc/adabas/BIndexColumn.hxx61
-rw-r--r--connectivity/source/inc/adabas/BIndexColumns.hxx61
-rw-r--r--connectivity/source/inc/adabas/BIndexes.hxx61
-rw-r--r--connectivity/source/inc/adabas/BKeys.hxx58
-rw-r--r--connectivity/source/inc/adabas/BPreparedStatement.hxx55
-rw-r--r--connectivity/source/inc/adabas/BResultSet.hxx63
-rw-r--r--connectivity/source/inc/adabas/BResultSetMetaData.hxx59
-rw-r--r--connectivity/source/inc/adabas/BStatement.hxx65
-rw-r--r--connectivity/source/inc/adabas/BTable.hxx113
-rw-r--r--connectivity/source/inc/adabas/BTables.hxx83
-rw-r--r--connectivity/source/inc/adabas/BUser.hxx85
-rw-r--r--connectivity/source/inc/adabas/BUsers.hxx69
-rw-r--r--connectivity/source/inc/adabas/BViews.hxx67
-rw-r--r--connectivity/source/inc/ado/ACallableStatement.hxx91
-rw-r--r--connectivity/source/inc/ado/ACatalog.hxx64
-rw-r--r--connectivity/source/inc/ado/ACollection.hxx234
-rw-r--r--connectivity/source/inc/ado/AColumn.hxx73
-rw-r--r--connectivity/source/inc/ado/AColumns.hxx71
-rw-r--r--connectivity/source/inc/ado/AConnection.hxx154
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaData.hxx233
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx230
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx118
-rw-r--r--connectivity/source/inc/ado/ADriver.hxx96
-rw-r--r--connectivity/source/inc/ado/AGroup.hxx79
-rw-r--r--connectivity/source/inc/ado/AGroups.hxx72
-rw-r--r--connectivity/source/inc/ado/AIndex.hxx68
-rw-r--r--connectivity/source/inc/ado/AIndexColumn.hxx61
-rw-r--r--connectivity/source/inc/ado/AIndexColumns.hxx58
-rw-r--r--connectivity/source/inc/ado/AIndexes.hxx69
-rw-r--r--connectivity/source/inc/ado/AKey.hxx76
-rw-r--r--connectivity/source/inc/ado/AKeyColumn.hxx61
-rw-r--r--connectivity/source/inc/ado/AKeyColumns.hxx58
-rw-r--r--connectivity/source/inc/ado/AKeys.hxx69
-rw-r--r--connectivity/source/inc/ado/APreparedStatement.hxx127
-rw-r--r--connectivity/source/inc/ado/AResultSet.hxx240
-rw-r--r--connectivity/source/inc/ado/AResultSetMetaData.hxx96
-rw-r--r--connectivity/source/inc/ado/AStatement.hxx204
-rw-r--r--connectivity/source/inc/ado/ATable.hxx91
-rw-r--r--connectivity/source/inc/ado/ATables.hxx68
-rw-r--r--connectivity/source/inc/ado/AUser.hxx105
-rw-r--r--connectivity/source/inc/ado/AUsers.hxx73
-rw-r--r--connectivity/source/inc/ado/AView.hxx69
-rw-r--r--connectivity/source/inc/ado/AViews.hxx67
-rw-r--r--connectivity/source/inc/ado/Aolevariant.hxx177
-rw-r--r--connectivity/source/inc/ado/Aolewrap.hxx248
-rw-r--r--connectivity/source/inc/ado/Awrapado.hxx422
-rw-r--r--connectivity/source/inc/ado/Awrapadox.hxx152
-rw-r--r--connectivity/source/inc/ado/WrapCatalog.hxx61
-rw-r--r--connectivity/source/inc/ado/WrapColumn.hxx75
-rw-r--r--connectivity/source/inc/ado/WrapIndex.hxx63
-rw-r--r--connectivity/source/inc/ado/WrapKey.hxx65
-rw-r--r--connectivity/source/inc/ado/WrapTable.hxx68
-rw-r--r--connectivity/source/inc/ado/WrapTypeDefs.hxx56
-rw-r--r--connectivity/source/inc/ado/adoimp.hxx115
-rw-r--r--connectivity/source/inc/calc/CCatalog.hxx53
-rw-r--r--connectivity/source/inc/calc/CColumns.hxx56
-rw-r--r--connectivity/source/inc/calc/CConnection.hxx100
-rw-r--r--connectivity/source/inc/calc/CDatabaseMetaData.hxx64
-rw-r--r--connectivity/source/inc/calc/CDriver.hxx68
-rw-r--r--connectivity/source/inc/calc/CPreparedStatement.hxx53
-rw-r--r--connectivity/source/inc/calc/CResultSet.hxx93
-rw-r--r--connectivity/source/inc/calc/CStatement.hxx53
-rw-r--r--connectivity/source/inc/calc/CTable.hxx110
-rw-r--r--connectivity/source/inc/calc/CTables.hxx55
-rw-r--r--connectivity/source/inc/dbase/DCatalog.hxx52
-rw-r--r--connectivity/source/inc/dbase/DCode.hxx72
-rw-r--r--connectivity/source/inc/dbase/DColumns.hxx58
-rw-r--r--connectivity/source/inc/dbase/DConnection.hxx61
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaData.hxx71
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx199
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaDataResultSetMetaData.hxx111
-rw-r--r--connectivity/source/inc/dbase/DDriver.hxx64
-rw-r--r--connectivity/source/inc/dbase/DIndex.hxx163
-rw-r--r--connectivity/source/inc/dbase/DIndexColumns.hxx63
-rw-r--r--connectivity/source/inc/dbase/DIndexIter.hxx88
-rw-r--r--connectivity/source/inc/dbase/DIndexPage.hxx92
-rw-r--r--connectivity/source/inc/dbase/DIndexes.hxx64
-rw-r--r--connectivity/source/inc/dbase/DPreparedStatement.hxx53
-rw-r--r--connectivity/source/inc/dbase/DResultSet.hxx93
-rw-r--r--connectivity/source/inc/dbase/DStatement.hxx52
-rw-r--r--connectivity/source/inc/dbase/DTable.hxx188
-rw-r--r--connectivity/source/inc/dbase/DTables.hxx61
-rw-r--r--connectivity/source/inc/dbase/dindexnode.hxx350
-rw-r--r--connectivity/source/inc/diagnose_ex.h49
-rw-r--r--connectivity/source/inc/file/FCatalog.hxx74
-rw-r--r--connectivity/source/inc/file/FColumns.hxx62
-rw-r--r--connectivity/source/inc/file/FConnection.hxx163
-rw-r--r--connectivity/source/inc/file/FDatabaseMetaData.hxx200
-rw-r--r--connectivity/source/inc/file/FDateFunctions.hxx245
-rw-r--r--connectivity/source/inc/file/FDriver.hxx90
-rw-r--r--connectivity/source/inc/file/FNumericFunctions.hxx379
-rw-r--r--connectivity/source/inc/file/FPreparedStatement.hxx138
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx360
-rw-r--r--connectivity/source/inc/file/FResultSetMetaData.hxx94
-rw-r--r--connectivity/source/inc/file/FStatement.hxx226
-rw-r--r--connectivity/source/inc/file/FStringFunctions.hxx286
-rw-r--r--connectivity/source/inc/file/FTable.hxx123
-rw-r--r--connectivity/source/inc/file/FTables.hxx64
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx99
-rw-r--r--connectivity/source/inc/file/fcode.hxx399
-rw-r--r--connectivity/source/inc/file/fcomp.hxx123
-rw-r--r--connectivity/source/inc/file/filedllapi.hxx43
-rw-r--r--connectivity/source/inc/file/quotedstring.hxx58
-rw-r--r--connectivity/source/inc/flat/ECatalog.hxx52
-rw-r--r--connectivity/source/inc/flat/EColumns.hxx55
-rw-r--r--connectivity/source/inc/flat/EConnection.hxx74
-rw-r--r--connectivity/source/inc/flat/EDatabaseMetaData.hxx58
-rw-r--r--connectivity/source/inc/flat/EDriver.hxx64
-rw-r--r--connectivity/source/inc/flat/EPreparedStatement.hxx53
-rw-r--r--connectivity/source/inc/flat/EResultSet.hxx84
-rw-r--r--connectivity/source/inc/flat/EStatement.hxx52
-rw-r--r--connectivity/source/inc/flat/ETable.hxx106
-rw-r--r--connectivity/source/inc/flat/ETables.hxx55
-rw-r--r--connectivity/source/inc/hsqldb/HCatalog.hxx75
-rw-r--r--connectivity/source/inc/hsqldb/HColumns.hxx73
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx189
-rw-r--r--connectivity/source/inc/hsqldb/HDriver.hxx147
-rw-r--r--connectivity/source/inc/hsqldb/HStorageAccess.h95
-rw-r--r--connectivity/source/inc/hsqldb/HStorageAccess.hxx46
-rw-r--r--connectivity/source/inc/hsqldb/HStorageMap.hxx97
-rw-r--r--connectivity/source/inc/hsqldb/HTable.hxx131
-rw-r--r--connectivity/source/inc/hsqldb/HTables.hxx81
-rw-r--r--connectivity/source/inc/hsqldb/HTools.hxx68
-rw-r--r--connectivity/source/inc/hsqldb/HUser.hxx85
-rw-r--r--connectivity/source/inc/hsqldb/HUsers.hxx65
-rw-r--r--connectivity/source/inc/hsqldb/HView.hxx100
-rw-r--r--connectivity/source/inc/hsqldb/HViews.hxx66
-rw-r--r--connectivity/source/inc/hsqldb/StorageFileAccess.h37
-rw-r--r--connectivity/source/inc/hsqldb/StorageNativeInputStream.h70
-rw-r--r--connectivity/source/inc/internalnode.hxx63
-rw-r--r--connectivity/source/inc/java/ContextClassLoader.hxx106
-rw-r--r--connectivity/source/inc/java/GlobalRef.hxx125
-rw-r--r--connectivity/source/inc/java/LocalRef.hxx109
-rw-r--r--connectivity/source/inc/java/io/InputStream.hxx63
-rw-r--r--connectivity/source/inc/java/io/Reader.hxx64
-rw-r--r--connectivity/source/inc/java/lang/Boolean.hxx56
-rw-r--r--connectivity/source/inc/java/lang/Class.hxx58
-rw-r--r--connectivity/source/inc/java/lang/Exception.hxx54
-rw-r--r--connectivity/source/inc/java/lang/Object.hxx180
-rw-r--r--connectivity/source/inc/java/lang/String.hxx57
-rw-r--r--connectivity/source/inc/java/lang/Throwable.hxx57
-rw-r--r--connectivity/source/inc/java/math/BigDecimal.hxx56
-rw-r--r--connectivity/source/inc/java/sql/Array.hxx66
-rw-r--r--connectivity/source/inc/java/sql/Blob.hxx66
-rw-r--r--connectivity/source/inc/java/sql/CallableStatement.hxx94
-rw-r--r--connectivity/source/inc/java/sql/Clob.hxx66
-rw-r--r--connectivity/source/inc/java/sql/Connection.hxx149
-rw-r--r--connectivity/source/inc/java/sql/ConnectionLog.hxx145
-rw-r--r--connectivity/source/inc/java/sql/DatabaseMetaData.hxx227
-rw-r--r--connectivity/source/inc/java/sql/Driver.hxx79
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx64
-rw-r--r--connectivity/source/inc/java/sql/JStatement.hxx222
-rw-r--r--connectivity/source/inc/java/sql/PreparedStatement.hxx116
-rw-r--r--connectivity/source/inc/java/sql/Ref.hxx61
-rw-r--r--connectivity/source/inc/java/sql/ResultSet.hxx211
-rw-r--r--connectivity/source/inc/java/sql/ResultSetMetaData.hxx85
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx71
-rw-r--r--connectivity/source/inc/java/sql/SQLWarning.hxx67
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx99
-rw-r--r--connectivity/source/inc/java/tools.hxx91
-rw-r--r--connectivity/source/inc/java/util/Date.hxx57
-rw-r--r--connectivity/source/inc/java/util/Property.hxx52
-rw-r--r--connectivity/source/inc/mysql/YCatalog.hxx76
-rw-r--r--connectivity/source/inc/mysql/YColumns.hxx73
-rw-r--r--connectivity/source/inc/mysql/YDriver.hxx129
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx131
-rw-r--r--connectivity/source/inc/mysql/YTables.hxx81
-rw-r--r--connectivity/source/inc/mysql/YUser.hxx85
-rw-r--r--connectivity/source/inc/mysql/YUsers.hxx65
-rw-r--r--connectivity/source/inc/mysql/YViews.hxx67
-rw-r--r--connectivity/source/inc/odbc/OBoundParam.hxx219
-rw-r--r--connectivity/source/inc/odbc/OConnection.hxx163
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaData.hxx227
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx244
-rw-r--r--connectivity/source/inc/odbc/ODefs3.hxx95
-rw-r--r--connectivity/source/inc/odbc/ODriver.hxx93
-rw-r--r--connectivity/source/inc/odbc/OFunctiondefs.hxx178
-rw-r--r--connectivity/source/inc/odbc/OFunctions.hxx559
-rw-r--r--connectivity/source/inc/odbc/OPreparedStatement.hxx173
-rw-r--r--connectivity/source/inc/odbc/OResultSet.hxx329
-rw-r--r--connectivity/source/inc/odbc/OResultSetMetaData.hxx129
-rw-r--r--connectivity/source/inc/odbc/OStatement.hxx251
-rw-r--r--connectivity/source/inc/odbc/OTools.hxx279
-rw-r--r--connectivity/source/inc/odbc/odbcbasedllapi.hxx43
-rw-r--r--connectivity/source/inc/propertyids.hxx162
-rw-r--r--connectivity/source/inc/resource/adabas_res.hrc46
-rw-r--r--connectivity/source/inc/resource/ado_res.hrc53
-rw-r--r--connectivity/source/inc/resource/calc_res.hrc44
-rw-r--r--connectivity/source/inc/resource/common_res.hrc81
-rw-r--r--connectivity/source/inc/resource/conn_shared_res.hrc76
-rw-r--r--connectivity/source/inc/resource/dbase_res.hrc64
-rw-r--r--connectivity/source/inc/resource/evoab2_res.hrc45
-rw-r--r--connectivity/source/inc/resource/file_res.hrc51
-rw-r--r--connectivity/source/inc/resource/hsqldb_res.hrc49
-rw-r--r--connectivity/source/inc/resource/jdbc_log.hrc93
-rw-r--r--connectivity/source/inc/resource/kab_res.hrc46
-rw-r--r--connectivity/source/inc/resource/macab_res.hrc44
-rw-r--r--connectivity/source/inc/resource/mozab_res.hrc77
-rw-r--r--connectivity/source/inc/resource/sharedresources.hxx167
-rw-r--r--connectivity/source/inc/sqlscan.hxx93
-rw-r--r--connectivity/source/manager/exports.dxp3
-rw-r--r--connectivity/source/manager/makefile.mk83
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx744
-rw-r--r--connectivity/source/manager/mdrivermanager.hxx149
-rw-r--r--connectivity/source/manager/mregistration.cxx115
-rw-r--r--connectivity/source/manager/sdbc.map8
-rw-r--r--connectivity/source/manager/sdbc.mxp.map53
-rw-r--r--connectivity/source/parse/PColumn.cxx245
-rw-r--r--connectivity/source/parse/internalnode.cxx88
-rw-r--r--connectivity/source/parse/makefile.mk71
-rw-r--r--connectivity/source/parse/sqlbison.y3635
-rw-r--r--connectivity/source/parse/sqlflex.l768
-rw-r--r--connectivity/source/parse/sqliterator.cxx2106
-rw-r--r--connectivity/source/parse/sqlnode.cxx2816
-rw-r--r--connectivity/source/parse/wrap_sqlbison.cxx34
-rw-r--r--connectivity/source/parse/wrap_sqlflex.cxx38
-rw-r--r--connectivity/source/resource/conn_error_message.src102
-rw-r--r--connectivity/source/resource/conn_log_res.src315
-rw-r--r--connectivity/source/resource/conn_shared_res.src647
-rw-r--r--connectivity/source/resource/makefile.mk112
-rw-r--r--connectivity/source/resource/sharedresources.cxx245
-rw-r--r--connectivity/source/sdbcx/VCatalog.cxx244
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx606
-rw-r--r--connectivity/source/sdbcx/VColumn.cxx230
-rw-r--r--connectivity/source/sdbcx/VDescriptor.cxx158
-rw-r--r--connectivity/source/sdbcx/VGroup.cxx186
-rw-r--r--connectivity/source/sdbcx/VIndex.cxx226
-rw-r--r--connectivity/source/sdbcx/VIndexColumn.cxx122
-rw-r--r--connectivity/source/sdbcx/VKey.cxx231
-rw-r--r--connectivity/source/sdbcx/VKeyColumn.cxx127
-rw-r--r--connectivity/source/sdbcx/VTable.cxx339
-rw-r--r--connectivity/source/sdbcx/VUser.cxx197
-rw-r--r--connectivity/source/sdbcx/VView.cxx153
-rw-r--r--connectivity/source/sdbcx/makefile.mk67
-rw-r--r--connectivity/source/simpledbt/charset_s.cxx76
-rw-r--r--connectivity/source/simpledbt/charset_s.hxx71
-rw-r--r--connectivity/source/simpledbt/dbtfactory.cxx117
-rw-r--r--connectivity/source/simpledbt/dbtfactory.hxx84
-rw-r--r--connectivity/source/simpledbt/makefile.mk57
-rw-r--r--connectivity/source/simpledbt/parsenode_s.cxx96
-rw-r--r--connectivity/source/simpledbt/parsenode_s.hxx84
-rw-r--r--connectivity/source/simpledbt/parser_s.cxx89
-rw-r--r--connectivity/source/simpledbt/parser_s.hxx77
-rw-r--r--connectivity/source/simpledbt/refbase.cxx67
-rw-r--r--connectivity/source/simpledbt/refbase.hxx64
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.cxx215
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.hxx210
-rwxr-xr-xconnectivity/target.pmk40
-rwxr-xr-xconnectivity/util/delzip0
-rwxr-xr-xconnectivity/util/langfilter.xsl37
-rwxr-xr-xconnectivity/util/makefile.mk80
-rw-r--r--connectivity/version.mk123
-rw-r--r--connectivity/workben/TT/StartTest.classbin0 -> 183 bytes-rw-r--r--connectivity/workben/TT/StartTest.java296
-rw-r--r--connectivity/workben/iniParser/main.cxx192
-rw-r--r--connectivity/workben/iniParser/makefile.mk66
-rw-r--r--connectivity/workben/little/main.cxx120
-rw-r--r--connectivity/workben/little/makefile.mk64
-rw-r--r--connectivity/workben/skeleton/SResultSet.hxx249
-rw-r--r--connectivity/workben/skeleton/how_to_write_a_driver.txt51
-rw-r--r--connectivity/workben/testmoz/initUNO.cxx48
-rw-r--r--connectivity/workben/testmoz/main.cxx727
-rw-r--r--connectivity/workben/testmoz/makefile.mk74
-rw-r--r--connectivity/workben/testmoz/mozthread.cxx480
-rw-r--r--cosv/inc/cosv/bstream.hxx153
-rw-r--r--cosv/inc/cosv/comdline.hxx73
-rw-r--r--cosv/inc/cosv/comfunc.hxx128
-rw-r--r--cosv/inc/cosv/commandline.hxx183
-rw-r--r--cosv/inc/cosv/csv_env.hxx157
-rw-r--r--cosv/inc/cosv/csv_ostream.hxx137
-rw-r--r--cosv/inc/cosv/csv_precomp.h49
-rw-r--r--cosv/inc/cosv/datetime.hxx87
-rw-r--r--cosv/inc/cosv/dirchain.hxx183
-rw-r--r--cosv/inc/cosv/file.hxx140
-rw-r--r--cosv/inc/cosv/mbstream.hxx96
-rw-r--r--cosv/inc/cosv/openclose.hxx147
-rw-r--r--cosv/inc/cosv/persist.hxx108
-rw-r--r--cosv/inc/cosv/ploc.hxx132
-rw-r--r--cosv/inc/cosv/ploc_dir.hxx121
-rw-r--r--cosv/inc/cosv/plocroot.hxx83
-rw-r--r--cosv/inc/cosv/std_outp.hxx139
-rw-r--r--cosv/inc/cosv/str_types.hxx97
-rw-r--r--cosv/inc/cosv/streamstr.hxx394
-rw-r--r--cosv/inc/cosv/string.hxx582
-rw-r--r--cosv/inc/cosv/stringdata.hxx138
-rw-r--r--cosv/inc/cosv/tpl/dyn.hxx241
-rw-r--r--cosv/inc/cosv/tpl/funcall.hxx310
-rw-r--r--cosv/inc/cosv/tpl/processor.hxx186
-rw-r--r--cosv/inc/cosv/tpl/range.hxx194
-rw-r--r--cosv/inc/cosv/tpl/swelist.hxx372
-rw-r--r--cosv/inc/cosv/tpl/tpltools.hxx231
-rw-r--r--cosv/inc/cosv/tpl/vvector.hxx542
-rw-r--r--cosv/inc/cosv/x.hxx74
-rw-r--r--cosv/prj/build.lst16
-rw-r--r--cosv/prj/d.lst8
-rw-r--r--cosv/source/comphelp/badcast.cxx48
-rw-r--r--cosv/source/comphelp/makefile.mk59
-rw-r--r--cosv/source/fullcpp.mk61
-rw-r--r--cosv/source/inc/precomp.h39
-rw-r--r--cosv/source/service/comdline.cxx60
-rw-r--r--cosv/source/service/comfunc.cxx158
-rw-r--r--cosv/source/service/commandline.cxx345
-rw-r--r--cosv/source/service/csv_ostream.cxx95
-rw-r--r--cosv/source/service/datetime.cxx87
-rw-r--r--cosv/source/service/makefile.mk63
-rw-r--r--cosv/source/service/std_outp.cxx84
-rw-r--r--cosv/source/storage/dirchain.cxx158
-rw-r--r--cosv/source/storage/file.cxx245
-rw-r--r--cosv/source/storage/makefile.mk73
-rw-r--r--cosv/source/storage/mbstream.cxx122
-rw-r--r--cosv/source/storage/persist.cxx116
-rw-r--r--cosv/source/storage/ploc.cxx160
-rw-r--r--cosv/source/storage/ploc_dir.cxx367
-rw-r--r--cosv/source/storage/plocroot.cxx528
-rw-r--r--cosv/source/strings/makefile.mk62
-rw-r--r--cosv/source/strings/str_types.cxx47
-rw-r--r--cosv/source/strings/streamstr.cxx984
-rw-r--r--cosv/source/strings/string.cxx417
-rw-r--r--cosv/source/unittest/file_ut.cxx124
-rw-r--r--cosv/source/unittest/makefile.mk84
-rw-r--r--cosv/source/unittest/string_ut.cxx143
-rw-r--r--cosv/source/unittest/ut.hxx56
-rw-r--r--cosv/source/unittest/ut_main.cxx50
-rw-r--r--cosv/util/makefile.mk62
-rw-r--r--cppcanvas/inc/cppcanvas/basegfxfactory.hxx107
-rw-r--r--cppcanvas/inc/cppcanvas/bitmap.hxx83
-rw-r--r--cppcanvas/inc/cppcanvas/bitmapcanvas.hxx69
-rw-r--r--cppcanvas/inc/cppcanvas/canvas.hxx119
-rw-r--r--cppcanvas/inc/cppcanvas/canvasgraphic.hxx173
-rw-r--r--cppcanvas/inc/cppcanvas/color.hxx88
-rw-r--r--cppcanvas/inc/cppcanvas/customsprite.hxx56
-rw-r--r--cppcanvas/inc/cppcanvas/font.hxx68
-rw-r--r--cppcanvas/inc/cppcanvas/polypolygon.hxx96
-rw-r--r--cppcanvas/inc/cppcanvas/renderer.hxx150
-rw-r--r--cppcanvas/inc/cppcanvas/sprite.hxx119
-rw-r--r--cppcanvas/inc/cppcanvas/spritecanvas.hxx84
-rw-r--r--cppcanvas/inc/cppcanvas/text.hxx58
-rw-r--r--cppcanvas/inc/cppcanvas/vclfactory.hxx150
-rw-r--r--cppcanvas/inc/makefile.mk51
-rw-r--r--cppcanvas/inc/pch/precompiled_cppcanvas.cxx32
-rw-r--r--cppcanvas/inc/pch/precompiled_cppcanvas.hxx35
-rw-r--r--cppcanvas/prj/build.lst7
-rw-r--r--cppcanvas/prj/d.lst19
-rw-r--r--cppcanvas/source/inc/action.hxx167
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx89
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx190
-rw-r--r--cppcanvas/source/inc/tools.hxx59
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.cxx250
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.hxx84
-rw-r--r--cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx96
-rw-r--r--cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx98
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx3261
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.cxx170
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.hxx76
-rw-r--r--cppcanvas/source/mtfrenderer/makefile.mk61
-rw-r--r--cppcanvas/source/mtfrenderer/mtftools.cxx699
-rw-r--r--cppcanvas/source/mtfrenderer/mtftools.hxx273
-rw-r--r--cppcanvas/source/mtfrenderer/outdevstate.hxx148
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.cxx190
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.hxx81
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.cxx541
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.hxx104
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.cxx2319
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.hxx105
-rw-r--r--cppcanvas/source/mtfrenderer/transparencygroupaction.cxx595
-rw-r--r--cppcanvas/source/mtfrenderer/transparencygroupaction.hxx143
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx154
-rw-r--r--cppcanvas/source/tools/makefile.mk54
-rw-r--r--cppcanvas/source/tools/tools.cxx65
-rw-r--r--cppcanvas/source/wrapper/basegfxfactory.cxx167
-rw-r--r--cppcanvas/source/wrapper/implbitmap.cxx129
-rw-r--r--cppcanvas/source/wrapper/implbitmap.hxx85
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.cxx76
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.hxx79
-rw-r--r--cppcanvas/source/wrapper/implcanvas.cxx144
-rw-r--r--cppcanvas/source/wrapper/implcanvas.hxx107
-rw-r--r--cppcanvas/source/wrapper/implcolor.cxx71
-rw-r--r--cppcanvas/source/wrapper/implcolor.hxx69
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.cxx85
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.hxx74
-rw-r--r--cppcanvas/source/wrapper/implfont.cxx94
-rw-r--r--cppcanvas/source/wrapper/implfont.hxx86
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.cxx204
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx102
-rw-r--r--cppcanvas/source/wrapper/implsprite.cxx239
-rw-r--r--cppcanvas/source/wrapper/implsprite.hxx98
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.cxx162
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.hxx113
-rw-r--r--cppcanvas/source/wrapper/impltext.cxx104
-rw-r--r--cppcanvas/source/wrapper/impltext.hxx81
-rw-r--r--cppcanvas/source/wrapper/makefile.mk64
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx366
-rw-r--r--cppcanvas/util/cppcanvas.flt4
-rw-r--r--cppcanvas/util/makefile.mk74
-rw-r--r--cppu/inc/com/sun/star/uno/Any.h386
-rw-r--r--cppu/inc/com/sun/star/uno/Any.hxx592
-rw-r--r--cppu/inc/com/sun/star/uno/Reference.h536
-rw-r--r--cppu/inc/com/sun/star/uno/Reference.hxx434
-rw-r--r--cppu/inc/com/sun/star/uno/Sequence.h291
-rw-r--r--cppu/inc/com/sun/star/uno/Sequence.hxx310
-rw-r--r--cppu/inc/com/sun/star/uno/Type.h461
-rw-r--r--cppu/inc/com/sun/star/uno/Type.hxx330
-rw-r--r--cppu/inc/com/sun/star/uno/genfunc.h72
-rw-r--r--cppu/inc/com/sun/star/uno/genfunc.hxx91
-rw-r--r--cppu/inc/cppu/Enterable.hxx117
-rw-r--r--cppu/inc/cppu/EnvDcp.hxx78
-rw-r--r--cppu/inc/cppu/EnvGuards.hxx116
-rw-r--r--cppu/inc/cppu/FreeReference.hxx169
-rw-r--r--cppu/inc/cppu/Map.hxx116
-rw-r--r--cppu/inc/cppu/Shield.hxx93
-rw-r--r--cppu/inc/cppu/helper/purpenv/Environment.hxx49
-rw-r--r--cppu/inc/cppu/helper/purpenv/Mapping.hxx71
-rw-r--r--cppu/inc/cppu/macros.hxx68
-rw-r--r--cppu/inc/cppu/unotype.hxx380
-rw-r--r--cppu/inc/makefile.mk52
-rw-r--r--cppu/inc/pch/precompiled_cppu.cxx32
-rw-r--r--cppu/inc/pch/precompiled_cppu.hxx35
-rw-r--r--cppu/inc/typelib/typeclass.h107
-rw-r--r--cppu/inc/typelib/typedescription.h1163
-rw-r--r--cppu/inc/typelib/typedescription.hxx229
-rw-r--r--cppu/inc/typelib/uik.h56
-rw-r--r--cppu/inc/uno/Enterable.h115
-rw-r--r--cppu/inc/uno/EnvDcp.h66
-rw-r--r--cppu/inc/uno/any2.h181
-rw-r--r--cppu/inc/uno/cuno.h53
-rw-r--r--cppu/inc/uno/current_context.h71
-rw-r--r--cppu/inc/uno/current_context.hxx130
-rw-r--r--cppu/inc/uno/data.h260
-rw-r--r--cppu/inc/uno/dispatcher.h100
-rw-r--r--cppu/inc/uno/dispatcher.hxx178
-rw-r--r--cppu/inc/uno/environment.h388
-rw-r--r--cppu/inc/uno/environment.hxx281
-rw-r--r--cppu/inc/uno/lbnames.h106
-rw-r--r--cppu/inc/uno/mapping.h206
-rw-r--r--cppu/inc/uno/mapping.hxx357
-rw-r--r--cppu/inc/uno/sequence2.h190
-rw-r--r--cppu/inc/uno/threadpool.h192
-rw-r--r--cppu/prj/build.lst12
-rw-r--r--cppu/prj/d.lst74
-rw-r--r--cppu/qa/makefile.mk98
-rw-r--r--cppu/qa/test_any.cxx2333
-rw-r--r--cppu/qa/test_recursion.cxx60
-rw-r--r--cppu/qa/test_reference.cxx159
-rw-r--r--cppu/qa/test_unotype.cxx815
-rw-r--r--cppu/qa/types.idl66
-rw-r--r--cppu/qa/version.map38
-rw-r--r--cppu/source/AffineBridge/AffineBridge.cxx367
-rw-r--r--cppu/source/AffineBridge/makefile.mk48
-rwxr-xr-xcppu/source/LogBridge/LogBridge.cxx280
-rwxr-xr-xcppu/source/LogBridge/makefile.mk48
-rw-r--r--cppu/source/UnsafeBridge/UnsafeBridge.cxx166
-rw-r--r--cppu/source/UnsafeBridge/makefile.mk48
-rw-r--r--cppu/source/cppu/cppu_opt.cxx84
-rw-r--r--cppu/source/cppu/makefile.mk49
-rw-r--r--cppu/source/helper/purpenv/Proxy.hxx92
-rw-r--r--cppu/source/helper/purpenv/export.mk19
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Environment.cxx540
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx236
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx529
-rw-r--r--cppu/source/helper/purpenv/makefile.mk50
-rw-r--r--cppu/source/threadpool/current.cxx302
-rw-r--r--cppu/source/threadpool/current.hxx51
-rw-r--r--cppu/source/threadpool/jobqueue.cxx194
-rw-r--r--cppu/source/threadpool/jobqueue.hxx82
-rw-r--r--cppu/source/threadpool/makefile.mk53
-rw-r--r--cppu/source/threadpool/thread.cxx220
-rw-r--r--cppu/source/threadpool/thread.hxx91
-rw-r--r--cppu/source/threadpool/threadident.cxx138
-rw-r--r--cppu/source/threadpool/threadpool.cxx505
-rw-r--r--cppu/source/threadpool/threadpool.hxx132
-rw-r--r--cppu/source/typelib/makefile.mk49
-rw-r--r--cppu/source/typelib/static_types.cxx676
-rw-r--r--cppu/source/typelib/typelib.cxx2674
-rw-r--r--cppu/source/uno/EnvDcp.c52
-rw-r--r--cppu/source/uno/EnvStack.cxx383
-rw-r--r--cppu/source/uno/IdentityMapping.cxx109
-rw-r--r--cppu/source/uno/IdentityMapping.hxx42
-rw-r--r--cppu/source/uno/any.cxx153
-rw-r--r--cppu/source/uno/assign.hxx638
-rw-r--r--cppu/source/uno/cascade_mapping.cxx344
-rw-r--r--cppu/source/uno/cascade_mapping.hxx44
-rw-r--r--cppu/source/uno/constr.hxx270
-rw-r--r--cppu/source/uno/copy.hxx889
-rw-r--r--cppu/source/uno/data.cxx620
-rw-r--r--cppu/source/uno/destr.hxx441
-rw-r--r--cppu/source/uno/env_subst.cxx57
-rw-r--r--cppu/source/uno/env_subst.hxx44
-rw-r--r--cppu/source/uno/eq.hxx671
-rw-r--r--cppu/source/uno/lbenv.cxx1185
-rw-r--r--cppu/source/uno/lbmap.cxx695
-rw-r--r--cppu/source/uno/loadmodule.cxx58
-rw-r--r--cppu/source/uno/loadmodule.hxx54
-rw-r--r--cppu/source/uno/makefile.mk59
-rw-r--r--cppu/source/uno/prim.hxx209
-rw-r--r--cppu/source/uno/sequence.cxx1019
-rwxr-xr-xcppu/test/AffineBridge/AffineBridge.test.pl76
-rw-r--r--cppu/test/AffineBridge/makefile.mk46
-rw-r--r--cppu/test/AntiEnvGuard/AntiEnvGuard.test.cxx134
-rw-r--r--cppu/test/AntiEnvGuard/makefile.mk50
-rw-r--r--cppu/test/EnvDcp/EnvDcp.test.cxx114
-rw-r--r--cppu/test/EnvDcp/makefile.mk50
-rw-r--r--cppu/test/EnvGuard/EnvGuard.test.cxx155
-rw-r--r--cppu/test/EnvGuard/makefile.mk50
-rwxr-xr-xcppu/test/EnvStack/EnvStack.test.pl93
-rw-r--r--cppu/test/EnvStack/makefile.mk51
-rw-r--r--cppu/test/EnvStack_tester/EnvStack.tester.cxx203
-rw-r--r--cppu/test/EnvStack_tester/EnvStack.tester.hxx64
-rw-r--r--cppu/test/EnvStack_tester/ProbeEnv.cxx151
-rw-r--r--cppu/test/EnvStack_tester/ProbeEnv.def8
-rw-r--r--cppu/test/EnvStack_tester/makefile.mk130
-rw-r--r--cppu/test/Environment.test.cxx78
-rw-r--r--cppu/test/FreeReference/FreeReference.test.cxx417
-rw-r--r--cppu/test/FreeReference/makefile.mk59
-rw-r--r--cppu/test/IdentityMapping.test.cxx80
-rw-r--r--cppu/test/Map/Map.test.cxx261
-rw-r--r--cppu/test/Map/makefile.mk59
-rw-r--r--cppu/test/Mapping.test.cxx80
-rw-r--r--cppu/test/ObjectFactory/CppObject.cxx106
-rw-r--r--cppu/test/ObjectFactory/CppObject.hxx65
-rw-r--r--cppu/test/ObjectFactory/ObjectFactory.cxx72
-rw-r--r--cppu/test/ObjectFactory/ObjectFactory.hxx51
-rw-r--r--cppu/test/ObjectFactory/UnoObject.cxx230
-rw-r--r--cppu/test/ObjectFactory/UnoObject.hxx46
-rw-r--r--cppu/test/ObjectFactory/callee.hxx42
-rw-r--r--cppu/test/ObjectFactory/empty.def5
-rw-r--r--cppu/test/ObjectFactory/makefile.mk52
-rw-r--r--cppu/test/Shield/Shield.test.cxx252
-rw-r--r--cppu/test/Shield/makefile.mk59
-rwxr-xr-xcppu/test/UnsafeBridge/UnsafeBridge.test.pl76
-rw-r--r--cppu/test/UnsafeBridge/makefile.mk46
-rw-r--r--cppu/test/alignment.idl208
-rw-r--r--cppu/test/alignment/diagnose.h70
-rw-r--r--cppu/test/alignment/makefile.mk88
-rw-r--r--cppu/test/alignment/pass1.cxx243
-rw-r--r--cppu/test/cascade_mapping/TestMapping.cxx197
-rw-r--r--cppu/test/cascade_mapping/TestMapping.def11
-rw-r--r--cppu/test/cascade_mapping/TestProxy.cxx182
-rw-r--r--cppu/test/cascade_mapping/TestProxy.hxx73
-rwxr-xr-xcppu/test/cascade_mapping/cascade_mapping.test.pl95
-rw-r--r--cppu/test/cascade_mapping/makefile.mk94
-rw-r--r--cppu/test/cascade_mapping/path.test.cxx63
-rw-r--r--cppu/test/cascade_mapping/path.test.def8
-rw-r--r--cppu/test/cpputest.idl97
-rw-r--r--cppu/test/env_substs/env_subst.test.cxx98
-rw-r--r--cppu/test/env_substs/makefile.mk50
-rw-r--r--cppu/test/env_tester/TestEnvironment.cxx40
-rw-r--r--cppu/test/env_tester/TestEnvironment.def7
-rw-r--r--cppu/test/env_tester/env.tester.cxx107
-rw-r--r--cppu/test/env_tester/makefile.mk71
-rw-r--r--cppu/test/env_tester/purpenv.test.cxx404
-rw-r--r--cppu/test/env_tester/register.test.cxx237
-rw-r--r--cppu/test/language_binding.idl242
-rw-r--r--cppu/test/makefile.mk160
-rw-r--r--cppu/test/mapping_tester/Mapping.tester.hxx78
-rw-r--r--cppu/test/mapping_tester/makefile.mk67
-rw-r--r--cppu/test/mapping_tester/mapping.tester.cxx459
-rw-r--r--cppu/test/purpenvhelper/TestEnv.cxx132
-rw-r--r--cppu/test/purpenvhelper/TestEnv.def8
-rw-r--r--cppu/test/purpenvhelper/makefile.mk58
-rwxr-xr-xcppu/test/purpenvhelper/purpenvhelper.test.pl71
-rw-r--r--cppu/test/purpose_envs/makefile.mk48
-rwxr-xr-xcppu/test/purpose_envs/purpose_envs.test.pl71
-rw-r--r--cppu/test/surrogate.hxx158
-rw-r--r--cppu/test/test_Cincludes.c9
-rw-r--r--cppu/test/test_cuno.c787
-rw-r--r--cppu/test/test_di.cxx891
-rw-r--r--cppu/test/test_sec.cxx214
-rw-r--r--cppu/test/testcppu.cxx1244
-rw-r--r--cppu/test/testthreadpool.cxx196
-rwxr-xr-xcppu/util/cppu.map127
-rw-r--r--cppu/util/empty.def6
-rw-r--r--cppu/util/extra.mk93
-rw-r--r--cppu/util/makefile.mk109
-rw-r--r--cppu/util/makefile.pmk36
-rw-r--r--cppu/util/purpenvhelper3MSC.map8
-rw-r--r--cppu/util/target.pmk66
-rw-r--r--cppu/util/uno_purpenvhelperC52.map9
-rw-r--r--cppu/util/uno_purpenvhelpergcc3.map8
-rw-r--r--cppu/util/uno_purpenvhelperwntgcc.map8
-rw-r--r--cppu/util/unsafe_os2.map7
-rwxr-xr-xcppuhelper/inc/cppuhelper/access_control.hxx127
-rw-r--r--cppuhelper/inc/cppuhelper/basemutex.hxx52
-rw-r--r--cppuhelper/inc/cppuhelper/bootstrap.hxx226
-rw-r--r--cppuhelper/inc/cppuhelper/compbase.hxx118
-rw-r--r--cppuhelper/inc/cppuhelper/compbase1.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase10.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase11.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase12.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase2.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase3.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase4.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase5.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase6.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase7.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase8.hxx140
-rw-r--r--cppuhelper/inc/cppuhelper/compbase9.hxx139
-rw-r--r--cppuhelper/inc/cppuhelper/compbase_ex.hxx179
-rw-r--r--cppuhelper/inc/cppuhelper/component.hxx123
-rw-r--r--cppuhelper/inc/cppuhelper/component_context.hxx99
-rw-r--r--cppuhelper/inc/cppuhelper/exc_hlp.hxx101
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx263
-rw-r--r--cppuhelper/inc/cppuhelper/findsofficepath.h48
-rw-r--r--cppuhelper/inc/cppuhelper/implbase.hxx301
-rw-r--r--cppuhelper/inc/cppuhelper/implbase1.hxx298
-rw-r--r--cppuhelper/inc/cppuhelper/implbase10.hxx303
-rw-r--r--cppuhelper/inc/cppuhelper/implbase11.hxx304
-rw-r--r--cppuhelper/inc/cppuhelper/implbase12.hxx305
-rw-r--r--cppuhelper/inc/cppuhelper/implbase2.hxx294
-rw-r--r--cppuhelper/inc/cppuhelper/implbase3.hxx296
-rw-r--r--cppuhelper/inc/cppuhelper/implbase4.hxx297
-rw-r--r--cppuhelper/inc/cppuhelper/implbase5.hxx298
-rw-r--r--cppuhelper/inc/cppuhelper/implbase6.hxx299
-rw-r--r--cppuhelper/inc/cppuhelper/implbase7.hxx301
-rw-r--r--cppuhelper/inc/cppuhelper/implbase8.hxx301
-rw-r--r--cppuhelper/inc/cppuhelper/implbase9.hxx303
-rw-r--r--cppuhelper/inc/cppuhelper/implbase_ex.hxx177
-rw-r--r--cppuhelper/inc/cppuhelper/implbase_ex_post.hxx234
-rw-r--r--cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx39
-rw-r--r--cppuhelper/inc/cppuhelper/implementationentry.hxx114
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h607
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.hxx206
-rw-r--r--cppuhelper/inc/cppuhelper/propertysetmixin.hxx491
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx643
-rw-r--r--cppuhelper/inc/cppuhelper/proptypehlp.h79
-rw-r--r--cppuhelper/inc/cppuhelper/proptypehlp.hxx533
-rw-r--r--cppuhelper/inc/cppuhelper/queryinterface.hxx544
-rw-r--r--cppuhelper/inc/cppuhelper/servicefactory.hxx125
-rw-r--r--cppuhelper/inc/cppuhelper/shlib.hxx85
-rw-r--r--cppuhelper/inc/cppuhelper/stdidlclass.hxx392
-rw-r--r--cppuhelper/inc/cppuhelper/typeprovider.hxx245
-rw-r--r--cppuhelper/inc/cppuhelper/unourl.hxx195
-rw-r--r--cppuhelper/inc/cppuhelper/weak.hxx169
-rw-r--r--cppuhelper/inc/cppuhelper/weakagg.hxx114
-rw-r--r--cppuhelper/inc/cppuhelper/weakref.hxx151
-rw-r--r--cppuhelper/inc/makefile.mk51
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.cxx32
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.hxx35
-rw-r--r--cppuhelper/prj/build.lst5
-rw-r--r--cppuhelper/prj/d.lst76
-rw-r--r--cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx286
-rw-r--r--cppuhelper/qa/ifcontainer/export.map7
-rw-r--r--cppuhelper/qa/ifcontainer/makefile.mk63
-rw-r--r--cppuhelper/qa/propertysetmixin/JavaSupplier.java325
-rw-r--r--cppuhelper/qa/propertysetmixin/comp.map40
-rw-r--r--cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx439
-rw-r--r--cppuhelper/qa/propertysetmixin/makefile.mk142
-rw-r--r--cppuhelper/qa/propertysetmixin/manifest2
-rw-r--r--cppuhelper/qa/propertysetmixin/test.gcc3.map44
-rw-r--r--cppuhelper/qa/propertysetmixin/test.map38
-rw-r--r--cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx677
-rw-r--r--cppuhelper/qa/propertysetmixin/types.idl88
-rw-r--r--cppuhelper/qa/sce/test_unourl.sce1
-rw-r--r--cppuhelper/qa/unourl/cppu_unourl.cxx484
-rw-r--r--cppuhelper/qa/unourl/export.map7
-rw-r--r--cppuhelper/qa/unourl/makefile.mk63
-rw-r--r--cppuhelper/qa/weak/makefile.mk56
-rw-r--r--cppuhelper/qa/weak/test_weak.cxx112
-rw-r--r--cppuhelper/qa/weak/version.map38
-rw-r--r--cppuhelper/source/access_control.cxx152
-rw-r--r--cppuhelper/source/bootstrap.cxx667
-rwxr-xr-xcppuhelper/source/cc5_solaris_sparc.map381
-rw-r--r--cppuhelper/source/component.cxx247
-rw-r--r--cppuhelper/source/component_context.cxx902
-rw-r--r--cppuhelper/source/exc_thrower.cxx301
-rw-r--r--cppuhelper/source/factory.cxx1132
-rw-r--r--cppuhelper/source/findsofficepath.c208
-rw-r--r--cppuhelper/source/gcc3.map375
-rw-r--r--cppuhelper/source/gcc3os2.map376
-rw-r--r--cppuhelper/source/implbase.cxx470
-rw-r--r--cppuhelper/source/implbase_ex.cxx472
-rw-r--r--cppuhelper/source/implementationentry.cxx105
-rw-r--r--cppuhelper/source/interfacecontainer.cxx741
-rw-r--r--cppuhelper/source/macro_expander.cxx201
-rw-r--r--cppuhelper/source/macro_expander.hxx63
-rw-r--r--cppuhelper/source/makefile.mk196
-rw-r--r--cppuhelper/source/msvc_win32_intel.map273
-rw-r--r--cppuhelper/source/propertysetmixin.cxx1431
-rw-r--r--cppuhelper/source/propshlp.cxx1244
-rw-r--r--cppuhelper/source/servicefactory.cxx663
-rw-r--r--cppuhelper/source/shlib.cxx612
-rw-r--r--cppuhelper/source/stdidlclass.cxx262
-rw-r--r--cppuhelper/source/tdmgr.cxx765
-rw-r--r--cppuhelper/source/typeprovider.cxx329
-rw-r--r--cppuhelper/source/unorc28
-rw-r--r--cppuhelper/source/unourl.cxx301
-rw-r--r--cppuhelper/source/weak.cxx545
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.cxx131
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.def8
-rw-r--r--cppuhelper/test/bootstrap/bootstrap.test.cxx323
-rw-r--r--cppuhelper/test/bootstrap/makefile.mk65
-rw-r--r--cppuhelper/test/cfg_data/instance/uno/components.xml76
-rw-r--r--cppuhelper/test/cfg_data/template/uno/components.xml24
-rw-r--r--cppuhelper/test/cfg_test.cxx306
-rw-r--r--cppuhelper/test/cfg_test.map8
-rw-r--r--cppuhelper/test/helpertest.idl87
-rw-r--r--cppuhelper/test/loader/loader.test.cxx208
-rw-r--r--cppuhelper/test/loader/makefile.mk63
-rw-r--r--cppuhelper/test/makefile.mk172
-rw-r--r--cppuhelper/test/testcmp/TestComponent.cxx250
-rw-r--r--cppuhelper/test/testcmp/TestComponent.hxx59
-rwxr-xr-xcppuhelper/test/testcmp/TestComponent.uno.def11
-rw-r--r--cppuhelper/test/testcmp/makefile.mk53
-rw-r--r--cppuhelper/test/testcontainer.cxx156
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.cxx87
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.pl281
-rw-r--r--cppuhelper/test/testhelper.cxx107
-rw-r--r--cppuhelper/test/testhelper.hxx34
-rw-r--r--cppuhelper/test/testidlclass.cxx235
-rw-r--r--cppuhelper/test/testimplhelper.cxx584
-rw-r--r--cppuhelper/test/testlib/UNO.pm68
-rwxr-xr-xcppuhelper/test/testlib/defbootstrap.map8
-rw-r--r--cppuhelper/test/testlib/defbootstrap_lib.cxx120
-rwxr-xr-xcppuhelper/test/testlib/makefile.mk107
-rw-r--r--cppuhelper/test/testpropshlp.cxx1184
-rw-r--r--cppuhelper/test/testproptyphlp.cxx93
-rw-r--r--cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl50
-rw-r--r--cppuhelper/unotypes/makefile.mk56
-rw-r--r--cppunit/cppunit-1.8.0-r1.patch9830
-rw-r--r--cppunit/makefile.mk131
-rw-r--r--cppunit/prj/build.lst3
-rw-r--r--cppunit/prj/d.lst73
-rw-r--r--cpputools/prj/build.lst8
-rw-r--r--cpputools/prj/d.lst12
-rwxr-xr-xcpputools/source/regcomplazy/makefile.mk58
-rwxr-xr-xcpputools/source/regcomplazy/regcomplazy.cxx347
-rw-r--r--cpputools/source/registercomponent/makefile.mk79
-rw-r--r--cpputools/source/registercomponent/registercomponent.cxx858
-rw-r--r--cpputools/source/regsingleton/makefile.mk83
-rw-r--r--cpputools/source/regsingleton/regsingleton.cxx176
-rw-r--r--cpputools/source/sp2bv/makefile.mk60
-rw-r--r--cpputools/source/sp2bv/readme.txt10
-rw-r--r--cpputools/source/sp2bv/sp2bv.cxx144
-rw-r--r--cpputools/source/unoexe/makefile.mk95
-rw-r--r--cpputools/source/unoexe/unoexe.cxx902
-rwxr-xr-xcrashrep/prj/build.lst6
-rwxr-xr-xcrashrep/prj/d.lst4
-rwxr-xr-xcrashrep/scripts/crash_report.sh52
-rwxr-xr-xcrashrep/scripts/makefile.mk47
-rw-r--r--crashrep/source/all/crashrep.ulf220
-rw-r--r--crashrep/source/all/makefile.mk53
-rwxr-xr-xcrashrep/source/unx/interface.cxx718
-rwxr-xr-xcrashrep/source/unx/interface.hxx192
-rwxr-xr-xcrashrep/source/unx/main.cxx1125
-rwxr-xr-xcrashrep/source/unx/makefile.mk81
-rwxr-xr-xcrashrep/source/unx/res.cxx140
-rwxr-xr-xcrashrep/source/unx/res/makefile.mk63
-rwxr-xr-xcrashrep/source/unx/res/unxcrashres.cxx104
-rwxr-xr-xcrashrep/source/win32/base64.cpp86
-rwxr-xr-xcrashrep/source/win32/base64.h48
-rwxr-xr-xcrashrep/source/win32/ctrylnglist.txt29
-rwxr-xr-xcrashrep/source/win32/makefile.mk93
-rwxr-xr-xcrashrep/source/win32/rcfooter.txt1
-rwxr-xr-xcrashrep/source/win32/rcheader.txt117
-rwxr-xr-xcrashrep/source/win32/rctemplate.txt192
-rwxr-xr-xcrashrep/source/win32/resource.h123
-rwxr-xr-xcrashrep/source/win32/soreport.cpp2985
-rw-r--r--curl/curl-7.12.2.patch1070
-rw-r--r--curl/makefile.mk158
-rw-r--r--curl/prj/build.lst3
-rw-r--r--curl/prj/d.lst13
-rw-r--r--dbaccess/inc/AsyncronousLink.hxx74
-rw-r--r--dbaccess/inc/IController.hxx143
-rw-r--r--dbaccess/inc/IEnvironment.hxx80
-rw-r--r--dbaccess/inc/IReference.hxx47
-rw-r--r--dbaccess/inc/ToolBoxHelper.hxx98
-rw-r--r--dbaccess/inc/controllerframe.hxx87
-rw-r--r--dbaccess/inc/dataview.hxx102
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc478
-rw-r--r--dbaccess/inc/dbaccess_slotid.hrc117
-rw-r--r--dbaccess/inc/dbaccessdllapi.h46
-rw-r--r--dbaccess/inc/documentcontroller.hxx133
-rw-r--r--dbaccess/inc/genericcontroller.hxx540
-rw-r--r--dbaccess/inc/makefile.mk51
-rw-r--r--dbaccess/inc/pch/precompiled_dbaccess.cxx32
-rw-r--r--dbaccess/inc/pch/precompiled_dbaccess.hxx523
-rw-r--r--dbaccess/inc/singledoccontroller.hxx229
-rw-r--r--dbaccess/prj/build.lst29
-rw-r--r--dbaccess/prj/d.lst91
-rw-r--r--dbaccess/prj/dba.xml97
-rw-r--r--dbaccess/prj/dbu.xml134
-rw-r--r--dbaccess/qa/complex/dbaccess/ApplicationController.java206
-rw-r--r--dbaccess/qa/complex/dbaccess/Beamer.java194
-rw-r--r--dbaccess/qa/complex/dbaccess/CRMBasedTestCase.java88
-rw-r--r--dbaccess/qa/complex/dbaccess/CRMDatabase.java239
-rwxr-xr-xdbaccess/qa/complex/dbaccess/CopyTableInterActionHandler.java53
-rwxr-xr-xdbaccess/qa/complex/dbaccess/CopyTableWizard.java239
-rw-r--r--dbaccess/qa/complex/dbaccess/DataSource.java112
-rwxr-xr-xdbaccess/qa/complex/dbaccess/DatabaseApplication.java104
-rw-r--r--dbaccess/qa/complex/dbaccess/DatabaseDocument.java915
-rw-r--r--dbaccess/qa/complex/dbaccess/FileHelper.java47
-rw-r--r--dbaccess/qa/complex/dbaccess/Parser.java211
-rw-r--r--dbaccess/qa/complex/dbaccess/PropertyBag.java297
-rw-r--r--dbaccess/qa/complex/dbaccess/Query.java128
-rw-r--r--dbaccess/qa/complex/dbaccess/QueryInQuery.java195
-rw-r--r--dbaccess/qa/complex/dbaccess/RowSet.java1035
-rw-r--r--dbaccess/qa/complex/dbaccess/RowSetEventListener.java114
-rwxr-xr-xdbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java367
-rw-r--r--dbaccess/qa/complex/dbaccess/TestCase.java118
-rw-r--r--dbaccess/qa/complex/dbaccess/UISettings.java130
-rw-r--r--dbaccess/qa/complex/dbaccess/dbaccess.sce12
-rwxr-xr-xdbaccess/qa/complex/dbaccess/makefile.mk87
-rw-r--r--dbaccess/qa/unoapi/dbaccess.props6
-rw-r--r--dbaccess/qa/unoapi/dbaccess.sce15
-rw-r--r--dbaccess/qa/unoapi/knownissues.xcl62
-rw-r--r--dbaccess/qa/unoapi/makefile.mk53
-rwxr-xr-xdbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbfbin0 -> 949 bytes-rwxr-xr-xdbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbtbin0 -> 512 bytes-rw-r--r--dbaccess/source/core/api/BookmarkSet.cxx278
-rw-r--r--dbaccess/source/core/api/BookmarkSet.hxx78
-rw-r--r--dbaccess/source/core/api/CIndexColumn.hxx62
-rw-r--r--dbaccess/source/core/api/CIndexes.cxx126
-rw-r--r--dbaccess/source/core/api/CIndexes.hxx61
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.cxx216
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.hxx91
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.cxx307
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx123
-rw-r--r--dbaccess/source/core/api/CacheSet.cxx856
-rw-r--r--dbaccess/source/core/api/CacheSet.hxx175
-rw-r--r--dbaccess/source/core/api/FilteredContainer.cxx501
-rw-r--r--dbaccess/source/core/api/HelperCollections.cxx125
-rw-r--r--dbaccess/source/core/api/HelperCollections.hxx131
-rw-r--r--dbaccess/source/core/api/KeySet.cxx1445
-rw-r--r--dbaccess/source/core/api/KeySet.hxx215
-rw-r--r--dbaccess/source/core/api/RowSet.cxx3043
-rw-r--r--dbaccess/source/core/api/RowSet.hxx572
-rw-r--r--dbaccess/source/core/api/RowSetBase.cxx1567
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx439
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx1621
-rw-r--r--dbaccess/source/core/api/RowSetCache.hxx259
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.cxx155
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.hxx95
-rw-r--r--dbaccess/source/core/api/RowSetRow.hxx111
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx1741
-rw-r--r--dbaccess/source/core/api/StaticSet.cxx395
-rw-r--r--dbaccess/source/core/api/StaticSet.hxx96
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx761
-rw-r--r--dbaccess/source/core/api/callablestatement.cxx347
-rw-r--r--dbaccess/source/core/api/column.cxx810
-rw-r--r--dbaccess/source/core/api/datacolumn.cxx488
-rw-r--r--dbaccess/source/core/api/datacolumn.hxx132
-rw-r--r--dbaccess/source/core/api/datasettings.cxx250
-rw-r--r--dbaccess/source/core/api/definitioncolumn.cxx1040
-rw-r--r--dbaccess/source/core/api/makefile.mk81
-rw-r--r--dbaccess/source/core/api/preparedstatement.cxx497
-rw-r--r--dbaccess/source/core/api/query.cxx442
-rw-r--r--dbaccess/source/core/api/query.hxx189
-rw-r--r--dbaccess/source/core/api/querycomposer.cxx392
-rw-r--r--dbaccess/source/core/api/querycontainer.cxx474
-rw-r--r--dbaccess/source/core/api/querydescriptor.cxx348
-rw-r--r--dbaccess/source/core/api/querydescriptor.hxx190
-rw-r--r--dbaccess/source/core/api/resultcolumn.cxx372
-rw-r--r--dbaccess/source/core/api/resultcolumn.hxx104
-rw-r--r--dbaccess/source/core/api/resultset.cxx1211
-rw-r--r--dbaccess/source/core/api/resultset.hxx281
-rw-r--r--dbaccess/source/core/api/statement.cxx699
-rw-r--r--dbaccess/source/core/api/table.cxx503
-rw-r--r--dbaccess/source/core/api/tablecontainer.cxx523
-rw-r--r--dbaccess/source/core/api/viewcontainer.cxx323
-rw-r--r--dbaccess/source/core/dataaccess/ComponentDefinition.cxx329
-rw-r--r--dbaccess/source/core/dataaccess/ComponentDefinition.hxx210
-rw-r--r--dbaccess/source/core/dataaccess/ContentHelper.cxx765
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.cxx1500
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.hxx641
-rw-r--r--dbaccess/source/core/dataaccess/SharedConnection.cxx189
-rw-r--r--dbaccess/source/core/dataaccess/SharedConnection.hxx175
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.cxx424
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.hxx211
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.cxx118
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.hxx96
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.cxx182
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.hxx147
-rw-r--r--dbaccess/source/core/dataaccess/connection.cxx916
-rw-r--r--dbaccess/source/core/dataaccess/connection.hxx287
-rw-r--r--dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx351
-rw-r--r--dbaccess/source/core/dataaccess/databasecontext.cxx819
-rw-r--r--dbaccess/source/core/dataaccess/databasecontext.hxx234
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx1923
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.hxx675
-rw-r--r--dbaccess/source/core/dataaccess/datasource.cxx1532
-rw-r--r--dbaccess/source/core/dataaccess/datasource.hxx314
-rw-r--r--dbaccess/source/core/dataaccess/definitioncontainer.cxx758
-rw-r--r--dbaccess/source/core/dataaccess/documentcontainer.cxx793
-rw-r--r--dbaccess/source/core/dataaccess/documentcontainer.hxx163
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.cxx2197
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.hxx324
-rw-r--r--dbaccess/source/core/dataaccess/documenteventexecutor.cxx234
-rw-r--r--dbaccess/source/core/dataaccess/documenteventexecutor.hxx81
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.cxx322
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.hxx147
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.cxx268
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.hxx93
-rw-r--r--dbaccess/source/core/dataaccess/intercept.cxx448
-rw-r--r--dbaccess/source/core/dataaccess/intercept.hxx193
-rw-r--r--dbaccess/source/core/dataaccess/makefile.mk72
-rw-r--r--dbaccess/source/core/dataaccess/myucp_datasupplier.cxx433
-rw-r--r--dbaccess/source/core/dataaccess/myucp_datasupplier.hxx86
-rw-r--r--dbaccess/source/core/dataaccess/myucp_resultset.cxx109
-rw-r--r--dbaccess/source/core/dataaccess/myucp_resultset.hxx70
-rw-r--r--dbaccess/source/core/inc/ContainerListener.hxx100
-rw-r--r--dbaccess/source/core/inc/ContainerMediator.hxx137
-rw-r--r--dbaccess/source/core/inc/ContentHelper.hxx248
-rw-r--r--dbaccess/source/core/inc/DatabaseDataProvider.hxx258
-rw-r--r--dbaccess/source/core/inc/FilteredContainer.hxx147
-rw-r--r--dbaccess/source/core/inc/PropertyForward.hxx91
-rw-r--r--dbaccess/source/core/inc/RefreshListener.hxx62
-rw-r--r--dbaccess/source/core/inc/SingleSelectQueryComposer.hxx282
-rw-r--r--dbaccess/source/core/inc/TableDeco.hxx223
-rw-r--r--dbaccess/source/core/inc/callablestatement.hxx98
-rw-r--r--dbaccess/source/core/inc/column.hxx376
-rw-r--r--dbaccess/source/core/inc/commandbase.hxx74
-rw-r--r--dbaccess/source/core/inc/composertools.hxx145
-rw-r--r--dbaccess/source/core/inc/containerapprove.hxx83
-rw-r--r--dbaccess/source/core/inc/core_resource.hrc94
-rw-r--r--dbaccess/source/core/inc/core_resource.hxx135
-rw-r--r--dbaccess/source/core/inc/datasettings.hxx111
-rw-r--r--dbaccess/source/core/inc/dbamiscres.hrc65
-rw-r--r--dbaccess/source/core/inc/definitioncolumn.hxx350
-rw-r--r--dbaccess/source/core/inc/definitioncontainer.hxx378
-rw-r--r--dbaccess/source/core/inc/module_dba.hxx48
-rw-r--r--dbaccess/source/core/inc/object.hxx43
-rw-r--r--dbaccess/source/core/inc/objectnameapproval.hxx98
-rw-r--r--dbaccess/source/core/inc/preparedstatement.hxx135
-rw-r--r--dbaccess/source/core/inc/querycomposer.hxx142
-rw-r--r--dbaccess/source/core/inc/querycontainer.hxx237
-rw-r--r--dbaccess/source/core/inc/sdbcoretools.hxx79
-rw-r--r--dbaccess/source/core/inc/statement.hxx223
-rw-r--r--dbaccess/source/core/inc/table.hxx201
-rw-r--r--dbaccess/source/core/inc/tablecontainer.hxx152
-rw-r--r--dbaccess/source/core/inc/userinformation.hxx53
-rw-r--r--dbaccess/source/core/inc/veto.hxx82
-rw-r--r--dbaccess/source/core/inc/viewcontainer.hxx142
-rw-r--r--dbaccess/source/core/misc/ContainerListener.cxx134
-rw-r--r--dbaccess/source/core/misc/ContainerMediator.cxx330
-rw-r--r--dbaccess/source/core/misc/DatabaseDataProvider.cxx982
-rw-r--r--dbaccess/source/core/misc/PropertyForward.cxx170
-rw-r--r--dbaccess/source/core/misc/apitools.cxx155
-rw-r--r--dbaccess/source/core/misc/dbastrings.cxx51
-rw-r--r--dbaccess/source/core/misc/dsntypes.cxx627
-rw-r--r--dbaccess/source/core/misc/makefile.mk64
-rw-r--r--dbaccess/source/core/misc/module_dba.cxx46
-rw-r--r--dbaccess/source/core/misc/objectnameapproval.cxx119
-rw-r--r--dbaccess/source/core/misc/sdbcoretools.cxx136
-rw-r--r--dbaccess/source/core/misc/services.cxx141
-rw-r--r--dbaccess/source/core/misc/userinformation.cxx62
-rw-r--r--dbaccess/source/core/misc/veto.cxx81
-rw-r--r--dbaccess/source/core/resource/core_resource.cxx128
-rw-r--r--dbaccess/source/core/resource/makefile.mk52
-rw-r--r--dbaccess/source/core/resource/strings.src249
-rw-r--r--dbaccess/source/ext/adabas/ANewDb.cxx164
-rw-r--r--dbaccess/source/ext/adabas/ANewDb.hxx103
-rw-r--r--dbaccess/source/ext/adabas/ASQLNameEdit.hxx64
-rw-r--r--dbaccess/source/ext/adabas/ASqlNameEdit.cxx83
-rw-r--r--dbaccess/source/ext/adabas/Acomponentmodule.cxx354
-rw-r--r--dbaccess/source/ext/adabas/Acomponentmodule.hxx297
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.cxx808
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.hrc81
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.hxx168
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.src458
-rw-r--r--dbaccess/source/ext/adabas/Aservices.cxx117
-rw-r--r--dbaccess/source/ext/adabas/Astringconstants.cxx63
-rw-r--r--dbaccess/source/ext/adabas/Astringconstants.hrc106
-rw-r--r--dbaccess/source/ext/adabas/adabasui.dxp4
-rw-r--r--dbaccess/source/ext/adabas/adabasui.map8
-rw-r--r--dbaccess/source/ext/adabas/adabasui_resource.hrc95
-rw-r--r--dbaccess/source/ext/adabas/adabasuistrings.cxx40
-rw-r--r--dbaccess/source/ext/adabas/adabasuistrings.hrc45
-rw-r--r--dbaccess/source/ext/adabas/exports.dxp3
-rw-r--r--dbaccess/source/ext/adabas/makefile.mk97
-rw-r--r--dbaccess/source/ext/macromigration/dbmm.map8
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_global.hrc86
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_module.cxx48
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_module.hxx48
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_services.cxx61
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_types.cxx66
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_types.hxx72
-rw-r--r--dbaccess/source/ext/macromigration/docinteraction.cxx157
-rw-r--r--dbaccess/source/ext/macromigration/docinteraction.hxx107
-rw-r--r--dbaccess/source/ext/macromigration/macromigration.hrc99
-rw-r--r--dbaccess/source/ext/macromigration/macromigration.src443
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationdialog.cxx631
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationdialog.hxx97
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationpages.cxx364
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationpages.hxx185
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationwizard.cxx268
-rw-r--r--dbaccess/source/ext/macromigration/makefile.mk105
-rw-r--r--dbaccess/source/ext/macromigration/migrationengine.cxx1993
-rw-r--r--dbaccess/source/ext/macromigration/migrationengine.hxx103
-rw-r--r--dbaccess/source/ext/macromigration/migrationerror.hxx176
-rw-r--r--dbaccess/source/ext/macromigration/migrationlog.cxx515
-rw-r--r--dbaccess/source/ext/macromigration/migrationlog.hxx131
-rw-r--r--dbaccess/source/ext/macromigration/migrationprogress.hxx61
-rw-r--r--dbaccess/source/ext/macromigration/progresscapture.cxx138
-rw-r--r--dbaccess/source/ext/macromigration/progresscapture.hxx82
-rw-r--r--dbaccess/source/ext/macromigration/progressmixer.cxx218
-rw-r--r--dbaccess/source/ext/macromigration/progressmixer.hxx103
-rw-r--r--dbaccess/source/ext/macromigration/rangeprogressbar.hxx107
-rw-r--r--dbaccess/source/filter/migration/cfgimport.cxx1263
-rw-r--r--dbaccess/source/filter/migration/cfgimport.hxx226
-rw-r--r--dbaccess/source/filter/migration/cfgservices.cxx118
-rw-r--r--dbaccess/source/filter/migration/exports.map9
-rw-r--r--dbaccess/source/filter/migration/makefile.mk78
-rw-r--r--dbaccess/source/filter/xml/dbloader2.cxx663
-rw-r--r--dbaccess/source/filter/xml/exports.map9
-rw-r--r--dbaccess/source/filter/xml/makefile.mk118
-rw-r--r--dbaccess/source/filter/xml/xmlAutoStyle.cxx112
-rw-r--r--dbaccess/source/filter/xml/xmlAutoStyle.hxx69
-rw-r--r--dbaccess/source/filter/xml/xmlColumn.cxx223
-rw-r--r--dbaccess/source/filter/xml/xmlColumn.hxx69
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.cxx158
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.hxx67
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionData.cxx140
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionData.hxx63
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionResource.cxx133
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionResource.hxx58
-rw-r--r--dbaccess/source/filter/xml/xmlDataSource.cxx312
-rw-r--r--dbaccess/source/filter/xml/xmlDataSource.hxx69
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceInfo.cxx176
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceInfo.hxx55
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.cxx274
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.hxx84
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSettings.cxx117
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSettings.hxx56
-rw-r--r--dbaccess/source/filter/xml/xmlDatabase.cxx165
-rw-r--r--dbaccess/source/filter/xml/xmlDatabase.hxx59
-rw-r--r--dbaccess/source/filter/xml/xmlDatabaseDescription.cxx125
-rw-r--r--dbaccess/source/filter/xml/xmlDatabaseDescription.hxx63
-rw-r--r--dbaccess/source/filter/xml/xmlDocuments.cxx153
-rw-r--r--dbaccess/source/filter/xml/xmlDocuments.hxx82
-rw-r--r--dbaccess/source/filter/xml/xmlEnums.hxx175
-rw-r--r--dbaccess/source/filter/xml/xmlExport.cxx1482
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx246
-rw-r--r--dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx152
-rw-r--r--dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx57
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.cxx221
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.hxx79
-rw-r--r--dbaccess/source/filter/xml/xmlHierarchyCollection.cxx206
-rw-r--r--dbaccess/source/filter/xml/xmlHierarchyCollection.hxx78
-rw-r--r--dbaccess/source/filter/xml/xmlLogin.cxx160
-rw-r--r--dbaccess/source/filter/xml/xmlLogin.hxx55
-rw-r--r--dbaccess/source/filter/xml/xmlQuery.cxx177
-rw-r--r--dbaccess/source/filter/xml/xmlQuery.hxx69
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.cxx196
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.hxx58
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx366
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.hxx160
-rw-r--r--dbaccess/source/filter/xml/xmlTable.cxx298
-rw-r--r--dbaccess/source/filter/xml/xmlTable.hxx94
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterList.cxx135
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterList.hxx82
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterPattern.cxx79
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterPattern.hxx59
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.cxx990
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.hxx213
-rw-r--r--dbaccess/source/filter/xml/xmlservices.cxx129
-rw-r--r--dbaccess/source/inc/apitools.hxx458
-rw-r--r--dbaccess/source/inc/cfg_reghelper.hxx63
-rw-r--r--dbaccess/source/inc/cfgstrings.hrc102
-rw-r--r--dbaccess/source/inc/constasciistring.hxx61
-rw-r--r--dbaccess/source/inc/dbadllapi.hxx45
-rw-r--r--dbaccess/source/inc/dbastrings.hrc54
-rw-r--r--dbaccess/source/inc/dbu_reghelper.hxx63
-rw-r--r--dbaccess/source/inc/dbustrings.hrc81
-rw-r--r--dbaccess/source/inc/dsntypes.hxx245
-rw-r--r--dbaccess/source/inc/flt_reghelper.hxx63
-rw-r--r--dbaccess/source/inc/registrationhelper.hxx171
-rw-r--r--dbaccess/source/inc/sdbtstrings.hrc45
-rw-r--r--dbaccess/source/inc/stringconstants.hrc433
-rw-r--r--dbaccess/source/inc/stringconstants.inc272
-rw-r--r--dbaccess/source/inc/xmlstrings.hrc48
-rw-r--r--dbaccess/source/sdbtools/connection/connectiondependent.hxx159
-rw-r--r--dbaccess/source/sdbtools/connection/connectiontools.cxx200
-rw-r--r--dbaccess/source/sdbtools/connection/connectiontools.hxx128
-rw-r--r--dbaccess/source/sdbtools/connection/datasourcemetadata.cxx96
-rw-r--r--dbaccess/source/sdbtools/connection/datasourcemetadata.hxx100
-rw-r--r--dbaccess/source/sdbtools/connection/makefile.mk53
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.cxx501
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.hxx101
-rw-r--r--dbaccess/source/sdbtools/connection/tablename.cxx278
-rw-r--r--dbaccess/source/sdbtools/connection/tablename.hxx112
-rw-r--r--dbaccess/source/sdbtools/inc/module_sdbt.hxx50
-rw-r--r--dbaccess/source/sdbtools/inc/sdbt_resource.hrc51
-rw-r--r--dbaccess/source/sdbtools/misc/makefile.mk51
-rw-r--r--dbaccess/source/sdbtools/misc/module_sdbt.cxx48
-rw-r--r--dbaccess/source/sdbtools/misc/sdbt_services.cxx110
-rw-r--r--dbaccess/source/sdbtools/resource/makefile.mk49
-rw-r--r--dbaccess/source/sdbtools/resource/sdbt_strings.src68
-rw-r--r--dbaccess/source/shared/cfg_reghelper.cxx52
-rw-r--r--dbaccess/source/shared/cfgstrings.cxx94
-rw-r--r--dbaccess/source/shared/dbu_reghelper.cxx51
-rw-r--r--dbaccess/source/shared/dbustrings.cxx76
-rw-r--r--dbaccess/source/shared/flt_reghelper.cxx52
-rw-r--r--dbaccess/source/shared/makefile.mk80
-rw-r--r--dbaccess/source/shared/registrationhelper.cxx218
-rw-r--r--dbaccess/source/shared/sdbtstrings.cxx38
-rw-r--r--dbaccess/source/shared/xmlstrings.cxx39
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3065
-rw-r--r--dbaccess/source/ui/app/AppController.hxx582
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx957
-rw-r--r--dbaccess/source/ui/app/AppControllerGen.cxx798
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx1531
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx406
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx1010
-rw-r--r--dbaccess/source/ui/app/AppDetailView.hxx408
-rw-r--r--dbaccess/source/ui/app/AppIconControl.cxx138
-rw-r--r--dbaccess/source/ui/app/AppIconControl.hxx65
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.cxx235
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.hxx115
-rw-r--r--dbaccess/source/ui/app/AppTitleWindow.cxx191
-rw-r--r--dbaccess/source/ui/app/AppTitleWindow.hxx88
-rw-r--r--dbaccess/source/ui/app/AppView.cxx662
-rw-r--r--dbaccess/source/ui/app/AppView.hxx335
-rw-r--r--dbaccess/source/ui/app/IApplicationController.hxx103
-rw-r--r--dbaccess/source/ui/app/app.src471
-rw-r--r--dbaccess/source/ui/app/dbu_app.hrc80
-rw-r--r--dbaccess/source/ui/app/makefile.mk73
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.cxx527
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.hxx117
-rw-r--r--dbaccess/source/ui/app/window_layout.txt31
-rw-r--r--dbaccess/source/ui/browser/AsyncronousLink.cxx115
-rw-r--r--dbaccess/source/ui/browser/bcommon.src38
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx3139
-rw-r--r--dbaccess/source/ui/browser/brwview.cxx398
-rw-r--r--dbaccess/source/ui/browser/dataview.cxx248
-rw-r--r--dbaccess/source/ui/browser/dbexchange.cxx286
-rw-r--r--dbaccess/source/ui/browser/dbloader.cxx352
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.cxx58
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx82
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.cxx134
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx85
-rw-r--r--dbaccess/source/ui/browser/dsEntriesNoExp.cxx282
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx298
-rw-r--r--dbaccess/source/ui/browser/exsrcbrw.cxx506
-rw-r--r--dbaccess/source/ui/browser/formadapter.cxx1797
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx1675
-rw-r--r--dbaccess/source/ui/browser/makefile.mk75
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src208
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx1798
-rw-r--r--dbaccess/source/ui/browser/sbagrid.src142
-rw-r--r--dbaccess/source/ui/browser/sbamultiplex.cxx114
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx3745
-rw-r--r--dbaccess/source/ui/control/ColumnControlWindow.cxx201
-rw-r--r--dbaccess/source/ui/control/FieldDescControl.cxx1935
-rw-r--r--dbaccess/source/ui/control/RelationControl.cxx754
-rw-r--r--dbaccess/source/ui/control/ScrollHelper.cxx84
-rw-r--r--dbaccess/source/ui/control/SqlNameEdit.cxx103
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.cxx519
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.src99
-rw-r--r--dbaccess/source/ui/control/VertSplitView.cxx223
-rw-r--r--dbaccess/source/ui/control/charsetlistbox.cxx121
-rw-r--r--dbaccess/source/ui/control/curledit.cxx161
-rw-r--r--dbaccess/source/ui/control/dbtreelistbox.cxx759
-rw-r--r--dbaccess/source/ui/control/listviewitems.cxx85
-rw-r--r--dbaccess/source/ui/control/makefile.mk82
-rw-r--r--dbaccess/source/ui/control/marktree.cxx250
-rw-r--r--dbaccess/source/ui/control/opendoccontrols.cxx380
-rw-r--r--dbaccess/source/ui/control/sqledit.cxx223
-rw-r--r--dbaccess/source/ui/control/statusbarontroller.cxx53
-rw-r--r--dbaccess/source/ui/control/tabletree.cxx733
-rw-r--r--dbaccess/source/ui/control/tabletree.hrc40
-rw-r--r--dbaccess/source/ui/control/tabletree.src91
-rw-r--r--dbaccess/source/ui/control/toolboxcontroller.cxx324
-rw-r--r--dbaccess/source/ui/control/undosqledit.cxx53
-rw-r--r--dbaccess/source/ui/control/undosqledit.src69
-rw-r--r--dbaccess/source/ui/dlg/AdabasPage.hrc53
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.cxx336
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.hrc55
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.hxx101
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.src234
-rw-r--r--dbaccess/source/ui/dlg/AutoControls.src105
-rw-r--r--dbaccess/source/ui/dlg/AutoControls_tmpl.hrc519
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.cxx400
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.hrc53
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.src170
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx997
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.hxx143
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.cxx469
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hrc62
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx117
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.src190
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.cxx324
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.hxx120
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx1036
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx347
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.cxx1179
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.hxx218
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx126
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.hxx115
-rw-r--r--dbaccess/source/ui/dlg/ExtensionNotPresent.cxx221
-rw-r--r--dbaccess/source/ui/dlg/ExtensionNotPresent.hrc51
-rw-r--r--dbaccess/source/ui/dlg/ExtensionNotPresent.src92
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.cxx306
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.hrc57
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.src188
-rw-r--r--dbaccess/source/ui/dlg/TablesSingleDlg.cxx154
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.cxx620
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx143
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.cxx396
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.hrc62
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.hxx110
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.src245
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx209
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.hrc36
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.src63
-rwxr-xr-xdbaccess/source/ui/dlg/admincontrols.cxx310
-rwxr-xr-xdbaccess/source/ui/dlg/admincontrols.hrc48
-rwxr-xr-xdbaccess/source/ui/dlg/admincontrols.hxx81
-rwxr-xr-xdbaccess/source/ui/dlg/admincontrols.src130
-rw-r--r--dbaccess/source/ui/dlg/adminpages.cxx362
-rw-r--r--dbaccess/source/ui/dlg/adminpages.hxx300
-rw-r--r--dbaccess/source/ui/dlg/adodatalinks.cxx214
-rw-r--r--dbaccess/source/ui/dlg/adodatalinks.hxx42
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx536
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.hrc50
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.src105
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.cxx544
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.hrc77
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.hxx153
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.src357
-rw-r--r--dbaccess/source/ui/dlg/datasourceui.cxx99
-rw-r--r--dbaccess/source/ui/dlg/datasourceui.hxx80
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.cxx555
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.hrc114
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.src790
-rw-r--r--dbaccess/source/ui/dlg/dbadmin2.src191
-rw-r--r--dbaccess/source/ui/dlg/dbadminsetup.hrc139
-rw-r--r--dbaccess/source/ui/dlg/dbadminsetup.src676
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.cxx586
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hrc26
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hxx169
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.src249
-rw-r--r--dbaccess/source/ui/dlg/dbwiz.cxx424
-rw-r--r--dbaccess/source/ui/dlg/dbwizsetup.cxx1247
-rw-r--r--dbaccess/source/ui/dlg/detailpages.cxx1154
-rw-r--r--dbaccess/source/ui/dlg/detailpages.hxx391
-rw-r--r--dbaccess/source/ui/dlg/directsql.cxx377
-rw-r--r--dbaccess/source/ui/dlg/directsql.hrc46
-rw-r--r--dbaccess/source/ui/dlg/directsql.src137
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.cxx151
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.src125
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.cxx488
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.hrc56
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.src144
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.cxx133
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.hrc42
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.src192
-rw-r--r--dbaccess/source/ui/dlg/dsitems.hxx105
-rw-r--r--dbaccess/source/ui/dlg/dsnItem.hxx73
-rw-r--r--dbaccess/source/ui/dlg/dsselect.cxx321
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hrc44
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx98
-rw-r--r--dbaccess/source/ui/dlg/dsselect.src110
-rw-r--r--dbaccess/source/ui/dlg/finteraction.cxx91
-rw-r--r--dbaccess/source/ui/dlg/finteraction.hxx78
-rw-r--r--dbaccess/source/ui/dlg/generalpage.cxx639
-rw-r--r--dbaccess/source/ui/dlg/generalpage.hxx180
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx965
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.hrc52
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.src239
-rw-r--r--dbaccess/source/ui/dlg/indexfieldscontrol.cxx517
-rw-r--r--dbaccess/source/ui/dlg/makefile.mk160
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx406
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx143
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx455
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.hrc49
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.src103
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.cxx921
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.hrc67
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.src225
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx337
-rw-r--r--dbaccess/source/ui/dlg/queryorder.hrc60
-rw-r--r--dbaccess/source/ui/dlg/queryorder.src214
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.cxx820
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.hrc53
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.src164
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx697
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx138
-rw-r--r--dbaccess/source/ui/dlg/textconnectionsettings.cxx109
-rw-r--r--dbaccess/source/ui/dlg/textconnectionsettings.src63
-rw-r--r--dbaccess/source/ui/imagelists/dbimagelists.src265
-rw-r--r--dbaccess/source/ui/imagelists/makefile.mk53
-rw-r--r--dbaccess/source/ui/inc/AccessibleBaseIFace.hxx57
-rw-r--r--dbaccess/source/ui/inc/AppElementType.hxx69
-rw-r--r--dbaccess/source/ui/inc/CollectionView.hxx103
-rw-r--r--dbaccess/source/ui/inc/ColumnControlWindow.hxx93
-rw-r--r--dbaccess/source/ui/inc/ConnectionLine.hxx118
-rw-r--r--dbaccess/source/ui/inc/ConnectionLineAccess.hxx116
-rw-r--r--dbaccess/source/ui/inc/ConnectionLineData.hxx114
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx192
-rw-r--r--dbaccess/source/ui/inc/ExtensionNotPresent.hxx104
-rw-r--r--dbaccess/source/ui/inc/FieldControls.hxx202
-rw-r--r--dbaccess/source/ui/inc/FieldDescControl.hxx244
-rw-r--r--dbaccess/source/ui/inc/FieldDescriptions.hxx135
-rw-r--r--dbaccess/source/ui/inc/GeneralUndo.hxx62
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx103
-rw-r--r--dbaccess/source/ui/inc/IClipBoardTest.hxx52
-rw-r--r--dbaccess/source/ui/inc/IItemSetHelper.hxx79
-rw-r--r--dbaccess/source/ui/inc/IUpdateHelper.hxx55
-rw-r--r--dbaccess/source/ui/inc/JAccess.hxx93
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx186
-rw-r--r--dbaccess/source/ui/inc/JoinDesignView.hxx94
-rw-r--r--dbaccess/source/ui/inc/JoinExchange.hxx100
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx340
-rw-r--r--dbaccess/source/ui/inc/QEnumTypes.hxx93
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx184
-rw-r--r--dbaccess/source/ui/inc/QueryTableView.hxx152
-rw-r--r--dbaccess/source/ui/inc/QueryTextView.hxx79
-rw-r--r--dbaccess/source/ui/inc/QueryViewSwitch.hxx102
-rw-r--r--dbaccess/source/ui/inc/RTableConnectionData.hxx111
-rw-r--r--dbaccess/source/ui/inc/RefFunctor.hxx63
-rw-r--r--dbaccess/source/ui/inc/RelControliFace.hxx63
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hrc37
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hxx111
-rw-r--r--dbaccess/source/ui/inc/RelationController.hxx104
-rw-r--r--dbaccess/source/ui/inc/RelationDesignView.hxx77
-rw-r--r--dbaccess/source/ui/inc/RelationDlg.hxx133
-rw-r--r--dbaccess/source/ui/inc/RelationTableView.hxx85
-rw-r--r--dbaccess/source/ui/inc/RtfReader.hxx87
-rw-r--r--dbaccess/source/ui/inc/ScrollHelper.hxx84
-rw-r--r--dbaccess/source/ui/inc/SqlNameEdit.hxx115
-rw-r--r--dbaccess/source/ui/inc/TableConnection.hxx126
-rw-r--r--dbaccess/source/ui/inc/TableConnectionData.hxx122
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx181
-rw-r--r--dbaccess/source/ui/inc/TableCopyHelper.hxx228
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx111
-rw-r--r--dbaccess/source/ui/inc/TableDesignHelpBar.hxx84
-rw-r--r--dbaccess/source/ui/inc/TableDesignView.hxx134
-rw-r--r--dbaccess/source/ui/inc/TableFieldDescription.hxx163
-rw-r--r--dbaccess/source/ui/inc/TableGrantCtrl.hxx129
-rw-r--r--dbaccess/source/ui/inc/TableRow.hxx104
-rw-r--r--dbaccess/source/ui/inc/TableRowExchange.hxx60
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx212
-rw-r--r--dbaccess/source/ui/inc/TableWindowAccess.hxx127
-rw-r--r--dbaccess/source/ui/inc/TableWindowData.hxx109
-rw-r--r--dbaccess/source/ui/inc/TableWindowListBox.hxx112
-rw-r--r--dbaccess/source/ui/inc/TableWindowTitle.hxx62
-rw-r--r--dbaccess/source/ui/inc/TablesSingleDlg.hxx96
-rw-r--r--dbaccess/source/ui/inc/TokenWriter.hxx284
-rw-r--r--dbaccess/source/ui/inc/TypeInfo.hxx154
-rw-r--r--dbaccess/source/ui/inc/UITools.hxx477
-rw-r--r--dbaccess/source/ui/inc/UserAdminDlg.hxx103
-rw-r--r--dbaccess/source/ui/inc/VertSplitView.hxx63
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx123
-rw-r--r--dbaccess/source/ui/inc/WColumnSelect.hxx112
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx451
-rw-r--r--dbaccess/source/ui/inc/WExtendPages.hxx89
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx115
-rw-r--r--dbaccess/source/ui/inc/WTabPage.hxx63
-rw-r--r--dbaccess/source/ui/inc/WTypeSelect.hxx145
-rw-r--r--dbaccess/source/ui/inc/adtabdlg.hxx143
-rw-r--r--dbaccess/source/ui/inc/advancedsettingsdlg.hxx97
-rw-r--r--dbaccess/source/ui/inc/asyncmodaldialog.hxx70
-rw-r--r--dbaccess/source/ui/inc/browserids.hxx125
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx436
-rw-r--r--dbaccess/source/ui/inc/brwview.hxx128
-rw-r--r--dbaccess/source/ui/inc/callbacks.hxx136
-rw-r--r--dbaccess/source/ui/inc/charsetlistbox.hxx68
-rw-r--r--dbaccess/source/ui/inc/charsets.hxx153
-rw-r--r--dbaccess/source/ui/inc/commontypes.hxx63
-rw-r--r--dbaccess/source/ui/inc/curledit.hxx96
-rw-r--r--dbaccess/source/ui/inc/databaseobjectview.hxx300
-rw-r--r--dbaccess/source/ui/inc/datasourceconnector.hxx105
-rw-r--r--dbaccess/source/ui/inc/datasourcemap.hxx277
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx149
-rw-r--r--dbaccess/source/ui/inc/dbexchange.hxx117
-rw-r--r--dbaccess/source/ui/inc/dbtreelistbox.hxx170
-rw-r--r--dbaccess/source/ui/inc/dbu_brw.hrc58
-rw-r--r--dbaccess/source/ui/inc/dbu_control.hrc59
-rw-r--r--dbaccess/source/ui/inc/dbu_dlg.hrc138
-rw-r--r--dbaccess/source/ui/inc/dbu_misc.hrc63
-rw-r--r--dbaccess/source/ui/inc/dbu_qry.hrc99
-rw-r--r--dbaccess/source/ui/inc/dbu_rel.hrc53
-rw-r--r--dbaccess/source/ui/inc/dbu_resource.hrc423
-rw-r--r--dbaccess/source/ui/inc/dbu_tbl.hrc101
-rw-r--r--dbaccess/source/ui/inc/dbu_uno.hrc56
-rw-r--r--dbaccess/source/ui/inc/dbwiz.hxx147
-rw-r--r--dbaccess/source/ui/inc/dbwizsetup.hxx214
-rw-r--r--dbaccess/source/ui/inc/defaultobjectnamecheck.hxx155
-rw-r--r--dbaccess/source/ui/inc/directsql.hxx165
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hrc40
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hxx71
-rw-r--r--dbaccess/source/ui/inc/dlgsave.hxx108
-rw-r--r--dbaccess/source/ui/inc/dlgsize.hxx81
-rw-r--r--dbaccess/source/ui/inc/dsmeta.hxx167
-rw-r--r--dbaccess/source/ui/inc/exsrcbrw.hxx122
-rw-r--r--dbaccess/source/ui/inc/formadapter.hxx526
-rw-r--r--dbaccess/source/ui/inc/imageprovider.hxx195
-rw-r--r--dbaccess/source/ui/inc/indexcollection.hxx128
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx212
-rw-r--r--dbaccess/source/ui/inc/indexes.hxx110
-rw-r--r--dbaccess/source/ui/inc/indexfieldscontrol.hxx120
-rw-r--r--dbaccess/source/ui/inc/linkeddocuments.hxx171
-rw-r--r--dbaccess/source/ui/inc/listviewitems.hxx73
-rw-r--r--dbaccess/source/ui/inc/localresaccess.hxx67
-rw-r--r--dbaccess/source/ui/inc/makefile.mk47
-rw-r--r--dbaccess/source/ui/inc/marktree.hxx89
-rw-r--r--dbaccess/source/ui/inc/moduledbu.hxx110
-rw-r--r--dbaccess/source/ui/inc/objectnamecheck.hxx77
-rw-r--r--dbaccess/source/ui/inc/opendoccontrols.hxx104
-rw-r--r--dbaccess/source/ui/inc/paramdialog.hxx155
-rw-r--r--dbaccess/source/ui/inc/propertysetitem.hxx74
-rw-r--r--dbaccess/source/ui/inc/propertystorage.hxx97
-rw-r--r--dbaccess/source/ui/inc/querycontainerwindow.hxx138
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx231
-rw-r--r--dbaccess/source/ui/inc/queryfilter.hxx166
-rw-r--r--dbaccess/source/ui/inc/queryorder.hxx141
-rw-r--r--dbaccess/source/ui/inc/queryview.hxx62
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hrc128
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx366
-rw-r--r--dbaccess/source/ui/inc/sbamultiplex.hxx491
-rw-r--r--dbaccess/source/ui/inc/sqledit.hxx92
-rw-r--r--dbaccess/source/ui/inc/sqlmessage.hxx146
-rw-r--r--dbaccess/source/ui/inc/statusbarontroller.hxx65
-rw-r--r--dbaccess/source/ui/inc/stringlistitem.hxx75
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx215
-rw-r--r--dbaccess/source/ui/inc/textconnectionsettings.hxx82
-rw-r--r--dbaccess/source/ui/inc/toolbox_tmpl.hrc103
-rw-r--r--dbaccess/source/ui/inc/toolboxcontroller.hxx88
-rw-r--r--dbaccess/source/ui/inc/undosqledit.hxx64
-rw-r--r--dbaccess/source/ui/inc/unoadmin.hxx90
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx528
-rw-r--r--dbaccess/source/ui/inc/unosqlmessage.hxx95
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx902
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx597
-rw-r--r--dbaccess/source/ui/misc/ModuleHelper.cxx47
-rw-r--r--dbaccess/source/ui/misc/RowSetDrop.cxx270
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx380
-rw-r--r--dbaccess/source/ui/misc/TableCopyHelper.cxx438
-rw-r--r--dbaccess/source/ui/misc/TokenWriter.cxx1141
-rw-r--r--dbaccess/source/ui/misc/ToolBoxHelper.cxx143
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx1880
-rw-r--r--dbaccess/source/ui/misc/UpdateHelperImpl.hxx152
-rw-r--r--dbaccess/source/ui/misc/WCPage.cxx420
-rw-r--r--dbaccess/source/ui/misc/WColumnSelect.cxx454
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx1642
-rw-r--r--dbaccess/source/ui/misc/WExtendPages.cxx95
-rw-r--r--dbaccess/source/ui/misc/WNameMatch.cxx453
-rw-r--r--dbaccess/source/ui/misc/WTypeSelect.cxx509
-rw-r--r--dbaccess/source/ui/misc/WizardPages.hrc84
-rw-r--r--dbaccess/source/ui/misc/WizardPages.src635
-rw-r--r--dbaccess/source/ui/misc/asyncmodaldialog.cxx124
-rw-r--r--dbaccess/source/ui/misc/charsets.cxx199
-rw-r--r--dbaccess/source/ui/misc/controllerframe.cxx431
-rw-r--r--dbaccess/source/ui/misc/databaseobjectview.cxx421
-rw-r--r--dbaccess/source/ui/misc/datasourceconnector.cxx280
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.hrc65
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.src103
-rw-r--r--dbaccess/source/ui/misc/defaultobjectnamecheck.cxx235
-rw-r--r--dbaccess/source/ui/misc/documentcontroller.cxx150
-rw-r--r--dbaccess/source/ui/misc/dsmeta.cxx271
-rw-r--r--dbaccess/source/ui/misc/imageprovider.cxx264
-rw-r--r--dbaccess/source/ui/misc/indexcollection.cxx427
-rw-r--r--dbaccess/source/ui/misc/linkeddocuments.cxx494
-rw-r--r--dbaccess/source/ui/misc/makefile.mk90
-rw-r--r--dbaccess/source/ui/misc/moduledbu.cxx149
-rw-r--r--dbaccess/source/ui/misc/propertysetitem.cxx89
-rw-r--r--dbaccess/source/ui/misc/propertystorage.cxx139
-rw-r--r--dbaccess/source/ui/misc/singledoccontroller.cxx711
-rw-r--r--dbaccess/source/ui/misc/stringlistitem.cxx90
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx169
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionData.hxx66
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLine.cxx400
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx275
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineData.cxx109
-rw-r--r--dbaccess/source/ui/querydesign/JAccess.cxx148
-rw-r--r--dbaccess/source/ui/querydesign/JoinController.cxx606
-rw-r--r--dbaccess/source/ui/querydesign/JoinDesignView.cxx173
-rw-r--r--dbaccess/source/ui/querydesign/JoinExchange.cxx189
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx1776
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnection.cxx114
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnection.hxx65
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnectionData.cxx181
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnectionData.hxx102
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx287
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.hxx103
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindowData.cxx65
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindowData.hxx62
-rw-r--r--dbaccess/source/ui/querydesign/Query.hrc38
-rw-r--r--dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx66
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx168
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx53
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx3288
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx59
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx75
-rw-r--r--dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx91
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx153
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx62
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx69
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx158
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx90
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx1103
-rw-r--r--dbaccess/source/ui/querydesign/QueryTextView.cxx182
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx323
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2873
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx364
-rw-r--r--dbaccess/source/ui/querydesign/TableConnection.cxx259
-rw-r--r--dbaccess/source/ui/querydesign/TableConnectionData.cxx205
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldDescription.cxx237
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldInfo.cxx62
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldInfo.hxx60
-rw-r--r--dbaccess/source/ui/querydesign/TableWindow.cxx849
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx322
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowData.cxx160
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowListBox.cxx426
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowTitle.cxx251
-rw-r--r--dbaccess/source/ui/querydesign/class.jpgbin0 -> 224242 bytes-rw-r--r--dbaccess/source/ui/querydesign/makefile.mk93
-rw-r--r--dbaccess/source/ui/querydesign/query.src426
-rw-r--r--dbaccess/source/ui/querydesign/querycontainerwindow.cxx286
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx1782
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.cxx402
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.hrc64
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.hxx123
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.src197
-rw-r--r--dbaccess/source/ui/querydesign/queryview.cxx65
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.cxx160
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.hxx62
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnectionData.cxx474
-rw-r--r--dbaccess/source/ui/relationdesign/RTableWindow.hxx54
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx619
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx156
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx490
-rw-r--r--dbaccess/source/ui/relationdesign/makefile.mk62
-rw-r--r--dbaccess/source/ui/relationdesign/relation.src133
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx206
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx91
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescriptions.cxx662
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.cxx1964
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.hxx233
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx1713
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignControl.cxx244
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx133
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignView.cxx403
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.cxx180
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.hxx75
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx340
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx118
-rw-r--r--dbaccess/source/ui/tabledesign/TableRow.cxx235
-rw-r--r--dbaccess/source/ui/tabledesign/TableRowExchange.cxx100
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.cxx498
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.hxx181
-rw-r--r--dbaccess/source/ui/tabledesign/makefile.mk69
-rw-r--r--dbaccess/source/ui/tabledesign/table.src412
-rw-r--r--dbaccess/source/ui/uno/AdabasSettingsDlg.cxx136
-rw-r--r--dbaccess/source/ui/uno/AdabasSettingsDlg.hxx83
-rw-r--r--dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx162
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.cxx154
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.hxx61
-rw-r--r--dbaccess/source/ui/uno/ColumnModel.cxx191
-rw-r--r--dbaccess/source/ui/uno/ColumnModel.hxx137
-rw-r--r--dbaccess/source/ui/uno/ColumnPeer.cxx175
-rw-r--r--dbaccess/source/ui/uno/ColumnPeer.hxx73
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlg.cxx135
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlg.hxx83
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx169
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx87
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.cxx136
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.hxx83
-rw-r--r--dbaccess/source/ui/uno/UserSettingsDlg.cxx136
-rw-r--r--dbaccess/source/ui/uno/UserSettingsDlg.hxx83
-rw-r--r--dbaccess/source/ui/uno/admindlg.cxx142
-rw-r--r--dbaccess/source/ui/uno/admindlg.hxx83
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.cxx230
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.hxx163
-rw-r--r--dbaccess/source/ui/uno/copytablewizard.cxx1598
-rw-r--r--dbaccess/source/ui/uno/copytablewizard.src71
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx415
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.hxx149
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.src44
-rw-r--r--dbaccess/source/ui/uno/makefile.mk80
-rw-r--r--dbaccess/source/ui/uno/textconnectionsettings_uno.cxx266
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.cxx159
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.hxx97
-rw-r--r--dbaccess/source/ui/uno/unoadmin.cxx148
-rw-r--r--dbaccess/source/ui/uno/unosqlmessage.cxx179
-rw-r--r--dbaccess/uiconfig/dbapp/accelerator/de/default.xml4
-rw-r--r--dbaccess/uiconfig/dbapp/accelerator/en-GB/default.xml4
-rw-r--r--dbaccess/uiconfig/dbapp/accelerator/en-US/default.xml4
-rw-r--r--dbaccess/uiconfig/dbapp/accelerator/es/default.xml4
-rw-r--r--dbaccess/uiconfig/dbapp/accelerator/fr/default.xml4
-rw-r--r--dbaccess/uiconfig/dbapp/menubar/menubar.xml143
-rw-r--r--dbaccess/uiconfig/dbapp/statusbar/statusbar.xml8
-rw-r--r--dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml8
-rw-r--r--dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml8
-rw-r--r--dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml8
-rw-r--r--dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml8
-rw-r--r--dbaccess/uiconfig/dbapp/toolbar/toolbar.xml19
-rw-r--r--dbaccess/uiconfig/dbbrowser/accelerator/de/default.xml4
-rw-r--r--dbaccess/uiconfig/dbbrowser/accelerator/en-GB/default.xml4
-rw-r--r--dbaccess/uiconfig/dbbrowser/accelerator/en-US/default.xml4
-rw-r--r--dbaccess/uiconfig/dbbrowser/accelerator/es/default.xml4
-rw-r--r--dbaccess/uiconfig/dbbrowser/accelerator/fr/default.xml4
-rw-r--r--dbaccess/uiconfig/dbbrowser/menubar/compat.xml1
-rw-r--r--dbaccess/uiconfig/dbbrowser/menubar/preserve.txt1
-rw-r--r--dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml33
-rw-r--r--dbaccess/uiconfig/dbquery/accelerator/de/default.xml6
-rw-r--r--dbaccess/uiconfig/dbquery/accelerator/en-US/default.xml6
-rw-r--r--dbaccess/uiconfig/dbquery/menubar/menubar.xml84
-rw-r--r--dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml10
-rw-r--r--dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml5
-rw-r--r--dbaccess/uiconfig/dbquery/toolbar/toolbar.xml20
-rw-r--r--dbaccess/uiconfig/dbrelation/menubar/menubar.xml67
-rw-r--r--dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml13
-rw-r--r--dbaccess/uiconfig/dbtable/menubar/menubar.xml68
-rw-r--r--dbaccess/uiconfig/dbtable/toolbar/toolbar.xml17
-rw-r--r--dbaccess/uiconfig/dbtdata/accelerator/de/default.xml4
-rw-r--r--dbaccess/uiconfig/dbtdata/accelerator/en-GB/default.xml4
-rw-r--r--dbaccess/uiconfig/dbtdata/accelerator/en-US/default.xml4
-rw-r--r--dbaccess/uiconfig/dbtdata/accelerator/es/default.xml4
-rw-r--r--dbaccess/uiconfig/dbtdata/accelerator/fr/default.xml4
-rw-r--r--dbaccess/uiconfig/dbtdata/menubar/menubar.xml76
-rw-r--r--dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml27
-rw-r--r--dbaccess/util/dba.map8
-rw-r--r--dbaccess/util/dba.pmk33
-rw-r--r--dbaccess/util/dbu.map8
-rw-r--r--dbaccess/util/hidother.src519
-rw-r--r--dbaccess/util/makefile.mk246
-rw-r--r--dbaccess/util/makefile.pmk35
-rw-r--r--dbaccess/util/sdbt.map8
-rw-r--r--dbaccess/win32/source/odbcconfig/makefile.mk58
-rw-r--r--dbaccess/win32/source/odbcconfig/odbcconfig.cxx162
-rw-r--r--default_images/avmedia/res/av02048.pngbin0 -> 711 bytes-rw-r--r--default_images/avmedia/res/av02049.pngbin0 -> 712 bytes-rw-r--r--default_images/avmedia/res/av02050.pngbin0 -> 637 bytes-rw-r--r--default_images/avmedia/res/av02051.pngbin0 -> 653 bytes-rw-r--r--default_images/avmedia/res/av02052.pngbin0 -> 771 bytes-rw-r--r--default_images/avmedia/res/av02053.pngbin0 -> 477 bytes-rw-r--r--default_images/avmedia/res/av02054.pngbin0 -> 1059 bytes-rwxr-xr-xdefault_images/avmedia/res/avaudiologo.pngbin0 -> 6724 bytes-rwxr-xr-xdefault_images/avmedia/res/avemptylogo.pngbin0 -> 1906 bytes-rw-r--r--default_images/avmedia/res/avh02048.pngbin0 -> 141 bytes-rw-r--r--default_images/avmedia/res/avh02049.pngbin0 -> 131 bytes-rw-r--r--default_images/avmedia/res/avh02050.pngbin0 -> 125 bytes-rw-r--r--default_images/avmedia/res/avh02051.pngbin0 -> 123 bytes-rw-r--r--default_images/avmedia/res/avh02052.pngbin0 -> 154 bytes-rw-r--r--default_images/avmedia/res/avh02053.pngbin0 -> 135 bytes-rw-r--r--default_images/avmedia/res/avh02054.pngbin0 -> 175 bytes-rw-r--r--default_images/avmedia/res/avl02048.pngbin0 -> 1188 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02049.pngbin0 -> 991 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02050.pngbin0 -> 895 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02051.pngbin0 -> 878 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02052.pngbin0 -> 1197 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02053.pngbin0 -> 786 bytes-rwxr-xr-xdefault_images/avmedia/res/avl02054.pngbin0 -> 1688 bytes-rw-r--r--default_images/avmedia/res/avlh02048.pngbin0 -> 175 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02049.pngbin0 -> 163 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02050.pngbin0 -> 147 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02051.pngbin0 -> 144 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02052.pngbin0 -> 200 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02053.pngbin0 -> 143 bytes-rwxr-xr-xdefault_images/avmedia/res/avlh02054.pngbin0 -> 231 bytes-rw-r--r--default_images/basctl/res/im01.pngbin0 -> 780 bytes-rw-r--r--default_images/basctl/res/imh01.pngbin0 -> 183 bytes-rw-r--r--default_images/basctl/res/locked.pngbin0 -> 385 bytes-rw-r--r--default_images/basctl/res/locked_h.pngbin0 -> 120 bytes-rw-r--r--default_images/chart2/res/areas3d_52x60.pngbin0 -> 459 bytes-rw-r--r--default_images/chart2/res/areas3d_52x60_h.pngbin0 -> 336 bytes-rw-r--r--default_images/chart2/res/areas_52x60.pngbin0 -> 400 bytes-rw-r--r--default_images/chart2/res/areas_52x60_h.pngbin0 -> 300 bytes-rw-r--r--default_images/chart2/res/areasfull3d_52x60.pngbin0 -> 319 bytes-rw-r--r--default_images/chart2/res/areasfull3d_52x60_h.pngbin0 -> 283 bytes-rw-r--r--default_images/chart2/res/areasfull_52x60.pngbin0 -> 287 bytes-rw-r--r--default_images/chart2/res/areasfull_52x60_h.pngbin0 -> 230 bytes-rw-r--r--default_images/chart2/res/areaspiled3d_52x60.pngbin0 -> 484 bytes-rw-r--r--default_images/chart2/res/areaspiled3d_52x60_h.pngbin0 -> 382 bytes-rw-r--r--default_images/chart2/res/areaspiled_52x60.pngbin0 -> 358 bytes-rw-r--r--default_images/chart2/res/areaspiled_52x60_h.pngbin0 -> 283 bytes-rw-r--r--default_images/chart2/res/bar3d_52x60.pngbin0 -> 337 bytes-rw-r--r--default_images/chart2/res/bar3d_52x60_h.pngbin0 -> 289 bytes-rw-r--r--default_images/chart2/res/bar3ddeep_52x60.pngbin0 -> 468 bytes-rw-r--r--default_images/chart2/res/bar3ddeep_52x60_h.pngbin0 -> 332 bytes-rw-r--r--default_images/chart2/res/bar_52x60.pngbin0 -> 227 bytes-rw-r--r--default_images/chart2/res/bar_52x60_h.pngbin0 -> 188 bytes-rw-r--r--default_images/chart2/res/barpercent3d_52x60.pngbin0 -> 303 bytes-rw-r--r--default_images/chart2/res/barpercent3d_52x60_h.pngbin0 -> 247 bytes-rw-r--r--default_images/chart2/res/barpercent_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/barpercent_52x60_h.pngbin0 -> 169 bytes-rw-r--r--default_images/chart2/res/barstack3d_52x60.pngbin0 -> 307 bytes-rw-r--r--default_images/chart2/res/barstack3d_52x60_h.pngbin0 -> 251 bytes-rw-r--r--default_images/chart2/res/barstack_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/barstack_52x60_h.pngbin0 -> 172 bytes-rw-r--r--default_images/chart2/res/bubble_52x60.pngbin0 -> 2715 bytes-rw-r--r--default_images/chart2/res/bubble_52x60_h.pngbin0 -> 339 bytes-rw-r--r--default_images/chart2/res/columnline_52x60.pngbin0 -> 281 bytes-rw-r--r--default_images/chart2/res/columnline_52x60_h.pngbin0 -> 222 bytes-rw-r--r--default_images/chart2/res/columnpercent3d_52x60.pngbin0 -> 324 bytes-rw-r--r--default_images/chart2/res/columnpercent3d_52x60_h.pngbin0 -> 274 bytes-rw-r--r--default_images/chart2/res/columnpercent_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/columnpercent_52x60_h.pngbin0 -> 177 bytes-rw-r--r--default_images/chart2/res/columns3d_52x60.pngbin0 -> 345 bytes-rw-r--r--default_images/chart2/res/columns3d_52x60_h.pngbin0 -> 278 bytes-rw-r--r--default_images/chart2/res/columns3ddeep_52x60.pngbin0 -> 454 bytes-rw-r--r--default_images/chart2/res/columns3ddeep_52x60_h.pngbin0 -> 334 bytes-rw-r--r--default_images/chart2/res/columns_52x60.pngbin0 -> 214 bytes-rw-r--r--default_images/chart2/res/columns_52x60_h.pngbin0 -> 174 bytes-rw-r--r--default_images/chart2/res/columnstack3d_52x60.pngbin0 -> 326 bytes-rw-r--r--default_images/chart2/res/columnstack3d_52x60_h.pngbin0 -> 278 bytes-rw-r--r--default_images/chart2/res/columnstack_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/columnstack_52x60_h.pngbin0 -> 178 bytes-rw-r--r--default_images/chart2/res/columnstackline_52x60.pngbin0 -> 247 bytes-rw-r--r--default_images/chart2/res/columnstackline_52x60_h.pngbin0 -> 194 bytes-rw-r--r--default_images/chart2/res/cone_52x60.pngbin0 -> 717 bytes-rw-r--r--default_images/chart2/res/cone_52x60_h.pngbin0 -> 341 bytes-rw-r--r--default_images/chart2/res/conedeep_52x60.pngbin0 -> 742 bytes-rw-r--r--default_images/chart2/res/conedeep_52x60_h.pngbin0 -> 462 bytes-rw-r--r--default_images/chart2/res/conehori_52x60.pngbin0 -> 623 bytes-rw-r--r--default_images/chart2/res/conehori_52x60_h.pngbin0 -> 356 bytes-rw-r--r--default_images/chart2/res/conehorideep_52x60.pngbin0 -> 685 bytes-rw-r--r--default_images/chart2/res/conehorideep_52x60_h.pngbin0 -> 436 bytes-rw-r--r--default_images/chart2/res/conehoripercent_52x60.pngbin0 -> 605 bytes-rw-r--r--default_images/chart2/res/conehoripercent_52x60_h.pngbin0 -> 360 bytes-rw-r--r--default_images/chart2/res/conehoristack_52x60.pngbin0 -> 650 bytes-rw-r--r--default_images/chart2/res/conehoristack_52x60_h.pngbin0 -> 378 bytes-rw-r--r--default_images/chart2/res/conepercent_52x60.pngbin0 -> 628 bytes-rw-r--r--default_images/chart2/res/conepercent_52x60_h.pngbin0 -> 383 bytes-rw-r--r--default_images/chart2/res/conestack_52x60.pngbin0 -> 687 bytes-rw-r--r--default_images/chart2/res/conestack_52x60_h.pngbin0 -> 401 bytes-rw-r--r--default_images/chart2/res/cylinder_52x60.pngbin0 -> 489 bytes-rw-r--r--default_images/chart2/res/cylinder_52x60_h.pngbin0 -> 326 bytes-rw-r--r--default_images/chart2/res/cylinderdeep_52x60.pngbin0 -> 570 bytes-rw-r--r--default_images/chart2/res/cylinderdeep_52x60_h.pngbin0 -> 397 bytes-rw-r--r--default_images/chart2/res/cylinderhori_52x60.pngbin0 -> 457 bytes-rw-r--r--default_images/chart2/res/cylinderhori_52x60_h.pngbin0 -> 295 bytes-rw-r--r--default_images/chart2/res/cylinderhorideep_52x60.pngbin0 -> 666 bytes-rw-r--r--default_images/chart2/res/cylinderhorideep_52x60_h.pngbin0 -> 380 bytes-rw-r--r--default_images/chart2/res/cylinderhoriprocent_52x60.pngbin0 -> 608 bytes-rw-r--r--default_images/chart2/res/cylinderhoriprocent_52x60_h.pngbin0 -> 333 bytes-rw-r--r--default_images/chart2/res/cylinderhoristack_52x60.pngbin0 -> 614 bytes-rw-r--r--default_images/chart2/res/cylinderhoristack_52x60_h.pngbin0 -> 321 bytes-rw-r--r--default_images/chart2/res/cylinderpercent_52x60.pngbin0 -> 596 bytes-rw-r--r--default_images/chart2/res/cylinderpercent_52x60_h.pngbin0 -> 341 bytes-rw-r--r--default_images/chart2/res/cylinderstack_52x60.pngbin0 -> 602 bytes-rw-r--r--default_images/chart2/res/cylinderstack_52x60_h.pngbin0 -> 355 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon01.pngbin0 -> 502 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon02.pngbin0 -> 586 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon03.pngbin0 -> 380 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon04.pngbin0 -> 486 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon05.pngbin0 -> 685 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon06.pngbin0 -> 624 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon07.pngbin0 -> 689 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h01.pngbin0 -> 114 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h02.pngbin0 -> 111 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h03.pngbin0 -> 105 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h04.pngbin0 -> 103 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h05.pngbin0 -> 145 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h06.pngbin0 -> 146 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon_h07.pngbin0 -> 131 bytes-rw-r--r--default_images/chart2/res/donut3d_52x60.pngbin0 -> 538 bytes-rw-r--r--default_images/chart2/res/donut3d_52x60_h.pngbin0 -> 394 bytes-rw-r--r--default_images/chart2/res/donut3dexploded_52x60.pngbin0 -> 733 bytes-rw-r--r--default_images/chart2/res/donut3dexploded_52x60_h.pngbin0 -> 462 bytes-rw-r--r--default_images/chart2/res/donut_52x60.pngbin0 -> 481 bytes-rw-r--r--default_images/chart2/res/donut_52x60_h.pngbin0 -> 379 bytes-rw-r--r--default_images/chart2/res/donutexploded_52x60.pngbin0 -> 564 bytes-rw-r--r--default_images/chart2/res/donutexploded_52x60_h.pngbin0 -> 451 bytes-rw-r--r--default_images/chart2/res/errorbothhori_30.pngbin0 -> 563 bytes-rw-r--r--default_images/chart2/res/errorbothhori_30_h.pngbin0 -> 112 bytes-rw-r--r--default_images/chart2/res/errorbothverti_30.pngbin0 -> 628 bytes-rw-r--r--default_images/chart2/res/errorbothverti_30_h.pngbin0 -> 112 bytes-rw-r--r--default_images/chart2/res/errordown_30.pngbin0 -> 596 bytes-rw-r--r--default_images/chart2/res/errordown_30_h.pngbin0 -> 111 bytes-rw-r--r--default_images/chart2/res/errorleft_30.pngbin0 -> 547 bytes-rw-r--r--default_images/chart2/res/errorleft_30_h.pngbin0 -> 111 bytes-rw-r--r--default_images/chart2/res/errorright_30.pngbin0 -> 552 bytes-rw-r--r--default_images/chart2/res/errorright_30_h.pngbin0 -> 110 bytes-rw-r--r--default_images/chart2/res/errorup_30.pngbin0 -> 586 bytes-rw-r--r--default_images/chart2/res/errorup_30_h.pngbin0 -> 106 bytes-rw-r--r--default_images/chart2/res/net_52x60.pngbin0 -> 805 bytes-rw-r--r--default_images/chart2/res/net_52x60_h.pngbin0 -> 557 bytes-rw-r--r--default_images/chart2/res/netfill_52x60.pngbin0 -> 2356 bytes-rw-r--r--default_images/chart2/res/netfill_52x60_h.pngbin0 -> 1111 bytes-rw-r--r--default_images/chart2/res/netlinepoint_52x60.pngbin0 -> 971 bytes-rw-r--r--default_images/chart2/res/netlinepoint_52x60_h.pngbin0 -> 571 bytes-rw-r--r--default_images/chart2/res/netlinepointstack_52x60.pngbin0 -> 1029 bytes-rw-r--r--default_images/chart2/res/netlinepointstack_52x60_h.pngbin0 -> 516 bytes-rw-r--r--default_images/chart2/res/netpoint_52x60.pngbin0 -> 789 bytes-rw-r--r--default_images/chart2/res/netpoint_52x60_h.pngbin0 -> 402 bytes-rw-r--r--default_images/chart2/res/netpointstack_52x60.pngbin0 -> 749 bytes-rw-r--r--default_images/chart2/res/netpointstack_52x60_h.pngbin0 -> 389 bytes-rw-r--r--default_images/chart2/res/netstack_52x60.pngbin0 -> 857 bytes-rw-r--r--default_images/chart2/res/netstack_52x60_h.pngbin0 -> 494 bytes-rw-r--r--default_images/chart2/res/netstackfill_52x60.pngbin0 -> 2913 bytes-rw-r--r--default_images/chart2/res/netstackfill_52x60_h.pngbin0 -> 1032 bytes-rw-r--r--default_images/chart2/res/nostackdirect3d_52x60.pngbin0 -> 813 bytes-rw-r--r--default_images/chart2/res/nostackdirect3d_52x60_h.pngbin0 -> 347 bytes-rw-r--r--default_images/chart2/res/nostackdirectboth_52x60.pngbin0 -> 566 bytes-rw-r--r--default_images/chart2/res/nostackdirectboth_52x60_h.pngbin0 -> 318 bytes-rw-r--r--default_images/chart2/res/nostackdirectlines_52x60.pngbin0 -> 394 bytes-rw-r--r--default_images/chart2/res/nostackdirectlines_52x60_h.pngbin0 -> 299 bytes-rw-r--r--default_images/chart2/res/nostackdirectpoints_52x60.pngbin0 -> 343 bytes-rw-r--r--default_images/chart2/res/nostackdirectpoints_52x60_h.pngbin0 -> 206 bytes-rw-r--r--default_images/chart2/res/nostacksmooth3d_52x60.pngbin0 -> 1314 bytes-rw-r--r--default_images/chart2/res/nostacksmooth3d_52x60_h.pngbin0 -> 361 bytes-rw-r--r--default_images/chart2/res/nostacksmoothboth_52x60.pngbin0 -> 847 bytes-rw-r--r--default_images/chart2/res/nostacksmoothboth_52x60_h.pngbin0 -> 337 bytes-rw-r--r--default_images/chart2/res/nostacksmoothlines_52x60.pngbin0 -> 756 bytes-rw-r--r--default_images/chart2/res/nostacksmoothlines_52x60_h.pngbin0 -> 302 bytes-rw-r--r--default_images/chart2/res/pie3d_52x60.pngbin0 -> 461 bytes-rw-r--r--default_images/chart2/res/pie3d_52x60_h.pngbin0 -> 313 bytes-rw-r--r--default_images/chart2/res/pie3dexploded_52x60.pngbin0 -> 555 bytes-rw-r--r--default_images/chart2/res/pie3dexploded_52x60_h.pngbin0 -> 411 bytes-rw-r--r--default_images/chart2/res/pie_52x60.pngbin0 -> 403 bytes-rw-r--r--default_images/chart2/res/pie_52x60_h.pngbin0 -> 312 bytes-rw-r--r--default_images/chart2/res/pieexploded_52x60.pngbin0 -> 442 bytes-rw-r--r--default_images/chart2/res/pieexploded_52x60_h.pngbin0 -> 347 bytes-rw-r--r--default_images/chart2/res/pyramind_52x60.pngbin0 -> 571 bytes-rw-r--r--default_images/chart2/res/pyramind_52x60_h.pngbin0 -> 347 bytes-rw-r--r--default_images/chart2/res/pyraminddeep_52x60.pngbin0 -> 657 bytes-rw-r--r--default_images/chart2/res/pyraminddeep_52x60_h.pngbin0 -> 430 bytes-rw-r--r--default_images/chart2/res/pyramindhori_52x60.pngbin0 -> 441 bytes-rw-r--r--default_images/chart2/res/pyramindhori_52x60_h.pngbin0 -> 332 bytes-rw-r--r--default_images/chart2/res/pyramindhorideep_52x60.pngbin0 -> 584 bytes-rw-r--r--default_images/chart2/res/pyramindhorideep_52x60_h.pngbin0 -> 409 bytes-rw-r--r--default_images/chart2/res/pyramindhoripercent_52x60.pngbin0 -> 463 bytes-rw-r--r--default_images/chart2/res/pyramindhoripercent_52x60_h.pngbin0 -> 320 bytes-rw-r--r--default_images/chart2/res/pyramindhoristack_52x60.pngbin0 -> 469 bytes-rw-r--r--default_images/chart2/res/pyramindhoristack_52x60_h.pngbin0 -> 317 bytes-rw-r--r--default_images/chart2/res/pyramindpercent_52x60.pngbin0 -> 533 bytes-rw-r--r--default_images/chart2/res/pyramindpercent_52x60_h.pngbin0 -> 357 bytes-rw-r--r--default_images/chart2/res/pyramindstack_52x60.pngbin0 -> 564 bytes-rw-r--r--default_images/chart2/res/pyramindstack_52x60_h.pngbin0 -> 361 bytes-rw-r--r--default_images/chart2/res/regexp.pngbin0 -> 1092 bytes-rw-r--r--default_images/chart2/res/regexp_h.pngbin0 -> 188 bytes-rw-r--r--default_images/chart2/res/reglin.pngbin0 -> 1000 bytes-rw-r--r--default_images/chart2/res/reglin_h.pngbin0 -> 183 bytes-rw-r--r--default_images/chart2/res/reglog.pngbin0 -> 1034 bytes-rw-r--r--default_images/chart2/res/reglog_h.pngbin0 -> 186 bytes-rw-r--r--default_images/chart2/res/regno.pngbin0 -> 608 bytes-rw-r--r--default_images/chart2/res/regno_h.pngbin0 -> 122 bytes-rw-r--r--default_images/chart2/res/regpow.pngbin0 -> 1149 bytes-rw-r--r--default_images/chart2/res/regpow_h.pngbin0 -> 193 bytes-rw-r--r--default_images/chart2/res/selectrange.pngbin0 -> 629 bytes-rw-r--r--default_images/chart2/res/selectrange_h.pngbin0 -> 119 bytes-rw-r--r--default_images/chart2/res/stackdirect3d_52x60.pngbin0 -> 738 bytes-rw-r--r--default_images/chart2/res/stackdirect3d_52x60_h.pngbin0 -> 286 bytes-rw-r--r--default_images/chart2/res/stackdirectboth_52x60.pngbin0 -> 582 bytes-rw-r--r--default_images/chart2/res/stackdirectboth_52x60_h.pngbin0 -> 279 bytes-rw-r--r--default_images/chart2/res/stackdirectlines_52x60.pngbin0 -> 409 bytes-rw-r--r--default_images/chart2/res/stackdirectlines_52x60_h.pngbin0 -> 246 bytes-rw-r--r--default_images/chart2/res/stackdirectpoints_52x60.pngbin0 -> 336 bytes-rw-r--r--default_images/chart2/res/stackdirectpoints_52x60_h.pngbin0 -> 205 bytes-rw-r--r--default_images/chart2/res/stacksmooth3d_52x60.pngbin0 -> 946 bytes-rw-r--r--default_images/chart2/res/stacksmooth3d_52x60_h.pngbin0 -> 279 bytes-rw-r--r--default_images/chart2/res/stacksmoothboth_52x60.pngbin0 -> 598 bytes-rw-r--r--default_images/chart2/res/stacksmoothboth_52x60_h.pngbin0 -> 289 bytes-rw-r--r--default_images/chart2/res/stacksmoothlines_52x60.pngbin0 -> 879 bytes-rw-r--r--default_images/chart2/res/stacksmoothlines_52x60_h.pngbin0 -> 251 bytes-rw-r--r--default_images/chart2/res/stock_52x60.pngbin0 -> 296 bytes-rw-r--r--default_images/chart2/res/stock_52x60_h.pngbin0 -> 166 bytes-rw-r--r--default_images/chart2/res/stockblock_52x60.pngbin0 -> 366 bytes-rw-r--r--default_images/chart2/res/stockblock_52x60_h.pngbin0 -> 195 bytes-rw-r--r--default_images/chart2/res/stockcolumns_52x60.pngbin0 -> 489 bytes-rw-r--r--default_images/chart2/res/stockcolumns_52x60_h.pngbin0 -> 248 bytes-rw-r--r--default_images/chart2/res/stockcolumnsattach_52x60.pngbin0 -> 557 bytes-rw-r--r--default_images/chart2/res/stockcolumnsattach_52x60_h.pngbin0 -> 258 bytes-rw-r--r--default_images/chart2/res/typearea_16.pngbin0 -> 600 bytes-rw-r--r--default_images/chart2/res/typearea_16_h.pngbin0 -> 154 bytes-rw-r--r--default_images/chart2/res/typebar_16.pngbin0 -> 442 bytes-rw-r--r--default_images/chart2/res/typebar_16_h.pngbin0 -> 103 bytes-rw-r--r--default_images/chart2/res/typebubble_16.pngbin0 -> 581 bytes-rw-r--r--default_images/chart2/res/typebubble_16_h.pngbin0 -> 141 bytes-rw-r--r--default_images/chart2/res/typecolumn_16.pngbin0 -> 521 bytes-rw-r--r--default_images/chart2/res/typecolumn_16_h.pngbin0 -> 100 bytes-rw-r--r--default_images/chart2/res/typecolumnline_16.pngbin0 -> 541 bytes-rw-r--r--default_images/chart2/res/typecolumnline_16_h.pngbin0 -> 150 bytes-rw-r--r--default_images/chart2/res/typenet_16.pngbin0 -> 582 bytes-rw-r--r--default_images/chart2/res/typenet_16_h.pngbin0 -> 187 bytes-rw-r--r--default_images/chart2/res/typepie_16.pngbin0 -> 895 bytes-rw-r--r--default_images/chart2/res/typepie_16_h.pngbin0 -> 155 bytes-rw-r--r--default_images/chart2/res/typepointline_16.pngbin0 -> 638 bytes-rw-r--r--default_images/chart2/res/typepointline_16_h.pngbin0 -> 155 bytes-rw-r--r--default_images/chart2/res/typestock_16.pngbin0 -> 405 bytes-rw-r--r--default_images/chart2/res/typestock_16_h.pngbin0 -> 124 bytes-rw-r--r--default_images/chart2/res/typexy_16.pngbin0 -> 388 bytes-rw-r--r--default_images/chart2/res/typexy_16_h.pngbin0 -> 163 bytes-rw-r--r--default_images/chart2/res/valueaxisdirect3d_52x60.pngbin0 -> 524 bytes-rw-r--r--default_images/chart2/res/valueaxisdirect3d_52x60_h.pngbin0 -> 363 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectboth_52x60.pngbin0 -> 572 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectboth_52x60_h.pngbin0 -> 345 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectlines_52x60.pngbin0 -> 376 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectlines_52x60_h.pngbin0 -> 313 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectpoints_52x60.pngbin0 -> 344 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectpoints_52x60_h.pngbin0 -> 207 bytes-rw-r--r--default_images/chart2/res/valueaxissmooth3d_52x60.pngbin0 -> 1501 bytes-rw-r--r--default_images/chart2/res/valueaxissmooth3d_52x60_h.pngbin0 -> 354 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothboth_52x60.pngbin0 -> 879 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothboth_52x60_h.pngbin0 -> 344 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothlines_52x60.pngbin0 -> 796 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothlines_52x60_h.pngbin0 -> 313 bytes-rw-r--r--default_images/database/linked_text_table.pngbin0 -> 607 bytes-rw-r--r--default_images/database/linked_text_table_hc.pngbin0 -> 144 bytes-rw-r--r--default_images/dbaccess/res/all_left.pngbin0 -> 460 bytes-rw-r--r--default_images/dbaccess/res/all_left_h.pngbin0 -> 106 bytes-rw-r--r--default_images/dbaccess/res/all_right.pngbin0 -> 448 bytes-rw-r--r--default_images/dbaccess/res/all_right_h.pngbin0 -> 106 bytes-rw-r--r--default_images/dbaccess/res/db.pngbin0 -> 1007 bytes-rw-r--r--default_images/dbaccess/res/db_sch.pngbin0 -> 176 bytes-rw-r--r--default_images/dbaccess/res/exerror.pngbin0 -> 510 bytes-rw-r--r--default_images/dbaccess/res/exerror_sch.pngbin0 -> 140 bytes-rw-r--r--default_images/dbaccess/res/exinfo.pngbin0 -> 801 bytes-rw-r--r--default_images/dbaccess/res/exinfo_sch.pngbin0 -> 370 bytes-rw-r--r--default_images/dbaccess/res/exwarning.pngbin0 -> 733 bytes-rw-r--r--default_images/dbaccess/res/exwarning_sch.pngbin0 -> 152 bytes-rw-r--r--default_images/dbaccess/res/form_16.pngbin0 -> 515 bytes-rw-r--r--default_images/dbaccess/res/form_16_h.pngbin0 -> 118 bytes-rw-r--r--default_images/dbaccess/res/forms_16.pngbin0 -> 586 bytes-rw-r--r--default_images/dbaccess/res/forms_16_h.pngbin0 -> 141 bytes-rw-r--r--default_images/dbaccess/res/forms_32.pngbin0 -> 1514 bytes-rw-r--r--default_images/dbaccess/res/forms_32_h.pngbin0 -> 212 bytes-rw-r--r--default_images/dbaccess/res/jo01.pngbin0 -> 404 bytes-rw-r--r--default_images/dbaccess/res/jo02.pngbin0 -> 443 bytes-rw-r--r--default_images/dbaccess/res/joh01.pngbin0 -> 112 bytes-rw-r--r--default_images/dbaccess/res/joh02.pngbin0 -> 110 bytes-rw-r--r--default_images/dbaccess/res/lc036.pngbin0 -> 1146 bytes-rw-r--r--default_images/dbaccess/res/lc037.pngbin0 -> 1173 bytes-rw-r--r--default_images/dbaccess/res/lc038.pngbin0 -> 1091 bytes-rw-r--r--default_images/dbaccess/res/lc039.pngbin0 -> 989 bytes-rw-r--r--default_images/dbaccess/res/lc040.pngbin0 -> 1583 bytes-rw-r--r--default_images/dbaccess/res/lch036.pngbin0 -> 173 bytes-rw-r--r--default_images/dbaccess/res/lch037.pngbin0 -> 186 bytes-rw-r--r--default_images/dbaccess/res/lch038.pngbin0 -> 202 bytes-rw-r--r--default_images/dbaccess/res/lch039.pngbin0 -> 166 bytes-rw-r--r--default_images/dbaccess/res/lch040.pngbin0 -> 237 bytes-rw-r--r--default_images/dbaccess/res/nu07.pngbin0 -> 477 bytes-rw-r--r--default_images/dbaccess/res/nu08.pngbin0 -> 510 bytes-rw-r--r--default_images/dbaccess/res/nu09.pngbin0 -> 454 bytes-rw-r--r--default_images/dbaccess/res/nuh07.pngbin0 -> 135 bytes-rw-r--r--default_images/dbaccess/res/nuh08.pngbin0 -> 140 bytes-rw-r--r--default_images/dbaccess/res/nuh09.pngbin0 -> 126 bytes-rw-r--r--default_images/dbaccess/res/one_left.pngbin0 -> 454 bytes-rw-r--r--default_images/dbaccess/res/one_left_h.pngbin0 -> 101 bytes-rw-r--r--default_images/dbaccess/res/one_right.pngbin0 -> 465 bytes-rw-r--r--default_images/dbaccess/res/one_right_h.pngbin0 -> 101 bytes-rw-r--r--default_images/dbaccess/res/pkey.pngbin0 -> 390 bytes-rw-r--r--default_images/dbaccess/res/pkey_sch.pngbin0 -> 110 bytes-rw-r--r--default_images/dbaccess/res/queries_32.pngbin0 -> 1107 bytes-rw-r--r--default_images/dbaccess/res/queries_32_h.pngbin0 -> 203 bytes-rw-r--r--default_images/dbaccess/res/report_16.pngbin0 -> 644 bytes-rw-r--r--default_images/dbaccess/res/report_16_h.pngbin0 -> 102 bytes-rw-r--r--default_images/dbaccess/res/reports_16.pngbin0 -> 656 bytes-rw-r--r--default_images/dbaccess/res/reports_16_h.pngbin0 -> 130 bytes-rw-r--r--default_images/dbaccess/res/reports_32.pngbin0 -> 1653 bytes-rw-r--r--default_images/dbaccess/res/reports_32_h.pngbin0 -> 213 bytes-rw-r--r--default_images/dbaccess/res/sc036.pngbin0 -> 771 bytes-rw-r--r--default_images/dbaccess/res/sc037.pngbin0 -> 765 bytes-rw-r--r--default_images/dbaccess/res/sc038.pngbin0 -> 755 bytes-rw-r--r--default_images/dbaccess/res/sc039.pngbin0 -> 706 bytes-rw-r--r--default_images/dbaccess/res/sc040.pngbin0 -> 873 bytes-rw-r--r--default_images/dbaccess/res/sch036.pngbin0 -> 146 bytes-rw-r--r--default_images/dbaccess/res/sch037.pngbin0 -> 163 bytes-rw-r--r--default_images/dbaccess/res/sch038.pngbin0 -> 177 bytes-rw-r--r--default_images/dbaccess/res/sch039.pngbin0 -> 146 bytes-rw-r--r--default_images/dbaccess/res/sch040.pngbin0 -> 176 bytes-rw-r--r--default_images/dbaccess/res/sortdown.pngbin0 -> 583 bytes-rw-r--r--default_images/dbaccess/res/sortdown_h.pngbin0 -> 174 bytes-rw-r--r--default_images/dbaccess/res/sortup.pngbin0 -> 574 bytes-rw-r--r--default_images/dbaccess/res/sortup_h.pngbin0 -> 176 bytes-rw-r--r--default_images/dbaccess/res/sxh03187.pngbin0 -> 142 bytes-rw-r--r--default_images/dbaccess/res/sxh16670.pngbin0 -> 168 bytes-rw-r--r--default_images/dbaccess/res/tables_32.pngbin0 -> 1353 bytes-rw-r--r--default_images/dbaccess/res/tables_32_h.pngbin0 -> 222 bytes-rw-r--r--default_images/desktop/res/caution_12.pngbin0 -> 548 bytes-rw-r--r--default_images/desktop/res/caution_12_h.pngbin0 -> 142 bytes-rw-r--r--default_images/desktop/res/caution_16.pngbin0 -> 733 bytes-rw-r--r--default_images/desktop/res/caution_16_h.pngbin0 -> 152 bytes-rw-r--r--default_images/desktop/res/extension_16.pngbin0 -> 557 bytes-rw-r--r--default_images/desktop/res/extension_16_h.pngbin0 -> 148 bytes-rw-r--r--default_images/desktop/res/extension_32.pngbin0 -> 1298 bytes-rw-r--r--default_images/desktop/res/extension_32_h.pngbin0 -> 225 bytes-rw-r--r--default_images/desktop/res/info_16.pngbin0 -> 801 bytes-rw-r--r--default_images/desktop/res/info_16_h.pngbin0 -> 370 bytes-rw-r--r--default_images/desktop/res/lock_16.pngbin0 -> 973 bytes-rw-r--r--default_images/desktop/res/lock_16_h.pngbin0 -> 151 bytes-rw-r--r--default_images/desktop/res/regkey.pngbin0 -> 1130 bytes-rw-r--r--default_images/desktop/res/shared_16.pngbin0 -> 4055 bytes-rw-r--r--default_images/desktop/res/shared_16_h.pngbin0 -> 3650 bytes-rw-r--r--default_images/extensions/res/addresspilot.pngbin0 -> 1410 bytes-rw-r--r--default_images/extensions/res/arrow.pngbin0 -> 537 bytes-rw-r--r--default_images/extensions/res/buttonminus.pngbin0 -> 457 bytes-rw-r--r--default_images/extensions/res/buttonminus_hc.pngbin0 -> 122 bytes-rw-r--r--default_images/extensions/res/buttonplus.pngbin0 -> 424 bytes-rw-r--r--default_images/extensions/res/buttonplus_hc.pngbin0 -> 228 bytes-rw-r--r--default_images/extensions/res/m_arrow.pngbin0 -> 526 bytes-rw-r--r--default_images/extensions/source/scanner/handle.pngbin0 -> 195 bytes-rw-r--r--default_images/extensions/source/scanner/minus.pngbin0 -> 293 bytes-rw-r--r--default_images/extensions/source/scanner/plus.pngbin0 -> 331 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_16.pngbin0 -> 529 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_16_h.pngbin0 -> 141 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_26.pngbin0 -> 866 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_26_h.pngbin0 -> 171 bytes-rw-r--r--default_images/formula/res/fapclose.pngbin0 -> 440 bytes-rw-r--r--default_images/formula/res/fapclose_h.pngbin0 -> 109 bytes-rw-r--r--default_images/formula/res/faperror.pngbin0 -> 453 bytes-rw-r--r--default_images/formula/res/faperror_h.pngbin0 -> 107 bytes-rw-r--r--default_images/formula/res/fapok.pngbin0 -> 444 bytes-rw-r--r--default_images/formula/res/fapok_h.pngbin0 -> 107 bytes-rw-r--r--default_images/formula/res/fapopen.pngbin0 -> 736 bytes-rw-r--r--default_images/formula/res/fapopen_h.pngbin0 -> 126 bytes-rw-r--r--default_images/formula/res/fx.pngbin0 -> 500 bytes-rw-r--r--default_images/formula/res/fx_h.pngbin0 -> 124 bytes-rw-r--r--default_images/formula/res/refinp1.pngbin0 -> 629 bytes-rw-r--r--default_images/formula/res/refinp1_h.pngbin0 -> 119 bytes-rw-r--r--default_images/formula/res/refinp2.pngbin0 -> 569 bytes-rw-r--r--default_images/formula/res/refinp2_h.pngbin0 -> 122 bytes-rw-r--r--default_images/fpicker/res/fp011.pngbin0 -> 705 bytes-rw-r--r--default_images/fpicker/res/fp014.pngbin0 -> 663 bytes-rw-r--r--default_images/fpicker/res/fph011.pngbin0 -> 135 bytes-rw-r--r--default_images/fpicker/res/fph014.pngbin0 -> 125 bytes-rw-r--r--default_images/fpicker/res/list.pngbin0 -> 202 bytes-rw-r--r--default_images/framework/res/addtemplate_32.pngbin0 -> 939 bytes-rw-r--r--default_images/framework/res/arrow.pngbin0 -> 537 bytes-rw-r--r--default_images/framework/res/backing.pngbin0 -> 95249 bytes-rw-r--r--default_images/framework/res/backing_hc.pngbin0 -> 121327 bytes-rw-r--r--default_images/framework/res/backing_right.pngbin0 -> 9041 bytes-rw-r--r--default_images/framework/res/backing_right_hc.pngbin0 -> 6338 bytes-rw-r--r--default_images/framework/res/backing_rtl_left.pngbin0 -> 8647 bytes-rw-r--r--default_images/framework/res/backing_rtl_left_hc.pngbin0 -> 6339 bytes-rw-r--r--default_images/framework/res/backing_rtl_right.pngbin0 -> 94007 bytes-rw-r--r--default_images/framework/res/backing_rtl_right_hc.pngbin0 -> 117825 bytes-rw-r--r--default_images/framework/res/backing_space.pngbin0 -> 2794 bytes-rw-r--r--default_images/framework/res/backing_space_hc.pngbin0 -> 2752 bytes-rw-r--r--default_images/framework/res/info_26.pngbin0 -> 2012 bytes-rw-r--r--default_images/framework/res/logo.pngbin0 -> 695 bytes-rw-r--r--default_images/framework/res/register_32.pngbin0 -> 1685 bytes-rw-r--r--default_images/goodies/res/bombe.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/explos1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/explos2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/explos3.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/fighter1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/fighterl.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/fighterr.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/helden.bmpbin0 -> 4438 bytes-rw-r--r--default_images/goodies/res/monitio1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monitio2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monstb1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monstb2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monstb3.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monstb4.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monster1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monster2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monster3.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/monster4.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/scores.bmpbin0 -> 52918 bytes-rw-r--r--default_images/goodies/res/swars.bmpbin0 -> 9118 bytes-rw-r--r--default_images/goodies/res/uvisibl1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/uvisibl2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/uvisibl3.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall1.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall10.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall2.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall3.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall4.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall5.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall6.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall7.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall8.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wall9.bmpbin0 -> 630 bytes-rw-r--r--default_images/goodies/res/wlcome2.bmpbin0 -> 52918 bytes-rw-r--r--default_images/introabout/about.bmpbin0 -> 118614 bytes-rw-r--r--default_images/introabout/intro.bmpbin0 -> 378718 bytes-rw-r--r--default_images/minimizer/aboutlogo.pngbin0 -> 43076 bytes-rw-r--r--default_images/minimizer/minimizepresi_80.pngbin0 -> 4090 bytes-rw-r--r--default_images/minimizer/minimizepresi_80_h.pngbin0 -> 1156 bytes-rw-r--r--default_images/minimizer/opt_16.pngbin0 -> 612 bytes-rw-r--r--default_images/minimizer/opt_16_h.pngbin0 -> 166 bytes-rw-r--r--default_images/minimizer/opt_26.pngbin0 -> 1288 bytes-rw-r--r--default_images/minimizer/opt_26_h.pngbin0 -> 264 bytes-rw-r--r--default_images/padmin/source/butter.pngbin0 -> 1834 bytes-rw-r--r--default_images/padmin/source/fax.pngbin0 -> 730 bytes-rwxr-xr-xdefault_images/padmin/source/fax_16_h.pngbin0 -> 152 bytes-rw-r--r--default_images/padmin/source/pdf.pngbin0 -> 610 bytes-rw-r--r--default_images/padmin/source/print.pngbin0 -> 577 bytes-rwxr-xr-xdefault_images/padmin/source/printer_16_h.pngbin0 -> 133 bytes-rwxr-xr-xdefault_images/padmin/source/printer_40x48_h.pngbin0 -> 301 bytes-rw-r--r--default_images/padmin/source/printer_large.pngbin0 -> 1429 bytes-rwxr-xr-xdefault_images/padmin/source/printpdf_16_h.pngbin0 -> 150 bytes-rw-r--r--default_images/reportdesign/res/report_16.pngbin0 -> 644 bytes-rw-r--r--default_images/reportdesign/res/sc20557.pngbin0 -> 510 bytes-rwxr-xr-xdefault_images/reportdesign/res/sc30768.pngbin0 -> 583 bytes-rwxr-xr-xdefault_images/reportdesign/res/sc30769.pngbin0 -> 3927 bytes-rwxr-xr-xdefault_images/reportdesign/res/sc30770.pngbin0 -> 510 bytes-rwxr-xr-xdefault_images/reportdesign/res/sch30768.pngbin0 -> 348 bytes-rwxr-xr-xdefault_images/reportdesign/res/sch30769.pngbin0 -> 3670 bytes-rwxr-xr-xdefault_images/reportdesign/res/sch30770.pngbin0 -> 140 bytes-rw-r--r--default_images/reportdesign/res/sortdown.pngbin0 -> 583 bytes-rw-r--r--default_images/reportdesign/res/sortdown_h.pngbin0 -> 174 bytes-rw-r--r--default_images/reportdesign/res/sortup.pngbin0 -> 574 bytes-rw-r--r--default_images/reportdesign/res/sortup_h.pngbin0 -> 176 bytes-rw-r--r--default_images/reportdesign/res/sx10454.pngbin0 -> 498 bytes-rw-r--r--default_images/reportdesign/res/sx10928.pngbin0 -> 337 bytes-rw-r--r--default_images/reportdesign/res/sx10929.pngbin0 -> 394 bytes-rw-r--r--default_images/reportdesign/res/sx11047.pngbin0 -> 671 bytes-rw-r--r--default_images/reportdesign/res/sx12452.pngbin0 -> 863 bytes-rw-r--r--default_images/reportdesign/res/sx12453.pngbin0 -> 863 bytes-rw-r--r--default_images/reportdesign/res/sx12454.pngbin0 -> 546 bytes-rw-r--r--default_images/reportdesign/res/sx12464.pngbin0 -> 644 bytes-rw-r--r--default_images/reportdesign/res/sx12466.pngbin0 -> 499 bytes-rw-r--r--default_images/reportdesign/res/sx12468.pngbin0 -> 501 bytes-rw-r--r--default_images/reportdesign/res/sx12477.pngbin0 -> 394 bytes-rw-r--r--default_images/reportdesign/res/sx12594.pngbin0 -> 543 bytes-rw-r--r--default_images/reportdesign/res/sx12602.pngbin0 -> 498 bytes-rw-r--r--default_images/reportdesign/res/sx12603.pngbin0 -> 501 bytes-rw-r--r--default_images/reportdesign/res/sxh10454.pngbin0 -> 259 bytes-rw-r--r--default_images/reportdesign/res/sxh10928.pngbin0 -> 101 bytes-rw-r--r--default_images/reportdesign/res/sxh10929.pngbin0 -> 101 bytes-rw-r--r--default_images/reportdesign/res/sxh11047.pngbin0 -> 131 bytes-rw-r--r--default_images/reportdesign/res/sxh12452.pngbin0 -> 863 bytes-rw-r--r--default_images/reportdesign/res/sxh12453.pngbin0 -> 863 bytes-rw-r--r--default_images/reportdesign/res/sxh12454.pngbin0 -> 260 bytes-rw-r--r--default_images/reportdesign/res/sxh12464.pngbin0 -> 644 bytes-rw-r--r--default_images/reportdesign/res/sxh12466.pngbin0 -> 264 bytes-rw-r--r--default_images/reportdesign/res/sxh12468.pngbin0 -> 272 bytes-rw-r--r--default_images/reportdesign/res/sxh12477.pngbin0 -> 101 bytes-rw-r--r--default_images/reportdesign/res/sxh12594.pngbin0 -> 129 bytes-rw-r--r--default_images/reportdesign/res/sxh12602.pngbin0 -> 259 bytes-rw-r--r--default_images/reportdesign/res/sxh12603.pngbin0 -> 216 bytes-rw-r--r--default_images/res/adrbook.pngbin0 -> 998 bytes-rw-r--r--default_images/res/adrbook_hc.pngbin0 -> 128 bytes-rw-r--r--default_images/res/arrow_move_down.pngbin0 -> 583 bytes-rw-r--r--default_images/res/arrow_move_down_hc.pngbin0 -> 334 bytes-rw-r--r--default_images/res/arrow_move_up.pngbin0 -> 574 bytes-rw-r--r--default_images/res/arrow_move_up_hc.pngbin0 -> 176 bytes-rw-r--r--default_images/res/arrowup_16.pngbin0 -> 583 bytes-rw-r--r--default_images/res/ballgreen_7.pngbin0 -> 269 bytes-rw-r--r--default_images/res/ballred_7.pngbin0 -> 241 bytes-rw-r--r--default_images/res/basbrk.pngbin0 -> 608 bytes-rw-r--r--default_images/res/basgocl.pngbin0 -> 203 bytes-rw-r--r--default_images/res/basobj2.pngbin0 -> 195 bytes-rw-r--r--default_images/res/baswatr.pngbin0 -> 780 bytes-rw-r--r--default_images/res/baswatr_h.pngbin0 -> 181 bytes-rw-r--r--default_images/res/browse.pngbin0 -> 816 bytes-rw-r--r--default_images/res/browse_hc.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/ar/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/ar/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/ar/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/ar/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ar/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/ar/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_backcolor.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_bold.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_dbqueryrename.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_dbtablerename.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_doubleclicktextedit.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_edit.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_editglossary.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_hyphenate.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_hyphenation.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_insertedit.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_italic.pngbin0 -> 545 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_label.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_ordercrit.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_pickthrough.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_shadowed.pngbin0 -> 805 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortascending.pngbin0 -> 719 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortdescending.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortdown.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortup.pngbin0 -> 719 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spelldialog.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spelling.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spellonline.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_strikeout.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_tablesort.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_textdraft.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_thesaurus.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_thesaurusdialog.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_underline.pngbin0 -> 508 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_underlinedouble.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_backcolor.pngbin0 -> 218 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_bold.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_doubleclicktextedit.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_edit.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_editglossary.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_hyphenate.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_hyphenation.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_insertedit.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_insertfixedtext.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_italic.pngbin0 -> 498 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_label.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_ordercrit.pngbin0 -> 454 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_pickthrough.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_quickedit.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_sortascending.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_sortdescending.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_sortdown.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_sortup.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_spelldialog.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_spelling.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_spellonline.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_strikeout.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_tablesort.pngbin0 -> 454 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_thesaurus.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_thesaurusdialog.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_toggleaxistitle.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_toggletitle.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_underline.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/bg/lch_underlinedouble.pngbin0 -> 436 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_backcolor.pngbin0 -> 406 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_bold.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_dbqueryrename.pngbin0 -> 287 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_dbtablerename.pngbin0 -> 287 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_doubleclicktextedit.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_edit.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_editglossary.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_hyphenate.pngbin0 -> 229 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_hyphenation.pngbin0 -> 229 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_insertedit.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_insertfixedtext.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_italic.pngbin0 -> 347 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_label.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_ordercrit.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_quickedit.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_shadowed.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortascending.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortdescending.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortdown.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortup.pngbin0 -> 444 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spelldialog.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spelling.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spellonline.pngbin0 -> 229 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_strikeout.pngbin0 -> 231 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_tablesort.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_textdraft.pngbin0 -> 400 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_thesaurus.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_thesaurusdialog.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_underline.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_underlinedouble.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_backcolor.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_bold.pngbin0 -> 297 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_editglossary.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_hyphenate.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_hyphenation.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_insertedit.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_italic.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_label.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_ordercrit.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_pickthrough.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_sortascending.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_sortdescending.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_sortdown.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_sortup.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_spelldialog.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_spelling.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_spellonline.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_strikeout.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_tablesort.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_thesaurus.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_thesaurusdialog.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_underline.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/bg/sch_underlinedouble.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_bold.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_italic.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/ca/lch_bold.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/ca/lch_italic.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/ca/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/ca/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_bold.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_italic.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/ca/sch_bold.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ca/sch_italic.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/ca/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ca/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/cs/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/cs/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/cs/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/cs/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/cs/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/cs/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/cs/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/cs/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/cs/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/cs/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_bold.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_italic.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_numberformatdecimal.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_underline.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_underlinedouble.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/de/lch_bold.pngbin0 -> 321 bytes-rw-r--r--default_images/res/commandimagelist/de/lch_italic.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/de/lch_numberformatdecimal.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/de/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/de/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_bold.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_italic.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_numberformatdecimal.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_underline.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_underlinedouble.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/de/sch_bold.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/de/sch_italic.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/de/sch_numberformatdecimal.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/de/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/de/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_bold.pngbin0 -> 650 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_italic.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_underline.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_underlinedouble.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lch_italic.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_italic.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_underline.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_underlinedouble.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sch_italic.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_bold.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_italic.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_numberformatdecimal.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/es/lch_bold.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/es/lch_italic.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/es/lch_numberformatdecimal.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/es/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/es/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_bold.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_italic.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_numberformatdecimal.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/es/sch_bold.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/es/sch_italic.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/es/sch_numberformatdecimal.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/es/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/es/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/et/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/et/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/et/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/et/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/et/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_underline.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/et/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/et/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/et/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/et/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/et/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_bold.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/fr/lch_bold.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/fr/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/fr/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/fr/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_bold.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/fr/sch_bold.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/fr/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/fr/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/fr/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_bold.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_italic.pngbin0 -> 549 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_underline.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_underlinedouble.pngbin0 -> 652 bytes-rw-r--r--default_images/res/commandimagelist/hu/lch_bold.pngbin0 -> 285 bytes-rw-r--r--default_images/res/commandimagelist/hu/lch_italic.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/hu/lch_underline.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/hu/lch_underlinedouble.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_bold.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_italic.pngbin0 -> 373 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_underline.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_underlinedouble.pngbin0 -> 472 bytes-rw-r--r--default_images/res/commandimagelist/hu/sch_bold.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/hu/sch_italic.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/hu/sch_underline.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/hu/sch_underlinedouble.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_bold.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_italic.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/it/lch_bold.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/it/lch_italic.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/it/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/it/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_bold.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_italic.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/it/sch_bold.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/it/sch_italic.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/it/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/it/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/ja/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/ja/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/ja/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/ja/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/ja/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ja/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/ja/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/ja/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_bold.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_italic.pngbin0 -> 608 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_underline.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_underlinedouble.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/km/lch_bold.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/km/lch_italic.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/km/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/km/lch_underline.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/km/lch_underlinedouble.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_bold.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_italic.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_underline.pngbin0 -> 497 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_underlinedouble.pngbin0 -> 501 bytes-rw-r--r--default_images/res/commandimagelist/km/sch_bold.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/km/sch_italic.pngbin0 -> 483 bytes-rw-r--r--default_images/res/commandimagelist/km/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/km/sch_underline.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/km/sch_underlinedouble.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_bold.pngbin0 -> 338 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_charfontname.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_color.pngbin0 -> 349 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_drawtext.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_fontcolor.pngbin0 -> 349 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_fontheight.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_italic.pngbin0 -> 351 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_ordercrit.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_outlinefont.pngbin0 -> 403 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_shadowed.pngbin0 -> 438 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_sortdown.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_sortup.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_strikeout.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_tablesort.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_text.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_text_marquee.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_textdirectionlefttoright.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_textdirectiontoptobottom.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_texttoolbox.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_underline.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_underlinedouble.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_verticaltext.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_bold.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_charfontname.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_color.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_drawtext.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_fontcolor.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_fontheight.pngbin0 -> 216 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_italic.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_ordercrit.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_outlinefont.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_shadowed.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_sortdown.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_sortup.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_strikeout.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_tablesort.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_text.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_text_marquee.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_textdirectionlefttoright.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_textdirectiontoptobottom.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_texttoolbox.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_underlinedouble.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/ko/lch_verticaltext.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_bold.pngbin0 -> 269 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_charfontname.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_color.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_drawtext.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_fontcolor.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_fontheight.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_italic.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_ordercrit.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_outlinefont.pngbin0 -> 299 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_shadowed.pngbin0 -> 308 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_sortdown.pngbin0 -> 307 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_sortup.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_strikeout.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_tablesort.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_text.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_text_marquee.pngbin0 -> 267 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_textdirectionlefttoright.pngbin0 -> 283 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_textdirectiontoptobottom.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_texttoolbox.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_underline.pngbin0 -> 285 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_underlinedouble.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_verticaltext.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_bold.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_charfontname.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_color.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_drawtext.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_fontcolor.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_fontheight.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_italic.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_ordercrit.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_outlinefont.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_shadowed.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_sortdown.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_sortup.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_strikeout.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_tablesort.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_text.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_text_marquee.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_textdirectionlefttoright.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_textdirectiontoptobottom.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_texttoolbox.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_underline.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_underlinedouble.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ko/sch_verticaltext.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lc_absoluterecord.pngbin0 -> 1509 bytes-rw-r--r--default_images/res/commandimagelist/lc_actionmode.pngbin0 -> 1322 bytes-rw-r--r--default_images/res/commandimagelist/lc_addbookmark.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_adddatefield.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_adddirect.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/lc_addfield.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/lc_addons.pngbin0 -> 897 bytes-rw-r--r--default_images/res/commandimagelist/lc_addprintarea.pngbin0 -> 796 bytes-rw-r--r--default_images/res/commandimagelist/lc_addtable.pngbin0 -> 740 bytes-rw-r--r--default_images/res/commandimagelist/lc_addwatch.pngbin0 -> 879 bytes-rw-r--r--default_images/res/commandimagelist/lc_adjust.pngbin0 -> 1348 bytes-rw-r--r--default_images/res/commandimagelist/lc_advancedmode.pngbin0 -> 1572 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignblock.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignbottom.pngbin0 -> 851 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligncenter.pngbin0 -> 985 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligndown.pngbin0 -> 725 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignhorizontalcenter.pngbin0 -> 493 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignleft.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignmiddle.pngbin0 -> 955 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignright.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligntop.pngbin0 -> 861 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignup.pngbin0 -> 717 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignvcenter.pngbin0 -> 973 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignverticalcenter.pngbin0 -> 973 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationeffects.pngbin0 -> 1029 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationmode.pngbin0 -> 1406 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationobjects.pngbin0 -> 949 bytes-rw-r--r--default_images/res/commandimagelist/lc_apply.pngbin0 -> 1435 bytes-rw-r--r--default_images/res/commandimagelist/lc_arc.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.chevron.pngbin0 -> 904 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.circular-arrow.pngbin0 -> 1267 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.corner-right-arrow.pngbin0 -> 748 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.down-arrow-callout.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.down-arrow.pngbin0 -> 905 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-arrow-callout.pngbin0 -> 812 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-arrow.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-right-arrow-callout.pngbin0 -> 920 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-right-arrow.pngbin0 -> 882 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.notched-right-arrow.pngbin0 -> 900 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.pentagon-right.pngbin0 -> 745 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.pngbin0 -> 882 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.quad-arrow-callout.pngbin0 -> 1318 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.quad-arrow.pngbin0 -> 1054 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.right-arrow-callout.pngbin0 -> 827 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.right-arrow.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.s-sharped-arrow.pngbin0 -> 1235 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.split-arrow.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.split-round-arrow.pngbin0 -> 1252 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.striped-right-arrow.pngbin0 -> 860 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-arrow-callout.pngbin0 -> 755 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-arrow.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-down-arrow-callout.pngbin0 -> 1012 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-down-arrow.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-arrow-callout.pngbin0 -> 1013 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-arrow.pngbin0 -> 913 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-down-arrow.pngbin0 -> 979 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowstoolbox.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_autocontrolfocus.pngbin0 -> 1022 bytes-rw-r--r--default_images/res/commandimagelist/lc_autofilter.pngbin0 -> 1321 bytes-rw-r--r--default_images/res/commandimagelist/lc_autoformat.pngbin0 -> 1362 bytes-rw-r--r--default_images/res/commandimagelist/lc_autosum.pngbin0 -> 921 bytes-rw-r--r--default_images/res/commandimagelist/lc_avmediaplayer.pngbin0 -> 773 bytes-rw-r--r--default_images/res/commandimagelist/lc_backcolor.pngbin0 -> 1205 bytes-rw-r--r--default_images/res/commandimagelist/lc_backgroundcolor.pngbin0 -> 1126 bytes-rw-r--r--default_images/res/commandimagelist/lc_backgroundpatterncontroller.pngbin0 -> 1126 bytes-rw-r--r--default_images/res/commandimagelist/lc_backward.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.block-arc.pngbin0 -> 1146 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.can.pngbin0 -> 1177 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.circle-pie.pngbin0 -> 1178 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.circle.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.cross.pngbin0 -> 714 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.cube.pngbin0 -> 878 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.diamond.pngbin0 -> 1030 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.ellipse.pngbin0 -> 1165 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.frame.pngbin0 -> 709 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.hexagon.pngbin0 -> 839 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.isosceles-triangle.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.octagon.pngbin0 -> 880 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.paper.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.parallelogram.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.pentagon.pngbin0 -> 811 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.pngbin0 -> 1030 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.quadrat.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.rectangle.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.right-triangle.pngbin0 -> 729 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.ring.pngbin0 -> 1845 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.round-quadrat.pngbin0 -> 782 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.round-rectangle.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.trapezoid.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepinto.pngbin0 -> 1173 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepout.pngbin0 -> 1167 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepover.pngbin0 -> 1215 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstop.pngbin0 -> 885 bytes-rw-r--r--default_images/res/commandimagelist/lc_beamer.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_beforeobject.pngbin0 -> 942 bytes-rw-r--r--default_images/res/commandimagelist/lc_behindobject.pngbin0 -> 1077 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezier_unfilled.pngbin0 -> 917 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierappend.pngbin0 -> 733 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierclose.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierconvert.pngbin0 -> 996 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziercutline.pngbin0 -> 1620 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierdelete.pngbin0 -> 734 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezieredge.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziereliminatepoints.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierfill.pngbin0 -> 1176 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierinsert.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziermove.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziersmooth.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziersymmetric.pngbin0 -> 730 bytes-rw-r--r--default_images/res/commandimagelist/lc_bighandles.pngbin0 -> 450 bytes-rw-r--r--default_images/res/commandimagelist/lc_bold.pngbin0 -> 650 bytes-rw-r--r--default_images/res/commandimagelist/lc_borderdialog.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/lc_bringtofront.pngbin0 -> 632 bytes-rw-r--r--default_images/res/commandimagelist/lc_browsebackward.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/commandimagelist/lc_browseforward.pngbin0 -> 1039 bytes-rw-r--r--default_images/res/commandimagelist/lc_browseview.pngbin0 -> 1493 bytes-rw-r--r--default_images/res/commandimagelist/lc_bullet.pngbin0 -> 1739 bytes-rw-r--r--default_images/res/commandimagelist/lc_bulletsandnumberingdialog.pngbin0 -> 934 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.cloud-callout.pngbin0 -> 1593 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-1.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-2.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-3.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.pngbin0 -> 1102 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.rectangular-callout.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.round-callout.pngbin0 -> 1350 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.round-rectangular-callout.pngbin0 -> 1102 bytes-rw-r--r--default_images/res/commandimagelist/lc_cancel.pngbin0 -> 1119 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellvertbottom.pngbin0 -> 851 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellvertcenter.pngbin0 -> 973 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellverttop.pngbin0 -> 861 bytes-rw-r--r--default_images/res/commandimagelist/lc_centerpara.pngbin0 -> 493 bytes-rw-r--r--default_images/res/commandimagelist/lc_chainframes.pngbin0 -> 877 bytes-rw-r--r--default_images/res/commandimagelist/lc_changebezier.pngbin0 -> 1292 bytes-rw-r--r--default_images/res/commandimagelist/lc_changepolygon.pngbin0 -> 1354 bytes-rw-r--r--default_images/res/commandimagelist/lc_charfontname.pngbin0 -> 1355 bytes-rw-r--r--default_images/res/commandimagelist/lc_checkbox.pngbin0 -> 871 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosecontrols.pngbin0 -> 1334 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosedesign.pngbin0 -> 1199 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosemacro.pngbin0 -> 1981 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosepolygon.pngbin0 -> 625 bytes-rw-r--r--default_images/res/commandimagelist/lc_circle.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/commandimagelist/lc_circle_unfilled.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlearc.pngbin0 -> 1105 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlecut.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlecut_unfilled.pngbin0 -> 1365 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlepie.pngbin0 -> 1178 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlepie_unfilled.pngbin0 -> 1190 bytes-rw-r--r--default_images/res/commandimagelist/lc_clickchangerotation.pngbin0 -> 1690 bytes-rw-r--r--default_images/res/commandimagelist/lc_closedoc.pngbin0 -> 1097 bytes-rw-r--r--default_images/res/commandimagelist/lc_closedocs.pngbin0 -> 582 bytes-rw-r--r--default_images/res/commandimagelist/lc_closemasterview.pngbin0 -> 1194 bytes-rw-r--r--default_images/res/commandimagelist/lc_closewin.pngbin0 -> 1097 bytes-rw-r--r--default_images/res/commandimagelist/lc_color.pngbin0 -> 1019 bytes-rw-r--r--default_images/res/commandimagelist/lc_colorsettings.pngbin0 -> 1115 bytes-rw-r--r--default_images/res/commandimagelist/lc_colorview.pngbin0 -> 678 bytes-rw-r--r--default_images/res/commandimagelist/lc_combobox.pngbin0 -> 1175 bytes-rw-r--r--default_images/res/commandimagelist/lc_commontaskbarvisible.pngbin0 -> 1017 bytes-rw-r--r--default_images/res/commandimagelist/lc_compilebasic.pngbin0 -> 1071 bytes-rw-r--r--default_images/res/commandimagelist/lc_cone.pngbin0 -> 925 bytes-rw-r--r--default_images/res/commandimagelist/lc_config.pngbin0 -> 1334 bytes-rw-r--r--default_images/res/commandimagelist/lc_connector.pngbin0 -> 652 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrowend.pngbin0 -> 828 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrows.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrowstart.pngbin0 -> 826 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcircleend.pngbin0 -> 823 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcircles.pngbin0 -> 773 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcirclestart.pngbin0 -> 820 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurve.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrowend.pngbin0 -> 956 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrows.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrowstart.pngbin0 -> 979 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecircleend.pngbin0 -> 934 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecircles.pngbin0 -> 903 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecirclestart.pngbin0 -> 967 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorline.pngbin0 -> 728 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrowend.pngbin0 -> 838 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrows.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrowstart.pngbin0 -> 872 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecircleend.pngbin0 -> 891 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecircles.pngbin0 -> 819 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecirclestart.pngbin0 -> 890 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlines.pngbin0 -> 796 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrowend.pngbin0 -> 901 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrows.pngbin0 -> 952 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrowstart.pngbin0 -> 906 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescircleend.pngbin0 -> 870 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescircles.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescirclestart.pngbin0 -> 894 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectortoolbox.pngbin0 -> 773 bytes-rw-r--r--default_images/res/commandimagelist/lc_contourdialog.pngbin0 -> 1043 bytes-rw-r--r--default_images/res/commandimagelist/lc_controlcodes.pngbin0 -> 731 bytes-rw-r--r--default_images/res/commandimagelist/lc_controlproperties.pngbin0 -> 1095 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3d.pngbin0 -> 1189 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3dlathe.pngbin0 -> 1225 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3dlathefast.pngbin0 -> 1325 bytes-rw-r--r--default_images/res/commandimagelist/lc_copy.pngbin0 -> 855 bytes-rw-r--r--default_images/res/commandimagelist/lc_countall.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_crookrotate.pngbin0 -> 1191 bytes-rw-r--r--default_images/res/commandimagelist/lc_crookslant.pngbin0 -> 1381 bytes-rw-r--r--default_images/res/commandimagelist/lc_crop.pngbin0 -> 1946 bytes-rw-r--r--default_images/res/commandimagelist/lc_cube.pngbin0 -> 944 bytes-rw-r--r--default_images/res/commandimagelist/lc_currencyfield.pngbin0 -> 1219 bytes-rw-r--r--default_images/res/commandimagelist/lc_customanimation.pngbin0 -> 1348 bytes-rw-r--r--default_images/res/commandimagelist/lc_cut.pngbin0 -> 1623 bytes-rw-r--r--default_images/res/commandimagelist/lc_cylinder.pngbin0 -> 1167 bytes-rw-r--r--default_images/res/commandimagelist/lc_cyramid.pngbin0 -> 1051 bytes-rw-r--r--default_images/res/commandimagelist/lc_datadatapilotrun.pngbin0 -> 1156 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterautofilter.pngbin0 -> 1321 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterspecialfilter.pngbin0 -> 836 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterstandardfilter.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/lc_dataimport.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/lc_dataincolumns.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/lc_datainrows.pngbin0 -> 588 bytes-rw-r--r--default_images/res/commandimagelist/lc_datefield.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbaddrelation.pngbin0 -> 944 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbchangedesignmode.pngbin0 -> 1266 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbclearquery.pngbin0 -> 1343 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbdistinctvalues.pngbin0 -> 1076 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbdtableedit.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformdelete.pngbin0 -> 1182 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformedit.pngbin0 -> 1135 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformopen.pngbin0 -> 1056 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformrename.pngbin0 -> 824 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbindexdesign.pngbin0 -> 1169 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewform.pngbin0 -> 1146 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewformautopilot.pngbin0 -> 1468 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewquery.pngbin0 -> 1322 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewqueryautopilot.pngbin0 -> 1662 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewquerysql.pngbin0 -> 1136 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewreport.pngbin0 -> 1257 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewreportautopilot.pngbin0 -> 1581 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewtable.pngbin0 -> 983 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewtableautopilot.pngbin0 -> 1401 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewview.pngbin0 -> 1220 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewviewsql.pngbin0 -> 1282 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbquerydelete.pngbin0 -> 999 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryedit.pngbin0 -> 1256 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryopen.pngbin0 -> 1332 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryrename.pngbin0 -> 609 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportdelete.pngbin0 -> 1277 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportedit.pngbin0 -> 1177 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportopen.pngbin0 -> 1189 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportrename.pngbin0 -> 891 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbsortingandgrouping.pngbin0 -> 798 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtabledelete.pngbin0 -> 999 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtableedit.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtableopen.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtablerename.pngbin0 -> 609 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewaliases.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewfunctions.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewtablenames.pngbin0 -> 668 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementindent.pngbin0 -> 840 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementlevel.pngbin0 -> 866 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementsublevels.pngbin0 -> 1079 bytes-rw-r--r--default_images/res/commandimagelist/lc_defaultbullet.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/lc_defaultnumbering.pngbin0 -> 584 bytes-rw-r--r--default_images/res/commandimagelist/lc_definename.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/lc_defineprintarea.pngbin0 -> 1108 bytes-rw-r--r--default_images/res/commandimagelist/lc_delete.pngbin0 -> 999 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_deleteallannotation.pngbin0 -> 4560 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_deleteannotation.pngbin0 -> 4526 bytes-rw-r--r--default_images/res/commandimagelist/lc_deletecolumns.pngbin0 -> 748 bytes-rw-r--r--default_images/res/commandimagelist/lc_deletemasterpage.pngbin0 -> 1268 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleteprintarea.pngbin0 -> 1075 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleterecord.pngbin0 -> 1239 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleterows.pngbin0 -> 565 bytes-rw-r--r--default_images/res/commandimagelist/lc_designerdialog.pngbin0 -> 970 bytes-rw-r--r--default_images/res/commandimagelist/lc_dia.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaauto.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaeffect.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/commandimagelist/lc_diagramdata.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_diagramtype.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaspeed.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/commandimagelist/lc_diatime.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/commandimagelist/lc_distributecolumns.pngbin0 -> 893 bytes-rw-r--r--default_images/res/commandimagelist/lc_distributerows.pngbin0 -> 610 bytes-rw-r--r--default_images/res/commandimagelist/lc_doubleclicktextedit.pngbin0 -> 1272 bytes-rw-r--r--default_images/res/commandimagelist/lc_draw.pngbin0 -> 1603 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawcaption.pngbin0 -> 1403 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawchart.pngbin0 -> 887 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawselect.pngbin0 -> 806 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawtext.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbdocumentdatasource.pngbin0 -> 1786 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbeditdoc.pngbin0 -> 1094 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbformletter.pngbin0 -> 1062 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbinsertcolumns.pngbin0 -> 778 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbinsertcontent.pngbin0 -> 787 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbrowserexplorer.pngbin0 -> 1004 bytes-rw-r--r--default_images/res/commandimagelist/lc_duplicatepage.pngbin0 -> 1389 bytes-rw-r--r--default_images/res/commandimagelist/lc_edit.pngbin0 -> 895 bytes-rw-r--r--default_images/res/commandimagelist/lc_editdoc.pngbin0 -> 1094 bytes-rw-r--r--default_images/res/commandimagelist/lc_editframeset.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_editglossary.pngbin0 -> 1169 bytes-rw-r--r--default_images/res/commandimagelist/lc_editheaderandfooter.pngbin0 -> 677 bytes-rw-r--r--default_images/res/commandimagelist/lc_editprintarea.pngbin0 -> 1013 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipse.pngbin0 -> 1165 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipse_unfilled.pngbin0 -> 1196 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsecut.pngbin0 -> 1122 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsecut_unfilled.pngbin0 -> 1160 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsetoolbox.pngbin0 -> 1165 bytes-rw-r--r--default_images/res/commandimagelist/lc_entergroup.pngbin0 -> 1017 bytes-rw-r--r--default_images/res/commandimagelist/lc_entirecolumn.pngbin0 -> 1120 bytes-rw-r--r--default_images/res/commandimagelist/lc_entirerow.pngbin0 -> 925 bytes-rw-r--r--default_images/res/commandimagelist/lc_euroconverter.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/commandimagelist/lc_executereport.pngbin0 -> 1068 bytes-rw-r--r--default_images/res/commandimagelist/lc_expandpage.pngbin0 -> 683 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportdialog.pngbin0 -> 886 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportdirecttopdf.pngbin0 -> 841 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportto.pngbin0 -> 1131 bytes-rw-r--r--default_images/res/commandimagelist/lc_extendedhelp.pngbin0 -> 2077 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusion3dcolor.pngbin0 -> 762 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiondepthfloater.pngbin0 -> 1246 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiondirectionfloater.pngbin0 -> 1255 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusionlightingfloater.pngbin0 -> 710 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusionsurfacefloater.pngbin0 -> 2093 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltdown.pngbin0 -> 1633 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltleft.pngbin0 -> 1724 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltright.pngbin0 -> 1763 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltup.pngbin0 -> 1633 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontoggle.pngbin0 -> 1290 bytes-rw-r--r--default_images/res/commandimagelist/lc_fieldnames.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/lc_fields.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/lc_filecontrol.pngbin0 -> 1037 bytes-rw-r--r--default_images/res/commandimagelist/lc_filedocument.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_fillshadow.pngbin0 -> 547 bytes-rw-r--r--default_images/res/commandimagelist/lc_fillstyle.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_filtercrit.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/lc_firstpage.pngbin0 -> 1103 bytes-rw-r--r--default_images/res/commandimagelist/lc_firstrecord.pngbin0 -> 810 bytes-rw-r--r--default_images/res/commandimagelist/lc_fliphorizontal.pngbin0 -> 844 bytes-rw-r--r--default_images/res/commandimagelist/lc_flipvertical.pngbin0 -> 902 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-alternate-process.pngbin0 -> 782 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-card.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-collate.pngbin0 -> 978 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-connector.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-data.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-decision.pngbin0 -> 1030 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-delay.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 1110 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-display.pngbin0 -> 879 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-document.pngbin0 -> 1063 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-extract.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-internal-storage.pngbin0 -> 663 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 1177 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-manual-input.pngbin0 -> 665 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-manual-operation.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-merge.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-multidocument.pngbin0 -> 1013 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 782 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-or.pngbin0 -> 1442 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-predefined-process.pngbin0 -> 694 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-preparation.pngbin0 -> 839 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-process.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-punched-tape.pngbin0 -> 1474 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-sequential-access.pngbin0 -> 1244 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-sort.pngbin0 -> 1013 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-stored-data.pngbin0 -> 914 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-summing-junction.pngbin0 -> 1682 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-terminator.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.pngbin0 -> 663 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontcolor.pngbin0 -> 1019 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontdialog.pngbin0 -> 1421 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontheight.pngbin0 -> 1547 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontwork.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkalignmentfloater.pngbin0 -> 493 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkcharacterspacingfloater.pngbin0 -> 1220 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkgalleryfloater.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworksameletterheights.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 576 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 563 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 389 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 687 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-down.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-up.pngbin0 -> 491 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-down.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-left.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-right.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up.pngbin0 -> 369 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-inflate.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 717 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-plain-text.pngbin0 -> 300 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-slant-down.pngbin0 -> 377 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-slant-up.pngbin0 -> 376 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-stop.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-wave.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatarea.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatgroup.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatline.pngbin0 -> 849 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatpaintbrush.pngbin0 -> 1687 bytes-rw-r--r--default_images/res/commandimagelist/lc_formattedfield.pngbin0 -> 870 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatungroup.pngbin0 -> 690 bytes-rw-r--r--default_images/res/commandimagelist/lc_formdesigntools.pngbin0 -> 1039 bytes-rw-r--r--default_images/res/commandimagelist/lc_formelcursor.pngbin0 -> 677 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilter.pngbin0 -> 961 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfiltered.pngbin0 -> 1041 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilterexecute.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilternavigator.pngbin0 -> 1444 bytes-rw-r--r--default_images/res/commandimagelist/lc_formproperties.pngbin0 -> 993 bytes-rw-r--r--default_images/res/commandimagelist/lc_forward.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/lc_framedialog.pngbin0 -> 894 bytes-rw-r--r--default_images/res/commandimagelist/lc_framelinecolor.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/lc_freeline.pngbin0 -> 1236 bytes-rw-r--r--default_images/res/commandimagelist/lc_freeline_unfilled.pngbin0 -> 1115 bytes-rw-r--r--default_images/res/commandimagelist/lc_fullscreen.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_gallery.pngbin0 -> 1058 bytes-rw-r--r--default_images/res/commandimagelist/lc_getactivetask.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueeditmode.pngbin0 -> 1186 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionbottom.pngbin0 -> 807 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionleft.pngbin0 -> 808 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionright.pngbin0 -> 824 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectiontop.pngbin0 -> 836 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzaligncenter.pngbin0 -> 851 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzalignleft.pngbin0 -> 863 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzalignright.pngbin0 -> 886 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueinsertpoint.pngbin0 -> 945 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluepercent.pngbin0 -> 1035 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertalignbottom.pngbin0 -> 900 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertaligncenter.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertaligntop.pngbin0 -> 897 bytes-rw-r--r--default_images/res/commandimagelist/lc_goalseekdialog.pngbin0 -> 1271 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotoend.pngbin0 -> 964 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotoendofdoc.pngbin0 -> 1057 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotostartofdoc.pngbin0 -> 1103 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotostartoftable.pngbin0 -> 943 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafattrcrop.pngbin0 -> 1946 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafblue.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafcontrast.pngbin0 -> 1202 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafgamma.pngbin0 -> 1387 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafgreen.pngbin0 -> 847 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafinvert.pngbin0 -> 744 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafluminance.pngbin0 -> 1339 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafmode.pngbin0 -> 1131 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafred.pngbin0 -> 828 bytes-rw-r--r--default_images/res/commandimagelist/lc_graftransparence.pngbin0 -> 895 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphic.pngbin0 -> 1102 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterinvert.pngbin0 -> 744 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltermosaic.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterpopart.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterposter.pngbin0 -> 1359 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterrelief.pngbin0 -> 1113 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterremovenoise.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersepia.pngbin0 -> 1331 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersharpen.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersmooth.pngbin0 -> 792 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersobel.pngbin0 -> 588 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersolarize.pngbin0 -> 1053 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltertoolbox.pngbin0 -> 1005 bytes-rw-r--r--default_images/res/commandimagelist/lc_greatestheight.pngbin0 -> 945 bytes-rw-r--r--default_images/res/commandimagelist/lc_greatestwidth.pngbin0 -> 790 bytes-rw-r--r--default_images/res/commandimagelist/lc_grid.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_griduse.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/lc_gridvisible.pngbin0 -> 398 bytes-rw-r--r--default_images/res/commandimagelist/lc_group.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/lc_groupbox.pngbin0 -> 891 bytes-rw-r--r--default_images/res/commandimagelist/lc_grow.pngbin0 -> 1456 bytes-rw-r--r--default_images/res/commandimagelist/lc_halfsphere.pngbin0 -> 1570 bytes-rw-r--r--default_images/res/commandimagelist/lc_handlesdraft.pngbin0 -> 497 bytes-rw-r--r--default_images/res/commandimagelist/lc_help.pngbin0 -> 1446 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpannotate.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpbookmark.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpdownload.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_helperdialog.pngbin0 -> 1828 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpindex.pngbin0 -> 1828 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesmove.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesuse.pngbin0 -> 793 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesvisible.pngbin0 -> 504 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpmenu.pngbin0 -> 1623 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpsearch.pngbin0 -> 1005 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpzoomin.pngbin0 -> 1425 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpzoomout.pngbin0 -> 1382 bytes-rw-r--r--default_images/res/commandimagelist/lc_hfixedline.pngbin0 -> 508 bytes-rw-r--r--default_images/res/commandimagelist/lc_hideslide.pngbin0 -> 871 bytes-rw-r--r--default_images/res/commandimagelist/lc_hscrollbar.pngbin0 -> 948 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyperlinkdialog.pngbin0 -> 2569 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyphenate.pngbin0 -> 837 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyphenation.pngbin0 -> 837 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagebutton.pngbin0 -> 945 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagecontrol.pngbin0 -> 940 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagemapdialog.pngbin0 -> 1206 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_importdialog.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/lc_importfromfile.pngbin0 -> 1290 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementindent.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementlevel.pngbin0 -> 892 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementsublevels.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_inscellsctrl.pngbin0 -> 841 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertannotation.pngbin0 -> 4286 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertauthorfield.pngbin0 -> 1319 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertavmedia.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertbookmark.pngbin0 -> 1328 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcaptiondialog.pngbin0 -> 675 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcellsdown.pngbin0 -> 1026 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcellsright.pngbin0 -> 962 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcolumns.pngbin0 -> 901 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertctrl.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcurrencyfield.pngbin0 -> 1219 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdatefield.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdoc.pngbin0 -> 1244 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdraw.pngbin0 -> 1103 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertedit.pngbin0 -> 895 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertendnote.pngbin0 -> 1218 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfield.pngbin0 -> 778 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfieldctrl.pngbin0 -> 778 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfilecontrol.pngbin0 -> 1037 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfixedtext.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfootnote.pngbin0 -> 1266 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertformattedfield.pngbin0 -> 870 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertformula.pngbin0 -> 1116 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframe.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframeinteract.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframeinteractnocolumns.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertgraphic.pngbin0 -> 1261 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserthyperlink.pngbin0 -> 1553 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertimagecontrol.pngbin0 -> 940 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertindexesentry.pngbin0 -> 799 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertlistbox.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertmasterpage.pngbin0 -> 1007 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertmath.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertneutralparagraph.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertnumericfield.pngbin0 -> 664 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjctrl.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobject.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectchart.pngbin0 -> 887 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectdialog.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectfloatingframe.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectstarmath.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpage.pngbin0 -> 1244 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpagecountfield.pngbin0 -> 1263 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpagenumberfield.pngbin0 -> 996 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpatternfield.pngbin0 -> 832 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertplugin.pngbin0 -> 1337 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpushbutton.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertreferencefield.pngbin0 -> 962 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertrows.pngbin0 -> 745 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsection.pngbin0 -> 675 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsound.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertspreadsheet.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsymbol.pngbin0 -> 1739 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttable.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttextframe.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttimefield.pngbin0 -> 1983 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttitlefield.pngbin0 -> 702 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttoolbox.pngbin0 -> 1290 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttopicfield.pngbin0 -> 749 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttreecontrol.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertvideo.pngbin0 -> 949 bytes-rw-r--r--default_images/res/commandimagelist/lc_insobjctrl.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_interactivegradient.pngbin0 -> 1655 bytes-rw-r--r--default_images/res/commandimagelist/lc_interactivetransparence.pngbin0 -> 1161 bytes-rw-r--r--default_images/res/commandimagelist/lc_internetonline.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_italic.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/lc_justifypara.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/lc_label.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/lc_lastpage.pngbin0 -> 1057 bytes-rw-r--r--default_images/res/commandimagelist/lc_lastrecord.pngbin0 -> 810 bytes-rw-r--r--default_images/res/commandimagelist/lc_leaveallgroups.pngbin0 -> 1187 bytes-rw-r--r--default_images/res/commandimagelist/lc_leavegroup.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/commandimagelist/lc_leftpara.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/lc_line.pngbin0 -> 792 bytes-rw-r--r--default_images/res/commandimagelist/lc_line_diagonal.pngbin0 -> 633 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowcircle.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowend.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrows.pngbin0 -> 723 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowsquare.pngbin0 -> 644 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowstart.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/lc_linecirclearrow.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/lc_lineendstyle.pngbin0 -> 888 bytes-rw-r--r--default_images/res/commandimagelist/lc_linesquarearrow.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/lc_linestyle.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/lc_linetoolbox.pngbin0 -> 1115 bytes-rw-r--r--default_images/res/commandimagelist/lc_linewidth.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_listbox.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_loadbasic.pngbin0 -> 779 bytes-rw-r--r--default_images/res/commandimagelist/lc_macrorecorder.pngbin0 -> 1264 bytes-rw-r--r--default_images/res/commandimagelist/lc_macrorecordingfloat.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_mailwindow.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_managebreakpoints.pngbin0 -> 1386 bytes-rw-r--r--default_images/res/commandimagelist/lc_managelanguage.pngbin0 -> 1828 bytes-rw-r--r--default_images/res/commandimagelist/lc_marks.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/lc_matchgroup.pngbin0 -> 800 bytes-rw-r--r--default_images/res/commandimagelist/lc_measureline.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_mergecells.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_mergedialog.pngbin0 -> 1062 bytes-rw-r--r--default_images/res/commandimagelist/lc_mirror.pngbin0 -> 1909 bytes-rw-r--r--default_images/res/commandimagelist/lc_modifyframe.pngbin0 -> 1163 bytes-rw-r--r--default_images/res/commandimagelist/lc_modifypage.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/lc_moduledialog.pngbin0 -> 1196 bytes-rw-r--r--default_images/res/commandimagelist/lc_morecontrols.pngbin0 -> 841 bytes-rw-r--r--default_images/res/commandimagelist/lc_movedown.pngbin0 -> 921 bytes-rw-r--r--default_images/res/commandimagelist/lc_movedownsubitems.pngbin0 -> 1150 bytes-rw-r--r--default_images/res/commandimagelist/lc_moveup.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_moveupsubitems.pngbin0 -> 1181 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigationbar.pngbin0 -> 927 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigator.pngbin0 -> 1692 bytes-rw-r--r--default_images/res/commandimagelist/lc_newarrangement.pngbin0 -> 1173 bytes-rw-r--r--default_images/res/commandimagelist/lc_newdoc.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/lc_newrecord.pngbin0 -> 1001 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_nextannotation.pngbin0 -> 4477 bytes-rw-r--r--default_images/res/commandimagelist/lc_nextpage.pngbin0 -> 1078 bytes-rw-r--r--default_images/res/commandimagelist/lc_nextrecord.pngbin0 -> 734 bytes-rw-r--r--default_images/res/commandimagelist/lc_no.pngbin0 -> 1479 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatcurrency.pngbin0 -> 1219 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdate.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdecdecimals.pngbin0 -> 1078 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatincdecimals.pngbin0 -> 937 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatpercent.pngbin0 -> 744 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatscientific.pngbin0 -> 662 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatstandard.pngbin0 -> 1063 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberingstart.pngbin0 -> 1130 bytes-rw-r--r--default_images/res/commandimagelist/lc_numericfield.pngbin0 -> 664 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalign.pngbin0 -> 829 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalignleft.pngbin0 -> 829 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalignright.pngbin0 -> 848 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectcatalog.pngbin0 -> 1261 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectposition.pngbin0 -> 625 bytes-rw-r--r--default_images/res/commandimagelist/lc_objects3dtoolbox.pngbin0 -> 944 bytes-rw-r--r--default_images/res/commandimagelist/lc_ok.pngbin0 -> 1015 bytes-rw-r--r--default_images/res/commandimagelist/lc_open.pngbin0 -> 1188 bytes-rw-r--r--default_images/res/commandimagelist/lc_openreadonly.pngbin0 -> 1319 bytes-rw-r--r--default_images/res/commandimagelist/lc_openurl.pngbin0 -> 1553 bytes-rw-r--r--default_images/res/commandimagelist/lc_optimizetable.pngbin0 -> 876 bytes-rw-r--r--default_images/res/commandimagelist/lc_ordercrit.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinebullet.pngbin0 -> 934 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinecollapse.pngbin0 -> 790 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinecollapseall.pngbin0 -> 796 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinedown.pngbin0 -> 921 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineexpand.pngbin0 -> 776 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineexpandall.pngbin0 -> 767 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinefont.pngbin0 -> 1096 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineformat.pngbin0 -> 1421 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineleft.pngbin0 -> 892 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineright.pngbin0 -> 866 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineup.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_overline.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/lc_pagedown.pngbin0 -> 1078 bytes-rw-r--r--default_images/res/commandimagelist/lc_pageup.pngbin0 -> 1103 bytes-rw-r--r--default_images/res/commandimagelist/lc_paragraphdialog.pngbin0 -> 965 bytes-rw-r--r--default_images/res/commandimagelist/lc_paralefttoright.pngbin0 -> 932 bytes-rw-r--r--default_images/res/commandimagelist/lc_pararighttoleft.pngbin0 -> 940 bytes-rw-r--r--default_images/res/commandimagelist/lc_paraspacedecrease.pngbin0 -> 842 bytes-rw-r--r--default_images/res/commandimagelist/lc_paraspaceincrease.pngbin0 -> 852 bytes-rw-r--r--default_images/res/commandimagelist/lc_paste.pngbin0 -> 1220 bytes-rw-r--r--default_images/res/commandimagelist/lc_patternfield.pngbin0 -> 832 bytes-rw-r--r--default_images/res/commandimagelist/lc_pickthrough.pngbin0 -> 1425 bytes-rw-r--r--default_images/res/commandimagelist/lc_pie.pngbin0 -> 1025 bytes-rw-r--r--default_images/res/commandimagelist/lc_pie_unfilled.pngbin0 -> 1078 bytes-rw-r--r--default_images/res/commandimagelist/lc_playmacro.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_pluginsactive.pngbin0 -> 1337 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon.pngbin0 -> 1104 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_diagonal.pngbin0 -> 601 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_diagonal_unfilled.pngbin0 -> 534 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_unfilled.pngbin0 -> 1036 bytes-rw-r--r--default_images/res/commandimagelist/lc_presentation.pngbin0 -> 961 bytes-rw-r--r--default_images/res/commandimagelist/lc_presentationlayout.pngbin0 -> 1249 bytes-rw-r--r--default_images/res/commandimagelist/lc_preview.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_previewprintoptions.pngbin0 -> 1061 bytes-rw-r--r--default_images/res/commandimagelist/lc_previewzoom.pngbin0 -> 1348 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_previousannotation.pngbin0 -> 4492 bytes-rw-r--r--default_images/res/commandimagelist/lc_previouspage.pngbin0 -> 1103 bytes-rw-r--r--default_images/res/commandimagelist/lc_prevrecord.pngbin0 -> 720 bytes-rw-r--r--default_images/res/commandimagelist/lc_print.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/lc_printdefault.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/lc_printersetup.pngbin0 -> 1061 bytes-rw-r--r--default_images/res/commandimagelist/lc_printlayout.pngbin0 -> 1150 bytes-rw-r--r--default_images/res/commandimagelist/lc_printpagepreview.pngbin0 -> 901 bytes-rw-r--r--default_images/res/commandimagelist/lc_printpreview.pngbin0 -> 1086 bytes-rw-r--r--default_images/res/commandimagelist/lc_progressbar.pngbin0 -> 578 bytes-rw-r--r--default_images/res/commandimagelist/lc_pushbutton.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/lc_quickedit.pngbin0 -> 1021 bytes-rw-r--r--default_images/res/commandimagelist/lc_quit.pngbin0 -> 1106 bytes-rw-r--r--default_images/res/commandimagelist/lc_radiobutton.pngbin0 -> 1040 bytes-rw-r--r--default_images/res/commandimagelist/lc_recsave.pngbin0 -> 1002 bytes-rw-r--r--default_images/res/commandimagelist/lc_recsearch.pngbin0 -> 1005 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_rounded.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_rounded_unfilled.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_unfilled.pngbin0 -> 449 bytes-rw-r--r--default_images/res/commandimagelist/lc_rectangletoolbox.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/lc_recundo.pngbin0 -> 1876 bytes-rw-r--r--default_images/res/commandimagelist/lc_redo.pngbin0 -> 1549 bytes-rw-r--r--default_images/res/commandimagelist/lc_refresh.pngbin0 -> 1603 bytes-rw-r--r--default_images/res/commandimagelist/lc_refreshformcontrol.pngbin0 -> 1698 bytes-rw-r--r--default_images/res/commandimagelist/lc_rehearsetimings.pngbin0 -> 1486 bytes-rw-r--r--default_images/res/commandimagelist/lc_reload.pngbin0 -> 1603 bytes-rw-r--r--default_images/res/commandimagelist/lc_removebullets.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_removefilter.pngbin0 -> 1084 bytes-rw-r--r--default_images/res/commandimagelist/lc_removefiltersort.pngbin0 -> 1084 bytes-rw-r--r--default_images/res/commandimagelist/lc_renamemasterpage.pngbin0 -> 936 bytes-rw-r--r--default_images/res/commandimagelist/lc_repeat.pngbin0 -> 1624 bytes-rw-r--r--default_images/res/commandimagelist/lc_reportnavigator.pngbin0 -> 1548 bytes-rw-r--r--default_images/res/commandimagelist/lc_reverseorder.pngbin0 -> 1240 bytes-rw-r--r--default_images/res/commandimagelist/lc_rightpara.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/lc_rulerrows.pngbin0 -> 1724 bytes-rw-r--r--default_images/res/commandimagelist/lc_rulerrowsvertical.pngbin0 -> 1763 bytes-rw-r--r--default_images/res/commandimagelist/lc_runbasic.pngbin0 -> 992 bytes-rw-r--r--default_images/res/commandimagelist/lc_save.pngbin0 -> 776 bytes-rw-r--r--default_images/res/commandimagelist/lc_saveas.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/lc_saveastemplate.pngbin0 -> 995 bytes-rw-r--r--default_images/res/commandimagelist/lc_savebasicas.pngbin0 -> 906 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbabrwinsert.pngbin0 -> 778 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbaexecutesql.pngbin0 -> 1190 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbanativesql.pngbin0 -> 1007 bytes-rw-r--r--default_images/res/commandimagelist/lc_scaletext.pngbin0 -> 1431 bytes-rw-r--r--default_images/res/commandimagelist/lc_scrollbar.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_searchdialog.pngbin0 -> 1005 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_sectionalignbottom.pngbin0 -> 770 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_sectionalignleft.pngbin0 -> 874 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_sectionalignright.pngbin0 -> 874 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_sectionaligntop.pngbin0 -> 770 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrink.pngbin0 -> 827 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrinkbottom.pngbin0 -> 625 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrinktop.pngbin0 -> 659 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectall.pngbin0 -> 815 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectmode.pngbin0 -> 806 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectobject.pngbin0 -> 806 bytes-rw-r--r--default_images/res/commandimagelist/lc_selecttable.pngbin0 -> 902 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendfax.pngbin0 -> 1116 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendmail.pngbin0 -> 789 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendtoback.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_setborderstyle.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/lc_setdocumentproperties.pngbin0 -> 981 bytes-rw-r--r--default_images/res/commandimagelist/lc_setobjecttobackground.pngbin0 -> 828 bytes-rw-r--r--default_images/res/commandimagelist/lc_setobjecttoforeground.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalcolumnwidth.pngbin0 -> 685 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalcolumnwidthdirect.pngbin0 -> 685 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalrowheight.pngbin0 -> 576 bytes-rw-r--r--default_images/res/commandimagelist/lc_shadowcursor.pngbin0 -> 931 bytes-rw-r--r--default_images/res/commandimagelist/lc_shadowed.pngbin0 -> 835 bytes-rw-r--r--default_images/res/commandimagelist/lc_shear.pngbin0 -> 617 bytes-rw-r--r--default_images/res/commandimagelist/lc_shell3d.pngbin0 -> 1424 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lc_showannotation.pngbin0 -> 4154 bytes-rw-r--r--default_images/res/commandimagelist/lc_showbookview.pngbin0 -> 707 bytes-rw-r--r--default_images/res/commandimagelist/lc_showbrowser.pngbin0 -> 1095 bytes-rw-r--r--default_images/res/commandimagelist/lc_showdatanavigator.pngbin0 -> 932 bytes-rw-r--r--default_images/res/commandimagelist/lc_showfmexplorer.pngbin0 -> 1474 bytes-rw-r--r--default_images/res/commandimagelist/lc_showmultiplepages.pngbin0 -> 559 bytes-rw-r--r--default_images/res/commandimagelist/lc_showpropbrowser.pngbin0 -> 1095 bytes-rw-r--r--default_images/res/commandimagelist/lc_showslide.pngbin0 -> 898 bytes-rw-r--r--default_images/res/commandimagelist/lc_showtwopages.pngbin0 -> 613 bytes-rw-r--r--default_images/res/commandimagelist/lc_shrink.pngbin0 -> 1316 bytes-rw-r--r--default_images/res/commandimagelist/lc_smallestheight.pngbin0 -> 868 bytes-rw-r--r--default_images/res/commandimagelist/lc_smallestwidth.pngbin0 -> 800 bytes-rw-r--r--default_images/res/commandimagelist/lc_snapborder.pngbin0 -> 1026 bytes-rw-r--r--default_images/res/commandimagelist/lc_snapframe.pngbin0 -> 778 bytes-rw-r--r--default_images/res/commandimagelist/lc_snappoints.pngbin0 -> 767 bytes-rw-r--r--default_images/res/commandimagelist/lc_solidcreate.pngbin0 -> 1061 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortascending.pngbin0 -> 968 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortdescending.pngbin0 -> 951 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortdown.pngbin0 -> 951 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortup.pngbin0 -> 968 bytes-rw-r--r--default_images/res/commandimagelist/lc_sourceview.pngbin0 -> 1063 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara1.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara15.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara2.pngbin0 -> 417 bytes-rw-r--r--default_images/res/commandimagelist/lc_spelldialog.pngbin0 -> 1159 bytes-rw-r--r--default_images/res/commandimagelist/lc_spelling.pngbin0 -> 1159 bytes-rw-r--r--default_images/res/commandimagelist/lc_spellingandgrammardialog.pngbin0 -> 1159 bytes-rw-r--r--default_images/res/commandimagelist/lc_spellonline.pngbin0 -> 754 bytes-rw-r--r--default_images/res/commandimagelist/lc_sphere.pngbin0 -> 1816 bytes-rw-r--r--default_images/res/commandimagelist/lc_spinbutton.pngbin0 -> 978 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitcell.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/lc_splithorizontal.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitparenthorizontal.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitparentvertical.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitvertical.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_square.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_rounded.pngbin0 -> 782 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_rounded_unfilled.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_unfilled.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/lc_starchartdialog.pngbin0 -> 887 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.bang.pngbin0 -> 1450 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.concave-star6.pngbin0 -> 1233 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.doorplate.pngbin0 -> 1079 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.horizontal-scroll.pngbin0 -> 968 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.pngbin0 -> 1182 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.signet.pngbin0 -> 1459 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star12.pngbin0 -> 1466 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star24.pngbin0 -> 1739 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star4.pngbin0 -> 981 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star5.pngbin0 -> 1182 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star6.pngbin0 -> 1068 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star8.pngbin0 -> 1266 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.vertical-scroll.pngbin0 -> 961 bytes-rw-r--r--default_images/res/commandimagelist/lc_stop.pngbin0 -> 885 bytes-rw-r--r--default_images/res/commandimagelist/lc_strikeout.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/lc_styleapply.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_stylenewbyexample.pngbin0 -> 1004 bytes-rw-r--r--default_images/res/commandimagelist/lc_styleupdatebyexample.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_subscript.pngbin0 -> 1653 bytes-rw-r--r--default_images/res/commandimagelist/lc_superscript.pngbin0 -> 1633 bytes-rw-r--r--default_images/res/commandimagelist/lc_switchcontroldesignmode.pngbin0 -> 1059 bytes-rw-r--r--default_images/res/commandimagelist/lc_switchxformsdesignmode.pngbin0 -> 1059 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolcatalogue.pngbin0 -> 921 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.brace-pair.pngbin0 -> 1211 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.bracket-pair.pngbin0 -> 965 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.cloud.pngbin0 -> 1350 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.diamond-bevel.pngbin0 -> 1417 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.flower.pngbin0 -> 1986 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.forbidden.pngbin0 -> 2002 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.heart.pngbin0 -> 1701 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.left-brace.pngbin0 -> 860 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.left-bracket.pngbin0 -> 687 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.lightning.pngbin0 -> 1148 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.moon.pngbin0 -> 1387 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.octagon-bevel.pngbin0 -> 1325 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.pngbin0 -> 1805 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.puzzle.pngbin0 -> 1335 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.quad-bevel.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.right-brace.pngbin0 -> 854 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.right-bracket.pngbin0 -> 686 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.smiley.pngbin0 -> 1805 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.sun.pngbin0 -> 1328 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabdialog.pngbin0 -> 1345 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabledesign.pngbin0 -> 1058 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabledialog.pngbin0 -> 942 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodefix.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodefixprop.pngbin0 -> 740 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodevariable.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablesort.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/lc_testmode.pngbin0 -> 1059 bytes-rw-r--r--default_images/res/commandimagelist/lc_text.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/lc_text_marquee.pngbin0 -> 1052 bytes-rw-r--r--default_images/res/commandimagelist/lc_textdirectionlefttoright.pngbin0 -> 781 bytes-rw-r--r--default_images/res/commandimagelist/lc_textdirectiontoptobottom.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/lc_textfittosizetool.pngbin0 -> 1115 bytes-rw-r--r--default_images/res/commandimagelist/lc_texttoolbox.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/lc_thesaurus.pngbin0 -> 1407 bytes-rw-r--r--default_images/res/commandimagelist/lc_thesaurusdialog.pngbin0 -> 1407 bytes-rw-r--r--default_images/res/commandimagelist/lc_timefield.pngbin0 -> 1983 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleanchortype.pngbin0 -> 1049 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleaxisdescr.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleaxistitle.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglebreakpoint.pngbin0 -> 1419 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglegridhorizontal.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglegridvertical.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglelegend.pngbin0 -> 872 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglemergecells.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleobjectbeziermode.pngbin0 -> 692 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleobjectrotatemode.pngbin0 -> 1572 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggletitle.pngbin0 -> 692 bytes-rw-r--r--default_images/res/commandimagelist/lc_toolsmacroedit.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_toolsoptions.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_torus.pngbin0 -> 1520 bytes-rw-r--r--default_images/res/commandimagelist/lc_transformdialog.pngbin0 -> 1454 bytes-rw-r--r--default_images/res/commandimagelist/lc_underline.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/lc_underlinedouble.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/lc_undo.pngbin0 -> 1569 bytes-rw-r--r--default_images/res/commandimagelist/lc_ungroup.pngbin0 -> 634 bytes-rw-r--r--default_images/res/commandimagelist/lc_unhainframes.pngbin0 -> 1267 bytes-rw-r--r--default_images/res/commandimagelist/lc_urlbutton.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/lc_usewizards.pngbin0 -> 1266 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticalcaption.pngbin0 -> 1401 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticaltext.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticaltextfittosizetool.pngbin0 -> 1260 bytes-rw-r--r--default_images/res/commandimagelist/lc_vfixedline.pngbin0 -> 597 bytes-rw-r--r--default_images/res/commandimagelist/lc_view100.pngbin0 -> 1160 bytes-rw-r--r--default_images/res/commandimagelist/lc_viewdatasourcebrowser.pngbin0 -> 1514 bytes-rw-r--r--default_images/res/commandimagelist/lc_viewformasgrid.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/lc_vscrollbar.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_window3d.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapcontour.pngbin0 -> 681 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapideal.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapleft.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapoff.pngbin0 -> 478 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapon.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapright.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapthrough.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_xlinecolor.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_xlinestyle.pngbin0 -> 1133 bytes-rw-r--r--default_images/res/commandimagelist/lc_yes.pngbin0 -> 1443 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoom.pngbin0 -> 1348 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoom100percent.pngbin0 -> 1160 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomin.pngbin0 -> 1425 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomminus.pngbin0 -> 1382 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomnext.pngbin0 -> 1845 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomobjects.pngbin0 -> 1126 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomoptimal.pngbin0 -> 1101 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomout.pngbin0 -> 1382 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompage.pngbin0 -> 1086 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompagewidth.pngbin0 -> 1183 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompanning.pngbin0 -> 1791 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomplus.pngbin0 -> 1425 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomprevious.pngbin0 -> 1659 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomtoolbox.pngbin0 -> 1348 bytes-rw-r--r--default_images/res/commandimagelist/lch_absoluterecord.pngbin0 -> 191 bytes-rw-r--r--default_images/res/commandimagelist/lch_actionmode.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/lch_addbookmark.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_adddatefield.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_adddirect.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_addfield.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_addons.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_addprintarea.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_addtable.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_addwatch.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_adjust.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_advancedmode.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignblock.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignbottom.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_aligncenter.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/lch_aligndown.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignhorizontalcenter.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignleft.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignmiddle.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignright.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/lch_aligntop.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignup.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignvcenter.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_alignverticalcenter.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_animationeffects.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_animationmode.pngbin0 -> 242 bytes-rw-r--r--default_images/res/commandimagelist/lch_animationobjects.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_arc.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.chevron.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.circular-arrow.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.corner-right-arrow.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.down-arrow-callout.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.down-arrow.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.left-arrow-callout.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.left-arrow.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.left-right-arrow-callout.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.left-right-arrow.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.notched-right-arrow.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.pentagon-right.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.quad-arrow-callout.pngbin0 -> 208 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.quad-arrow.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.right-arrow-callout.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.right-arrow.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.s-sharped-arrow.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.split-arrow.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.split-round-arrow.pngbin0 -> 193 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.striped-right-arrow.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-arrow-callout.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-arrow.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-down-arrow-callout.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-down-arrow.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-right-arrow-callout.pngbin0 -> 191 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-right-arrow.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowshapes.up-right-down-arrow.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_arrowstoolbox.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_autocontrolfocus.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_autofilter.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_autoformat.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/lch_autosum.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_avmediaplayer.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_backcolor.pngbin0 -> 216 bytes-rw-r--r--default_images/res/commandimagelist/lch_backgroundcolor.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/lch_backgroundpatterncontroller.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/lch_backward.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.block-arc.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.can.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.circle-pie.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.circle.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.cross.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.cube.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.diamond.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.ellipse.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.frame.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.hexagon.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.isosceles-triangle.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.octagon.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.paper.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.parallelogram.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.pentagon.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.quadrat.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.rectangle.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.right-triangle.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.ring.pngbin0 -> 203 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.round-quadrat.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.round-rectangle.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicshapes.trapezoid.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicstepinto.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicstepout.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicstepover.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_basicstop.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_beamer.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_beforeobject.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_behindobject.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezier_unfilled.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierappend.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierclose.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierconvert.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_beziercutline.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierdelete.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezieredge.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_beziereliminatepoints.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierfill.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_bezierinsert.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/lch_beziermove.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_beziersmooth.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_beziersymmetric.pngbin0 -> 195 bytes-rw-r--r--default_images/res/commandimagelist/lch_bighandles.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_borderdialog.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/lch_bringtofront.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_browsebackward.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_browseforward.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_browseview.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/lch_bullet.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_bulletsandnumberingdialog.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.cloud-callout.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.line-callout-1.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.line-callout-2.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.line-callout-3.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.rectangular-callout.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.round-callout.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_calloutshapes.round-rectangular-callout.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/lch_cellvertbottom.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_cellvertcenter.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_cellverttop.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_centerpara.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/lch_chainframes.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_changebezier.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/lch_changepolygon.pngbin0 -> 203 bytes-rw-r--r--default_images/res/commandimagelist/lch_charfontname.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_checkbox.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_choosecontrols.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_choosedesign.pngbin0 -> 238 bytes-rw-r--r--default_images/res/commandimagelist/lch_choosemacro.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/lch_choosepolygon.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_circle.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_circle_unfilled.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_circlearc.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/lch_circlecut.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_circlecut_unfilled.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_circlepie.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_circlepie_unfilled.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_clickchangerotation.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/lch_closedoc.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_closedocs.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/lch_closemasterview.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_closewin.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_color.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_colorsettings.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/lch_colorview.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_combobox.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_commontaskbarvisible.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/lch_compilebasic.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/lch_cone.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_config.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_connector.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorarrowend.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorarrows.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorarrowstart.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcircleend.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcircles.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcirclestart.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurve.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvearrowend.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvearrows.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvearrowstart.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvecircleend.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvecircles.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorcurvecirclestart.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorline.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinearrowend.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinearrows.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinearrowstart.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinecircleend.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinecircles.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinecirclestart.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlines.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinesarrowend.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinesarrows.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinesarrowstart.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinescircleend.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinescircles.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectorlinescirclestart.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_connectortoolbox.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_contourdialog.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_controlcodes.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/lch_controlproperties.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_convertinto3d.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_convertinto3dlathe.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_convertinto3dlathefast.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_copy.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_countall.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_crookrotate.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_crookslant.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_crop.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_cube.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_currencyfield.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_customanimation.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/lch_cut.pngbin0 -> 208 bytes-rw-r--r--default_images/res/commandimagelist/lch_cylinder.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_cyramid.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_datadatapilotrun.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_datafilterautofilter.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_datafilterspecialfilter.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_datafilterstandardfilter.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_dataimport.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_dataincolumns.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_datainrows.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/lch_datefield.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbaddrelation.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbchangedesignmode.pngbin0 -> 217 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbclearquery.pngbin0 -> 230 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbdistinctvalues.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbformdelete.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbformedit.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbformopen.pngbin0 -> 216 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbformrename.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbindexdesign.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewform.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewformautopilot.pngbin0 -> 284 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewquery.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewqueryautopilot.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewquerysql.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewreport.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewreportautopilot.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewtable.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewtableautopilot.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewview.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbnewviewsql.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbquerydelete.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbqueryedit.pngbin0 -> 241 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbqueryopen.pngbin0 -> 203 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbqueryrename.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbreportdelete.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbreportedit.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbreportopen.pngbin0 -> 187 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbreportrename.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbsortingandgrouping.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbtabledelete.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbtableedit.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbtableopen.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbtablerename.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbviewaliases.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbviewfunctions.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_dbviewtablenames.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_decrementindent.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_decrementlevel.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_decrementsublevels.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_defaultbullet.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/lch_defaultnumbering.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/lch_definename.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_defineprintarea.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/lch_delete.pngbin0 -> 165 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_deleteallannotation.pngbin0 -> 3740 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_deleteannotation.pngbin0 -> 3744 bytes-rw-r--r--default_images/res/commandimagelist/lch_deletecolumns.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/lch_deletemasterpage.pngbin0 -> 231 bytes-rw-r--r--default_images/res/commandimagelist/lch_deleteprintarea.pngbin0 -> 247 bytes-rw-r--r--default_images/res/commandimagelist/lch_deleterecord.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_deleterows.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/lch_designerdialog.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_dia.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_diaauto.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_diaeffect.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_diagramdata.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/lch_diagramtype.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_diaspeed.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_diatime.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_distributecolumns.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_distributerows.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_doubleclicktextedit.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_draw.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_drawcaption.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_drawchart.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_drawselect.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_drawtext.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbdocumentdatasource.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbeditdoc.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbformletter.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbinsertcolumns.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbinsertcontent.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/lch_dsbrowserexplorer.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_duplicatepage.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/lch_edit.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/lch_editdoc.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_editframeset.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_editglossary.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_editheaderandfooter.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_editprintarea.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/lch_ellipse.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_ellipse_unfilled.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_ellipsecut.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_ellipsecut_unfilled.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_ellipsetoolbox.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_entergroup.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_entirecolumn.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_entirerow.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/lch_euroconverter.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_executereport.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_expandpage.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_exportdialog.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/lch_exportdirecttopdf.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_exportto.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_extendedhelp.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusion3dcolor.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiondepthfloater.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiondirectionfloater.pngbin0 -> 193 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusionlightingfloater.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusionsurfacefloater.pngbin0 -> 231 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiontiltdown.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiontiltleft.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiontiltright.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiontiltup.pngbin0 -> 208 bytes-rw-r--r--default_images/res/commandimagelist/lch_extrusiontoggle.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_fieldnames.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_fields.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_filecontrol.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_filedocument.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_fillshadow.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/lch_fillstyle.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_filtercrit.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_firstpage.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_firstrecord.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_fliphorizontal.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_flipvertical.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-alternate-process.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-card.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-collate.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-connector.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-data.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-decision.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-delay.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-display.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-document.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-extract.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-internal-storage.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-manual-input.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-manual-operation.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-merge.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-multidocument.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-or.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-predefined-process.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-preparation.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-process.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-punched-tape.pngbin0 -> 195 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-sequential-access.pngbin0 -> 187 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-sort.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-stored-data.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-summing-junction.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.flowchart-terminator.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_flowchartshapes.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontcolor.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontdialog.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontheight.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontwork.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkalignmentfloater.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkcharacterspacingfloater.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkgalleryfloater.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworksameletterheights.pngbin0 -> 508 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-curve-down.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-curve-up.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-down.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-left.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-right.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-fade-up.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-inflate.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-plain-text.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-slant-down.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-slant-up.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-stop.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.fontwork-wave.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_fontworkshapetype.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_formatarea.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_formatgroup.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/lch_formatline.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/lch_formatpaintbrush.pngbin0 -> 217 bytes-rw-r--r--default_images/res/commandimagelist/lch_formattedfield.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_formatungroup.pngbin0 -> 195 bytes-rw-r--r--default_images/res/commandimagelist/lch_formdesigntools.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_formelcursor.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_formfilter.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_formfiltered.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_formfilterexecute.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_formfilternavigator.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/lch_formproperties.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_forward.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_framedialog.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_framelinecolor.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/lch_freeline.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/lch_freeline_unfilled.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/lch_fullscreen.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lch_gallery.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_getactivetask.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueeditmode.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueescapedirectionbottom.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueescapedirectionleft.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueescapedirectionright.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueescapedirectiontop.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluehorzaligncenter.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluehorzalignleft.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluehorzalignright.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_glueinsertpoint.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluepercent.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluevertalignbottom.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluevertaligncenter.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_gluevertaligntop.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_goalseekdialog.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_gotoend.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_gotoendofdoc.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lch_gotostartofdoc.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_gotostartoftable.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafattrcrop.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafblue.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafcontrast.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafgamma.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafgreen.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafinvert.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafluminance.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafmode.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/lch_grafred.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_graftransparence.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphic.pngbin0 -> 445 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfilterinvert.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltermosaic.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfilterpopart.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfilterposter.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfilterrelief.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfilterremovenoise.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltersepia.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltersharpen.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltersmooth.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltersobel.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltersolarize.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_graphicfiltertoolbox.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_greatestheight.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_greatestwidth.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_grid.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/lch_griduse.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_gridvisible.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/lch_group.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_groupbox.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_grow.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_halfsphere.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_handlesdraft.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpannotate.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpbookmark.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpdownload.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_helperdialog.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpindex.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_helplinesmove.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_helplinesuse.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_helplinesvisible.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpmenu.pngbin0 -> 208 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpsearch.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpzoomin.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_helpzoomout.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_hfixedline.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/lch_hideslide.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/lch_hscrollbar.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_hyperlinkdialog.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/lch_hyphenate.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_hyphenation.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_imagebutton.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_imagecontrol.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_imagemapdialog.pngbin0 -> 184 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_importdialog.pngbin0 -> 427 bytes-rw-r--r--default_images/res/commandimagelist/lch_importfromfile.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_incrementindent.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_incrementlevel.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_incrementsublevels.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_inscellsctrl.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertannotation.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertauthorfield.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertavmedia.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertbookmark.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertcaptiondialog.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertcellsdown.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertcellsright.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertcolumns.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertctrl.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertcurrencyfield.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertdatefield.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertdoc.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertdraw.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertedit.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertendnote.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertfield.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertfieldctrl.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertfilecontrol.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertfixedtext.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertfootnote.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertformattedfield.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertformula.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertframe.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertframeinteract.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertframeinteractnocolumns.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertgraphic.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserthyperlink.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertimagecontrol.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertindexesentry.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertlistbox.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertmasterpage.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertmath.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertneutralparagraph.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertnumericfield.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobjctrl.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobject.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobjectchart.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobjectdialog.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobjectfloatingframe.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertobjectstarmath.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertpage.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertpagecountfield.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertpagenumberfield.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertpatternfield.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertplugin.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertpushbutton.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertreferencefield.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertrows.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertsection.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertsound.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertspreadsheet.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertsymbol.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttable.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttextframe.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttimefield.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttitlefield.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttoolbox.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttopicfield.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_inserttreecontrol.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_insertvideo.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_insobjctrl.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_interactivegradient.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/lch_interactivetransparence.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/lch_internetonline.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_italic.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/lch_justifypara.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/lch_label.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_lastpage.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lch_lastrecord.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_leaveallgroups.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_leavegroup.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_leftpara.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/lch_line.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_line_diagonal.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_linearrowcircle.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/lch_linearrowend.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_linearrows.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_linearrowsquare.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_linearrowstart.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_linecirclearrow.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/lch_lineendstyle.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_linesquarearrow.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_linestyle.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/lch_linetoolbox.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/lch_linewidth.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_listbox.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_loadbasic.pngbin0 -> 1110 bytes-rw-r--r--default_images/res/commandimagelist/lch_macrorecorder.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/lch_macrorecordingfloat.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_mailwindow.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_managebreakpoints.pngbin0 -> 206 bytes-rw-r--r--default_images/res/commandimagelist/lch_managelanguage.pngbin0 -> 269 bytes-rw-r--r--default_images/res/commandimagelist/lch_marks.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/lch_matchgroup.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_measureline.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/lch_mergecells.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_mergedialog.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_mirror.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/lch_modifyframe.pngbin0 -> 201 bytes-rw-r--r--default_images/res/commandimagelist/lch_modifypage.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_moduledialog.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lch_morecontrols.pngbin0 -> 193 bytes-rw-r--r--default_images/res/commandimagelist/lch_movedown.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/lch_movedownsubitems.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_moveup.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/lch_moveupsubitems.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/lch_navigationbar.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/lch_navigator.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/lch_newarrangement.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_newdoc.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/lch_newrecord.pngbin0 -> 172 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_nextannotation.pngbin0 -> 3700 bytes-rw-r--r--default_images/res/commandimagelist/lch_nextpage.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lch_nextrecord.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatcurrency.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatdate.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatdecdecimals.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatincdecimals.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatpercent.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatscientific.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberformatstandard.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/lch_numberingstart.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_numericfield.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_objectalign.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_objectalignleft.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/lch_objectalignright.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_objectcatalog.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_objectposition.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_objects3dtoolbox.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_open.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_openreadonly.pngbin0 -> 230 bytes-rw-r--r--default_images/res/commandimagelist/lch_openurl.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/lch_optimizetable.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_ordercrit.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlinebullet.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlinecollapse.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlinecollapseall.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlinedown.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineexpand.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineexpandall.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlinefont.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineformat.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineleft.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineright.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_outlineup.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/lch_overline.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/lch_pagedown.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lch_pageup.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_paragraphdialog.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_paralefttoright.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_pararighttoleft.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_paraspacedecrease.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_paraspaceincrease.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/lch_paste.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_patternfield.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_pickthrough.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_pie.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/lch_pie_unfilled.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_playmacro.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_pluginsactive.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_polygon.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_polygon_diagonal.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_polygon_diagonal_unfilled.pngbin0 -> 100 bytes-rw-r--r--default_images/res/commandimagelist/lch_polygon_unfilled.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_presentation.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_presentationlayout.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_preview.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/lch_previewprintoptions.pngbin0 -> 191 bytes-rw-r--r--default_images/res/commandimagelist/lch_previewzoom.pngbin0 -> 177 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_previousannotation.pngbin0 -> 3700 bytes-rw-r--r--default_images/res/commandimagelist/lch_previouspage.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_prevrecord.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_print.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_printdefault.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_printersetup.pngbin0 -> 191 bytes-rw-r--r--default_images/res/commandimagelist/lch_printlayout.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/lch_printpagepreview.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_printpreview.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_progressbar.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_pushbutton.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_quickedit.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_quit.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_radiobutton.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_recsave.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_recsearch.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_rect.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_rect_rounded.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_rect_rounded_unfilled.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/lch_rect_unfilled.pngbin0 -> 311 bytes-rw-r--r--default_images/res/commandimagelist/lch_rectangletoolbox.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_recundo.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/lch_redo.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_refresh.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_refreshformcontrol.pngbin0 -> 247 bytes-rw-r--r--default_images/res/commandimagelist/lch_rehearsetimings.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_reload.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_removebullets.pngbin0 -> 297 bytes-rw-r--r--default_images/res/commandimagelist/lch_removefilter.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_removefiltersort.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lch_renamemasterpage.pngbin0 -> 191 bytes-rw-r--r--default_images/res/commandimagelist/lch_repeat.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_reportnavigator.pngbin0 -> 230 bytes-rw-r--r--default_images/res/commandimagelist/lch_reverseorder.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_rightpara.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/lch_rulerrows.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_rulerrowsvertical.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_runbasic.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_save.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/lch_saveas.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_saveastemplate.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_savebasicas.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/lch_sbabrwinsert.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_sbaexecutesql.pngbin0 -> 216 bytes-rw-r--r--default_images/res/commandimagelist/lch_sbanativesql.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_scaletext.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/lch_scrollbar.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_searchdialog.pngbin0 -> 155 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_sectionalignbottom.pngbin0 -> 165 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_sectionalignleft.pngbin0 -> 156 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_sectionalignright.pngbin0 -> 150 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_sectionaligntop.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_sectionshrink.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lch_sectionshrinkbottom.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_sectionshrinktop.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_selectall.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lch_selectmode.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_selectobject.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_selecttable.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/lch_sendfax.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_sendmail.pngbin0 -> 201 bytes-rw-r--r--default_images/res/commandimagelist/lch_sendtoback.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_setborderstyle.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/lch_setdocumentproperties.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_setobjecttobackground.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_setobjecttoforeground.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_setoptimalcolumnwidth.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_setoptimalcolumnwidthdirect.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_setoptimalrowheight.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/lch_shadowcursor.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_shadowed.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_shear.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_shell3d.pngbin0 -> 199 bytes-rwxr-xr-xdefault_images/res/commandimagelist/lch_showannotation.pngbin0 -> 3628 bytes-rw-r--r--default_images/res/commandimagelist/lch_showbookview.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_showbrowser.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_showdatanavigator.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_showfmexplorer.pngbin0 -> 242 bytes-rw-r--r--default_images/res/commandimagelist/lch_showmultiplepages.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_showpropbrowser.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_showslide.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/lch_showtwopages.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/lch_shrink.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/lch_smallestheight.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_smallestwidth.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_snapborder.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/lch_snapframe.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_snappoints.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_solidcreate.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_sortascending.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_sortdescending.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/lch_sortdown.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/lch_sortup.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lch_sourceview.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_spacepara1.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/lch_spacepara15.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/lch_spacepara2.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/lch_spelldialog.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/lch_spelling.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/lch_spellingandgrammardialog.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/lch_spellonline.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lch_sphere.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_spinbutton.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_splitcell.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_splithorizontal.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_splitparenthorizontal.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_splitparentvertical.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_splitvertical.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_square.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/lch_square_rounded.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lch_square_rounded_unfilled.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_square_unfilled.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/lch_starchartdialog.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.bang.pngbin0 -> 241 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.concave-star6.pngbin0 -> 201 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.doorplate.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.horizontal-scroll.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.signet.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star12.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star24.pngbin0 -> 237 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star4.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star5.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star6.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.star8.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_starshapes.vertical-scroll.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/lch_stop.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_strikeout.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lch_styleapply.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_stylenewbyexample.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_styleupdatebyexample.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_subscript.pngbin0 -> 224 bytes-rw-r--r--default_images/res/commandimagelist/lch_superscript.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/lch_switchcontroldesignmode.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/lch_switchxformsdesignmode.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolcatalogue.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.brace-pair.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.bracket-pair.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.cloud.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.diamond-bevel.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.flower.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.forbidden.pngbin0 -> 216 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.heart.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.left-brace.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.left-bracket.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.lightning.pngbin0 -> 187 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.moon.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.octagon-bevel.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.puzzle.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.quad-bevel.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.right-brace.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.right-bracket.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.smiley.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_symbolshapes.sun.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/lch_tabdialog.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/lch_tabledesign.pngbin0 -> 201 bytes-rw-r--r--default_images/res/commandimagelist/lch_tabledialog.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/lch_tablemodefix.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/lch_tablemodefixprop.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/lch_tablemodevariable.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/lch_tablesort.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/lch_testmode.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/lch_text.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_text_marquee.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lch_textdirectionlefttoright.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/lch_textdirectiontoptobottom.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_textfittosizetool.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_texttoolbox.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/lch_thesaurus.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_thesaurusdialog.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/lch_timefield.pngbin0 -> 207 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggleanchortype.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggleaxisdescr.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggleaxistitle.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lch_togglebreakpoint.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/lch_togglegridhorizontal.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/lch_togglegridvertical.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/lch_togglelegend.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_togglemergecells.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggleobjectbeziermode.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggleobjectrotatemode.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_toggletitle.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lch_toolsmacroedit.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_toolsoptions.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_torus.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lch_transformdialog.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_undo.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/lch_ungroup.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/lch_unhainframes.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/lch_urlbutton.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lch_usewizards.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/lch_verticalcaption.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lch_verticaltext.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/lch_verticaltextfittosizetool.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/lch_vfixedline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/lch_view100.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_viewdatasourcebrowser.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lch_viewformasgrid.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/lch_vscrollbar.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/lch_window3d.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapcontour.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapideal.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapleft.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapoff.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapon.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapright.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/lch_wrapthrough.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/lch_xlinecolor.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_xlinestyle.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoom.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoom100percent.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomin.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomminus.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomnext.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomobjects.pngbin0 -> 203 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomoptimal.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomout.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoompage.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoompagewidth.pngbin0 -> 201 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoompanning.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomplus.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomprevious.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/lch_zoomtoolbox.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_bold.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_italic.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_underline.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_underlinedouble.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/nl/lch_bold.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/nl/lch_italic.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/nl/lch_underline.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/nl/lch_underlinedouble.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_bold.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_italic.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_underline.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_underlinedouble.pngbin0 -> 400 bytes-rw-r--r--default_images/res/commandimagelist/nl/sch_bold.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/nl/sch_italic.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/nl/sch_underline.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/nl/sch_underlinedouble.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_bold.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_italic.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_underline.pngbin0 -> 419 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_underlinedouble.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/pl/lch_bold.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/pl/lch_italic.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/pl/lch_underline.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/pl/lch_underlinedouble.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_bold.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_italic.pngbin0 -> 398 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_underline.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_underlinedouble.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/pl/sch_bold.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/pl/sch_italic.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/pl/sch_underline.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/pl/sch_underlinedouble.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_bold.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lch_bold.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_bold.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sch_bold.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_bold.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_underline.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_underlinedouble.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/pt/lch_bold.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/pt/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/pt/lch_underline.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/pt/lch_underlinedouble.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_bold.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_underline.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_underlinedouble.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/pt/sch_bold.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/pt/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/pt/sch_underline.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/pt/sch_underlinedouble.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_bold.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_italic.pngbin0 -> 465 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_underline.pngbin0 -> 344 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_underlinedouble.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/ru/lch_bold.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/ru/lch_italic.pngbin0 -> 344 bytes-rw-r--r--default_images/res/commandimagelist/ru/lch_underline.pngbin0 -> 112 bytes-rw-r--r--default_images/res/commandimagelist/ru/lch_underlinedouble.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_bold.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_italic.pngbin0 -> 291 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_underline.pngbin0 -> 261 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_underlinedouble.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/ru/sch_bold.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/ru/sch_italic.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/ru/sch_underline.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/ru/sch_underlinedouble.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sc_absoluterecord.pngbin0 -> 895 bytes-rw-r--r--default_images/res/commandimagelist/sc_actionmode.pngbin0 -> 863 bytes-rw-r--r--default_images/res/commandimagelist/sc_addbookmark.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_adddatefield.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_adddirect.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_addfield.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_addons.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/sc_addprintarea.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/sc_addtable.pngbin0 -> 576 bytes-rw-r--r--default_images/res/commandimagelist/sc_addwatch.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_adjust.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/sc_advancedmode.pngbin0 -> 910 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignblock.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignbottom.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligncenter.pngbin0 -> 750 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligndown.pngbin0 -> 553 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignhorizontalcenter.pngbin0 -> 324 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignleft.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignmiddle.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignright.pngbin0 -> 322 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligntop.pngbin0 -> 645 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignup.pngbin0 -> 545 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignvcenter.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignverticalcenter.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationeffects.pngbin0 -> 704 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationmode.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationobjects.pngbin0 -> 524 bytes-rw-r--r--default_images/res/commandimagelist/sc_apply.pngbin0 -> 928 bytes-rw-r--r--default_images/res/commandimagelist/sc_arc.pngbin0 -> 716 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.chevron.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.circular-arrow.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.corner-right-arrow.pngbin0 -> 496 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.down-arrow-callout.pngbin0 -> 576 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.down-arrow.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-arrow-callout.pngbin0 -> 586 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-arrow.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-right-arrow-callout.pngbin0 -> 674 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-right-arrow.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.notched-right-arrow.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.pentagon-right.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.quad-arrow-callout.pngbin0 -> 717 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.quad-arrow.pngbin0 -> 678 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.right-arrow-callout.pngbin0 -> 596 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.right-arrow.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.s-sharped-arrow.pngbin0 -> 741 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.split-arrow.pngbin0 -> 650 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.split-round-arrow.pngbin0 -> 769 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.striped-right-arrow.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-arrow-callout.pngbin0 -> 549 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-arrow.pngbin0 -> 582 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-down-arrow-callout.pngbin0 -> 662 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-down-arrow.pngbin0 -> 661 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-arrow-callout.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-arrow.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-down-arrow.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowstoolbox.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_autocontrolfocus.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_autofilter.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/sc_autoformat.pngbin0 -> 753 bytes-rw-r--r--default_images/res/commandimagelist/sc_autosum.pngbin0 -> 563 bytes-rw-r--r--default_images/res/commandimagelist/sc_avmediaplayer.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/sc_backcolor.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/sc_backgroundcolor.pngbin0 -> 789 bytes-rw-r--r--default_images/res/commandimagelist/sc_backgroundpatterncontroller.pngbin0 -> 789 bytes-rw-r--r--default_images/res/commandimagelist/sc_backward.pngbin0 -> 464 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.block-arc.pngbin0 -> 710 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.can.pngbin0 -> 839 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.circle-pie.pngbin0 -> 765 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.circle.pngbin0 -> 855 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.cross.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.cube.pngbin0 -> 628 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.diamond.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.ellipse.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.frame.pngbin0 -> 506 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.hexagon.pngbin0 -> 552 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.isosceles-triangle.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.octagon.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.paper.pngbin0 -> 547 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.parallelogram.pngbin0 -> 565 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.pentagon.pngbin0 -> 623 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.quadrat.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.rectangle.pngbin0 -> 378 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.right-triangle.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.ring.pngbin0 -> 1044 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.round-quadrat.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.round-rectangle.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.trapezoid.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepinto.pngbin0 -> 662 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepout.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepover.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstop.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/sc_beamer.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_beforeobject.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_behindobject.pngbin0 -> 733 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezier_unfilled.pngbin0 -> 674 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierappend.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierclose.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierconvert.pngbin0 -> 766 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziercutline.pngbin0 -> 882 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierdelete.pngbin0 -> 533 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezieredge.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziereliminatepoints.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierfill.pngbin0 -> 748 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierinsert.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziermove.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziersmooth.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziersymmetric.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/sc_bighandles.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/sc_bmpmask.pngbin0 -> 594 bytes-rw-r--r--default_images/res/commandimagelist/sc_bmpmask_h.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_borderdialog.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sc_bringtofront.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_browsebackward.pngbin0 -> 526 bytes-rw-r--r--default_images/res/commandimagelist/sc_browseforward.pngbin0 -> 537 bytes-rw-r--r--default_images/res/commandimagelist/sc_browseview.pngbin0 -> 825 bytes-rw-r--r--default_images/res/commandimagelist/sc_bullet.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/sc_bulletsandnumberingdialog.pngbin0 -> 654 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.cloud-callout.pngbin0 -> 863 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-1.pngbin0 -> 543 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-2.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-3.pngbin0 -> 513 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.rectangular-callout.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.round-callout.pngbin0 -> 842 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.round-rectangular-callout.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/sc_cancel.pngbin0 -> 510 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellvertbottom.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellvertcenter.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellverttop.pngbin0 -> 645 bytes-rw-r--r--default_images/res/commandimagelist/sc_centerpara.pngbin0 -> 324 bytes-rw-r--r--default_images/res/commandimagelist/sc_chainframes.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_changebezier.pngbin0 -> 779 bytes-rw-r--r--default_images/res/commandimagelist/sc_changecasetolower.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_changecasetoupper.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/sc_changedatabasefield.pngbin0 -> 1007 bytes-rw-r--r--default_images/res/commandimagelist/sc_changepolygon.pngbin0 -> 844 bytes-rw-r--r--default_images/res/commandimagelist/sc_charfontname.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/sc_checkbox.pngbin0 -> 620 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosecontrols.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosedesign.pngbin0 -> 899 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosemacro.pngbin0 -> 652 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosepolygon.pngbin0 -> 477 bytes-rw-r--r--default_images/res/commandimagelist/sc_circle.pngbin0 -> 855 bytes-rw-r--r--default_images/res/commandimagelist/sc_circle_unfilled.pngbin0 -> 885 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlearc.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlecut.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlecut_unfilled.pngbin0 -> 884 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlepie.pngbin0 -> 765 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlepie_unfilled.pngbin0 -> 842 bytes-rw-r--r--default_images/res/commandimagelist/sc_clickchangerotation.pngbin0 -> 922 bytes-rw-r--r--default_images/res/commandimagelist/sc_closedoc.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/sc_closedocs.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/sc_closemasterview.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/sc_closewin.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/sc_color.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_colorsettings.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_colorview.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/sc_combobox.pngbin0 -> 765 bytes-rw-r--r--default_images/res/commandimagelist/sc_commontaskbarvisible.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_compilebasic.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/sc_cone.pngbin0 -> 593 bytes-rw-r--r--default_images/res/commandimagelist/sc_config.pngbin0 -> 800 bytes-rw-r--r--default_images/res/commandimagelist/sc_connector.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrowend.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrows.pngbin0 -> 733 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrowstart.pngbin0 -> 748 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcircleend.pngbin0 -> 724 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcircles.pngbin0 -> 702 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcirclestart.pngbin0 -> 723 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurve.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrowend.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrows.pngbin0 -> 799 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrowstart.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecircleend.pngbin0 -> 722 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecircles.pngbin0 -> 679 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecirclestart.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorline.pngbin0 -> 594 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrowend.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrows.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrowstart.pngbin0 -> 686 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecircleend.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecircles.pngbin0 -> 679 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecirclestart.pngbin0 -> 696 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlines.pngbin0 -> 614 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrowend.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrows.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrowstart.pngbin0 -> 733 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescircleend.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescircles.pngbin0 -> 646 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescirclestart.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectortoolbox.pngbin0 -> 702 bytes-rw-r--r--default_images/res/commandimagelist/sc_contourdialog.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/sc_controlcodes.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_controlproperties.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3d.pngbin0 -> 749 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3dlathe.pngbin0 -> 712 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3dlathefast.pngbin0 -> 702 bytes-rw-r--r--default_images/res/commandimagelist/sc_copy.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/sc_countall.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_crookrotate.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/sc_crookslant.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/sc_crop.pngbin0 -> 1068 bytes-rw-r--r--default_images/res/commandimagelist/sc_cube.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/sc_currencyfield.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/sc_customanimation.pngbin0 -> 820 bytes-rw-r--r--default_images/res/commandimagelist/sc_cut.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_cylinder.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/sc_cyramid.pngbin0 -> 640 bytes-rw-r--r--default_images/res/commandimagelist/sc_datadatapilotrun.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterautofilter.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterspecialfilter.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterstandardfilter.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/sc_dataimport.pngbin0 -> 483 bytes-rw-r--r--default_images/res/commandimagelist/sc_dataincolumns.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/sc_datainrows.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/sc_datefield.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbaddrelation.pngbin0 -> 739 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbchangedesignmode.pngbin0 -> 803 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbclearquery.pngbin0 -> 883 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbdistinctvalues.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbdtableedit.pngbin0 -> 683 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformdelete.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformedit.pngbin0 -> 742 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformopen.pngbin0 -> 628 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformrename.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbindexdesign.pngbin0 -> 696 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewform.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewformautopilot.pngbin0 -> 852 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewquery.pngbin0 -> 903 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewqueryautopilot.pngbin0 -> 983 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewquerysql.pngbin0 -> 679 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewreport.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewreportautopilot.pngbin0 -> 853 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewtable.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewtableautopilot.pngbin0 -> 798 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewview.pngbin0 -> 767 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewviewsql.pngbin0 -> 850 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbquerydelete.pngbin0 -> 716 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryedit.pngbin0 -> 805 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryopen.pngbin0 -> 713 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryrename.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportdelete.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportedit.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportopen.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportrename.pngbin0 -> 638 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbsortingandgrouping.pngbin0 -> 546 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtabledelete.pngbin0 -> 716 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtableedit.pngbin0 -> 683 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtableopen.pngbin0 -> 617 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtablerename.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewaliases.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewfunctions.pngbin0 -> 543 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewtablenames.pngbin0 -> 506 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementindent.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementlevel.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementsublevels.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/sc_defaultbullet.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/sc_defaultnumbering.pngbin0 -> 379 bytes-rw-r--r--default_images/res/commandimagelist/sc_definename.pngbin0 -> 422 bytes-rw-r--r--default_images/res/commandimagelist/sc_defineprintarea.pngbin0 -> 713 bytes-rw-r--r--default_images/res/commandimagelist/sc_delete.pngbin0 -> 510 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_deleteallannotation.pngbin0 -> 4117 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_deleteannotation.pngbin0 -> 4042 bytes-rw-r--r--default_images/res/commandimagelist/sc_deletecolumns.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/sc_deletemasterpage.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleteprintarea.pngbin0 -> 694 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleterecord.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleterows.pngbin0 -> 380 bytes-rw-r--r--default_images/res/commandimagelist/sc_designerdialog.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sc_dia.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaauto.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaeffect.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_diagramdata.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_diagramtype.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaspeed.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_diatime.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_distributecolumns.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/sc_distributerows.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sc_doubleclicktextedit.pngbin0 -> 721 bytes-rw-r--r--default_images/res/commandimagelist/sc_draw.pngbin0 -> 909 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawcaption.pngbin0 -> 862 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawchart.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawselect.pngbin0 -> 568 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawtext.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbdocumentdatasource.pngbin0 -> 1066 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbeditdoc.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbformletter.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbinsertcolumns.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbinsertcontent.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbrowserexplorer.pngbin0 -> 731 bytes-rw-r--r--default_images/res/commandimagelist/sc_duplicatepage.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_edit.pngbin0 -> 547 bytes-rw-r--r--default_images/res/commandimagelist/sc_editdoc.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_editframeset.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_editglossary.pngbin0 -> 650 bytes-rw-r--r--default_images/res/commandimagelist/sc_editheaderandfooter.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/sc_editprintarea.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipse.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipse_unfilled.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsecut.pngbin0 -> 722 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsecut_unfilled.pngbin0 -> 819 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsetoolbox.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_entergroup.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_entirecolumn.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/sc_entirerow.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/sc_euroconverter.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/sc_executereport.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_expandpage.pngbin0 -> 421 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportdialog.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportdirecttopdf.pngbin0 -> 606 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportto.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/sc_extendedhelp.pngbin0 -> 937 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusion3dcolor.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiondepthfloater.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiondirectionfloater.pngbin0 -> 786 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusionlightingfloater.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusionsurfacefloater.pngbin0 -> 919 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltdown.pngbin0 -> 933 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltleft.pngbin0 -> 980 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltright.pngbin0 -> 1018 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltup.pngbin0 -> 952 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontoggle.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/sc_fieldnames.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_fields.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_filecontrol.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/sc_filedocument.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_fillshadow.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_fillstyle.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/sc_filtercrit.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/sc_firstpage.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/sc_firstrecord.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_fliphorizontal.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/sc_flipvertical.pngbin0 -> 654 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-alternate-process.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-card.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-collate.pngbin0 -> 641 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-connector.pngbin0 -> 855 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-data.pngbin0 -> 565 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-decision.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-delay.pngbin0 -> 732 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-display.pngbin0 -> 607 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-document.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-extract.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-internal-storage.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 839 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-manual-input.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-manual-operation.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-merge.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-multidocument.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-or.pngbin0 -> 932 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-predefined-process.pngbin0 -> 506 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-preparation.pngbin0 -> 552 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-process.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-punched-tape.pngbin0 -> 864 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-sequential-access.pngbin0 -> 865 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-sort.pngbin0 -> 678 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-stored-data.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-summing-junction.pngbin0 -> 1018 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-terminator.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontcolor.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontdialog.pngbin0 -> 762 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontheight.pngbin0 -> 938 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontwork.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkalignmentfloater.pngbin0 -> 324 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkcharacterspacingfloater.pngbin0 -> 780 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkgalleryfloater.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworksameletterheights.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 325 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 334 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 322 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 347 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-curve-down.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-curve-up.pngbin0 -> 363 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-down.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-left.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-right.pngbin0 -> 284 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 308 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up.pngbin0 -> 292 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-inflate.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 349 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-plain-text.pngbin0 -> 247 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-slant-down.pngbin0 -> 300 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-slant-up.pngbin0 -> 294 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-stop.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 307 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-wave.pngbin0 -> 335 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatarea.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatgroup.pngbin0 -> 568 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatline.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatpaintbrush.pngbin0 -> 852 bytes-rw-r--r--default_images/res/commandimagelist/sc_formattedfield.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatungroup.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_formdesigntools.pngbin0 -> 662 bytes-rw-r--r--default_images/res/commandimagelist/sc_formelcursor.pngbin0 -> 462 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilter.pngbin0 -> 541 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfiltered.pngbin0 -> 588 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilterexecute.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilternavigator.pngbin0 -> 772 bytes-rw-r--r--default_images/res/commandimagelist/sc_formproperties.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/sc_forward.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/sc_framedialog.pngbin0 -> 665 bytes-rw-r--r--default_images/res/commandimagelist/sc_framelinecolor.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/sc_freeline.pngbin0 -> 781 bytes-rw-r--r--default_images/res/commandimagelist/sc_freeline_unfilled.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/sc_fullscreen.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/sc_gallery.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_getactivetask.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueeditmode.pngbin0 -> 586 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionbottom.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionleft.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionright.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectiontop.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzaligncenter.pngbin0 -> 587 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzalignleft.pngbin0 -> 618 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzalignright.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueinsertpoint.pngbin0 -> 645 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluepercent.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertalignbottom.pngbin0 -> 632 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertaligncenter.pngbin0 -> 596 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertaligntop.pngbin0 -> 644 bytes-rw-r--r--default_images/res/commandimagelist/sc_goalseekdialog.pngbin0 -> 646 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotoend.pngbin0 -> 601 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotoendofdoc.pngbin0 -> 739 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotostartofdoc.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotostartoftable.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafattrcrop.pngbin0 -> 1068 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafblue.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafcontrast.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafgamma.pngbin0 -> 836 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafgreen.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafinvert.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafluminance.pngbin0 -> 787 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafmode.pngbin0 -> 674 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafred.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_graftransparence.pngbin0 -> 659 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphic.pngbin0 -> 710 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterinvert.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltermosaic.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterpopart.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterposter.pngbin0 -> 689 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterrelief.pngbin0 -> 835 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterremovenoise.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersepia.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersharpen.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersmooth.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersobel.pngbin0 -> 379 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersolarize.pngbin0 -> 749 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltertoolbox.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_greatestheight.pngbin0 -> 722 bytes-rw-r--r--default_images/res/commandimagelist/sc_greatestwidth.pngbin0 -> 632 bytes-rw-r--r--default_images/res/commandimagelist/sc_grid.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_griduse.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/sc_gridvisible.pngbin0 -> 283 bytes-rw-r--r--default_images/res/commandimagelist/sc_group.pngbin0 -> 483 bytes-rw-r--r--default_images/res/commandimagelist/sc_groupbox.pngbin0 -> 650 bytes-rw-r--r--default_images/res/commandimagelist/sc_grow.pngbin0 -> 870 bytes-rw-r--r--default_images/res/commandimagelist/sc_halfsphere.pngbin0 -> 857 bytes-rw-r--r--default_images/res/commandimagelist/sc_handlesdraft.pngbin0 -> 359 bytes-rw-r--r--default_images/res/commandimagelist/sc_help.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpannotate.pngbin0 -> 625 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpbookmark.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpdownload.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_helperdialog.pngbin0 -> 998 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpindex.pngbin0 -> 998 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesmove.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesuse.pngbin0 -> 481 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesvisible.pngbin0 -> 347 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpmenu.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpsearch.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpzoomin.pngbin0 -> 763 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpzoomout.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_hfixedline.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/sc_hideslide.pngbin0 -> 606 bytes-rw-r--r--default_images/res/commandimagelist/sc_hscrollbar.pngbin0 -> 593 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyperlinkdialog.pngbin0 -> 1184 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyphenate.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyphenation.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagebutton.pngbin0 -> 742 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagecontrol.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagemapdialog.pngbin0 -> 701 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_importdialog.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/sc_importfromfile.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementindent.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementlevel.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementsublevels.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_inscellsctrl.pngbin0 -> 622 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertannotation.pngbin0 -> 3987 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertauthorfield.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertavmedia.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertbookmark.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcaptiondialog.pngbin0 -> 504 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcellsdown.pngbin0 -> 747 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcellsright.pngbin0 -> 689 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcolumns.pngbin0 -> 586 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertctrl.pngbin0 -> 393 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcurrencyfield.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdatefield.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdoc.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdraw.pngbin0 -> 742 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertedit.pngbin0 -> 547 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertendnote.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfield.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfieldctrl.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfilecontrol.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfixedtext.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfootnote.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertformattedfield.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertformula.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframe.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframeinteract.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframeinteractnocolumns.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertgraphic.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserthyperlink.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertimagecontrol.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertindexesentry.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertlistbox.pngbin0 -> 728 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertmasterpage.pngbin0 -> 643 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertmath.pngbin0 -> 511 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertneutralparagraph.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertnumericfield.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjctrl.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobject.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectchart.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectdialog.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectfloatingframe.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectstarmath.pngbin0 -> 511 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpage.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpagecountfield.pngbin0 -> 825 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpagenumberfield.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpatternfield.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertplugin.pngbin0 -> 705 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpushbutton.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertreferencefield.pngbin0 -> 540 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertrows.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsection.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsound.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertspreadsheet.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsymbol.pngbin0 -> 794 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttable.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttextframe.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttimefield.pngbin0 -> 830 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttitlefield.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttoolbox.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttopicfield.pngbin0 -> 627 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttreecontrol.pngbin0 -> 426 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertvideo.pngbin0 -> 524 bytes-rw-r--r--default_images/res/commandimagelist/sc_insobjctrl.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_interactivegradient.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/sc_interactivetransparence.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/sc_internetonline.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_italic.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_justifypara.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_label.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_lastpage.pngbin0 -> 739 bytes-rw-r--r--default_images/res/commandimagelist/sc_lastrecord.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_leaveallgroups.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_leavegroup.pngbin0 -> 678 bytes-rw-r--r--default_images/res/commandimagelist/sc_leftpara.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_line.pngbin0 -> 633 bytes-rw-r--r--default_images/res/commandimagelist/sc_line_diagonal.pngbin0 -> 679 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowcircle.pngbin0 -> 632 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowend.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrows.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowsquare.pngbin0 -> 553 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowstart.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/sc_linecirclearrow.pngbin0 -> 646 bytes-rw-r--r--default_images/res/commandimagelist/sc_lineendstyle.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/sc_linesquarearrow.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_linestyle.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sc_linetoolbox.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/sc_linewidth.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_listbox.pngbin0 -> 728 bytes-rw-r--r--default_images/res/commandimagelist/sc_loadbasic.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_macrorecorder.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_macrorecordingfloat.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_mailwindow.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_managebreakpoints.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/sc_managelanguage.pngbin0 -> 873 bytes-rw-r--r--default_images/res/commandimagelist/sc_marks.pngbin0 -> 381 bytes-rw-r--r--default_images/res/commandimagelist/sc_matchgroup.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_measureline.pngbin0 -> 667 bytes-rw-r--r--default_images/res/commandimagelist/sc_mergecells.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_mergedialog.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/sc_mirror.pngbin0 -> 935 bytes-rw-r--r--default_images/res/commandimagelist/sc_modifyframe.pngbin0 -> 712 bytes-rw-r--r--default_images/res/commandimagelist/sc_modifypage.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/sc_moduledialog.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/sc_morecontrols.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/sc_movedown.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_movedownsubitems.pngbin0 -> 649 bytes-rw-r--r--default_images/res/commandimagelist/sc_moveup.pngbin0 -> 501 bytes-rw-r--r--default_images/res/commandimagelist/sc_moveupsubitems.pngbin0 -> 661 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigationbar.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigator.pngbin0 -> 1014 bytes-rw-r--r--default_images/res/commandimagelist/sc_newarrangement.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/sc_newdoc.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_newrecord.pngbin0 -> 662 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_nextannotation.pngbin0 -> 4045 bytes-rw-r--r--default_images/res/commandimagelist/sc_nextpage.pngbin0 -> 747 bytes-rw-r--r--default_images/res/commandimagelist/sc_nextrecord.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/sc_no.pngbin0 -> 958 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatcurrency.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdate.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdecdecimals.pngbin0 -> 728 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatincdecimals.pngbin0 -> 588 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatpercent.pngbin0 -> 567 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatscientific.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatstandard.pngbin0 -> 685 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberingstart.pngbin0 -> 721 bytes-rw-r--r--default_images/res/commandimagelist/sc_numericfield.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalign.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalignleft.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalignright.pngbin0 -> 628 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectcatalog.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectposition.pngbin0 -> 477 bytes-rw-r--r--default_images/res/commandimagelist/sc_objects3dtoolbox.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/sc_ok.pngbin0 -> 596 bytes-rw-r--r--default_images/res/commandimagelist/sc_open.pngbin0 -> 711 bytes-rw-r--r--default_images/res/commandimagelist/sc_open_h.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sc_openreadonly.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/sc_openurl.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_optimizetable.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/sc_ordercrit.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinebullet.pngbin0 -> 654 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinecollapse.pngbin0 -> 541 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinecollapseall.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinedown.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineexpand.pngbin0 -> 545 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineexpandall.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinefont.pngbin0 -> 640 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineformat.pngbin0 -> 762 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineleft.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineright.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineup.pngbin0 -> 501 bytes-rw-r--r--default_images/res/commandimagelist/sc_overline.pngbin0 -> 347 bytes-rw-r--r--default_images/res/commandimagelist/sc_pagedown.pngbin0 -> 747 bytes-rw-r--r--default_images/res/commandimagelist/sc_pageup.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/sc_paragraphdialog.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/sc_paralefttoright.pngbin0 -> 620 bytes-rw-r--r--default_images/res/commandimagelist/sc_pararighttoleft.pngbin0 -> 622 bytes-rw-r--r--default_images/res/commandimagelist/sc_paraspacedecrease.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_paraspaceincrease.pngbin0 -> 510 bytes-rw-r--r--default_images/res/commandimagelist/sc_paste.pngbin0 -> 793 bytes-rw-r--r--default_images/res/commandimagelist/sc_patternfield.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_pickthrough.pngbin0 -> 745 bytes-rw-r--r--default_images/res/commandimagelist/sc_pie.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/sc_pie_unfilled.pngbin0 -> 780 bytes-rw-r--r--default_images/res/commandimagelist/sc_playmacro.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_pluginsactive.pngbin0 -> 705 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon.pngbin0 -> 677 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_diagonal.pngbin0 -> 465 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_diagonal_unfilled.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_unfilled.pngbin0 -> 790 bytes-rw-r--r--default_images/res/commandimagelist/sc_position.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/sc_presentation.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/sc_presentationlayout.pngbin0 -> 754 bytes-rw-r--r--default_images/res/commandimagelist/sc_preview.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_previewprintoptions.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/sc_previewzoom.pngbin0 -> 761 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_previousannotation.pngbin0 -> 4037 bytes-rw-r--r--default_images/res/commandimagelist/sc_previouspage.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/sc_prevrecord.pngbin0 -> 467 bytes-rw-r--r--default_images/res/commandimagelist/sc_print.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/sc_printdefault.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/sc_printersetup.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/sc_printlayout.pngbin0 -> 638 bytes-rw-r--r--default_images/res/commandimagelist/sc_printpagepreview.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_printpreview.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/sc_progressbar.pngbin0 -> 414 bytes-rw-r--r--default_images/res/commandimagelist/sc_pushbutton.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/sc_quickedit.pngbin0 -> 618 bytes-rw-r--r--default_images/res/commandimagelist/sc_quit.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/sc_radiobutton.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/sc_recsave.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/sc_recsearch.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect.pngbin0 -> 378 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_rounded.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_rounded_unfilled.pngbin0 -> 541 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_unfilled.pngbin0 -> 406 bytes-rw-r--r--default_images/res/commandimagelist/sc_rectangletoolbox.pngbin0 -> 378 bytes-rw-r--r--default_images/res/commandimagelist/sc_recundo.pngbin0 -> 1038 bytes-rw-r--r--default_images/res/commandimagelist/sc_redo.pngbin0 -> 894 bytes-rw-r--r--default_images/res/commandimagelist/sc_refresh.pngbin0 -> 909 bytes-rw-r--r--default_images/res/commandimagelist/sc_refreshformcontrol.pngbin0 -> 866 bytes-rw-r--r--default_images/res/commandimagelist/sc_rehearsetimings.pngbin0 -> 927 bytes-rw-r--r--default_images/res/commandimagelist/sc_reload.pngbin0 -> 909 bytes-rw-r--r--default_images/res/commandimagelist/sc_removebullets.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/sc_removefilter.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/sc_removefiltersort.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/sc_renamemasterpage.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/sc_repeat.pngbin0 -> 907 bytes-rw-r--r--default_images/res/commandimagelist/sc_reportnavigator.pngbin0 -> 919 bytes-rw-r--r--default_images/res/commandimagelist/sc_reverseorder.pngbin0 -> 803 bytes-rw-r--r--default_images/res/commandimagelist/sc_rightpara.pngbin0 -> 322 bytes-rw-r--r--default_images/res/commandimagelist/sc_rulerrows.pngbin0 -> 980 bytes-rw-r--r--default_images/res/commandimagelist/sc_rulerrowsvertical.pngbin0 -> 1018 bytes-rw-r--r--default_images/res/commandimagelist/sc_runbasic.pngbin0 -> 713 bytes-rw-r--r--default_images/res/commandimagelist/sc_save.pngbin0 -> 535 bytes-rw-r--r--default_images/res/commandimagelist/sc_saveas.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_saveastemplate.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_savebasicas.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbabrwinsert.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbaexecutesql.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbanativesql.pngbin0 -> 645 bytes-rw-r--r--default_images/res/commandimagelist/sc_scaletext.pngbin0 -> 821 bytes-rw-r--r--default_images/res/commandimagelist/sc_scrollbar.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/sc_searchdialog.pngbin0 -> 680 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_sectionalignbottom.pngbin0 -> 581 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_sectionalignleft.pngbin0 -> 652 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_sectionalignright.pngbin0 -> 655 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_sectionaligntop.pngbin0 -> 584 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrink.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrinkbottom.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrinktop.pngbin0 -> 491 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectall.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectmode.pngbin0 -> 568 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectobject.pngbin0 -> 568 bytes-rw-r--r--default_images/res/commandimagelist/sc_selecttable.pngbin0 -> 644 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendfax.pngbin0 -> 730 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendmail.pngbin0 -> 552 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendtoback.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/sc_setborderstyle.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/sc_setdocumentproperties.pngbin0 -> 702 bytes-rw-r--r--default_images/res/commandimagelist/sc_setobjecttobackground.pngbin0 -> 596 bytes-rw-r--r--default_images/res/commandimagelist/sc_setobjecttoforeground.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalcolumnwidth.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalcolumnwidthdirect.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalrowheight.pngbin0 -> 399 bytes-rw-r--r--default_images/res/commandimagelist/sc_shadowcursor.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_shadowed.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_shear.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/sc_shell3d.pngbin0 -> 872 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sc_showannotation.pngbin0 -> 3879 bytes-rw-r--r--default_images/res/commandimagelist/sc_showbookview.pngbin0 -> 524 bytes-rw-r--r--default_images/res/commandimagelist/sc_showbrowser.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_showdatanavigator.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/sc_showfmexplorer.pngbin0 -> 876 bytes-rw-r--r--default_images/res/commandimagelist/sc_showmultiplepages.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_showpropbrowser.pngbin0 -> 760 bytes-rw-r--r--default_images/res/commandimagelist/sc_showslide.pngbin0 -> 610 bytes-rw-r--r--default_images/res/commandimagelist/sc_showtwopages.pngbin0 -> 453 bytes-rw-r--r--default_images/res/commandimagelist/sc_shrink.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/sc_size.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/sc_smallestheight.pngbin0 -> 686 bytes-rw-r--r--default_images/res/commandimagelist/sc_smallestwidth.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/sc_snapborder.pngbin0 -> 659 bytes-rw-r--r--default_images/res/commandimagelist/sc_snapframe.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/sc_snappoints.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/sc_solidcreate.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortascending.pngbin0 -> 659 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortdescending.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortdown.pngbin0 -> 673 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortup.pngbin0 -> 659 bytes-rw-r--r--default_images/res/commandimagelist/sc_sourceview.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara1.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara15.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara2.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/sc_spelldialog.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/sc_spelling.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/sc_spellingandgrammardialog.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/sc_spellonline.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/sc_sphere.pngbin0 -> 936 bytes-rw-r--r--default_images/res/commandimagelist/sc_spinbutton.pngbin0 -> 549 bytes-rw-r--r--default_images/res/commandimagelist/sc_splitcell.pngbin0 -> 418 bytes-rw-r--r--default_images/res/commandimagelist/sc_splithorizontal.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_splitparenthorizontal.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_splitparentvertical.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_splitvertical.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_square.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_rounded.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_rounded_unfilled.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_unfilled.pngbin0 -> 450 bytes-rw-r--r--default_images/res/commandimagelist/sc_starchartdialog.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.bang.pngbin0 -> 752 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.concave-star6.pngbin0 -> 780 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.doorplate.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.horizontal-scroll.pngbin0 -> 582 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.signet.pngbin0 -> 775 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star12.pngbin0 -> 817 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star24.pngbin0 -> 946 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star4.pngbin0 -> 587 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star5.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star6.pngbin0 -> 741 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star8.pngbin0 -> 720 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.vertical-scroll.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/sc_stop.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/sc_strikeout.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_styleapply.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/sc_stylenewbyexample.pngbin0 -> 613 bytes-rw-r--r--default_images/res/commandimagelist/sc_styleupdatebyexample.pngbin0 -> 734 bytes-rw-r--r--default_images/res/commandimagelist/sc_stylewatercanmode.pngbin0 -> 831 bytes-rw-r--r--default_images/res/commandimagelist/sc_subscript.pngbin0 -> 927 bytes-rw-r--r--default_images/res/commandimagelist/sc_superscript.pngbin0 -> 914 bytes-rw-r--r--default_images/res/commandimagelist/sc_switchcontroldesignmode.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_switchxformsdesignmode.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolcatalogue.pngbin0 -> 563 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.brace-pair.pngbin0 -> 756 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.bracket-pair.pngbin0 -> 667 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.cloud.pngbin0 -> 847 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.diamond-bevel.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.flower.pngbin0 -> 921 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.forbidden.pngbin0 -> 1077 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.heart.pngbin0 -> 945 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.left-brace.pngbin0 -> 587 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.left-bracket.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.lightning.pngbin0 -> 669 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.moon.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.octagon-bevel.pngbin0 -> 765 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.pngbin0 -> 1086 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.puzzle.pngbin0 -> 830 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.quad-bevel.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.right-brace.pngbin0 -> 586 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.right-bracket.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.smiley.pngbin0 -> 1086 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.sun.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabdialog.pngbin0 -> 785 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabledesign.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabledialog.pngbin0 -> 640 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodefix.pngbin0 -> 411 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodefixprop.pngbin0 -> 456 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodevariable.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablesort.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_testmode.pngbin0 -> 698 bytes-rw-r--r--default_images/res/commandimagelist/sc_text.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_text_marquee.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/sc_textdirectionlefttoright.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_textdirectiontoptobottom.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/sc_textfittosizetool.pngbin0 -> 752 bytes-rw-r--r--default_images/res/commandimagelist/sc_texttoolbox.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_thesaurus.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/sc_thesaurusdialog.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/sc_timefield.pngbin0 -> 830 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleanchortype.pngbin0 -> 642 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleaxisdescr.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleaxistitle.pngbin0 -> 534 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglebreakpoint.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglegridhorizontal.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglegridvertical.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglelegend.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglemergecells.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleobjectbeziermode.pngbin0 -> 477 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleobjectrotatemode.pngbin0 -> 910 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggletitle.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_toolsmacroedit.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_toolsoptions.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_torus.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_transformdialog.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/sc_underline.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/sc_underlinedouble.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_undo.pngbin0 -> 888 bytes-rw-r--r--default_images/res/commandimagelist/sc_ungroup.pngbin0 -> 483 bytes-rw-r--r--default_images/res/commandimagelist/sc_unhainframes.pngbin0 -> 700 bytes-rw-r--r--default_images/res/commandimagelist/sc_urlbutton.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/sc_usewizards.pngbin0 -> 662 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticalcaption.pngbin0 -> 882 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticaltext.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticaltextfittosizetool.pngbin0 -> 841 bytes-rw-r--r--default_images/res/commandimagelist/sc_vfixedline.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/sc_view100.pngbin0 -> 817 bytes-rw-r--r--default_images/res/commandimagelist/sc_viewdatasourcebrowser.pngbin0 -> 998 bytes-rw-r--r--default_images/res/commandimagelist/sc_viewformasgrid.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/sc_vscrollbar.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/sc_window3d.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapcontour.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapideal.pngbin0 -> 493 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapleft.pngbin0 -> 311 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapoff.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapon.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapright.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapthrough.pngbin0 -> 359 bytes-rw-r--r--default_images/res/commandimagelist/sc_xlinecolor.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_xlinestyle.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_yes.pngbin0 -> 948 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoom.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoom100percent.pngbin0 -> 817 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomin.pngbin0 -> 763 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomminus.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomnext.pngbin0 -> 984 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomobjects.pngbin0 -> 795 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomoptimal.pngbin0 -> 784 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomout.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompage.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompagewidth.pngbin0 -> 852 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompanning.pngbin0 -> 924 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomplus.pngbin0 -> 763 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomprevious.pngbin0 -> 952 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomtoolbox.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/sch_absoluterecord.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_actionmode.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_addbookmark.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_adddatefield.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_adddirect.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_addfield.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_addons.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_addprintarea.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_addtable.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_addwatch.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_adjust.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_advancedmode.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignblock.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignbottom.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_aligncenter.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_aligndown.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignhorizontalcenter.pngbin0 -> 269 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignleft.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignmiddle.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignright.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sch_aligntop.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignup.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignvcenter.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_alignverticalcenter.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_animationeffects.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sch_animationmode.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/sch_animationobjects.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_arc.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.chevron.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.circular-arrow.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.corner-right-arrow.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.down-arrow-callout.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.down-arrow.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.left-arrow-callout.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.left-arrow.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.left-right-arrow-callout.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.left-right-arrow.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.notched-right-arrow.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.pentagon-right.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.quad-arrow-callout.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.quad-arrow.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.right-arrow-callout.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.right-arrow.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.s-sharped-arrow.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.split-arrow.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.split-round-arrow.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.striped-right-arrow.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-arrow-callout.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-arrow.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-down-arrow-callout.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-down-arrow.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-right-arrow-callout.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-right-arrow.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowshapes.up-right-down-arrow.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_arrowstoolbox.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_autocontrolfocus.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_autofilter.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/sch_autoformat.pngbin0 -> 193 bytes-rw-r--r--default_images/res/commandimagelist/sch_autosum.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_avmediaplayer.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_backcolor.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/sch_backgroundcolor.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_backgroundpatterncontroller.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_backward.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.block-arc.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.can.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.circle-pie.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.circle.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.cross.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.cube.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.diamond.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.ellipse.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.frame.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.hexagon.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.isosceles-triangle.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.octagon.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.paper.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.parallelogram.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.pentagon.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.quadrat.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.rectangle.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.right-triangle.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.ring.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.round-quadrat.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.round-rectangle.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicshapes.trapezoid.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicstepinto.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicstepout.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicstepover.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_basicstop.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_beamer.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_beforeobject.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_behindobject.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezier_unfilled.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierappend.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierclose.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierconvert.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_beziercutline.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierdelete.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezieredge.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_beziereliminatepoints.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierfill.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_bezierinsert.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_beziermove.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_beziersmooth.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_beziersymmetric.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_bighandles.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/sch_borderdialog.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/sch_bringtofront.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_browsebackward.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/sch_browseforward.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sch_browseview.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/sch_bullet.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_bulletsandnumberingdialog.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.cloud-callout.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.line-callout-1.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.line-callout-2.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.line-callout-3.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.rectangular-callout.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.round-callout.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_calloutshapes.round-rectangular-callout.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_cellvertbottom.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_cellvertcenter.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_cellverttop.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_centerpara.pngbin0 -> 269 bytes-rw-r--r--default_images/res/commandimagelist/sch_chainframes.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_changebezier.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_changecasetolower.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_changecasetoupper.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_changedatabasefield.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/sch_changepolygon.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/sch_charfontname.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_checkbox.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_choosecontrols.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_choosedesign.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/sch_choosemacro.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_choosepolygon.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_circle.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_circle_unfilled.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_circlearc.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_circlecut.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_circlecut_unfilled.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_circlepie.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_circlepie_unfilled.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_clickchangerotation.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/sch_closedoc.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_closedocs.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_closemasterview.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_closewin.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_color.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_colorsettings.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_colorview.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/sch_combobox.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_commontaskbarvisible.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_compilebasic.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/sch_cone.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_config.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_connector.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorarrowend.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorarrows.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorarrowstart.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcircleend.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcircles.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcirclestart.pngbin0 -> 112 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurve.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvearrowend.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvearrows.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvearrowstart.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvecircleend.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvecircles.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorcurvecirclestart.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorline.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinearrowend.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinearrows.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinearrowstart.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinecircleend.pngbin0 -> 112 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinecircles.pngbin0 -> 112 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinecirclestart.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlines.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinesarrowend.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinesarrows.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinesarrowstart.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinescircleend.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinescircles.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectorlinescirclestart.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/sch_connectortoolbox.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_contourdialog.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_controlcodes.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_controlproperties.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_convertinto3d.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_convertinto3dlathe.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_convertinto3dlathefast.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_copy.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_countall.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_crookrotate.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_crookslant.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_crop.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_cube.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_currencyfield.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_customanimation.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sch_cut.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_cylinder.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_cyramid.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_datadatapilotrun.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_datafilterautofilter.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/sch_datafilterspecialfilter.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_datafilterstandardfilter.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_dataimport.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_dataincolumns.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_datainrows.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/sch_datefield.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbaddrelation.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbchangedesignmode.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbclearquery.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbdistinctvalues.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbformdelete.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbformedit.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbformopen.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbformrename.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbindexdesign.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewform.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewformautopilot.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewquery.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewqueryautopilot.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewquerysql.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewreport.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewreportautopilot.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewtable.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewtableautopilot.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewview.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbnewviewsql.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbquerydelete.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbqueryedit.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbqueryopen.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbqueryrename.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbreportdelete.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbreportedit.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbreportopen.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbreportrename.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbsortingandgrouping.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbtabledelete.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbtableedit.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbtableopen.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbtablerename.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbviewaliases.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbviewfunctions.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_dbviewtablenames.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_decrementindent.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_decrementlevel.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_decrementsublevels.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_defaultbullet.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_defaultnumbering.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_definename.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_defineprintarea.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/sch_delete.pngbin0 -> 140 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_deleteallannotation.pngbin0 -> 3677 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_deleteannotation.pngbin0 -> 3663 bytes-rw-r--r--default_images/res/commandimagelist/sch_deletecolumns.pngbin0 -> 103 bytes-rw-r--r--default_images/res/commandimagelist/sch_deletemasterpage.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_deleteprintarea.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_deleterecord.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sch_deleterows.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_designerdialog.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/sch_dia.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_diaauto.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_diaeffect.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_diagramdata.pngbin0 -> 245 bytes-rw-r--r--default_images/res/commandimagelist/sch_diagramtype.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_diaspeed.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_diatime.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_distributecolumns.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_distributerows.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_doubleclicktextedit.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_draw.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_drawcaption.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_drawchart.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_drawselect.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_drawtext.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbdocumentdatasource.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbeditdoc.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbformletter.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbinsertcolumns.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbinsertcontent.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_dsbrowserexplorer.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_duplicatepage.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_edit.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_editdoc.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_editframeset.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_editglossary.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_editheaderandfooter.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_editprintarea.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/sch_ellipse.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_ellipse_unfilled.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_ellipsecut.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_ellipsecut_unfilled.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_ellipsetoolbox.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_entergroup.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_entirecolumn.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sch_entirerow.pngbin0 -> 100 bytes-rw-r--r--default_images/res/commandimagelist/sch_euroconverter.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_executereport.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_expandpage.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_exportdialog.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_exportdirecttopdf.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_exportto.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_extendedhelp.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusion3dcolor.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiondepthfloater.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiondirectionfloater.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusionlightingfloater.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusionsurfacefloater.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiontiltdown.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiontiltleft.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiontiltright.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiontiltup.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_extrusiontoggle.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_fieldnames.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_fields.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_filecontrol.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_filedocument.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_fillshadow.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_fillstyle.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_filtercrit.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_firstpage.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_firstrecord.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_fliphorizontal.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_flipvertical.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-alternate-process.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-card.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-collate.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-connector.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-data.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-decision.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-delay.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-display.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-document.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-extract.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-internal-storage.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-manual-input.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-manual-operation.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-merge.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-multidocument.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-or.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-predefined-process.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-preparation.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-process.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-punched-tape.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-sequential-access.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-sort.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-stored-data.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-summing-junction.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.flowchart-terminator.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_flowchartshapes.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontcolor.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontdialog.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontheight.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontwork.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkalignmentfloater.pngbin0 -> 269 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkcharacterspacingfloater.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkgalleryfloater.pngbin0 -> 364 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworksameletterheights.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-curve-down.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-curve-up.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-down.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-left.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-right.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-fade-up.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-inflate.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-plain-text.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-slant-down.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-slant-up.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-stop.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.fontwork-wave.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_fontworkshapetype.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_formatarea.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_formatgroup.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_formatline.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_formatpaintbrush.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_formattedfield.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_formatungroup.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_formdesigntools.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_formelcursor.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_formfilter.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_formfiltered.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_formfilterexecute.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_formfilternavigator.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_formproperties.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_forward.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_framedialog.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_framelinecolor.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sch_freeline.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_freeline_unfilled.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_fullscreen.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_gallery.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_getactivetask.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueeditmode.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueescapedirectionbottom.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueescapedirectionleft.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueescapedirectionright.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueescapedirectiontop.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluehorzaligncenter.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluehorzalignleft.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluehorzalignright.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_glueinsertpoint.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluepercent.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluevertalignbottom.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluevertaligncenter.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_gluevertaligntop.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_goalseekdialog.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_gotoend.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_gotoendofdoc.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_gotostartofdoc.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_gotostartoftable.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafattrcrop.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafblue.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafcontrast.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafgamma.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafgreen.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafinvert.pngbin0 -> 103 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafluminance.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafmode.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_grafred.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_graftransparence.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphic.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfilterinvert.pngbin0 -> 103 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltermosaic.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfilterpopart.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfilterposter.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfilterrelief.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfilterremovenoise.pngbin0 -> 180 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltersepia.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltersharpen.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltersmooth.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltersobel.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltersolarize.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_graphicfiltertoolbox.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_greatestheight.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_greatestwidth.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_grid.pngbin0 -> 245 bytes-rw-r--r--default_images/res/commandimagelist/sch_griduse.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_gridvisible.pngbin0 -> 249 bytes-rw-r--r--default_images/res/commandimagelist/sch_group.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_groupbox.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_grow.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_halfsphere.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_handlesdraft.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpannotate.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpbookmark.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpdownload.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_helperdialog.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpindex.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_helplinesmove.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_helplinesuse.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_helplinesvisible.pngbin0 -> 273 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpmenu.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpsearch.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpzoomin.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_helpzoomout.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_hfixedline.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_hideslide.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_hscrollbar.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_hyperlinkdialog.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/sch_hyphenate.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_hyphenation.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_imagebutton.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_imagecontrol.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_imagemapdialog.pngbin0 -> 147 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_importdialog.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/sch_importfromfile.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_incrementindent.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_incrementlevel.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_incrementsublevels.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_inscellsctrl.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertannotation.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertauthorfield.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertavmedia.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertbookmark.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertcaptiondialog.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertcellsdown.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertcellsright.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertcolumns.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertctrl.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertcurrencyfield.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertdatefield.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertdoc.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertdraw.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertedit.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertendnote.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertfield.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertfieldctrl.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertfilecontrol.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertfixedtext.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertfootnote.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertformattedfield.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertformula.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertframe.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertframeinteract.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertframeinteractnocolumns.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertgraphic.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserthyperlink.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertimagecontrol.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertindexesentry.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertlistbox.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertmasterpage.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertmath.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertneutralparagraph.pngbin0 -> 103 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertnumericfield.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobjctrl.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobject.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobjectchart.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobjectdialog.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobjectfloatingframe.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertobjectstarmath.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertpage.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertpagecountfield.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertpagenumberfield.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertpatternfield.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertplugin.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertpushbutton.pngbin0 -> 100 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertreferencefield.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertrows.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertsection.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertsound.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertspreadsheet.pngbin0 -> 245 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertsymbol.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttable.pngbin0 -> 245 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttextframe.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttimefield.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttitlefield.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttoolbox.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttopicfield.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_inserttreecontrol.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_insertvideo.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_insobjctrl.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_interactivegradient.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_interactivetransparence.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_internetonline.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_italic.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_justifypara.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_label.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_lastpage.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_lastrecord.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_leaveallgroups.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_leavegroup.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_leftpara.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sch_line.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_line_diagonal.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_linearrowcircle.pngbin0 -> 100 bytes-rw-r--r--default_images/res/commandimagelist/sch_linearrowend.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_linearrows.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_linearrowsquare.pngbin0 -> 291 bytes-rw-r--r--default_images/res/commandimagelist/sch_linearrowstart.pngbin0 -> 287 bytes-rw-r--r--default_images/res/commandimagelist/sch_linecirclearrow.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sch_lineendstyle.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_linesquarearrow.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sch_linestyle.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/sch_linetoolbox.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_linewidth.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_listbox.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_loadbasic.pngbin0 -> 1047 bytes-rw-r--r--default_images/res/commandimagelist/sch_macrorecorder.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_macrorecordingfloat.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_mailwindow.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_managebreakpoints.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_managelanguage.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/sch_marks.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_matchgroup.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_measureline.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_mergecells.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_mergedialog.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_mirror.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/sch_modifyframe.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/sch_modifypage.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_moduledialog.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_morecontrols.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_movedown.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_movedownsubitems.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_moveup.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_moveupsubitems.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_navigationbar.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_navigator.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_newarrangement.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_newdoc.pngbin0 -> 109 bytes-rw-r--r--default_images/res/commandimagelist/sch_newrecord.pngbin0 -> 140 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_nextannotation.pngbin0 -> 3648 bytes-rw-r--r--default_images/res/commandimagelist/sch_nextpage.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_nextrecord.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatcurrency.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatdate.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatdecdecimals.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatincdecimals.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatpercent.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatscientific.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberformatstandard.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_numberingstart.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_numericfield.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/sch_objectalign.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_objectalignleft.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_objectalignright.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_objectcatalog.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_objectposition.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_objects3dtoolbox.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_open.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_openreadonly.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sch_openurl.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sch_optimizetable.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_ordercrit.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlinebullet.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlinecollapse.pngbin0 -> 112 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlinecollapseall.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlinedown.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineexpand.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineexpandall.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlinefont.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineformat.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineleft.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineright.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/sch_outlineup.pngbin0 -> 114 bytes-rw-r--r--default_images/res/commandimagelist/sch_overline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sch_pagedown.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_pageup.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_paragraphdialog.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_paralefttoright.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_pararighttoleft.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_paraspacedecrease.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_paraspaceincrease.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_paste.pngbin0 -> 165 bytes-rw-r--r--default_images/res/commandimagelist/sch_patternfield.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_pickthrough.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_pie.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_pie_unfilled.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_playmacro.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_pluginsactive.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_polygon.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_polygon_diagonal.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sch_polygon_diagonal_unfilled.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/sch_polygon_unfilled.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_presentation.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/sch_presentationlayout.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_preview.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_previewprintoptions.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_previewzoom.pngbin0 -> 132 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_previousannotation.pngbin0 -> 3647 bytes-rw-r--r--default_images/res/commandimagelist/sch_previouspage.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_prevrecord.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_print.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_printdefault.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_printersetup.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_printlayout.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_printpagepreview.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_printpreview.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_progressbar.pngbin0 -> 103 bytes-rw-r--r--default_images/res/commandimagelist/sch_pushbutton.pngbin0 -> 100 bytes-rw-r--r--default_images/res/commandimagelist/sch_quickedit.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_quit.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_radiobutton.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_recsave.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_recsearch.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_rect.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_rect_rounded.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_rect_rounded_unfilled.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/sch_rect_unfilled.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sch_rectangletoolbox.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_recundo.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_redo.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_refresh.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_refreshformcontrol.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_rehearsetimings.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_reload.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sch_removebullets.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/sch_removefilter.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_removefiltersort.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_renamemasterpage.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_repeat.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_reportnavigator.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/sch_reverseorder.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_rightpara.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sch_rulerrows.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_rulerrowsvertical.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_runbasic.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_save.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sch_saveas.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_saveastemplate.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_savebasicas.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_sbabrwinsert.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_sbaexecutesql.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/sch_sbanativesql.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sch_scaletext.pngbin0 -> 169 bytes-rw-r--r--default_images/res/commandimagelist/sch_scrollbar.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_searchdialog.pngbin0 -> 128 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_sectionalignbottom.pngbin0 -> 135 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_sectionalignleft.pngbin0 -> 133 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_sectionalignright.pngbin0 -> 131 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_sectionaligntop.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_sectionshrink.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_sectionshrinkbottom.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_sectionshrinktop.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_selectall.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_selectmode.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_selectobject.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_selecttable.pngbin0 -> 249 bytes-rw-r--r--default_images/res/commandimagelist/sch_sendfax.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_sendmail.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_sendtoback.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_setborderstyle.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/sch_setdocumentproperties.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_setobjecttobackground.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_setobjecttoforeground.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_setoptimalcolumnwidth.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_setoptimalcolumnwidthdirect.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_setoptimalrowheight.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_shadowcursor.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_shadowed.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/sch_shear.pngbin0 -> 151 bytes-rw-r--r--default_images/res/commandimagelist/sch_shell3d.pngbin0 -> 152 bytes-rwxr-xr-xdefault_images/res/commandimagelist/sch_showannotation.pngbin0 -> 3611 bytes-rw-r--r--default_images/res/commandimagelist/sch_showbookview.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sch_showbrowser.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_showdatanavigator.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_showfmexplorer.pngbin0 -> 174 bytes-rw-r--r--default_images/res/commandimagelist/sch_showmultiplepages.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_showpropbrowser.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_showslide.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_showtwopages.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_shrink.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_smallestheight.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sch_smallestwidth.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_snapborder.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_snapframe.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_snappoints.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_solidcreate.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sch_sortascending.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/sch_sortdescending.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_sortdown.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_sortup.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/sch_sourceview.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_spacepara1.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_spacepara15.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_spacepara2.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sch_spelldialog.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_spelling.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_spellingandgrammardialog.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sch_spellonline.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_sphere.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_spinbutton.pngbin0 -> 110 bytes-rw-r--r--default_images/res/commandimagelist/sch_splitcell.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_splithorizontal.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/sch_splitparenthorizontal.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/sch_splitparentvertical.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_splitvertical.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_square.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sch_square_rounded.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_square_rounded_unfilled.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/sch_square_unfilled.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_starchartdialog.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.bang.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.concave-star6.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.doorplate.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.horizontal-scroll.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.signet.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star12.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star24.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star4.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star5.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star6.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.star8.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_starshapes.vertical-scroll.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_stop.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_strikeout.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_styleapply.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_stylenewbyexample.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sch_styleupdatebyexample.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_stylewatercanmode.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sch_subscript.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/sch_superscript.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/sch_switchcontroldesignmode.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_switchxformsdesignmode.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolcatalogue.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.brace-pair.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.bracket-pair.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.cloud.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.diamond-bevel.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.flower.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.forbidden.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.heart.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.left-brace.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.left-bracket.pngbin0 -> 286 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.lightning.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.moon.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.octagon-bevel.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.puzzle.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.quad-bevel.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.right-brace.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.right-bracket.pngbin0 -> 282 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.smiley.pngbin0 -> 168 bytes-rw-r--r--default_images/res/commandimagelist/sch_symbolshapes.sun.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/sch_tabdialog.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sch_tabledesign.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sch_tabledialog.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_tablemodefix.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_tablemodefixprop.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sch_tablemodevariable.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_tablesort.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_testmode.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_text.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_text_marquee.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sch_textdirectionlefttoright.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sch_textdirectiontoptobottom.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sch_textfittosizetool.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_texttoolbox.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_thesaurus.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_thesaurusdialog.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_timefield.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggleanchortype.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggleaxisdescr.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggleaxistitle.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sch_togglebreakpoint.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/sch_togglegridhorizontal.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/sch_togglegridvertical.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sch_togglelegend.pngbin0 -> 116 bytes-rw-r--r--default_images/res/commandimagelist/sch_togglemergecells.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggleobjectbeziermode.pngbin0 -> 142 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggleobjectrotatemode.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_toggletitle.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_toolsmacroedit.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_toolsoptions.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_torus.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sch_transformdialog.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sch_undo.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sch_ungroup.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_unhainframes.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/sch_urlbutton.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/sch_usewizards.pngbin0 -> 187 bytes-rw-r--r--default_images/res/commandimagelist/sch_verticalcaption.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/sch_verticaltext.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/sch_verticaltextfittosizetool.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_vfixedline.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_view100.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_viewdatasourcebrowser.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sch_viewformasgrid.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sch_vscrollbar.pngbin0 -> 108 bytes-rw-r--r--default_images/res/commandimagelist/sch_window3d.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapcontour.pngbin0 -> 125 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapideal.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapleft.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapoff.pngbin0 -> 101 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapon.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapright.pngbin0 -> 104 bytes-rw-r--r--default_images/res/commandimagelist/sch_wrapthrough.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sch_xlinecolor.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_xlinestyle.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoom.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoom100percent.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomin.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomminus.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomnext.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomobjects.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomoptimal.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomout.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoompage.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoompagewidth.pngbin0 -> 162 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoompanning.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomplus.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomprevious.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sch_zoomtoolbox.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_numberformatdecimal.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sk/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sk/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sk/lch_numberformatdecimal.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sk/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sk/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_numberformatdecimal.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sk/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/sk/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/sk/sch_numberformatdecimal.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sk/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sk/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_bold.pngbin0 -> 423 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_italic.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_underline.pngbin0 -> 419 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_underlinedouble.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/sl/lch_bold.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/sl/lch_italic.pngbin0 -> 164 bytes-rw-r--r--default_images/res/commandimagelist/sl/lch_underline.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sl/lch_underlinedouble.pngbin0 -> 145 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_bold.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_italic.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_underline.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_underlinedouble.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/sl/sch_bold.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sl/sch_italic.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sl/sch_underline.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sl/sch_underlinedouble.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_bold.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_italic.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_underline.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_underlinedouble.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/sv/lch_bold.pngbin0 -> 285 bytes-rw-r--r--default_images/res/commandimagelist/sv/lch_italic.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/sv/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sv/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_bold.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_italic.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_underline.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_underlinedouble.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sv/sch_bold.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/sv/sch_italic.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/sv/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sv/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_bold.pngbin0 -> 423 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_italic.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_underline.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_underlinedouble.pngbin0 -> 652 bytes-rw-r--r--default_images/res/commandimagelist/tr/lch_bold.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/tr/lch_italic.pngbin0 -> 173 bytes-rw-r--r--default_images/res/commandimagelist/tr/lch_underline.pngbin0 -> 186 bytes-rw-r--r--default_images/res/commandimagelist/tr/lch_underlinedouble.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_bold.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_italic.pngbin0 -> 364 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_underline.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_underlinedouble.pngbin0 -> 472 bytes-rw-r--r--default_images/res/commandimagelist/tr/sch_bold.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/tr/sch_italic.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/tr/sch_underline.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/tr/sch_underlinedouble.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sch_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_bold.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_underline.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_underlinedouble.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lch_bold.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lch_italic.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lch_underline.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lch_underlinedouble.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_bold.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_underlinedouble.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sch_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sch_underline.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sch_underlinedouble.pngbin0 -> 123 bytes-rw-r--r--default_images/res/component_16.pngbin0 -> 296 bytes-rw-r--r--default_images/res/component_16_h.pngbin0 -> 101 bytes-rw-r--r--default_images/res/cookie.pngbin0 -> 18364 bytes-rw-r--r--default_images/res/cs/lc26648.pngbin0 -> 424 bytes-rw-r--r--default_images/res/cs/sc10009.pngbin0 -> 328 bytes-rw-r--r--default_images/res/cs/sch10008.pngbin0 -> 289 bytes-rw-r--r--default_images/res/da01.pngbin0 -> 381 bytes-rw-r--r--default_images/res/da02.pngbin0 -> 381 bytes-rw-r--r--default_images/res/da03.pngbin0 -> 487 bytes-rw-r--r--default_images/res/da04.pngbin0 -> 443 bytes-rw-r--r--default_images/res/da05.pngbin0 -> 444 bytes-rw-r--r--default_images/res/da06.pngbin0 -> 498 bytes-rw-r--r--default_images/res/dah01.pngbin0 -> 257 bytes-rw-r--r--default_images/res/dah02.pngbin0 -> 257 bytes-rw-r--r--default_images/res/dah03.pngbin0 -> 111 bytes-rw-r--r--default_images/res/dah04.pngbin0 -> 104 bytes-rw-r--r--default_images/res/dah05.pngbin0 -> 105 bytes-rw-r--r--default_images/res/dah06.pngbin0 -> 127 bytes-rw-r--r--default_images/res/de/lc10008.pngbin0 -> 846 bytes-rw-r--r--default_images/res/de/lch10014.pngbin0 -> 177 bytes-rw-r--r--default_images/res/de/sc10009.pngbin0 -> 354 bytes-rw-r--r--default_images/res/de/sc10014.pngbin0 -> 408 bytes-rw-r--r--default_images/res/de/sch10014.pngbin0 -> 124 bytes-rw-r--r--default_images/res/de/sch26648.pngbin0 -> 123 bytes-rw-r--r--default_images/res/dialogfolder_16.pngbin0 -> 581 bytes-rw-r--r--default_images/res/dialogfolder_16_h.pngbin0 -> 139 bytes-rw-r--r--default_images/res/dialogfoldernot_16.pngbin0 -> 580 bytes-rw-r--r--default_images/res/dialogfoldernot_16_h.pngbin0 -> 140 bytes-rw-r--r--default_images/res/dir-clos.pngbin0 -> 420 bytes-rw-r--r--default_images/res/dir-open.pngbin0 -> 760 bytes-rw-r--r--default_images/res/empty.pngbin0 -> 124 bytes-rw-r--r--default_images/res/empty_l.pngbin0 -> 136 bytes-rw-r--r--default_images/res/es/lc10008.pngbin0 -> 531 bytes-rw-r--r--default_images/res/es/lc10009.pngbin0 -> 396 bytes-rw-r--r--default_images/res/es/lc10014.pngbin0 -> 521 bytes-rw-r--r--default_images/res/es/lc26648.pngbin0 -> 531 bytes-rw-r--r--default_images/res/es/lch10008.pngbin0 -> 489 bytes-rw-r--r--default_images/res/es/lch10009.pngbin0 -> 130 bytes-rw-r--r--default_images/res/es/lch10014.pngbin0 -> 145 bytes-rw-r--r--default_images/res/es/lch26648.pngbin0 -> 144 bytes-rw-r--r--default_images/res/es/sc10008.pngbin0 -> 368 bytes-rw-r--r--default_images/res/es/sc10009.pngbin0 -> 296 bytes-rw-r--r--default_images/res/es/sc10014.pngbin0 -> 386 bytes-rw-r--r--default_images/res/es/sc26648.pngbin0 -> 394 bytes-rw-r--r--default_images/res/es/sch10008.pngbin0 -> 339 bytes-rw-r--r--default_images/res/es/sch10009.pngbin0 -> 105 bytes-rw-r--r--default_images/res/es/sch10014.pngbin0 -> 118 bytes-rw-r--r--default_images/res/es/sch26648.pngbin0 -> 120 bytes-rw-r--r--default_images/res/extension_plus_26.pngbin0 -> 1117 bytes-rw-r--r--default_images/res/extension_plus_32.pngbin0 -> 1298 bytes-rw-r--r--default_images/res/fileopen.pngbin0 -> 401 bytes-rw-r--r--default_images/res/fileopen_hc.pngbin0 -> 108 bytes-rw-r--r--default_images/res/foil00.pngbin0 -> 1199 bytes-rw-r--r--default_images/res/foil01.pngbin0 -> 1461 bytes-rw-r--r--default_images/res/foil02.pngbin0 -> 2082 bytes-rw-r--r--default_images/res/foil03.pngbin0 -> 1429 bytes-rw-r--r--default_images/res/foil04.pngbin0 -> 1970 bytes-rw-r--r--default_images/res/foil05.pngbin0 -> 457 bytes-rw-r--r--default_images/res/foil06.pngbin0 -> 2850 bytes-rw-r--r--default_images/res/foil07.pngbin0 -> 1976 bytes-rw-r--r--default_images/res/foil08.pngbin0 -> 1620 bytes-rw-r--r--default_images/res/foil09.pngbin0 -> 2866 bytes-rw-r--r--default_images/res/foil10.pngbin0 -> 1479 bytes-rw-r--r--default_images/res/foil11.pngbin0 -> 1156 bytes-rw-r--r--default_images/res/foil12.pngbin0 -> 1507 bytes-rw-r--r--default_images/res/foil13.pngbin0 -> 1441 bytes-rw-r--r--default_images/res/foil14.pngbin0 -> 1297 bytes-rw-r--r--default_images/res/foil15.pngbin0 -> 1484 bytes-rw-r--r--default_images/res/foil16.pngbin0 -> 1272 bytes-rw-r--r--default_images/res/foil17.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/foil18.pngbin0 -> 1226 bytes-rw-r--r--default_images/res/foil19.pngbin0 -> 996 bytes-rw-r--r--default_images/res/foil20.pngbin0 -> 841 bytes-rw-r--r--default_images/res/foil21.pngbin0 -> 2077 bytes-rw-r--r--default_images/res/foil22.pngbin0 -> 1595 bytes-rw-r--r--default_images/res/foil23.pngbin0 -> 1370 bytes-rw-r--r--default_images/res/foil24.pngbin0 -> 2855 bytes-rw-r--r--default_images/res/foil25.pngbin0 -> 4274 bytes-rw-r--r--default_images/res/foldercl.pngbin0 -> 421 bytes-rw-r--r--default_images/res/foldercl_h.pngbin0 -> 104 bytes-rw-r--r--default_images/res/folderop.pngbin0 -> 520 bytes-rw-r--r--default_images/res/folderop_h.pngbin0 -> 124 bytes-rw-r--r--default_images/res/fp010.pngbin0 -> 605 bytes-rw-r--r--default_images/res/fp015.pngbin0 -> 663 bytes-rw-r--r--default_images/res/fph010.pngbin0 -> 137 bytes-rw-r--r--default_images/res/fph015.pngbin0 -> 125 bytes-rw-r--r--default_images/res/fr/lc10008.pngbin0 -> 440 bytes-rw-r--r--default_images/res/fr/lc10009.pngbin0 -> 516 bytes-rw-r--r--default_images/res/fr/lc10014.pngbin0 -> 521 bytes-rw-r--r--default_images/res/fr/lc26648.pngbin0 -> 531 bytes-rw-r--r--default_images/res/fr/lch10008.pngbin0 -> 425 bytes-rw-r--r--default_images/res/fr/lch10009.pngbin0 -> 129 bytes-rw-r--r--default_images/res/fr/lch10014.pngbin0 -> 145 bytes-rw-r--r--default_images/res/fr/lch26648.pngbin0 -> 144 bytes-rw-r--r--default_images/res/fr/sc10008.pngbin0 -> 304 bytes-rw-r--r--default_images/res/fr/sc10009.pngbin0 -> 366 bytes-rw-r--r--default_images/res/fr/sc10014.pngbin0 -> 386 bytes-rw-r--r--default_images/res/fr/sc26648.pngbin0 -> 394 bytes-rw-r--r--default_images/res/fr/sch10008.pngbin0 -> 289 bytes-rw-r--r--default_images/res/fr/sch10009.pngbin0 -> 121 bytes-rw-r--r--default_images/res/fr/sch10014.pngbin0 -> 118 bytes-rw-r--r--default_images/res/fr/sch26648.pngbin0 -> 120 bytes-rw-r--r--default_images/res/fwthcirc.pngbin0 -> 208 bytes-rw-r--r--default_images/res/fwthcirc_h.pngbin0 -> 206 bytes-rw-r--r--default_images/res/grafikde.pngbin0 -> 733 bytes-rw-r--r--default_images/res/grafikde_h.pngbin0 -> 184 bytes-rw-r--r--default_images/res/grafikei.pngbin0 -> 675 bytes-rw-r--r--default_images/res/grafikei_h.pngbin0 -> 135 bytes-rw-r--r--default_images/res/harddisk_16.pngbin0 -> 335 bytes-rw-r--r--default_images/res/harddisk_16_h.pngbin0 -> 131 bytes-rw-r--r--default_images/res/helpimg/area1.pngbin0 -> 3720 bytes-rw-r--r--default_images/res/helpimg/area2.pngbin0 -> 3700 bytes-rw-r--r--default_images/res/helpimg/bg/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/bg/feldalle.pngbin0 -> 1752 bytes-rw-r--r--default_images/res/helpimg/bg/feldbrei.pngbin0 -> 455 bytes-rw-r--r--default_images/res/helpimg/bg/feldcolo.pngbin0 -> 833 bytes-rw-r--r--default_images/res/helpimg/bg/names_as_addressing.pngbin0 -> 5852 bytes-rw-r--r--default_images/res/helpimg/bg/objbitmp.pngbin0 -> 3523 bytes-rw-r--r--default_images/res/helpimg/bg/prinzoom.pngbin0 -> 1395 bytes-rw-r--r--default_images/res/helpimg/bg/rechenlt.pngbin0 -> 585 bytes-rw-r--r--default_images/res/helpimg/bg/sheettabs.pngbin0 -> 2103 bytes-rw-r--r--default_images/res/helpimg/bg/swh00055.pngbin0 -> 595 bytes-rw-r--r--default_images/res/helpimg/bg/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/bg/swh00117.pngbin0 -> 1109 bytes-rw-r--r--default_images/res/helpimg/bg/zellvor.pngbin0 -> 634 bytes-rw-r--r--default_images/res/helpimg/border_ca_1.pngbin0 -> 740 bytes-rw-r--r--default_images/res/helpimg/border_ca_2.pngbin0 -> 665 bytes-rw-r--r--default_images/res/helpimg/border_ca_3.pngbin0 -> 701 bytes-rw-r--r--default_images/res/helpimg/border_ca_4.pngbin0 -> 605 bytes-rw-r--r--default_images/res/helpimg/border_ca_5.pngbin0 -> 200 bytes-rw-r--r--default_images/res/helpimg/border_ca_6.pngbin0 -> 503 bytes-rw-r--r--default_images/res/helpimg/border_ca_7.pngbin0 -> 507 bytes-rw-r--r--default_images/res/helpimg/border_ca_8.pngbin0 -> 546 bytes-rw-r--r--default_images/res/helpimg/border_ca_9.pngbin0 -> 679 bytes-rw-r--r--default_images/res/helpimg/border_ca_gray.pngbin0 -> 525 bytes-rw-r--r--default_images/res/helpimg/border_ca_white.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/border_wr_1.pngbin0 -> 765 bytes-rw-r--r--default_images/res/helpimg/border_wr_2.pngbin0 -> 799 bytes-rw-r--r--default_images/res/helpimg/border_wr_3.pngbin0 -> 856 bytes-rw-r--r--default_images/res/helpimg/border_wr_4.pngbin0 -> 858 bytes-rw-r--r--default_images/res/helpimg/border_wr_5.pngbin0 -> 869 bytes-rw-r--r--default_images/res/helpimg/border_wr_6.pngbin0 -> 370 bytes-rw-r--r--default_images/res/helpimg/border_wr_7.pngbin0 -> 372 bytes-rw-r--r--default_images/res/helpimg/border_wr_8.pngbin0 -> 368 bytes-rw-r--r--default_images/res/helpimg/border_wr_9.pngbin0 -> 319 bytes-rw-r--r--default_images/res/helpimg/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/calcnav.pngbin0 -> 656 bytes-rw-r--r--default_images/res/helpimg/copydata.pngbin0 -> 167 bytes-rw-r--r--default_images/res/helpimg/cs/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/cs/feldalle.pngbin0 -> 752 bytes-rw-r--r--default_images/res/helpimg/cs/feldbrei.pngbin0 -> 458 bytes-rw-r--r--default_images/res/helpimg/cs/feldcolo.pngbin0 -> 575 bytes-rw-r--r--default_images/res/helpimg/cs/names_as_addressing.pngbin0 -> 1920 bytes-rw-r--r--default_images/res/helpimg/cs/rechenlt.pngbin0 -> 1006 bytes-rw-r--r--default_images/res/helpimg/cs/sheettabs.pngbin0 -> 1397 bytes-rw-r--r--default_images/res/helpimg/cs/swh00055.pngbin0 -> 650 bytes-rw-r--r--default_images/res/helpimg/cs/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/cs/swh00117.pngbin0 -> 723 bytes-rw-r--r--default_images/res/helpimg/cs/zellvor.pngbin0 -> 585 bytes-rw-r--r--default_images/res/helpimg/da/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/da/feldalle.pngbin0 -> 763 bytes-rw-r--r--default_images/res/helpimg/da/feldbrei.pngbin0 -> 458 bytes-rw-r--r--default_images/res/helpimg/da/feldcolo.pngbin0 -> 534 bytes-rw-r--r--default_images/res/helpimg/da/names_as_addressing.pngbin0 -> 1907 bytes-rw-r--r--default_images/res/helpimg/da/rechenlt.pngbin0 -> 567 bytes-rw-r--r--default_images/res/helpimg/da/sheettabs.pngbin0 -> 1404 bytes-rw-r--r--default_images/res/helpimg/da/swh00055.pngbin0 -> 593 bytes-rw-r--r--default_images/res/helpimg/da/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/da/swh00117.pngbin0 -> 689 bytes-rw-r--r--default_images/res/helpimg/da/zellvor.pngbin0 -> 577 bytes-rw-r--r--default_images/res/helpimg/de/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/de/feldalle.pngbin0 -> 1090 bytes-rw-r--r--default_images/res/helpimg/de/feldbrei.pngbin0 -> 440 bytes-rw-r--r--default_images/res/helpimg/de/feldcolo.pngbin0 -> 722 bytes-rw-r--r--default_images/res/helpimg/de/names_as_addressing.pngbin0 -> 1914 bytes-rw-r--r--default_images/res/helpimg/de/objbitmp.pngbin0 -> 4618 bytes-rw-r--r--default_images/res/helpimg/de/prinzoom.pngbin0 -> 1571 bytes-rw-r--r--default_images/res/helpimg/de/rechenlt.pngbin0 -> 531 bytes-rw-r--r--default_images/res/helpimg/de/sheettabs.pngbin0 -> 1446 bytes-rw-r--r--default_images/res/helpimg/de/swh00055.pngbin0 -> 591 bytes-rw-r--r--default_images/res/helpimg/de/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/de/swh00117.pngbin0 -> 910 bytes-rw-r--r--default_images/res/helpimg/de/zellvor.pngbin0 -> 738 bytes-rw-r--r--default_images/res/helpimg/diatrans.pngbin0 -> 98 bytes-rw-r--r--default_images/res/helpimg/dircurscent.pngbin0 -> 151 bytes-rw-r--r--default_images/res/helpimg/dircursleft.pngbin0 -> 130 bytes-rw-r--r--default_images/res/helpimg/dircursright.pngbin0 -> 126 bytes-rw-r--r--default_images/res/helpimg/ein.pngbin0 -> 124 bytes-rw-r--r--default_images/res/helpimg/en-GB/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/en-GB/feldalle.pngbin0 -> 346 bytes-rw-r--r--default_images/res/helpimg/en-GB/feldbrei.pngbin0 -> 440 bytes-rw-r--r--default_images/res/helpimg/en-GB/feldcolo.pngbin0 -> 557 bytes-rw-r--r--default_images/res/helpimg/en-GB/names_as_addressing.pngbin0 -> 2959 bytes-rw-r--r--default_images/res/helpimg/en-GB/rechenlt.pngbin0 -> 585 bytes-rw-r--r--default_images/res/helpimg/en-GB/sheettabs.pngbin0 -> 1414 bytes-rw-r--r--default_images/res/helpimg/en-GB/swh00055.pngbin0 -> 596 bytes-rw-r--r--default_images/res/helpimg/en-GB/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/en-GB/swh00117.pngbin0 -> 891 bytes-rw-r--r--default_images/res/helpimg/en-GB/zellvor.pngbin0 -> 572 bytes-rw-r--r--default_images/res/helpimg/es/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/es/feldalle.pngbin0 -> 1221 bytes-rw-r--r--default_images/res/helpimg/es/feldbrei.pngbin0 -> 440 bytes-rw-r--r--default_images/res/helpimg/es/feldcolo.pngbin0 -> 645 bytes-rw-r--r--default_images/res/helpimg/es/names_as_addressing.pngbin0 -> 3180 bytes-rw-r--r--default_images/res/helpimg/es/objbitmp.pngbin0 -> 2540 bytes-rw-r--r--default_images/res/helpimg/es/prinzoom.pngbin0 -> 1476 bytes-rw-r--r--default_images/res/helpimg/es/rechenlt.pngbin0 -> 950 bytes-rw-r--r--default_images/res/helpimg/es/sheettabs.pngbin0 -> 1868 bytes-rw-r--r--default_images/res/helpimg/es/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/es/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/es/swh00117.pngbin0 -> 829 bytes-rw-r--r--default_images/res/helpimg/es/zellvor.pngbin0 -> 761 bytes-rw-r--r--default_images/res/helpimg/et/calcein.pngbin0 -> 538 bytes-rwxr-xr-xdefault_images/res/helpimg/et/feldalle.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/helpimg/et/feldbrei.pngbin0 -> 457 bytes-rwxr-xr-xdefault_images/res/helpimg/et/feldcolo.pngbin0 -> 639 bytes-rwxr-xr-xdefault_images/res/helpimg/et/names_as_addressing.pngbin0 -> 3251 bytes-rw-r--r--default_images/res/helpimg/et/rechenlt.pngbin0 -> 1006 bytes-rwxr-xr-xdefault_images/res/helpimg/et/sheettabs.pngbin0 -> 1809 bytes-rw-r--r--default_images/res/helpimg/et/swh00055.pngbin0 -> 650 bytes-rw-r--r--default_images/res/helpimg/et/swh00056.pngbin0 -> 518 bytes-rwxr-xr-xdefault_images/res/helpimg/et/swh00117.pngbin0 -> 835 bytes-rwxr-xr-xdefault_images/res/helpimg/et/zellvor.pngbin0 -> 695 bytes-rw-r--r--default_images/res/helpimg/feldalle.pngbin0 -> 747 bytes-rw-r--r--default_images/res/helpimg/feldbrei.pngbin0 -> 440 bytes-rw-r--r--default_images/res/helpimg/feldcolo.pngbin0 -> 556 bytes-rw-r--r--default_images/res/helpimg/feldurch.pngbin0 -> 486 bytes-rw-r--r--default_images/res/helpimg/formschn.pngbin0 -> 601 bytes-rw-r--r--default_images/res/helpimg/formsubt.pngbin0 -> 606 bytes-rw-r--r--default_images/res/helpimg/formvers.pngbin0 -> 739 bytes-rw-r--r--default_images/res/helpimg/fr/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/fr/feldalle.pngbin0 -> 1108 bytes-rw-r--r--default_images/res/helpimg/fr/feldbrei.pngbin0 -> 521 bytes-rw-r--r--default_images/res/helpimg/fr/feldcolo.pngbin0 -> 605 bytes-rw-r--r--default_images/res/helpimg/fr/names_as_addressing.pngbin0 -> 2991 bytes-rw-r--r--default_images/res/helpimg/fr/objbitmp.pngbin0 -> 2315 bytes-rw-r--r--default_images/res/helpimg/fr/prinzoom.pngbin0 -> 1395 bytes-rw-r--r--default_images/res/helpimg/fr/rechenlt.pngbin0 -> 876 bytes-rw-r--r--default_images/res/helpimg/fr/sheettabs.pngbin0 -> 1869 bytes-rw-r--r--default_images/res/helpimg/fr/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/fr/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/fr/swh00117.pngbin0 -> 826 bytes-rw-r--r--default_images/res/helpimg/fr/zellvor.pngbin0 -> 679 bytes-rw-r--r--default_images/res/helpimg/hand01.pngbin0 -> 143 bytes-rw-r--r--default_images/res/helpimg/hsizebar.pngbin0 -> 95 bytes-rw-r--r--default_images/res/helpimg/hu/calcein.pngbin0 -> 543 bytes-rw-r--r--default_images/res/helpimg/hu/feldalle.pngbin0 -> 820 bytes-rw-r--r--default_images/res/helpimg/hu/feldbrei.pngbin0 -> 453 bytes-rw-r--r--default_images/res/helpimg/hu/feldcolo.pngbin0 -> 571 bytes-rw-r--r--default_images/res/helpimg/hu/names_as_addressing.pngbin0 -> 1802 bytes-rw-r--r--default_images/res/helpimg/hu/rechenlt.pngbin0 -> 643 bytes-rw-r--r--default_images/res/helpimg/hu/sheettabs.pngbin0 -> 2168 bytes-rw-r--r--default_images/res/helpimg/hu/swh00055.pngbin0 -> 593 bytes-rw-r--r--default_images/res/helpimg/hu/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/hu/swh00117.pngbin0 -> 709 bytes-rw-r--r--default_images/res/helpimg/hu/zellvor.pngbin0 -> 644 bytes-rw-r--r--default_images/res/helpimg/it/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/it/feldalle.pngbin0 -> 1724 bytes-rw-r--r--default_images/res/helpimg/it/feldbrei.pngbin0 -> 603 bytes-rw-r--r--default_images/res/helpimg/it/feldcolo.pngbin0 -> 760 bytes-rw-r--r--default_images/res/helpimg/it/names_as_addressing.pngbin0 -> 3177 bytes-rw-r--r--default_images/res/helpimg/it/objbitmp.pngbin0 -> 3209 bytes-rw-r--r--default_images/res/helpimg/it/prinzoom.pngbin0 -> 1395 bytes-rw-r--r--default_images/res/helpimg/it/rechenlt.pngbin0 -> 917 bytes-rw-r--r--default_images/res/helpimg/it/sheettabs.pngbin0 -> 1955 bytes-rw-r--r--default_images/res/helpimg/it/swh00055.pngbin0 -> 593 bytes-rw-r--r--default_images/res/helpimg/it/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/it/swh00117.pngbin0 -> 1032 bytes-rw-r--r--default_images/res/helpimg/it/zellvor.pngbin0 -> 844 bytes-rw-r--r--default_images/res/helpimg/ja/calcein.pngbin0 -> 527 bytes-rw-r--r--default_images/res/helpimg/ja/feldalle.pngbin0 -> 767 bytes-rw-r--r--default_images/res/helpimg/ja/feldbrei.pngbin0 -> 445 bytes-rw-r--r--default_images/res/helpimg/ja/feldcolo.pngbin0 -> 528 bytes-rw-r--r--default_images/res/helpimg/ja/names_as_addressing.pngbin0 -> 1749 bytes-rw-r--r--default_images/res/helpimg/ja/objbitmp.pngbin0 -> 4218 bytes-rw-r--r--default_images/res/helpimg/ja/prinzoom.pngbin0 -> 1273 bytes-rw-r--r--default_images/res/helpimg/ja/rechenlt.pngbin0 -> 607 bytes-rw-r--r--default_images/res/helpimg/ja/sheettabs.pngbin0 -> 1420 bytes-rw-r--r--default_images/res/helpimg/ja/swh00055.pngbin0 -> 646 bytes-rw-r--r--default_images/res/helpimg/ja/swh00056.pngbin0 -> 510 bytes-rw-r--r--default_images/res/helpimg/ja/swh00117.pngbin0 -> 679 bytes-rw-r--r--default_images/res/helpimg/ja/zellvor.pngbin0 -> 575 bytes-rw-r--r--default_images/res/helpimg/km/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/km/feldalle.pngbin0 -> 748 bytes-rw-r--r--default_images/res/helpimg/km/feldbrei.pngbin0 -> 441 bytes-rw-r--r--default_images/res/helpimg/km/feldcolo.pngbin0 -> 557 bytes-rw-r--r--default_images/res/helpimg/km/names_as_addressing.pngbin0 -> 2137 bytes-rw-r--r--default_images/res/helpimg/km/rechenlt.pngbin0 -> 607 bytes-rw-r--r--default_images/res/helpimg/km/sheettabs.pngbin0 -> 1431 bytes-rw-r--r--default_images/res/helpimg/km/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/km/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/km/swh00117.pngbin0 -> 714 bytes-rw-r--r--default_images/res/helpimg/km/zellvor.pngbin0 -> 614 bytes-rw-r--r--default_images/res/helpimg/ko/calcein.pngbin0 -> 543 bytes-rw-r--r--default_images/res/helpimg/ko/feldalle.pngbin0 -> 784 bytes-rw-r--r--default_images/res/helpimg/ko/feldbrei.pngbin0 -> 457 bytes-rw-r--r--default_images/res/helpimg/ko/feldcolo.pngbin0 -> 587 bytes-rw-r--r--default_images/res/helpimg/ko/names_as_addressing.pngbin0 -> 2143 bytes-rw-r--r--default_images/res/helpimg/ko/objbitmp.pngbin0 -> 3775 bytes-rw-r--r--default_images/res/helpimg/ko/prinzoom.pngbin0 -> 1171 bytes-rw-r--r--default_images/res/helpimg/ko/rechenlt.pngbin0 -> 583 bytes-rw-r--r--default_images/res/helpimg/ko/sheettabs.pngbin0 -> 1433 bytes-rw-r--r--default_images/res/helpimg/ko/swh00055.pngbin0 -> 619 bytes-rw-r--r--default_images/res/helpimg/ko/swh00056.pngbin0 -> 529 bytes-rw-r--r--default_images/res/helpimg/ko/swh00117.pngbin0 -> 739 bytes-rw-r--r--default_images/res/helpimg/ko/zellvor.pngbin0 -> 571 bytes-rw-r--r--default_images/res/helpimg/kombi1.pngbin0 -> 1595 bytes-rwxr-xr-xdefault_images/res/helpimg/left.pngbin0 -> 442 bytes-rwxr-xr-xdefault_images/res/helpimg/left2.pngbin0 -> 446 bytes-rw-r--r--default_images/res/helpimg/linkdata.pngbin0 -> 167 bytes-rw-r--r--default_images/res/helpimg/linleft.pngbin0 -> 155 bytes-rw-r--r--default_images/res/helpimg/linright.pngbin0 -> 146 bytes-rw-r--r--default_images/res/helpimg/movedata.pngbin0 -> 153 bytes-rw-r--r--default_images/res/helpimg/names_as_addressing.pngbin0 -> 2959 bytes-rw-r--r--default_images/res/helpimg/note.pngbin0 -> 1504 bytes-rwxr-xr-xdefault_images/res/helpimg/note_small.pngbin0 -> 615 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/calcein.pngbin0 -> 543 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/feldalle.pngbin0 -> 983 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/feldbrei.pngbin0 -> 485 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/feldcolo.pngbin0 -> 597 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/names_as_addressing.pngbin0 -> 2243 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/objbitmp.pngbin0 -> 3325 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/prinzoom.pngbin0 -> 1585 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/rechenlt.pngbin0 -> 654 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/sheettabs.pngbin0 -> 1439 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/swh00055.pngbin0 -> 592 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/swh00056.pngbin0 -> 518 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/swh00117.pngbin0 -> 819 bytes-rwxr-xr-xdefault_images/res/helpimg/pl/zellvor.pngbin0 -> 599 bytes-rw-r--r--default_images/res/helpimg/pt-BR/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/pt-BR/feldalle.pngbin0 -> 483 bytes-rw-r--r--default_images/res/helpimg/pt-BR/feldbrei.pngbin0 -> 222 bytes-rw-r--r--default_images/res/helpimg/pt-BR/feldcolo.pngbin0 -> 461 bytes-rw-r--r--default_images/res/helpimg/pt-BR/names_as_addressing.pngbin0 -> 1567 bytes-rw-r--r--default_images/res/helpimg/pt-BR/prinzoom.pngbin0 -> 1486 bytes-rw-r--r--default_images/res/helpimg/pt-BR/rechenlt.pngbin0 -> 603 bytes-rw-r--r--default_images/res/helpimg/pt-BR/sheettabs.pngbin0 -> 1405 bytes-rw-r--r--default_images/res/helpimg/pt-BR/swh00055.pngbin0 -> 595 bytes-rw-r--r--default_images/res/helpimg/pt-BR/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/pt-BR/swh00117.pngbin0 -> 811 bytes-rw-r--r--default_images/res/helpimg/pt-BR/zellvor.pngbin0 -> 482 bytes-rw-r--r--default_images/res/helpimg/pt/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/pt/feldalle.pngbin0 -> 483 bytes-rw-r--r--default_images/res/helpimg/pt/feldbrei.pngbin0 -> 222 bytes-rw-r--r--default_images/res/helpimg/pt/feldcolo.pngbin0 -> 461 bytes-rw-r--r--default_images/res/helpimg/pt/names_as_addressing.pngbin0 -> 1567 bytes-rw-r--r--default_images/res/helpimg/pt/prinzoom.pngbin0 -> 1486 bytes-rw-r--r--default_images/res/helpimg/pt/rechenlt.pngbin0 -> 603 bytes-rw-r--r--default_images/res/helpimg/pt/sheettabs.pngbin0 -> 1405 bytes-rw-r--r--default_images/res/helpimg/pt/swh00055.pngbin0 -> 595 bytes-rw-r--r--default_images/res/helpimg/pt/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/pt/swh00117.pngbin0 -> 811 bytes-rw-r--r--default_images/res/helpimg/pt/zellvor.pngbin0 -> 482 bytes-rw-r--r--default_images/res/helpimg/rechenlt.pngbin0 -> 585 bytes-rw-r--r--default_images/res/helpimg/refhand.pngbin0 -> 127 bytes-rwxr-xr-xdefault_images/res/helpimg/right.pngbin0 -> 433 bytes-rwxr-xr-xdefault_images/res/helpimg/right2.pngbin0 -> 449 bytes-rw-r--r--default_images/res/helpimg/rotieren.pngbin0 -> 647 bytes-rw-r--r--default_images/res/helpimg/sheettabs.pngbin0 -> 1415 bytes-rwxr-xr-xdefault_images/res/helpimg/sistop.pngbin0 -> 157 bytes-rw-r--r--default_images/res/helpimg/sk/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/sk/feldalle.pngbin0 -> 765 bytes-rw-r--r--default_images/res/helpimg/sk/feldbrei.pngbin0 -> 457 bytes-rw-r--r--default_images/res/helpimg/sk/feldcolo.pngbin0 -> 574 bytes-rw-r--r--default_images/res/helpimg/sk/names_as_addressing.pngbin0 -> 1929 bytes-rw-r--r--default_images/res/helpimg/sk/rechenlt.pngbin0 -> 1006 bytes-rw-r--r--default_images/res/helpimg/sk/sheettabs.pngbin0 -> 1397 bytes-rw-r--r--default_images/res/helpimg/sk/swh00055.pngbin0 -> 650 bytes-rw-r--r--default_images/res/helpimg/sk/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/sk/swh00117.pngbin0 -> 720 bytes-rw-r--r--default_images/res/helpimg/sk/zellvor.pngbin0 -> 616 bytes-rw-r--r--default_images/res/helpimg/sl/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/sl/feldalle.pngbin0 -> 709 bytes-rw-r--r--default_images/res/helpimg/sl/feldbrei.pngbin0 -> 454 bytes-rw-r--r--default_images/res/helpimg/sl/feldcolo.pngbin0 -> 548 bytes-rw-r--r--default_images/res/helpimg/sl/names_as_addressing.pngbin0 -> 1923 bytes-rw-r--r--default_images/res/helpimg/sl/rechenlt.pngbin0 -> 597 bytes-rw-r--r--default_images/res/helpimg/sl/sheettabs.pngbin0 -> 2022 bytes-rw-r--r--default_images/res/helpimg/sl/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/sl/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/sl/swh00117.pngbin0 -> 711 bytes-rw-r--r--default_images/res/helpimg/sl/zellvor.pngbin0 -> 564 bytes-rw-r--r--default_images/res/helpimg/smzb1.pngbin0 -> 985 bytes-rw-r--r--default_images/res/helpimg/smzb10.pngbin0 -> 1249 bytes-rw-r--r--default_images/res/helpimg/smzb2.pngbin0 -> 647 bytes-rw-r--r--default_images/res/helpimg/smzb3.pngbin0 -> 1104 bytes-rw-r--r--default_images/res/helpimg/smzb4.pngbin0 -> 1759 bytes-rw-r--r--default_images/res/helpimg/smzb5.pngbin0 -> 3068 bytes-rw-r--r--default_images/res/helpimg/smzb6.pngbin0 -> 2386 bytes-rw-r--r--default_images/res/helpimg/smzb7.pngbin0 -> 1075 bytes-rw-r--r--default_images/res/helpimg/smzb8.pngbin0 -> 1303 bytes-rw-r--r--default_images/res/helpimg/smzb9.pngbin0 -> 1555 bytes-rw-r--r--default_images/res/helpimg/sv/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/sv/feldalle.pngbin0 -> 764 bytes-rw-r--r--default_images/res/helpimg/sv/feldbrei.pngbin0 -> 440 bytes-rw-r--r--default_images/res/helpimg/sv/feldcolo.pngbin0 -> 552 bytes-rw-r--r--default_images/res/helpimg/sv/names_as_addressing.pngbin0 -> 1873 bytes-rw-r--r--default_images/res/helpimg/sv/objbitmp.pngbin0 -> 3111 bytes-rw-r--r--default_images/res/helpimg/sv/prinzoom.pngbin0 -> 1473 bytes-rw-r--r--default_images/res/helpimg/sv/rechenlt.pngbin0 -> 558 bytes-rw-r--r--default_images/res/helpimg/sv/sheettabs.pngbin0 -> 1407 bytes-rw-r--r--default_images/res/helpimg/sv/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/sv/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/sv/swh00117.pngbin0 -> 692 bytes-rw-r--r--default_images/res/helpimg/sv/zellvor.pngbin0 -> 575 bytes-rw-r--r--default_images/res/helpimg/swh00055.pngbin0 -> 595 bytes-rw-r--r--default_images/res/helpimg/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/swh00117.pngbin0 -> 692 bytes-rwxr-xr-xdefault_images/res/helpimg/swh00177.pngbin0 -> 101 bytes-rwxr-xr-xdefault_images/res/helpimg/swh00178.pngbin0 -> 115 bytes-rwxr-xr-xdefault_images/res/helpimg/swh00179.pngbin0 -> 109 bytes-rwxr-xr-xdefault_images/res/helpimg/swh00180.pngbin0 -> 102 bytes-rw-r--r--default_images/res/helpimg/tip.pngbin0 -> 1761 bytes-rwxr-xr-xdefault_images/res/helpimg/tip_small.pngbin0 -> 711 bytes-rw-r--r--default_images/res/helpimg/tr/calcein.pngbin0 -> 538 bytes-rw-r--r--default_images/res/helpimg/tr/feldalle.pngbin0 -> 775 bytes-rw-r--r--default_images/res/helpimg/tr/feldbrei.pngbin0 -> 379 bytes-rw-r--r--default_images/res/helpimg/tr/feldcolo.pngbin0 -> 388 bytes-rw-r--r--default_images/res/helpimg/tr/names_as_addressing.pngbin0 -> 4229 bytes-rw-r--r--default_images/res/helpimg/tr/objbitmp.pngbin0 -> 4109 bytes-rw-r--r--default_images/res/helpimg/tr/prinzoom.pngbin0 -> 1809 bytes-rw-r--r--default_images/res/helpimg/tr/rechenlt.pngbin0 -> 1911 bytes-rw-r--r--default_images/res/helpimg/tr/sheettabs.pngbin0 -> 1515 bytes-rw-r--r--default_images/res/helpimg/tr/swh00055.pngbin0 -> 596 bytes-rw-r--r--default_images/res/helpimg/tr/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/tr/swh00117.pngbin0 -> 561 bytes-rw-r--r--default_images/res/helpimg/tr/zellvor.pngbin0 -> 393 bytes-rw-r--r--default_images/res/helpimg/ueberblenden.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/helpimg/warning.pngbin0 -> 784 bytes-rwxr-xr-xdefault_images/res/helpimg/warning_small.pngbin0 -> 395 bytes-rw-r--r--default_images/res/helpimg/what-if.pngbin0 -> 10107 bytes-rw-r--r--default_images/res/helpimg/zellvor.pngbin0 -> 571 bytes-rw-r--r--default_images/res/helpimg/zh-CN/calcein.pngbin0 -> 535 bytes-rw-r--r--default_images/res/helpimg/zh-CN/feldalle.pngbin0 -> 794 bytes-rw-r--r--default_images/res/helpimg/zh-CN/feldbrei.pngbin0 -> 469 bytes-rw-r--r--default_images/res/helpimg/zh-CN/feldcolo.pngbin0 -> 574 bytes-rw-r--r--default_images/res/helpimg/zh-CN/names_as_addressing.pngbin0 -> 1837 bytes-rw-r--r--default_images/res/helpimg/zh-CN/objbitmp.pngbin0 -> 3739 bytes-rw-r--r--default_images/res/helpimg/zh-CN/prinzoom.pngbin0 -> 1445 bytes-rw-r--r--default_images/res/helpimg/zh-CN/rechenlt.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/zh-CN/sheettabs.pngbin0 -> 1591 bytes-rw-r--r--default_images/res/helpimg/zh-CN/swh00055.pngbin0 -> 637 bytes-rw-r--r--default_images/res/helpimg/zh-CN/swh00056.pngbin0 -> 519 bytes-rw-r--r--default_images/res/helpimg/zh-CN/swh00117.pngbin0 -> 748 bytes-rw-r--r--default_images/res/helpimg/zh-CN/zellvor.pngbin0 -> 598 bytes-rw-r--r--default_images/res/helpimg/zh-TW/calcein.pngbin0 -> 540 bytes-rw-r--r--default_images/res/helpimg/zh-TW/feldalle.pngbin0 -> 832 bytes-rw-r--r--default_images/res/helpimg/zh-TW/feldbrei.pngbin0 -> 482 bytes-rw-r--r--default_images/res/helpimg/zh-TW/feldcolo.pngbin0 -> 574 bytes-rw-r--r--default_images/res/helpimg/zh-TW/names_as_addressing.pngbin0 -> 1889 bytes-rw-r--r--default_images/res/helpimg/zh-TW/objbitmp.pngbin0 -> 3096 bytes-rw-r--r--default_images/res/helpimg/zh-TW/prinzoom.pngbin0 -> 1395 bytes-rw-r--r--default_images/res/helpimg/zh-TW/rechenlt.pngbin0 -> 600 bytes-rw-r--r--default_images/res/helpimg/zh-TW/sheettabs.pngbin0 -> 1474 bytes-rw-r--r--default_images/res/helpimg/zh-TW/swh00055.pngbin0 -> 657 bytes-rw-r--r--default_images/res/helpimg/zh-TW/swh00056.pngbin0 -> 520 bytes-rw-r--r--default_images/res/helpimg/zh-TW/swh00117.pngbin0 -> 750 bytes-rw-r--r--default_images/res/helpimg/zh-TW/zellvor.pngbin0 -> 599 bytes-rw-r--r--default_images/res/hidedependency_16.pngbin0 -> 328 bytes-rw-r--r--default_images/res/hldocntp.pngbin0 -> 1297 bytes-rw-r--r--default_images/res/hldocntp_h.pngbin0 -> 198 bytes-rw-r--r--default_images/res/hldoctp.pngbin0 -> 1766 bytes-rw-r--r--default_images/res/hldoctp_h.pngbin0 -> 221 bytes-rw-r--r--default_images/res/hlinettp.pngbin0 -> 1742 bytes-rw-r--r--default_images/res/hlinettp_h.pngbin0 -> 333 bytes-rw-r--r--default_images/res/hlmailtp.pngbin0 -> 1841 bytes-rw-r--r--default_images/res/hlmailtp_h.pngbin0 -> 219 bytes-rw-r--r--default_images/res/hu/lc10008.pngbin0 -> 549 bytes-rw-r--r--default_images/res/hu/lc10009.pngbin0 -> 340 bytes-rw-r--r--default_images/res/hu/lc10014.pngbin0 -> 528 bytes-rw-r--r--default_images/res/hu/lc26648.pngbin0 -> 652 bytes-rw-r--r--default_images/res/hu/lch10008.pngbin0 -> 182 bytes-rw-r--r--default_images/res/hu/lch10009.pngbin0 -> 285 bytes-rw-r--r--default_images/res/hu/lch10014.pngbin0 -> 186 bytes-rw-r--r--default_images/res/hu/lch26648.pngbin0 -> 184 bytes-rw-r--r--default_images/res/hu/sc10008.pngbin0 -> 373 bytes-rw-r--r--default_images/res/hu/sc10009.pngbin0 -> 258 bytes-rw-r--r--default_images/res/hu/sc10014.pngbin0 -> 353 bytes-rw-r--r--default_images/res/hu/sc26648.pngbin0 -> 472 bytes-rw-r--r--default_images/res/hu/sch10008.pngbin0 -> 141 bytes-rw-r--r--default_images/res/hu/sch10009.pngbin0 -> 226 bytes-rw-r--r--default_images/res/hu/sch10014.pngbin0 -> 140 bytes-rw-r--r--default_images/res/hu/sch26648.pngbin0 -> 140 bytes-rw-r--r--default_images/res/im30820.pngbin0 -> 653 bytes-rw-r--r--default_images/res/im30821.pngbin0 -> 631 bytes-rw-r--r--default_images/res/im30822.pngbin0 -> 548 bytes-rw-r--r--default_images/res/im30823.pngbin0 -> 467 bytes-rw-r--r--default_images/res/im30826.pngbin0 -> 432 bytes-rw-r--r--default_images/res/im30827.pngbin0 -> 645 bytes-rw-r--r--default_images/res/im30838.pngbin0 -> 608 bytes-rw-r--r--default_images/res/im30839.pngbin0 -> 615 bytes-rw-r--r--default_images/res/im30840.pngbin0 -> 403 bytes-rw-r--r--default_images/res/im30841.pngbin0 -> 426 bytes-rw-r--r--default_images/res/imh30820.pngbin0 -> 149 bytes-rw-r--r--default_images/res/imh30821.pngbin0 -> 144 bytes-rw-r--r--default_images/res/imh30822.pngbin0 -> 328 bytes-rw-r--r--default_images/res/imh30823.pngbin0 -> 1035 bytes-rw-r--r--default_images/res/imh30826.pngbin0 -> 138 bytes-rw-r--r--default_images/res/imh30827.pngbin0 -> 141 bytes-rw-r--r--default_images/res/imh30838.pngbin0 -> 131 bytes-rw-r--r--default_images/res/imh30839.pngbin0 -> 110 bytes-rw-r--r--default_images/res/imh30840.pngbin0 -> 117 bytes-rw-r--r--default_images/res/imh30841.pngbin0 -> 116 bytes-rw-r--r--default_images/res/info.pngbin0 -> 1642 bytes-rw-r--r--default_images/res/info_16.pngbin0 -> 801 bytes-rw-r--r--default_images/res/it/lc10008.pngbin0 -> 531 bytes-rw-r--r--default_images/res/it/lc10009.pngbin0 -> 516 bytes-rw-r--r--default_images/res/it/lc10014.pngbin0 -> 521 bytes-rw-r--r--default_images/res/it/lc26648.pngbin0 -> 531 bytes-rw-r--r--default_images/res/it/lch10008.pngbin0 -> 489 bytes-rw-r--r--default_images/res/it/lch26648.pngbin0 -> 144 bytes-rw-r--r--default_images/res/it/sc10008.pngbin0 -> 368 bytes-rw-r--r--default_images/res/it/sc10009.pngbin0 -> 366 bytes-rw-r--r--default_images/res/it/sc10014.pngbin0 -> 386 bytes-rw-r--r--default_images/res/it/sch10009.pngbin0 -> 121 bytes-rw-r--r--default_images/res/javacomponent_16.pngbin0 -> 525 bytes-rw-r--r--default_images/res/javacomponent_16_h.pngbin0 -> 165 bytes-rw-r--r--default_images/res/javalibrary_16.pngbin0 -> 910 bytes-rw-r--r--default_images/res/javalibrary_16_h.pngbin0 -> 166 bytes-rw-r--r--default_images/res/ko/lc10712.pngbin0 -> 368 bytes-rw-r--r--default_images/res/ko/lc10713.pngbin0 -> 355 bytes-rw-r--r--default_images/res/ko/lc10714.pngbin0 -> 315 bytes-rw-r--r--default_images/res/ko/lch10712.pngbin0 -> 153 bytes-rw-r--r--default_images/res/ko/lch10713.pngbin0 -> 147 bytes-rw-r--r--default_images/res/ko/lch10714.pngbin0 -> 124 bytes-rw-r--r--default_images/res/ko/sc10712.pngbin0 -> 281 bytes-rw-r--r--default_images/res/ko/sc10713.pngbin0 -> 307 bytes-rw-r--r--default_images/res/ko/sc10714.pngbin0 -> 244 bytes-rw-r--r--default_images/res/ko/sch10712.pngbin0 -> 118 bytes-rw-r--r--default_images/res/ko/sch10713.pngbin0 -> 124 bytes-rw-r--r--default_images/res/ko/sch10714.pngbin0 -> 243 bytes-rw-r--r--default_images/res/lc05504.pngbin0 -> 875 bytes-rw-r--r--default_images/res/lc05505.pngbin0 -> 776 bytes-rw-r--r--default_images/res/lc05508.pngbin0 -> 1603 bytes-rw-r--r--default_images/res/lc05509.pngbin0 -> 875 bytes-rw-r--r--default_images/res/lc05539.pngbin0 -> 970 bytes-rw-r--r--default_images/res/lc05596.pngbin0 -> 1553 bytes-rw-r--r--default_images/res/lc05646.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc05647.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc05648.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc05649.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc05650.pngbin0 -> 161 bytes-rw-r--r--default_images/res/lc05651.pngbin0 -> 1163 bytes-rw-r--r--default_images/res/lc05678.pngbin0 -> 2569 bytes-rw-r--r--default_images/res/lc05700.pngbin0 -> 1549 bytes-rw-r--r--default_images/res/lc05701.pngbin0 -> 1569 bytes-rw-r--r--default_images/res/lc05710.pngbin0 -> 1623 bytes-rw-r--r--default_images/res/lc05711.pngbin0 -> 855 bytes-rw-r--r--default_images/res/lc05961.pngbin0 -> 1005 bytes-rw-r--r--default_images/res/lc06300.pngbin0 -> 1039 bytes-rw-r--r--default_images/res/lc06301.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/lc06302.pngbin0 -> 885 bytes-rw-r--r--default_images/res/lc06303.pngbin0 -> 1132 bytes-rw-r--r--default_images/res/lc06304.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06308.pngbin0 -> 1130 bytes-rw-r--r--default_images/res/lc06309.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06312.pngbin0 -> 1094 bytes-rw-r--r--default_images/res/lc06331.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06332.pngbin0 -> 764 bytes-rw-r--r--default_images/res/lc06333.pngbin0 -> 736 bytes-rw-r--r--default_images/res/lc06334.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06335.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06336.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06337.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06338.pngbin0 -> 1610 bytes-rw-r--r--default_images/res/lc06350.pngbin0 -> 1163 bytes-rw-r--r--default_images/res/lc06351.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06352.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06353.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06354.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06355.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06356.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc06357.pngbin0 -> 276 bytes-rw-r--r--default_images/res/lc10366.pngbin0 -> 1692 bytes-rw-r--r--default_images/res/lc10616.pngbin0 -> 810 bytes-rw-r--r--default_images/res/lc10617.pngbin0 -> 734 bytes-rw-r--r--default_images/res/lc10618.pngbin0 -> 720 bytes-rw-r--r--default_images/res/lc10619.pngbin0 -> 810 bytes-rw-r--r--default_images/res/lc10620.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/lc10621.pngbin0 -> 1239 bytes-rw-r--r--default_images/res/lc10627.pngbin0 -> 1002 bytes-rw-r--r--default_images/res/lc10630.pngbin0 -> 1876 bytes-rw-r--r--default_images/res/lc10711.pngbin0 -> 1084 bytes-rw-r--r--default_images/res/lc10712.pngbin0 -> 968 bytes-rw-r--r--default_images/res/lc10713.pngbin0 -> 951 bytes-rw-r--r--default_images/res/lc10714.pngbin0 -> 629 bytes-rw-r--r--default_images/res/lc10715.pngbin0 -> 809 bytes-rw-r--r--default_images/res/lc10716.pngbin0 -> 1321 bytes-rw-r--r--default_images/res/lc10723.pngbin0 -> 1041 bytes-rw-r--r--default_images/res/lc10724.pngbin0 -> 1603 bytes-rw-r--r--default_images/res/lc10851.pngbin0 -> 877 bytes-rw-r--r--default_images/res/lc10853.pngbin0 -> 1005 bytes-rw-r--r--default_images/res/lc10854.pngbin0 -> 2158 bytes-rw-r--r--default_images/res/lch05504.pngbin0 -> 160 bytes-rw-r--r--default_images/res/lch05509.pngbin0 -> 160 bytes-rw-r--r--default_images/res/lch05678.pngbin0 -> 314 bytes-rw-r--r--default_images/res/lch05711.pngbin0 -> 156 bytes-rw-r--r--default_images/res/lch05961.pngbin0 -> 155 bytes-rw-r--r--default_images/res/lch06300.pngbin0 -> 143 bytes-rw-r--r--default_images/res/lch06301.pngbin0 -> 141 bytes-rw-r--r--default_images/res/lch06303.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lch06308.pngbin0 -> 158 bytes-rw-r--r--default_images/res/lch10616.pngbin0 -> 139 bytes-rw-r--r--default_images/res/lch10617.pngbin0 -> 127 bytes-rw-r--r--default_images/res/lch10618.pngbin0 -> 131 bytes-rw-r--r--default_images/res/lch10619.pngbin0 -> 130 bytes-rw-r--r--default_images/res/lch10620.pngbin0 -> 172 bytes-rw-r--r--default_images/res/lch10621.pngbin0 -> 186 bytes-rw-r--r--default_images/res/lch10627.pngbin0 -> 166 bytes-rw-r--r--default_images/res/lch10630.pngbin0 -> 209 bytes-rw-r--r--default_images/res/lch10711.pngbin0 -> 190 bytes-rw-r--r--default_images/res/lch10712.pngbin0 -> 199 bytes-rw-r--r--default_images/res/lch10713.pngbin0 -> 212 bytes-rw-r--r--default_images/res/lch10714.pngbin0 -> 176 bytes-rw-r--r--default_images/res/lch10715.pngbin0 -> 138 bytes-rw-r--r--default_images/res/lch10716.pngbin0 -> 210 bytes-rw-r--r--default_images/res/lch10723.pngbin0 -> 179 bytes-rw-r--r--default_images/res/lch10724.pngbin0 -> 190 bytes-rw-r--r--default_images/res/lch10851.pngbin0 -> 153 bytes-rw-r--r--default_images/res/lch10853.pngbin0 -> 155 bytes-rw-r--r--default_images/res/lch10854.pngbin0 -> 211 bytes-rw-r--r--default_images/res/library_16.pngbin0 -> 854 bytes-rw-r--r--default_images/res/library_16_h.pngbin0 -> 120 bytes-rw-r--r--default_images/res/lock.pngbin0 -> 385 bytes-rw-r--r--default_images/res/lock_hc.pngbin0 -> 120 bytes-rw-r--r--default_images/res/lx03123.pngbin0 -> 330 bytes-rw-r--r--default_images/res/lx03124.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03125.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03126.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03127.pngbin0 -> 323 bytes-rw-r--r--default_images/res/lx03128.pngbin0 -> 314 bytes-rw-r--r--default_images/res/lx03129.pngbin0 -> 440 bytes-rw-r--r--default_images/res/lx03130.pngbin0 -> 337 bytes-rw-r--r--default_images/res/lx03131.pngbin0 -> 551 bytes-rw-r--r--default_images/res/lx03132.pngbin0 -> 547 bytes-rw-r--r--default_images/res/lx03134.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03135.pngbin0 -> 860 bytes-rw-r--r--default_images/res/lx03136.pngbin0 -> 821 bytes-rw-r--r--default_images/res/lx03137.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03138.pngbin0 -> 1218 bytes-rw-r--r--default_images/res/lx03139.pngbin0 -> 2908 bytes-rw-r--r--default_images/res/lx03140.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03141.pngbin0 -> 625 bytes-rw-r--r--default_images/res/lx03142.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03144.pngbin0 -> 332 bytes-rw-r--r--default_images/res/lx03145.pngbin0 -> 354 bytes-rw-r--r--default_images/res/lx03150.pngbin0 -> 749 bytes-rw-r--r--default_images/res/lx03151.pngbin0 -> 322 bytes-rw-r--r--default_images/res/lx03152.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03153.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03154.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03155.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03156.pngbin0 -> 401 bytes-rw-r--r--default_images/res/lx03157.pngbin0 -> 1218 bytes-rw-r--r--default_images/res/lx03158.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03159.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03160.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03161.pngbin0 -> 448 bytes-rw-r--r--default_images/res/lx03162.pngbin0 -> 349 bytes-rw-r--r--default_images/res/lx03163.pngbin0 -> 353 bytes-rw-r--r--default_images/res/lx03164.pngbin0 -> 409 bytes-rw-r--r--default_images/res/lx03165.pngbin0 -> 581 bytes-rw-r--r--default_images/res/lx03166.pngbin0 -> 772 bytes-rw-r--r--default_images/res/lx03167.pngbin0 -> 648 bytes-rw-r--r--default_images/res/lx03168.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03187.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03188.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03189.pngbin0 -> 625 bytes-rw-r--r--default_images/res/lx03190.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03193.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03198.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03201.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03202.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03203.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03204.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03205.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03206.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03214.pngbin0 -> 308 bytes-rw-r--r--default_images/res/lx03216.pngbin0 -> 2875 bytes-rw-r--r--default_images/res/lx03217.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03218.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03219.pngbin0 -> 1418 bytes-rw-r--r--default_images/res/lx03220.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03221.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03222.pngbin0 -> 1315 bytes-rw-r--r--default_images/res/lx03226.pngbin0 -> 350 bytes-rw-r--r--default_images/res/lx03227.pngbin0 -> 360 bytes-rw-r--r--default_images/res/lx03228.pngbin0 -> 364 bytes-rw-r--r--default_images/res/lx03236.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03237.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03239.pngbin0 -> 739 bytes-rw-r--r--default_images/res/lx03241.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lx03242.pngbin0 -> 2510 bytes-rw-r--r--default_images/res/lx03243.pngbin0 -> 403 bytes-rw-r--r--default_images/res/lx03244.pngbin0 -> 381 bytes-rw-r--r--default_images/res/lx03245.pngbin0 -> 2922 bytes-rw-r--r--default_images/res/lx03246.pngbin0 -> 2828 bytes-rw-r--r--default_images/res/lx03247.pngbin0 -> 2622 bytes-rw-r--r--default_images/res/lx03248.pngbin0 -> 2338 bytes-rw-r--r--default_images/res/lx03249.pngbin0 -> 2623 bytes-rw-r--r--default_images/res/lx03250.pngbin0 -> 2618 bytes-rw-r--r--default_images/res/lx03251.pngbin0 -> 2311 bytes-rw-r--r--default_images/res/lx03252.pngbin0 -> 2957 bytes-rw-r--r--default_images/res/lx03253.pngbin0 -> 2812 bytes-rw-r--r--default_images/res/lx03254.pngbin0 -> 2856 bytes-rw-r--r--default_images/res/lx03255.pngbin0 -> 2575 bytes-rw-r--r--default_images/res/lx03256.pngbin0 -> 1117 bytes-rw-r--r--default_images/res/lxh03123.pngbin0 -> 355 bytes-rw-r--r--default_images/res/lxh03124.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03125.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03126.pngbin0 -> 313 bytes-rw-r--r--default_images/res/lxh03127.pngbin0 -> 205 bytes-rw-r--r--default_images/res/lxh03128.pngbin0 -> 392 bytes-rw-r--r--default_images/res/lxh03129.pngbin0 -> 374 bytes-rw-r--r--default_images/res/lxh03130.pngbin0 -> 243 bytes-rw-r--r--default_images/res/lxh03131.pngbin0 -> 244 bytes-rw-r--r--default_images/res/lxh03132.pngbin0 -> 255 bytes-rw-r--r--default_images/res/lxh03134.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03135.pngbin0 -> 142 bytes-rw-r--r--default_images/res/lxh03136.pngbin0 -> 142 bytes-rw-r--r--default_images/res/lxh03137.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03138.pngbin0 -> 202 bytes-rw-r--r--default_images/res/lxh03139.pngbin0 -> 239 bytes-rw-r--r--default_images/res/lxh03140.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03141.pngbin0 -> 153 bytes-rw-r--r--default_images/res/lxh03142.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03144.pngbin0 -> 333 bytes-rw-r--r--default_images/res/lxh03145.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03150.pngbin0 -> 126 bytes-rw-r--r--default_images/res/lxh03151.pngbin0 -> 130 bytes-rw-r--r--default_images/res/lxh03152.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03153.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03154.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03155.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03156.pngbin0 -> 146 bytes-rw-r--r--default_images/res/lxh03157.pngbin0 -> 202 bytes-rw-r--r--default_images/res/lxh03158.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03159.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03160.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03161.pngbin0 -> 221 bytes-rw-r--r--default_images/res/lxh03162.pngbin0 -> 306 bytes-rw-r--r--default_images/res/lxh03163.pngbin0 -> 192 bytes-rw-r--r--default_images/res/lxh03164.pngbin0 -> 164 bytes-rw-r--r--default_images/res/lxh03165.pngbin0 -> 200 bytes-rw-r--r--default_images/res/lxh03166.pngbin0 -> 285 bytes-rw-r--r--default_images/res/lxh03167.pngbin0 -> 192 bytes-rw-r--r--default_images/res/lxh03168.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03187.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03188.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03189.pngbin0 -> 153 bytes-rw-r--r--default_images/res/lxh03190.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lxh03193.pngbin0 -> 315 bytes-rw-r--r--default_images/res/lxh03198.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03201.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03202.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03203.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03204.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03205.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03206.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03214.pngbin0 -> 197 bytes-rw-r--r--default_images/res/lxh03216.pngbin0 -> 243 bytes-rw-r--r--default_images/res/lxh03217.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03218.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03219.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03220.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03221.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03222.pngbin0 -> 220 bytes-rw-r--r--default_images/res/lxh03226.pngbin0 -> 371 bytes-rw-r--r--default_images/res/lxh03227.pngbin0 -> 427 bytes-rw-r--r--default_images/res/lxh03228.pngbin0 -> 303 bytes-rw-r--r--default_images/res/lxh03236.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03237.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03239.pngbin0 -> 167 bytes-rw-r--r--default_images/res/lxh03241.pngbin0 -> 170 bytes-rw-r--r--default_images/res/lxh03242.pngbin0 -> 223 bytes-rw-r--r--default_images/res/lxh03243.pngbin0 -> 200 bytes-rw-r--r--default_images/res/lxh03244.pngbin0 -> 225 bytes-rw-r--r--default_images/res/lxh03245.pngbin0 -> 246 bytes-rw-r--r--default_images/res/lxh03246.pngbin0 -> 254 bytes-rw-r--r--default_images/res/lxh03247.pngbin0 -> 227 bytes-rw-r--r--default_images/res/lxh03248.pngbin0 -> 219 bytes-rw-r--r--default_images/res/lxh03249.pngbin0 -> 238 bytes-rw-r--r--default_images/res/lxh03250.pngbin0 -> 219 bytes-rw-r--r--default_images/res/lxh03251.pngbin0 -> 219 bytes-rw-r--r--default_images/res/lxh03252.pngbin0 -> 263 bytes-rw-r--r--default_images/res/lxh03253.pngbin0 -> 260 bytes-rw-r--r--default_images/res/lxh03254.pngbin0 -> 244 bytes-rw-r--r--default_images/res/lxh03255.pngbin0 -> 249 bytes-rw-r--r--default_images/res/lxh03256.pngbin0 -> 205 bytes-rw-r--r--default_images/res/mainapp_16.pngbin0 -> 948 bytes-rw-r--r--default_images/res/mainapp_16_8.pngbin0 -> 1020 bytes-rw-r--r--default_images/res/mainapp_16_h.pngbin0 -> 173 bytes-rw-r--r--default_images/res/mainapp_32.pngbin0 -> 2271 bytes-rw-r--r--default_images/res/mainapp_32_8.pngbin0 -> 2208 bytes-rw-r--r--default_images/res/mainapp_32_h.pngbin0 -> 275 bytes-rw-r--r--default_images/res/mainapp_48_8.pngbin0 -> 3577 bytes-rw-r--r--default_images/res/minus.pngbin0 -> 293 bytes-rw-r--r--default_images/res/minus_sch.pngbin0 -> 220 bytes-rw-r--r--default_images/res/newdoc.pngbin0 -> 401 bytes-rw-r--r--default_images/res/newdoc_hc.pngbin0 -> 108 bytes-rw-r--r--default_images/res/odb_16_8.pngbin0 -> 1026 bytes-rw-r--r--default_images/res/odb_32.pngbin0 -> 2922 bytes-rw-r--r--default_images/res/odb_32_8.pngbin0 -> 2950 bytes-rw-r--r--default_images/res/odb_48_8.pngbin0 -> 4949 bytes-rw-r--r--default_images/res/odf_16_8.pngbin0 -> 1012 bytes-rw-r--r--default_images/res/odf_32.pngbin0 -> 2622 bytes-rw-r--r--default_images/res/odf_32_8.pngbin0 -> 2450 bytes-rw-r--r--default_images/res/odf_48_8.pngbin0 -> 4247 bytes-rw-r--r--default_images/res/odg_16_8.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/odg_32.pngbin0 -> 2828 bytes-rw-r--r--default_images/res/odg_32_8.pngbin0 -> 2682 bytes-rw-r--r--default_images/res/odg_48_8.pngbin0 -> 4744 bytes-rw-r--r--default_images/res/odm_16_8.pngbin0 -> 943 bytes-rw-r--r--default_images/res/odm_32_8.pngbin0 -> 2241 bytes-rw-r--r--default_images/res/odm_48_8.pngbin0 -> 3846 bytes-rw-r--r--default_images/res/odp_16_8.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/odp_32.pngbin0 -> 2623 bytes-rw-r--r--default_images/res/odp_32_8.pngbin0 -> 2674 bytes-rw-r--r--default_images/res/odp_48_8.pngbin0 -> 4515 bytes-rw-r--r--default_images/res/ods_16_8.pngbin0 -> 992 bytes-rw-r--r--default_images/res/ods_32.pngbin0 -> 2618 bytes-rw-r--r--default_images/res/ods_32_8.pngbin0 -> 2531 bytes-rw-r--r--default_images/res/ods_48_8.pngbin0 -> 4305 bytes-rw-r--r--default_images/res/odt_16_8.pngbin0 -> 954 bytes-rw-r--r--default_images/res/odt_32.pngbin0 -> 2311 bytes-rw-r--r--default_images/res/odt_32_8.pngbin0 -> 2222 bytes-rw-r--r--default_images/res/odt_48_8.pngbin0 -> 3770 bytes-rw-r--r--default_images/res/oleobj.pngbin0 -> 1287 bytes-rw-r--r--default_images/res/open_32.pngbin0 -> 1319 bytes-rw-r--r--default_images/res/otg_16_8.pngbin0 -> 1011 bytes-rw-r--r--default_images/res/otg_32_8.pngbin0 -> 2415 bytes-rw-r--r--default_images/res/otg_48_8.pngbin0 -> 4222 bytes-rw-r--r--default_images/res/oth_16_8.pngbin0 -> 1020 bytes-rw-r--r--default_images/res/oth_32_8.pngbin0 -> 2771 bytes-rw-r--r--default_images/res/oth_48_8.pngbin0 -> 4709 bytes-rw-r--r--default_images/res/otp_16_8.pngbin0 -> 984 bytes-rw-r--r--default_images/res/otp_32_8.pngbin0 -> 2405 bytes-rw-r--r--default_images/res/otp_48_8.pngbin0 -> 4027 bytes-rw-r--r--default_images/res/ots_16_8.pngbin0 -> 968 bytes-rw-r--r--default_images/res/ots_32_8.pngbin0 -> 2302 bytes-rw-r--r--default_images/res/ots_48_8.pngbin0 -> 3835 bytes-rw-r--r--default_images/res/ott_16_8.pngbin0 -> 923 bytes-rw-r--r--default_images/res/ott_32_8.pngbin0 -> 1988 bytes-rw-r--r--default_images/res/ott_48_8.pngbin0 -> 3320 bytes-rw-r--r--default_images/res/plugin.pngbin0 -> 1771 bytes-rw-r--r--default_images/res/plus.pngbin0 -> 331 bytes-rw-r--r--default_images/res/plus_sch.pngbin0 -> 228 bytes-rw-r--r--default_images/res/printeradmin_16.pngbin0 -> 888 bytes-rw-r--r--default_images/res/printeradmin_16_8.pngbin0 -> 869 bytes-rw-r--r--default_images/res/printeradmin_16_h.pngbin0 -> 194 bytes-rw-r--r--default_images/res/printeradmin_32.pngbin0 -> 1885 bytes-rw-r--r--default_images/res/printeradmin_32_8.pngbin0 -> 1756 bytes-rw-r--r--default_images/res/printeradmin_32_h.pngbin0 -> 305 bytes-rw-r--r--default_images/res/printeradmin_48_8.pngbin0 -> 2902 bytes-rw-r--r--default_images/res/puzzlefolder_16.pngbin0 -> 695 bytes-rw-r--r--default_images/res/puzzlefolder_16_h.pngbin0 -> 155 bytes-rw-r--r--default_images/res/puzzleslice_16.pngbin0 -> 593 bytes-rw-r--r--default_images/res/puzzleslice_16_h.pngbin0 -> 149 bytes-rw-r--r--default_images/res/sc05500.pngbin0 -> 525 bytes-rw-r--r--default_images/res/sc05501.pngbin0 -> 711 bytes-rw-r--r--default_images/res/sc05502.pngbin0 -> 585 bytes-rw-r--r--default_images/res/sc05504.pngbin0 -> 577 bytes-rw-r--r--default_images/res/sc05505.pngbin0 -> 535 bytes-rw-r--r--default_images/res/sc05508.pngbin0 -> 909 bytes-rw-r--r--default_images/res/sc05509.pngbin0 -> 577 bytes-rw-r--r--default_images/res/sc05539.pngbin0 -> 671 bytes-rw-r--r--default_images/res/sc05554.pngbin0 -> 831 bytes-rw-r--r--default_images/res/sc05555.pngbin0 -> 613 bytes-rw-r--r--default_images/res/sc05556.pngbin0 -> 734 bytes-rw-r--r--default_images/res/sc05596.pngbin0 -> 802 bytes-rw-r--r--default_images/res/sc05646.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc05647.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc05648.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc05649.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc05650.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc05651.pngbin0 -> 712 bytes-rw-r--r--default_images/res/sc05678.pngbin0 -> 1184 bytes-rw-r--r--default_images/res/sc05700.pngbin0 -> 894 bytes-rw-r--r--default_images/res/sc05701.pngbin0 -> 888 bytes-rw-r--r--default_images/res/sc05710.pngbin0 -> 802 bytes-rw-r--r--default_images/res/sc05711.pngbin0 -> 600 bytes-rw-r--r--default_images/res/sc05961.pngbin0 -> 680 bytes-rw-r--r--default_images/res/sc06300.pngbin0 -> 537 bytes-rw-r--r--default_images/res/sc06301.pngbin0 -> 526 bytes-rw-r--r--default_images/res/sc06302.pngbin0 -> 592 bytes-rw-r--r--default_images/res/sc06303.pngbin0 -> 705 bytes-rw-r--r--default_images/res/sc06304.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06308.pngbin0 -> 796 bytes-rw-r--r--default_images/res/sc06309.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06312.pngbin0 -> 760 bytes-rw-r--r--default_images/res/sc06331.pngbin0 -> 663 bytes-rw-r--r--default_images/res/sc06332.pngbin0 -> 503 bytes-rw-r--r--default_images/res/sc06333.pngbin0 -> 494 bytes-rw-r--r--default_images/res/sc06334.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06335.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06336.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06337.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06338.pngbin0 -> 1007 bytes-rw-r--r--default_images/res/sc06350.pngbin0 -> 712 bytes-rw-r--r--default_images/res/sc06351.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06352.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06353.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06354.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06355.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06356.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06357.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc06580.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sc10223.pngbin0 -> 173 bytes-rw-r--r--default_images/res/sc10224.pngbin0 -> 176 bytes-rw-r--r--default_images/res/sc10243.pngbin0 -> 605 bytes-rw-r--r--default_images/res/sc10350.pngbin0 -> 594 bytes-rw-r--r--default_images/res/sc10366.pngbin0 -> 1014 bytes-rw-r--r--default_images/res/sc10616.pngbin0 -> 530 bytes-rw-r--r--default_images/res/sc10617.pngbin0 -> 474 bytes-rw-r--r--default_images/res/sc10618.pngbin0 -> 467 bytes-rw-r--r--default_images/res/sc10619.pngbin0 -> 530 bytes-rw-r--r--default_images/res/sc10620.pngbin0 -> 662 bytes-rw-r--r--default_images/res/sc10621.pngbin0 -> 682 bytes-rw-r--r--default_images/res/sc10627.pngbin0 -> 688 bytes-rw-r--r--default_images/res/sc10630.pngbin0 -> 1038 bytes-rw-r--r--default_images/res/sc10711.pngbin0 -> 603 bytes-rw-r--r--default_images/res/sc10712.pngbin0 -> 659 bytes-rw-r--r--default_images/res/sc10713.pngbin0 -> 673 bytes-rw-r--r--default_images/res/sc10714.pngbin0 -> 442 bytes-rw-r--r--default_images/res/sc10715.pngbin0 -> 460 bytes-rw-r--r--default_images/res/sc10716.pngbin0 -> 711 bytes-rw-r--r--default_images/res/sc10723.pngbin0 -> 588 bytes-rw-r--r--default_images/res/sc10724.pngbin0 -> 909 bytes-rw-r--r--default_images/res/sc10851.pngbin0 -> 532 bytes-rw-r--r--default_images/res/sc10853.pngbin0 -> 680 bytes-rw-r--r--default_images/res/sc10854.pngbin0 -> 813 bytes-rw-r--r--default_images/res/sc10863.pngbin0 -> 787 bytes-rw-r--r--default_images/res/sc10864.pngbin0 -> 737 bytes-rw-r--r--default_images/res/sc10865.pngbin0 -> 612 bytes-rw-r--r--default_images/res/sc10866.pngbin0 -> 615 bytes-rw-r--r--default_images/res/sc10867.pngbin0 -> 615 bytes-rw-r--r--default_images/res/sc10868.pngbin0 -> 836 bytes-rw-r--r--default_images/res/sc10869.pngbin0 -> 659 bytes-rw-r--r--default_images/res/sch05500.pngbin0 -> 109 bytes-rw-r--r--default_images/res/sch05501.pngbin0 -> 141 bytes-rw-r--r--default_images/res/sch05502.pngbin0 -> 123 bytes-rw-r--r--default_images/res/sch05504.pngbin0 -> 133 bytes-rw-r--r--default_images/res/sch05509.pngbin0 -> 133 bytes-rw-r--r--default_images/res/sch05554.pngbin0 -> 171 bytes-rw-r--r--default_images/res/sch05555.pngbin0 -> 147 bytes-rw-r--r--default_images/res/sch05556.pngbin0 -> 150 bytes-rw-r--r--default_images/res/sch05678.pngbin0 -> 205 bytes-rw-r--r--default_images/res/sch05711.pngbin0 -> 129 bytes-rw-r--r--default_images/res/sch05961.pngbin0 -> 128 bytes-rw-r--r--default_images/res/sch06300.pngbin0 -> 320 bytes-rw-r--r--default_images/res/sch06301.pngbin0 -> 310 bytes-rw-r--r--default_images/res/sch06303.pngbin0 -> 135 bytes-rw-r--r--default_images/res/sch06308.pngbin0 -> 139 bytes-rw-r--r--default_images/res/sch10243.pngbin0 -> 156 bytes-rw-r--r--default_images/res/sch10616.pngbin0 -> 119 bytes-rw-r--r--default_images/res/sch10617.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sch10618.pngbin0 -> 115 bytes-rw-r--r--default_images/res/sch10619.pngbin0 -> 115 bytes-rw-r--r--default_images/res/sch10620.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sch10621.pngbin0 -> 148 bytes-rw-r--r--default_images/res/sch10627.pngbin0 -> 139 bytes-rw-r--r--default_images/res/sch10630.pngbin0 -> 166 bytes-rw-r--r--default_images/res/sch10711.pngbin0 -> 166 bytes-rw-r--r--default_images/res/sch10712.pngbin0 -> 155 bytes-rw-r--r--default_images/res/sch10713.pngbin0 -> 160 bytes-rw-r--r--default_images/res/sch10714.pngbin0 -> 143 bytes-rw-r--r--default_images/res/sch10715.pngbin0 -> 117 bytes-rw-r--r--default_images/res/sch10716.pngbin0 -> 173 bytes-rw-r--r--default_images/res/sch10723.pngbin0 -> 152 bytes-rw-r--r--default_images/res/sch10724.pngbin0 -> 144 bytes-rw-r--r--default_images/res/sch10851.pngbin0 -> 127 bytes-rw-r--r--default_images/res/sch10853.pngbin0 -> 128 bytes-rw-r--r--default_images/res/sch10854.pngbin0 -> 146 bytes-rw-r--r--default_images/res/sch10863.pngbin0 -> 139 bytes-rw-r--r--default_images/res/sch10864.pngbin0 -> 118 bytes-rw-r--r--default_images/res/sch10865.pngbin0 -> 151 bytes-rw-r--r--default_images/res/sch10866.pngbin0 -> 150 bytes-rw-r--r--default_images/res/sch10867.pngbin0 -> 150 bytes-rw-r--r--default_images/res/sch10868.pngbin0 -> 146 bytes-rw-r--r--default_images/res/sch10869.pngbin0 -> 141 bytes-rw-r--r--default_images/res/script.pngbin0 -> 664 bytes-rw-r--r--default_images/res/script_hc.pngbin0 -> 161 bytes-rw-r--r--default_images/res/selectupd_16.pngbin0 -> 382 bytes-rw-r--r--default_images/res/soliline.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sx03123.pngbin0 -> 227 bytes-rw-r--r--default_images/res/sx03124.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03125.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03126.pngbin0 -> 200 bytes-rw-r--r--default_images/res/sx03127.pngbin0 -> 213 bytes-rw-r--r--default_images/res/sx03128.pngbin0 -> 228 bytes-rw-r--r--default_images/res/sx03129.pngbin0 -> 228 bytes-rw-r--r--default_images/res/sx03130.pngbin0 -> 233 bytes-rw-r--r--default_images/res/sx03131.pngbin0 -> 314 bytes-rw-r--r--default_images/res/sx03132.pngbin0 -> 280 bytes-rw-r--r--default_images/res/sx03134.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03135.pngbin0 -> 484 bytes-rw-r--r--default_images/res/sx03136.pngbin0 -> 485 bytes-rw-r--r--default_images/res/sx03137.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03138.pngbin0 -> 596 bytes-rw-r--r--default_images/res/sx03139.pngbin0 -> 1023 bytes-rw-r--r--default_images/res/sx03140.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03141.pngbin0 -> 401 bytes-rw-r--r--default_images/res/sx03142.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03144.pngbin0 -> 195 bytes-rw-r--r--default_images/res/sx03145.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03150.pngbin0 -> 525 bytes-rw-r--r--default_images/res/sx03151.pngbin0 -> 271 bytes-rw-r--r--default_images/res/sx03152.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03153.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03154.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03155.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03156.pngbin0 -> 286 bytes-rw-r--r--default_images/res/sx03157.pngbin0 -> 596 bytes-rw-r--r--default_images/res/sx03158.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03159.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03160.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03161.pngbin0 -> 317 bytes-rw-r--r--default_images/res/sx03162.pngbin0 -> 192 bytes-rw-r--r--default_images/res/sx03163.pngbin0 -> 198 bytes-rw-r--r--default_images/res/sx03164.pngbin0 -> 335 bytes-rw-r--r--default_images/res/sx03165.pngbin0 -> 433 bytes-rw-r--r--default_images/res/sx03166.pngbin0 -> 534 bytes-rw-r--r--default_images/res/sx03167.pngbin0 -> 392 bytes-rw-r--r--default_images/res/sx03168.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03187.pngbin0 -> 577 bytes-rw-r--r--default_images/res/sx03188.pngbin0 -> 468 bytes-rw-r--r--default_images/res/sx03189.pngbin0 -> 401 bytes-rw-r--r--default_images/res/sx03190.pngbin0 -> 711 bytes-rw-r--r--default_images/res/sx03193.pngbin0 -> 510 bytes-rw-r--r--default_images/res/sx03198.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03201.pngbin0 -> 706 bytes-rw-r--r--default_images/res/sx03202.pngbin0 -> 732 bytes-rw-r--r--default_images/res/sx03203.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03204.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03205.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03206.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03214.pngbin0 -> 252 bytes-rw-r--r--default_images/res/sx03216.pngbin0 -> 1017 bytes-rw-r--r--default_images/res/sx03217.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03218.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03219.pngbin0 -> 725 bytes-rw-r--r--default_images/res/sx03220.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03221.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03222.pngbin0 -> 701 bytes-rw-r--r--default_images/res/sx03226.pngbin0 -> 235 bytes-rw-r--r--default_images/res/sx03227.pngbin0 -> 238 bytes-rw-r--r--default_images/res/sx03228.pngbin0 -> 243 bytes-rw-r--r--default_images/res/sx03236.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03237.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03239.pngbin0 -> 510 bytes-rw-r--r--default_images/res/sx03241.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx03242.pngbin0 -> 947 bytes-rw-r--r--default_images/res/sx03243.pngbin0 -> 272 bytes-rw-r--r--default_images/res/sx03244.pngbin0 -> 254 bytes-rw-r--r--default_images/res/sx03245.pngbin0 -> 1009 bytes-rw-r--r--default_images/res/sx03246.pngbin0 -> 1082 bytes-rw-r--r--default_images/res/sx03247.pngbin0 -> 1014 bytes-rw-r--r--default_images/res/sx03248.pngbin0 -> 929 bytes-rw-r--r--default_images/res/sx03249.pngbin0 -> 960 bytes-rw-r--r--default_images/res/sx03250.pngbin0 -> 961 bytes-rw-r--r--default_images/res/sx03251.pngbin0 -> 923 bytes-rw-r--r--default_images/res/sx03252.pngbin0 -> 1094 bytes-rw-r--r--default_images/res/sx03253.pngbin0 -> 1025 bytes-rw-r--r--default_images/res/sx03254.pngbin0 -> 1018 bytes-rw-r--r--default_images/res/sx03255.pngbin0 -> 986 bytes-rw-r--r--default_images/res/sx03256.pngbin0 -> 557 bytes-rw-r--r--default_images/res/sx10144.pngbin0 -> 676 bytes-rw-r--r--default_images/res/sx10593.pngbin0 -> 515 bytes-rw-r--r--default_images/res/sx10594.pngbin0 -> 577 bytes-rw-r--r--default_images/res/sx10595.pngbin0 -> 619 bytes-rw-r--r--default_images/res/sx10596.pngbin0 -> 620 bytes-rw-r--r--default_images/res/sx10597.pngbin0 -> 425 bytes-rw-r--r--default_images/res/sx10598.pngbin0 -> 650 bytes-rw-r--r--default_images/res/sx10599.pngbin0 -> 547 bytes-rw-r--r--default_images/res/sx10600.pngbin0 -> 728 bytes-rw-r--r--default_images/res/sx10601.pngbin0 -> 765 bytes-rw-r--r--default_images/res/sx10602.pngbin0 -> 202 bytes-rw-r--r--default_images/res/sx10603.pngbin0 -> 404 bytes-rw-r--r--default_images/res/sx10604.pngbin0 -> 742 bytes-rw-r--r--default_images/res/sx10605.pngbin0 -> 761 bytes-rw-r--r--default_images/res/sx10607.pngbin0 -> 735 bytes-rw-r--r--default_images/res/sx10704.pngbin0 -> 626 bytes-rw-r--r--default_images/res/sx10705.pngbin0 -> 830 bytes-rw-r--r--default_images/res/sx10706.pngbin0 -> 435 bytes-rw-r--r--default_images/res/sx10707.pngbin0 -> 727 bytes-rw-r--r--default_images/res/sx10708.pngbin0 -> 492 bytes-rw-r--r--default_images/res/sx10710.pngbin0 -> 649 bytes-rw-r--r--default_images/res/sx10715.pngbin0 -> 460 bytes-rw-r--r--default_images/res/sx10728.pngbin0 -> 519 bytes-rw-r--r--default_images/res/sx10757.pngbin0 -> 771 bytes-rw-r--r--default_images/res/sx10768.pngbin0 -> 592 bytes-rw-r--r--default_images/res/sx10769.pngbin0 -> 549 bytes-rw-r--r--default_images/res/sx16670.pngbin0 -> 794 bytes-rw-r--r--default_images/res/sx18002.pngbin0 -> 420 bytes-rw-r--r--default_images/res/sx18003.pngbin0 -> 389 bytes-rw-r--r--default_images/res/sx18013.pngbin0 -> 586 bytes-rw-r--r--default_images/res/sx18022.pngbin0 -> 571 bytes-rw-r--r--default_images/res/sx18027.pngbin0 -> 231 bytes-rw-r--r--default_images/res/sxh03123.pngbin0 -> 236 bytes-rw-r--r--default_images/res/sxh03124.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03125.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03126.pngbin0 -> 217 bytes-rw-r--r--default_images/res/sxh03127.pngbin0 -> 224 bytes-rw-r--r--default_images/res/sxh03128.pngbin0 -> 261 bytes-rw-r--r--default_images/res/sxh03129.pngbin0 -> 285 bytes-rw-r--r--default_images/res/sxh03130.pngbin0 -> 244 bytes-rw-r--r--default_images/res/sxh03131.pngbin0 -> 175 bytes-rw-r--r--default_images/res/sxh03132.pngbin0 -> 177 bytes-rw-r--r--default_images/res/sxh03134.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03135.pngbin0 -> 121 bytes-rw-r--r--default_images/res/sxh03136.pngbin0 -> 120 bytes-rw-r--r--default_images/res/sxh03137.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03138.pngbin0 -> 173 bytes-rw-r--r--default_images/res/sxh03139.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03140.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03141.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sxh03142.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03144.pngbin0 -> 231 bytes-rw-r--r--default_images/res/sxh03145.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03150.pngbin0 -> 109 bytes-rw-r--r--default_images/res/sxh03151.pngbin0 -> 103 bytes-rw-r--r--default_images/res/sxh03152.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03153.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03154.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03155.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03156.pngbin0 -> 127 bytes-rw-r--r--default_images/res/sxh03157.pngbin0 -> 173 bytes-rw-r--r--default_images/res/sxh03158.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03159.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03160.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03161.pngbin0 -> 162 bytes-rw-r--r--default_images/res/sxh03162.pngbin0 -> 216 bytes-rw-r--r--default_images/res/sxh03163.pngbin0 -> 224 bytes-rw-r--r--default_images/res/sxh03164.pngbin0 -> 131 bytes-rw-r--r--default_images/res/sxh03165.pngbin0 -> 161 bytes-rw-r--r--default_images/res/sxh03166.pngbin0 -> 188 bytes-rw-r--r--default_images/res/sxh03167.pngbin0 -> 154 bytes-rw-r--r--default_images/res/sxh03168.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03187.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03188.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sxh03189.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sxh03190.pngbin0 -> 141 bytes-rw-r--r--default_images/res/sxh03193.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03198.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03201.pngbin0 -> 158 bytes-rw-r--r--default_images/res/sxh03202.pngbin0 -> 148 bytes-rw-r--r--default_images/res/sxh03203.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03204.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03205.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03206.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03214.pngbin0 -> 143 bytes-rw-r--r--default_images/res/sxh03216.pngbin0 -> 148 bytes-rw-r--r--default_images/res/sxh03217.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03218.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03219.pngbin0 -> 153 bytes-rw-r--r--default_images/res/sxh03220.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03221.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03222.pngbin0 -> 140 bytes-rw-r--r--default_images/res/sxh03226.pngbin0 -> 259 bytes-rw-r--r--default_images/res/sxh03227.pngbin0 -> 276 bytes-rw-r--r--default_images/res/sxh03228.pngbin0 -> 274 bytes-rw-r--r--default_images/res/sxh03236.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03237.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03239.pngbin0 -> 132 bytes-rw-r--r--default_images/res/sxh03241.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh03242.pngbin0 -> 163 bytes-rw-r--r--default_images/res/sxh03243.pngbin0 -> 160 bytes-rw-r--r--default_images/res/sxh03244.pngbin0 -> 161 bytes-rw-r--r--default_images/res/sxh03245.pngbin0 -> 151 bytes-rw-r--r--default_images/res/sxh03246.pngbin0 -> 144 bytes-rw-r--r--default_images/res/sxh03247.pngbin0 -> 146 bytes-rw-r--r--default_images/res/sxh03248.pngbin0 -> 143 bytes-rw-r--r--default_images/res/sxh03249.pngbin0 -> 141 bytes-rw-r--r--default_images/res/sxh03250.pngbin0 -> 139 bytes-rw-r--r--default_images/res/sxh03251.pngbin0 -> 138 bytes-rw-r--r--default_images/res/sxh03252.pngbin0 -> 150 bytes-rw-r--r--default_images/res/sxh03253.pngbin0 -> 146 bytes-rw-r--r--default_images/res/sxh03254.pngbin0 -> 150 bytes-rw-r--r--default_images/res/sxh03255.pngbin0 -> 143 bytes-rw-r--r--default_images/res/sxh03256.pngbin0 -> 148 bytes-rw-r--r--default_images/res/sxh10144.pngbin0 -> 155 bytes-rw-r--r--default_images/res/sxh10593.pngbin0 -> 118 bytes-rw-r--r--default_images/res/sxh10594.pngbin0 -> 100 bytes-rw-r--r--default_images/res/sxh10595.pngbin0 -> 129 bytes-rw-r--r--default_images/res/sxh10596.pngbin0 -> 132 bytes-rw-r--r--default_images/res/sxh10597.pngbin0 -> 110 bytes-rw-r--r--default_images/res/sxh10598.pngbin0 -> 114 bytes-rw-r--r--default_images/res/sxh10599.pngbin0 -> 115 bytes-rw-r--r--default_images/res/sxh10600.pngbin0 -> 133 bytes-rw-r--r--default_images/res/sxh10601.pngbin0 -> 130 bytes-rw-r--r--default_images/res/sxh10602.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sxh10603.pngbin0 -> 245 bytes-rw-r--r--default_images/res/sxh10604.pngbin0 -> 123 bytes-rw-r--r--default_images/res/sxh10605.pngbin0 -> 132 bytes-rw-r--r--default_images/res/sxh10607.pngbin0 -> 107 bytes-rw-r--r--default_images/res/sxh10704.pngbin0 -> 119 bytes-rw-r--r--default_images/res/sxh10705.pngbin0 -> 163 bytes-rw-r--r--default_images/res/sxh10706.pngbin0 -> 106 bytes-rw-r--r--default_images/res/sxh10707.pngbin0 -> 141 bytes-rw-r--r--default_images/res/sxh10708.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sxh10710.pngbin0 -> 134 bytes-rw-r--r--default_images/res/sxh10715.pngbin0 -> 117 bytes-rw-r--r--default_images/res/sxh10728.pngbin0 -> 117 bytes-rw-r--r--default_images/res/sxh10757.pngbin0 -> 151 bytes-rw-r--r--default_images/res/sxh10768.pngbin0 -> 108 bytes-rw-r--r--default_images/res/sxh10769.pngbin0 -> 110 bytes-rw-r--r--default_images/res/sxh18002.pngbin0 -> 279 bytes-rw-r--r--default_images/res/sxh18003.pngbin0 -> 267 bytes-rw-r--r--default_images/res/sxh18013.pngbin0 -> 141 bytes-rw-r--r--default_images/res/sxh18022.pngbin0 -> 105 bytes-rw-r--r--default_images/res/sxh18027.pngbin0 -> 193 bytes-rw-r--r--default_images/res/target.pngbin0 -> 813 bytes-rw-r--r--default_images/res/target_hc.pngbin0 -> 146 bytes-rw-r--r--default_images/res/tb01.pngbin0 -> 502 bytes-rw-r--r--default_images/res/tb02.pngbin0 -> 607 bytes-rw-r--r--default_images/res/tb03.pngbin0 -> 536 bytes-rw-r--r--default_images/res/tb04.pngbin0 -> 655 bytes-rw-r--r--default_images/res/tb05.pngbin0 -> 656 bytes-rw-r--r--default_images/res/tbh01.pngbin0 -> 122 bytes-rw-r--r--default_images/res/tbh02.pngbin0 -> 140 bytes-rw-r--r--default_images/res/tbh03.pngbin0 -> 132 bytes-rw-r--r--default_images/res/tbh04.pngbin0 -> 152 bytes-rw-r--r--default_images/res/tbh05.pngbin0 -> 153 bytes-rw-r--r--default_images/res/template_32.pngbin0 -> 1180 bytes-rw-r--r--default_images/res/versionwarning.pngbin0 -> 866 bytes-rw-r--r--default_images/res/xml_16.pngbin0 -> 720 bytes-rw-r--r--default_images/res/xml_16_h.pngbin0 -> 141 bytes-rw-r--r--default_images/sc/res/calcteam.pngbin0 -> 85491 bytes-rw-r--r--default_images/sc/res/date.pngbin0 -> 646 bytes-rw-r--r--default_images/sc/res/date_h.pngbin0 -> 120 bytes-rw-r--r--default_images/sc/res/dropcopy.pngbin0 -> 660 bytes-rw-r--r--default_images/sc/res/dropcopy_h.pngbin0 -> 125 bytes-rw-r--r--default_images/sc/res/droplink.pngbin0 -> 503 bytes-rw-r--r--default_images/sc/res/droplink_h.pngbin0 -> 100 bytes-rw-r--r--default_images/sc/res/dropurl.pngbin0 -> 532 bytes-rw-r--r--default_images/sc/res/dropurl_h.pngbin0 -> 127 bytes-rw-r--r--default_images/sc/res/file.pngbin0 -> 736 bytes-rw-r--r--default_images/sc/res/file_h.pngbin0 -> 126 bytes-rw-r--r--default_images/sc/res/fx.pngbin0 -> 500 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lc26047.pngbin0 -> 1116 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lc26048.pngbin0 -> 921 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lc26049.pngbin0 -> 370 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lc26050.pngbin0 -> 999 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lc26051.pngbin0 -> 786 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lch26047.pngbin0 -> 197 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lch26048.pngbin0 -> 149 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lch26049.pngbin0 -> 304 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lch26050.pngbin0 -> 165 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/lch26051.pngbin0 -> 143 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sc26047.pngbin0 -> 651 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sc26048.pngbin0 -> 563 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sc26049.pngbin0 -> 288 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sc26050.pngbin0 -> 510 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sc26051.pngbin0 -> 477 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sch26047.pngbin0 -> 162 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sch26048.pngbin0 -> 128 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sch26049.pngbin0 -> 249 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sch26050.pngbin0 -> 140 bytes-rw-r--r--default_images/sc/res/imglst/apptbx/sch26051.pngbin0 -> 135 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou01.pngbin0 -> 159 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou010.pngbin0 -> 162 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou011.pngbin0 -> 143 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou012.pngbin0 -> 142 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou02.pngbin0 -> 175 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou03.pngbin0 -> 179 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou04.pngbin0 -> 173 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou05.pngbin0 -> 178 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou06.pngbin0 -> 180 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou07.pngbin0 -> 175 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou08.pngbin0 -> 175 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ou09.pngbin0 -> 170 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh01.pngbin0 -> 159 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh010.pngbin0 -> 164 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh011.pngbin0 -> 144 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh012.pngbin0 -> 148 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh02.pngbin0 -> 174 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh03.pngbin0 -> 178 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh04.pngbin0 -> 174 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh05.pngbin0 -> 178 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh06.pngbin0 -> 179 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh07.pngbin0 -> 176 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh08.pngbin0 -> 173 bytes-rw-r--r--default_images/sc/res/imglst/dbgui/ouh09.pngbin0 -> 170 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na010.pngbin0 -> 796 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na011.pngbin0 -> 628 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na03.pngbin0 -> 463 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na05.pngbin0 -> 674 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na06.pngbin0 -> 679 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na07.pngbin0 -> 441 bytes-rw-r--r--default_images/sc/res/imglst/navipi/na09.pngbin0 -> 393 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah010.pngbin0 -> 139 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah011.pngbin0 -> 150 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah03.pngbin0 -> 125 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah05.pngbin0 -> 147 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah06.pngbin0 -> 149 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah07.pngbin0 -> 149 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nah09.pngbin0 -> 120 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc01.pngbin0 -> 404 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc02.pngbin0 -> 422 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc03.pngbin0 -> 1007 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc04.pngbin0 -> 768 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc05.pngbin0 -> 529 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc06.pngbin0 -> 625 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc07.pngbin0 -> 503 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nc08.pngbin0 -> 768 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch01.pngbin0 -> 245 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch02.pngbin0 -> 111 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch03.pngbin0 -> 176 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch04.pngbin0 -> 132 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch05.pngbin0 -> 101 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch06.pngbin0 -> 139 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch07.pngbin0 -> 100 bytes-rw-r--r--default_images/sc/res/imglst/navipi/nch08.pngbin0 -> 132 bytes-rw-r--r--default_images/sc/res/lftrgt.pngbin0 -> 1143 bytes-rw-r--r--default_images/sc/res/lftrgt_h.pngbin0 -> 364 bytes-rw-r--r--default_images/sc/res/page.pngbin0 -> 706 bytes-rw-r--r--default_images/sc/res/page_h.pngbin0 -> 120 bytes-rw-r--r--default_images/sc/res/pages.pngbin0 -> 828 bytes-rw-r--r--default_images/sc/res/pages_h.pngbin0 -> 128 bytes-rw-r--r--default_images/sc/res/sf01.pngbin0 -> 623 bytes-rw-r--r--default_images/sc/res/sf02.pngbin0 -> 572 bytes-rw-r--r--default_images/sc/res/sfh01.pngbin0 -> 116 bytes-rw-r--r--default_images/sc/res/sfh02.pngbin0 -> 122 bytes-rw-r--r--default_images/sc/res/table.pngbin0 -> 490 bytes-rw-r--r--default_images/sc/res/table_h.pngbin0 -> 123 bytes-rw-r--r--default_images/sc/res/text.pngbin0 -> 831 bytes-rw-r--r--default_images/sc/res/text_h.pngbin0 -> 127 bytes-rw-r--r--default_images/sc/res/time.pngbin0 -> 902 bytes-rw-r--r--default_images/sc/res/time_h.pngbin0 -> 165 bytes-rw-r--r--default_images/sc/res/topdown.pngbin0 -> 1280 bytes-rw-r--r--default_images/sc/res/topdown_h.pngbin0 -> 410 bytes-rw-r--r--default_images/sd/res/breakplayingblue_16.pngbin0 -> 637 bytes-rw-r--r--default_images/sd/res/breakplayingblue_16_h.pngbin0 -> 125 bytes-rw-r--r--default_images/sd/res/chart.pngbin0 -> 2275 bytes-rw-r--r--default_images/sd/res/chkpage0.pngbin0 -> 645 bytes-rw-r--r--default_images/sd/res/chkpage0_h.pngbin0 -> 124 bytes-rw-r--r--default_images/sd/res/chkpage1.pngbin0 -> 910 bytes-rw-r--r--default_images/sd/res/chkpage1_h.pngbin0 -> 159 bytes-rw-r--r--default_images/sd/res/click_16.pngbin0 -> 574 bytes-rw-r--r--default_images/sd/res/click_16_h.pngbin0 -> 165 bytes-rw-r--r--default_images/sd/res/closedoc.pngbin0 -> 309 bytes-rw-r--r--default_images/sd/res/closedochc.pngbin0 -> 106 bytes-rwxr-xr-xdefault_images/sd/res/comments_indicator.pngbin0 -> 186 bytes-rwxr-xr-xdefault_images/sd/res/comments_indicator_hc.pngbin0 -> 293 bytes-rw-r--r--default_images/sd/res/del1bmp.pngbin0 -> 279 bytes-rw-r--r--default_images/sd/res/del1bmp_h.pngbin0 -> 129 bytes-rw-r--r--default_images/sd/res/delall.pngbin0 -> 367 bytes-rw-r--r--default_images/sd/res/delall_h.pngbin0 -> 146 bytes-rw-r--r--default_images/sd/res/dlgass1.pngbin0 -> 9214 bytes-rw-r--r--default_images/sd/res/dlgass2.pngbin0 -> 7505 bytes-rw-r--r--default_images/sd/res/dlgass3.pngbin0 -> 5965 bytes-rw-r--r--default_images/sd/res/dlgass4.pngbin0 -> 7153 bytes-rw-r--r--default_images/sd/res/dlgass5.pngbin0 -> 6188 bytes-rw-r--r--default_images/sd/res/docclose.pngbin0 -> 239 bytes-rw-r--r--default_images/sd/res/docclose_h.pngbin0 -> 218 bytes-rw-r--r--default_images/sd/res/docopen.pngbin0 -> 245 bytes-rw-r--r--default_images/sd/res/docopen_h.pngbin0 -> 249 bytes-rw-r--r--default_images/sd/res/doctext.pngbin0 -> 223 bytes-rw-r--r--default_images/sd/res/doctext_h.pngbin0 -> 220 bytes-rw-r--r--default_images/sd/res/effect_16.pngbin0 -> 462 bytes-rw-r--r--default_images/sd/res/effect_16_h.pngbin0 -> 130 bytes-rw-r--r--default_images/sd/res/effectfade_16.pngbin0 -> 539 bytes-rw-r--r--default_images/sd/res/effectfade_16_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sd/res/effectole_16.pngbin0 -> 626 bytes-rw-r--r--default_images/sd/res/effectole_16_h.pngbin0 -> 150 bytes-rw-r--r--default_images/sd/res/effectpath_16.pngbin0 -> 599 bytes-rw-r--r--default_images/sd/res/effectpath_16_h.pngbin0 -> 149 bytes-rw-r--r--default_images/sd/res/effectshape_16.pngbin0 -> 515 bytes-rw-r--r--default_images/sd/res/effectshape_16_h.pngbin0 -> 133 bytes-rw-r--r--default_images/sd/res/fade_effect_indicator.pngbin0 -> 277 bytes-rw-r--r--default_images/sd/res/fade_effect_indicator_hc.pngbin0 -> 125 bytes-rw-r--r--default_images/sd/res/foil00_h.pngbin0 -> 178 bytes-rw-r--r--default_images/sd/res/foil01_h.pngbin0 -> 193 bytes-rw-r--r--default_images/sd/res/foil02_h.pngbin0 -> 207 bytes-rw-r--r--default_images/sd/res/foil03_h.pngbin0 -> 221 bytes-rw-r--r--default_images/sd/res/foil04_h.pngbin0 -> 243 bytes-rw-r--r--default_images/sd/res/foil06_h.pngbin0 -> 256 bytes-rw-r--r--default_images/sd/res/foil07_h.pngbin0 -> 243 bytes-rw-r--r--default_images/sd/res/foil08_h.pngbin0 -> 209 bytes-rw-r--r--default_images/sd/res/foil09_h.pngbin0 -> 259 bytes-rw-r--r--default_images/sd/res/foil10_h.pngbin0 -> 205 bytes-rw-r--r--default_images/sd/res/foil11_h.pngbin0 -> 163 bytes-rw-r--r--default_images/sd/res/foil12_h.pngbin0 -> 216 bytes-rw-r--r--default_images/sd/res/foil13_h.pngbin0 -> 207 bytes-rw-r--r--default_images/sd/res/foil14_h.pngbin0 -> 191 bytes-rw-r--r--default_images/sd/res/foil15_h.pngbin0 -> 221 bytes-rw-r--r--default_images/sd/res/foil16_h.pngbin0 -> 202 bytes-rw-r--r--default_images/sd/res/foil17_h.pngbin0 -> 191 bytes-rw-r--r--default_images/sd/res/foil18_h.pngbin0 -> 180 bytes-rw-r--r--default_images/sd/res/foil19_h.pngbin0 -> 163 bytes-rw-r--r--default_images/sd/res/foil20_h.pngbin0 -> 125 bytes-rw-r--r--default_images/sd/res/foil21_h.pngbin0 -> 233 bytes-rw-r--r--default_images/sd/res/foil22_h.pngbin0 -> 193 bytes-rw-r--r--default_images/sd/res/foil23_h.pngbin0 -> 189 bytes-rw-r--r--default_images/sd/res/foil24_h.pngbin0 -> 248 bytes-rw-r--r--default_images/sd/res/foil25_h.pngbin0 -> 178 bytes-rw-r--r--default_images/sd/res/foil26.pngbin0 -> 5086 bytes-rw-r--r--default_images/sd/res/foil26_h.pngbin0 -> 240 bytes-rw-r--r--default_images/sd/res/foil27.pngbin0 -> 5222 bytes-rw-r--r--default_images/sd/res/foil27_h.pngbin0 -> 242 bytes-rw-r--r--default_images/sd/res/foilh01.pngbin0 -> 1088 bytes-rw-r--r--default_images/sd/res/foilh01_h.pngbin0 -> 141 bytes-rw-r--r--default_images/sd/res/foilh02.pngbin0 -> 1048 bytes-rw-r--r--default_images/sd/res/foilh02_h.pngbin0 -> 144 bytes-rw-r--r--default_images/sd/res/foilh03.pngbin0 -> 1315 bytes-rw-r--r--default_images/sd/res/foilh03_h.pngbin0 -> 183 bytes-rw-r--r--default_images/sd/res/foilh04.pngbin0 -> 1167 bytes-rw-r--r--default_images/sd/res/foilh04_h.pngbin0 -> 146 bytes-rw-r--r--default_images/sd/res/foilh06.pngbin0 -> 1191 bytes-rw-r--r--default_images/sd/res/foilh06_h.pngbin0 -> 151 bytes-rw-r--r--default_images/sd/res/foilh09.pngbin0 -> 1193 bytes-rw-r--r--default_images/sd/res/foilh09_h.pngbin0 -> 157 bytes-rw-r--r--default_images/sd/res/foiln01.pngbin0 -> 1215 bytes-rw-r--r--default_images/sd/res/foiln01_h.pngbin0 -> 182 bytes-rw-r--r--default_images/sd/res/foilnone.pngbin0 -> 1184 bytes-rw-r--r--default_images/sd/res/get1obj.pngbin0 -> 251 bytes-rw-r--r--default_images/sd/res/get1obj_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sd/res/getallob.pngbin0 -> 314 bytes-rw-r--r--default_images/sd/res/getallob_h.pngbin0 -> 158 bytes-rw-r--r--default_images/sd/res/graphic.pngbin0 -> 866 bytes-rw-r--r--default_images/sd/res/graphic_h.pngbin0 -> 139 bytes-rw-r--r--default_images/sd/res/group.pngbin0 -> 630 bytes-rw-r--r--default_images/sd/res/group_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sd/res/hlplhorz.pngbin0 -> 549 bytes-rw-r--r--default_images/sd/res/hlplhorz_h.pngbin0 -> 119 bytes-rw-r--r--default_images/sd/res/hlplvert.pngbin0 -> 544 bytes-rw-r--r--default_images/sd/res/hlplvert_h.pngbin0 -> 116 bytes-rw-r--r--default_images/sd/res/hlppoint.pngbin0 -> 634 bytes-rw-r--r--default_images/sd/res/hlppoint_h.pngbin0 -> 136 bytes-rw-r--r--default_images/sd/res/image.pngbin0 -> 8211 bytes-rw-r--r--default_images/sd/res/imagelst/nv010.pngbin0 -> 532 bytes-rw-r--r--default_images/sd/res/imagelst/nv02.pngbin0 -> 501 bytes-rw-r--r--default_images/sd/res/imagelst/nv03.pngbin0 -> 530 bytes-rw-r--r--default_images/sd/res/imagelst/nv04.pngbin0 -> 467 bytes-rw-r--r--default_images/sd/res/imagelst/nv05.pngbin0 -> 474 bytes-rw-r--r--default_images/sd/res/imagelst/nv06.pngbin0 -> 530 bytes-rw-r--r--default_images/sd/res/imagelst/nv08.pngbin0 -> 660 bytes-rw-r--r--default_images/sd/res/imagelst/nv09.pngbin0 -> 503 bytes-rw-r--r--default_images/sd/res/imagelst/nvh010.pngbin0 -> 127 bytes-rw-r--r--default_images/sd/res/imagelst/nvh02.pngbin0 -> 151 bytes-rw-r--r--default_images/sd/res/imagelst/nvh03.pngbin0 -> 119 bytes-rw-r--r--default_images/sd/res/imagelst/nvh04.pngbin0 -> 115 bytes-rw-r--r--default_images/sd/res/imagelst/nvh05.pngbin0 -> 108 bytes-rw-r--r--default_images/sd/res/imagelst/nvh06.pngbin0 -> 115 bytes-rw-r--r--default_images/sd/res/imagelst/nvh08.pngbin0 -> 125 bytes-rw-r--r--default_images/sd/res/imagelst/nvh09.pngbin0 -> 100 bytes-rw-r--r--default_images/sd/res/imagelst/sc27036.pngbin0 -> 779 bytes-rw-r--r--default_images/sd/res/imagelst/sf01.pngbin0 -> 597 bytes-rw-r--r--default_images/sd/res/imagelst/sf02.pngbin0 -> 638 bytes-rw-r--r--default_images/sd/res/imagelst/sfh01.pngbin0 -> 153 bytes-rw-r--r--default_images/sd/res/imagelst/sfh02.pngbin0 -> 146 bytes-rw-r--r--default_images/sd/res/minus_h.pngbin0 -> 220 bytes-rw-r--r--default_images/sd/res/mspgmode.pngbin0 -> 239 bytes-rw-r--r--default_images/sd/res/mspgmode_h.pngbin0 -> 111 bytes-rw-r--r--default_images/sd/res/object.pngbin0 -> 2678 bytes-rw-r--r--default_images/sd/res/objects.pngbin0 -> 526 bytes-rw-r--r--default_images/sd/res/objects_h.pngbin0 -> 107 bytes-rw-r--r--default_images/sd/res/objekt.pngbin0 -> 302 bytes-rw-r--r--default_images/sd/res/objekt_h.pngbin0 -> 140 bytes-rw-r--r--default_images/sd/res/ole.pngbin0 -> 729 bytes-rw-r--r--default_images/sd/res/ole_h.pngbin0 -> 146 bytes-rw-r--r--default_images/sd/res/orgchart.pngbin0 -> 1637 bytes-rw-r--r--default_images/sd/res/page.pngbin0 -> 537 bytes-rw-r--r--default_images/sd/res/page_h.pngbin0 -> 114 bytes-rw-r--r--default_images/sd/res/pageexcl.pngbin0 -> 505 bytes-rw-r--r--default_images/sd/res/pageexcl_h.pngbin0 -> 108 bytes-rw-r--r--default_images/sd/res/pagemode.pngbin0 -> 219 bytes-rw-r--r--default_images/sd/res/pagemode_h.pngbin0 -> 103 bytes-rw-r--r--default_images/sd/res/pageobjs.pngbin0 -> 645 bytes-rw-r--r--default_images/sd/res/pageobjs_h.pngbin0 -> 140 bytes-rw-r--r--default_images/sd/res/pagobjex.pngbin0 -> 601 bytes-rw-r--r--default_images/sd/res/pagobjex_h.pngbin0 -> 121 bytes-rw-r--r--default_images/sd/res/pipette.pngbin0 -> 594 bytes-rw-r--r--default_images/sd/res/pipette_h.pngbin0 -> 141 bytes-rw-r--r--default_images/sd/res/playblue_16.pngbin0 -> 712 bytes-rw-r--r--default_images/sd/res/playblue_16_h.pngbin0 -> 131 bytes-rw-r--r--default_images/sd/res/plus_h.pngbin0 -> 228 bytes-rw-r--r--default_images/sd/res/pubdes.pngbin0 -> 2065 bytes-rw-r--r--default_images/sd/res/pubdes2.pngbin0 -> 2250 bytes-rw-r--r--default_images/sd/res/pubdes3.pngbin0 -> 3421 bytes-rw-r--r--default_images/sd/res/pubdes4.pngbin0 -> 3314 bytes-rw-r--r--default_images/sd/res/pubdlg1.pngbin0 -> 11880 bytes-rw-r--r--default_images/sd/res/pubdlg2.pngbin0 -> 11026 bytes-rw-r--r--default_images/sd/res/pubdlg3.pngbin0 -> 13014 bytes-rw-r--r--default_images/sd/res/pubdlg4.pngbin0 -> 10620 bytes-rw-r--r--default_images/sd/res/pubdlg5.pngbin0 -> 13334 bytes-rw-r--r--default_images/sd/res/stopplayingblue_16.pngbin0 -> 653 bytes-rw-r--r--default_images/sd/res/stopplayingblue_16_h.pngbin0 -> 123 bytes-rw-r--r--default_images/sd/res/table.pngbin0 -> 1728 bytes-rw-r--r--default_images/sd/res/time_16.pngbin0 -> 830 bytes-rw-r--r--default_images/sd/res/time_16_h.pngbin0 -> 163 bytes-rw-r--r--default_images/sd/res/triangle_down.pngbin0 -> 369 bytes-rw-r--r--default_images/sd/res/triangle_down_hc.pngbin0 -> 100 bytes-rw-r--r--default_images/sd/res/triangle_right.pngbin0 -> 425 bytes-rw-r--r--default_images/sd/res/triangle_right_hc.pngbin0 -> 100 bytes-rw-r--r--default_images/sd/res/waiticon.pngbin0 -> 243 bytes-rwxr-xr-xdefault_images/sfx2/res/128x128_calc_doc-p.pngbin0 -> 4802 bytes-rwxr-xr-xdefault_images/sfx2/res/128x128_draw_doc-p.pngbin0 -> 6055 bytes-rwxr-xr-xdefault_images/sfx2/res/128x128_impress_doc-p.pngbin0 -> 6219 bytes-rwxr-xr-xdefault_images/sfx2/res/128x128_math_doc-p.pngbin0 -> 5852 bytes-rwxr-xr-xdefault_images/sfx2/res/128x128_writer_doc-p.pngbin0 -> 3732 bytes-rw-r--r--default_images/sfx2/res/an01.pngbin0 -> 6796 bytes-rw-r--r--default_images/sfx2/res/an02.pngbin0 -> 6125 bytes-rw-r--r--default_images/sfx2/res/an03.pngbin0 -> 5474 bytes-rw-r--r--default_images/sfx2/res/an04.pngbin0 -> 4714 bytes-rw-r--r--default_images/sfx2/res/an05.pngbin0 -> 3872 bytes-rw-r--r--default_images/sfx2/res/an06.pngbin0 -> 2708 bytes-rw-r--r--default_images/sfx2/res/command.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/deleterow.pngbin0 -> 195 bytes-rw-r--r--default_images/sfx2/res/deleterow_h.pngbin0 -> 109 bytes-rw-r--r--default_images/sfx2/res/dictate.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/doccl.pngbin0 -> 573 bytes-rw-r--r--default_images/sfx2/res/doccl_h.pngbin0 -> 121 bytes-rw-r--r--default_images/sfx2/res/favourite.pngbin0 -> 674 bytes-rw-r--r--default_images/sfx2/res/favourite_big.pngbin0 -> 902 bytes-rw-r--r--default_images/sfx2/res/favourite_big_h.pngbin0 -> 152 bytes-rw-r--r--default_images/sfx2/res/favourite_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sfx2/res/hlpbookclosed.pngbin0 -> 596 bytes-rw-r--r--default_images/sfx2/res/hlpbookclosed_h.pngbin0 -> 173 bytes-rw-r--r--default_images/sfx2/res/hlpbookopen.pngbin0 -> 753 bytes-rw-r--r--default_images/sfx2/res/hlpbookopen_h.pngbin0 -> 199 bytes-rw-r--r--default_images/sfx2/res/hlpdoc.pngbin0 -> 939 bytes-rw-r--r--default_images/sfx2/res/hlpdoc_h.pngbin0 -> 144 bytes-rw-r--r--default_images/sfx2/res/indexoff_big.pngbin0 -> 869 bytes-rw-r--r--default_images/sfx2/res/indexoff_big_h.pngbin0 -> 155 bytes-rw-r--r--default_images/sfx2/res/indexoff_small.pngbin0 -> 674 bytes-rw-r--r--default_images/sfx2/res/indexoff_small_h.pngbin0 -> 138 bytes-rw-r--r--default_images/sfx2/res/indexon_big.pngbin0 -> 838 bytes-rw-r--r--default_images/sfx2/res/indexon_big_h.pngbin0 -> 151 bytes-rw-r--r--default_images/sfx2/res/indexon_small.pngbin0 -> 663 bytes-rw-r--r--default_images/sfx2/res/indexon_small_h.pngbin0 -> 134 bytes-rw-r--r--default_images/sfx2/res/lco.pngbin0 -> 1869 bytes-rw-r--r--default_images/sfx2/res/lmo.pngbin0 -> 1869 bytes-rw-r--r--default_images/sfx2/res/ln01.pngbin0 -> 246 bytes-rw-r--r--default_images/sfx2/res/ln010.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0100.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0101.pngbin0 -> 308 bytes-rw-r--r--default_images/sfx2/res/ln0102.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0103.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0104.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0105.pngbin0 -> 1430 bytes-rw-r--r--default_images/sfx2/res/ln0106.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0107.pngbin0 -> 625 bytes-rw-r--r--default_images/sfx2/res/ln0108.pngbin0 -> 1218 bytes-rw-r--r--default_images/sfx2/res/ln0109.pngbin0 -> 330 bytes-rw-r--r--default_images/sfx2/res/ln011.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0110.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0111.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0112.pngbin0 -> 349 bytes-rw-r--r--default_images/sfx2/res/ln0113.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0114.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0115.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0116.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0117.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0118.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0119.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln012.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0120.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0121.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0122.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0123.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0124.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0125.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln0126.pngbin0 -> 418 bytes-rw-r--r--default_images/sfx2/res/ln013.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln014.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln015.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln016.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln017.pngbin0 -> 444 bytes-rw-r--r--default_images/sfx2/res/ln018.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln019.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln02.pngbin0 -> 625 bytes-rw-r--r--default_images/sfx2/res/ln020.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln021.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln022.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln023.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln024.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln025.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln026.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln027.pngbin0 -> 409 bytes-rw-r--r--default_images/sfx2/res/ln028.pngbin0 -> 581 bytes-rw-r--r--default_images/sfx2/res/ln029.pngbin0 -> 772 bytes-rw-r--r--default_images/sfx2/res/ln03.pngbin0 -> 625 bytes-rw-r--r--default_images/sfx2/res/ln030.pngbin0 -> 648 bytes-rw-r--r--default_images/sfx2/res/ln031.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln032.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln033.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln034.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln035.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln036.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln037.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln038.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln039.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln04.pngbin0 -> 625 bytes-rw-r--r--default_images/sfx2/res/ln040.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln041.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln042.pngbin0 -> 388 bytes-rw-r--r--default_images/sfx2/res/ln043.pngbin0 -> 401 bytes-rw-r--r--default_images/sfx2/res/ln044.pngbin0 -> 322 bytes-rw-r--r--default_images/sfx2/res/ln045.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln046.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln047.pngbin0 -> 448 bytes-rw-r--r--default_images/sfx2/res/ln048.pngbin0 -> 1315 bytes-rw-r--r--default_images/sfx2/res/ln049.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln05.pngbin0 -> 625 bytes-rw-r--r--default_images/sfx2/res/ln050.pngbin0 -> 1218 bytes-rw-r--r--default_images/sfx2/res/ln051.pngbin0 -> 371 bytes-rw-r--r--default_images/sfx2/res/ln052.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln053.pngbin0 -> 1315 bytes-rw-r--r--default_images/sfx2/res/ln054.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln055.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln056.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln057.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln058.pngbin0 -> 370 bytes-rw-r--r--default_images/sfx2/res/ln059.pngbin0 -> 1430 bytes-rw-r--r--default_images/sfx2/res/ln06.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln060.pngbin0 -> 434 bytes-rw-r--r--default_images/sfx2/res/ln061.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln062.pngbin0 -> 330 bytes-rw-r--r--default_images/sfx2/res/ln063.pngbin0 -> 314 bytes-rw-r--r--default_images/sfx2/res/ln064.pngbin0 -> 349 bytes-rw-r--r--default_images/sfx2/res/ln065.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln066.pngbin0 -> 860 bytes-rw-r--r--default_images/sfx2/res/ln067.pngbin0 -> 1315 bytes-rw-r--r--default_images/sfx2/res/ln068.pngbin0 -> 350 bytes-rw-r--r--default_images/sfx2/res/ln069.pngbin0 -> 1315 bytes-rw-r--r--default_images/sfx2/res/ln07.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln070.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln071.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln072.pngbin0 -> 332 bytes-rw-r--r--default_images/sfx2/res/ln073.pngbin0 -> 1218 bytes-rw-r--r--default_images/sfx2/res/ln074.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln075.pngbin0 -> 1418 bytes-rw-r--r--default_images/sfx2/res/ln076.pngbin0 -> 353 bytes-rw-r--r--default_images/sfx2/res/ln077.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln078.pngbin0 -> 551 bytes-rw-r--r--default_images/sfx2/res/ln079.pngbin0 -> 547 bytes-rw-r--r--default_images/sfx2/res/ln08.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln080.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln081.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln082.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln083.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln084.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln085.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln086.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln087.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln088.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln089.pngbin0 -> 860 bytes-rw-r--r--default_images/sfx2/res/ln09.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln090.pngbin0 -> 821 bytes-rw-r--r--default_images/sfx2/res/ln091.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln092.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln093.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln094.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln095.pngbin0 -> 749 bytes-rw-r--r--default_images/sfx2/res/ln096.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln097.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln098.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/ln099.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/lxrun.pngbin0 -> 315 bytes-rw-r--r--default_images/sfx2/res/minus.pngbin0 -> 293 bytes-rw-r--r--default_images/sfx2/res/newex.pngbin0 -> 613 bytes-rw-r--r--default_images/sfx2/res/newex_h.pngbin0 -> 147 bytes-rw-r--r--default_images/sfx2/res/phndial1.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phndial2.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phndis.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phnidle.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phnring1.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phnring2.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/phnspk1.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/plus.pngbin0 -> 331 bytes-rw-r--r--default_images/sfx2/res/pr01.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr010.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr011.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr012.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr013.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr014.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr015.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr016.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr02.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr03.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr04.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr05.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr06.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr07.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr08.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/pr09.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sco.pngbin0 -> 1222 bytes-rwxr-xr-xdefault_images/sfx2/res/signet.pngbin0 -> 4599 bytes-rw-r--r--default_images/sfx2/res/smo.pngbin0 -> 1222 bytes-rw-r--r--default_images/sfx2/res/sn01.pngbin0 -> 454 bytes-rw-r--r--default_images/sfx2/res/sn010.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0100.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0101.pngbin0 -> 252 bytes-rw-r--r--default_images/sfx2/res/sn0102.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0103.pngbin0 -> 265 bytes-rw-r--r--default_images/sfx2/res/sn0104.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0105.pngbin0 -> 271 bytes-rw-r--r--default_images/sfx2/res/sn0106.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0107.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0108.pngbin0 -> 596 bytes-rw-r--r--default_images/sfx2/res/sn0109.pngbin0 -> 268 bytes-rw-r--r--default_images/sfx2/res/sn011.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0110.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0111.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0112.pngbin0 -> 255 bytes-rw-r--r--default_images/sfx2/res/sn0113.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0114.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0115.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0116.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0117.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0118.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0119.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn012.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0120.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0121.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0122.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0123.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0124.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0125.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn0126.pngbin0 -> 253 bytes-rw-r--r--default_images/sfx2/res/sn013.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn014.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn015.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn016.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn017.pngbin0 -> 510 bytes-rw-r--r--default_images/sfx2/res/sn018.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn019.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn02.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn020.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn021.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn022.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn023.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn024.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn025.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn026.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn027.pngbin0 -> 335 bytes-rw-r--r--default_images/sfx2/res/sn028.pngbin0 -> 433 bytes-rw-r--r--default_images/sfx2/res/sn029.pngbin0 -> 534 bytes-rw-r--r--default_images/sfx2/res/sn03.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn030.pngbin0 -> 392 bytes-rw-r--r--default_images/sfx2/res/sn031.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn032.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn033.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn034.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn035.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn036.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn037.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn038.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn039.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn04.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn040.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn041.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn042.pngbin0 -> 272 bytes-rw-r--r--default_images/sfx2/res/sn043.pngbin0 -> 286 bytes-rw-r--r--default_images/sfx2/res/sn044.pngbin0 -> 271 bytes-rw-r--r--default_images/sfx2/res/sn045.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn046.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn047.pngbin0 -> 317 bytes-rw-r--r--default_images/sfx2/res/sn048.pngbin0 -> 701 bytes-rw-r--r--default_images/sfx2/res/sn049.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn05.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn050.pngbin0 -> 596 bytes-rw-r--r--default_images/sfx2/res/sn051.pngbin0 -> 271 bytes-rw-r--r--default_images/sfx2/res/sn052.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn053.pngbin0 -> 701 bytes-rw-r--r--default_images/sfx2/res/sn054.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn055.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn056.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn057.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn058.pngbin0 -> 276 bytes-rw-r--r--default_images/sfx2/res/sn059.pngbin0 -> 271 bytes-rw-r--r--default_images/sfx2/res/sn06.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn060.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn061.pngbin0 -> 265 bytes-rw-r--r--default_images/sfx2/res/sn062.pngbin0 -> 268 bytes-rw-r--r--default_images/sfx2/res/sn063.pngbin0 -> 269 bytes-rw-r--r--default_images/sfx2/res/sn064.pngbin0 -> 255 bytes-rw-r--r--default_images/sfx2/res/sn065.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn066.pngbin0 -> 484 bytes-rw-r--r--default_images/sfx2/res/sn067.pngbin0 -> 701 bytes-rw-r--r--default_images/sfx2/res/sn068.pngbin0 -> 265 bytes-rw-r--r--default_images/sfx2/res/sn069.pngbin0 -> 701 bytes-rw-r--r--default_images/sfx2/res/sn07.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn070.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn071.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn072.pngbin0 -> 267 bytes-rw-r--r--default_images/sfx2/res/sn073.pngbin0 -> 596 bytes-rw-r--r--default_images/sfx2/res/sn074.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn075.pngbin0 -> 725 bytes-rw-r--r--default_images/sfx2/res/sn076.pngbin0 -> 262 bytes-rw-r--r--default_images/sfx2/res/sn077.pngbin0 -> 701 bytes-rw-r--r--default_images/sfx2/res/sn078.pngbin0 -> 314 bytes-rw-r--r--default_images/sfx2/res/sn079.pngbin0 -> 280 bytes-rw-r--r--default_images/sfx2/res/sn08.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn080.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn081.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn082.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn083.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn084.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn085.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn086.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn087.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn088.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn089.pngbin0 -> 484 bytes-rw-r--r--default_images/sfx2/res/sn09.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn090.pngbin0 -> 485 bytes-rw-r--r--default_images/sfx2/res/sn091.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn092.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn093.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn094.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn095.pngbin0 -> 525 bytes-rw-r--r--default_images/sfx2/res/sn096.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn097.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn098.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/sn099.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/speekoff.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/styfam1.pngbin0 -> 667 bytes-rw-r--r--default_images/sfx2/res/styfam1_h.pngbin0 -> 142 bytes-rw-r--r--default_images/sfx2/res/styfam2.pngbin0 -> 657 bytes-rw-r--r--default_images/sfx2/res/styfam2_h.pngbin0 -> 124 bytes-rw-r--r--default_images/sfx2/res/styfam3.pngbin0 -> 268 bytes-rw-r--r--default_images/sfx2/res/styfam3_h.pngbin0 -> 165 bytes-rw-r--r--default_images/sfx2/res/styfam4.pngbin0 -> 572 bytes-rw-r--r--default_images/sfx2/res/styfam4_h.pngbin0 -> 122 bytes-rw-r--r--default_images/starmath/res/al21801.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/al21802.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/al21803.pngbin0 -> 262 bytes-rw-r--r--default_images/starmath/res/al21804.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/al21805.pngbin0 -> 212 bytes-rw-r--r--default_images/starmath/res/al21806.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/al21808.pngbin0 -> 217 bytes-rw-r--r--default_images/starmath/res/al21809.pngbin0 -> 273 bytes-rw-r--r--default_images/starmath/res/al21810.pngbin0 -> 253 bytes-rw-r--r--default_images/starmath/res/al21811.pngbin0 -> 284 bytes-rw-r--r--default_images/starmath/res/al21812.pngbin0 -> 282 bytes-rw-r--r--default_images/starmath/res/al21813.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/al21814.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/al21821.pngbin0 -> 249 bytes-rw-r--r--default_images/starmath/res/al21822.pngbin0 -> 259 bytes-rw-r--r--default_images/starmath/res/al21823.pngbin0 -> 239 bytes-rw-r--r--default_images/starmath/res/al21824.pngbin0 -> 258 bytes-rw-r--r--default_images/starmath/res/al21825.pngbin0 -> 228 bytes-rw-r--r--default_images/starmath/res/al21826.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/alh21801.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/alh21802.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/alh21803.pngbin0 -> 166 bytes-rw-r--r--default_images/starmath/res/alh21804.pngbin0 -> 153 bytes-rw-r--r--default_images/starmath/res/alh21805.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/alh21806.pngbin0 -> 131 bytes-rw-r--r--default_images/starmath/res/alh21808.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/alh21809.pngbin0 -> 163 bytes-rw-r--r--default_images/starmath/res/alh21810.pngbin0 -> 146 bytes-rw-r--r--default_images/starmath/res/alh21811.pngbin0 -> 173 bytes-rw-r--r--default_images/starmath/res/alh21812.pngbin0 -> 165 bytes-rw-r--r--default_images/starmath/res/alh21813.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/alh21814.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/alh21821.pngbin0 -> 167 bytes-rw-r--r--default_images/starmath/res/alh21822.pngbin0 -> 174 bytes-rw-r--r--default_images/starmath/res/alh21823.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/alh21824.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/alh21825.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/alh21826.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/ar_right.pngbin0 -> 1451 bytes-rw-r--r--default_images/starmath/res/ar_right_h.pngbin0 -> 179 bytes-rw-r--r--default_images/starmath/res/at21701.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/at21702.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/at21703.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/at21704.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/at21705.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/at21706.pngbin0 -> 255 bytes-rw-r--r--default_images/starmath/res/at21707.pngbin0 -> 251 bytes-rw-r--r--default_images/starmath/res/at21708.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/at21709.pngbin0 -> 240 bytes-rw-r--r--default_images/starmath/res/at21710.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/at21711.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/at21712.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/at21713.pngbin0 -> 270 bytes-rw-r--r--default_images/starmath/res/at21714.pngbin0 -> 270 bytes-rw-r--r--default_images/starmath/res/at21715.pngbin0 -> 271 bytes-rw-r--r--default_images/starmath/res/at21716.pngbin0 -> 183 bytes-rw-r--r--default_images/starmath/res/at21717.pngbin0 -> 635 bytes-rw-r--r--default_images/starmath/res/at21718.pngbin0 -> 541 bytes-rw-r--r--default_images/starmath/res/at21719.pngbin0 -> 1473 bytes-rw-r--r--default_images/starmath/res/at21720.pngbin0 -> 1298 bytes-rw-r--r--default_images/starmath/res/at21722.pngbin0 -> 302 bytes-rw-r--r--default_images/starmath/res/at21723.pngbin0 -> 288 bytes-rw-r--r--default_images/starmath/res/at21724.pngbin0 -> 289 bytes-rw-r--r--default_images/starmath/res/ath21701.pngbin0 -> 211 bytes-rw-r--r--default_images/starmath/res/ath21702.pngbin0 -> 210 bytes-rw-r--r--default_images/starmath/res/ath21703.pngbin0 -> 222 bytes-rw-r--r--default_images/starmath/res/ath21704.pngbin0 -> 214 bytes-rw-r--r--default_images/starmath/res/ath21705.pngbin0 -> 203 bytes-rw-r--r--default_images/starmath/res/ath21706.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/ath21707.pngbin0 -> 212 bytes-rw-r--r--default_images/starmath/res/ath21708.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/ath21709.pngbin0 -> 216 bytes-rw-r--r--default_images/starmath/res/ath21710.pngbin0 -> 214 bytes-rw-r--r--default_images/starmath/res/ath21711.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/ath21712.pngbin0 -> 220 bytes-rw-r--r--default_images/starmath/res/ath21713.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/ath21714.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/ath21715.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/ath21716.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/ath21717.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/ath21718.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/ath21719.pngbin0 -> 176 bytes-rw-r--r--default_images/starmath/res/ath21720.pngbin0 -> 157 bytes-rw-r--r--default_images/starmath/res/ath21722.pngbin0 -> 261 bytes-rw-r--r--default_images/starmath/res/ath21723.pngbin0 -> 260 bytes-rw-r--r--default_images/starmath/res/ath21724.pngbin0 -> 256 bytes-rw-r--r--default_images/starmath/res/bi21301.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/bi21302.pngbin0 -> 239 bytes-rw-r--r--default_images/starmath/res/bi21303.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/bi21304.pngbin0 -> 228 bytes-rw-r--r--default_images/starmath/res/bi21305.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/bi21306.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/bi21307.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/bi21308.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/bi21309.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/bi21310.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/bi21311.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/bi21312.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/bi21313.pngbin0 -> 232 bytes-rw-r--r--default_images/starmath/res/bi21314.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/bi21315.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/bi21316.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/bi21322.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/bi21323.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/bi21324.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/bi21325.pngbin0 -> 247 bytes-rw-r--r--default_images/starmath/res/bi21326.pngbin0 -> 245 bytes-rw-r--r--default_images/starmath/res/bih21301.pngbin0 -> 143 bytes-rw-r--r--default_images/starmath/res/bih21302.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/bih21303.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/bih21304.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/bih21305.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/bih21306.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/bih21307.pngbin0 -> 245 bytes-rw-r--r--default_images/starmath/res/bih21308.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/bih21309.pngbin0 -> 247 bytes-rw-r--r--default_images/starmath/res/bih21310.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/bih21311.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/bih21312.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/bih21313.pngbin0 -> 240 bytes-rw-r--r--default_images/starmath/res/bih21314.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/bih21315.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/bih21316.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/bih21322.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/bih21323.pngbin0 -> 253 bytes-rw-r--r--default_images/starmath/res/bih21324.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/bih21325.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/bih21326.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/co21901.pngbin0 -> 654 bytes-rw-r--r--default_images/starmath/res/co21902.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/co21903.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/co21904.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/co21905.pngbin0 -> 211 bytes-rw-r--r--default_images/starmath/res/co21906.pngbin0 -> 240 bytes-rw-r--r--default_images/starmath/res/co21907.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/co21908.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/co21909.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/co21910.pngbin0 -> 276 bytes-rw-r--r--default_images/starmath/res/co21911.pngbin0 -> 257 bytes-rw-r--r--default_images/starmath/res/co21912.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/co21916.pngbin0 -> 239 bytes-rw-r--r--default_images/starmath/res/co21917.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/co21918.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/coh21901.pngbin0 -> 122 bytes-rw-r--r--default_images/starmath/res/coh21902.pngbin0 -> 101 bytes-rw-r--r--default_images/starmath/res/coh21903.pngbin0 -> 101 bytes-rw-r--r--default_images/starmath/res/coh21904.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/coh21905.pngbin0 -> 206 bytes-rw-r--r--default_images/starmath/res/coh21906.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/coh21907.pngbin0 -> 248 bytes-rw-r--r--default_images/starmath/res/coh21908.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/coh21909.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/coh21910.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/coh21911.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/coh21912.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/coh21916.pngbin0 -> 227 bytes-rw-r--r--default_images/starmath/res/coh21917.pngbin0 -> 228 bytes-rw-r--r--default_images/starmath/res/coh21918.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/dist101.pngbin0 -> 349 bytes-rw-r--r--default_images/starmath/res/dist101_h.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/dist102.pngbin0 -> 342 bytes-rw-r--r--default_images/starmath/res/dist102_h.pngbin0 -> 222 bytes-rw-r--r--default_images/starmath/res/dist103.pngbin0 -> 351 bytes-rw-r--r--default_images/starmath/res/dist103_h.pngbin0 -> 223 bytes-rw-r--r--default_images/starmath/res/dist104.pngbin0 -> 351 bytes-rw-r--r--default_images/starmath/res/dist104_h.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/dist11.pngbin0 -> 373 bytes-rw-r--r--default_images/starmath/res/dist11_h.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/dist12.pngbin0 -> 497 bytes-rw-r--r--default_images/starmath/res/dist12_h.pngbin0 -> 329 bytes-rw-r--r--default_images/starmath/res/dist13.pngbin0 -> 458 bytes-rw-r--r--default_images/starmath/res/dist13_h.pngbin0 -> 293 bytes-rw-r--r--default_images/starmath/res/dist21.pngbin0 -> 537 bytes-rw-r--r--default_images/starmath/res/dist21_h.pngbin0 -> 377 bytes-rw-r--r--default_images/starmath/res/dist22.pngbin0 -> 523 bytes-rw-r--r--default_images/starmath/res/dist22_h.pngbin0 -> 365 bytes-rw-r--r--default_images/starmath/res/dist31.pngbin0 -> 457 bytes-rw-r--r--default_images/starmath/res/dist31_h.pngbin0 -> 295 bytes-rw-r--r--default_images/starmath/res/dist32.pngbin0 -> 459 bytes-rw-r--r--default_images/starmath/res/dist32_h.pngbin0 -> 294 bytes-rw-r--r--default_images/starmath/res/dist41.pngbin0 -> 442 bytes-rw-r--r--default_images/starmath/res/dist41_h.pngbin0 -> 287 bytes-rw-r--r--default_images/starmath/res/dist42.pngbin0 -> 454 bytes-rw-r--r--default_images/starmath/res/dist42_h.pngbin0 -> 291 bytes-rw-r--r--default_images/starmath/res/dist51.pngbin0 -> 511 bytes-rw-r--r--default_images/starmath/res/dist51_h.pngbin0 -> 304 bytes-rw-r--r--default_images/starmath/res/dist52.pngbin0 -> 489 bytes-rw-r--r--default_images/starmath/res/dist52_h.pngbin0 -> 289 bytes-rw-r--r--default_images/starmath/res/dist61.pngbin0 -> 475 bytes-rw-r--r--default_images/starmath/res/dist61_h.pngbin0 -> 325 bytes-rw-r--r--default_images/starmath/res/dist62.pngbin0 -> 433 bytes-rw-r--r--default_images/starmath/res/dist62_h.pngbin0 -> 305 bytes-rw-r--r--default_images/starmath/res/dist71.pngbin0 -> 448 bytes-rw-r--r--default_images/starmath/res/dist71_h.pngbin0 -> 313 bytes-rw-r--r--default_images/starmath/res/dist72.pngbin0 -> 444 bytes-rw-r--r--default_images/starmath/res/dist72_h.pngbin0 -> 315 bytes-rw-r--r--default_images/starmath/res/dist81.pngbin0 -> 472 bytes-rw-r--r--default_images/starmath/res/dist81_h.pngbin0 -> 341 bytes-rw-r--r--default_images/starmath/res/dist82.pngbin0 -> 471 bytes-rw-r--r--default_images/starmath/res/dist82_h.pngbin0 -> 307 bytes-rw-r--r--default_images/starmath/res/dist91.pngbin0 -> 484 bytes-rw-r--r--default_images/starmath/res/dist91_h.pngbin0 -> 328 bytes-rw-r--r--default_images/starmath/res/dist92.pngbin0 -> 501 bytes-rw-r--r--default_images/starmath/res/dist92_h.pngbin0 -> 353 bytes-rw-r--r--default_images/starmath/res/fo21601.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/fo21602.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/fo21603.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/fo21604.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/fo21605.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/fo21606.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/fo21607.pngbin0 -> 267 bytes-rw-r--r--default_images/starmath/res/fo21609.pngbin0 -> 260 bytes-rw-r--r--default_images/starmath/res/fo21610.pngbin0 -> 292 bytes-rw-r--r--default_images/starmath/res/fo21611.pngbin0 -> 296 bytes-rw-r--r--default_images/starmath/res/fo21613.pngbin0 -> 280 bytes-rw-r--r--default_images/starmath/res/fo21614.pngbin0 -> 262 bytes-rw-r--r--default_images/starmath/res/fo21615.pngbin0 -> 265 bytes-rw-r--r--default_images/starmath/res/foh21601.pngbin0 -> 222 bytes-rw-r--r--default_images/starmath/res/foh21602.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/foh21603.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/foh21604.pngbin0 -> 217 bytes-rw-r--r--default_images/starmath/res/foh21605.pngbin0 -> 232 bytes-rw-r--r--default_images/starmath/res/foh21606.pngbin0 -> 237 bytes-rw-r--r--default_images/starmath/res/foh21607.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/foh21609.pngbin0 -> 275 bytes-rw-r--r--default_images/starmath/res/foh21610.pngbin0 -> 274 bytes-rw-r--r--default_images/starmath/res/foh21611.pngbin0 -> 277 bytes-rw-r--r--default_images/starmath/res/foh21613.pngbin0 -> 269 bytes-rw-r--r--default_images/starmath/res/foh21614.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/foh21615.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/fu21501.pngbin0 -> 210 bytes-rw-r--r--default_images/starmath/res/fu21502.pngbin0 -> 224 bytes-rw-r--r--default_images/starmath/res/fu21503.pngbin0 -> 223 bytes-rw-r--r--default_images/starmath/res/fu21504.pngbin0 -> 239 bytes-rw-r--r--default_images/starmath/res/fu21505.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/fu21506.pngbin0 -> 179 bytes-rw-r--r--default_images/starmath/res/fu21507.pngbin0 -> 223 bytes-rw-r--r--default_images/starmath/res/fu21508.pngbin0 -> 204 bytes-rw-r--r--default_images/starmath/res/fu21509.pngbin0 -> 210 bytes-rw-r--r--default_images/starmath/res/fu21510.pngbin0 -> 200 bytes-rw-r--r--default_images/starmath/res/fu21511.pngbin0 -> 211 bytes-rw-r--r--default_images/starmath/res/fu21512.pngbin0 -> 224 bytes-rw-r--r--default_images/starmath/res/fu21513.pngbin0 -> 217 bytes-rw-r--r--default_images/starmath/res/fu21514.pngbin0 -> 215 bytes-rw-r--r--default_images/starmath/res/fu21515.pngbin0 -> 210 bytes-rw-r--r--default_images/starmath/res/fu21516.pngbin0 -> 224 bytes-rw-r--r--default_images/starmath/res/fu21517.pngbin0 -> 237 bytes-rw-r--r--default_images/starmath/res/fu21518.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/fu21519.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/fu21520.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/fu21521.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/fu21522.pngbin0 -> 237 bytes-rw-r--r--default_images/starmath/res/fu21523.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/fu21524.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/fu21908.pngbin0 -> 248 bytes-rw-r--r--default_images/starmath/res/fuh21501.pngbin0 -> 188 bytes-rw-r--r--default_images/starmath/res/fuh21502.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/fuh21503.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/fuh21504.pngbin0 -> 249 bytes-rw-r--r--default_images/starmath/res/fuh21505.pngbin0 -> 213 bytes-rw-r--r--default_images/starmath/res/fuh21506.pngbin0 -> 110 bytes-rw-r--r--default_images/starmath/res/fuh21507.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/fuh21508.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/fuh21509.pngbin0 -> 131 bytes-rw-r--r--default_images/starmath/res/fuh21510.pngbin0 -> 132 bytes-rw-r--r--default_images/starmath/res/fuh21511.pngbin0 -> 128 bytes-rw-r--r--default_images/starmath/res/fuh21512.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/fuh21513.pngbin0 -> 132 bytes-rw-r--r--default_images/starmath/res/fuh21514.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/fuh21515.pngbin0 -> 134 bytes-rw-r--r--default_images/starmath/res/fuh21516.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fuh21517.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/fuh21518.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/fuh21519.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/fuh21520.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fuh21521.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/fuh21522.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/fuh21523.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/fuh21524.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/fuh21908.pngbin0 -> 228 bytes-rw-r--r--default_images/starmath/res/im21101.pngbin0 -> 300 bytes-rw-r--r--default_images/starmath/res/im21102.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/im21103.pngbin0 -> 256 bytes-rw-r--r--default_images/starmath/res/im21104.pngbin0 -> 277 bytes-rw-r--r--default_images/starmath/res/im21105.pngbin0 -> 270 bytes-rw-r--r--default_images/starmath/res/im21106.pngbin0 -> 255 bytes-rw-r--r--default_images/starmath/res/im21107.pngbin0 -> 286 bytes-rw-r--r--default_images/starmath/res/im21108.pngbin0 -> 1243 bytes-rw-r--r--default_images/starmath/res/im21117.pngbin0 -> 261 bytes-rw-r--r--default_images/starmath/res/imh21101.pngbin0 -> 293 bytes-rw-r--r--default_images/starmath/res/imh21102.pngbin0 -> 247 bytes-rw-r--r--default_images/starmath/res/imh21103.pngbin0 -> 227 bytes-rw-r--r--default_images/starmath/res/imh21104.pngbin0 -> 275 bytes-rw-r--r--default_images/starmath/res/imh21105.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/imh21106.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/imh21107.pngbin0 -> 168 bytes-rw-r--r--default_images/starmath/res/imh21108.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/imh21117.pngbin0 -> 247 bytes-rw-r--r--default_images/starmath/res/mi21608.pngbin0 -> 201 bytes-rw-r--r--default_images/starmath/res/mi21612.pngbin0 -> 251 bytes-rw-r--r--default_images/starmath/res/mi22003.pngbin0 -> 248 bytes-rw-r--r--default_images/starmath/res/mi22004.pngbin0 -> 253 bytes-rw-r--r--default_images/starmath/res/mi22005.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/mi22006.pngbin0 -> 248 bytes-rw-r--r--default_images/starmath/res/mi22007.pngbin0 -> 264 bytes-rw-r--r--default_images/starmath/res/mi22008.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/mi22009.pngbin0 -> 172 bytes-rw-r--r--default_images/starmath/res/mi22010.pngbin0 -> 170 bytes-rw-r--r--default_images/starmath/res/mi22011.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/mi22012.pngbin0 -> 157 bytes-rw-r--r--default_images/starmath/res/mi22013.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/mi22014.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/mi22015.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/mi22016.pngbin0 -> 591 bytes-rw-r--r--default_images/starmath/res/mi22017.pngbin0 -> 604 bytes-rw-r--r--default_images/starmath/res/mi22018.pngbin0 -> 586 bytes-rw-r--r--default_images/starmath/res/mi22019.pngbin0 -> 599 bytes-rw-r--r--default_images/starmath/res/mih21608.pngbin0 -> 170 bytes-rw-r--r--default_images/starmath/res/mih21612.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/mih22003.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/mih22004.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/mih22005.pngbin0 -> 201 bytes-rw-r--r--default_images/starmath/res/mih22006.pngbin0 -> 223 bytes-rw-r--r--default_images/starmath/res/mih22007.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/mih22008.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/mih22009.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/mih22010.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/mih22011.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/mih22012.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/mih22013.pngbin0 -> 206 bytes-rw-r--r--default_images/starmath/res/mih22014.pngbin0 -> 224 bytes-rw-r--r--default_images/starmath/res/mih22015.pngbin0 -> 217 bytes-rw-r--r--default_images/starmath/res/mih22016.pngbin0 -> 113 bytes-rw-r--r--default_images/starmath/res/mih22017.pngbin0 -> 116 bytes-rw-r--r--default_images/starmath/res/mih22018.pngbin0 -> 119 bytes-rw-r--r--default_images/starmath/res/mih22019.pngbin0 -> 122 bytes-rw-r--r--default_images/starmath/res/op21401.pngbin0 -> 256 bytes-rw-r--r--default_images/starmath/res/op21402.pngbin0 -> 254 bytes-rw-r--r--default_images/starmath/res/op21403.pngbin0 -> 252 bytes-rw-r--r--default_images/starmath/res/op21405.pngbin0 -> 258 bytes-rw-r--r--default_images/starmath/res/op21406.pngbin0 -> 256 bytes-rw-r--r--default_images/starmath/res/op21407.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/op21408.pngbin0 -> 251 bytes-rw-r--r--default_images/starmath/res/op21409.pngbin0 -> 267 bytes-rw-r--r--default_images/starmath/res/op21410.pngbin0 -> 261 bytes-rw-r--r--default_images/starmath/res/op21411.pngbin0 -> 266 bytes-rw-r--r--default_images/starmath/res/op21412.pngbin0 -> 257 bytes-rw-r--r--default_images/starmath/res/op21413.pngbin0 -> 268 bytes-rw-r--r--default_images/starmath/res/op21414.pngbin0 -> 267 bytes-rw-r--r--default_images/starmath/res/op21415.pngbin0 -> 270 bytes-rw-r--r--default_images/starmath/res/op21416.pngbin0 -> 263 bytes-rw-r--r--default_images/starmath/res/op21417.pngbin0 -> 228 bytes-rw-r--r--default_images/starmath/res/op21418.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/op21419.pngbin0 -> 256 bytes-rw-r--r--default_images/starmath/res/op21420.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/op21421.pngbin0 -> 235 bytes-rw-r--r--default_images/starmath/res/op22001.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/op22002.pngbin0 -> 253 bytes-rw-r--r--default_images/starmath/res/oph21401.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/oph21402.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/oph21403.pngbin0 -> 232 bytes-rw-r--r--default_images/starmath/res/oph21405.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/oph21406.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/oph21407.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/oph21408.pngbin0 -> 250 bytes-rw-r--r--default_images/starmath/res/oph21409.pngbin0 -> 232 bytes-rw-r--r--default_images/starmath/res/oph21410.pngbin0 -> 231 bytes-rw-r--r--default_images/starmath/res/oph21411.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/oph21412.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/oph21413.pngbin0 -> 243 bytes-rw-r--r--default_images/starmath/res/oph21414.pngbin0 -> 245 bytes-rw-r--r--default_images/starmath/res/oph21415.pngbin0 -> 240 bytes-rw-r--r--default_images/starmath/res/oph21416.pngbin0 -> 241 bytes-rw-r--r--default_images/starmath/res/oph21417.pngbin0 -> 221 bytes-rw-r--r--default_images/starmath/res/oph21418.pngbin0 -> 200 bytes-rw-r--r--default_images/starmath/res/oph21419.pngbin0 -> 227 bytes-rw-r--r--default_images/starmath/res/oph21420.pngbin0 -> 220 bytes-rw-r--r--default_images/starmath/res/oph21421.pngbin0 -> 209 bytes-rw-r--r--default_images/starmath/res/oph22001.pngbin0 -> 233 bytes-rw-r--r--default_images/starmath/res/oph22002.pngbin0 -> 226 bytes-rw-r--r--default_images/starmath/res/un21201.pngbin0 -> 220 bytes-rw-r--r--default_images/starmath/res/un21202.pngbin0 -> 215 bytes-rw-r--r--default_images/starmath/res/un21203.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/un21204.pngbin0 -> 224 bytes-rw-r--r--default_images/starmath/res/un21205.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/un21206.pngbin0 -> 242 bytes-rw-r--r--default_images/starmath/res/un21207.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/un21208.pngbin0 -> 248 bytes-rw-r--r--default_images/starmath/res/un21209.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/un21210.pngbin0 -> 255 bytes-rw-r--r--default_images/starmath/res/un21211.pngbin0 -> 246 bytes-rw-r--r--default_images/starmath/res/un21212.pngbin0 -> 264 bytes-rw-r--r--default_images/starmath/res/un21213.pngbin0 -> 219 bytes-rw-r--r--default_images/starmath/res/un21214.pngbin0 -> 230 bytes-rw-r--r--default_images/starmath/res/un21215.pngbin0 -> 240 bytes-rw-r--r--default_images/starmath/res/un21221.pngbin0 -> 239 bytes-rw-r--r--default_images/starmath/res/unh21201.pngbin0 -> 203 bytes-rw-r--r--default_images/starmath/res/unh21202.pngbin0 -> 201 bytes-rw-r--r--default_images/starmath/res/unh21203.pngbin0 -> 205 bytes-rw-r--r--default_images/starmath/res/unh21204.pngbin0 -> 212 bytes-rw-r--r--default_images/starmath/res/unh21205.pngbin0 -> 225 bytes-rw-r--r--default_images/starmath/res/unh21206.pngbin0 -> 218 bytes-rw-r--r--default_images/starmath/res/unh21207.pngbin0 -> 238 bytes-rw-r--r--default_images/starmath/res/unh21208.pngbin0 -> 244 bytes-rw-r--r--default_images/starmath/res/unh21209.pngbin0 -> 220 bytes-rw-r--r--default_images/starmath/res/unh21210.pngbin0 -> 220 bytes-rw-r--r--default_images/starmath/res/unh21211.pngbin0 -> 232 bytes-rw-r--r--default_images/starmath/res/unh21212.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/unh21213.pngbin0 -> 197 bytes-rw-r--r--default_images/starmath/res/unh21214.pngbin0 -> 229 bytes-rw-r--r--default_images/starmath/res/unh21215.pngbin0 -> 227 bytes-rw-r--r--default_images/starmath/res/unh21221.pngbin0 -> 231 bytes-rw-r--r--default_images/svtools/res/back_large.pngbin0 -> 1042 bytes-rw-r--r--default_images/svtools/res/back_large_h.pngbin0 -> 149 bytes-rw-r--r--default_images/svtools/res/back_small.pngbin0 -> 526 bytes-rw-r--r--default_images/svtools/res/back_small_h.pngbin0 -> 164 bytes-rw-r--r--default_images/svtools/res/bmpfont.pngbin0 -> 737 bytes-rw-r--r--default_images/svtools/res/bmpfont_h.pngbin0 -> 161 bytes-rw-r--r--default_images/svtools/res/closer.pngbin0 -> 309 bytes-rw-r--r--default_images/svtools/res/collate.pngbin0 -> 2146 bytes-rw-r--r--default_images/svtools/res/collate_h.pngbin0 -> 271 bytes-rw-r--r--default_images/svtools/res/ed01.pngbin0 -> 397 bytes-rw-r--r--default_images/svtools/res/ed02.pngbin0 -> 432 bytes-rw-r--r--default_images/svtools/res/ed03.pngbin0 -> 412 bytes-rw-r--r--default_images/svtools/res/ed04.pngbin0 -> 402 bytes-rw-r--r--default_images/svtools/res/ed05.pngbin0 -> 536 bytes-rw-r--r--default_images/svtools/res/ed06.pngbin0 -> 404 bytes-rw-r--r--default_images/svtools/res/ed07.pngbin0 -> 540 bytes-rw-r--r--default_images/svtools/res/ed08.pngbin0 -> 351 bytes-rw-r--r--default_images/svtools/res/ed09.pngbin0 -> 126 bytes-rw-r--r--default_images/svtools/res/edh01.pngbin0 -> 107 bytes-rw-r--r--default_images/svtools/res/edh02.pngbin0 -> 132 bytes-rw-r--r--default_images/svtools/res/edh03.pngbin0 -> 110 bytes-rw-r--r--default_images/svtools/res/edh04.pngbin0 -> 119 bytes-rw-r--r--default_images/svtools/res/edh05.pngbin0 -> 119 bytes-rw-r--r--default_images/svtools/res/edh06.pngbin0 -> 112 bytes-rw-r--r--default_images/svtools/res/edh07.pngbin0 -> 128 bytes-rw-r--r--default_images/svtools/res/edh08.pngbin0 -> 102 bytes-rw-r--r--default_images/svtools/res/edh09.pngbin0 -> 161 bytes-rw-r--r--default_images/svtools/res/folder.pngbin0 -> 436 bytes-rw-r--r--default_images/svtools/res/helpagent.pngbin0 -> 3036 bytes-rw-r--r--default_images/svtools/res/info_large.pngbin0 -> 755 bytes-rw-r--r--default_images/svtools/res/info_large_h.pngbin0 -> 314 bytes-rw-r--r--default_images/svtools/res/info_small.pngbin0 -> 479 bytes-rw-r--r--default_images/svtools/res/info_small_h.pngbin0 -> 259 bytes-rw-r--r--default_images/svtools/res/my_docs.pngbin0 -> 1285 bytes-rw-r--r--default_images/svtools/res/my_docs_h.pngbin0 -> 233 bytes-rw-r--r--default_images/svtools/res/ncollate.pngbin0 -> 2244 bytes-rw-r--r--default_images/svtools/res/ncollate_h.pngbin0 -> 300 bytes-rw-r--r--default_images/svtools/res/new_doc.pngbin0 -> 2215 bytes-rw-r--r--default_images/svtools/res/new_doc_h.pngbin0 -> 241 bytes-rw-r--r--default_images/svtools/res/preview_large.pngbin0 -> 701 bytes-rw-r--r--default_images/svtools/res/preview_large_h.pngbin0 -> 110 bytes-rw-r--r--default_images/svtools/res/preview_small.pngbin0 -> 491 bytes-rw-r--r--default_images/svtools/res/preview_small_h.pngbin0 -> 104 bytes-rw-r--r--default_images/svtools/res/prnfont.pngbin0 -> 634 bytes-rw-r--r--default_images/svtools/res/prnfont_h.pngbin0 -> 149 bytes-rw-r--r--default_images/svtools/res/regkey.pngbin0 -> 1130 bytes-rw-r--r--default_images/svtools/res/samples.pngbin0 -> 1456 bytes-rw-r--r--default_images/svtools/res/samples_h.pngbin0 -> 217 bytes-rw-r--r--default_images/svtools/res/scalfont.pngbin0 -> 808 bytes-rw-r--r--default_images/svtools/res/scalfont_h.pngbin0 -> 165 bytes-rw-r--r--default_images/svtools/res/template.pngbin0 -> 2510 bytes-rw-r--r--default_images/svtools/res/template_h.pngbin0 -> 236 bytes-rw-r--r--default_images/svtools/res/ttall.pngbin0 -> 914 bytes-rw-r--r--default_images/svtools/res/ttdef.pngbin0 -> 915 bytes-rw-r--r--default_images/svtools/res/tthid.pngbin0 -> 917 bytes-rw-r--r--default_images/svtools/res/ttremote.pngbin0 -> 931 bytes-rw-r--r--default_images/svtools/res/ttshow.pngbin0 -> 923 bytes-rw-r--r--default_images/svtools/res/ttshow2.pngbin0 -> 923 bytes-rw-r--r--default_images/svtools/res/up_large.pngbin0 -> 960 bytes-rw-r--r--default_images/svtools/res/up_large_h.pngbin0 -> 173 bytes-rw-r--r--default_images/svtools/res/up_small.pngbin0 -> 605 bytes-rw-r--r--default_images/svtools/res/up_small_h.pngbin0 -> 137 bytes-rw-r--r--default_images/svx/res/3dgeo.pngbin0 -> 325 bytes-rw-r--r--default_images/svx/res/3dgeo_h.pngbin0 -> 155 bytes-rw-r--r--default_images/svx/res/3dlight.pngbin0 -> 452 bytes-rw-r--r--default_images/svx/res/3dlight_h.pngbin0 -> 168 bytes-rw-r--r--default_images/svx/res/3drepres.pngbin0 -> 451 bytes-rw-r--r--default_images/svx/res/3drepres_h.pngbin0 -> 156 bytes-rw-r--r--default_images/svx/res/3dtextur.pngbin0 -> 421 bytes-rw-r--r--default_images/svx/res/3dtextur_h.pngbin0 -> 158 bytes-rw-r--r--default_images/svx/res/apply.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/apply_h.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/blend3d.pngbin0 -> 936 bytes-rw-r--r--default_images/svx/res/blend3d_h.pngbin0 -> 146 bytes-rw-r--r--default_images/svx/res/brightlit_16.pngbin0 -> 379 bytes-rw-r--r--default_images/svx/res/brightlit_16_h.pngbin0 -> 162 bytes-rw-r--r--default_images/svx/res/caution_11x16.pngbin0 -> 536 bytes-rw-r--r--default_images/svx/res/caution_11x16_h.pngbin0 -> 145 bytes-rw-r--r--default_images/svx/res/cd01.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/cd015.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/cd016.pngbin0 -> 580 bytes-rw-r--r--default_images/svx/res/cd017.pngbin0 -> 523 bytes-rw-r--r--default_images/svx/res/cd018.pngbin0 -> 533 bytes-rw-r--r--default_images/svx/res/cd02.pngbin0 -> 228 bytes-rw-r--r--default_images/svx/res/cd020.pngbin0 -> 888 bytes-rw-r--r--default_images/svx/res/cd021.pngbin0 -> 894 bytes-rw-r--r--default_images/svx/res/cd025.pngbin0 -> 645 bytes-rw-r--r--default_images/svx/res/cd026.pngbin0 -> 594 bytes-rw-r--r--default_images/svx/res/cd05.pngbin0 -> 568 bytes-rw-r--r--default_images/svx/res/cd06.pngbin0 -> 378 bytes-rw-r--r--default_images/svx/res/cd07.pngbin0 -> 756 bytes-rw-r--r--default_images/svx/res/cd08.pngbin0 -> 677 bytes-rw-r--r--default_images/svx/res/cdh01.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/cdh015.pngbin0 -> 142 bytes-rw-r--r--default_images/svx/res/cdh016.pngbin0 -> 152 bytes-rw-r--r--default_images/svx/res/cdh017.pngbin0 -> 157 bytes-rw-r--r--default_images/svx/res/cdh018.pngbin0 -> 170 bytes-rw-r--r--default_images/svx/res/cdh02.pngbin0 -> 125 bytes-rw-r--r--default_images/svx/res/cdh020.pngbin0 -> 150 bytes-rw-r--r--default_images/svx/res/cdh021.pngbin0 -> 143 bytes-rw-r--r--default_images/svx/res/cdh025.pngbin0 -> 159 bytes-rw-r--r--default_images/svx/res/cdh026.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/cdh05.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/cdh06.pngbin0 -> 259 bytes-rw-r--r--default_images/svx/res/cdh07.pngbin0 -> 128 bytes-rw-r--r--default_images/svx/res/cdh08.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/color.pngbin0 -> 445 bytes-rw-r--r--default_images/svx/res/color_h.pngbin0 -> 120 bytes-rw-r--r--default_images/svx/res/colordlg.pngbin0 -> 698 bytes-rw-r--r--default_images/svx/res/colordlg_h.pngbin0 -> 166 bytes-rw-r--r--default_images/svx/res/convrt3d.pngbin0 -> 749 bytes-rw-r--r--default_images/svx/res/convrt3d_h.pngbin0 -> 142 bytes-rw-r--r--default_images/svx/res/dimlit_16.pngbin0 -> 372 bytes-rw-r--r--default_images/svx/res/dimlit_16_h.pngbin0 -> 164 bytes-rw-r--r--default_images/svx/res/directioneast_22.pngbin0 -> 354 bytes-rw-r--r--default_images/svx/res/directioneast_22_h.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/directionnorth_22.pngbin0 -> 349 bytes-rw-r--r--default_images/svx/res/directionnorth_22_h.pngbin0 -> 143 bytes-rw-r--r--default_images/svx/res/directionnortheast_22.pngbin0 -> 392 bytes-rw-r--r--default_images/svx/res/directionnortheast_22_h.pngbin0 -> 179 bytes-rw-r--r--default_images/svx/res/directionnorthwest_22.pngbin0 -> 436 bytes-rw-r--r--default_images/svx/res/directionnorthwest_22_h.pngbin0 -> 177 bytes-rw-r--r--default_images/svx/res/directionsouth_22.pngbin0 -> 349 bytes-rw-r--r--default_images/svx/res/directionsouth_22_h.pngbin0 -> 127 bytes-rw-r--r--default_images/svx/res/directionsoutheast_22.pngbin0 -> 430 bytes-rw-r--r--default_images/svx/res/directionsoutheast_22_h.pngbin0 -> 175 bytes-rw-r--r--default_images/svx/res/directionsouthwest_22.pngbin0 -> 427 bytes-rw-r--r--default_images/svx/res/directionsouthwest_22_h.pngbin0 -> 171 bytes-rw-r--r--default_images/svx/res/directionstraight_22.pngbin0 -> 277 bytes-rw-r--r--default_images/svx/res/directionstraight_22_h.pngbin0 -> 101 bytes-rw-r--r--default_images/svx/res/directionwest_22.pngbin0 -> 375 bytes-rw-r--r--default_images/svx/res/directionwest_22_h.pngbin0 -> 137 bytes-rw-r--r--default_images/svx/res/doublesi.pngbin0 -> 317 bytes-rw-r--r--default_images/svx/res/doublesi_h.pngbin0 -> 146 bytes-rw-r--r--default_images/svx/res/dsth_cen.pngbin0 -> 682 bytes-rw-r--r--default_images/svx/res/dsth_cen_h.pngbin0 -> 137 bytes-rw-r--r--default_images/svx/res/dsth_dst.pngbin0 -> 673 bytes-rw-r--r--default_images/svx/res/dsth_dst_h.pngbin0 -> 139 bytes-rw-r--r--default_images/svx/res/dsth_hig.pngbin0 -> 655 bytes-rw-r--r--default_images/svx/res/dsth_hig_h.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/dsth_low.pngbin0 -> 662 bytes-rw-r--r--default_images/svx/res/dsth_low_h.pngbin0 -> 133 bytes-rw-r--r--default_images/svx/res/dstv_cen.pngbin0 -> 699 bytes-rw-r--r--default_images/svx/res/dstv_cen_h.pngbin0 -> 139 bytes-rw-r--r--default_images/svx/res/dstv_dst.pngbin0 -> 691 bytes-rw-r--r--default_images/svx/res/dstv_dst_h.pngbin0 -> 134 bytes-rw-r--r--default_images/svx/res/dstv_hig.pngbin0 -> 674 bytes-rw-r--r--default_images/svx/res/dstv_hig_h.pngbin0 -> 134 bytes-rw-r--r--default_images/svx/res/dstv_low.pngbin0 -> 651 bytes-rw-r--r--default_images/svx/res/dstv_low_h.pngbin0 -> 136 bytes-rw-r--r--default_images/svx/res/extrusion05inch_16.pngbin0 -> 485 bytes-rw-r--r--default_images/svx/res/extrusion05inch_16_h.pngbin0 -> 119 bytes-rw-r--r--default_images/svx/res/extrusion0inch_16.pngbin0 -> 382 bytes-rw-r--r--default_images/svx/res/extrusion0inch_16_h.pngbin0 -> 258 bytes-rw-r--r--default_images/svx/res/extrusion1inch_16.pngbin0 -> 545 bytes-rw-r--r--default_images/svx/res/extrusion1inch_16_h.pngbin0 -> 136 bytes-rw-r--r--default_images/svx/res/extrusion2inch_16.pngbin0 -> 607 bytes-rw-r--r--default_images/svx/res/extrusion2inch_16_h.pngbin0 -> 148 bytes-rw-r--r--default_images/svx/res/extrusion4inch_16.pngbin0 -> 661 bytes-rw-r--r--default_images/svx/res/extrusion4inch_16_h.pngbin0 -> 151 bytes-rw-r--r--default_images/svx/res/extrusioninfinity_16.pngbin0 -> 680 bytes-rw-r--r--default_images/svx/res/extrusioninfinity_16_h.pngbin0 -> 148 bytes-rw-r--r--default_images/svx/res/filter3d.pngbin0 -> 460 bytes-rw-r--r--default_images/svx/res/filter3d_h.pngbin0 -> 117 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_16.pngbin0 -> 324 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_16_h.pngbin0 -> 188 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_26.pngbin0 -> 493 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_26_h.pngbin0 -> 210 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_16.pngbin0 -> 314 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_16_h.pngbin0 -> 184 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_26.pngbin0 -> 479 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_26_h.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_16.pngbin0 -> 320 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_16_h.pngbin0 -> 186 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_26.pngbin0 -> 487 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_26_h.pngbin0 -> 206 bytes-rw-r--r--default_images/svx/res/fontworkalignright_16.pngbin0 -> 322 bytes-rw-r--r--default_images/svx/res/fontworkalignright_16_h.pngbin0 -> 191 bytes-rw-r--r--default_images/svx/res/fontworkalignright_26.pngbin0 -> 486 bytes-rw-r--r--default_images/svx/res/fontworkalignright_26_h.pngbin0 -> 208 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_16.pngbin0 -> 498 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_16_h.pngbin0 -> 110 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_26.pngbin0 -> 837 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_26_h.pngbin0 -> 132 bytes-rw-r--r--default_images/svx/res/fr01.pngbin0 -> 387 bytes-rw-r--r--default_images/svx/res/fr010.pngbin0 -> 487 bytes-rw-r--r--default_images/svx/res/fr011.pngbin0 -> 478 bytes-rw-r--r--default_images/svx/res/fr012.pngbin0 -> 475 bytes-rw-r--r--default_images/svx/res/fr02.pngbin0 -> 395 bytes-rw-r--r--default_images/svx/res/fr03.pngbin0 -> 397 bytes-rw-r--r--default_images/svx/res/fr04.pngbin0 -> 388 bytes-rw-r--r--default_images/svx/res/fr05.pngbin0 -> 396 bytes-rw-r--r--default_images/svx/res/fr06.pngbin0 -> 402 bytes-rw-r--r--default_images/svx/res/fr07.pngbin0 -> 409 bytes-rw-r--r--default_images/svx/res/fr08.pngbin0 -> 366 bytes-rw-r--r--default_images/svx/res/fr09.pngbin0 -> 505 bytes-rw-r--r--default_images/svx/res/frh01.pngbin0 -> 277 bytes-rw-r--r--default_images/svx/res/frh010.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/frh011.pngbin0 -> 108 bytes-rw-r--r--default_images/svx/res/frh012.pngbin0 -> 282 bytes-rw-r--r--default_images/svx/res/frh02.pngbin0 -> 278 bytes-rw-r--r--default_images/svx/res/frh03.pngbin0 -> 278 bytes-rw-r--r--default_images/svx/res/frh04.pngbin0 -> 288 bytes-rw-r--r--default_images/svx/res/frh05.pngbin0 -> 280 bytes-rw-r--r--default_images/svx/res/frh06.pngbin0 -> 281 bytes-rw-r--r--default_images/svx/res/frh07.pngbin0 -> 281 bytes-rw-r--r--default_images/svx/res/frh08.pngbin0 -> 277 bytes-rw-r--r--default_images/svx/res/frh09.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/frmsel.bmpbin0 -> 510 bytes-rw-r--r--default_images/svx/res/fw01.pngbin0 -> 183 bytes-rw-r--r--default_images/svx/res/fw010.pngbin0 -> 174 bytes-rw-r--r--default_images/svx/res/fw011.pngbin0 -> 204 bytes-rw-r--r--default_images/svx/res/fw012.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/fw013.pngbin0 -> 160 bytes-rw-r--r--default_images/svx/res/fw014.pngbin0 -> 171 bytes-rw-r--r--default_images/svx/res/fw015.pngbin0 -> 185 bytes-rw-r--r--default_images/svx/res/fw016.pngbin0 -> 173 bytes-rw-r--r--default_images/svx/res/fw017.pngbin0 -> 166 bytes-rw-r--r--default_images/svx/res/fw018.pngbin0 -> 199 bytes-rw-r--r--default_images/svx/res/fw019.pngbin0 -> 190 bytes-rw-r--r--default_images/svx/res/fw02.pngbin0 -> 217 bytes-rw-r--r--default_images/svx/res/fw020.pngbin0 -> 186 bytes-rw-r--r--default_images/svx/res/fw021.pngbin0 -> 192 bytes-rw-r--r--default_images/svx/res/fw03.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fw04.pngbin0 -> 196 bytes-rw-r--r--default_images/svx/res/fw05.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/fw06.pngbin0 -> 180 bytes-rw-r--r--default_images/svx/res/fw07.pngbin0 -> 156 bytes-rw-r--r--default_images/svx/res/fw08.pngbin0 -> 159 bytes-rw-r--r--default_images/svx/res/fw09.pngbin0 -> 154 bytes-rw-r--r--default_images/svx/res/fwbhcirc.pngbin0 -> 206 bytes-rw-r--r--default_images/svx/res/fwbhcirc_h.pngbin0 -> 206 bytes-rw-r--r--default_images/svx/res/fwbotarc.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/fwbotarc_h.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/fwbuttn1.pngbin0 -> 207 bytes-rw-r--r--default_images/svx/res/fwbuttn1_h.pngbin0 -> 207 bytes-rw-r--r--default_images/svx/res/fwbuttn2.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwbuttn2_h.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwbuttn3.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwbuttn3_h.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwbuttn4.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwbuttn4_h.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/fwh01.pngbin0 -> 153 bytes-rw-r--r--default_images/svx/res/fwh010.pngbin0 -> 172 bytes-rw-r--r--default_images/svx/res/fwh011.pngbin0 -> 200 bytes-rw-r--r--default_images/svx/res/fwh012.pngbin0 -> 193 bytes-rw-r--r--default_images/svx/res/fwh013.pngbin0 -> 155 bytes-rw-r--r--default_images/svx/res/fwh014.pngbin0 -> 167 bytes-rw-r--r--default_images/svx/res/fwh015.pngbin0 -> 181 bytes-rw-r--r--default_images/svx/res/fwh016.pngbin0 -> 165 bytes-rw-r--r--default_images/svx/res/fwh017.pngbin0 -> 161 bytes-rw-r--r--default_images/svx/res/fwh018.pngbin0 -> 181 bytes-rw-r--r--default_images/svx/res/fwh019.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/fwh02.pngbin0 -> 207 bytes-rw-r--r--default_images/svx/res/fwh020.pngbin0 -> 182 bytes-rw-r--r--default_images/svx/res/fwh021.pngbin0 -> 188 bytes-rw-r--r--default_images/svx/res/fwh03.pngbin0 -> 183 bytes-rw-r--r--default_images/svx/res/fwh04.pngbin0 -> 190 bytes-rw-r--r--default_images/svx/res/fwh05.pngbin0 -> 191 bytes-rw-r--r--default_images/svx/res/fwh06.pngbin0 -> 179 bytes-rw-r--r--default_images/svx/res/fwh07.pngbin0 -> 151 bytes-rw-r--r--default_images/svx/res/fwh08.pngbin0 -> 154 bytes-rw-r--r--default_images/svx/res/fwh09.pngbin0 -> 150 bytes-rw-r--r--default_images/svx/res/fwlftarc.pngbin0 -> 201 bytes-rw-r--r--default_images/svx/res/fwlftarc_h.pngbin0 -> 201 bytes-rw-r--r--default_images/svx/res/fwlhcirc.pngbin0 -> 202 bytes-rw-r--r--default_images/svx/res/fwlhcirc_h.pngbin0 -> 202 bytes-rw-r--r--default_images/svx/res/fwrgtarc.pngbin0 -> 196 bytes-rw-r--r--default_images/svx/res/fwrgtarc_h.pngbin0 -> 196 bytes-rw-r--r--default_images/svx/res/fwrhcirc.pngbin0 -> 200 bytes-rw-r--r--default_images/svx/res/fwrhcirc_h.pngbin0 -> 200 bytes-rw-r--r--default_images/svx/res/fwtoparc.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/fwtoparc_h.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/galdefl.pngbin0 -> 821 bytes-rw-r--r--default_images/svx/res/galdefs.pngbin0 -> 485 bytes-rw-r--r--default_images/svx/res/galicon.pngbin0 -> 566 bytes-rw-r--r--default_images/svx/res/galicon_h.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/galimpl.pngbin0 -> 315 bytes-rw-r--r--default_images/svx/res/galimps.pngbin0 -> 202 bytes-rw-r--r--default_images/svx/res/gallist.pngbin0 -> 580 bytes-rw-r--r--default_images/svx/res/gallist_h.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/galmedia.pngbin0 -> 1912 bytes-rw-r--r--default_images/svx/res/galnorl.pngbin0 -> 860 bytes-rw-r--r--default_images/svx/res/galnors.pngbin0 -> 484 bytes-rw-r--r--default_images/svx/res/galrdol.pngbin0 -> 844 bytes-rw-r--r--default_images/svx/res/galrdos.pngbin0 -> 484 bytes-rw-r--r--default_images/svx/res/galsnd1.pngbin0 -> 773 bytes-rw-r--r--default_images/svx/res/galsnd2.pngbin0 -> 771 bytes-rw-r--r--default_images/svx/res/galsnd3.pngbin0 -> 645 bytes-rw-r--r--default_images/svx/res/galsnd4.pngbin0 -> 930 bytes-rw-r--r--default_images/svx/res/galsnd5.pngbin0 -> 608 bytes-rw-r--r--default_images/svx/res/galsnd6.pngbin0 -> 678 bytes-rw-r--r--default_images/svx/res/galsnd7.pngbin0 -> 639 bytes-rw-r--r--default_images/svx/res/graphic.pngbin0 -> 866 bytes-rw-r--r--default_images/svx/res/grfload.pngbin0 -> 262 bytes-rw-r--r--default_images/svx/res/id01.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/id016.pngbin0 -> 479 bytes-rw-r--r--default_images/svx/res/id018.pngbin0 -> 652 bytes-rw-r--r--default_images/svx/res/id019.pngbin0 -> 712 bytes-rw-r--r--default_images/svx/res/id02.pngbin0 -> 711 bytes-rw-r--r--default_images/svx/res/id03.pngbin0 -> 585 bytes-rw-r--r--default_images/svx/res/id030.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/id031.pngbin0 -> 580 bytes-rw-r--r--default_images/svx/res/id032.pngbin0 -> 523 bytes-rw-r--r--default_images/svx/res/id033.pngbin0 -> 533 bytes-rw-r--r--default_images/svx/res/id04.pngbin0 -> 568 bytes-rw-r--r--default_images/svx/res/id040.pngbin0 -> 888 bytes-rw-r--r--default_images/svx/res/id041.pngbin0 -> 894 bytes-rw-r--r--default_images/svx/res/id05.pngbin0 -> 378 bytes-rw-r--r--default_images/svx/res/id06.pngbin0 -> 756 bytes-rw-r--r--default_images/svx/res/id07.pngbin0 -> 677 bytes-rw-r--r--default_images/svx/res/id08.pngbin0 -> 781 bytes-rw-r--r--default_images/svx/res/idh01.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/idh016.pngbin0 -> 146 bytes-rw-r--r--default_images/svx/res/idh018.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/idh019.pngbin0 -> 172 bytes-rw-r--r--default_images/svx/res/idh02.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/idh03.pngbin0 -> 123 bytes-rw-r--r--default_images/svx/res/idh030.pngbin0 -> 142 bytes-rw-r--r--default_images/svx/res/idh031.pngbin0 -> 152 bytes-rw-r--r--default_images/svx/res/idh032.pngbin0 -> 157 bytes-rw-r--r--default_images/svx/res/idh033.pngbin0 -> 170 bytes-rw-r--r--default_images/svx/res/idh04.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/idh040.pngbin0 -> 150 bytes-rw-r--r--default_images/svx/res/idh041.pngbin0 -> 143 bytes-rw-r--r--default_images/svx/res/idh05.pngbin0 -> 259 bytes-rw-r--r--default_images/svx/res/idh06.pngbin0 -> 128 bytes-rw-r--r--default_images/svx/res/idh07.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/idh08.pngbin0 -> 161 bytes-rw-r--r--default_images/svx/res/invert3d.pngbin0 -> 354 bytes-rw-r--r--default_images/svx/res/invert3d_h.pngbin0 -> 154 bytes-rw-r--r--default_images/svx/res/lc10622.pngbin0 -> 1509 bytes-rw-r--r--default_images/svx/res/lch10622.pngbin0 -> 191 bytes-rw-r--r--default_images/svx/res/legtyp1.pngbin0 -> 606 bytes-rw-r--r--default_images/svx/res/legtyp1_hc.pngbin0 -> 110 bytes-rw-r--r--default_images/svx/res/legtyp2.pngbin0 -> 705 bytes-rw-r--r--default_images/svx/res/legtyp2_hc.pngbin0 -> 137 bytes-rw-r--r--default_images/svx/res/legtyp3.pngbin0 -> 671 bytes-rw-r--r--default_images/svx/res/legtyp3_hc.pngbin0 -> 139 bytes-rw-r--r--default_images/svx/res/legtyp4.pngbin0 -> 731 bytes-rw-r--r--default_images/svx/res/legtyp4_hc.pngbin0 -> 131 bytes-rw-r--r--default_images/svx/res/lght2sid.pngbin0 -> 376 bytes-rw-r--r--default_images/svx/res/lght2sid_h.pngbin0 -> 155 bytes-rw-r--r--default_images/svx/res/light.pngbin0 -> 386 bytes-rw-r--r--default_images/svx/res/light_h.pngbin0 -> 133 bytes-rw-r--r--default_images/svx/res/lightfrombottom_22.pngbin0 -> 1088 bytes-rw-r--r--default_images/svx/res/lightfrombottom_22_h.pngbin0 -> 204 bytes-rw-r--r--default_images/svx/res/lightfrombottomleft_22.pngbin0 -> 1113 bytes-rw-r--r--default_images/svx/res/lightfrombottomleft_22_h.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/lightfrombottomright_22.pngbin0 -> 1049 bytes-rw-r--r--default_images/svx/res/lightfrombottomright_22_h.pngbin0 -> 198 bytes-rw-r--r--default_images/svx/res/lightfromfront_22.pngbin0 -> 1204 bytes-rw-r--r--default_images/svx/res/lightfromfront_22_h.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/lightfromleft_22.pngbin0 -> 1012 bytes-rw-r--r--default_images/svx/res/lightfromleft_22_h.pngbin0 -> 211 bytes-rw-r--r--default_images/svx/res/lightfromright_22.pngbin0 -> 1027 bytes-rw-r--r--default_images/svx/res/lightfromright_22_h.pngbin0 -> 210 bytes-rw-r--r--default_images/svx/res/lightfromtop_22.pngbin0 -> 1140 bytes-rw-r--r--default_images/svx/res/lightfromtop_22_h.pngbin0 -> 196 bytes-rw-r--r--default_images/svx/res/lightfromtopleft_22.pngbin0 -> 1111 bytes-rw-r--r--default_images/svx/res/lightfromtopleft_22_h.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/lightfromtopright_22.pngbin0 -> 1125 bytes-rw-r--r--default_images/svx/res/lightfromtopright_22_h.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/lightofffrombottom_22.pngbin0 -> 522 bytes-rw-r--r--default_images/svx/res/lightofffrombottom_22_h.pngbin0 -> 243 bytes-rw-r--r--default_images/svx/res/lightofffrombottomleft_22.pngbin0 -> 575 bytes-rw-r--r--default_images/svx/res/lightofffrombottomleft_22_h.pngbin0 -> 169 bytes-rw-r--r--default_images/svx/res/lightofffrombottomright_22.pngbin0 -> 580 bytes-rw-r--r--default_images/svx/res/lightofffrombottomright_22_h.pngbin0 -> 168 bytes-rw-r--r--default_images/svx/res/lightofffromleft_22.pngbin0 -> 488 bytes-rw-r--r--default_images/svx/res/lightofffromleft_22_h.pngbin0 -> 210 bytes-rw-r--r--default_images/svx/res/lightofffromright_22.pngbin0 -> 510 bytes-rw-r--r--default_images/svx/res/lightofffromright_22_h.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/lightofffromtop_22.pngbin0 -> 543 bytes-rw-r--r--default_images/svx/res/lightofffromtop_22_h.pngbin0 -> 245 bytes-rw-r--r--default_images/svx/res/lightofffromtopleft_22.pngbin0 -> 572 bytes-rw-r--r--default_images/svx/res/lightofffromtopleft_22_h.pngbin0 -> 169 bytes-rw-r--r--default_images/svx/res/lightofffromtopright_22.pngbin0 -> 570 bytes-rw-r--r--default_images/svx/res/lightofffromtopright_22_h.pngbin0 -> 167 bytes-rw-r--r--default_images/svx/res/lighton.pngbin0 -> 407 bytes-rw-r--r--default_images/svx/res/lighton_h.pngbin0 -> 166 bytes-rw-r--r--default_images/svx/res/lightonfrombottom_22.pngbin0 -> 605 bytes-rw-r--r--default_images/svx/res/lightonfrombottom_22_h.pngbin0 -> 190 bytes-rw-r--r--default_images/svx/res/lightonfrombottomleft_22.pngbin0 -> 621 bytes-rw-r--r--default_images/svx/res/lightonfrombottomleft_22_h.pngbin0 -> 206 bytes-rw-r--r--default_images/svx/res/lightonfrombottomright_22.pngbin0 -> 650 bytes-rw-r--r--default_images/svx/res/lightonfrombottomright_22_h.pngbin0 -> 210 bytes-rw-r--r--default_images/svx/res/lightonfromleft_22.pngbin0 -> 607 bytes-rw-r--r--default_images/svx/res/lightonfromleft_22_h.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/lightonfromright_22.pngbin0 -> 616 bytes-rw-r--r--default_images/svx/res/lightonfromright_22_h.pngbin0 -> 187 bytes-rw-r--r--default_images/svx/res/lightonfromtop_22.pngbin0 -> 627 bytes-rw-r--r--default_images/svx/res/lightonfromtop_22_h.pngbin0 -> 196 bytes-rw-r--r--default_images/svx/res/lightonfromtopleft_22.pngbin0 -> 661 bytes-rw-r--r--default_images/svx/res/lightonfromtopleft_22_h.pngbin0 -> 204 bytes-rw-r--r--default_images/svx/res/lightonfromtopright_22.pngbin0 -> 634 bytes-rw-r--r--default_images/svx/res/lightonfromtopright_22_h.pngbin0 -> 205 bytes-rw-r--r--default_images/svx/res/lngcheck.pngbin0 -> 547 bytes-rw-r--r--default_images/svx/res/lngcheck_h.pngbin0 -> 145 bytes-rw-r--r--default_images/svx/res/lo01.pngbin0 -> 232 bytes-rw-r--r--default_images/svx/res/lo02.pngbin0 -> 223 bytes-rw-r--r--default_images/svx/res/lo03.pngbin0 -> 179 bytes-rw-r--r--default_images/svx/res/loh01.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/loh02.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/loh03.pngbin0 -> 151 bytes-rw-r--r--default_images/svx/res/luminanc.pngbin0 -> 505 bytes-rw-r--r--default_images/svx/res/luminanc_h.pngbin0 -> 260 bytes-rw-r--r--default_images/svx/res/material.pngbin0 -> 463 bytes-rw-r--r--default_images/svx/res/material_h.pngbin0 -> 153 bytes-rw-r--r--default_images/svx/res/matte_16.pngbin0 -> 960 bytes-rw-r--r--default_images/svx/res/matte_16_h.pngbin0 -> 179 bytes-rw-r--r--default_images/svx/res/metal_16.pngbin0 -> 833 bytes-rw-r--r--default_images/svx/res/metal_16_h.pngbin0 -> 168 bytes-rw-r--r--default_images/svx/res/minus_h.pngbin0 -> 220 bytes-rw-r--r--default_images/svx/res/modula3d.pngbin0 -> 432 bytes-rw-r--r--default_images/svx/res/modula3d_h.pngbin0 -> 143 bytes-rw-r--r--default_images/svx/res/navigationball_10.pngbin0 -> 437 bytes-rw-r--r--default_images/svx/res/navigationball_10_h.pngbin0 -> 111 bytes-rw-r--r--default_images/svx/res/normallit_16.pngbin0 -> 376 bytes-rw-r--r--default_images/svx/res/normallit_16_h.pngbin0 -> 164 bytes-rw-r--r--default_images/svx/res/normflat.pngbin0 -> 275 bytes-rw-r--r--default_images/svx/res/normflat_h.pngbin0 -> 138 bytes-rw-r--r--default_images/svx/res/normobjs.pngbin0 -> 372 bytes-rw-r--r--default_images/svx/res/normobjs_h.pngbin0 -> 146 bytes-rw-r--r--default_images/svx/res/normsphe.pngbin0 -> 326 bytes-rw-r--r--default_images/svx/res/normsphe_h.pngbin0 -> 146 bytes-rw-r--r--default_images/svx/res/notcertificate_16.pngbin0 -> 876 bytes-rw-r--r--default_images/svx/res/notcertificate_16_h.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/notcheck.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/nu01.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/nu02.pngbin0 -> 510 bytes-rw-r--r--default_images/svx/res/nu03.pngbin0 -> 625 bytes-rwxr-xr-xdefault_images/svx/res/nu04.pngbin0 -> 430 bytes-rw-r--r--default_images/svx/res/nu07.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/nu08.pngbin0 -> 510 bytes-rw-r--r--default_images/svx/res/nuh01.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/nuh02.pngbin0 -> 140 bytes-rw-r--r--default_images/svx/res/nuh03.pngbin0 -> 139 bytes-rwxr-xr-xdefault_images/svx/res/nuh04.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/objects.pngbin0 -> 526 bytes-rw-r--r--default_images/svx/res/objspc3d.pngbin0 -> 267 bytes-rw-r--r--default_images/svx/res/objspc3d_h.pngbin0 -> 131 bytes-rw-r--r--default_images/svx/res/odfwarning.pngbin0 -> 536 bytes-rw-r--r--default_images/svx/res/odfwarning_h.pngbin0 -> 145 bytes-rw-r--r--default_images/svx/res/ole.pngbin0 -> 729 bytes-rw-r--r--default_images/svx/res/parallel.pngbin0 -> 288 bytes-rw-r--r--default_images/svx/res/parallel_16.pngbin0 -> 350 bytes-rw-r--r--default_images/svx/res/parallel_16_h.pngbin0 -> 163 bytes-rw-r--r--default_images/svx/res/parallel_h.pngbin0 -> 162 bytes-rw-r--r--default_images/svx/res/persp3d.pngbin0 -> 285 bytes-rw-r--r--default_images/svx/res/persp3d_h.pngbin0 -> 142 bytes-rw-r--r--default_images/svx/res/perspective_16.pngbin0 -> 354 bytes-rw-r--r--default_images/svx/res/perspective_16_h.pngbin0 -> 168 bytes-rw-r--r--default_images/svx/res/plastic_16.pngbin0 -> 688 bytes-rw-r--r--default_images/svx/res/plastic_16_h.pngbin0 -> 149 bytes-rw-r--r--default_images/svx/res/plus_h.pngbin0 -> 228 bytes-rw-r--r--default_images/svx/res/pr01.pngbin0 -> 342 bytes-rw-r--r--default_images/svx/res/pr010.pngbin0 -> 345 bytes-rw-r--r--default_images/svx/res/pr011.pngbin0 -> 354 bytes-rw-r--r--default_images/svx/res/pr012.pngbin0 -> 339 bytes-rw-r--r--default_images/svx/res/pr013.pngbin0 -> 242 bytes-rw-r--r--default_images/svx/res/pr014.pngbin0 -> 398 bytes-rw-r--r--default_images/svx/res/pr015.pngbin0 -> 331 bytes-rw-r--r--default_images/svx/res/pr016.pngbin0 -> 408 bytes-rw-r--r--default_images/svx/res/pr017.pngbin0 -> 328 bytes-rw-r--r--default_images/svx/res/pr018.pngbin0 -> 384 bytes-rw-r--r--default_images/svx/res/pr019.pngbin0 -> 392 bytes-rw-r--r--default_images/svx/res/pr02.pngbin0 -> 323 bytes-rw-r--r--default_images/svx/res/pr020.pngbin0 -> 398 bytes-rw-r--r--default_images/svx/res/pr021.pngbin0 -> 493 bytes-rw-r--r--default_images/svx/res/pr03.pngbin0 -> 323 bytes-rw-r--r--default_images/svx/res/pr04.pngbin0 -> 348 bytes-rw-r--r--default_images/svx/res/pr05.pngbin0 -> 343 bytes-rw-r--r--default_images/svx/res/pr06.pngbin0 -> 423 bytes-rw-r--r--default_images/svx/res/pr07.pngbin0 -> 242 bytes-rw-r--r--default_images/svx/res/pr08.pngbin0 -> 240 bytes-rw-r--r--default_images/svx/res/pr09.pngbin0 -> 401 bytes-rw-r--r--default_images/svx/res/prh01.pngbin0 -> 254 bytes-rw-r--r--default_images/svx/res/prh010.pngbin0 -> 256 bytes-rw-r--r--default_images/svx/res/prh011.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/prh012.pngbin0 -> 260 bytes-rw-r--r--default_images/svx/res/prh013.pngbin0 -> 212 bytes-rw-r--r--default_images/svx/res/prh014.pngbin0 -> 279 bytes-rw-r--r--default_images/svx/res/prh015.pngbin0 -> 261 bytes-rw-r--r--default_images/svx/res/prh016.pngbin0 -> 104 bytes-rw-r--r--default_images/svx/res/prh017.pngbin0 -> 261 bytes-rw-r--r--default_images/svx/res/prh018.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/prh019.pngbin0 -> 260 bytes-rw-r--r--default_images/svx/res/prh02.pngbin0 -> 256 bytes-rw-r--r--default_images/svx/res/prh020.pngbin0 -> 261 bytes-rw-r--r--default_images/svx/res/prh021.pngbin0 -> 118 bytes-rw-r--r--default_images/svx/res/prh03.pngbin0 -> 264 bytes-rw-r--r--default_images/svx/res/prh04.pngbin0 -> 257 bytes-rw-r--r--default_images/svx/res/prh05.pngbin0 -> 262 bytes-rw-r--r--default_images/svx/res/prh06.pngbin0 -> 136 bytes-rw-r--r--default_images/svx/res/prh07.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/prh08.pngbin0 -> 215 bytes-rw-r--r--default_images/svx/res/prh09.pngbin0 -> 261 bytes-rw-r--r--default_images/svx/res/rectbtns.pngbin0 -> 280 bytes-rw-r--r--default_images/svx/res/reload.pngbin0 -> 909 bytes-rw-r--r--default_images/svx/res/reloads.pngbin0 -> 299 bytes-rw-r--r--default_images/svx/res/replac3d.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/replac3d_h.pngbin0 -> 142 bytes-rw-r--r--default_images/svx/res/rotate3d.pngbin0 -> 702 bytes-rw-r--r--default_images/svx/res/rotate3d_h.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/sc10350_h.pngbin0 -> 141 bytes-rw-r--r--default_images/svx/res/sc10622.pngbin0 -> 895 bytes-rw-r--r--default_images/svx/res/sch10622.pngbin0 -> 144 bytes-rw-r--r--default_images/svx/res/sh01.pngbin0 -> 335 bytes-rw-r--r--default_images/svx/res/sh02.pngbin0 -> 345 bytes-rw-r--r--default_images/svx/res/sh03.pngbin0 -> 345 bytes-rw-r--r--default_images/svx/res/sh04.pngbin0 -> 349 bytes-rw-r--r--default_images/svx/res/sh05.pngbin0 -> 343 bytes-rw-r--r--default_images/svx/res/shadow3d.pngbin0 -> 193 bytes-rw-r--r--default_images/svx/res/shadow3d_h.pngbin0 -> 124 bytes-rw-r--r--default_images/svx/res/shh01.pngbin0 -> 253 bytes-rw-r--r--default_images/svx/res/shh02.pngbin0 -> 102 bytes-rw-r--r--default_images/svx/res/shh03.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/shh04.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/shh05.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/signet_11x16.pngbin0 -> 604 bytes-rw-r--r--default_images/svx/res/signet_11x16_h.pngbin0 -> 147 bytes-rw-r--r--default_images/svx/res/slidezoomin_11.pngbin0 -> 562 bytes-rw-r--r--default_images/svx/res/slidezoomin_11_h.pngbin0 -> 122 bytes-rw-r--r--default_images/svx/res/slidezoomout_11.pngbin0 -> 539 bytes-rw-r--r--default_images/svx/res/slidezoomout_11_h.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/spellerr.pngbin0 -> 510 bytes-rw-r--r--default_images/svx/res/spellok.pngbin0 -> 477 bytes-rw-r--r--default_images/svx/res/sphere3d.pngbin0 -> 885 bytes-rw-r--r--default_images/svx/res/sphere3d_h.pngbin0 -> 124 bytes-rw-r--r--default_images/svx/res/time.pngbin0 -> 902 bytes-rw-r--r--default_images/svx/res/time_h.pngbin0 -> 165 bytes-rw-r--r--default_images/svx/res/tr10416.pngbin0 -> 1742 bytes-rw-r--r--default_images/svx/res/tr10432.pngbin0 -> 2375 bytes-rw-r--r--default_images/svx/res/tr10433.pngbin0 -> 2485 bytes-rw-r--r--default_images/svx/res/tr10434.pngbin0 -> 2903 bytes-rw-r--r--default_images/svx/res/tr10435.pngbin0 -> 2731 bytes-rw-r--r--default_images/svx/res/tr10436.pngbin0 -> 2715 bytes-rw-r--r--default_images/svx/res/tr10437.pngbin0 -> 2440 bytes-rw-r--r--default_images/svx/res/tr10439.pngbin0 -> 2485 bytes-rw-r--r--default_images/svx/res/tr10447.pngbin0 -> 3147 bytes-rw-r--r--default_images/svx/res/tr10450.pngbin0 -> 3153 bytes-rw-r--r--default_images/svx/res/tr10452.pngbin0 -> 1641 bytes-rw-r--r--default_images/svx/res/tr10921.pngbin0 -> 2912 bytes-rw-r--r--default_images/svx/res/trh10416.pngbin0 -> 333 bytes-rw-r--r--default_images/svx/res/trh10432.pngbin0 -> 239 bytes-rw-r--r--default_images/svx/res/trh10433.pngbin0 -> 223 bytes-rw-r--r--default_images/svx/res/trh10434.pngbin0 -> 244 bytes-rw-r--r--default_images/svx/res/trh10435.pngbin0 -> 224 bytes-rw-r--r--default_images/svx/res/trh10436.pngbin0 -> 236 bytes-rw-r--r--default_images/svx/res/trh10437.pngbin0 -> 212 bytes-rw-r--r--default_images/svx/res/trh10439.pngbin0 -> 223 bytes-rw-r--r--default_images/svx/res/trh10447.pngbin0 -> 248 bytes-rw-r--r--default_images/svx/res/trh10450.pngbin0 -> 246 bytes-rw-r--r--default_images/svx/res/trh10452.pngbin0 -> 229 bytes-rw-r--r--default_images/svx/res/trh10921.pngbin0 -> 345 bytes-rw-r--r--default_images/svx/res/vendor01.pngbin0 -> 3269 bytes-rw-r--r--default_images/svx/res/vendor01h.pngbin0 -> 3269 bytes-rw-r--r--default_images/svx/res/wireframe_16.pngbin0 -> 471 bytes-rw-r--r--default_images/svx/res/wireframe_16_h.pngbin0 -> 137 bytes-rw-r--r--default_images/svx/res/zetlhor2.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/zetlhor2_h.pngbin0 -> 193 bytes-rw-r--r--default_images/svx/res/zetlver2.pngbin0 -> 198 bytes-rw-r--r--default_images/svx/res/zetlver2_h.pngbin0 -> 187 bytes-rw-r--r--default_images/svx/source/svdraw/cropmarkers.pngbin0 -> 949 bytes-rw-r--r--default_images/svx/source/svdraw/cropmarkers2.pngbin0 -> 1181 bytes-rw-r--r--default_images/svx/source/svdraw/cropmarkersACC.pngbin0 -> 1033 bytes-rw-r--r--default_images/svx/source/svdraw/markers.pngbin0 -> 2611 bytes-rw-r--r--default_images/svx/source/svdraw/markers2.pngbin0 -> 4362 bytes-rw-r--r--default_images/svx/source/svdraw/markersACC.pngbin0 -> 2232 bytes-rw-r--r--default_images/sw/imglst/lc20556.pngbin0 -> 1116 bytes-rw-r--r--default_images/sw/imglst/lc20557.pngbin0 -> 999 bytes-rw-r--r--default_images/sw/imglst/lc20558.pngbin0 -> 786 bytes-rw-r--r--default_images/sw/imglst/lch20556.pngbin0 -> 197 bytes-rw-r--r--default_images/sw/imglst/lch20557.pngbin0 -> 165 bytes-rw-r--r--default_images/sw/imglst/lch20558.pngbin0 -> 143 bytes-rw-r--r--default_images/sw/imglst/nc20000.pngbin0 -> 270 bytes-rw-r--r--default_images/sw/imglst/nc20001.pngbin0 -> 404 bytes-rw-r--r--default_images/sw/imglst/nc20002.pngbin0 -> 466 bytes-rw-r--r--default_images/sw/imglst/nc20003.pngbin0 -> 768 bytes-rw-r--r--default_images/sw/imglst/nc20004.pngbin0 -> 529 bytes-rw-r--r--default_images/sw/imglst/nc20005.pngbin0 -> 651 bytes-rw-r--r--default_images/sw/imglst/nc20006.pngbin0 -> 262 bytes-rw-r--r--default_images/sw/imglst/nc20007.pngbin0 -> 532 bytes-rw-r--r--default_images/sw/imglst/nc20008.pngbin0 -> 555 bytes-rw-r--r--default_images/sw/imglst/nc20009.pngbin0 -> 461 bytes-rw-r--r--default_images/sw/imglst/nc20010.pngbin0 -> 625 bytes-rw-r--r--default_images/sw/imglst/nc20011.pngbin0 -> 768 bytes-rw-r--r--default_images/sw/imglst/nch20000.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/nch20001.pngbin0 -> 245 bytes-rw-r--r--default_images/sw/imglst/nch20002.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/nch20003.pngbin0 -> 132 bytes-rw-r--r--default_images/sw/imglst/nch20004.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/nch20005.pngbin0 -> 160 bytes-rw-r--r--default_images/sw/imglst/nch20006.pngbin0 -> 268 bytes-rw-r--r--default_images/sw/imglst/nch20007.pngbin0 -> 127 bytes-rw-r--r--default_images/sw/imglst/nch20008.pngbin0 -> 137 bytes-rw-r--r--default_images/sw/imglst/nch20009.pngbin0 -> 116 bytes-rw-r--r--default_images/sw/imglst/nch20010.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/imglst/nch20011.pngbin0 -> 132 bytes-rw-r--r--default_images/sw/imglst/re01.pngbin0 -> 399 bytes-rw-r--r--default_images/sw/imglst/re02.pngbin0 -> 532 bytes-rw-r--r--default_images/sw/imglst/re03.pngbin0 -> 359 bytes-rw-r--r--default_images/sw/imglst/re04.pngbin0 -> 498 bytes-rw-r--r--default_images/sw/imglst/reh01.pngbin0 -> 109 bytes-rw-r--r--default_images/sw/imglst/reh02.pngbin0 -> 136 bytes-rw-r--r--default_images/sw/imglst/reh03.pngbin0 -> 269 bytes-rw-r--r--default_images/sw/imglst/reh04.pngbin0 -> 127 bytes-rw-r--r--default_images/sw/imglst/sc20171.pngbin0 -> 443 bytes-rw-r--r--default_images/sw/imglst/sc20172.pngbin0 -> 413 bytes-rw-r--r--default_images/sw/imglst/sc20173.pngbin0 -> 429 bytes-rw-r--r--default_images/sw/imglst/sc20174.pngbin0 -> 432 bytes-rw-r--r--default_images/sw/imglst/sc20175.pngbin0 -> 679 bytes-rw-r--r--default_images/sw/imglst/sc20177.pngbin0 -> 646 bytes-rw-r--r--default_images/sw/imglst/sc20179.pngbin0 -> 663 bytes-rw-r--r--default_images/sw/imglst/sc20182.pngbin0 -> 657 bytes-rw-r--r--default_images/sw/imglst/sc20183.pngbin0 -> 640 bytes-rw-r--r--default_images/sw/imglst/sc20186.pngbin0 -> 674 bytes-rw-r--r--default_images/sw/imglst/sc20233.pngbin0 -> 628 bytes-rw-r--r--default_images/sw/imglst/sc20234.pngbin0 -> 796 bytes-rw-r--r--default_images/sw/imglst/sc20235.pngbin0 -> 532 bytes-rw-r--r--default_images/sw/imglst/sc20236.pngbin0 -> 280 bytes-rw-r--r--default_images/sw/imglst/sc20238.pngbin0 -> 503 bytes-rw-r--r--default_images/sw/imglst/sc20239.pngbin0 -> 660 bytes-rw-r--r--default_images/sw/imglst/sc20244.pngbin0 -> 796 bytes-rw-r--r--default_images/sw/imglst/sc20245.pngbin0 -> 735 bytes-rw-r--r--default_images/sw/imglst/sc20246.pngbin0 -> 705 bytes-rw-r--r--default_images/sw/imglst/sc20247.pngbin0 -> 729 bytes-rw-r--r--default_images/sw/imglst/sc20248.pngbin0 -> 692 bytes-rw-r--r--default_images/sw/imglst/sc20249.pngbin0 -> 756 bytes-rw-r--r--default_images/sw/imglst/sc20556.pngbin0 -> 651 bytes-rw-r--r--default_images/sw/imglst/sc20557.pngbin0 -> 510 bytes-rw-r--r--default_images/sw/imglst/sc20558.pngbin0 -> 477 bytes-rw-r--r--default_images/sw/imglst/sch20171.pngbin0 -> 126 bytes-rw-r--r--default_images/sw/imglst/sch20172.pngbin0 -> 110 bytes-rw-r--r--default_images/sw/imglst/sch20173.pngbin0 -> 113 bytes-rw-r--r--default_images/sw/imglst/sch20174.pngbin0 -> 124 bytes-rw-r--r--default_images/sw/imglst/sch20175.pngbin0 -> 149 bytes-rw-r--r--default_images/sw/imglst/sch20177.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/imglst/sch20179.pngbin0 -> 148 bytes-rw-r--r--default_images/sw/imglst/sch20182.pngbin0 -> 146 bytes-rw-r--r--default_images/sw/imglst/sch20183.pngbin0 -> 129 bytes-rw-r--r--default_images/sw/imglst/sch20186.pngbin0 -> 147 bytes-rw-r--r--default_images/sw/imglst/sch20233.pngbin0 -> 150 bytes-rw-r--r--default_images/sw/imglst/sch20234.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/imglst/sch20235.pngbin0 -> 127 bytes-rw-r--r--default_images/sw/imglst/sch20236.pngbin0 -> 121 bytes-rw-r--r--default_images/sw/imglst/sch20238.pngbin0 -> 100 bytes-rw-r--r--default_images/sw/imglst/sch20239.pngbin0 -> 125 bytes-rw-r--r--default_images/sw/imglst/sch20244.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/imglst/sch20245.pngbin0 -> 164 bytes-rw-r--r--default_images/sw/imglst/sch20246.pngbin0 -> 136 bytes-rw-r--r--default_images/sw/imglst/sch20247.pngbin0 -> 148 bytes-rw-r--r--default_images/sw/imglst/sch20248.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/imglst/sch20249.pngbin0 -> 127 bytes-rw-r--r--default_images/sw/imglst/sch20556.pngbin0 -> 162 bytes-rw-r--r--default_images/sw/imglst/sch20557.pngbin0 -> 140 bytes-rw-r--r--default_images/sw/imglst/sch20558.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/imglst/sf01.pngbin0 -> 657 bytes-rw-r--r--default_images/sw/imglst/sf02.pngbin0 -> 667 bytes-rw-r--r--default_images/sw/imglst/sf03.pngbin0 -> 524 bytes-rw-r--r--default_images/sw/imglst/sf04.pngbin0 -> 572 bytes-rw-r--r--default_images/sw/imglst/sf05.pngbin0 -> 719 bytes-rw-r--r--default_images/sw/imglst/sfh01.pngbin0 -> 124 bytes-rw-r--r--default_images/sw/imglst/sfh02.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/imglst/sfh03.pngbin0 -> 127 bytes-rw-r--r--default_images/sw/imglst/sfh04.pngbin0 -> 122 bytes-rw-r--r--default_images/sw/imglst/sfh05.pngbin0 -> 121 bytes-rw-r--r--default_images/sw/imglst/sr20000.pngbin0 -> 410 bytes-rw-r--r--default_images/sw/imglst/sr20001.pngbin0 -> 426 bytes-rw-r--r--default_images/sw/imglst/sr20002.pngbin0 -> 404 bytes-rw-r--r--default_images/sw/imglst/sr20003.pngbin0 -> 466 bytes-rw-r--r--default_images/sw/imglst/sr20004.pngbin0 -> 525 bytes-rw-r--r--default_images/sw/imglst/sr20005.pngbin0 -> 742 bytes-rw-r--r--default_images/sw/imglst/sr20006.pngbin0 -> 676 bytes-rw-r--r--default_images/sw/imglst/sr20007.pngbin0 -> 262 bytes-rw-r--r--default_images/sw/imglst/sr20008.pngbin0 -> 651 bytes-rw-r--r--default_images/sw/imglst/sr20009.pngbin0 -> 768 bytes-rw-r--r--default_images/sw/imglst/sr20010.pngbin0 -> 529 bytes-rw-r--r--default_images/sw/imglst/sr20011.pngbin0 -> 270 bytes-rw-r--r--default_images/sw/imglst/sr20012.pngbin0 -> 422 bytes-rw-r--r--default_images/sw/imglst/sr20013.pngbin0 -> 735 bytes-rw-r--r--default_images/sw/imglst/sr20014.pngbin0 -> 640 bytes-rw-r--r--default_images/sw/imglst/sr20015.pngbin0 -> 625 bytes-rw-r--r--default_images/sw/imglst/sr20016.pngbin0 -> 1008 bytes-rw-r--r--default_images/sw/imglst/sr20017.pngbin0 -> 424 bytes-rw-r--r--default_images/sw/imglst/sr20018.pngbin0 -> 571 bytes-rw-r--r--default_images/sw/imglst/sr20019.pngbin0 -> 570 bytes-rw-r--r--default_images/sw/imglst/srh20000.pngbin0 -> 104 bytes-rw-r--r--default_images/sw/imglst/srh20001.pngbin0 -> 104 bytes-rw-r--r--default_images/sw/imglst/srh20002.pngbin0 -> 245 bytes-rw-r--r--default_images/sw/imglst/srh20003.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/srh20004.pngbin0 -> 109 bytes-rw-r--r--default_images/sw/imglst/srh20005.pngbin0 -> 156 bytes-rw-r--r--default_images/sw/imglst/srh20006.pngbin0 -> 155 bytes-rw-r--r--default_images/sw/imglst/srh20007.pngbin0 -> 268 bytes-rw-r--r--default_images/sw/imglst/srh20008.pngbin0 -> 160 bytes-rw-r--r--default_images/sw/imglst/srh20009.pngbin0 -> 132 bytes-rw-r--r--default_images/sw/imglst/srh20010.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/srh20011.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/imglst/srh20012.pngbin0 -> 114 bytes-rw-r--r--default_images/sw/imglst/srh20013.pngbin0 -> 153 bytes-rw-r--r--default_images/sw/imglst/srh20014.pngbin0 -> 129 bytes-rw-r--r--default_images/sw/imglst/srh20015.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/imglst/srh20016.pngbin0 -> 167 bytes-rw-r--r--default_images/sw/imglst/srh20017.pngbin0 -> 115 bytes-rw-r--r--default_images/sw/imglst/srh20018.pngbin0 -> 115 bytes-rw-r--r--default_images/sw/imglst/srh20019.pngbin0 -> 141 bytes-rw-r--r--default_images/sw/imglst/sx01.pngbin0 -> 261 bytes-rw-r--r--default_images/sw/imglst/sx02.pngbin0 -> 366 bytes-rw-r--r--default_images/sw/imglst/sx03.pngbin0 -> 732 bytes-rw-r--r--default_images/sw/imglst/sxh01.pngbin0 -> 284 bytes-rw-r--r--default_images/sw/imglst/sxh02.pngbin0 -> 107 bytes-rw-r--r--default_images/sw/imglst/sxh03.pngbin0 -> 148 bytes-rw-r--r--default_images/sw/imglst/wr01.pngbin0 -> 615 bytes-rw-r--r--default_images/sw/imglst/wr010.pngbin0 -> 768 bytes-rw-r--r--default_images/sw/imglst/wr011.pngbin0 -> 743 bytes-rw-r--r--default_images/sw/imglst/wr02.pngbin0 -> 639 bytes-rw-r--r--default_images/sw/imglst/wr03.pngbin0 -> 649 bytes-rw-r--r--default_images/sw/imglst/wr04.pngbin0 -> 661 bytes-rw-r--r--default_images/sw/imglst/wr05.pngbin0 -> 663 bytes-rw-r--r--default_images/sw/imglst/wr06.pngbin0 -> 650 bytes-rw-r--r--default_images/sw/imglst/wr07.pngbin0 -> 721 bytes-rw-r--r--default_images/sw/imglst/wr08.pngbin0 -> 740 bytes-rw-r--r--default_images/sw/imglst/wr09.pngbin0 -> 743 bytes-rw-r--r--default_images/sw/imglst/wrh01.pngbin0 -> 123 bytes-rw-r--r--default_images/sw/imglst/wrh010.pngbin0 -> 179 bytes-rw-r--r--default_images/sw/imglst/wrh011.pngbin0 -> 169 bytes-rw-r--r--default_images/sw/imglst/wrh02.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/imglst/wrh03.pngbin0 -> 136 bytes-rw-r--r--default_images/sw/imglst/wrh04.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/imglst/wrh05.pngbin0 -> 148 bytes-rw-r--r--default_images/sw/imglst/wrh06.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/imglst/wrh07.pngbin0 -> 155 bytes-rw-r--r--default_images/sw/imglst/wrh08.pngbin0 -> 169 bytes-rw-r--r--default_images/sw/imglst/wrh09.pngbin0 -> 169 bytes-rw-r--r--default_images/sw/res/all_left.pngbin0 -> 460 bytes-rw-r--r--default_images/sw/res/all_left_h.pngbin0 -> 106 bytes-rw-r--r--default_images/sw/res/all_right.pngbin0 -> 448 bytes-rw-r--r--default_images/sw/res/all_right_h.pngbin0 -> 106 bytes-rw-r--r--default_images/sw/res/anchor.pngbin0 -> 264 bytes-rw-r--r--default_images/sw/res/danchor.pngbin0 -> 264 bytes-rw-r--r--default_images/sw/res/dog.pngbin0 -> 1307 bytes-rw-r--r--default_images/sw/res/dog_h.pngbin0 -> 199 bytes-rw-r--r--default_images/sw/res/doublepage_11x23.pngbin0 -> 541 bytes-rw-r--r--default_images/sw/res/doublepage_11x23_h.pngbin0 -> 118 bytes-rw-r--r--default_images/sw/res/doublepage_a_11x23.pngbin0 -> 533 bytes-rw-r--r--default_images/sw/res/doublepage_a_11x23_h.pngbin0 -> 128 bytes-rw-r--r--default_images/sw/res/emptypage_11x15.pngbin0 -> 428 bytes-rw-r--r--default_images/sw/res/emptypage_11x15_h.pngbin0 -> 103 bytes-rw-r--r--default_images/sw/res/emptypage_a_11x15.pngbin0 -> 429 bytes-rw-r--r--default_images/sw/res/emptypage_a_11x15_h.pngbin0 -> 111 bytes-rw-r--r--default_images/sw/res/envhc_l.pngbin0 -> 1187 bytes-rw-r--r--default_images/sw/res/envhc_l_h.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/res/envhc_u.pngbin0 -> 1042 bytes-rw-r--r--default_images/sw/res/envhc_u_h.pngbin0 -> 130 bytes-rw-r--r--default_images/sw/res/envhl_l.pngbin0 -> 1137 bytes-rw-r--r--default_images/sw/res/envhl_l_h.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/res/envhl_u.pngbin0 -> 995 bytes-rw-r--r--default_images/sw/res/envhl_u_h.pngbin0 -> 130 bytes-rw-r--r--default_images/sw/res/envhr_l.pngbin0 -> 1147 bytes-rw-r--r--default_images/sw/res/envhr_l_h.pngbin0 -> 143 bytes-rw-r--r--default_images/sw/res/envhr_u.pngbin0 -> 1002 bytes-rw-r--r--default_images/sw/res/envhr_u_h.pngbin0 -> 129 bytes-rw-r--r--default_images/sw/res/envvc_l.pngbin0 -> 1299 bytes-rw-r--r--default_images/sw/res/envvc_l_h.pngbin0 -> 147 bytes-rw-r--r--default_images/sw/res/envvc_u.pngbin0 -> 1081 bytes-rw-r--r--default_images/sw/res/envvc_u_h.pngbin0 -> 139 bytes-rw-r--r--default_images/sw/res/envvl_l.pngbin0 -> 1231 bytes-rw-r--r--default_images/sw/res/envvl_l_h.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/res/envvl_u.pngbin0 -> 1016 bytes-rw-r--r--default_images/sw/res/envvl_u_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/res/envvr_l.pngbin0 -> 1226 bytes-rw-r--r--default_images/sw/res/envvr_l_h.pngbin0 -> 142 bytes-rw-r--r--default_images/sw/res/envvr_u.pngbin0 -> 1014 bytes-rw-r--r--default_images/sw/res/envvr_u_h.pngbin0 -> 135 bytes-rw-r--r--default_images/sw/res/one_left.pngbin0 -> 454 bytes-rw-r--r--default_images/sw/res/one_left_h.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/res/one_right.pngbin0 -> 465 bytes-rw-r--r--default_images/sw/res/one_right_h.pngbin0 -> 101 bytes-rw-r--r--default_images/sw/res/punkt.pngbin0 -> 437 bytes-rw-r--r--default_images/sw/res/punkt_h.pngbin0 -> 111 bytes-rw-r--r--default_images/sw/res/styfamnu.pngbin0 -> 719 bytes-rw-r--r--default_images/sw/res/styfamnu_h.pngbin0 -> 121 bytes-rw-r--r--default_images/sw/res/twopages_11x25.pngbin0 -> 464 bytes-rw-r--r--default_images/sw/res/twopages_11x25_h.pngbin0 -> 116 bytes-rw-r--r--default_images/sw/res/twopages_a_11x25.pngbin0 -> 464 bytes-rw-r--r--default_images/sw/res/twopages_a_11x25_h.pngbin0 -> 125 bytes-rw-r--r--default_images/sw/res/writerteam.pngbin0 -> 169171 bytes-rw-r--r--default_images/sw/res/x.pngbin0 -> 202 bytes-rw-r--r--default_images/sw/res/zetlhor2.pngbin0 -> 359 bytes-rw-r--r--default_images/sw/res/zetlhor2_h.pngbin0 -> 171 bytes-rw-r--r--default_images/sw/res/zetlver2.pngbin0 -> 387 bytes-rw-r--r--default_images/sw/res/zetlver2_h.pngbin0 -> 104 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_01.pngbin0 -> 441 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_02.pngbin0 -> 436 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_03.pngbin0 -> 435 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_04.pngbin0 -> 435 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_05.pngbin0 -> 439 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_06.pngbin0 -> 443 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_07.pngbin0 -> 444 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_08.pngbin0 -> 439 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_09.pngbin0 -> 427 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_10.pngbin0 -> 429 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_11.pngbin0 -> 429 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-32-hc_12.pngbin0 -> 435 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_01.pngbin0 -> 666 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_02.pngbin0 -> 668 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_03.pngbin0 -> 678 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_04.pngbin0 -> 680 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_05.pngbin0 -> 671 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_06.pngbin0 -> 676 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_07.pngbin0 -> 692 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_08.pngbin0 -> 682 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_09.pngbin0 -> 675 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_10.pngbin0 -> 673 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_11.pngbin0 -> 679 bytes-rw-r--r--default_images/toolkit/source/awt/spinner03-grey_12.pngbin0 -> 676 bytes-rw-r--r--default_images/vcl/source/src/check.pngbin0 -> 368 bytes-rw-r--r--default_images/vcl/source/src/checkmac.pngbin0 -> 377 bytes-rw-r--r--default_images/vcl/source/src/checkmono.bmpbin0 -> 898 bytes-rw-r--r--default_images/vcl/source/src/checkos2.pngbin0 -> 388 bytes-rw-r--r--default_images/vcl/source/src/checkunx.pngbin0 -> 226 bytes-rw-r--r--default_images/vcl/source/src/checkwin.pngbin0 -> 368 bytes-rw-r--r--default_images/vcl/source/src/closedoc.pngbin0 -> 309 bytes-rw-r--r--default_images/vcl/source/src/closedochc.pngbin0 -> 106 bytes-rw-r--r--default_images/vcl/source/src/msgbox.pngbin0 -> 6023 bytes-rw-r--r--default_images/vcl/source/src/msgbox_hc.pngbin0 -> 1106 bytes-rw-r--r--default_images/vcl/source/src/pin.pngbin0 -> 330 bytes-rw-r--r--default_images/vcl/source/src/radio.pngbin0 -> 323 bytes-rw-r--r--default_images/vcl/source/src/radiomac.pngbin0 -> 380 bytes-rw-r--r--default_images/vcl/source/src/radiomono.bmpbin0 -> 638 bytes-rw-r--r--default_images/vcl/source/src/radioos2.pngbin0 -> 404 bytes-rw-r--r--default_images/vcl/source/src/radiounx.pngbin0 -> 368 bytes-rw-r--r--default_images/vcl/source/src/radiowin.pngbin0 -> 323 bytes-rw-r--r--default_images/vcl/source/src/scrbmp.pngbin0 -> 749 bytes-rw-r--r--default_images/vcl/source/src/scrmsk.pngbin0 -> 229 bytes-rw-r--r--default_images/vcl/source/src/splharw.pngbin0 -> 258 bytes-rw-r--r--default_images/vcl/source/src/splhpin.pngbin0 -> 299 bytes-rw-r--r--default_images/vcl/source/src/splvarw.pngbin0 -> 279 bytes-rw-r--r--default_images/vcl/source/src/splvpin.pngbin0 -> 293 bytes-rw-r--r--default_images/wizards/res/diagonal.pngbin0 -> 522 bytes-rw-r--r--default_images/wizards/res/diagonal_h.pngbin0 -> 231 bytes-rw-r--r--default_images/wizards/res/formarrangefree_42.pngbin0 -> 476 bytes-rw-r--r--default_images/wizards/res/formarrangefree_42_h.pngbin0 -> 175 bytes-rw-r--r--default_images/wizards/res/formarrangelistside_42.pngbin0 -> 424 bytes-rw-r--r--default_images/wizards/res/formarrangelistside_42_h.pngbin0 -> 132 bytes-rw-r--r--default_images/wizards/res/formarrangelisttop_42.pngbin0 -> 418 bytes-rw-r--r--default_images/wizards/res/formarrangelisttop_42_h.pngbin0 -> 134 bytes-rw-r--r--default_images/wizards/res/formarrangetable_42.pngbin0 -> 442 bytes-rw-r--r--default_images/wizards/res/formarrangetable_42_h.pngbin0 -> 127 bytes-rw-r--r--default_images/wizards/res/frame_bottom.pngbin0 -> 472 bytes-rw-r--r--default_images/wizards/res/frame_bottom_h.pngbin0 -> 170 bytes-rw-r--r--default_images/wizards/res/frame_left.pngbin0 -> 474 bytes-rw-r--r--default_images/wizards/res/frame_left_h.pngbin0 -> 161 bytes-rw-r--r--default_images/wizards/res/frame_right.pngbin0 -> 470 bytes-rw-r--r--default_images/wizards/res/frame_right_h.pngbin0 -> 160 bytes-rw-r--r--default_images/wizards/res/frame_top.pngbin0 -> 472 bytes-rw-r--r--default_images/wizards/res/frame_top_h.pngbin0 -> 170 bytes-rw-r--r--default_images/wizards/res/landscape_32.pngbin0 -> 735 bytes-rw-r--r--default_images/wizards/res/landscape_32_h.pngbin0 -> 127 bytes-rw-r--r--default_images/wizards/res/portrait_32.pngbin0 -> 749 bytes-rw-r--r--default_images/wizards/res/portrait_32_h.pngbin0 -> 126 bytes-rw-r--r--default_images/wizards/res/simple.pngbin0 -> 460 bytes-rw-r--r--default_images/wizards/res/simple_h.pngbin0 -> 161 bytes-rw-r--r--default_images/wizards/res/table_2.pngbin0 -> 477 bytes-rw-r--r--default_images/wizards/res/table_2_h.pngbin0 -> 181 bytes-rw-r--r--default_images/wizards/res/table_3.pngbin0 -> 468 bytes-rw-r--r--default_images/wizards/res/table_3_h.pngbin0 -> 169 bytes-rw-r--r--default_images/wizards/res/ttt.pngbin0 -> 749 bytes-rw-r--r--default_images/wizards/res/zigzag.pngbin0 -> 539 bytes-rw-r--r--default_images/wizards/res/zigzag_h.pngbin0 -> 242 bytes-rw-r--r--default_images/xmlsecurity/res/caution_11x16.pngbin0 -> 536 bytes-rw-r--r--default_images/xmlsecurity/res/caution_11x16_h.pngbin0 -> 145 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_16.pngbin0 -> 708 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_16_h.pngbin0 -> 157 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_40x56.pngbin0 -> 2614 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_40x56_h.pngbin0 -> 267 bytes-rw-r--r--default_images/xmlsecurity/res/key_12.pngbin0 -> 439 bytes-rw-r--r--default_images/xmlsecurity/res/key_12_h.pngbin0 -> 120 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_16.pngbin0 -> 876 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_16_h.pngbin0 -> 194 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_40x56.pngbin0 -> 3343 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_40x56_h.pngbin0 -> 1213 bytes-rw-r--r--default_images/xmlsecurity/res/signet_11x16.pngbin0 -> 604 bytes-rw-r--r--default_images/xmlsecurity/res/signet_11x16_h.pngbin0 -> 147 bytes-rw-r--r--desktop/inc/app.hxx211
-rw-r--r--desktop/inc/deployment.hrc88
-rw-r--r--desktop/inc/makefile.mk51
-rw-r--r--desktop/inc/pch/precompiled_desktop.cxx32
-rw-r--r--desktop/inc/pch/precompiled_desktop.hxx43
-rw-r--r--desktop/os2/source/applauncher/launcher.cxx122
-rw-r--r--desktop/os2/source/applauncher/launcher.hxx9
-rw-r--r--desktop/os2/source/applauncher/makefile.mk125
-rw-r--r--desktop/os2/source/applauncher/officeloader.cxx3
-rw-r--r--desktop/os2/source/applauncher/quickstart.cxx3
-rw-r--r--desktop/os2/source/applauncher/sbase.cxx3
-rw-r--r--desktop/os2/source/applauncher/scalc.cxx3
-rw-r--r--desktop/os2/source/applauncher/sdraw.cxx3
-rw-r--r--desktop/os2/source/applauncher/simpress.cxx3
-rw-r--r--desktop/os2/source/applauncher/smath.cxx3
-rw-r--r--desktop/os2/source/applauncher/swriter.cxx3
-rw-r--r--desktop/prj/build.lst44
-rw-r--r--desktop/prj/d.lst145
-rw-r--r--desktop/qa/deployment_misc/makefile.mk57
-rw-r--r--desktop/qa/deployment_misc/test_dp_version.cxx93
-rw-r--r--desktop/qa/deployment_misc/version.map38
-rw-r--r--desktop/registry/data/org/openoffice/Office/Jobs.xcu78
-rw-r--r--desktop/registry/data/org/openoffice/Office/makefile.mk81
-rw-r--r--desktop/scripts/basis-link1
-rw-r--r--desktop/scripts/makefile.mk60
-rw-r--r--desktop/scripts/mozwrapper.sh8
-rw-r--r--desktop/scripts/odf-basis-link1
-rw-r--r--desktop/scripts/sbase.sh4
-rw-r--r--desktop/scripts/scalc.sh4
-rw-r--r--desktop/scripts/sdraw.sh4
-rw-r--r--desktop/scripts/simpress.sh4
-rw-r--r--desktop/scripts/smaster.sh4
-rw-r--r--desktop/scripts/smath.sh4
-rw-r--r--desktop/scripts/so-basis-link1
-rw-r--r--desktop/scripts/soffice.sh139
-rw-r--r--desktop/scripts/sweb.sh4
-rw-r--r--desktop/scripts/swriter.sh4
-rw-r--r--desktop/scripts/unoinfo.sh60
-rw-r--r--desktop/scripts/unopkg.sh84
-rw-r--r--desktop/scripts/ure-link1
-rw-r--r--desktop/source/app/app.cxx2969
-rw-r--r--desktop/source/app/appfirststart.cxx273
-rw-r--r--desktop/source/app/appinit.cxx492
-rw-r--r--desktop/source/app/appinit.hxx53
-rw-r--r--desktop/source/app/appsys.cxx72
-rw-r--r--desktop/source/app/appsys.hxx45
-rw-r--r--desktop/source/app/check_ext_deps.cxx256
-rw-r--r--desktop/source/app/checkinstall.cxx121
-rw-r--r--desktop/source/app/checkinstall.hxx45
-rw-r--r--desktop/source/app/cmdlineargs.cxx866
-rw-r--r--desktop/source/app/cmdlineargs.hxx211
-rw-r--r--desktop/source/app/cmdlinehelp.cxx176
-rw-r--r--desktop/source/app/cmdlinehelp.hxx23
-rw-r--r--desktop/source/app/configinit.cxx306
-rw-r--r--desktop/source/app/configinit.hxx71
-rw-r--r--desktop/source/app/copyright_ascii_ooo.c16
-rw-r--r--desktop/source/app/copyright_ascii_sun.c20
-rw-r--r--desktop/source/app/desktop.hrc94
-rw-r--r--desktop/source/app/desktop.src237
-rw-r--r--desktop/source/app/desktopcontext.cxx66
-rw-r--r--desktop/source/app/desktopcontext.hxx53
-rw-r--r--desktop/source/app/desktopresid.cxx47
-rw-r--r--desktop/source/app/desktopresid.hxx47
-rw-r--r--desktop/source/app/dispatchwatcher.cxx517
-rw-r--r--desktop/source/app/dispatchwatcher.hxx127
-rw-r--r--desktop/source/app/exports.dxp3
-rw-r--r--desktop/source/app/langselect.cxx421
-rw-r--r--desktop/source/app/langselect.hxx71
-rw-r--r--desktop/source/app/lockfile.cxx259
-rw-r--r--desktop/source/app/lockfile.hxx102
-rw-r--r--desktop/source/app/lockfile2.cxx73
-rw-r--r--desktop/source/app/main.c39
-rw-r--r--desktop/source/app/makefile.mk106
-rw-r--r--desktop/source/app/officeipcthread.cxx999
-rw-r--r--desktop/source/app/officeipcthread.hxx168
-rw-r--r--desktop/source/app/omutexmember.hxx64
-rw-r--r--desktop/source/app/sofficemain.cxx55
-rw-r--r--desktop/source/app/sofficemain.h46
-rw-r--r--desktop/source/app/userinstall.cxx304
-rw-r--r--desktop/source/app/userinstall.hxx55
-rw-r--r--desktop/source/app/version.map38
-rw-r--r--desktop/source/deployment/deployment.map8
-rw-r--r--desktop/source/deployment/dp_log.cxx214
-rw-r--r--desktop/source/deployment/dp_persmap.cxx269
-rw-r--r--desktop/source/deployment/dp_services.cxx140
-rw-r--r--desktop/source/deployment/dp_xml.cxx262
-rw-r--r--desktop/source/deployment/gui/descedit.cxx103
-rw-r--r--desktop/source/deployment/gui/descedit.hxx60
-rw-r--r--desktop/source/deployment/gui/dp_gui.h105
-rw-r--r--desktop/source/deployment/gui/dp_gui.hrc177
-rw-r--r--desktop/source/deployment/gui/dp_gui_autoscrolledit.cxx77
-rw-r--r--desktop/source/deployment/gui/dp_gui_autoscrolledit.hxx54
-rw-r--r--desktop/source/deployment/gui/dp_gui_backend.src134
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.cxx89
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.hxx71
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.src73
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog.src346
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx1789
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx277
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.src246
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx1188
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx122
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.cxx1175
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.hxx271
-rw-r--r--desktop/source/deployment/gui/dp_gui_service.cxx369
-rw-r--r--desktop/source/deployment/gui/dp_gui_shared.hxx65
-rw-r--r--desktop/source/deployment/gui/dp_gui_system.cxx62
-rw-r--r--desktop/source/deployment/gui/dp_gui_system.hxx40
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.cxx538
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.hxx143
-rw-r--r--desktop/source/deployment/gui/dp_gui_thread.cxx85
-rw-r--r--desktop/source/deployment/gui/dp_gui_thread.hxx87
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatability.cxx280
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatability.hxx104
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedata.hxx79
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.cxx1274
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.hxx226
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.src277
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx731
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx141
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.src206
-rw-r--r--desktop/source/deployment/gui/dp_gui_versionboxes.src79
-rw-r--r--desktop/source/deployment/gui/license_dialog.cxx328
-rw-r--r--desktop/source/deployment/gui/license_dialog.hxx73
-rw-r--r--desktop/source/deployment/gui/makefile.mk113
-rw-r--r--desktop/source/deployment/inc/db.hxx176
-rw-r--r--desktop/source/deployment/inc/dp_dependencies.hxx99
-rw-r--r--desktop/source/deployment/inc/dp_descriptioninfoset.hxx281
-rw-r--r--desktop/source/deployment/inc/dp_identifier.hxx95
-rw-r--r--desktop/source/deployment/inc/dp_interact.h153
-rw-r--r--desktop/source/deployment/inc/dp_misc.h159
-rw-r--r--desktop/source/deployment/inc/dp_misc.mk46
-rw-r--r--desktop/source/deployment/inc/dp_misc_api.hxx43
-rw-r--r--desktop/source/deployment/inc/dp_persmap.h70
-rw-r--r--desktop/source/deployment/inc/dp_platform.hxx60
-rw-r--r--desktop/source/deployment/inc/dp_resource.h70
-rw-r--r--desktop/source/deployment/inc/dp_ucb.h87
-rw-r--r--desktop/source/deployment/inc/dp_version.hxx58
-rw-r--r--desktop/source/deployment/inc/dp_xml.h164
-rw-r--r--desktop/source/deployment/makefile.mk116
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.cxx187
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.hxx83
-rw-r--r--desktop/source/deployment/manager/dp_informationprovider.cxx507
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx1283
-rw-r--r--desktop/source/deployment/manager/dp_manager.h270
-rw-r--r--desktop/source/deployment/manager/dp_manager.hrc42
-rw-r--r--desktop/source/deployment/manager/dp_manager.src58
-rw-r--r--desktop/source/deployment/manager/dp_managerfac.cxx199
-rw-r--r--desktop/source/deployment/manager/makefile.mk56
-rw-r--r--desktop/source/deployment/migration/dp_migration.cxx254
-rw-r--r--desktop/source/deployment/migration/makefile.mk45
-rw-r--r--desktop/source/deployment/misc/db.cxx275
-rw-r--r--desktop/source/deployment/misc/dp_dependencies.cxx181
-rw-r--r--desktop/source/deployment/misc/dp_descriptioninfoset.cxx581
-rw-r--r--desktop/source/deployment/misc/dp_identifier.cxx76
-rw-r--r--desktop/source/deployment/misc/dp_interact.cxx188
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx473
-rw-r--r--desktop/source/deployment/misc/dp_misc.hrc36
-rw-r--r--desktop/source/deployment/misc/dp_misc.src40
-rw-r--r--desktop/source/deployment/misc/dp_platform.cxx221
-rw-r--r--desktop/source/deployment/misc/dp_resource.cxx236
-rw-r--r--desktop/source/deployment/misc/dp_ucb.cxx282
-rw-r--r--desktop/source/deployment/misc/dp_version.cxx83
-rw-r--r--desktop/source/deployment/misc/makefile.mk97
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx1389
-rw-r--r--desktop/source/deployment/registry/component/dp_component.hrc42
-rw-r--r--desktop/source/deployment/registry/component/dp_component.src57
-rw-r--r--desktop/source/deployment/registry/component/makefile.mk51
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.cxx648
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.hrc39
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.src42
-rw-r--r--desktop/source/deployment/registry/configuration/makefile.mk55
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx594
-rw-r--r--desktop/source/deployment/registry/dp_registry.cxx531
-rw-r--r--desktop/source/deployment/registry/dp_registry.src62
-rw-r--r--desktop/source/deployment/registry/executable/dp_executable.cxx292
-rw-r--r--desktop/source/deployment/registry/executable/makefile.mk47
-rw-r--r--desktop/source/deployment/registry/help/dp_help.cxx592
-rw-r--r--desktop/source/deployment/registry/help/dp_help.hrc42
-rw-r--r--desktop/source/deployment/registry/help/dp_help.src47
-rw-r--r--desktop/source/deployment/registry/help/makefile.mk55
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h319
-rw-r--r--desktop/source/deployment/registry/inc/dp_registry.hrc43
-rw-r--r--desktop/source/deployment/registry/makefile.mk52
-rw-r--r--desktop/source/deployment/registry/package/dp_description.cxx208
-rw-r--r--desktop/source/deployment/registry/package/dp_description.hxx128
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx1547
-rw-r--r--desktop/source/deployment/registry/package/dp_package.hrc38
-rw-r--r--desktop/source/deployment/registry/package/dp_package.src37
-rw-r--r--desktop/source/deployment/registry/package/makefile.mk52
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.cxx76
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.h60
-rw-r--r--desktop/source/deployment/registry/script/dp_script.cxx476
-rw-r--r--desktop/source/deployment/registry/script/dp_script.hrc42
-rw-r--r--desktop/source/deployment/registry/script/dp_script.src52
-rw-r--r--desktop/source/deployment/registry/script/makefile.mk52
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx133
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_parceldesc.hxx92
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx401
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.hrc38
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.src38
-rw-r--r--desktop/source/deployment/registry/sfwk/makefile.mk52
-rw-r--r--desktop/source/deployment/target.pmk40
-rw-r--r--desktop/source/deployment/unopkg/makefile.mk52
-rw-r--r--desktop/source/deployment/unopkg/unopkg.src92
-rw-r--r--desktop/source/inc/exithelper.hxx73
-rw-r--r--desktop/source/inc/helpid.hrc81
-rw-r--r--desktop/source/migration/cfgfilter.cxx336
-rw-r--r--desktop/source/migration/cfgfilter.hxx173
-rw-r--r--desktop/source/migration/makefile.mk64
-rw-r--r--desktop/source/migration/migration.cxx722
-rw-r--r--desktop/source/migration/migration.hrc1
-rw-r--r--desktop/source/migration/migration.hxx49
-rw-r--r--desktop/source/migration/migration.src0
-rw-r--r--desktop/source/migration/migration_impl.hxx124
-rw-r--r--desktop/source/migration/pages.cxx706
-rw-r--r--desktop/source/migration/pages.hxx215
-rw-r--r--desktop/source/migration/services/autocorrmigration.cxx288
-rw-r--r--desktop/source/migration/services/autocorrmigration.hxx105
-rw-r--r--desktop/source/migration/services/basicmigration.cxx277
-rw-r--r--desktop/source/migration/services/basicmigration.hxx105
-rw-r--r--desktop/source/migration/services/cexports.cxx83
-rw-r--r--desktop/source/migration/services/cppumaker.mk40
-rwxr-xr-xdesktop/source/migration/services/extensionmigration.cxx553
-rwxr-xr-xdesktop/source/migration/services/extensionmigration.hxx135
-rw-r--r--desktop/source/migration/services/jvmfwk.cxx541
-rw-r--r--desktop/source/migration/services/jvmfwk.hxx60
-rw-r--r--desktop/source/migration/services/makefile.mk88
-rw-r--r--desktop/source/migration/services/migrationoo2.map8
-rw-r--r--desktop/source/migration/services/migrationoo2.xml78
-rw-r--r--desktop/source/migration/services/misc.hxx51
-rwxr-xr-xdesktop/source/migration/services/wordbookmigration.cxx325
-rwxr-xr-xdesktop/source/migration/services/wordbookmigration.hxx105
-rw-r--r--desktop/source/migration/wizard.cxx552
-rw-r--r--desktop/source/migration/wizard.hrc101
-rw-r--r--desktop/source/migration/wizard.hxx104
-rw-r--r--desktop/source/migration/wizard.src427
-rw-r--r--desktop/source/offacc/acceptor.cxx364
-rw-r--r--desktop/source/offacc/acceptor.hxx131
-rw-r--r--desktop/source/offacc/exports.map10
-rw-r--r--desktop/source/offacc/makefile.mk66
-rw-r--r--desktop/source/pagein/file_image.h81
-rw-r--r--desktop/source/pagein/file_image_unx.c153
-rw-r--r--desktop/source/pagein/makefile.mk166
-rw-r--r--desktop/source/pagein/pagein.c152
-rw-r--r--desktop/source/pkgchk/unopkg/makefile.mk106
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx512
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx445
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_main.c39
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_main.h46
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx509
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_shared.h186
-rw-r--r--desktop/source/pkgchk/unopkg/version.map38
-rw-r--r--desktop/source/registration/com/sun/star/registration/Registration.java342
-rw-r--r--desktop/source/registration/com/sun/star/registration/makefile.mk59
-rw-r--r--desktop/source/registration/com/sun/star/registration/manifest2
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/BrowserSupport.java205
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/Installer.java947
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/LinuxSystemEnvironment.java194
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/RegistrationData.java473
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/RegistrationDocument.java374
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/Registry.java558
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/ServiceTag.java640
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/SolarisServiceTag.java68
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/SolarisSystemEnvironment.java159
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/SunConnection.java296
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/SysnetRegistryHelper.java380
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/SystemEnvironment.java341
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/UnauthorizedAccessException.java59
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/Util.java297
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/WindowsSystemEnvironment.java145
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/makefile.mk83
-rw-r--r--desktop/source/registration/com/sun/star/servicetag/resources/product_registration.xsd301
-rw-r--r--desktop/source/so_comp/evaluation.cxx208
-rw-r--r--desktop/source/so_comp/evaluation.hxx95
-rw-r--r--desktop/source/so_comp/exports.map10
-rw-r--r--desktop/source/so_comp/makefile.mk81
-rw-r--r--desktop/source/so_comp/oemjob.cxx283
-rw-r--r--desktop/source/so_comp/oemjob.hxx95
-rw-r--r--desktop/source/so_comp/services.cxx163
-rw-r--r--desktop/source/splash/exports.map10
-rwxr-xr-xdesktop/source/splash/firststart.cxx159
-rwxr-xr-xdesktop/source/splash/firststart.hxx93
-rw-r--r--desktop/source/splash/makefile.mk93
-rwxr-xr-xdesktop/source/splash/services_spl.cxx160
-rw-r--r--desktop/source/splash/splash.cxx672
-rw-r--r--desktop/source/splash/splash.hxx137
-rw-r--r--desktop/test/deployment/dependencies/broken-dependency.oxtbin0 -> 1655 bytes-rw-r--r--desktop/test/deployment/dependencies/double-dependencies.oxtbin0 -> 1651 bytes-rw-r--r--desktop/test/deployment/dependencies/empty-dependencies.oxtbin0 -> 1624 bytes-rw-r--r--desktop/test/deployment/dependencies/funny-dependency.oxtbin0 -> 1730 bytes-rw-r--r--desktop/test/deployment/dependencies/license-dependency.oxtbin0 -> 1891 bytes-rw-r--r--desktop/test/deployment/dependencies/many-dependencies.oxtbin0 -> 1702 bytes-rw-r--r--desktop/test/deployment/dependencies/minattr22.oxtbin0 -> 1690 bytes-rw-r--r--desktop/test/deployment/dependencies/minattr23.oxtbin0 -> 1690 bytes-rw-r--r--desktop/test/deployment/dependencies/minattr24.oxtbin0 -> 1690 bytes-rw-r--r--desktop/test/deployment/dependencies/no-dependencies.oxtbin0 -> 1611 bytes-rw-r--r--desktop/test/deployment/dependencies/no-description.oxtbin0 -> 1360 bytes-rw-r--r--desktop/test/deployment/dependencies/readme.txt86
-rw-r--r--desktop/test/deployment/dependencies/unknown-dependency.oxtbin0 -> 1633 bytes-rw-r--r--desktop/test/deployment/dependencies/version10000.oxtbin0 -> 1668 bytes-rw-r--r--desktop/test/deployment/dependencies/version21.oxtbin0 -> 1666 bytes-rw-r--r--desktop/test/deployment/dependencies/version21ns.oxtbin0 -> 1661 bytes-rw-r--r--desktop/test/deployment/dependencies/version21other.oxtbin0 -> 1679 bytes-rw-r--r--desktop/test/deployment/dependencies/version22.oxtbin0 -> 1666 bytes-rw-r--r--desktop/test/deployment/dependencies/version23.oxtbin0 -> 1666 bytes-rw-r--r--desktop/test/deployment/dependencies/versionempty.oxtbin0 -> 1675 bytes-rw-r--r--desktop/test/deployment/dependencies/versionnone.oxtbin0 -> 1674 bytes-rw-r--r--desktop/test/deployment/description/desc1.oxtbin0 -> 2096 bytes-rw-r--r--desktop/test/deployment/description/desc2.oxtbin0 -> 2091 bytes-rw-r--r--desktop/test/deployment/description/desc3.oxtbin0 -> 2070 bytes-rw-r--r--desktop/test/deployment/description/desc4.oxtbin0 -> 2061 bytes-rw-r--r--desktop/test/deployment/description/desc5.oxtbin0 -> 2041 bytes-rwxr-xr-xdesktop/test/deployment/description/readme.txt23
-rw-r--r--desktop/test/deployment/display_name/name1.oxtbin0 -> 704 bytes-rw-r--r--desktop/test/deployment/display_name/name2.oxtbin0 -> 699 bytes-rw-r--r--desktop/test/deployment/display_name/name3.oxtbin0 -> 681 bytes-rw-r--r--desktop/test/deployment/display_name/name4.oxtbin0 -> 675 bytes-rw-r--r--desktop/test/deployment/display_name/name5.oxtbin0 -> 654 bytes-rw-r--r--desktop/test/deployment/display_name/readme.txt26
-rw-r--r--desktop/test/deployment/executable_content/build/hello.c48
-rw-r--r--desktop/test/deployment/executable_content/build/makefile.mk55
-rw-r--r--desktop/test/deployment/executable_content/build/readme.txt2
-rw-r--r--desktop/test/deployment/executable_content/hello.oxtbin0 -> 35048 bytes-rw-r--r--desktop/test/deployment/executable_content/readme.txt12
-rw-r--r--desktop/test/deployment/identifier/explicit/identifier.oxtbin0 -> 1660 bytes-rw-r--r--desktop/test/deployment/identifier/legacy/identifier.oxtbin0 -> 1634 bytes-rw-r--r--desktop/test/deployment/identifier/readme.txt37
-rw-r--r--desktop/test/deployment/locationtest/LocationTest.idl44
-rw-r--r--desktop/test/deployment/locationtest/LocationTest.java169
-rw-r--r--desktop/test/deployment/locationtest/LocationTest.odtbin0 -> 7681 bytes-rw-r--r--desktop/test/deployment/locationtest/MANIFEST.MF2
-rw-r--r--desktop/test/deployment/locationtest/delzip1
-rw-r--r--desktop/test/deployment/locationtest/description.xml13
-rw-r--r--desktop/test/deployment/locationtest/makefile.mk88
-rw-r--r--desktop/test/deployment/locationtest/manifest.xml5
-rw-r--r--desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/MANIFEST.MF2
-rw-r--r--desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java453
-rw-r--r--desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/makefile.mk57
-rw-r--r--desktop/test/deployment/options/leaf1.oxtbin0 -> 8308 bytes-rw-r--r--desktop/test/deployment/options/leaf1mod.oxtbin0 -> 8310 bytes-rw-r--r--desktop/test/deployment/options/leaf2.oxtbin0 -> 8338 bytes-rw-r--r--desktop/test/deployment/options/leaves1.oxtbin0 -> 21158 bytes-rw-r--r--desktop/test/deployment/options/leaves2.oxtbin0 -> 21153 bytes-rw-r--r--desktop/test/deployment/options/leaves3.oxtbin0 -> 21080 bytes-rw-r--r--desktop/test/deployment/options/modules1.oxtbin0 -> 24317 bytes-rw-r--r--desktop/test/deployment/options/modules2.oxtbin0 -> 24196 bytes-rw-r--r--desktop/test/deployment/options/nodes1.oxtbin0 -> 1882 bytes-rw-r--r--desktop/test/deployment/options/nodes2.oxtbin0 -> 24287 bytes-rw-r--r--desktop/test/deployment/options/nodes3.oxtbin0 -> 24315 bytes-rw-r--r--desktop/test/deployment/options/nodes4.oxtbin0 -> 24318 bytes-rw-r--r--desktop/test/deployment/options/nodes5.oxtbin0 -> 12616 bytes-rw-r--r--desktop/test/deployment/options/readme.txt200
-rw-r--r--desktop/test/deployment/simple_license/BadDesc.oxtbin0 -> 9663 bytes-rw-r--r--desktop/test/deployment/simple_license/BadNamespace.oxtbin0 -> 9736 bytes-rw-r--r--desktop/test/deployment/simple_license/BadRoot.oxtbin0 -> 9073 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale1.oxtbin0 -> 2126 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale2.oxtbin0 -> 2121 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale3.oxtbin0 -> 2101 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale4.oxtbin0 -> 2094 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale5.oxtbin0 -> 2072 bytes-rw-r--r--desktop/test/deployment/simple_license/Locale6.oxtbin0 -> 1397 bytes-rw-r--r--desktop/test/deployment/simple_license/LongLic.oxtbin0 -> 9521 bytes-rw-r--r--desktop/test/deployment/simple_license/MissingLic.oxtbin0 -> 9214 bytes-rw-r--r--desktop/test/deployment/simple_license/MissingLicRef.oxtbin0 -> 9332 bytes-rw-r--r--desktop/test/deployment/simple_license/NoDefLang.oxtbin0 -> 9360 bytes-rw-r--r--desktop/test/deployment/simple_license/NoDesc.oxtbin0 -> 8722 bytes-rw-r--r--desktop/test/deployment/simple_license/NoLang.oxtbin0 -> 9217 bytes-rw-r--r--desktop/test/deployment/simple_license/Prefix.oxtbin0 -> 1112 bytes-rw-r--r--desktop/test/deployment/simple_license/ShortLicense.oxtbin0 -> 9381 bytes-rw-r--r--desktop/test/deployment/simple_license/ShortLicenseShared.oxtbin0 -> 9382 bytes-rw-r--r--desktop/test/deployment/simple_license/tests_simple_license.odtbin0 -> 15621 bytes-rw-r--r--desktop/test/deployment/update/changing_display_name/change1.oxtbin0 -> 1650 bytes-rw-r--r--desktop/test/deployment/update/changing_display_name/change1_mod.oxtbin0 -> 1673 bytes-rw-r--r--desktop/test/deployment/update/changing_display_name/readme.txt13
-rw-r--r--desktop/test/deployment/update/changing_display_name/update1/change1.oxtbin0 -> 1675 bytes-rw-r--r--desktop/test/deployment/update/changing_display_name/update1/change1.update.xml10
-rw-r--r--desktop/test/deployment/update/changing_display_name/update2/change1.oxtbin0 -> 1687 bytes-rw-r--r--desktop/test/deployment/update/changing_display_name/update2/change1.update.xml10
-rw-r--r--desktop/test/deployment/update/default_url/default1.oxtbin0 -> 1544 bytes-rw-r--r--desktop/test/deployment/update/default_url/default2.oxtbin0 -> 1544 bytes-rw-r--r--desktop/test/deployment/update/default_url/readme.txt9
-rw-r--r--desktop/test/deployment/update/default_url/update/default1.oxtbin0 -> 1546 bytes-rw-r--r--desktop/test/deployment/update/default_url/update/default1.update.xml10
-rw-r--r--desktop/test/deployment/update/default_url/update/default2.oxtbin0 -> 1546 bytes-rw-r--r--desktop/test/deployment/update/default_url/update/default2.update.xml10
-rw-r--r--desktop/test/deployment/update/default_url/update/feed1.xml33
-rw-r--r--desktop/test/deployment/update/defect/fail1.oxtbin0 -> 2189 bytes-rw-r--r--desktop/test/deployment/update/defect/fail2.oxtbin0 -> 2188 bytes-rw-r--r--desktop/test/deployment/update/defect/fail3.oxtbin0 -> 2188 bytes-rw-r--r--desktop/test/deployment/update/defect/fail4.oxtbin0 -> 2189 bytes-rw-r--r--desktop/test/deployment/update/defect/info1.oxtbin0 -> 2188 bytes-rw-r--r--desktop/test/deployment/update/defect/info2.oxtbin0 -> 2187 bytes-rw-r--r--desktop/test/deployment/update/defect/info3.oxtbin0 -> 2187 bytes-rw-r--r--desktop/test/deployment/update/defect/readme.txt15
-rw-r--r--desktop/test/deployment/update/defect/update/fail1.oxtbin0 -> 2193 bytes-rw-r--r--desktop/test/deployment/update/defect/update/fail1.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail2.oxtbin0 -> 2436 bytes-rw-r--r--desktop/test/deployment/update/defect/update/fail2.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail3.oxtbin0 -> 2396 bytes-rw-r--r--desktop/test/deployment/update/defect/update/fail3.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail4.oxt0
-rw-r--r--desktop/test/deployment/update/defect/update/fail4.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/info1.update.xml0
-rw-r--r--desktop/test/deployment/update/defect/update/info2.update.xml1
-rw-r--r--desktop/test/deployment/update/defect/update/info3.oxtbin0 -> 2189 bytes-rw-r--r--desktop/test/deployment/update/defect/update/info3.update.xml10
-rw-r--r--desktop/test/deployment/update/dependencies/publisher_en.html9
-rw-r--r--desktop/test/deployment/update/dependencies/readme.txt36
-rw-r--r--desktop/test/deployment/update/dependencies/release-notes_en.html8
-rw-r--r--desktop/test/deployment/update/dependencies/update-dependencies.oxtbin0 -> 1751 bytes-rw-r--r--desktop/test/deployment/update/dependencies/update/update-dependencies.update.xml75
-rw-r--r--desktop/test/deployment/update/license/lic1.oxtbin0 -> 3608 bytes-rw-r--r--desktop/test/deployment/update/license/lic2.oxtbin0 -> 3625 bytes-rw-r--r--desktop/test/deployment/update/license/lic3.oxtbin0 -> 3624 bytes-rw-r--r--desktop/test/deployment/update/license/readme.txt9
-rw-r--r--desktop/test/deployment/update/license/update/lic1.oxtbin0 -> 3610 bytes-rw-r--r--desktop/test/deployment/update/license/update/lic1.update.xml10
-rw-r--r--desktop/test/deployment/update/license/update/lic2.oxtbin0 -> 3627 bytes-rw-r--r--desktop/test/deployment/update/license/update/lic2.update.xml10
-rw-r--r--desktop/test/deployment/update/license/update/lic3.oxtbin0 -> 3626 bytes-rw-r--r--desktop/test/deployment/update/license/update/lic3.update.xml10
-rw-r--r--desktop/test/deployment/update/platform/all1.oxtbin0 -> 692 bytes-rw-r--r--desktop/test/deployment/update/platform/all2.oxtbin0 -> 702 bytes-rw-r--r--desktop/test/deployment/update/platform/all3.oxtbin0 -> 297 bytes-rw-r--r--desktop/test/deployment/update/platform/freebsd_x86.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/freebsd_x86_64.oxtbin0 -> 711 bytes-rw-r--r--desktop/test/deployment/update/platform/invalid1.oxtbin0 -> 653 bytes-rw-r--r--desktop/test/deployment/update/platform/invalid2.oxtbin0 -> 653 bytes-rw-r--r--desktop/test/deployment/update/platform/invalid3.oxtbin0 -> 655 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_arm_eabi.oxtbin0 -> 709 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_arm_oabi.oxtbin0 -> 710 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_ia64.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_mips_eb.oxtbin0 -> 709 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_mips_el.oxtbin0 -> 708 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_powerpc.oxtbin0 -> 708 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_powerpc64.oxtbin0 -> 710 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_s390.oxtbin0 -> 705 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_s390x.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_sparc.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_x86.oxtbin0 -> 705 bytes-rw-r--r--desktop/test/deployment/update/platform/linux_x86_64.oxtbin0 -> 708 bytes-rw-r--r--desktop/test/deployment/update/platform/macosx_powerpc.oxtbin0 -> 710 bytes-rw-r--r--desktop/test/deployment/update/platform/macosx_x86.oxtbin0 -> 707 bytes-rw-r--r--desktop/test/deployment/update/platform/mul1.oxtbin0 -> 952 bytes-rw-r--r--desktop/test/deployment/update/platform/os2_x86.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/readme.txt49
-rw-r--r--desktop/test/deployment/update/platform/solaris_sparc.oxtbin0 -> 709 bytes-rw-r--r--desktop/test/deployment/update/platform/solaris_x86.oxtbin0 -> 706 bytes-rw-r--r--desktop/test/deployment/update/platform/windows_x86.oxtbin0 -> 707 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub1.oxtbin0 -> 1882 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub10.oxtbin0 -> 1742 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub11.oxtbin0 -> 1601 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub2.oxtbin0 -> 1866 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub3.oxtbin0 -> 1829 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub4.oxtbin0 -> 1812 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub5.oxtbin0 -> 1769 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub6.oxtbin0 -> 1814 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub7.oxtbin0 -> 1769 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub8.oxtbin0 -> 1853 bytes-rw-r--r--desktop/test/deployment/update/publisher/pub9.oxtbin0 -> 1779 bytes-rw-r--r--desktop/test/deployment/update/publisher/publisher_de-DE-altmark.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_de-DE.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_de.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en-GB.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en-US-region1.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en-US-region2.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en-US.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en-region3.html9
-rw-r--r--desktop/test/deployment/update/publisher/publisher_en.html9
-rw-r--r--desktop/test/deployment/update/publisher/readme.txt212
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_de-DE-altmark.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_de-DE.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_de.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en-GB.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en-US-region1.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en-US-region2.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en-US.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en-region3.html8
-rw-r--r--desktop/test/deployment/update/publisher/release-notes_en.html8
-rw-r--r--desktop/test/deployment/update/publisher/update/pub1.oxtbin0 -> 1885 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub1.update.xml36
-rw-r--r--desktop/test/deployment/update/publisher/update/pub10.oxtbin0 -> 1744 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub11.oxtbin0 -> 1603 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub2.oxtbin0 -> 1871 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub2.update.xml34
-rw-r--r--desktop/test/deployment/update/publisher/update/pub3.oxtbin0 -> 1833 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub3.update.xml30
-rw-r--r--desktop/test/deployment/update/publisher/update/pub4.oxtbin0 -> 1815 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub4.update.xml28
-rw-r--r--desktop/test/deployment/update/publisher/update/pub5.oxtbin0 -> 1774 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub5.update.xml24
-rw-r--r--desktop/test/deployment/update/publisher/update/pub6.oxtbin0 -> 1816 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub6.update.xml24
-rw-r--r--desktop/test/deployment/update/publisher/update/pub7.oxtbin0 -> 1771 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub7.update.xml24
-rw-r--r--desktop/test/deployment/update/publisher/update/pub8.oxtbin0 -> 1855 bytes-rw-r--r--desktop/test/deployment/update/publisher/update/pub9.oxtbin0 -> 1781 bytes-rw-r--r--desktop/test/deployment/update/readme.txt71
-rw-r--r--desktop/test/deployment/update/simple/plain1.oxtbin0 -> 1642 bytes-rw-r--r--desktop/test/deployment/update/simple/plain2.oxtbin0 -> 1643 bytes-rw-r--r--desktop/test/deployment/update/simple/plain3.oxtbin0 -> 1643 bytes-rw-r--r--desktop/test/deployment/update/simple/readme.txt31
-rw-r--r--desktop/test/deployment/update/simple/update/plain1.oxtbin0 -> 1645 bytes-rw-r--r--desktop/test/deployment/update/simple/update/plain1.update.xml10
-rw-r--r--desktop/test/deployment/update/simple/update/plain2.oxtbin0 -> 1645 bytes-rw-r--r--desktop/test/deployment/update/simple/update/plain2.update.xml10
-rw-r--r--desktop/test/deployment/update/simple/update/plain3.oxtbin0 -> 1645 bytes-rw-r--r--desktop/test/deployment/update/simple/update/plain3.update.xml10
-rw-r--r--desktop/test/deployment/update/updatefeed/feed1.oxtbin0 -> 2184 bytes-rw-r--r--desktop/test/deployment/update/updatefeed/feed2.oxtbin0 -> 2184 bytes-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed1.oxtbin0 -> 2184 bytes-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed1.update.xml10
-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed1.xml33
-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed2.oxtbin0 -> 2184 bytes-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed2.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/MANIFEST.MF2
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/TestExtension.idl44
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/TestExtension.java169
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/delzip1
-rw-r--r--desktop/test/deployment/update/updateinfocreation/build/description.xml13
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/makefile.mk92
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/manifest.xml5
-rw-r--r--desktop/test/deployment/update/updateinfocreation/readme.txt38
-rw-r--r--desktop/test/deployment/update/updateinfocreation/update/updateinfo.oxtbin0 -> 4295 bytes-rw-r--r--desktop/test/deployment/update/updateinfocreation/updateinfo.oxtbin0 -> 4295 bytes-rw-r--r--desktop/test/deployment/update/website_update/readme.txt133
-rw-r--r--desktop/test/deployment/update/website_update/update/web1.oxtbin0 -> 1695 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web1.update.xml20
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_de-DE-altmark.html18
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_de-DE.html18
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_de.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en-GB.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en-US-region1.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en-US-region2.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en-US.html20
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en-region3.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web1_en.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web2.oxtbin0 -> 1695 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web2.update.xml19
-rw-r--r--desktop/test/deployment/update/website_update/update/web3.oxtbin0 -> 1695 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web3.update.xml17
-rw-r--r--desktop/test/deployment/update/website_update/update/web4.oxtbin0 -> 1695 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web4.update.xml16
-rw-r--r--desktop/test/deployment/update/website_update/update/web5.oxtbin0 -> 1695 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web5.update.xml14
-rw-r--r--desktop/test/deployment/update/website_update/update/web6.oxtbin0 -> 1640 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web6/description.xml11
-rw-r--r--desktop/test/deployment/update/website_update/update/web6/readme.txt5
-rw-r--r--desktop/test/deployment/update/website_update/update/web7.oxtbin0 -> 1897 bytes-rw-r--r--desktop/test/deployment/update/website_update/update/web7/description.xml36
-rw-r--r--desktop/test/deployment/update/website_update/update/web7/readme.txt5
-rw-r--r--desktop/test/deployment/update/website_update/web1.oxtbin0 -> 1693 bytes-rw-r--r--desktop/test/deployment/update/website_update/web2.oxtbin0 -> 1693 bytes-rw-r--r--desktop/test/deployment/update/website_update/web3.oxtbin0 -> 1693 bytes-rw-r--r--desktop/test/deployment/update/website_update/web4.oxtbin0 -> 1693 bytes-rw-r--r--desktop/test/deployment/update/website_update/web5.oxtbin0 -> 1693 bytes-rw-r--r--desktop/test/deployment/update/website_update/web6.oxtbin0 -> 1638 bytes-rw-r--r--desktop/test/deployment/update/website_update/web7.oxtbin0 -> 1894 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/readme.txt18
-rw-r--r--desktop/test/deployment/update/wrong_url/update/url1.oxtbin0 -> 2192 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/update/url1.update.xml11
-rw-r--r--desktop/test/deployment/update/wrong_url/update/url2.oxtbin0 -> 2206 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/update/url2.update.xml10
-rw-r--r--desktop/test/deployment/update/wrong_url/update/wrongdownload1.update.xml11
-rw-r--r--desktop/test/deployment/update/wrong_url/update/wrongdownload2.update.xml11
-rw-r--r--desktop/test/deployment/update/wrong_url/update/wrongdownload3.update.xml11
-rw-r--r--desktop/test/deployment/update/wrong_url/url1.oxtbin0 -> 2190 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/url2.oxtbin0 -> 2205 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/url3.oxtbin0 -> 2204 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/wrongdownload1.oxtbin0 -> 2194 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/wrongdownload2.oxtbin0 -> 2194 bytes-rw-r--r--desktop/test/deployment/update/wrong_url/wrongdownload3.oxtbin0 -> 2194 bytes-rw-r--r--desktop/test/deployment/version/readme.txt89
-rw-r--r--desktop/test/deployment/version/version_0.0/dependency.oxtbin0 -> 1657 bytes-rw-r--r--desktop/test/deployment/version/version_0.0/license.oxtbin0 -> 1733 bytes-rw-r--r--desktop/test/deployment/version/version_0.0/plain.oxtbin0 -> 1618 bytes-rw-r--r--desktop/test/deployment/version/version_1.02.4.7.0/dependency.oxtbin0 -> 1662 bytes-rw-r--r--desktop/test/deployment/version/version_1.02.4.7.0/license.oxtbin0 -> 1738 bytes-rw-r--r--desktop/test/deployment/version/version_1.02.4.7.0/plain.oxtbin0 -> 1624 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.15.3/dependency.oxtbin0 -> 1662 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.15.3/license.oxtbin0 -> 1738 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.15.3/plain.oxtbin0 -> 1624 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.3/dependency.oxtbin0 -> 1659 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.3/license.oxtbin0 -> 1735 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.3/plain.oxtbin0 -> 1620 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.4.7/dependency.oxtbin0 -> 1661 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.4.7/license.oxtbin0 -> 1737 bytes-rw-r--r--desktop/test/deployment/version/version_1.2.4.7/plain.oxtbin0 -> 1623 bytes-rw-r--r--desktop/test/deployment/version/version_badelement/dependency.oxtbin0 -> 1654 bytes-rw-r--r--desktop/test/deployment/version/version_badelement/license.oxtbin0 -> 1731 bytes-rw-r--r--desktop/test/deployment/version/version_badelement/plain.oxtbin0 -> 1616 bytes-rw-r--r--desktop/test/deployment/version/version_badvalue/dependency.oxtbin0 -> 1657 bytes-rw-r--r--desktop/test/deployment/version/version_badvalue/license.oxtbin0 -> 1733 bytes-rw-r--r--desktop/test/deployment/version/version_badvalue/plain.oxtbin0 -> 1618 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_0.0/dependency.oxtbin0 -> 1618 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_1.02.4.7.0/dependency.oxtbin0 -> 1624 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_1.2.15.3/dependency.oxtbin0 -> 1624 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_1.2.3/dependency.oxtbin0 -> 1620 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_1.2.4.7/dependency.oxtbin0 -> 1623 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_badelement/dependency.oxtbin0 -> 1616 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_badvalue/dependency.oxtbin0 -> 1618 bytes-rw-r--r--desktop/test/deployment/version/version_nodependencies_none/dependency.oxtbin0 -> 1598 bytes-rw-r--r--desktop/test/deployment/version/version_none/dependency.oxtbin0 -> 1645 bytes-rw-r--r--desktop/test/deployment/version/version_none/license.oxtbin0 -> 1722 bytes-rw-r--r--desktop/test/deployment/version/version_none/plain.oxtbin0 -> 1598 bytes-rw-r--r--desktop/unx/source/officeloader/makefile.mk51
-rwxr-xr-xdesktop/unx/source/officeloader/officeloader.cxx113
-rw-r--r--desktop/util/hidother.src57
-rw-r--r--desktop/util/makefile.mk341
-rw-r--r--desktop/util/ooverinfo.rc139
-rw-r--r--desktop/util/ooverinfo2.rc89
-rw-r--r--desktop/util/soffice.icobin0 -> 4990 bytes-rw-r--r--desktop/util/template.manifest10
-rw-r--r--desktop/util/verinfo.rc142
-rw-r--r--desktop/util/writer.r1
-rw-r--r--desktop/win32/source/applauncher/launcher.cxx149
-rw-r--r--desktop/win32/source/applauncher/launcher.hxx21
-rw-r--r--desktop/win32/source/applauncher/makefile.mk152
-rw-r--r--desktop/win32/source/applauncher/ooo/makefile.mk134
-rw-r--r--desktop/win32/source/applauncher/ooo/verinfo.rc97
-rw-r--r--desktop/win32/source/applauncher/sbase.cxx37
-rw-r--r--desktop/win32/source/applauncher/scalc.cxx37
-rw-r--r--desktop/win32/source/applauncher/sdraw.cxx37
-rw-r--r--desktop/win32/source/applauncher/simpress.cxx37
-rw-r--r--desktop/win32/source/applauncher/smath.cxx37
-rw-r--r--desktop/win32/source/applauncher/sweb.cxx37
-rw-r--r--desktop/win32/source/applauncher/swriter.cxx35
-rw-r--r--desktop/win32/source/applauncher/verinfo.rc102
-rw-r--r--desktop/win32/source/extendloaderenvironment.cxx185
-rw-r--r--desktop/win32/source/extendloaderenvironment.hxx98
-rw-r--r--desktop/win32/source/guiloader/genericloader.cxx179
-rw-r--r--desktop/win32/source/guiloader/makefile.mk68
-rw-r--r--desktop/win32/source/guistdio/guistdio.cxx33
-rw-r--r--desktop/win32/source/guistdio/guistdio.inc456
-rw-r--r--desktop/win32/source/guistdio/makefile.mk62
-rw-r--r--desktop/win32/source/guistdio/unopkgio.cxx34
-rw-r--r--desktop/win32/source/lwrapa.cxx35
-rw-r--r--desktop/win32/source/lwrapw.cxx36
-rw-r--r--desktop/win32/source/main.h13
-rw-r--r--desktop/win32/source/makefile.mk67
-rw-r--r--desktop/win32/source/officeloader/makefile.mk67
-rw-r--r--desktop/win32/source/officeloader/officeloader.cxx426
-rw-r--r--desktop/win32/source/rebase/Resource.h41
-rw-r--r--desktop/win32/source/rebase/makefile.mk93
-rw-r--r--desktop/win32/source/rebase/rcfooter.txt2
-rw-r--r--desktop/win32/source/rebase/rcheader.txt39
-rw-r--r--desktop/win32/source/rebase/rctmpl.txt9
-rw-r--r--desktop/win32/source/rebase/rebase.cxx190
-rw-r--r--desktop/win32/source/rebase/rebasegui.cxx200
-rw-r--r--desktop/win32/source/rebase/rebasegui.ulf11
-rw-r--r--desktop/win32/source/rwrapa.cxx35
-rw-r--r--desktop/win32/source/rwrapw.cxx36
-rw-r--r--desktop/win32/source/setup/Resource.h79
-rw-r--r--desktop/win32/source/setup/makefile.mk95
-rw-r--r--desktop/win32/source/setup/rcfooter.txt2
-rw-r--r--desktop/win32/source/setup/rcheader.txt43
-rw-r--r--desktop/win32/source/setup/rctmpl.txt49
-rw-r--r--desktop/win32/source/setup/setup.cpp1932
-rw-r--r--desktop/win32/source/setup/setup.hxx155
-rw-r--r--desktop/win32/source/setup/setup.icobin0 -> 4710 bytes-rw-r--r--desktop/win32/source/setup/setup.ulf162
-rw-r--r--desktop/win32/source/setup/setup_a.cxx34
-rw-r--r--desktop/win32/source/setup/setup_help.hxx50
-rw-r--r--desktop/win32/source/setup/setup_main.cxx144
-rw-r--r--desktop/win32/source/setup/setup_main.hxx76
-rw-r--r--desktop/win32/source/setup/setup_w.cxx38
-rw-r--r--desktop/win32/source/sowrapper.cxx50
-rw-r--r--desktop/win32/source/unoinfo.cxx151
-rw-r--r--desktop/win32/source/wrapper.h173
-rw-r--r--desktop/win32/source/wrappera.cxx34
-rw-r--r--desktop/win32/source/wrapperw.cxx35
-rw-r--r--desktop/zipintro/delzip1
-rw-r--r--desktop/zipintro/makefile.mk135
-rwxr-xr-xdmake/AUTHORS0
-rwxr-xr-xdmake/COPYING37
-rwxr-xr-xdmake/ChangeLog4259
-rwxr-xr-xdmake/INSTALL3
-rwxr-xr-xdmake/Makefile.am72
-rwxr-xr-xdmake/Makefile.in877
-rwxr-xr-xdmake/NEWS316
-rwxr-xr-xdmake/acinclude.m43
-rwxr-xr-xdmake/aclocal.m4908
-rw-r--r--dmake/alloc.h59
-rwxr-xr-xdmake/autogen.sh63
-rwxr-xr-xdmake/compile142
-rwxr-xr-xdmake/config.guess1463
-rw-r--r--dmake/config.h.in184
-rwxr-xr-xdmake/config.sub1579
-rwxr-xr-xdmake/configure9000
-rwxr-xr-xdmake/configure.in220
-rw-r--r--dmake/dag.c697
-rw-r--r--dmake/db.h66
-rw-r--r--dmake/dbug/dbug.mk66
-rw-r--r--dmake/dbug/dbug/dbug.c1845
-rw-r--r--dmake/dbug/dbug/dbug.h164
-rwxr-xr-xdmake/dbug/dbug/dbug.txt1452
-rw-r--r--dmake/dbug/dbug/dbug.uue368
-rwxr-xr-xdmake/dbug/dbug/example1.c12
-rwxr-xr-xdmake/dbug/dbug/example2.c17
-rwxr-xr-xdmake/dbug/dbug/example3.c16
-rwxr-xr-xdmake/dbug/dbug/factorial.c15
-rwxr-xr-xdmake/dbug/dbug/main.c27
-rwxr-xr-xdmake/dbug/dbug/makeman.sh18
-rw-r--r--dmake/dbug/dbug/readme52
-rwxr-xr-xdmake/dbug/dbug/user.r938
-rw-r--r--dmake/dbug/getwd.c6
-rw-r--r--dmake/dbug/malloc/_changes9
-rw-r--r--dmake/dbug/malloc/_readme133
-rw-r--r--dmake/dbug/malloc/calloc.c49
-rw-r--r--dmake/dbug/malloc/debug.h99
-rw-r--r--dmake/dbug/malloc/dump.c103
-rw-r--r--dmake/dbug/malloc/free.c150
-rw-r--r--dmake/dbug/malloc/m_init.c79
-rw-r--r--dmake/dbug/malloc/m_perror.c73
-rw-r--r--dmake/dbug/malloc/makefile77
-rw-r--r--dmake/dbug/malloc/malloc.3223
-rw-r--r--dmake/dbug/malloc/malloc.c627
-rw-r--r--dmake/dbug/malloc/malloc.h85
-rw-r--r--dmake/dbug/malloc/mallopt.c98
-rw-r--r--dmake/dbug/malloc/memory.c195
-rw-r--r--dmake/dbug/malloc/mlc_chk.c256
-rw-r--r--dmake/dbug/malloc/mlc_chn.c188
-rw-r--r--dmake/dbug/malloc/patchlev1
-rw-r--r--dmake/dbug/malloc/realloc.c180
-rw-r--r--dmake/dbug/malloc/string.c533
-rw-r--r--dmake/dbug/malloc/testmem.c646
-rw-r--r--dmake/dbug/malloc/testmlc.c176
-rw-r--r--dmake/dbug/malloc/tostring.c132
-rw-r--r--dmake/dbug/malloc/tostring.h13
-rw-r--r--dmake/dbug/readme13
-rwxr-xr-xdmake/depcomp530
-rw-r--r--dmake/dmake.c959
-rw-r--r--dmake/dmake.h230
-rw-r--r--dmake/dmakeroot.h.in6
-rw-r--r--dmake/dmdump.c287
-rw-r--r--dmake/dmstring.c300
-rw-r--r--dmake/dstdarg.h43
-rw-r--r--dmake/expand.c1204
-rw-r--r--dmake/extern.h192
-rw-r--r--dmake/function.c726
-rw-r--r--dmake/getinp.c848
-rw-r--r--dmake/hash.c54
-rw-r--r--dmake/imacs.c206
-rw-r--r--dmake/infer.c904
-rwxr-xr-xdmake/install-sh323
-rw-r--r--dmake/itypes.h82
-rw-r--r--dmake/mac/arlib.c56
-rw-r--r--dmake/mac/bogus.c99
-rw-r--r--dmake/mac/config.mk44
-rw-r--r--dmake/mac/dirbrk.c42
-rw-r--r--dmake/mac/directry.c264
-rw-r--r--dmake/mac/dompwmak67
-rw-r--r--dmake/mac/environ.c231
-rw-r--r--dmake/mac/eold.c119
-rw-r--r--dmake/mac/main.c43
-rw-r--r--dmake/mac/make.sh107
-rw-r--r--dmake/mac/make_mac.sh105
-rw-r--r--dmake/mac/public.h173
-rw-r--r--dmake/mac/rmprq.c38
-rw-r--r--dmake/mac/ruletab.c43
-rw-r--r--dmake/mac/startup.h28
-rw-r--r--dmake/mac/sysintf.h41
-rw-r--r--dmake/mac/template.mk7
-rw-r--r--dmake/mac/tempnam.c65
-rw-r--r--dmake/mac/tomacfil.c38
-rw-r--r--dmake/macparse.c232
-rwxr-xr-xdmake/make.bat273
-rw-r--r--dmake/make.c1774
-rwxr-xr-xdmake/make.cmd115
-rw-r--r--dmake/makefile.mk432
-rw-r--r--dmake/man/dmake.nc3644
-rw-r--r--dmake/man/dmake.tf3480
-rw-r--r--dmake/man/readme12
-rwxr-xr-xdmake/missing360
-rwxr-xr-xdmake/mkinstalldirs158
-rw-r--r--dmake/msdos/arlib.c56
-rw-r--r--dmake/msdos/borland/bcc30/config.h48
-rw-r--r--dmake/msdos/borland/bcc30/config.mk8
-rw-r--r--dmake/msdos/borland/bcc30/lib.rsp1
-rw-r--r--dmake/msdos/borland/bcc30/libswp.rsp1
-rwxr-xr-xdmake/msdos/borland/bcc30/mkswp.bat107
-rw-r--r--dmake/msdos/borland/bcc30/obj.rsp34
-rw-r--r--dmake/msdos/borland/bcc30/objswp.rsp36
-rw-r--r--dmake/msdos/borland/bcc30/public.h170
-rw-r--r--dmake/msdos/borland/bcc30/template.mk7
-rw-r--r--dmake/msdos/borland/bcc40/config.h51
-rw-r--r--dmake/msdos/borland/bcc40/config.mk7
-rw-r--r--dmake/msdos/borland/bcc40/lib.rsp2
-rw-r--r--dmake/msdos/borland/bcc40/libswp.rsp1
-rwxr-xr-xdmake/msdos/borland/bcc40/mkswp.bat107
-rw-r--r--dmake/msdos/borland/bcc40/obj.rsp34
-rw-r--r--dmake/msdos/borland/bcc40/objswp.rsp36
-rw-r--r--dmake/msdos/borland/bcc40/public.h170
-rw-r--r--dmake/msdos/borland/bcc40/template.mk7
-rw-r--r--dmake/msdos/borland/bcc45/config.h51
-rw-r--r--dmake/msdos/borland/bcc45/config.mk7
-rw-r--r--dmake/msdos/borland/bcc45/lib.rsp2
-rw-r--r--dmake/msdos/borland/bcc45/libswp.rsp1
-rwxr-xr-xdmake/msdos/borland/bcc45/mkswp.bat107
-rw-r--r--dmake/msdos/borland/bcc45/obj.rsp34
-rw-r--r--dmake/msdos/borland/bcc45/objswp.rsp36
-rw-r--r--dmake/msdos/borland/bcc45/public.h170
-rw-r--r--dmake/msdos/borland/bcc45/template.mk7
-rw-r--r--dmake/msdos/borland/bcc50/config.h51
-rw-r--r--dmake/msdos/borland/bcc50/config.mk7
-rw-r--r--dmake/msdos/borland/bcc50/lib.rsp2
-rw-r--r--dmake/msdos/borland/bcc50/libswp.rsp1
-rwxr-xr-xdmake/msdos/borland/bcc50/mkswp.bat107
-rw-r--r--dmake/msdos/borland/bcc50/obj.rsp34
-rw-r--r--dmake/msdos/borland/bcc50/objswp.rsp36
-rw-r--r--dmake/msdos/borland/bcc50/public.h170
-rw-r--r--dmake/msdos/borland/bcc50/template.mk7
-rw-r--r--dmake/msdos/borland/config.mk46
-rw-r--r--dmake/msdos/borland/tcc20/config.h48
-rw-r--r--dmake/msdos/borland/tcc20/config.mk10
-rw-r--r--dmake/msdos/borland/tcc20/libswp.rsp1
-rwxr-xr-xdmake/msdos/borland/tcc20/mkswp.bat107
-rw-r--r--dmake/msdos/borland/tcc20/objswp.rsp36
-rw-r--r--dmake/msdos/borland/tcc20/public.h170
-rw-r--r--dmake/msdos/borland/tcc20/template.mk7
-rw-r--r--dmake/msdos/borland/tempnam.c109
-rw-r--r--dmake/msdos/borland/utime.c66
-rw-r--r--dmake/msdos/config.mk71
-rw-r--r--dmake/msdos/dchdir.c47
-rw-r--r--dmake/msdos/dirbrk.c42
-rw-r--r--dmake/msdos/dirent.h32
-rw-r--r--dmake/msdos/dirlib.c285
-rw-r--r--dmake/msdos/dosdta.h16
-rw-r--r--dmake/msdos/dstrlwr.c49
-rw-r--r--dmake/msdos/exec.asm1234
-rw-r--r--dmake/msdos/exec.h43
-rw-r--r--dmake/msdos/exec.uue63
-rw-r--r--dmake/msdos/find.c130
-rw-r--r--dmake/msdos/microsft/config.h77
-rw-r--r--dmake/msdos/microsft/config.mk59
-rw-r--r--dmake/msdos/microsft/msc51/config.mk11
-rw-r--r--dmake/msdos/microsft/msc51/lib.rsp1
-rw-r--r--dmake/msdos/microsft/msc51/libswp.rsp1
-rwxr-xr-xdmake/msdos/microsft/msc51/mk.bat102
-rwxr-xr-xdmake/msdos/microsft/msc51/mkswp.bat104
-rw-r--r--dmake/msdos/microsft/msc51/obj.rsp33
-rw-r--r--dmake/msdos/microsft/msc51/objswp.rsp34
-rw-r--r--dmake/msdos/microsft/msc51/public.h170
-rw-r--r--dmake/msdos/microsft/msc51/template.mk7
-rw-r--r--dmake/msdos/microsft/msc60/config.mk11
-rw-r--r--dmake/msdos/microsft/msc60/lib.rsp1
-rw-r--r--dmake/msdos/microsft/msc60/libswp.rsp1
-rwxr-xr-xdmake/msdos/microsft/msc60/mk.bat102
-rwxr-xr-xdmake/msdos/microsft/msc60/mkswp.bat104
-rw-r--r--dmake/msdos/microsft/msc60/obj.rsp33
-rw-r--r--dmake/msdos/microsft/msc60/objswp.rsp34
-rw-r--r--dmake/msdos/microsft/msc60/public.h170
-rw-r--r--dmake/msdos/microsft/msc60/template.mk7
-rw-r--r--dmake/msdos/microsft/optoff.h27
-rw-r--r--dmake/msdos/microsft/tempnam.c110
-rw-r--r--dmake/msdos/rmprq.c44
-rw-r--r--dmake/msdos/ruletab.c45
-rw-r--r--dmake/msdos/runargv.c188
-rw-r--r--dmake/msdos/spawn.c415
-rw-r--r--dmake/msdos/startup.h26
-rw-r--r--dmake/msdos/switchar.c55
-rw-r--r--dmake/msdos/sysintf.h52
-rw-r--r--dmake/msdos/tee.c31
-rw-r--r--dmake/msdos/zortech/config.h52
-rw-r--r--dmake/msdos/zortech/config.mk73
-rw-r--r--dmake/msdos/zortech/environ.c59
-rw-r--r--dmake/msdos/zortech/lib.rsp1
-rw-r--r--dmake/msdos/zortech/libswp.rsp1
-rwxr-xr-xdmake/msdos/zortech/mkswp.bat36
-rw-r--r--dmake/msdos/zortech/obj.rsp34
-rw-r--r--dmake/msdos/zortech/objswp.rsp35
-rw-r--r--dmake/msdos/zortech/public.h169
-rw-r--r--dmake/msdos/zortech/startup.mk153
-rw-r--r--dmake/msdos/zortech/tempnam.c106
-rw-r--r--dmake/os2/config.mk54
-rw-r--r--dmake/os2/dchdir.c41
-rw-r--r--dmake/os2/dirent.h36
-rw-r--r--dmake/os2/ibm/config.h78
-rw-r--r--dmake/os2/ibm/config.mk54
-rw-r--r--dmake/os2/ibm/icc/config.mk11
-rw-r--r--dmake/os2/ibm/icc/lib.rsp1
-rwxr-xr-xdmake/os2/ibm/icc/mk.cmd96
-rw-r--r--dmake/os2/ibm/icc/obj.rsp31
-rw-r--r--dmake/os2/ibm/icc/public.h169
-rw-r--r--dmake/os2/ibm/icc/template.mk7
-rw-r--r--dmake/os2/ibm/icc3/config.mk11
-rw-r--r--dmake/os2/ibm/icc3/lib.rsp1
-rwxr-xr-xdmake/os2/ibm/icc3/mk.cmd192
-rw-r--r--dmake/os2/ibm/icc3/obj.rsp30
-rw-r--r--dmake/os2/ibm/icc3/public.h169
-rw-r--r--dmake/os2/ibm/icc3/template.mk7
-rw-r--r--dmake/os2/ibm/tempnam.c111
-rw-r--r--dmake/os2/ruletab.c47
-rw-r--r--dmake/os2/startup.h27
-rw-r--r--dmake/os2/switchar.c43
-rw-r--r--dmake/os2/sysintf.h62
-rw-r--r--dmake/parse.c176
-rw-r--r--dmake/path.c337
-rw-r--r--dmake/percent.c251
-rw-r--r--dmake/posix.h66
-rw-r--r--dmake/qssl/config.mk43
-rw-r--r--dmake/qssl/make.sh62
-rw-r--r--dmake/qssl/public.h166
-rw-r--r--dmake/qssl/ruletab.c41
-rw-r--r--dmake/qssl/runargv.c298
-rw-r--r--dmake/qssl/setup40
-rw-r--r--dmake/qssl/startup.h28
-rw-r--r--dmake/qssl/stdlib.h48
-rw-r--r--dmake/qssl/sysintf.h42
-rw-r--r--dmake/qssl/template.mk7
-rw-r--r--dmake/qssl/tempnam.c102
-rw-r--r--dmake/qssl/time.h32
-rw-r--r--dmake/quit.c116
-rw-r--r--dmake/rcsclean.awk57
-rw-r--r--dmake/readme/intro.txt40
-rw-r--r--dmake/readme/license.txt248
-rw-r--r--dmake/readme/public/install.txt203
-rw-r--r--dmake/readme/public/mac.txt43
-rw-r--r--dmake/readme/public/msdos.txt124
-rw-r--r--dmake/readme/public/os2.txt76
-rw-r--r--dmake/readme/public/qssl-qnx.txt5
-rw-r--r--dmake/readme/public/srcorg.txt74
-rw-r--r--dmake/readme/public/tos.txt31
-rw-r--r--dmake/readme/public/unix.txt171
-rw-r--r--dmake/readme/read1st.txt58
-rw-r--r--dmake/readme/release.txt196
-rw-r--r--dmake/rulparse.c1740
-rwxr-xr-xdmake/stamp-h1
-rwxr-xr-xdmake/startup/Makefile.am7
-rw-r--r--dmake/startup/Makefile.in492
-rw-r--r--dmake/startup/config.mk.in5
-rw-r--r--dmake/startup/mac/macros.mk41
-rw-r--r--dmake/startup/msdos/borland/bcc30/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc40/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc45/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc50.32/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/bcc50/macros.mk4
-rw-r--r--dmake/startup/msdos/borland/macros.mk33
-rw-r--r--dmake/startup/msdos/borland/tcc20/macros.mk4
-rw-r--r--dmake/startup/msdos/macros.mk62
-rw-r--r--dmake/startup/msdos/microsft/macros.mk34
-rw-r--r--dmake/startup/msdos/recipes.mk9
-rw-r--r--dmake/startup/msdos/zortech/macros.mk30
-rw-r--r--dmake/startup/os2/ibm/macros.mk30
-rw-r--r--dmake/startup/os2/macros.mk60
-rw-r--r--dmake/startup/qssl/macros.mk11
-rw-r--r--dmake/startup/qssl/qnx/macros.mk11
-rw-r--r--dmake/startup/qssl/qnx/recipes.mk8
-rw-r--r--dmake/startup/qssl/recipes.mk8
-rw-r--r--dmake/startup/startup.mk211
-rw-r--r--dmake/startup/summary3
-rw-r--r--dmake/startup/template.mk7
-rw-r--r--dmake/startup/templates/mac/template.mk7
-rw-r--r--dmake/startup/templates/msdos/borland/bcc30/template.mk7
-rw-r--r--dmake/startup/templates/msdos/borland/bcc40/template.mk7
-rw-r--r--dmake/startup/templates/msdos/borland/bcc45/template.mk7
-rw-r--r--dmake/startup/templates/msdos/borland/bcc50/template.mk7
-rw-r--r--dmake/startup/templates/msdos/borland/tcc20/template.mk7
-rw-r--r--dmake/startup/templates/msdos/microsft/msc51/template.mk7
-rw-r--r--dmake/startup/templates/msdos/microsft/msc60/template.mk7
-rw-r--r--dmake/startup/templates/os2/ibm/icc/template.mk7
-rw-r--r--dmake/startup/templates/qssl/template.mk7
-rw-r--r--dmake/startup/templates/tos/template.mk7
-rw-r--r--dmake/startup/templates/unix/386ix/template.mk7
-rw-r--r--dmake/startup/templates/unix/bsd43/template.mk7
-rw-r--r--dmake/startup/templates/unix/bsd43/uw/template.mk7
-rw-r--r--dmake/startup/templates/unix/bsd43/vf/template.mk7
-rw-r--r--dmake/startup/templates/unix/coherent/ver40/template.mk7
-rw-r--r--dmake/startup/templates/unix/coherent/ver42/template.mk7
-rw-r--r--dmake/startup/templates/unix/linux/gnu/template.mk7
-rw-r--r--dmake/startup/templates/unix/solaris/gnu/template.mk7
-rw-r--r--dmake/startup/templates/unix/solaris/template.mk7
-rw-r--r--dmake/startup/templates/unix/sysvr1/template.mk7
-rw-r--r--dmake/startup/templates/unix/sysvr3/pwd/template.mk7
-rw-r--r--dmake/startup/templates/unix/sysvr3/template.mk7
-rw-r--r--dmake/startup/templates/unix/sysvr4/template.mk7
-rw-r--r--dmake/startup/templates/unix/xenix/pwd/template.mk7
-rw-r--r--dmake/startup/templates/unix/xenix/template.mk7
-rw-r--r--dmake/startup/templates/win95/borland/bcc50/template.mk7
-rw-r--r--dmake/startup/templates/win95/microsft/vpp40/template.mk7
-rw-r--r--dmake/startup/templates/winnt/borland/bcc50/template.mk7
-rw-r--r--dmake/startup/templates/winnt/microsft/vpp40/template.mk7
-rw-r--r--dmake/startup/tos/macros.mk24
-rw-r--r--dmake/startup/unix/386ix/macros.mk6
-rwxr-xr-xdmake/startup/unix/Makefile.am8
-rw-r--r--dmake/startup/unix/Makefile.in489
-rw-r--r--dmake/startup/unix/bsd43/macros.mk11
-rw-r--r--dmake/startup/unix/bsd43/recipes.mk13
-rw-r--r--dmake/startup/unix/coherent/macros.mk6
-rw-r--r--dmake/startup/unix/coherent/recipes.mk6
-rw-r--r--dmake/startup/unix/cygwin/Makefile.am6
-rw-r--r--dmake/startup/unix/cygwin/Makefile.in331
-rw-r--r--dmake/startup/unix/cygwin/macros.mk10
-rwxr-xr-xdmake/startup/unix/linux/Makefile.am6
-rw-r--r--dmake/startup/unix/linux/Makefile.in331
-rw-r--r--dmake/startup/unix/linux/gnu/macros.mk6
-rw-r--r--dmake/startup/unix/linux/macros.mk10
-rwxr-xr-xdmake/startup/unix/macosx/Makefile.am6
-rw-r--r--dmake/startup/unix/macosx/Makefile.in331
-rw-r--r--dmake/startup/unix/macosx/gnu/macros.mk6
-rw-r--r--dmake/startup/unix/macosx/macros.mk10
-rw-r--r--dmake/startup/unix/macros.mk5
-rw-r--r--dmake/startup/unix/os2/Makefile.am6
-rw-r--r--dmake/startup/unix/os2/Makefile.in331
-rw-r--r--dmake/startup/unix/os2/macros.mk60
-rw-r--r--dmake/startup/unix/recipes.mk15
-rwxr-xr-xdmake/startup/unix/solaris/Makefile.am6
-rw-r--r--dmake/startup/unix/solaris/Makefile.in331
-rw-r--r--dmake/startup/unix/solaris/macros.mk6
-rw-r--r--dmake/startup/unix/sysvr1/macros.mk6
-rw-r--r--dmake/startup/unix/sysvr3/gnu/macros.mk12
-rw-r--r--dmake/startup/unix/sysvr3/macros.mk7
-rwxr-xr-xdmake/startup/unix/sysvr4/Makefile.am6
-rw-r--r--dmake/startup/unix/sysvr4/Makefile.in331
-rw-r--r--dmake/startup/unix/sysvr4/macros.mk6
-rw-r--r--dmake/startup/unix/xenix/macros.mk6
-rw-r--r--dmake/startup/win95/borland/macros.mk34
-rw-r--r--dmake/startup/win95/macros.mk75
-rw-r--r--dmake/startup/win95/microsft/macros.mk38
-rw-r--r--dmake/startup/win95/recipes.mk9
-rw-r--r--dmake/startup/winnt/Makefile.am8
-rw-r--r--dmake/startup/winnt/Makefile.in489
-rw-r--r--dmake/startup/winnt/borland/macros.mk34
-rw-r--r--dmake/startup/winnt/macros.mk75
-rw-r--r--dmake/startup/winnt/microsft/macros.mk37
-rw-r--r--dmake/startup/winnt/mingw/Makefile.am6
-rw-r--r--dmake/startup/winnt/mingw/Makefile.in331
-rw-r--r--dmake/startup/winnt/mingw/macros.mk10
-rw-r--r--dmake/startup/winnt/msvc6/Makefile.am6
-rw-r--r--dmake/startup/winnt/msvc6/Makefile.in331
-rw-r--r--dmake/startup/winnt/msvc6/macros.mk37
-rw-r--r--dmake/startup/winnt/recipes.mk9
-rw-r--r--dmake/stat.c278
-rw-r--r--dmake/state.c231
-rw-r--r--dmake/stdmacs.h60
-rw-r--r--dmake/struct.h261
-rw-r--r--dmake/sysintf.c1157
-rw-r--r--dmake/tests/Makefile.am22
-rw-r--r--dmake/tests/Makefile.in392
-rw-r--r--dmake/tests/README12
-rwxr-xr-xdmake/tests/function_macros-196
-rwxr-xr-xdmake/tests/function_macros-10122
-rwxr-xr-xdmake/tests/function_macros-264
-rwxr-xr-xdmake/tests/function_macros-340
-rwxr-xr-xdmake/tests/function_macros-435
-rwxr-xr-xdmake/tests/function_macros-546
-rwxr-xr-xdmake/tests/function_macros-642
-rwxr-xr-xdmake/tests/function_macros-739
-rwxr-xr-xdmake/tests/function_macros-8101
-rwxr-xr-xdmake/tests/function_macros-970
-rwxr-xr-xdmake/tests/infra-044
-rwxr-xr-xdmake/tests/macros-141
-rwxr-xr-xdmake/tests/macros-1099
-rwxr-xr-xdmake/tests/macros-11147
-rwxr-xr-xdmake/tests/macros-262
-rwxr-xr-xdmake/tests/macros-371
-rwxr-xr-xdmake/tests/macros-492
-rwxr-xr-xdmake/tests/macros-568
-rwxr-xr-xdmake/tests/macros-662
-rwxr-xr-xdmake/tests/macros-776
-rwxr-xr-xdmake/tests/macros-8157
-rwxr-xr-xdmake/tests/macros-9141
-rwxr-xr-xdmake/tests/misc-135
-rwxr-xr-xdmake/tests/misc-1041
-rwxr-xr-xdmake/tests/misc-1142
-rwxr-xr-xdmake/tests/misc-1240
-rwxr-xr-xdmake/tests/misc-1351
-rwxr-xr-xdmake/tests/misc-1444
-rwxr-xr-xdmake/tests/misc-1553
-rwxr-xr-xdmake/tests/misc-1648
-rwxr-xr-xdmake/tests/misc-1742
-rwxr-xr-xdmake/tests/misc-18169
-rwxr-xr-xdmake/tests/misc-1945
-rwxr-xr-xdmake/tests/misc-240
-rwxr-xr-xdmake/tests/misc-20121
-rwxr-xr-xdmake/tests/misc-2141
-rwxr-xr-xdmake/tests/misc-344
-rwxr-xr-xdmake/tests/misc-462
-rwxr-xr-xdmake/tests/misc-549
-rwxr-xr-xdmake/tests/misc-665
-rwxr-xr-xdmake/tests/misc-747
-rwxr-xr-xdmake/tests/misc-839
-rwxr-xr-xdmake/tests/misc-953
-rwxr-xr-xdmake/tests/recipes-138
-rwxr-xr-xdmake/tests/recipes-241
-rwxr-xr-xdmake/tests/recipes-340
-rwxr-xr-xdmake/tests/recipes-438
-rwxr-xr-xdmake/tests/recipes-562
-rwxr-xr-xdmake/tests/recipes-666
-rwxr-xr-xdmake/tests/recipes-738
-rwxr-xr-xdmake/tests/recipes-8104
-rwxr-xr-xdmake/tests/recipes-9117
-rw-r--r--dmake/tests/targets-178
-rw-r--r--dmake/tests/targets-1050
-rw-r--r--dmake/tests/targets-1138
-rw-r--r--dmake/tests/targets-1247
-rwxr-xr-xdmake/tests/targets-1349
-rwxr-xr-xdmake/tests/targets-1453
-rwxr-xr-xdmake/tests/targets-1556
-rwxr-xr-xdmake/tests/targets-1649
-rwxr-xr-xdmake/tests/targets-1738
-rwxr-xr-xdmake/tests/targets-1852
-rwxr-xr-xdmake/tests/targets-1968
-rw-r--r--dmake/tests/targets-270
-rwxr-xr-xdmake/tests/targets-2065
-rwxr-xr-xdmake/tests/targets-2155
-rwxr-xr-xdmake/tests/targets-2255
-rwxr-xr-xdmake/tests/targets-2356
-rwxr-xr-xdmake/tests/targets-2461
-rwxr-xr-xdmake/tests/targets-2551
-rwxr-xr-xdmake/tests/targets-2657
-rwxr-xr-xdmake/tests/targets-2759
-rwxr-xr-xdmake/tests/targets-28175
-rwxr-xr-xdmake/tests/targets-2959
-rw-r--r--dmake/tests/targets-349
-rwxr-xr-xdmake/tests/targets-3064
-rw-r--r--dmake/tests/targets-470
-rw-r--r--dmake/tests/targets-551
-rw-r--r--dmake/tests/targets-652
-rw-r--r--dmake/tests/targets-754
-rw-r--r--dmake/tests/targets-850
-rw-r--r--dmake/tests/targets-949
-rw-r--r--dmake/tos/config.mk49
-rw-r--r--dmake/tos/make.sh57
-rw-r--r--dmake/tos/public.h166
-rw-r--r--dmake/tos/putenv.c78
-rw-r--r--dmake/tos/ruletab.c42
-rw-r--r--dmake/tos/startup.h28
-rw-r--r--dmake/tos/sysintf.h45
-rw-r--r--dmake/tos/template.mk7
-rw-r--r--dmake/tos/tempnam.c104
-rw-r--r--dmake/unix/386ix/ar.h27
-rw-r--r--dmake/unix/386ix/config.mk27
-rw-r--r--dmake/unix/386ix/make.sh60
-rw-r--r--dmake/unix/386ix/public.h167
-rw-r--r--dmake/unix/386ix/stdlib.h44
-rw-r--r--dmake/unix/386ix/template.mk7
-rw-r--r--dmake/unix/386ix/time.h35
-rwxr-xr-xdmake/unix/Makefile.am7
-rwxr-xr-xdmake/unix/Makefile.in396
-rw-r--r--dmake/unix/arlib.c610
-rw-r--r--dmake/unix/bsd43/config.mk27
-rw-r--r--dmake/unix/bsd43/dirent.h28
-rw-r--r--dmake/unix/bsd43/limits.h32
-rw-r--r--dmake/unix/bsd43/make.sh69
-rw-r--r--dmake/unix/bsd43/public.h167
-rw-r--r--dmake/unix/bsd43/putenv.c78
-rw-r--r--dmake/unix/bsd43/setvbuf.c40
-rw-r--r--dmake/unix/bsd43/stdlib.h44
-rw-r--r--dmake/unix/bsd43/string.h43
-rw-r--r--dmake/unix/bsd43/template.mk7
-rw-r--r--dmake/unix/bsd43/tempnam.c103
-rw-r--r--dmake/unix/bsd43/utime.c70
-rw-r--r--dmake/unix/bsd43/uw/config.mk17
-rw-r--r--dmake/unix/bsd43/uw/make.sh69
-rw-r--r--dmake/unix/bsd43/uw/public.h167
-rw-r--r--dmake/unix/bsd43/uw/template.mk7
-rw-r--r--dmake/unix/bsd43/vf/config.mk11
-rw-r--r--dmake/unix/bsd43/vf/ctype.h51
-rw-r--r--dmake/unix/bsd43/vf/make.sh73
-rw-r--r--dmake/unix/bsd43/vf/memcpy.c36
-rw-r--r--dmake/unix/bsd43/vf/public.h167
-rw-r--r--dmake/unix/bsd43/vf/template.mk7
-rw-r--r--dmake/unix/bsd43/vf/vfprintf.c48
-rw-r--r--dmake/unix/bsdarm32/config.mk27
-rw-r--r--dmake/unix/bsdarm32/dirent.h30
-rw-r--r--dmake/unix/bsdarm32/limits.h29
-rw-r--r--dmake/unix/bsdarm32/make.sh67
-rw-r--r--dmake/unix/bsdarm32/public.h167
-rw-r--r--dmake/unix/bsdarm32/putenv.c78
-rw-r--r--dmake/unix/bsdarm32/stdlib.h44
-rw-r--r--dmake/unix/bsdarm32/string.h42
-rw-r--r--dmake/unix/bsdarm32/template.mk7
-rw-r--r--dmake/unix/bsdarm32/tempnam.c105
-rw-r--r--dmake/unix/bsdarm32/utime.c70
-rw-r--r--dmake/unix/coherent/config.mk26
-rw-r--r--dmake/unix/coherent/stdlib.h44
-rw-r--r--dmake/unix/coherent/time.h32
-rw-r--r--dmake/unix/coherent/ver40/config.mk11
-rw-r--r--dmake/unix/coherent/ver40/getcwd.c49
-rw-r--r--dmake/unix/coherent/ver40/make.sh64
-rw-r--r--dmake/unix/coherent/ver40/public.h167
-rw-r--r--dmake/unix/coherent/ver40/template.mk7
-rw-r--r--dmake/unix/coherent/ver40/vfprintf.c190
-rw-r--r--dmake/unix/coherent/ver42/config.mk11
-rw-r--r--dmake/unix/coherent/ver42/make.sh60
-rw-r--r--dmake/unix/coherent/ver42/public.h167
-rw-r--r--dmake/unix/coherent/ver42/template.mk7
-rw-r--r--dmake/unix/config.mk39
-rw-r--r--dmake/unix/cygwin/public.h172
-rw-r--r--dmake/unix/dcache.c223
-rw-r--r--dmake/unix/dirbrk.c53
-rw-r--r--dmake/unix/linux/config.mk27
-rw-r--r--dmake/unix/linux/gnu/config.mk4
-rw-r--r--dmake/unix/linux/gnu/make.sh193
-rw-r--r--dmake/unix/linux/gnu/public.h172
-rw-r--r--dmake/unix/linux/gnu/template.mk7
-rw-r--r--dmake/unix/macosx/config.mk27
-rw-r--r--dmake/unix/macosx/gnu/config.mk4
-rw-r--r--dmake/unix/macosx/gnu/make.sh63
-rw-r--r--dmake/unix/macosx/gnu/public.h167
-rw-r--r--dmake/unix/macosx/gnu/template.mk7
-rw-r--r--dmake/unix/macosx/tempnam.c102
-rw-r--r--dmake/unix/os2/public.h172
-rw-r--r--dmake/unix/rmprq.c121
-rw-r--r--dmake/unix/ruletab.c44
-rw-r--r--dmake/unix/runargv.c1101
-rw-r--r--dmake/unix/solaris/config.mk27
-rw-r--r--dmake/unix/solaris/getcwd.c231
-rw-r--r--dmake/unix/solaris/gnu/config.mk8
-rw-r--r--dmake/unix/solaris/gnu/make.sh64
-rw-r--r--dmake/unix/solaris/gnu/public.h167
-rw-r--r--dmake/unix/solaris/gnu/template.mk7
-rw-r--r--dmake/unix/solaris/make.sh64
-rw-r--r--dmake/unix/solaris/public.h166
-rw-r--r--dmake/unix/solaris/template.mk7
-rw-r--r--dmake/unix/solaris/tempnam.c103
-rw-r--r--dmake/unix/startup.h27
-rw-r--r--dmake/unix/sysintf.h50
-rw-r--r--dmake/unix/sysvr1/config.mk28
-rw-r--r--dmake/unix/sysvr1/make.sh62
-rw-r--r--dmake/unix/sysvr1/public.h167
-rw-r--r--dmake/unix/sysvr1/putenv.c78
-rw-r--r--dmake/unix/sysvr1/stdlib.h44
-rw-r--r--dmake/unix/sysvr1/template.mk7
-rw-r--r--dmake/unix/sysvr1/time.h32
-rw-r--r--dmake/unix/sysvr1/vfprintf.c58
-rw-r--r--dmake/unix/sysvr3/config.mk27
-rw-r--r--dmake/unix/sysvr3/gnu/public.h165
-rw-r--r--dmake/unix/sysvr3/make.sh60
-rw-r--r--dmake/unix/sysvr3/public.h167
-rw-r--r--dmake/unix/sysvr3/pwd/config.mk20
-rw-r--r--dmake/unix/sysvr3/pwd/getcwd.c231
-rw-r--r--dmake/unix/sysvr3/pwd/make.sh62
-rw-r--r--dmake/unix/sysvr3/pwd/public.h167
-rw-r--r--dmake/unix/sysvr3/pwd/template.mk7
-rw-r--r--dmake/unix/sysvr3/stdlib.h55
-rw-r--r--dmake/unix/sysvr3/template.mk7
-rw-r--r--dmake/unix/sysvr3/time.h32
-rw-r--r--dmake/unix/sysvr4/config.mk27
-rw-r--r--dmake/unix/sysvr4/make.sh60
-rw-r--r--dmake/unix/sysvr4/public.h167
-rw-r--r--dmake/unix/sysvr4/template.mk7
-rw-r--r--dmake/unix/tempnam.c106
-rw-r--r--dmake/unix/xenix/config.mk27
-rw-r--r--dmake/unix/xenix/make.sh60
-rw-r--r--dmake/unix/xenix/public.h167
-rw-r--r--dmake/unix/xenix/pwd/config.mk23
-rw-r--r--dmake/unix/xenix/pwd/getcwd.c231
-rw-r--r--dmake/unix/xenix/pwd/make.sh62
-rw-r--r--dmake/unix/xenix/pwd/public.h167
-rw-r--r--dmake/unix/xenix/pwd/template.mk7
-rw-r--r--dmake/unix/xenix/stdlib.h50
-rw-r--r--dmake/unix/xenix/template.mk7
-rw-r--r--dmake/unix/xenix/time.h32
-rw-r--r--dmake/vextern.h129
-rw-r--r--dmake/win95/borland/bcc50/config.h44
-rw-r--r--dmake/win95/borland/bcc50/config.mk14
-rw-r--r--dmake/win95/borland/bcc50/lib.rsp2
-rwxr-xr-xdmake/win95/borland/bcc50/mk.bat96
-rw-r--r--dmake/win95/borland/bcc50/obj.rsp32
-rw-r--r--dmake/win95/borland/bcc50/public.h168
-rw-r--r--dmake/win95/borland/bcc50/template.mk7
-rw-r--r--dmake/win95/borland/config.mk51
-rw-r--r--dmake/win95/borland/ruletab.c44
-rw-r--r--dmake/win95/borland/sysintf.h55
-rw-r--r--dmake/win95/borland/tempnam.c114
-rw-r--r--dmake/win95/config.mk53
-rw-r--r--dmake/win95/dchdir.c49
-rw-r--r--dmake/win95/microsft/config.h122
-rw-r--r--dmake/win95/microsft/config.mk62
-rw-r--r--dmake/win95/microsft/optoff.h27
-rw-r--r--dmake/win95/microsft/ruletab.c56
-rw-r--r--dmake/win95/microsft/sysintf.h57
-rw-r--r--dmake/win95/microsft/tempnam.c110
-rw-r--r--dmake/win95/microsft/vpp40/config.mk14
-rw-r--r--dmake/win95/microsft/vpp40/lib.rsp1
-rwxr-xr-xdmake/win95/microsft/vpp40/mk.bat41
-rw-r--r--dmake/win95/microsft/vpp40/obj.rsp28
-rw-r--r--dmake/win95/microsft/vpp40/public.h167
-rw-r--r--dmake/win95/microsft/vpp40/runargv.c288
-rw-r--r--dmake/win95/microsft/vpp40/template.mk7
-rw-r--r--dmake/win95/microsft/vpp40/tempnam.c110
-rw-r--r--dmake/win95/startup.h28
-rw-r--r--dmake/win95/switchar.c43
-rw-r--r--dmake/winnt/borland/bcc50/config.h44
-rw-r--r--dmake/winnt/borland/bcc50/config.mk12
-rw-r--r--dmake/winnt/borland/bcc50/lib.rsp2
-rwxr-xr-xdmake/winnt/borland/bcc50/mk.bat95
-rwxr-xr-xdmake/winnt/borland/bcc50/mk.cmd93
-rw-r--r--dmake/winnt/borland/bcc50/obj.rsp31
-rw-r--r--dmake/winnt/borland/bcc50/public.h168
-rw-r--r--dmake/winnt/borland/bcc50/template.mk7
-rw-r--r--dmake/winnt/borland/config.mk51
-rw-r--r--dmake/winnt/borland/ruletab.c44
-rw-r--r--dmake/winnt/borland/sysintf.h55
-rw-r--r--dmake/winnt/borland/tempnam.c114
-rw-r--r--dmake/winnt/config.mk57
-rw-r--r--dmake/winnt/dchdir.c47
-rw-r--r--dmake/winnt/microsft/config.h85
-rw-r--r--dmake/winnt/microsft/config.mk61
-rw-r--r--dmake/winnt/microsft/optoff.h27
-rw-r--r--dmake/winnt/microsft/ruletab.c45
-rw-r--r--dmake/winnt/microsft/sysintf.h57
-rw-r--r--dmake/winnt/microsft/tempnam.c110
-rw-r--r--dmake/winnt/microsft/vpp40/config.mk14
-rw-r--r--dmake/winnt/microsft/vpp40/lib.rsp1
-rwxr-xr-xdmake/winnt/microsft/vpp40/mk.bat32
-rwxr-xr-xdmake/winnt/microsft/vpp40/mk.cmd31
-rw-r--r--dmake/winnt/microsft/vpp40/obj.rsp28
-rw-r--r--dmake/winnt/microsft/vpp40/public.h167
-rw-r--r--dmake/winnt/microsft/vpp40/runargv.c288
-rw-r--r--dmake/winnt/microsft/vpp40/template.mk7
-rw-r--r--dmake/winnt/microsft/vpp40/tempnam.c110
-rw-r--r--dmake/winnt/mingw/public.h167
-rw-r--r--dmake/winnt/mingw/sysintf.h62
-rw-r--r--dmake/winnt/msvc6/public.h167
-rw-r--r--dmake/winnt/msvc6/sysintf.h62
-rw-r--r--dmake/winnt/startup.h29
-rw-r--r--drawinglayer/inc/drawinglayer/animation/animationtiming.hxx156
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fillattribute.hxx138
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx83
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx107
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx92
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx98
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrattribute.hxx223
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrattribute3d.hxx217
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx92
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx107
-rw-r--r--drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx185
-rw-r--r--drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx179
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/alphaprimitive2d.hxx74
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx197
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx88
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx176
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx155
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/chartprimitive2d.hxx81
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx117
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx112
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx124
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx86
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx85
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx88
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx92
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx116
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx79
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx109
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/hittestprimitive2d.hxx81
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx63
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx86
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx75
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx75
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx110
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx84
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx271
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx360
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx114
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx143
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx86
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx215
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx107
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx195
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx146
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx188
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx78
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/unifiedalphaprimitive2d.hxx78
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx89
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx174
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx73
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx78
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx81
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/hittestprimitive3d.hxx83
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx75
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx124
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx95
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx86
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx77
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx104
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx151
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx132
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx150
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx85
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx93
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx87
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx87
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx210
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx78
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx81
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx135
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/contourextractor2d.hxx71
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/hittestprocessor2d.hxx115
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx74
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx108
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx144
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx80
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx139
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx112
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx86
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx154
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx114
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx128
-rw-r--r--drawinglayer/inc/drawinglayer/texture/texture.hxx274
-rw-r--r--drawinglayer/inc/drawinglayer/texture/texture3d.hxx173
-rw-r--r--drawinglayer/inc/makefile.mk55
-rw-r--r--drawinglayer/inc/pch/precompiled_drawinglayer.cxx37
-rw-r--r--drawinglayer/inc/pch/precompiled_drawinglayer.hxx40
-rw-r--r--drawinglayer/prj/build.lst13
-rw-r--r--drawinglayer/prj/d.lst111
-rw-r--r--drawinglayer/source/animation/animationtiming.cxx378
-rw-r--r--drawinglayer/source/animation/makefile.mk52
-rw-r--r--drawinglayer/source/attribute/fillattribute.cxx102
-rw-r--r--drawinglayer/source/attribute/fillbitmapattribute.cxx66
-rw-r--r--drawinglayer/source/attribute/lineattribute.cxx51
-rw-r--r--drawinglayer/source/attribute/linestartendattribute.cxx58
-rw-r--r--drawinglayer/source/attribute/makefile.mk61
-rw-r--r--drawinglayer/source/attribute/materialattribute3d.cxx192
-rw-r--r--drawinglayer/source/attribute/sdrallattribute3d.cxx200
-rw-r--r--drawinglayer/source/attribute/sdrattribute.cxx293
-rw-r--r--drawinglayer/source/attribute/sdrattribute3d.cxx219
-rw-r--r--drawinglayer/source/attribute/sdrfillbitmapattribute.cxx237
-rw-r--r--drawinglayer/source/attribute/strokeattribute.cxx63
-rw-r--r--drawinglayer/source/geometry/makefile.mk52
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx553
-rw-r--r--drawinglayer/source/geometry/viewinformation3d.cxx562
-rw-r--r--drawinglayer/source/primitive2d/alphaprimitive2d.cxx78
-rw-r--r--drawinglayer/source/primitive2d/animatedprimitive2d.cxx293
-rw-r--r--drawinglayer/source/primitive2d/backgroundcolorprimitive2d.cxx124
-rw-r--r--drawinglayer/source/primitive2d/baseprimitive2d.cxx264
-rw-r--r--drawinglayer/source/primitive2d/bitmapprimitive2d.cxx89
-rw-r--r--drawinglayer/source/primitive2d/borderlineprimitive2d.cxx243
-rw-r--r--drawinglayer/source/primitive2d/chartprimitive2d.cxx90
-rw-r--r--drawinglayer/source/primitive2d/controlprimitive2d.cxx394
-rw-r--r--drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx176
-rw-r--r--drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx142
-rw-r--r--drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx202
-rw-r--r--drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx162
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx458
-rw-r--r--drawinglayer/source/primitive2d/gridprimitive2d.cxx329
-rw-r--r--drawinglayer/source/primitive2d/groupprimitive2d.cxx87
-rw-r--r--drawinglayer/source/primitive2d/helplineprimitive2d.cxx230
-rw-r--r--drawinglayer/source/primitive2d/hittestprimitive2d.cxx76
-rw-r--r--drawinglayer/source/primitive2d/invertprimitive2d.cxx65
-rw-r--r--drawinglayer/source/primitive2d/makefile.mk90
-rw-r--r--drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx165
-rw-r--r--drawinglayer/source/primitive2d/maskprimitive2d.cxx79
-rw-r--r--drawinglayer/source/primitive2d/mediaprimitive2d.cxx164
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx89
-rw-r--r--drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx79
-rw-r--r--drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx185
-rw-r--r--drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx101
-rw-r--r--drawinglayer/source/primitive2d/polygonprimitive2d.cxx633
-rw-r--r--drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx548
-rw-r--r--drawinglayer/source/primitive2d/primitivetools2d.cxx106
-rw-r--r--drawinglayer/source/primitive2d/sceneprimitive2d.cxx484
-rw-r--r--drawinglayer/source/primitive2d/shadowprimitive2d.cxx114
-rw-r--r--drawinglayer/source/primitive2d/structuretagprimitive2d.cxx67
-rw-r--r--drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx888
-rw-r--r--drawinglayer/source/primitive2d/texteffectprimitive2d.cxx245
-rw-r--r--drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx166
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx430
-rw-r--r--drawinglayer/source/primitive2d/textprimitive2d.cxx374
-rw-r--r--drawinglayer/source/primitive2d/transformprimitive2d.cxx87
-rw-r--r--drawinglayer/source/primitive2d/unifiedalphaprimitive2d.cxx129
-rw-r--r--drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx130
-rw-r--r--drawinglayer/source/primitive3d/baseprimitive3d.cxx264
-rw-r--r--drawinglayer/source/primitive3d/groupprimitive3d.cxx87
-rw-r--r--drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx313
-rw-r--r--drawinglayer/source/primitive3d/hittestprimitive3d.cxx76
-rw-r--r--drawinglayer/source/primitive3d/makefile.mk70
-rw-r--r--drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx79
-rw-r--r--drawinglayer/source/primitive3d/polygonprimitive3d.cxx186
-rw-r--r--drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx573
-rw-r--r--drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx91
-rw-r--r--drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx235
-rw-r--r--drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx299
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx999
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx537
-rw-r--r--drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx396
-rw-r--r--drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx206
-rw-r--r--drawinglayer/source/primitive3d/sdrprimitive3d.cxx133
-rw-r--r--drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx236
-rw-r--r--drawinglayer/source/primitive3d/shadowprimitive3d.cxx88
-rw-r--r--drawinglayer/source/primitive3d/textureprimitive3d.cxx237
-rw-r--r--drawinglayer/source/primitive3d/transformprimitive3d.cxx87
-rw-r--r--drawinglayer/source/processor2d/baseprocessor2d.cxx99
-rw-r--r--drawinglayer/source/processor2d/canvasprocessor.cxx2226
-rw-r--r--drawinglayer/source/processor2d/contourextractor2d.cxx211
-rw-r--r--drawinglayer/source/processor2d/helperchartrenderer.cxx163
-rw-r--r--drawinglayer/source/processor2d/helperchartrenderer.hxx68
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.cxx104
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.hxx73
-rw-r--r--drawinglayer/source/processor2d/hittestprocessor2d.cxx563
-rw-r--r--drawinglayer/source/processor2d/linegeometryextractor2d.cxx152
-rw-r--r--drawinglayer/source/processor2d/makefile.mk66
-rw-r--r--drawinglayer/source/processor2d/textaspolygonextractor2d.cxx255
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaprender.cxx278
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaprender.hxx74
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx439
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx68
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx190
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.hxx78
-rw-r--r--drawinglayer/source/processor2d/vclhelpergradient.cxx297
-rw-r--r--drawinglayer/source/processor2d/vclhelpergradient.hxx69
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx1769
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx579
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx1413
-rw-r--r--drawinglayer/source/processor3d/baseprocessor3d.cxx122
-rw-r--r--drawinglayer/source/processor3d/cutfindprocessor3d.cxx199
-rw-r--r--drawinglayer/source/processor3d/defaultprocessor3d.cxx578
-rw-r--r--drawinglayer/source/processor3d/geometry2dextractor.cxx178
-rw-r--r--drawinglayer/source/processor3d/makefile.mk58
-rw-r--r--drawinglayer/source/processor3d/shadow3dextractor.cxx306
-rw-r--r--drawinglayer/source/processor3d/zbufferprocessor3d.cxx747
-rw-r--r--drawinglayer/source/texture/makefile.mk53
-rw-r--r--drawinglayer/source/texture/texture.cxx728
-rw-r--r--drawinglayer/source/texture/texture3d.cxx271
-rw-r--r--drawinglayer/util/drawinglayer.flt4
-rw-r--r--drawinglayer/util/makefile.mk94
-rw-r--r--dtrans/inc/makefile.mk51
-rw-r--r--dtrans/inc/pch/precompiled_dtrans.cxx32
-rw-r--r--dtrans/inc/pch/precompiled_dtrans.hxx35
-rw-r--r--dtrans/prj/build.lst15
-rw-r--r--dtrans/prj/d.lst9
-rw-r--r--dtrans/source/cnttype/exports.dxp3
-rw-r--r--dtrans/source/cnttype/makefile.mk57
-rw-r--r--dtrans/source/cnttype/mcnttfactory.cxx126
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx88
-rw-r--r--dtrans/source/cnttype/mcnttype.cxx430
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx100
-rw-r--r--dtrans/source/cnttype/mcnttype.xml35
-rw-r--r--dtrans/source/cnttype/mctfentry.cxx163
-rw-r--r--dtrans/source/cnttype/wbench/makefile.mk57
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx272
-rw-r--r--dtrans/source/generic/clipboardmanager.cxx269
-rw-r--r--dtrans/source/generic/clipboardmanager.hxx130
-rw-r--r--dtrans/source/generic/dtrans.cxx134
-rw-r--r--dtrans/source/generic/dtrans.xml44
-rw-r--r--dtrans/source/generic/exports.dxp3
-rw-r--r--dtrans/source/generic/exports.map9
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx208
-rw-r--r--dtrans/source/generic/generic_clipboard.hxx138
-rw-r--r--dtrans/source/generic/makefile.mk71
-rw-r--r--dtrans/source/inc/DtObjFactory.hxx57
-rw-r--r--dtrans/source/inc/MtaOleClipb.hxx137
-rw-r--r--dtrans/source/os2/clipb/OS2Bitmap.cxx254
-rw-r--r--dtrans/source/os2/clipb/Os2Clipboard.cxx450
-rw-r--r--dtrans/source/os2/clipb/Os2Clipboard.hxx139
-rw-r--r--dtrans/source/os2/clipb/Os2Service.cxx109
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.cxx179
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.hxx102
-rw-r--r--dtrans/source/os2/clipb/exports.dxp4
-rw-r--r--dtrans/source/os2/clipb/makefile.mk63
-rw-r--r--dtrans/source/os2/clipb/sysdtrans.xml43
-rw-r--r--dtrans/source/test/makefile.mk57
-rw-r--r--dtrans/source/test/test_dtrans.cxx515
-rw-r--r--dtrans/source/win32/clipb/APNDataObject.hxx90
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.cxx276
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.hxx128
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.cxx325
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.hxx160
-rw-r--r--dtrans/source/win32/clipb/exports.dxp4
-rw-r--r--dtrans/source/win32/clipb/makefile.mk63
-rw-r--r--dtrans/source/win32/clipb/sysdtrans.xml43
-rw-r--r--dtrans/source/win32/clipb/wcbentry.cxx162
-rw-r--r--dtrans/source/win32/dnd/dnd.xml46
-rw-r--r--dtrans/source/win32/dnd/dndentry.cxx156
-rw-r--r--dtrans/source/win32/dnd/exports.dxp3
-rw-r--r--dtrans/source/win32/dnd/globals.cxx142
-rw-r--r--dtrans/source/win32/dnd/globals.hxx97
-rw-r--r--dtrans/source/win32/dnd/idroptarget.cxx117
-rw-r--r--dtrans/source/win32/dnd/idroptarget.hxx77
-rw-r--r--dtrans/source/win32/dnd/makefile.mk70
-rw-r--r--dtrans/source/win32/dnd/source.cxx434
-rw-r--r--dtrans/source/win32/dnd/source.hxx154
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.cxx159
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.hxx92
-rw-r--r--dtrans/source/win32/dnd/target.cxx664
-rw-r--r--dtrans/source/win32/dnd/target.hxx216
-rw-r--r--dtrans/source/win32/dnd/targetdragcontext.cxx62
-rw-r--r--dtrans/source/win32/dnd/targetdragcontext.hxx65
-rw-r--r--dtrans/source/win32/dnd/targetdropcontext.cxx72
-rw-r--r--dtrans/source/win32/dnd/targetdropcontext.hxx75
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.cxx381
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.hxx92
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.cxx608
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.hxx136
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.cxx242
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.hxx217
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx339
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.hxx86
-rw-r--r--dtrans/source/win32/dtobj/DtObjFactory.cxx77
-rw-r--r--dtrans/source/win32/dtobj/Fetc.cxx262
-rw-r--r--dtrans/source/win32/dtobj/Fetc.hxx96
-rw-r--r--dtrans/source/win32/dtobj/FetcList.cxx483
-rw-r--r--dtrans/source/win32/dtobj/FetcList.hxx159
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.cxx539
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.hxx93
-rw-r--r--dtrans/source/win32/dtobj/MimeAttrib.hxx53
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.cxx148
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.hxx66
-rw-r--r--dtrans/source/win32/dtobj/XNotifyingDataObject.cxx166
-rw-r--r--dtrans/source/win32/dtobj/XNotifyingDataObject.hxx108
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.cxx851
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.hxx180
-rw-r--r--dtrans/source/win32/dtobj/makefile.mk80
-rw-r--r--dtrans/source/win32/ftransl/exports.dxp3
-rw-r--r--dtrans/source/win32/ftransl/ftransl.cxx651
-rw-r--r--dtrans/source/win32/ftransl/ftransl.hxx135
-rw-r--r--dtrans/source/win32/ftransl/ftransl.xml33
-rw-r--r--dtrans/source/win32/ftransl/ftranslentry.cxx166
-rw-r--r--dtrans/source/win32/ftransl/makefile.mk55
-rw-r--r--dtrans/source/win32/misc/ImplHelper.cxx492
-rw-r--r--dtrans/source/win32/misc/ImplHelper.hxx109
-rw-r--r--dtrans/source/win32/misc/WinClip.hxx48
-rw-r--r--dtrans/source/win32/misc/makefile.mk64
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx896
-rw-r--r--dtrans/source/win32/mtaole/makefile.mk58
-rw-r--r--dtrans/source/win32/workbench/XTDo.cxx434
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx137
-rw-r--r--dtrans/source/win32/workbench/makefile.mk100
-rw-r--r--dtrans/source/win32/workbench/test_wincb.cxx351
-rw-r--r--dtrans/source/win32/workbench/testmarshal.cxx246
-rw-r--r--dtrans/test/win32/dnd/atlwindow.cxx265
-rw-r--r--dtrans/test/win32/dnd/atlwindow.hxx103
-rw-r--r--dtrans/test/win32/dnd/dndTest.cxx213
-rw-r--r--dtrans/test/win32/dnd/makefile.mk87
-rw-r--r--dtrans/test/win32/dnd/sourcelistener.cxx76
-rw-r--r--dtrans/test/win32/dnd/sourcelistener.hxx68
-rw-r--r--dtrans/test/win32/dnd/targetlistener.cxx106
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx77
-rw-r--r--dtrans/test/win32/dnd/transferable.cxx129
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx127
-rw-r--r--dtrans/util/exports.dxp3
-rw-r--r--dtrans/util/exports.map10
-rw-r--r--dtrans/util/makefile.mk186
-rw-r--r--embeddedobj/inc/makefile.mk51
-rw-r--r--embeddedobj/inc/pch/precompiled_embeddedobj.cxx32
-rw-r--r--embeddedobj/inc/pch/precompiled_embeddedobj.hxx35
-rw-r--r--embeddedobj/prj/build.lst7
-rw-r--r--embeddedobj/prj/d.lst6
-rw-r--r--embeddedobj/prj/l10n1
-rw-r--r--embeddedobj/qa/embedding/EmbeddingTest.java7
-rw-r--r--embeddedobj/qa/embedding/EmbeddingUnitTest.java94
-rw-r--r--embeddedobj/qa/embedding/Test01.java135
-rw-r--r--embeddedobj/qa/embedding/TestHelper.java36
-rw-r--r--embeddedobj/qa/embedding/makefile.mk88
-rw-r--r--embeddedobj/source/commonembedding/embedobj.cxx704
-rw-r--r--embeddedobj/source/commonembedding/inplaceobj.cxx92
-rw-r--r--embeddedobj/source/commonembedding/makefile.mk60
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx700
-rw-r--r--embeddedobj/source/commonembedding/persistence.cxx1896
-rw-r--r--embeddedobj/source/commonembedding/register.cxx136
-rw-r--r--embeddedobj/source/commonembedding/specialobject.cxx248
-rw-r--r--embeddedobj/source/commonembedding/visobj.cxx239
-rw-r--r--embeddedobj/source/commonembedding/xfactory.cxx582
-rw-r--r--embeddedobj/source/commonembedding/xfactory.hxx128
-rw-r--r--embeddedobj/source/general/docholder.cxx1368
-rw-r--r--embeddedobj/source/general/dummyobject.cxx725
-rw-r--r--embeddedobj/source/general/intercept.cxx429
-rw-r--r--embeddedobj/source/general/makefile.mk64
-rw-r--r--embeddedobj/source/general/xcreator.cxx494
-rw-r--r--embeddedobj/source/inc/closepreventer.hxx41
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx505
-rw-r--r--embeddedobj/source/inc/docholder.hxx216
-rw-r--r--embeddedobj/source/inc/dummyobject.hxx300
-rw-r--r--embeddedobj/source/inc/intercept.hxx170
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx547
-rw-r--r--embeddedobj/source/inc/specialobject.hxx93
-rw-r--r--embeddedobj/source/inc/targetstatecontrol.hxx51
-rw-r--r--embeddedobj/source/inc/xcreator.hxx94
-rw-r--r--embeddedobj/source/msole/advisesink.cxx137
-rw-r--r--embeddedobj/source/msole/advisesink.hxx59
-rw-r--r--embeddedobj/source/msole/closepreventer.cxx55
-rw-r--r--embeddedobj/source/msole/exports.dxp3
-rw-r--r--embeddedobj/source/msole/graphconvert.cxx152
-rw-r--r--embeddedobj/source/msole/makefile.mk137
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx58
-rw-r--r--embeddedobj/source/msole/olecomponent.cxx1804
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx197
-rw-r--r--embeddedobj/source/msole/oleembed.cxx1031
-rw-r--r--embeddedobj/source/msole/olemisc.cxx704
-rw-r--r--embeddedobj/source/msole/olepersist.cxx2204
-rw-r--r--embeddedobj/source/msole/oleregister.cxx126
-rw-r--r--embeddedobj/source/msole/olevisual.cxx447
-rw-r--r--embeddedobj/source/msole/olewrapclient.cxx161
-rw-r--r--embeddedobj/source/msole/olewrapclient.hxx59
-rw-r--r--embeddedobj/source/msole/ownview.cxx668
-rw-r--r--embeddedobj/source/msole/ownview.hxx93
-rw-r--r--embeddedobj/source/msole/platform.h52
-rw-r--r--embeddedobj/source/msole/xdialogcreator.cxx388
-rw-r--r--embeddedobj/source/msole/xdialogcreator.hxx80
-rw-r--r--embeddedobj/source/msole/xolefactory.cxx345
-rw-r--r--embeddedobj/source/msole/xolefactory.hxx87
-rw-r--r--embeddedobj/test/Container1/BitmapPainter.java286
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java1687
-rw-r--r--embeddedobj/test/Container1/EmbedContFrame.java118
-rw-r--r--embeddedobj/test/Container1/JavaWindowPeerFake.java112
-rw-r--r--embeddedobj/test/Container1/NativeView.java180
-rw-r--r--embeddedobj/test/Container1/PaintThread.java153
-rw-r--r--embeddedobj/test/Container1/WindowHelper.java137
-rw-r--r--embeddedobj/test/Container1/makefile.mk91
-rw-r--r--embeddedobj/test/Container1/nativelib/exports.dxp3
-rw-r--r--embeddedobj/test/Container1/nativelib/makefile.mk82
-rw-r--r--embeddedobj/test/Container1/nativelib/nativeview.c189
-rw-r--r--embeddedobj/test/Container1/nativelib/nativeview.h60
-rw-r--r--embeddedobj/test/MainThreadExecutor/exports.dxp3
-rw-r--r--embeddedobj/test/MainThreadExecutor/makefile.mk71
-rw-r--r--embeddedobj/test/MainThreadExecutor/register.cxx104
-rw-r--r--embeddedobj/test/MainThreadExecutor/xexecutor.cxx145
-rw-r--r--embeddedobj/test/MainThreadExecutor/xexecutor.hxx90
-rw-r--r--embeddedobj/test/mtexecutor/bitmapcreator.cxx126
-rw-r--r--embeddedobj/test/mtexecutor/bitmapcreator.hxx72
-rw-r--r--embeddedobj/test/mtexecutor/exports.dxp3
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx142
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.hxx86
-rw-r--r--embeddedobj/test/mtexecutor/makefile.mk82
-rw-r--r--embeddedobj/test/mtexecutor/mteregister.cxx126
-rw-r--r--embeddedobj/util/exports.dxp3
-rw-r--r--embeddedobj/util/makefile.mk93
-rwxr-xr-xembedserv/prj/build.lst5
-rwxr-xr-xembedserv/prj/d.lst1
-rw-r--r--embedserv/regentries/calc.reg103
-rw-r--r--embedserv/regentries/draw.reg104
-rw-r--r--embedserv/regentries/impress.reg103
-rw-r--r--embedserv/regentries/math.reg103
-rw-r--r--embedserv/regentries/writer.reg103
-rw-r--r--embedserv/source/embed/docholder.cxx1649
-rwxr-xr-xembedserv/source/embed/ed_idataobj.cxx329
-rw-r--r--embedserv/source/embed/ed_iinplace.cxx103
-rwxr-xr-xembedserv/source/embed/ed_ioleobject.cxx507
-rwxr-xr-xembedserv/source/embed/ed_ipersiststr.cxx1021
-rwxr-xr-xembedserv/source/embed/esdll.cxx95
-rwxr-xr-xembedserv/source/embed/guid.cxx216
-rw-r--r--embedserv/source/embed/iipaobj.cxx133
-rw-r--r--embedserv/source/embed/intercept.cxx592
-rwxr-xr-xembedserv/source/embed/makefile.mk85
-rwxr-xr-xembedserv/source/embed/register.cxx136
-rwxr-xr-xembedserv/source/embed/servprov.cxx308
-rwxr-xr-xembedserv/source/embed/stdafx.cpp14
-rw-r--r--embedserv/source/embed/syswinwrapper.cxx480
-rw-r--r--embedserv/source/embed/tracker.cxx841
-rw-r--r--embedserv/source/embed/xwin.cxx349
-rwxr-xr-xembedserv/source/inc/common.h59
-rw-r--r--embedserv/source/inc/docholder.hxx293
-rwxr-xr-xembedserv/source/inc/embeddoc.hxx213
-rw-r--r--embedserv/source/inc/embeddocaccess.hxx88
-rw-r--r--embedserv/source/inc/embservconst.h89
-rw-r--r--embedserv/source/inc/iipaobj.hxx77
-rw-r--r--embedserv/source/inc/intercept.hxx198
-rwxr-xr-xembedserv/source/inc/servprov.hxx103
-rwxr-xr-xembedserv/source/inc/stdafx.h42
-rw-r--r--embedserv/source/inc/syswinwrapper.hxx180
-rw-r--r--embedserv/source/inc/xwin.hxx255
-rw-r--r--embedserv/source/inprocserv/advisesink.cxx195
-rw-r--r--embedserv/source/inprocserv/advisesink.hxx103
-rw-r--r--embedserv/source/inprocserv/dllentry.cxx357
-rw-r--r--embedserv/source/inprocserv/exports.dxp5
-rw-r--r--embedserv/source/inprocserv/inprocembobj.cxx1990
-rw-r--r--embedserv/source/inprocserv/inprocembobj.h250
-rw-r--r--embedserv/source/inprocserv/makefile.mk88
-rw-r--r--embedserv/source/inprocserv/smartpointer.hxx205
-rwxr-xr-xembedserv/util/exports.dxp3
-rwxr-xr-xembedserv/util/makefile.mk100
-rw-r--r--epm/epm-3.7.patch811
-rw-r--r--epm/makefile.mk65
-rw-r--r--epm/prj/build.lst2
-rw-r--r--epm/prj/d.lst3
-rw-r--r--eventattacher/prj/build.lst4
-rw-r--r--eventattacher/prj/d.lst3
-rw-r--r--eventattacher/source/eventattacher.cxx901
-rw-r--r--eventattacher/source/exports.map10
-rw-r--r--eventattacher/source/makefile.mk67
-rw-r--r--expat/expat.patch183
-rw-r--r--expat/makefile.mk65
-rw-r--r--expat/prj/build.lst3
-rw-r--r--expat/prj/d.lst14
-rw-r--r--extensions/inc/appsettings.hxx48
-rw-r--r--extensions/inc/extensio.hrc470
-rw-r--r--extensions/inc/makefile.mk51
-rw-r--r--extensions/inc/pch/precompiled_extensions.cxx32
-rw-r--r--extensions/inc/pch/precompiled_extensions.hxx555
-rw-r--r--extensions/inc/ucbhelper/ext_content.hxx332
-rw-r--r--extensions/prj/build.lst35
-rw-r--r--extensions/prj/d.lst40
-rw-r--r--extensions/qa/complex/extensions/OfficeResourceLoader.java124
-rw-r--r--extensions/qa/complex/extensions/extensions_all.sce1
-rw-r--r--extensions/qa/complex/extensions/makefile.mk105
-rw-r--r--extensions/qa/complex/extensions/orl_de.src34
-rw-r--r--extensions/qa/complex/extensions/orl_en-US.src34
-rw-r--r--extensions/qa/integration/extensions/ComponentFactory.java109
-rw-r--r--extensions/qa/integration/extensions/ConsoleWait.java131
-rw-r--r--extensions/qa/integration/extensions/Frame.java229
-rw-r--r--extensions/qa/integration/extensions/HelpTextProvider.java50
-rw-r--r--extensions/qa/integration/extensions/MethodHandler.java242
-rw-r--r--extensions/qa/integration/extensions/ObjectInspector.java179
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java231
-rw-r--r--extensions/qa/integration/extensions/TestSkeleton.java74
-rw-r--r--extensions/qa/integration/extensions/extensions_complex.sce1
-rw-r--r--extensions/qa/integration/extensions/makefile.mk87
-rw-r--r--extensions/qa/unoapi/extensions.sce5
-rw-r--r--extensions/qa/unoapi/makefile.mk44
-rw-r--r--extensions/source/abpilot/abp.map8
-rw-r--r--extensions/source/abpilot/abpfinalpage.cxx232
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx95
-rw-r--r--extensions/source/abpilot/abpresid.hrc224
-rw-r--r--extensions/source/abpilot/abpservices.cxx110
-rw-r--r--extensions/source/abpilot/abptypes.hxx51
-rw-r--r--extensions/source/abpilot/abspage.cxx92
-rw-r--r--extensions/source/abpilot/abspage.hxx78
-rw-r--r--extensions/source/abpilot/abspilot.cxx512
-rw-r--r--extensions/source/abpilot/abspilot.hxx152
-rw-r--r--extensions/source/abpilot/abspilot.src379
-rw-r--r--extensions/source/abpilot/addresssettings.hxx82
-rw-r--r--extensions/source/abpilot/admininvokationimpl.cxx140
-rw-r--r--extensions/source/abpilot/admininvokationimpl.hxx73
-rw-r--r--extensions/source/abpilot/admininvokationpage.cxx117
-rw-r--r--extensions/source/abpilot/admininvokationpage.hxx76
-rw-r--r--extensions/source/abpilot/datasourcehandling.cxx679
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx229
-rw-r--r--extensions/source/abpilot/exports.dxp3
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.cxx378
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.hxx129
-rw-r--r--extensions/source/abpilot/fieldmappingpage.cxx122
-rw-r--r--extensions/source/abpilot/fieldmappingpage.hxx73
-rw-r--r--extensions/source/abpilot/makefile.mk110
-rw-r--r--extensions/source/abpilot/moduleabp.cxx35
-rw-r--r--extensions/source/abpilot/tableselectionpage.cxx136
-rw-r--r--extensions/source/abpilot/tableselectionpage.hxx76
-rw-r--r--extensions/source/abpilot/typeselectionpage.cxx252
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx109
-rw-r--r--extensions/source/abpilot/unodialogabp.cxx199
-rw-r--r--extensions/source/abpilot/unodialogabp.hxx104
-rw-r--r--extensions/source/activex/main/README.txt33
-rw-r--r--extensions/source/activex/main/SOActionsApproval.cpp29
-rw-r--r--extensions/source/activex/main/SOActionsApproval.h81
-rw-r--r--extensions/source/activex/main/SOActionsApproval.rgs24
-rw-r--r--extensions/source/activex/main/SOActiveX.cpp1149
-rw-r--r--extensions/source/activex/main/SOActiveX.h176
-rw-r--r--extensions/source/activex/main/SOActiveX.rgs33
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.cpp28
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.h133
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.rgs23
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.cpp222
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.h155
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.rgs23
-rw-r--r--extensions/source/activex/main/StdAfx2.cpp18
-rw-r--r--extensions/source/activex/main/StdAfx2.h42
-rw-r--r--extensions/source/activex/main/com_uno_helper.h24
-rw-r--r--extensions/source/activex/main/example.html26
-rw-r--r--extensions/source/activex/main/makefile.mk124
-rw-r--r--extensions/source/activex/main/resource.h26
-rw-r--r--extensions/source/activex/main/so_activex.cpp582
-rw-r--r--extensions/source/activex/main/so_activex.def13
-rw-r--r--extensions/source/activex/main/so_activex.rc113
-rw-r--r--extensions/source/activex/msidl/makefile.mk66
-rw-r--r--extensions/source/activex/msidl/so_activex.idl210
-rw-r--r--extensions/source/bibliography/bib.hrc114
-rw-r--r--extensions/source/bibliography/bib.src77
-rw-r--r--extensions/source/bibliography/bibbeam.cxx328
-rw-r--r--extensions/source/bibliography/bibbeam.hxx96
-rw-r--r--extensions/source/bibliography/bibconfig.cxx388
-rw-r--r--extensions/source/bibliography/bibconfig.hxx157
-rw-r--r--extensions/source/bibliography/bibcont.cxx278
-rw-r--r--extensions/source/bibliography/bibcont.hxx117
-rw-r--r--extensions/source/bibliography/bibload.cxx810
-rw-r--r--extensions/source/bibliography/bibmod.cxx125
-rw-r--r--extensions/source/bibliography/bibmod.hxx68
-rw-r--r--extensions/source/bibliography/bibprop.hrc48
-rw-r--r--extensions/source/bibliography/bibresid.hxx47
-rw-r--r--extensions/source/bibliography/bibshortcuthandler.hxx90
-rw-r--r--extensions/source/bibliography/bibtools.hxx53
-rw-r--r--extensions/source/bibliography/bibview.cxx235
-rw-r--r--extensions/source/bibliography/bibview.hxx89
-rw-r--r--extensions/source/bibliography/datman.cxx1850
-rw-r--r--extensions/source/bibliography/datman.hrc105
-rw-r--r--extensions/source/bibliography/datman.hxx202
-rw-r--r--extensions/source/bibliography/datman.src472
-rw-r--r--extensions/source/bibliography/exports.map10
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx183
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.hxx87
-rw-r--r--extensions/source/bibliography/framectr.cxx986
-rw-r--r--extensions/source/bibliography/framectr.hxx133
-rw-r--r--extensions/source/bibliography/general.cxx907
-rw-r--r--extensions/source/bibliography/general.hxx213
-rw-r--r--extensions/source/bibliography/hidother.src64
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.cxx242
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.hxx188
-rw-r--r--extensions/source/bibliography/makefile.mk95
-rw-r--r--extensions/source/bibliography/menu.src48
-rw-r--r--extensions/source/bibliography/sections.hrc131
-rw-r--r--extensions/source/bibliography/sections.src587
-rw-r--r--extensions/source/bibliography/toolbar.cxx650
-rw-r--r--extensions/source/bibliography/toolbar.hrc49
-rw-r--r--extensions/source/bibliography/toolbar.hxx192
-rw-r--r--extensions/source/bibliography/toolbar.src244
-rw-r--r--extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml93
-rw-r--r--extensions/source/config/ldap/componentdef.cxx130
-rw-r--r--extensions/source/config/ldap/exports.dxp3
-rw-r--r--extensions/source/config/ldap/ldapaccess.cxx352
-rw-r--r--extensions/source/config/ldap/ldapaccess.hxx180
-rw-r--r--extensions/source/config/ldap/ldapbe2.uno.xml45
-rw-r--r--extensions/source/config/ldap/ldapuserprof.cxx229
-rw-r--r--extensions/source/config/ldap/ldapuserprof.hxx166
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.cxx460
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.hxx151
-rw-r--r--extensions/source/config/ldap/ldapuserprofilelayer.cxx247
-rw-r--r--extensions/source/config/ldap/ldapuserprofilelayer.hxx124
-rw-r--r--extensions/source/config/ldap/makefile.mk105
-rw-r--r--extensions/source/config/ldap/propertysethelper.cxx153
-rw-r--r--extensions/source/config/ldap/propertysethelper.hxx137
-rw-r--r--extensions/source/config/ldap/wrapldapinclude.hxx53
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.cxx512
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.hxx149
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.src233
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx780
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx190
-rw-r--r--extensions/source/dbpilots/dbp.map8
-rw-r--r--extensions/source/dbpilots/dbpilots.src81
-rw-r--r--extensions/source/dbpilots/dbpresid.hrc238
-rw-r--r--extensions/source/dbpilots/dbpservices.cxx115
-rw-r--r--extensions/source/dbpilots/dbptools.cxx73
-rw-r--r--extensions/source/dbpilots/dbptools.hxx51
-rw-r--r--extensions/source/dbpilots/dbptypes.hxx50
-rw-r--r--extensions/source/dbpilots/gridpages.src117
-rw-r--r--extensions/source/dbpilots/gridwizard.cxx486
-rw-r--r--extensions/source/dbpilots/gridwizard.hxx140
-rw-r--r--extensions/source/dbpilots/groupboxpages.src229
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx569
-rw-r--r--extensions/source/dbpilots/groupboxwiz.hxx232
-rw-r--r--extensions/source/dbpilots/listcombopages.src206
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx570
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx231
-rw-r--r--extensions/source/dbpilots/makefile.mk106
-rw-r--r--extensions/source/dbpilots/moduledbp.cxx35
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.cxx219
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.hxx78
-rw-r--r--extensions/source/dbpilots/unoautopilot.hxx109
-rw-r--r--extensions/source/dbpilots/unoautopilot.inl137
-rw-r--r--extensions/source/dbpilots/wizardcontext.hxx95
-rw-r--r--extensions/source/dbpilots/wizardservices.cxx125
-rw-r--r--extensions/source/dbpilots/wizardservices.hxx83
-rw-r--r--extensions/source/inc/componentmodule.cxx344
-rw-r--r--extensions/source/inc/componentmodule.hxx281
-rw-r--r--extensions/source/logging/consolehandler.cxx345
-rw-r--r--extensions/source/logging/csvformatter.cxx385
-rw-r--r--extensions/source/logging/filehandler.cxx444
-rw-r--r--extensions/source/logging/log.map8
-rw-r--r--extensions/source/logging/log_module.cxx46
-rw-r--r--extensions/source/logging/log_module.hxx48
-rw-r--r--extensions/source/logging/log_services.cxx72
-rw-r--r--extensions/source/logging/logger.cxx407
-rw-r--r--extensions/source/logging/loggerconfig.cxx286
-rw-r--r--extensions/source/logging/loggerconfig.hxx68
-rw-r--r--extensions/source/logging/loghandler.cxx207
-rw-r--r--extensions/source/logging/loghandler.hxx157
-rw-r--r--extensions/source/logging/logrecord.cxx106
-rw-r--r--extensions/source/logging/logrecord.hxx71
-rw-r--r--extensions/source/logging/makefile.mk80
-rw-r--r--extensions/source/logging/methodguard.hxx76
-rw-r--r--extensions/source/logging/plaintextformatter.cxx229
-rw-r--r--extensions/source/macosx/spotlight/GetMetadataForFile.m73
-rw-r--r--extensions/source/macosx/spotlight/OOoContentDataParser.h61
-rw-r--r--extensions/source/macosx/spotlight/OOoContentDataParser.m136
-rw-r--r--extensions/source/macosx/spotlight/OOoMetaDataParser.h55
-rw-r--r--extensions/source/macosx/spotlight/OOoMetaDataParser.m203
-rw-r--r--extensions/source/macosx/spotlight/OOoSpotlightImporter.h45
-rw-r--r--extensions/source/macosx/spotlight/OOoSpotlightImporter.m238
-rw-r--r--extensions/source/macosx/spotlight/delzip0
-rw-r--r--extensions/source/macosx/spotlight/ioapi.h101
-rw-r--r--extensions/source/macosx/spotlight/ioapi.m207
-rw-r--r--extensions/source/macosx/spotlight/main.m225
-rw-r--r--extensions/source/macosx/spotlight/makefile.mk100
-rw-r--r--extensions/source/macosx/spotlight/mdimporter/Info.plist70
-rw-r--r--extensions/source/macosx/spotlight/mdimporter/en.lproj/schema.strings1
-rw-r--r--extensions/source/macosx/spotlight/mdimporter/schema.xml397
-rw-r--r--extensions/source/macosx/spotlight/unzip.h380
-rw-r--r--extensions/source/macosx/spotlight/unzip.m1589
-rw-r--r--extensions/source/macosx/spotlight/version.plist16
-rw-r--r--extensions/source/nsplugin/source/exports.dxp16
-rw-r--r--extensions/source/nsplugin/source/exports_wnt.dxp18
-rw-r--r--extensions/source/nsplugin/source/makefile.mk166
-rw-r--r--extensions/source/nsplugin/source/npshell.cxx933
-rw-r--r--extensions/source/nsplugin/source/npshell.hxx94
-rw-r--r--extensions/source/nsplugin/source/ns_debug.hxx43
-rw-r--r--extensions/source/nsplugin/source/nsp_func.hxx106
-rw-r--r--extensions/source/nsplugin/source/nsp_windows.cxx66
-rw-r--r--extensions/source/nsplugin/source/nsp_windows.hxx39
-rw-r--r--extensions/source/nsplugin/source/nsplugin.rc33
-rw-r--r--extensions/source/nsplugin/source/nsplugin_oo.rc33
-rw-r--r--extensions/source/nsplugin/source/so_closelistener.cxx51
-rw-r--r--extensions/source/nsplugin/source/so_closelistener.hxx57
-rw-r--r--extensions/source/nsplugin/source/so_env.cxx396
-rw-r--r--extensions/source/nsplugin/source/so_env.hxx100
-rw-r--r--extensions/source/nsplugin/source/so_instance.cxx506
-rw-r--r--extensions/source/nsplugin/source/so_instance.hxx114
-rw-r--r--extensions/source/nsplugin/source/so_main.cxx510
-rw-r--r--extensions/source/nsplugin/source/so_msg.hxx57
-rw-r--r--extensions/source/ole/comifaces.hxx72
-rw-r--r--extensions/source/ole/jscriptclasses.cxx324
-rw-r--r--extensions/source/ole/jscriptclasses.hxx164
-rw-r--r--extensions/source/ole/makefile.mk135
-rw-r--r--extensions/source/ole/ole2uno.cxx76
-rw-r--r--extensions/source/ole/ole2uno.hxx148
-rw-r--r--extensions/source/ole/oleautobridge.uno.dxp4
-rw-r--r--extensions/source/ole/oledll.cxx73
-rw-r--r--extensions/source/ole/oleobjw.cxx2183
-rw-r--r--extensions/source/ole/oleobjw.hxx262
-rw-r--r--extensions/source/ole/olethread.cxx80
-rw-r--r--extensions/source/ole/servprov.cxx757
-rw-r--r--extensions/source/ole/servprov.hxx283
-rw-r--r--extensions/source/ole/servreg.cxx176
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2439
-rw-r--r--extensions/source/ole/unoobjw.cxx1691
-rw-r--r--extensions/source/ole/unoobjw.hxx303
-rw-r--r--extensions/source/ole/unotypewrapper.cxx182
-rw-r--r--extensions/source/ole/unotypewrapper.hxx104
-rw-r--r--extensions/source/ole/windata.cxx43
-rw-r--r--extensions/source/ole/windata.hxx201
-rw-r--r--extensions/source/oooimprovecore/core.cxx193
-rw-r--r--extensions/source/oooimprovecore/makefile.mk81
-rw-r--r--extensions/source/oooimprovecore/oooimprovecore.map8
-rw-r--r--extensions/source/oooimprovecore/oooimprovecore_module.cxx40
-rw-r--r--extensions/source/oooimprovecore/oooimprovecore_module.hxx41
-rw-r--r--extensions/source/oooimprovecore/oooimprovecore_services.cxx55
-rw-r--r--extensions/source/oooimprovement/Jobs.xcu26
-rw-r--r--extensions/source/oooimprovement/Logging.xcu8
-rw-r--r--extensions/source/oooimprovement/config.cxx299
-rw-r--r--extensions/source/oooimprovement/config.hxx71
-rw-r--r--extensions/source/oooimprovement/corecontroller.cxx92
-rw-r--r--extensions/source/oooimprovement/corecontroller.hxx87
-rw-r--r--extensions/source/oooimprovement/errormail.cxx210
-rw-r--r--extensions/source/oooimprovement/errormail.hxx57
-rw-r--r--extensions/source/oooimprovement/invite_job.cxx136
-rw-r--r--extensions/source/oooimprovement/invite_job.hxx85
-rw-r--r--extensions/source/oooimprovement/logpacker.cxx117
-rw-r--r--extensions/source/oooimprovement/logpacker.hxx54
-rw-r--r--extensions/source/oooimprovement/logstorage.cxx149
-rw-r--r--extensions/source/oooimprovement/logstorage.hxx58
-rw-r--r--extensions/source/oooimprovement/makefile.mk108
-rw-r--r--extensions/source/oooimprovement/makefile.pmk29
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.cxx181
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.hxx217
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.cxx205
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.hxx86
-rw-r--r--extensions/source/oooimprovement/oooimprovement.map11
-rw-r--r--extensions/source/oooimprovement/oooimprovement_exports.cxx113
-rw-r--r--extensions/source/oooimprovement/soaprequest.cxx203
-rw-r--r--extensions/source/oooimprovement/soaprequest.hxx63
-rw-r--r--extensions/source/oooimprovement/soapsender.cxx163
-rw-r--r--extensions/source/oooimprovement/soapsender.hxx59
-rw-r--r--extensions/source/plugin/aqua/macmgr.cxx649
-rw-r--r--extensions/source/plugin/aqua/makefile.mk79
-rw-r--r--extensions/source/plugin/aqua/sysplug.cxx811
-rw-r--r--extensions/source/plugin/base/context.cxx346
-rw-r--r--extensions/source/plugin/base/evtlstnr.cxx67
-rw-r--r--extensions/source/plugin/base/makefile.mk74
-rw-r--r--extensions/source/plugin/base/manager.cxx228
-rw-r--r--extensions/source/plugin/base/multiplx.cxx335
-rw-r--r--extensions/source/plugin/base/nfuncs.cxx675
-rw-r--r--extensions/source/plugin/base/plcom.cxx74
-rw-r--r--extensions/source/plugin/base/plctrl.cxx326
-rw-r--r--extensions/source/plugin/base/plmodel.cxx206
-rw-r--r--extensions/source/plugin/base/service.cxx123
-rw-r--r--extensions/source/plugin/base/xplugin.cxx1158
-rw-r--r--extensions/source/plugin/inc/plugin/aqua/sysplug.hxx170
-rw-r--r--extensions/source/plugin/inc/plugin/impl.hxx433
-rw-r--r--extensions/source/plugin/inc/plugin/model.hxx139
-rw-r--r--extensions/source/plugin/inc/plugin/multiplx.hxx170
-rw-r--r--extensions/source/plugin/inc/plugin/plcom.hxx88
-rw-r--r--extensions/source/plugin/inc/plugin/plctrl.hxx184
-rw-r--r--extensions/source/plugin/inc/plugin/unx/mediator.hxx186
-rw-r--r--extensions/source/plugin/inc/plugin/unx/plugcon.hxx254
-rw-r--r--extensions/source/plugin/inc/plugin/unx/sysplug.hxx86
-rw-r--r--extensions/source/plugin/inc/plugin/win/sysplug.hxx128
-rw-r--r--extensions/source/plugin/unx/makefile.mk114
-rw-r--r--extensions/source/plugin/unx/mediator.cxx312
-rw-r--r--extensions/source/plugin/unx/npnapi.cxx898
-rw-r--r--extensions/source/plugin/unx/nppapi.cxx602
-rw-r--r--extensions/source/plugin/unx/npwrap.cxx516
-rw-r--r--extensions/source/plugin/unx/plugcon.cxx285
-rw-r--r--extensions/source/plugin/unx/sysplug.cxx134
-rw-r--r--extensions/source/plugin/unx/unxmgr.cxx314
-rw-r--r--extensions/source/plugin/util/exports.map10
-rw-r--r--extensions/source/plugin/util/makefile.mk112
-rw-r--r--extensions/source/plugin/util/makefile.pmk52
-rw-r--r--extensions/source/plugin/win/makefile.mk69
-rw-r--r--extensions/source/plugin/win/sysplug.cxx446
-rw-r--r--extensions/source/plugin/win/winmgr.cxx473
-rw-r--r--extensions/source/preload/makefile.mk88
-rw-r--r--extensions/source/preload/modulepreload.cxx35
-rw-r--r--extensions/source/preload/oemwiz.cxx474
-rw-r--r--extensions/source/preload/oemwiz.hxx159
-rw-r--r--extensions/source/preload/preload.hrc61
-rw-r--r--extensions/source/preload/preload.map8
-rw-r--r--extensions/source/preload/preload.src287
-rw-r--r--extensions/source/preload/preloadservices.cxx74
-rw-r--r--extensions/source/preload/preloadservices.hxx58
-rw-r--r--extensions/source/preload/services.cxx110
-rw-r--r--extensions/source/preload/unoautopilot.hxx110
-rw-r--r--extensions/source/preload/unoautopilot.inl136
-rw-r--r--extensions/source/propctrlr/MasterDetailLinkDialog.cxx160
-rw-r--r--extensions/source/propctrlr/MasterDetailLinkDialog.hxx87
-rw-r--r--extensions/source/propctrlr/browserline.cxx557
-rw-r--r--extensions/source/propctrlr/browserline.hxx147
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx1334
-rw-r--r--extensions/source/propctrlr/browserlistbox.hxx255
-rw-r--r--extensions/source/propctrlr/browserpage.cxx108
-rw-r--r--extensions/source/propctrlr/browserpage.hxx71
-rw-r--r--extensions/source/propctrlr/browserview.cxx149
-rw-r--r--extensions/source/propctrlr/browserview.hxx92
-rw-r--r--extensions/source/propctrlr/buttonnavigationhandler.cxx298
-rw-r--r--extensions/source/propctrlr/buttonnavigationhandler.hxx93
-rw-r--r--extensions/source/propctrlr/cellbindinghandler.cxx507
-rw-r--r--extensions/source/propctrlr/cellbindinghandler.hxx112
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.cxx568
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.hxx293
-rw-r--r--extensions/source/propctrlr/commoncontrol.cxx209
-rw-r--r--extensions/source/propctrlr/commoncontrol.hxx340
-rw-r--r--extensions/source/propctrlr/composeduiupdate.cxx869
-rw-r--r--extensions/source/propctrlr/composeduiupdate.hxx240
-rw-r--r--extensions/source/propctrlr/controlfontdialog.cxx180
-rw-r--r--extensions/source/propctrlr/controlfontdialog.hxx103
-rw-r--r--extensions/source/propctrlr/controltype.hxx57
-rw-r--r--extensions/source/propctrlr/defaultforminspection.cxx275
-rw-r--r--extensions/source/propctrlr/defaultforminspection.hxx94
-rw-r--r--extensions/source/propctrlr/defaulthelpprovider.cxx209
-rw-r--r--extensions/source/propctrlr/defaulthelpprovider.hxx96
-rw-r--r--extensions/source/propctrlr/editpropertyhandler.cxx325
-rw-r--r--extensions/source/propctrlr/editpropertyhandler.hxx85
-rw-r--r--extensions/source/propctrlr/eformshelper.cxx793
-rw-r--r--extensions/source/propctrlr/eformshelper.hxx272
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.cxx621
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.hxx111
-rw-r--r--extensions/source/propctrlr/enumrepresentation.hxx79
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx1317
-rw-r--r--extensions/source/propctrlr/eventhandler.hxx270
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx634
-rw-r--r--extensions/source/propctrlr/fontdialog.hxx86
-rw-r--r--extensions/source/propctrlr/fontdialog.src63
-rw-r--r--extensions/source/propctrlr/fontitemids.hxx69
-rw-r--r--extensions/source/propctrlr/formbrowsertools.cxx151
-rw-r--r--extensions/source/propctrlr/formbrowsertools.hxx111
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.cxx3322
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx473
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx302
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx143
-rw-r--r--extensions/source/propctrlr/formgeometryhandler.cxx825
-rw-r--r--extensions/source/propctrlr/formhelpid.hrc55
-rw-r--r--extensions/source/propctrlr/formlinkdialog.cxx679
-rw-r--r--extensions/source/propctrlr/formlinkdialog.hrc47
-rw-r--r--extensions/source/propctrlr/formlinkdialog.hxx153
-rw-r--r--extensions/source/propctrlr/formlinkdialog.src165
-rw-r--r--extensions/source/propctrlr/formlocalid.hrc42
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx711
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx353
-rw-r--r--extensions/source/propctrlr/formres.src1526
-rw-r--r--extensions/source/propctrlr/formresid.hrc392
-rw-r--r--extensions/source/propctrlr/formstrings.cxx39
-rw-r--r--extensions/source/propctrlr/formstrings.hxx310
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.cxx729
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.hxx164
-rw-r--r--extensions/source/propctrlr/handlerhelper.cxx302
-rw-r--r--extensions/source/propctrlr/handlerhelper.hxx228
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.cxx156
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.hxx81
-rw-r--r--extensions/source/propctrlr/inspectormodelbase.cxx275
-rw-r--r--extensions/source/propctrlr/inspectormodelbase.hxx111
-rw-r--r--extensions/source/propctrlr/linedescriptor.hxx73
-rw-r--r--extensions/source/propctrlr/listselectiondlg.cxx176
-rw-r--r--extensions/source/propctrlr/listselectiondlg.hrc42
-rw-r--r--extensions/source/propctrlr/listselectiondlg.hxx92
-rw-r--r--extensions/source/propctrlr/listselectiondlg.src85
-rw-r--r--extensions/source/propctrlr/makefile.mk149
-rw-r--r--extensions/source/propctrlr/modulepcr.cxx51
-rw-r--r--extensions/source/propctrlr/modulepcr.hxx48
-rw-r--r--extensions/source/propctrlr/newdatatype.cxx112
-rw-r--r--extensions/source/propctrlr/newdatatype.hrc41
-rw-r--r--extensions/source/propctrlr/newdatatype.hxx80
-rw-r--r--extensions/source/propctrlr/newdatatype.src80
-rw-r--r--extensions/source/propctrlr/objectinspectormodel.cxx245
-rw-r--r--extensions/source/propctrlr/pcr.map8
-rw-r--r--extensions/source/propctrlr/pcr.xml146
-rw-r--r--extensions/source/propctrlr/pcrcommon.cxx76
-rw-r--r--extensions/source/propctrlr/pcrcommon.hxx156
-rw-r--r--extensions/source/propctrlr/pcrcommontypes.hxx54
-rw-r--r--extensions/source/propctrlr/pcrcomponentcontext.cxx109
-rw-r--r--extensions/source/propctrlr/pcrcomponentcontext.hxx171
-rw-r--r--extensions/source/propctrlr/pcrmiscres.src192
-rw-r--r--extensions/source/propctrlr/pcrservices.cxx148
-rw-r--r--extensions/source/propctrlr/pcrstrings.cxx39
-rw-r--r--extensions/source/propctrlr/pcrstrings.hxx52
-rw-r--r--extensions/source/propctrlr/pcrunodialogs.cxx149
-rw-r--r--extensions/source/propctrlr/pcrunodialogs.hxx97
-rw-r--r--extensions/source/propctrlr/propcontroller.cxx1781
-rw-r--r--extensions/source/propctrlr/propcontroller.hxx433
-rw-r--r--extensions/source/propctrlr/propcontrolobserver.hxx59
-rw-r--r--extensions/source/propctrlr/propertycomposer.cxx519
-rw-r--r--extensions/source/propctrlr/propertycomposer.hxx160
-rw-r--r--extensions/source/propctrlr/propertycontrolextender.cxx148
-rw-r--r--extensions/source/propctrlr/propertycontrolextender.hxx77
-rw-r--r--extensions/source/propctrlr/propertyeditor.cxx545
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx166
-rw-r--r--extensions/source/propctrlr/propertyhandler.cxx467
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx460
-rw-r--r--extensions/source/propctrlr/propertyinfo.hxx68
-rw-r--r--extensions/source/propctrlr/propeventtranslation.cxx108
-rw-r--r--extensions/source/propctrlr/propeventtranslation.hxx87
-rw-r--r--extensions/source/propctrlr/proplinelistener.hxx54
-rw-r--r--extensions/source/propctrlr/propres.src66
-rw-r--r--extensions/source/propctrlr/propresid.hrc50
-rw-r--r--extensions/source/propctrlr/pushbuttonnavigation.cxx309
-rw-r--r--extensions/source/propctrlr/pushbuttonnavigation.hxx111
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.cxx316
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.hxx94
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.src86
-rw-r--r--extensions/source/propctrlr/sqlcommanddesign.cxx396
-rw-r--r--extensions/source/propctrlr/sqlcommanddesign.hxx226
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx1445
-rw-r--r--extensions/source/propctrlr/standardcontrol.hxx448
-rw-r--r--extensions/source/propctrlr/stlops.hxx73
-rw-r--r--extensions/source/propctrlr/stringdefine.hxx102
-rw-r--r--extensions/source/propctrlr/stringrepresentation.cxx653
-rw-r--r--extensions/source/propctrlr/submissionhandler.cxx451
-rw-r--r--extensions/source/propctrlr/submissionhandler.hxx128
-rw-r--r--extensions/source/propctrlr/taborder.cxx427
-rw-r--r--extensions/source/propctrlr/taborder.hrc48
-rw-r--r--extensions/source/propctrlr/taborder.hxx135
-rw-r--r--extensions/source/propctrlr/taborder.src108
-rw-r--r--extensions/source/propctrlr/unourl.cxx73
-rw-r--r--extensions/source/propctrlr/unourl.hxx68
-rw-r--r--extensions/source/propctrlr/usercontrol.cxx359
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx172
-rw-r--r--extensions/source/propctrlr/xsddatatypes.cxx253
-rw-r--r--extensions/source/propctrlr/xsddatatypes.hxx117
-rw-r--r--extensions/source/propctrlr/xsdvalidationhelper.cxx415
-rw-r--r--extensions/source/propctrlr/xsdvalidationhelper.hxx153
-rw-r--r--extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx703
-rw-r--r--extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx106
-rw-r--r--extensions/source/resource/exports.dxp3
-rw-r--r--extensions/source/resource/exports.map10
-rw-r--r--extensions/source/resource/makefile.mk80
-rw-r--r--extensions/source/resource/oooresourceloader.cxx492
-rw-r--r--extensions/source/resource/res_services.cxx131
-rw-r--r--extensions/source/resource/res_services.hxx67
-rw-r--r--extensions/source/resource/resource.cxx474
-rw-r--r--extensions/source/scanner/exports.dxp3
-rw-r--r--extensions/source/scanner/exports.map10
-rw-r--r--extensions/source/scanner/grid.cxx611
-rw-r--r--extensions/source/scanner/grid.hrc45
-rw-r--r--extensions/source/scanner/grid.hxx152
-rw-r--r--extensions/source/scanner/grid.src115
-rw-r--r--extensions/source/scanner/makefile.mk104
-rw-r--r--extensions/source/scanner/sane.cxx1002
-rw-r--r--extensions/source/scanner/sane.hxx203
-rw-r--r--extensions/source/scanner/sanedlg.cxx1433
-rw-r--r--extensions/source/scanner/sanedlg.hrc85
-rw-r--r--extensions/source/scanner/sanedlg.hxx155
-rw-r--r--extensions/source/scanner/sanedlg.src304
-rw-r--r--extensions/source/scanner/scanner.cxx106
-rw-r--r--extensions/source/scanner/scanner.hxx118
-rw-r--r--extensions/source/scanner/scanunx.cxx355
-rw-r--r--extensions/source/scanner/scanwin.cxx1056
-rw-r--r--extensions/source/scanner/scnserv.cxx107
-rw-r--r--extensions/source/scanner/twain.cxx535
-rw-r--r--extensions/source/scanner/twain.hxx101
-rw-r--r--extensions/source/svg/exports.map10
-rw-r--r--extensions/source/svg/makefile.mk71
-rw-r--r--extensions/source/svg/svgaction.cxx1461
-rw-r--r--extensions/source/svg/svgaction.hxx167
-rw-r--r--extensions/source/svg/svgcom.hxx85
-rw-r--r--extensions/source/svg/svgprinter.cxx331
-rw-r--r--extensions/source/svg/svgprinter.hxx70
-rw-r--r--extensions/source/svg/svguno.cxx131
-rw-r--r--extensions/source/svg/svgwriter.cxx178
-rw-r--r--extensions/source/svg/svgwriter.hxx63
-rw-r--r--extensions/source/unoactivex/main/initwindowpeer.cxx90
-rw-r--r--extensions/source/update/check/Addons.xcu26
-rw-r--r--extensions/source/update/check/Jobs.xcu42
-rw-r--r--extensions/source/update/check/actionlistener.hxx49
-rw-r--r--extensions/source/update/check/download.cxx384
-rw-r--r--extensions/source/update/check/download.hxx85
-rw-r--r--extensions/source/update/check/makefile.mk138
-rw-r--r--extensions/source/update/check/transform.pl65
-rw-r--r--extensions/source/update/check/updatecheck.cxx1624
-rw-r--r--extensions/source/update/check/updatecheck.hxx195
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx763
-rw-r--r--extensions/source/update/check/updatecheckconfig.hxx241
-rw-r--r--extensions/source/update/check/updatecheckconfiglistener.hxx46
-rw-r--r--extensions/source/update/check/updatecheckjob.cxx429
-rw-r--r--extensions/source/update/check/updatehdl.cxx1308
-rw-r--r--extensions/source/update/check/updatehdl.hrc83
-rw-r--r--extensions/source/update/check/updatehdl.hxx218
-rw-r--r--extensions/source/update/check/updatehdl.src252
-rw-r--r--extensions/source/update/check/updateinfo.hxx89
-rw-r--r--extensions/source/update/check/updateprotocol.cxx336
-rw-r--r--extensions/source/update/check/updateprotocol.hxx59
-rw-r--r--extensions/source/update/check/updateprotocoltest.cxx97
-rw-r--r--extensions/source/update/check/updchk.xml49
-rw-r--r--extensions/source/update/exports.map10
-rw-r--r--extensions/source/update/feed/makefile.mk74
-rw-r--r--extensions/source/update/feed/test/makefile.mk62
-rw-r--r--extensions/source/update/feed/test/updatefeedtest.cxx109
-rw-r--r--extensions/source/update/feed/updatefeed.cxx1178
-rw-r--r--extensions/source/update/feed/updatefeed.xml49
-rw-r--r--extensions/source/update/tools/makefile.mk72
-rw-r--r--extensions/source/update/tools/ztool.cxx66
-rw-r--r--extensions/source/update/ui/makefile.mk78
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx1086
-rw-r--r--extensions/source/update/ui/updatecheckui.hrc39
-rw-r--r--extensions/source/update/ui/updatecheckui.src54
-rw-r--r--extensions/source/update/ui/updchkui.xml34
-rw-r--r--extensions/source/xmlextract/exports.map10
-rw-r--r--extensions/source/xmlextract/makefile.mk69
-rw-r--r--extensions/source/xmlextract/xmxcom.hxx68
-rw-r--r--extensions/source/xmlextract/xmxtrct.cxx200
-rw-r--r--extensions/source/xmlextract/xmxtrct.hxx57
-rw-r--r--extensions/source/xmlextract/xmxuno.cxx103
-rw-r--r--extensions/stardiv/fontest/fontest.idl114
-rw-r--r--extensions/stardiv/fontest/makefile.mk52
-rw-r--r--extensions/stardiv/oinstchk/makefile.mk51
-rw-r--r--extensions/stardiv/oinstchk/oinstchk.idl111
-rw-r--r--extensions/stardiv/pgp/makefile.mk57
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.cpp103
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.def9
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.dsp325
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.idl260
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.rc167
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.sln31
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.vcproj819
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.cpp1367
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.h272
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.rgs50
-rw-r--r--extensions/test/ole/AxTestComponents/Foo.cpp50
-rw-r--r--extensions/test/ole/AxTestComponents/Foo.h68
-rw-r--r--extensions/test/ole/AxTestComponents/StdAfx.cpp38
-rw-r--r--extensions/test/ole/AxTestComponents/StdAfx.h59
-rw-r--r--extensions/test/ole/AxTestComponents/readme.txt4
-rw-r--r--extensions/test/ole/AxTestComponents/resource.h47
-rw-r--r--extensions/test/ole/DCOM/Clients/WriterDemo/Module1.bas8
-rw-r--r--extensions/test/ole/DCOM/Clients/WriterDemo/client_writerdemo.vbp33
-rw-r--r--extensions/test/ole/DCOM/Clients/WriterDemo/client_writerdemo.vbw1
-rw-r--r--extensions/test/ole/DCOM/Clients/WriterDemo/readme.txt4
-rw-r--r--extensions/test/ole/DCOM/dcom_test/Module1.bas38
-rw-r--r--extensions/test/ole/DCOM/dcom_test/dcom_test.vbp37
-rw-r--r--extensions/test/ole/DCOM/dcom_test/dcom_test.vbw1
-rw-r--r--extensions/test/ole/DCOM/dcom_test/readme.txt5
-rw-r--r--extensions/test/ole/DCOM/scriptComponents/WriterDemo.wsc186
-rw-r--r--extensions/test/ole/DCOM/scriptComponents/readme.txt13
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.cpp72
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.def9
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.idl39
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.rc136
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.sln32
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EventListener.vcproj927
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EvtListener.cpp19
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EvtListener.h35
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/EvtListener.rgs26
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/StdAfx.cpp12
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/StdAfx.h27
-rw-r--r--extensions/test/ole/EventListenerSample/EventListener/resource.h17
-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/Module1.bas9
-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/VBEventListener.cls82
-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dllbin0 -> 24576 bytes-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.vbp38
-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.vbw2
-rw-r--r--extensions/test/ole/EventListenerSample/VBEventListener/readme.txt7
-rw-r--r--extensions/test/ole/EventListenerSample/events.htm98
-rw-r--r--extensions/test/ole/EventListenerSample/readme.txt20
-rw-r--r--extensions/test/ole/JScriptNewStyle.htm1054
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.cpp79
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.def9
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.dsp265
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.h33
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.odl82
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.rc145
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.sln25
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.vcproj581
-rw-r--r--extensions/test/ole/MfcControl/MfcControlCtl.cpp344
-rw-r--r--extensions/test/ole/MfcControl/MfcControlCtl.h96
-rw-r--r--extensions/test/ole/MfcControl/MfcControlCtl.pngbin0 -> 204 bytes-rw-r--r--extensions/test/ole/MfcControl/MfcControlPpg.cpp76
-rw-r--r--extensions/test/ole/MfcControl/MfcControlPpg.h46
-rw-r--r--extensions/test/ole/MfcControl/Resource.h20
-rw-r--r--extensions/test/ole/MfcControl/StdAfx.cpp5
-rw-r--r--extensions/test/ole/MfcControl/StdAfx.h30
-rw-r--r--extensions/test/ole/OleClient/OleClient.ini5
-rw-r--r--extensions/test/ole/OleClient/axhost.cxx59
-rw-r--r--extensions/test/ole/OleClient/axhost.hxx64
-rw-r--r--extensions/test/ole/OleClient/clientTest.cxx1328
-rw-r--r--extensions/test/ole/OleClient/funcs.cxx357
-rw-r--r--extensions/test/ole/OleClient/makefile.mk76
-rw-r--r--extensions/test/ole/OleClient/readme.txt10
-rw-r--r--extensions/test/ole/OleConverterVar1/convTest.cxx659
-rw-r--r--extensions/test/ole/OleConverterVar1/makefile.mk70
-rw-r--r--extensions/test/ole/OleConverterVar1/readme.txt10
-rw-r--r--extensions/test/ole/OleConverterVar1/smartarray.h236
-rw-r--r--extensions/test/ole/OleTest.htm1063
-rw-r--r--extensions/test/ole/ScriptTest.html1555
-rw-r--r--extensions/test/ole/StarBasic_OleClient/oleclient.bas609
-rw-r--r--extensions/test/ole/StarBasic_OleClient/readme.txt10
-rw-r--r--extensions/test/ole/VisualBasic/AssemblyInfo.vb33
-rw-r--r--extensions/test/ole/VisualBasic/Module1.vb853
-rw-r--r--extensions/test/ole/VisualBasic/Project1.sln20
-rw-r--r--extensions/test/ole/VisualBasic/Project1.vbproj90
-rw-r--r--extensions/test/ole/VisualBasic/readme.txt18
-rw-r--r--extensions/test/ole/callUnoToJava.htm538
-rw-r--r--extensions/test/ole/cpnt/cpnt.cxx2127
-rw-r--r--extensions/test/ole/cpnt/exports.dxp3
-rw-r--r--extensions/test/ole/cpnt/makefile.mk107
-rw-r--r--extensions/test/ole/cpnt/readme.txt21
-rw-r--r--extensions/test/ole/cppToUno/makefile.mk69
-rw-r--r--extensions/test/ole/cppToUno/readme.txt9
-rw-r--r--extensions/test/ole/cppToUno/testcppuno.cxx222
-rw-r--r--extensions/test/ole/cpptest/cpptest.cxx116
-rw-r--r--extensions/test/ole/cpptest/makefile.mk68
-rw-r--r--extensions/test/ole/cpptest/readme.txt6
-rw-r--r--extensions/test/ole/idl/oletest.idl311
-rw-r--r--extensions/test/ole/unloading/makefile.mk74
-rw-r--r--extensions/test/ole/unloading/readme.txt6
-rw-r--r--extensions/test/ole/unloading/unloadTest.cxx229
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/StdAfx.cpp38
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/StdAfx.h59
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/Test.cpp249
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/Test.dsp114
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/Test.sln19
-rw-r--r--extensions/test/ole/unoTocomCalls/Test/Test.vcproj247
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Basic.rgs27
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/BasicTest.rgs27
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp515
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h138
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.rgs27
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp83
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h68
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.rgs27
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.cpp42
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h60
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.cpp104
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.def10
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.dsp337
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.idl154
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.rc166
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.sln31
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.vcproj816
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/resource.h49
-rw-r--r--extensions/test/ole/unoTocomCalls/readme.txt9
-rw-r--r--extensions/test/pgp/TestPGP.java149
-rw-r--r--extensions/test/pgp/makefile.mk128
-rw-r--r--extensions/test/pgp/readme.txt33
-rw-r--r--extensions/test/sax/exports.dxp2
-rw-r--r--extensions/test/sax/factory.hxx34
-rw-r--r--extensions/test/sax/makefile.mk69
-rw-r--r--extensions/test/sax/testsax.cxx919
-rw-r--r--extensions/test/sax/testwriter.cxx780
-rw-r--r--extensions/test/stm/datatest.cxx1079
-rw-r--r--extensions/test/stm/exports.dxp2
-rw-r--r--extensions/test/stm/makefile.mk66
-rw-r--r--extensions/test/stm/marktest.cxx690
-rw-r--r--extensions/test/stm/pipetest.cxx455
-rw-r--r--extensions/test/stm/testfactreg.cxx175
-rw-r--r--extensions/test/stm/testfactreg.hxx113
-rw-r--r--extensions/util/hidother.src437
-rw-r--r--extensions/util/makefile.mk43
-rw-r--r--extensions/util/makefile.pmk33
-rw-r--r--extensions/util/target.pmk39
-rw-r--r--extensions/workben/makefile.mk178
-rw-r--r--extensions/workben/pythonautotest.cxx630
-rw-r--r--extensions/workben/pythontest.cxx564
-rw-r--r--extensions/workben/testcomponent.cxx230
-rw-r--r--extensions/workben/testframecontrol.cxx323
-rw-r--r--extensions/workben/testpgp.cxx847
-rw-r--r--extensions/workben/testresource.cxx95
-rw-r--r--extensions/workben/testresource.src33
-rw-r--r--external/StAX/README_jsr173_1.0_api.jar3
-rw-r--r--external/gcc3_specific/makefile.mk71
-rw-r--r--external/glibc-2.1.3.patch210
-rw-r--r--external/glibc/makefile.mk60
-rw-r--r--external/mingwheaders/makefile.mk213
-rw-r--r--external/mingwheaders/mingw_atl_headers.patch1654
-rw-r--r--external/mingwheaders/mingw_headers.patch2107
-rw-r--r--external/prj/build.lst5
-rw-r--r--external/prj/d.lst63
-rw-r--r--external/unowinreg/README2
-rw-r--r--extras/prj/build.lst31
-rw-r--r--extras/prj/d.lst12
-rw-r--r--extras/source/autotext/delzip1
-rw-r--r--extras/source/autotext/lang/af-ZA/acor_af-ZA.datbin0 -> 5472 bytes-rw-r--r--extras/source/autotext/lang/bg/acor_bg-BG.datbin0 -> 1459 bytes-rw-r--r--extras/source/autotext/lang/bg/crdbus50.baubin0 -> 14598 bytes-rw-r--r--extras/source/autotext/lang/bg/standard.baubin0 -> 56036 bytes-rw-r--r--extras/source/autotext/lang/bg/template.baubin0 -> 59956 bytes-rw-r--r--extras/source/autotext/lang/cs/acor_cs-CZ.datbin0 -> 11541 bytes-rw-r--r--extras/source/autotext/lang/cs/crdbus50.baubin0 -> 34953 bytes-rw-r--r--extras/source/autotext/lang/cs/crdbus54.baubin0 -> 34910 bytes-rw-r--r--extras/source/autotext/lang/cs/standard.baubin0 -> 86365 bytes-rw-r--r--extras/source/autotext/lang/cs/template.baubin0 -> 58306 bytes-rw-r--r--extras/source/autotext/lang/da/acor_da-DK.datbin0 -> 7833 bytes-rw-r--r--extras/source/autotext/lang/da/crdbus50.baubin0 -> 28865 bytes-rw-r--r--extras/source/autotext/lang/da/standard.baubin0 -> 55464 bytes-rw-r--r--extras/source/autotext/lang/da/template.baubin0 -> 45130 bytes-rw-r--r--extras/source/autotext/lang/de/acor_de-DE.datbin0 -> 8082 bytes-rw-r--r--extras/source/autotext/lang/de/crdbus50.baubin0 -> 20777 bytes-rw-r--r--extras/source/autotext/lang/de/standard.baubin0 -> 48317 bytes-rw-r--r--extras/source/autotext/lang/de/template.baubin0 -> 49052 bytes-rw-r--r--extras/source/autotext/lang/delzip1
-rw-r--r--extras/source/autotext/lang/en-AU/acor_en-AU.datbin0 -> 8472 bytes-rw-r--r--extras/source/autotext/lang/en-GB/acor_en-GB.datbin0 -> 8695 bytes-rw-r--r--extras/source/autotext/lang/en-GB/crdbus50.baubin0 -> 30564 bytes-rw-r--r--extras/source/autotext/lang/en-GB/standard.baubin0 -> 68960 bytes-rw-r--r--extras/source/autotext/lang/en-GB/template.baubin0 -> 49042 bytes-rw-r--r--extras/source/autotext/lang/en-US/acor_en-US.datbin0 -> 8394 bytes-rw-r--r--extras/source/autotext/lang/en-US/crdbus50.baubin0 -> 29311 bytes-rw-r--r--extras/source/autotext/lang/en-US/standard.baubin0 -> 57462 bytes-rw-r--r--extras/source/autotext/lang/en-US/template.baubin0 -> 45671 bytes-rw-r--r--extras/source/autotext/lang/en-ZA/acor_en-ZA.datbin0 -> 8619 bytes-rw-r--r--extras/source/autotext/lang/es/acor_es-ES.datbin0 -> 4751 bytes-rw-r--r--extras/source/autotext/lang/es/crdbus50.baubin0 -> 29126 bytes-rw-r--r--extras/source/autotext/lang/es/standard.baubin0 -> 43448 bytes-rw-r--r--extras/source/autotext/lang/es/template.baubin0 -> 45738 bytes-rwxr-xr-xextras/source/autotext/lang/eu/acor_eu.datbin0 -> 7995 bytes-rwxr-xr-xextras/source/autotext/lang/eu/crdbus50.baubin0 -> 29311 bytes-rwxr-xr-xextras/source/autotext/lang/eu/standard.baubin0 -> 57462 bytes-rwxr-xr-xextras/source/autotext/lang/eu/template.baubin0 -> 45671 bytes-rw-r--r--extras/source/autotext/lang/fa/acor_fa-IR.datbin0 -> 50571 bytes-rw-r--r--extras/source/autotext/lang/fi/acor_fi-FI.datbin0 -> 1777 bytes-rw-r--r--extras/source/autotext/lang/fr/acor_fr-FR.datbin0 -> 4321 bytes-rw-r--r--extras/source/autotext/lang/fr/crdbus50.baubin0 -> 29255 bytes-rw-r--r--extras/source/autotext/lang/fr/standard.baubin0 -> 48704 bytes-rw-r--r--extras/source/autotext/lang/fr/template.baubin0 -> 45856 bytes-rw-r--r--extras/source/autotext/lang/hu/acor_hu-HU.datbin0 -> 9930 bytes-rw-r--r--extras/source/autotext/lang/hu/crdbus50.baubin0 -> 29629 bytes-rw-r--r--extras/source/autotext/lang/hu/crdbus54.baubin0 -> 29564 bytes-rw-r--r--extras/source/autotext/lang/hu/mytexts.baubin0 -> 577 bytes-rw-r--r--extras/source/autotext/lang/hu/standard.baubin0 -> 44813 bytes-rw-r--r--extras/source/autotext/lang/hu/template.baubin0 -> 53009 bytes-rw-r--r--extras/source/autotext/lang/it/acor_it-IT.datbin0 -> 2358 bytes-rw-r--r--extras/source/autotext/lang/it/crdbus50.baubin0 -> 29144 bytes-rw-r--r--extras/source/autotext/lang/it/standard.baubin0 -> 44669 bytes-rw-r--r--extras/source/autotext/lang/it/template.baubin0 -> 45994 bytes-rw-r--r--extras/source/autotext/lang/ja/acor_ja-JP.datbin0 -> 7605 bytes-rw-r--r--extras/source/autotext/lang/ja/crdbus50.baubin0 -> 15065 bytes-rw-r--r--extras/source/autotext/lang/ja/standard.baubin0 -> 36137 bytes-rw-r--r--extras/source/autotext/lang/ja/template.baubin0 -> 46244 bytes-rw-r--r--extras/source/autotext/lang/km/crdbus50.baubin0 -> 29311 bytes-rw-r--r--extras/source/autotext/lang/km/standard.baubin0 -> 57462 bytes-rw-r--r--extras/source/autotext/lang/km/template.baubin0 -> 45671 bytes-rw-r--r--extras/source/autotext/lang/ko/acor_ko-KR.datbin0 -> 7605 bytes-rw-r--r--extras/source/autotext/lang/ko/crdbus50.baubin0 -> 15587 bytes-rw-r--r--extras/source/autotext/lang/ko/standard.baubin0 -> 40482 bytes-rw-r--r--extras/source/autotext/lang/ko/template.baubin0 -> 46406 bytes-rwxr-xr-xextras/source/autotext/lang/lb-LU/acor_lb-LU.datbin0 -> 5148 bytes-rw-r--r--extras/source/autotext/lang/makefile.mk54
-rw-r--r--extras/source/autotext/lang/mn/acor_mn-MN.datbin0 -> 4243 bytes-rw-r--r--extras/source/autotext/lang/mn/crdbus50.baubin0 -> 31760 bytes-rw-r--r--extras/source/autotext/lang/mn/standard.baubin0 -> 64482 bytes-rw-r--r--extras/source/autotext/lang/mn/template.baubin0 -> 50850 bytes-rw-r--r--extras/source/autotext/lang/nl/acor_nl-NL.datbin0 -> 3064 bytes-rw-r--r--extras/source/autotext/lang/nl/crdbus50.baubin0 -> 34228 bytes-rw-r--r--extras/source/autotext/lang/nl/standard.baubin0 -> 40557 bytes-rw-r--r--extras/source/autotext/lang/nl/template.baubin0 -> 39676 bytes-rw-r--r--extras/source/autotext/lang/pl/acor_pl-PL.datbin0 -> 7886 bytes-rw-r--r--extras/source/autotext/lang/pl/crdbus50.baubin0 -> 16633 bytes-rw-r--r--extras/source/autotext/lang/pl/standard.baubin0 -> 33032 bytes-rw-r--r--extras/source/autotext/lang/pl/template.baubin0 -> 7581 bytes-rw-r--r--extras/source/autotext/lang/pt-BR/acor_pt-BR.datbin0 -> 38007 bytes-rw-r--r--extras/source/autotext/lang/pt-BR/crdbus50.baubin0 -> 14627 bytes-rw-r--r--extras/source/autotext/lang/pt-BR/standard.baubin0 -> 36413 bytes-rw-r--r--extras/source/autotext/lang/pt-BR/template.baubin0 -> 46270 bytes-rw-r--r--extras/source/autotext/lang/pt/acor_pt-PT.datbin0 -> 2621 bytes-rw-r--r--extras/source/autotext/lang/pt/crdbus50.baubin0 -> 36662 bytes-rw-r--r--extras/source/autotext/lang/pt/standard.baubin0 -> 61444 bytes-rw-r--r--extras/source/autotext/lang/pt/template.baubin0 -> 7042 bytes-rw-r--r--extras/source/autotext/lang/ru/acor_ru-RU.datbin0 -> 3946 bytes-rw-r--r--extras/source/autotext/lang/ru/crdbus50.baubin0 -> 29311 bytes-rw-r--r--extras/source/autotext/lang/ru/standard.baubin0 -> 57462 bytes-rw-r--r--extras/source/autotext/lang/ru/template.baubin0 -> 45671 bytes-rw-r--r--extras/source/autotext/lang/sk/acor_sk-SK.datbin0 -> 2843 bytes-rw-r--r--extras/source/autotext/lang/sk/crdbus50.baubin0 -> 30465 bytes-rw-r--r--extras/source/autotext/lang/sk/crdbus54.baubin0 -> 30842 bytes-rw-r--r--extras/source/autotext/lang/sk/standard.baubin0 -> 92337 bytes-rw-r--r--extras/source/autotext/lang/sk/template.baubin0 -> 60907 bytes-rw-r--r--extras/source/autotext/lang/sl/acor_sl-SI.datbin0 -> 5102 bytes-rw-r--r--extras/source/autotext/lang/sl/crdbus50.baubin0 -> 30684 bytes-rw-r--r--extras/source/autotext/lang/sl/crdbus54.baubin0 -> 30620 bytes-rw-r--r--extras/source/autotext/lang/sl/mytexts.baubin0 -> 570 bytes-rw-r--r--extras/source/autotext/lang/sl/standard.baubin0 -> 59934 bytes-rw-r--r--extras/source/autotext/lang/sl/template.baubin0 -> 61243 bytes-rw-r--r--extras/source/autotext/lang/sv/acor_sv-SE.datbin0 -> 3006 bytes-rw-r--r--extras/source/autotext/lang/sv/crdbus50.baubin0 -> 29241 bytes-rw-r--r--extras/source/autotext/lang/sv/standard.baubin0 -> 38778 bytes-rw-r--r--extras/source/autotext/lang/sv/template.baubin0 -> 45349 bytes-rw-r--r--extras/source/autotext/lang/tr/acor_tr-TR.datbin0 -> 2711 bytes-rw-r--r--extras/source/autotext/lang/tr/crdbus50.baubin0 -> 143872 bytes-rw-r--r--extras/source/autotext/lang/tr/template.baubin0 -> 28672 bytes-rwxr-xr-xextras/source/autotext/lang/vi/acor_vi-VN.datbin0 -> 9308 bytes-rw-r--r--extras/source/autotext/lang/zh-CN/acor_zh-CN.datbin0 -> 7605 bytes-rw-r--r--extras/source/autotext/lang/zh-CN/crdbus50.baubin0 -> 15356 bytes-rw-r--r--extras/source/autotext/lang/zh-CN/standard.baubin0 -> 38238 bytes-rw-r--r--extras/source/autotext/lang/zh-CN/template.baubin0 -> 46139 bytes-rw-r--r--extras/source/autotext/lang/zh-TW/acor_zh-TW.datbin0 -> 7605 bytes-rw-r--r--extras/source/autotext/lang/zh-TW/crdbus50.baubin0 -> 15481 bytes-rw-r--r--extras/source/autotext/lang/zh-TW/standard.baubin0 -> 35426 bytes-rw-r--r--extras/source/autotext/lang/zh-TW/template.baubin0 -> 47136 bytes-rw-r--r--extras/source/autotext/makefile.mk57
-rw-r--r--extras/source/autotext/mytexts.baubin0 -> 567 bytes-rw-r--r--extras/source/database/biblio.dbfbin0 -> 343909 bytes-rw-r--r--extras/source/database/biblio.dbtbin0 -> 564226 bytes-rw-r--r--extras/source/database/biblio.odbbin0 -> 1661 bytes-rw-r--r--extras/source/database/delzip1
-rw-r--r--extras/source/database/makefile.mk57
-rw-r--r--extras/source/gallery/apples.gifbin0 -> 6197 bytes-rw-r--r--extras/source/gallery/bigapple.gifbin0 -> 35287 bytes-rw-r--r--extras/source/gallery/bullets/blkpearl.gifbin0 -> 929 bytes-rw-r--r--extras/source/gallery/bullets/bluarrow.gifbin0 -> 93 bytes-rw-r--r--extras/source/gallery/bullets/bluball.gifbin0 -> 103 bytes-rw-r--r--extras/source/gallery/bullets/bludiamd.gifbin0 -> 111 bytes-rw-r--r--extras/source/gallery/bullets/bluered.gifbin0 -> 507 bytes-rw-r--r--extras/source/gallery/bullets/blusqare.gifbin0 -> 96 bytes-rw-r--r--extras/source/gallery/bullets/blustar.gifbin0 -> 146 bytes-rw-r--r--extras/source/gallery/bullets/coffee_1.gifbin0 -> 644 bytes-rw-r--r--extras/source/gallery/bullets/coffee_2.gifbin0 -> 656 bytes-rw-r--r--extras/source/gallery/bullets/coffee_3.gifbin0 -> 625 bytes-rw-r--r--extras/source/gallery/bullets/coffee_4.gifbin0 -> 605 bytes-rw-r--r--extras/source/gallery/bullets/coffee_5.gifbin0 -> 671 bytes-rw-r--r--extras/source/gallery/bullets/con-blue.gifbin0 -> 594 bytes-rw-r--r--extras/source/gallery/bullets/con-cyan.gifbin0 -> 614 bytes-rw-r--r--extras/source/gallery/bullets/con-green.gifbin0 -> 393 bytes-rw-r--r--extras/source/gallery/bullets/con-lilac.gifbin0 -> 600 bytes-rw-r--r--extras/source/gallery/bullets/con-oran.gifbin0 -> 594 bytes-rw-r--r--extras/source/gallery/bullets/con-pink.gifbin0 -> 394 bytes-rw-r--r--extras/source/gallery/bullets/con-red.gifbin0 -> 388 bytes-rw-r--r--extras/source/gallery/bullets/con-yellow.gifbin0 -> 375 bytes-rw-r--r--extras/source/gallery/bullets/corner_1.gifbin0 -> 399 bytes-rw-r--r--extras/source/gallery/bullets/corner_2.gifbin0 -> 399 bytes-rw-r--r--extras/source/gallery/bullets/corner_3.gifbin0 -> 402 bytes-rw-r--r--extras/source/gallery/bullets/corner_4.gifbin0 -> 408 bytes-rw-r--r--extras/source/gallery/bullets/darkball.gifbin0 -> 924 bytes-rw-r--r--extras/source/gallery/bullets/darkblue.gifbin0 -> 527 bytes-rw-r--r--extras/source/gallery/bullets/delzip1
-rw-r--r--extras/source/gallery/bullets/gldpearl.gifbin0 -> 929 bytes-rw-r--r--extras/source/gallery/bullets/golfball.gifbin0 -> 960 bytes-rw-r--r--extras/source/gallery/bullets/grnarrow.gifbin0 -> 94 bytes-rw-r--r--extras/source/gallery/bullets/grnball.gifbin0 -> 101 bytes-rw-r--r--extras/source/gallery/bullets/grndiamd.gifbin0 -> 111 bytes-rw-r--r--extras/source/gallery/bullets/grnpearl.gifbin0 -> 935 bytes-rw-r--r--extras/source/gallery/bullets/grnsqare.gifbin0 -> 97 bytes-rw-r--r--extras/source/gallery/bullets/grnstar.gifbin0 -> 144 bytes-rw-r--r--extras/source/gallery/bullets/gryarrow.gifbin0 -> 94 bytes-rw-r--r--extras/source/gallery/bullets/gryball.gifbin0 -> 103 bytes-rw-r--r--extras/source/gallery/bullets/grydiamd.gifbin0 -> 113 bytes-rw-r--r--extras/source/gallery/bullets/grysqare.gifbin0 -> 98 bytes-rw-r--r--extras/source/gallery/bullets/grystar.gifbin0 -> 144 bytes-rw-r--r--extras/source/gallery/bullets/makefile.mk53
-rw-r--r--extras/source/gallery/bullets/orgarrow.gifbin0 -> 96 bytes-rw-r--r--extras/source/gallery/bullets/orgball.gifbin0 -> 104 bytes-rw-r--r--extras/source/gallery/bullets/orgdiamd.gifbin0 -> 149 bytes-rw-r--r--extras/source/gallery/bullets/orgsqare.gifbin0 -> 99 bytes-rw-r--r--extras/source/gallery/bullets/orgstar.gifbin0 -> 143 bytes-rw-r--r--extras/source/gallery/bullets/pebble_1.gifbin0 -> 434 bytes-rw-r--r--extras/source/gallery/bullets/pebble_2.gifbin0 -> 460 bytes-rw-r--r--extras/source/gallery/bullets/pebble_3.gifbin0 -> 463 bytes-rw-r--r--extras/source/gallery/bullets/poliball.gifbin0 -> 945 bytes-rw-r--r--extras/source/gallery/bullets/popcorn_1.gifbin0 -> 1005 bytes-rw-r--r--extras/source/gallery/bullets/popcorn_2.gifbin0 -> 1249 bytes-rw-r--r--extras/source/gallery/bullets/rainbow.gifbin0 -> 527 bytes-rw-r--r--extras/source/gallery/bullets/redarrow.gifbin0 -> 97 bytes-rw-r--r--extras/source/gallery/bullets/redball.gifbin0 -> 103 bytes-rw-r--r--extras/source/gallery/bullets/reddiamd.gifbin0 -> 111 bytes-rw-r--r--extras/source/gallery/bullets/redsqare.gifbin0 -> 97 bytes-rw-r--r--extras/source/gallery/bullets/redstar.gifbin0 -> 145 bytes-rw-r--r--extras/source/gallery/bullets/whtpearl.gifbin0 -> 931 bytes-rw-r--r--extras/source/gallery/bullets/ylwarrow.gifbin0 -> 126 bytes-rw-r--r--extras/source/gallery/bullets/ylwball.gifbin0 -> 133 bytes-rw-r--r--extras/source/gallery/bullets/ylwdiamd.gifbin0 -> 145 bytes-rw-r--r--extras/source/gallery/bullets/ylwsqare.gifbin0 -> 96 bytes-rw-r--r--extras/source/gallery/bullets/ylwstar.gifbin0 -> 145 bytes-rw-r--r--extras/source/gallery/delzip0
-rw-r--r--extras/source/gallery/flower.gifbin0 -> 6073 bytes-rw-r--r--extras/source/gallery/flowers.gifbin0 -> 9333 bytes-rw-r--r--extras/source/gallery/gallery_sound/delzip1
-rw-r--r--extras/source/gallery/gallery_sound/makefile.mk53
-rw-r--r--extras/source/gallery/gallery_sound/sg100.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_sound/sg100.thmbin0 -> 538 bytes-rw-r--r--extras/source/gallery/gallery_sound/sg30.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_sound/sg30.thmbin0 -> 565 bytes-rw-r--r--extras/source/gallery/gallery_system/delzip1
-rw-r--r--extras/source/gallery/gallery_system/makefile.mk53
-rw-r--r--extras/source/gallery/gallery_system/sg1.sdgbin0 -> 29872 bytes-rw-r--r--extras/source/gallery/gallery_system/sg1.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg1.thmbin0 -> 2432 bytes-rw-r--r--extras/source/gallery/gallery_system/sg2.sdgbin0 -> 25785 bytes-rw-r--r--extras/source/gallery/gallery_system/sg2.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg2.thmbin0 -> 1266 bytes-rw-r--r--extras/source/gallery/gallery_system/sg24.sdgbin0 -> 49161 bytes-rw-r--r--extras/source/gallery/gallery_system/sg24.sdvbin0 -> 359424 bytes-rw-r--r--extras/source/gallery/gallery_system/sg24.thmbin0 -> 1236 bytes-rw-r--r--extras/source/gallery/gallery_system/sg25.sdgbin0 -> 55650 bytes-rw-r--r--extras/source/gallery/gallery_system/sg25.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg25.thmbin0 -> 2016 bytes-rw-r--r--extras/source/gallery/gallery_system/sg3.sdgbin0 -> 270058 bytes-rw-r--r--extras/source/gallery/gallery_system/sg3.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg3.thmbin0 -> 2503 bytes-rw-r--r--extras/source/gallery/gallery_system/sg36.sdgbin0 -> 65354 bytes-rw-r--r--extras/source/gallery/gallery_system/sg36.sdvbin0 -> 589312 bytes-rw-r--r--extras/source/gallery/gallery_system/sg36.thmbin0 -> 1163 bytes-rw-r--r--extras/source/gallery/gallery_system/sg4.sdgbin0 -> 60533 bytes-rw-r--r--extras/source/gallery/gallery_system/sg4.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg4.thmbin0 -> 3323 bytes-rw-r--r--extras/source/gallery/gallery_system/sg9.sdgbin0 -> 5331 bytes-rw-r--r--extras/source/gallery/gallery_system/sg9.sdvbin0 -> 2048 bytes-rw-r--r--extras/source/gallery/gallery_system/sg9.thmbin0 -> 1458 bytes-rw-r--r--extras/source/gallery/htmlexpo/bludown.gifbin0 -> 873 bytes-rw-r--r--extras/source/gallery/htmlexpo/blufirs.gifbin0 -> 906 bytes-rw-r--r--extras/source/gallery/htmlexpo/blufirs_.gifbin0 -> 884 bytes-rw-r--r--extras/source/gallery/htmlexpo/blulast.gifbin0 -> 909 bytes-rw-r--r--extras/source/gallery/htmlexpo/blulast_.gifbin0 -> 898 bytes-rw-r--r--extras/source/gallery/htmlexpo/blunav.gifbin0 -> 1441 bytes-rw-r--r--extras/source/gallery/htmlexpo/blunext.gifbin0 -> 886 bytes-rw-r--r--extras/source/gallery/htmlexpo/blunext_.gifbin0 -> 841 bytes-rw-r--r--extras/source/gallery/htmlexpo/bluprev.gifbin0 -> 893 bytes-rw-r--r--extras/source/gallery/htmlexpo/bluprev_.gifbin0 -> 841 bytes-rw-r--r--extras/source/gallery/htmlexpo/blutext.gifbin0 -> 1390 bytes-rw-r--r--extras/source/gallery/htmlexpo/bluup.gifbin0 -> 874 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubdown.gifbin0 -> 1628 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubfirs.gifbin0 -> 1704 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubfirs_.gifbin0 -> 1320 bytes-rw-r--r--extras/source/gallery/htmlexpo/cublast.gifbin0 -> 1712 bytes-rw-r--r--extras/source/gallery/htmlexpo/cublast_.gifbin0 -> 1282 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubnav.gifbin0 -> 1719 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubnext.gifbin0 -> 1651 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubnext_.gifbin0 -> 1244 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubprev.gifbin0 -> 1648 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubprev_.gifbin0 -> 1239 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubtext.gifbin0 -> 1687 bytes-rw-r--r--extras/source/gallery/htmlexpo/cubup.gifbin0 -> 1646 bytes-rw-r--r--extras/source/gallery/htmlexpo/delzip1
-rw-r--r--extras/source/gallery/htmlexpo/gredown.gifbin0 -> 1360 bytes-rw-r--r--extras/source/gallery/htmlexpo/grefirs.gifbin0 -> 1517 bytes-rw-r--r--extras/source/gallery/htmlexpo/grefirs_.gifbin0 -> 1442 bytes-rw-r--r--extras/source/gallery/htmlexpo/grelast.gifbin0 -> 1457 bytes-rw-r--r--extras/source/gallery/htmlexpo/grelast_.gifbin0 -> 1290 bytes-rw-r--r--extras/source/gallery/htmlexpo/grenav.gifbin0 -> 1582 bytes-rw-r--r--extras/source/gallery/htmlexpo/grenext.gifbin0 -> 1372 bytes-rw-r--r--extras/source/gallery/htmlexpo/grenext_.gifbin0 -> 1184 bytes-rw-r--r--extras/source/gallery/htmlexpo/greprev.gifbin0 -> 1370 bytes-rw-r--r--extras/source/gallery/htmlexpo/greprev_.gifbin0 -> 1180 bytes-rw-r--r--extras/source/gallery/htmlexpo/gretext.gifbin0 -> 1433 bytes-rw-r--r--extras/source/gallery/htmlexpo/greup.gifbin0 -> 1365 bytes-rw-r--r--extras/source/gallery/htmlexpo/makefile.mk53
-rw-r--r--extras/source/gallery/htmlexpo/simdown.gifbin0 -> 439 bytes-rw-r--r--extras/source/gallery/htmlexpo/simfirs.gifbin0 -> 477 bytes-rw-r--r--extras/source/gallery/htmlexpo/simfirs_.gifbin0 -> 477 bytes-rw-r--r--extras/source/gallery/htmlexpo/simlast.gifbin0 -> 483 bytes-rw-r--r--extras/source/gallery/htmlexpo/simlast_.gifbin0 -> 624 bytes-rw-r--r--extras/source/gallery/htmlexpo/simnav.gifbin0 -> 483 bytes-rw-r--r--extras/source/gallery/htmlexpo/simnext.gifbin0 -> 448 bytes-rw-r--r--extras/source/gallery/htmlexpo/simnext_.gifbin0 -> 445 bytes-rw-r--r--extras/source/gallery/htmlexpo/simprev.gifbin0 -> 444 bytes-rw-r--r--extras/source/gallery/htmlexpo/simprev_.gifbin0 -> 446 bytes-rw-r--r--extras/source/gallery/htmlexpo/simtext.gifbin0 -> 646 bytes-rw-r--r--extras/source/gallery/htmlexpo/simup.gifbin0 -> 439 bytes-rw-r--r--extras/source/gallery/makefile.mk53
-rw-r--r--extras/source/gallery/rulers/blkballs.gifbin0 -> 2272 bytes-rw-r--r--extras/source/gallery/rulers/blurulr1.gifbin0 -> 6583 bytes-rw-r--r--extras/source/gallery/rulers/blurulr2.gifbin0 -> 2965 bytes-rw-r--r--extras/source/gallery/rulers/blurulr3.gifbin0 -> 2011 bytes-rw-r--r--extras/source/gallery/rulers/blurulr4.gifbin0 -> 2561 bytes-rw-r--r--extras/source/gallery/rulers/blurulr5.gifbin0 -> 5708 bytes-rw-r--r--extras/source/gallery/rulers/blurulr6.gifbin0 -> 1878 bytes-rw-r--r--extras/source/gallery/rulers/delzip1
-rw-r--r--extras/source/gallery/rulers/gldballs.gifbin0 -> 2240 bytes-rw-r--r--extras/source/gallery/rulers/grnballs.gifbin0 -> 3702 bytes-rw-r--r--extras/source/gallery/rulers/grnrulr1.gifbin0 -> 2409 bytes-rw-r--r--extras/source/gallery/rulers/grnrulr2.gifbin0 -> 2759 bytes-rw-r--r--extras/source/gallery/rulers/grnrulr3.gifbin0 -> 2599 bytes-rw-r--r--extras/source/gallery/rulers/grnrulr4.gifbin0 -> 3172 bytes-rw-r--r--extras/source/gallery/rulers/gryrulr1.gifbin0 -> 2144 bytes-rw-r--r--extras/source/gallery/rulers/gryrulr2.gifbin0 -> 3014 bytes-rw-r--r--extras/source/gallery/rulers/gryrulr3.gifbin0 -> 1479 bytes-rw-r--r--extras/source/gallery/rulers/makefile.mk53
-rw-r--r--extras/source/gallery/rulers/orgrulr1.gifbin0 -> 2667 bytes-rw-r--r--extras/source/gallery/rulers/redrulr1.gifbin0 -> 2138 bytes-rw-r--r--extras/source/gallery/rulers/redrulr2.gifbin0 -> 2037 bytes-rw-r--r--extras/source/gallery/rulers/redrulr3.gifbin0 -> 2192 bytes-rw-r--r--extras/source/gallery/rulers/redrulr4.gifbin0 -> 2089 bytes-rw-r--r--extras/source/gallery/rulers/redrulr5.gifbin0 -> 1343 bytes-rw-r--r--extras/source/gallery/rulers/striped.gifbin0 -> 1553 bytes-rw-r--r--extras/source/gallery/rulers/whtballs.gifbin0 -> 3616 bytes-rw-r--r--extras/source/gallery/rulers/ylwrulr1.gifbin0 -> 2667 bytes-rw-r--r--extras/source/gallery/sdddndx11
-rw-r--r--extras/source/gallery/sky.gifbin0 -> 7517 bytes-rw-r--r--extras/source/gallery/sounds/apert.wavbin0 -> 47760 bytes-rw-r--r--extras/source/gallery/sounds/apert2.wavbin0 -> 60904 bytes-rw-r--r--extras/source/gallery/sounds/applause.wavbin0 -> 90472 bytes-rw-r--r--extras/source/gallery/sounds/beam.wavbin0 -> 43728 bytes-rw-r--r--extras/source/gallery/sounds/beam2.wavbin0 -> 73456 bytes-rw-r--r--extras/source/gallery/sounds/cow.wavbin0 -> 37546 bytes-rw-r--r--extras/source/gallery/sounds/curve.wavbin0 -> 134660 bytes-rw-r--r--extras/source/gallery/sounds/delzip1
-rw-r--r--extras/source/gallery/sounds/drama.wavbin0 -> 162366 bytes-rw-r--r--extras/source/gallery/sounds/explos.wavbin0 -> 47532 bytes-rw-r--r--extras/source/gallery/sounds/falling.wavbin0 -> 87008 bytes-rw-r--r--extras/source/gallery/sounds/glasses.wavbin0 -> 36270 bytes-rw-r--r--extras/source/gallery/sounds/gong.wavbin0 -> 191292 bytes-rw-r--r--extras/source/gallery/sounds/horse.wavbin0 -> 41958 bytes-rw-r--r--extras/source/gallery/sounds/kling.wavbin0 -> 46376 bytes-rw-r--r--extras/source/gallery/sounds/kongas.wavbin0 -> 54866 bytes-rw-r--r--extras/source/gallery/sounds/laser.wavbin0 -> 8408 bytes-rw-r--r--extras/source/gallery/sounds/left.wavbin0 -> 29788 bytes-rw-r--r--extras/source/gallery/sounds/makefile.mk53
-rw-r--r--extras/source/gallery/sounds/nature1.wavbin0 -> 83102 bytes-rw-r--r--extras/source/gallery/sounds/nature2.wavbin0 -> 37164 bytes-rw-r--r--extras/source/gallery/sounds/ok.wavbin0 -> 8862 bytes-rw-r--r--extras/source/gallery/sounds/pluck.wavbin0 -> 28510 bytes-rw-r--r--extras/source/gallery/sounds/roll.wavbin0 -> 242648 bytes-rw-r--r--extras/source/gallery/sounds/romans.wavbin0 -> 90466 bytes-rw-r--r--extras/source/gallery/sounds/soft.wavbin0 -> 185752 bytes-rw-r--r--extras/source/gallery/sounds/space.wavbin0 -> 133758 bytes-rw-r--r--extras/source/gallery/sounds/space2.wavbin0 -> 192686 bytes-rw-r--r--extras/source/gallery/sounds/space3.wavbin0 -> 144748 bytes-rw-r--r--extras/source/gallery/sounds/sparcle.wavbin0 -> 65580 bytes-rw-r--r--extras/source/gallery/sounds/strom.wavbin0 -> 85106 bytes-rw-r--r--extras/source/gallery/sounds/theetone.wavbin0 -> 49506 bytes-rw-r--r--extras/source/gallery/sounds/top.wavbin0 -> 69242 bytes-rw-r--r--extras/source/gallery/sounds/train.wavbin0 -> 56716 bytes-rw-r--r--extras/source/gallery/sounds/untie.wavbin0 -> 190884 bytes-rw-r--r--extras/source/gallery/sounds/ups.wavbin0 -> 28682 bytes-rw-r--r--extras/source/gallery/sounds/wallewal.wavbin0 -> 104018 bytes-rw-r--r--extras/source/gallery/www-back/aqua.jpgbin0 -> 5511 bytes-rw-r--r--extras/source/gallery/www-back/bathroom.jpgbin0 -> 4473 bytes-rw-r--r--extras/source/gallery/www-back/blocks.jpgbin0 -> 5664 bytes-rw-r--r--extras/source/gallery/www-back/blow_green.jpgbin0 -> 3159 bytes-rw-r--r--extras/source/gallery/www-back/blueblop.jpgbin0 -> 4469 bytes-rw-r--r--extras/source/gallery/www-back/bulging.jpgbin0 -> 4523 bytes-rw-r--r--extras/source/gallery/www-back/canvas_blue.jpgbin0 -> 5961 bytes-rw-r--r--extras/source/gallery/www-back/cheese.jpgbin0 -> 3029 bytes-rw-r--r--extras/source/gallery/www-back/chocolate.jpgbin0 -> 4316 bytes-rw-r--r--extras/source/gallery/www-back/citrus.jpgbin0 -> 7669 bytes-rw-r--r--extras/source/gallery/www-back/confetti.jpgbin0 -> 11733 bytes-rw-r--r--extras/source/gallery/www-back/daisy.jpgbin0 -> 8197 bytes-rw-r--r--extras/source/gallery/www-back/delzip1
-rw-r--r--extras/source/gallery/www-back/fluffy-grey.jpgbin0 -> 4314 bytes-rw-r--r--extras/source/gallery/www-back/fluffy.jpgbin0 -> 6890 bytes-rw-r--r--extras/source/gallery/www-back/fuzzy-blue.jpgbin0 -> 11472 bytes-rw-r--r--extras/source/gallery/www-back/fuzzy-darkgrey.jpgbin0 -> 7293 bytes-rw-r--r--extras/source/gallery/www-back/fuzzy-grey.jpgbin0 -> 6340 bytes-rw-r--r--extras/source/gallery/www-back/fuzzy-lightgrey.jpgbin0 -> 4321 bytes-rw-r--r--extras/source/gallery/www-back/fuzzy_light.jpgbin0 -> 4880 bytes-rw-r--r--extras/source/gallery/www-back/gregre.gifbin0 -> 2326 bytes-rw-r--r--extras/source/gallery/www-back/grey.gifbin0 -> 8529 bytes-rw-r--r--extras/source/gallery/www-back/grypaws.gifbin0 -> 3537 bytes-rw-r--r--extras/source/gallery/www-back/ice-blue.jpgbin0 -> 4675 bytes-rw-r--r--extras/source/gallery/www-back/ice-light.jpgbin0 -> 3182 bytes-rw-r--r--extras/source/gallery/www-back/imitation_leather.jpgbin0 -> 4207 bytes-rw-r--r--extras/source/gallery/www-back/interstices.jpgbin0 -> 3964 bytes-rw-r--r--extras/source/gallery/www-back/jeans.jpgbin0 -> 7002 bytes-rw-r--r--extras/source/gallery/www-back/jeansblk.jpgbin0 -> 5436 bytes-rw-r--r--extras/source/gallery/www-back/lawn-artificial.jpgbin0 -> 13522 bytes-rw-r--r--extras/source/gallery/www-back/lawn.jpgbin0 -> 11635 bytes-rw-r--r--extras/source/gallery/www-back/lightblue-wet.jpgbin0 -> 5235 bytes-rw-r--r--extras/source/gallery/www-back/linen-fine.jpgbin0 -> 5580 bytes-rw-r--r--extras/source/gallery/www-back/lino-green.jpgbin0 -> 6275 bytes-rw-r--r--extras/source/gallery/www-back/liquid-blue.jpgbin0 -> 3497 bytes-rw-r--r--extras/source/gallery/www-back/makefile.mk53
-rw-r--r--extras/source/gallery/www-back/marble.jpgbin0 -> 4161 bytes-rw-r--r--extras/source/gallery/www-back/marble_dark.jpgbin0 -> 6805 bytes-rw-r--r--extras/source/gallery/www-back/mazes.jpgbin0 -> 9817 bytes-rw-r--r--extras/source/gallery/www-back/mint.gifbin0 -> 4469 bytes-rw-r--r--extras/source/gallery/www-back/notes.gifbin0 -> 1429 bytes-rw-r--r--extras/source/gallery/www-back/pattern.jpgbin0 -> 13299 bytes-rw-r--r--extras/source/gallery/www-back/pebble-light.jpgbin0 -> 5816 bytes-rw-r--r--extras/source/gallery/www-back/pink.gifbin0 -> 4687 bytes-rw-r--r--extras/source/gallery/www-back/pool.jpgbin0 -> 6005 bytes-rw-r--r--extras/source/gallery/www-back/popcorn.jpgbin0 -> 12694 bytes-rw-r--r--extras/source/gallery/www-back/purple.jpgbin0 -> 4257 bytes-rw-r--r--extras/source/gallery/www-back/reddark.jpgbin0 -> 4968 bytes-rw-r--r--extras/source/gallery/www-back/rings-green.jpgbin0 -> 5094 bytes-rw-r--r--extras/source/gallery/www-back/rings-orange.jpgbin0 -> 6445 bytes-rw-r--r--extras/source/gallery/www-back/roses.jpgbin0 -> 8323 bytes-rw-r--r--extras/source/gallery/www-back/sand-light.jpgbin0 -> 4049 bytes-rw-r--r--extras/source/gallery/www-back/sand.jpgbin0 -> 5402 bytes-rw-r--r--extras/source/gallery/www-back/sky.jpgbin0 -> 1969 bytes-rw-r--r--extras/source/gallery/www-back/soft-structure_grey.jpgbin0 -> 4818 bytes-rw-r--r--extras/source/gallery/www-back/space.jpgbin0 -> 3011 bytes-rw-r--r--extras/source/gallery/www-back/stone-dark.jpgbin0 -> 6351 bytes-rw-r--r--extras/source/gallery/www-back/stone.jpgbin0 -> 7011 bytes-rw-r--r--extras/source/gallery/www-back/structure.jpgbin0 -> 3834 bytes-rw-r--r--extras/source/gallery/www-back/structure_darkgreen.gifbin0 -> 3782 bytes-rw-r--r--extras/source/gallery/www-back/structure_green.jpgbin0 -> 4035 bytes-rw-r--r--extras/source/gallery/www-back/wall-grey.jpgbin0 -> 5414 bytes-rw-r--r--extras/source/gallery/www-back/wet-turquoise.jpgbin0 -> 3119 bytes-rw-r--r--extras/source/gallery/www-back/wood.jpgbin0 -> 10382 bytes-rw-r--r--extras/source/gallery/www-graf/bluat.gifbin0 -> 1330 bytes-rw-r--r--extras/source/gallery/www-graf/bluback.gifbin0 -> 1016 bytes-rw-r--r--extras/source/gallery/www-graf/bludisk.gifbin0 -> 1016 bytes-rw-r--r--extras/source/gallery/www-graf/bludown.gifbin0 -> 1010 bytes-rw-r--r--extras/source/gallery/www-graf/bluhome.gifbin0 -> 1031 bytes-rw-r--r--extras/source/gallery/www-graf/bluinfo.gifbin0 -> 1000 bytes-rw-r--r--extras/source/gallery/www-graf/bluleft.gifbin0 -> 1017 bytes-rw-r--r--extras/source/gallery/www-graf/blumail.gifbin0 -> 1017 bytes-rw-r--r--extras/source/gallery/www-graf/bluminus.gifbin0 -> 989 bytes-rw-r--r--extras/source/gallery/www-graf/bluplus.gifbin0 -> 1009 bytes-rw-r--r--extras/source/gallery/www-graf/bluquest.gifbin0 -> 1041 bytes-rw-r--r--extras/source/gallery/www-graf/bluright.gifbin0 -> 1020 bytes-rw-r--r--extras/source/gallery/www-graf/bluup.gifbin0 -> 1011 bytes-rw-r--r--extras/source/gallery/www-graf/delzip1
-rw-r--r--extras/source/gallery/www-graf/gredisk.gifbin0 -> 1016 bytes-rw-r--r--extras/source/gallery/www-graf/gredown.gifbin0 -> 1010 bytes-rw-r--r--extras/source/gallery/www-graf/grehome.gifbin0 -> 1031 bytes-rw-r--r--extras/source/gallery/www-graf/greinfo.gifbin0 -> 1000 bytes-rw-r--r--extras/source/gallery/www-graf/greleft.gifbin0 -> 1017 bytes-rw-r--r--extras/source/gallery/www-graf/gremail.gifbin0 -> 1017 bytes-rw-r--r--extras/source/gallery/www-graf/greminus.gifbin0 -> 989 bytes-rw-r--r--extras/source/gallery/www-graf/greplus.gifbin0 -> 1009 bytes-rw-r--r--extras/source/gallery/www-graf/grequest.gifbin0 -> 1041 bytes-rw-r--r--extras/source/gallery/www-graf/greright.gifbin0 -> 1020 bytes-rw-r--r--extras/source/gallery/www-graf/greup.gifbin0 -> 1011 bytes-rw-r--r--extras/source/gallery/www-graf/grnat.gifbin0 -> 1264 bytes-rw-r--r--extras/source/gallery/www-graf/grnback.gifbin0 -> 1073 bytes-rw-r--r--extras/source/gallery/www-graf/grndisk.gifbin0 -> 1219 bytes-rw-r--r--extras/source/gallery/www-graf/grndown.gifbin0 -> 1231 bytes-rw-r--r--extras/source/gallery/www-graf/grnexcla.gifbin0 -> 1206 bytes-rw-r--r--extras/source/gallery/www-graf/grnhome.gifbin0 -> 872 bytes-rw-r--r--extras/source/gallery/www-graf/grninfo.gifbin0 -> 1200 bytes-rw-r--r--extras/source/gallery/www-graf/grnleft.gifbin0 -> 1227 bytes-rw-r--r--extras/source/gallery/www-graf/grnmail.gifbin0 -> 1222 bytes-rw-r--r--extras/source/gallery/www-graf/grnminus.gifbin0 -> 1187 bytes-rw-r--r--extras/source/gallery/www-graf/grnplus.gifbin0 -> 1204 bytes-rw-r--r--extras/source/gallery/www-graf/grnquest.gifbin0 -> 1226 bytes-rw-r--r--extras/source/gallery/www-graf/grnright.gifbin0 -> 1201 bytes-rw-r--r--extras/source/gallery/www-graf/grnup.gifbin0 -> 1220 bytes-rw-r--r--extras/source/gallery/www-graf/gryat.gifbin0 -> 1052 bytes-rw-r--r--extras/source/gallery/www-graf/gryback.gifbin0 -> 1032 bytes-rw-r--r--extras/source/gallery/www-graf/grydisk.gifbin0 -> 1044 bytes-rw-r--r--extras/source/gallery/www-graf/grydown.gifbin0 -> 1022 bytes-rw-r--r--extras/source/gallery/www-graf/gryhome.gifbin0 -> 1050 bytes-rw-r--r--extras/source/gallery/www-graf/gryinfo.gifbin0 -> 1017 bytes-rw-r--r--extras/source/gallery/www-graf/gryleft.gifbin0 -> 1030 bytes-rw-r--r--extras/source/gallery/www-graf/grymail.gifbin0 -> 1036 bytes-rw-r--r--extras/source/gallery/www-graf/gryminus.gifbin0 -> 1012 bytes-rw-r--r--extras/source/gallery/www-graf/gryplus.gifbin0 -> 1030 bytes-rw-r--r--extras/source/gallery/www-graf/gryquest.gifbin0 -> 1023 bytes-rw-r--r--extras/source/gallery/www-graf/gryright.gifbin0 -> 1033 bytes-rw-r--r--extras/source/gallery/www-graf/gryup.gifbin0 -> 1027 bytes-rw-r--r--extras/source/gallery/www-graf/makefile.mk23
-rw-r--r--extras/source/gallery/www-graf/men@work.gifbin0 -> 1287 bytes-rw-r--r--extras/source/gallery/www-graf/orgat.gifbin0 -> 606 bytes-rw-r--r--extras/source/gallery/www-graf/orgback.gifbin0 -> 1259 bytes-rw-r--r--extras/source/gallery/www-graf/orgdisk.gifbin0 -> 421 bytes-rw-r--r--extras/source/gallery/www-graf/orgdown.gifbin0 -> 560 bytes-rw-r--r--extras/source/gallery/www-graf/orghome.gifbin0 -> 808 bytes-rw-r--r--extras/source/gallery/www-graf/orginfo.gifbin0 -> 341 bytes-rw-r--r--extras/source/gallery/www-graf/orgleft.gifbin0 -> 285 bytes-rw-r--r--extras/source/gallery/www-graf/orgmail.gifbin0 -> 517 bytes-rw-r--r--extras/source/gallery/www-graf/orgminus.gifbin0 -> 272 bytes-rw-r--r--extras/source/gallery/www-graf/orgplus.gifbin0 -> 289 bytes-rw-r--r--extras/source/gallery/www-graf/orgquest.gifbin0 -> 281 bytes-rw-r--r--extras/source/gallery/www-graf/orgright.gifbin0 -> 293 bytes-rw-r--r--extras/source/gallery/www-graf/orgup.gifbin0 -> 1042 bytes-rw-r--r--extras/source/gallery/www-graf/redat.gifbin0 -> 1413 bytes-rw-r--r--extras/source/gallery/www-graf/redback.gifbin0 -> 1040 bytes-rw-r--r--extras/source/gallery/www-graf/reddisk.gifbin0 -> 1019 bytes-rw-r--r--extras/source/gallery/www-graf/reddown.gifbin0 -> 1015 bytes-rw-r--r--extras/source/gallery/www-graf/redhome.gifbin0 -> 1032 bytes-rw-r--r--extras/source/gallery/www-graf/redinfo.gifbin0 -> 1002 bytes-rw-r--r--extras/source/gallery/www-graf/redleft.gifbin0 -> 1018 bytes-rw-r--r--extras/source/gallery/www-graf/redmail.gifbin0 -> 1018 bytes-rw-r--r--extras/source/gallery/www-graf/redminus.gifbin0 -> 993 bytes-rw-r--r--extras/source/gallery/www-graf/redplus.gifbin0 -> 1015 bytes-rw-r--r--extras/source/gallery/www-graf/redquest.gifbin0 -> 1045 bytes-rw-r--r--extras/source/gallery/www-graf/redright.gifbin0 -> 1019 bytes-rw-r--r--extras/source/gallery/www-graf/redup.gifbin0 -> 1015 bytes-rw-r--r--extras/source/gallery/www-graf/turdown.gifbin0 -> 669 bytes-rw-r--r--extras/source/gallery/www-graf/turhome.gifbin0 -> 474 bytes-rw-r--r--extras/source/gallery/www-graf/turleft.gifbin0 -> 663 bytes-rw-r--r--extras/source/gallery/www-graf/turright.gifbin0 -> 667 bytes-rw-r--r--extras/source/gallery/www-graf/turup.gifbin0 -> 663 bytes-rw-r--r--extras/source/gallery/www-graf/viohome.gifbin0 -> 249 bytes-rw-r--r--extras/source/gallery/www-graf/violeft.gifbin0 -> 236 bytes-rw-r--r--extras/source/gallery/www-graf/vioright.gifbin0 -> 238 bytes-rw-r--r--extras/source/gallery/www-graf/vioup.gifbin0 -> 230 bytes-rw-r--r--extras/source/gallery/www-graf/ylwdown.gifbin0 -> 149 bytes-rw-r--r--extras/source/gallery/www-graf/ylwhome.gifbin0 -> 221 bytes-rw-r--r--extras/source/gallery/www-graf/ylwleft.gifbin0 -> 177 bytes-rw-r--r--extras/source/gallery/www-graf/ylwmail.gifbin0 -> 208 bytes-rw-r--r--extras/source/gallery/www-graf/ylwright.gifbin0 -> 177 bytes-rw-r--r--extras/source/gallery/www-graf/ylwup.gifbin0 -> 150 bytes-rw-r--r--extras/source/misc_config/autotbl.fmtbin0 -> 48408 bytes-rw-r--r--extras/source/misc_config/delzip0
-rw-r--r--extras/source/misc_config/makefile.mk53
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/beige.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/bgr.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/dark.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/grey.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/ibg.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/ice.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/orange.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/red.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/violet.css79
-rwxr-xr-xextras/source/misc_config/wizard/form/styles/water.css79
-rw-r--r--extras/source/misc_config/wizard/web/images/calc.gifbin0 -> 1252 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/draw.gifbin0 -> 1386 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/fls.gifbin0 -> 1488 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/graphics.gifbin0 -> 1533 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/html.gifbin0 -> 1366 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/impress.gifbin0 -> 1311 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/media.gifbin0 -> 1407 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/other.gifbin0 -> 1356 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/pdf.gifbin0 -> 1485 bytes-rw-r--r--extras/source/misc_config/wizard/web/images/writer.gifbin0 -> 1376 bytes-rw-r--r--extras/source/misc_config/wizard/web/layouts/diagonal/index.html.xsl104
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_bottom/index.html.xsl71
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_bottom/mainframe.html7
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_bottom/tocframe.html.xsl100
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_left/index.html.xsl71
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_left/mainframe.html7
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_left/tocframe.html.xsl96
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_right/index.html.xsl71
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_right/mainframe.html7
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_right/tocframe.html.xsl99
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_top/index.html.xsl71
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_top/mainframe.html7
-rw-r--r--extras/source/misc_config/wizard/web/layouts/frame_top/tocframe.html.xsl99
-rw-r--r--extras/source/misc_config/wizard/web/layouts/layout.xsl208
-rw-r--r--extras/source/misc_config/wizard/web/layouts/layoutF.xsl126
-rw-r--r--extras/source/misc_config/wizard/web/layouts/layoutX.xsl295
-rw-r--r--extras/source/misc_config/wizard/web/layouts/simple/index.html.xsl131
-rw-r--r--extras/source/misc_config/wizard/web/layouts/source.xml.xsl59
-rw-r--r--extras/source/misc_config/wizard/web/layouts/table_2/index.html.xsl185
-rw-r--r--extras/source/misc_config/wizard/web/layouts/table_3/index.html.xsl191
-rw-r--r--extras/source/misc_config/wizard/web/layouts/zigzag/index.html.xsl190
-rwxr-xr-xextras/source/misc_config/wizard/web/preview.html41
-rw-r--r--extras/source/misc_config/wizard/web/styles/beige.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/bg.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/bgr.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/bgrey.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/bwb.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/bwo.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/dark.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/dp.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/forest.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/green.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/greenred.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/grey.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/ibg.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/ice.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/marine.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/orange.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/pc_old.css91
-rw-r--r--extras/source/misc_config/wizard/web/styles/red.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/rgb.css91
-rw-r--r--extras/source/misc_config/wizard/web/styles/strange.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/violet.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/water.css79
-rw-r--r--extras/source/palettes/cmyk.soc220
-rw-r--r--extras/source/palettes/delzip3
-rw-r--r--extras/source/palettes/gallery.soc65
-rw-r--r--extras/source/palettes/html.soc135
-rw-r--r--extras/source/palettes/lang/bg/arrowhd_bg.soe28
-rw-r--r--extras/source/palettes/lang/bg/classic_bg.sog141
-rw-r--r--extras/source/palettes/lang/bg/hatching_bg.soh39
-rw-r--r--extras/source/palettes/lang/bg/modern_bg.sog31
-rw-r--r--extras/source/palettes/lang/bg/palette_bg.soc81
-rw-r--r--extras/source/palettes/lang/bg/styles_bg.sod10
-rw-r--r--extras/source/palettes/lang/cs/arrowhd_cs.soe28
-rw-r--r--extras/source/palettes/lang/cs/classic_cs.sog141
-rw-r--r--extras/source/palettes/lang/cs/hatching_cs.soh39
-rw-r--r--extras/source/palettes/lang/cs/modern_cs.sog31
-rw-r--r--extras/source/palettes/lang/cs/palette_cs.soc81
-rw-r--r--extras/source/palettes/lang/cs/styles_cs.sod2
-rw-r--r--extras/source/palettes/lang/da/arrowhd_da.soe26
-rw-r--r--extras/source/palettes/lang/da/classic_da.sog139
-rw-r--r--extras/source/palettes/lang/da/hatching_da.soh37
-rw-r--r--extras/source/palettes/lang/da/modern_da.sog29
-rw-r--r--extras/source/palettes/lang/da/palette_da.soc81
-rw-r--r--extras/source/palettes/lang/da/styles_da.sod8
-rw-r--r--extras/source/palettes/lang/de/arrowhd_de.soe28
-rw-r--r--extras/source/palettes/lang/de/classic_de.sog141
-rw-r--r--extras/source/palettes/lang/de/hatching_de.soh39
-rw-r--r--extras/source/palettes/lang/de/modern_de.sog31
-rw-r--r--extras/source/palettes/lang/de/palette_de.soc81
-rw-r--r--extras/source/palettes/lang/de/styles_de.sod10
-rw-r--r--extras/source/palettes/lang/delzip0
-rw-r--r--extras/source/palettes/lang/en-GB/arrowhd_en-GB.soe28
-rw-r--r--extras/source/palettes/lang/en-GB/classic_en-GB.sog141
-rw-r--r--extras/source/palettes/lang/en-GB/hatching_en-GB.soh39
-rw-r--r--extras/source/palettes/lang/en-GB/modern_en-GB.sog31
-rw-r--r--extras/source/palettes/lang/en-GB/palette_en-GB.soc81
-rw-r--r--extras/source/palettes/lang/en-GB/styles_en-GB.sod10
-rw-r--r--extras/source/palettes/lang/en-US/arrowhd_en-US.soe28
-rw-r--r--extras/source/palettes/lang/en-US/classic_en-US.sog141
-rw-r--r--extras/source/palettes/lang/en-US/hatching_en-US.soh39
-rw-r--r--extras/source/palettes/lang/en-US/modern_en-US.sog31
-rw-r--r--extras/source/palettes/lang/en-US/palette_en-US.soc81
-rw-r--r--extras/source/palettes/lang/en-US/styles_en-US.sod10
-rw-r--r--extras/source/palettes/lang/es/arrowhd_es.soe28
-rw-r--r--extras/source/palettes/lang/es/classic_es.sog141
-rw-r--r--extras/source/palettes/lang/es/hatching_es.soh39
-rw-r--r--extras/source/palettes/lang/es/modern_es.sog31
-rw-r--r--extras/source/palettes/lang/es/palette_es.soc81
-rw-r--r--extras/source/palettes/lang/es/styles_es.sod10
-rwxr-xr-xextras/source/palettes/lang/eu/arrowhd_eu.soe28
-rwxr-xr-xextras/source/palettes/lang/eu/classic_eu.sog141
-rwxr-xr-xextras/source/palettes/lang/eu/hatching_eu.soh39
-rwxr-xr-xextras/source/palettes/lang/eu/modern_eu.sog31
-rwxr-xr-xextras/source/palettes/lang/eu/palette_eu.soc81
-rwxr-xr-xextras/source/palettes/lang/eu/styles_eu.sod10
-rw-r--r--extras/source/palettes/lang/fr/arrowhd_fr.soe28
-rw-r--r--extras/source/palettes/lang/fr/classic_fr.sog141
-rw-r--r--extras/source/palettes/lang/fr/hatching_fr.soh39
-rw-r--r--extras/source/palettes/lang/fr/modern_fr.sog31
-rw-r--r--extras/source/palettes/lang/fr/palette_fr.soc81
-rw-r--r--extras/source/palettes/lang/fr/styles_fr.sod10
-rw-r--r--extras/source/palettes/lang/hu/arrowhd_hu.soe28
-rw-r--r--extras/source/palettes/lang/hu/classic_hu.sog141
-rw-r--r--extras/source/palettes/lang/hu/hatching_hu.soh39
-rw-r--r--extras/source/palettes/lang/hu/modern_hu.sog31
-rw-r--r--extras/source/palettes/lang/hu/palette_hu.soc81
-rw-r--r--extras/source/palettes/lang/hu/styles_hu.sod10
-rw-r--r--extras/source/palettes/lang/it/arrowhd_it.soe28
-rw-r--r--extras/source/palettes/lang/it/classic_it.sog141
-rw-r--r--extras/source/palettes/lang/it/hatching_it.soh39
-rw-r--r--extras/source/palettes/lang/it/modern_it.sog31
-rw-r--r--extras/source/palettes/lang/it/palette_it.soc81
-rw-r--r--extras/source/palettes/lang/it/styles_it.sod10
-rw-r--r--extras/source/palettes/lang/ja/arrowhd_ja.soe28
-rw-r--r--extras/source/palettes/lang/ja/classic_ja.sog2
-rw-r--r--extras/source/palettes/lang/ja/hatching_ja.soh39
-rw-r--r--extras/source/palettes/lang/ja/modern_ja.sog31
-rw-r--r--extras/source/palettes/lang/ja/palette_ja.soc81
-rw-r--r--extras/source/palettes/lang/ja/styles_ja.sod10
-rw-r--r--extras/source/palettes/lang/km/arrowhd_km.soe28
-rw-r--r--extras/source/palettes/lang/km/classic_km.sog141
-rw-r--r--extras/source/palettes/lang/km/hatching_km.soh39
-rw-r--r--extras/source/palettes/lang/km/modern_km.sog31
-rw-r--r--extras/source/palettes/lang/km/palette_km.soc81
-rw-r--r--extras/source/palettes/lang/km/styles_km.sod10
-rw-r--r--extras/source/palettes/lang/ko/arrowhd_ko.soe28
-rw-r--r--extras/source/palettes/lang/ko/classic_ko.sog2
-rw-r--r--extras/source/palettes/lang/ko/hatching_ko.soh39
-rw-r--r--extras/source/palettes/lang/ko/modern_ko.sog31
-rw-r--r--extras/source/palettes/lang/ko/palette_ko.soc81
-rw-r--r--extras/source/palettes/lang/ko/styles_ko.sod10
-rw-r--r--extras/source/palettes/lang/makefile.mk51
-rw-r--r--extras/source/palettes/lang/nl/arrowhd_nl.soe28
-rw-r--r--extras/source/palettes/lang/nl/classic_nl.sog141
-rw-r--r--extras/source/palettes/lang/nl/hatching_nl.soh39
-rw-r--r--extras/source/palettes/lang/nl/modern_nl.sog31
-rw-r--r--extras/source/palettes/lang/nl/palette_nl.soc81
-rw-r--r--extras/source/palettes/lang/nl/styles_nl.sod10
-rw-r--r--extras/source/palettes/lang/pl/arrowhd_pl.soebin0 -> 2846 bytes-rw-r--r--extras/source/palettes/lang/pl/classic_pl.sogbin0 -> 9006 bytes-rw-r--r--extras/source/palettes/lang/pl/hatching_pl.sohbin0 -> 1300 bytes-rw-r--r--extras/source/palettes/lang/pl/modern_pl.sogbin0 -> 1598 bytes-rw-r--r--extras/source/palettes/lang/pl/palette_pl.socbin0 -> 2078 bytes-rw-r--r--extras/source/palettes/lang/pl/styles_pl.sodbin0 -> 278 bytes-rw-r--r--extras/source/palettes/lang/pt-BR/arrowhd_pt-BR.soe28
-rw-r--r--extras/source/palettes/lang/pt-BR/classic_pt-BR.sog31
-rw-r--r--extras/source/palettes/lang/pt-BR/hatching_pt-BR.soh39
-rw-r--r--extras/source/palettes/lang/pt-BR/modern_pt-BR.sog31
-rw-r--r--extras/source/palettes/lang/pt-BR/palette_pt-BR.soc81
-rw-r--r--extras/source/palettes/lang/pt-BR/styles_pt-BR.sod3
-rw-r--r--extras/source/palettes/lang/pt/arrowhd_pt.soe28
-rw-r--r--extras/source/palettes/lang/pt/classic_pt.sog141
-rw-r--r--extras/source/palettes/lang/pt/hatching_pt.soh39
-rw-r--r--extras/source/palettes/lang/pt/modern_pt.sog32
-rw-r--r--extras/source/palettes/lang/pt/palette_pt.soc81
-rw-r--r--extras/source/palettes/lang/pt/styles_pt.sod11
-rw-r--r--extras/source/palettes/lang/ru/arrowhd_ru.soebin0 -> 2846 bytes-rw-r--r--extras/source/palettes/lang/ru/classic_ru.sogbin0 -> 9006 bytes-rw-r--r--extras/source/palettes/lang/ru/hatching_ru.sohbin0 -> 1300 bytes-rw-r--r--extras/source/palettes/lang/ru/modern_ru.sogbin0 -> 1598 bytes-rw-r--r--extras/source/palettes/lang/ru/palette_ru.socbin0 -> 2078 bytes-rw-r--r--extras/source/palettes/lang/ru/styles_ru.sodbin0 -> 278 bytes-rw-r--r--extras/source/palettes/lang/sk/arrowhd_sk.soe28
-rw-r--r--extras/source/palettes/lang/sk/classic_sk.sog141
-rw-r--r--extras/source/palettes/lang/sk/hatching_sk.soh39
-rw-r--r--extras/source/palettes/lang/sk/modern_sk.sog31
-rw-r--r--extras/source/palettes/lang/sk/palette_sk.soc81
-rw-r--r--extras/source/palettes/lang/sk/styles_sk.sod10
-rw-r--r--extras/source/palettes/lang/sl/arrowhd_sl.soe28
-rw-r--r--extras/source/palettes/lang/sl/classic_sl.sog141
-rw-r--r--extras/source/palettes/lang/sl/hatching_sl.soh39
-rw-r--r--extras/source/palettes/lang/sl/modern_sl.sog31
-rw-r--r--extras/source/palettes/lang/sl/palette_sl.soc81
-rw-r--r--extras/source/palettes/lang/sl/styles_sl.sod10
-rw-r--r--extras/source/palettes/lang/sv/arrowhd_sv.soe28
-rw-r--r--extras/source/palettes/lang/sv/classic_sv.sog141
-rw-r--r--extras/source/palettes/lang/sv/hatching_sv.soh39
-rw-r--r--extras/source/palettes/lang/sv/modern_sv.sog32
-rw-r--r--extras/source/palettes/lang/sv/palette_sv.soc81
-rw-r--r--extras/source/palettes/lang/sv/styles_sv.sod10
-rw-r--r--extras/source/palettes/lang/tr/arrowhd_tr.soe28
-rw-r--r--extras/source/palettes/lang/tr/classic_tr.sog141
-rw-r--r--extras/source/palettes/lang/tr/hatching_tr.soh39
-rw-r--r--extras/source/palettes/lang/tr/modern_tr.sog31
-rw-r--r--extras/source/palettes/lang/tr/palette_tr.soc81
-rw-r--r--extras/source/palettes/lang/tr/styles_tr.sod10
-rw-r--r--extras/source/palettes/lang/zh-CN/arrowhd_zh-CN.soe28
-rw-r--r--extras/source/palettes/lang/zh-CN/classic_zh-CN.sog2
-rw-r--r--extras/source/palettes/lang/zh-CN/hatching_zh-CN.soh39
-rw-r--r--extras/source/palettes/lang/zh-CN/modern_zh-CN.sog31
-rw-r--r--extras/source/palettes/lang/zh-CN/palette_zh-CN.soc81
-rw-r--r--extras/source/palettes/lang/zh-CN/styles_zh-CN.sod10
-rw-r--r--extras/source/palettes/lang/zh-TW/arrowhd_zh-TW.soe28
-rw-r--r--extras/source/palettes/lang/zh-TW/classic_zh-TW.sog2
-rw-r--r--extras/source/palettes/lang/zh-TW/hatching_zh-TW.soh39
-rw-r--r--extras/source/palettes/lang/zh-TW/modern_zh-TW.sog31
-rw-r--r--extras/source/palettes/lang/zh-TW/palette_zh-TW.soc81
-rw-r--r--extras/source/palettes/lang/zh-TW/styles_zh-TW.sod10
-rw-r--r--extras/source/palettes/makefile.mk55
-rw-r--r--extras/source/palettes/scribus.soc548
-rw-r--r--extras/source/palettes/standard.sobbin0 -> 155895 bytes-rw-r--r--extras/source/palettes/standard.soc107
-rw-r--r--extras/source/palettes/standard.sod15
-rw-r--r--extras/source/palettes/standard.soe16
-rw-r--r--extras/source/palettes/standard.sog19
-rw-r--r--extras/source/palettes/standard.soh14
-rw-r--r--extras/source/palettes/sun-color.soc55
-rw-r--r--extras/source/palettes/web.soc236
-rw-r--r--extras/source/shellnew/soffice.html12
-rw-r--r--extras/source/shellnew/soffice.odgbin0 -> 8428 bytes-rw-r--r--extras/source/shellnew/soffice.odpbin0 -> 9026 bytes-rw-r--r--extras/source/shellnew/soffice.odsbin0 -> 6598 bytes-rw-r--r--extras/source/shellnew/soffice.odtbin0 -> 7334 bytes-rw-r--r--extras/source/symbols/delzip1
-rw-r--r--extras/source/symbols/l_2people.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_attention1.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_attention2.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_attention3.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_candy.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_face.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_flower.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_ghost.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_halloween.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_home.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_lamp.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_lock.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_page_b.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_page_g.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_page_y.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_people.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_rose.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_save.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_smiley_1.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_smiley_oh.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_smiley_sad.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_snow.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/l_star.bmpbin0 -> 2136 bytes-rw-r--r--extras/source/symbols/makefile.mk55
-rw-r--r--extras/source/symbols/s_arrow-1.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_arrow-2.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_arrow-3.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_arrow-4.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_attention1.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_attention2.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_attention3.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ball-b.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ball-g.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ball-r.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ball.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_bug.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_clover.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_egg.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_face.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_flower.bmpbin0 -> 344 bytes-rw-r--r--extras/source/symbols/s_ghost.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_group.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_halloween.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_heart.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_home.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_lock.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ok-g.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ok-r.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_ok.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_page_b.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_page_g.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_page_y.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_pen-b.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_pen-g.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_pen-r.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_people.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_smily_1.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_smily_oh.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_smily_sad.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_snow.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_star.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_team.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_x-g.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_x-r.bmpbin0 -> 824 bytes-rw-r--r--extras/source/symbols/s_x.bmpbin0 -> 824 bytes-rw-r--r--extras/source/templates/lang/delzip1
-rw-r--r--extras/source/templates/lang/makefile.mk53
-rw-r--r--extras/source/templates/layout/lang/bg/lyt-cool.otpbin0 -> 10997 bytes-rw-r--r--extras/source/templates/layout/lang/bg/lyt-darkblue.otpbin0 -> 10639 bytes-rw-r--r--extras/source/templates/layout/lang/cs/lyt-cool.otpbin0 -> 10978 bytes-rw-r--r--extras/source/templates/layout/lang/cs/lyt-darkblue.otpbin0 -> 10725 bytes-rw-r--r--extras/source/templates/layout/lang/da/lyt-cool.otpbin0 -> 8697 bytes-rw-r--r--extras/source/templates/layout/lang/da/lyt-darkblue.otpbin0 -> 8699 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-aqua.otpbin0 -> 32080 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-blackandwhite.otpbin0 -> 197893 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-bluegrey.otpbin0 -> 292522 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-bluelinesgrad.otpbin0 -> 47929 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-bluetitledown.otpbin0 -> 75992 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-book.otpbin0 -> 1144700 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-brown.otpbin0 -> 59365 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-charglow.otpbin0 -> 85088 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-forest.otpbin0 -> 721934 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-frepa.otpbin0 -> 68215 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-glacier.otpbin0 -> 652859 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-greengradlines.otpbin0 -> 72050 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-keyboard.otpbin0 -> 516411 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-movwaves.otpbin0 -> 58336 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-numdark.otpbin0 -> 311234 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-ocean.otpbin0 -> 14038 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-organic.otpbin0 -> 64341 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-paper.otpbin0 -> 706360 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-rededges.otpbin0 -> 502732 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-roundedrect.otpbin0 -> 125420 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-sunrise.otpbin0 -> 115779 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-techpoly.otpbin0 -> 312486 bytes-rwxr-xr-xextras/source/templates/layout/lang/de/lyt-tunnel.otpbin0 -> 52444 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-water.otpbin0 -> 505912 bytes-rw-r--r--extras/source/templates/layout/lang/de/lyt-wine.otpbin0 -> 652370 bytes-rw-r--r--extras/source/templates/layout/lang/delzip1
-rw-r--r--extras/source/templates/layout/lang/en-GB/lyt-cool.otpbin0 -> 10052 bytes-rw-r--r--extras/source/templates/layout/lang/en-GB/lyt-darkblue.otpbin0 -> 10429 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-aqua.otpbin0 -> 32050 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-blackandwhite.otpbin0 -> 198973 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-bluegrey.otpbin0 -> 292498 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-bluelinesgrad.otpbin0 -> 47900 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-bluetitledown.otpbin0 -> 75772 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-book.otpbin0 -> 1144672 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-brown.otpbin0 -> 59337 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-charglow.otpbin0 -> 85053 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-forest.otpbin0 -> 721971 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-frepa.otpbin0 -> 68188 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-glacier.otpbin0 -> 654229 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-greengradlines.otpbin0 -> 71713 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-keyboard.otpbin0 -> 517689 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-movwaves.otpbin0 -> 56012 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-numdark.otpbin0 -> 327978 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-ocean.otpbin0 -> 14004 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-organic.otpbin0 -> 64322 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-paper.otpbin0 -> 706327 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-rededges.otpbin0 -> 502708 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-roundedrect.otpbin0 -> 125387 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-sunrise.otpbin0 -> 115754 bytes-rwxr-xr-xextras/source/templates/layout/lang/en-US/lyt-techpoly.otpbin0 -> 312460 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-tunnel.otpbin0 -> 52416 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-water.otpbin0 -> 507283 bytes-rw-r--r--extras/source/templates/layout/lang/en-US/lyt-wine.otpbin0 -> 652454 bytes-rw-r--r--extras/source/templates/layout/lang/es/lyt-cool.otpbin0 -> 8464 bytes-rw-r--r--extras/source/templates/layout/lang/es/lyt-darkblue.otpbin0 -> 8457 bytes-rwxr-xr-xextras/source/templates/layout/lang/eu/lyt-cool.otpbin0 -> 13206 bytes-rwxr-xr-xextras/source/templates/layout/lang/eu/lyt-darkblue.otpbin0 -> 13637 bytes-rw-r--r--extras/source/templates/layout/lang/fr/lyt-cool.otpbin0 -> 8443 bytes-rw-r--r--extras/source/templates/layout/lang/fr/lyt-darkblue.otpbin0 -> 8426 bytes-rwxr-xr-xextras/source/templates/layout/lang/hu/lyt-cool.otpbin0 -> 10314 bytes-rwxr-xr-xextras/source/templates/layout/lang/hu/lyt-darkblue.otpbin0 -> 10962 bytes-rw-r--r--extras/source/templates/layout/lang/it/lyt-cool.otpbin0 -> 8463 bytes-rw-r--r--extras/source/templates/layout/lang/it/lyt-darkblue.otpbin0 -> 8443 bytes-rw-r--r--extras/source/templates/layout/lang/ja/lyt-cool.otpbin0 -> 10390 bytes-rw-r--r--extras/source/templates/layout/lang/ja/lyt-darkblue.otpbin0 -> 10761 bytes-rw-r--r--extras/source/templates/layout/lang/km/lyt-cool.otpbin0 -> 8957 bytes-rw-r--r--extras/source/templates/layout/lang/km/lyt-darkblue.otpbin0 -> 8938 bytes-rw-r--r--extras/source/templates/layout/lang/ko/lyt-cool.otpbin0 -> 9759 bytes-rw-r--r--extras/source/templates/layout/lang/ko/lyt-darkblue.otpbin0 -> 9322 bytes-rw-r--r--extras/source/templates/layout/lang/makefile.mk53
-rw-r--r--extras/source/templates/layout/lang/nl/lyt-cool.otpbin0 -> 10136 bytes-rw-r--r--extras/source/templates/layout/lang/nl/lyt-darkblue.otpbin0 -> 10344 bytes-rw-r--r--extras/source/templates/layout/lang/pl/lyt-cool.otpbin0 -> 10606 bytes-rw-r--r--extras/source/templates/layout/lang/pl/lyt-darkblue.otpbin0 -> 10165 bytes-rw-r--r--extras/source/templates/layout/lang/pt-BR/lyt-cool.otpbin0 -> 9249 bytes-rw-r--r--extras/source/templates/layout/lang/pt-BR/lyt-darkblue.otpbin0 -> 9155 bytes-rw-r--r--extras/source/templates/layout/lang/pt/lyt-cool.otpbin0 -> 12067 bytes-rw-r--r--extras/source/templates/layout/lang/pt/lyt-darkblue.otpbin0 -> 12024 bytes-rw-r--r--extras/source/templates/layout/lang/ru/lyt-cool.otpbin0 -> 10987 bytes-rw-r--r--extras/source/templates/layout/lang/ru/lyt-darkblue.otpbin0 -> 11071 bytes-rw-r--r--extras/source/templates/layout/lang/sk/lyt-cool.otpbin0 -> 9650 bytes-rw-r--r--extras/source/templates/layout/lang/sk/lyt-darkblue.otpbin0 -> 10832 bytes-rw-r--r--extras/source/templates/layout/lang/sl/lyt-cool.otpbin0 -> 9895 bytes-rw-r--r--extras/source/templates/layout/lang/sl/lyt-darkblue.otpbin0 -> 9914 bytes-rw-r--r--extras/source/templates/layout/lang/sv/lyt-cool.otpbin0 -> 8466 bytes-rw-r--r--extras/source/templates/layout/lang/sv/lyt-darkblue.otpbin0 -> 8460 bytes-rw-r--r--extras/source/templates/layout/lang/tr/lyt-cool.otpbin0 -> 8957 bytes-rw-r--r--extras/source/templates/layout/lang/tr/lyt-darkblue.otpbin0 -> 8938 bytes-rwxr-xr-xextras/source/templates/layout/lang/vi/lyt-cool.otpbin0 -> 8957 bytes-rwxr-xr-xextras/source/templates/layout/lang/vi/lyt-darkblue.otpbin0 -> 8938 bytes-rwxr-xr-xextras/source/templates/layout/lang/vi/lyt-darkblue_new.otpbin0 -> 16607 bytes-rwxr-xr-xextras/source/templates/layout/lang/vi/lyt_cool_new.otpbin0 -> 16114 bytes-rw-r--r--extras/source/templates/layout/lang/zh-CN/lyt-cool.otpbin0 -> 9439 bytes-rw-r--r--extras/source/templates/layout/lang/zh-CN/lyt-darkblue.otpbin0 -> 9330 bytes-rw-r--r--extras/source/templates/layout/lang/zh-TW/lyt-cool.otpbin0 -> 9837 bytes-rw-r--r--extras/source/templates/layout/lang/zh-TW/lyt-darkblue.otpbin0 -> 9309 bytes-rw-r--r--extras/source/templates/presnt/lang/bg/prs-novelty.otpbin0 -> 54229 bytes-rw-r--r--extras/source/templates/presnt/lang/bg/prs-strategy.otpbin0 -> 68781 bytes-rw-r--r--extras/source/templates/presnt/lang/cs/prs-novelty.otpbin0 -> 54784 bytes-rw-r--r--extras/source/templates/presnt/lang/cs/prs-strategy.otpbin0 -> 69075 bytes-rw-r--r--extras/source/templates/presnt/lang/da/prs-novelty.otpbin0 -> 25093 bytes-rw-r--r--extras/source/templates/presnt/lang/da/prs-strategy.otpbin0 -> 66669 bytes-rw-r--r--extras/source/templates/presnt/lang/de/prs-novelty.otpbin0 -> 25464 bytes-rw-r--r--extras/source/templates/presnt/lang/de/prs-strategy.otpbin0 -> 66954 bytes-rw-r--r--extras/source/templates/presnt/lang/delzip0
-rw-r--r--extras/source/templates/presnt/lang/en-GB/prs-novelty.otpbin0 -> 54731 bytes-rw-r--r--extras/source/templates/presnt/lang/en-GB/prs-strategy.otpbin0 -> 69725 bytes-rw-r--r--extras/source/templates/presnt/lang/en-US/prs-novelty.otpbin0 -> 25355 bytes-rw-r--r--extras/source/templates/presnt/lang/en-US/prs-strategy.otpbin0 -> 66860 bytes-rw-r--r--extras/source/templates/presnt/lang/es/prs-novelty.otpbin0 -> 52743 bytes-rw-r--r--extras/source/templates/presnt/lang/es/prs-strategy.otpbin0 -> 66884 bytes-rwxr-xr-xextras/source/templates/presnt/lang/eu/prs-novelty.otpbin0 -> 58417 bytes-rwxr-xr-xextras/source/templates/presnt/lang/eu/prs-strategy.otpbin0 -> 70690 bytes-rw-r--r--extras/source/templates/presnt/lang/fr/prs-novelty.otpbin0 -> 53725 bytes-rw-r--r--extras/source/templates/presnt/lang/fr/prs-strategy.otpbin0 -> 66912 bytes-rwxr-xr-xextras/source/templates/presnt/lang/hu/prs-novelty.otpbin0 -> 54529 bytes-rwxr-xr-xextras/source/templates/presnt/lang/hu/prs-strategy.otpbin0 -> 68672 bytes-rw-r--r--extras/source/templates/presnt/lang/it/prs-novelty.otpbin0 -> 52801 bytes-rw-r--r--extras/source/templates/presnt/lang/it/prs-strategy.otpbin0 -> 66817 bytes-rw-r--r--extras/source/templates/presnt/lang/ja/prs-novelty.otpbin0 -> 25351 bytes-rw-r--r--extras/source/templates/presnt/lang/ja/prs-strategy.otpbin0 -> 68096 bytes-rw-r--r--extras/source/templates/presnt/lang/km/prs-novelty.otpbin0 -> 57314 bytes-rw-r--r--extras/source/templates/presnt/lang/km/prs-strategy.otpbin0 -> 72026 bytes-rw-r--r--extras/source/templates/presnt/lang/ko/prs-novelty.otpbin0 -> 53586 bytes-rw-r--r--extras/source/templates/presnt/lang/ko/prs-strategy.otpbin0 -> 67730 bytes-rw-r--r--extras/source/templates/presnt/lang/makefile.mk53
-rw-r--r--extras/source/templates/presnt/lang/nl/prs-novelty.otpbin0 -> 54675 bytes-rw-r--r--extras/source/templates/presnt/lang/nl/prs-strategy.otpbin0 -> 68327 bytes-rw-r--r--extras/source/templates/presnt/lang/pl/prs-novelty.otpbin0 -> 55915 bytes-rw-r--r--extras/source/templates/presnt/lang/pl/prs-strategy.otpbin0 -> 68238 bytes-rw-r--r--extras/source/templates/presnt/lang/pt-BR/prs-novelty.otpbin0 -> 53726 bytes-rw-r--r--extras/source/templates/presnt/lang/pt-BR/prs-strategy.otpbin0 -> 67814 bytes-rw-r--r--extras/source/templates/presnt/lang/pt/prs-novelty.otpbin0 -> 55945 bytes-rw-r--r--extras/source/templates/presnt/lang/pt/prs-strategy.otpbin0 -> 70038 bytes-rw-r--r--extras/source/templates/presnt/lang/ru/prs-novelty.otpbin0 -> 55520 bytes-rw-r--r--extras/source/templates/presnt/lang/ru/prs-strategy.otpbin0 -> 69043 bytes-rw-r--r--extras/source/templates/presnt/lang/sk/prs-novelty.otpbin0 -> 13106 bytes-rw-r--r--extras/source/templates/presnt/lang/sk/prs-strategy.otpbin0 -> 69109 bytes-rw-r--r--extras/source/templates/presnt/lang/sl/prs-novelty.otpbin0 -> 53634 bytes-rw-r--r--extras/source/templates/presnt/lang/sl/prs-strategy.otpbin0 -> 68143 bytes-rw-r--r--extras/source/templates/presnt/lang/sv/prs-novelty.otpbin0 -> 52672 bytes-rw-r--r--extras/source/templates/presnt/lang/sv/prs-strategy.otpbin0 -> 66833 bytes-rw-r--r--extras/source/templates/presnt/lang/tr/prs-novelty.otpbin0 -> 54712 bytes-rw-r--r--extras/source/templates/presnt/lang/tr/prs-strategy.otpbin0 -> 68733 bytes-rwxr-xr-xextras/source/templates/presnt/lang/vi/prs-novelty.otpbin0 -> 25355 bytes-rwxr-xr-xextras/source/templates/presnt/lang/vi/prs-novelty_new.otpbin0 -> 63417 bytes-rwxr-xr-xextras/source/templates/presnt/lang/vi/prs-strategy.otpbin0 -> 77744 bytes-rw-r--r--extras/source/templates/presnt/lang/zh-CN/prs-novelty.otpbin0 -> 53205 bytes-rw-r--r--extras/source/templates/presnt/lang/zh-CN/prs-strategy.otpbin0 -> 67504 bytes-rw-r--r--extras/source/templates/presnt/lang/zh-TW/prs-novelty.otpbin0 -> 53171 bytes-rw-r--r--extras/source/templates/presnt/lang/zh-TW/prs-strategy.otpbin0 -> 67522 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/10grey.ottbin0 -> 11474 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/1simple.ottbin0 -> 11153 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/2elegant.ottbin0 -> 16078 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/3modern.ottbin0 -> 11655 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/4classic.ottbin0 -> 11086 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/5blue.ottbin0 -> 11222 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/6orange.ottbin0 -> 11759 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/7red.ottbin0 -> 11614 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/8green.ottbin0 -> 11363 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/9colorful.ottbin0 -> 11207 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-10grey.ottbin0 -> 11438 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-1simple.ottbin0 -> 11012 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-2elegant.ottbin0 -> 16087 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-3modern.ottbin0 -> 11599 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-4classic.ottbin0 -> 11105 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-5blue.ottbin0 -> 11227 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-6orange.ottbin0 -> 11750 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-7red.ottbin0 -> 11377 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-8green.ottbin0 -> 11362 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/bg/aw-9colorful.ottbin0 -> 11158 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/10grey.ottbin0 -> 10427 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/1simple.ottbin0 -> 10232 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/2elegant.ottbin0 -> 14396 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/3modern.ottbin0 -> 10732 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/4classic.ottbin0 -> 10193 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/5blue.ottbin0 -> 10238 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/6orange.ottbin0 -> 10793 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/7red.ottbin0 -> 10716 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/8green.ottbin0 -> 10545 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/9colorful.ottbin0 -> 10192 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-10grey.ottbin0 -> 10427 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-1simple.ottbin0 -> 10232 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-2elegant.ottbin0 -> 14396 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-3modern.ottbin0 -> 10732 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-4classic.ottbin0 -> 10193 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-5blue.ottbin0 -> 10238 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-6orange.ottbin0 -> 10793 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-7red.ottbin0 -> 10716 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-8green.ottbin0 -> 10545 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/cs/aw-9colorful.ottbin0 -> 10192 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/10grey.ottbin0 -> 10031 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/1simple.ottbin0 -> 9789 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/2elegant.ottbin0 -> 13979 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/3modern.ottbin0 -> 10306 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/4classic.ottbin0 -> 9776 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/5blue.ottbin0 -> 9854 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/6orange.ottbin0 -> 10329 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/7red.ottbin0 -> 10274 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/8green.ottbin0 -> 9993 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/9colorful.ottbin0 -> 9821 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-10grey.ottbin0 -> 10031 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-1simple.ottbin0 -> 9788 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-2elegant.ottbin0 -> 13979 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-3modern.ottbin0 -> 10306 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-4classic.ottbin0 -> 9776 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-5blue.ottbin0 -> 9854 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-6orange.ottbin0 -> 10330 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-7red.ottbin0 -> 11424 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-8green.ottbin0 -> 9992 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/da/aw-9colorful.ottbin0 -> 9861 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/10grey.ottbin0 -> 10282 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/1simple.ottbin0 -> 10041 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/2elegant.ottbin0 -> 14230 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/3modern.ottbin0 -> 10554 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/4classic.ottbin0 -> 10056 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/5blue.ottbin0 -> 10114 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/6orange.ottbin0 -> 10554 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/7red.ottbin0 -> 10503 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/8green.ottbin0 -> 10238 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/9colorful.ottbin0 -> 10078 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-10grey.ottbin0 -> 10282 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-1simple.ottbin0 -> 10041 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-2elegant.ottbin0 -> 14230 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-3modern.ottbin0 -> 10554 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-4classic.ottbin0 -> 10056 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-5blue.ottbin0 -> 10114 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-6orange.ottbin0 -> 10554 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-7red.ottbin0 -> 10503 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-8green.ottbin0 -> 10238 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/de/aw-9colorful.ottbin0 -> 10078 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/delzip2
-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/10grey.ottbin0 -> 12479 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/1simple.ottbin0 -> 12618 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/2elegant.ottbin0 -> 17817 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/3modern.ottbin0 -> 13030 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/4classic.ottbin0 -> 11232 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/5blue.ottbin0 -> 11537 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/6orange.ottbin0 -> 12219 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/7red.ottbin0 -> 12256 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/8green.ottbin0 -> 11543 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/9colorful.ottbin0 -> 11583 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-10grey.ottbin0 -> 12416 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-1simple.ottbin0 -> 12061 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-2elegant.ottbin0 -> 16831 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-3modern.ottbin0 -> 13023 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-4classic.ottbin0 -> 11787 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-5blue.ottbin0 -> 12138 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-6orange.ottbin0 -> 12773 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-7red.ottbin0 -> 12187 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-8green.ottbin0 -> 12072 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-GB/aw-9colorful.ottbin0 -> 12131 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/10grey.ottbin0 -> 10240 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/1simple.ottbin0 -> 10009 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/2elegant.ottbin0 -> 14214 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/3modern.ottbin0 -> 10529 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/4classic.ottbin0 -> 10011 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/5blue.ottbin0 -> 10088 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/6orange.ottbin0 -> 10529 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/7red.ottbin0 -> 10493 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/8green.ottbin0 -> 10202 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/9colorful.ottbin0 -> 10047 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-10grey.ottbin0 -> 10240 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-1simple.ottbin0 -> 10009 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-2elegant.ottbin0 -> 14215 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-3modern.ottbin0 -> 10529 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-4classic.ottbin0 -> 10011 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-5blue.ottbin0 -> 10087 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-6orange.ottbin0 -> 10530 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-7red.ottbin0 -> 12159 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-8green.ottbin0 -> 10202 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/en-US/aw-9colorful.ottbin0 -> 10087 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/10grey.ottbin0 -> 10132 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/1simple.ottbin0 -> 10132 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/2elegant.ottbin0 -> 11890 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/3modern.ottbin0 -> 10348 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/4classic.ottbin0 -> 9747 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/5blue.ottbin0 -> 9809 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/6orange.ottbin0 -> 10466 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/7red.ottbin0 -> 10515 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/8green.ottbin0 -> 10058 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/9colorful.ottbin0 -> 9853 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-10grey.ottbin0 -> 10132 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-1simple.ottbin0 -> 9829 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-2elegant.ottbin0 -> 11890 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-3modern.ottbin0 -> 10701 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-4classic.ottbin0 -> 9747 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-5blue.ottbin0 -> 9809 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-6orange.ottbin0 -> 10466 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-7red.ottbin0 -> 10132 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-8green.ottbin0 -> 10058 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/es/aw-9colorful.ottbin0 -> 9853 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/10grey.ottbin0 -> 14000 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/1simple.ottbin0 -> 13888 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/2elegant.ottbin0 -> 19679 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/3modern.ottbin0 -> 14841 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/4classic.ottbin0 -> 13315 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/5blue.ottbin0 -> 13192 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/6orange.ottbin0 -> 13903 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/7red.ottbin0 -> 13847 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/8green.ottbin0 -> 13568 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/9colorful.ottbin0 -> 13214 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-10grey.ottbin0 -> 13957 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-1simple.ottbin0 -> 14397 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-2elegant.ottbin0 -> 18599 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-3modern.ottbin0 -> 14874 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-4classic.ottbin0 -> 13876 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-5blue.ottbin0 -> 13765 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-6orange.ottbin0 -> 14456 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-7red.ottbin0 -> 14196 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-8green.ottbin0 -> 14087 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/eu/aw-9colorful.ottbin0 -> 13735 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/10grey.ottbin0 -> 10184 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/1simple.ottbin0 -> 9834 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/2elegant.ottbin0 -> 11884 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/3modern.ottbin0 -> 10422 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/4classic.ottbin0 -> 9807 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/5blue.ottbin0 -> 9873 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/6orange.ottbin0 -> 10435 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/7red.ottbin0 -> 10170 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/8green.ottbin0 -> 10129 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/9colorful.ottbin0 -> 9923 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-10grey.ottbin0 -> 10184 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-1simple.ottbin0 -> 9832 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-2elegant.ottbin0 -> 11884 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-3modern.ottbin0 -> 10422 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-4classic.ottbin0 -> 9807 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-5blue.ottbin0 -> 9873 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-6orange.ottbin0 -> 10435 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-7red.ottbin0 -> 10170 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-8green.ottbin0 -> 10129 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/fr/aw-9colorful.ottbin0 -> 9923 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/10grey.ottbin0 -> 12232 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/1simple.ottbin0 -> 11858 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/2elegant.ottbin0 -> 16589 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/3modern.ottbin0 -> 12428 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/4classic.ottbin0 -> 11631 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/5blue.ottbin0 -> 11964 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/6orange.ottbin0 -> 12340 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/7red.ottbin0 -> 12390 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/8green.ottbin0 -> 11918 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/9colorful.ottbin0 -> 11942 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-10grey.ottbin0 -> 12232 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-1simple.ottbin0 -> 11858 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-2elegant.ottbin0 -> 16589 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-3modern.ottbin0 -> 12428 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-4classic.ottbin0 -> 11631 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-5blue.ottbin0 -> 11964 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-6orange.ottbin0 -> 12340 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-7red.ottbin0 -> 12390 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-8green.ottbin0 -> 11918 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/hu/aw-9colorful.ottbin0 -> 11942 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/10grey.ottbin0 -> 10174 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/1simple.ottbin0 -> 9822 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/2elegant.ottbin0 -> 11869 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/3modern.ottbin0 -> 10363 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/4classic.ottbin0 -> 9739 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/5blue.ottbin0 -> 9814 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/6orange.ottbin0 -> 10441 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/7red.ottbin0 -> 10155 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/8green.ottbin0 -> 10089 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/9colorful.ottbin0 -> 9851 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-10grey.ottbin0 -> 10174 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-1simple.ottbin0 -> 9822 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-2elegant.ottbin0 -> 11869 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-3modern.ottbin0 -> 10363 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-4classic.ottbin0 -> 9739 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-5blue.ottbin0 -> 9814 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-6orange.ottbin0 -> 10441 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-7red.ottbin0 -> 10684 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-8green.ottbin0 -> 10089 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/it/aw-9colorful.ottbin0 -> 9851 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/10grey.ottbin0 -> 12733 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/1simple.ottbin0 -> 12404 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/2elegant.ottbin0 -> 14509 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/3modern.ottbin0 -> 12961 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/4classic.ottbin0 -> 12350 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/5blue.ottbin0 -> 12366 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/6orange.ottbin0 -> 13043 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/7red.ottbin0 -> 12805 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/8green.ottbin0 -> 12665 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/9colorful.ottbin0 -> 12428 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-10grey.ottbin0 -> 12733 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-1simple.ottbin0 -> 12404 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-2elegant.ottbin0 -> 14509 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-3modern.ottbin0 -> 12961 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-4classic.ottbin0 -> 12350 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-5blue.ottbin0 -> 12366 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-6orange.ottbin0 -> 13043 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-7red.ottbin0 -> 12805 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-8green.ottbin0 -> 12665 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ja/aw-9colorful.ottbin0 -> 12428 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/10grey.ottbin0 -> 12935 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/1simple.ottbin0 -> 12448 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/2elegant.ottbin0 -> 17523 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/3modern.ottbin0 -> 13146 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/4classic.ottbin0 -> 12522 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/5blue.ottbin0 -> 12777 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/6orange.ottbin0 -> 13284 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/7red.ottbin0 -> 13099 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/8green.ottbin0 -> 12964 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/9colorful.ottbin0 -> 12807 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-10grey.ottbin0 -> 12927 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-1simple.ottbin0 -> 12470 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-2elegant.ottbin0 -> 17599 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-3modern.ottbin0 -> 13225 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-4classic.ottbin0 -> 12542 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-5blue.ottbin0 -> 12816 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-6orange.ottbin0 -> 13351 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-7red.ottbin0 -> 12882 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-8green.ottbin0 -> 12888 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/km/aw-9colorful.ottbin0 -> 12863 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/10grey.ottbin0 -> 12702 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/1simple.ottbin0 -> 12363 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/2elegant.ottbin0 -> 14482 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/3modern.ottbin0 -> 12951 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/4classic.ottbin0 -> 12294 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/5blue.ottbin0 -> 12362 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/6orange.ottbin0 -> 13035 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/7red.ottbin0 -> 10823 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/8green.ottbin0 -> 12654 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/9colorful.ottbin0 -> 12381 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-10grey.ottbin0 -> 12702 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-1simple.ottbin0 -> 12363 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-2elegant.ottbin0 -> 14482 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-3modern.ottbin0 -> 13538 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-4classic.ottbin0 -> 10263 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-5blue.ottbin0 -> 12362 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-6orange.ottbin0 -> 13035 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-7red.ottbin0 -> 12714 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-8green.ottbin0 -> 12654 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ko/aw-9colorful.ottbin0 -> 12381 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/makefile.mk51
-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/10grey.ottbin0 -> 12008 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/1simple.ottbin0 -> 11796 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/2elegant.ottbin0 -> 16528 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/3modern.ottbin0 -> 12231 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/4classic.ottbin0 -> 11684 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/5blue.ottbin0 -> 11856 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/6orange.ottbin0 -> 12263 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/7red.ottbin0 -> 12230 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/8green.ottbin0 -> 11827 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/9colorful.ottbin0 -> 11872 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-10grey.ottbin0 -> 12008 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-1simple.ottbin0 -> 11796 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-2elegant.ottbin0 -> 16528 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-3modern.ottbin0 -> 12261 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-4classic.ottbin0 -> 11684 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-5blue.ottbin0 -> 11856 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-6orange.ottbin0 -> 12263 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-7red.ottbin0 -> 12260 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-8green.ottbin0 -> 11857 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/nl/aw-9colorful.ottbin0 -> 11872 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/10grey.ottbin0 -> 11315 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/1simple.ottbin0 -> 12791 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/2elegant.ottbin0 -> 17591 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/3modern.ottbin0 -> 11235 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/4classic.ottbin0 -> 12694 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/5blue.ottbin0 -> 12784 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/6orange.ottbin0 -> 13261 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/7red.ottbin0 -> 11278 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/8green.ottbin0 -> 11109 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/9colorful.ottbin0 -> 12881 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-10grey.ottbin0 -> 13107 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-1simple.ottbin0 -> 12806 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-2elegant.ottbin0 -> 17608 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-3modern.ottbin0 -> 13273 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-4classic.ottbin0 -> 12709 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-5blue.ottbin0 -> 12799 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-6orange.ottbin0 -> 13276 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-7red.ottbin0 -> 13225 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-8green.ottbin0 -> 12840 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pl/aw-9colorful.ottbin0 -> 12896 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/10grey.ottbin0 -> 10175 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/1simple.ottbin0 -> 9833 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/2elegant.ottbin0 -> 11890 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/3modern.ottbin0 -> 10395 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/4classic.ottbin0 -> 9767 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/5blue.ottbin0 -> 9855 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/6orange.ottbin0 -> 10467 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/7red.ottbin0 -> 10167 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/8green.ottbin0 -> 10009 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/9colorful.ottbin0 -> 9892 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-10grey.ottbin0 -> 10175 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-1simple.ottbin0 -> 9833 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-2elegant.ottbin0 -> 11890 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-3modern.ottbin0 -> 10395 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-4classic.ottbin0 -> 9767 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-5blue.ottbin0 -> 9855 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-6orange.ottbin0 -> 10467 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-7red.ottbin0 -> 10167 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-8green.ottbin0 -> 10009 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt-BR/aw-9colorful.ottbin0 -> 9892 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/10grey.ottbin0 -> 12846 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/1simple.ottbin0 -> 12739 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/2elegant.ottbin0 -> 17215 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/3modern.ottbin0 -> 13615 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/4classic.ottbin0 -> 12486 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/5blue.ottbin0 -> 12539 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/6orange.ottbin0 -> 13032 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/7red.ottbin0 -> 12998 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/8green.ottbin0 -> 12685 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/9colorful.ottbin0 -> 12670 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-10grey.ottbin0 -> 12846 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-1simple.ottbin0 -> 12743 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-2elegant.ottbin0 -> 17203 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-3modern.ottbin0 -> 13614 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-4classic.ottbin0 -> 12485 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-5blue.ottbin0 -> 12539 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-6orange.ottbin0 -> 13032 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-7red.ottbin0 -> 12999 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-8green.ottbin0 -> 12694 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/pt/aw-9colorful.ottbin0 -> 12671 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/10grey.ottbin0 -> 12347 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/1simple.ottbin0 -> 12120 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/2elegant.ottbin0 -> 16668 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/3modern.ottbin0 -> 13134 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/4classic.ottbin0 -> 11954 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/5blue.ottbin0 -> 12066 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/6orange.ottbin0 -> 12519 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/7red.ottbin0 -> 12502 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/8green.ottbin0 -> 12152 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/9colorful.ottbin0 -> 12217 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-10grey.ottbin0 -> 12347 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-1simple.ottbin0 -> 12120 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-2elegant.ottbin0 -> 16670 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-3modern.ottbin0 -> 13135 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-4classic.ottbin0 -> 11954 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-5blue.ottbin0 -> 12066 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-6orange.ottbin0 -> 12519 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-7red.ottbin0 -> 12501 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-8green.ottbin0 -> 12152 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/ru/aw-9colorful.ottbin0 -> 11078 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/10grey.ottbin0 -> 11317 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/1simple.ottbin0 -> 11090 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/2elegant.ottbin0 -> 15913 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/3modern.ottbin0 -> 11699 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/4classic.ottbin0 -> 11077 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/5blue.ottbin0 -> 11138 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/6orange.ottbin0 -> 11662 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/7red.ottbin0 -> 11532 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/8green.ottbin0 -> 11419 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/9colorful.ottbin0 -> 11090 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-10grey.ottbin0 -> 11395 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-1simple.ottbin0 -> 11123 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-2elegant.ottbin0 -> 15917 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-3modern.ottbin0 -> 11704 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-4classic.ottbin0 -> 11075 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-5blue.ottbin0 -> 11142 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-6orange.ottbin0 -> 11662 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-7red.ottbin0 -> 11532 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-8green.ottbin0 -> 11419 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sk/aw-9colorful.ottbin0 -> 11090 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/10grey.ottbin0 -> 10976 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/1simple.ottbin0 -> 10450 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/2elegant.ottbin0 -> 15402 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/3modern.ottbin0 -> 11342 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/4classic.ottbin0 -> 10612 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/5blue.ottbin0 -> 10752 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/6orange.ottbin0 -> 11226 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/7red.ottbin0 -> 11158 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/8green.ottbin0 -> 10914 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/9colorful.ottbin0 -> 10717 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-10grey.ottbin0 -> 10946 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-1simple.ottbin0 -> 10616 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-2elegant.ottbin0 -> 15434 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-3modern.ottbin0 -> 11408 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-4classic.ottbin0 -> 10604 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-5blue.ottbin0 -> 10731 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-6orange.ottbin0 -> 11286 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-7red.ottbin0 -> 11003 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-8green.ottbin0 -> 11001 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sl/aw-9colorful.ottbin0 -> 10737 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/10grey.ottbin0 -> 10138 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/1simple.ottbin0 -> 9812 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/2elegant.ottbin0 -> 11839 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/3modern.ottbin0 -> 10410 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/4classic.ottbin0 -> 9722 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/5blue.ottbin0 -> 9798 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/6orange.ottbin0 -> 10389 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/7red.ottbin0 -> 10179 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/8green.ottbin0 -> 10103 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/9colorful.ottbin0 -> 9824 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-10grey.ottbin0 -> 10138 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-1simple.ottbin0 -> 9812 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-2elegant.ottbin0 -> 11839 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-3modern.ottbin0 -> 10410 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-4classic.ottbin0 -> 9722 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-5blue.ottbin0 -> 9798 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-6orange.ottbin0 -> 10389 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-7red.ottbin0 -> 10179 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-8green.ottbin0 -> 10103 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/sv/aw-9colorful.ottbin0 -> 9824 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/10grey.ottbin0 -> 12001 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/1simple.ottbin0 -> 11939 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/2elegant.ottbin0 -> 16514 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/3modern.ottbin0 -> 12223 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/4classic.ottbin0 -> 11486 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/5blue.ottbin0 -> 11803 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/6orange.ottbin0 -> 12242 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/7red.ottbin0 -> 12294 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/8green.ottbin0 -> 11770 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/9colorful.ottbin0 -> 11806 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-10grey.ottbin0 -> 11998 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-1simple.ottbin0 -> 11748 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-2elegant.ottbin0 -> 16475 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-3modern.ottbin0 -> 12220 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-4classic.ottbin0 -> 11481 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-5blue.ottbin0 -> 11883 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-6orange.ottbin0 -> 12242 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-7red.ottbin0 -> 11772 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-8green.ottbin0 -> 11772 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/tr/aw-9colorful.ottbin0 -> 11853 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/10grey.ottbin0 -> 12525 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/1simple.ottbin0 -> 12597 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/2elegant.ottbin0 -> 17620 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/3modern.ottbin0 -> 12895 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/4classic.ottbin0 -> 12431 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/5blue.ottbin0 -> 12364 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/6orange.ottbin0 -> 12871 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/7red.ottbin0 -> 12743 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/8green.ottbin0 -> 12661 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/9colorful.ottbin0 -> 12297 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-10grey.ottbin0 -> 12642 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-1simple.ottbin0 -> 12743 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-2elegant.ottbin0 -> 17682 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-3modern.ottbin0 -> 13049 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-4classic.ottbin0 -> 12502 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-5blue.ottbin0 -> 12412 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-6orange.ottbin0 -> 12893 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-7red.ottbin0 -> 12858 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-8green.ottbin0 -> 12745 bytes-rwxr-xr-xextras/source/templates/wizard/agenda/lang/vi/aw-9colorful.ottbin0 -> 12315 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/10grey.ottbin0 -> 12735 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/1simple.ottbin0 -> 12394 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/2elegant.ottbin0 -> 16460 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/3modern.ottbin0 -> 12957 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/4classic.ottbin0 -> 12316 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/5blue.ottbin0 -> 12372 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/6orange.ottbin0 -> 13030 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/7red.ottbin0 -> 12780 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/8green.ottbin0 -> 12679 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/9colorful.ottbin0 -> 12406 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-10grey.ottbin0 -> 12735 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-1simple.ottbin0 -> 12394 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-2elegant.ottbin0 -> 16534 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-3modern.ottbin0 -> 12957 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-4classic.ottbin0 -> 12316 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-5blue.ottbin0 -> 12372 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-6orange.ottbin0 -> 13030 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-7red.ottbin0 -> 12780 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-8green.ottbin0 -> 12679 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-CN/aw-9colorful.ottbin0 -> 12406 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/10grey.ottbin0 -> 12720 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/1simple.ottbin0 -> 12380 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/2elegant.ottbin0 -> 16478 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/3modern.ottbin0 -> 12970 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/4classic.ottbin0 -> 12314 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/5blue.ottbin0 -> 12372 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/6orange.ottbin0 -> 13057 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/7red.ottbin0 -> 12743 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/8green.ottbin0 -> 12691 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/9colorful.ottbin0 -> 12408 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-10grey.ottbin0 -> 12720 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-1simple.ottbin0 -> 12380 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-2elegant.ottbin0 -> 16559 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-3modern.ottbin0 -> 12970 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-4classic.ottbin0 -> 12314 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-5blue.ottbin0 -> 12372 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-6orange.ottbin0 -> 13057 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-7red.ottbin0 -> 12743 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-8green.ottbin0 -> 12691 bytes-rw-r--r--extras/source/templates/wizard/agenda/lang/zh-TW/aw-9colorful.ottbin0 -> 12408 bytes-rw-r--r--extras/source/templates/wizard/bitmap/Import_1.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/Import_3.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/Import_4.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/MS-Import_2-1.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/MS-Import_2-2.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/MS-Import_2-3.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/XML-Import_2-1.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/XML-Import_2-2.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/XML-Import_2-3.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/XML-Import_2-4.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/brasil.gifbin0 -> 6075 bytes-rw-r--r--extras/source/templates/wizard/bitmap/cancel_down.bmpbin0 -> 416 bytes-rw-r--r--extras/source/templates/wizard/bitmap/cancel_up.bmpbin0 -> 416 bytes-rw-r--r--extras/source/templates/wizard/bitmap/china.gifbin0 -> 10764 bytes-rw-r--r--extras/source/templates/wizard/bitmap/delzip0
-rw-r--r--extras/source/templates/wizard/bitmap/denmark.gifbin0 -> 12229 bytes-rw-r--r--extras/source/templates/wizard/bitmap/down.bmpbin0 -> 644 bytes-rw-r--r--extras/source/templates/wizard/bitmap/end.bmpbin0 -> 13190 bytes-rw-r--r--extras/source/templates/wizard/bitmap/euro_1.bmpbin0 -> 23344 bytes-rw-r--r--extras/source/templates/wizard/bitmap/euro_2.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/euro_3.bmpbin0 -> 66480 bytes-rw-r--r--extras/source/templates/wizard/bitmap/finland.gifbin0 -> 9569 bytes-rw-r--r--extras/source/templates/wizard/bitmap/france.gifbin0 -> 7934 bytes-rw-r--r--extras/source/templates/wizard/bitmap/ftpconnected.gifbin0 -> 114 bytes-rw-r--r--extras/source/templates/wizard/bitmap/ftpconnecting.gifbin0 -> 166 bytes-rw-r--r--extras/source/templates/wizard/bitmap/ftperror.gifbin0 -> 123 bytes-rw-r--r--extras/source/templates/wizard/bitmap/ftpunknown.gifbin0 -> 152 bytes-rw-r--r--extras/source/templates/wizard/bitmap/germany.wmfbin0 -> 18306 bytes-rw-r--r--extras/source/templates/wizard/bitmap/greece.gifbin0 -> 13597 bytes-rw-r--r--extras/source/templates/wizard/bitmap/italia.gifbin0 -> 11213 bytes-rw-r--r--extras/source/templates/wizard/bitmap/japan.gifbin0 -> 7283 bytes-rw-r--r--extras/source/templates/wizard/bitmap/makefile.mk51
-rw-r--r--extras/source/templates/wizard/bitmap/maximize.bmpbin0 -> 822 bytes-rw-r--r--extras/source/templates/wizard/bitmap/minimize.bmpbin0 -> 726 bytes-rw-r--r--extras/source/templates/wizard/bitmap/netherlands.gifbin0 -> 8639 bytes-rw-r--r--extras/source/templates/wizard/bitmap/okay_down.bmpbin0 -> 416 bytes-rw-r--r--extras/source/templates/wizard/bitmap/okay_up.bmpbin0 -> 416 bytes-rw-r--r--extras/source/templates/wizard/bitmap/polska.gifbin0 -> 7839 bytes-rw-r--r--extras/source/templates/wizard/bitmap/portugal.gifbin0 -> 5638 bytes-rw-r--r--extras/source/templates/wizard/bitmap/report.bmpbin0 -> 15744 bytes-rw-r--r--extras/source/templates/wizard/bitmap/russia.gifbin0 -> 7711 bytes-rw-r--r--extras/source/templates/wizard/bitmap/spain.gifbin0 -> 6863 bytes-rw-r--r--extras/source/templates/wizard/bitmap/sweden.gifbin0 -> 8605 bytes-rw-r--r--extras/source/templates/wizard/bitmap/taiwan.gifbin0 -> 4900 bytes-rw-r--r--extras/source/templates/wizard/bitmap/turkey.gifbin0 -> 6000 bytes-rw-r--r--extras/source/templates/wizard/bitmap/tutorial_background.gifbin0 -> 1888 bytes-rw-r--r--extras/source/templates/wizard/bitmap/up.bmpbin0 -> 644 bytes-rw-r--r--extras/source/templates/wizard/bitmap/usa.gifbin0 -> 7208 bytes-rw-r--r--extras/source/templates/wizard/desktop/delzip1
-rw-r--r--extras/source/templates/wizard/desktop/lang/bg/html.stwbin0 -> 5305 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/bg/idxexample.odtbin0 -> 21286 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/bg/url_transfer.htm87
-rw-r--r--extras/source/templates/wizard/desktop/lang/cs/idxexample.odtbin0 -> 21272 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/cs/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/da/html.stwbin0 -> 5227 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/da/idxexample.odtbin0 -> 21140 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/da/url_transfer.htm81
-rw-r--r--extras/source/templates/wizard/desktop/lang/de/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/de/idxexample.odtbin0 -> 21157 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/de/url_transfer.htm85
-rw-r--r--extras/source/templates/wizard/desktop/lang/delzip2
-rw-r--r--extras/source/templates/wizard/desktop/lang/en-GB/html.stwbin0 -> 6140 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/en-GB/idxexample.odtbin0 -> 21837 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/en-GB/url_transfer.htm92
-rw-r--r--extras/source/templates/wizard/desktop/lang/en-US/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/en-US/idxexample.odtbin0 -> 21126 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/en-US/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/es/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/es/idxexample.odtbin0 -> 21146 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/es/url_transfer.htm85
-rwxr-xr-xextras/source/templates/wizard/desktop/lang/eu/html.stwbin0 -> 5335 bytes-rwxr-xr-xextras/source/templates/wizard/desktop/lang/eu/idxexample.odtbin0 -> 22234 bytes-rwxr-xr-xextras/source/templates/wizard/desktop/lang/eu/url_transfer.htm80
-rw-r--r--extras/source/templates/wizard/desktop/lang/fr/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/fr/idxexample.odtbin0 -> 21152 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/fr/url_transfer.htm86
-rwxr-xr-xextras/source/templates/wizard/desktop/lang/hu/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/hu/idxexample.odtbin0 -> 21196 bytes-rwxr-xr-xextras/source/templates/wizard/desktop/lang/hu/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/it/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/it/idxexample.odtbin0 -> 21150 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/it/url_transfer.htm84
-rw-r--r--extras/source/templates/wizard/desktop/lang/ja/html.stwbin0 -> 5529 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/ja/idxexample.odtbin0 -> 24039 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/ja/url_transfer.htm100
-rw-r--r--extras/source/templates/wizard/desktop/lang/km/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/km/idxexample.odtbin0 -> 21643 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/km/url_transfer.htm100
-rw-r--r--extras/source/templates/wizard/desktop/lang/ko/html.stwbin0 -> 5482 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/ko/idxexample.odtbin0 -> 24086 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/ko/url_transfer.htm96
-rw-r--r--extras/source/templates/wizard/desktop/lang/makefile.mk51
-rw-r--r--extras/source/templates/wizard/desktop/lang/nl/html.stwbin0 -> 7211 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/nl/idxexample.odtbin0 -> 9361 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/nl/url_transfer.htm82
-rw-r--r--extras/source/templates/wizard/desktop/lang/pl/idxexample.odtbin0 -> 13229 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/pl/url_transfer.htm84
-rw-r--r--extras/source/templates/wizard/desktop/lang/pt-BR/html.stwbin0 -> 7141 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/pt-BR/idxexample.odtbin0 -> 21200 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/pt-BR/url_transfer.htm93
-rw-r--r--extras/source/templates/wizard/desktop/lang/pt/html.stwbin0 -> 8091 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/pt/idxexample.odtbin0 -> 9339 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/pt/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/ru/idxexample.odtbin0 -> 13458 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/ru/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/sk/html.stwbin0 -> 6059 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sk/idxexample.odtbin0 -> 9399 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sk/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/sl/html.stwbin0 -> 5229 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sl/idxexample.odtbin0 -> 21320 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sl/idxexample.sxwbin0 -> 20352 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sl/url_transfer.htm82
-rw-r--r--extras/source/templates/wizard/desktop/lang/sv/html.stwbin0 -> 5335 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sv/idxexample.odtbin0 -> 21170 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/sv/url_transfer.htm83
-rwxr-xr-xextras/source/templates/wizard/desktop/lang/vi/html.stwbin0 -> 5335 bytes-rwxr-xr-xextras/source/templates/wizard/desktop/lang/vi/idxexample.odtbin0 -> 22170 bytes-rwxr-xr-xextras/source/templates/wizard/desktop/lang/vi/url_transfer.htm83
-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-CN/html.stwbin0 -> 5877 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-CN/idxexample.odtbin0 -> 24054 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-CN/url_transfer.htm94
-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-TW/html.stwbin0 -> 5930 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-TW/idxexample.odtbin0 -> 24033 bytes-rw-r--r--extras/source/templates/wizard/desktop/lang/zh-TW/url_transfer.htm98
-rw-r--r--extras/source/templates/wizard/desktop/makefile.mk53
-rw-r--r--extras/source/templates/wizard/fax/lang/bg/bus-classic-pri_f.ottbin0 -> 13962 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/bus-classic_f.ottbin0 -> 26328 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/bus-modern-pri_f.ottbin0 -> 13895 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/bus-modern_f.ottbin0 -> 26302 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/pri-bottle_f.ottbin0 -> 48536 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/pri-fax_f.ottbin0 -> 58797 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/pri-lines_f.ottbin0 -> 12413 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/bg/pri-marine_f.ottbin0 -> 19615 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/bus-classic-pri_f.ottbin0 -> 14002 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/bus-classic_f.ottbin0 -> 26389 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/bus-modern-pri_f.ottbin0 -> 13887 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/bus-modern_f.ottbin0 -> 26295 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/pri-bottle_f.ottbin0 -> 48469 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/pri-fax_f.ottbin0 -> 58690 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/pri-lines_f.ottbin0 -> 12506 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/cs/pri-marine_f.ottbin0 -> 19556 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/bus-classic-pri_f.ottbin0 -> 13247 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/bus-classic_f.ottbin0 -> 25604 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/bus-modern-pri_f.ottbin0 -> 13210 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/bus-modern_f.ottbin0 -> 25500 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/pri-bottle_f.ottbin0 -> 47905 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/pri-fax_f.ottbin0 -> 58181 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/pri-lines_f.ottbin0 -> 11991 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/da/pri-marine_f.ottbin0 -> 19005 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/bus-classic-pri_f.ottbin0 -> 16876 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/bus-classic_f.ottbin0 -> 29457 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/bus-modern-pri_f.ottbin0 -> 16793 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/bus-modern_f.ottbin0 -> 29437 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/pri-bottle_f.ottbin0 -> 50477 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/pri-fax_f.ottbin0 -> 60698 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/pri-lines_f.ottbin0 -> 14361 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/de/pri-marine_f.ottbin0 -> 21451 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/delzip1
-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/bus-classic-pri_f.ottbin0 -> 14266 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/bus-classic_f.ottbin0 -> 26573 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/bus-modern-pri_f.ottbin0 -> 14167 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/bus-modern_f.ottbin0 -> 26458 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/pri-bottle_f.ottbin0 -> 48319 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/pri-fax_f.ottbin0 -> 58632 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/pri-lines_f.ottbin0 -> 12445 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-GB/pri-marine_f.ottbin0 -> 19486 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/bus-classic-pri_f.ottbin0 -> 13433 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/bus-classic_f.ottbin0 -> 25806 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/bus-modern-pri_f.ottbin0 -> 13391 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/bus-modern_f.ottbin0 -> 25693 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/pri-bottle_f.ottbin0 -> 48122 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/pri-fax_f.ottbin0 -> 58398 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/pri-lines_f.ottbin0 -> 12192 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/en-US/pri-marine_f.ottbin0 -> 19214 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/bus-classic-pri_f.ottbin0 -> 13013 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/bus-classic_f.ottbin0 -> 13717 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/bus-modern-pri_f.ottbin0 -> 12972 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/bus-modern_f.ottbin0 -> 13752 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/pri-bottle_f.ottbin0 -> 47907 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/pri-fax_f.ottbin0 -> 58176 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/pri-lines_f.ottbin0 -> 11998 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/es/pri-marine_f.ottbin0 -> 19028 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/bus-classic-pri_f.ottbin0 -> 16130 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/bus-classic_f.ottbin0 -> 28403 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/bus-modern-pri_f.ottbin0 -> 16032 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/bus-modern_f.ottbin0 -> 28356 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/pri-bottle_f.ottbin0 -> 49792 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/pri-fax_f.ottbin0 -> 60089 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/pri-lines_f.ottbin0 -> 13823 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/eu/pri-marine_f.ottbin0 -> 20942 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/bus-classic-pri_f.ottbin0 -> 17369 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/bus-classic_f.ottbin0 -> 17470 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/bus-modern-pri_f.ottbin0 -> 17295 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/bus-modern_f.ottbin0 -> 17445 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/pri-bottle_f.ottbin0 -> 52227 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/pri-fax_f.ottbin0 -> 62441 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/pri-lines_f.ottbin0 -> 15884 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/fr/pri-marine_f.ottbin0 -> 23099 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/bus-classic-pri_f.ottbin0 -> 15321 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/bus-classic_f.ottbin0 -> 27827 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/bus-modern-pri_f.ottbin0 -> 15210 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/bus-modern_f.ottbin0 -> 27671 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/pri-bottle_f.ottbin0 -> 48943 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/pri-fax_f.ottbin0 -> 59204 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/pri-lines_f.ottbin0 -> 12935 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/hu/pri-marine_f.ottbin0 -> 20155 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/bus-classic-pri_f.ottbin0 -> 15872 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/bus-classic_f.ottbin0 -> 16076 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/bus-modern-pri_f.ottbin0 -> 15969 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/bus-modern_f.ottbin0 -> 16295 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/pri-bottle_f.ottbin0 -> 50212 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/pri-fax_f.ottbin0 -> 60326 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/pri-lines_f.ottbin0 -> 13799 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/it/pri-marine_f.ottbin0 -> 21243 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/bus-classic-pri_f.ottbin0 -> 13383 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/bus-classic_f.ottbin0 -> 14053 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/bus-modern-pri_f.ottbin0 -> 13319 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/bus-modern_f.ottbin0 -> 14128 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/pri-bottle_f.ottbin0 -> 48355 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/pri-fax_f.ottbin0 -> 58538 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/pri-lines_f.ottbin0 -> 12319 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ja/pri-marine_f.ottbin0 -> 19373 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/bus-classic-pri_f.ottbin0 -> 15539 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/bus-classic_f.ottbin0 -> 27837 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/bus-modern-pri_f.ottbin0 -> 15478 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/bus-modern_f.ottbin0 -> 27743 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/pri-bottle_f.ottbin0 -> 49157 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/pri-fax_f.ottbin0 -> 59430 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/pri-lines_f.ottbin0 -> 13259 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/km/pri-marine_f.ottbin0 -> 20312 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/bus-classic-pri_f.ottbin0 -> 13343 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/bus-classic_f.ottbin0 -> 14054 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/bus-modern-pri_f.ottbin0 -> 13289 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/bus-modern_f.ottbin0 -> 13576 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/pri-bottle_f.ottbin0 -> 12483 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/pri-fax_f.ottbin0 -> 13120 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/pri-lines_f.ottbin0 -> 12292 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ko/pri-marine_f.ottbin0 -> 12449 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/makefile.mk53
-rw-r--r--extras/source/templates/wizard/fax/lang/nl/bus-classic-pri_f.ottbin0 -> 14349 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/bus-classic_f.ottbin0 -> 26669 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/bus-modern-pri_f.ottbin0 -> 14322 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/bus-modern_f.ottbin0 -> 26624 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/pri-bottle_f.ottbin0 -> 48410 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/pri-fax_f.ottbin0 -> 58728 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/pri-lines_f.ottbin0 -> 12554 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/nl/pri-marine_f.ottbin0 -> 19533 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/bus-classic-pri_f.ottbin0 -> 15439 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/bus-classic_f.ottbin0 -> 27785 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/bus-modern-pri_f.ottbin0 -> 15409 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/bus-modern_f.ottbin0 -> 27719 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/pri-bottle_f.ottbin0 -> 49546 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/pri-fax_f.ottbin0 -> 59823 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/pri-lines_f.ottbin0 -> 12224 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pl/pri-marine_f.ottbin0 -> 20644 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/bus-classic-pri_f.ottbin0 -> 15944 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/bus-classic_f.ottbin0 -> 16152 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/bus-modern-pri_f.ottbin0 -> 15899 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/bus-modern_f.ottbin0 -> 16225 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/pri-bottle_f.ottbin0 -> 50297 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/pri-fax_f.ottbin0 -> 60408 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/pri-lines_f.ottbin0 -> 13867 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt-BR/pri-marine_f.ottbin0 -> 21372 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/bus-classic-pri_f.ottbin0 -> 15598 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/bus-classic_f.ottbin0 -> 28016 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/bus-modern-pri_f.ottbin0 -> 15585 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/bus-modern_f.ottbin0 -> 27904 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/pri-bottle_f.ottbin0 -> 49710 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/pri-fax_f.ottbin0 -> 60034 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/pri-lines_f.ottbin0 -> 13686 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/pt/pri-marine_f.ottbin0 -> 20846 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/bus-classic-pri_f.ottbin0 -> 14856 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/bus-classic_f.ottbin0 -> 27108 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/bus-modern-pri_f.ottbin0 -> 14879 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/bus-modern_f.ottbin0 -> 27165 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/pri-bottle_f.ottbin0 -> 48761 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/pri-fax_f.ottbin0 -> 59018 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/pri-lines_f.ottbin0 -> 12763 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/ru/pri-marine_f.ottbin0 -> 19920 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/bus-classic-pri_f.ottbin0 -> 14378 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/bus-classic_f.ottbin0 -> 26780 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/bus-modern-pri_f.ottbin0 -> 14281 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/bus-modern_f.ottbin0 -> 26654 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/pri-bottle_f.ottbin0 -> 48863 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/pri-fax_f.ottbin0 -> 59103 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/pri-lines_f.ottbin0 -> 12809 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sk/pri-marine_f.ottbin0 -> 19790 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/bus-classic-pri_f.ottbin0 -> 13578 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/bus-classic_f.ottbin0 -> 26009 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/bus-modern-pri_f.ottbin0 -> 13401 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/bus-modern_f.ottbin0 -> 25879 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/pri-bottle_f.ottbin0 -> 48301 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/pri-fax_f.ottbin0 -> 58562 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/pri-lines_f.ottbin0 -> 12202 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sl/pri-marine_f.ottbin0 -> 19442 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/bus-classic-pri_f.ottbin0 -> 13040 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/bus-classic_f.ottbin0 -> 13727 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/bus-modern-pri_f.ottbin0 -> 12969 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/bus-modern_f.ottbin0 -> 13761 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/pri-bottle_f.ottbin0 -> 47941 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/pri-fax_f.ottbin0 -> 58188 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/pri-lines_f.ottbin0 -> 12009 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/sv/pri-marine_f.ottbin0 -> 19049 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/bus-classic-pri_f.ottbin0 -> 14762 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/bus-classic_f.ottbin0 -> 27043 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/bus-modern-pri_f.ottbin0 -> 14734 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/bus-modern_f.ottbin0 -> 26979 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/pri-bottle_f.ottbin0 -> 48657 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/pri-fax_f.ottbin0 -> 58959 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/pri-lines_f.ottbin0 -> 12676 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/tr/pri-marine_f.ottbin0 -> 19823 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/bus-classic-pri_f.ottbin0 -> 27437 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/bus-classic_f.ottbin0 -> 27438 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/bus-modern-pri_f.ottbin0 -> 14972 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/bus-modern_f.ottbin0 -> 27533 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/pri-bottle_f.ottbin0 -> 49902 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/pri-fax_f.ottbin0 -> 60112 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/pri-lines_f.ottbin0 -> 13539 bytes-rwxr-xr-xextras/source/templates/wizard/fax/lang/vi/pri-marine_f.ottbin0 -> 20782 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/bus-classic-pri_f.ottbin0 -> 13272 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/bus-classic_f.ottbin0 -> 13980 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/bus-modern-pri_f.ottbin0 -> 13219 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/bus-modern_f.ottbin0 -> 14028 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/pri-bottle_f.ottbin0 -> 48306 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/pri-fax_f.ottbin0 -> 58488 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/pri-lines_f.ottbin0 -> 12263 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-CN/pri-marine_f.ottbin0 -> 19355 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/bus-classic-pri_f.ottbin0 -> 13489 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/bus-classic_f.ottbin0 -> 13990 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/bus-modern-pri_f.ottbin0 -> 13287 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/bus-modern_f.ottbin0 -> 14068 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/pri-bottle_f.ottbin0 -> 48327 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/pri-fax_f.ottbin0 -> 58507 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/pri-lines_f.ottbin0 -> 12286 bytes-rw-r--r--extras/source/templates/wizard/fax/lang/zh-TW/pri-marine_f.ottbin0 -> 19364 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/bus-elegant_l.ottbin0 -> 33481 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/bus-modern_l.ottbin0 -> 33305 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/bus-office_l.ottbin0 -> 33302 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/off-elegant_l.ottbin0 -> 15115 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/off-modern_l.ottbin0 -> 14690 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/off-office_l.ottbin0 -> 14392 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/pri-bottle_l.ottbin0 -> 48155 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/pri-mail_l.ottbin0 -> 24078 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/pri-marine_l.ottbin0 -> 19317 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/bg/pri-redline_l.ottbin0 -> 12133 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/bus-elegant_l.ottbin0 -> 35308 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/bus-modern_l.ottbin0 -> 35774 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/bus-office_l.ottbin0 -> 35420 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/off-elegant_l.ottbin0 -> 16796 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/off-modern_l.ottbin0 -> 16474 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/off-office_l.ottbin0 -> 16099 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/pri-bottle_l.ottbin0 -> 48166 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/pri-mail_l.ottbin0 -> 24034 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/pri-marine_l.ottbin0 -> 19287 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/cs/pri-redline_l.ottbin0 -> 12291 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/bus-elegant_l.ottbin0 -> 34076 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/bus-modern_l.ottbin0 -> 34201 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/bus-office_l.ottbin0 -> 34097 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/off-elegant_l.ottbin0 -> 15647 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/off-modern_l.ottbin0 -> 15245 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/off-office_l.ottbin0 -> 14769 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/pri-bottle_l.ottbin0 -> 47452 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/pri-mail_l.ottbin0 -> 23344 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/pri-marine_l.ottbin0 -> 18528 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/da/pri-redline_l.ottbin0 -> 11639 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/bus-elegant_l.ottbin0 -> 36299 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/bus-modern_l.ottbin0 -> 36496 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/bus-office_l.ottbin0 -> 36279 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/off-elegant_l.ottbin0 -> 15742 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/off-modern_l.ottbin0 -> 15315 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/off-office_l.ottbin0 -> 14789 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/pri-bottle_l.ottbin0 -> 48191 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/pri-mail_l.ottbin0 -> 24168 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/pri-marine_l.ottbin0 -> 19306 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/de/pri-redline_l.ottbin0 -> 12473 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/delzip1
-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/bus-elegant_l.ottbin0 -> 34203 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/bus-modern_l.ottbin0 -> 34370 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/bus-office_l.ottbin0 -> 34188 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/off-elegant_l.ottbin0 -> 15692 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/off-modern_l.ottbin0 -> 15332 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/off-office_l.ottbin0 -> 14881 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/pri-bottle_l.ottbin0 -> 47926 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/pri-mail_l.ottbin0 -> 23854 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/pri-marine_l.ottbin0 -> 19125 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-GB/pri-redline_l.ottbin0 -> 12148 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/bus-elegant_l.ottbin0 -> 33945 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/bus-modern_l.ottbin0 -> 34270 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/bus-office_l.ottbin0 -> 34041 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/off-elegant_l.ottbin0 -> 15629 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/off-modern_l.ottbin0 -> 15341 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/off-office_l.ottbin0 -> 14731 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/pri-bottle_l.ottbin0 -> 48260 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/pri-mail_l.ottbin0 -> 24144 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/pri-marine_l.ottbin0 -> 19326 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/en-US/pri-redline_l.ottbin0 -> 12423 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/bus-elegant_l.ottbin0 -> 35196 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/bus-modern_l.ottbin0 -> 35293 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/bus-office_l.ottbin0 -> 35288 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/off-elegant_l.ottbin0 -> 15714 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/off-modern_l.ottbin0 -> 15514 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/off-office_l.ottbin0 -> 14755 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/pri-bottle_l.ottbin0 -> 48283 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/pri-mail_l.ottbin0 -> 24241 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/pri-marine_l.ottbin0 -> 19443 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/es/pri-redline_l.ottbin0 -> 12544 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/bus-elegant_l.ottbin0 -> 33891 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/bus-modern_l.ottbin0 -> 33889 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/bus-office_l.ottbin0 -> 33857 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/off-elegant_l.ottbin0 -> 15864 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/off-modern_l.ottbin0 -> 15381 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/off-office_l.ottbin0 -> 15020 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/pri-bottle_l.ottbin0 -> 49465 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/pri-mail_l.ottbin0 -> 25367 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/pri-marine_l.ottbin0 -> 20630 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/eu/pri-redline_l.ottbin0 -> 13539 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/bus-elegant_l.ottbin0 -> 35087 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/bus-modern_l.ottbin0 -> 35258 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/bus-office_l.ottbin0 -> 35187 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/off-elegant_l.ottbin0 -> 15706 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/off-modern_l.ottbin0 -> 15517 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/off-office_l.ottbin0 -> 14721 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/pri-bottle_l.ottbin0 -> 48247 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/pri-mail_l.ottbin0 -> 24192 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/pri-marine_l.ottbin0 -> 19393 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/fr/pri-redline_l.ottbin0 -> 12485 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/bus-elegant_l.ottbin0 -> 28811 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/bus-modern_l.ottbin0 -> 29220 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/bus-office_l.ottbin0 -> 28943 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/off-elegant_l.ottbin0 -> 17014 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/off-modern_l.ottbin0 -> 16696 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/off-office_l.ottbin0 -> 16232 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/pri-bottle_l.ottbin0 -> 48573 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/pri-mail_l.ottbin0 -> 24608 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/pri-marine_l.ottbin0 -> 19848 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/hu/pri-redline_l.ottbin0 -> 12724 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/bus-elegant_l.ottbin0 -> 35132 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/bus-modern_l.ottbin0 -> 35272 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/bus-office_l.ottbin0 -> 35239 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/off-elegant_l.ottbin0 -> 15685 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/off-modern_l.ottbin0 -> 15531 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/off-office_l.ottbin0 -> 14763 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/pri-bottle_l.ottbin0 -> 48251 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/pri-mail_l.ottbin0 -> 24212 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/pri-marine_l.ottbin0 -> 19414 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/it/pri-redline_l.ottbin0 -> 12505 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/bus-elegant_l.ottbin0 -> 32851 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/bus-modern_l.ottbin0 -> 32811 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/bus-office_l.ottbin0 -> 32866 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/off-elegant_l.ottbin0 -> 13980 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/off-modern_l.ottbin0 -> 13542 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/off-office_l.ottbin0 -> 13078 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/pri-bottle_l.ottbin0 -> 48475 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/pri-mail_l.ottbin0 -> 24376 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/pri-marine_l.ottbin0 -> 19693 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ja/pri-redline_l.ottbin0 -> 12690 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/bus-elegant_l.ottbin0 -> 33195 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/bus-modern_l.ottbin0 -> 33366 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/bus-office_l.ottbin0 -> 33297 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/off-elegant_l.ottbin0 -> 15136 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/off-modern_l.ottbin0 -> 14766 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/off-office_l.ottbin0 -> 14343 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/pri-bottle_l.ottbin0 -> 48755 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/pri-mail_l.ottbin0 -> 24707 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/pri-marine_l.ottbin0 -> 19963 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/km/pri-redline_l.ottbin0 -> 12974 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/bus-elegant_l.ottbin0 -> 33016 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/bus-modern_l.ottbin0 -> 32993 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/bus-office_l.ottbin0 -> 33110 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/off-elegant_l.ottbin0 -> 14164 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/off-modern_l.ottbin0 -> 13716 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/off-office_l.ottbin0 -> 13242 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/pri-bottle_l.ottbin0 -> 48425 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/pri-mail_l.ottbin0 -> 24371 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/pri-marine_l.ottbin0 -> 19629 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ko/pri-redline_l.ottbin0 -> 12664 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/makefile.mk60
-rw-r--r--extras/source/templates/wizard/letter/lang/nl/bus-elegant_l.ottbin0 -> 35129 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/bus-modern_l.ottbin0 -> 35296 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/bus-office_l.ottbin0 -> 35304 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/off-elegant_l.ottbin0 -> 15686 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/off-modern_l.ottbin0 -> 15300 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/off-office_l.ottbin0 -> 14769 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/pri-bottle_l.ottbin0 -> 48038 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/pri-mail_l.ottbin0 -> 23992 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/pri-marine_l.ottbin0 -> 19194 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/nl/pri-redline_l.ottbin0 -> 12272 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/bus-elegant_l.ottbin0 -> 35321 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/bus-modern_l.ottbin0 -> 35491 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/bus-office_l.ottbin0 -> 35400 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/off-elegant_l.ottbin0 -> 15723 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/off-modern_l.ottbin0 -> 15361 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/off-office_l.ottbin0 -> 14779 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/pri-bottle_l.ottbin0 -> 48075 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/pri-mail_l.ottbin0 -> 24013 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/pri-marine_l.ottbin0 -> 19287 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pl/pri-redline_l.ottbin0 -> 12202 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/bus-elegant_l.ottbin0 -> 32898 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/bus-modern_l.ottbin0 -> 32976 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/bus-office_l.ottbin0 -> 33065 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/off-elegant_l.ottbin0 -> 13883 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/off-modern_l.ottbin0 -> 13540 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/off-office_l.ottbin0 -> 13125 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/pri-bottle_l.ottbin0 -> 48298 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/pri-mail_l.ottbin0 -> 24283 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/pri-marine_l.ottbin0 -> 19487 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt-BR/pri-redline_l.ottbin0 -> 12581 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/bus-elegant_l.ottbin0 -> 34166 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/bus-modern_l.ottbin0 -> 34295 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/bus-office_l.ottbin0 -> 34137 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/off-elegant_l.ottbin0 -> 15666 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/off-modern_l.ottbin0 -> 15271 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/off-office_l.ottbin0 -> 14805 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/pri-bottle_l.ottbin0 -> 49425 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/pri-mail_l.ottbin0 -> 25343 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/pri-marine_l.ottbin0 -> 20592 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/pt/pri-redline_l.ottbin0 -> 13497 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/bus-elegant_l.ottbin0 -> 32769 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/bus-modern_l.ottbin0 -> 32828 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/bus-office_l.ottbin0 -> 32818 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/off-elegant_l.ottbin0 -> 14608 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/off-modern_l.ottbin0 -> 13644 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/off-office_l.ottbin0 -> 13848 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/pri-bottle_l.ottbin0 -> 48536 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/pri-mail_l.ottbin0 -> 24413 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/pri-marine_l.ottbin0 -> 19526 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/ru/pri-redline_l.ottbin0 -> 12568 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/bus-elegant_l.ottbin0 -> 32678 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/bus-modern_l.ottbin0 -> 32647 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/bus-office_l.ottbin0 -> 32986 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/off-elegant_l.ottbin0 -> 14478 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/off-modern_l.ottbin0 -> 13966 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/off-office_l.ottbin0 -> 13750 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/pri-bottle_l.ottbin0 -> 48272 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/pri-mail_l.ottbin0 -> 24170 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/pri-marine_l.ottbin0 -> 19478 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sk/pri-redline_l.ottbin0 -> 12598 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/bus-elegant_l.ottbin0 -> 19390 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/bus-modern_l.ottbin0 -> 19439 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/bus-office_l.ottbin0 -> 19454 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/off-elegant_l.ottbin0 -> 13944 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/off-modern_l.ottbin0 -> 13501 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/off-office_l.ottbin0 -> 13109 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/pri-bottle_l.ottbin0 -> 47978 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/pri-mail_l.ottbin0 -> 23904 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/pri-marine_l.ottbin0 -> 19152 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sl/pri-redline_l.ottbin0 -> 11951 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/bus-elegant_l.ottbin0 -> 35195 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/bus-modern_l.ottbin0 -> 35342 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/bus-office_l.ottbin0 -> 35313 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/off-elegant_l.ottbin0 -> 15768 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/off-modern_l.ottbin0 -> 15347 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/off-office_l.ottbin0 -> 14801 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/pri-bottle_l.ottbin0 -> 48237 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/pri-mail_l.ottbin0 -> 24226 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/pri-marine_l.ottbin0 -> 19359 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/sv/pri-redline_l.ottbin0 -> 12522 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/bus-elegant_l.ottbin0 -> 32509 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/bus-modern_l.ottbin0 -> 32664 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/bus-office_l.ottbin0 -> 32593 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/off-elegant_l.ottbin0 -> 14371 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/off-modern_l.ottbin0 -> 14067 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/off-office_l.ottbin0 -> 13636 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/pri-bottle_l.ottbin0 -> 48166 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/pri-mail_l.ottbin0 -> 24128 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/pri-marine_l.ottbin0 -> 19377 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/tr/pri-redline_l.ottbin0 -> 12290 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/bus-elegant_l.ottbin0 -> 34581 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/bus-modern_l.ottbin0 -> 34704 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/bus-office_l.ottbin0 -> 34605 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/off-elegant_l.ottbin0 -> 15318 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/off-modern_l.ottbin0 -> 14885 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/off-office_l.ottbin0 -> 14412 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/pri-bottle_l.ottbin0 -> 49511 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/pri-mail_l.ottbin0 -> 25281 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/pri-marine_l.ottbin0 -> 20477 bytes-rwxr-xr-xextras/source/templates/wizard/letter/lang/vi/pri-redline_l.ottbin0 -> 13302 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/bus-elegant_l.ottbin0 -> 32964 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/bus-modern_l.ottbin0 -> 32935 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/bus-office_l.ottbin0 -> 33050 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/off-elegant_l.ottbin0 -> 14136 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/off-modern_l.ottbin0 -> 13669 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/off-office_l.ottbin0 -> 13239 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/pri-bottle_l.ottbin0 -> 48484 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/pri-mail_l.ottbin0 -> 24392 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/pri-marine_l.ottbin0 -> 19680 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-CN/pri-redline_l.ottbin0 -> 12693 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/bus-elegant_l.ottbin0 -> 32949 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/bus-modern_l.ottbin0 -> 32924 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/bus-office_l.ottbin0 -> 33059 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/off-elegant_l.ottbin0 -> 14096 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/off-modern_l.ottbin0 -> 13615 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/off-office_l.ottbin0 -> 13206 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/pri-bottle_l.ottbin0 -> 48497 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/pri-mail_l.ottbin0 -> 24420 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/pri-marine_l.ottbin0 -> 19681 bytes-rw-r--r--extras/source/templates/wizard/letter/lang/zh-TW/pri-redline_l.ottbin0 -> 12701 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-01.ottbin0 -> 9846 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-011.ottbin0 -> 9686 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-012.ottbin0 -> 9640 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-02.ottbin0 -> 9500 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-021.ottbin0 -> 9520 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-022.ottbin0 -> 9396 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-03.ottbin0 -> 9951 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-031.ottbin0 -> 10031 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-032.ottbin0 -> 9895 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-04.ottbin0 -> 10090 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-041.ottbin0 -> 10224 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-042.ottbin0 -> 9955 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-05.ottbin0 -> 9515 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-051.ottbin0 -> 9518 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-052.ottbin0 -> 9561 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-06.ottbin0 -> 9921 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-061.ottbin0 -> 9906 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-062.ottbin0 -> 9827 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/cnt-default.ottbin0 -> 9657 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-01.ottbin0 -> 37043 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-02.ottbin0 -> 26176 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-03.ottbin0 -> 46632 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-04.ottbin0 -> 25021 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-05.ottbin0 -> 46527 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-06.ottbin0 -> 18351 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-07.ottbin0 -> 8793 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-08.ottbin0 -> 13368 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-09.ottbin0 -> 50528 bytes-rw-r--r--extras/source/templates/wizard/report/lang/bg/stl-default.ottbin0 -> 7693 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-01.ottbin0 -> 8755 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-011.ottbin0 -> 8773 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-012.ottbin0 -> 8700 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-02.ottbin0 -> 8648 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-021.ottbin0 -> 8695 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-022.ottbin0 -> 8591 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-03.ottbin0 -> 8998 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-031.ottbin0 -> 8994 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-032.ottbin0 -> 8928 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-04.ottbin0 -> 9100 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-041.ottbin0 -> 9250 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-042.ottbin0 -> 8949 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-05.ottbin0 -> 8647 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-051.ottbin0 -> 8685 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-052.ottbin0 -> 8627 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-06.ottbin0 -> 8911 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-061.ottbin0 -> 8867 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-062.ottbin0 -> 8764 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/cnt-default.ottbin0 -> 8773 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-01.ottbin0 -> 35377 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-02.ottbin0 -> 25279 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-03.ottbin0 -> 45733 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-04.ottbin0 -> 23274 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-05.ottbin0 -> 45684 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-06.ottbin0 -> 16844 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-07.ottbin0 -> 8055 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-08.ottbin0 -> 10882 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-09.ottbin0 -> 48611 bytes-rw-r--r--extras/source/templates/wizard/report/lang/cs/stl-default.ottbin0 -> 6927 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-01.ottbin0 -> 8620 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-011.ottbin0 -> 8613 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-012.ottbin0 -> 8510 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-02.ottbin0 -> 8464 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-021.ottbin0 -> 8537 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-022.ottbin0 -> 8396 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-03.ottbin0 -> 8812 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-031.ottbin0 -> 8806 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-032.ottbin0 -> 8737 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-04.ottbin0 -> 8921 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-041.ottbin0 -> 9058 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-042.ottbin0 -> 8767 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-05.ottbin0 -> 8450 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-051.ottbin0 -> 8435 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-052.ottbin0 -> 8432 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-06.ottbin0 -> 8725 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-061.ottbin0 -> 8654 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-062.ottbin0 -> 8585 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/cnt-default.ottbin0 -> 8589 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-01.ottbin0 -> 35087 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-02.ottbin0 -> 24973 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-03.ottbin0 -> 45383 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-04.ottbin0 -> 22956 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-05.ottbin0 -> 45354 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-06.ottbin0 -> 16531 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-07.ottbin0 -> 7616 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-08.ottbin0 -> 10605 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-09.ottbin0 -> 48279 bytes-rw-r--r--extras/source/templates/wizard/report/lang/da/stl-default.ottbin0 -> 6627 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-01.ottbin0 -> 8760 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-011.ottbin0 -> 8817 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-012.ottbin0 -> 8690 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-02.ottbin0 -> 8720 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-021.ottbin0 -> 8770 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-022.ottbin0 -> 8598 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-03.ottbin0 -> 9073 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-031.ottbin0 -> 9063 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-032.ottbin0 -> 8956 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-04.ottbin0 -> 9096 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-041.ottbin0 -> 9119 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-042.ottbin0 -> 8981 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-05.ottbin0 -> 8596 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-051.ottbin0 -> 8661 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-052.ottbin0 -> 8625 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-06.ottbin0 -> 8895 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-061.ottbin0 -> 8885 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-062.ottbin0 -> 8765 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/cnt-default.ottbin0 -> 8882 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-01.ottbin0 -> 35301 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-02.ottbin0 -> 25192 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-03.ottbin0 -> 45591 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-04.ottbin0 -> 22663 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-05.ottbin0 -> 45398 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-06.ottbin0 -> 16719 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-07.ottbin0 -> 7792 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-08.ottbin0 -> 11405 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-09.ottbin0 -> 48416 bytes-rw-r--r--extras/source/templates/wizard/report/lang/de/stl-default.ottbin0 -> 6843 bytes-rw-r--r--extras/source/templates/wizard/report/lang/delzip2
-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-01.ottbin0 -> 10277 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-011.ottbin0 -> 10146 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-012.ottbin0 -> 10137 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-02.ottbin0 -> 10011 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-021.ottbin0 -> 9997 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-022.ottbin0 -> 9833 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-03.ottbin0 -> 10383 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-031.ottbin0 -> 10275 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-032.ottbin0 -> 10174 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-04.ottbin0 -> 10388 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-041.ottbin0 -> 10424 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-042.ottbin0 -> 10381 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-05.ottbin0 -> 9725 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-051.ottbin0 -> 9687 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-052.ottbin0 -> 9703 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-06.ottbin0 -> 10297 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-061.ottbin0 -> 10196 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-062.ottbin0 -> 10129 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/cnt-default.ottbin0 -> 10060 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-01.ottbin0 -> 36755 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-02.ottbin0 -> 25830 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-03.ottbin0 -> 46351 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-04.ottbin0 -> 24172 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-05.ottbin0 -> 46261 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-06.ottbin0 -> 18156 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-07.ottbin0 -> 9121 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-08.ottbin0 -> 12482 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-09.ottbin0 -> 50141 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-GB/stl-default.ottbin0 -> 7561 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-01.ottbin0 -> 8813 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-011.ottbin0 -> 8803 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-012.ottbin0 -> 8707 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-02.ottbin0 -> 8666 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-021.ottbin0 -> 8738 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-022.ottbin0 -> 8594 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-03.ottbin0 -> 9003 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-031.ottbin0 -> 8999 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-032.ottbin0 -> 8931 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-04.ottbin0 -> 9119 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-041.ottbin0 -> 9264 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-042.ottbin0 -> 8959 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-05.ottbin0 -> 8651 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-051.ottbin0 -> 8635 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-052.ottbin0 -> 8633 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-06.ottbin0 -> 8900 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-061.ottbin0 -> 8831 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-062.ottbin0 -> 8763 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/cnt-default.ottbin0 -> 8777 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-01.ottbin0 -> 35361 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-02.ottbin0 -> 25203 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-03.ottbin0 -> 45630 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-04.ottbin0 -> 23224 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-05.ottbin0 -> 45601 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-06.ottbin0 -> 16824 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-07.ottbin0 -> 7951 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-08.ottbin0 -> 10871 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-09.ottbin0 -> 48567 bytes-rw-r--r--extras/source/templates/wizard/report/lang/en-US/stl-default.ottbin0 -> 6857 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-01.ottbin0 -> 8764 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-011.ottbin0 -> 8824 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-012.ottbin0 -> 8698 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-02.ottbin0 -> 8727 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-021.ottbin0 -> 8776 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-022.ottbin0 -> 8611 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-03.ottbin0 -> 9080 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-031.ottbin0 -> 9067 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-032.ottbin0 -> 8966 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-04.ottbin0 -> 9104 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-041.ottbin0 -> 9128 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-042.ottbin0 -> 8998 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-05.ottbin0 -> 8612 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-051.ottbin0 -> 8664 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-052.ottbin0 -> 8633 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-06.ottbin0 -> 8887 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-061.ottbin0 -> 8877 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-062.ottbin0 -> 8766 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/cnt-default.ottbin0 -> 8892 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-01.ottbin0 -> 38158 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-02.ottbin0 -> 25281 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-03.ottbin0 -> 47640 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-04.ottbin0 -> 22734 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-05.ottbin0 -> 47395 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-06.ottbin0 -> 16709 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-07.ottbin0 -> 7891 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-08.ottbin0 -> 11440 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-09.ottbin0 -> 51540 bytes-rw-r--r--extras/source/templates/wizard/report/lang/es/stl-default.ottbin0 -> 6941 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-01.ottbin0 -> 11556 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-011.ottbin0 -> 11494 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-012.ottbin0 -> 11496 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-02.ottbin0 -> 11432 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-021.ottbin0 -> 11541 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-022.ottbin0 -> 11427 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-03.ottbin0 -> 11588 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-031.ottbin0 -> 11591 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-032.ottbin0 -> 11602 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-04.ottbin0 -> 11792 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-041.ottbin0 -> 11966 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-042.ottbin0 -> 11725 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-05.ottbin0 -> 11048 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-051.ottbin0 -> 10985 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-052.ottbin0 -> 11106 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-06.ottbin0 -> 11808 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-061.ottbin0 -> 11638 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-062.ottbin0 -> 11663 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/cnt-default.ottbin0 -> 11590 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-01.ottbin0 -> 39568 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-02.ottbin0 -> 27248 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-03.ottbin0 -> 47648 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-04.ottbin0 -> 25668 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-05.ottbin0 -> 47578 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-06.ottbin0 -> 19489 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-07.ottbin0 -> 9840 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-08.ottbin0 -> 13631 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-09.ottbin0 -> 51465 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-10.ottbin0 -> 38022 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/eu/stl-default.ottbin0 -> 8818 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-01.ottbin0 -> 8761 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-011.ottbin0 -> 8813 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-012.ottbin0 -> 8699 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-02.ottbin0 -> 8729 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-021.ottbin0 -> 8786 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-022.ottbin0 -> 8611 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-03.ottbin0 -> 9076 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-031.ottbin0 -> 9057 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-032.ottbin0 -> 8968 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-04.ottbin0 -> 9101 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-041.ottbin0 -> 9116 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-042.ottbin0 -> 8999 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-05.ottbin0 -> 8608 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-051.ottbin0 -> 8651 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-052.ottbin0 -> 8633 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-06.ottbin0 -> 8887 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-061.ottbin0 -> 8868 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-062.ottbin0 -> 8769 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/cnt-default.ottbin0 -> 8888 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-01.ottbin0 -> 35384 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-02.ottbin0 -> 25300 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-03.ottbin0 -> 45705 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-04.ottbin0 -> 22729 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-05.ottbin0 -> 45480 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-06.ottbin0 -> 16730 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-07.ottbin0 -> 7828 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-08.ottbin0 -> 11422 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-09.ottbin0 -> 48481 bytes-rw-r--r--extras/source/templates/wizard/report/lang/fr/stl-default.ottbin0 -> 6912 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-01.ottbin0 -> 9838 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-011.ottbin0 -> 9870 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-012.ottbin0 -> 9902 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-02.ottbin0 -> 9612 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-021.ottbin0 -> 9589 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-022.ottbin0 -> 9601 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-03.ottbin0 -> 10121 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-031.ottbin0 -> 10136 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-032.ottbin0 -> 10102 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-04.ottbin0 -> 10161 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-041.ottbin0 -> 10318 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-042.ottbin0 -> 10170 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-05.ottbin0 -> 9565 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-051.ottbin0 -> 9577 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-052.ottbin0 -> 9624 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-06.ottbin0 -> 10151 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-061.ottbin0 -> 10151 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-062.ottbin0 -> 10182 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/cnt-default.ottbin0 -> 9779 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-01.ottbin0 -> 36754 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-02.ottbin0 -> 26061 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-03.ottbin0 -> 46450 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-04.ottbin0 -> 24626 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-05.ottbin0 -> 46432 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-06.ottbin0 -> 19218 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-07.ottbin0 -> 9398 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-08.ottbin0 -> 11850 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-09.ottbin0 -> 50209 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/hu/stl-default.ottbin0 -> 7774 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-01.ottbin0 -> 8766 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-011.ottbin0 -> 8818 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-012.ottbin0 -> 8696 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-02.ottbin0 -> 8727 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-021.ottbin0 -> 8765 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-022.ottbin0 -> 8603 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-03.ottbin0 -> 9082 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-031.ottbin0 -> 9063 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-032.ottbin0 -> 8966 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-04.ottbin0 -> 9103 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-041.ottbin0 -> 9121 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-042.ottbin0 -> 8995 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-05.ottbin0 -> 8612 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-051.ottbin0 -> 8657 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-052.ottbin0 -> 8628 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-06.ottbin0 -> 8886 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-061.ottbin0 -> 8868 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-062.ottbin0 -> 8760 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/cnt-default.ottbin0 -> 8888 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-01.ottbin0 -> 38086 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-02.ottbin0 -> 25263 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-03.ottbin0 -> 47639 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-04.ottbin0 -> 22725 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-05.ottbin0 -> 47385 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-06.ottbin0 -> 16692 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-07.ottbin0 -> 7857 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-08.ottbin0 -> 11498 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-09.ottbin0 -> 51470 bytes-rw-r--r--extras/source/templates/wizard/report/lang/it/stl-default.ottbin0 -> 6923 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-01.ottbin0 -> 11484 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-011.ottbin0 -> 11505 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-012.ottbin0 -> 11384 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-02.ottbin0 -> 11448 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-021.ottbin0 -> 11509 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-022.ottbin0 -> 11334 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-03.ottbin0 -> 11772 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-031.ottbin0 -> 11805 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-032.ottbin0 -> 11647 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-04.ottbin0 -> 11826 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-041.ottbin0 -> 11850 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-042.ottbin0 -> 11683 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-05.ottbin0 -> 11353 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-051.ottbin0 -> 11557 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-052.ottbin0 -> 11508 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-06.ottbin0 -> 11620 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-061.ottbin0 -> 11645 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-062.ottbin0 -> 11510 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/cnt-default.ottbin0 -> 11693 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-01.ottbin0 -> 41044 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-02.ottbin0 -> 28184 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-03.ottbin0 -> 50532 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-04.ottbin0 -> 25686 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-05.ottbin0 -> 50380 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-06.ottbin0 -> 19615 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-07.ottbin0 -> 10746 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-08.ottbin0 -> 14405 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-09.ottbin0 -> 54354 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ja/stl-default.ottbin0 -> 9831 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-01.ottbin0 -> 11316 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-011.ottbin0 -> 11255 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-012.ottbin0 -> 11240 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-02.ottbin0 -> 11144 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-021.ottbin0 -> 11207 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-022.ottbin0 -> 11074 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-03.ottbin0 -> 11699 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-031.ottbin0 -> 11457 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-032.ottbin0 -> 11599 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-04.ottbin0 -> 11751 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-041.ottbin0 -> 11864 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-042.ottbin0 -> 11603 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-05.ottbin0 -> 11084 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-051.ottbin0 -> 10950 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-052.ottbin0 -> 11132 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-06.ottbin0 -> 11457 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-061.ottbin0 -> 11331 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-062.ottbin0 -> 11383 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/cnt-default.ottbin0 -> 11264 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-01.ottbin0 -> 37328 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-02.ottbin0 -> 26732 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-03.ottbin0 -> 47109 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-04.ottbin0 -> 25395 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-05.ottbin0 -> 47104 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-06.ottbin0 -> 19041 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-07.ottbin0 -> 9888 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-08.ottbin0 -> 12584 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-09.ottbin0 -> 50780 bytes-rw-r--r--extras/source/templates/wizard/report/lang/km/stl-default.ottbin0 -> 8411 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-01.ottbin0 -> 11441 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-011.ottbin0 -> 11456 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-012.ottbin0 -> 11362 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-02.ottbin0 -> 11444 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-021.ottbin0 -> 11484 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-022.ottbin0 -> 11335 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-03.ottbin0 -> 11709 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-031.ottbin0 -> 11760 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-032.ottbin0 -> 11621 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-04.ottbin0 -> 11754 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-041.ottbin0 -> 11757 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-042.ottbin0 -> 11630 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-05.ottbin0 -> 11334 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-051.ottbin0 -> 11385 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-052.ottbin0 -> 11305 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-06.ottbin0 -> 11549 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-061.ottbin0 -> 11583 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-062.ottbin0 -> 11490 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/cnt-default.ottbin0 -> 11679 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-01.ottbin0 -> 41018 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-02.ottbin0 -> 28159 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-03.ottbin0 -> 50596 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-04.ottbin0 -> 25674 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-05.ottbin0 -> 50372 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-06.ottbin0 -> 19619 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-07.ottbin0 -> 10853 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-08.ottbin0 -> 14379 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-09.ottbin0 -> 54368 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ko/stl-default.ottbin0 -> 9817 bytes-rw-r--r--extras/source/templates/wizard/report/lang/makefile.mk53
-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-01.ottbin0 -> 10157 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-011.ottbin0 -> 10260 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-012.ottbin0 -> 10126 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-02.ottbin0 -> 10062 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-021.ottbin0 -> 10083 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-022.ottbin0 -> 9928 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-03.ottbin0 -> 10660 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-031.ottbin0 -> 10609 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-032.ottbin0 -> 10542 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-04.ottbin0 -> 10602 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-041.ottbin0 -> 10520 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-042.ottbin0 -> 10439 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-05.ottbin0 -> 9738 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-051.ottbin0 -> 9748 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-052.ottbin0 -> 9839 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-06.ottbin0 -> 10356 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-061.ottbin0 -> 10322 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-062.ottbin0 -> 10236 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/cnt-default.ottbin0 -> 10290 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-01.ottbin0 -> 36988 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-02.ottbin0 -> 26139 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-03.ottbin0 -> 47719 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-04.ottbin0 -> 24307 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-05.ottbin0 -> 47456 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-06.ottbin0 -> 18359 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-07.ottbin0 -> 9140 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-08.ottbin0 -> 12513 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-09.ottbin0 -> 51480 bytes-rw-r--r--extras/source/templates/wizard/report/lang/nl/stl-default.ottbin0 -> 7803 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-01.ottbin0 -> 9366 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-011.ottbin0 -> 9366 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-012.ottbin0 -> 9275 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-02.ottbin0 -> 9304 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-021.ottbin0 -> 9364 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-022.ottbin0 -> 9194 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-03.ottbin0 -> 10117 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-031.ottbin0 -> 10098 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-032.ottbin0 -> 10031 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-04.ottbin0 -> 9785 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-041.ottbin0 -> 9822 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-042.ottbin0 -> 9679 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-05.ottbin0 -> 9188 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-051.ottbin0 -> 9248 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-052.ottbin0 -> 9278 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-06.ottbin0 -> 9492 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-061.ottbin0 -> 9482 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-062.ottbin0 -> 9380 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/cnt-default.ottbin0 -> 9477 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-01.ottbin0 -> 38124 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-02.ottbin0 -> 25929 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-03.ottbin0 -> 47641 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-04.ottbin0 -> 22600 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-05.ottbin0 -> 47404 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-06.ottbin0 -> 18088 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-07.ottbin0 -> 8434 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-08.ottbin0 -> 11784 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-09.ottbin0 -> 51499 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pl/stl-default.ottbin0 -> 7545 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-01.ottbin0 -> 8767 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-011.ottbin0 -> 8820 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-012.ottbin0 -> 8702 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-02.ottbin0 -> 8725 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-021.ottbin0 -> 8768 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-022.ottbin0 -> 8605 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-03.ottbin0 -> 9080 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-031.ottbin0 -> 9061 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-032.ottbin0 -> 8969 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-04.ottbin0 -> 9104 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-041.ottbin0 -> 9120 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-042.ottbin0 -> 8996 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-05.ottbin0 -> 8623 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-051.ottbin0 -> 8660 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-052.ottbin0 -> 8632 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-06.ottbin0 -> 8908 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-061.ottbin0 -> 8892 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-062.ottbin0 -> 8775 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/cnt-default.ottbin0 -> 8896 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-01.ottbin0 -> 35355 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-02.ottbin0 -> 25454 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-03.ottbin0 -> 45704 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-04.ottbin0 -> 22711 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-05.ottbin0 -> 45495 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-06.ottbin0 -> 16695 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-07.ottbin0 -> 7943 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-08.ottbin0 -> 11440 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-09.ottbin0 -> 48461 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt-BR/stl-default.ottbin0 -> 6931 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-01.ottbin0 -> 11246 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-011.ottbin0 -> 11262 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-012.ottbin0 -> 11183 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-02.ottbin0 -> 11107 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-021.ottbin0 -> 11112 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-022.ottbin0 -> 10944 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-03.ottbin0 -> 11683 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-031.ottbin0 -> 11628 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-032.ottbin0 -> 11475 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-04.ottbin0 -> 11645 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-041.ottbin0 -> 11749 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-042.ottbin0 -> 11458 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-05.ottbin0 -> 10753 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-051.ottbin0 -> 10761 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-052.ottbin0 -> 10814 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-06.ottbin0 -> 11404 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-061.ottbin0 -> 11450 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-062.ottbin0 -> 11249 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/cnt-default.ottbin0 -> 11240 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-01.ottbin0 -> 38394 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-02.ottbin0 -> 27286 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-03.ottbin0 -> 47749 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-04.ottbin0 -> 25528 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-05.ottbin0 -> 47677 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-06.ottbin0 -> 19547 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-07.ottbin0 -> 10488 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-08.ottbin0 -> 13932 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-09.ottbin0 -> 51649 bytes-rw-r--r--extras/source/templates/wizard/report/lang/pt/stl-default.ottbin0 -> 8912 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-01.ottbin0 -> 9703 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-011.ottbin0 -> 9772 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-012.ottbin0 -> 9627 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-02.ottbin0 -> 9703 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-021.ottbin0 -> 9746 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-022.ottbin0 -> 9572 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-03.ottbin0 -> 10057 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-031.ottbin0 -> 11196 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-032.ottbin0 -> 9911 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-04.ottbin0 -> 10140 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-041.ottbin0 -> 10260 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-042.ottbin0 -> 9964 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-05.ottbin0 -> 9551 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-051.ottbin0 -> 9589 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-052.ottbin0 -> 9557 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-06.ottbin0 -> 9847 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-061.ottbin0 -> 9794 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-062.ottbin0 -> 9684 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/cnt-default.ottbin0 -> 9847 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-01.ottbin0 -> 37521 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-02.ottbin0 -> 26592 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-03.ottbin0 -> 47036 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-04.ottbin0 -> 24746 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-05.ottbin0 -> 47004 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-06.ottbin0 -> 18766 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-07.ottbin0 -> 9731 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-08.ottbin0 -> 13117 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-09.ottbin0 -> 50866 bytes-rw-r--r--extras/source/templates/wizard/report/lang/ru/stl-default.ottbin0 -> 8152 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-01.ottbin0 -> 9121 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-011.ottbin0 -> 9224 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-012.ottbin0 -> 9078 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-02.ottbin0 -> 9204 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-021.ottbin0 -> 9210 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-022.ottbin0 -> 8971 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-03.ottbin0 -> 9516 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-031.ottbin0 -> 9509 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-032.ottbin0 -> 9323 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-04.ottbin0 -> 9533 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-041.ottbin0 -> 9657 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-042.ottbin0 -> 9315 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-05.ottbin0 -> 8856 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-051.ottbin0 -> 8875 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-052.ottbin0 -> 8882 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-06.ottbin0 -> 9044 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-061.ottbin0 -> 8987 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-062.ottbin0 -> 9029 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/cnt-default.ottbin0 -> 9246 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-01.ottbin0 -> 36603 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-02.ottbin0 -> 25860 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-03.ottbin0 -> 46251 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-04.ottbin0 -> 23405 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-05.ottbin0 -> 46218 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-06.ottbin0 -> 18890 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-07.ottbin0 -> 8333 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-08.ottbin0 -> 11956 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-09.ottbin0 -> 50068 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sk/stl-default.ottbin0 -> 7493 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-01.ottbin0 -> 9203 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-011.ottbin0 -> 9374 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-012.ottbin0 -> 9443 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-02.ottbin0 -> 9192 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-021.ottbin0 -> 9523 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-022.ottbin0 -> 9356 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-03.ottbin0 -> 9806 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-031.ottbin0 -> 9801 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-032.ottbin0 -> 9713 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-04.ottbin0 -> 9741 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-041.ottbin0 -> 9900 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-042.ottbin0 -> 9480 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-05.ottbin0 -> 9218 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-051.ottbin0 -> 9085 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-052.ottbin0 -> 9139 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-06.ottbin0 -> 9739 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-061.ottbin0 -> 9419 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-062.ottbin0 -> 9273 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/cnt-default.ottbin0 -> 9308 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-01.ottbin0 -> 36900 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-02.ottbin0 -> 25891 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-03.ottbin0 -> 46338 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-04.ottbin0 -> 24065 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-05.ottbin0 -> 46255 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-06.ottbin0 -> 18084 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-07.ottbin0 -> 8470 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-08.ottbin0 -> 12468 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-09.ottbin0 -> 50207 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sl/stl-default.ottbin0 -> 7460 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-01.ottbin0 -> 8766 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-011.ottbin0 -> 8820 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-012.ottbin0 -> 8698 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-02.ottbin0 -> 8726 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-021.ottbin0 -> 8770 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-022.ottbin0 -> 8605 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-03.ottbin0 -> 9080 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-031.ottbin0 -> 9063 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-032.ottbin0 -> 8965 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-04.ottbin0 -> 9103 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-041.ottbin0 -> 9122 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-042.ottbin0 -> 8996 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-05.ottbin0 -> 8614 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-051.ottbin0 -> 8660 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-052.ottbin0 -> 8629 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-06.ottbin0 -> 8897 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-061.ottbin0 -> 8881 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-062.ottbin0 -> 8771 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/cnt-default.ottbin0 -> 8890 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-01.ottbin0 -> 38087 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-02.ottbin0 -> 25254 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-03.ottbin0 -> 47673 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-04.ottbin0 -> 22735 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-05.ottbin0 -> 47420 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-06.ottbin0 -> 16708 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-07.ottbin0 -> 7867 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-08.ottbin0 -> 11465 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-09.ottbin0 -> 51466 bytes-rw-r--r--extras/source/templates/wizard/report/lang/sv/stl-default.ottbin0 -> 6911 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-01.ottbin0 -> 11124 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-011.ottbin0 -> 11124 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-012.ottbin0 -> 11016 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-02.ottbin0 -> 10967 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-021.ottbin0 -> 10940 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-022.ottbin0 -> 10790 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-03.ottbin0 -> 11364 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-031.ottbin0 -> 11364 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-032.ottbin0 -> 11267 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-04.ottbin0 -> 11449 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-041.ottbin0 -> 11619 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-042.ottbin0 -> 11362 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-05.ottbin0 -> 10812 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-051.ottbin0 -> 10685 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-052.ottbin0 -> 10639 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-06.ottbin0 -> 11509 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-061.ottbin0 -> 11528 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-062.ottbin0 -> 11336 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/cnt-default.ottbin0 -> 11040 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-01.ottbin0 -> 38294 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-02.ottbin0 -> 27580 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-03.ottbin0 -> 48111 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-04.ottbin0 -> 28355 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-05.ottbin0 -> 48212 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-06.ottbin0 -> 20214 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-07.ottbin0 -> 9935 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-08.ottbin0 -> 13187 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-09.ottbin0 -> 51976 bytes-rwxr-xr-xextras/source/templates/wizard/report/lang/vi/stl-default.ottbin0 -> 8804 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-01.ottbin0 -> 11723 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-011.ottbin0 -> 11740 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-012.ottbin0 -> 11646 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-02.ottbin0 -> 11730 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-021.ottbin0 -> 11771 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-022.ottbin0 -> 11619 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-03.ottbin0 -> 11929 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-031.ottbin0 -> 11990 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-032.ottbin0 -> 11846 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-04.ottbin0 -> 11984 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-041.ottbin0 -> 11983 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-042.ottbin0 -> 11863 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-05.ottbin0 -> 11634 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-051.ottbin0 -> 11684 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-052.ottbin0 -> 11599 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-06.ottbin0 -> 11776 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-061.ottbin0 -> 11808 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-062.ottbin0 -> 11716 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/cnt-default.ottbin0 -> 11859 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-01.ottbin0 -> 40838 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-02.ottbin0 -> 28127 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-03.ottbin0 -> 50561 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-04.ottbin0 -> 25631 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-05.ottbin0 -> 50287 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-06.ottbin0 -> 19586 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-07.ottbin0 -> 10742 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-08.ottbin0 -> 14293 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-09.ottbin0 -> 54270 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-CN/stl-default.ottbin0 -> 9777 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-01.ottbin0 -> 11721 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-011.ottbin0 -> 11738 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-012.ottbin0 -> 11638 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-02.ottbin0 -> 11728 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-021.ottbin0 -> 11769 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-022.ottbin0 -> 11613 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-03.ottbin0 -> 11928 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-031.ottbin0 -> 11987 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-032.ottbin0 -> 11841 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-04.ottbin0 -> 11975 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-041.ottbin0 -> 11981 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-042.ottbin0 -> 11853 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-05.ottbin0 -> 11629 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-051.ottbin0 -> 11681 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-052.ottbin0 -> 11594 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-06.ottbin0 -> 11783 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-061.ottbin0 -> 11804 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-062.ottbin0 -> 11712 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/cnt-default.ottbin0 -> 11858 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-01.ottbin0 -> 40925 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-02.ottbin0 -> 28113 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-03.ottbin0 -> 50478 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-04.ottbin0 -> 25627 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-05.ottbin0 -> 50185 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-06.ottbin0 -> 19581 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-07.ottbin0 -> 10588 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-08.ottbin0 -> 14278 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-09.ottbin0 -> 54305 bytes-rw-r--r--extras/source/templates/wizard/report/lang/zh-TW/stl-default.ottbin0 -> 9768 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/black_white.otsbin0 -> 9627 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/blackberry.otsbin0 -> 9854 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/default.otsbin0 -> 9500 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/diner.otsbin0 -> 9522 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/fall.otsbin0 -> 8860 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/glacier.otsbin0 -> 9548 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/green_grapes.otsbin0 -> 9634 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/jeans.otsbin0 -> 9514 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/marine.otsbin0 -> 8723 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/millennium.otsbin0 -> 9559 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/nature.otsbin0 -> 9674 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/neon.otsbin0 -> 9990 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/night.otsbin0 -> 9941 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/nostalgic.otsbin0 -> 9267 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/pastell.otsbin0 -> 9532 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/pool.otsbin0 -> 9959 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/pumpkin.otsbin0 -> 9728 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/sunstyle.otsbin0 -> 9513 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/bg/xos.otsbin0 -> 9301 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/black_white.otsbin0 -> 8249 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/blackberry.otsbin0 -> 8165 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/default.otsbin0 -> 8043 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/diner.otsbin0 -> 8608 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/fall.otsbin0 -> 8097 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/glacier.otsbin0 -> 8203 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/green_grapes.otsbin0 -> 8078 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/jeans.otsbin0 -> 8084 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/marine.otsbin0 -> 7969 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/millennium.otsbin0 -> 8207 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/nature.otsbin0 -> 8126 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/neon.otsbin0 -> 8438 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/night.otsbin0 -> 8219 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/nostalgic.otsbin0 -> 8273 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/pastell.otsbin0 -> 8187 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/pool.otsbin0 -> 8383 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/pumpkin.otsbin0 -> 8028 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/sunstyle.otsbin0 -> 8162 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/cs/xos.otsbin0 -> 8090 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/black_white.otsbin0 -> 8020 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/blackberry.otsbin0 -> 7947 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/default.otsbin0 -> 7806 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/diner.otsbin0 -> 8413 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/fall.otsbin0 -> 7878 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/glacier.otsbin0 -> 7976 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/green_grapes.otsbin0 -> 7842 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/jeans.otsbin0 -> 7879 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/marine.otsbin0 -> 7721 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/millennium.otsbin0 -> 7993 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/nature.otsbin0 -> 7898 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/neon.otsbin0 -> 8206 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/night.otsbin0 -> 7990 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/nostalgic.otsbin0 -> 8103 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/pastell.otsbin0 -> 7973 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/pool.otsbin0 -> 8157 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/pumpkin.otsbin0 -> 7797 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/sunstyle.otsbin0 -> 7941 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/da/xos.otsbin0 -> 7846 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/black_white.otsbin0 -> 8287 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/blackberry.otsbin0 -> 8240 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/default.otsbin0 -> 8114 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/diner.otsbin0 -> 8821 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/fall.otsbin0 -> 8100 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/glacier.otsbin0 -> 8290 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/green_grapes.otsbin0 -> 8078 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/jeans.otsbin0 -> 8214 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/marine.otsbin0 -> 8040 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/millennium.otsbin0 -> 8327 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/nature.otsbin0 -> 8158 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/neon.otsbin0 -> 8575 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/night.otsbin0 -> 8325 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/nostalgic.otsbin0 -> 8367 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/pastell.otsbin0 -> 8345 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/pool.otsbin0 -> 8513 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/pumpkin.otsbin0 -> 8186 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/sunstyle.otsbin0 -> 8247 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/de/xos.otsbin0 -> 8289 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/delzip1
-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/black_white.otsbin0 -> 9710 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/blackberry.otsbin0 -> 9774 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/default.otsbin0 -> 9698 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/diner.otsbin0 -> 12195 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/fall.otsbin0 -> 9375 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/glacier.otsbin0 -> 9857 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/green_grapes.otsbin0 -> 9436 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/jeans.otsbin0 -> 9713 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/marine.otsbin0 -> 9156 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/millennium.otsbin0 -> 9685 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/nature.otsbin0 -> 9502 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/neon.otsbin0 -> 10133 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/night.otsbin0 -> 10455 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/nostalgic.otsbin0 -> 9605 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/pastell.otsbin0 -> 9813 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/pool.otsbin0 -> 10222 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/pumpkin.otsbin0 -> 9474 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/sunstyle.otsbin0 -> 9726 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-GB/xos.otsbin0 -> 9054 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/black_white.otsbin0 -> 8204 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/blackberry.otsbin0 -> 8150 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/default.otsbin0 -> 8018 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/diner.otsbin0 -> 8590 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/fall.otsbin0 -> 8077 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/glacier.otsbin0 -> 8185 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/green_grapes.otsbin0 -> 8055 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/jeans.otsbin0 -> 8059 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/marine.otsbin0 -> 7941 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/millennium.otsbin0 -> 8189 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/nature.otsbin0 -> 8110 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/neon.otsbin0 -> 8421 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/night.otsbin0 -> 8201 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/nostalgic.otsbin0 -> 8260 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/pastell.otsbin0 -> 8160 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/pool.otsbin0 -> 8360 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/pumpkin.otsbin0 -> 8005 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/sunstyle.otsbin0 -> 8162 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/en-US/xos.otsbin0 -> 8072 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/black_white.otsbin0 -> 8202 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/blackberry.otsbin0 -> 7934 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/default.otsbin0 -> 7930 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/diner.otsbin0 -> 8423 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/fall.otsbin0 -> 7886 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/glacier.otsbin0 -> 8083 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/green_grapes.otsbin0 -> 7929 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/jeans.otsbin0 -> 7870 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/marine.otsbin0 -> 7784 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/millennium.otsbin0 -> 8035 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/nature.otsbin0 -> 8012 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/neon.otsbin0 -> 8276 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/night.otsbin0 -> 8088 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/nostalgic.otsbin0 -> 8248 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/pastell.otsbin0 -> 8002 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/pool.otsbin0 -> 8254 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/pumpkin.otsbin0 -> 7928 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/sunstyle.otsbin0 -> 8024 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/es/xos.otsbin0 -> 8069 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/black_white.otsbin0 -> 11666 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/blackberry.otsbin0 -> 12259 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/default.otsbin0 -> 11939 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/diner.otsbin0 -> 14377 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/fall.otsbin0 -> 12185 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/glacier.otsbin0 -> 12233 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/green_grapes.otsbin0 -> 11853 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/jeans.otsbin0 -> 12003 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/marine.otsbin0 -> 11705 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/millennium.otsbin0 -> 12044 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/nature.otsbin0 -> 12050 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/neon.otsbin0 -> 12676 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/night.otsbin0 -> 12630 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/nostalgic.otsbin0 -> 10732 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/pastell.otsbin0 -> 12021 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/pool.otsbin0 -> 12656 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/pumpkin.otsbin0 -> 12273 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/sunstyle.otsbin0 -> 12024 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/eu/xos.otsbin0 -> 11616 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/black_white.otsbin0 -> 7968 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/blackberry.otsbin0 -> 7954 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/default.otsbin0 -> 7863 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/diner.otsbin0 -> 8408 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/fall.otsbin0 -> 7967 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/glacier.otsbin0 -> 7996 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/green_grapes.otsbin0 -> 7833 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/jeans.otsbin0 -> 7954 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/marine.otsbin0 -> 7842 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/millennium.otsbin0 -> 8072 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/nature.otsbin0 -> 7897 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/neon.otsbin0 -> 8121 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/night.otsbin0 -> 7969 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/nostalgic.otsbin0 -> 8142 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/pastell.otsbin0 -> 8022 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/pool.otsbin0 -> 8136 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/pumpkin.otsbin0 -> 7893 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/sunstyle.otsbin0 -> 7940 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/fr/xos.otsbin0 -> 8049 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/black_white.otsbin0 -> 9996 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/blackberry.otsbin0 -> 10256 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/default.otsbin0 -> 10095 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/diner.otsbin0 -> 12306 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/fall.otsbin0 -> 9530 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/glacier.otsbin0 -> 10259 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/green_grapes.otsbin0 -> 9841 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/jeans.otsbin0 -> 10116 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/marine.otsbin0 -> 9467 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/millennium.otsbin0 -> 10014 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/nature.otsbin0 -> 9847 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/neon.otsbin0 -> 10740 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/night.otsbin0 -> 10616 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/nostalgic.otsbin0 -> 9949 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/pastell.otsbin0 -> 10129 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/pool.otsbin0 -> 10620 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/pumpkin.otsbin0 -> 9868 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/sunstyle.otsbin0 -> 10185 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/hu/xos.otsbin0 -> 9391 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/black_white.otsbin0 -> 8106 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/blackberry.otsbin0 -> 7696 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/default.otsbin0 -> 7921 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/diner.otsbin0 -> 8626 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/fall.otsbin0 -> 7961 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/glacier.otsbin0 -> 8181 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/green_grapes.otsbin0 -> 7611 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/jeans.otsbin0 -> 8080 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/marine.otsbin0 -> 7957 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/millennium.otsbin0 -> 7773 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/nature.otsbin0 -> 7684 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/neon.otsbin0 -> 8290 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/night.otsbin0 -> 8119 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/nostalgic.otsbin0 -> 8194 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/pastell.otsbin0 -> 7801 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/pool.otsbin0 -> 8325 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/pumpkin.otsbin0 -> 7655 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/sunstyle.otsbin0 -> 8042 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/it/xos.otsbin0 -> 8213 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/black_white.otsbin0 -> 8483 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/blackberry.otsbin0 -> 8308 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/default.otsbin0 -> 8266 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/diner.otsbin0 -> 8655 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/fall.otsbin0 -> 8310 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/glacier.otsbin0 -> 8458 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/green_grapes.otsbin0 -> 8159 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/jeans.otsbin0 -> 8414 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/marine.otsbin0 -> 8160 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/millennium.otsbin0 -> 8388 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/nature.otsbin0 -> 8213 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/neon.otsbin0 -> 8521 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/night.otsbin0 -> 8455 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/nostalgic.otsbin0 -> 8591 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/pastell.otsbin0 -> 8443 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/pool.otsbin0 -> 8579 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/pumpkin.otsbin0 -> 8186 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/sunstyle.otsbin0 -> 8357 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ja/xos.otsbin0 -> 8453 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/black_white.otsbin0 -> 11108 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/blackberry.otsbin0 -> 11416 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/default.otsbin0 -> 11153 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/diner.otsbin0 -> 12436 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/fall.otsbin0 -> 11223 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/glacier.otsbin0 -> 11499 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/green_grapes.otsbin0 -> 10882 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/jeans.otsbin0 -> 10985 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/marine.otsbin0 -> 11056 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/millennium.otsbin0 -> 11279 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/nature.otsbin0 -> 11016 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/neon.otsbin0 -> 11886 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/night.otsbin0 -> 11749 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/nostalgic.otsbin0 -> 11487 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/pastell.otsbin0 -> 10891 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/pool.otsbin0 -> 11706 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/pumpkin.otsbin0 -> 10942 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/sunstyle.otsbin0 -> 11273 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/km/xos.otsbin0 -> 10931 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/black_white.otsbin0 -> 8461 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/blackberry.otsbin0 -> 8361 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/default.otsbin0 -> 8219 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/diner.otsbin0 -> 8731 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/fall.otsbin0 -> 8256 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/glacier.otsbin0 -> 8409 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/green_grapes.otsbin0 -> 8235 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/jeans.otsbin0 -> 8319 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/marine.otsbin0 -> 8135 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/millennium.otsbin0 -> 8384 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/nature.otsbin0 -> 8263 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/neon.otsbin0 -> 8508 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/night.otsbin0 -> 8411 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/nostalgic.otsbin0 -> 8552 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/pastell.otsbin0 -> 8381 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/pool.otsbin0 -> 8523 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/pumpkin.otsbin0 -> 8258 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/sunstyle.otsbin0 -> 8279 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ko/xos.otsbin0 -> 8342 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/makefile.mk49
-rw-r--r--extras/source/templates/wizard/styles/lang/nl/black_white.otsbin0 -> 7867 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/blackberry.otsbin0 -> 7814 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/default.otsbin0 -> 7766 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/diner.otsbin0 -> 8187 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/fall.otsbin0 -> 7714 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/glacier.otsbin0 -> 7902 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/green_grapes.otsbin0 -> 7711 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/jeans.otsbin0 -> 7750 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/marine.otsbin0 -> 7605 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/millennium.otsbin0 -> 7878 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/nature.otsbin0 -> 7777 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/neon.otsbin0 -> 8000 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/night.otsbin0 -> 7894 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/nostalgic.otsbin0 -> 7960 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/pastell.otsbin0 -> 7890 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/pool.otsbin0 -> 8118 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/pumpkin.otsbin0 -> 7766 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/sunstyle.otsbin0 -> 7852 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/nl/xos.otsbin0 -> 7874 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/black_white.otsbin0 -> 8198 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/blackberry.otsbin0 -> 8017 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/default.otsbin0 -> 7908 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/diner.otsbin0 -> 8561 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/fall.otsbin0 -> 7908 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/glacier.otsbin0 -> 8021 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/green_grapes.otsbin0 -> 7886 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/jeans.otsbin0 -> 7853 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/marine.otsbin0 -> 7787 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/millennium.otsbin0 -> 7996 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/nature.otsbin0 -> 7895 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/neon.otsbin0 -> 8152 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/night.otsbin0 -> 8025 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/nostalgic.otsbin0 -> 8332 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/pastell.otsbin0 -> 7997 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/pool.otsbin0 -> 8371 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/pumpkin.otsbin0 -> 7920 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/sunstyle.otsbin0 -> 8017 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pl/xos.otsbin0 -> 8040 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/black_white.otsbin0 -> 8261 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/blackberry.otsbin0 -> 8243 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/default.otsbin0 -> 8137 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/diner.otsbin0 -> 8774 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/fall.otsbin0 -> 8213 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/glacier.otsbin0 -> 8299 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/green_grapes.otsbin0 -> 8153 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/jeans.otsbin0 -> 8195 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/marine.otsbin0 -> 8123 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/millennium.otsbin0 -> 8395 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/nature.otsbin0 -> 8223 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/neon.otsbin0 -> 8479 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/night.otsbin0 -> 8315 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/nostalgic.otsbin0 -> 8391 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/pastell.otsbin0 -> 8329 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/pool.otsbin0 -> 8446 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/pumpkin.otsbin0 -> 8203 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/sunstyle.otsbin0 -> 8217 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt-BR/xos.otsbin0 -> 8378 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/black_white.otsbin0 -> 8017 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/blackberry.otsbin0 -> 7912 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/default.otsbin0 -> 7842 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/diner.otsbin0 -> 8344 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/fall.otsbin0 -> 8027 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/glacier.otsbin0 -> 8004 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/green_grapes.otsbin0 -> 7845 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/jeans.otsbin0 -> 7885 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/marine.otsbin0 -> 7873 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/millennium.otsbin0 -> 8109 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/nature.otsbin0 -> 7910 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/neon.otsbin0 -> 8310 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/night.otsbin0 -> 8013 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/nostalgic.otsbin0 -> 8078 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/pastell.otsbin0 -> 7981 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/pool.otsbin0 -> 8203 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/pumpkin.otsbin0 -> 7929 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/sunstyle.otsbin0 -> 7941 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/pt/xos.otsbin0 -> 8086 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/black_white.otsbin0 -> 8177 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/blackberry.otsbin0 -> 8031 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/default.otsbin0 -> 7923 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/diner.otsbin0 -> 8515 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/fall.otsbin0 -> 8165 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/glacier.otsbin0 -> 8063 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/green_grapes.otsbin0 -> 7979 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/jeans.otsbin0 -> 8076 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/marine.otsbin0 -> 8054 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/millennium.otsbin0 -> 8210 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/nature.otsbin0 -> 8006 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/neon.otsbin0 -> 8379 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/night.otsbin0 -> 8075 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/nostalgic.otsbin0 -> 8220 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/pastell.otsbin0 -> 8108 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/pool.otsbin0 -> 8229 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/pumpkin.otsbin0 -> 7929 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/sunstyle.otsbin0 -> 7995 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/ru/xos.otsbin0 -> 8138 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/black_white.otsbin0 -> 9208 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/blackberry.otsbin0 -> 9339 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/default.otsbin0 -> 9055 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/diner.otsbin0 -> 11420 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/fall.otsbin0 -> 8635 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/glacier.otsbin0 -> 9298 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/green_grapes.otsbin0 -> 9177 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/jeans.otsbin0 -> 9119 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/marine.otsbin0 -> 8554 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/millennium.otsbin0 -> 9270 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/nature.otsbin0 -> 9275 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/neon.otsbin0 -> 9533 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/night.otsbin0 -> 9599 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/nostalgic.otsbin0 -> 9123 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/pastell.otsbin0 -> 9180 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/pool.otsbin0 -> 9570 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/pumpkin.otsbin0 -> 9264 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/sunstyle.otsbin0 -> 9134 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sk/xos.otsbin0 -> 8795 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/black_white.otsbin0 -> 8644 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/blackberry.otsbin0 -> 8499 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/default.otsbin0 -> 8507 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/diner.otsbin0 -> 8906 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/fall.otsbin0 -> 8566 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/glacier.otsbin0 -> 8590 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/green_grapes.otsbin0 -> 8372 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/jeans.otsbin0 -> 8391 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/marine.otsbin0 -> 8497 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/millennium.otsbin0 -> 8512 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/nature.otsbin0 -> 8433 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/neon.otsbin0 -> 8841 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/night.otsbin0 -> 8615 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/nostalgic.otsbin0 -> 8695 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/pastell.otsbin0 -> 8581 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/pool.otsbin0 -> 8802 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/pumpkin.otsbin0 -> 8388 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/sunstyle.otsbin0 -> 8606 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sl/xos.otsbin0 -> 8685 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/black_white.otsbin0 -> 8182 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/blackberry.otsbin0 -> 8199 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/default.otsbin0 -> 8059 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/diner.otsbin0 -> 8661 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/fall.otsbin0 -> 8010 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/glacier.otsbin0 -> 8237 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/green_grapes.otsbin0 -> 8070 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/jeans.otsbin0 -> 8097 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/marine.otsbin0 -> 7950 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/millennium.otsbin0 -> 8237 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/nature.otsbin0 -> 8096 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/neon.otsbin0 -> 8442 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/night.otsbin0 -> 8264 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/nostalgic.otsbin0 -> 8210 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/pastell.otsbin0 -> 8200 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/pool.otsbin0 -> 8419 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/pumpkin.otsbin0 -> 8109 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/sunstyle.otsbin0 -> 8196 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/sv/xos.otsbin0 -> 8237 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/black_white.otsbin0 -> 11371 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/blackberry.otsbin0 -> 11347 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/default.otsbin0 -> 11174 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/diner.otsbin0 -> 14551 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/fall.otsbin0 -> 10880 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/glacier.otsbin0 -> 11410 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/green_grapes.otsbin0 -> 11477 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/jeans.otsbin0 -> 11891 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/marine.otsbin0 -> 10849 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/millennium.otsbin0 -> 10892 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/nature.otsbin0 -> 11306 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/neon.otsbin0 -> 11900 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/night.otsbin0 -> 12036 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/nostalgic.otsbin0 -> 10889 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/pastell.otsbin0 -> 11216 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/pool.otsbin0 -> 11498 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/pumpkin.otsbin0 -> 11236 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/sunstyle.otsbin0 -> 11120 bytes-rwxr-xr-xextras/source/templates/wizard/styles/lang/vi/xos.otsbin0 -> 10864 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/black_white.otsbin0 -> 8351 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/blackberry.otsbin0 -> 8199 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/default.otsbin0 -> 8050 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/diner.otsbin0 -> 8596 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/fall.otsbin0 -> 8099 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/glacier.otsbin0 -> 8258 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/green_grapes.otsbin0 -> 8065 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/jeans.otsbin0 -> 8198 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/marine.otsbin0 -> 7968 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/millennium.otsbin0 -> 8219 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/nature.otsbin0 -> 8160 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/neon.otsbin0 -> 8383 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/night.otsbin0 -> 8271 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/nostalgic.otsbin0 -> 8336 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/pastell.otsbin0 -> 8221 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/pool.otsbin0 -> 8360 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/pumpkin.otsbin0 -> 8141 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/sunstyle.otsbin0 -> 8120 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-CN/xos.otsbin0 -> 8201 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/black_white.otsbin0 -> 8311 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/blackberry.otsbin0 -> 8109 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/default.otsbin0 -> 8078 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/diner.otsbin0 -> 8616 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/fall.otsbin0 -> 8096 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/glacier.otsbin0 -> 8234 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/green_grapes.otsbin0 -> 7988 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/jeans.otsbin0 -> 8148 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/marine.otsbin0 -> 7998 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/millennium.otsbin0 -> 8204 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/nature.otsbin0 -> 8097 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/neon.otsbin0 -> 8301 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/night.otsbin0 -> 8199 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/nostalgic.otsbin0 -> 8288 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/pastell.otsbin0 -> 8190 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/pool.otsbin0 -> 8302 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/pumpkin.otsbin0 -> 8026 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/sunstyle.otsbin0 -> 8108 bytes-rw-r--r--extras/source/templates/wizard/styles/lang/zh-TW/xos.otsbin0 -> 8148 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-album.stwbin0 -> 12433 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-bilingual.stwbin0 -> 9428 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-chapters.stwbin0 -> 11164 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-empty.stwbin0 -> 7796 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-fixonecol.stwbin0 -> 10541 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-fixtwocol.stwbin0 -> 11025 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-formcontact.stwbin0 -> 8553 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-formcustomer.stwbin0 -> 8680 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-formfix.stwbin0 -> 8747 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-formvar.stwbin0 -> 8860 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-list.stwbin0 -> 12060 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-onepic.stwbin0 -> 13677 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-standard.stwbin0 -> 9223 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/cnt-twotitles.stwbin0 -> 10889 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-banana.stwbin0 -> 9588 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-blkjeans.stwbin0 -> 13366 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-blue.stwbin0 -> 9525 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-blueblock.stwbin0 -> 14050 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-bluejeans.stwbin0 -> 14856 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-fieryred.stwbin0 -> 13971 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-hightech.stwbin0 -> 15868 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-mint.stwbin0 -> 12165 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-music.stwbin0 -> 11264 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-nostalg.stwbin0 -> 9609 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-orange.stwbin0 -> 9798 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-petrol.stwbin0 -> 9726 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-seventies.stwbin0 -> 12802 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-standard.stwbin0 -> 13107 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-strwbryice.stwbin0 -> 12415 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-sun.stwbin0 -> 9615 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-tracks.stwbin0 -> 11798 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-turquoise.stwbin0 -> 9811 bytes-rw-r--r--extras/source/templates/wizard/web/lang/bg/stl-wetblue.stwbin0 -> 13994 bytes-rw-r--r--extras/source/templates/wizard/web/lang/delzip1
-rw-r--r--extras/source/templates/wizard/web/lang/makefile.mk50
-rw-r--r--extras/source/truetype/symbol/OpenSymbol.sfd100166
-rw-r--r--extras/source/truetype/symbol/opens___.ttfbin0 -> 178396 bytes-rw-r--r--extras/source/wordbook/delzip1
-rw-r--r--extras/source/wordbook/lang/bg/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/cs/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/da/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/de/soffice.dicbin0 -> 1412 bytes-rw-r--r--extras/source/wordbook/lang/delzip1
-rw-r--r--extras/source/wordbook/lang/en-GB/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/en-US/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/es/soffice.dicbin0 -> 819 bytes-rwxr-xr-xextras/source/wordbook/lang/eu/soffice.dicbin0 -> 786 bytes-rw-r--r--extras/source/wordbook/lang/fr/soffice.dicbin0 -> 819 bytes-rwxr-xr-xextras/source/wordbook/lang/hu/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/it/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/makefile.mk51
-rw-r--r--extras/source/wordbook/lang/nl/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/pl/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/pt-BR/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/pt/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/ru/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/sk/soffice.dicbin0 -> 819 bytes-rw-r--r--extras/source/wordbook/lang/sl/soffice.dicbin0 -> 1114 bytes-rw-r--r--extras/source/wordbook/lang/sv/soffice.dicbin0 -> 810 bytes-rw-r--r--extras/source/wordbook/makefile.mk61
-rw-r--r--extras/source/wordbook/standard.dicbin0 -> 11 bytes-rw-r--r--extras/source/wordbook/sun.dicbin0 -> 751 bytes-rw-r--r--extras/unx/source/bitmaps/delzip1
-rw-r--r--extras/unx/source/bitmaps/makefile.mk51
-rw-r--r--extras/unx/source/bitmaps/psetup.xpm31
-rw-r--r--extras/unx/source/bitmaps/psetupl.xpm49
-rw-r--r--extras/unx/source/fonts/fonts.dir2
-rw-r--r--extras/unx/source/kde/applnk/.directory5
-rw-r--r--extras/unx/source/kde/applnk/SPAdmin.kdelnk23
-rw-r--r--extras/unx/source/kde/applnk/Setup.kdelnk14
-rw-r--r--extras/unx/source/kde/applnk/StarOffice.kdelnk14
-rw-r--r--extras/unx/source/kde/applnk/delzip1
-rw-r--r--extras/unx/source/kde/applnk/makefile.mk51
-rw-r--r--extras/unx/source/kde/icons/delzip1
-rw-r--r--extras/unx/source/kde/icons/htm.xpm52
-rw-r--r--extras/unx/source/kde/icons/html.xpm52
-rw-r--r--extras/unx/source/kde/icons/makefile.mk51
-rw-r--r--extras/unx/source/kde/icons/mini/delzip1
-rw-r--r--extras/unx/source/kde/icons/mini/htm.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/html.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/makefile.mk51
-rw-r--r--extras/unx/source/kde/icons/mini/psetup.xpm31
-rw-r--r--extras/unx/source/kde/icons/mini/sch.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sda.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sdc.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sdd.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sdf.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sds.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/sdw.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/set52.xpm40
-rw-r--r--extras/unx/source/kde/icons/mini/sgl.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/smf.xpm36
-rw-r--r--extras/unx/source/kde/icons/mini/so52.xpm40
-rw-r--r--extras/unx/source/kde/icons/psetup.xpm49
-rw-r--r--extras/unx/source/kde/icons/sch.xpm52
-rw-r--r--extras/unx/source/kde/icons/sda.xpm52
-rw-r--r--extras/unx/source/kde/icons/sdc.xpm52
-rw-r--r--extras/unx/source/kde/icons/sdd.xpm52
-rw-r--r--extras/unx/source/kde/icons/sdf.xpm52
-rw-r--r--extras/unx/source/kde/icons/sds.xpm52
-rw-r--r--extras/unx/source/kde/icons/sdw.xpm52
-rw-r--r--extras/unx/source/kde/icons/set52.xpm52
-rw-r--r--extras/unx/source/kde/icons/sgl.xpm52
-rw-r--r--extras/unx/source/kde/icons/smf.xpm52
-rw-r--r--extras/unx/source/kde/icons/so52.xpm52
-rw-r--r--extras/unx/source/kde/mimelnk/application/delzip1
-rw-r--r--extras/unx/source/kde/mimelnk/application/makefile.mk51
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-scalc.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-sda.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-sdf.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-sdraw.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-sds.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-sgl.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-smf.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/application/x-swriter.kdelnk21
-rw-r--r--extras/unx/source/kde/mimelnk/text/delzip1
-rw-r--r--extras/unx/source/kde/mimelnk/text/html.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/text/makefile.mk53
-rw-r--r--extras/util/target.pmk201
-rw-r--r--fileaccess/prj/build.lst3
-rw-r--r--fileaccess/prj/d.lst5
-rw-r--r--fileaccess/source/FileAccess.cxx980
-rw-r--r--fileaccess/source/exports.map10
-rw-r--r--fileaccess/source/fileacc.xml62
-rw-r--r--fileaccess/source/makefile.mk72
-rw-r--r--filter/inc/filter.hrc60
-rw-r--r--filter/inc/makefile.mk51
-rw-r--r--filter/inc/pch/precompiled_filter.cxx32
-rw-r--r--filter/inc/pch/precompiled_filter.hxx35
-rw-r--r--filter/prj/build.lst21
-rw-r--r--filter/prj/d.lst50
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java446
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.java562
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.props13
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/files.csv117
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/makefile.mk133
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/preselectedFilter.csv6
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/preselectedType.csv6
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/serviceName.csv6
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java310
-rw-r--r--filter/qa/complex/filter/misc/TypeDetection6FileFormat.java105
-rwxr-xr-xfilter/qa/complex/filter/misc/TypeDetection6FileFormat.xcu25
-rwxr-xr-xfilter/qa/complex/filter/misc/makefile.mk101
-rw-r--r--filter/source/config/cache/basecontainer.cxx641
-rw-r--r--filter/source/config/cache/basecontainer.hxx326
-rw-r--r--filter/source/config/cache/cacheitem.cxx446
-rw-r--r--filter/source/config/cache/cacheitem.hxx264
-rw-r--r--filter/source/config/cache/cacheupdatelistener.cxx249
-rw-r--r--filter/source/config/cache/cacheupdatelistener.hxx150
-rw-r--r--filter/source/config/cache/configflush.cxx171
-rw-r--r--filter/source/config/cache/configflush.hxx131
-rw-r--r--filter/source/config/cache/constant.hxx216
-rw-r--r--filter/source/config/cache/contenthandlerfactory.cxx204
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx151
-rw-r--r--filter/source/config/cache/exports.map10
-rw-r--r--filter/source/config/cache/filtercache.cxx2525
-rw-r--r--filter/source/config/cache/filtercache.hxx1067
-rw-r--r--filter/source/config/cache/filterfactory.cxx727
-rw-r--r--filter/source/config/cache/filterfactory.hxx215
-rw-r--r--filter/source/config/cache/frameloaderfactory.cxx201
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx151
-rw-r--r--filter/source/config/cache/lateinitlistener.cxx129
-rw-r--r--filter/source/config/cache/lateinitlistener.hxx128
-rw-r--r--filter/source/config/cache/lateinitthread.cxx83
-rw-r--r--filter/source/config/cache/lateinitthread.hxx92
-rw-r--r--filter/source/config/cache/macros.hxx135
-rw-r--r--filter/source/config/cache/makefile.mk83
-rw-r--r--filter/source/config/cache/querytokenizer.cxx102
-rw-r--r--filter/source/config/cache/querytokenizer.hxx118
-rw-r--r--filter/source/config/cache/registration.cxx150
-rw-r--r--filter/source/config/cache/registration.hxx217
-rw-r--r--filter/source/config/cache/typedetection.cxx1260
-rw-r--r--filter/source/config/cache/typedetection.hxx462
-rw-r--r--filter/source/config/cache/versions.hxx39
-rw-r--r--filter/source/config/fragments/contenthandlers/com_sun_star_comp_framework_SoundHandler.xcu3
-rw-r--r--filter/source/config/fragments/contenthandlers/com_sun_star_comp_framework_oxt_handler.xcu3
-rw-r--r--filter/source/config/fragments/delzip0
-rw-r--r--filter/source/config/fragments/fcfg_base.mk51
-rw-r--r--filter/source/config/fragments/fcfg_calc.mk108
-rw-r--r--filter/source/config/fragments/fcfg_calc_bf.mk59
-rw-r--r--filter/source/config/fragments/fcfg_chart.mk48
-rw-r--r--filter/source/config/fragments/fcfg_chart_bf.mk47
-rw-r--r--filter/source/config/fragments/fcfg_database.mk45
-rw-r--r--filter/source/config/fragments/fcfg_draw.mk56
-rw-r--r--filter/source/config/fragments/fcfg_draw_bf.mk51
-rw-r--r--filter/source/config/fragments/fcfg_drawgraphics.mk117
-rw-r--r--filter/source/config/fragments/fcfg_global.mk59
-rw-r--r--filter/source/config/fragments/fcfg_global_bf.mk55
-rw-r--r--filter/source/config/fragments/fcfg_impress.mk75
-rw-r--r--filter/source/config/fragments/fcfg_impress_bf.mk66
-rw-r--r--filter/source/config/fragments/fcfg_impressgraphics.mk83
-rw-r--r--filter/source/config/fragments/fcfg_internalgraphics.mk109
-rw-r--r--filter/source/config/fragments/fcfg_math.mk55
-rw-r--r--filter/source/config/fragments/fcfg_math_bf.mk50
-rw-r--r--filter/source/config/fragments/fcfg_palm.mk44
-rw-r--r--filter/source/config/fragments/fcfg_pocketexcel.mk44
-rw-r--r--filter/source/config/fragments/fcfg_pocketword.mk44
-rw-r--r--filter/source/config/fragments/fcfg_w4w.mk260
-rw-r--r--filter/source/config/fragments/fcfg_web.mk65
-rw-r--r--filter/source/config/fragments/fcfg_web_bf.mk54
-rw-r--r--filter/source/config/fragments/fcfg_writer.mk106
-rw-r--r--filter/source/config/fragments/fcfg_writer_bf.mk63
-rw-r--r--filter/source/config/fragments/fcfg_xslt.mk55
-rw-r--r--filter/source/config/fragments/filters/Ami_Pro_1_x_3_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/AportisDoc_Palm_DB.xcu13
-rw-r--r--filter/source/config/fragments/filters/BMP___MS_Windows.xcu13
-rw-r--r--filter/source/config/fragments/filters/CGM___Computer_Graphics_Metafile.xcu13
-rw-r--r--filter/source/config/fragments/filters/CTOS_DEF__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Claris_Works__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DCA_FFT_Final_Form_Text__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DCA_Revisable_Form_Text__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DCA_with_Display_Write_5__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DEC_DX__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DEC_WPS_PLUS__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DIF.xcu13
-rw-r--r--filter/source/config/fragments/filters/DXF___AutoCAD_Interchange.xcu13
-rw-r--r--filter/source/config/fragments/filters/DataGeneral_CEO_Write__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DisplayWrite_2_0_4_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DisplayWrite_5_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/DocBook_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/EBCDIC__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/EMF___MS_Windows_Metafile.xcu13
-rw-r--r--filter/source/config/fragments/filters/EPS___Encapsulated_PostScript.xcu13
-rw-r--r--filter/source/config/fragments/filters/Enable__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Frame_Maker_MIF_3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Frame_Maker_MIF_4_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Frame_Maker_MIF_5_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Frame_Work_III__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Frame_Work_IV___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/GIF___Graphics_Interchange.xcu13
-rw-r--r--filter/source/config/fragments/filters/HP_AdvanceWrite_Plus__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/HTML.xcu10
-rw-r--r--filter/source/config/fragments/filters/HTML_MasterDoc.xcu13
-rw-r--r--filter/source/config/fragments/filters/HTML_MasterDoc_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/HTML__StarCalc_.xcu10
-rw-r--r--filter/source/config/fragments/filters/HTML__StarCalc__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/HTML__StarWriter_.xcu10
-rw-r--r--filter/source/config/fragments/filters/HTML__StarWriter__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/HTML_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/ICL_Office_Power_6__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/ICL_Office_Power_7__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Interleaf_5___6__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Interleaf__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/JPG___JPEG.xcu13
-rw-r--r--filter/source/config/fragments/filters/Legacy_Winstar_onGO__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Lotus.xcu13
-rw-r--r--filter/source/config/fragments/filters/Lotus_1_2_3_1_0__DOS___StarWriter_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Lotus_1_2_3_1_0__WIN___StarWriter_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Lotus_Manuscript__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MASS_11_Rel__8_0_8_3__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MASS_11_Rel__8_5_9_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MET___OS_2_Metafile.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_2003_XML_ui.xcu12
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_4_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_4_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_4_0__StarWriter_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_5_0_95.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_5_0_95_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_5_0_95_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_5_0__StarWriter_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_95.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_95_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_95_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_95__StarWriter_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_97.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_97_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Excel_97_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_MacWord_3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_MacWord_4_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_MacWord_5_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_PowerPoint_97.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_PowerPoint_97_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_PowerPoint_97_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_WinWord_1_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_WinWord_2_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_WinWord_5.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_WinWord_6_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2003_XML.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2003_XML_ui.xcu12
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2007_XML.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2007_XML_Template.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2007_XML_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2007_XML_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Word_3_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_4_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_5_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_6_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_95.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_95_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Word_95_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Word_97.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Word_97_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/MS_Word_97_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/MS_Works_2_0_DOS__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Works_3_0_Win__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MS_Works_4_0_Mac__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Mac_Write_4_x_5_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Mac_Write_II__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Mac_Write_Pro__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MathML_XML__Math_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MathType_3_x.xcu13
-rw-r--r--filter/source/config/fragments/filters/MiniCalc__Palm_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MultiMate_3_3__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MultiMate_4__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MultiMate_Adv__3_6__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/MultiMate_Adv__II_3_7__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/NAVY_DIF__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/OfficeWriter_4_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/OfficeWriter_5_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/OfficeWriter_6_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PBM___Portable_Bitmap.xcu13
-rw-r--r--filter/source/config/fragments/filters/PCT___Mac_Pict.xcu13
-rw-r--r--filter/source/config/fragments/filters/PCX___Zsoft_Paintbrush.xcu13
-rw-r--r--filter/source/config/fragments/filters/PFS_First_Choice_1_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PFS_First_Choice_2_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PFS_First_Choice_3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PFS_Write__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PGM___Portable_Graymap.xcu13
-rw-r--r--filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu13
-rw-r--r--filter/source/config/fragments/filters/PPM___Portable_Pixelmap.xcu13
-rw-r--r--filter/source/config/fragments/filters/PSD___Adobe_Photoshop.xcu13
-rw-r--r--filter/source/config/fragments/filters/Peach_Text__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/PocketWord_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/Pocket_Excel.xcu13
-rw-r--r--filter/source/config/fragments/filters/Professional_Write_1_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Professional_Write_2_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Professional_Write_Plus__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/QPro.xcu13
-rw-r--r--filter/source/config/fragments/filters/Q_A_Write_1_0_3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Q_A_Write_4_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/RAS___Sun_Rasterfile.xcu13
-rw-r--r--filter/source/config/fragments/filters/Rapid_File_1_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Rapid_File_1_2__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Rich_Text_Format.xcu13
-rw-r--r--filter/source/config/fragments/filters/Rich_Text_Format__StarCalc_.xcu13
-rw-r--r--filter/source/config/fragments/filters/SGF___StarOffice_Writer_SGF.xcu13
-rw-r--r--filter/source/config/fragments/filters/SGV___StarDraw_2_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/SVM___StarView_Metafile.xcu13
-rw-r--r--filter/source/config/fragments/filters/SYLK.xcu13
-rw-r--r--filter/source/config/fragments/filters/Samna_Word_IV_IV_Plus__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarCalc_1_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarCalc_3_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarCalc_3_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarCalc_3_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarCalc_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarCalc_4_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarCalc_4_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarCalc_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarCalc_5_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarCalc_5_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarChart_3_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarChart_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarChart_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0_Vorlage__StarImpress_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0_Vorlage__StarImpress__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarDraw_3_0__StarImpress_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0_Vorlage__StarImpress_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0_Vorlage__StarImpress__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarDraw_5_0__StarImpress_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarImpress_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarImpress_4_0_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarImpress_4_0_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarImpress_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarImpress_5_0_Vorlage.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarImpress_5_0_Vorlage_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarImpress_5_0__packed_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarImpress_5_0__packed__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarMath_2_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarMath_3_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarMath_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarMath_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Base__ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Calc__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Chart__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Draw_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Draw__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Impress_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Impress__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Math__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Writer_.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarOffice_XML__Writer__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_1_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_2_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_3_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_3_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_3_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_3_0__StarWriter_GlobalDocument_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_3_0__StarWriter_Web_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0_GlobalDocument.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0_GlobalDocument_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0__StarWriter_GlobalDocument_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_4_0__StarWriter_Web_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0_GlobalDocument.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0_GlobalDocument_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0__StarWriter_GlobalDocument_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_5_0__StarWriter_Web_.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_DOS.xcu13
-rw-r--r--filter/source/config/fragments/filters/StarWriter_Web_4_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_Web_4_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/StarWriter_Web_5_0_Vorlage_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/StarWriter_Web_5_0_Vorlage_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/T602Document.xcu13
-rw-r--r--filter/source/config/fragments/filters/TGA___Truevision_TARGA.xcu13
-rw-r--r--filter/source/config/fragments/filters/TIF___Tag_Image_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/Text.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text__StarWriter_Web_.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text__StarWriter_Web__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Text___txt___csv__StarCalc_.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text___txt___csv__StarCalc__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Text__encoded_.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text__encoded___StarWriter_GlobalDocument_.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text__encoded___StarWriter_GlobalDocument__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Text__encoded___StarWriter_Web_.xcu10
-rw-r--r--filter/source/config/fragments/filters/Text__encoded___StarWriter_Web__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Text__encoded__ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Text_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/Total_Word__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_presentation.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_presentation_ui.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_spreadsheet.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_spreadsheet_ui.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_text.xcu13
-rw-r--r--filter/source/config/fragments/filters/UOF_text_ui.xcu13
-rw-r--r--filter/source/config/fragments/filters/Uniplex_V7_V8__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Uniplex_onGO__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/VolksWriter_3_and_4__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/VolksWriter_Deluxe__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WITA__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WMF___MS_Windows_Metafile.xcu13
-rw-r--r--filter/source/config/fragments/filters/Wang_II_SWP__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Wang_PC__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Wang_WP_Plus__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Win_Write_3_x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WiziWord_3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_4_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_4_2__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_5_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_5_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_6_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_6_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_Mac_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_Mac_2__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect_Mac_3__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect__Win__5_1_5_2__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect__Win__6_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect__Win__6_1__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordPerfect__Win__7_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_2000_Rel__3_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_2000_Rel__3_5__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_3_3x__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_3_45__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_4_0___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_5_0___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_5_5___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_6_0___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar_7_0___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WordStar__Win__1_x_2_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/WriteNow_3_0__Macintosh___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/Writing_Assistant__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XBM___X_Consortium.xcu13
-rw-r--r--filter/source/config/fragments/filters/XEROX_XIF_5_0__Illustrator___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XEROX_XIF_5_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XEROX_XIF_6_0__Color_Bitmap___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XEROX_XIF_6_0__Res_Graphic___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XHTML_Calc_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/XHTML_Draw_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/XHTML_Impress_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/XHTML_Writer_File.xcu13
-rw-r--r--filter/source/config/fragments/filters/XPM.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite_III___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite_III____W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite_IV__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite_Sig___Win___W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite_Signature__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/XyWrite__Win__1_0__W4W_.xcu13
-rw-r--r--filter/source/config/fragments/filters/calc8.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc8_template.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc8_template_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/calc8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/calc_HTML_WebQuery.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc_HTML_WebQuery_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/calc_StarOffice_XML_Calc_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/calc_StarOffice_XML_Calc_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/calc_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/chart8.xcu10
-rw-r--r--filter/source/config/fragments/filters/chart8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/dBase.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw8.xcu10
-rw-r--r--filter/source/config/fragments/filters/draw8_template.xcu10
-rw-r--r--filter/source/config/fragments/filters/draw8_template_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/draw8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/draw_PCD_Photo_CD_Base.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_PCD_Photo_CD_Base16.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_PCD_Photo_CD_Base4.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_StarOffice_XML_Draw_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/draw_StarOffice_XML_Draw_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/draw_bmp_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_emf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_eps_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_flash_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_gif_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_html_Export.xcu10
-rw-r--r--filter/source/config/fragments/filters/draw_html_Export_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/draw_jpg_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_met_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_pbm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_pct_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_pgm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_png_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_ppm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_ras_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_svg_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_svm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_tif_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_wmf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/draw_xpm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress8.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress8_draw.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress8_draw_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/impress8_template.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress8_template_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/impress8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/impress_StarOffice_XML_Draw.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress_StarOffice_XML_Draw_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/impress_StarOffice_XML_Impress_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress_StarOffice_XML_Impress_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/impress_bmp_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_emf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_eps_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_flash_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_gif_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_html_Export.xcu10
-rw-r--r--filter/source/config/fragments/filters/impress_html_Export_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/impress_jpg_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_met_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_pbm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_pct_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_pgm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_png_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_ppm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_ras_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_svg_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_svm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_tif_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_wmf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/impress_xpm_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/makefile.mk61
-rw-r--r--filter/source/config/fragments/filters/math8.xcu10
-rw-r--r--filter/source/config/fragments/filters/math8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/math_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/placeware_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/writer8.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer8_template.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer8_template_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/writer8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/writer_MIZI_Hwp_97.xcu13
-rw-r--r--filter/source/config/fragments/filters/writer_StarOffice_XML_Writer_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer_StarOffice_XML_Writer_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_GlobalDocument.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/writer_globaldocument_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/writer_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/writer_web_HTML_help.xcu13
-rw-r--r--filter/source/config/fragments/filters/writer_web_StarOffice_XML_Writer.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer_web_StarOffice_XML_Writer_Web_Template.xcu10
-rw-r--r--filter/source/config/fragments/filters/writer_web_StarOffice_XML_Writer_Web_Template_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/writer_web_StarOffice_XML_Writer_ui.xcu6
-rw-r--r--filter/source/config/fragments/filters/writer_web_pdf_Export.xcu13
-rw-r--r--filter/source/config/fragments/filters/writerglobal8.xcu10
-rw-r--r--filter/source/config/fragments/filters/writerglobal8_HTML.xcu13
-rw-r--r--filter/source/config/fragments/filters/writerglobal8_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/writerglobal8_writer.xcu10
-rw-r--r--filter/source/config/fragments/filters/writerglobal8_writer_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/writerweb8_writer.xcu10
-rw-r--r--filter/source/config/fragments/filters/writerweb8_writer_template.xcu10
-rw-r--r--filter/source/config/fragments/filters/writerweb8_writer_template_ui.xcu5
-rw-r--r--filter/source/config/fragments/filters/writerweb8_writer_ui.xcu5
-rw-r--r--filter/source/config/fragments/frameloaders/com_sun_star_comp_chart2_ChartFrameLoader.xcu3
-rw-r--r--filter/source/config/fragments/frameloaders/com_sun_star_frame_Bibliography.xcu3
-rw-r--r--filter/source/config/fragments/frameloaders/com_sun_star_sdb_ContentLoader.xcu3
-rw-r--r--filter/source/config/fragments/frameloaders/org_openoffice_comp_dbflt_DBContentLoader2.xcu3
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/bmp_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/bmp_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/dxf_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/emf_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/emf_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/eps_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/eps_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/gif_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/gif_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/jpg_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/jpg_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/met_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/met_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pbm_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pbm_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pcd_Import_Base.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pcd_Import_Base16.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pcd_Import_Base4.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pct_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pct_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pcx_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pgm_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/pgm_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/png_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/png_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/ppm_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/ppm_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/psd_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/ras_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/ras_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/sgf_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/sgv_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/svg_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/svm_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/svm_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/tga_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/tif_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/tif_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/wmf_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/wmf_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/xbm_Import.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/xpm_Export.xcu10
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/xpm_Import.xcu10
-rw-r--r--filter/source/config/fragments/langfilter.xsl37
-rw-r--r--filter/source/config/fragments/makefile.mk255
-rw-r--r--filter/source/config/fragments/packagedef.mk75
-rw-r--r--filter/source/config/fragments/types/MS_Excel_2007_Binary.xcu10
-rw-r--r--filter/source/config/fragments/types/MS_Excel_2007_XML.xcu10
-rw-r--r--filter/source/config/fragments/types/MS_Excel_2007_XML_Template.xcu10
-rw-r--r--filter/source/config/fragments/types/MS_PowerPoint_2007_XML.xcu10
-rw-r--r--filter/source/config/fragments/types/MS_PowerPoint_2007_XML_Template.xcu10
-rw-r--r--filter/source/config/fragments/types/StarBase.xcu12
-rw-r--r--filter/source/config/fragments/types/Unified_Office_Format_presentation.xcu12
-rw-r--r--filter/source/config/fragments/types/Unified_Office_Format_spreadsheet.xcu12
-rw-r--r--filter/source/config/fragments/types/Unified_Office_Format_text.xcu12
-rw-r--r--filter/source/config/fragments/types/XHTML_File.xcu12
-rw-r--r--filter/source/config/fragments/types/bmp_MS_Windows.xcu12
-rw-r--r--filter/source/config/fragments/types/calc8.xcu12
-rw-r--r--filter/source/config/fragments/types/calc8_template.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_DIF.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_Lotus.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_2003_XML.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_40.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_40_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_5095.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_5095_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_95.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_95_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_97.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_97_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_MiniCalc_PalmDB_File.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_Pocket_Excel_File.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_QPro.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_SYLK.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_10.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_30.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_30_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_40.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_40_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_50.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarCalc_50_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarOffice_XML_Calc.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_StarOffice_XML_Calc_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu12
-rw-r--r--filter/source/config/fragments/types/calc_dBase.xcu12
-rw-r--r--filter/source/config/fragments/types/chart8.xcu12
-rw-r--r--filter/source/config/fragments/types/chart_StarChart_30.xcu12
-rw-r--r--filter/source/config/fragments/types/chart_StarChart_40.xcu12
-rw-r--r--filter/source/config/fragments/types/chart_StarChart_50.xcu12
-rw-r--r--filter/source/config/fragments/types/chart_StarOffice_XML_Chart.xcu12
-rw-r--r--filter/source/config/fragments/types/component_Bibliography.xcu12
-rw-r--r--filter/source/config/fragments/types/component_DB.xcu12
-rw-r--r--filter/source/config/fragments/types/draw8.xcu12
-rw-r--r--filter/source/config/fragments/types/draw8_template.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarDraw_30.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarDraw_30_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarDraw_50.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarDraw_50_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarOffice_XML_Draw.xcu12
-rw-r--r--filter/source/config/fragments/types/draw_StarOffice_XML_Draw_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/dxf_AutoCAD_Interchange.xcu12
-rw-r--r--filter/source/config/fragments/types/emf_MS_Windows_Metafile.xcu12
-rw-r--r--filter/source/config/fragments/types/eps_Encapsulated_PostScript.xcu12
-rw-r--r--filter/source/config/fragments/types/gif_Graphics_Interchange.xcu12
-rw-r--r--filter/source/config/fragments/types/graphic_HTML.xcu12
-rw-r--r--filter/source/config/fragments/types/graphic_SWF.xcu12
-rw-r--r--filter/source/config/fragments/types/impress8.xcu12
-rw-r--r--filter/source/config/fragments/types/impress8_template.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_CGM_Computer_Graphics_Metafile.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_MS_PowerPoint_97.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_MS_PowerPoint_97_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarImpress_40.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarImpress_40_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarImpress_50.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarImpress_50_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarImpress_50_packed.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarOffice_XML_Impress.xcu12
-rw-r--r--filter/source/config/fragments/types/impress_StarOffice_XML_Impress_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/jpg_JPEG.xcu12
-rw-r--r--filter/source/config/fragments/types/makefile.mk58
-rw-r--r--filter/source/config/fragments/types/math8.xcu12
-rw-r--r--filter/source/config/fragments/types/math_MathML_XML_Math.xcu12
-rw-r--r--filter/source/config/fragments/types/math_MathType_3x.xcu12
-rw-r--r--filter/source/config/fragments/types/math_StarMath_20.xcu12
-rw-r--r--filter/source/config/fragments/types/math_StarMath_30.xcu12
-rw-r--r--filter/source/config/fragments/types/math_StarMath_40.xcu12
-rw-r--r--filter/source/config/fragments/types/math_StarMath_50.xcu12
-rw-r--r--filter/source/config/fragments/types/math_StarOffice_XML_Math.xcu12
-rw-r--r--filter/source/config/fragments/types/met_OS2_Metafile.xcu12
-rw-r--r--filter/source/config/fragments/types/oxt_OpenOffice_Extension.xcu12
-rw-r--r--filter/source/config/fragments/types/pbm_Portable_Bitmap.xcu12
-rw-r--r--filter/source/config/fragments/types/pcd_Photo_CD_Base.xcu12
-rw-r--r--filter/source/config/fragments/types/pcd_Photo_CD_Base16.xcu12
-rw-r--r--filter/source/config/fragments/types/pcd_Photo_CD_Base4.xcu12
-rw-r--r--filter/source/config/fragments/types/pct_Mac_Pict.xcu12
-rw-r--r--filter/source/config/fragments/types/pcx_Zsoft_Paintbrush.xcu12
-rw-r--r--filter/source/config/fragments/types/pdf_Portable_Document_Format.xcu12
-rw-r--r--filter/source/config/fragments/types/pgm_Portable_Graymap.xcu12
-rw-r--r--filter/source/config/fragments/types/png_Portable_Network_Graphic.xcu12
-rw-r--r--filter/source/config/fragments/types/ppm_Portable_Pixelmap.xcu12
-rw-r--r--filter/source/config/fragments/types/psd_Adobe_Photoshop.xcu12
-rw-r--r--filter/source/config/fragments/types/pwp_PlaceWare.xcu12
-rw-r--r--filter/source/config/fragments/types/ras_Sun_Rasterfile.xcu12
-rw-r--r--filter/source/config/fragments/types/sgf_StarOffice_Writer_SGF.xcu12
-rw-r--r--filter/source/config/fragments/types/sgv_StarDraw_20.xcu12
-rw-r--r--filter/source/config/fragments/types/svg_Scalable_Vector_Graphics.xcu12
-rw-r--r--filter/source/config/fragments/types/svm_StarView_Metafile.xcu12
-rw-r--r--filter/source/config/fragments/types/tga_Truevision_TARGA.xcu12
-rw-r--r--filter/source/config/fragments/types/tif_Tag_Image_File.xcu12
-rw-r--r--filter/source/config/fragments/types/wav_Wave_Audio_File.xcu12
-rw-r--r--filter/source/config/fragments/types/wmf_MS_Windows_Metafile.xcu12
-rw-r--r--filter/source/config/fragments/types/writer8.xcu12
-rw-r--r--filter/source/config/fragments/types/writer8_template.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Ami_Pro_1x_31_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_AportisDoc_PalmDB_File.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_CTOS_DEF_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Claris_Works_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DCAFFT_Final_Form_Text_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DCA_Revisable_Form_Text_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DCA_with_Display_Write_5_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DEC_DX_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DEC_WPS_PLUS_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DataGeneral_CEO_Write_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DisplayWrite_20_4x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DisplayWrite_5x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_DocBook_File.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_EBCDIC_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Enable_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Frame_Maker_MIF_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Frame_Maker_MIF_40_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Frame_Maker_MIF_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Frame_Work_III_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Frame_Work_IV_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_HP_AdvanceWrite_Plus_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_ICL_Office_Power_6_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_ICL_Office_Power_7_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Interleaf_5_6_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Interleaf_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Legacy_Winstar_onGO_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Lotus_1_2_3_10_DOS_StarWriter.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Lotus_1_2_3_10_WIN_StarWriter.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Lotus_Manuscript_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MASS_11_Rel_80_83_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MASS_11_Rel_85_90_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MIZI_Hwp_97.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_MacWord_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_MacWord_40_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_MacWord_5x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_WinWord_1x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_WinWord_2x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_WinWord_5.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_WinWord_60.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_2003_XML.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_2007_XML.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_2007_XML_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_3x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_4x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_5x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_6x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_95.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_95_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_97.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Word_97_Vorlage.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Works_20_DOS_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Works_30_Win_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MS_Works_40_Mac_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Mac_Write_4x_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Mac_Write_II_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Mac_Write_Pro_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MultiMate_33_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MultiMate_4_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MultiMate_Adv_36_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_MultiMate_Adv_II_37_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_NAVY_DIF_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_OfficeWriter_40_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_OfficeWriter_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_OfficeWriter_6x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_PFS_First_Choice_10_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_PFS_First_Choice_20_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_PFS_First_Choice_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_PFS_Write_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Peach_Text_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_PocketWord_File.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Professional_Write_10_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Professional_Write_2x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Professional_Write_Plus_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_QA_Write_10_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_QA_Write_40_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Rapid_File_10_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Rapid_File_12_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Rich_Text_Format.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Samna_Word_IV_IV_Plus_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarOffice_XML_Writer.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarOffice_XML_Writer_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_10.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_20.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_30.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_30_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_40.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_40_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_50.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_50_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_StarWriter_DOS.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_T602_Document.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Text.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Text_encoded.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Total_Word_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Uniplex_V7_V8_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Uniplex_onGO_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_VolksWriter_3_and_4_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_VolksWriter_Deluxe_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WITA_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Wang_II_SWP_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Wang_PC_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Wang_WP_Plus_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Win_Write_3x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WiziWord_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_41_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_42_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_51_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_60_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_61_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Document.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Mac_1_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Mac_2_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Mac_3_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Win_51_52_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Win_60_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Win_61_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordPerfect_Win_70_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_2000_Rel_30_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_2000_Rel_35_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_33x_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_345_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_40_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_55_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_60_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_70_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WordStar_Win_1x_20_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_WriteNow_30_Macintosh_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_Writing_Assistant_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XEROX_XIF_50_Illustrator_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XEROX_XIF_50_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XEROX_XIF_60_Color_Bitmap_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XEROX_XIF_60_Res_Graphic_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_IIIP_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_III_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_IV_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_Sig_Win_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_Signature_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_XyWrite_Win_10_W4W.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_globaldocument_StarOffice_XML_Writer_GlobalDocument.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_globaldocument_StarWriter_40GlobalDocument.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_globaldocument_StarWriter_50GlobalDocument.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_web_HTML.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_web_HTML_help.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_web_StarOffice_XML_Writer_Web_Template.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_web_StarWriterWeb_40_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/writer_web_StarWriterWeb_50_VorlageTemplate.xcu12
-rw-r--r--filter/source/config/fragments/types/writerglobal8.xcu12
-rw-r--r--filter/source/config/fragments/types/writerweb8_writer_template.xcu12
-rw-r--r--filter/source/config/fragments/types/xbm_X_Consortium.xcu12
-rw-r--r--filter/source/config/fragments/types/xpm_XPM.xcu12
-rw-r--r--filter/source/config/tools/Manifest.mf4
-rwxr-xr-xfilter/source/config/tools/merge/pyAltFCFGMerge592
-rw-r--r--filter/source/config/tools/split/FCFGSplit.cfg110
-rw-r--r--filter/source/config/tools/split/FCFGSplit.java568
-rw-r--r--filter/source/config/tools/split/Manifest.mf1
-rw-r--r--filter/source/config/tools/split/Splitter.java313
-rw-r--r--filter/source/config/tools/split/SplitterData.java90
-rw-r--r--filter/source/config/tools/split/makefile.mk92
-rw-r--r--filter/source/docbook/DocBookTemplate.stwbin0 -> 6688 bytes-rw-r--r--filter/source/docbook/docbooktosoffheadings.xsl1428
-rw-r--r--filter/source/docbook/makefile.mk55
-rw-r--r--filter/source/docbook/sofftodocbookheadings.xsl1189
-rw-r--r--filter/source/filtertracer/exports.dxp3
-rw-r--r--filter/source/filtertracer/filtertracer.cxx259
-rw-r--r--filter/source/filtertracer/filtertracer.hxx189
-rw-r--r--filter/source/filtertracer/filtertraceruno.cxx113
-rw-r--r--filter/source/filtertracer/makefile.mk67
-rw-r--r--filter/source/flash/exports.map9
-rw-r--r--filter/source/flash/impswfdialog.cxx128
-rw-r--r--filter/source/flash/impswfdialog.hrc51
-rw-r--r--filter/source/flash/impswfdialog.hxx88
-rw-r--r--filter/source/flash/impswfdialog.src185
-rw-r--r--filter/source/flash/makefile.mk102
-rw-r--r--filter/source/flash/swfdialog.cxx286
-rw-r--r--filter/source/flash/swfdialog.hxx92
-rw-r--r--filter/source/flash/swfexporter.cxx770
-rw-r--r--filter/source/flash/swfexporter.hxx219
-rw-r--r--filter/source/flash/swffilter.cxx529
-rw-r--r--filter/source/flash/swfuno.cxx139
-rw-r--r--filter/source/flash/swfwriter.cxx636
-rw-r--r--filter/source/flash/swfwriter.hxx460
-rw-r--r--filter/source/flash/swfwriter1.cxx2064
-rw-r--r--filter/source/flash/swfwriter2.cxx697
-rw-r--r--filter/source/msfilter/powerpoint/exports.map9
-rw-r--r--filter/source/msfilter/powerpoint/makefile.mk69
-rw-r--r--filter/source/msfilter/powerpoint/pptcom.hxx79
-rw-r--r--filter/source/msfilter/powerpoint/pptimporter.cxx166
-rw-r--r--filter/source/msfilter/powerpoint/pptimporter.hxx94
-rw-r--r--filter/source/msfilter/powerpoint/pptimporteruno.cxx113
-rw-r--r--filter/source/msfilter/powerpoint/ppttoxml.cxx94
-rw-r--r--filter/source/msfilter/powerpoint/ppttoxml.hxx54
-rw-r--r--filter/source/pdf/exports.map9
-rw-r--r--filter/source/pdf/impdialog.cxx1540
-rw-r--r--filter/source/pdf/impdialog.hrc187
-rw-r--r--filter/source/pdf/impdialog.hxx414
-rw-r--r--filter/source/pdf/impdialog.src829
-rw-r--r--filter/source/pdf/makefile.mk86
-rw-r--r--filter/source/pdf/pdf.hrc32
-rw-r--r--filter/source/pdf/pdf.src69
-rw-r--r--filter/source/pdf/pdfdialog.cxx231
-rw-r--r--filter/source/pdf/pdfdialog.hxx96
-rw-r--r--filter/source/pdf/pdfexport.cxx1961
-rw-r--r--filter/source/pdf/pdfexport.hxx144
-rw-r--r--filter/source/pdf/pdffilter.cxx269
-rw-r--r--filter/source/pdf/pdffilter.hxx136
-rw-r--r--filter/source/pdf/pdfuno.cxx127
-rw-r--r--filter/source/placeware/Base64Codec.cxx210
-rw-r--r--filter/source/placeware/Base64Codec.hxx50
-rw-r--r--filter/source/placeware/exporter.cxx519
-rw-r--r--filter/source/placeware/exporter.hxx63
-rw-r--r--filter/source/placeware/exports.dxp3
-rw-r--r--filter/source/placeware/filter.cxx220
-rw-r--r--filter/source/placeware/makefile.mk71
-rw-r--r--filter/source/placeware/placeware.map8
-rw-r--r--filter/source/placeware/placeware.xml45
-rw-r--r--filter/source/placeware/tempfile.cxx192
-rw-r--r--filter/source/placeware/tempfile.hxx51
-rw-r--r--filter/source/placeware/uno.cxx113
-rw-r--r--filter/source/placeware/zip.cxx335
-rw-r--r--filter/source/placeware/zip.hxx65
-rw-r--r--filter/source/placeware/zipfile.hxx94
-rw-r--r--filter/source/svg/SOTranscoder.java48
-rw-r--r--filter/source/svg/exports.map9
-rw-r--r--filter/source/svg/makefile.mk86
-rw-r--r--filter/source/svg/svgexport.cxx1010
-rw-r--r--filter/source/svg/svgfilter.cxx232
-rw-r--r--filter/source/svg/svgfilter.hxx299
-rw-r--r--filter/source/svg/svgfontexport.cxx261
-rw-r--r--filter/source/svg/svgfontexport.hxx67
-rw-r--r--filter/source/svg/svgimport.cxx191
-rw-r--r--filter/source/svg/svgscript.hxx212
-rw-r--r--filter/source/svg/svguno.cxx105
-rw-r--r--filter/source/svg/svgwriter.cxx1504
-rw-r--r--filter/source/svg/svgwriter.hxx227
-rw-r--r--filter/source/t602/filterenv.cxx131
-rw-r--r--filter/source/t602/makefile.mk66
-rw-r--r--filter/source/t602/t602filter.cxx1269
-rw-r--r--filter/source/t602/t602filter.hrc48
-rw-r--r--filter/source/t602/t602filter.hxx289
-rw-r--r--filter/source/t602/t602filter.map8
-rw-r--r--filter/source/t602/t602filter.src86
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx441
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx187
-rw-r--r--filter/source/xmlfilteradaptor/genericfilter.cxx183
-rw-r--r--filter/source/xmlfilteradaptor/makefile.mk66
-rwxr-xr-xfilter/source/xmlfilteradaptor/streamwrap.cxx73
-rwxr-xr-xfilter/source/xmlfilteradaptor/streamwrap.hxx81
-rw-r--r--filter/source/xmlfilteradaptor/xmlfa.map10
-rw-r--r--filter/source/xmlfilterdetect/fdcomp.cxx183
-rw-r--r--filter/source/xmlfilterdetect/filterdetect.cxx313
-rw-r--r--filter/source/xmlfilterdetect/filterdetect.hxx171
-rw-r--r--filter/source/xmlfilterdetect/makefile.mk64
-rw-r--r--filter/source/xmlfilterdetect/xmlfd.map10
-rw-r--r--filter/source/xslt/common/copy.xsl9
-rw-r--r--filter/source/xslt/common/math.xsl593
-rw-r--r--filter/source/xslt/common/measure_conversion.xsl391
-rw-r--r--filter/source/xslt/export/common/ooo2ms_docpr.xsl141
-rw-r--r--filter/source/xslt/export/spreadsheetml/formular.xsl644
-rw-r--r--filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl243
-rw-r--r--filter/source/xslt/export/spreadsheetml/style_mapping.xsl394
-rw-r--r--filter/source/xslt/export/spreadsheetml/styles.xsl699
-rw-r--r--filter/source/xslt/export/spreadsheetml/table.xsl941
-rw-r--r--filter/source/xslt/export/uof/odf2uof_presentation.xsl3375
-rw-r--r--filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl6194
-rw-r--r--filter/source/xslt/export/uof/odf2uof_text.xsl4445
-rw-r--r--filter/source/xslt/export/wiki/mediawiki.ottbin0 -> 6304 bytes-rwxr-xr-xfilter/source/xslt/export/wiki/odt2mediawiki.xsl1567
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml.xsl222
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_border.xsl157
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_custom_draw.xsl288
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_draw.xsl1889
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_field.xsl737
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_list.xsl344
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_page.xsl405
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_path.xsl862
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_settings.xsl316
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_table.xsl420
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_text.xsl1283
-rw-r--r--filter/source/xslt/import/common/ms2ooo_docpr.xsl105
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl8962
-rw-r--r--filter/source/xslt/import/uof/uof2odf_presentation.xsl3478
-rw-r--r--filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl9054
-rw-r--r--filter/source/xslt/import/uof/uof2odf_text.xsl4650
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo.xsl352
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_custom_draw.xsl288
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2217
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_field.xsl1591
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_list.xsl661
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_page.xsl391
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl1822
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_props.xsl107
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_settings.xsl73
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_table.xsl1290
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_text.xsl1062
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/body.xsl426
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl832
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl359
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table.xsl168
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl283
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table_columns.xsl247
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table_rows.xsl216
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl558
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2841
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl488
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl187
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/table.xsl226
-rw-r--r--filter/source/xsltdialog/exports.dxp3
-rw-r--r--filter/source/xsltdialog/hidother.src81
-rw-r--r--filter/source/xsltdialog/makefile.mk98
-rw-r--r--filter/source/xsltdialog/typedetectionexport.cxx301
-rw-r--r--filter/source/xsltdialog/typedetectionexport.hxx56
-rw-r--r--filter/source/xsltdialog/typedetectionimport.cxx365
-rw-r--r--filter/source/xsltdialog/typedetectionimport.hxx132
-rw-r--r--filter/source/xsltdialog/xmlfileview.cxx993
-rw-r--r--filter/source/xsltdialog/xmlfileview.hrc39
-rw-r--r--filter/source/xsltdialog/xmlfileview.hxx180
-rw-r--r--filter/source/xsltdialog/xmlfileview.src67
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hrc44
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hxx110
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogcomponent.cxx469
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogstrings.hrc75
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogstrings.src206
-rw-r--r--filter/source/xsltdialog/xmlfilterhelpids.hrc91
-rw-r--r--filter/source/xsltdialog/xmlfilterjar.cxx400
-rw-r--r--filter/source/xsltdialog/xmlfilterjar.hxx68
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.cxx1802
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hrc46
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hxx164
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.src142
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.cxx376
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.hrc36
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.hxx78
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.src68
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagebasic.cxx156
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagebasic.hrc47
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagebasic.hxx70
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagebasic.src155
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.cxx224
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.hrc51
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.hxx85
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.src179
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.cxx786
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.hrc56
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.hxx110
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.src213
-rw-r--r--filter/source/xsltfilter/Base64.java1836
-rw-r--r--filter/source/xsltfilter/Manifest3
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx734
-rw-r--r--filter/source/xsltfilter/XSLTFilterOLEExtracter.java395
-rw-r--r--filter/source/xsltfilter/XSLTransformer.java481
-rw-r--r--filter/source/xsltfilter/exports.map10
-rw-r--r--filter/source/xsltfilter/fla.cxx330
-rw-r--r--filter/source/xsltfilter/fla.hxx56
-rw-r--r--filter/source/xsltfilter/makefile.mk86
-rw-r--r--filter/source/xsltvalidate/Manifest2
-rw-r--r--filter/source/xsltvalidate/XSLTValidate.java350
-rw-r--r--filter/source/xsltvalidate/makefile.mk80
-rw-r--r--fondu/makefile.mk73
-rw-r--r--fondu/prj/build.lst2
-rw-r--r--fondu/prj/d.lst2
-rw-r--r--forms/inc/makefile.mk52
-rw-r--r--forms/inc/pch/precompiled_forms.cxx32
-rw-r--r--forms/inc/pch/precompiled_forms.hxx403
-rw-r--r--forms/makefile.pmk32
-rw-r--r--forms/prj/build.lst17
-rw-r--r--forms/prj/d.lst7
-rwxr-xr-xforms/qa/complex/forms/CheckOGroupBoxModel.java150
-rwxr-xr-xforms/qa/complex/forms/makefile.mk82
-rw-r--r--forms/qa/forms_all.sce7
-rw-r--r--forms/qa/integration/forms/BooleanValidator.java59
-rw-r--r--forms/qa/integration/forms/CellBinding.java560
-rw-r--r--forms/qa/integration/forms/ControlValidation.java205
-rw-r--r--forms/qa/integration/forms/ControlValidator.java64
-rw-r--r--forms/qa/integration/forms/DateValidator.java106
-rw-r--r--forms/qa/integration/forms/DocumentHelper.java390
-rw-r--r--forms/qa/integration/forms/DocumentType.java64
-rw-r--r--forms/qa/integration/forms/DocumentViewHelper.java261
-rw-r--r--forms/qa/integration/forms/FormComponent.java200
-rw-r--r--forms/qa/integration/forms/FormControlTest.java954
-rw-r--r--forms/qa/integration/forms/FormLayer.java367
-rw-r--r--forms/qa/integration/forms/FormPropertyBags.java215
-rw-r--r--forms/qa/integration/forms/ImageComparison.java73
-rw-r--r--forms/qa/integration/forms/ListSelection.java369
-rw-r--r--forms/qa/integration/forms/ListSelection.props3
-rw-r--r--forms/qa/integration/forms/ListSelectionValidator.java74
-rw-r--r--forms/qa/integration/forms/MasterDetailForms.java266
-rw-r--r--forms/qa/integration/forms/NumericValidator.java93
-rw-r--r--forms/qa/integration/forms/RadioButtons.java462
-rw-r--r--forms/qa/integration/forms/SingleControlValidation.java194
-rw-r--r--forms/qa/integration/forms/SpreadsheetDocument.java154
-rw-r--r--forms/qa/integration/forms/SpreadsheetView.java84
-rw-r--r--forms/qa/integration/forms/TableCellTextBinding.java216
-rw-r--r--forms/qa/integration/forms/TestCase.java152
-rw-r--r--forms/qa/integration/forms/TestSkeleton.java75
-rw-r--r--forms/qa/integration/forms/TextValidator.java93
-rw-r--r--forms/qa/integration/forms/TimeValidator.java98
-rw-r--r--forms/qa/integration/forms/ValueBinding.java123
-rw-r--r--forms/qa/integration/forms/WaitForInput.java69
-rw-r--r--forms/qa/integration/forms/XMLFormSettings.java232
-rw-r--r--forms/qa/integration/forms/dbfTools.java54
-rw-r--r--forms/qa/makefile.mk95
-rw-r--r--forms/qa/org/openoffice/xforms/Instance.java198
-rw-r--r--forms/qa/org/openoffice/xforms/Model.java100
-rw-r--r--forms/qa/org/openoffice/xforms/XMLDocument.java96
-rw-r--r--forms/qa/unoapi/forms.sce40
-rw-r--r--forms/qa/unoapi/knownissues.xcl118
-rw-r--r--forms/qa/unoapi/makefile.mk52
-rw-r--r--forms/qa/unoapi/testdocuments/TestDB/testDB.dbfbin0 -> 11101 bytes-rw-r--r--forms/qa/unoapi/testdocuments/TestDB/testDB.dbtbin0 -> 18435 bytes-rw-r--r--forms/source/component/BaseListBox.hxx46
-rw-r--r--forms/source/component/Button.cxx783
-rw-r--r--forms/source/component/Button.hxx213
-rw-r--r--forms/source/component/CheckBox.cxx278
-rw-r--r--forms/source/component/CheckBox.hxx94
-rw-r--r--forms/source/component/Columns.cxx595
-rw-r--r--forms/source/component/Columns.hxx224
-rw-r--r--forms/source/component/ComboBox.cxx927
-rw-r--r--forms/source/component/ComboBox.hxx179
-rw-r--r--forms/source/component/Currency.cxx263
-rw-r--r--forms/source/component/Currency.hxx102
-rw-r--r--forms/source/component/DatabaseForm.cxx4164
-rw-r--r--forms/source/component/DatabaseForm.hxx572
-rw-r--r--forms/source/component/Date.cxx359
-rw-r--r--forms/source/component/Date.hxx134
-rw-r--r--forms/source/component/Edit.cxx762
-rw-r--r--forms/source/component/Edit.hxx189
-rw-r--r--forms/source/component/EditBase.cxx366
-rw-r--r--forms/source/component/EditBase.hxx116
-rw-r--r--forms/source/component/EventThread.cxx254
-rw-r--r--forms/source/component/EventThread.hxx129
-rw-r--r--forms/source/component/File.cxx310
-rw-r--r--forms/source/component/File.hxx106
-rw-r--r--forms/source/component/Filter.cxx938
-rw-r--r--forms/source/component/Filter.hxx160
-rw-r--r--forms/source/component/FixedText.cxx141
-rw-r--r--forms/source/component/FixedText.hxx74
-rw-r--r--forms/source/component/FormComponent.cxx3119
-rw-r--r--forms/source/component/FormattedField.cxx1253
-rw-r--r--forms/source/component/FormattedField.hxx200
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx401
-rw-r--r--forms/source/component/FormattedFieldWrapper.hxx102
-rw-r--r--forms/source/component/FormsCollection.cxx189
-rw-r--r--forms/source/component/FormsCollection.hxx103
-rw-r--r--forms/source/component/Grid.cxx1166
-rw-r--r--forms/source/component/Grid.hxx222
-rw-r--r--forms/source/component/GroupBox.cxx178
-rw-r--r--forms/source/component/GroupBox.hxx87
-rw-r--r--forms/source/component/GroupManager.cxx504
-rw-r--r--forms/source/component/GroupManager.hxx231
-rw-r--r--forms/source/component/Hidden.cxx193
-rw-r--r--forms/source/component/Hidden.hxx87
-rw-r--r--forms/source/component/ImageButton.cxx276
-rw-r--r--forms/source/component/ImageButton.hxx110
-rw-r--r--forms/source/component/ImageControl.cxx951
-rw-r--r--forms/source/component/ImageControl.hxx204
-rw-r--r--forms/source/component/ListBox.cxx1840
-rw-r--r--forms/source/component/ListBox.hxx282
-rw-r--r--forms/source/component/Numeric.cxx218
-rw-r--r--forms/source/component/Numeric.hxx101
-rw-r--r--forms/source/component/Pattern.cxx258
-rw-r--r--forms/source/component/Pattern.hxx110
-rw-r--r--forms/source/component/RadioButton.cxx414
-rw-r--r--forms/source/component/RadioButton.hxx114
-rw-r--r--forms/source/component/Time.cxx361
-rw-r--r--forms/source/component/Time.hxx135
-rw-r--r--forms/source/component/cachedrowset.cxx205
-rw-r--r--forms/source/component/cachedrowset.hxx100
-rw-r--r--forms/source/component/clickableimage.cxx933
-rw-r--r--forms/source/component/clickableimage.hxx298
-rw-r--r--forms/source/component/cloneable.cxx71
-rw-r--r--forms/source/component/entrylisthelper.cxx324
-rw-r--r--forms/source/component/entrylisthelper.hxx201
-rw-r--r--forms/source/component/errorbroadcaster.cxx116
-rw-r--r--forms/source/component/errorbroadcaster.hxx77
-rw-r--r--forms/source/component/findpos.cxx60
-rw-r--r--forms/source/component/findpos.hxx48
-rw-r--r--forms/source/component/formcontrolfont.cxx554
-rw-r--r--forms/source/component/imgprod.cxx658
-rw-r--r--forms/source/component/imgprod.hxx124
-rw-r--r--forms/source/component/makefile.mk99
-rw-r--r--forms/source/component/navigationbar.cxx512
-rw-r--r--forms/source/component/navigationbar.hxx141
-rw-r--r--forms/source/component/propertybaghelper.cxx372
-rw-r--r--forms/source/component/refvaluecomponent.cxx304
-rw-r--r--forms/source/component/refvaluecomponent.hxx112
-rw-r--r--forms/source/component/scrollbar.cxx322
-rw-r--r--forms/source/component/scrollbar.hxx104
-rw-r--r--forms/source/component/spinbutton.cxx278
-rw-r--r--forms/source/component/spinbutton.hxx104
-rw-r--r--forms/source/cppugen/makefile.mk68
-rw-r--r--forms/source/helper/controlfeatureinterception.cxx173
-rw-r--r--forms/source/helper/formnavigation.cxx497
-rw-r--r--forms/source/helper/makefile.mk60
-rw-r--r--forms/source/helper/resettable.cxx101
-rw-r--r--forms/source/helper/urltransformer.cxx105
-rw-r--r--forms/source/helper/windowstateguard.cxx229
-rw-r--r--forms/source/inc/FormComponent.hxx1301
-rw-r--r--forms/source/inc/InterfaceContainer.hxx328
-rw-r--r--forms/source/inc/cloneable.hxx58
-rw-r--r--forms/source/inc/componenttools.hxx106
-rw-r--r--forms/source/inc/controlfeatureinterception.hxx103
-rw-r--r--forms/source/inc/featuredispatcher.hxx113
-rw-r--r--forms/source/inc/formcontrolfont.hxx104
-rw-r--r--forms/source/inc/formnavigation.hxx238
-rw-r--r--forms/source/inc/forms_module.hxx335
-rw-r--r--forms/source/inc/forms_module_impl.hxx209
-rw-r--r--forms/source/inc/frm_module.hxx40
-rw-r--r--forms/source/inc/frm_resource.hrc111
-rw-r--r--forms/source/inc/frm_resource.hxx80
-rw-r--r--forms/source/inc/frm_strings.hxx363
-rw-r--r--forms/source/inc/ids.hxx39
-rw-r--r--forms/source/inc/limitedformats.hxx108
-rw-r--r--forms/source/inc/listenercontainers.hxx143
-rw-r--r--forms/source/inc/property.hrc319
-rw-r--r--forms/source/inc/property.hxx239
-rw-r--r--forms/source/inc/propertybaghelper.hxx169
-rw-r--r--forms/source/inc/resettable.hxx75
-rw-r--r--forms/source/inc/services.hxx236
-rw-r--r--forms/source/inc/togglestate.hxx43
-rw-r--r--forms/source/inc/urltransformer.hxx89
-rw-r--r--forms/source/inc/windowstateguard.hxx86
-rw-r--r--forms/source/misc/InterfaceContainer.cxx1237
-rw-r--r--forms/source/misc/componenttools.cxx114
-rw-r--r--forms/source/misc/frm_module.cxx39
-rw-r--r--forms/source/misc/frm_strings.cxx37
-rw-r--r--forms/source/misc/ids.cxx39
-rw-r--r--forms/source/misc/limitedformats.cxx405
-rw-r--r--forms/source/misc/listenercontainers.cxx75
-rw-r--r--forms/source/misc/makefile.mk64
-rw-r--r--forms/source/misc/property.cxx260
-rw-r--r--forms/source/misc/services.cxx467
-rw-r--r--forms/source/resource/frm_resource.cxx92
-rw-r--r--forms/source/resource/makefile.mk53
-rw-r--r--forms/source/resource/strings.src164
-rw-r--r--forms/source/resource/xforms.src199
-rw-r--r--forms/source/richtext/attributedispatcher.cxx141
-rw-r--r--forms/source/richtext/attributedispatcher.hxx107
-rw-r--r--forms/source/richtext/clipboarddispatcher.cxx211
-rw-r--r--forms/source/richtext/clipboarddispatcher.hxx110
-rw-r--r--forms/source/richtext/featuredispatcher.cxx160
-rw-r--r--forms/source/richtext/featuredispatcher.hxx110
-rw-r--r--forms/source/richtext/makefile.mk64
-rw-r--r--forms/source/richtext/parametrizedattributedispatcher.cxx146
-rw-r--r--forms/source/richtext/parametrizedattributedispatcher.hxx78
-rw-r--r--forms/source/richtext/richtextcontrol.cxx740
-rw-r--r--forms/source/richtext/richtextcontrol.hxx163
-rw-r--r--forms/source/richtext/richtextengine.cxx165
-rw-r--r--forms/source/richtext/richtextengine.hxx94
-rw-r--r--forms/source/richtext/richtextimplcontrol.cxx670
-rw-r--r--forms/source/richtext/richtextimplcontrol.hxx199
-rw-r--r--forms/source/richtext/richtextmodel.cxx635
-rw-r--r--forms/source/richtext/richtextmodel.hxx196
-rw-r--r--forms/source/richtext/richtextunowrapper.cxx136
-rw-r--r--forms/source/richtext/richtextunowrapper.hxx101
-rw-r--r--forms/source/richtext/richtextvclcontrol.cxx394
-rw-r--r--forms/source/richtext/richtextvclcontrol.hxx144
-rw-r--r--forms/source/richtext/richtextviewport.cxx130
-rw-r--r--forms/source/richtext/richtextviewport.hxx83
-rw-r--r--forms/source/richtext/rtattributehandler.cxx535
-rw-r--r--forms/source/richtext/rtattributehandler.hxx243
-rw-r--r--forms/source/richtext/rtattributes.hxx175
-rw-r--r--forms/source/richtext/specialdispatchers.cxx203
-rw-r--r--forms/source/richtext/specialdispatchers.hxx116
-rw-r--r--forms/source/richtext/textattributelistener.hxx64
-rw-r--r--forms/source/runtime/formoperations.cxx1722
-rw-r--r--forms/source/runtime/formoperations.hxx382
-rw-r--r--forms/source/runtime/makefile.mk51
-rw-r--r--forms/source/solar/component/makefile.mk55
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx552
-rw-r--r--forms/source/solar/component/navbarcontrol.hxx159
-rw-r--r--forms/source/solar/control/makefile.mk57
-rw-r--r--forms/source/solar/control/navtoolbar.cxx665
-rw-r--r--forms/source/solar/inc/navtoolbar.hxx183
-rw-r--r--forms/source/xforms/NameContainer.hxx224
-rw-r--r--forms/source/xforms/binding.cxx1412
-rw-r--r--forms/source/xforms/binding.hxx530
-rw-r--r--forms/source/xforms/boolexpression.cxx62
-rw-r--r--forms/source/xforms/boolexpression.hxx58
-rw-r--r--forms/source/xforms/collection.hxx340
-rw-r--r--forms/source/xforms/computedexpression.cxx249
-rw-r--r--forms/source/xforms/computedexpression.hxx141
-rw-r--r--forms/source/xforms/convert.cxx630
-rw-r--r--forms/source/xforms/convert.hxx116
-rw-r--r--forms/source/xforms/datatyperepository.cxx301
-rw-r--r--forms/source/xforms/datatyperepository.hxx101
-rw-r--r--forms/source/xforms/datatypes.cxx998
-rw-r--r--forms/source/xforms/datatypes.hxx427
-rw-r--r--forms/source/xforms/datatypes_impl.hxx79
-rw-r--r--forms/source/xforms/enumeration.cxx77
-rw-r--r--forms/source/xforms/enumeration.hxx66
-rw-r--r--forms/source/xforms/evaluationcontext.hxx78
-rw-r--r--forms/source/xforms/makefile.mk70
-rw-r--r--forms/source/xforms/mip.cxx129
-rw-r--r--forms/source/xforms/mip.hxx125
-rw-r--r--forms/source/xforms/model.cxx811
-rw-r--r--forms/source/xforms/model.hxx438
-rw-r--r--forms/source/xforms/model_helper.hxx170
-rw-r--r--forms/source/xforms/model_ui.cxx1069
-rw-r--r--forms/source/xforms/namedcollection.hxx145
-rw-r--r--forms/source/xforms/pathexpression.cxx157
-rw-r--r--forms/source/xforms/pathexpression.hxx94
-rw-r--r--forms/source/xforms/propertysetbase.cxx195
-rw-r--r--forms/source/xforms/propertysetbase.hxx374
-rw-r--r--forms/source/xforms/resourcehelper.cxx82
-rw-r--r--forms/source/xforms/resourcehelper.hxx55
-rw-r--r--forms/source/xforms/submission.cxx722
-rw-r--r--forms/source/xforms/submission.hxx279
-rw-r--r--forms/source/xforms/submission/makefile.mk61
-rw-r--r--forms/source/xforms/submission/replace.cxx148
-rw-r--r--forms/source/xforms/submission/serialization.hxx101
-rw-r--r--forms/source/xforms/submission/serialization_app_xml.cxx124
-rw-r--r--forms/source/xforms/submission/serialization_app_xml.hxx58
-rw-r--r--forms/source/xforms/submission/serialization_multi_form.hxx30
-rw-r--r--forms/source/xforms/submission/serialization_multi_related.hxx30
-rw-r--r--forms/source/xforms/submission/serialization_urlencoded.cxx213
-rw-r--r--forms/source/xforms/submission/serialization_urlencoded.hxx59
-rw-r--r--forms/source/xforms/submission/submission.hxx163
-rw-r--r--forms/source/xforms/submission/submission_get.cxx120
-rw-r--r--forms/source/xforms/submission/submission_get.hxx47
-rw-r--r--forms/source/xforms/submission/submission_post.cxx108
-rw-r--r--forms/source/xforms/submission/submission_post.hxx43
-rw-r--r--forms/source/xforms/submission/submission_put.cxx84
-rw-r--r--forms/source/xforms/submission/submission_put.hxx47
-rw-r--r--forms/source/xforms/unohelper.cxx106
-rw-r--r--forms/source/xforms/unohelper.hxx60
-rw-r--r--forms/source/xforms/warnings_guard_unicode_regex.h51
-rw-r--r--forms/source/xforms/xforms_services.cxx75
-rw-r--r--forms/source/xforms/xforms_services.hxx27
-rw-r--r--forms/source/xforms/xformsevent.cxx103
-rw-r--r--forms/source/xforms/xformsevent.hxx66
-rw-r--r--forms/source/xforms/xmlhelper.cxx151
-rw-r--r--forms/source/xforms/xmlhelper.hxx54
-rw-r--r--forms/source/xforms/xpathlib/extension.cxx107
-rw-r--r--forms/source/xforms/xpathlib/extension.hxx39
-rw-r--r--forms/source/xforms/xpathlib/makefile.mk60
-rw-r--r--forms/source/xforms/xpathlib/xpathlib.cxx570
-rw-r--r--forms/source/xforms/xpathlib/xpathlib.hxx83
-rw-r--r--forms/util/frm.dxp3
-rw-r--r--forms/util/frm.map8
-rw-r--r--forms/util/frm.xml571
-rw-r--r--forms/util/makefile.mk117
-rw-r--r--forms/workben/xforms/sickness.odtbin0 -> 9233 bytes-rw-r--r--forms/workben/xforms/simple_validation.odtbin0 -> 7184 bytes-rw-r--r--forms/workben/xforms/vacationrequest.odtbin0 -> 8089 bytes-rw-r--r--forms/workben/xforms/xforms-ubl.odtbin0 -> 22265 bytes-rw-r--r--formula/inc/AddressConvention.hxx42
-rw-r--r--formula/inc/formula/ExternalReferenceHelper.hxx48
-rw-r--r--formula/inc/formula/FormulaCompiler.hxx384
-rw-r--r--formula/inc/formula/FormulaOpCodeMapperObj.hxx89
-rw-r--r--formula/inc/formula/IControlReferenceHandler.hxx48
-rw-r--r--formula/inc/formula/IFunctionDescription.hxx166
-rw-r--r--formula/inc/formula/compiler.hrc413
-rw-r--r--formula/inc/formula/errorcodes.hxx115
-rw-r--r--formula/inc/formula/formdata.hxx94
-rw-r--r--formula/inc/formula/formula.hxx160
-rw-r--r--formula/inc/formula/formuladllapi.h44
-rw-r--r--formula/inc/formula/formulahelper.hxx89
-rw-r--r--formula/inc/formula/funcutl.hxx109
-rw-r--r--formula/inc/formula/grammar.hxx239
-rw-r--r--formula/inc/formula/intruref.hxx104
-rw-r--r--formula/inc/formula/opcode.hxx412
-rw-r--r--formula/inc/formula/token.hxx402
-rw-r--r--formula/inc/formula/tokenarray.hxx289
-rw-r--r--formula/inc/helpids.hrc65
-rw-r--r--formula/inc/makefile.mk51
-rw-r--r--formula/inc/pch/precompiled_formula.cxx32
-rw-r--r--formula/inc/pch/precompiled_formula.hxx39
-rw-r--r--formula/prj/build.lst9
-rw-r--r--formula/prj/d.lst37
-rw-r--r--formula/prj/for.xml14
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx1862
-rw-r--r--formula/source/core/api/FormulaOpCodeMapperObj.cxx129
-rw-r--r--formula/source/core/api/makefile.mk51
-rw-r--r--formula/source/core/api/services.cxx78
-rw-r--r--formula/source/core/api/token.cxx1381
-rw-r--r--formula/source/core/inc/core_resource.hrc48
-rw-r--r--formula/source/core/inc/core_resource.hxx114
-rw-r--r--formula/source/core/resource/core_resource.cxx111
-rw-r--r--formula/source/core/resource/core_resource.src1881
-rw-r--r--formula/source/core/resource/makefile.mk52
-rw-r--r--formula/source/ui/dlg/ControlHelper.hxx196
-rw-r--r--formula/source/ui/dlg/FormulaHelper.cxx409
-rw-r--r--formula/source/ui/dlg/formdlgs.hrc83
-rw-r--r--formula/source/ui/dlg/formdlgs.src539
-rw-r--r--formula/source/ui/dlg/formula.cxx2240
-rw-r--r--formula/source/ui/dlg/funcpage.cxx268
-rw-r--r--formula/source/ui/dlg/funcpage.hxx126
-rw-r--r--formula/source/ui/dlg/funcutl.cxx1109
-rw-r--r--formula/source/ui/dlg/makefile.mk70
-rw-r--r--formula/source/ui/dlg/parawin.cxx603
-rw-r--r--formula/source/ui/dlg/parawin.hrc57
-rw-r--r--formula/source/ui/dlg/parawin.hxx177
-rw-r--r--formula/source/ui/dlg/parawin.src192
-rw-r--r--formula/source/ui/dlg/structpg.cxx230
-rw-r--r--formula/source/ui/dlg/structpg.hxx126
-rw-r--r--formula/source/ui/inc/ForResId.hrc77
-rw-r--r--formula/source/ui/inc/ModuleHelper.hxx102
-rw-r--r--formula/source/ui/resource/ModuleHelper.cxx145
-rw-r--r--formula/source/ui/resource/makefile.mk53
-rw-r--r--formula/util/for.map8
-rw-r--r--formula/util/forui.map8
-rw-r--r--formula/util/hh.html190
-rw-r--r--formula/util/hidother.src57
-rw-r--r--formula/util/makefile.mk141
-rw-r--r--formula/util/makefile.pmk46
-rw-r--r--fpicker/inc/makefile.mk51
-rw-r--r--fpicker/inc/pch/precompiled_fpicker.cxx32
-rw-r--r--fpicker/inc/pch/precompiled_fpicker.hxx36
-rw-r--r--fpicker/prj/build.lst11
-rw-r--r--fpicker/prj/d.lst14
-rw-r--r--fpicker/source/aqua/AquaFilePickerDelegate.hxx60
-rw-r--r--fpicker/source/aqua/AquaFilePickerDelegate.mm126
-rw-r--r--fpicker/source/aqua/CFStringUtilities.cxx124
-rw-r--r--fpicker/source/aqua/CFStringUtilities.hxx164
-rw-r--r--fpicker/source/aqua/ControlHelper.cxx1022
-rw-r--r--fpicker/source/aqua/ControlHelper.hxx198
-rw-r--r--fpicker/source/aqua/FPServiceInfo.hxx53
-rw-r--r--fpicker/source/aqua/FPentry.cxx174
-rw-r--r--fpicker/source/aqua/FilterHelper.cxx543
-rw-r--r--fpicker/source/aqua/FilterHelper.hxx163
-rw-r--r--fpicker/source/aqua/NSString_OOoAdditions.hxx47
-rw-r--r--fpicker/source/aqua/NSString_OOoAdditions.mm80
-rw-r--r--fpicker/source/aqua/NSURL_OOoAdditions.hxx46
-rw-r--r--fpicker/source/aqua/NSURL_OOoAdditions.mm85
-rw-r--r--fpicker/source/aqua/SalAquaConstants.h66
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.cxx815
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.hxx255
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.cxx292
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.hxx141
-rw-r--r--fpicker/source/aqua/SalAquaPicker.cxx267
-rw-r--r--fpicker/source/aqua/SalAquaPicker.hxx109
-rw-r--r--fpicker/source/aqua/exports.map8
-rw-r--r--fpicker/source/aqua/fps-aqua-ucd.txt13
-rw-r--r--fpicker/source/aqua/fps_aqua.xml78
-rw-r--r--fpicker/source/aqua/makefile.mk89
-rw-r--r--fpicker/source/aqua/resourceprovider.cxx243
-rw-r--r--fpicker/source/aqua/resourceprovider.hxx70
-rw-r--r--fpicker/source/generic/exports.map8
-rw-r--r--fpicker/source/generic/fpicker.cxx236
-rw-r--r--fpicker/source/generic/makefile.mk66
-rw-r--r--fpicker/source/office/OfficeControlAccess.cxx794
-rw-r--r--fpicker/source/office/OfficeControlAccess.hxx128
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx1188
-rw-r--r--fpicker/source/office/OfficeFilePicker.hxx233
-rw-r--r--fpicker/source/office/OfficeFilePicker.src102
-rw-r--r--fpicker/source/office/OfficeFolderPicker.cxx268
-rw-r--r--fpicker/source/office/OfficeFolderPicker.hxx125
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx223
-rw-r--r--fpicker/source/office/asyncfilepicker.hxx121
-rw-r--r--fpicker/source/office/commonpicker.cxx509
-rw-r--r--fpicker/source/office/commonpicker.hxx212
-rw-r--r--fpicker/source/office/exports.map8
-rw-r--r--fpicker/source/office/fpinteraction.cxx172
-rw-r--r--fpicker/source/office/fpinteraction.hxx95
-rw-r--r--fpicker/source/office/fps_office.cxx83
-rw-r--r--fpicker/source/office/fpsmartcontent.cxx316
-rw-r--r--fpicker/source/office/fpsmartcontent.hxx215
-rw-r--r--fpicker/source/office/iodlg.cxx3482
-rw-r--r--fpicker/source/office/iodlg.hrc110
-rw-r--r--fpicker/source/office/iodlg.hxx478
-rw-r--r--fpicker/source/office/iodlg.src321
-rw-r--r--fpicker/source/office/iodlgimp.cxx513
-rw-r--r--fpicker/source/office/iodlgimp.hxx342
-rw-r--r--fpicker/source/office/makefile.mk92
-rw-r--r--fpicker/source/office/pickercallbacks.hxx65
-rw-r--r--fpicker/source/unx/gnome/FPServiceInfo.hxx53
-rw-r--r--fpicker/source/unx/gnome/FPentry.cxx184
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.cxx2048
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.hxx359
-rw-r--r--fpicker/source/unx/gnome/SalGtkFolderPicker.cxx244
-rw-r--r--fpicker/source/unx/gnome/SalGtkFolderPicker.hxx138
-rw-r--r--fpicker/source/unx/gnome/SalGtkPicker.cxx243
-rw-r--r--fpicker/source/unx/gnome/SalGtkPicker.hxx117
-rw-r--r--fpicker/source/unx/gnome/eventnotification.hxx56
-rw-r--r--fpicker/source/unx/gnome/exports.map8
-rw-r--r--fpicker/source/unx/gnome/fps-gnome-ucd.txt13
-rw-r--r--fpicker/source/unx/gnome/fps_gnome.xml79
-rw-r--r--fpicker/source/unx/gnome/makefile.mk102
-rw-r--r--fpicker/source/unx/gnome/resourceprovider.cxx230
-rw-r--r--fpicker/source/unx/gnome/resourceprovider.hxx70
-rw-r--r--fpicker/source/unx/kde4/FPServiceInfo.hxx74
-rw-r--r--fpicker/source/unx/kde4/KDE4FPEntry.cxx136
-rw-r--r--fpicker/source/unx/kde4/KDE4FilePicker.cxx761
-rw-r--r--fpicker/source/unx/kde4/KDE4FilePicker.hxx205
-rw-r--r--fpicker/source/unx/kde4/fps-kde4-ucd.txt6
-rw-r--r--fpicker/source/unx/kde4/fps_kde4.xml51
-rw-r--r--fpicker/source/unx/kde4/makefile.mk117
-rw-r--r--fpicker/source/win32/filepicker/FPServiceInfo.hxx80
-rw-r--r--fpicker/source/win32/filepicker/FPentry.cxx160
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.cxx698
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.hxx330
-rw-r--r--fpicker/source/win32/filepicker/FilePicker.cxx802
-rw-r--r--fpicker/source/win32/filepicker/FilePicker.hxx258
-rw-r--r--fpicker/source/win32/filepicker/FilterContainer.cxx340
-rw-r--r--fpicker/source/win32/filepicker/FilterContainer.hxx118
-rw-r--r--fpicker/source/win32/filepicker/Fps.rc438
-rw-r--r--fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx78
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.cxx618
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.hxx202
-rw-r--r--fpicker/source/win32/filepicker/SolarMutex.cxx58
-rw-r--r--fpicker/source/win32/filepicker/SolarMutex.hxx33
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.cxx728
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.hxx318
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx502
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx228
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx1211
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx354
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx999
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.hxx237
-rw-r--r--fpicker/source/win32/filepicker/afxres.h2
-rw-r--r--fpicker/source/win32/filepicker/asynceventnotifier.cxx330
-rw-r--r--fpicker/source/win32/filepicker/asynceventnotifier.hxx112
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.cxx231
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.hxx230
-rw-r--r--fpicker/source/win32/filepicker/comptr.hxx225
-rw-r--r--fpicker/source/win32/filepicker/controlaccess.cxx264
-rw-r--r--fpicker/source/win32/filepicker/controlaccess.hxx83
-rw-r--r--fpicker/source/win32/filepicker/controlcommand.cxx285
-rw-r--r--fpicker/source/win32/filepicker/controlcommand.hxx146
-rw-r--r--fpicker/source/win32/filepicker/controlcommandrequest.hxx89
-rw-r--r--fpicker/source/win32/filepicker/controlcommandresult.hxx111
-rw-r--r--fpicker/source/win32/filepicker/customcontrol.cxx70
-rw-r--r--fpicker/source/win32/filepicker/customcontrol.hxx63
-rw-r--r--fpicker/source/win32/filepicker/customcontrolcontainer.cxx146
-rw-r--r--fpicker/source/win32/filepicker/customcontrolcontainer.hxx63
-rw-r--r--fpicker/source/win32/filepicker/customcontrolfactory.cxx89
-rw-r--r--fpicker/source/win32/filepicker/customcontrolfactory.hxx64
-rw-r--r--fpicker/source/win32/filepicker/dialogcustomcontrols.cxx198
-rw-r--r--fpicker/source/win32/filepicker/dialogcustomcontrols.hxx126
-rw-r--r--fpicker/source/win32/filepicker/dibpreview.cxx475
-rw-r--r--fpicker/source/win32/filepicker/dibpreview.hxx119
-rw-r--r--fpicker/source/win32/filepicker/eventnotification.hxx56
-rw-r--r--fpicker/source/win32/filepicker/filepickereventnotification.cxx87
-rw-r--r--fpicker/source/win32/filepicker/filepickereventnotification.hxx76
-rw-r--r--fpicker/source/win32/filepicker/filepickerstate.cxx720
-rw-r--r--fpicker/source/win32/filepicker/filepickerstate.hxx165
-rw-r--r--fpicker/source/win32/filepicker/fps.xml51
-rw-r--r--fpicker/source/win32/filepicker/getfilenamewrapper.cxx299
-rw-r--r--fpicker/source/win32/filepicker/getfilenamewrapper.hxx69
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.cxx618
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.hxx146
-rw-r--r--fpicker/source/win32/filepicker/makefile.mk87
-rw-r--r--fpicker/source/win32/filepicker/platform_vista.h90
-rw-r--r--fpicker/source/win32/filepicker/platform_xp.h58
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.cxx716
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.hxx110
-rw-r--r--fpicker/source/win32/filepicker/previewbase.cxx153
-rw-r--r--fpicker/source/win32/filepicker/previewbase.hxx91
-rw-r--r--fpicker/source/win32/filepicker/propmap.hxx104
-rw-r--r--fpicker/source/win32/filepicker/resource.h21
-rw-r--r--fpicker/source/win32/filepicker/shared.hxx41
-rw-r--r--fpicker/source/win32/filepicker/vistatypes.h71
-rw-r--r--fpicker/source/win32/filepicker/workbench/Test_fps.cxx390
-rw-r--r--fpicker/source/win32/filepicker/workbench/makefile.mk66
-rw-r--r--fpicker/source/win32/folderpicker/FOPServiceInfo.hxx57
-rw-r--r--fpicker/source/win32/folderpicker/FolderPicker.cxx222
-rw-r--r--fpicker/source/win32/folderpicker/FolderPicker.hxx132
-rw-r--r--fpicker/source/win32/folderpicker/FopEvtDisp.hxx48
-rw-r--r--fpicker/source/win32/folderpicker/Fopentry.cxx147
-rw-r--r--fpicker/source/win32/folderpicker/MtaFop.cxx842
-rw-r--r--fpicker/source/win32/folderpicker/MtaFop.hxx194
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.cxx171
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.hxx86
-rw-r--r--fpicker/source/win32/folderpicker/fop.xml40
-rw-r--r--fpicker/source/win32/folderpicker/makefile.mk55
-rw-r--r--fpicker/source/win32/folderpicker/workbench/Test_fops.cxx206
-rw-r--r--fpicker/source/win32/folderpicker/workbench/makefile.mk66
-rw-r--r--fpicker/source/win32/misc/AutoBuffer.cxx172
-rw-r--r--fpicker/source/win32/misc/AutoBuffer.hxx85
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.cxx613
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.hxx126
-rw-r--r--fpicker/source/win32/misc/makefile.mk61
-rw-r--r--fpicker/source/win32/misc/resourceprovider.cxx197
-rw-r--r--fpicker/source/win32/misc/resourceprovider.hxx63
-rw-r--r--fpicker/test/makefile.mk110
-rw-r--r--fpicker/test/svdem.cxx220
-rw-r--r--fpicker/util/exports.dxp3
-rw-r--r--fpicker/util/makefile.mk106
-rw-r--r--framework/collector/cmduicollector.cxx2722
-rw-r--r--framework/collector/makefile.mk61
-rw-r--r--framework/collector/uicmdstohtml.cxx1178
-rw-r--r--framework/dtd/accelerator.dtd48
-rw-r--r--framework/dtd/event.dtd49
-rw-r--r--framework/dtd/groupuinames.dtd39
-rw-r--r--framework/dtd/image.dtd71
-rw-r--r--framework/dtd/menubar.dtd50
-rw-r--r--framework/dtd/statusbar.dtd52
-rw-r--r--framework/dtd/toolbar.dtd71
-rw-r--r--framework/inc/acceleratorconst.h99
-rw-r--r--framework/inc/arguments.h176
-rw-r--r--framework/inc/classes/actiontriggercontainer.hxx80
-rw-r--r--framework/inc/classes/actiontriggerpropertyset.hxx136
-rw-r--r--framework/inc/classes/actiontriggerseparatorpropertyset.hxx118
-rw-r--r--framework/inc/classes/addonmenu.hxx143
-rw-r--r--framework/inc/classes/addonsoptions.hxx377
-rw-r--r--framework/inc/classes/bmkmenu.hxx84
-rw-r--r--framework/inc/classes/checkediterator.hxx348
-rw-r--r--framework/inc/classes/converter.hxx94
-rw-r--r--framework/inc/classes/droptargetlistener.hxx111
-rw-r--r--framework/inc/classes/filtercache.hxx450
-rw-r--r--framework/inc/classes/filtercachedata.hxx862
-rw-r--r--framework/inc/classes/framecontainer.hxx154
-rw-r--r--framework/inc/classes/framelistanalyzer.hxx223
-rw-r--r--framework/inc/classes/fwkresid.hxx49
-rw-r--r--framework/inc/classes/fwktabwindow.hxx137
-rwxr-xr-xframework/inc/classes/fwlresid.hxx49
-rw-r--r--framework/inc/classes/imagewrapper.hxx73
-rw-r--r--framework/inc/classes/menuextensionsupplier.hxx53
-rw-r--r--framework/inc/classes/menumanager.hxx170
-rw-r--r--framework/inc/classes/propertysethelper.hxx260
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx201
-rw-r--r--framework/inc/classes/resource.hrc89
-rw-r--r--framework/inc/classes/rootactiontriggercontainer.hxx130
-rw-r--r--framework/inc/classes/servicemanager.hxx283
-rw-r--r--framework/inc/classes/sfxhelperfunctions.hxx71
-rw-r--r--framework/inc/classes/taskcreator.hxx105
-rw-r--r--framework/inc/classes/wildcard.hxx187
-rw-r--r--framework/inc/classes/xmlnamespaces.hxx68
-rw-r--r--framework/inc/commands.h59
-rw-r--r--framework/inc/dispatch/basedispatcher.hxx394
-rw-r--r--framework/inc/dispatch/blankdispatcher.hxx132
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx325
-rw-r--r--framework/inc/dispatch/createdispatcher.hxx130
-rw-r--r--framework/inc/dispatch/dispatchinformationprovider.hxx114
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx176
-rw-r--r--framework/inc/dispatch/helpagentdispatcher.hxx208
-rw-r--r--framework/inc/dispatch/interaction.hxx328
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx329
-rw-r--r--framework/inc/dispatch/mailtodispatcher.hxx148
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx339
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx218
-rw-r--r--framework/inc/dispatch/popupmenudispatcher.hxx202
-rw-r--r--framework/inc/dispatch/selfdispatcher.hxx115
-rw-r--r--framework/inc/dispatch/servicehandler.hxx152
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx200
-rw-r--r--framework/inc/dispatch/systemexec.hxx148
-rw-r--r--framework/inc/dispatchcommands.h55
-rw-r--r--framework/inc/filterflags.h175
-rw-r--r--framework/inc/framework.hrc88
-rw-r--r--framework/inc/general.h85
-rw-r--r--framework/inc/helper/acceleratorinfo.hxx52
-rw-r--r--framework/inc/helper/actiontriggerhelper.hxx81
-rw-r--r--framework/inc/helper/configimporter.hxx55
-rw-r--r--framework/inc/helper/dockingareadefaultacceptor.hxx114
-rw-r--r--framework/inc/helper/fixeddocumentproperties.hxx57
-rw-r--r--framework/inc/helper/imageproducer.hxx53
-rw-r--r--framework/inc/helper/mischelper.hxx72
-rw-r--r--framework/inc/helper/networkdomain.hxx48
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx278
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx265
-rw-r--r--framework/inc/helper/oframes.hxx358
-rw-r--r--framework/inc/helper/otasksaccess.hxx257
-rw-r--r--framework/inc/helper/otasksenumeration.hxx275
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx230
-rw-r--r--framework/inc/helper/popupmenucontrollerbase.hxx148
-rw-r--r--framework/inc/helper/propertysetcontainer.hxx100
-rw-r--r--framework/inc/helper/shareablemutex.hxx98
-rw-r--r--framework/inc/helper/statusindicator.hxx145
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx344
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx160
-rw-r--r--framework/inc/helper/timerhelper.hxx56
-rw-r--r--framework/inc/helper/titlebarupdate.hxx253
-rw-r--r--framework/inc/helper/titlehelper.hxx231
-rw-r--r--framework/inc/helper/uiconfigelementwrapperbase.hxx161
-rw-r--r--framework/inc/helper/uielementwrapperbase.hxx130
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx136
-rw-r--r--framework/inc/helper/wakeupthread.hxx103
-rw-r--r--framework/inc/helpid.hrc54
-rw-r--r--framework/inc/interaction/preventduplicateinteraction.hxx250
-rw-r--r--framework/inc/interaction/quietinteraction.hxx167
-rw-r--r--framework/inc/jobs/configaccess.hxx120
-rw-r--r--framework/inc/jobs/helponstartup.hxx234
-rw-r--r--framework/inc/jobs/job.hxx250
-rw-r--r--framework/inc/jobs/jobconst.hxx76
-rw-r--r--framework/inc/jobs/jobdata.hxx288
-rw-r--r--framework/inc/jobs/jobdispatch.hxx161
-rw-r--r--framework/inc/jobs/jobexecutor.hxx132
-rw-r--r--framework/inc/jobs/jobresult.hxx150
-rw-r--r--framework/inc/jobs/joburl.hxx180
-rw-r--r--framework/inc/jobs/shelljob.hxx172
-rw-r--r--framework/inc/loadstate.h118
-rw-r--r--framework/inc/macros/debug.hxx140
-rw-r--r--framework/inc/macros/debug/assertion.hxx238
-rw-r--r--framework/inc/macros/debug/event.hxx135
-rw-r--r--framework/inc/macros/debug/filterdbg.hxx133
-rw-r--r--framework/inc/macros/debug/logmechanism.hxx105
-rw-r--r--framework/inc/macros/debug/memorymeasure.hxx226
-rw-r--r--framework/inc/macros/debug/mutex.hxx120
-rw-r--r--framework/inc/macros/debug/plugin.hxx205
-rw-r--r--framework/inc/macros/debug/registration.hxx103
-rw-r--r--framework/inc/macros/debug/targeting.hxx255
-rw-r--r--framework/inc/macros/debug/timemeasure.hxx143
-rw-r--r--framework/inc/macros/generic.hxx81
-rw-r--r--framework/inc/macros/registration.hxx227
-rw-r--r--framework/inc/macros/xinterface.hxx711
-rw-r--r--framework/inc/macros/xserviceinfo.hxx275
-rw-r--r--framework/inc/macros/xtypeprovider.hxx717
-rw-r--r--framework/inc/makefile.mk51
-rw-r--r--framework/inc/mediadescriptor.h80
-rw-r--r--framework/inc/pch/precompiled_framework.cxx32
-rw-r--r--framework/inc/pch/precompiled_framework.hxx498
-rw-r--r--framework/inc/properties.h348
-rw-r--r--framework/inc/protocols.h160
-rw-r--r--framework/inc/queries.h406
-rw-r--r--framework/inc/recording/dispatchrecorder.hxx88
-rw-r--r--framework/inc/recording/dispatchrecordersupplier.hxx140
-rw-r--r--framework/inc/services.h220
-rw-r--r--framework/inc/services/autorecovery.hxx1013
-rw-r--r--framework/inc/services/backingcomp.hxx170
-rw-r--r--framework/inc/services/contenthandlerfactory.hxx245
-rw-r--r--framework/inc/services/desktop.hxx517
-rw-r--r--framework/inc/services/detectorfactory.hxx464
-rw-r--r--framework/inc/services/dispatchhelper.hxx138
-rw-r--r--framework/inc/services/frame.hxx484
-rw-r--r--framework/inc/services/frameloaderfactory.hxx391
-rw-r--r--framework/inc/services/layoutmanager.hxx520
-rw-r--r--framework/inc/services/license.hxx126
-rw-r--r--framework/inc/services/licensedlg.hxx107
-rw-r--r--framework/inc/services/logindialog.hrc55
-rw-r--r--framework/inc/services/logindialog.hxx893
-rw-r--r--framework/inc/services/mediatypedetectionhelper.hxx154
-rw-r--r--framework/inc/services/modulemanager.hxx204
-rw-r--r--framework/inc/services/pathsettings.hxx298
-rw-r--r--framework/inc/services/pluginframe.hxx378
-rw-r--r--framework/inc/services/sessionlistener.hxx175
-rw-r--r--framework/inc/services/substitutepathvars.hxx308
-rw-r--r--framework/inc/services/tabwindowservice.hxx234
-rw-r--r--framework/inc/services/task.hxx613
-rw-r--r--framework/inc/services/taskcreatorsrv.hxx170
-rw-r--r--framework/inc/services/uriabbreviation.hxx69
-rw-r--r--framework/inc/services/urltransformer.hxx226
-rw-r--r--framework/inc/stdtypes.h216
-rw-r--r--framework/inc/tabwin/tabwindow.hxx203
-rw-r--r--framework/inc/tabwin/tabwinfactory.hxx86
-rw-r--r--framework/inc/targets.h72
-rw-r--r--framework/inc/threadhelp/fairrwlock.hxx290
-rw-r--r--framework/inc/threadhelp/gate.hxx251
-rw-r--r--framework/inc/threadhelp/igate.h76
-rw-r--r--framework/inc/threadhelp/imutex.h70
-rw-r--r--framework/inc/threadhelp/inoncopyable.h80
-rw-r--r--framework/inc/threadhelp/irwlock.h90
-rw-r--r--framework/inc/threadhelp/itransactionmanager.h152
-rw-r--r--framework/inc/threadhelp/lockhelper.hxx182
-rw-r--r--framework/inc/threadhelp/readguard.hxx207
-rw-r--r--framework/inc/threadhelp/resetableguard.hxx203
-rw-r--r--framework/inc/threadhelp/threadhelpbase.hxx99
-rw-r--r--framework/inc/threadhelp/transactionbase.hxx88
-rw-r--r--framework/inc/threadhelp/transactionguard.hxx191
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx122
-rw-r--r--framework/inc/threadhelp/writeguard.hxx267
-rw-r--r--framework/inc/uiconfiguration/globalsettings.hxx100
-rw-r--r--framework/inc/uiconfiguration/graphicnameaccess.hxx77
-rw-r--r--framework/inc/uiconfiguration/imagemanager.hxx131
-rw-r--r--framework/inc/uiconfiguration/imagetype.hxx60
-rw-r--r--framework/inc/uiconfiguration/moduleimagemanager.hxx126
-rw-r--r--framework/inc/uiconfiguration/moduleuicfgsupplier.hxx122
-rw-r--r--framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx228
-rw-r--r--framework/inc/uiconfiguration/uicategorydescription.hxx77
-rw-r--r--framework/inc/uiconfiguration/uiconfigurationmanager.hxx213
-rw-r--r--framework/inc/uiconfiguration/windowstateconfiguration.hxx134
-rw-r--r--framework/inc/uielement/addonstoolbarmanager.hxx103
-rw-r--r--framework/inc/uielement/addonstoolbarwrapper.hxx82
-rw-r--r--framework/inc/uielement/buttontoolbarcontroller.hxx114
-rw-r--r--framework/inc/uielement/comboboxtoolbarcontroller.hxx99
-rw-r--r--framework/inc/uielement/commandinfo.hxx69
-rw-r--r--framework/inc/uielement/complextoolbarcontroller.hxx113
-rw-r--r--framework/inc/uielement/constitemcontainer.hxx140
-rw-r--r--framework/inc/uielement/controlmenucontroller.hxx115
-rw-r--r--framework/inc/uielement/dropdownboxtoolbarcontroller.hxx95
-rw-r--r--framework/inc/uielement/edittoolbarcontroller.hxx95
-rw-r--r--framework/inc/uielement/fontmenucontroller.hxx93
-rw-r--r--framework/inc/uielement/fontsizemenucontroller.hxx96
-rw-r--r--framework/inc/uielement/footermenucontroller.hxx60
-rw-r--r--framework/inc/uielement/generictoolbarcontroller.hxx77
-rw-r--r--framework/inc/uielement/headermenucontroller.hxx91
-rw-r--r--framework/inc/uielement/imagebuttontoolbarcontroller.hxx73
-rw-r--r--framework/inc/uielement/itemcontainer.hxx120
-rw-r--r--framework/inc/uielement/langselectionmenucontroller.hxx116
-rw-r--r--framework/inc/uielement/langselectionstatusbarcontroller.hxx105
-rw-r--r--framework/inc/uielement/logoimagestatusbarcontroller.hxx91
-rw-r--r--framework/inc/uielement/logotextstatusbarcontroller.hxx91
-rw-r--r--framework/inc/uielement/macrosmenucontroller.hxx88
-rw-r--r--framework/inc/uielement/menubarmanager.hxx281
-rw-r--r--framework/inc/uielement/menubarmerger.hxx127
-rw-r--r--framework/inc/uielement/menubarwrapper.hxx112
-rw-r--r--framework/inc/uielement/newmenucontroller.hxx136
-rw-r--r--framework/inc/uielement/objectmenucontroller.hxx86
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx111
-rw-r--r--framework/inc/uielement/recentfilesmenucontroller.hxx121
-rw-r--r--framework/inc/uielement/rootitemcontainer.hxx159
-rw-r--r--framework/inc/uielement/simpletextstatusbarcontroller.hxx93
-rw-r--r--framework/inc/uielement/spinfieldtoolbarcontroller.hxx118
-rw-r--r--framework/inc/uielement/statusbar.hxx79
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx146
-rw-r--r--framework/inc/uielement/statusbarwrapper.hxx80
-rw-r--r--framework/inc/uielement/statusindicatorinterfacewrapper.hxx85
-rw-r--r--framework/inc/uielement/togglebuttontoolbarcontroller.hxx89
-rw-r--r--framework/inc/uielement/toolbar.hxx76
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx236
-rw-r--r--framework/inc/uielement/toolbarmerger.hxx163
-rw-r--r--framework/inc/uielement/toolbarsmenucontroller.hxx125
-rw-r--r--framework/inc/uielement/toolbarwrapper.hxx104
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx120
-rw-r--r--framework/inc/uielement/uielementtypenames.hxx11
-rw-r--r--framework/inc/uifactory/addonstoolboxfactory.hxx91
-rwxr-xr-xframework/inc/uifactory/factoryconfiguration.hxx127
-rw-r--r--framework/inc/uifactory/menubarfactory.hxx94
-rw-r--r--framework/inc/uifactory/popupmenucontrollerfactory.hxx70
-rw-r--r--framework/inc/uifactory/statusbarcontrollerfactory.hxx65
-rw-r--r--framework/inc/uifactory/statusbarfactory.hxx70
-rw-r--r--framework/inc/uifactory/toolbarcontrollerfactory.hxx94
-rw-r--r--framework/inc/uifactory/toolboxfactory.hxx69
-rw-r--r--framework/inc/uifactory/uielementfactorymanager.hxx154
-rw-r--r--framework/inc/uifactory/windowcontentfactorymanager.hxx93
-rw-r--r--framework/inc/xml/acceleratorconfigurationreader.hxx223
-rw-r--r--framework/inc/xml/acceleratorconfigurationwriter.hxx122
-rw-r--r--framework/inc/xml/acceleratorconst.hxx95
-rw-r--r--framework/inc/xml/eventsconfiguration.hxx68
-rw-r--r--framework/inc/xml/eventsdocumenthandler.hxx190
-rw-r--r--framework/inc/xml/imagesconfiguration.hxx130
-rw-r--r--framework/inc/xml/imagesdocumenthandler.hxx204
-rw-r--r--framework/inc/xml/menuconfiguration.hxx127
-rw-r--r--framework/inc/xml/menudocumenthandler.hxx320
-rw-r--r--framework/inc/xml/saxnamespacefilter.hxx107
-rw-r--r--framework/inc/xml/statusbarconfiguration.hxx58
-rw-r--r--framework/inc/xml/statusbardocumenthandler.hxx187
-rw-r--r--framework/inc/xml/toolboxconfiguration.hxx38
-rw-r--r--framework/inc/xml/toolboxconfigurationdefines.hxx83
-rw-r--r--framework/inc/xml/toolboxdocumenthandler.hxx212
-rw-r--r--framework/inc/xml/toolboxlayoutdocumenthandler.hxx62
-rw-r--r--framework/inc/xml/xmlnamespaces.hxx68
-rw-r--r--framework/prj/build.lst23
-rw-r--r--framework/prj/d.lst54
-rw-r--r--framework/qa/complex/ModuleManager/CheckXModuleManager.java324
-rw-r--r--framework/qa/complex/ModuleManager/makefile.mk87
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java597
-rw-r--r--framework/qa/complex/XUserInputInterception/makefile.mk93
-rw-r--r--framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java689
-rw-r--r--framework/qa/complex/accelerators/helper/KeyMapping.java171
-rw-r--r--framework/qa/complex/accelerators/helper/makefile.mk50
-rw-r--r--framework/qa/complex/accelerators/makefile.mk90
-rwxr-xr-xframework/qa/complex/api_internal/CheckAPI.java203
-rwxr-xr-xframework/qa/complex/api_internal/CheckAPI.props4
-rwxr-xr-xframework/qa/complex/api_internal/api.lst325
-rwxr-xr-xframework/qa/complex/api_internal/makefile.mk92
-rwxr-xr-xframework/qa/complex/api_internal/tests.sce3
-rwxr-xr-xframework/qa/complex/api_internal/worksforme.sce39
-rwxr-xr-xframework/qa/complex/broken_document/LoadDocument.java106
-rwxr-xr-xframework/qa/complex/broken_document/dbf.dbf.emf1
-rwxr-xr-xframework/qa/complex/broken_document/makefile.mk84
-rw-r--r--framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java287
-rw-r--r--framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java130
-rw-r--r--framework/qa/complex/contextMenuInterceptor/makefile.mk81
-rwxr-xr-xframework/qa/complex/desktop/DesktopTerminate.java161
-rwxr-xr-xframework/qa/complex/desktop/makefile.mk83
-rw-r--r--framework/qa/complex/dispatches/checkdispatchapi.java465
-rw-r--r--framework/qa/complex/dispatches/helper/Interceptor.java351
-rw-r--r--framework/qa/complex/dispatches/helper/makefile.mk52
-rw-r--r--framework/qa/complex/dispatches/makefile.mk96
-rwxr-xr-xframework/qa/complex/disposing/GetServiceWhileDisposingOffice.java77
-rwxr-xr-xframework/qa/complex/disposing/makefile.mk80
-rw-r--r--framework/qa/complex/framework/autosave/AutoSave.java457
-rw-r--r--framework/qa/complex/framework/autosave/ConfigHelper.java124
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java1002
-rw-r--r--framework/qa/complex/framework/autosave/makefile.mk93
-rw-r--r--framework/qa/complex/framework/recovery/CrashThread.java83
-rw-r--r--framework/qa/complex/framework/recovery/KlickButtonThread.java60
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java1015
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTools.java369
-rw-r--r--framework/qa/complex/framework/recovery/TimeoutThread.java44
-rwxr-xr-xframework/qa/complex/framework/recovery/makefile.mk107
-rwxr-xr-xframework/qa/complex/imageManager/CheckImageManager.java197
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XComponent.java182
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XImageManager.java117
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XInitialization.java98
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XTypeProvider.java106
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XUIConfiguration.java88
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/_XUIConfigurationPersistence.java99
-rwxr-xr-xframework/qa/complex/imageManager/interfaces/makefile.mk61
-rwxr-xr-xframework/qa/complex/imageManager/makefile.mk83
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java736
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props3
-rw-r--r--framework/qa/complex/loadAllDocuments/helper/InteractionHandler.java158
-rw-r--r--framework/qa/complex/loadAllDocuments/helper/StatusIndicator.java240
-rw-r--r--framework/qa/complex/loadAllDocuments/helper/StreamSimulator.java477
-rw-r--r--framework/qa/complex/loadAllDocuments/helper/makefile.mk52
-rw-r--r--framework/qa/complex/loadAllDocuments/makefile.mk95
-rw-r--r--framework/qa/complex/loadAllDocuments/password_check.sxwbin0 -> 5128 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/Calc_6.sxcbin0 -> 9547 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/Writer6.sxwbin0 -> 5754 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/draw1.sxdbin0 -> 11821 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/imp1.sxibin0 -> 35135 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/pic.gifbin0 -> 1433 bytes-rw-r--r--framework/qa/complex/loadAllDocuments/testdocuments/pic.jpgbin0 -> 2651 bytes-rwxr-xr-xframework/qa/complex/path_settings/PathSettingsTest.java461
-rwxr-xr-xframework/qa/complex/path_settings/makefile.mk88
-rwxr-xr-xframework/qa/complex/path_substitution/PathSubstitutionTest.java249
-rwxr-xr-xframework/qa/complex/path_substitution/makefile.mk87
-rwxr-xr-xframework/qa/complex/sequence/CheckSequenceOfEnum.java98
-rwxr-xr-xframework/qa/complex/sequence/makefile.mk102
-rwxr-xr-xframework/qa/unoapi/framework.sce35
-rwxr-xr-xframework/qa/unoapi/knownissues.xcl56
-rwxr-xr-xframework/qa/unoapi/makefile.mk47
-rw-r--r--framework/qa/unoapi/testdocuments/Calc_Link.sxcbin0 -> 5410 bytes-rw-r--r--framework/qa/unoapi/testdocuments/Writer_link.sxwbin0 -> 5188 bytes-rw-r--r--framework/qa/unoapi/testdocuments/XTypeDetection.sxwbin0 -> 4995 bytes-rwxr-xr-xframework/qa/unoapi/testdocuments/delete.cfgbin0 -> 2799 bytes-rw-r--r--framework/source/accelerators/acceleratorcache.cxx253
-rw-r--r--framework/source/accelerators/acceleratorconfiguration.cxx1720
-rw-r--r--framework/source/accelerators/acceleratorexecute.cxx385
-rw-r--r--framework/source/accelerators/acceleratorexecute.hxx258
-rw-r--r--framework/source/accelerators/documentacceleratorconfiguration.cxx243
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx130
-rw-r--r--framework/source/accelerators/keymapping.cxx232
-rw-r--r--framework/source/accelerators/makefile.mk56
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx178
-rw-r--r--framework/source/accelerators/presethandler.cxx940
-rw-r--r--framework/source/accelerators/storageholder.cxx640
-rw-r--r--framework/source/application/framework.cxx289
-rw-r--r--framework/source/application/login.cxx301
-rw-r--r--framework/source/application/makefile.mk49
-rw-r--r--framework/source/classes/actiontriggercontainer.cxx206
-rw-r--r--framework/source/classes/actiontriggerpropertyset.cxx481
-rw-r--r--framework/source/classes/actiontriggerseparatorpropertyset.cxx352
-rw-r--r--framework/source/classes/addonmenu.cxx460
-rw-r--r--framework/source/classes/addonsoptions.cxx1861
-rw-r--r--framework/source/classes/bmkmenu.cxx257
-rw-r--r--framework/source/classes/converter.cxx319
-rw-r--r--framework/source/classes/droptargetlistener.cxx257
-rw-r--r--framework/source/classes/framecontainer.cxx421
-rw-r--r--framework/source/classes/framelistanalyzer.cxx305
-rw-r--r--framework/source/classes/fwkresid.cxx68
-rw-r--r--framework/source/classes/fwktabwindow.cxx411
-rwxr-xr-xframework/source/classes/fwlresid.cxx68
-rw-r--r--framework/source/classes/imagewrapper.cxx123
-rw-r--r--framework/source/classes/makefile.mk73
-rw-r--r--framework/source/classes/menuextensionsupplier.cxx67
-rw-r--r--framework/source/classes/menumanager.cxx1170
-rw-r--r--framework/source/classes/propertysethelper.cxx453
-rw-r--r--framework/source/classes/protocolhandlercache.cxx360
-rw-r--r--framework/source/classes/resource.src352
-rw-r--r--framework/source/classes/rootactiontriggercontainer.cxx382
-rw-r--r--framework/source/classes/sfxhelperfunctions.cxx161
-rw-r--r--framework/source/classes/taskcreator.cxx174
-rw-r--r--framework/source/constant/containerquery.cxx45
-rw-r--r--framework/source/constant/contenthandler.cxx45
-rw-r--r--framework/source/constant/filter.cxx122
-rw-r--r--framework/source/constant/frameloader.cxx45
-rw-r--r--framework/source/constant/makefile.mk50
-rw-r--r--framework/source/dispatch/closedispatcher.cxx656
-rw-r--r--framework/source/dispatch/dispatchinformationprovider.cxx193
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx798
-rw-r--r--framework/source/dispatch/helpagentdispatcher.cxx447
-rw-r--r--framework/source/dispatch/interaction.cxx212
-rw-r--r--framework/source/dispatch/interceptionhelper.cxx345
-rw-r--r--framework/source/dispatch/loaddispatcher.cxx201
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx333
-rw-r--r--framework/source/dispatch/makefile.mk67
-rw-r--r--framework/source/dispatch/menudispatcher.cxx491
-rw-r--r--framework/source/dispatch/oxt_handler.cxx301
-rw-r--r--framework/source/dispatch/popupmenudispatcher.cxx424
-rw-r--r--framework/source/dispatch/servicehandler.cxx354
-rw-r--r--framework/source/dispatch/startmoduledispatcher.cxx244
-rw-r--r--framework/source/dispatch/systemexec.cxx237
-rwxr-xr-xframework/source/dispatch/windowcommanddispatch.cxx194
-rw-r--r--framework/source/helper/acceleratorinfo.cxx74
-rw-r--r--framework/source/helper/actiontriggerhelper.cxx411
-rw-r--r--framework/source/helper/configimporter.cxx96
-rw-r--r--framework/source/helper/dockingareadefaultacceptor.cxx190
-rw-r--r--framework/source/helper/imageproducer.cxx59
-rw-r--r--framework/source/helper/makefile.mk74
-rw-r--r--framework/source/helper/mischelper.cxx145
-rw-r--r--framework/source/helper/networkdomain.cxx298
-rw-r--r--framework/source/helper/ocomponentaccess.cxx265
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx240
-rw-r--r--framework/source/helper/oframes.cxx527
-rw-r--r--framework/source/helper/persistentwindowstate.cxx355
-rw-r--r--framework/source/helper/popupmenucontrollerbase.cxx430
-rw-r--r--framework/source/helper/propertysetcontainer.cxx199
-rw-r--r--framework/source/helper/shareablemutex.cxx84
-rw-r--r--framework/source/helper/statusindicator.cxx155
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx657
-rw-r--r--framework/source/helper/tagwindowasmodified.cxx259
-rw-r--r--framework/source/helper/titlebarupdate.cxx411
-rw-r--r--framework/source/helper/titlehelper.cxx764
-rw-r--r--framework/source/helper/uiconfigelementwrapperbase.cxx556
-rw-r--r--framework/source/helper/uielementwrapperbase.cxx268
-rw-r--r--framework/source/helper/vclstatusindicator.cxx234
-rw-r--r--framework/source/helper/wakeupthread.cxx86
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx190
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx479
-rw-r--r--framework/source/inc/accelerators/documentacceleratorconfiguration.hxx127
-rw-r--r--framework/source/inc/accelerators/globalacceleratorconfiguration.hxx112
-rw-r--r--framework/source/inc/accelerators/istoragelistener.hxx67
-rw-r--r--framework/source/inc/accelerators/keymapping.hxx165
-rw-r--r--framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx118
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx538
-rw-r--r--framework/source/inc/accelerators/storageholder.hxx264
-rw-r--r--framework/source/inc/constant/containerquery.hxx50
-rw-r--r--framework/source/inc/constant/contenthandler.hxx50
-rw-r--r--framework/source/inc/constant/filter.hxx129
-rw-r--r--framework/source/inc/constant/frameloader.hxx50
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx164
-rw-r--r--framework/source/inc/dispatch/uieventloghelper.hxx85
-rwxr-xr-xframework/source/inc/dispatch/windowcommanddispatch.hxx177
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx212
-rw-r--r--framework/source/inc/loadenv/loaddispatchlistener.hxx168
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx698
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx200
-rw-r--r--framework/source/inc/loadenv/targethelper.hxx127
-rw-r--r--framework/source/inc/pattern/configuration.hxx179
-rw-r--r--framework/source/inc/pattern/frame.hxx133
-rw-r--r--framework/source/inc/pattern/storages.hxx105
-rw-r--r--framework/source/inc/pattern/window.hxx158
-rw-r--r--framework/source/interaction/makefile.mk53
-rw-r--r--framework/source/interaction/preventduplicateinteraction.cxx224
-rw-r--r--framework/source/interaction/quietinteraction.cxx193
-rw-r--r--framework/source/jobs/configaccess.cxx245
-rw-r--r--framework/source/jobs/helponstartup.cxx426
-rw-r--r--framework/source/jobs/job.cxx947
-rw-r--r--framework/source/jobs/jobconst.cxx77
-rw-r--r--framework/source/jobs/jobdata.cxx717
-rw-r--r--framework/source/jobs/jobdispatch.cxx478
-rw-r--r--framework/source/jobs/jobexecutor.cxx367
-rw-r--r--framework/source/jobs/jobresult.cxx264
-rw-r--r--framework/source/jobs/joburl.cxx660
-rw-r--r--framework/source/jobs/makefile.mk57
-rw-r--r--framework/source/jobs/shelljob.cxx217
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx7591
-rw-r--r--framework/source/layoutmanager/makefile.mk49
-rw-r--r--framework/source/loadenv/loaddispatchlistener.cxx144
-rw-r--r--framework/source/loadenv/loadenv.cxx1895
-rw-r--r--framework/source/loadenv/makefile.mk51
-rw-r--r--framework/source/loadenv/targethelper.cxx112
-rw-r--r--framework/source/recording/dispatchrecorder.cxx496
-rw-r--r--framework/source/recording/dispatchrecordersupplier.cxx224
-rw-r--r--framework/source/recording/makefile.mk51
-rw-r--r--framework/source/register/makefile.mk52
-rw-r--r--framework/source/register/register3rdcomponents.cxx79
-rw-r--r--framework/source/register/registerlogindialog.cxx74
-rw-r--r--framework/source/register/registerservices.cxx243
-rw-r--r--framework/source/register/registertemp.cxx133
-rw-r--r--framework/source/services/autorecovery.cxx3556
-rw-r--r--framework/source/services/backingcomp.cxx878
-rw-r--r--framework/source/services/backingwindow.cxx934
-rw-r--r--framework/source/services/backingwindow.hxx184
-rw-r--r--framework/source/services/desktop.cxx2039
-rw-r--r--framework/source/services/dispatchhelper.cxx230
-rw-r--r--framework/source/services/frame.cxx3328
-rw-r--r--framework/source/services/fwk_services.src182
-rw-r--r--framework/source/services/license.cxx634
-rw-r--r--framework/source/services/makefile.mk68
-rw-r--r--framework/source/services/mediatypedetectionhelper.cxx114
-rw-r--r--framework/source/services/menudocumenthandler.cxx906
-rw-r--r--framework/source/services/modulemanager.cxx428
-rw-r--r--framework/source/services/pathsettings.cxx1177
-rw-r--r--framework/source/services/sessionlistener.cxx280
-rw-r--r--framework/source/services/substitutepathvars.cxx1247
-rw-r--r--framework/source/services/tabwindowservice.cxx472
-rw-r--r--framework/source/services/taskcreatorsrv.cxx407
-rw-r--r--framework/source/services/uriabbreviation.cxx93
-rw-r--r--framework/source/services/urltransformer.cxx375
-rw-r--r--framework/source/tabwin/makefile.mk52
-rw-r--r--framework/source/tabwin/tabwindow.cxx979
-rw-r--r--framework/source/tabwin/tabwinfactory.cxx179
-rw-r--r--framework/source/threadhelp/lockhelper.cxx552
-rw-r--r--framework/source/threadhelp/makefile.mk49
-rw-r--r--framework/source/threadhelp/transactionmanager.cxx412
-rw-r--r--framework/source/uiconfiguration/globalsettings.cxx359
-rw-r--r--framework/source/uiconfiguration/graphicnameaccess.cxx115
-rw-r--r--framework/source/uiconfiguration/imagemanager.cxx257
-rwxr-xr-xframework/source/uiconfiguration/imagemanagerimpl.cxx1466
-rwxr-xr-xframework/source/uiconfiguration/imagemanagerimpl.hxx225
-rw-r--r--framework/source/uiconfiguration/makefile.mk58
-rw-r--r--framework/source/uiconfiguration/moduleimagemanager.cxx229
-rw-r--r--framework/source/uiconfiguration/moduleuicfgsupplier.cxx401
-rw-r--r--framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx1615
-rw-r--r--framework/source/uiconfiguration/uicategorydescription.cxx479
-rw-r--r--framework/source/uiconfiguration/uiconfigurationmanager.cxx1357
-rwxr-xr-xframework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx1713
-rwxr-xr-xframework/source/uiconfiguration/uiconfigurationmanagerimpl.hxx221
-rw-r--r--framework/source/uiconfiguration/windowstateconfiguration.cxx1493
-rw-r--r--framework/source/uielement/addonstoolbarmanager.cxx562
-rw-r--r--framework/source/uielement/addonstoolbarwrapper.cxx199
-rw-r--r--framework/source/uielement/buttontoolbarcontroller.cxx340
-rw-r--r--framework/source/uielement/comboboxtoolbarcontroller.cxx442
-rw-r--r--framework/source/uielement/complextoolbarcontroller.cxx393
-rw-r--r--framework/source/uielement/constitemcontainer.cxx482
-rw-r--r--framework/source/uielement/controlmenucontroller.cxx453
-rw-r--r--framework/source/uielement/dropdownboxtoolbarcontroller.cxx357
-rw-r--r--framework/source/uielement/edittoolbarcontroller.cxx272
-rw-r--r--framework/source/uielement/fontmenucontroller.cxx262
-rw-r--r--framework/source/uielement/fontsizemenucontroller.cxx364
-rw-r--r--framework/source/uielement/footermenucontroller.cxx100
-rw-r--r--framework/source/uielement/generictoolbarcontroller.cxx330
-rw-r--r--framework/source/uielement/headermenucontroller.cxx278
-rw-r--r--framework/source/uielement/imagebuttontoolbarcontroller.cxx239
-rw-r--r--framework/source/uielement/itemcontainer.cxx269
-rw-r--r--framework/source/uielement/langselectionmenucontroller.cxx439
-rw-r--r--framework/source/uielement/langselectionstatusbarcontroller.cxx490
-rw-r--r--framework/source/uielement/logoimagestatusbarcontroller.cxx180
-rw-r--r--framework/source/uielement/logotextstatusbarcontroller.cxx183
-rw-r--r--framework/source/uielement/macrosmenucontroller.cxx234
-rw-r--r--framework/source/uielement/makefile.mk90
-rw-r--r--framework/source/uielement/menubarmanager.cxx2131
-rw-r--r--framework/source/uielement/menubarmerger.cxx444
-rw-r--r--framework/source/uielement/menubarwrapper.cxx382
-rw-r--r--framework/source/uielement/newmenucontroller.cxx598
-rw-r--r--framework/source/uielement/objectmenucontroller.cxx166
-rw-r--r--framework/source/uielement/progressbarwrapper.cxx367
-rw-r--r--framework/source/uielement/recentfilesmenucontroller.cxx487
-rw-r--r--framework/source/uielement/rootitemcontainer.cxx470
-rw-r--r--framework/source/uielement/simpletextstatusbarcontroller.cxx199
-rw-r--r--framework/source/uielement/spinfieldtoolbarcontroller.cxx581
-rw-r--r--framework/source/uielement/statusbar.cxx116
-rw-r--r--framework/source/uielement/statusbarmanager.cxx724
-rw-r--r--framework/source/uielement/statusbarwrapper.cxx208
-rw-r--r--framework/source/uielement/statusindicatorinterfacewrapper.cxx133
-rw-r--r--framework/source/uielement/togglebuttontoolbarcontroller.cxx326
-rw-r--r--framework/source/uielement/toolbar.cxx80
-rw-r--r--framework/source/uielement/toolbarmanager.cxx2054
-rw-r--r--framework/source/uielement/toolbarmerger.cxx717
-rw-r--r--framework/source/uielement/toolbarsmenucontroller.cxx924
-rw-r--r--framework/source/uielement/toolbarwrapper.cxx355
-rw-r--r--framework/source/uielement/uicommanddescription.cxx796
-rw-r--r--framework/source/uifactory/addonstoolboxfactory.cxx224
-rwxr-xr-xframework/source/uifactory/factoryconfiguration.cxx344
-rw-r--r--framework/source/uifactory/makefile.mk58
-rw-r--r--framework/source/uifactory/menubarfactory.cxx215
-rw-r--r--framework/source/uifactory/popupmenucontrollerfactory.cxx96
-rw-r--r--framework/source/uifactory/statusbarcontrollerfactory.cxx94
-rw-r--r--framework/source/uifactory/statusbarfactory.cxx112
-rw-r--r--framework/source/uifactory/toolbarcontrollerfactory.cxx265
-rw-r--r--framework/source/uifactory/toolboxfactory.cxx108
-rw-r--r--framework/source/uifactory/uielementfactorymanager.cxx550
-rw-r--r--framework/source/uifactory/windowcontentfactorymanager.cxx269
-rw-r--r--framework/source/unotypes/fwk.xml459
-rw-r--r--framework/source/unotypes/fwl.xml97
-rw-r--r--framework/source/unotypes/lgd.xml34
-rw-r--r--framework/source/xml/acceleratorconfigurationreader.cxx341
-rw-r--r--framework/source/xml/acceleratorconfigurationwriter.cxx159
-rw-r--r--framework/source/xml/eventsconfiguration.cxx168
-rw-r--r--framework/source/xml/eventsdocumenthandler.cxx555
-rw-r--r--framework/source/xml/imagesconfiguration.cxx241
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx854
-rw-r--r--framework/source/xml/makefile.mk63
-rw-r--r--framework/source/xml/menuconfiguration.cxx194
-rw-r--r--framework/source/xml/menudocumenthandler.cxx914
-rw-r--r--framework/source/xml/saxnamespacefilter.cxx201
-rw-r--r--framework/source/xml/statusbarconfiguration.cxx169
-rw-r--r--framework/source/xml/statusbardocumenthandler.cxx701
-rw-r--r--framework/source/xml/toolboxconfiguration.cxx160
-rw-r--r--framework/source/xml/toolboxdocumenthandler.cxx829
-rw-r--r--framework/source/xml/toolboxlayoutdocumenthandler.cxx61
-rw-r--r--framework/source/xml/xmlnamespaces.cxx194
-rw-r--r--framework/test/makefile.mk98
-rw-r--r--framework/test/test.cxx1349
-rw-r--r--framework/test/test_componentenumeration.bas78
-rw-r--r--framework/test/test_documentproperties.bas1083
-rw-r--r--framework/test/test_filterregistration.bas95
-rw-r--r--framework/test/test_statusindicatorfactory.bas69
-rw-r--r--framework/test/threadtest.cxx741
-rw-r--r--framework/test/threadtest/makefile.mk71
-rw-r--r--framework/test/threadtest/test.btm29
-rw-r--r--framework/test/threadtest/threadtest.cxx739
-rw-r--r--framework/test/typecfg/build.btm26
-rw-r--r--framework/test/typecfg/cfgview.cxx1515
-rw-r--r--framework/test/typecfg/makefile.mk77
-rw-r--r--framework/test/typecfg/typecfg.cxx252
-rw-r--r--framework/test/typecfg/xml2xcd.cxx2372
-rw-r--r--framework/uiconfig/startmodule/accelerator/en-GB/default.xml28
-rw-r--r--framework/uiconfig/startmodule/accelerator/en-US/default.xml28
-rw-r--r--framework/uiconfig/startmodule/menubar/menubar.xml83
-rw-r--r--framework/uiconfig/startmodule/statusbar/statusbar.xml4
-rw-r--r--framework/uiconfig/startmodule/toolbar/standardbar.xml11
-rw-r--r--framework/util/exports.map10
-rw-r--r--framework/util/guiapps/makefile.mk71
-rw-r--r--framework/util/hidother.src35
-rw-r--r--framework/util/lgd.xml34
-rw-r--r--framework/util/makefile.mk430
-rw-r--r--framework/util/makefile.pmk42
-rw-r--r--framework/util/target.pmk38
-rw-r--r--goodies/inc/agapidll.hxx80
-rw-r--r--goodies/inc/agsdkdll.hxx153
-rw-r--r--goodies/inc/b3dtrans.hxx354
-rw-r--r--goodies/inc/chagent.hxx199
-rw-r--r--goodies/inc/chanapi.hxx84
-rw-r--r--goodies/inc/channel.hxx113
-rw-r--r--goodies/inc/chlist.hxx219
-rw-r--r--goodies/inc/chresid.hxx44
-rw-r--r--goodies/inc/chtuner.hxx94
-rw-r--r--goodies/inc/crypt.hxx62
-rw-r--r--goodies/inc/goodies.hrc60
-rw-r--r--goodies/inc/grfmgr.hxx574
-rw-r--r--goodies/inc/mailenum.hxx98
-rw-r--r--goodies/inc/makefile.mk51
-rw-r--r--goodies/inc/pch/precompiled_goodies.cxx32
-rw-r--r--goodies/inc/pch/precompiled_goodies.hxx174
-rw-r--r--goodies/prj/build.lst31
-rw-r--r--goodies/prj/d.lst82
-rw-r--r--goodies/source/base3d/b3dtrans.cxx1017
-rw-r--r--goodies/source/base3d/makefile.mk47
-rw-r--r--goodies/source/filter.vcl/egif/dlgegif.cxx111
-rw-r--r--goodies/source/filter.vcl/egif/dlgegif.hrc39
-rw-r--r--goodies/source/filter.vcl/egif/dlgegif.hxx74
-rw-r--r--goodies/source/filter.vcl/egif/dlgegif.src121
-rw-r--r--goodies/source/filter.vcl/egif/egif.cxx632
-rw-r--r--goodies/source/filter.vcl/egif/egifstr.src42
-rw-r--r--goodies/source/filter.vcl/egif/exports.map8
-rw-r--r--goodies/source/filter.vcl/egif/giflzwc.cxx259
-rw-r--r--goodies/source/filter.vcl/egif/giflzwc.hxx68
-rw-r--r--goodies/source/filter.vcl/egif/makefile.mk82
-rw-r--r--goodies/source/filter.vcl/egif/strings.hrc31
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.cxx182
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.hrc44
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.hxx83
-rw-r--r--goodies/source/filter.vcl/eos2met/dlgeos2.src165
-rw-r--r--goodies/source/filter.vcl/eos2met/eos2met.cxx2651
-rw-r--r--goodies/source/filter.vcl/eos2met/eos2mstr.src41
-rw-r--r--goodies/source/filter.vcl/eos2met/exports.map8
-rw-r--r--goodies/source/filter.vcl/eos2met/makefile.mk78
-rw-r--r--goodies/source/filter.vcl/eos2met/strings.hrc32
-rw-r--r--goodies/source/filter.vcl/epbm/dlgepbm.cxx102
-rw-r--r--goodies/source/filter.vcl/epbm/dlgepbm.hrc37
-rw-r--r--goodies/source/filter.vcl/epbm/dlgepbm.hxx74
-rw-r--r--goodies/source/filter.vcl/epbm/dlgepbm.src109
-rw-r--r--goodies/source/filter.vcl/epbm/epbm.cxx275
-rw-r--r--goodies/source/filter.vcl/epbm/epbmstr.src38
-rw-r--r--goodies/source/filter.vcl/epbm/exports.map8
-rw-r--r--goodies/source/filter.vcl/epbm/makefile.mk79
-rw-r--r--goodies/source/filter.vcl/epbm/strings.hrc30
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.cxx100
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.hrc37
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.hxx74
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.src108
-rw-r--r--goodies/source/filter.vcl/epgm/epgm.cxx300
-rw-r--r--goodies/source/filter.vcl/epgm/epgmstr.src38
-rw-r--r--goodies/source/filter.vcl/epgm/exports.map8
-rw-r--r--goodies/source/filter.vcl/epgm/makefile.mk80
-rw-r--r--goodies/source/filter.vcl/epgm/strings.hrc30
-rw-r--r--goodies/source/filter.vcl/epict/dlgepct.cxx186
-rw-r--r--goodies/source/filter.vcl/epict/dlgepct.hrc44
-rw-r--r--goodies/source/filter.vcl/epict/dlgepct.hxx83
-rw-r--r--goodies/source/filter.vcl/epict/dlgepct.src166
-rw-r--r--goodies/source/filter.vcl/epict/epict.cxx2306
-rw-r--r--goodies/source/filter.vcl/epict/epictstr.src41
-rw-r--r--goodies/source/filter.vcl/epict/exports.map8
-rw-r--r--goodies/source/filter.vcl/epict/makefile.mk80
-rw-r--r--goodies/source/filter.vcl/epict/strings.hrc32
-rw-r--r--goodies/source/filter.vcl/eppm/dlgeppm.cxx99
-rw-r--r--goodies/source/filter.vcl/eppm/dlgeppm.hrc37
-rw-r--r--goodies/source/filter.vcl/eppm/dlgeppm.hxx74
-rw-r--r--goodies/source/filter.vcl/eppm/dlgeppm.src109
-rw-r--r--goodies/source/filter.vcl/eppm/eppm.cxx308
-rw-r--r--goodies/source/filter.vcl/eppm/eppmstr.src38
-rw-r--r--goodies/source/filter.vcl/eppm/exports.map8
-rw-r--r--goodies/source/filter.vcl/eppm/makefile.mk80
-rw-r--r--goodies/source/filter.vcl/eppm/strings.hrc30
-rw-r--r--goodies/source/filter.vcl/eps/dlgeps.cxx209
-rw-r--r--goodies/source/filter.vcl/eps/dlgeps.hrc46
-rw-r--r--goodies/source/filter.vcl/eps/dlgeps.hxx85
-rw-r--r--goodies/source/filter.vcl/eps/dlgeps.src163
-rw-r--r--goodies/source/filter.vcl/eps/eps.cxx2743
-rw-r--r--goodies/source/filter.vcl/eps/epsstr.src73
-rw-r--r--goodies/source/filter.vcl/eps/exports.map8
-rw-r--r--goodies/source/filter.vcl/eps/makefile.mk83
-rw-r--r--goodies/source/filter.vcl/eps/strings.hrc32
-rw-r--r--goodies/source/filter.vcl/eras/eras.cxx320
-rw-r--r--goodies/source/filter.vcl/eras/exports.map7
-rw-r--r--goodies/source/filter.vcl/eras/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/etiff/etiff.cxx651
-rw-r--r--goodies/source/filter.vcl/etiff/exports.map7
-rw-r--r--goodies/source/filter.vcl/etiff/makefile.mk69
-rw-r--r--goodies/source/filter.vcl/expm/expm.cxx305
-rw-r--r--goodies/source/filter.vcl/expm/exports.map7
-rw-r--r--goodies/source/filter.vcl/expm/makefile.mk70
-rw-r--r--goodies/source/filter.vcl/icgm/actimpr.cxx1137
-rw-r--r--goodies/source/filter.vcl/icgm/bitmap.cxx413
-rw-r--r--goodies/source/filter.vcl/icgm/bitmap.hxx90
-rw-r--r--goodies/source/filter.vcl/icgm/bundles.cxx291
-rw-r--r--goodies/source/filter.vcl/icgm/bundles.hxx176
-rw-r--r--goodies/source/filter.vcl/icgm/cgm.cxx930
-rw-r--r--goodies/source/filter.vcl/icgm/cgm.hxx181
-rw-r--r--goodies/source/filter.vcl/icgm/cgmres.hrc31
-rw-r--r--goodies/source/filter.vcl/icgm/cgmtypes.hxx148
-rw-r--r--goodies/source/filter.vcl/icgm/chart.cxx103
-rw-r--r--goodies/source/filter.vcl/icgm/chart.hxx217
-rw-r--r--goodies/source/filter.vcl/icgm/class0.cxx141
-rw-r--r--goodies/source/filter.vcl/icgm/class1.cxx234
-rw-r--r--goodies/source/filter.vcl/icgm/class2.cxx230
-rw-r--r--goodies/source/filter.vcl/icgm/class3.cxx147
-rw-r--r--goodies/source/filter.vcl/icgm/class4.cxx864
-rw-r--r--goodies/source/filter.vcl/icgm/class5.cxx527
-rw-r--r--goodies/source/filter.vcl/icgm/class7.cxx240
-rw-r--r--goodies/source/filter.vcl/icgm/classx.cxx265
-rw-r--r--goodies/source/filter.vcl/icgm/elements.cxx398
-rw-r--r--goodies/source/filter.vcl/icgm/elements.hxx148
-rw-r--r--goodies/source/filter.vcl/icgm/exports.map7
-rw-r--r--goodies/source/filter.vcl/icgm/main.hxx66
-rw-r--r--goodies/source/filter.vcl/icgm/makefile.mk84
-rw-r--r--goodies/source/filter.vcl/icgm/outact.cxx203
-rw-r--r--goodies/source/filter.vcl/icgm/outact.hxx151
-rw-r--r--goodies/source/filter.vcl/idxf/dxf2mtf.cxx983
-rw-r--r--goodies/source/filter.vcl/idxf/dxf2mtf.hxx131
-rw-r--r--goodies/source/filter.vcl/idxf/dxfblkrd.cxx142
-rw-r--r--goodies/source/filter.vcl/idxf/dxfblkrd.hxx90
-rw-r--r--goodies/source/filter.vcl/idxf/dxfentrd.cxx874
-rw-r--r--goodies/source/filter.vcl/idxf/dxfentrd.hxx605
-rw-r--r--goodies/source/filter.vcl/idxf/dxfgrprd.cxx364
-rw-r--r--goodies/source/filter.vcl/idxf/dxfgrprd.hxx158
-rw-r--r--goodies/source/filter.vcl/idxf/dxfreprd.cxx388
-rw-r--r--goodies/source/filter.vcl/idxf/dxfreprd.hxx141
-rw-r--r--goodies/source/filter.vcl/idxf/dxftblrd.cxx351
-rw-r--r--goodies/source/filter.vcl/idxf/dxftblrd.hxx186
-rw-r--r--goodies/source/filter.vcl/idxf/dxfvec.cxx257
-rw-r--r--goodies/source/filter.vcl/idxf/dxfvec.hxx264
-rw-r--r--goodies/source/filter.vcl/idxf/exports.map7
-rw-r--r--goodies/source/filter.vcl/idxf/idxf.cxx85
-rw-r--r--goodies/source/filter.vcl/idxf/makefile.mk83
-rw-r--r--goodies/source/filter.vcl/ieps/exports.map7
-rw-r--r--goodies/source/filter.vcl/ieps/ieps.cxx732
-rw-r--r--goodies/source/filter.vcl/ieps/makefile.mk70
-rw-r--r--goodies/source/filter.vcl/ios2met/exports.map7
-rw-r--r--goodies/source/filter.vcl/ios2met/ios2met.cxx2787
-rw-r--r--goodies/source/filter.vcl/ios2met/makefile.mk72
-rw-r--r--goodies/source/filter.vcl/ipbm/exports.map7
-rw-r--r--goodies/source/filter.vcl/ipbm/ipbm.cxx567
-rw-r--r--goodies/source/filter.vcl/ipbm/makefile.mk72
-rw-r--r--goodies/source/filter.vcl/ipcd/exports.map7
-rw-r--r--goodies/source/filter.vcl/ipcd/ipcd.cxx425
-rw-r--r--goodies/source/filter.vcl/ipcd/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/ipcx/exports.map7
-rw-r--r--goodies/source/filter.vcl/ipcx/ipcx.cxx461
-rw-r--r--goodies/source/filter.vcl/ipcx/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/ipict/exports.map7
-rw-r--r--goodies/source/filter.vcl/ipict/ipict.cxx1940
-rw-r--r--goodies/source/filter.vcl/ipict/makefile.mk72
-rw-r--r--goodies/source/filter.vcl/ipsd/exports.map7
-rw-r--r--goodies/source/filter.vcl/ipsd/ipsd.cxx766
-rw-r--r--goodies/source/filter.vcl/ipsd/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/iras/exports.map7
-rw-r--r--goodies/source/filter.vcl/iras/iras.cxx386
-rw-r--r--goodies/source/filter.vcl/iras/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/itga/exports.map7
-rw-r--r--goodies/source/filter.vcl/itga/itga.cxx761
-rw-r--r--goodies/source/filter.vcl/itga/makefile.mk71
-rw-r--r--goodies/source/filter.vcl/itiff/ccidecom.cxx1115
-rw-r--r--goodies/source/filter.vcl/itiff/ccidecom.hxx128
-rw-r--r--goodies/source/filter.vcl/itiff/exports.map7
-rw-r--r--goodies/source/filter.vcl/itiff/itiff.cxx1345
-rw-r--r--goodies/source/filter.vcl/itiff/lzwdecom.cxx195
-rw-r--r--goodies/source/filter.vcl/itiff/lzwdecom.hxx82
-rw-r--r--goodies/source/filter.vcl/itiff/makefile.mk75
-rw-r--r--goodies/source/graphic/grfattr.cxx121
-rw-r--r--goodies/source/graphic/grfcache.cxx1055
-rw-r--r--goodies/source/graphic/grfcache.hxx112
-rw-r--r--goodies/source/graphic/grfmgr.cxx1294
-rw-r--r--goodies/source/graphic/grfmgr2.cxx2385
-rw-r--r--goodies/source/graphic/makefile.mk61
-rw-r--r--goodies/source/inv/expl.cxx140
-rw-r--r--goodies/source/inv/expl.hxx71
-rw-r--r--goodies/source/inv/gegner.src163
-rw-r--r--goodies/source/inv/invader.cxx624
-rw-r--r--goodies/source/inv/invader.hrc63
-rw-r--r--goodies/source/inv/invader.hxx135
-rw-r--r--goodies/source/inv/invader1.cxx447
-rw-r--r--goodies/source/inv/makefile.mk159
-rw-r--r--goodies/source/inv/monst.cxx427
-rw-r--r--goodies/source/inv/monst.hxx135
-rw-r--r--goodies/source/inv/score.cxx155
-rw-r--r--goodies/source/inv/score.hxx61
-rw-r--r--goodies/source/inv/shapes.cxx485
-rw-r--r--goodies/source/inv/shapes.hxx194
-rw-r--r--goodies/source/inv/strings.hrc57
-rw-r--r--goodies/source/inv/strings.src136
-rw-r--r--goodies/source/inv/waves.hxx121
-rw-r--r--goodies/source/unographic/descriptor.cxx508
-rw-r--r--goodies/source/unographic/descriptor.hxx143
-rw-r--r--goodies/source/unographic/graphic.cxx308
-rw-r--r--goodies/source/unographic/graphic.hxx106
-rwxr-xr-xgoodies/source/unographic/graphicuno.cxx169
-rw-r--r--goodies/source/unographic/graphicunofactory.cxx106
-rwxr-xr-xgoodies/source/unographic/makefile.mk64
-rw-r--r--goodies/source/unographic/provider.cxx862
-rw-r--r--goodies/source/unographic/provider.hxx85
-rw-r--r--goodies/source/unographic/renderer.cxx351
-rw-r--r--goodies/source/unographic/renderer.hxx103
-rw-r--r--goodies/source/unographic/transformer.cxx162
-rw-r--r--goodies/source/unographic/transformer.hxx66
-rwxr-xr-xgoodies/util/goodies.dxp3
-rw-r--r--goodies/util/makefile.mk105
-rw-r--r--goodies/util/shelp.icobin0 -> 6750 bytes-rw-r--r--graphite/graphite-2.3.1.patch2014
-rwxr-xr-xgraphite/graphite-2.3.1.patch.mingw168
-rw-r--r--graphite/makefile.mk193
-rw-r--r--graphite/prj/build.lst3
-rw-r--r--graphite/prj/d.lst15
-rw-r--r--guw/guw.cc689
-rw-r--r--guw/makefile5
-rwxr-xr-xhsqldb/makefile.mk86
-rw-r--r--hsqldb/patches/i103528.patch11
-rw-r--r--hsqldb/patches/i104901.patch27
-rw-r--r--hsqldb/patches/i96823.patch94
-rw-r--r--hsqldb/patches/i97032.patch10
-rwxr-xr-xhsqldb/prj/build.lst2
-rwxr-xr-xhsqldb/prj/d.lst1
-rwxr-xr-xhsqldb/version.mk6
-rw-r--r--hunspell/hunspell-1.2.8.patch631
-rw-r--r--hunspell/hunspell-consts-1.2.8.patch22
-rw-r--r--hunspell/makefile.mk100
-rw-r--r--hunspell/prj/build.lst3
-rw-r--r--hunspell/prj/d.lst5
-rw-r--r--hwpfilter/inc/makefile.mk51
-rw-r--r--hwpfilter/inc/pch/precompiled_hwpfilter.cxx32
-rw-r--r--hwpfilter/inc/pch/precompiled_hwpfilter.hxx35
-rw-r--r--hwpfilter/prj/build.lst5
-rw-r--r--hwpfilter/prj/d.lst5
-rw-r--r--hwpfilter/source/attributes.cxx171
-rw-r--r--hwpfilter/source/attributes.hxx77
-rw-r--r--hwpfilter/source/cspline.cpp176
-rw-r--r--hwpfilter/source/cspline.h39
-rw-r--r--hwpfilter/source/datecode.h60
-rw-r--r--hwpfilter/source/drawdef.h265
-rw-r--r--hwpfilter/source/drawing.h814
-rw-r--r--hwpfilter/source/fontmap.cpp177
-rw-r--r--hwpfilter/source/formula.cpp689
-rw-r--r--hwpfilter/source/formula.h105
-rw-r--r--hwpfilter/source/grammar.cpp1478
-rw-r--r--hwpfilter/source/grammar.h68
-rw-r--r--hwpfilter/source/hbox.cpp717
-rw-r--r--hwpfilter/source/hbox.h1044
-rw-r--r--hwpfilter/source/hcode.cpp1541
-rw-r--r--hwpfilter/source/hcode.h87
-rw-r--r--hwpfilter/source/hfont.cpp110
-rw-r--r--hwpfilter/source/hfont.h80
-rw-r--r--hwpfilter/source/hgzip.cpp340
-rw-r--r--hwpfilter/source/hgzip.h117
-rw-r--r--hwpfilter/source/himgutil.cpp172
-rw-r--r--hwpfilter/source/himgutil.h79
-rw-r--r--hwpfilter/source/hinfo.cpp224
-rw-r--r--hwpfilter/source/hinfo.h267
-rw-r--r--hwpfilter/source/hiodev.cpp368
-rw-r--r--hwpfilter/source/hiodev.h174
-rw-r--r--hwpfilter/source/hpara.cpp323
-rw-r--r--hwpfilter/source/hpara.h185
-rw-r--r--hwpfilter/source/hstream.cpp83
-rw-r--r--hwpfilter/source/hstream.h69
-rw-r--r--hwpfilter/source/hstyle.cpp156
-rw-r--r--hwpfilter/source/hstyle.h64
-rw-r--r--hwpfilter/source/htags.cpp171
-rw-r--r--hwpfilter/source/htags.h92
-rw-r--r--hwpfilter/source/hutil.cpp104
-rw-r--r--hwpfilter/source/hutil.h50
-rw-r--r--hwpfilter/source/hwp.map8
-rw-r--r--hwpfilter/source/hwpeq.cpp769
-rw-r--r--hwpfilter/source/hwpeq.h47
-rw-r--r--hwpfilter/source/hwpfile.cpp683
-rw-r--r--hwpfilter/source/hwpfile.h315
-rw-r--r--hwpfilter/source/hwplib.h247
-rw-r--r--hwpfilter/source/hwpread.cpp816
-rw-r--r--hwpfilter/source/hwpreader.cxx4952
-rw-r--r--hwpfilter/source/hwpreader.hxx404
-rw-r--r--hwpfilter/source/ksc5601.h760
-rw-r--r--hwpfilter/source/lexer.cpp2416
-rw-r--r--hwpfilter/source/list.hxx286
-rw-r--r--hwpfilter/source/makefile.mk101
-rw-r--r--hwpfilter/source/mapping.h401
-rw-r--r--hwpfilter/source/mzstring.cpp317
-rw-r--r--hwpfilter/source/mzstring.h190
-rw-r--r--hwpfilter/source/nodes.h110
-rw-r--r--hwpfilter/source/precompile.h47
-rw-r--r--hwpfilter/source/solver.cpp186
-rw-r--r--hwpfilter/source/solver.h53
-rw-r--r--hyphen/hyphen-2.4.patch172
-rw-r--r--hyphen/makefile.mk110
-rw-r--r--hyphen/prj/build.lst3
-rw-r--r--hyphen/prj/d.lst5
-rw-r--r--i18npool/inc/breakiteratorImpl.hxx155
-rw-r--r--i18npool/inc/breakiterator_cjk.hxx81
-rw-r--r--i18npool/inc/breakiterator_ctl.hxx67
-rw-r--r--i18npool/inc/breakiterator_th.hxx51
-rw-r--r--i18npool/inc/breakiterator_unicode.hxx105
-rw-r--r--i18npool/inc/bullet.h334
-rw-r--r--i18npool/inc/calendarImpl.hxx109
-rw-r--r--i18npool/inc/calendar_gregorian.hxx177
-rw-r--r--i18npool/inc/calendar_hijri.hxx87
-rw-r--r--i18npool/inc/calendar_jewish.hxx57
-rw-r--r--i18npool/inc/cclass_cjk.hxx98
-rw-r--r--i18npool/inc/cclass_unicode.hxx191
-rw-r--r--i18npool/inc/chaptercollator.hxx65
-rw-r--r--i18npool/inc/characterclassificationImpl.hxx121
-rw-r--r--i18npool/inc/chartonum.hxx64
-rw-r--r--i18npool/inc/collatorImpl.hxx121
-rw-r--r--i18npool/inc/collator_unicode.hxx88
-rw-r--r--i18npool/inc/defaultnumberingprovider.hxx109
-rw-r--r--i18npool/inc/i18npool/i18npooldllapi.h44
-rw-r--r--i18npool/inc/i18npool/lang.h507
-rw-r--r--i18npool/inc/i18npool/mslangid.hxx317
-rw-r--r--i18npool/inc/i18npool/paper.hxx155
-rw-r--r--i18npool/inc/indexentrysupplier.hxx113
-rw-r--r--i18npool/inc/indexentrysupplier_asian.hxx68
-rw-r--r--i18npool/inc/indexentrysupplier_common.hxx113
-rw-r--r--i18npool/inc/indexentrysupplier_default.hxx117
-rw-r--r--i18npool/inc/indexentrysupplier_ja_phonetic.hxx78
-rw-r--r--i18npool/inc/inputsequencechecker.hxx93
-rw-r--r--i18npool/inc/inputsequencechecker_hi.hxx58
-rw-r--r--i18npool/inc/inputsequencechecker_th.hxx55
-rw-r--r--i18npool/inc/localedata.hxx142
-rw-r--r--i18npool/inc/makefile.mk52
-rw-r--r--i18npool/inc/nativenumbersupplier.hxx94
-rw-r--r--i18npool/inc/numberformatcode.hxx84
-rw-r--r--i18npool/inc/numtochar.hxx65
-rw-r--r--i18npool/inc/numtotext_cjk.hxx80
-rw-r--r--i18npool/inc/ordinalsuffix.hxx60
-rw-r--r--i18npool/inc/pch/precompiled_i18npool.cxx32
-rw-r--r--i18npool/inc/pch/precompiled_i18npool.hxx35
-rw-r--r--i18npool/inc/scripttypedetector.hxx69
-rw-r--r--i18npool/inc/servicename.hxx89
-rw-r--r--i18npool/inc/textToPronounce_zh.hxx84
-rw-r--r--i18npool/inc/textconversion.hxx214
-rw-r--r--i18npool/inc/textconversionImpl.hxx106
-rw-r--r--i18npool/inc/texttonum.hxx62
-rw-r--r--i18npool/inc/transliterationImpl.hxx158
-rw-r--r--i18npool/inc/transliteration_Ignore.hxx191
-rw-r--r--i18npool/inc/transliteration_Numeric.hxx76
-rw-r--r--i18npool/inc/transliteration_OneToOne.hxx130
-rw-r--r--i18npool/inc/transliteration_body.hxx98
-rw-r--r--i18npool/inc/transliteration_caseignore.hxx79
-rw-r--r--i18npool/inc/transliteration_commonclass.hxx125
-rw-r--r--i18npool/inc/warnings_guard_unicode_brkiter.h51
-rw-r--r--i18npool/inc/warnings_guard_unicode_calendar.h51
-rw-r--r--i18npool/inc/warnings_guard_unicode_tblcoll.h51
-rw-r--r--i18npool/inc/wtt.h77
-rw-r--r--i18npool/inc/xdictionary.hxx99
-rw-r--r--i18npool/prj/build.lst26
-rw-r--r--i18npool/prj/d.lst48
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx604
-rw-r--r--i18npool/source/breakiterator/breakiterator_cjk.cxx189
-rw-r--r--i18npool/source/breakiterator/breakiterator_ctl.cxx148
-rw-r--r--i18npool/source/breakiterator/breakiterator_th.cxx160
-rw-r--r--i18npool/source/breakiterator/breakiterator_unicode.cxx448
-rw-r--r--i18npool/source/breakiterator/data/char_in.txt48
-rw-r--r--i18npool/source/breakiterator/data/count_word.txt125
-rw-r--r--i18npool/source/breakiterator/data/count_word_fi.txt134
-rw-r--r--i18npool/source/breakiterator/data/dict.map12
-rw-r--r--i18npool/source/breakiterator/data/dict_word.txt148
-rw-r--r--i18npool/source/breakiterator/data/dict_word_ca.txt139
-rw-r--r--i18npool/source/breakiterator/data/dict_word_fi.txt147
-rw-r--r--i18npool/source/breakiterator/data/dict_word_he.txt139
-rw-r--r--i18npool/source/breakiterator/data/dict_word_hu.txt162
-rw-r--r--i18npool/source/breakiterator/data/dict_word_nodash.txt147
-rw-r--r--i18npool/source/breakiterator/data/dict_word_prepostdash.txt157
-rw-r--r--i18npool/source/breakiterator/data/edit_word.txt142
-rw-r--r--i18npool/source/breakiterator/data/edit_word_he.txt142
-rw-r--r--i18npool/source/breakiterator/data/edit_word_hu.txt159
-rw-r--r--i18npool/source/breakiterator/data/ja.dic119816
-rw-r--r--i18npool/source/breakiterator/data/line.txt634
-rw-r--r--i18npool/source/breakiterator/data/makefile.mk88
-rw-r--r--i18npool/source/breakiterator/data/sent.txt128
-rw-r--r--i18npool/source/breakiterator/data/zh.dic251404
-rw-r--r--i18npool/source/breakiterator/gendict.cxx208
-rw-r--r--i18npool/source/breakiterator/makefile.mk104
-rw-r--r--i18npool/source/breakiterator/xdictionary.cxx405
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx327
-rw-r--r--i18npool/source/calendar/calendar_gregorian.cxx1101
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx344
-rw-r--r--i18npool/source/calendar/calendar_jewish.cxx309
-rw-r--r--i18npool/source/calendar/makefile.mk57
-rw-r--r--i18npool/source/characterclassification/cclass_unicode.cxx291
-rw-r--r--i18npool/source/characterclassification/cclass_unicode_parser.cxx1070
-rw-r--r--i18npool/source/characterclassification/characterclassificationImpl.cxx239
-rw-r--r--i18npool/source/characterclassification/makefile.mk56
-rw-r--r--i18npool/source/characterclassification/scripttypedetector.cxx185
-rw-r--r--i18npool/source/collator/chaptercollator.cxx114
-rw-r--r--i18npool/source/collator/collatorImpl.cxx263
-rw-r--r--i18npool/source/collator/collator_unicode.cxx179
-rw-r--r--i18npool/source/collator/data/collator_data.map25
-rw-r--r--i18npool/source/collator/data/dz_charset.txt74
-rw-r--r--i18npool/source/collator/data/hu_charset.txt14
-rw-r--r--i18npool/source/collator/data/ja_charset.txt1446
-rw-r--r--i18npool/source/collator/data/ja_phonetic_alphanumeric_first.txt1466
-rw-r--r--i18npool/source/collator/data/ja_phonetic_alphanumeric_last.txt1466
-rw-r--r--i18npool/source/collator/data/ko_charset.txt733
-rw-r--r--i18npool/source/collator/data/ku_alphanumeric.txt9
-rw-r--r--i18npool/source/collator/data/ln_charset.txt6
-rw-r--r--i18npool/source/collator/data/makefile.mk68
-rw-r--r--i18npool/source/collator/data/my_dictionary.txt373
-rw-r--r--i18npool/source/collator/data/ne_charset.txt5
-rw-r--r--i18npool/source/collator/data/zh_TW_charset.txt1337
-rw-r--r--i18npool/source/collator/data/zh_TW_radical.txt2787
-rw-r--r--i18npool/source/collator/data/zh_TW_stroke.txt2787
-rw-r--r--i18npool/source/collator/data/zh_charset.txt2099
-rw-r--r--i18npool/source/collator/data/zh_pinyin.txt2099
-rw-r--r--i18npool/source/collator/data/zh_radical.txt2787
-rw-r--r--i18npool/source/collator/data/zh_stroke.txt2101
-rw-r--r--i18npool/source/collator/data/zh_zhuyin.txt1702
-rw-r--r--i18npool/source/collator/gencoll_rule.cxx143
-rw-r--r--i18npool/source/collator/makefile.mk77
-rw-r--r--i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx907
-rw-r--r--i18npool/source/defaultnumberingprovider/makefile.mk53
-rw-r--r--i18npool/source/indexentry/data/index_data.map17
-rw-r--r--i18npool/source/indexentry/data/indexdata_alphanumeric.h50
-rw-r--r--i18npool/source/indexentry/data/indexdata_ja_phonetic.h123
-rw-r--r--i18npool/source/indexentry/data/indexdata_ko_dict.txt16167
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_TW_radical.txt27786
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_TW_stroke.txt27786
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_pinyin.txt20903
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_radical.txt27786
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_stroke.txt20923
-rw-r--r--i18npool/source/indexentry/data/indexdata_zh_zhuyin.txt16971
-rw-r--r--i18npool/source/indexentry/data/ko_phonetic.txt16153
-rw-r--r--i18npool/source/indexentry/data/makefile.mk71
-rw-r--r--i18npool/source/indexentry/data/zh_pinyin.txt20378
-rw-r--r--i18npool/source/indexentry/data/zh_zhuyin.txt16936
-rw-r--r--i18npool/source/indexentry/genindex_data.cxx169
-rw-r--r--i18npool/source/indexentry/indexentrysupplier.cxx212
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_asian.cxx157
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_common.cxx153
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_default.cxx293
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx109
-rw-r--r--i18npool/source/indexentry/makefile.mk70
-rw-r--r--i18npool/source/inputchecker/inputsequencechecker.cxx169
-rw-r--r--i18npool/source/inputchecker/inputsequencechecker_hi.cxx151
-rw-r--r--i18npool/source/inputchecker/inputsequencechecker_th.cxx157
-rw-r--r--i18npool/source/inputchecker/makefile.mk55
-rw-r--r--i18npool/source/isolang/insys.cxx46
-rw-r--r--i18npool/source/isolang/inunx.cxx153
-rw-r--r--i18npool/source/isolang/inwnt.cxx114
-rw-r--r--i18npool/source/isolang/isolang.cxx1041
-rwxr-xr-xi18npool/source/isolang/langid.pl403
-rw-r--r--i18npool/source/isolang/lcid.awk171
-rw-r--r--i18npool/source/isolang/makefile.mk73
-rw-r--r--i18npool/source/isolang/mslangid.cxx459
-rw-r--r--i18npool/source/localedata/LocaleNode.cxx1793
-rw-r--r--i18npool/source/localedata/LocaleNode.hxx262
-rw-r--r--i18npool/source/localedata/data/af_NA.xml25
-rw-r--r--i18npool/source/localedata/data/af_ZA.xml186
-rw-r--r--i18npool/source/localedata/data/ak_GH.xml371
-rw-r--r--i18npool/source/localedata/data/am_ET.xml193
-rw-r--r--i18npool/source/localedata/data/ar_EG.xml523
-rw-r--r--i18npool/source/localedata/data/ar_LB.xml290
-rw-r--r--i18npool/source/localedata/data/ar_OM.xml357
-rw-r--r--i18npool/source/localedata/data/ar_SA.xml290
-rw-r--r--i18npool/source/localedata/data/ar_TN.xml290
-rw-r--r--i18npool/source/localedata/data/ast_ES.xml359
-rw-r--r--i18npool/source/localedata/data/az_AZ.xml339
-rw-r--r--i18npool/source/localedata/data/be_BY.xml334
-rw-r--r--i18npool/source/localedata/data/bg_BG.xml409
-rw-r--r--i18npool/source/localedata/data/bn_BD.xml178
-rw-r--r--i18npool/source/localedata/data/bn_IN.xml352
-rw-r--r--i18npool/source/localedata/data/br_FR.xml347
-rw-r--r--i18npool/source/localedata/data/bs_BA.xml457
-rw-r--r--i18npool/source/localedata/data/ca_ES.xml343
-rw-r--r--i18npool/source/localedata/data/cs_CZ.xml380
-rw-r--r--i18npool/source/localedata/data/currency-check.awk318
-rw-r--r--i18npool/source/localedata/data/cv_RU.xml341
-rw-r--r--i18npool/source/localedata/data/cy_GB.xml143
-rw-r--r--i18npool/source/localedata/data/da_DK.xml336
-rw-r--r--i18npool/source/localedata/data/de_AT.xml321
-rw-r--r--i18npool/source/localedata/data/de_CH.xml199
-rw-r--r--i18npool/source/localedata/data/de_DE.xml355
-rw-r--r--i18npool/source/localedata/data/de_LI.xml196
-rw-r--r--i18npool/source/localedata/data/de_LU.xml321
-rw-r--r--i18npool/source/localedata/data/dz_BT.xml509
-rw-r--r--i18npool/source/localedata/data/ee_GH.xml365
-rw-r--r--i18npool/source/localedata/data/el_GR.xml341
-rw-r--r--i18npool/source/localedata/data/en_AU.xml314
-rw-r--r--i18npool/source/localedata/data/en_BZ.xml65
-rw-r--r--i18npool/source/localedata/data/en_CA.xml206
-rw-r--r--i18npool/source/localedata/data/en_GB.xml240
-rw-r--r--i18npool/source/localedata/data/en_GH.xml365
-rw-r--r--i18npool/source/localedata/data/en_IE.xml79
-rw-r--r--i18npool/source/localedata/data/en_IN.xml43
-rw-r--r--i18npool/source/localedata/data/en_JM.xml314
-rw-r--r--i18npool/source/localedata/data/en_NA.xml322
-rw-r--r--i18npool/source/localedata/data/en_NZ.xml173
-rw-r--r--i18npool/source/localedata/data/en_PH.xml33
-rw-r--r--i18npool/source/localedata/data/en_TT.xml173
-rw-r--r--i18npool/source/localedata/data/en_US.xml566
-rw-r--r--i18npool/source/localedata/data/en_ZA.xml314
-rw-r--r--i18npool/source/localedata/data/en_ZW.xml173
-rw-r--r--i18npool/source/localedata/data/eo.xml346
-rw-r--r--i18npool/source/localedata/data/es_AR.xml209
-rw-r--r--i18npool/source/localedata/data/es_BO.xml220
-rw-r--r--i18npool/source/localedata/data/es_CL.xml206
-rw-r--r--i18npool/source/localedata/data/es_CO.xml199
-rw-r--r--i18npool/source/localedata/data/es_CR.xml218
-rw-r--r--i18npool/source/localedata/data/es_DO.xml243
-rw-r--r--i18npool/source/localedata/data/es_EC.xml206
-rw-r--r--i18npool/source/localedata/data/es_ES.xml349
-rw-r--r--i18npool/source/localedata/data/es_GT.xml243
-rw-r--r--i18npool/source/localedata/data/es_HN.xml36
-rw-r--r--i18npool/source/localedata/data/es_MX.xml36
-rw-r--r--i18npool/source/localedata/data/es_NI.xml58
-rw-r--r--i18npool/source/localedata/data/es_PA.xml43
-rw-r--r--i18npool/source/localedata/data/es_PE.xml243
-rw-r--r--i18npool/source/localedata/data/es_PR.xml36
-rw-r--r--i18npool/source/localedata/data/es_PY.xml36
-rw-r--r--i18npool/source/localedata/data/es_SV.xml36
-rw-r--r--i18npool/source/localedata/data/es_UY.xml58
-rw-r--r--i18npool/source/localedata/data/es_VE.xml43
-rw-r--r--i18npool/source/localedata/data/et_EE.xml341
-rw-r--r--i18npool/source/localedata/data/eu.xml353
-rw-r--r--i18npool/source/localedata/data/fa_IR.xml640
-rw-r--r--i18npool/source/localedata/data/fi_FI.xml342
-rw-r--r--i18npool/source/localedata/data/fo_FO.xml379
-rw-r--r--i18npool/source/localedata/data/fr_BE.xml206
-rw-r--r--i18npool/source/localedata/data/fr_CA.xml209
-rw-r--r--i18npool/source/localedata/data/fr_CH.xml206
-rw-r--r--i18npool/source/localedata/data/fr_FR.xml347
-rw-r--r--i18npool/source/localedata/data/fr_LU.xml203
-rw-r--r--i18npool/source/localedata/data/fr_MC.xml26
-rw-r--r--i18npool/source/localedata/data/fur_IT.xml358
-rw-r--r--i18npool/source/localedata/data/fy_NL.xml357
-rw-r--r--i18npool/source/localedata/data/ga_IE.xml186
-rw-r--r--i18npool/source/localedata/data/gl_ES.xml343
-rw-r--r--i18npool/source/localedata/data/gsc_FR.xml358
-rw-r--r--i18npool/source/localedata/data/gu_IN.xml173
-rw-r--r--i18npool/source/localedata/data/gug_PY.xml358
-rw-r--r--i18npool/source/localedata/data/ha_GH.xml368
-rw-r--r--i18npool/source/localedata/data/he_IL.xml472
-rw-r--r--i18npool/source/localedata/data/hi_IN.xml394
-rw-r--r--i18npool/source/localedata/data/hil_PH.xml359
-rw-r--r--i18npool/source/localedata/data/hr_HR.xml449
-rw-r--r--i18npool/source/localedata/data/hu_HU.xml342
-rw-r--r--i18npool/source/localedata/data/hy_AM.xml345
-rw-r--r--i18npool/source/localedata/data/ia.xml384
-rw-r--r--i18npool/source/localedata/data/id_ID.xml329
-rw-r--r--i18npool/source/localedata/data/is_IS.xml405
-rw-r--r--i18npool/source/localedata/data/it_CH.xml196
-rw-r--r--i18npool/source/localedata/data/it_IT.xml349
-rw-r--r--i18npool/source/localedata/data/ja_JP.xml591
-rw-r--r--i18npool/source/localedata/data/ka_GE.xml345
-rw-r--r--i18npool/source/localedata/data/kk_KZ.xml357
-rw-r--r--i18npool/source/localedata/data/kl_GL.xml335
-rw-r--r--i18npool/source/localedata/data/km_KH.xml437
-rw-r--r--i18npool/source/localedata/data/kn_IN.xml173
-rw-r--r--i18npool/source/localedata/data/ko_KR.xml668
-rw-r--r--i18npool/source/localedata/data/ku_TR.xml421
-rw-r--r--i18npool/source/localedata/data/ky_KG.xml334
-rw-r--r--i18npool/source/localedata/data/la_VA.xml349
-rw-r--r--i18npool/source/localedata/data/lb_LU.xml348
-rw-r--r--i18npool/source/localedata/data/lg_UG.xml358
-rw-r--r--i18npool/source/localedata/data/linkermapfile-check.awk105
-rw-r--r--i18npool/source/localedata/data/list-locales.awk75
-rw-r--r--i18npool/source/localedata/data/ln_CD.xml362
-rw-r--r--i18npool/source/localedata/data/lo_LA.xml520
-rw-r--r--i18npool/source/localedata/data/locale.dtd478
-rw-r--r--i18npool/source/localedata/data/localedata_en.map246
-rw-r--r--i18npool/source/localedata/data/localedata_es.map348
-rw-r--r--i18npool/source/localedata/data/localedata_euro.map1146
-rw-r--r--i18npool/source/localedata/data/localedata_others.map1282
-rw-r--r--i18npool/source/localedata/data/lt_LT.xml437
-rw-r--r--i18npool/source/localedata/data/lv_LV.xml462
-rw-r--r--i18npool/source/localedata/data/makefile.mk508
-rw-r--r--i18npool/source/localedata/data/mk_MK.xml413
-rw-r--r--i18npool/source/localedata/data/ml_IN.xml350
-rw-r--r--i18npool/source/localedata/data/mn_MN.xml378
-rwxr-xr-xi18npool/source/localedata/data/mr_IN.xml25
-rw-r--r--i18npool/source/localedata/data/ms_MY.xml188
-rw-r--r--i18npool/source/localedata/data/mt_MT.xml359
-rw-r--r--i18npool/source/localedata/data/my_MM.xml486
-rw-r--r--i18npool/source/localedata/data/nb_NO.xml25
-rw-r--r--i18npool/source/localedata/data/ne_NP.xml413
-rw-r--r--i18npool/source/localedata/data/nl_BE.xml210
-rw-r--r--i18npool/source/localedata/data/nl_NL.xml387
-rw-r--r--i18npool/source/localedata/data/nn_NO.xml71
-rw-r--r--i18npool/source/localedata/data/no_NO.xml388
-rw-r--r--i18npool/source/localedata/data/nr_ZA.xml158
-rw-r--r--i18npool/source/localedata/data/nso_ZA.xml149
-rw-r--r--i18npool/source/localedata/data/oc_FR.xml357
-rw-r--r--i18npool/source/localedata/data/om_ET.xml358
-rw-r--r--i18npool/source/localedata/data/or_IN.xml363
-rw-r--r--i18npool/source/localedata/data/pa_IN.xml195
-rw-r--r--i18npool/source/localedata/data/pl_PL.xml346
-rw-r--r--i18npool/source/localedata/data/pt_BR.xml240
-rw-r--r--i18npool/source/localedata/data/pt_PT.xml380
-rw-r--r--i18npool/source/localedata/data/ro_RO.xml390
-rw-r--r--i18npool/source/localedata/data/ru_RU.xml341
-rw-r--r--i18npool/source/localedata/data/rw_RW.xml384
-rw-r--r--i18npool/source/localedata/data/sc_IT.xml358
-rw-r--r--i18npool/source/localedata/data/sg_CF.xml358
-rw-r--r--i18npool/source/localedata/data/sh_ME.xml41
-rw-r--r--i18npool/source/localedata/data/sh_RS.xml236
-rw-r--r--i18npool/source/localedata/data/sh_YU.xml41
-rw-r--r--i18npool/source/localedata/data/shs_CA.xml414
-rw-r--r--i18npool/source/localedata/data/sk_SK.xml460
-rw-r--r--i18npool/source/localedata/data/sl_SI.xml422
-rw-r--r--i18npool/source/localedata/data/so_SO.xml365
-rw-r--r--i18npool/source/localedata/data/sr_ME.xml41
-rw-r--r--i18npool/source/localedata/data/sr_RS.xml441
-rw-r--r--i18npool/source/localedata/data/sr_YU.xml41
-rw-r--r--i18npool/source/localedata/data/ss_ZA.xml143
-rw-r--r--i18npool/source/localedata/data/st_ZA.xml143
-rw-r--r--i18npool/source/localedata/data/sv_FI.xml321
-rw-r--r--i18npool/source/localedata/data/sv_SE.xml342
-rw-r--r--i18npool/source/localedata/data/sw_TZ.xml347
-rw-r--r--i18npool/source/localedata/data/ta_IN.xml173
-rw-r--r--i18npool/source/localedata/data/te_IN.xml172
-rw-r--r--i18npool/source/localedata/data/tg_TJ.xml341
-rw-r--r--i18npool/source/localedata/data/th_TH.xml674
-rw-r--r--i18npool/source/localedata/data/ti_ER.xml334
-rw-r--r--i18npool/source/localedata/data/tk_TM.xml358
-rw-r--r--i18npool/source/localedata/data/tn_ZA.xml143
-rw-r--r--i18npool/source/localedata/data/tpi_PG.xml358
-rw-r--r--i18npool/source/localedata/data/tr_TR.xml343
-rw-r--r--i18npool/source/localedata/data/ts_ZA.xml164
-rw-r--r--i18npool/source/localedata/data/ug_CN.xml364
-rw-r--r--i18npool/source/localedata/data/uk_UA.xml460
-rw-r--r--i18npool/source/localedata/data/uz_UZ.xml334
-rw-r--r--i18npool/source/localedata/data/ve_ZA.xml164
-rw-r--r--i18npool/source/localedata/data/vi_VN.xml414
-rw-r--r--i18npool/source/localedata/data/wa_BE.xml342
-rw-r--r--i18npool/source/localedata/data/xh_ZA.xml158
-rw-r--r--i18npool/source/localedata/data/zh_CN.xml518
-rw-r--r--i18npool/source/localedata/data/zh_HK.xml276
-rw-r--r--i18npool/source/localedata/data/zh_MO.xml265
-rw-r--r--i18npool/source/localedata/data/zh_SG.xml262
-rw-r--r--i18npool/source/localedata/data/zh_TW.xml447
-rw-r--r--i18npool/source/localedata/data/zu_ZA.xml143
-rw-r--r--i18npool/source/localedata/filewriter.cxx216
-rw-r--r--i18npool/source/localedata/localedata.cxx1477
-rw-r--r--i18npool/source/localedata/makefile.mk88
-rw-r--r--i18npool/source/localedata/saxparser.cxx430
-rw-r--r--i18npool/source/nativenumber/data/numberchar.h280
-rw-r--r--i18npool/source/nativenumber/makefile.mk53
-rw-r--r--i18npool/source/nativenumber/nativenumbersupplier.cxx920
-rw-r--r--i18npool/source/numberformatcode/makefile.mk53
-rw-r--r--i18npool/source/numberformatcode/numberformatcode.cxx307
-rw-r--r--i18npool/source/ordinalsuffix/makefile.mk54
-rw-r--r--i18npool/source/ordinalsuffix/ordinalsuffix.cxx120
-rw-r--r--i18npool/source/paper/makefile.mk75
-rw-r--r--i18npool/source/paper/paper.cxx478
-rw-r--r--i18npool/source/registerservices/makefile.mk50
-rw-r--r--i18npool/source/registerservices/registerservices.cxx630
-rw-r--r--i18npool/source/search/i18nsearch.map10
-rw-r--r--i18npool/source/search/levdis.cxx782
-rw-r--r--i18npool/source/search/levdis.hxx232
-rw-r--r--i18npool/source/search/makefile.mk82
-rw-r--r--i18npool/source/search/textsearch.cxx1041
-rw-r--r--i18npool/source/search/textsearch.hxx157
-rw-r--r--i18npool/source/textconversion/data/hhc_char.dic502
-rw-r--r--i18npool/source/textconversion/data/makefile.mk72
-rw-r--r--i18npool/source/textconversion/data/stc_char.dic2565
-rw-r--r--i18npool/source/textconversion/data/stc_word.dic1149
-rw-r--r--i18npool/source/textconversion/data/textconv_dict.map23
-rw-r--r--i18npool/source/textconversion/genconv_dict.cxx486
-rw-r--r--i18npool/source/textconversion/makefile.mk63
-rw-r--r--i18npool/source/textconversion/textconversion.cxx94
-rw-r--r--i18npool/source/textconversion/textconversionImpl.cxx148
-rw-r--r--i18npool/source/textconversion/textconversion_ko.cxx346
-rw-r--r--i18npool/source/textconversion/textconversion_zh.cxx299
-rw-r--r--i18npool/source/transliteration/chartonum.cxx67
-rw-r--r--i18npool/source/transliteration/data/numberchar.h166
-rw-r--r--i18npool/source/transliteration/fullwidthToHalfwidth.cxx158
-rw-r--r--i18npool/source/transliteration/halfwidthToFullwidth.cxx138
-rw-r--r--i18npool/source/transliteration/hiraganaToKatakana.cxx64
-rw-r--r--i18npool/source/transliteration/ignoreBaFa_ja_JP.cxx62
-rw-r--r--i18npool/source/transliteration/ignoreHyuByu_ja_JP.cxx63
-rw-r--r--i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx152
-rw-r--r--i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx160
-rw-r--r--i18npool/source/transliteration/ignoreKana.cxx74
-rw-r--r--i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx109
-rw-r--r--i18npool/source/transliteration/ignoreMiddleDot_ja_JP.cxx63
-rw-r--r--i18npool/source/transliteration/ignoreMinusSign_ja_JP.cxx70
-rw-r--r--i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx368
-rw-r--r--i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx68
-rw-r--r--i18npool/source/transliteration/ignoreSeparator_ja_JP.cxx129
-rw-r--r--i18npool/source/transliteration/ignoreSize_ja_JP.cxx75
-rw-r--r--i18npool/source/transliteration/ignoreSpace_ja_JP.cxx70
-rw-r--r--i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx73
-rw-r--r--i18npool/source/transliteration/ignoreTraditionalKana_ja_JP.cxx71
-rw-r--r--i18npool/source/transliteration/ignoreTraditionalKanji_ja_JP.cxx750
-rw-r--r--i18npool/source/transliteration/ignoreWidth.cxx75
-rw-r--r--i18npool/source/transliteration/ignoreZiZu_ja_JP.cxx71
-rw-r--r--i18npool/source/transliteration/katakanaToHiragana.cxx61
-rw-r--r--i18npool/source/transliteration/largeToSmall_ja_JP.cxx96
-rw-r--r--i18npool/source/transliteration/makefile.mk88
-rw-r--r--i18npool/source/transliteration/numtochar.cxx72
-rw-r--r--i18npool/source/transliteration/numtotext_cjk.cxx95
-rw-r--r--i18npool/source/transliteration/smallToLarge_ja_JP.cxx96
-rw-r--r--i18npool/source/transliteration/textToPronounce_zh.cxx171
-rw-r--r--i18npool/source/transliteration/texttonum.cxx67
-rw-r--r--i18npool/source/transliteration/transliterationImpl.cxx688
-rw-r--r--i18npool/source/transliteration/transliteration_Ignore.cxx223
-rw-r--r--i18npool/source/transliteration/transliteration_Numeric.cxx152
-rw-r--r--i18npool/source/transliteration/transliteration_OneToOne.cxx111
-rw-r--r--i18npool/source/transliteration/transliteration_body.cxx264
-rw-r--r--i18npool/source/transliteration/transliteration_caseignore.cxx175
-rw-r--r--i18npool/source/transliteration/transliteration_commonclass.cxx167
-rw-r--r--i18npool/util/i18npool.map10
-rw-r--r--i18npool/util/makefile.mk84
-rw-r--r--i18npool/util/makefile.pmk35
-rw-r--r--i18npool/version.mk44
-rw-r--r--i18npool/xml/BreakIterator.xml82
-rw-r--r--i18npool/xml/Calendar.xml54
-rw-r--r--i18npool/xml/ChapterCollator.xml35
-rw-r--r--i18npool/xml/CharacterClassification.xml52
-rw-r--r--i18npool/xml/Collator.xml35
-rw-r--r--i18npool/xml/DefaultNumberingProvider.xml52
-rw-r--r--i18npool/xml/IndexEntrySupplier.xml53
-rw-r--r--i18npool/xml/LocaleData.xml60
-rw-r--r--i18npool/xml/NumberFormatCodeMapper.xml64
-rw-r--r--i18npool/xml/OrdinalSuffix.xml34
-rw-r--r--i18npool/xml/TextSearch.xml52
-rw-r--r--i18npool/xml/Transliteration.xml73
-rw-r--r--i18nutil/inc/i18nutil/casefolding.hxx87
-rw-r--r--i18nutil/inc/i18nutil/oneToOneMapping.hxx103
-rw-r--r--i18nutil/inc/i18nutil/unicode.hxx70
-rw-r--r--i18nutil/inc/i18nutil/widthfolding.hxx62
-rw-r--r--i18nutil/inc/i18nutil/x_rtl_ustring.h81
-rw-r--r--i18nutil/prj/build.lst3
-rw-r--r--i18nutil/prj/d.lst13
-rw-r--r--i18nutil/source/utility/casefolding.cxx170
-rw-r--r--i18nutil/source/utility/casefolding_data.h868
-rw-r--r--i18nutil/source/utility/makefile.mk82
-rw-r--r--i18nutil/source/utility/oneToOneMapping.cxx164
-rw-r--r--i18nutil/source/utility/unicode.cxx497
-rw-r--r--i18nutil/source/utility/unicode_data.h1653
-rw-r--r--i18nutil/source/utility/widthfolding.cxx304
-rw-r--r--i18nutil/source/utility/widthfolding_data.h962
-rw-r--r--icc/README41
-rw-r--r--icc/SampleICC-1.3.2-bendian.patch5133
-rw-r--r--icc/SampleICC-1.3.2.patch5086
-rw-r--r--icc/makefile.mk66
-rw-r--r--icc/makefiles.zipbin0 -> 4073 bytes-rw-r--r--icc/prj/build.lst3
-rw-r--r--icc/prj/d.lst5
-rw-r--r--icc/source/create_sRGB_profile/Makefile.am13
-rw-r--r--icc/source/create_sRGB_profile/Makefile.in378
-rw-r--r--icc/source/create_sRGB_profile/create_sRGB_profile.cpp556
-rw-r--r--icu/Readme4
-rw-r--r--icu/createmak.cfg455
-rw-r--r--icu/createmak.pl1117
-rw-r--r--icu/icu-4.0.patch247
-rwxr-xr-xicu/icuversion.mk37
-rw-r--r--icu/makefile.mk274
-rw-r--r--icu/prj/build.lst4
-rw-r--r--icu/prj/d.lst36
-rw-r--r--idl/inc/attrib.hxx80
-rw-r--r--idl/inc/basobj.hxx297
-rw-r--r--idl/inc/bastype.hxx293
-rw-r--r--idl/inc/char.hxx44
-rw-r--r--idl/inc/command.hxx81
-rw-r--r--idl/inc/database.hxx185
-rw-r--r--idl/inc/globals.hxx245
-rw-r--r--idl/inc/hash.hxx128
-rw-r--r--idl/inc/lex.hxx274
-rw-r--r--idl/inc/makefile.mk51
-rw-r--r--idl/inc/module.hxx120
-rw-r--r--idl/inc/object.hxx173
-rw-r--r--idl/inc/pch/precompiled_idl.cxx32
-rw-r--r--idl/inc/pch/precompiled_idl.hxx35
-rw-r--r--idl/inc/slot.hxx282
-rw-r--r--idl/inc/types.hxx348
-rw-r--r--idl/prj/build.lst8
-rw-r--r--idl/prj/d.lst2
-rw-r--r--idl/source/cmptools/char.cxx110
-rw-r--r--idl/source/cmptools/hash.cxx334
-rw-r--r--idl/source/cmptools/lex.cxx514
-rw-r--r--idl/source/cmptools/makefile.mk51
-rw-r--r--idl/source/objects/basobj.cxx789
-rw-r--r--idl/source/objects/bastype.cxx614
-rw-r--r--idl/source/objects/makefile.mk54
-rw-r--r--idl/source/objects/module.cxx691
-rw-r--r--idl/source/objects/object.cxx1050
-rw-r--r--idl/source/objects/slot.cxx1823
-rw-r--r--idl/source/objects/types.cxx2702
-rw-r--r--idl/source/prj/command.cxx436
-rw-r--r--idl/source/prj/database.cxx1047
-rw-r--r--idl/source/prj/globals.cxx202
-rw-r--r--idl/source/prj/idldll.cxx82
-rw-r--r--idl/source/prj/makefile.mk54
-rw-r--r--idl/source/prj/svidl.cxx450
-rw-r--r--idl/source/svidl.datbin0 -> 204 bytes-rw-r--r--idl/util/idlpch.cxx52
-rw-r--r--idl/util/makefile.mk72
-rw-r--r--idl/util/svidl.hdb25
-rw-r--r--idlc/inc/idlc/astarray.hxx65
-rw-r--r--idlc/inc/idlc/astattribute.hxx124
-rw-r--r--idlc/inc/idlc/astbasetype.hxx65
-rw-r--r--idlc/inc/idlc/astconstant.hxx60
-rw-r--r--idlc/inc/idlc/astconstants.hxx45
-rw-r--r--idlc/inc/idlc/astdeclaration.hxx151
-rw-r--r--idlc/inc/idlc/astenum.hxx60
-rw-r--r--idlc/inc/idlc/astexception.hxx46
-rw-r--r--idlc/inc/idlc/astexpression.hxx189
-rw-r--r--idlc/inc/idlc/astinterface.hxx146
-rw-r--r--idlc/inc/idlc/astinterfacemember.hxx56
-rw-r--r--idlc/inc/idlc/astmember.hxx60
-rw-r--r--idlc/inc/idlc/astmodule.hxx54
-rw-r--r--idlc/inc/idlc/astneeds.hxx51
-rw-r--r--idlc/inc/idlc/astobserves.hxx51
-rw-r--r--idlc/inc/idlc/astoperation.hxx79
-rw-r--r--idlc/inc/idlc/astparameter.hxx57
-rw-r--r--idlc/inc/idlc/astscope.hxx81
-rw-r--r--idlc/inc/idlc/astsequence.hxx62
-rw-r--r--idlc/inc/idlc/astservice.hxx63
-rw-r--r--idlc/inc/idlc/astservicemember.hxx56
-rw-r--r--idlc/inc/idlc/aststack.hxx59
-rw-r--r--idlc/inc/idlc/aststruct.hxx72
-rw-r--r--idlc/inc/idlc/aststructinstance.hxx59
-rw-r--r--idlc/inc/idlc/asttype.hxx48
-rw-r--r--idlc/inc/idlc/asttypedef.hxx56
-rw-r--r--idlc/inc/idlc/astunion.hxx71
-rw-r--r--idlc/inc/idlc/astunionbranch.hxx49
-rw-r--r--idlc/inc/idlc/astunionlabel.hxx55
-rw-r--r--idlc/inc/idlc/errorhandler.hxx160
-rw-r--r--idlc/inc/idlc/fehelper.hxx101
-rw-r--r--idlc/inc/idlc/idlc.hxx171
-rw-r--r--idlc/inc/idlc/idlctypes.hxx269
-rw-r--r--idlc/inc/idlc/inheritedinterface.hxx64
-rw-r--r--idlc/inc/idlc/options.hxx85
-rw-r--r--idlc/inc/makefile.mk51
-rw-r--r--idlc/inc/pch/precompiled_idlc.cxx32
-rw-r--r--idlc/inc/pch/precompiled_idlc.hxx35
-rw-r--r--idlc/prj/build.lst5
-rw-r--r--idlc/prj/d.lst7
-rw-r--r--idlc/source/astarray.cxx77
-rw-r--r--idlc/source/astconstant.cxx139
-rw-r--r--idlc/source/astdeclaration.cxx214
-rw-r--r--idlc/source/astdump.cxx453
-rw-r--r--idlc/source/astenum.cxx128
-rw-r--r--idlc/source/astexpression.cxx1269
-rw-r--r--idlc/source/astinterface.cxx430
-rw-r--r--idlc/source/astoperation.cxx156
-rw-r--r--idlc/source/astscope.cxx359
-rw-r--r--idlc/source/astservice.cxx73
-rw-r--r--idlc/source/aststack.cxx140
-rw-r--r--idlc/source/aststruct.cxx194
-rw-r--r--idlc/source/aststructinstance.cxx73
-rw-r--r--idlc/source/astunion.cxx404
-rw-r--r--idlc/source/attributeexceptions.hxx45
-rw-r--r--idlc/source/errorhandler.cxx698
-rw-r--r--idlc/source/fehelper.cxx147
-rw-r--r--idlc/source/idlc.cxx344
-rw-r--r--idlc/source/idlccompile.cxx421
-rw-r--r--idlc/source/idlcmain.cxx151
-rw-r--r--idlc/source/idlcproduce.cxx221
-rw-r--r--idlc/source/makefile.mk137
-rw-r--r--idlc/source/options.cxx374
-rw-r--r--idlc/source/parser.y3295
-rw-r--r--idlc/source/preproc/cpp.c501
-rw-r--r--idlc/source/preproc/cpp.h219
-rw-r--r--idlc/source/preproc/eval.c793
-rw-r--r--idlc/source/preproc/getopt.c97
-rw-r--r--idlc/source/preproc/include.c259
-rw-r--r--idlc/source/preproc/lex.c698
-rw-r--r--idlc/source/preproc/macro.c703
-rw-r--r--idlc/source/preproc/makefile.mk74
-rw-r--r--idlc/source/preproc/nlist.c149
-rw-r--r--idlc/source/preproc/tokens.c535
-rw-r--r--idlc/source/preproc/unix.c251
-rw-r--r--idlc/source/scanner.ll526
-rw-r--r--idlc/source/wrap_parser.cxx34
-rw-r--r--idlc/source/wrap_scanner.cxx34
-rw-r--r--idlc/test/const.idl50
-rw-r--r--idlc/test/enum.idl24
-rw-r--r--idlc/test/exception.idl20
-rw-r--r--idlc/test/identifiers.idl22
-rw-r--r--idlc/test/interface.idl51
-rw-r--r--idlc/test/parser/attribute.tests227
-rw-r--r--idlc/test/parser/constant.tests299
-rw-r--r--idlc/test/parser/constructor.tests203
-rw-r--r--idlc/test/parser/interfaceinheritance.tests284
-rw-r--r--idlc/test/parser/makefile.mk59
-rw-r--r--idlc/test/parser/methodoverload.tests128
-rw-r--r--idlc/test/parser/polystruct.tests259
-rw-r--r--idlc/test/parser/published.tests712
-rw-r--r--idlc/test/parser/struct.tests59
-rw-r--r--idlc/test/parser/typedef.tests71
-rw-r--r--idlc/test/service.idl44
-rw-r--r--idlc/test/singleton.idl41
-rw-r--r--idlc/test/struct.idl107
-rw-r--r--idlc/test/typelookup.idl63
-rw-r--r--idlc/test/union.idl35
-rw-r--r--install-sh276
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_languages/CustomAc.ulf12
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt73
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/AdminExe.idt13
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/AdminUIS.idt14
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/AdvtExec.idt19
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary.idt20
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/Banner.bmpbin0 -> 7112 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/Image.bmpbin0 -> 52248 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/caution.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/dontinstall.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/install.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/installfirstuse.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/installpartial.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/installstatemenu.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/networkinstall.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/newfolder.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/openfolder.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/setup.icobin0 -> 11502 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/setupcomplete.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/setuppartial.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/setuprepair.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/trashcan.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Binary/up.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/CheckBox.idt4
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt380
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlC.idt70
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ControlE.idt140
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/CustomAc.idt13
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Dialog.idt33
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Error.idt133
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/EventMap.idt19
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt77
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallU.idt30
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/LaunchCo.idt4
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ListBox.idt3
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/Property.idt56
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/RadioBut.idt11
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/TextStyl.idt25
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/UIText.idt53
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt455
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/bro_patchcodes.txt3
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/brodev_patchcodes.txt3
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/codes.txt67
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/codes_broo.txt67
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/codes_ooodev.txt67
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/components.txt0
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ooo_patchcodes.txt3
-rw-r--r--instsetoo_native/inc_ooolangpack/windows/msi_templates/ooodev_patchcodes.txt3
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh7
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-x11.sh6
-rw-r--r--instsetoo_native/inc_openoffice/unix/makefile.mk59
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf373
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf736
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf11
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf391
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/LaunchCo.ulf3
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf41
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf47
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf27
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/SIS.ulf18
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/UIText.ulf148
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/makefile.mk66
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ActionTe.idt73
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt16
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/AdminUIS.idt14
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/AdvtExec.idt19
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/AppSearc.idt17
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary.idt20
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/Banner.bmpbin0 -> 7112 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/Image.bmpbin0 -> 52248 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/caution.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/dontinstall.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/install.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/installfirstuse.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/installpartial.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/installstatemenu.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/networkinstall.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/newfolder.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/openfolder.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/setup.icobin0 -> 11502 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/setupcomplete.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/setuppartial.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/setuprepair.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/trashcan.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Binary/up.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/CheckBox.idt6
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt395
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt73
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ControlE.idt153
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt49
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Dialog.idt36
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Error.idt133
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/EventMap.idt18
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt109
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt31
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt4
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ListBox.idt3
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt58
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/RadioBut.idt12
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/RegLocat.idt11
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/Signatur.idt3
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/TextStyl.idt25
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/UIText.idt53
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt455
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/codes.txt37
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/codes_broo.txt5
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/codes_broodev.txt5
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/codes_ooodev.txt37
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/components.txt0
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/upgradecode_remove_ooo.txt36
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/ActionTe.idt73
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/AdminExe.idt13
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/AdminUIS.idt14
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/AdvtExec.idt19
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt5
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary.idt20
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/Banner.bmpbin0 -> 7112 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/Image.bmpbin0 -> 154544 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/caution.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/dontinstall.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/install.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/installfirstuse.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/installpartial.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/installstatemenu.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/networkinstall.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/newfolder.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/openfolder.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/setup.icobin0 -> 11502 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/setupcomplete.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/setuppartial.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/setuprepair.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/trashcan.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/up.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/CheckBox.idt4
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt377
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/ControlC.idt70
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt140
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/CustomAc.idt8
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt33
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Error.idt133
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/EventMap.idt18
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/InstallE.idt72
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/InstallU.idt29
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/LaunchCo.idt4
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/ListBox.idt3
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt56
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/RadioBut.idt12
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt5
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/Signatur.idt3
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/TextStyl.idt25
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/UIText.idt53
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt455
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/codes.txt36
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/components.txt0
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/ActionTe.idt73
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/AdminExe.idt14
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/AdminUIS.idt14
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/AdvtExec.idt19
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/AppSearc.idt3
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary.idt20
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/Banner.bmpbin0 -> 7112 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/Image.bmpbin0 -> 52248 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/caution.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/dontinstall.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/install.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/installfirstuse.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/installpartial.icobin0 -> 766 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/installstatemenu.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/networkinstall.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/newfolder.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/openfolder.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/setup.icobin0 -> 11502 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/setupcomplete.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/setuppartial.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/setuprepair.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/trashcan.icobin0 -> 3262 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Binary/up.icobin0 -> 894 bytes-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/CheckBox.idt4
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Control.idt377
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/ControlC.idt70
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/ControlE.idt140
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/CustomAc.idt11
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Dialog.idt33
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Error.idt133
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/EventMap.idt18
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/InstallE.idt75
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/InstallU.idt31
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/LaunchCo.idt4
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/ListBox.idt3
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Property.idt57
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/RadioBut.idt12
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/RegLocat.idt3
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/Signatur.idt3
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/TextStyl.idt25
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/UIText.idt53
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/_Validat.idt455
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/codes.txt36
-rw-r--r--instsetoo_native/inc_ure/windows/msi_templates/components.txt0
-rw-r--r--instsetoo_native/macosx/application/PostInstall.applescript293
-rw-r--r--instsetoo_native/macosx/application/main.applescript366
-rw-r--r--instsetoo_native/macosx/delzip0
-rwxr-xr-xinstsetoo_native/macosx/make_versioned.sh65
-rw-r--r--instsetoo_native/macosx/makefile.mk89
-rw-r--r--instsetoo_native/prj/build.lst6
-rw-r--r--instsetoo_native/prj/d.lst4
-rw-r--r--instsetoo_native/res/DS_Storebin0 -> 12292 bytes-rw-r--r--instsetoo_native/res/DS_Store_Langpackbin0 -> 12292 bytes-rw-r--r--instsetoo_native/res/nologoinstall.bmpbin0 -> 52244 bytes-rw-r--r--instsetoo_native/res/osxdndinstall.pngbin0 -> 65495 bytes-rw-r--r--instsetoo_native/util/makefile.mk416
-rw-r--r--instsetoo_native/util/openoffice.lst582
-rwxr-xr-xinstsetoo_native/util/pack.lst24
-rw-r--r--instsetoo_native/util/update.xml10
-rw-r--r--io/inc/makefile.mk53
-rw-r--r--io/inc/pch/precompiled_io.cxx32
-rw-r--r--io/inc/pch/precompiled_io.hxx35
-rw-r--r--io/prj/build.lst8
-rw-r--r--io/prj/d.lst7
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx540
-rw-r--r--io/source/TextInputStream/makefile.mk65
-rw-r--r--io/source/TextInputStream/tinstrm.map9
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx338
-rw-r--r--io/source/TextOutputStream/makefile.mk66
-rw-r--r--io/source/TextOutputStream/toutstrm.map9
-rw-r--r--io/source/acceptor/acc_pipe.cxx227
-rw-r--r--io/source/acceptor/acc_socket.cxx419
-rw-r--r--io/source/acceptor/acceptor.cxx386
-rw-r--r--io/source/acceptor/acceptor.hxx81
-rw-r--r--io/source/acceptor/acceptor.map9
-rw-r--r--io/source/acceptor/acceptor.xml44
-rw-r--r--io/source/acceptor/makefile.mk77
-rw-r--r--io/source/connector/connector.cxx298
-rw-r--r--io/source/connector/connector.hxx147
-rw-r--r--io/source/connector/connectr.map9
-rw-r--r--io/source/connector/connectr.xml44
-rw-r--r--io/source/connector/ctr_pipe.cxx121
-rw-r--r--io/source/connector/ctr_socket.cxx258
-rw-r--r--io/source/connector/makefile.mk77
-rw-r--r--io/source/stm/factreg.cxx128
-rw-r--r--io/source/stm/factreg.hxx69
-rw-r--r--io/source/stm/makefile.mk81
-rw-r--r--io/source/stm/odata.cxx1667
-rw-r--r--io/source/stm/omark.cxx1024
-rw-r--r--io/source/stm/opipe.cxx495
-rw-r--r--io/source/stm/opump.cxx507
-rw-r--r--io/source/stm/stm.map9
-rw-r--r--io/source/stm/stm.xml280
-rw-r--r--io/source/stm/streamhelper.cxx247
-rw-r--r--io/source/stm/streamhelper.hxx165
-rw-r--r--io/test/makefile.mk96
-rw-r--r--io/test/stm/datatest.cxx1130
-rw-r--r--io/test/stm/exports.dxp3
-rw-r--r--io/test/stm/makefile.mk103
-rw-r--r--io/test/stm/marktest.cxx686
-rw-r--r--io/test/stm/pipetest.cxx442
-rw-r--r--io/test/stm/pumptest.cxx452
-rw-r--r--io/test/stm/testfactreg.cxx219
-rw-r--r--io/test/stm/testfactreg.hxx122
-rw-r--r--io/test/testcomponent.cxx220
-rw-r--r--io/test/testconnection.cxx289
-rwxr-xr-xjavainstaller2/build.xml105
-rwxr-xr-xjavainstaller2/makefile.mk39
-rwxr-xr-xjavainstaller2/nbproject/private/private.xml4
-rwxr-xr-xjavainstaller2/nbproject/project.xml56
-rwxr-xr-xjavainstaller2/prj/build.lst5
-rwxr-xr-xjavainstaller2/prj/d.lst2
-rwxr-xr-xjavainstaller2/src/Helpfiles/create_helpfiles.pl272
-rwxr-xr-xjavainstaller2/src/Helpfiles/helpfilenames.txt47
-rwxr-xr-xjavainstaller2/src/Helpfiles/makefile.mk54
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/AcceptLicenseCtrl.java80
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseComponentsCtrl.java207
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseDirectoryCtrl.java259
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseInstallationTypeCtrl.java177
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseUninstallationComponentsCtrl.java134
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseUninstallationTypeCtrl.java136
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationCompletedCtrl.java114
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationImminentCtrl.java158
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java198
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/PrologueCtrl.java203
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationCompletedCtrl.java106
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationImminentCtrl.java115
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationOngoingCtrl.java149
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationPrologueCtrl.java189
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/DeckOfPanels.java57
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/DatabaseDialog.java67
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/DetailsDialog.java142
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/HelpDialog.java169
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Back.gifbin0 -> 91 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/DontInstall.pngbin0 -> 154 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/DontKnow.pngbin0 -> 180 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Forward.gifbin0 -> 91 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Install.pngbin0 -> 163 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Installed.pngbin0 -> 110 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Remove.pngbin0 -> 198 bytes-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java722
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Installer/Installer.java82
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Installer/InstallerFactory.java70
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java721
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java577
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java510
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/SolarisHelper.java407
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Main.java101
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/AcceptLicense.java107
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseComponents.java192
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseDirectory.java188
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseInstallationType.java183
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseUninstallationComponents.java185
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseUninstallationType.java179
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/InstallationImminent.java118
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/InstallationOngoing.java124
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/Prologue.java79
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationCompleted.java111
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationImminent.java113
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationOngoing.java112
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationPrologue.java65
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Panel/installationCompleted.java110
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/PanelController.java100
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/PanelLabel.java85
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/PanelTitle.java119
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/TreeNodeRenderer.java92
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/ResourceManager.java174
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupActionListener.java119
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/DisplayPackageDescription.java203
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/PackageDescription.java662
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ProductDescription.java280
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/SetupDataProvider.java112
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/XMLPackageDescription.java310
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/SetupFrame.java303
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/AbortInstaller.java55
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Calculator.java91
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Controller.java294
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Converter.java98
-rw-r--r--javainstaller2/src/JavaSetup/org/openoffice/setup/Util/DialogFocusTraversalPolicy.java118
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Dumper.java205
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/ExecuteProcess.java117
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/FileExtensionFilter.java56
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/InfoCtrl.java166
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/InfoDir.java322
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Informer.java48
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/InstallChangeCtrl.java140
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/LogManager.java108
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java1007
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/PackageCollector.java182
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/Parser.java52
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/SystemManager.java487
-rwxr-xr-xjavainstaller2/src/Localization/makefile.mk56
-rwxr-xr-xjavainstaller2/src/Localization/setupstrings.ulf458
-rwxr-xr-xjavainstaller2/src/Properties/create_property.pl307
-rwxr-xr-xjavainstaller2/src/Properties/makefile.mk54
-rwxr-xr-xjavainstaller2/src/Properties/setupfiles_template.properties25
-rwxr-xr-xjavainstaller2/src/Properties/setupstrings_template.properties122
-rw-r--r--javaunohelper/com/sun/star/comp/JavaUNOHelperServices.java84
-rw-r--r--javaunohelper/com/sun/star/comp/helper/Bootstrap.java332
-rw-r--r--javaunohelper/com/sun/star/comp/helper/BootstrapException.java94
-rw-r--r--javaunohelper/com/sun/star/comp/helper/ComponentContext.java313
-rw-r--r--javaunohelper/com/sun/star/comp/helper/ComponentContextEntry.java76
-rw-r--r--javaunohelper/com/sun/star/comp/helper/RegistryServiceFactory.java171
-rw-r--r--javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java162
-rw-r--r--javaunohelper/com/sun/star/comp/helper/UnoInfo.java118
-rw-r--r--javaunohelper/com/sun/star/comp/helper/makefile.mk58
-rw-r--r--javaunohelper/com/sun/star/comp/juhtest/SmoketestCommandEnvironment.java154
-rw-r--r--javaunohelper/com/sun/star/comp/juhtest/makefile.mk54
-rw-r--r--javaunohelper/com/sun/star/comp/makefile.mk53
-rwxr-xr-xjavaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java164
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter.java169
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java90
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java210
-rwxr-xr-xjavaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java124
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java114
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk58
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/ComponentBase.java144
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/Factory.java247
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java859
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java168
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java1102
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java1096
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java415
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java105
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java146
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/makefile.mk53
-rw-r--r--javaunohelper/inc/makefile.mk51
-rw-r--r--javaunohelper/inc/pch/precompiled_javaunohelper.cxx32
-rw-r--r--javaunohelper/inc/pch/precompiled_javaunohelper.hxx35
-rw-r--r--javaunohelper/prj/build.lst10
-rw-r--r--javaunohelper/prj/d.lst6
-rw-r--r--javaunohelper/source/bootstrap.cxx192
-rw-r--r--javaunohelper/source/javaunohelper.cxx326
-rw-r--r--javaunohelper/source/javaunohelper.map9
-rw-r--r--javaunohelper/source/makefile.mk138
-rw-r--r--javaunohelper/source/preload.cxx161
-rw-r--r--javaunohelper/source/vm.cxx150
-rw-r--r--javaunohelper/source/vm.hxx58
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java120
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/ComponentContext_Test.java102
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/RegistryServiceFactory_Test.java103
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java197
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/makefile.mk56
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java53
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java156
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java210
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test.java995
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer_Test.java375
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java1696
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java168
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/UnoUrlTest.java264
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java254
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk72
-rw-r--r--javaunohelper/util/delzip0
-rw-r--r--javaunohelper/util/makefile.mk57
-rw-r--r--javaunohelper/util/manifest3
-rw-r--r--javaunohelper/util/settings.pmk32
-rw-r--r--jfreereport/download/core.zipbin0 -> 764464 bytes-rw-r--r--jfreereport/download/flute.zipbin0 -> 83503 bytes-rw-r--r--jfreereport/download/libbase.zipbin0 -> 161294 bytes-rw-r--r--jfreereport/download/libfonts.zipbin0 -> 1336993 bytes-rw-r--r--jfreereport/download/libformula.zipbin0 -> 516667 bytes-rw-r--r--jfreereport/download/liblayout.zipbin0 -> 1449297 bytes-rw-r--r--jfreereport/download/libloader.zipbin0 -> 166507 bytes-rw-r--r--jfreereport/download/librepository.zipbin0 -> 89510 bytes-rw-r--r--jfreereport/download/libserializer.zipbin0 -> 44748 bytes-rw-r--r--jfreereport/download/libxml.zipbin0 -> 101837 bytes-rw-r--r--jfreereport/download/sacjava-1.3.zipbin0 -> 153157 bytes-rw-r--r--jfreereport/java/flute/makefile.mk76
-rw-r--r--jfreereport/java/jfreereport/makefile.mk74
-rw-r--r--jfreereport/java/libbase/makefile.mk88
-rw-r--r--jfreereport/java/libfonts/makefile.mk75
-rw-r--r--jfreereport/java/libformula/makefile.mk80
-rw-r--r--jfreereport/java/liblayout/makefile.mk74
-rw-r--r--jfreereport/java/libloader/makefile.mk74
-rw-r--r--jfreereport/java/librepository/makefile.mk74
-rw-r--r--jfreereport/java/libserializer/makefile.mk74
-rw-r--r--jfreereport/java/libxml/makefile.mk74
-rw-r--r--jfreereport/java/sac/makefile.mk86
-rw-r--r--jfreereport/nbprojects/flute/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/jcommon-serializer/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/jfreereport/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/libfonts/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/libformula/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/liblayout/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/libloader/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/librepository/nbproject/project.xml42
-rw-r--r--jfreereport/nbprojects/libxml/nbproject/project.xml42
-rw-r--r--jfreereport/patches/flow-engine.patch10
-rw-r--r--jfreereport/patches/flute.patch19
-rw-r--r--jfreereport/patches/libbase.patch19
-rw-r--r--jfreereport/patches/libfonts.patch10
-rw-r--r--jfreereport/patches/libformula.patch27
-rw-r--r--jfreereport/patches/liblayout.patch10
-rw-r--r--jfreereport/patches/libloader.patch11
-rw-r--r--jfreereport/patches/librepository.patch10
-rw-r--r--jfreereport/patches/libserializer.patch10
-rw-r--r--jfreereport/patches/libxml.patch10
-rw-r--r--jfreereport/patches/sac.patch73
-rw-r--r--jfreereport/prj/build.lst13
-rw-r--r--jfreereport/prj/d.lst1
-rw-r--r--jpeg/jpeg-6b.patch236
-rw-r--r--jpeg/makefile.mk70
-rw-r--r--jpeg/prj/build.lst2
-rw-r--r--jpeg/prj/d.lst10
-rw-r--r--jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java231
-rw-r--r--jurt/com/sun/star/comp/bridgefactory/makefile.mk47
-rw-r--r--jurt/com/sun/star/comp/connections/Acceptor.java173
-rw-r--r--jurt/com/sun/star/comp/connections/Connector.java154
-rw-r--r--jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java142
-rw-r--r--jurt/com/sun/star/comp/connections/Implementation.java104
-rw-r--r--jurt/com/sun/star/comp/connections/PipedConnection.java286
-rw-r--r--jurt/com/sun/star/comp/connections/makefile.mk47
-rw-r--r--jurt/com/sun/star/comp/loader/FactoryHelper.java567
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java486
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoaderFactory.java107
-rw-r--r--jurt/com/sun/star/comp/loader/RegistrationClassFinder.java136
-rw-r--r--jurt/com/sun/star/comp/loader/makefile.mk51
-rw-r--r--jurt/com/sun/star/comp/servicemanager/ServiceManager.java929
-rw-r--r--jurt/com/sun/star/comp/servicemanager/makefile.mk47
-rw-r--r--jurt/com/sun/star/comp/urlresolver/UrlResolver.java174
-rw-r--r--jurt/com/sun/star/comp/urlresolver/makefile.mk47
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/PipeConnection.java257
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/makefile.mk45
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java149
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeConnector.java145
-rw-r--r--jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.java110
-rw-r--r--jurt/com/sun/star/lib/connections/socket/SocketConnection.java255
-rw-r--r--jurt/com/sun/star/lib/connections/socket/makefile.mk46
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketAcceptor.java210
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketConnector.java184
-rw-r--r--jurt/com/sun/star/lib/uno/Proxy.java43
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java52
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java188
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java44
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java85
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java94
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java714
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk48
-rw-r--r--jurt/com/sun/star/lib/uno/environments/java/java_environment.java354
-rw-r--r--jurt/com/sun/star/lib/uno/environments/java/makefile.mk48
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IProtocol.java100
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java51
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java130
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java135
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java97
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/Job.java183
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java399
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/Message.java198
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java103
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java98
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java83
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/makefile.mk54
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java75
-rw-r--r--jurt/com/sun/star/lib/uno/makefile.mk41
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/Cache.java123
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java393
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java74
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java493
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java57
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk48
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/urp.java737
-rw-r--r--jurt/com/sun/star/lib/util/AsynchronousFinalizer.java105
-rw-r--r--jurt/com/sun/star/lib/util/NativeLibraryLoader.java121
-rw-r--r--jurt/com/sun/star/lib/util/StringHelper.java54
-rw-r--r--jurt/com/sun/star/lib/util/UrlToFileMapper.java164
-rw-r--r--jurt/com/sun/star/lib/util/makefile.mk46
-rw-r--r--jurt/com/sun/star/uno/AnyConverter.java543
-rw-r--r--jurt/com/sun/star/uno/Ascii.java53
-rw-r--r--jurt/com/sun/star/uno/AsciiString.java54
-rw-r--r--jurt/com/sun/star/uno/MappingException.java73
-rw-r--r--jurt/com/sun/star/uno/WeakReference.java150
-rw-r--r--jurt/com/sun/star/uno/makefile.mk56
-rw-r--r--jurt/demo/com/sun/star/demo/DemoServer.java104
-rw-r--r--jurt/demo/com/sun/star/demo/TestOffice.java196
-rw-r--r--jurt/demo/com/sun/star/demo/makefile.mk61
-rw-r--r--jurt/prj/build.lst18
-rw-r--r--jurt/prj/d.lst6
-rw-r--r--jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c534
-rw-r--r--jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.h53
-rw-r--r--jurt/source/pipe/jpipe.dxp5
-rw-r--r--jurt/source/pipe/makefile.mk39
-rw-r--r--jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test.java109
-rw-r--r--jurt/test/com/sun/star/comp/bridgefactory/makefile.mk40
-rw-r--r--jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java150
-rw-r--r--jurt/test/com/sun/star/comp/connections/makefile.mk40
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test.java76
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test.java148
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java254
-rw-r--r--jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk43
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/java/java_environment_Test.java69
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk40
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test.java59
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java277
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.java52
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestMessage.java92
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.java36
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java100
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test.java66
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java446
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk48
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test.java109
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java372
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java320
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.java118
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.java73
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl122
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk46
-rw-r--r--jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test.java86
-rw-r--r--jurt/test/com/sun/star/lib/util/makefile.mk40
-rw-r--r--jurt/test/com/sun/star/uno/AnyConverter_Test.java908
-rw-r--r--jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.java99
-rw-r--r--jurt/test/com/sun/star/uno/WeakReference_Test.java121
-rw-r--r--jurt/test/com/sun/star/uno/makefile.mk43
-rw-r--r--jurt/test/makefile.mk43
-rw-r--r--jurt/util/delzip0
-rw-r--r--jurt/util/makefile.mk56
-rw-r--r--jurt/util/makefile.pmk36
-rw-r--r--jurt/util/manifest7
-rw-r--r--jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java98
-rw-r--r--jurt/workbench/com/sun/star/comp/urlresolver/makefile.mk57
-rw-r--r--jvmaccess/inc/jvmaccess/classpath.hxx154
-rw-r--r--jvmaccess/inc/jvmaccess/unovirtualmachine.hxx112
-rw-r--r--jvmaccess/inc/jvmaccess/virtualmachine.hxx166
-rw-r--r--jvmaccess/prj/build.lst4
-rw-r--r--jvmaccess/prj/d.lst8
-rw-r--r--jvmaccess/source/classpath.cxx177
-rw-r--r--jvmaccess/source/makefile.mk45
-rw-r--r--jvmaccess/source/unovirtualmachine.cxx99
-rw-r--r--jvmaccess/source/virtualmachine.cxx127
-rw-r--r--jvmaccess/util/cc5_solaris_sparc.map85
-rw-r--r--jvmaccess/util/gcc3.map92
-rw-r--r--jvmaccess/util/makefile.mk70
-rw-r--r--jvmaccess/util/mingw.map75
-rw-r--r--jvmaccess/util/msvc_win32_intel.map37
-rw-r--r--jvmaccess/workbench/exceptiontest1.cxx49
-rw-r--r--jvmaccess/workbench/exceptiontest2.cxx49
-rw-r--r--jvmaccess/workbench/java/TestComponent.java107
-rw-r--r--jvmaccess/workbench/java/makefile.mk47
-rw-r--r--jvmaccess/workbench/java/manifest1
-rw-r--r--jvmaccess/workbench/javainfo/javainfotest.cxx375
-rw-r--r--jvmaccess/workbench/javainfo/makefile.mk47
-rw-r--r--jvmaccess/workbench/makefile.mk55
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors.xsd77
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml25
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml33
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml20
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_os2.xml21
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_template.xml35
-rwxr-xr-xjvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml17
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml21
-rwxr-xr-xjvmfwk/distributions/OpenOfficeorg/makefile.mk69
-rw-r--r--jvmfwk/inc/jvmfwk/framework.h869
-rw-r--r--jvmfwk/inc/jvmfwk/vendorplugin.h249
-rw-r--r--jvmfwk/inc/makefile.mk51
-rw-r--r--jvmfwk/inc/pch/precompiled_jvmfwk.cxx32
-rw-r--r--jvmfwk/inc/pch/precompiled_jvmfwk.hxx35
-rwxr-xr-xjvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx190
-rwxr-xr-xjvmfwk/plugins/sunmajor/javaenvsetup/makefile.mk62
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java85
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/diagnostics.h123
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx290
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx58
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/makefile.mk121
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx134
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx56
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx635
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.map8
-rwxr-xr-xjvmfwk/plugins/sunmajor/pluginlib/sunjavapluginrc2
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx127
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx55
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx437
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx131
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.cxx1258
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.hxx133
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx279
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx186
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx94
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorlist.hxx78
-rw-r--r--jvmfwk/prj/build.lst6
-rw-r--r--jvmfwk/prj/d.lst22
-rw-r--r--jvmfwk/source/elements.cxx1234
-rw-r--r--jvmfwk/source/elements.hxx394
-rw-r--r--jvmfwk/source/framework.cxx1280
-rw-r--r--jvmfwk/source/framework.hxx127
-rw-r--r--jvmfwk/source/framework.map31
-rw-r--r--jvmfwk/source/fwkbase.cxx721
-rw-r--r--jvmfwk/source/fwkbase.hxx161
-rw-r--r--jvmfwk/source/fwkutil.cxx357
-rw-r--r--jvmfwk/source/fwkutil.hxx141
-rw-r--r--jvmfwk/source/javasettings.xsd54
-rw-r--r--jvmfwk/source/javasettings_template.xml35
-rw-r--r--jvmfwk/source/javasettingsunopkginstall.xml3
-rw-r--r--jvmfwk/source/jvmfwk3rc4
-rw-r--r--jvmfwk/source/libxmlutil.cxx187
-rw-r--r--jvmfwk/source/libxmlutil.hxx132
-rw-r--r--jvmfwk/source/makefile.mk94
-rw-r--r--jvmfwk/source/readme.txt9
-rw-r--r--libegg/README7
-rw-r--r--libegg/inc/eggtrayicon.h35
-rw-r--r--libegg/prj/build.lst2
-rw-r--r--libegg/prj/d.lst5
-rw-r--r--libegg/source/eggtrayicon-impl.h76
-rw-r--r--libegg/source/eggtrayicon.c560
-rw-r--r--libegg/source/makefile.mk70
-rw-r--r--libtextcat/data/new_fingerprints/LICENSE30
-rw-r--r--libtextcat/data/new_fingerprints/fpdb.conf84
-rw-r--r--libtextcat/data/new_fingerprints/lm/afrikaans.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/albanian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/amharic_utf.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/arabic.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/armenian.lm0
-rw-r--r--libtextcat/data/new_fingerprints/lm/basque.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/belarus.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/bosnian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/breton.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/catalan.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/chinese_simplified.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/chinese_traditional.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/croatian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/czech.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/danish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/drents.lm0
-rw-r--r--libtextcat/data/new_fingerprints/lm/dutch.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/english.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/esperanto.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/estonian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/finnish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/french.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/frisian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/georgian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/german.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/greek.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/hebrew.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/hindi.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/hungarian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/icelandic.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/indonesian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/irish_gaelic.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/italian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/japanese.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/korean.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/latin.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/latvian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/lithuanian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/luxembourgish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/malay.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/manx_gaelic.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/marathi.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/middle_frisian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/mingo.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/mongolian_cyrillic.lm363
-rw-r--r--libtextcat/data/new_fingerprints/lm/nepali.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/norwegian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/persian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/polish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/portuguese.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/quechua.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/romanian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/romansh.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/russian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/sanskrit.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/scots.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/scots_gaelic.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/serbian_ascii.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/slovak_ascii.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/slovenian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/spanish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/swahili.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/swedish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/tagalog.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/tamil.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/thai.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/turkish.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/ukrainian.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/vietnamese.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/welsh.lm400
-rw-r--r--libtextcat/data/new_fingerprints/lm/yiddish_utf.lm400
-rw-r--r--libtextcat/libtextcat-2.2.patch1587
-rw-r--r--libtextcat/makefile.mk88
-rw-r--r--libtextcat/prj/build.lst3
-rw-r--r--libtextcat/prj/d.lst12
-rw-r--r--libwpd/libwpd-0.8.8.diff908
-rw-r--r--libwpd/makefile.mk58
-rw-r--r--libwpd/prj/build.lst3
-rw-r--r--libwpd/prj/d.lst12
-rwxr-xr-xlibxml2/libxml2-2.6.31-mingw.patch24
-rw-r--r--libxml2/libxml2-2.6.31.patch412
-rw-r--r--libxml2/makefile.mk142
-rw-r--r--libxml2/prj/build.lst3
-rw-r--r--libxml2/prj/d.lst9
-rw-r--r--libxmlsec/makefile.mk195
-rw-r--r--libxmlsec/prj/build.lst3
-rw-r--r--libxmlsec/prj/d.lst9
-rw-r--r--libxmlsec/readme.txt32
-rw-r--r--libxmlsec/xmlsec1-configure.patch288
-rw-r--r--libxmlsec/xmlsec1-customkeymanage.patch6086
-rw-r--r--libxmlsec/xmlsec1-mingw-keymgr-mscrypto.patch62
-rw-r--r--libxmlsec/xmlsec1-mingw32.patch764
-rw-r--r--libxmlsec/xmlsec1-noverify.patch59
-rw-r--r--libxmlsec/xmlsec1-nssdisablecallbacks.patch36
-rw-r--r--libxmlsec/xmlsec1-nssmangleciphers.patch1134
-rw-r--r--libxslt/libxslt-1.1.24.patch79
-rw-r--r--libxslt/libxslt-1.1.24_win_manifest.patch11
-rw-r--r--libxslt/libxsltversion.mk37
-rw-r--r--libxslt/makefile.mk151
-rw-r--r--libxslt/prj/build.lst3
-rw-r--r--libxslt/prj/d.lst11
-rw-r--r--lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu14
-rw-r--r--lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu14
-rw-r--r--lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu14
-rw-r--r--lingucomponent/inc/makefile.mk51
-rw-r--r--lingucomponent/inc/pch/precompiled_lingucomponent.cxx32
-rw-r--r--lingucomponent/inc/pch/precompiled_lingucomponent.hxx36
-rw-r--r--lingucomponent/prj/build.lst11
-rw-r--r--lingucomponent/prj/d.lst48
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/exports.dxp3
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx89
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.map8
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx956
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx213
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk97
-rw-r--r--lingucomponent/source/languageguessing/altstrfunc.cxx51
-rw-r--r--lingucomponent/source/languageguessing/altstrfunc.hxx44
-rw-r--r--lingucomponent/source/languageguessing/guess.cxx139
-rw-r--r--lingucomponent/source/languageguessing/guess.hxx74
-rw-r--r--lingucomponent/source/languageguessing/guesslang.cxx487
-rw-r--r--lingucomponent/source/languageguessing/guesslang.map8
-rw-r--r--lingucomponent/source/languageguessing/makefile.mk84
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.cxx237
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.hxx124
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx272
-rw-r--r--lingucomponent/source/lingutil/lingutil.hxx108
-rw-r--r--lingucomponent/source/lingutil/makefile.mk67
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.map8
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macreg.cxx90
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx696
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx196
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/makefile.mk99
-rw-r--r--lingucomponent/source/spellcheck/spell/exports.dxp3
-rw-r--r--lingucomponent/source/spellcheck/spell/makefile.mk90
-rw-r--r--lingucomponent/source/spellcheck/spell/spell.map8
-rw-r--r--lingucomponent/source/spellcheck/spell/sreg.cxx89
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.cxx728
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx187
-rw-r--r--lingucomponent/source/thesaurus/libnth/exports.dxp3
-rw-r--r--lingucomponent/source/thesaurus/libnth/lnth.map8
-rw-r--r--lingucomponent/source/thesaurus/libnth/makefile.mk111
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.cxx119
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.hxx99
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.cxx797
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx202
-rw-r--r--lingucomponent/source/thesaurus/libnth/ntreg.cxx88
-rw-r--r--lingucomponent/source/thesaurus/mythes/Makefile39
-rw-r--r--lingucomponent/source/thesaurus/mythes/README60
-rw-r--r--lingucomponent/source/thesaurus/mythes/checkme.lst4
-rw-r--r--lingucomponent/source/thesaurus/mythes/data_layout.txt131
-rw-r--r--lingucomponent/source/thesaurus/mythes/example.cxx131
-rw-r--r--lingucomponent/source/thesaurus/mythes/license.readme34
-rw-r--r--lingucomponent/source/thesaurus/mythes/makefile.mk63
-rw-r--r--lingucomponent/source/thesaurus/mythes/mythes.cxx406
-rw-r--r--lingucomponent/source/thesaurus/mythes/mythes.hxx76
-rw-r--r--linguistic/inc/hyphdta.hxx149
-rw-r--r--linguistic/inc/iprcache.hxx134
-rw-r--r--linguistic/inc/lngprophelp.hxx291
-rw-r--r--linguistic/inc/lngprops.hxx65
-rw-r--r--linguistic/inc/makefile.mk51
-rw-r--r--linguistic/inc/misc.hxx273
-rw-r--r--linguistic/inc/pch/precompiled_linguistic.cxx32
-rw-r--r--linguistic/inc/pch/precompiled_linguistic.hxx35
-rw-r--r--linguistic/inc/spelldta.hxx137
-rw-r--r--linguistic/inc/thesdta.hxx87
-rw-r--r--linguistic/prj/build.lst5
-rw-r--r--linguistic/prj/d.lst10
-rw-r--r--linguistic/qa/complex/linguistic/HangulHanjaConversion.java348
-rw-r--r--linguistic/qa/complex/linguistic/makefile.mk77
-rw-r--r--linguistic/qa/complex/linguistic/testdocuments/hangulhanja.sxcbin0 -> 6366 bytes-rw-r--r--linguistic/qa/unoapi/knownissues.xcl9
-rw-r--r--linguistic/qa/unoapi/lng.sce3
-rw-r--r--linguistic/qa/unoapi/makefile.mk44
-rw-r--r--linguistic/source/convdic.cxx744
-rw-r--r--linguistic/source/convdic.hxx182
-rw-r--r--linguistic/source/convdiclist.cxx774
-rw-r--r--linguistic/source/convdiclist.hxx125
-rw-r--r--linguistic/source/convdicxml.cxx466
-rw-r--r--linguistic/source/convdicxml.hxx137
-rw-r--r--linguistic/source/defs.hxx132
-rw-r--r--linguistic/source/dicimp.cxx1179
-rw-r--r--linguistic/source/dicimp.hxx240
-rw-r--r--linguistic/source/dlistimp.cxx944
-rw-r--r--linguistic/source/dlistimp.hxx154
-rw-r--r--linguistic/source/gciterator.cxx1359
-rw-r--r--linguistic/source/gciterator.hxx212
-rw-r--r--linguistic/source/grammarchecker.cxx330
-rw-r--r--linguistic/source/grammarchecker.hxx111
-rw-r--r--linguistic/source/hhconvdic.cxx173
-rw-r--r--linguistic/source/hhconvdic.hxx81
-rw-r--r--linguistic/source/hyphdsp.cxx736
-rw-r--r--linguistic/source/hyphdsp.hxx175
-rw-r--r--linguistic/source/hyphdta.cxx192
-rw-r--r--linguistic/source/iprcache.cxx287
-rw-r--r--linguistic/source/lngopt.cxx715
-rw-r--r--linguistic/source/lngopt.hxx189
-rw-r--r--linguistic/source/lngprophelp.cxx720
-rw-r--r--linguistic/source/lngreg.cxx201
-rw-r--r--linguistic/source/lngsvcmgr.cxx2043
-rw-r--r--linguistic/source/lngsvcmgr.hxx202
-rw-r--r--linguistic/source/makefile.mk117
-rw-r--r--linguistic/source/misc.cxx1011
-rw-r--r--linguistic/source/misc2.cxx303
-rw-r--r--linguistic/source/spelldsp.cxx871
-rw-r--r--linguistic/source/spelldsp.hxx166
-rw-r--r--linguistic/source/spelldta.cxx369
-rw-r--r--linguistic/source/staticmb.cxx32
-rw-r--r--linguistic/source/thesdsp.cxx283
-rw-r--r--linguistic/source/thesdsp.hxx132
-rw-r--r--linguistic/source/thesdta.cxx86
-rw-r--r--linguistic/workben/exports.dxp3
-rw-r--r--linguistic/workben/lex.map8
-rw-r--r--linguistic/workben/makefile.mk111
-rw-r--r--linguistic/workben/sprophelp.cxx375
-rw-r--r--linguistic/workben/sprophelp.hxx175
-rw-r--r--linguistic/workben/sreg.cxx88
-rw-r--r--linguistic/workben/sspellimp.cxx515
-rw-r--r--linguistic/workben/sspellimp.hxx180
-rw-r--r--linguistic/xml/linguistic.xml51
-rw-r--r--lpsolve/lp_solve_5.5-windows.patch40
-rw-r--r--lpsolve/lp_solve_5.5.patch91
-rw-r--r--lpsolve/makefile.mk96
-rw-r--r--lpsolve/prj/build.lst3
-rw-r--r--lpsolve/prj/d.lst9
-rw-r--r--lucene/lucene.patch12
-rw-r--r--lucene/makefile.mk72
-rw-r--r--lucene/prj/build.lst3
-rw-r--r--lucene/prj/d.lst3
-rw-r--r--lucene/version.mk31
-rw-r--r--makefile.rc102
-rw-r--r--migrationanalysis/Read Me.odtbin0 -> 15137 bytes-rw-r--r--migrationanalysis/prj/build.lst7
-rw-r--r--migrationanalysis/prj/d.lst3
-rw-r--r--migrationanalysis/src/driver_docs/CreateDriverDocs.wsf224
-rw-r--r--migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs441
-rw-r--r--migrationanalysis/src/driver_docs/PAW/_OOoDocAnalysisExcelDriver.xlsbin0 -> 696832 bytes-rw-r--r--migrationanalysis/src/driver_docs/PAW/_OOoDocAnalysisPPTDriver.pptbin0 -> 284672 bytes-rw-r--r--migrationanalysis/src/driver_docs/PAW/_OOoDocAnalysisWordDriver.docbin0 -> 664064 bytes-rw-r--r--migrationanalysis/src/driver_docs/allstrings.ulf2371
-rw-r--r--migrationanalysis/src/driver_docs/makefile.mk131
-rw-r--r--migrationanalysis/src/driver_docs/sources/AnalysisDriver.bas3648
-rw-r--r--migrationanalysis/src/driver_docs/sources/CollectedFiles.cls380
-rw-r--r--migrationanalysis/src/driver_docs/sources/CommonMigrationAnalyser.bas1121
-rw-r--r--migrationanalysis/src/driver_docs/sources/CommonPreparation.bas228
-rw-r--r--migrationanalysis/src/driver_docs/sources/DocumentAnalysis.cls344
-rw-r--r--migrationanalysis/src/driver_docs/sources/FileTypeAssociation.cls58
-rw-r--r--migrationanalysis/src/driver_docs/sources/IssueInfo.cls208
-rw-r--r--migrationanalysis/src/driver_docs/sources/LocalizeResults.bas308
-rw-r--r--migrationanalysis/src/driver_docs/sources/PrepareInfo.cls44
-rw-r--r--migrationanalysis/src/driver_docs/sources/StringDataManager.cls133
-rw-r--r--migrationanalysis/src/driver_docs/sources/Stripped_OOoDocAnalysisExcelDriver.xlsbin0 -> 31232 bytes-rw-r--r--migrationanalysis/src/driver_docs/sources/Stripped_OOoDocAnalysisPPTDriver.pptbin0 -> 64512 bytes-rw-r--r--migrationanalysis/src/driver_docs/sources/Stripped_OOoDocAnalysisWordDriver.docbin0 -> 38912 bytes-rw-r--r--migrationanalysis/src/driver_docs/sources/common_res.bas286
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/ApplicationSpecific.bas166
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/MigrationAnalyser.cls2321
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/Preparation.bas53
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/SetTextBoxFont.bas52
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/ThisWorkbook.cls55
-rw-r--r--migrationanalysis/src/driver_docs/sources/excel/excel_res.bas377
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/ApplicationSpecific.bas178
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/Loader.bas64
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/MigrationAnalyser.cls826
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/Preparation.bas43
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/Slide1.cls56
-rw-r--r--migrationanalysis/src/driver_docs/sources/powerpoint/powerpoint_res.bas109
-rw-r--r--migrationanalysis/src/driver_docs/sources/results_res.bas613
-rw-r--r--migrationanalysis/src/driver_docs/sources/word/ApplicationSpecific.bas158
-rw-r--r--migrationanalysis/src/driver_docs/sources/word/MigrationAnalyser.cls1524
-rw-r--r--migrationanalysis/src/driver_docs/sources/word/Preparation.bas153
-rw-r--r--migrationanalysis/src/driver_docs/sources/word/ThisDocument.cls54
-rw-r--r--migrationanalysis/src/driver_docs/sources/word/word_res.bas291
-rw-r--r--migrationanalysis/src/driver_docs/ulf2dat.pl156
-rw-r--r--migrationanalysis/src/exe/LaunchDrivers.exebin0 -> 28672 bytes-rw-r--r--migrationanalysis/src/exe/ProAnalysisWizard.exebin0 -> 843776 bytes-rw-r--r--migrationanalysis/src/msokill/StdAfx.cpp37
-rw-r--r--migrationanalysis/src/msokill/StdAfx.h56
-rw-r--r--migrationanalysis/src/msokill/makefile.mk85
-rw-r--r--migrationanalysis/src/msokill/msokill.cpp261
-rw-r--r--migrationanalysis/src/resources/analysis.dtd52
-rw-r--r--migrationanalysis/src/resources/makefile.mk61
-rw-r--r--migrationanalysis/src/resources/results_paw.xltbin0 -> 140800 bytes-rw-r--r--migrationanalysis/src/wizard/Analyse.bas592
-rw-r--r--migrationanalysis/src/wizard/CollectedFiles.cls533
-rw-r--r--migrationanalysis/src/wizard/DocAnalysisWizard.exe.manifest22
-rw-r--r--migrationanalysis/src/wizard/Get Directory Dialog.bas146
-rw-r--r--migrationanalysis/src/wizard/IniSupport.bas272
-rw-r--r--migrationanalysis/src/wizard/LaunchDrivers.vbp42
-rw-r--r--migrationanalysis/src/wizard/LaunchDrivers.vbw1
-rw-r--r--migrationanalysis/src/wizard/OOo3_Analysis.icobin0 -> 295606 bytes-rw-r--r--migrationanalysis/src/wizard/OOo_AnalysisBitmap.pngbin0 -> 8625 bytes-rw-r--r--migrationanalysis/src/wizard/Office10Issues.bas364
-rw-r--r--migrationanalysis/src/wizard/ProAnalysisWizard.vbp65
-rw-r--r--migrationanalysis/src/wizard/RunServer.bas202
-rw-r--r--migrationanalysis/src/wizard/ScanFolders.frm157
-rw-r--r--migrationanalysis/src/wizard/SearchDocs.frm124
-rw-r--r--migrationanalysis/src/wizard/Terminate.frm81
-rw-r--r--migrationanalysis/src/wizard/Utilities.bas555
-rw-r--r--migrationanalysis/src/wizard/Wizard.DCAbin0 -> 3927 bytes-rw-r--r--migrationanalysis/src/wizard/Wizard.Dsr79
-rw-r--r--migrationanalysis/src/wizard/Wizard.FRXbin0 -> 416643 bytes-rw-r--r--migrationanalysis/src/wizard/Wizard.bas654
-rw-r--r--migrationanalysis/src/wizard/Wizard.frm3458
-rw-r--r--migrationanalysis/src/wizard/makefile.mk118
-rw-r--r--migrationanalysis/src/wizard/rcfooter.txt1
-rw-r--r--migrationanalysis/src/wizard/rcheader.txt17
-rw-r--r--migrationanalysis/src/wizard/rctmpl.txt126
-rw-r--r--migrationanalysis/src/wizard/res_defines.h150
-rw-r--r--migrationanalysis/src/wizard/wizard.ulf352
-rw-r--r--migrationanalysis/util/delzip1
-rw-r--r--migrationanalysis/util/makefile.mk84
-rwxr-xr-xmoz/README4
-rw-r--r--moz/extractfiles.mk466
-rw-r--r--moz/makefile.mk433
-rw-r--r--moz/patches/consecutive_ldap_queries.patch13
-rw-r--r--moz/patches/cygwin_paths_in_ldap_sdk.patch12
-rwxr-xr-xmoz/patches/embed_manifest.patch142
-rw-r--r--moz/patches/index.txt65
-rw-r--r--moz/patches/no_core_abspath_in_nss.patch52
-rw-r--r--moz/patches/wchart_on_msvc8.patch20
-rw-r--r--moz/prj/build.lst4
-rw-r--r--moz/prj/d.lst240
-rw-r--r--moz/seamonkey-source-1.1.14.patch6346
-rw-r--r--moz/zipped/makefile.mk215
-rw-r--r--neon/makefile.mk86
-rw-r--r--neon/neon.patch1704
-rwxr-xr-xneon/prj/build.lst3
-rw-r--r--neon/prj/d.lst6
-rw-r--r--neon/version.mk41
-rw-r--r--np_sdk/mozsrc/LEGAL43
-rw-r--r--np_sdk/mozsrc/LICENSE567
-rw-r--r--np_sdk/mozsrc/README2
-rw-r--r--np_sdk/mozsrc/jri.h689
-rw-r--r--np_sdk/mozsrc/jri_md.h572
-rw-r--r--np_sdk/mozsrc/jritypes.h242
-rw-r--r--np_sdk/mozsrc/makefile.mk63
-rw-r--r--np_sdk/mozsrc/npapi.h610
-rw-r--r--np_sdk/mozsrc/npunix.c491
-rw-r--r--np_sdk/mozsrc/npupp.h1292
-rw-r--r--np_sdk/mozsrc/npwin.cpp369
-rw-r--r--np_sdk/prj/build.lst3
-rw-r--r--np_sdk/prj/d.lst7
-rw-r--r--nss/makefile.mk176
-rw-r--r--nss/nss.patch170
-rw-r--r--nss/nss.patch.mingw167
-rw-r--r--nss/prj/build.lst3
-rwxr-xr-xnss/prj/d.lst10
-rwxr-xr-xnss/readme.txt56
-rw-r--r--o3tl/inc/o3tl/cow_wrapper.hxx331
-rw-r--r--o3tl/inc/o3tl/heap_ptr.hxx314
-rw-r--r--o3tl/inc/o3tl/lazy_update.hxx274
-rw-r--r--o3tl/inc/o3tl/range.hxx192
-rw-r--r--o3tl/prj/build.lst5
-rw-r--r--o3tl/prj/d.lst2
-rw-r--r--o3tl/qa/cow_wrapper_clients.cxx183
-rw-r--r--o3tl/qa/cow_wrapper_clients.hxx131
-rw-r--r--o3tl/qa/export.map38
-rw-r--r--o3tl/qa/makefile.mk83
-rw-r--r--o3tl/qa/test-cow_wrapper.cxx133
-rw-r--r--o3tl/qa/test-heap_ptr.cxx166
-rw-r--r--o3tl/qa/test-range.cxx236
-rw-r--r--odk/cfgWin.js976
-rw-r--r--odk/configure.pl781
-rw-r--r--odk/docs/common/ref/idl.css131
-rwxr-xr-xodk/docs/cpp/ref/cpp.css127
-rw-r--r--odk/docs/images/arrow-1.gifbin0 -> 68 bytes-rw-r--r--odk/docs/images/arrow-2.gifbin0 -> 68 bytes-rw-r--r--odk/docs/images/arrow-3.gifbin0 -> 68 bytes-rw-r--r--odk/docs/images/bg_table.gifbin0 -> 42 bytes-rwxr-xr-xodk/docs/images/bg_table2.gifbin0 -> 44 bytes-rwxr-xr-xodk/docs/images/bg_table3.gifbin0 -> 44 bytes-rw-r--r--odk/docs/images/bluball.gifbin0 -> 103 bytes-rw-r--r--odk/docs/images/nada.gifbin0 -> 49 bytes-rw-r--r--odk/docs/images/nav_down.pngbin0 -> 320 bytes-rw-r--r--odk/docs/images/nav_home.pngbin0 -> 471 bytes-rw-r--r--odk/docs/images/nav_left.pngbin0 -> 279 bytes-rw-r--r--odk/docs/images/nav_right.pngbin0 -> 283 bytes-rw-r--r--odk/docs/images/nav_up.pngbin0 -> 282 bytes-rw-r--r--odk/docs/images/ooo-main-app_32.pngbin0 -> 2271 bytes-rw-r--r--odk/docs/images/sdk_head-1.gifbin0 -> 10980 bytes-rw-r--r--odk/docs/images/sdk_head-2.gifbin0 -> 58 bytes-rw-r--r--odk/docs/images/sdk_head-3.gifbin0 -> 1528 bytes-rw-r--r--odk/docs/images/sdk_line-1.gifbin0 -> 51 bytes-rw-r--r--odk/docs/images/sdk_line-2.gifbin0 -> 66 bytes-rw-r--r--odk/docs/images/so-main-app_32.pngbin0 -> 2323 bytes-rw-r--r--odk/docs/install.html421
-rw-r--r--odk/docs/notsupported.html1
-rw-r--r--odk/docs/sdk_styles.css127
-rw-r--r--odk/docs/tools.html994
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs206
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/Makefile79
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/SpreadsheetDocHelper.cs344
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/SpreadsheetSample.cs1478
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/ViewSample.cs165
-rw-r--r--odk/examples/CLI/VB.NET/WriterDemo/Makefile61
-rw-r--r--odk/examples/CLI/VB.NET/WriterDemo/WriterDemo.vb246
-rw-r--r--odk/examples/CLI/makefile.mk76
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java214
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/EventHandler.java453
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java238
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java195
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java52
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/Makefile115
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/MessageArea.java139
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/NameProvider.java296
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java162
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/SSR.java177
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java236
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/makefile.mk77
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/CreatingDialogs.odtbin0 -> 8654 bytes-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile145
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java281
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/FirstStepsBasic.odtbin0 -> 18560 bytes-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile132
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls.odtbin0 -> 7793 bytes-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialog.xba73
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialogDlg.xdl12
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPage.xba286
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPageDlg.xdl75
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBar.xba76
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBarDlg.xdl11
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBar.xba86
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl13
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/dialog.xlb8
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/script.xlb8
-rw-r--r--odk/examples/DevelopersGuide/BasicAndDialogs/makefile.mk88
-rw-r--r--odk/examples/DevelopersGuide/Charts/AddInChart.odsbin0 -> 18045 bytes-rw-r--r--odk/examples/DevelopersGuide/Charts/CalcHelper.java418
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartHelper.java267
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInCalc.java430
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInDraw.java314
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInWriter.java184
-rw-r--r--odk/examples/DevelopersGuide/Charts/Helper.java176
-rw-r--r--odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java482
-rw-r--r--odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java217
-rw-r--r--odk/examples/DevelopersGuide/Charts/Makefile204
-rw-r--r--odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java225
-rw-r--r--odk/examples/DevelopersGuide/Charts/bullet.gifbin0 -> 335 bytes-rw-r--r--odk/examples/DevelopersGuide/Charts/makefile.mk79
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/Addons.xcu81
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java432
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/Jobs.xcu27
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/JobsAddon/Makefile142
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu220
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Makefile154
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ProtocolHandler.xcu11
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx256
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx131
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx137
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu220
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile144
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandler.xcu10
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java289
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/Makefile226
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/SimpleComponent.odtbin0 -> 8841 bytes-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx94
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx315
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx231
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/some.idl60
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/Makefile210
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl52
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl52
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentA.java77
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java106
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java149
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/TestServiceProvider.java77
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl54
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl54
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl56
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java177
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/Makefile176
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/description.xml12
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/registration/license_de.txt1
-rw-r--r--odk/examples/DevelopersGuide/Components/SimpleLicense/registration/license_en_US.txt1
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/Makefile87
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java164
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Makefile134
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java85
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl52
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile79
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl59
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl56
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk27
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java330
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.odtbin0 -> 11902 bytes-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/Makefile183
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl53
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl59
-rw-r--r--odk/examples/DevelopersGuide/Components/makefile.mk127
-rw-r--r--odk/examples/DevelopersGuide/Config/ConfigExamples.java1208
-rw-r--r--odk/examples/DevelopersGuide/Config/Makefile105
-rw-r--r--odk/examples/DevelopersGuide/Config/makefile.mk68
-rw-r--r--odk/examples/DevelopersGuide/Database/CodeSamples.java362
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/How_to_write_my_own_driver.txt25
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile156
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx258
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx104
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx408
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx161
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.cxx893
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx224
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.cxx216
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx91
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.cxx394
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.hxx152
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx879
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx224
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx175
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx96
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx186
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx374
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx181
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.cxx188
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx167
-rw-r--r--odk/examples/DevelopersGuide/Database/Makefile140
-rw-r--r--odk/examples/DevelopersGuide/Database/OpenQuery.java168
-rw-r--r--odk/examples/DevelopersGuide/Database/RowSet.java247
-rw-r--r--odk/examples/DevelopersGuide/Database/RowSetEventListener.java83
-rw-r--r--odk/examples/DevelopersGuide/Database/Sales.java256
-rw-r--r--odk/examples/DevelopersGuide/Database/SalesMan.java151
-rw-r--r--odk/examples/DevelopersGuide/Database/makefile.mk99
-rw-r--r--odk/examples/DevelopersGuide/Database/sdbcx.java426
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java121
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java149
-rw-r--r--odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java179
-rw-r--r--odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java147
-rw-r--r--odk/examples/DevelopersGuide/Drawing/DrawingDemo.java432
-rw-r--r--odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java139
-rw-r--r--odk/examples/DevelopersGuide/Drawing/GluePointDemo.java194
-rw-r--r--odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java158
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Helper.java89
-rw-r--r--odk/examples/DevelopersGuide/Drawing/LayerDemo.java162
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Makefile181
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java139
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Organigram.java197
-rw-r--r--odk/examples/DevelopersGuide/Drawing/PageHelper.java229
-rw-r--r--odk/examples/DevelopersGuide/Drawing/PresentationDemo.java245
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ShapeHelper.java151
-rw-r--r--odk/examples/DevelopersGuide/Drawing/SimplePresentation.odpbin0 -> 74753 bytes-rw-r--r--odk/examples/DevelopersGuide/Drawing/StyleDemo.java180
-rw-r--r--odk/examples/DevelopersGuide/Drawing/TextDemo.java161
-rw-r--r--odk/examples/DevelopersGuide/Drawing/makefile.mk85
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu58
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Dialog1.xdl10
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Module1.xba16
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/dialog.xlb5
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/script.xlb5
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml6
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Makefile124
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/description.xml8
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page1.xhp73
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page2.xhp27
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp100
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page1.xhp73
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page2.xhp26
-rw-r--r--odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp100
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java64
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java199
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/FirstUnoContact.java64
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java468
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/Makefile107
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/build_FirstUnoContact.xml64
-rw-r--r--odk/examples/DevelopersGuide/FirstSteps/makefile.mk71
-rw-r--r--odk/examples/DevelopersGuide/Forms/BooleanValidator.java91
-rw-r--r--odk/examples/DevelopersGuide/Forms/ButtonOperator.java231
-rw-r--r--odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java97
-rw-r--r--odk/examples/DevelopersGuide/Forms/ControlLock.java225
-rw-r--r--odk/examples/DevelopersGuide/Forms/ControlValidation.java103
-rw-r--r--odk/examples/DevelopersGuide/Forms/ControlValidator.java63
-rw-r--r--odk/examples/DevelopersGuide/Forms/DataAwareness.java940
-rw-r--r--odk/examples/DevelopersGuide/Forms/DateValidator.java105
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java233
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentHelper.java323
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentType.java62
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java235
-rw-r--r--odk/examples/DevelopersGuide/Forms/FLTools.java276
-rw-r--r--odk/examples/DevelopersGuide/Forms/FormLayer.java297
-rw-r--r--odk/examples/DevelopersGuide/Forms/GridFieldValidator.java182
-rw-r--r--odk/examples/DevelopersGuide/Forms/HsqlDatabase.java256
-rw-r--r--odk/examples/DevelopersGuide/Forms/InteractionRequest.java82
-rw-r--r--odk/examples/DevelopersGuide/Forms/KeyGenerator.java438
-rw-r--r--odk/examples/DevelopersGuide/Forms/ListSelectionValidator.java72
-rw-r--r--odk/examples/DevelopersGuide/Forms/Makefile203
-rw-r--r--odk/examples/DevelopersGuide/Forms/NumericValidator.java92
-rw-r--r--odk/examples/DevelopersGuide/Forms/ProgrammaticScriptAssignment.odtbin0 -> 19198 bytes-rw-r--r--odk/examples/DevelopersGuide/Forms/RowSet.java290
-rw-r--r--odk/examples/DevelopersGuide/Forms/SalesFilter.java518
-rw-r--r--odk/examples/DevelopersGuide/Forms/SingleControlValidation.java190
-rw-r--r--odk/examples/DevelopersGuide/Forms/SpreadsheetDocument.java134
-rw-r--r--odk/examples/DevelopersGuide/Forms/SpreadsheetValueBinding.java139
-rw-r--r--odk/examples/DevelopersGuide/Forms/SpreadsheetView.java79
-rw-r--r--odk/examples/DevelopersGuide/Forms/TableCellTextBinding.java213
-rw-r--r--odk/examples/DevelopersGuide/Forms/TextValidator.java92
-rw-r--r--odk/examples/DevelopersGuide/Forms/TimeValidator.java97
-rw-r--r--odk/examples/DevelopersGuide/Forms/UNO.java96
-rw-r--r--odk/examples/DevelopersGuide/Forms/URLHelper.java70
-rw-r--r--odk/examples/DevelopersGuide/Forms/ValueBinding.java91
-rw-r--r--odk/examples/DevelopersGuide/Forms/WaitForInput.java67
-rw-r--r--odk/examples/DevelopersGuide/Forms/makefile.mk101
-rw-r--r--odk/examples/DevelopersGuide/GUI/DialogDocument.java151
-rw-r--r--odk/examples/DevelopersGuide/GUI/ImageControlSample.java169
-rw-r--r--odk/examples/DevelopersGuide/GUI/Makefile148
-rw-r--r--odk/examples/DevelopersGuide/GUI/MessageBox.java251
-rw-r--r--odk/examples/DevelopersGuide/GUI/RoadmapItemStateChangeListener.java74
-rw-r--r--odk/examples/DevelopersGuide/GUI/SystemDialog.java192
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoDialogSample.java1488
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java270
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoMenu.java167
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoMenu2.java95
-rw-r--r--odk/examples/DevelopersGuide/GUI/oologo.gifbin0 -> 2563 bytes-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/Makefile95
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/OOoBeanViewer.java413
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/OfficeIconColor16.jpgbin0 -> 321 bytes-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/OfficeIconColor32.jpgbin0 -> 569 bytes-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/OfficeIconMono16.jpgbin0 -> 321 bytes-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/OfficeIconMono32.jpgbin0 -> 569 bytes-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/makefile.mk72
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java235
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardListener.java61
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardOwner.java66
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Clipboard/Makefile105
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java91
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java262
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java304
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java102
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java436
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java1066
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java76
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java53
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Install.txt10
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java678
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/JavaWindowPeerFake.java113
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile134
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java188
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java211
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java246
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java484
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java272
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java275
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/Makefile79
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.c117
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.h69
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile87
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.c184
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.h69
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java417
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DisableCommands/Makefile98
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java739
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java236
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/Makefile144
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/TypeDetection.xcu29
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/FlatXmlTypeDetection.xcu71
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/Makefile156
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx115
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx260
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx124
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx379
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml59
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu86
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/Makefile154
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/FlatXml.java279
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/FlatXmlFilter_java.xcu86
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/Makefile147
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java374
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile243
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/OneInstanceFactory.java161
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java200
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java92
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Spell.java116
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java554
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java497
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java334
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java103
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XMeaning_impl.java75
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XPossibleHyphens_impl.java95
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XSpellAlternatives_impl.java98
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Makefile112
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/MenuElement.java62
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java259
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java190
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile98
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java174
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile98
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java125
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile103
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java66
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java107
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/makefile.mk184
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile146
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx108
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.ini2
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connectrc2
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx88
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java266
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile92
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/UrlResolver.java117
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile119
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java66
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx74
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/Makefile107
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx106
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/Makefile97
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/SimpleBootstrap_java.java82
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/manifest.mf4
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/makefile.mk99
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/META-INF/manifest.xml5
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile135
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello.odtbin0 -> 8874 bytes-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java46
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/parcel-descriptor.xml17
-rwxr-xr-xodk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml82
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/META-INF/manifest.xml5
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile137
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector.odtbin0 -> 8921 bytes-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ScriptSelector.java397
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/container.gifbin0 -> 164 bytes-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/parcel-descriptor.xml17
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/script.gifbin0 -> 187 bytes-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/soffice.gifbin0 -> 136 bytes-rwxr-xr-xodk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml82
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/makefile.mk83
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt30
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java320
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.odsbin0 -> 8961 bytes-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/ExampleDataPilotSource.java987
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/GeneralTableSample.java247
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/Makefile312
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetDocHelper.java411
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java1423
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/ViewSample.java176
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl66
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/makefile.mk76
-rw-r--r--odk/examples/DevelopersGuide/Text/Makefile102
-rw-r--r--odk/examples/DevelopersGuide/Text/PrintDemo.odtbin0 -> 6909 bytes-rw-r--r--odk/examples/DevelopersGuide/Text/TextDocuments.java1798
-rw-r--r--odk/examples/DevelopersGuide/Text/TextTemplateWithUserFields.odtbin0 -> 6641 bytes-rw-r--r--odk/examples/DevelopersGuide/Text/makefile.mk71
-rw-r--r--odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java354
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamComposer.java264
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java239
-rw-r--r--odk/examples/DevelopersGuide/UCB/Helper.java256
-rw-r--r--odk/examples/DevelopersGuide/UCB/Makefile162
-rw-r--r--odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java79
-rw-r--r--odk/examples/DevelopersGuide/UCB/MyInputStream.java196
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesComposer.java305
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java260
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceCreator.java321
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceManager.java295
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceRemover.java186
-rw-r--r--odk/examples/DevelopersGuide/UCB/data/data.txt1
-rw-r--r--odk/examples/DevelopersGuide/UCB/makefile.mk79
-rw-r--r--odk/examples/DevelopersGuide/examples.html3035
-rw-r--r--odk/examples/OLE/activex/Makefile127
-rw-r--r--odk/examples/OLE/activex/README.txt39
-rw-r--r--odk/examples/OLE/activex/SOActiveX.cpp651
-rw-r--r--odk/examples/OLE/activex/SOActiveX.h172
-rw-r--r--odk/examples/OLE/activex/SOActiveX.rgs33
-rw-r--r--odk/examples/OLE/activex/SOComWindowPeer.cpp64
-rw-r--r--odk/examples/OLE/activex/SOComWindowPeer.h168
-rw-r--r--odk/examples/OLE/activex/SOComWindowPeer.rgs23
-rw-r--r--odk/examples/OLE/activex/StdAfx2.cpp52
-rw-r--r--odk/examples/OLE/activex/StdAfx2.h71
-rw-r--r--odk/examples/OLE/activex/example.html26
-rw-r--r--odk/examples/OLE/activex/resource.h61
-rw-r--r--odk/examples/OLE/activex/so_activex.cpp114
-rw-r--r--odk/examples/OLE/activex/so_activex.def9
-rw-r--r--odk/examples/OLE/activex/so_activex.idl144
-rw-r--r--odk/examples/OLE/activex/so_activex.rc142
-rw-r--r--odk/examples/OLE/delphi/InsertTables/Project1.dpr14
-rw-r--r--odk/examples/OLE/delphi/InsertTables/Project1.res0
-rw-r--r--odk/examples/OLE/delphi/InsertTables/SampleCode.pas399
-rw-r--r--odk/examples/OLE/delphi/InsertTables/SampleUI.dfm4
-rw-r--r--odk/examples/OLE/delphi/InsertTables/SampleUI.pas174
-rw-r--r--odk/examples/OLE/delphi/StarOffice_Delphi.sxwbin0 -> 34970 bytes-rw-r--r--odk/examples/OLE/delphi/StarOffice_and_Delphi.pdfbin0 -> 60963 bytes-rw-r--r--odk/examples/OLE/makefile.mk97
-rw-r--r--odk/examples/OLE/vbscript/WriterDemo.vbs178
-rw-r--r--odk/examples/OLE/vbscript/readme.txt4
-rw-r--r--odk/examples/basic/drawing/dirtree.txt20
-rw-r--r--odk/examples/basic/drawing/importexportofasciifiles.odgbin0 -> 11125 bytes-rw-r--r--odk/examples/basic/forms_and_controls/beef.wmfbin0 -> 9856 bytes-rw-r--r--odk/examples/basic/forms_and_controls/burger.wmfbin0 -> 84308 bytes-rw-r--r--odk/examples/basic/forms_and_controls/burger_factory.odtbin0 -> 18934 bytes-rw-r--r--odk/examples/basic/forms_and_controls/chicken.wmfbin0 -> 14272 bytes-rw-r--r--odk/examples/basic/forms_and_controls/fish.wmfbin0 -> 13716 bytes-rw-r--r--odk/examples/basic/forms_and_controls/vegetable.wmfbin0 -> 17862 bytes-rw-r--r--odk/examples/basic/makefile.mk95
-rw-r--r--odk/examples/basic/sheet/adapting_to_euroland.odsbin0 -> 9964 bytes-rw-r--r--odk/examples/basic/stock_quotes_updater/stock.odsbin0 -> 17310 bytes-rw-r--r--odk/examples/basic/text/creating_an_index/index.odtbin0 -> 13160 bytes-rw-r--r--odk/examples/basic/text/creating_an_index/indexlist.txt9
-rw-r--r--odk/examples/basic/text/modifying_text_automatically/changing_appearance.odtbin0 -> 9883 bytes-rw-r--r--odk/examples/basic/text/modifying_text_automatically/inserting_bookmarks.odtbin0 -> 10207 bytes-rw-r--r--odk/examples/basic/text/modifying_text_automatically/replacing_text.odtbin0 -> 10021 bytes-rw-r--r--odk/examples/basic/text/modifying_text_automatically/using_regular_expressions.odtbin0 -> 10072 bytes-rw-r--r--odk/examples/cpp/DocumentLoader/DocumentLoader.cxx170
-rw-r--r--odk/examples/cpp/DocumentLoader/Makefile133
-rw-r--r--odk/examples/cpp/DocumentLoader/test.odtbin0 -> 6737 bytes-rw-r--r--odk/examples/cpp/complextoolbarcontrols/Addons.xcu170
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx42
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/CalcWindowState.xcu21
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/Jobs.xcu23
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/ListenerHelper.cxx147
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/ListenerHelper.h82
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/Makefile172
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyJob.cxx112
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyJob.h150
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyListener.cxx170
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyListener.h96
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx542
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h141
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/ProtocolHandler.xcu10
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/WriterListener.cxx50
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/WriterWindowState.xcu21
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/exports.cxx123
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/logo_big.pngbin0 -> 616 bytes-rw-r--r--odk/examples/cpp/complextoolbarcontrols/logo_small.pngbin0 -> 585 bytes-rw-r--r--odk/examples/cpp/counter/Makefile167
-rw-r--r--odk/examples/cpp/counter/XCountable.idl61
-rw-r--r--odk/examples/cpp/counter/counter.cxx244
-rw-r--r--odk/examples/cpp/counter/countermain.cxx127
-rw-r--r--odk/examples/cpp/makefile.mk84
-rw-r--r--odk/examples/cpp/remoteclient/Makefile166
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx289
-rw-r--r--odk/examples/examples.html772
-rw-r--r--odk/examples/java/ConverterServlet/ConverterServlet.html46
-rw-r--r--odk/examples/java/ConverterServlet/ConverterServlet.java342
-rw-r--r--odk/examples/java/ConverterServlet/Makefile100
-rw-r--r--odk/examples/java/ConverterServlet/README38
-rw-r--r--odk/examples/java/ConverterServlet/web.xml23
-rw-r--r--odk/examples/java/DocumentHandling/DocumentConverter.java231
-rw-r--r--odk/examples/java/DocumentHandling/DocumentLoader.java98
-rw-r--r--odk/examples/java/DocumentHandling/DocumentPrinter.java115
-rw-r--r--odk/examples/java/DocumentHandling/DocumentSaver.java137
-rw-r--r--odk/examples/java/DocumentHandling/Makefile151
-rw-r--r--odk/examples/java/DocumentHandling/test/test1.odtbin0 -> 7999 bytes-rw-r--r--odk/examples/java/Drawing/Makefile98
-rw-r--r--odk/examples/java/Drawing/SDraw.java278
-rw-r--r--odk/examples/java/EmbedDocument/Container1/EmbedContApp.java1024
-rw-r--r--odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java108
-rw-r--r--odk/examples/java/EmbedDocument/Container1/Makefile48
-rwxr-xr-xodk/examples/java/EmbedDocument/EmbeddedObject/EditorFrame.java121
-rw-r--r--odk/examples/java/EmbedDocument/EmbeddedObject/EmbeddedObject.odtbin0 -> 9975 bytes-rwxr-xr-xodk/examples/java/EmbedDocument/EmbeddedObject/EmbeddedObject.xcu28
-rwxr-xr-xodk/examples/java/EmbedDocument/EmbeddedObject/Makefile153
-rwxr-xr-xodk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java1124
-rwxr-xr-xodk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java101
-rwxr-xr-xodk/examples/java/Inspector/Addon.xcu28
-rwxr-xr-xodk/examples/java/Inspector/Addons.xcu23
-rw-r--r--odk/examples/java/Inspector/HideableMutableTreeNode.java88
-rw-r--r--odk/examples/java/Inspector/HideableTreeModel.java298
-rw-r--r--odk/examples/java/Inspector/Inspector.java467
-rw-r--r--odk/examples/java/Inspector/InspectorAddon.java234
-rwxr-xr-xodk/examples/java/Inspector/InspectorPane.java635
-rw-r--r--odk/examples/java/Inspector/InstanceInspector.idl58
-rw-r--r--odk/examples/java/Inspector/InstanceInspectorTest.odtbin0 -> 12272 bytes-rwxr-xr-xodk/examples/java/Inspector/Introspector.java673
-rw-r--r--odk/examples/java/Inspector/Makefile201
-rw-r--r--odk/examples/java/Inspector/MethodParametersDialog.java359
-rwxr-xr-xodk/examples/java/Inspector/ObjectInspector.xcs18
-rwxr-xr-xodk/examples/java/Inspector/ObjectInspector.xcu18
-rwxr-xr-xodk/examples/java/Inspector/ProtocolHandler.xcu11
-rwxr-xr-xodk/examples/java/Inspector/ProtocolHandlerAddon.java289
-rw-r--r--odk/examples/java/Inspector/SourceCodeGenerator.java1772
-rw-r--r--odk/examples/java/Inspector/SwingDialogProvider.java448
-rw-r--r--odk/examples/java/Inspector/SwingTreeControlProvider.java433
-rw-r--r--odk/examples/java/Inspector/SwingTreePathProvider.java40
-rw-r--r--odk/examples/java/Inspector/SwingUnoFacetteNode.java90
-rw-r--r--odk/examples/java/Inspector/SwingUnoMethodNode.java144
-rw-r--r--odk/examples/java/Inspector/SwingUnoNode.java162
-rw-r--r--odk/examples/java/Inspector/SwingUnoPropertyNode.java102
-rw-r--r--odk/examples/java/Inspector/TDocSupplier.java174
-rw-r--r--odk/examples/java/Inspector/TestInspector.java94
-rw-r--r--odk/examples/java/Inspector/UnoFacetteNode.java91
-rw-r--r--odk/examples/java/Inspector/UnoMethodNode.java234
-rw-r--r--odk/examples/java/Inspector/UnoNode.java443
-rw-r--r--odk/examples/java/Inspector/UnoPropertyNode.java231
-rwxr-xr-xodk/examples/java/Inspector/UnoTreeRenderer.java141
-rw-r--r--odk/examples/java/Inspector/XDialogProvider.java71
-rw-r--r--odk/examples/java/Inspector/XInstanceInspector.idl62
-rw-r--r--odk/examples/java/Inspector/XLanguageSourceCodeGenerator.java112
-rw-r--r--odk/examples/java/Inspector/XMethodParametersDialog.java43
-rw-r--r--odk/examples/java/Inspector/XTreeControlProvider.java99
-rw-r--r--odk/examples/java/Inspector/XTreePathProvider.java25
-rw-r--r--odk/examples/java/Inspector/XUnoFacetteNode.java69
-rw-r--r--odk/examples/java/Inspector/XUnoMethodNode.java74
-rw-r--r--odk/examples/java/Inspector/XUnoNode.java90
-rw-r--r--odk/examples/java/Inspector/XUnoPropertyNode.java57
-rwxr-xr-xodk/examples/java/Inspector/images/containers_16.pngbin0 -> 233 bytes-rwxr-xr-xodk/examples/java/Inspector/images/content_16.pngbin0 -> 370 bytes-rwxr-xr-xodk/examples/java/Inspector/images/interfaces_16.pngbin0 -> 433 bytes-rwxr-xr-xodk/examples/java/Inspector/images/methods_16.pngbin0 -> 380 bytes-rwxr-xr-xodk/examples/java/Inspector/images/properties_16.pngbin0 -> 242 bytes-rwxr-xr-xodk/examples/java/Inspector/images/services_16.pngbin0 -> 258 bytes-rwxr-xr-xodk/examples/java/Inspector/manifest.mf3
-rw-r--r--odk/examples/java/MinimalComponent/BuildMinimalComponent.xml64
-rw-r--r--odk/examples/java/MinimalComponent/Makefile209
-rw-r--r--odk/examples/java/MinimalComponent/MinimalComponent.idl58
-rw-r--r--odk/examples/java/MinimalComponent/MinimalComponent.java177
-rw-r--r--odk/examples/java/MinimalComponent/TestMinimalComponent.java75
-rw-r--r--odk/examples/java/NotesAccess/Makefile119
-rw-r--r--odk/examples/java/NotesAccess/NotesAccess.java294
-rw-r--r--odk/examples/java/NotesAccess/Stocks.nsfbin0 -> 262144 bytes-rw-r--r--odk/examples/java/PropertySet/Makefile140
-rw-r--r--odk/examples/java/PropertySet/PropTest.java271
-rw-r--r--odk/examples/java/PropertySet/PropertySet.odtbin0 -> 8391 bytes-rw-r--r--odk/examples/java/Spreadsheet/CalcAddins.java310
-rw-r--r--odk/examples/java/Spreadsheet/CalcAddins.odsbin0 -> 8653 bytes-rw-r--r--odk/examples/java/Spreadsheet/ChartTypeChange.java361
-rw-r--r--odk/examples/java/Spreadsheet/EuroAdaption.java395
-rw-r--r--odk/examples/java/Spreadsheet/Makefile219
-rw-r--r--odk/examples/java/Spreadsheet/SCalc.java418
-rw-r--r--odk/examples/java/Spreadsheet/XCalcAddins.idl106
-rw-r--r--odk/examples/java/Storage/Makefile58
-rw-r--r--odk/examples/java/Storage/StorageFunctionality.java147
-rw-r--r--odk/examples/java/Storage/StorageTest.java7
-rw-r--r--odk/examples/java/Storage/Test01.java158
-rw-r--r--odk/examples/java/Storage/Test02.java152
-rw-r--r--odk/examples/java/Storage/Test03.java209
-rw-r--r--odk/examples/java/Storage/Test04.java273
-rw-r--r--odk/examples/java/Storage/Test05.java268
-rw-r--r--odk/examples/java/Storage/Test06.java278
-rw-r--r--odk/examples/java/Storage/Test07.java137
-rw-r--r--odk/examples/java/Storage/Test08.java213
-rw-r--r--odk/examples/java/Storage/Test09.java123
-rw-r--r--odk/examples/java/Storage/TestHelper.java864
-rw-r--r--odk/examples/java/Text/BookmarkInsertion.java290
-rw-r--r--odk/examples/java/Text/GraphicsInserter.java185
-rw-r--r--odk/examples/java/Text/HardFormatting.java292
-rw-r--r--odk/examples/java/Text/Makefile142
-rw-r--r--odk/examples/java/Text/SWriter.java403
-rw-r--r--odk/examples/java/Text/StyleCreation.java232
-rw-r--r--odk/examples/java/Text/StyleInitialization.java326
-rw-r--r--odk/examples/java/Text/TextDocumentStructure.java211
-rw-r--r--odk/examples/java/Text/TextReplace.java237
-rw-r--r--odk/examples/java/Text/WriterSelector.java168
-rw-r--r--odk/examples/java/Text/oo_smiley.gifbin0 -> 46109 bytes-rw-r--r--odk/examples/java/ToDo/Makefile172
-rw-r--r--odk/examples/java/ToDo/ToDo.idl56
-rw-r--r--odk/examples/java/ToDo/ToDo.java971
-rw-r--r--odk/examples/java/ToDo/ToDo.odsbin0 -> 13276 bytes-rw-r--r--odk/examples/java/ToDo/XToDo.idl56
-rw-r--r--odk/examples/java/makefile.mk159
-rw-r--r--odk/inc/makefile.mk51
-rw-r--r--odk/inc/pch/precompiled_odk.cxx32
-rw-r--r--odk/inc/pch/precompiled_odk.hxx35
-rw-r--r--odk/index.html213
-rw-r--r--odk/no_localization1
-rw-r--r--odk/pack/checkbin/makefile.mk55
-rw-r--r--odk/pack/checkidl/makefile.mk55
-rw-r--r--odk/pack/checkinc/makefile.mk58
-rw-r--r--odk/pack/checkinc2/makefile.mk58
-rwxr-xr-xodk/pack/copying/addsym-macosx.sh11
-rw-r--r--odk/pack/copying/apiref-autodoc.since25
-rw-r--r--odk/pack/copying/dk.mk3
-rw-r--r--odk/pack/copying/idl_chapter_refs.txt7590
-rw-r--r--odk/pack/copying/makefile.mk267
-rw-r--r--odk/pack/gendocu/java/package-list135
-rw-r--r--odk/pack/gendocu/makefile.mk127
-rw-r--r--odk/pack/gendocu/uno/package-list53
-rw-r--r--odk/pack/unzip_udk/deltree.txt0
-rw-r--r--odk/pack/unzip_udk/makefile.mk50
-rw-r--r--odk/prj/build.lst15
-rw-r--r--odk/prj/d.lst5
-rw-r--r--odk/setsdkenv_unix67
-rw-r--r--odk/setsdkenv_unix.csh.in313
-rw-r--r--odk/setsdkenv_unix.sh.in343
-rwxr-xr-xodk/setsdkenv_windows.bat64
-rwxr-xr-xodk/setsdkenv_windows.template183
-rwxr-xr-xodk/setsdkname.bat3
-rw-r--r--odk/settings/component.uno.def4
-rw-r--r--odk/settings/settings.mk580
-rw-r--r--odk/settings/std.mk55
-rw-r--r--odk/settings/stdtarget.mk16
-rw-r--r--odk/source/com/sun/star/lib/loader/InstallationFinder.java587
-rw-r--r--odk/source/com/sun/star/lib/loader/Loader.java388
-rw-r--r--odk/source/com/sun/star/lib/loader/WinRegKey.java203
-rw-r--r--odk/source/com/sun/star/lib/loader/WinRegKeyException.java54
-rw-r--r--odk/source/com/sun/star/lib/loader/makefile.mk60
-rw-r--r--odk/source/unoapploader/unx/makefile.mk64
-rw-r--r--odk/source/unoapploader/unx/unoapploader.c304
-rw-r--r--odk/source/unoapploader/win/makefile.mk61
-rw-r--r--odk/source/unoapploader/win/unoapploader.c426
-rw-r--r--odk/source/unowinreg/win/makefile.mk122
-rw-r--r--odk/source/unowinreg/win/unowinreg.cxx188
-rw-r--r--odk/source/unowinreg/win/unowinreg.dxp9
-rw-r--r--odk/util/check.pl489
-rw-r--r--odk/util/checkdiff.pl66
-rw-r--r--odk/util/delzip1
-rw-r--r--odk/util/makefile.mk60
-rw-r--r--odk/util/makefile.pmk241
-rw-r--r--odk/util/odk_rules.pmk232
-rw-r--r--offapi/com/sun/star/accessibility/AccessBridge.idl57
-rw-r--r--offapi/com/sun/star/accessibility/Accessible.idl59
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleContext.idl70
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl390
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventObject.idl72
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRelation.idl71
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRelationType.idl124
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRole.idl696
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleStateType.idl228
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl93
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl85
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTextType.idl108
-rw-r--r--offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl57
-rw-r--r--offapi/com/sun/star/accessibility/TextSegment.idl88
-rw-r--r--offapi/com/sun/star/accessibility/XAccessible.idl89
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleAction.idl126
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleComponent.idl239
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleContext.idl218
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEditableText.idl243
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl67
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEventListener.idl62
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl112
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl145
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHypertext.idl121
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleImage.idl89
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl96
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl151
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl116
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl167
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleStateSet.idl112
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl390
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl522
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl108
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl143
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl109
-rw-r--r--offapi/com/sun/star/accessibility/makefile.mk84
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl72
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl77
-rw-r--r--offapi/com/sun/star/animations/AnimationColorSpace.idl61
-rw-r--r--offapi/com/sun/star/animations/AnimationEndSync.idl84
-rw-r--r--offapi/com/sun/star/animations/AnimationFill.idl87
-rw-r--r--offapi/com/sun/star/animations/AnimationNodeType.idl90
-rw-r--r--offapi/com/sun/star/animations/AnimationRestart.idl78
-rw-r--r--offapi/com/sun/star/animations/AnimationTransformType.idl70
-rw-r--r--offapi/com/sun/star/animations/AnimationValueType.idl60
-rw-r--r--offapi/com/sun/star/animations/Event.idl72
-rw-r--r--offapi/com/sun/star/animations/EventTrigger.idl94
-rw-r--r--offapi/com/sun/star/animations/TargetProperties.idl62
-rw-r--r--offapi/com/sun/star/animations/TimeFilterPair.idl54
-rw-r--r--offapi/com/sun/star/animations/Timing.idl56
-rw-r--r--offapi/com/sun/star/animations/TransitionSubType.idl166
-rw-r--r--offapi/com/sun/star/animations/TransitionType.idl94
-rw-r--r--offapi/com/sun/star/animations/ValuePair.idl51
-rw-r--r--offapi/com/sun/star/animations/XAnimate.idl158
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl77
-rw-r--r--offapi/com/sun/star/animations/XAnimateMotion.idl68
-rw-r--r--offapi/com/sun/star/animations/XAnimateSet.idl69
-rw-r--r--offapi/com/sun/star/animations/XAnimateTransform.idl82
-rw-r--r--offapi/com/sun/star/animations/XAnimationListener.idl92
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl264
-rw-r--r--offapi/com/sun/star/animations/XAnimationNodeSupplier.idl54
-rw-r--r--offapi/com/sun/star/animations/XAudio.idl61
-rw-r--r--offapi/com/sun/star/animations/XCommand.idl69
-rw-r--r--offapi/com/sun/star/animations/XIterateContainer.idl82
-rw-r--r--offapi/com/sun/star/animations/XTargetPropertiesCreator.idl81
-rw-r--r--offapi/com/sun/star/animations/XTimeContainer.idl135
-rw-r--r--offapi/com/sun/star/animations/XTransitionFilter.idl102
-rw-r--r--offapi/com/sun/star/animations/makefile.mk80
-rw-r--r--offapi/com/sun/star/auth/AuthenticationFailedException.idl50
-rw-r--r--offapi/com/sun/star/auth/InvalidArgumentException.idl50
-rw-r--r--offapi/com/sun/star/auth/InvalidContextException.idl50
-rw-r--r--offapi/com/sun/star/auth/InvalidCredentialException.idl50
-rw-r--r--offapi/com/sun/star/auth/InvalidPrincipalException.idl51
-rw-r--r--offapi/com/sun/star/auth/PersistenceFailureException.idl51
-rw-r--r--offapi/com/sun/star/auth/SSOExceptions.idl56
-rw-r--r--offapi/com/sun/star/auth/SSOManagerFactory.idl78
-rw-r--r--offapi/com/sun/star/auth/SSOPasswordCache.idl56
-rw-r--r--offapi/com/sun/star/auth/UnsupportedException.idl51
-rw-r--r--offapi/com/sun/star/auth/XSSOAcceptorContext.idl78
-rw-r--r--offapi/com/sun/star/auth/XSSOContext.idl80
-rw-r--r--offapi/com/sun/star/auth/XSSOInitiatorContext.idl83
-rw-r--r--offapi/com/sun/star/auth/XSSOManager.idl116
-rw-r--r--offapi/com/sun/star/auth/XSSOManagerFactory.idl63
-rw-r--r--offapi/com/sun/star/auth/XSSOPasswordCache.idl108
-rw-r--r--offapi/com/sun/star/auth/makefile.mk28
-rw-r--r--offapi/com/sun/star/awt/AccessibleButton.idl139
-rw-r--r--offapi/com/sun/star/awt/AccessibleCheckBox.idl140
-rw-r--r--offapi/com/sun/star/awt/AccessibleComboBox.idl111
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl122
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownListBox.idl122
-rw-r--r--offapi/com/sun/star/awt/AccessibleEdit.idl138
-rw-r--r--offapi/com/sun/star/awt/AccessibleFixedText.idl117
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl118
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl110
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl141
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBox.idl110
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBoxList.idl55
-rw-r--r--offapi/com/sun/star/awt/AccessibleListItem.idl107
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenu.idl155
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuBar.idl118
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuItem.idl144
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuSeparator.idl110
-rw-r--r--offapi/com/sun/star/awt/AccessiblePopupMenu.idl118
-rw-r--r--offapi/com/sun/star/awt/AccessibleRadioButton.idl144
-rw-r--r--offapi/com/sun/star/awt/AccessibleScrollBar.idl132
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBar.idl101
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBarItem.idl110
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBar.idl112
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPage.idl108
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPageList.idl111
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabControl.idl116
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabPage.idl120
-rw-r--r--offapi/com/sun/star/awt/AccessibleTextField.idl119
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBox.idl119
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBoxItem.idl137
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBox.idl118
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl136
-rw-r--r--offapi/com/sun/star/awt/AccessibleWindow.idl128
-rw-r--r--offapi/com/sun/star/awt/ActionEvent.idl72
-rw-r--r--offapi/com/sun/star/awt/AdjustmentEvent.idl70
-rw-r--r--offapi/com/sun/star/awt/AdjustmentType.idl75
-rw-r--r--offapi/com/sun/star/awt/AsyncCallback.idl50
-rw-r--r--offapi/com/sun/star/awt/CharSet.idl126
-rw-r--r--offapi/com/sun/star/awt/Command.idl137
-rw-r--r--offapi/com/sun/star/awt/ContainerWindowProvider.idl59
-rw-r--r--offapi/com/sun/star/awt/DeviceCapability.idl68
-rw-r--r--offapi/com/sun/star/awt/DeviceInfo.idl113
-rw-r--r--offapi/com/sun/star/awt/DialogProvider.idl62
-rw-r--r--offapi/com/sun/star/awt/DialogProvider2.idl58
-rw-r--r--offapi/com/sun/star/awt/DockingData.idl66
-rw-r--r--offapi/com/sun/star/awt/DockingEvent.idl87
-rw-r--r--offapi/com/sun/star/awt/EndDockingEvent.idl75
-rw-r--r--offapi/com/sun/star/awt/EndPopupModeEvent.idl71
-rw-r--r--offapi/com/sun/star/awt/EnhancedMouseEvent.idl66
-rw-r--r--offapi/com/sun/star/awt/FieldUnit.idl66
-rw-r--r--offapi/com/sun/star/awt/FocusChangeReason.idl96