summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/abstract.cxx
blob: 3d4de9b187dccfd76793fee1f3ef9c22f5aad3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * 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.
 *
 ************************************************************************/

// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sw.hxx"

#ifdef SW_DLLIMPLEMENTATION
#undef SW_DLLIMPLEMENTATION
#endif


#include "swtypes.hxx"
#include "hintids.hxx"

#include "dialog.hrc"
#include "abstract.hxx"
#include "abstract.hrc"


/*-----------------22.02.97 15.32-------------------

--------------------------------------------------*/

SwInsertAbstractDlg::SwInsertAbstractDlg( Window* pParent ) :
    SfxModalDialog(pParent, SW_RES(DLG_INSERT_ABSTRACT)),
    aFL     (this, SW_RES(FL_1       )),
    aLevelFT(this, SW_RES(FT_LEVEL   )),
    aLevelNF(this, SW_RES(NF_LEVEL   )),
    aParaFT (this, SW_RES(FT_PARA   )),
    aParaNF (this, SW_RES(NF_PARA   )),
    aDescFT (this, SW_RES(FT_DESC   )),
    aOkPB   (this, SW_RES(PB_OK     )),
    aCancelPB (this, SW_RES(PB_CANCEL   )),
    aHelpPB (this, SW_RES(PB_HELP   ))
{
    FreeResource();
}

/*-----------------22.02.97 15.32-------------------

--------------------------------------------------*/

SwInsertAbstractDlg::~SwInsertAbstractDlg()
{
}

/*-----------------22.02.97 15.34-------------------

--------------------------------------------------*/

sal_uInt8 SwInsertAbstractDlg::GetLevel() const
{
    return static_cast< sal_uInt8 >(aLevelNF.GetValue() - 1);
}
/*-----------------22.02.97 15.34-------------------

--------------------------------------------------*/

sal_uInt8 SwInsertAbstractDlg::GetPara() const
{
    return (sal_uInt8) aParaNF.GetValue();
}






t' width='100%'> -rw-r--r--MathMLDTD/w3c_ipr_software_notice.html105
-rw-r--r--Mesa/inc/gl.h2252
-rw-r--r--Mesa/inc/gl_mangle.h1568
-rw-r--r--Mesa/inc/glext.h7271
-rw-r--r--Mesa/inc/glu.h348
-rw-r--r--Mesa/inc/glu_mangle.h86
-rw-r--r--Mesa/inc/glx.h500
-rw-r--r--Mesa/inc/glx_mangle.h81
-rw-r--r--Mesa/inc/glxext.h785
-rw-r--r--Mesa/inc/vms_x_fix.h1224
-rw-r--r--Mesa/prj/build.lst3
-rw-r--r--Mesa/prj/d.lst3
-rw-r--r--Module_ooo.mk61
-rw-r--r--Repository.mk146
-rw-r--r--RepositoryFixes.mk177
-rw-r--r--TEMPLATE.SOURCECODE.HEADER30
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx594
-rw-r--r--UnoControls/inc/basecontrol.hxx1272
-rw-r--r--UnoControls/inc/multiplexer.hxx784
-rw-r--r--UnoControls/prj/build.lst5
-rw-r--r--UnoControls/prj/d.lst6
-rw-r--r--UnoControls/source/base/basecontainercontrol.cxx636
-rw-r--r--UnoControls/source/base/basecontrol.cxx1022
-rw-r--r--UnoControls/source/base/makefile.mk46
-rw-r--r--UnoControls/source/base/multiplexer.cxx530
-rw-r--r--UnoControls/source/base/registercontrols.cxx191
-rw-r--r--UnoControls/source/controls/OConnectionPointContainerHelper.cxx190
-rw-r--r--UnoControls/source/controls/OConnectionPointHelper.cxx275
-rw-r--r--UnoControls/source/controls/framecontrol.cxx606
-rw-r--r--UnoControls/source/controls/makefile.mk49
-rw-r--r--UnoControls/source/controls/progressbar.cxx494
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx1070
-rw-r--r--UnoControls/source/controls/statusindicator.cxx562
-rw-r--r--UnoControls/source/inc/OConnectionPointContainerHelper.hxx265
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx309
-rw-r--r--UnoControls/source/inc/framecontrol.hxx641
-rw-r--r--UnoControls/source/inc/progressbar.hxx459
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx805
-rw-r--r--UnoControls/source/inc/statusindicator.hxx584
-rw-r--r--UnoControls/util/ctl.component43
-rw-r--r--UnoControls/util/makefile.mk69
-rw-r--r--UnoControls/util/makefile.pmk27
-rw-r--r--UnoControls/util/target.pmk35
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/AccessBridge.java245
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/KeyHandler.java138
-rw-r--r--accessibility/bridge/org/openoffice/accessibility/PopupWindow.java210
-rw-r--r--accessibility/bridge/org/openoffice/accessibility/WindowsAccessBridgeAdapter.java654
-rw-r--r--accessibility/bridge/org/openoffice/accessibility/java_uno_accessbridge.component34
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/makefile.mk62
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/manifest2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AbstractButton.java176
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleActionImpl.java71
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleComponentImpl.java233
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleEditableTextImpl.java367
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleExtendedState.java53
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleHypertextImpl.java191
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleIconImpl.java73
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleKeyBinding.java386
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleObjectFactory.java545
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleRelationAdapter.java64
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleRoleAdapter.java148
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleSelectionImpl.java99
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleStateAdapter.java214
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleTextImpl.java678
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/AccessibleValueImpl.java96
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Alert.java66
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Application.java45
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Button.java157
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/CheckBox.java51
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ComboBox.java117
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Component.java740
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Container.java763
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/DescendantManager.java161
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Dialog.java633
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/FocusTraversalPolicy.java89
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Frame.java646
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Icon.java76
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Label.java130
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/List.java452
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Menu.java328
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/MenuContainer.java167
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/MenuItem.java99
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/NativeFrame.java35
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Paragraph.java222
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/RadioButton.java50
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ScrollBar.java126
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Separator.java71
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Table.java727
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/TextComponent.java194
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ToggleButton.java62
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/ToolTip.java117
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Tree.java768
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Window.java551
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java186
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleHypertextLog.java61
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleTextLog.java270
-rwxr-xr-xaccessibility/bridge/org/openoffice/java/accessibility/makefile.mk115
-rw-r--r--accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx317
-rw-r--r--accessibility/bridge/source/java/exports.dxp4
-rw-r--r--accessibility/bridge/source/java/makefile.mk70
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx313
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx520
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx95
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx283
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx83
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx177
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx282
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx145
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControl.hxx267
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx462
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx220
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx104
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx228
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx230
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx170
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx94
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx95
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx110
-rw-r--r--accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx89
-rw-r--r--accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx156
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx121
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx199
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistbox.hxx127
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx225
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbar.hxx122
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarbase.hxx80
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpage.hxx139
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx143
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistbox.hxx117
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx124
-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.hxx71
-rw-r--r--accessibility/inc/accessibility/helper/acc_factory.hxx53
-rw-r--r--accessibility/inc/accessibility/helper/accessiblestrings.hrc53
-rw-r--r--accessibility/inc/accessibility/helper/accresmgr.hxx72
-rw-r--r--accessibility/inc/accessibility/helper/characterattributeshelper.hxx61
-rw-r--r--accessibility/inc/accessibility/helper/listboxhelper.hxx198
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx157
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenucomponent.hxx102
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenuitemcomponent.hxx98
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx182
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblebutton.hxx88
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblecheckbox.hxx95
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblecombobox.hxx67
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibledropdowncombobox.hxx69
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx69
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibleedit.hxx121
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblefixedhyperlink.hxx56
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblefixedtext.hxx56
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelist.hxx226
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistbox.hxx65
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx198
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenu.hxx86
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenubar.hxx75
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenuitem.hxx119
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblemenuseparator.hxx56
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblepopupmenu.hxx62
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibleradiobutton.hxx86
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblescrollbar.hxx85
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblestatusbar.hxx82
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblestatusbaritem.hxx144
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabcontrol.hxx105
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabpage.hxx148
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletabpagewindow.hxx69
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletextcomponent.hxx95
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx105
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletoolbox.hxx115
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletoolboxitem.hxx168
-rw-r--r--accessibility/inc/makefile.mk47
-rw-r--r--accessibility/inc/pch/precompiled_accessibility.cxx31
-rw-r--r--accessibility/inc/pch/precompiled_accessibility.hxx40
-rw-r--r--accessibility/prj/build.lst18
-rw-r--r--accessibility/prj/d.lst8
-rw-r--r--accessibility/prj/l10n1
-rw-r--r--accessibility/source/extended/AccessibleBrowseBox.cxx395
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxBase.cxx660
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx174
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx421
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx175
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTable.cxx280
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx357
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx357
-rw-r--r--accessibility/source/extended/AccessibleGridControl.cxx375
-rw-r--r--accessibility/source/extended/AccessibleGridControlBase.cxx537
-rw-r--r--accessibility/source/extended/AccessibleGridControlHeader.cxx286
-rw-r--r--accessibility/source/extended/AccessibleGridControlHeaderCell.cxx172
-rw-r--r--accessibility/source/extended/AccessibleGridControlTable.cxx378
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableBase.cxx293
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableCell.cxx370
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeck.cxx410
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx457
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx453
-rw-r--r--accessibility/source/extended/accessiblebrowseboxcell.cxx94
-rw-r--r--accessibility/source/extended/accessibleeditbrowseboxcell.cxx276
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrl.cxx374
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx734
-rw-r--r--accessibility/source/extended/accessiblelistbox.cxx434
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx962
-rw-r--r--accessibility/source/extended/accessibletabbar.cxx557
-rw-r--r--accessibility/source/extended/accessibletabbarbase.cxx116
-rw-r--r--accessibility/source/extended/accessibletabbarpage.cxx514
-rw-r--r--accessibility/source/extended/accessibletabbarpagelist.cxx808
-rw-r--r--accessibility/source/extended/accessibletablistbox.cxx137
-rw-r--r--accessibility/source/extended/accessibletablistboxtable.cxx374
-rw-r--r--accessibility/source/extended/listboxaccessible.cxx106
-rwxr-xr-xaccessibility/source/extended/makefile.mk81
-rw-r--r--accessibility/source/extended/textwindowaccessibility.cxx2258
-rw-r--r--accessibility/source/helper/acc_factory.cxx555
-rw-r--r--accessibility/source/helper/accessiblestrings.src76
-rw-r--r--accessibility/source/helper/accresmgr.cxx85
-rw-r--r--accessibility/source/helper/characterattributeshelper.cxx114
-rw-r--r--accessibility/source/helper/makefile.mk53
-rw-r--r--accessibility/source/inc/floatingwindowaccessible.hxx45
-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.cxx73
-rw-r--r--accessibility/source/standard/makefile.mk78
-rw-r--r--accessibility/source/standard/vclxaccessiblebox.cxx375
-rw-r--r--accessibility/source/standard/vclxaccessiblebutton.cxx329
-rw-r--r--accessibility/source/standard/vclxaccessiblecheckbox.cxx364
-rw-r--r--accessibility/source/standard/vclxaccessiblecombobox.cxx98
-rw-r--r--accessibility/source/standard/vclxaccessibledropdowncombobox.cxx122
-rw-r--r--accessibility/source/standard/vclxaccessibledropdownlistbox.cxx112
-rw-r--r--accessibility/source/standard/vclxaccessibleedit.cxx629
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx87
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedtext.cxx99
-rw-r--r--accessibility/source/standard/vclxaccessiblelist.cxx851
-rw-r--r--accessibility/source/standard/vclxaccessiblelistbox.cxx110
-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.cxx282
-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.cxx156
-rw-r--r--accessibility/source/standard/vclxaccessibletoolbox.cxx884
-rw-r--r--accessibility/source/standard/vclxaccessibletoolboxitem.cxx708
-rw-r--r--accessibility/util/acc.map7
-rw-r--r--accessibility/util/makefile.mk82
-rw-r--r--accessibility/workben/TODO13
-rw-r--r--accessibility/workben/makefile9
-rw-r--r--accessibility/workben/makefile.in31
-rw-r--r--accessibility/workben/makefile.mk39
-rw-r--r--accessibility/workben/org/openoffice/accessibility/Makefile6
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/AccessibilityWorkBench.java702
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/HelpWindow.java187
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/Makefile11
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/Canvas.java322
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/CanvasShape.java412
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/Makefile13
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/MouseObserver.java104
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/ShapeContainer.java237
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common34
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk47
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/makefile.common30
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/makefile.mk57
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/manifest3
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityModel.java154
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityNode.java163
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityTree.java89
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/AccessibilityTreeModel.java217
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java123
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java92
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/Makefile40
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java215
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common35
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.mk51
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java195
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java115
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java119
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java126
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java148
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java160
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/Makefile11
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java90
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java310
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java35
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java147
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java267
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java150
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java199
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java161
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java467
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java117
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common45
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/makefile.mk51
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java122
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/Makefile11
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java208
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java179
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java136
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java122
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common34
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.mk51
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java92
-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/Makefile38
-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.common36
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/makefile.mk46
-rw-r--r--acinclude.m4138
-rw-r--r--afms/delzip0
-rw-r--r--afms/makefile.mk61
-rw-r--r--afms/prj/build.lst3
-rw-r--r--afms/prj/d.lst3
-rw-r--r--animations/inc/animations/animationnodehelper.hxx133
-rw-r--r--animations/prj/build.lst3
-rw-r--r--animations/prj/d.lst10
-rw-r--r--animations/source/animcore/animcore.component67
-rw-r--r--animations/source/animcore/animcore.cxx2090
-rw-r--r--animations/source/animcore/animcore.xml28
-rw-r--r--animations/source/animcore/factreg.cxx97
-rw-r--r--animations/source/animcore/factreg.hxx54
-rw-r--r--animations/source/animcore/makefile.mk74
-rw-r--r--animations/source/animcore/targetpropertiescreator.cxx499
-rw-r--r--apache-commons/java/codec/makefile.mk75
-rw-r--r--apache-commons/java/httpclient/makefile.mk78
-rw-r--r--apache-commons/java/lang/makefile.mk75
-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.m125
-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.mk82
-rw-r--r--apple_remote/prj/build.lst2
-rw-r--r--apple_remote/prj/d.lst5
-rw-r--r--autodoc/inc/ary/actions.hxx105
-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/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.hxx99
-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.hxx148
-rw-r--r--autodoc/inc/ary/idl/ik_constant.hxx78
-rw-r--r--autodoc/inc/ary/idl/ik_constgroup.hxx75
-rw-r--r--autodoc/inc/ary/idl/ik_enum.hxx87
-rw-r--r--autodoc/inc/ary/idl/ik_enumvalue.hxx76
-rw-r--r--autodoc/inc/ary/idl/ik_exception.hxx84
-rw-r--r--autodoc/inc/ary/idl/ik_function.hxx98
-rw-r--r--autodoc/inc/ary/idl/ik_interface.hxx103
-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.hxx93
-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.hxx162
-rw-r--r--autodoc/inc/ary/info/all_tags.hxx291
-rw-r--r--autodoc/inc/ary/info/ci_attag.hxx103
-rw-r--r--autodoc/inc/ary/info/ci_text.hxx87
-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.hxx124
-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.hxx81
-rw-r--r--autodoc/inc/ary_i/ci_text2.hxx94
-rw-r--r--autodoc/inc/ary_i/d_token.hxx284
-rw-r--r--autodoc/inc/ary_i/disdocum.hxx148
-rw-r--r--autodoc/inc/autodoc/displaying.hxx78
-rw-r--r--autodoc/inc/autodoc/dsp_html_std.hxx216
-rw-r--r--autodoc/inc/autodoc/dsp_txt_flist.hxx67
-rw-r--r--autodoc/inc/autodoc/filecoli.hxx74
-rw-r--r--autodoc/inc/autodoc/parsing.hxx80
-rw-r--r--autodoc/inc/autodoc/prs_code.hxx79
-rw-r--r--autodoc/inc/autodoc/prs_docu.hxx61
-rw-r--r--autodoc/inc/autodoc/x_parsing.hxx76
-rw-r--r--autodoc/inc/display/corframe.hxx84
-rw-r--r--autodoc/inc/parser/parser.hxx59
-rw-r--r--autodoc/inc/parser/parserinfo.hxx67
-rw-r--r--autodoc/inc/parser/unoidl.hxx81
-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.cxx295
-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.mk80
-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.mk58
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.cxx974
-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.cxx71
-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.hxx78
-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.mk87
-rw-r--r--autodoc/source/ary/inc/cpp_internalgate.hxx69
-rw-r--r--autodoc/source/ary/inc/cross_refs.hxx101
-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.hxx99
-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.cxx107
-rw-r--r--autodoc/source/ary/info/all_tags.cxx571
-rw-r--r--autodoc/source/ary/info/ci_attag.cxx95
-rw-r--r--autodoc/source/ary/info/ci_text.cxx73
-rw-r--r--autodoc/source/ary/info/makefile.mk60
-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.mk63
-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.mk61
-rw-r--r--autodoc/source/ary_i/kernel/ci_atag2.cxx59
-rw-r--r--autodoc/source/ary_i/kernel/ci_text2.cxx141
-rw-r--r--autodoc/source/ary_i/kernel/d_token.cxx190
-rw-r--r--autodoc/source/ary_i/kernel/makefile.mk60
-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.cxx347
-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.cxx67
-rw-r--r--autodoc/source/display/html/easywri.hxx82
-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.cxx488
-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.cxx307
-rw-r--r--autodoc/source/display/html/html_kit.hxx201
-rw-r--r--autodoc/source/display/html/makefile.mk78
-rw-r--r--autodoc/source/display/html/nav_main.cxx379
-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.cxx578
-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.cxx79
-rw-r--r--autodoc/source/display/html/pm_base.hxx90
-rw-r--r--autodoc/source/display/html/pm_class.cxx813
-rw-r--r--autodoc/source/display/html/pm_class.hxx133
-rw-r--r--autodoc/source/display/html/pm_help.cxx234
-rw-r--r--autodoc/source/display/html/pm_help.hxx65
-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.hxx80
-rw-r--r--autodoc/source/display/html/pm_start.cxx139
-rw-r--r--autodoc/source/display/html/pm_start.hxx65
-rw-r--r--autodoc/source/display/html/protarea.cxx140
-rw-r--r--autodoc/source/display/html/protarea.hxx96
-rw-r--r--autodoc/source/display/html/strconst.hxx80
-rw-r--r--autodoc/source/display/idl/hfi_constgroup.cxx140
-rw-r--r--autodoc/source/display/idl/hfi_constgroup.hxx68
-rw-r--r--autodoc/source/display/idl/hfi_doc.cxx194
-rw-r--r--autodoc/source/display/idl/hfi_doc.hxx88
-rw-r--r--autodoc/source/display/idl/hfi_enum.cxx136
-rw-r--r--autodoc/source/display/idl/hfi_enum.hxx70
-rw-r--r--autodoc/source/display/idl/hfi_globalindex.cxx278
-rw-r--r--autodoc/source/display/idl/hfi_globalindex.hxx91
-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.cxx380
-rw-r--r--autodoc/source/display/idl/hfi_linklist.hxx147
-rw-r--r--autodoc/source/display/idl/hfi_method.cxx238
-rw-r--r--autodoc/source/display/idl/hfi_method.hxx106
-rw-r--r--autodoc/source/display/idl/hfi_module.cxx302
-rw-r--r--autodoc/source/display/idl/hfi_module.hxx85
-rw-r--r--autodoc/source/display/idl/hfi_navibar.cxx227
-rw-r--r--autodoc/source/display/idl/hfi_navibar.hxx85
-rw-r--r--autodoc/source/display/idl/hfi_property.cxx453
-rw-r--r--autodoc/source/display/idl/hfi_property.hxx185
-rw-r--r--autodoc/source/display/idl/hfi_service.cxx365
-rw-r--r--autodoc/source/display/idl/hfi_service.hxx101
-rw-r--r--autodoc/source/display/idl/hfi_singleton.cxx136
-rw-r--r--autodoc/source/display/idl/hfi_singleton.hxx71
-rw-r--r--autodoc/source/display/idl/hfi_siservice.cxx178
-rw-r--r--autodoc/source/display/idl/hfi_siservice.hxx74
-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.cxx357
-rw-r--r--autodoc/source/display/idl/hfi_tag.hxx180
-rw-r--r--autodoc/source/display/idl/hfi_typedef.cxx95
-rw-r--r--autodoc/source/display/idl/hfi_typedef.hxx67
-rw-r--r--autodoc/source/display/idl/hfi_typetext.cxx760
-rw-r--r--autodoc/source/display/idl/hfi_typetext.hxx160
-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.cxx273
-rw-r--r--autodoc/source/display/idl/hi_ary.hxx164
-rw-r--r--autodoc/source/display/idl/hi_display.cxx200
-rw-r--r--autodoc/source/display/idl/hi_env.cxx202
-rw-r--r--autodoc/source/display/idl/hi_env.hxx163
-rw-r--r--autodoc/source/display/idl/hi_factory.cxx323
-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.hxx108
-rw-r--r--autodoc/source/display/idl/hi_main.cxx766
-rw-r--r--autodoc/source/display/idl/hi_main.hxx181
-rw-r--r--autodoc/source/display/idl/makefile.mk77
-rw-r--r--autodoc/source/display/inc/cfrstd.hxx82
-rw-r--r--autodoc/source/display/inc/html/chd_udk2.hxx98
-rw-r--r--autodoc/source/display/inc/idl/hi_display.hxx113
-rw-r--r--autodoc/source/display/inc/toolkit/hf_docentry.hxx62
-rw-r--r--autodoc/source/display/inc/toolkit/hf_funcdecl.hxx74
-rw-r--r--autodoc/source/display/inc/toolkit/hf_linachain.hxx75
-rw-r--r--autodoc/source/display/inc/toolkit/hf_navi_main.hxx94
-rw-r--r--autodoc/source/display/inc/toolkit/hf_navi_sub.hxx83
-rw-r--r--autodoc/source/display/inc/toolkit/hf_title.hxx94
-rw-r--r--autodoc/source/display/inc/toolkit/htmlfactory.hxx104
-rw-r--r--autodoc/source/display/inc/toolkit/htmlfile.hxx88
-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.hxx75
-rw-r--r--autodoc/source/display/kernel/displfct.cxx91
-rw-r--r--autodoc/source/display/kernel/displfct.hxx65
-rw-r--r--autodoc/source/display/kernel/makefile.mk55
-rw-r--r--autodoc/source/display/toolkit/hf_docentry.cxx77
-rw-r--r--autodoc/source/display/toolkit/hf_funcdecl.cxx159
-rw-r--r--autodoc/source/display/toolkit/hf_linachain.cxx113
-rw-r--r--autodoc/source/display/toolkit/hf_navi_main.cxx240
-rw-r--r--autodoc/source/display/toolkit/hf_navi_sub.cxx105
-rw-r--r--autodoc/source/display/toolkit/hf_title.cxx172
-rw-r--r--autodoc/source/display/toolkit/htmlfile.cxx213
-rw-r--r--autodoc/source/display/toolkit/makefile.mk64
-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.cxx60
-rw-r--r--autodoc/source/exes/adc_uni/adc_cl.cxx402
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd.hxx134
-rw-r--r--autodoc/source/exes/adc_uni/adc_cmd_parse.cxx345
-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.cxx281
-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.cxx56
-rw-r--r--autodoc/source/exes/adc_uni/makefile.mk104
-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.hxx195
-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.hxx96
-rw-r--r--autodoc/source/inc/luxenum.hxx105
-rw-r--r--autodoc/source/inc/manip.hxx63
-rw-r--r--autodoc/source/inc/precomp.h69
-rw-r--r--autodoc/source/inc/prprpr.hxx61
-rw-r--r--autodoc/source/inc/tools/filecoll.hxx71
-rw-r--r--autodoc/source/inc/tools/tkpchars.hxx172
-rw-r--r--autodoc/source/mkinc/fullcpp.mk55
-rw-r--r--autodoc/source/parser/adoc/a_rdocu.cxx92
-rw-r--r--autodoc/source/parser/adoc/adoc_tok.cxx49
-rw-r--r--autodoc/source/parser/adoc/cx_a_std.cxx518
-rw-r--r--autodoc/source/parser/adoc/cx_a_sub.cxx184
-rw-r--r--autodoc/source/parser/adoc/docu_pe.cxx405
-rw-r--r--autodoc/source/parser/adoc/makefile.mk62
-rw-r--r--autodoc/source/parser/adoc/prs_adoc.cxx59
-rw-r--r--autodoc/source/parser/adoc/tk_attag.cxx86
-rw-r--r--autodoc/source/parser/adoc/tk_docw.cxx130
-rw-r--r--autodoc/source/parser/cpp/all_toks.cxx154
-rw-r--r--autodoc/source/parser/cpp/all_toks.hxx221
-rw-r--r--autodoc/source/parser/cpp/c_dealer.cxx149
-rw-r--r--autodoc/source/parser/cpp/c_dealer.hxx110
-rw-r--r--autodoc/source/parser/cpp/c_rcode.cxx161
-rw-r--r--autodoc/source/parser/cpp/c_rcode.hxx106
-rw-r--r--autodoc/source/parser/cpp/cpp_pe.cxx80
-rw-r--r--autodoc/source/parser/cpp/cpp_pe.hxx83
-rw-r--r--autodoc/source/parser/cpp/cpp_tok.hxx65
-rw-r--r--autodoc/source/parser/cpp/cx_base.cxx79
-rw-r--r--autodoc/source/parser/cpp/cx_base.hxx98
-rw-r--r--autodoc/source/parser/cpp/cx_c_pp.cxx182
-rw-r--r--autodoc/source/parser/cpp/cx_c_pp.hxx97
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.cxx531
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.hxx94
-rw-r--r--autodoc/source/parser/cpp/cx_c_sub.cxx160
-rw-r--r--autodoc/source/parser/cpp/cx_c_sub.hxx105
-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.cxx227
-rw-r--r--autodoc/source/parser/cpp/defdescr.hxx100
-rw-r--r--autodoc/source/parser/cpp/fevnthdl.hxx107
-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.mk87
-rw-r--r--autodoc/source/parser/cpp/pe_base.cxx226
-rw-r--r--autodoc/source/parser/cpp/pe_base.hxx126
-rw-r--r--autodoc/source/parser/cpp/pe_class.cxx496
-rw-r--r--autodoc/source/parser/cpp/pe_class.hxx255
-rw-r--r--autodoc/source/parser/cpp/pe_defs.cxx182
-rw-r--r--autodoc/source/parser/cpp/pe_defs.hxx96
-rw-r--r--autodoc/source/parser/cpp/pe_enum.cxx191
-rw-r--r--autodoc/source/parser/cpp/pe_enum.hxx134
-rw-r--r--autodoc/source/parser/cpp/pe_enval.cxx170
-rw-r--r--autodoc/source/parser/cpp/pe_enval.hxx101
-rw-r--r--autodoc/source/parser/cpp/pe_expr.cxx179
-rw-r--r--autodoc/source/parser/cpp/pe_expr.hxx107
-rw-r--r--autodoc/source/parser/cpp/pe_file.cxx320
-rw-r--r--autodoc/source/parser/cpp/pe_file.hxx198
-rw-r--r--autodoc/source/parser/cpp/pe_funct.cxx612
-rw-r--r--autodoc/source/parser/cpp/pe_funct.hxx284
-rw-r--r--autodoc/source/parser/cpp/pe_ignor.cxx118
-rw-r--r--autodoc/source/parser/cpp/pe_ignor.hxx77
-rw-r--r--autodoc/source/parser/cpp/pe_namsp.cxx165
-rw-r--r--autodoc/source/parser/cpp/pe_namsp.hxx101
-rw-r--r--autodoc/source/parser/cpp/pe_param.cxx282
-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.hxx108
-rw-r--r--autodoc/source/parser/cpp/pe_tydef.cxx145
-rw-r--r--autodoc/source/parser/cpp/pe_tydef.hxx93
-rw-r--r--autodoc/source/parser/cpp/pe_type.cxx556
-rw-r--r--autodoc/source/parser/cpp/pe_type.hxx187
-rw-r--r--autodoc/source/parser/cpp/pe_vafu.cxx651
-rw-r--r--autodoc/source/parser/cpp/pe_vafu.hxx292
-rw-r--r--autodoc/source/parser/cpp/pe_vari.cxx189
-rw-r--r--autodoc/source/parser/cpp/pe_vari.hxx132
-rw-r--r--autodoc/source/parser/cpp/pev.hxx306
-rw-r--r--autodoc/source/parser/cpp/preproc.cxx233
-rw-r--r--autodoc/source/parser/cpp/preproc.hxx118
-rw-r--r--autodoc/source/parser/cpp/prs_cpp.cxx250
-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.hxx327
-rw-r--r--autodoc/source/parser/cpp/srecover.hxx134
-rw-r--r--autodoc/source/parser/cpp/tkp_cpp.cxx94
-rw-r--r--autodoc/source/parser/cpp/tkp_cpp.hxx101
-rw-r--r--autodoc/source/parser/cpp/tokintpr.hxx120
-rw-r--r--autodoc/source/parser/inc/adoc/a_rdocu.hxx73
-rw-r--r--autodoc/source/parser/inc/adoc/adoc_tok.hxx64
-rw-r--r--autodoc/source/parser/inc/adoc/atokdeal.hxx62
-rw-r--r--autodoc/source/parser/inc/adoc/cx_a_std.hxx107
-rw-r--r--autodoc/source/parser/inc/adoc/cx_a_sub.hxx148
-rw-r--r--autodoc/source/parser/inc/adoc/docu_pe.hxx195
-rw-r--r--autodoc/source/parser/inc/adoc/prs_adoc.hxx57
-rw-r--r--autodoc/source/parser/inc/adoc/tk_attag.hxx100
-rw-r--r--autodoc/source/parser/inc/adoc/tk_docw.hxx119
-rw-r--r--autodoc/source/parser/inc/adoc/tokintpr.hxx119
-rw-r--r--autodoc/source/parser/inc/cpp/ctokdeal.hxx76
-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.hxx289
-rw-r--r--autodoc/source/parser/inc/semantic/parseenv.hxx112
-rw-r--r--autodoc/source/parser/inc/semantic/sub_pe.hxx114
-rw-r--r--autodoc/source/parser/inc/semantic/sub_peu.hxx133
-rw-r--r--autodoc/source/parser/inc/tokens/parseinc.hxx205
-rw-r--r--autodoc/source/parser/inc/tokens/stmstarr.hxx87
-rw-r--r--autodoc/source/parser/inc/tokens/stmstate.hxx70
-rw-r--r--autodoc/source/parser/inc/tokens/stmstfin.hxx82
-rw-r--r--autodoc/source/parser/inc/tokens/tkp.hxx95
-rw-r--r--autodoc/source/parser/inc/tokens/tkpcontx.hxx142
-rw-r--r--autodoc/source/parser/inc/tokens/tkpstama.hxx125
-rw-r--r--autodoc/source/parser/inc/tokens/tokdeal.hxx59
-rw-r--r--autodoc/source/parser/inc/tokens/token.hxx68
-rw-r--r--autodoc/source/parser/inc/tokens/tokproct.hxx85
-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.mk58
-rw-r--r--autodoc/source/parser/kernel/parsefct.cxx83
-rw-r--r--autodoc/source/parser/kernel/parsefct.hxx62
-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.mk58
-rw-r--r--autodoc/source/parser/semantic/parseenv.cxx89
-rw-r--r--autodoc/source/parser/tokens/makefile.mk62
-rw-r--r--autodoc/source/parser/tokens/stmstarr.cxx101
-rw-r--r--autodoc/source/parser/tokens/stmstate.cxx48
-rw-r--r--autodoc/source/parser/tokens/stmstfin.cxx63
-rw-r--r--autodoc/source/parser/tokens/tkp.cxx74
-rw-r--r--autodoc/source/parser/tokens/tkpcontx.cxx70
-rw-r--r--autodoc/source/parser/tokens/tkpstama.cxx175
-rw-r--r--autodoc/source/parser/tokens/tokdeal.cxx52
-rw-r--r--autodoc/source/parser_i/idl/cx_idlco.cxx547
-rw-r--r--autodoc/source/parser_i/idl/cx_sub.cxx149
-rw-r--r--autodoc/source/parser_i/idl/distrib.cxx266
-rw-r--r--autodoc/source/parser_i/idl/makefile.mk84
-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.cxx282
-rw-r--r--autodoc/source/parser_i/idl/pe_enum2.cxx253
-rw-r--r--autodoc/source/parser_i/idl/pe_evalu.cxx184
-rw-r--r--autodoc/source/parser_i/idl/pe_excp.cxx301
-rw-r--r--autodoc/source/parser_i/idl/pe_file2.cxx320
-rw-r--r--autodoc/source/parser_i/idl/pe_func2.cxx447
-rw-r--r--autodoc/source/parser_i/idl/pe_iface.cxx470
-rw-r--r--autodoc/source/parser_i/idl/pe_property.cxx240
-rw-r--r--autodoc/source/parser_i/idl/pe_selem.cxx208
-rw-r--r--autodoc/source/parser_i/idl/pe_servi.cxx395
-rw-r--r--autodoc/source/parser_i/idl/pe_singl.cxx250
-rw-r--r--autodoc/source/parser_i/idl/pe_struc.cxx330
-rw-r--r--autodoc/source/parser_i/idl/pe_tydf2.cxx186
-rw-r--r--autodoc/source/parser_i/idl/pe_type2.cxx317
-rw-r--r--autodoc/source/parser_i/idl/pe_vari2.cxx175
-rw-r--r--autodoc/source/parser_i/idl/pestate.cxx142
-rw-r--r--autodoc/source/parser_i/idl/semnode.cxx85
-rw-r--r--autodoc/source/parser_i/idl/tk_const.cxx59
-rw-r--r--autodoc/source/parser_i/idl/tk_ident.cxx70
-rw-r--r--autodoc/source/parser_i/idl/tk_keyw.cxx227
-rw-r--r--autodoc/source/parser_i/idl/tk_punct.cxx116
-rw-r--r--autodoc/source/parser_i/idl/tkp_uidl.cxx76
-rw-r--r--autodoc/source/parser_i/idl/unoidl.cxx168
-rw-r--r--autodoc/source/parser_i/idoc/cx_docu2.cxx269
-rw-r--r--autodoc/source/parser_i/idoc/cx_dsapi.cxx535
-rw-r--r--autodoc/source/parser_i/idoc/docu_pe2.cxx694
-rw-r--r--autodoc/source/parser_i/idoc/makefile.mk62
-rw-r--r--autodoc/source/parser_i/idoc/tk_atag2.cxx85
-rw-r--r--autodoc/source/parser_i/idoc/tk_docw2.cxx121
-rw-r--r--autodoc/source/parser_i/idoc/tk_html.cxx60
-rw-r--r--autodoc/source/parser_i/idoc/tk_xml.cxx176
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx235
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx125
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx183
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx67
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx90
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx123
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx75
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx203
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx96
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx62
-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.hxx133
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/distrib.hxx274
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx145
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_attri.hxx137
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx147
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx133
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx129
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx261
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_file2.hxx142
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_func2.hxx165
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_iface.hxx186
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_modul.hxx65
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_property.hxx125
-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.hxx151
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_singl.hxx127
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx287
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_tydf2.hxx126
-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.hxx109
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pestate.hxx108
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/semnode.hxx99
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/smp_uidl.hxx84
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx66
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx77
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx253
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_punct.hxx115
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tkp_uidl.hxx86
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx101
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokproct.hxx95
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tokrecv.hxx62
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx66
-rw-r--r--autodoc/source/parser_i/inc/semantic/parsenv2.hxx53
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstar2.hxx85
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstat2.hxx70
-rw-r--r--autodoc/source/parser_i/inc/tokens/stmstfi2.hxx82
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkp2.hxx86
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkpcont2.hxx125
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkpstam2.hxx123
-rw-r--r--autodoc/source/parser_i/inc/tokens/token2.hxx65
-rw-r--r--autodoc/source/parser_i/inc/x_parse2.hxx70
-rw-r--r--autodoc/source/parser_i/tokens/makefile.mk63
-rw-r--r--autodoc/source/parser_i/tokens/stmstar2.cxx104
-rw-r--r--autodoc/source/parser_i/tokens/stmstat2.cxx48
-rw-r--r--autodoc/source/parser_i/tokens/stmstfi2.cxx63
-rw-r--r--autodoc/source/parser_i/tokens/tkp2.cxx64
-rw-r--r--autodoc/source/parser_i/tokens/tkpcont2.cxx67
-rw-r--r--autodoc/source/parser_i/tokens/tkpstam2.cxx177
-rw-r--r--autodoc/source/parser_i/tokens/x_parse2.cxx63
-rw-r--r--autodoc/source/tools/filecoll.cxx134
-rw-r--r--autodoc/source/tools/makefile.mk58
-rw-r--r--autodoc/source/tools/tkpchars.cxx161
-rwxr-xr-xautogen.sh110
-rw-r--r--automation/inc/automation/automation.hxx55
-rw-r--r--automation/inc/automation/commdefines.hxx150
-rw-r--r--automation/inc/automation/commtypes.hxx76
-rw-r--r--automation/inc/automation/communi.hxx183
-rw-r--r--automation/inc/automation/simplecm.hxx387
-rw-r--r--automation/inc/makefile.mk47
-rw-r--r--automation/inc/pch/precompiled_automation.cxx31
-rw-r--r--automation/inc/pch/precompiled_automation.hxx34
-rw-r--r--automation/packimages/makefile.mk62
-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.mk52
-rw-r--r--automation/source/app/testbasi.cxx148
-rw-r--r--automation/source/app/testbasi.hxx67
-rw-r--r--automation/source/communi/communi.cxx589
-rw-r--r--automation/source/communi/makefile.mk46
-rw-r--r--automation/source/inc/cmdbasestream.hxx93
-rw-r--r--automation/source/inc/icommstream.hxx67
-rw-r--r--automation/source/inc/rcontrol.hxx471
-rw-r--r--automation/source/inc/sttresid.hxx45
-rw-r--r--automation/source/inc/svcommstream.hxx59
-rw-r--r--automation/source/inc/testapp.hxx197
-rw-r--r--automation/source/inc/testtool.hxx75
-rw-r--r--automation/source/miniapp/editwin.cxx127
-rw-r--r--automation/source/miniapp/editwin.hxx70
-rw-r--r--automation/source/miniapp/hid.lst27
-rw-r--r--automation/source/miniapp/makefile.mk54
-rw-r--r--automation/source/miniapp/servres.cxx62
-rw-r--r--automation/source/miniapp/servres.hrc40
-rw-r--r--automation/source/miniapp/servres.hxx65
-rw-r--r--automation/source/miniapp/servres.src233
-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.cxx307
-rw-r--r--automation/source/miniapp/testapp.hxx109
-rw-r--r--automation/source/mozillaserver/makefile.mk121
-rw-r--r--automation/source/mozillaserver/mozillatesttoolserver.idl52
-rw-r--r--automation/source/mozillaserver/xmozillatesttoolserver.idl157
-rw-r--r--automation/source/server/XMLParser.cxx695
-rw-r--r--automation/source/server/cmdbasestream.cxx353
-rw-r--r--automation/source/server/editwin.cxx166
-rw-r--r--automation/source/server/editwin.hxx72
-rw-r--r--automation/source/server/makefile.mk69
-rw-r--r--automation/source/server/prof_nul.cxx98
-rw-r--r--automation/source/server/prof_usl.cxx138
-rw-r--r--automation/source/server/profiler.cxx264
-rw-r--r--automation/source/server/profiler.hxx139
-rw-r--r--automation/source/server/recorder.cxx664
-rw-r--r--automation/source/server/recorder.hxx85
-rw-r--r--automation/source/server/retstrm.cxx129
-rw-r--r--automation/source/server/retstrm.hxx87
-rw-r--r--automation/source/server/scmdstrm.cxx217
-rw-r--r--automation/source/server/scmdstrm.hxx62
-rw-r--r--automation/source/server/server.cxx914
-rw-r--r--automation/source/server/server.hxx73
-rw-r--r--automation/source/server/sta_list.cxx1195
-rw-r--r--automation/source/server/statemnt.cxx6348
-rw-r--r--automation/source/server/statemnt.hxx486
-rw-r--r--automation/source/server/svcommstream.cxx51
-rw-r--r--automation/source/server/testtool.hrc55
-rw-r--r--automation/source/simplecm/communiio.hxx68
-rw-r--r--automation/source/simplecm/makefile.mk46
-rw-r--r--automation/source/simplecm/packethandler.cxx338
-rw-r--r--automation/source/simplecm/packethandler.hxx72
-rw-r--r--automation/source/simplecm/simplecm.cxx701
-rw-r--r--automation/source/simplecm/tcpio.cxx74
-rw-r--r--automation/source/simplecm/tcpio.hxx64
-rw-r--r--automation/source/testtool/cmdstrm.cxx471
-rw-r--r--automation/source/testtool/cmdstrm.hxx81
-rw-r--r--automation/source/testtool/comm_bas.cxx439
-rw-r--r--automation/source/testtool/comm_bas.hxx121
-rw-r--r--automation/source/testtool/cretstrm.cxx73
-rw-r--r--automation/source/testtool/cretstrm.hxx56
-rw-r--r--automation/source/testtool/filter.pl125
-rw-r--r--automation/source/testtool/httprequest.cxx239
-rw-r--r--automation/source/testtool/httprequest.hxx88
-rw-r--r--automation/source/testtool/makefile.mk107
-rw-r--r--automation/source/testtool/objtest.cxx4187
-rw-r--r--automation/source/testtool/objtest.hxx392
-rw-r--r--automation/source/testtool/registry_win.cxx84
-rw-r--r--automation/source/testtool/registry_win.hxx34
-rw-r--r--automation/source/testtool/sysdir_win.cxx105
-rw-r--r--automation/source/testtool/sysdir_win.hxx34
-rw-r--r--automation/source/testtool/tcommuni.cxx201
-rw-r--r--automation/source/testtool/tcommuni.hxx64
-rw-r--r--automation/source/testtool/testtool.ini18
-rw-r--r--automation/util/makefile.mk278
-rw-r--r--automation/util/manually_added_ids.hid8
-rw-r--r--avmedia/inc/avmedia/mediaitem.hxx134
-rw-r--r--avmedia/inc/avmedia/mediaplayer.hxx99
-rw-r--r--avmedia/inc/avmedia/mediatoolbox.hxx68
-rw-r--r--avmedia/inc/avmedia/mediawindow.hxx172
-rwxr-xr-xavmedia/inc/helpids.hrc44
-rw-r--r--avmedia/inc/mediacontrol.hxx117
-rw-r--r--avmedia/prj/build.lst11
-rw-r--r--avmedia/prj/d.lst23
-rwxr-xr-xavmedia/source/framework/makefile.mk57
-rw-r--r--avmedia/source/framework/mediacontrol.cxx634
-rwxr-xr-xavmedia/source/framework/mediacontrol.hrc51
-rw-r--r--avmedia/source/framework/mediacontrol.src127
-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.cxx523
-rw-r--r--avmedia/source/framework/soundhandler.hxx189
-rwxr-xr-xavmedia/source/framework/soundhandler.xml47
-rw-r--r--avmedia/source/gstreamer/avmediagstreamer.component6
-rwxr-xr-xavmedia/source/gstreamer/exports.dxp2
-rw-r--r--avmedia/source/gstreamer/gstcommon.hxx60
-rw-r--r--avmedia/source/gstreamer/gstframegrabber.cxx236
-rw-r--r--avmedia/source/gstreamer/gstframegrabber.hxx71
-rw-r--r--avmedia/source/gstreamer/gstmanager.cxx109
-rw-r--r--avmedia/source/gstreamer/gstmanager.hxx67
-rw-r--r--avmedia/source/gstreamer/gstplayer.cxx634
-rw-r--r--avmedia/source/gstreamer/gstplayer.hxx114
-rw-r--r--avmedia/source/gstreamer/gstuno.cxx71
-rw-r--r--avmedia/source/gstreamer/gstwindow.cxx326
-rw-r--r--avmedia/source/gstreamer/gstwindow.hxx111
-rwxr-xr-xavmedia/source/gstreamer/makefile.mk88
-rw-r--r--avmedia/source/inc/mediamisc.hxx70
-rwxr-xr-xavmedia/source/java/FrameGrabber.java190
-rwxr-xr-xavmedia/source/java/Manager.java148
-rwxr-xr-xavmedia/source/java/MediaUno.java67
-rwxr-xr-xavmedia/source/java/Player.java325
-rwxr-xr-xavmedia/source/java/PlayerWindow.java600
-rwxr-xr-xavmedia/source/java/WindowAdapter.java496
-rwxr-xr-xavmedia/source/java/avmedia.jarbin0 -> 15776 bytes-rwxr-xr-xavmedia/source/java/avmedia.jar.component34
-rwxr-xr-xavmedia/source/java/makefile.mk69
-rwxr-xr-xavmedia/source/java/manifest2
-rwxr-xr-xavmedia/source/java/win/SystemWindowAdapter.java53
-rwxr-xr-xavmedia/source/java/x11/SystemWindowAdapter.java123
-rwxr-xr-xavmedia/source/quicktime/avmediaQuickTime.component34
-rw-r--r--avmedia/source/quicktime/framegrabber.cxx155
-rw-r--r--avmedia/source/quicktime/framegrabber.hxx74
-rwxr-xr-xavmedia/source/quicktime/makefile.mk93
-rw-r--r--avmedia/source/quicktime/manager.cxx99
-rw-r--r--avmedia/source/quicktime/manager.hxx67
-rw-r--r--avmedia/source/quicktime/player.cxx502
-rw-r--r--avmedia/source/quicktime/player.hxx110
-rw-r--r--avmedia/source/quicktime/quicktimecommon.hxx83
-rw-r--r--avmedia/source/quicktime/quicktimeuno.cxx80
-rw-r--r--avmedia/source/quicktime/window.cxx354
-rw-r--r--avmedia/source/quicktime/window.hxx116
-rwxr-xr-xavmedia/source/viewer/makefile.mk55
-rw-r--r--avmedia/source/viewer/mediaevent_impl.cxx225
-rw-r--r--avmedia/source/viewer/mediaevent_impl.hxx92
-rw-r--r--avmedia/source/viewer/mediawindow.cxx574
-rwxr-xr-xavmedia/source/viewer/mediawindow.hrc9
-rw-r--r--avmedia/source/viewer/mediawindow.src77
-rw-r--r--avmedia/source/viewer/mediawindow_impl.cxx546
-rw-r--r--avmedia/source/viewer/mediawindow_impl.hxx151
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.cxx435
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.hxx136
-rwxr-xr-xavmedia/source/win/avmediawin.component34
-rwxr-xr-xavmedia/source/win/exports.dxp3
-rw-r--r--avmedia/source/win/framegrabber.cxx249
-rw-r--r--avmedia/source/win/framegrabber.hxx75
-rw-r--r--avmedia/source/win/interface.hxx125
-rwxr-xr-xavmedia/source/win/makefile.mk88
-rw-r--r--avmedia/source/win/manager.cxx100
-rw-r--r--avmedia/source/win/manager.hxx67
-rw-r--r--avmedia/source/win/player.cxx495
-rw-r--r--avmedia/source/win/player.hxx124
-rw-r--r--avmedia/source/win/wincommon.hxx59
-rw-r--r--avmedia/source/win/window.cxx707
-rw-r--r--avmedia/source/win/window.hxx126
-rw-r--r--avmedia/source/win/winuno.cxx80
-rwxr-xr-xavmedia/util/avmedia.component34
-rw-r--r--avmedia/util/hidother.src41
-rwxr-xr-xavmedia/util/makefile.mk87
-rw-r--r--basctl/inc/basidesh.hrc174
-rw-r--r--basctl/inc/helpid.hrc79
-rw-r--r--basctl/inc/iderdll.hxx57
-rw-r--r--basctl/inc/makefile.mk47
-rw-r--r--basctl/inc/pch/precompiled_basctl.cxx31
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx209
-rw-r--r--basctl/prj/build.lst9
-rw-r--r--basctl/prj/d.lst24
-rw-r--r--basctl/sdi/baside.sdi475
-rw-r--r--basctl/sdi/basslots.hrc29
-rw-r--r--basctl/sdi/basslots.sdi47
-rw-r--r--basctl/sdi/makefile.mk53
-rw-r--r--basctl/source/accessibility/accessibledialogcontrolshape.cxx621
-rw-r--r--basctl/source/accessibility/accessibledialogwindow.cxx1126
-rw-r--r--basctl/source/accessibility/makefile.mk48
-rw-r--r--basctl/source/basicide/basdoc.cxx101
-rw-r--r--basctl/source/basicide/basdoc.hxx68
-rw-r--r--basctl/source/basicide/basicbox.cxx546
-rw-r--r--basctl/source/basicide/basicbox.hxx154
-rw-r--r--basctl/source/basicide/basicmod.hxx49
-rw-r--r--basctl/source/basicide/basicprint.src38
-rw-r--r--basctl/source/basicide/basicrenderable.cxx196
-rw-r--r--basctl/source/basicide/basicrenderable.hxx76
-rw-r--r--basctl/source/basicide/baside2.cxx1743
-rw-r--r--basctl/source/basicide/baside2.hrc50
-rw-r--r--basctl/source/basicide/baside2.hxx476
-rw-r--r--basctl/source/basicide/baside2b.cxx2266
-rw-r--r--basctl/source/basicide/baside3.cxx1395
-rw-r--r--basctl/source/basicide/basidectrlr.cxx153
-rw-r--r--basctl/source/basicide/basides1.cxx1435
-rw-r--r--basctl/source/basicide/basides2.cxx316
-rw-r--r--basctl/source/basicide/basides3.cxx179
-rw-r--r--basctl/source/basicide/basidesh.cxx1053
-rw-r--r--basctl/source/basicide/basidesh.src638
-rw-r--r--basctl/source/basicide/basobj2.cxx458
-rw-r--r--basctl/source/basicide/basobj3.cxx519
-rw-r--r--basctl/source/basicide/bastype2.cxx880
-rw-r--r--basctl/source/basicide/bastype2.hxx222
-rw-r--r--basctl/source/basicide/bastype3.cxx507
-rw-r--r--basctl/source/basicide/bastype3.hxx67
-rw-r--r--basctl/source/basicide/bastype4.hxx69
-rw-r--r--basctl/source/basicide/bastypes.cxx1054
-rw-r--r--basctl/source/basicide/brkdlg.cxx274
-rw-r--r--basctl/source/basicide/brkdlg.hrc45
-rw-r--r--basctl/source/basicide/brkdlg.hxx75
-rw-r--r--basctl/source/basicide/brkdlg.src134
-rw-r--r--basctl/source/basicide/doceventnotifier.cxx280
-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.cxx33
-rw-r--r--basctl/source/basicide/ide_pch.hxx71
-rw-r--r--basctl/source/basicide/iderdll.cxx216
-rw-r--r--basctl/source/basicide/iderdll2.hxx109
-rw-r--r--basctl/source/basicide/idetemp.hxx67
-rw-r--r--basctl/source/basicide/localizationmgr.cxx1180
-rw-r--r--basctl/source/basicide/macrodlg.cxx910
-rw-r--r--basctl/source/basicide/macrodlg.hrc59
-rw-r--r--basctl/source/basicide/macrodlg.hxx114
-rw-r--r--basctl/source/basicide/macrodlg.src234
-rw-r--r--basctl/source/basicide/makefile.mk99
-rw-r--r--basctl/source/basicide/moduldl2.cxx1708
-rw-r--r--basctl/source/basicide/moduldlg.cxx1067
-rw-r--r--basctl/source/basicide/moduldlg.hrc68
-rw-r--r--basctl/source/basicide/moduldlg.hxx277
-rw-r--r--basctl/source/basicide/moduldlg.src427
-rw-r--r--basctl/source/basicide/moptions.hrc47
-rw-r--r--basctl/source/basicide/moptions.src150
-rw-r--r--basctl/source/basicide/objdlg.cxx298
-rw-r--r--basctl/source/basicide/objdlg.hrc41
-rw-r--r--basctl/source/basicide/objdlg.hxx96
-rw-r--r--basctl/source/basicide/objdlg.src91
-rw-r--r--basctl/source/basicide/register.cxx98
-rw-r--r--basctl/source/basicide/scriptdocument.cxx1604
-rw-r--r--basctl/source/basicide/tbxctl.cxx164
-rw-r--r--basctl/source/basicide/tbxctl.hrc30
-rw-r--r--basctl/source/basicide/tbxctl.hxx68
-rw-r--r--basctl/source/basicide/unomodel.cxx129
-rw-r--r--basctl/source/basicide/unomodel.hxx69
-rw-r--r--basctl/source/dlged/dlged.cxx1370
-rw-r--r--basctl/source/dlged/dlgedclip.cxx151
-rw-r--r--basctl/source/dlged/dlgedfac.cxx198
-rw-r--r--basctl/source/dlged/dlgedfunc.cxx621
-rw-r--r--basctl/source/dlged/dlgedlist.cxx116
-rw-r--r--basctl/source/dlged/dlgedmod.cxx81
-rw-r--r--basctl/source/dlged/dlgedobj.cxx1887
-rw-r--r--basctl/source/dlged/dlgedpage.cxx89
-rw-r--r--basctl/source/dlged/dlgedview.cxx217
-rw-r--r--basctl/source/dlged/dlgresid.src175
-rw-r--r--basctl/source/dlged/makefile.mk63
-rw-r--r--basctl/source/dlged/managelang.cxx427
-rw-r--r--basctl/source/dlged/managelang.hrc106
-rw-r--r--basctl/source/dlged/managelang.src237
-rw-r--r--basctl/source/dlged/propbrw.cxx596
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx150
-rw-r--r--basctl/source/inc/accessibledialogwindow.hxx177
-rw-r--r--basctl/source/inc/baside3.hxx117
-rw-r--r--basctl/source/inc/basidectrlr.hxx76
-rw-r--r--basctl/source/inc/basidesh.hxx240
-rw-r--r--basctl/source/inc/basobj.hxx128
-rw-r--r--basctl/source/inc/bastypes.hxx352
-rw-r--r--basctl/source/inc/dlged.hxx215
-rw-r--r--basctl/source/inc/dlgedclip.hxx68
-rw-r--r--basctl/source/inc/dlgeddef.hxx86
-rw-r--r--basctl/source/inc/dlgedfac.hxx51
-rw-r--r--basctl/source/inc/dlgedfunc.hxx98
-rw-r--r--basctl/source/inc/dlgedlist.hxx87
-rw-r--r--basctl/source/inc/dlgedmod.hxx67
-rw-r--r--basctl/source/inc/dlgedobj.hxx197
-rw-r--r--basctl/source/inc/dlgedpage.hxx64
-rw-r--r--basctl/source/inc/dlgedview.hxx63
-rw-r--r--basctl/source/inc/dlgresid.hrc77
-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.hxx121
-rw-r--r--basctl/source/inc/propbrw.hxx118
-rw-r--r--basctl/source/inc/sbxitem.hxx79
-rw-r--r--basctl/source/inc/scriptdocument.hxx540
-rw-r--r--basctl/source/inc/svheader.hxx91
-rw-r--r--basctl/uiconfig/basicide/menubar/menubar.xml92
-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/findbar.xml8
-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
-rw-r--r--basctl/util/basctl.component34
-rwxr-xr-xbasctl/util/basctl.map10
-rw-r--r--basctl/util/basctl.xml23
-rw-r--r--basctl/util/hidother.hrc27
-rw-r--r--basctl/util/hidother.src44
-rw-r--r--basctl/util/makefile.mk112
-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
-rw-r--r--basebmp/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.hxx235
-rw-r--r--basebmp/inc/basebmp/nonstandarditerator.hxx48
-rw-r--r--basebmp/inc/basebmp/packedpixeliterator.hxx680
-rw-r--r--basebmp/inc/basebmp/paletteformats.hxx148
-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.cxx2029
-rw-r--r--basebmp/source/debug.cxx109
-rw-r--r--basebmp/source/intconversion.hxx98
-rw-r--r--basebmp/source/makefile.mk76
-rw-r--r--basebmp/source/polypolygonrenderer.cxx130
-rw-r--r--basebmp/test/basictest.cxx293
-rw-r--r--basebmp/test/bmpdemo.cxx1253
-rw-r--r--basebmp/test/bmpmasktest.cxx173
-rw-r--r--basebmp/test/bmptest.cxx200
-rw-r--r--basebmp/test/cliptest.cxx268
-rw-r--r--basebmp/test/export.map34
-rw-r--r--basebmp/test/filltest.cxx263
-rw-r--r--basebmp/test/linetest.cxx212
-rw-r--r--basebmp/test/makefile.mk113
-rw-r--r--basebmp/test/masktest.cxx161
-rw-r--r--basebmp/test/polytest.cxx284
-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.mk66
-rw-r--r--basegfx/inc/basegfx/color/bcolor.hxx240
-rw-r--r--basegfx/inc/basegfx/color/bcolormodifier.hxx146
-rw-r--r--basegfx/inc/basegfx/color/bcolortools.hxx75
-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.hxx171
-rw-r--r--basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx237
-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.hxx225
-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.hxx277
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx85
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx84
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontools.hxx537
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx52
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx140
-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/b2dtrapezoid.hxx132
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygon.hxx144
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx89
-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.hxx168
-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/b2dpolyrange.hxx145
-rw-r--r--basegfx/inc/basegfx/range/b2drange.hxx298
-rw-r--r--basegfx/inc/basegfx/range/b2drangeclipper.hxx53
-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.hxx300
-rw-r--r--basegfx/inc/basegfx/range/rangeexpander.hxx86
-rw-r--r--basegfx/inc/basegfx/raster/bpixelraster.hxx119
-rw-r--r--basegfx/inc/basegfx/raster/bzpixelraster.hxx99
-rw-r--r--basegfx/inc/basegfx/raster/rasterconvert3d.hxx348
-rw-r--r--basegfx/inc/basegfx/tools/b2dclipstate.hxx119
-rw-r--r--basegfx/inc/basegfx/tools/canvastools.hxx224
-rw-r--r--basegfx/inc/basegfx/tools/debugplotter.hxx110
-rw-r--r--basegfx/inc/basegfx/tools/gradienttools.hxx413
-rw-r--r--basegfx/inc/basegfx/tools/keystoplerp.hxx100
-rw-r--r--basegfx/inc/basegfx/tools/lerp.hxx60
-rw-r--r--basegfx/inc/basegfx/tools/rectcliptools.hxx91
-rw-r--r--basegfx/inc/basegfx/tools/tools.hxx134
-rw-r--r--basegfx/inc/basegfx/tools/unopolypolygon.hxx115
-rw-r--r--basegfx/inc/basegfx/tuple/b2dtuple.hxx362
-rw-r--r--basegfx/inc/basegfx/tuple/b2i64tuple.hxx315
-rw-r--r--basegfx/inc/basegfx/tuple/b2ituple.hxx226
-rw-r--r--basegfx/inc/basegfx/tuple/b3dtuple.hxx436
-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.mk47
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.cxx31
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.hxx34
-rw-r--r--basegfx/prj/build.lst18
-rw-r--r--basegfx/prj/d.lst113
-rw-r--r--basegfx/qa/mkpolygons.pl344
-rw-r--r--basegfx/source/color/bcolor.cxx43
-rw-r--r--basegfx/source/color/bcolormodifier.cxx75
-rw-r--r--basegfx/source/color/bcolortools.cxx271
-rw-r--r--basegfx/source/color/makefile.mk47
-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.mk47
-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.cxx457
-rw-r--r--basegfx/source/matrix/b2dhommatrixtools.cxx404
-rw-r--r--basegfx/source/matrix/b3dhommatrix.cxx599
-rw-r--r--basegfx/source/matrix/makefile.mk45
-rw-r--r--basegfx/source/numeric/ftools.cxx41
-rw-r--r--basegfx/source/numeric/makefile.mk43
-rw-r--r--basegfx/source/pixel/bpixel.cxx54
-rw-r--r--basegfx/source/pixel/makefile.mk45
-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.mk48
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx728
-rw-r--r--basegfx/source/polygon/b2dpolygon.cxx1657
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx876
-rw-r--r--basegfx/source/polygon/b2dpolygoncutandtouch.cxx1304
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx3626
-rw-r--r--basegfx/source/polygon/b2dpolygontriangulator.cxx469
-rw-r--r--basegfx/source/polygon/b2dpolypolygon.cxx435
-rw-r--r--basegfx/source/polygon/b2dpolypolygoncutter.cxx1017
-rw-r--r--basegfx/source/polygon/b2dpolypolygonrasterconverter.cxx704
-rw-r--r--basegfx/source/polygon/b2dpolypolygontools.cxx588
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx1111
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx1228
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx1819
-rw-r--r--basegfx/source/polygon/b3dpolygonclipper.cxx577
-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.mk61
-rw-r--r--basegfx/source/range/b1drange.cxx59
-rw-r--r--basegfx/source/range/b2dpolyrange.cxx423
-rw-r--r--basegfx/source/range/b2drange.cxx77
-rw-r--r--basegfx/source/range/b2drangeclipper.cxx948
-rw-r--r--basegfx/source/range/b2xrange.cxx145
-rw-r--r--basegfx/source/range/b3drange.cxx88
-rw-r--r--basegfx/source/range/makefile.mk50
-rw-r--r--basegfx/source/raster/bpixelraster.cxx43
-rw-r--r--basegfx/source/raster/bzpixelraster.cxx43
-rw-r--r--basegfx/source/raster/makefile.mk47
-rw-r--r--basegfx/source/raster/rasterconvert3d.cxx356
-rw-r--r--basegfx/source/tools/b2dclipstate.cxx662
-rw-r--r--basegfx/source/tools/canvastools.cxx677
-rw-r--r--basegfx/source/tools/debugplotter.cxx418
-rw-r--r--basegfx/source/tools/gradienttools.cxx352
-rw-r--r--basegfx/source/tools/keystoplerp.cxx106
-rw-r--r--basegfx/source/tools/liangbarsky.cxx135
-rwxr-xr-xbasegfx/source/tools/makefile.mk51
-rw-r--r--basegfx/source/tools/tools.cxx127
-rw-r--r--basegfx/source/tools/unopolypolygon.cxx489
-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.mk48
-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.mk46
-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.cxx76
-rw-r--r--basegfx/test/basegfx2d.cxx1501
-rw-r--r--basegfx/test/basegfx3d.cxx224
-rw-r--r--basegfx/test/basegfxtools.cxx113
-rw-r--r--basegfx/test/boxclipper.cxx422
-rw-r--r--basegfx/test/clipstate.cxx181
-rw-r--r--basegfx/test/export.map34
-rw-r--r--basegfx/test/genericclipper.cxx162
-rw-r--r--basegfx/test/makefile.mk87
-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.mk85
-rw-r--r--basic/inc/basic/basicmanagerrepository.hxx148
-rw-r--r--basic/inc/basic/basicrt.hxx81
-rw-r--r--basic/inc/basic/basmgr.hxx269
-rw-r--r--basic/inc/basic/basrdll.hxx62
-rw-r--r--basic/inc/basic/dispdefs.hxx40
-rw-r--r--basic/inc/basic/modsizeexceeded.hxx63
-rw-r--r--basic/inc/basic/mybasic.hxx103
-rw-r--r--basic/inc/basic/process.hxx69
-rw-r--r--basic/inc/basic/sbdef.hxx112
-rw-r--r--basic/inc/basic/sberrors.hxx565
-rw-r--r--basic/inc/basic/sbmeth.hxx105
-rw-r--r--basic/inc/basic/sbmod.hxx200
-rw-r--r--basic/inc/basic/sbobjmod.hxx128
-rw-r--r--basic/inc/basic/sbprop.hxx83
-rw-r--r--basic/inc/basic/sbstar.hxx227
-rw-r--r--basic/inc/basic/sbstdobj.hxx146
-rw-r--r--basic/inc/basic/sbuno.hxx50
-rw-r--r--basic/inc/basic/sbx.hxx361
-rw-r--r--basic/inc/basic/sbxbase.hxx60
-rw-r--r--basic/inc/basic/sbxcore.hxx184
-rw-r--r--basic/inc/basic/sbxdef.hxx336
-rw-r--r--basic/inc/basic/sbxfac.hxx51
-rw-r--r--basic/inc/basic/sbxform.hxx181
-rw-r--r--basic/inc/basic/sbxmeth.hxx64
-rw-r--r--basic/inc/basic/sbxmstrm.hxx52
-rw-r--r--basic/inc/basic/sbxobj.hxx127
-rw-r--r--basic/inc/basic/sbxprop.hxx64
-rw-r--r--basic/inc/basic/sbxvar.hxx398
-rwxr-xr-xbasic/inc/basic/svtmsg.hrc115
-rwxr-xr-xbasic/inc/basic/testtool.hrc36
-rw-r--r--basic/inc/basic/testtool.hxx162
-rwxr-xr-xbasic/inc/basic/ttglobal.hrc49
-rwxr-xr-xbasic/inc/basic/ttmsg.hrc111
-rw-r--r--basic/inc/basic/ttstrhlp.hxx78
-rw-r--r--basic/inc/basic/vbahelper.hxx86
-rw-r--r--basic/inc/basrid.hxx48
-rwxr-xr-xbasic/inc/makefile.mk47
-rw-r--r--basic/inc/pch/precompiled_basic.cxx31
-rw-r--r--basic/inc/pch/precompiled_basic.hxx286
-rwxr-xr-xbasic/inc/sb.hrc47
-rw-r--r--basic/inc/sb.hxx45
-rw-r--r--basic/prj/build.lst13
-rw-r--r--basic/prj/d.lst29
-rw-r--r--basic/source/app/app.cxx1870
-rw-r--r--basic/source/app/app.hxx193
-rw-r--r--basic/source/app/appbased.cxx290
-rw-r--r--basic/source/app/appbased.hxx73
-rw-r--r--basic/source/app/appedit.cxx293
-rw-r--r--basic/source/app/appedit.hxx71
-rw-r--r--basic/source/app/apperror.cxx109
-rw-r--r--basic/source/app/apperror.hxx50
-rw-r--r--basic/source/app/appwin.cxx634
-rw-r--r--basic/source/app/appwin.hxx141
-rwxr-xr-xbasic/source/app/basic.hrc184
-rw-r--r--basic/source/app/basic.src1412
-rw-r--r--basic/source/app/basicrt.cxx147
-rwxr-xr-xbasic/source/app/basmsg.hrc45
-rw-r--r--basic/source/app/basmsg.src53
-rw-r--r--basic/source/app/brkpnts.cxx384
-rw-r--r--basic/source/app/brkpnts.hxx78
-rw-r--r--basic/source/app/dataedit.hxx119
-rw-r--r--basic/source/app/dialogs.cxx1418
-rw-r--r--basic/source/app/dialogs.hxx357
-rwxr-xr-xbasic/source/app/makefile.mk77
-rw-r--r--basic/source/app/msgedit.cxx921
-rw-r--r--basic/source/app/msgedit.hxx112
-rw-r--r--basic/source/app/mybasic.cxx309
-rw-r--r--basic/source/app/printer.cxx114
-rw-r--r--basic/source/app/printer.hxx55
-rw-r--r--basic/source/app/process.cxx239
-rw-r--r--basic/source/app/processw.cxx276
-rw-r--r--basic/source/app/processw.hxx91
-rwxr-xr-xbasic/source/app/resids.hrc158
-rw-r--r--basic/source/app/status.cxx123
-rw-r--r--basic/source/app/status.hxx57
-rw-r--r--basic/source/app/svtmsg.src337
-rw-r--r--basic/source/app/testbasi.cxx34
-rw-r--r--basic/source/app/testtool.idl47
-rw-r--r--basic/source/app/testtool.src59
-rw-r--r--basic/source/app/textedit.cxx840
-rw-r--r--basic/source/app/textedit.hxx137
-rw-r--r--basic/source/app/ttbasic.cxx39
-rw-r--r--basic/source/app/ttbasic.hxx34
-rw-r--r--basic/source/app/ttmsg.src141
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx659
-rw-r--r--basic/source/basmgr/basmgr.cxx2698
-rwxr-xr-xbasic/source/basmgr/makefile.mk47
-rw-r--r--basic/source/basmgr/vbahelper.cxx212
-rw-r--r--basic/source/classes/disas.cxx663
-rw-r--r--basic/source/classes/errobject.cxx227
-rw-r--r--basic/source/classes/eventatt.cxx594
-rw-r--r--basic/source/classes/image.cxx536
-rwxr-xr-xbasic/source/classes/makefile.mk76
-rw-r--r--basic/source/classes/propacc.cxx424
-rw-r--r--basic/source/classes/sb.cxx2272
-rw-r--r--basic/source/classes/sb.src623
-rw-r--r--basic/source/classes/sbintern.cxx84
-rw-r--r--basic/source/classes/sbunoobj.cxx4837
-rw-r--r--basic/source/classes/sbxmod.cxx2711
-rw-r--r--basic/source/comp/buffer.cxx252
-rw-r--r--basic/source/comp/codegen.cxx537
-rw-r--r--basic/source/comp/dim.cxx1224
-rw-r--r--basic/source/comp/exprgen.cxx272
-rw-r--r--basic/source/comp/exprnode.cxx488
-rw-r--r--basic/source/comp/exprtree.cxx1243
-rw-r--r--basic/source/comp/io.cxx334
-rw-r--r--basic/source/comp/loops.cxx557
-rwxr-xr-xbasic/source/comp/makefile.mk57
-rw-r--r--basic/source/comp/parser.cxx872
-rw-r--r--basic/source/comp/sbcomp.cxx303
-rw-r--r--basic/source/comp/scanner.cxx612
-rw-r--r--basic/source/comp/symtbl.cxx537
-rw-r--r--basic/source/comp/token.cxx553
-rw-r--r--basic/source/inc/buffer.hxx66
-rw-r--r--basic/source/inc/codegen.hxx95
-rw-r--r--basic/source/inc/collelem.hxx50
-rw-r--r--basic/source/inc/disas.hxx75
-rw-r--r--basic/source/inc/dlgcont.hxx177
-rw-r--r--basic/source/inc/errobject.hxx55
-rw-r--r--basic/source/inc/expr.hxx275
-rw-r--r--basic/source/inc/filefmt.hxx180
-rw-r--r--basic/source/inc/image.hxx110
-rw-r--r--basic/source/inc/iosys.hxx113
-rw-r--r--basic/source/inc/namecont.hxx774
-rw-r--r--basic/source/inc/object.hxx101
-rw-r--r--basic/source/inc/opcodes.hxx171
-rw-r--r--basic/source/inc/parser.hxx157
-rw-r--r--basic/source/inc/propacc.hxx195
-rw-r--r--basic/source/inc/runtime.hxx506
-rw-r--r--basic/source/inc/sbcomp.hxx41
-rw-r--r--basic/source/inc/sbdiagnose.hxx34
-rw-r--r--basic/source/inc/sbintern.hxx152
-rw-r--r--basic/source/inc/sbjsmeth.hxx56
-rw-r--r--basic/source/inc/sbjsmod.hxx52
-rw-r--r--basic/source/inc/sbtrace.hxx44
-rw-r--r--basic/source/inc/sbunoobj.hxx358
-rw-r--r--basic/source/inc/scanner.hxx147
-rw-r--r--basic/source/inc/scriptcont.hxx204
-rw-r--r--basic/source/inc/stdobj.hxx54
-rw-r--r--basic/source/inc/symtbl.hxx249
-rw-r--r--basic/source/inc/token.hxx184
-rw-r--r--basic/source/runtime/basrdll.cxx106
-rw-r--r--basic/source/runtime/comenumwrapper.cxx81
-rw-r--r--basic/source/runtime/comenumwrapper.hxx54
-rw-r--r--basic/source/runtime/ddectrl.cxx192
-rw-r--r--basic/source/runtime/ddectrl.hxx65
-rw-r--r--basic/source/runtime/dllmgr-none.cxx68
-rw-r--r--basic/source/runtime/dllmgr-x64.cxx776
-rw-r--r--basic/source/runtime/dllmgr-x86.cxx734
-rw-r--r--basic/source/runtime/dllmgr.hxx63
-rw-r--r--basic/source/runtime/inputbox.cxx196
-rw-r--r--basic/source/runtime/iosys.cxx964
-rwxr-xr-xbasic/source/runtime/makefile.mk84
-rw-r--r--basic/source/runtime/methods.cxx4460
-rw-r--r--basic/source/runtime/methods1.cxx3245
-rw-r--r--basic/source/runtime/props.cxx779
-rw-r--r--basic/source/runtime/rtlproto.hxx373
-rw-r--r--basic/source/runtime/runtime.cxx1269
-rw-r--r--basic/source/runtime/sbdiagnose.cxx134
-rw-r--r--basic/source/runtime/stdobj.cxx891
-rw-r--r--basic/source/runtime/stdobj1.cxx485
-rw-r--r--basic/source/runtime/step0.cxx1396
-rw-r--r--basic/source/runtime/step1.cxx585
-rw-r--r--basic/source/runtime/step2.cxx1292
-rwxr-xr-xbasic/source/runtime/wnt-mingw.s53
-rw-r--r--basic/source/runtime/wnt-x86.asm56
-rw-r--r--basic/source/sample/collelem.cxx81
-rwxr-xr-xbasic/source/sample/makefile.mk61
-rw-r--r--basic/source/sample/object.cxx269
-rw-r--r--basic/source/sample/sample.bas39
-rw-r--r--basic/source/sbx/format.src85
-rwxr-xr-xbasic/source/sbx/makefile.mk77
-rw-r--r--basic/source/sbx/sbxarray.cxx849
-rw-r--r--basic/source/sbx/sbxbase.cxx457
-rw-r--r--basic/source/sbx/sbxbool.cxx231
-rw-r--r--basic/source/sbx/sbxbyte.cxx316
-rw-r--r--basic/source/sbx/sbxchar.cxx308
-rw-r--r--basic/source/sbx/sbxcoll.cxx301
-rw-r--r--basic/source/sbx/sbxconv.hxx137
-rw-r--r--basic/source/sbx/sbxcurr.cxx550
-rw-r--r--basic/source/sbx/sbxdate.cxx396
-rw-r--r--basic/source/sbx/sbxdbl.cxx319
-rw-r--r--basic/source/sbx/sbxdec.cxx748
-rw-r--r--basic/source/sbx/sbxdec.hxx122
-rw-r--r--basic/source/sbx/sbxexec.cxx401
-rw-r--r--basic/source/sbx/sbxform.cxx1118
-rw-r--r--basic/source/sbx/sbxint.cxx912
-rw-r--r--basic/source/sbx/sbxlng.cxx323
-rw-r--r--basic/source/sbx/sbxmstrm.cxx42
-rw-r--r--basic/source/sbx/sbxobj.cxx1022
-rw-r--r--basic/source/sbx/sbxres.cxx93
-rw-r--r--basic/source/sbx/sbxres.hxx90
-rw-r--r--basic/source/sbx/sbxscan.cxx965
-rw-r--r--basic/source/sbx/sbxsng.cxx350
-rw-r--r--basic/source/sbx/sbxstr.cxx321
-rw-r--r--basic/source/sbx/sbxuint.cxx324
-rw-r--r--basic/source/sbx/sbxulng.cxx300
-rw-r--r--basic/source/sbx/sbxvals.cxx109
-rw-r--r--basic/source/sbx/sbxvalue.cxx1752
-rw-r--r--basic/source/sbx/sbxvar.cxx666
-rw-r--r--basic/source/uno/dlgcont.cxx745
-rwxr-xr-xbasic/source/uno/makefile.mk49
-rw-r--r--basic/source/uno/modsizeexceeded.cxx71
-rw-r--r--basic/source/uno/namecont.cxx3507
-rw-r--r--basic/source/uno/sbmodule.cxx46
-rw-r--r--basic/source/uno/sbmodule.hxx47
-rw-r--r--basic/source/uno/sbservices.cxx65
-rw-r--r--basic/source/uno/scriptcont.cxx1318
-rwxr-xr-xbasic/util/makefile.mk146
-rwxr-xr-xbasic/util/sb.component39
-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/mgrtest.cxx591
-rw-r--r--bean/com/sun/star/beans/ContainerFactory.java47
-rw-r--r--bean/com/sun/star/beans/JavaWindowPeerFake.java122
-rw-r--r--bean/com/sun/star/beans/LocalOfficeConnection.java617
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java309
-rw-r--r--bean/com/sun/star/beans/NativeConnection.java59
-rw-r--r--bean/com/sun/star/beans/NativeService.java36
-rw-r--r--bean/com/sun/star/beans/OfficeConnection.java79
-rw-r--r--bean/com/sun/star/beans/OfficeWindow.java55
-rw-r--r--bean/com/sun/star/beans/makefile.mk64
-rw-r--r--bean/com/sun/star/comp/beans/CallWatchThread.java128
-rw-r--r--bean/com/sun/star/comp/beans/ContainerFactory.java47
-rw-r--r--bean/com/sun/star/comp/beans/Controller.java110
-rw-r--r--bean/com/sun/star/comp/beans/Frame.java182
-rw-r--r--bean/com/sun/star/comp/beans/HasConnectionException.java40
-rw-r--r--bean/com/sun/star/comp/beans/InvalidArgumentException.java38
-rw-r--r--bean/com/sun/star/comp/beans/JavaWindowPeerFake.java122
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java834
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeWindow.java288
-rw-r--r--bean/com/sun/star/comp/beans/NativeConnection.java62
-rw-r--r--bean/com/sun/star/comp/beans/NativeService.java37
-rw-r--r--bean/com/sun/star/comp/beans/NoConnectionException.java40
-rw-r--r--bean/com/sun/star/comp/beans/NoDocumentException.java38
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java1518
-rw-r--r--bean/com/sun/star/comp/beans/OfficeConnection.java80
-rw-r--r--bean/com/sun/star/comp/beans/OfficeDocument.java226
-rw-r--r--bean/com/sun/star/comp/beans/OfficeWindow.java56
-rw-r--r--bean/com/sun/star/comp/beans/SystemWindowException.java41
-rw-r--r--bean/com/sun/star/comp/beans/Wrapper.java108
-rw-r--r--bean/com/sun/star/comp/beans/makefile.mk75
-rw-r--r--bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c101
-rw-r--r--bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c147
-rw-r--r--bean/native/unix/makefile.mk40
-rw-r--r--bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c104
-rw-r--r--bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c210
-rw-r--r--bean/native/win32/makefile.mk38
-rw-r--r--bean/native/win32/officebean.dxp4
-rw-r--r--bean/prj/build.lst10
-rw-r--r--bean/prj/d.lst5
-rw-r--r--bean/qa/complex/bean/OOoBeanTest.java737
-rw-r--r--bean/qa/complex/bean/ScreenComparer.java249
-rw-r--r--bean/qa/complex/bean/WriterFrame.java210
-rw-r--r--bean/qa/complex/bean/makefile.mk134
-rw-r--r--bean/test/Test.java68
-rw-r--r--bean/test/applet/oooapplet/OOoViewer.java208
-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.mk88
-rw-r--r--bean/test/makefile.mk76
-rw-r--r--bean/util/delzip0
-rw-r--r--bean/util/makefile.mk56
-rw-r--r--beanshell/bsh-2.0b1-src.patch83
-rw-r--r--beanshell/makefile.mk58
-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.patch1048
-rw-r--r--berkeleydb/db-aix.patch205
-rw-r--r--berkeleydb/makefile.mk174
-rw-r--r--berkeleydb/prj/build.lst3
-rw-r--r--berkeleydb/prj/d.lst15
-rw-r--r--bin/bash-completion.in90
-rwxr-xr-xbin/create_bootstrap_links15
-rwxr-xr-xbin/distro-install-clean-up89
-rwxr-xr-xbin/distro-install-desktop-integration181
-rwxr-xr-xbin/distro-install-file-lists555
-rwxr-xr-xbin/distro-install-sdk86
-rwxr-xr-xbin/doubleNewlines.pl63
-rwxr-xr-xbin/find-german-comments162
-rwxr-xr-xbin/find-undocumented-classes33
-rwxr-xr-xbin/generate-bash-completion234
-rwxr-xr-xbin/git-new-workdir82
-rwxr-xr-xbin/git-ps152
-rw-r--r--bin/java-set-classpath.in64
-rwxr-xr-xbin/lo-commit-stat402
-rwxr-xr-xbin/lo-pack-sources655
-rwxr-xr-xbin/mkworkdir103
-rw-r--r--bin/repo-list.in1
-rw-r--r--bin/text_cat/COPYING504
-rw-r--r--bin/text_cat/Copyright21
-rw-r--r--bin/text_cat/LM/english.lm400
-rw-r--r--bin/text_cat/LM/german.lm400
-rwxr-xr-xbin/text_cat/text_cat229
-rw-r--r--bin/text_cat/version2
-rwxr-xr-xbin/unpack-sources105
-rw-r--r--binaryurp/prj/build.lst3
-rw-r--r--binaryurp/prj/d.lst4
-rw-r--r--binaryurp/qa/makefile.mk77
-rw-r--r--binaryurp/qa/test-cache.cxx84
-rw-r--r--binaryurp/qa/test-unmarshal.cxx112
-rw-r--r--binaryurp/qa/version.map34
-rw-r--r--binaryurp/source/binaryany.cxx98
-rw-r--r--binaryurp/source/binaryany.hxx73
-rw-r--r--binaryurp/source/binaryurp.component34
-rw-r--r--binaryurp/source/bridge.cxx978
-rw-r--r--binaryurp/source/bridge.hxx287
-rw-r--r--binaryurp/source/bridgefactory.cxx232
-rw-r--r--binaryurp/source/bridgefactory.hxx144
-rw-r--r--binaryurp/source/cache.hxx134
-rw-r--r--binaryurp/source/currentcontext.cxx80
-rw-r--r--binaryurp/source/currentcontext.hxx49
-rw-r--r--binaryurp/source/incomingreply.hxx58
-rw-r--r--binaryurp/source/incomingrequest.cxx300
-rw-r--r--binaryurp/source/incomingrequest.hxx86
-rw-r--r--binaryurp/source/lessoperators.cxx71
-rw-r--r--binaryurp/source/lessoperators.hxx50
-rw-r--r--binaryurp/source/makefile.mk69
-rw-r--r--binaryurp/source/marshal.cxx314
-rw-r--r--binaryurp/source/marshal.hxx95
-rw-r--r--binaryurp/source/outgoingrequest.hxx55
-rw-r--r--binaryurp/source/outgoingrequests.cxx80
-rw-r--r--binaryurp/source/outgoingrequests.hxx65
-rw-r--r--binaryurp/source/proxy.cxx260
-rw-r--r--binaryurp/source/proxy.hxx92
-rw-r--r--binaryurp/source/reader.cxx553
-rw-r--r--binaryurp/source/reader.hxx89
-rw-r--r--binaryurp/source/readerstate.hxx52
-rw-r--r--binaryurp/source/specialfunctionids.hxx49
-rw-r--r--binaryurp/source/unmarshal.cxx563
-rw-r--r--binaryurp/source/unmarshal.hxx106
-rw-r--r--binaryurp/source/writer.cxx476
-rw-r--r--binaryurp/source/writer.hxx185
-rw-r--r--binaryurp/source/writerstate.hxx55
-rw-r--r--boost/README.Regex_Experimental30
-rw-r--r--boost/Regex_Experimental.tar.gzbin0 -> 3463 bytes-rw-r--r--boost/aliasing.patch43
-rw-r--r--boost/boost.4713.warnings.patch881
-rw-r--r--boost/boost.gcc47679.patch38
-rw-r--r--boost/boost_1_44_0.patch25
-rw-r--r--boost/makefile.mk141
-rw-r--r--boost/prj/build.lst3
-rw-r--r--boost/prj/d.lst1207
-rw-r--r--boost/unordered_map-doesnt-support-cp-ctor.patch92
-rw-r--r--bootstrap.180
-rw-r--r--bridges/inc/bridges/cpp_uno/bridge.hxx504
-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.hxx218
-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/makefile.mk47
-rw-r--r--bridges/inc/pch/precompiled_bridges.cxx31
-rw-r--r--bridges/inc/pch/precompiled_bridges.hxx151
-rw-r--r--bridges/prj/build.lst32
-rw-r--r--bridges/prj/d.lst11
-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.hxx75
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx530
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/except.cxx454
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/hash.cxx264
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk75
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx422
-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.hxx89
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx517
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx451
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/flushcode.hxx51
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx265
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk78
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx400
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/callvirtualmethod.hxx39
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/callvirtualmethod.s59
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/cpp2uno.cxx614
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx462
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.hxx75
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/flushcode.hxx51
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/fp.hxx116
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/fp.s602
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/isdirectreturntype.cxx84
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/isdirectreturntype.hxx44
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk61
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/uno2cpp.cxx512
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/vtableslotcall.hxx38
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/vtableslotcall.s51
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx660
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx288
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx499
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_alpha/cpp2uno.cxx677
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_alpha/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_alpha/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_alpha/uno2cpp.cxx534
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S38
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx551
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/except.cxx342
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/makefile.mk84
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/share.hxx102
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx670
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/call.cxx143
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx726
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx335
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/makefile.mk82
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/share.hxx102
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/uno2cpp.cxx522
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/call.s20
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/cpp2uno.cxx685
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/makefile.mk83
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/share.hxx132
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_ia64/uno2cpp.cxx692
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/call.s274
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx529
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/except.cxx340
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk85
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx509
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx534
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx335
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/makefile.mk80
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/uno2cpp.cxx494
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx805
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/except.cxx327
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/makefile.mk81
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx599
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx795
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/makefile.mk80
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx675
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx723
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/makefile.mk79
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx602
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx696
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/share.hxx94
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx637
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx658
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx289
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx99
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx539
-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.cxx330
-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.cxx606
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx340
-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.cxx523
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx340
-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.cxx608
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/call.s327
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx522
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx331
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/makefile.mk76
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/share.hxx95
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx496
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx732
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx288
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/makefile.mk78
-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_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.cxx351
-rw-r--r--bridges/source/cpp_uno/gcc3_os2_intel/makefile.mk73
-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.cxx331
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/makefile.mk73
-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.cxx329
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/makefile.mk77
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/share.hxx100
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/uno2cpp.cxx601
-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.cxx316
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk91
-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.cxx634
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/makefile.mk83
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/msci.hxx59
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/uno2cpp.cxx468
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/call.asm133
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx582
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/dllinit.cxx61
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx850
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/makefile.mk83
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx62
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/uno2cpp.cxx450
-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.mk53
-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.cxx386
-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.java52
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java218
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk53
-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.cxx569
-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.cxx706
-rw-r--r--bridges/source/jni_uno/jni_uno2java.cxx875
-rw-r--r--bridges/source/jni_uno/makefile.mk86
-rw-r--r--bridges/source/jni_uno/nativethreadpool.cxx233
-rw-r--r--bridges/test/com/sun/star/lib/TestBed.java232
-rw-r--r--bridges/test/com/sun/star/lib/makefile.mk36
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug107753_Test.java394
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug108825_Test.java163
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java124
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug111153_Test.java103
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java76
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug51323_Test.java84
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java99
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug97697_Test.java105
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl37
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.java104
-rwxr-xr-xbridges/test/com/sun/star/lib/uno/bridges/java_remote/MethodIdTest.java473
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl52
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.java260
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/StopMessageDispatcherTest.java108
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk51
-rw-r--r--bridges/test/inter_libs_exc/inter.cxx69
-rw-r--r--bridges/test/inter_libs_exc/makefile.mk80
-rw-r--r--bridges/test/inter_libs_exc/share.h10
-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.java304
-rw-r--r--bridges/test/java_uno/acquire/makefile.mk117
-rw-r--r--bridges/test/java_uno/acquire/readme.txt21
-rw-r--r--bridges/test/java_uno/acquire/testacquire.cxx575
-rw-r--r--bridges/test/java_uno/acquire/types.idl68
-rw-r--r--bridges/test/java_uno/any/TestAny.java2267
-rw-r--r--bridges/test/java_uno/any/TestJni.java48
-rw-r--r--bridges/test/java_uno/any/TestRemote.java64
-rw-r--r--bridges/test/java_uno/any/makefile.mk127
-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.idl42
-rw-r--r--bridges/test/java_uno/equals/TestEquals.java1304
-rw-r--r--bridges/test/java_uno/equals/makefile.mk96
-rw-r--r--bridges/test/java_uno/equals/testequals.cxx234
-rw-r--r--bridges/test/java_uno/equals/types.idl47
-rw-r--r--bridges/test/java_uno/nativethreadpool/Relay.java125
-rw-r--r--bridges/test/java_uno/nativethreadpool/makefile.mk121
-rw-r--r--bridges/test/java_uno/nativethreadpool/readme39
-rw-r--r--bridges/test/java_uno/nativethreadpool/relay.manifest2
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx179
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx143
-rw-r--r--bridges/test/java_uno/nativethreadpool/types.idl40
-rw-r--r--bridges/test/java_uno/nativethreadpool/version.map35
-rw-r--r--bridges/test/makefile.mk175
-rw-r--r--bridges/test/performance/makefile.mk61
-rw-r--r--bridges/test/performance/testperformance.cxx193
-rw-r--r--bridges/test/test_bridge.idl82
-rw-r--r--bridges/test/testclient.cxx249
-rw-r--r--bridges/test/testclient.java156
-rw-r--r--bridges/test/testcomp.cxx801
-rw-r--r--bridges/test/testcomp.h157
-rw-r--r--bridges/test/testoffice.cxx282
-rw-r--r--bridges/test/testsameprocess.cxx218
-rw-r--r--bridges/test/testserver.cxx256
-rw-r--r--bridges/unotypes/makefile.mk50
-rw-r--r--bridges/version.mk40
-rw-r--r--buildscript.sh18
-rw-r--r--cairo/cairo-1.8.0.patch251
-rwxr-xr-xcairo/cairo/dummy_pkg_config3
-rw-r--r--cairo/cairo/makefile.mk207
-rw-r--r--cairo/pixman-0.12.0.patch36
-rw-r--r--cairo/pixman/makefile.mk154
-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.hxx286
-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.hxx394
-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.hxx663
-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.mk47
-rw-r--r--canvas/inc/pch/precompiled_canvas.cxx31
-rw-r--r--canvas/inc/pch/precompiled_canvas.hxx34
-rw-r--r--canvas/overview.txt50
-rw-r--r--canvas/prj/build.lst10
-rw-r--r--canvas/prj/d.lst33
-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.cxx61
-rw-r--r--canvas/source/cairo/cairo_cairo.hxx100
-rw-r--r--canvas/source/cairo/cairo_canvas.cxx192
-rw-r--r--canvas/source/cairo/cairo_canvas.hxx164
-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.cxx180
-rw-r--r--canvas/source/cairo/cairo_canvasfont.hxx99
-rw-r--r--canvas/source/cairo/cairo_canvashelper.cxx2004
-rw-r--r--canvas/source/cairo/cairo_canvashelper.hxx338
-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.hxx61
-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.hxx177
-rw-r--r--canvas/source/cairo/cairo_spritecanvashelper.cxx547
-rw-r--r--canvas/source/cairo/cairo_spritecanvashelper.hxx149
-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.cxx696
-rw-r--r--canvas/source/cairo/cairo_textlayout.hxx123
-rw-r--r--canvas/source/cairo/cairo_win32_cairo.cxx326
-rw-r--r--canvas/source/cairo/cairo_win32_cairo.hxx67
-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/cairocanvas.component37
-rw-r--r--canvas/source/cairo/exports.dxp2
-rw-r--r--canvas/source/cairo/makefile.mk140
-rw-r--r--canvas/source/directx/directx5canvas.component34
-rw-r--r--canvas/source/directx/directx9canvas.component34
-rw-r--r--canvas/source/directx/dx_5rm.cxx2285
-rw-r--r--canvas/source/directx/dx_9rm.cxx1365
-rw-r--r--canvas/source/directx/dx_bitmap.cxx221
-rw-r--r--canvas/source/directx/dx_bitmap.hxx96
-rw-r--r--canvas/source/directx/dx_bitmapcanvashelper.cxx249
-rw-r--r--canvas/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.hxx178
-rw-r--r--canvas/source/directx/dx_canvasbitmap.cxx280
-rw-r--r--canvas/source/directx/dx_canvasbitmap.hxx107
-rw-r--r--canvas/source/directx/dx_canvascustomsprite.cxx126
-rw-r--r--canvas/source/directx/dx_canvascustomsprite.hxx142
-rw-r--r--canvas/source/directx/dx_canvasfont.cxx183
-rw-r--r--canvas/source/directx/dx_canvasfont.hxx107
-rw-r--r--canvas/source/directx/dx_canvashelper.cxx816
-rw-r--r--canvas/source/directx/dx_canvashelper.hxx260
-rw-r--r--canvas/source/directx/dx_canvashelper_texturefill.cxx628
-rw-r--r--canvas/source/directx/dx_config.cxx177
-rw-r--r--canvas/source/directx/dx_config.hxx92
-rw-r--r--canvas/source/directx/dx_devicehelper.cxx239
-rw-r--r--canvas/source/directx/dx_devicehelper.hxx124
-rw-r--r--canvas/source/directx/dx_gdiplususer.cxx84
-rw-r--r--canvas/source/directx/dx_gdiplususer.hxx58
-rw-r--r--canvas/source/directx/dx_graphicsprovider.hxx56
-rw-r--r--canvas/source/directx/dx_ibitmap.hxx73
-rw-r--r--canvas/source/directx/dx_impltools.cxx671
-rw-r--r--canvas/source/directx/dx_impltools.hxx145
-rw-r--r--canvas/source/directx/dx_linepolypolygon.cxx68
-rw-r--r--canvas/source/directx/dx_linepolypolygon.hxx59
-rw-r--r--canvas/source/directx/dx_rendermodule.hxx93
-rw-r--r--canvas/source/directx/dx_sprite.hxx54
-rw-r--r--canvas/source/directx/dx_spritecanvas.cxx214
-rw-r--r--canvas/source/directx/dx_spritecanvas.hxx158
-rw-r--r--canvas/source/directx/dx_spritecanvashelper.cxx385
-rw-r--r--canvas/source/directx/dx_spritecanvashelper.hxx164
-rw-r--r--canvas/source/directx/dx_spritedevicehelper.cxx262
-rw-r--r--canvas/source/directx/dx_spritedevicehelper.hxx117
-rw-r--r--canvas/source/directx/dx_spritehelper.cxx219
-rw-r--r--canvas/source/directx/dx_spritehelper.hxx114
-rw-r--r--canvas/source/directx/dx_surfacebitmap.cxx806
-rw-r--r--canvas/source/directx/dx_surfacebitmap.hxx150
-rw-r--r--canvas/source/directx/dx_surfacegraphics.cxx88
-rw-r--r--canvas/source/directx/dx_surfacegraphics.hxx48
-rw-r--r--canvas/source/directx/dx_textlayout.cxx283
-rw-r--r--canvas/source/directx/dx_textlayout.hxx118
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.cxx323
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.hxx89
-rw-r--r--canvas/source/directx/dx_vcltools.cxx526
-rw-r--r--canvas/source/directx/dx_vcltools.hxx67
-rw-r--r--canvas/source/directx/dx_winstuff.hxx222
-rw-r--r--canvas/source/directx/exports.dxp2
-rw-r--r--canvas/source/directx/gdipluscanvas.component37
-rw-r--r--canvas/source/directx/makefile.mk241
-rw-r--r--canvas/source/factory/canvasfactory.component34
-rw-r--r--canvas/source/factory/cf_service.cxx547
-rw-r--r--canvas/source/factory/makefile.mk63
-rw-r--r--canvas/source/null/exports.dxp2
-rw-r--r--canvas/source/null/makefile.mk70
-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.hxx138
-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.dxp2
-rw-r--r--canvas/source/simplecanvas/makefile.mk71
-rw-r--r--canvas/source/simplecanvas/simplecanvas.component34
-rw-r--r--canvas/source/simplecanvas/simplecanvasimpl.cxx403
-rw-r--r--canvas/source/tools/cachedprimitivebase.cxx115
-rw-r--r--canvas/source/tools/canvascustomspritehelper.cxx499
-rw-r--r--canvas/source/tools/canvastools.cxx1047
-rw-r--r--canvas/source/tools/canvastools.flt3
-rw-r--r--canvas/source/tools/elapsedtime.cxx227
-rw-r--r--canvas/source/tools/imagecachedprimitive.hxx60
-rw-r--r--canvas/source/tools/makefile.mk88
-rw-r--r--canvas/source/tools/page.cxx155
-rw-r--r--canvas/source/tools/page.hxx160
-rw-r--r--canvas/source/tools/pagemanager.cxx225
-rw-r--r--canvas/source/tools/pagemanager.hxx97
-rw-r--r--canvas/source/tools/parametricpolypolygon.cxx293
-rw-r--r--canvas/source/tools/prioritybooster.cxx85
-rw-r--r--canvas/source/tools/propertysethelper.cxx190
-rw-r--r--canvas/source/tools/spriteredrawmanager.cxx523
-rw-r--r--canvas/source/tools/surface.cxx498
-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.cxx167
-rw-r--r--canvas/source/vcl/bitmapbackbuffer.hxx106
-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.hxx134
-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.cxx191
-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.cxx1189
-rw-r--r--canvas/source/vcl/devicehelper.cxx245
-rw-r--r--canvas/source/vcl/devicehelper.hxx106
-rw-r--r--canvas/source/vcl/exports.dxp2
-rw-r--r--canvas/source/vcl/impltools.cxx548
-rw-r--r--canvas/source/vcl/impltools.hxx205
-rw-r--r--canvas/source/vcl/makefile.mk93
-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.hxx175
-rw-r--r--canvas/source/vcl/spritecanvashelper.cxx721
-rw-r--r--canvas/source/vcl/spritecanvashelper.hxx181
-rw-r--r--canvas/source/vcl/spritedevicehelper.cxx161
-rw-r--r--canvas/source/vcl/spritedevicehelper.hxx85
-rw-r--r--canvas/source/vcl/spritehelper.cxx432
-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/vclcanvas.component37
-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--chart2/JunitTest_chart2_unoapi.mk49
-rw-r--r--chart2/Makefile38
-rw-r--r--chart2/Module_chart2.mk34
-rw-r--r--chart2/chartview.pmk30
-rw-r--r--chart2/inc/makefile.mk47
-rw-r--r--chart2/inc/pch/precompiled_chart2.cxx31
-rw-r--r--chart2/inc/pch/precompiled_chart2.hxx278
-rw-r--r--chart2/prj/build.lst26
-rw-r--r--chart2/prj/d.lst27
-rw-r--r--chart2/qa/TestCaseOldAPI.java1033
-rw-r--r--chart2/qa/data.chd14
-rw-r--r--chart2/qa/makefile.mk70
-rw-r--r--chart2/qa/unoapi/knownissues.xcl40
-rw-r--r--chart2/qa/unoapi/sch.sce26
-rw-r--r--chart2/qa/unoapi/testdocuments/TransparencyChart.sxsbin0 -> 10810 bytes-rw-r--r--chart2/qa/unoapi/testdocuments/emptyChart.sdsbin0 -> 44544 bytes-rw-r--r--chart2/qa/unoapi/testdocuments/space-metal.jpgbin0 -> 4313 bytes-rw-r--r--chart2/source/controller/accessibility/AccStatisticsObject.cxx66
-rw-r--r--chart2/source/controller/accessibility/AccStatisticsObject.hxx56
-rw-r--r--chart2/source/controller/accessibility/AccessibleBase.cxx988
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartElement.cxx287
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartElement.hxx145
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartShape.cxx292
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartShape.hxx107
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartView.cxx414
-rw-r--r--chart2/source/controller/accessibility/AccessibleTextHelper.cxx200
-rw-r--r--chart2/source/controller/accessibility/AccessibleViewForwarder.cxx119
-rw-r--r--chart2/source/controller/accessibility/AccessibleViewForwarder.hxx68
-rw-r--r--chart2/source/controller/accessibility/ChartElementFactory.cxx84
-rw-r--r--chart2/source/controller/accessibility/ChartElementFactory.hxx51
-rw-r--r--chart2/source/controller/accessibility/makefile.mk54
-rw-r--r--chart2/source/controller/chartapiwrapper/AreaWrapper.cxx211
-rw-r--r--chart2/source/controller/chartapiwrapper/AreaWrapper.hxx108
-rw-r--r--chart2/source/controller/chartapiwrapper/AxisWrapper.cxx707
-rw-r--r--chart2/source/controller/chartapiwrapper/AxisWrapper.hxx152
-rw-r--r--chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx322
-rw-r--r--chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx171
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx780
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx172
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx1597
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx894
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx161
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx2123
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx286
-rw-r--r--chart2/source/controller/chartapiwrapper/GridWrapper.cxx213
-rw-r--r--chart2/source/controller/chartapiwrapper/GridWrapper.hxx105
-rw-r--r--chart2/source/controller/chartapiwrapper/LegendWrapper.cxx463
-rw-r--r--chart2/source/controller/chartapiwrapper/LegendWrapper.hxx116
-rw-r--r--chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx445
-rw-r--r--chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx133
-rw-r--r--chart2/source/controller/chartapiwrapper/ReferenceSizePropertyProvider.hxx51
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx560
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.hxx139
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx409
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx132
-rw-r--r--chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx194
-rw-r--r--chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx92
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx154
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx113
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx155
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.hxx52
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx444
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.hxx75
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx168
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx105
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx184
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.hxx62
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx198
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx90
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx200
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx95
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx604
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx98
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx165
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.hxx57
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx131
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx79
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx73
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx63
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx192
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx275
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSplineProperties.hxx60
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx1122
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx60
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx315
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStockProperties.hxx60
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx584
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx62
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx88
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx59
-rw-r--r--chart2/source/controller/chartapiwrapper/makefile.mk77
-rw-r--r--chart2/source/controller/chartcontroller.component56
-rw-r--r--chart2/source/controller/dialogs/Bitmaps.hrc216
-rw-r--r--chart2/source/controller/dialogs/Bitmaps.src543
-rw-r--r--chart2/source/controller/dialogs/ChangingResource.cxx59
-rw-r--r--chart2/source/controller/dialogs/ChangingResource.hxx66
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.cxx1283
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.hxx318
-rw-r--r--chart2/source/controller/dialogs/ChartTypeTemplateProvider.hxx56
-rw-r--r--chart2/source/controller/dialogs/CommonResources.hrc79
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.cxx1388
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.hxx207
-rw-r--r--chart2/source/controller/dialogs/DataBrowserModel.cxx1023
-rw-r--r--chart2/source/controller/dialogs/DataBrowserModel.hxx186
-rw-r--r--chart2/source/controller/dialogs/DialogModel.cxx834
-rw-r--r--chart2/source/controller/dialogs/DialogModel.hxx196
-rw-r--r--chart2/source/controller/dialogs/ObjectNameProvider.cxx821
-rw-r--r--chart2/source/controller/dialogs/RangeEdit.cxx73
-rw-r--r--chart2/source/controller/dialogs/RangeSelectionButton.cxx57
-rw-r--r--chart2/source/controller/dialogs/RangeSelectionHelper.cxx201
-rw-r--r--chart2/source/controller/dialogs/RangeSelectionListener.cxx78
-rw-r--r--chart2/source/controller/dialogs/ResourceIds.hrc82
-rw-r--r--chart2/source/controller/dialogs/Strings.src611
-rw-r--r--chart2/source/controller/dialogs/Strings_AdditionalControls.src57
-rw-r--r--chart2/source/controller/dialogs/Strings_ChartTypes.src153
-rw-r--r--chart2/source/controller/dialogs/Strings_Scale.src52
-rw-r--r--chart2/source/controller/dialogs/Strings_Statistic.src72
-rw-r--r--chart2/source/controller/dialogs/TabPages.hrc114
-rw-r--r--chart2/source/controller/dialogs/TextDirectionListBox.cxx62
-rw-r--r--chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx73
-rw-r--r--chart2/source/controller/dialogs/TitleDialogData.cxx127
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType.cxx81
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType.hrc35
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType.src57
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx142
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.cxx241
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.hrc32
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.src39
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx432
-rw-r--r--chart2/source/controller/dialogs/dlg_DataEditor.cxx281
-rw-r--r--chart2/source/controller/dialogs/dlg_DataEditor.hrc46
-rw-r--r--chart2/source/controller/dialogs/dlg_DataEditor.src139
-rw-r--r--chart2/source/controller/dialogs/dlg_DataSource.cxx255
-rw-r--r--chart2/source/controller/dialogs/dlg_DataSource.hrc33
-rw-r--r--chart2/source/controller/dialogs/dlg_DataSource.src48
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx165
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertAxis_Grid.hrc46
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src98
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx76
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertDataLabel.hrc32
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertDataLabel.src42
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx136
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertErrorBars.hrc31
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertErrorBars.src43
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertLegend.cxx81
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertLegend.hrc31
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertLegend.src47
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTitle.cxx69
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTitle.hrc31
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTitle.src42
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTrendline.cxx117
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTrendline.hrc31
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertTrendline.src47
-rw-r--r--chart2/source/controller/dialogs/dlg_NumberFormat.cxx88
-rw-r--r--chart2/source/controller/dialogs/dlg_NumberFormat.hxx56
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.cxx663
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.src39
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeFont.cxx95
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeFont.src62
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx96
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeParagraph.src67
-rw-r--r--chart2/source/controller/dialogs/dlg_View3D.cxx120
-rw-r--r--chart2/source/controller/dialogs/dlg_View3D.hrc40
-rw-r--r--chart2/source/controller/dialogs/dlg_View3D.src48
-rw-r--r--chart2/source/controller/dialogs/hidother.src113
-rw-r--r--chart2/source/controller/dialogs/makefile.mk192
-rw-r--r--chart2/source/controller/dialogs/res_BarGeometry.cxx114
-rw-r--r--chart2/source/controller/dialogs/res_BarGeometry.hxx70
-rw-r--r--chart2/source/controller/dialogs/res_BarGeometry.src49
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel.cxx422
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel.hxx107
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel_IDs.hrc45
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc169
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar.cxx775
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar_IDs.hrc63
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar_tmpl.hrc228
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition.cxx276
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition.hxx94
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition_IDs.hrc32
-rw-r--r--chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc80
-rw-r--r--chart2/source/controller/dialogs/res_SecondaryAxisCheckBoxes_tmpl.hrc59
-rw-r--r--chart2/source/controller/dialogs/res_TextSeparator.cxx158
-rw-r--r--chart2/source/controller/dialogs/res_TextSeparator.hxx78
-rw-r--r--chart2/source/controller/dialogs/res_TextSeparator.src49
-rw-r--r--chart2/source/controller/dialogs/res_Titles.cxx226
-rw-r--r--chart2/source/controller/dialogs/res_Titles.hrc47
-rw-r--r--chart2/source/controller/dialogs/res_Titles.hxx80
-rw-r--r--chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc149
-rw-r--r--chart2/source/controller/dialogs/res_Trendline.cxx279
-rw-r--r--chart2/source/controller/dialogs/res_Trendline.hxx86
-rw-r--r--chart2/source/controller/dialogs/res_Trendline_IDs.hrc44
-rw-r--r--chart2/source/controller/dialogs/res_Trendline_tmpl.hrc123
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx364
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc38
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx100
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.src101
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx300
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneGeometry.hrc40
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx113
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneGeometry.src153
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx658
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hrc48
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx143
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.src180
-rw-r--r--chart2/source/controller/dialogs/tp_AxisLabel.cxx332
-rw-r--r--chart2/source/controller/dialogs/tp_AxisLabel.hxx103
-rw-r--r--chart2/source/controller/dialogs/tp_AxisLabel.src194
-rw-r--r--chart2/source/controller/dialogs/tp_AxisPositions.cxx503
-rw-r--r--chart2/source/controller/dialogs/tp_AxisPositions.hxx114
-rw-r--r--chart2/source/controller/dialogs/tp_AxisPositions.src308
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx1177
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.hrc62
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.hxx128
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.src273
-rw-r--r--chart2/source/controller/dialogs/tp_DataLabel.cxx77
-rw-r--r--chart2/source/controller/dialogs/tp_DataLabel.hxx67
-rw-r--r--chart2/source/controller/dialogs/tp_DataLabel.src38
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.cxx1076
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hrc50
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx180
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.src180
-rw-r--r--chart2/source/controller/dialogs/tp_DataSourceControls.cxx60
-rw-r--r--chart2/source/controller/dialogs/tp_DataSourceControls.hxx73
-rw-r--r--chart2/source/controller/dialogs/tp_ErrorBars.cxx103
-rw-r--r--chart2/source/controller/dialogs/tp_ErrorBars.hxx68
-rw-r--r--chart2/source/controller/dialogs/tp_ErrorBars.src38
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.cxx92
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.hxx71
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.src70
-rw-r--r--chart2/source/controller/dialogs/tp_PointGeometry.cxx107
-rw-r--r--chart2/source/controller/dialogs/tp_PointGeometry.hxx60
-rw-r--r--chart2/source/controller/dialogs/tp_PointGeometry.src36
-rw-r--r--chart2/source/controller/dialogs/tp_PolarOptions.cxx127
-rw-r--r--chart2/source/controller/dialogs/tp_PolarOptions.hrc40
-rw-r--r--chart2/source/controller/dialogs/tp_PolarOptions.hxx70
-rw-r--r--chart2/source/controller/dialogs/tp_PolarOptions.src91
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.cxx415
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hrc40
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hxx127
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.src101
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.cxx836
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.hrc62
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.hxx151
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.src331
-rw-r--r--chart2/source/controller/dialogs/tp_SeriesToAxis.cxx316
-rw-r--r--chart2/source/controller/dialogs/tp_SeriesToAxis.hrc45
-rw-r--r--chart2/source/controller/dialogs/tp_SeriesToAxis.hxx96
-rw-r--r--chart2/source/controller/dialogs/tp_SeriesToAxis.src190
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.cxx128
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.hxx72
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.src93
-rw-r--r--chart2/source/controller/dialogs/tp_Trendline.cxx80
-rw-r--r--chart2/source/controller/dialogs/tp_Trendline.hxx62
-rw-r--r--chart2/source/controller/dialogs/tp_Trendline.src38
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx187
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hrc37
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx96
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src93
-rw-r--r--chart2/source/controller/drawinglayer/DrawViewWrapper.cxx405
-rw-r--r--chart2/source/controller/drawinglayer/ViewElementListProvider.cxx236
-rw-r--r--chart2/source/controller/drawinglayer/makefile.mk49
-rw-r--r--chart2/source/controller/inc/AccessibleBase.hxx388
-rw-r--r--chart2/source/controller/inc/AccessibleChartView.hxx158
-rw-r--r--chart2/source/controller/inc/AccessibleTextHelper.hxx116
-rw-r--r--chart2/source/controller/inc/AxisItemConverter.hxx94
-rw-r--r--chart2/source/controller/inc/CharacterPropertyItemConverter.hxx87
-rw-r--r--chart2/source/controller/inc/ChartDocumentWrapper.hxx237
-rw-r--r--chart2/source/controller/inc/ChartRenderer.hxx79
-rw-r--r--chart2/source/controller/inc/ConfigurationAccess.hxx62
-rw-r--r--chart2/source/controller/inc/DataPointItemConverter.hxx113
-rw-r--r--chart2/source/controller/inc/DrawViewWrapper.hxx114
-rw-r--r--chart2/source/controller/inc/ErrorBarItemConverter.hxx87
-rw-r--r--chart2/source/controller/inc/GraphicPropertyItemConverter.hxx88
-rw-r--r--chart2/source/controller/inc/HelpIds.hrc162
-rw-r--r--chart2/source/controller/inc/ItemConverter.hxx218
-rw-r--r--chart2/source/controller/inc/ItemPropertyMap.hxx93
-rw-r--r--chart2/source/controller/inc/LegendItemConverter.hxx82
-rw-r--r--chart2/source/controller/inc/MenuResIds.hrc40
-rw-r--r--chart2/source/controller/inc/MultipleChartConverters.hxx133
-rw-r--r--chart2/source/controller/inc/MultipleItemConverter.hxx63
-rw-r--r--chart2/source/controller/inc/ObjectHierarchy.hxx123
-rw-r--r--chart2/source/controller/inc/ObjectNameProvider.hxx90
-rw-r--r--chart2/source/controller/inc/PositionAndSizeHelper.hxx63
-rw-r--r--chart2/source/controller/inc/RangeEdit.hxx59
-rw-r--r--chart2/source/controller/inc/RangeSelectionButton.hxx56
-rw-r--r--chart2/source/controller/inc/RangeSelectionHelper.hxx90
-rw-r--r--chart2/source/controller/inc/RangeSelectionListener.hxx82
-rw-r--r--chart2/source/controller/inc/RegressionCurveItemConverter.hxx85
-rw-r--r--chart2/source/controller/inc/RegressionEquationItemConverter.hxx86
-rw-r--r--chart2/source/controller/inc/SchSlotIds.hxx237
-rw-r--r--chart2/source/controller/inc/SeriesOptionsItemConverter.hxx105
-rw-r--r--chart2/source/controller/inc/ShapeController.hrc49
-rw-r--r--chart2/source/controller/inc/StatisticsItemConverter.hxx78
-rw-r--r--chart2/source/controller/inc/TabPageNotifiable.hxx54
-rw-r--r--chart2/source/controller/inc/TextDirectionListBox.hxx51
-rw-r--r--chart2/source/controller/inc/TimerTriggeredControllerLock.hxx66
-rw-r--r--chart2/source/controller/inc/TitleDialogData.hxx70
-rw-r--r--chart2/source/controller/inc/TitleItemConverter.hxx83
-rw-r--r--chart2/source/controller/inc/ViewElementListProvider.hxx73
-rw-r--r--chart2/source/controller/inc/dlg_ChartType.hxx76
-rw-r--r--chart2/source/controller/inc/dlg_ChartType_UNO.hxx89
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard.hxx108
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx132
-rw-r--r--chart2/source/controller/inc/dlg_DataEditor.hxx123
-rw-r--r--chart2/source/controller/inc/dlg_DataSource.hxx101
-rw-r--r--chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx102
-rw-r--r--chart2/source/controller/inc/dlg_InsertDataLabel.hxx73
-rw-r--r--chart2/source/controller/inc/dlg_InsertErrorBars.hxx81
-rw-r--r--chart2/source/controller/inc/dlg_InsertLegend.hxx72
-rw-r--r--chart2/source/controller/inc/dlg_InsertTitle.hxx64
-rw-r--r--chart2/source/controller/inc/dlg_InsertTrendline.hxx71
-rw-r--r--chart2/source/controller/inc/dlg_ObjectProperties.hxx161
-rw-r--r--chart2/source/controller/inc/dlg_ShapeFont.hxx62
-rw-r--r--chart2/source/controller/inc/dlg_ShapeParagraph.hxx57
-rw-r--r--chart2/source/controller/inc/dlg_View3D.hxx85
-rw-r--r--chart2/source/controller/inc/res_ErrorBar.hxx158
-rw-r--r--chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx1008
-rw-r--r--chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx579
-rw-r--r--chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx702
-rw-r--r--chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx459
-rw-r--r--chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx794
-rw-r--r--chart2/source/controller/itemsetwrapper/ItemConverter.cxx270
-rw-r--r--chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx206
-rw-r--r--chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx236
-rw-r--r--chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx87
-rw-r--r--chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx279
-rw-r--r--chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx172
-rw-r--r--chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx241
-rw-r--r--chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx456
-rw-r--r--chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx700
-rw-r--r--chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx248
-rw-r--r--chart2/source/controller/itemsetwrapper/makefile.mk60
-rw-r--r--chart2/source/controller/main/ChartController.cxx1570
-rw-r--r--chart2/source/controller/main/ChartController.hxx742
-rw-r--r--chart2/source/controller/main/ChartController_EditData.cxx81
-rw-r--r--chart2/source/controller/main/ChartController_Insert.cxx940
-rw-r--r--chart2/source/controller/main/ChartController_Position.cxx199
-rw-r--r--chart2/source/controller/main/ChartController_Properties.cxx853
-rw-r--r--chart2/source/controller/main/ChartController_TextEdit.cxx248
-rw-r--r--chart2/source/controller/main/ChartController_Tools.cxx886
-rw-r--r--chart2/source/controller/main/ChartController_Window.cxx2045
-rw-r--r--chart2/source/controller/main/ChartDropTargetHelper.cxx196
-rw-r--r--chart2/source/controller/main/ChartDropTargetHelper.hxx72
-rw-r--r--chart2/source/controller/main/ChartFrameloader.cxx211
-rw-r--r--chart2/source/controller/main/ChartFrameloader.hxx94
-rw-r--r--chart2/source/controller/main/ChartModelClone.cxx280
-rw-r--r--chart2/source/controller/main/ChartModelClone.hxx89
-rw-r--r--chart2/source/controller/main/ChartRenderer.cxx181
-rw-r--r--chart2/source/controller/main/ChartTransferable.cxx174
-rw-r--r--chart2/source/controller/main/ChartTransferable.hxx70
-rw-r--r--chart2/source/controller/main/ChartWindow.cxx274
-rw-r--r--chart2/source/controller/main/ChartWindow.hxx91
-rw-r--r--chart2/source/controller/main/CommandDispatch.cxx212
-rw-r--r--chart2/source/controller/main/CommandDispatch.hxx154
-rw-r--r--chart2/source/controller/main/CommandDispatchContainer.cxx213
-rw-r--r--chart2/source/controller/main/CommandDispatchContainer.hxx158
-rw-r--r--chart2/source/controller/main/ConfigurationAccess.cxx123
-rw-r--r--chart2/source/controller/main/ControllerCommandDispatch.cxx808
-rw-r--r--chart2/source/controller/main/ControllerCommandDispatch.hxx139
-rw-r--r--chart2/source/controller/main/DragMethod_Base.cxx96
-rw-r--r--chart2/source/controller/main/DragMethod_Base.hxx72
-rw-r--r--chart2/source/controller/main/DragMethod_PieSegment.cxx166
-rw-r--r--chart2/source/controller/main/DragMethod_PieSegment.hxx67
-rw-r--r--chart2/source/controller/main/DragMethod_RotateDiagram.cxx239
-rw-r--r--chart2/source/controller/main/DragMethod_RotateDiagram.hxx95
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.cxx677
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.hrc49
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.hxx96
-rw-r--r--chart2/source/controller/main/ElementSelector.cxx347
-rw-r--r--chart2/source/controller/main/ElementSelector.hxx126
-rw-r--r--chart2/source/controller/main/FeatureCommandDispatchBase.cxx117
-rw-r--r--chart2/source/controller/main/FeatureCommandDispatchBase.hxx118
-rw-r--r--chart2/source/controller/main/ObjectHierarchy.cxx863
-rw-r--r--chart2/source/controller/main/PositionAndSizeHelper.cxx167
-rw-r--r--chart2/source/controller/main/SelectionHelper.cxx693
-rw-r--r--chart2/source/controller/main/SelectionHelper.hxx141
-rw-r--r--chart2/source/controller/main/ShapeController.cxx742
-rw-r--r--chart2/source/controller/main/ShapeController.hxx103
-rw-r--r--chart2/source/controller/main/ShapeToolbarController.cxx301
-rw-r--r--chart2/source/controller/main/ShapeToolbarController.hxx105
-rw-r--r--chart2/source/controller/main/StatusBarCommandDispatch.cxx149
-rw-r--r--chart2/source/controller/main/StatusBarCommandDispatch.hxx113
-rw-r--r--chart2/source/controller/main/UndoActions.cxx178
-rw-r--r--chart2/source/controller/main/UndoActions.hxx134
-rw-r--r--chart2/source/controller/main/UndoCommandDispatch.cxx158
-rw-r--r--chart2/source/controller/main/UndoCommandDispatch.hxx86
-rw-r--r--chart2/source/controller/main/UndoGuard.cxx201
-rw-r--r--chart2/source/controller/main/UndoGuard.hxx137
-rw-r--r--chart2/source/controller/main/_serviceregistration_controller.cxx121
-rw-r--r--chart2/source/controller/main/makefile.mk81
-rw-r--r--chart2/source/controller/makefile.mk132
-rw-r--r--chart2/source/controller/menus/ShapeContextMenu.src124
-rw-r--r--chart2/source/controller/menus/ShapeEditContextMenu.src65
-rw-r--r--chart2/source/controller/menus/makefile.mk63
-rw-r--r--chart2/source/inc/AxisHelper.hxx261
-rw-r--r--chart2/source/inc/AxisIndexDefines.hxx41
-rw-r--r--chart2/source/inc/BaseGFXHelper.hxx105
-rw-r--r--chart2/source/inc/CachedDataSequence.hxx195
-rw-r--r--chart2/source/inc/CharacterProperties.hxx153
-rw-r--r--chart2/source/inc/ChartDebugTrace.hxx72
-rw-r--r--chart2/source/inc/ChartModelHelper.hxx117
-rw-r--r--chart2/source/inc/ChartTypeHelper.hxx108
-rw-r--r--chart2/source/inc/ChartViewHelper.hxx54
-rw-r--r--chart2/source/inc/CloneHelper.hxx127
-rw-r--r--chart2/source/inc/ColorPerPointHelper.hxx68
-rw-r--r--chart2/source/inc/CommonConverters.hxx282
-rw-r--r--chart2/source/inc/CommonFunctors.hxx221
-rw-r--r--chart2/source/inc/ConfigColorScheme.hxx97
-rw-r--r--chart2/source/inc/ConfigItemListener.hxx48
-rw-r--r--chart2/source/inc/ContainerHelper.hxx185
-rw-r--r--chart2/source/inc/ControllerLockGuard.hxx96
-rw-r--r--chart2/source/inc/DataSeriesHelper.hxx216
-rw-r--r--chart2/source/inc/DataSource.hxx86
-rw-r--r--chart2/source/inc/DataSourceHelper.hxx167
-rw-r--r--chart2/source/inc/DiagramHelper.hxx370
-rw-r--r--chart2/source/inc/DisposeHelper.hxx104
-rw-r--r--chart2/source/inc/ErrorBar.hxx163
-rw-r--r--chart2/source/inc/EventListenerHelper.hxx225
-rw-r--r--chart2/source/inc/ExplicitCategoriesProvider.hxx146
-rw-r--r--chart2/source/inc/ExponentialRegressionCurveCalculator.hxx78
-rw-r--r--chart2/source/inc/FastPropertyIdRanges.hxx60
-rw-r--r--chart2/source/inc/FillProperties.hxx94
-rw-r--r--chart2/source/inc/FormattedStringHelper.hxx60
-rw-r--r--chart2/source/inc/InternalData.hxx114
-rw-r--r--chart2/source/inc/InternalDataProvider.hxx269
-rw-r--r--chart2/source/inc/LabeledDataSequence.hxx116
-rw-r--r--chart2/source/inc/LegendHelper.hxx81
-rw-r--r--chart2/source/inc/LifeTime.hxx256
-rw-r--r--chart2/source/inc/LineProperties.hxx80
-rw-r--r--chart2/source/inc/LinearRegressionCurveCalculator.hxx77
-rw-r--r--chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx77
-rw-r--r--chart2/source/inc/MeanValueRegressionCurveCalculator.hxx76
-rw-r--r--chart2/source/inc/MediaDescriptorHelper.hxx210
-rw-r--r--chart2/source/inc/ModifyListenerCallBack.hxx70
-rw-r--r--chart2/source/inc/ModifyListenerHelper.hxx310
-rw-r--r--chart2/source/inc/MutexContainer.hxx53
-rw-r--r--chart2/source/inc/NameContainer.hxx107
-rw-r--r--chart2/source/inc/NamedFillProperties.hxx78
-rw-r--r--chart2/source/inc/NamedLineProperties.hxx78
-rw-r--r--chart2/source/inc/NamedProperties.hxx65
-rw-r--r--chart2/source/inc/NoWarningThisInCTOR.hxx49
-rw-r--r--chart2/source/inc/NumberFormatterWrapper.hxx83
-rw-r--r--chart2/source/inc/OPropertySet.hxx251
-rw-r--r--chart2/source/inc/ObjectIdentifier.hxx281
-rw-r--r--chart2/source/inc/PotentialRegressionCurveCalculator.hxx79
-rw-r--r--chart2/source/inc/PropertyHelper.hxx200
-rw-r--r--chart2/source/inc/RangeHighlighter.hxx119
-rw-r--r--chart2/source/inc/ReferenceSizeProvider.hxx148
-rw-r--r--chart2/source/inc/RegressionCurveCalculator.hxx96
-rw-r--r--chart2/source/inc/RegressionCurveHelper.hxx244
-rw-r--r--chart2/source/inc/RelativePositionHelper.hxx123
-rw-r--r--chart2/source/inc/RelativeSizeHelper.hxx62
-rw-r--r--chart2/source/inc/ResId.hxx51
-rw-r--r--chart2/source/inc/RessourceManager.hxx56
-rw-r--r--chart2/source/inc/Scaling.hxx212
-rw-r--r--chart2/source/inc/SceneProperties.hxx99
-rw-r--r--chart2/source/inc/ServiceMacros.hxx149
-rw-r--r--chart2/source/inc/StackMode.hxx50
-rw-r--r--chart2/source/inc/StatisticsHelper.hxx136
-rw-r--r--chart2/source/inc/Strings.hrc299
-rw-r--r--chart2/source/inc/ThreeDHelper.hxx162
-rw-r--r--chart2/source/inc/TitleHelper.hxx104
-rw-r--r--chart2/source/inc/TrueGuard.hxx51
-rw-r--r--chart2/source/inc/UncachedDataSequence.hxx209
-rw-r--r--chart2/source/inc/UserDefinedProperties.hxx72
-rw-r--r--chart2/source/inc/WeakListenerAdapter.hxx130
-rw-r--r--chart2/source/inc/WrappedDefaultProperty.hxx69
-rw-r--r--chart2/source/inc/WrappedDirectStateProperty.hxx56
-rw-r--r--chart2/source/inc/WrappedIgnoreProperty.hxx84
-rw-r--r--chart2/source/inc/WrappedProperty.hxx89
-rw-r--r--chart2/source/inc/WrappedPropertySet.hxx148
-rw-r--r--chart2/source/inc/XMLRangeHelper.hxx77
-rw-r--r--chart2/source/inc/charttoolsdllapi.hxx44
-rw-r--r--chart2/source/inc/chartview/ChartSfxItemIds.hxx220
-rw-r--r--chart2/source/inc/chartview/DataPointSymbolSupplier.hxx62
-rw-r--r--chart2/source/inc/chartview/DrawModelWrapper.hxx117
-rw-r--r--chart2/source/inc/chartview/ExplicitScaleValues.hxx165
-rw-r--r--chart2/source/inc/chartview/ExplicitValueProvider.hxx119
-rw-r--r--chart2/source/inc/chartview/chartviewdllapi.hxx44
-rw-r--r--chart2/source/inc/chartview/servicenames_charttypes.hxx50
-rw-r--r--chart2/source/inc/exports.dxp2
-rw-r--r--chart2/source/inc/macros.hxx56
-rw-r--r--chart2/source/inc/servicenames.hxx72
-rw-r--r--chart2/source/inc/servicenames_charttypes.hxx52
-rw-r--r--chart2/source/inc/servicenames_coosystems.hxx46
-rw-r--r--chart2/source/inc/servicenames_dlwrapper.hxx44
-rw-r--r--chart2/source/model/chartmodel.component150
-rw-r--r--chart2/source/model/filter/XMLFilter.cxx858
-rw-r--r--chart2/source/model/filter/makefile.mk49
-rw-r--r--chart2/source/model/inc/BaseCoordinateSystem.hxx171
-rw-r--r--chart2/source/model/inc/CartesianCoordinateSystem.hxx96
-rw-r--r--chart2/source/model/inc/ChartTypeManager.hxx89
-rw-r--r--chart2/source/model/inc/DataSeries.hxx229
-rw-r--r--chart2/source/model/inc/DataSeriesTree.hxx94
-rw-r--r--chart2/source/model/inc/Diagram.hxx240
-rw-r--r--chart2/source/model/inc/PolarCoordinateSystem.hxx96
-rw-r--r--chart2/source/model/inc/StockBar.hxx122
-rw-r--r--chart2/source/model/inc/XMLFilter.hxx226
-rw-r--r--chart2/source/model/inc/_serviceregistration_charttypes.hxx43
-rw-r--r--chart2/source/model/main/Axis.cxx635
-rw-r--r--chart2/source/model/main/Axis.hxx180
-rw-r--r--chart2/source/model/main/BaseCoordinateSystem.cxx413
-rw-r--r--chart2/source/model/main/CartesianCoordinateSystem.cxx158
-rw-r--r--chart2/source/model/main/ChartModel.cxx1357
-rw-r--r--chart2/source/model/main/ChartModel.hxx616
-rw-r--r--chart2/source/model/main/ChartModel_Persistence.cxx861
-rw-r--r--chart2/source/model/main/DataPoint.cxx319
-rw-r--r--chart2/source/model/main/DataPoint.hxx143
-rw-r--r--chart2/source/model/main/DataPointProperties.cxx432
-rw-r--r--chart2/source/model/main/DataPointProperties.hxx103
-rw-r--r--chart2/source/model/main/DataSeries.cxx634
-rw-r--r--chart2/source/model/main/DataSeriesProperties.cxx101
-rw-r--r--chart2/source/model/main/DataSeriesProperties.hxx66
-rw-r--r--chart2/source/model/main/Diagram.cxx734
-rw-r--r--chart2/source/model/main/FormattedString.cxx266
-rw-r--r--chart2/source/model/main/FormattedString.hxx136
-rw-r--r--chart2/source/model/main/GridProperties.cxx277
-rw-r--r--chart2/source/model/main/GridProperties.hxx131
-rw-r--r--chart2/source/model/main/LayoutContainer.cxx141
-rw-r--r--chart2/source/model/main/LayoutContainer.hxx93
-rw-r--r--chart2/source/model/main/Legend.cxx329
-rw-r--r--chart2/source/model/main/Legend.hxx131
-rw-r--r--chart2/source/model/main/PageBackground.cxx252
-rw-r--r--chart2/source/model/main/PageBackground.hxx128
-rw-r--r--chart2/source/model/main/PolarCoordinateSystem.cxx158
-rw-r--r--chart2/source/model/main/StockBar.cxx264
-rw-r--r--chart2/source/model/main/Title.cxx409
-rw-r--r--chart2/source/model/main/Title.hxx143
-rw-r--r--chart2/source/model/main/UndoManager.cxx427
-rw-r--r--chart2/source/model/main/UndoManager.hxx109
-rw-r--r--chart2/source/model/main/Wall.cxx255
-rw-r--r--chart2/source/model/main/Wall.hxx123
-rw-r--r--chart2/source/model/main/_serviceregistration_model.cxx211
-rw-r--r--chart2/source/model/main/makefile.mk68
-rw-r--r--chart2/source/model/makefile.mk109
-rw-r--r--chart2/source/model/template/AreaChartType.cxx80
-rw-r--r--chart2/source/model/template/AreaChartType.hxx67
-rw-r--r--chart2/source/model/template/AreaChartTypeTemplate.cxx279
-rw-r--r--chart2/source/model/template/AreaChartTypeTemplate.hxx106
-rw-r--r--chart2/source/model/template/BarChartType.cxx81
-rw-r--r--chart2/source/model/template/BarChartType.hxx67
-rw-r--r--chart2/source/model/template/BarChartTypeTemplate.cxx351
-rw-r--r--chart2/source/model/template/BarChartTypeTemplate.hxx124
-rw-r--r--chart2/source/model/template/BubbleChartType.cxx245
-rw-r--r--chart2/source/model/template/BubbleChartType.hxx89
-rw-r--r--chart2/source/model/template/BubbleChartTypeTemplate.cxx310
-rw-r--r--chart2/source/model/template/BubbleChartTypeTemplate.hxx104
-rw-r--r--chart2/source/model/template/BubbleDataInterpreter.cxx312
-rw-r--r--chart2/source/model/template/BubbleDataInterpreter.hxx64
-rw-r--r--chart2/source/model/template/CandleStickChartType.cxx357
-rw-r--r--chart2/source/model/template/CandleStickChartType.hxx93
-rw-r--r--chart2/source/model/template/ChartType.cxx339
-rw-r--r--chart2/source/model/template/ChartType.hxx174
-rw-r--r--chart2/source/model/template/ChartTypeManager.cxx623
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx948
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.hxx302
-rw-r--r--chart2/source/model/template/ColumnChartType.cxx206
-rw-r--r--chart2/source/model/template/ColumnChartType.hxx77
-rw-r--r--chart2/source/model/template/ColumnLineChartTypeTemplate.cxx451
-rw-r--r--chart2/source/model/template/ColumnLineChartTypeTemplate.hxx122
-rw-r--r--chart2/source/model/template/ColumnLineDataInterpreter.cxx102
-rw-r--r--chart2/source/model/template/ColumnLineDataInterpreter.hxx62
-rw-r--r--chart2/source/model/template/DataInterpreter.cxx468
-rw-r--r--chart2/source/model/template/DataInterpreter.hxx107
-rw-r--r--chart2/source/model/template/FilledNetChartType.cxx97
-rw-r--r--chart2/source/model/template/FilledNetChartType.hxx66
-rw-r--r--chart2/source/model/template/LineChartType.cxx218
-rw-r--r--chart2/source/model/template/LineChartType.hxx78
-rw-r--r--chart2/source/model/template/LineChartTypeTemplate.cxx410
-rw-r--r--chart2/source/model/template/LineChartTypeTemplate.hxx112
-rw-r--r--chart2/source/model/template/NetChartType.cxx203
-rw-r--r--chart2/source/model/template/NetChartType.hxx96
-rw-r--r--chart2/source/model/template/NetChartTypeTemplate.cxx232
-rw-r--r--chart2/source/model/template/NetChartTypeTemplate.hxx90
-rw-r--r--chart2/source/model/template/PieChartType.cxx243
-rw-r--r--chart2/source/model/template/PieChartType.hxx84
-rw-r--r--chart2/source/model/template/PieChartTypeTemplate.cxx651
-rw-r--r--chart2/source/model/template/PieChartTypeTemplate.hxx139
-rw-r--r--chart2/source/model/template/ScatterChartType.cxx292
-rw-r--r--chart2/source/model/template/ScatterChartType.hxx94
-rw-r--r--chart2/source/model/template/ScatterChartTypeTemplate.cxx430
-rw-r--r--chart2/source/model/template/ScatterChartTypeTemplate.hxx113
-rw-r--r--chart2/source/model/template/StockChartTypeTemplate.cxx556
-rw-r--r--chart2/source/model/template/StockChartTypeTemplate.hxx141
-rw-r--r--chart2/source/model/template/StockDataInterpreter.cxx345
-rw-r--r--chart2/source/model/template/StockDataInterpreter.hxx72
-rw-r--r--chart2/source/model/template/XYDataInterpreter.cxx273
-rw-r--r--chart2/source/model/template/XYDataInterpreter.hxx64
-rw-r--r--chart2/source/model/template/_serviceregistration_charttypes.cxx140
-rw-r--r--chart2/source/model/template/makefile.mk82
-rw-r--r--chart2/source/tools/AxisHelper.cxx1175
-rw-r--r--chart2/source/tools/BaseGFXHelper.cxx225
-rw-r--r--chart2/source/tools/CachedDataSequence.cxx397
-rw-r--r--chart2/source/tools/CharacterProperties.cxx533
-rw-r--r--chart2/source/tools/ChartDebugTrace.cxx83
-rw-r--r--chart2/source/tools/ChartModelHelper.cxx263
-rw-r--r--chart2/source/tools/ChartTypeHelper.cxx707
-rw-r--r--chart2/source/tools/ChartViewHelper.cxx74
-rw-r--r--chart2/source/tools/ColorPerPointHelper.cxx98
-rw-r--r--chart2/source/tools/CommonConverters.cxx550
-rw-r--r--chart2/source/tools/ConfigColorScheme.cxx206
-rw-r--r--chart2/source/tools/ControllerLockGuard.cxx92
-rw-r--r--chart2/source/tools/DataSeriesHelper.cxx921
-rw-r--r--chart2/source/tools/DataSource.cxx94
-rw-r--r--chart2/source/tools/DataSourceHelper.cxx524
-rw-r--r--chart2/source/tools/DiagramHelper.cxx1740
-rw-r--r--chart2/source/tools/ErrorBar.cxx362
-rw-r--r--chart2/source/tools/ExplicitCategoriesProvider.cxx607
-rw-r--r--chart2/source/tools/ExponentialRegressionCurveCalculator.cxx201
-rw-r--r--chart2/source/tools/FillProperties.cxx236
-rw-r--r--chart2/source/tools/FormattedStringHelper.cxx82
-rw-r--r--chart2/source/tools/ImplOPropertySet.cxx210
-rw-r--r--chart2/source/tools/ImplOPropertySet.hxx99
-rw-r--r--chart2/source/tools/InternalData.cxx560
-rw-r--r--chart2/source/tools/InternalDataProvider.cxx1499
-rw-r--r--chart2/source/tools/LabeledDataSequence.cxx182
-rw-r--r--chart2/source/tools/LegendHelper.cxx145
-rw-r--r--chart2/source/tools/LifeTime.cxx495
-rw-r--r--chart2/source/tools/LineProperties.cxx185
-rw-r--r--chart2/source/tools/LinearRegressionCurveCalculator.cxx182
-rw-r--r--chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx194
-rw-r--r--chart2/source/tools/MeanValueRegressionCurveCalculator.cxx146
-rw-r--r--chart2/source/tools/MediaDescriptorHelper.cxx224
-rw-r--r--chart2/source/tools/ModifyListenerCallBack.cxx136
-rw-r--r--chart2/source/tools/ModifyListenerHelper.cxx216
-rw-r--r--chart2/source/tools/MutexContainer.cxx46
-rw-r--r--chart2/source/tools/NameContainer.cxx192
-rw-r--r--chart2/source/tools/NamedFillProperties.cxx116
-rw-r--r--chart2/source/tools/NamedLineProperties.cxx101
-rw-r--r--chart2/source/tools/NamedProperties.cxx61
-rw-r--r--chart2/source/tools/NumberFormatterWrapper.cxx162
-rw-r--r--chart2/source/tools/OPropertySet.cxx447
-rw-r--r--chart2/source/tools/ObjectIdentifier.cxx1455
-rw-r--r--chart2/source/tools/PotentialRegressionCurveCalculator.cxx180
-rw-r--r--chart2/source/tools/PropertyHelper.cxx317
-rw-r--r--chart2/source/tools/RangeHighlighter.cxx413
-rw-r--r--chart2/source/tools/ReferenceSizeProvider.cxx381
-rw-r--r--chart2/source/tools/RegressionCalculationHelper.hxx134
-rw-r--r--chart2/source/tools/RegressionCurveCalculator.cxx169
-rw-r--r--chart2/source/tools/RegressionCurveHelper.cxx721
-rw-r--r--chart2/source/tools/RegressionCurveModel.cxx444
-rw-r--r--chart2/source/tools/RegressionCurveModel.hxx262
-rw-r--r--chart2/source/tools/RegressionEquation.cxx347
-rw-r--r--chart2/source/tools/RegressionEquation.hxx146
-rw-r--r--chart2/source/tools/RelativePositionHelper.cxx399
-rw-r--r--chart2/source/tools/RelativeSizeHelper.cxx101
-rw-r--r--chart2/source/tools/ResId.cxx50
-rw-r--r--chart2/source/tools/RessourceManager.cxx52
-rw-r--r--chart2/source/tools/Scaling.cxx274
-rw-r--r--chart2/source/tools/SceneProperties.cxx385
-rw-r--r--chart2/source/tools/StatisticsHelper.cxx394
-rw-r--r--chart2/source/tools/ThreeDHelper.cxx1519
-rw-r--r--chart2/source/tools/TitleHelper.cxx382
-rw-r--r--chart2/source/tools/TrueGuard.cxx50
-rw-r--r--chart2/source/tools/UncachedDataSequence.cxx374
-rw-r--r--chart2/source/tools/UserDefinedProperties.cxx76
-rw-r--r--chart2/source/tools/WeakListenerAdapter.cxx79
-rw-r--r--chart2/source/tools/WrappedDefaultProperty.cxx95
-rw-r--r--chart2/source/tools/WrappedDirectStateProperty.cxx62
-rw-r--r--chart2/source/tools/WrappedIgnoreProperty.cxx146
-rw-r--r--chart2/source/tools/WrappedProperty.cxx152
-rw-r--r--chart2/source/tools/WrappedPropertySet.cxx515
-rw-r--r--chart2/source/tools/XMLRangeHelper.cxx421
-rw-r--r--chart2/source/tools/_serviceregistration_tools.cxx196
-rw-r--r--chart2/source/tools/charttools.component92
-rw-r--r--chart2/source/tools/exports.flt3
-rw-r--r--chart2/source/tools/makefile.mk185
-rw-r--r--chart2/source/view/axes/DateHelper.cxx132
-rw-r--r--chart2/source/view/axes/DateScaling.cxx216
-rw-r--r--chart2/source/view/axes/DateScaling.hxx114
-rw-r--r--chart2/source/view/axes/MinimumAndMaximumSupplier.cxx225
-rw-r--r--chart2/source/view/axes/ScaleAutomatism.cxx1031
-rw-r--r--chart2/source/view/axes/TickmarkHelper.cxx947
-rw-r--r--chart2/source/view/axes/TickmarkProperties.hxx56
-rw-r--r--chart2/source/view/axes/Tickmarks.cxx333
-rw-r--r--chart2/source/view/axes/Tickmarks.hxx166
-rw-r--r--chart2/source/view/axes/Tickmarks_Dates.cxx171
-rw-r--r--chart2/source/view/axes/Tickmarks_Dates.hxx65
-rw-r--r--chart2/source/view/axes/Tickmarks_Equidistant.cxx671
-rw-r--r--chart2/source/view/axes/Tickmarks_Equidistant.hxx166
-rw-r--r--chart2/source/view/axes/VAxisBase.cxx268
-rw-r--r--chart2/source/view/axes/VAxisBase.hxx113
-rw-r--r--chart2/source/view/axes/VAxisOrGridBase.cxx92
-rw-r--r--chart2/source/view/axes/VAxisOrGridBase.hxx85
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx456
-rw-r--r--chart2/source/view/axes/VAxisProperties.hxx170
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx1675
-rw-r--r--chart2/source/view/axes/VCartesianAxis.hxx140
-rw-r--r--chart2/source/view/axes/VCartesianCoordinateSystem.cxx233
-rw-r--r--chart2/source/view/axes/VCartesianCoordinateSystem.hxx67
-rw-r--r--chart2/source/view/axes/VCartesianGrid.cxx338
-rw-r--r--chart2/source/view/axes/VCartesianGrid.hxx74
-rw-r--r--chart2/source/view/axes/VCoordinateSystem.cxx606
-rw-r--r--chart2/source/view/axes/VPolarAngleAxis.cxx237
-rw-r--r--chart2/source/view/axes/VPolarAngleAxis.hxx70
-rw-r--r--chart2/source/view/axes/VPolarAxis.cxx86
-rw-r--r--chart2/source/view/axes/VPolarAxis.hxx72
-rw-r--r--chart2/source/view/axes/VPolarCoordinateSystem.cxx199
-rw-r--r--chart2/source/view/axes/VPolarCoordinateSystem.hxx71
-rw-r--r--chart2/source/view/axes/VPolarGrid.cxx276
-rw-r--r--chart2/source/view/axes/VPolarGrid.hxx91
-rw-r--r--chart2/source/view/axes/VPolarRadiusAxis.cxx188
-rw-r--r--chart2/source/view/axes/VPolarRadiusAxis.hxx97
-rw-r--r--chart2/source/view/axes/makefile.mk66
-rw-r--r--chart2/source/view/charttypes/AreaChart.cxx999
-rw-r--r--chart2/source/view/charttypes/AreaChart.hxx126
-rw-r--r--chart2/source/view/charttypes/BarChart.cxx941
-rw-r--r--chart2/source/view/charttypes/BarChart.hxx97
-rw-r--r--chart2/source/view/charttypes/BarPositionHelper.cxx94
-rw-r--r--chart2/source/view/charttypes/BarPositionHelper.hxx64
-rw-r--r--chart2/source/view/charttypes/BubbleChart.cxx420
-rw-r--r--chart2/source/view/charttypes/BubbleChart.hxx93
-rw-r--r--chart2/source/view/charttypes/CandleStickChart.cxx393
-rw-r--r--chart2/source/view/charttypes/CandleStickChart.hxx81
-rw-r--r--chart2/source/view/charttypes/CategoryPositionHelper.cxx106
-rw-r--r--chart2/source/view/charttypes/CategoryPositionHelper.hxx72
-rw-r--r--chart2/source/view/charttypes/PieChart.cxx880
-rw-r--r--chart2/source/view/charttypes/PieChart.hxx134
-rw-r--r--chart2/source/view/charttypes/Splines.cxx540
-rw-r--r--chart2/source/view/charttypes/Splines.hxx64
-rw-r--r--chart2/source/view/charttypes/VSeriesPlotter.cxx2256
-rw-r--r--chart2/source/view/charttypes/makefile.mk55
-rw-r--r--chart2/source/view/chartview.component34
-rw-r--r--chart2/source/view/diagram/VDiagram.cxx793
-rw-r--r--chart2/source/view/diagram/makefile.mk48
-rw-r--r--chart2/source/view/exports.flt4
-rw-r--r--chart2/source/view/inc/Clipping.hxx73
-rw-r--r--chart2/source/view/inc/DateHelper.hxx63
-rw-r--r--chart2/source/view/inc/LabelAlignment.hxx44
-rw-r--r--chart2/source/view/inc/LabelPositionHelper.hxx89
-rw-r--r--chart2/source/view/inc/LegendEntryProvider.hxx99
-rw-r--r--chart2/source/view/inc/Linear3DTransformation.hxx69
-rw-r--r--chart2/source/view/inc/MinimumAndMaximumSupplier.hxx110
-rw-r--r--chart2/source/view/inc/PlotterBase.hxx105
-rw-r--r--chart2/source/view/inc/PlottingPositionHelper.hxx431
-rw-r--r--chart2/source/view/inc/PolarLabelPositionHelper.hxx79
-rw-r--r--chart2/source/view/inc/PropertyMapper.hxx136
-rw-r--r--chart2/source/view/inc/ScaleAutomatism.hxx137
-rw-r--r--chart2/source/view/inc/ShapeFactory.hxx257
-rw-r--r--chart2/source/view/inc/Stripe.hxx92
-rw-r--r--chart2/source/view/inc/VCoordinateSystem.hxx212
-rw-r--r--chart2/source/view/inc/VDataSeries.hxx262
-rw-r--r--chart2/source/view/inc/VDiagram.hxx135
-rw-r--r--chart2/source/view/inc/VLegendSymbolFactory.hxx74
-rw-r--r--chart2/source/view/inc/VLineProperties.hxx64
-rw-r--r--chart2/source/view/inc/VPolarTransformation.hxx69
-rw-r--r--chart2/source/view/inc/VSeriesPlotter.hxx454
-rw-r--r--chart2/source/view/inc/ViewDefines.hxx50
-rw-r--r--chart2/source/view/main/ChartItemPool.cxx228
-rw-r--r--chart2/source/view/main/ChartItemPool.hxx61
-rw-r--r--chart2/source/view/main/ChartView.cxx3015
-rw-r--r--chart2/source/view/main/ChartView.hxx264
-rw-r--r--chart2/source/view/main/Clipping.cxx307
-rw-r--r--chart2/source/view/main/DataPointSymbolSupplier.cxx68
-rw-r--r--chart2/source/view/main/DrawModelWrapper.cxx412
-rw-r--r--chart2/source/view/main/LabelPositionHelper.cxx488
-rw-r--r--chart2/source/view/main/Linear3DTransformation.cxx110
-rw-r--r--chart2/source/view/main/PlotterBase.cxx135
-rw-r--r--chart2/source/view/main/PlottingPositionHelper.cxx684
-rw-r--r--chart2/source/view/main/PolarLabelPositionHelper.cxx191
-rw-r--r--chart2/source/view/main/PropertyMapper.cxx479
-rw-r--r--chart2/source/view/main/ShapeFactory.cxx2063
-rw-r--r--chart2/source/view/main/Stripe.cxx363
-rw-r--r--chart2/source/view/main/VDataSeries.cxx1004
-rw-r--r--chart2/source/view/main/VLegend.cxx1032
-rw-r--r--chart2/source/view/main/VLegend.hxx113
-rw-r--r--chart2/source/view/main/VLegendSymbolFactory.cxx218
-rw-r--r--chart2/source/view/main/VLineProperties.cxx112
-rw-r--r--chart2/source/view/main/VPolarTransformation.cxx97
-rw-r--r--chart2/source/view/main/VTitle.cxx294
-rw-r--r--chart2/source/view/main/VTitle.hxx85
-rw-r--r--chart2/source/view/main/_serviceregistration_view.cxx67
-rw-r--r--chart2/source/view/main/makefile.mk67
-rw-r--r--chart2/source/view/makefile.mk125
-rw-r--r--chart2/uiconfig/accelerator/en-US/default.xml30
-rw-r--r--chart2/uiconfig/menubar/menubar.xml156
-rw-r--r--chart2/uiconfig/statusbar/statusbar.xml6
-rw-r--r--chart2/uiconfig/toolbar/arrowshapes.xml34
-rw-r--r--chart2/uiconfig/toolbar/basicshapes.xml29
-rw-r--r--chart2/uiconfig/toolbar/calloutshapes.xml11
-rw-r--r--chart2/uiconfig/toolbar/drawbar.xml20
-rw-r--r--chart2/uiconfig/toolbar/flowchartshapes.xml36
-rw-r--r--chart2/uiconfig/toolbar/standardbar.xml22
-rw-r--r--chart2/uiconfig/toolbar/starshapes.xml17
-rw-r--r--chart2/uiconfig/toolbar/symbolshapes.xml24
-rw-r--r--chart2/uiconfig/toolbar/toolbar.xml15
-rw-r--r--chart2/util/makefile.mk60
-rw-r--r--chart2/util/makefile.pmk46
-rw-r--r--chart2/util/target.pmk32
-rw-r--r--chart2/workbench/addin/exports.dxp3
-rw-r--r--chart2/workbench/addin/makefile.mk85
-rw-r--r--chart2/workbench/addin/sampleaddin.cxx691
-rw-r--r--chart2/workbench/addin/sampleaddin.def7
-rw-r--r--chart2/workbench/addin/sampleaddin.hxx164
-rw-r--r--cli_ure/inc/makefile.mk48
-rw-r--r--cli_ure/inc/pch/precompiled_cli_ure.cxx31
-rw-r--r--cli_ure/inc/pch/precompiled_cli_ure.hxx34
-rw-r--r--cli_ure/prj/build.lst12
-rw-r--r--cli_ure/prj/d.lst13
-rw-r--r--cli_ure/qa/climaker/ClimakerTestCase.java98
-rw-r--r--cli_ure/qa/climaker/climaker.cs1487
-rw-r--r--cli_ure/qa/climaker/makefile.mk135
-rw-r--r--cli_ure/qa/climaker/testobjects.cs588
-rw-r--r--cli_ure/qa/climaker/types.idl483
-rw-r--r--cli_ure/qa/versioning/readme.txt28
-rw-r--r--cli_ure/readme.txt272
-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.mk105
-rw-r--r--cli_ure/source/basetypes/uno/Any.cs211
-rw-r--r--cli_ure/source/basetypes/uno/BoundAttribute.cs46
-rw-r--r--cli_ure/source/basetypes/uno/ExceptionAttribute.cs70
-rw-r--r--cli_ure/source/basetypes/uno/OnewayAttribute.cs43
-rw-r--r--cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs68
-rw-r--r--cli_ure/source/basetypes/uno/PolymorphicType.cs443
-rw-r--r--cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs84
-rw-r--r--cli_ure/source/basetypes/uno/TypeParametersAttribute.cs65
-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.mk137
-rw-r--r--cli_ure/source/cliuno.snkbin0 -> 596 bytes-rw-r--r--cli_ure/source/makefile.mk48
-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.mk183
-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.cxx220
-rw-r--r--cli_ure/source/scripts/increment_version.pl281
-rw-r--r--cli_ure/source/scripts/subst_template.pl133
-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.cxx374
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.h123
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx2016
-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.cxx294
-rw-r--r--cli_ure/source/uno_bridge/makefile.mk95
-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.mk102
-rw-r--r--cli_ure/source/ure/uno/util/DisposeGuard.cs59
-rw-r--r--cli_ure/source/ure/uno/util/WeakAdapter.cs120
-rw-r--r--cli_ure/source/ure/uno/util/WeakBase.cs178
-rw-r--r--cli_ure/source/ure/uno/util/WeakComponentBase.cs194
-rw-r--r--cli_ure/unotypes/cli_uretypes_config11
-rw-r--r--cli_ure/unotypes/makefile.mk79
-rw-r--r--cli_ure/util/makefile.pmk35
-rw-r--r--cli_ure/util/target.pmk44
-rw-r--r--cli_ure/version/incversions.txt39
-rw-r--r--cli_ure/version/makefile.mk46
-rwxr-xr-xcli_ure/version/version.txt47
-rw-r--r--cli_ure/workbench/dynload/dynload.cs35
-rw-r--r--cli_ure/workbench/dynload/makefile.mk68
-rw-r--r--cli_ure/workbench/dynload/readme.txt2
-rwxr-xr-xcodemaker/codemaker.pmk53
-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.hxx153
-rw-r--r--codemaker/inc/codemaker/options.hxx89
-rw-r--r--codemaker/inc/codemaker/typemanager.hxx174
-rw-r--r--codemaker/inc/codemaker/unotype.hxx113
-rw-r--r--codemaker/inc/makefile.mk47
-rw-r--r--codemaker/inc/pch/precompiled_codemaker.cxx31
-rw-r--r--codemaker/inc/pch/precompiled_codemaker.hxx34
-rw-r--r--codemaker/prj/build.lst9
-rw-r--r--codemaker/prj/d.lst14
-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.mk51
-rw-r--r--codemaker/source/codemaker/options.cxx101
-rw-r--r--codemaker/source/codemaker/typemanager.cxx409
-rw-r--r--codemaker/source/codemaker/unotype.cxx106
-rw-r--r--codemaker/source/commoncpp/commoncpp.cxx358
-rw-r--r--codemaker/source/commoncpp/makefile.mk42
-rw-r--r--codemaker/source/commonjava/commonjava.cxx170
-rw-r--r--codemaker/source/commonjava/makefile.mk42
-rw-r--r--codemaker/source/cppumaker/cppumaker.cxx247
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx367
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx54
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx4510
-rw-r--r--codemaker/source/cppumaker/cpputype.hxx408
-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.hxx106
-rw-r--r--codemaker/source/cppumaker/makefile.mk65
-rw-r--r--codemaker/source/javamaker/classfile.cxx906
-rw-r--r--codemaker/source/javamaker/classfile.hxx252
-rw-r--r--codemaker/source/javamaker/javamaker.cxx249
-rw-r--r--codemaker/source/javamaker/javaoptions.cxx311
-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.mk58
-rw-r--r--codemaker/test/javamaker/Test.java559
-rw-r--r--codemaker/test/javamaker/java15/Test.java100
-rw-r--r--codemaker/test/javamaker/java15/makefile.mk41
-rw-r--r--codemaker/test/javamaker/java15/types.idl50
-rw-r--r--codemaker/test/javamaker/makefile.mk41
-rw-r--r--codemaker/test/javamaker/types.idl433
-rw-r--r--comphelper/JunitTest_comphelper_complex.mk48
-rw-r--r--comphelper/Library_comphelp.mk156
-rw-r--r--comphelper/Makefile38
-rw-r--r--comphelper/Module_comphelper.mk39
-rw-r--r--comphelper/Package_inc.mk137
-rw-r--r--comphelper/inc/comphelper/ChainablePropertySet.hxx155
-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.hxx154
-rw-r--r--comphelper/inc/comphelper/MasterPropertySetInfo.hxx72
-rw-r--r--comphelper/inc/comphelper/PropertyInfoHash.hxx74
-rw-r--r--comphelper/inc/comphelper/SelectionMultiplex.hxx119
-rw-r--r--comphelper/inc/comphelper/SettingsHelper.hxx122
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx127
-rw-r--r--comphelper/inc/comphelper/accessiblecomponenthelper.hxx146
-rw-r--r--comphelper/inc/comphelper/accessiblecontexthelper.hxx378
-rw-r--r--comphelper/inc/comphelper/accessibleeventbuffer.hxx136
-rw-r--r--comphelper/inc/comphelper/accessibleeventnotifier.hxx175
-rw-r--r--comphelper/inc/comphelper/accessiblekeybindinghelper.hxx86
-rw-r--r--comphelper/inc/comphelper/accessibleselectionhelper.hxx134
-rw-r--r--comphelper/inc/comphelper/accessibletexthelper.hxx188
-rw-r--r--comphelper/inc/comphelper/accessiblewrapper.hxx416
-rw-r--r--comphelper/inc/comphelper/accimplaccess.hxx168
-rw-r--r--comphelper/inc/comphelper/anycompare.hxx226
-rw-r--r--comphelper/inc/comphelper/anytostring.hxx52
-rw-r--r--comphelper/inc/comphelper/asyncnotification.hxx202
-rw-r--r--comphelper/inc/comphelper/attributelist.hxx79
-rw-r--r--comphelper/inc/comphelper/basicio.hxx108
-rw-r--r--comphelper/inc/comphelper/broadcasthelper.hxx72
-rw-r--r--comphelper/inc/comphelper/classids.hxx577
-rw-r--r--comphelper/inc/comphelper/comphelperdllapi.h16
-rw-r--r--comphelper/inc/comphelper/componentbase.hxx164
-rw-r--r--comphelper/inc/comphelper/componentcontext.hxx254
-rw-r--r--comphelper/inc/comphelper/componentfactory.hxx121
-rw-r--r--comphelper/inc/comphelper/componentguard.hxx70
-rw-r--r--comphelper/inc/comphelper/componentmodule.hxx414
-rw-r--r--comphelper/inc/comphelper/composedprops.hxx129
-rw-r--r--comphelper/inc/comphelper/configurationhelper.hxx264
-rw-r--r--comphelper/inc/comphelper/container.hxx87
-rw-r--r--comphelper/inc/comphelper/containermultiplexer.hxx117
-rw-r--r--comphelper/inc/comphelper/docpasswordhelper.hxx377
-rw-r--r--comphelper/inc/comphelper/docpasswordrequest.hxx133
-rw-r--r--comphelper/inc/comphelper/documentconstants.hxx151
-rw-r--r--comphelper/inc/comphelper/documentinfo.hxx62
-rw-r--r--comphelper/inc/comphelper/embeddedobjectcontainer.hxx190
-rw-r--r--comphelper/inc/comphelper/enumhelper.hxx152
-rw-r--r--comphelper/inc/comphelper/eventattachermgr.hxx70
-rw-r--r--comphelper/inc/comphelper/evtlistenerhlp.hxx59
-rw-r--r--comphelper/inc/comphelper/evtmethodhelper.hxx41
-rw-r--r--comphelper/inc/comphelper/extract.hxx167
-rw-r--r--comphelper/inc/comphelper/fileformat.h43
-rw-r--r--comphelper/inc/comphelper/flagguard.hxx83
-rw-r--r--comphelper/inc/comphelper/genericpropertyset.hxx43
-rw-r--r--comphelper/inc/comphelper/guarding.hxx65
-rw-r--r--comphelper/inc/comphelper/ihwrapnofilter.hxx101
-rw-r--r--comphelper/inc/comphelper/implbase_var.hxx451
-rw-r--r--comphelper/inc/comphelper/implementationreference.hxx276
-rw-r--r--comphelper/inc/comphelper/interaction.hxx172
-rw-r--r--comphelper/inc/comphelper/legacysingletonfactory.hxx75
-rw-r--r--comphelper/inc/comphelper/listenernotification.hxx310
-rw-r--r--comphelper/inc/comphelper/locale.hxx391
-rw-r--r--comphelper/inc/comphelper/logging.hxx797
-rw-r--r--comphelper/inc/comphelper/make_shared_from_uno.hxx77
-rw-r--r--comphelper/inc/comphelper/makesequence.hxx89
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx342
-rw-r--r--comphelper/inc/comphelper/mimeconfighelper.hxx150
-rw-r--r--comphelper/inc/comphelper/namecontainer.hxx44
-rw-r--r--comphelper/inc/comphelper/namedvaluecollection.hxx369
-rw-r--r--comphelper/inc/comphelper/numberedcollection.hxx201
-rw-r--r--comphelper/inc/comphelper/numbers.hxx76
-rw-r--r--comphelper/inc/comphelper/officeresourcebundle.hxx118
-rw-r--r--comphelper/inc/comphelper/ofopxmlhelper.hxx139
-rw-r--r--comphelper/inc/comphelper/optional.hxx92
-rw-r--r--comphelper/inc/comphelper/oslfile2streamwrap.hxx88
-rw-r--r--comphelper/inc/comphelper/otransactedfilestream.hxx138
-rw-r--r--comphelper/inc/comphelper/processfactory.hxx100
-rw-r--r--comphelper/inc/comphelper/propagg.hxx331
-rw-r--r--comphelper/inc/comphelper/proparrhlp.hxx184
-rw-r--r--comphelper/inc/comphelper/property.hxx240
-rw-r--r--comphelper/inc/comphelper/propertybag.hxx239
-rw-r--r--comphelper/inc/comphelper/propertycontainer.hxx99
-rw-r--r--comphelper/inc/comphelper/propertycontainerhelper.hxx219
-rw-r--r--comphelper/inc/comphelper/propertysethelper.hxx104
-rw-r--r--comphelper/inc/comphelper/propertysetinfo.hxx105
-rw-r--r--comphelper/inc/comphelper/propertystatecontainer.hxx123
-rw-r--r--comphelper/inc/comphelper/propmultiplex.hxx118
-rw-r--r--comphelper/inc/comphelper/propstate.hxx114
-rw-r--r--comphelper/inc/comphelper/proxyaggregation.hxx232
-rw-r--r--comphelper/inc/comphelper/regpathhelper.hxx73
-rw-r--r--comphelper/inc/comphelper/scopeguard.hxx75
-rw-r--r--comphelper/inc/comphelper/seekableinput.hxx86
-rw-r--r--comphelper/inc/comphelper/seqstream.hxx148
-rw-r--r--comphelper/inc/comphelper/sequence.hxx391
-rw-r--r--comphelper/inc/comphelper/sequenceashashmap.hxx382
-rw-r--r--comphelper/inc/comphelper/sequenceasvector.hxx263
-rw-r--r--comphelper/inc/comphelper/servicedecl.hxx434
-rw-r--r--comphelper/inc/comphelper/servicehelper.hxx107
-rw-r--r--comphelper/inc/comphelper/serviceinfohelper.hxx62
-rw-r--r--comphelper/inc/comphelper/sharedmutex.hxx94
-rw-r--r--comphelper/inc/comphelper/stillreadwriteinteraction.hxx70
-rw-r--r--comphelper/inc/comphelper/stl_types.hxx280
-rw-r--r--comphelper/inc/comphelper/stlunosequence.hxx89
-rw-r--r--comphelper/inc/comphelper/storagehelper.hxx180
-rw-r--r--comphelper/inc/comphelper/streamsection.hxx91
-rw-r--r--comphelper/inc/comphelper/string.hxx199
-rw-r--r--comphelper/inc/comphelper/synchronousdispatch.hxx76
-rw-r--r--comphelper/inc/comphelper/types.hxx182
-rw-r--r--comphelper/inc/comphelper/uieventslogger.hxx60
-rw-r--r--comphelper/inc/comphelper/uno3.hxx304
-rw-r--r--comphelper/inc/comphelper/unwrapargs.hxx152
-rw-r--r--comphelper/inc/comphelper/weak.hxx65
-rw-r--r--comphelper/inc/comphelper/weakbag.hxx95
-rw-r--r--comphelper/inc/comphelper/weakeventlistener.hxx191
-rw-r--r--comphelper/inc/pch/precompiled_comphelper.cxx31
-rw-r--r--comphelper/inc/pch/precompiled_comphelper.hxx34
-rw-r--r--comphelper/prj/build.lst2
-rw-r--r--comphelper/prj/d.lst0
-rw-r--r--comphelper/prj/makefile.mk40
-rw-r--r--comphelper/qa/complex/comphelper/Map.java553
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java188
-rw-r--r--comphelper/qa/complex/comphelper_all.sce2
-rw-r--r--comphelper/qa/string/makefile.mk53
-rw-r--r--comphelper/qa/string/test_string.cxx301
-rw-r--r--comphelper/qa/string/test_string_noadditional.cxx33
-rw-r--r--comphelper/qa/version.map33
-rw-r--r--comphelper/qa/weakbag/makefile.mk53
-rw-r--r--comphelper/qa/weakbag/test_weakbag.cxx74
-rw-r--r--comphelper/qa/weakbag/test_weakbag_noadditional.cxx33
-rw-r--r--comphelper/source/compare/AnyCompareFactory.cxx195
-rw-r--r--comphelper/source/container/IndexedPropertyValuesContainer.cxx271
-rw-r--r--comphelper/source/container/NamedPropertyValuesContainer.cxx242
-rw-r--r--comphelper/source/container/container.cxx155
-rw-r--r--comphelper/source/container/containermultiplexer.cxx205
-rw-r--r--comphelper/source/container/embeddedobjectcontainer.cxx1666
-rw-r--r--comphelper/source/container/enumerablemap.cxx810
-rw-r--r--comphelper/source/container/enumhelper.cxx299
-rw-r--r--comphelper/source/container/namecontainer.cxx214
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx1010
-rw-r--r--comphelper/source/inc/comphelper_module.hxx46
-rw-r--r--comphelper/source/misc/SelectionMultiplex.cxx176
-rw-r--r--comphelper/source/misc/accessiblecomponenthelper.cxx223
-rw-r--r--comphelper/source/misc/accessiblecontexthelper.cxx358
-rw-r--r--comphelper/source/misc/accessibleeventbuffer.cxx113
-rw-r--r--comphelper/source/misc/accessibleeventnotifier.cxx261
-rw-r--r--comphelper/source/misc/accessiblekeybindinghelper.cxx117
-rw-r--r--comphelper/source/misc/accessibleselectionhelper.cxx194
-rw-r--r--comphelper/source/misc/accessibletexthelper.cxx916
-rw-r--r--comphelper/source/misc/accessiblewrapper.cxx684
-rw-r--r--comphelper/source/misc/accimplaccess.cxx191
-rw-r--r--comphelper/source/misc/anycompare.cxx131
-rw-r--r--comphelper/source/misc/anytostring.cxx337
-rw-r--r--comphelper/source/misc/asyncnotification.cxx283
-rw-r--r--comphelper/source/misc/comphelper_module.cxx44
-rw-r--r--comphelper/source/misc/comphelper_services.cxx82
-rw-r--r--comphelper/source/misc/componentbase.cxx77
-rw-r--r--comphelper/source/misc/componentcontext.cxx153
-rw-r--r--comphelper/source/misc/componentmodule.cxx182
-rw-r--r--comphelper/source/misc/configurationhelper.cxx210
-rw-r--r--comphelper/source/misc/docpasswordhelper.cxx474
-rw-r--r--comphelper/source/misc/docpasswordrequest.cxx261
-rw-r--r--comphelper/source/misc/documentinfo.cxx200
-rw-r--r--comphelper/source/misc/documentiologring.cxx182
-rw-r--r--comphelper/source/misc/documentiologring.hxx90
-rw-r--r--comphelper/source/misc/evtlistenerhlp.cxx54
-rw-r--r--comphelper/source/misc/evtmethodhelper.cxx76
-rw-r--r--comphelper/source/misc/ihwrapnofilter.cxx120
-rw-r--r--comphelper/source/misc/instancelocker.cxx515
-rw-r--r--comphelper/source/misc/instancelocker.hxx135
-rw-r--r--comphelper/source/misc/interaction.cxx101
-rw-r--r--comphelper/source/misc/legacysingletonfactory.cxx200
-rw-r--r--comphelper/source/misc/listenernotification.cxx129
-rw-r--r--comphelper/source/misc/locale.cxx351
-rw-r--r--comphelper/source/misc/logging.cxx408
-rw-r--r--comphelper/source/misc/mediadescriptor.cxx854
-rw-r--r--comphelper/source/misc/mimeconfighelper.cxx943
-rw-r--r--comphelper/source/misc/namedvaluecollection.cxx357
-rw-r--r--comphelper/source/misc/numberedcollection.cxx278
-rw-r--r--comphelper/source/misc/numbers.cxx152
-rw-r--r--comphelper/source/misc/officeresourcebundle.cxx243
-rw-r--r--comphelper/source/misc/officerestartmanager.cxx213
-rw-r--r--comphelper/source/misc/officerestartmanager.hxx93
-rw-r--r--comphelper/source/misc/proxyaggregation.cxx278
-rw-r--r--comphelper/source/misc/regpathhelper.cxx237
-rw-r--r--comphelper/source/misc/scopeguard.cxx81
-rw-r--r--comphelper/source/misc/sequence.cxx105
-rw-r--r--comphelper/source/misc/sequenceashashmap.cxx403
-rw-r--r--comphelper/source/misc/servicedecl.cxx167
-rw-r--r--comphelper/source/misc/serviceinfohelper.cxx111
-rw-r--r--comphelper/source/misc/sharedmutex.cxx65
-rw-r--r--comphelper/source/misc/stillreadwriteinteraction.cxx141
-rw-r--r--comphelper/source/misc/storagehelper.cxx531
-rw-r--r--comphelper/source/misc/string.cxx313
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx104
-rw-r--r--comphelper/source/misc/types.cxx479
-rw-r--r--comphelper/source/misc/uieventslogger.cxx696
-rw-r--r--comphelper/source/misc/weak.cxx78
-rw-r--r--comphelper/source/misc/weakeventlistener.cxx95
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.cxx387
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.hxx112
-rw-r--r--comphelper/source/processfactory/componentfactory.cxx83
-rw-r--r--comphelper/source/processfactory/processfactory.cxx129
-rw-r--r--comphelper/source/property/ChainablePropertySet.cxx323
-rw-r--r--comphelper/source/property/ChainablePropertySetInfo.cxx145
-rw-r--r--comphelper/source/property/MasterPropertySet.cxx506
-rw-r--r--comphelper/source/property/MasterPropertySetInfo.cxx171
-rw-r--r--comphelper/source/property/TypeGeneration.cxx236
-rw-r--r--comphelper/source/property/composedprops.cxx359
-rw-r--r--comphelper/source/property/genericpropertyset.cxx300
-rw-r--r--comphelper/source/property/opropertybag.cxx584
-rw-r--r--comphelper/source/property/opropertybag.hxx245
-rw-r--r--comphelper/source/property/propagg.cxx1048
-rw-r--r--comphelper/source/property/property.cxx247
-rw-r--r--comphelper/source/property/propertybag.cxx223
-rw-r--r--comphelper/source/property/propertycontainer.cxx107
-rw-r--r--comphelper/source/property/propertycontainerhelper.cxx553
-rw-r--r--comphelper/source/property/propertysethelper.cxx331
-rw-r--r--comphelper/source/property/propertysetinfo.cxx217
-rw-r--r--comphelper/source/property/propertystatecontainer.cxx197
-rw-r--r--comphelper/source/property/propmultiplex.cxx184
-rw-r--r--comphelper/source/property/propstate.cxx263
-rw-r--r--comphelper/source/streaming/basicio.cxx176
-rw-r--r--comphelper/source/streaming/memorystream.cxx250
-rw-r--r--comphelper/source/streaming/oslfile2streamwrap.cxx200
-rw-r--r--comphelper/source/streaming/otransactedfilestream.cxx826
-rw-r--r--comphelper/source/streaming/seekableinput.cxx269
-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.cxx124
-rw-r--r--comphelper/source/xml/attributelist.cxx182
-rw-r--r--comphelper/source/xml/ofopxmlhelper.cxx457
-rw-r--r--comphelper/test/uno_iterators/uno_iterators.cxx221
-rw-r--r--comphelper/util/comphelp.component70
-rwxr-xr-xconfig.guess1502
-rwxr-xr-xconfig.sub1714
-rw-r--r--configmgr/JunitTest_configmgr_unoapi.mk49
-rw-r--r--configmgr/Makefile38
-rw-r--r--configmgr/Module_configmgr.mk34
-rwxr-xr-xconfigmgr/inc/makefile.mk38
-rw-r--r--configmgr/inc/pch/precompiled_configmgr.cxx31
-rw-r--r--configmgr/inc/pch/precompiled_configmgr.hxx35
-rw-r--r--configmgr/prj/build.lst5
-rw-r--r--configmgr/prj/d.lst4
-rwxr-xr-xconfigmgr/qa/unit/data.xcd5182
-rwxr-xr-xconfigmgr/qa/unit/makefile.mk93
-rwxr-xr-xconfigmgr/qa/unit/no_localization0
-rw-r--r--configmgr/qa/unit/test.cxx673
-rwxr-xr-xconfigmgr/qa/unit/urebootstrap.ini30
-rwxr-xr-xconfigmgr/qa/unit/version.map34
-rwxr-xr-xconfigmgr/qa/unoapi/module.sce29
-rwxr-xr-xconfigmgr/source/README155
-rw-r--r--configmgr/source/access.cxx2248
-rw-r--r--configmgr/source/access.hxx580
-rw-r--r--configmgr/source/additions.hxx46
-rw-r--r--configmgr/source/broadcaster.cxx261
-rw-r--r--configmgr/source/broadcaster.hxx184
-rw-r--r--configmgr/source/childaccess.cxx407
-rw-r--r--configmgr/source/childaccess.hxx156
-rw-r--r--configmgr/source/components.cxx888
-rw-r--r--configmgr/source/components.hxx185
-rwxr-xr-xconfigmgr/source/configmgr.component45
-rw-r--r--configmgr/source/configurationprovider.cxx550
-rw-r--r--configmgr/source/configurationprovider.hxx70
-rw-r--r--configmgr/source/configurationregistry.cxx901
-rw-r--r--configmgr/source/configurationregistry.hxx60
-rw-r--r--configmgr/source/data.cxx375
-rw-r--r--configmgr/source/data.hxx109
-rw-r--r--configmgr/source/defaultprovider.cxx72
-rw-r--r--configmgr/source/defaultprovider.hxx62
-rw-r--r--configmgr/source/groupnode.cxx93
-rw-r--r--configmgr/source/groupnode.hxx78
-rw-r--r--configmgr/source/localizedpropertynode.cxx90
-rw-r--r--configmgr/source/localizedpropertynode.hxx79
-rw-r--r--configmgr/source/localizedvaluenode.cxx81
-rw-r--r--configmgr/source/localizedvaluenode.hxx69
-rw-r--r--configmgr/source/lock.cxx48
-rw-r--r--configmgr/source/lock.hxx44
-rwxr-xr-xconfigmgr/source/makefile.mk91
-rw-r--r--configmgr/source/modifications.cxx90
-rw-r--r--configmgr/source/modifications.hxx70
-rw-r--r--configmgr/source/node.cxx107
-rw-r--r--configmgr/source/node.hxx82
-rw-r--r--configmgr/source/nodemap.cxx53
-rw-r--r--configmgr/source/nodemap.hxx50
-rw-r--r--configmgr/source/pad.cxx94
-rw-r--r--configmgr/source/parsemanager.cxx104
-rw-r--r--configmgr/source/parsemanager.hxx73
-rw-r--r--configmgr/source/parser.hxx65
-rw-r--r--configmgr/source/partial.cxx140
-rw-r--r--configmgr/source/partial.hxx74
-rw-r--r--configmgr/source/path.hxx46
-rw-r--r--configmgr/source/propertynode.cxx113
-rw-r--r--configmgr/source/propertynode.hxx86
-rw-r--r--configmgr/source/rootaccess.cxx349
-rw-r--r--configmgr/source/rootaccess.hxx168
-rw-r--r--configmgr/source/services.cxx93
-rw-r--r--configmgr/source/setnode.cxx132
-rw-r--r--configmgr/source/setnode.hxx87
-rw-r--r--configmgr/source/type.cxx190
-rw-r--r--configmgr/source/type.hxx59
-rw-r--r--configmgr/source/update.cxx187
-rw-r--r--configmgr/source/update.hxx62
-rw-r--r--configmgr/source/valueparser.cxx481
-rw-r--r--configmgr/source/valueparser.hxx95
-rw-r--r--configmgr/source/writemodfile.cxx605
-rw-r--r--configmgr/source/writemodfile.hxx48
-rw-r--r--configmgr/source/xcdparser.cxx188
-rw-r--r--configmgr/source/xcdparser.hxx82
-rw-r--r--configmgr/source/xcsparser.cxx671
-rw-r--r--configmgr/source/xcsparser.hxx110
-rw-r--r--configmgr/source/xcuparser.cxx1139
-rw-r--r--configmgr/source/xcuparser.hxx160
-rw-r--r--configmgr/source/xmldata.cxx203
-rw-r--r--configmgr/source/xmldata.hxx61
-rw-r--r--configmgr/source/xmlreader.cxx1058
-rw-r--r--configmgr/source/xmlreader.hxx182
-rwxr-xr-xconfigure.in8197
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/FileSystemRuntimeException.java73
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java74
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.java80
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java48
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java80
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess.java131
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java107
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java53
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java143
-rwxr-xr-xconnectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk65
-rwxr-xr-xconnectivity/dbtools.pmk29
-rw-r--r--connectivity/inc/connectivity/BlobHelper.hxx53
-rw-r--r--connectivity/inc/connectivity/CommonTools.hxx220
-rw-r--r--connectivity/inc/connectivity/ConnectionWrapper.hxx100
-rw-r--r--connectivity/inc/connectivity/DateConversion.hxx96
-rw-r--r--connectivity/inc/connectivity/DriversConfig.hxx90
-rw-r--r--connectivity/inc/connectivity/FValue.hxx469
-rw-r--r--connectivity/inc/connectivity/IParseContext.hxx110
-rw-r--r--connectivity/inc/connectivity/PColumn.hxx162
-rw-r--r--connectivity/inc/connectivity/ParameterCont.hxx61
-rw-r--r--connectivity/inc/connectivity/SQLStatementHelper.hxx53
-rw-r--r--connectivity/inc/connectivity/StdTypeDefs.hxx50
-rw-r--r--connectivity/inc/connectivity/TColumnsHelper.hxx72
-rw-r--r--connectivity/inc/connectivity/TIndex.hxx58
-rw-r--r--connectivity/inc/connectivity/TIndexColumns.hxx53
-rw-r--r--connectivity/inc/connectivity/TIndexes.hxx59
-rw-r--r--connectivity/inc/connectivity/TKey.hxx56
-rw-r--r--connectivity/inc/connectivity/TKeyColumns.hxx53
-rw-r--r--connectivity/inc/connectivity/TKeys.hxx68
-rw-r--r--connectivity/inc/connectivity/TTableHelper.hxx175
-rw-r--r--connectivity/inc/connectivity/conncleanup.hxx99
-rw-r--r--connectivity/inc/connectivity/dbcharset.hxx170
-rw-r--r--connectivity/inc/connectivity/dbconversion.hxx227
-rw-r--r--connectivity/inc/connectivity/dbexception.hxx379
-rw-r--r--connectivity/inc/connectivity/dbmetadata.hxx203
-rw-r--r--connectivity/inc/connectivity/dbtools.hxx827
-rw-r--r--connectivity/inc/connectivity/dbtoolsdllapi.hxx43
-rw-r--r--connectivity/inc/connectivity/filtermanager.hxx134
-rw-r--r--connectivity/inc/connectivity/formattedcolumnvalue.hxx122
-rw-r--r--connectivity/inc/connectivity/parameters.hxx428
-rw-r--r--connectivity/inc/connectivity/paramwrapper.hxx211
-rw-r--r--connectivity/inc/connectivity/predicateinput.hxx128
-rw-r--r--connectivity/inc/connectivity/sdbcx/IRefreshable.hxx59
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCatalog.hxx134
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCollection.hxx245
-rw-r--r--connectivity/inc/connectivity/sdbcx/VColumn.hxx120
-rw-r--r--connectivity/inc/connectivity/sdbcx/VDescriptor.hxx104
-rw-r--r--connectivity/inc/connectivity/sdbcx/VGroup.hxx112
-rw-r--r--connectivity/inc/connectivity/sdbcx/VIndex.hxx116
-rw-r--r--connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx71
-rw-r--r--connectivity/inc/connectivity/sdbcx/VKey.hxx130
-rw-r--r--connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx73
-rw-r--r--connectivity/inc/connectivity/sdbcx/VTable.hxx150
-rw-r--r--connectivity/inc/connectivity/sdbcx/VTypeDef.hxx49
-rw-r--r--connectivity/inc/connectivity/sdbcx/VUser.hxx109
-rw-r--r--connectivity/inc/connectivity/sdbcx/VView.hxx110
-rw-r--r--connectivity/inc/connectivity/sqlerror.hxx343
-rw-r--r--connectivity/inc/connectivity/sqliterator.hxx366
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx471
-rw-r--r--connectivity/inc/connectivity/sqlparse.hxx263
-rw-r--r--connectivity/inc/connectivity/standardsqlstate.hxx76
-rw-r--r--connectivity/inc/connectivity/statementcomposer.hxx114
-rw-r--r--connectivity/inc/connectivity/virtualdbtools.hxx359
-rw-r--r--connectivity/inc/connectivity/warningscontainer.hxx110
-rwxr-xr-xconnectivity/inc/makefile.mk47
-rw-r--r--connectivity/inc/pch/precompiled_connectivity.cxx31
-rw-r--r--connectivity/inc/pch/precompiled_connectivity.hxx337
-rwxr-xr-xconnectivity/makefile.pmk62
-rw-r--r--connectivity/prj/build.lst32
-rw-r--r--connectivity/prj/d.lst51
-rwxr-xr-xconnectivity/qa/complex/connectivity/DBaseDriverTest.java78
-rwxr-xr-xconnectivity/qa/complex/connectivity/FlatFileAccess.java237
-rwxr-xr-xconnectivity/qa/complex/connectivity/HsqlDriverTest.java156
-rwxr-xr-xconnectivity/qa/complex/connectivity/JdbcLongVarCharTest.java132
-rwxr-xr-xconnectivity/qa/complex/connectivity/SubTestCase.java23
-rwxr-xr-xconnectivity/qa/complex/connectivity/TestCase.java35
-rwxr-xr-xconnectivity/qa/complex/connectivity/dbase/DBaseDateFunctions.java305
-rwxr-xr-xconnectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions.java397
-rwxr-xr-xconnectivity/qa/complex/connectivity/dbase/DBaseSqlTests.java92
-rwxr-xr-xconnectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java319
-rwxr-xr-xconnectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java150
-rwxr-xr-xconnectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java609
-rwxr-xr-xconnectivity/qa/connectivity/tools/AbstractDatabase.java220
-rwxr-xr-xconnectivity/qa/connectivity/tools/CRMDatabase.java292
-rwxr-xr-xconnectivity/qa/connectivity/tools/CsvDatabase.java18
-rwxr-xr-xconnectivity/qa/connectivity/tools/DataSource.java163
-rwxr-xr-xconnectivity/qa/connectivity/tools/DatabaseAccess.java63
-rwxr-xr-xconnectivity/qa/connectivity/tools/DbaseDatabase.java18
-rwxr-xr-xconnectivity/qa/connectivity/tools/FlatFileDatabase.java116
-rwxr-xr-xconnectivity/qa/connectivity/tools/HsqlColumnDescriptor.java84
-rwxr-xr-xconnectivity/qa/connectivity/tools/HsqlDatabase.java213
-rwxr-xr-xconnectivity/qa/connectivity/tools/HsqlTableDescriptor.java102
-rwxr-xr-xconnectivity/qa/connectivity/tools/QueryDefinition.java74
-rwxr-xr-xconnectivity/qa/connectivity/tools/RowSet.java299
-rwxr-xr-xconnectivity/qa/connectivity/tools/makefile.mk61
-rwxr-xr-xconnectivity/qa/connectivity/tools/sdb/Connection.java93
-rwxr-xr-xconnectivity/qa/makefile.mk78
-rwxr-xr-xconnectivity/qa/scenarios.sce4
-rw-r--r--connectivity/source/commontools/AutoRetrievingBase.cxx73
-rw-r--r--connectivity/source/commontools/BlobHelper.cxx72
-rw-r--r--connectivity/source/commontools/CommonTools.cxx375
-rw-r--r--connectivity/source/commontools/ConnectionWrapper.cxx267
-rw-r--r--connectivity/source/commontools/DateConversion.cxx522
-rw-r--r--connectivity/source/commontools/DriversConfig.cxx265
-rw-r--r--connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx911
-rw-r--r--connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx694
-rw-r--r--connectivity/source/commontools/FValue.cxx2350
-rw-r--r--connectivity/source/commontools/ParamterSubstitution.cxx135
-rw-r--r--connectivity/source/commontools/RowFunctionParser.cxx501
-rw-r--r--connectivity/source/commontools/TColumnsHelper.cxx227
-rw-r--r--connectivity/source/commontools/TConnection.cxx108
-rw-r--r--connectivity/source/commontools/TDatabaseMetaDataBase.cxx337
-rw-r--r--connectivity/source/commontools/TIndex.cxx111
-rw-r--r--connectivity/source/commontools/TIndexColumns.cxx129
-rw-r--r--connectivity/source/commontools/TIndexes.cxx264
-rw-r--r--connectivity/source/commontools/TKey.cxx120
-rw-r--r--connectivity/source/commontools/TKeyColumns.cxx146
-rw-r--r--connectivity/source/commontools/TKeys.cxx323
-rw-r--r--connectivity/source/commontools/TPrivilegesResultSet.cxx158
-rw-r--r--connectivity/source/commontools/TSkipDeletedSet.cxx286
-rw-r--r--connectivity/source/commontools/TSortIndex.cxx181
-rw-r--r--connectivity/source/commontools/TTableHelper.cxx635
-rw-r--r--connectivity/source/commontools/conncleanup.cxx247
-rw-r--r--connectivity/source/commontools/dbcharset.cxx234
-rw-r--r--connectivity/source/commontools/dbconversion.cxx492
-rw-r--r--connectivity/source/commontools/dbexception.cxx566
-rw-r--r--connectivity/source/commontools/dbmetadata.cxx451
-rw-r--r--connectivity/source/commontools/dbtools.cxx2171
-rw-r--r--connectivity/source/commontools/dbtools2.cxx975
-rw-r--r--connectivity/source/commontools/filtermanager.cxx189
-rw-r--r--connectivity/source/commontools/formattedcolumnvalue.cxx347
-rwxr-xr-xconnectivity/source/commontools/makefile.mk103
-rw-r--r--connectivity/source/commontools/parameters.cxx1123
-rw-r--r--connectivity/source/commontools/paramwrapper.cxx366
-rw-r--r--connectivity/source/commontools/predicateinput.cxx393
-rw-r--r--connectivity/source/commontools/propertyids.cxx200
-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.cxx335
-rw-r--r--connectivity/source/cpool/ZConnectionPool.hxx157
-rw-r--r--connectivity/source/cpool/ZConnectionWrapper.cxx260
-rw-r--r--connectivity/source/cpool/ZConnectionWrapper.hxx89
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.cxx137
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.hxx91
-rw-r--r--connectivity/source/cpool/ZPoolCollection.cxx581
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx150
-rw-r--r--connectivity/source/cpool/ZPooledConnection.cxx88
-rw-r--r--connectivity/source/cpool/ZPooledConnection.hxx70
-rw-r--r--connectivity/source/cpool/Zregistration.cxx81
-rwxr-xr-xconnectivity/source/cpool/dbpool.xml26
-rwxr-xr-xconnectivity/source/cpool/dbpool2.component34
-rwxr-xr-xconnectivity/source/cpool/exports.dxp2
-rwxr-xr-xconnectivity/source/cpool/makefile.mk87
-rwxr-xr-xconnectivity/source/dbtools/dbt.xml14
-rwxr-xr-xconnectivity/source/dbtools/dbtools.component37
-rwxr-xr-xconnectivity/source/dbtools/exports.dxp2
-rwxr-xr-xconnectivity/source/dbtools/makefile.mk104
-rw-r--r--connectivity/source/drivers/adabas/BCatalog.cxx169
-rw-r--r--connectivity/source/drivers/adabas/BColumns.cxx183
-rw-r--r--connectivity/source/drivers/adabas/BConnection.cxx274
-rw-r--r--connectivity/source/drivers/adabas/BDatabaseMetaData.cxx156
-rw-r--r--connectivity/source/drivers/adabas/BDriver.cxx1884
-rw-r--r--connectivity/source/drivers/adabas/BFunctions.cxx263
-rw-r--r--connectivity/source/drivers/adabas/BGroup.cxx93
-rw-r--r--connectivity/source/drivers/adabas/BGroups.cxx94
-rw-r--r--connectivity/source/drivers/adabas/BIndex.cxx105
-rw-r--r--connectivity/source/drivers/adabas/BIndexColumns.cxx123
-rw-r--r--connectivity/source/drivers/adabas/BIndexes.cxx194
-rw-r--r--connectivity/source/drivers/adabas/BKeys.cxx183
-rw-r--r--connectivity/source/drivers/adabas/BPreparedStatement.cxx78
-rw-r--r--connectivity/source/drivers/adabas/BResultSet.cxx225
-rw-r--r--connectivity/source/drivers/adabas/BResultSetMetaData.cxx87
-rw-r--r--connectivity/source/drivers/adabas/BStatement.cxx81
-rw-r--r--connectivity/source/drivers/adabas/BTable.cxx378
-rw-r--r--connectivity/source/drivers/adabas/BTables.cxx523
-rw-r--r--connectivity/source/drivers/adabas/BUser.cxx332
-rw-r--r--connectivity/source/drivers/adabas/BUsers.cxx130
-rw-r--r--connectivity/source/drivers/adabas/BViews.cxx197
-rw-r--r--connectivity/source/drivers/adabas/Bservices.cxx125
-rwxr-xr-xconnectivity/source/drivers/adabas/adabas.component35
-rwxr-xr-xconnectivity/source/drivers/adabas/adabas.mxp.map147
-rw-r--r--connectivity/source/drivers/adabas/adabas.xcu130
-rwxr-xr-xconnectivity/source/drivers/adabas/adabas.xml25
-rwxr-xr-xconnectivity/source/drivers/adabas/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/adabas/makefile.mk114
-rw-r--r--connectivity/source/drivers/ado/ACallableStatement.cxx237
-rw-r--r--connectivity/source/drivers/ado/ACatalog.cxx127
-rw-r--r--connectivity/source/drivers/ado/AColumn.cxx304
-rw-r--r--connectivity/source/drivers/ado/AColumns.cxx150
-rw-r--r--connectivity/source/drivers/ado/AConnection.cxx628
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaData.cxx1086
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataImpl.cxx610
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataResultSet.cxx1219
-rw-r--r--connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData.cxx235
-rw-r--r--connectivity/source/drivers/ado/ADriver.cxx306
-rw-r--r--connectivity/source/drivers/ado/AGroup.cxx190
-rw-r--r--connectivity/source/drivers/ado/AGroups.cxx90
-rw-r--r--connectivity/source/drivers/ado/AIndex.cxx159
-rw-r--r--connectivity/source/drivers/ado/AIndexes.cxx92
-rw-r--r--connectivity/source/drivers/ado/AKey.cxx169
-rw-r--r--connectivity/source/drivers/ado/AKeyColumn.cxx71
-rw-r--r--connectivity/source/drivers/ado/AKeyColumns.cxx97
-rw-r--r--connectivity/source/drivers/ado/AKeys.cxx115
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx566
-rw-r--r--connectivity/source/drivers/ado/AResultSet.cxx1175
-rw-r--r--connectivity/source/drivers/ado/AResultSetMetaData.cxx264
-rw-r--r--connectivity/source/drivers/ado/AStatement.cxx844
-rw-r--r--connectivity/source/drivers/ado/ATable.cxx259
-rw-r--r--connectivity/source/drivers/ado/ATables.cxx117
-rw-r--r--connectivity/source/drivers/ado/AUser.cxx227
-rw-r--r--connectivity/source/drivers/ado/AUsers.cxx89
-rw-r--r--connectivity/source/drivers/ado/AView.cxx125
-rw-r--r--connectivity/source/drivers/ado/AViews.cxx106
-rw-r--r--connectivity/source/drivers/ado/Aolevariant.cxx794
-rw-r--r--connectivity/source/drivers/ado/Aservices.cxx124
-rw-r--r--connectivity/source/drivers/ado/Awrapado.cxx2205
-rwxr-xr-xconnectivity/source/drivers/ado/ado.component35
-rw-r--r--connectivity/source/drivers/ado/ado.xcu264
-rwxr-xr-xconnectivity/source/drivers/ado/ado.xml27
-rwxr-xr-xconnectivity/source/drivers/ado/ado_post_sys_include.h35
-rwxr-xr-xconnectivity/source/drivers/ado/ado_pre_sys_include.h40
-rw-r--r--connectivity/source/drivers/ado/adoimp.cxx339
-rwxr-xr-xconnectivity/source/drivers/ado/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/ado/makefile.mk120
-rw-r--r--connectivity/source/drivers/calc/CCatalog.cxx82
-rw-r--r--connectivity/source/drivers/calc/CColumns.cxx57
-rw-r--r--connectivity/source/drivers/calc/CConnection.cxx293
-rw-r--r--connectivity/source/drivers/calc/CDatabaseMetaData.cxx470
-rw-r--r--connectivity/source/drivers/calc/CDriver.cxx107
-rw-r--r--connectivity/source/drivers/calc/CPreparedStatement.cxx45
-rw-r--r--connectivity/source/drivers/calc/CResultSet.cxx192
-rw-r--r--connectivity/source/drivers/calc/CStatement.cxx45
-rw-r--r--connectivity/source/drivers/calc/CTable.cxx869
-rw-r--r--connectivity/source/drivers/calc/CTables.cxx62
-rwxr-xr-xconnectivity/source/drivers/calc/CalcDriver.xml30
-rw-r--r--connectivity/source/drivers/calc/Cservices.cxx124
-rwxr-xr-xconnectivity/source/drivers/calc/calc.component35
-rw-r--r--connectivity/source/drivers/calc/calc.xcu63
-rwxr-xr-xconnectivity/source/drivers/calc/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/calc/makefile.mk99
-rw-r--r--connectivity/source/drivers/dbase/DCatalog.cxx72
-rw-r--r--connectivity/source/drivers/dbase/DCode.cxx133
-rw-r--r--connectivity/source/drivers/dbase/DColumns.cxx92
-rw-r--r--connectivity/source/drivers/dbase/DConnection.cxx133
-rw-r--r--connectivity/source/drivers/dbase/DDatabaseMetaData.cxx415
-rw-r--r--connectivity/source/drivers/dbase/DDriver.cxx129
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx646
-rw-r--r--connectivity/source/drivers/dbase/DIndexColumns.cxx96
-rw-r--r--connectivity/source/drivers/dbase/DIndexIter.cxx306
-rw-r--r--connectivity/source/drivers/dbase/DIndexes.cxx136
-rw-r--r--connectivity/source/drivers/dbase/DNoException.cxx620
-rw-r--r--connectivity/source/drivers/dbase/DPreparedStatement.cxx45
-rw-r--r--connectivity/source/drivers/dbase/DResultSet.cxx247
-rw-r--r--connectivity/source/drivers/dbase/DStatement.cxx46
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2802
-rw-r--r--connectivity/source/drivers/dbase/DTables.cxx146
-rw-r--r--connectivity/source/drivers/dbase/Dservices.cxx124
-rwxr-xr-xconnectivity/source/drivers/dbase/dbase.component35
-rwxr-xr-xconnectivity/source/drivers/dbase/dbase.mxp.map172
-rw-r--r--connectivity/source/drivers/dbase/dbase.xcu100
-rwxr-xr-xconnectivity/source/drivers/dbase/dbase.xml31
-rw-r--r--connectivity/source/drivers/dbase/dindexnode.cxx1013
-rwxr-xr-xconnectivity/source/drivers/dbase/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/dbase/makefile.mk137
-rw-r--r--connectivity/source/drivers/evoab/LCatalog.cxx74
-rw-r--r--connectivity/source/drivers/evoab/LCatalog.hxx51
-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.cxx59
-rw-r--r--connectivity/source/drivers/evoab/LColumns.hxx54
-rw-r--r--connectivity/source/drivers/evoab/LConfigAccess.cxx162
-rw-r--r--connectivity/source/drivers/evoab/LConfigAccess.hxx49
-rw-r--r--connectivity/source/drivers/evoab/LConnection.cxx281
-rw-r--r--connectivity/source/drivers/evoab/LConnection.hxx81
-rw-r--r--connectivity/source/drivers/evoab/LDatabaseMetaData.cxx398
-rw-r--r--connectivity/source/drivers/evoab/LDatabaseMetaData.hxx58
-rw-r--r--connectivity/source/drivers/evoab/LDebug.cxx43
-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.cxx563
-rw-r--r--connectivity/source/drivers/evoab/LFolderList.hxx94
-rw-r--r--connectivity/source/drivers/evoab/LNoException.cxx325
-rw-r--r--connectivity/source/drivers/evoab/LPreparedStatement.cxx45
-rw-r--r--connectivity/source/drivers/evoab/LPreparedStatement.hxx52
-rw-r--r--connectivity/source/drivers/evoab/LResultSet.cxx191
-rw-r--r--connectivity/source/drivers/evoab/LResultSet.hxx83
-rw-r--r--connectivity/source/drivers/evoab/LServices.cxx124
-rw-r--r--connectivity/source/drivers/evoab/LStatement.cxx45
-rw-r--r--connectivity/source/drivers/evoab/LStatement.hxx52
-rw-r--r--connectivity/source/drivers/evoab/LTable.cxx867
-rw-r--r--connectivity/source/drivers/evoab/LTable.hxx102
-rw-r--r--connectivity/source/drivers/evoab/LTables.cxx64
-rw-r--r--connectivity/source/drivers/evoab/LTables.hxx54
-rw-r--r--connectivity/source/drivers/evoab/evoab.xcu61
-rwxr-xr-xconnectivity/source/drivers/evoab/evoab.xml31
-rwxr-xr-xconnectivity/source/drivers/evoab/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/evoab/makefile.mk113
-rw-r--r--connectivity/source/drivers/evoab2/EApi.cxx138
-rwxr-xr-xconnectivity/source/drivers/evoab2/EApi.h145
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.cxx102
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.hxx58
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.cxx93
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.hxx60
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.cxx293
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.hxx126
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx1196
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx237
-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.cxx189
-rw-r--r--connectivity/source/drivers/evoab2/NDriver.hxx101
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.cxx338
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.hxx141
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.cxx1024
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.hxx186
-rw-r--r--connectivity/source/drivers/evoab2/NResultSetMetaData.cxx197
-rw-r--r--connectivity/source/drivers/evoab2/NResultSetMetaData.hxx91
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx125
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx685
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx291
-rw-r--r--connectivity/source/drivers/evoab2/NTable.cxx90
-rw-r--r--connectivity/source/drivers/evoab2/NTable.hxx70
-rw-r--r--connectivity/source/drivers/evoab2/NTables.cxx105
-rw-r--r--connectivity/source/drivers/evoab2/NTables.hxx56
-rwxr-xr-xconnectivity/source/drivers/evoab2/evoab.component34
-rwxr-xr-xconnectivity/source/drivers/evoab2/evoab.xml28
-rw-r--r--connectivity/source/drivers/evoab2/evoab2.xcu76
-rwxr-xr-xconnectivity/source/drivers/evoab2/makefile.mk121
-rw-r--r--connectivity/source/drivers/file/FCatalog.cxx123
-rw-r--r--connectivity/source/drivers/file/FColumns.cxx96
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx463
-rw-r--r--connectivity/source/drivers/file/FDatabaseMetaData.cxx1225
-rw-r--r--connectivity/source/drivers/file/FDateFunctions.cxx292
-rw-r--r--connectivity/source/drivers/file/FDriver.cxx287
-rw-r--r--connectivity/source/drivers/file/FNoException.cxx126
-rw-r--r--connectivity/source/drivers/file/FNumericFunctions.cxx252
-rw-r--r--connectivity/source/drivers/file/FPreparedStatement.cxx635
-rw-r--r--connectivity/source/drivers/file/FResultSet.cxx1873
-rw-r--r--connectivity/source/drivers/file/FResultSetMetaData.cxx221
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx828
-rw-r--r--connectivity/source/drivers/file/FStringFunctions.cxx269
-rw-r--r--connectivity/source/drivers/file/FTable.cxx259
-rw-r--r--connectivity/source/drivers/file/FTables.cxx81
-rw-r--r--connectivity/source/drivers/file/fanalyzer.cxx343
-rw-r--r--connectivity/source/drivers/file/fcode.cxx514
-rw-r--r--connectivity/source/drivers/file/fcomp.cxx916
-rwxr-xr-xconnectivity/source/drivers/file/file.xml30
-rwxr-xr-xconnectivity/source/drivers/file/makefile.mk108
-rw-r--r--connectivity/source/drivers/file/quotedstring.cxx166
-rw-r--r--connectivity/source/drivers/flat/ECatalog.cxx75
-rw-r--r--connectivity/source/drivers/flat/EColumns.cxx58
-rw-r--r--connectivity/source/drivers/flat/EConnection.cxx185
-rw-r--r--connectivity/source/drivers/flat/EDatabaseMetaData.cxx268
-rw-r--r--connectivity/source/drivers/flat/EDriver.cxx147
-rw-r--r--connectivity/source/drivers/flat/EPreparedStatement.cxx46
-rw-r--r--connectivity/source/drivers/flat/EResultSet.cxx190
-rw-r--r--connectivity/source/drivers/flat/EStatement.cxx45
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx925
-rw-r--r--connectivity/source/drivers/flat/ETables.cxx64
-rw-r--r--connectivity/source/drivers/flat/Eservices.cxx124
-rwxr-xr-xconnectivity/source/drivers/flat/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/flat/flat.component35
-rwxr-xr-xconnectivity/source/drivers/flat/flat.mxp.map140
-rw-r--r--connectivity/source/drivers/flat/flat.xcu120
-rwxr-xr-xconnectivity/source/drivers/flat/flat.xml31
-rwxr-xr-xconnectivity/source/drivers/flat/makefile.mk115
-rw-r--r--connectivity/source/drivers/hsqldb/HCatalog.cxx167
-rw-r--r--connectivity/source/drivers/hsqldb/HColumns.cxx92
-rw-r--r--connectivity/source/drivers/hsqldb/HConnection.cxx386
-rw-r--r--connectivity/source/drivers/hsqldb/HDriver.cxx906
-rw-r--r--connectivity/source/drivers/hsqldb/HStorage.hxx120
-rw-r--r--connectivity/source/drivers/hsqldb/HStorageAccess.cxx554
-rw-r--r--connectivity/source/drivers/hsqldb/HStorageMap.cxx367
-rw-r--r--connectivity/source/drivers/hsqldb/HTable.cxx429
-rw-r--r--connectivity/source/drivers/hsqldb/HTables.cxx202
-rw-r--r--connectivity/source/drivers/hsqldb/HTerminateListener.cxx67
-rw-r--r--connectivity/source/drivers/hsqldb/HTerminateListener.hxx67
-rw-r--r--connectivity/source/drivers/hsqldb/HTools.cxx76
-rw-r--r--connectivity/source/drivers/hsqldb/HUser.cxx353
-rw-r--r--connectivity/source/drivers/hsqldb/HUsers.cxx122
-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.cxx126
-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
-rwxr-xr-xconnectivity/source/drivers/hsqldb/exports.dxp29
-rwxr-xr-xconnectivity/source/drivers/hsqldb/hsqldb.component35
-rwxr-xr-xconnectivity/source/drivers/hsqldb/hsqldb.map34
-rw-r--r--connectivity/source/drivers/hsqldb/hsqldb.xcu78
-rwxr-xr-xconnectivity/source/drivers/hsqldb/hsqldb.xml26
-rwxr-xr-xconnectivity/source/drivers/hsqldb/hsqlui.hrc35
-rw-r--r--connectivity/source/drivers/hsqldb/hsqlui.src48
-rwxr-xr-xconnectivity/source/drivers/hsqldb/makefile.mk126
-rw-r--r--connectivity/source/drivers/jdbc/Array.cxx144
-rw-r--r--connectivity/source/drivers/jdbc/Blob.cxx147
-rw-r--r--connectivity/source/drivers/jdbc/Boolean.cxx54
-rw-r--r--connectivity/source/drivers/jdbc/CallableStatement.cxx360
-rw-r--r--connectivity/source/drivers/jdbc/Class.cxx75
-rw-r--r--connectivity/source/drivers/jdbc/Clob.cxx148
-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.cxx55
-rw-r--r--connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx143
-rw-r--r--connectivity/source/drivers/jdbc/Exception.cxx50
-rw-r--r--connectivity/source/drivers/jdbc/InputStream.cxx112
-rw-r--r--connectivity/source/drivers/jdbc/JBigDecimal.cxx91
-rw-r--r--connectivity/source/drivers/jdbc/JConnection.cxx876
-rw-r--r--connectivity/source/drivers/jdbc/JDriver.cxx258
-rw-r--r--connectivity/source/drivers/jdbc/JStatement.cxx831
-rw-r--r--connectivity/source/drivers/jdbc/Object.cxx428
-rw-r--r--connectivity/source/drivers/jdbc/PreparedStatement.cxx668
-rw-r--r--connectivity/source/drivers/jdbc/Reader.cxx121
-rw-r--r--connectivity/source/drivers/jdbc/Ref.cxx63
-rw-r--r--connectivity/source/drivers/jdbc/ResultSet.cxx1088
-rw-r--r--connectivity/source/drivers/jdbc/ResultSetMetaData.cxx239
-rw-r--r--connectivity/source/drivers/jdbc/SQLException.cxx101
-rw-r--r--connectivity/source/drivers/jdbc/SQLWarning.cxx50
-rw-r--r--connectivity/source/drivers/jdbc/String.cxx64
-rw-r--r--connectivity/source/drivers/jdbc/Throwable.cxx71
-rw-r--r--connectivity/source/drivers/jdbc/Timestamp.cxx194
-rwxr-xr-xconnectivity/source/drivers/jdbc/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/jdbc/jdbc.component34
-rwxr-xr-xconnectivity/source/drivers/jdbc/jdbc.mxp.map153
-rw-r--r--connectivity/source/drivers/jdbc/jdbc.xcu214
-rwxr-xr-xconnectivity/source/drivers/jdbc/jdbc.xml28
-rw-r--r--connectivity/source/drivers/jdbc/jservices.cxx128
-rwxr-xr-xconnectivity/source/drivers/jdbc/makefile.mk120
-rw-r--r--connectivity/source/drivers/jdbc/tools.cxx276
-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.cxx101
-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
-rwxr-xr-xconnectivity/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.cxx475
-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.cxx127
-rw-r--r--connectivity/source/drivers/kab/KStatement.cxx587
-rw-r--r--connectivity/source/drivers/kab/KStatement.hxx173
-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
-rwxr-xr-xconnectivity/source/drivers/kab/exports.dxp2
-rw-r--r--connectivity/source/drivers/kab/kab.xcu46
-rwxr-xr-xconnectivity/source/drivers/kab/kab.xml77
-rwxr-xr-xconnectivity/source/drivers/kab/kab1.component34
-rwxr-xr-xconnectivity/source/drivers/kab/kabdrv.map9
-rw-r--r--connectivity/source/drivers/kab/kcondition.cxx232
-rw-r--r--connectivity/source/drivers/kab/kcondition.hxx163
-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
-rwxr-xr-xconnectivity/source/drivers/kab/makefile.mk149
-rw-r--r--connectivity/source/drivers/macab/MacabAddressBook.cxx258
-rw-r--r--connectivity/source/drivers/macab/MacabAddressBook.hxx75
-rw-r--r--connectivity/source/drivers/macab/MacabCatalog.cxx127
-rw-r--r--connectivity/source/drivers/macab/MacabCatalog.hxx67
-rw-r--r--connectivity/source/drivers/macab/MacabColumns.cxx101
-rw-r--r--connectivity/source/drivers/macab/MacabColumns.hxx57
-rw-r--r--connectivity/source/drivers/macab/MacabConnection.cxx326
-rw-r--r--connectivity/source/drivers/macab/MacabConnection.hxx134
-rw-r--r--connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx1127
-rw-r--r--connectivity/source/drivers/macab/MacabDatabaseMetaData.hxx215
-rw-r--r--connectivity/source/drivers/macab/MacabDriver.cxx350
-rw-r--r--connectivity/source/drivers/macab/MacabDriver.hxx199
-rw-r--r--connectivity/source/drivers/macab/MacabGroup.cxx104
-rw-r--r--connectivity/source/drivers/macab/MacabGroup.hxx53
-rw-r--r--connectivity/source/drivers/macab/MacabHeader.cxx346
-rw-r--r--connectivity/source/drivers/macab/MacabHeader.hxx74
-rw-r--r--connectivity/source/drivers/macab/MacabPreparedStatement.cxx410
-rw-r--r--connectivity/source/drivers/macab/MacabPreparedStatement.hxx122
-rw-r--r--connectivity/source/drivers/macab/MacabRecord.cxx350
-rw-r--r--connectivity/source/drivers/macab/MacabRecord.hxx80
-rw-r--r--connectivity/source/drivers/macab/MacabRecords.cxx1215
-rw-r--r--connectivity/source/drivers/macab/MacabRecords.hxx139
-rw-r--r--connectivity/source/drivers/macab/MacabResultSet.cxx1076
-rw-r--r--connectivity/source/drivers/macab/MacabResultSet.hxx229
-rw-r--r--connectivity/source/drivers/macab/MacabResultSetMetaData.cxx227
-rw-r--r--connectivity/source/drivers/macab/MacabResultSetMetaData.hxx97
-rw-r--r--connectivity/source/drivers/macab/MacabServices.cxx127
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.cxx614
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.hxx177
-rw-r--r--connectivity/source/drivers/macab/MacabTable.cxx99
-rw-r--r--connectivity/source/drivers/macab/MacabTable.hxx71
-rw-r--r--connectivity/source/drivers/macab/MacabTables.cxx93
-rw-r--r--connectivity/source/drivers/macab/MacabTables.hxx64
-rwxr-xr-xconnectivity/source/drivers/macab/exports.dxp2
-rw-r--r--connectivity/source/drivers/macab/macab.xcu46
-rwxr-xr-xconnectivity/source/drivers/macab/macab.xml77
-rwxr-xr-xconnectivity/source/drivers/macab/macab1.component34
-rw-r--r--connectivity/source/drivers/macab/macabcondition.cxx253
-rw-r--r--connectivity/source/drivers/macab/macabcondition.hxx170
-rw-r--r--connectivity/source/drivers/macab/macaborder.cxx89
-rw-r--r--connectivity/source/drivers/macab/macaborder.hxx77
-rw-r--r--connectivity/source/drivers/macab/macabutilities.hxx152
-rwxr-xr-xconnectivity/source/drivers/macab/makefile.mk138
-rw-r--r--connectivity/source/drivers/mozab/MCatalog.cxx128
-rw-r--r--connectivity/source/drivers/mozab/MCatalog.hxx65
-rw-r--r--connectivity/source/drivers/mozab/MColumnAlias.cxx195
-rw-r--r--connectivity/source/drivers/mozab/MColumnAlias.hxx88
-rw-r--r--connectivity/source/drivers/mozab/MColumns.cxx101
-rw-r--r--connectivity/source/drivers/mozab/MColumns.hxx60
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.cxx271
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.hxx41
-rw-r--r--connectivity/source/drivers/mozab/MConnection.cxx607
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx233
-rw-r--r--connectivity/source/drivers/mozab/MDatabaseMetaData.cxx1033
-rw-r--r--connectivity/source/drivers/mozab/MDatabaseMetaData.hxx207
-rw-r--r--connectivity/source/drivers/mozab/MDriver.cxx333
-rw-r--r--connectivity/source/drivers/mozab/MDriver.hxx113
-rw-r--r--connectivity/source/drivers/mozab/MExtConfigAccess.hxx48
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.cxx546
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.hxx170
-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.cxx214
-rw-r--r--connectivity/source/drivers/mozab/MResultSetMetaData.hxx101
-rw-r--r--connectivity/source/drivers/mozab/MServices.cxx170
-rw-r--r--connectivity/source/drivers/mozab/MStatement.cxx564
-rw-r--r--connectivity/source/drivers/mozab/MStatement.hxx214
-rw-r--r--connectivity/source/drivers/mozab/MTable.cxx97
-rw-r--r--connectivity/source/drivers/mozab/MTable.hxx72
-rw-r--r--connectivity/source/drivers/mozab/MTables.cxx104
-rw-r--r--connectivity/source/drivers/mozab/MTables.hxx57
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx292
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.hxx104
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx156
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.hxx43
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx141
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx87
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx347
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx47
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx635
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfile.hxx76
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider.cxx243
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider.hxx85
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx422
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx131
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx116
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.hxx80
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSRunnable.cxx100
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSRunnable.hxx69
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/makefile.mk100
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozbootstrap.component34
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h57
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h92
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h44
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h49
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h87
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/post_include_windows.h33
-rwxr-xr-xconnectivity/source/drivers/mozab/bootstrap/pre_include_windows.h34
-rwxr-xr-xconnectivity/source/drivers/mozab/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/mozab/makefile.mk194
-rwxr-xr-xconnectivity/source/drivers/mozab/makefile_mozab.mk127
-rwxr-xr-xconnectivity/source/drivers/mozab/mozab.component37
-rw-r--r--connectivity/source/drivers/mozab/mozab.xcu154
-rwxr-xr-xconnectivity/source/drivers/mozab/mozab.xml80
-rw-r--r--connectivity/source/drivers/mozab/mozab2.xcu118
-rwxr-xr-xconnectivity/source/drivers/mozab/mozabdrv.map8
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx805
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.hxx78
-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.hxx54
-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.hxx116
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.cxx88
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener.hxx60
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx143
-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.hxx282
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.cxx637
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx137
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.cxx134
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MTypeConverter.hxx68
-rwxr-xr-xconnectivity/source/drivers/mozab/mozillasrc/makefile.mk77
-rwxr-xr-xconnectivity/source/drivers/mozab/post_include_mozilla.h61
-rwxr-xr-xconnectivity/source/drivers/mozab/pre_include_mozilla.h65
-rw-r--r--connectivity/source/drivers/mysql/YCatalog.cxx176
-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.cxx387
-rw-r--r--connectivity/source/drivers/mysql/YTables.cxx246
-rw-r--r--connectivity/source/drivers/mysql/YUser.cxx352
-rw-r--r--connectivity/source/drivers/mysql/YUsers.cxx120
-rw-r--r--connectivity/source/drivers/mysql/YViews.cxx165
-rw-r--r--connectivity/source/drivers/mysql/Yservices.cxx126
-rwxr-xr-xconnectivity/source/drivers/mysql/exports.dxp2
-rwxr-xr-xconnectivity/source/drivers/mysql/makefile.mk92
-rwxr-xr-xconnectivity/source/drivers/mysql/mysql.component35
-rw-r--r--connectivity/source/drivers/mysql/mysql.xcu258
-rwxr-xr-xconnectivity/source/drivers/mysql/mysql.xml27
-rw-r--r--connectivity/source/drivers/odbc/OFunctions.cxx283
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.cxx371
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.hxx53
-rwxr-xr-xconnectivity/source/drivers/odbc/makefile.mk87
-rwxr-xr-xconnectivity/source/drivers/odbc/odbc.component34
-rw-r--r--connectivity/source/drivers/odbc/odbc.xcu175
-rwxr-xr-xconnectivity/source/drivers/odbc/odbc.xml26
-rw-r--r--connectivity/source/drivers/odbc/oservices.cxx127
-rw-r--r--connectivity/source/drivers/odbcbase/OConnection.cxx672
-rw-r--r--connectivity/source/drivers/odbcbase/ODatabaseMetaData.cxx1744
-rw-r--r--connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx1332
-rw-r--r--connectivity/source/drivers/odbcbase/ODriver.cxx231
-rw-r--r--connectivity/source/drivers/odbcbase/OPreparedStatement.cxx978
-rw-r--r--connectivity/source/drivers/odbcbase/OResultSet.cxx1759
-rw-r--r--connectivity/source/drivers/odbcbase/OResultSetMetaData.cxx314
-rw-r--r--connectivity/source/drivers/odbcbase/OStatement.cxx1159
-rw-r--r--connectivity/source/drivers/odbcbase/OTools.cxx908
-rwxr-xr-xconnectivity/source/drivers/odbcbase/makefile.mk90
-rw-r--r--connectivity/source/inc/AutoRetrievingBase.hxx61
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSet.hxx281
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx117
-rw-r--r--connectivity/source/inc/OColumn.hxx148
-rw-r--r--connectivity/source/inc/OSubComponent.hxx94
-rw-r--r--connectivity/source/inc/OTypeInfo.hxx94
-rw-r--r--connectivity/source/inc/ParameterSubstitution.hxx74
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx153
-rw-r--r--connectivity/source/inc/TConnection.hxx94
-rw-r--r--connectivity/source/inc/TDatabaseMetaDataBase.hxx145
-rw-r--r--connectivity/source/inc/TKeyValue.hxx84
-rw-r--r--connectivity/source/inc/TPrivilegesResultSet.hxx57
-rw-r--r--connectivity/source/inc/TResultSetHelper.hxx60
-rw-r--r--connectivity/source/inc/TSkipDeletedSet.hxx107
-rw-r--r--connectivity/source/inc/TSortIndex.hxx142
-rw-r--r--connectivity/source/inc/UStringDescription_Impl.hxx108
-rw-r--r--connectivity/source/inc/adabas/BCatalog.hxx79
-rw-r--r--connectivity/source/inc/adabas/BColumn.hxx56
-rw-r--r--connectivity/source/inc/adabas/BColumns.hxx63
-rw-r--r--connectivity/source/inc/adabas/BConnection.hxx80
-rw-r--r--connectivity/source/inc/adabas/BDatabaseMetaData.hxx57
-rw-r--r--connectivity/source/inc/adabas/BDriver.hxx178
-rw-r--r--connectivity/source/inc/adabas/BGroup.hxx52
-rw-r--r--connectivity/source/inc/adabas/BGroups.hxx68
-rw-r--r--connectivity/source/inc/adabas/BIndex.hxx60
-rw-r--r--connectivity/source/inc/adabas/BIndexColumn.hxx60
-rw-r--r--connectivity/source/inc/adabas/BIndexColumns.hxx60
-rw-r--r--connectivity/source/inc/adabas/BIndexes.hxx60
-rw-r--r--connectivity/source/inc/adabas/BKeys.hxx57
-rw-r--r--connectivity/source/inc/adabas/BPreparedStatement.hxx54
-rw-r--r--connectivity/source/inc/adabas/BResultSet.hxx62
-rw-r--r--connectivity/source/inc/adabas/BResultSetMetaData.hxx59
-rw-r--r--connectivity/source/inc/adabas/BStatement.hxx62
-rw-r--r--connectivity/source/inc/adabas/BTable.hxx112
-rw-r--r--connectivity/source/inc/adabas/BTables.hxx82
-rw-r--r--connectivity/source/inc/adabas/BUser.hxx84
-rw-r--r--connectivity/source/inc/adabas/BUsers.hxx68
-rw-r--r--connectivity/source/inc/adabas/BViews.hxx66
-rw-r--r--connectivity/source/inc/ado/ACallableStatement.hxx90
-rw-r--r--connectivity/source/inc/ado/ACatalog.hxx63
-rw-r--r--connectivity/source/inc/ado/ACollection.hxx233
-rw-r--r--connectivity/source/inc/ado/AColumn.hxx72
-rw-r--r--connectivity/source/inc/ado/AColumns.hxx70
-rw-r--r--connectivity/source/inc/ado/AConnection.hxx153
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaData.hxx232
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx226
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaDataResultSetMetaData.hxx117
-rw-r--r--connectivity/source/inc/ado/ADriver.hxx95
-rw-r--r--connectivity/source/inc/ado/AGroup.hxx78
-rw-r--r--connectivity/source/inc/ado/AGroups.hxx71
-rw-r--r--connectivity/source/inc/ado/AIndex.hxx67
-rw-r--r--connectivity/source/inc/ado/AIndexColumn.hxx60
-rw-r--r--connectivity/source/inc/ado/AIndexColumns.hxx57
-rw-r--r--connectivity/source/inc/ado/AIndexes.hxx68
-rw-r--r--connectivity/source/inc/ado/AKey.hxx75
-rw-r--r--connectivity/source/inc/ado/AKeyColumn.hxx60
-rw-r--r--connectivity/source/inc/ado/AKeyColumns.hxx57
-rw-r--r--connectivity/source/inc/ado/AKeys.hxx68
-rw-r--r--connectivity/source/inc/ado/APreparedStatement.hxx124
-rw-r--r--connectivity/source/inc/ado/AResultSet.hxx236
-rw-r--r--connectivity/source/inc/ado/AResultSetMetaData.hxx95
-rw-r--r--connectivity/source/inc/ado/AStatement.hxx203
-rw-r--r--connectivity/source/inc/ado/ATable.hxx90
-rw-r--r--connectivity/source/inc/ado/ATables.hxx67
-rw-r--r--connectivity/source/inc/ado/AUser.hxx104
-rw-r--r--connectivity/source/inc/ado/AUsers.hxx72
-rw-r--r--connectivity/source/inc/ado/AView.hxx68
-rw-r--r--connectivity/source/inc/ado/AViews.hxx66
-rw-r--r--connectivity/source/inc/ado/Aolevariant.hxx177
-rw-r--r--connectivity/source/inc/ado/Aolewrap.hxx247
-rw-r--r--connectivity/source/inc/ado/Awrapado.hxx400
-rw-r--r--connectivity/source/inc/ado/Awrapadox.hxx151
-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.hxx114
-rw-r--r--connectivity/source/inc/calc/CCatalog.hxx52
-rw-r--r--connectivity/source/inc/calc/CColumns.hxx55
-rw-r--r--connectivity/source/inc/calc/CConnection.hxx99
-rw-r--r--connectivity/source/inc/calc/CDatabaseMetaData.hxx63
-rw-r--r--connectivity/source/inc/calc/CDriver.hxx67
-rw-r--r--connectivity/source/inc/calc/CPreparedStatement.hxx52
-rw-r--r--connectivity/source/inc/calc/CResultSet.hxx92
-rw-r--r--connectivity/source/inc/calc/CStatement.hxx52
-rw-r--r--connectivity/source/inc/calc/CTable.hxx109
-rw-r--r--connectivity/source/inc/calc/CTables.hxx54
-rw-r--r--connectivity/source/inc/dbase/DCatalog.hxx51
-rw-r--r--connectivity/source/inc/dbase/DCode.hxx71
-rw-r--r--connectivity/source/inc/dbase/DColumns.hxx57
-rw-r--r--connectivity/source/inc/dbase/DConnection.hxx60
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaData.hxx70
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx196
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaDataResultSetMetaData.hxx110
-rw-r--r--connectivity/source/inc/dbase/DDriver.hxx63
-rw-r--r--connectivity/source/inc/dbase/DIndex.hxx162
-rw-r--r--connectivity/source/inc/dbase/DIndexColumns.hxx62
-rw-r--r--connectivity/source/inc/dbase/DIndexIter.hxx87
-rw-r--r--connectivity/source/inc/dbase/DIndexPage.hxx38
-rw-r--r--connectivity/source/inc/dbase/DIndexes.hxx63
-rw-r--r--connectivity/source/inc/dbase/DPreparedStatement.hxx52
-rw-r--r--connectivity/source/inc/dbase/DResultSet.hxx92
-rw-r--r--connectivity/source/inc/dbase/DStatement.hxx52
-rw-r--r--connectivity/source/inc/dbase/DTable.hxx187
-rw-r--r--connectivity/source/inc/dbase/DTables.hxx60
-rw-r--r--connectivity/source/inc/dbase/dindexnode.hxx349
-rwxr-xr-xconnectivity/source/inc/diagnose_ex.h49
-rw-r--r--connectivity/source/inc/file/FCatalog.hxx73
-rw-r--r--connectivity/source/inc/file/FColumns.hxx61
-rw-r--r--connectivity/source/inc/file/FConnection.hxx162
-rw-r--r--connectivity/source/inc/file/FDatabaseMetaData.hxx199
-rw-r--r--connectivity/source/inc/file/FDateFunctions.hxx244
-rw-r--r--connectivity/source/inc/file/FDriver.hxx89
-rw-r--r--connectivity/source/inc/file/FNumericFunctions.hxx378
-rw-r--r--connectivity/source/inc/file/FPreparedStatement.hxx136
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx343
-rw-r--r--connectivity/source/inc/file/FResultSetMetaData.hxx93
-rw-r--r--connectivity/source/inc/file/FStatement.hxx225
-rw-r--r--connectivity/source/inc/file/FStringFunctions.hxx285
-rw-r--r--connectivity/source/inc/file/FTable.hxx120
-rw-r--r--connectivity/source/inc/file/FTables.hxx63
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx98
-rw-r--r--connectivity/source/inc/file/fcode.hxx398
-rw-r--r--connectivity/source/inc/file/fcomp.hxx122
-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.hxx51
-rw-r--r--connectivity/source/inc/flat/EColumns.hxx54
-rw-r--r--connectivity/source/inc/flat/EConnection.hxx75
-rw-r--r--connectivity/source/inc/flat/EDatabaseMetaData.hxx57
-rw-r--r--connectivity/source/inc/flat/EDriver.hxx63
-rw-r--r--connectivity/source/inc/flat/EPreparedStatement.hxx52
-rw-r--r--connectivity/source/inc/flat/EResultSet.hxx83
-rw-r--r--connectivity/source/inc/flat/EStatement.hxx52
-rw-r--r--connectivity/source/inc/flat/ETable.hxx109
-rw-r--r--connectivity/source/inc/flat/ETables.hxx54
-rw-r--r--connectivity/source/inc/hsqldb/HCatalog.hxx74
-rw-r--r--connectivity/source/inc/hsqldb/HColumns.hxx72
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx160
-rw-r--r--connectivity/source/inc/hsqldb/HDriver.hxx146
-rwxr-xr-xconnectivity/source/inc/hsqldb/HStorageAccess.h98
-rw-r--r--connectivity/source/inc/hsqldb/HStorageAccess.hxx46
-rw-r--r--connectivity/source/inc/hsqldb/HStorageMap.hxx94
-rw-r--r--connectivity/source/inc/hsqldb/HTable.hxx130
-rw-r--r--connectivity/source/inc/hsqldb/HTables.hxx80
-rw-r--r--connectivity/source/inc/hsqldb/HTools.hxx68
-rw-r--r--connectivity/source/inc/hsqldb/HUser.hxx84
-rw-r--r--connectivity/source/inc/hsqldb/HUsers.hxx64
-rw-r--r--connectivity/source/inc/hsqldb/HView.hxx100
-rw-r--r--connectivity/source/inc/hsqldb/HViews.hxx65
-rwxr-xr-xconnectivity/source/inc/hsqldb/StorageFileAccess.h40
-rwxr-xr-xconnectivity/source/inc/hsqldb/StorageNativeInputStream.h73
-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.hxx62
-rw-r--r--connectivity/source/inc/java/io/Reader.hxx62
-rw-r--r--connectivity/source/inc/java/lang/Boolean.hxx55
-rw-r--r--connectivity/source/inc/java/lang/Class.hxx57
-rw-r--r--connectivity/source/inc/java/lang/Exception.hxx53
-rw-r--r--connectivity/source/inc/java/lang/Object.hxx174
-rw-r--r--connectivity/source/inc/java/lang/String.hxx55
-rw-r--r--connectivity/source/inc/java/lang/Throwable.hxx56
-rw-r--r--connectivity/source/inc/java/math/BigDecimal.hxx55
-rw-r--r--connectivity/source/inc/java/sql/Array.hxx65
-rw-r--r--connectivity/source/inc/java/sql/Blob.hxx65
-rw-r--r--connectivity/source/inc/java/sql/CallableStatement.hxx93
-rw-r--r--connectivity/source/inc/java/sql/Clob.hxx65
-rw-r--r--connectivity/source/inc/java/sql/Connection.hxx153
-rw-r--r--connectivity/source/inc/java/sql/ConnectionLog.hxx145
-rw-r--r--connectivity/source/inc/java/sql/DatabaseMetaData.hxx226
-rw-r--r--connectivity/source/inc/java/sql/Driver.hxx78
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx63
-rw-r--r--connectivity/source/inc/java/sql/JStatement.hxx221
-rw-r--r--connectivity/source/inc/java/sql/PreparedStatement.hxx114
-rw-r--r--connectivity/source/inc/java/sql/Ref.hxx60
-rw-r--r--connectivity/source/inc/java/sql/ResultSet.hxx210
-rw-r--r--connectivity/source/inc/java/sql/ResultSetMetaData.hxx84
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx70
-rw-r--r--connectivity/source/inc/java/sql/SQLWarning.hxx63
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx99
-rw-r--r--connectivity/source/inc/java/tools.hxx92
-rw-r--r--connectivity/source/inc/java/util/Date.hxx56
-rw-r--r--connectivity/source/inc/java/util/Property.hxx52
-rw-r--r--connectivity/source/inc/mysql/YCatalog.hxx75
-rw-r--r--connectivity/source/inc/mysql/YColumns.hxx72
-rw-r--r--connectivity/source/inc/mysql/YDriver.hxx128
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx130
-rw-r--r--connectivity/source/inc/mysql/YTables.hxx90
-rw-r--r--connectivity/source/inc/mysql/YUser.hxx84
-rw-r--r--connectivity/source/inc/mysql/YUsers.hxx64
-rw-r--r--connectivity/source/inc/mysql/YViews.hxx66
-rw-r--r--connectivity/source/inc/odbc/OBoundParam.hxx224
-rw-r--r--connectivity/source/inc/odbc/OConnection.hxx162
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaData.hxx226
-rw-r--r--connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx244
-rw-r--r--connectivity/source/inc/odbc/ODefs3.hxx94
-rw-r--r--connectivity/source/inc/odbc/ODriver.hxx92
-rw-r--r--connectivity/source/inc/odbc/OFunctiondefs.hxx175
-rw-r--r--connectivity/source/inc/odbc/OFunctions.hxx558
-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.hxx128
-rw-r--r--connectivity/source/inc/odbc/OStatement.hxx250
-rw-r--r--connectivity/source/inc/odbc/OTools.hxx278
-rw-r--r--connectivity/source/inc/odbc/odbcbasedllapi.hxx43
-rw-r--r--connectivity/source/inc/propertyids.hxx162
-rwxr-xr-xconnectivity/source/inc/resource/adabas_res.hrc43
-rwxr-xr-xconnectivity/source/inc/resource/ado_res.hrc50
-rwxr-xr-xconnectivity/source/inc/resource/calc_res.hrc41
-rwxr-xr-xconnectivity/source/inc/resource/common_res.hrc78
-rwxr-xr-xconnectivity/source/inc/resource/conn_shared_res.hrc73
-rwxr-xr-xconnectivity/source/inc/resource/dbase_res.hrc61
-rwxr-xr-xconnectivity/source/inc/resource/evoab2_res.hrc42
-rwxr-xr-xconnectivity/source/inc/resource/file_res.hrc48
-rwxr-xr-xconnectivity/source/inc/resource/hsqldb_res.hrc47
-rwxr-xr-xconnectivity/source/inc/resource/jdbc_log.hrc90
-rwxr-xr-xconnectivity/source/inc/resource/kab_res.hrc43
-rwxr-xr-xconnectivity/source/inc/resource/macab_res.hrc41
-rwxr-xr-xconnectivity/source/inc/resource/mozab_res.hrc74
-rw-r--r--connectivity/source/inc/resource/sharedresources.hxx166
-rw-r--r--connectivity/source/inc/sqlscan.hxx93
-rwxr-xr-xconnectivity/source/manager/exports.dxp2
-rwxr-xr-xconnectivity/source/manager/makefile.mk85
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx714
-rw-r--r--connectivity/source/manager/mdrivermanager.hxx148
-rw-r--r--connectivity/source/manager/mregistration.cxx81
-rwxr-xr-xconnectivity/source/manager/sdbc.mxp.map52
-rwxr-xr-xconnectivity/source/manager/sdbc2.component34
-rw-r--r--connectivity/source/parse/PColumn.cxx296
-rw-r--r--connectivity/source/parse/internalnode.cxx88
-rwxr-xr-xconnectivity/source/parse/makefile.mk67
-rwxr-xr-xconnectivity/source/parse/sqlbison.y4380
-rwxr-xr-xconnectivity/source/parse/sqlflex.l809
-rw-r--r--connectivity/source/parse/sqliterator.cxx2249
-rw-r--r--connectivity/source/parse/sqlnode.cxx2838
-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.src99
-rw-r--r--connectivity/source/resource/conn_log_res.src312
-rw-r--r--connectivity/source/resource/conn_shared_res.src649
-rwxr-xr-xconnectivity/source/resource/makefile.mk107
-rw-r--r--connectivity/source/resource/sharedresources.cxx244
-rw-r--r--connectivity/source/sdbcx/VCatalog.cxx243
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx605
-rw-r--r--connectivity/source/sdbcx/VColumn.cxx231
-rw-r--r--connectivity/source/sdbcx/VDescriptor.cxx157
-rw-r--r--connectivity/source/sdbcx/VGroup.cxx185
-rw-r--r--connectivity/source/sdbcx/VIndex.cxx225
-rw-r--r--connectivity/source/sdbcx/VIndexColumn.cxx122
-rw-r--r--connectivity/source/sdbcx/VKey.cxx230
-rw-r--r--connectivity/source/sdbcx/VKeyColumn.cxx127
-rw-r--r--connectivity/source/sdbcx/VTable.cxx339
-rw-r--r--connectivity/source/sdbcx/VUser.cxx196
-rw-r--r--connectivity/source/sdbcx/VView.cxx152
-rwxr-xr-xconnectivity/source/sdbcx/makefile.mk63
-rw-r--r--connectivity/source/simpledbt/charset_s.cxx75
-rw-r--r--connectivity/source/simpledbt/charset_s.hxx70
-rw-r--r--connectivity/source/simpledbt/dbtfactory.cxx116
-rw-r--r--connectivity/source/simpledbt/dbtfactory.hxx83
-rwxr-xr-xconnectivity/source/simpledbt/makefile.mk53
-rw-r--r--connectivity/source/simpledbt/parsenode_s.cxx95
-rw-r--r--connectivity/source/simpledbt/parsenode_s.hxx83
-rw-r--r--connectivity/source/simpledbt/parser_s.cxx88
-rw-r--r--connectivity/source/simpledbt/parser_s.hxx76
-rw-r--r--connectivity/source/simpledbt/refbase.cxx66
-rw-r--r--connectivity/source/simpledbt/refbase.hxx63
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.cxx214
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.hxx208
-rwxr-xr-xconnectivity/target.pmk36
-rwxr-xr-xconnectivity/util/makefile.mk62
-rwxr-xr-xconnectivity/version.mk119
-rwxr-xr-xconnectivity/workben/TT/StartTest.classbin0 -> 183 bytes-rwxr-xr-xconnectivity/workben/TT/StartTest.java293
-rw-r--r--connectivity/workben/iniParser/main.cxx196
-rwxr-xr-xconnectivity/workben/iniParser/makefile.mk61
-rw-r--r--connectivity/workben/little/main.cxx120
-rwxr-xr-xconnectivity/workben/little/makefile.mk59
-rw-r--r--connectivity/workben/skeleton/SResultSet.hxx249
-rwxr-xr-xconnectivity/workben/skeleton/how_to_write_a_driver.txt51
-rw-r--r--connectivity/workben/testmoz/initUNO.cxx48
-rw-r--r--connectivity/workben/testmoz/main.cxx697
-rwxr-xr-xconnectivity/workben/testmoz/makefile.mk70
-rw-r--r--connectivity/workben/testmoz/mozthread.cxx480
-rw-r--r--cosv/inc/cosv/bstream.hxx152
-rw-r--r--cosv/inc/cosv/comdline.hxx72
-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.hxx136
-rw-r--r--cosv/inc/cosv/csv_precomp.h49
-rw-r--r--cosv/inc/cosv/datetime.hxx86
-rw-r--r--cosv/inc/cosv/dirchain.hxx182
-rw-r--r--cosv/inc/cosv/file.hxx139
-rw-r--r--cosv/inc/cosv/mbstream.hxx95
-rw-r--r--cosv/inc/cosv/openclose.hxx146
-rw-r--r--cosv/inc/cosv/persist.hxx107
-rw-r--r--cosv/inc/cosv/ploc.hxx132
-rw-r--r--cosv/inc/cosv/ploc_dir.hxx120
-rw-r--r--cosv/inc/cosv/plocroot.hxx82
-rw-r--r--cosv/inc/cosv/std_outp.hxx138
-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.hxx137
-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.hxx371
-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.hxx73
-rw-r--r--cosv/prj/build.lst16
-rw-r--r--cosv/prj/d.lst8
-rw-r--r--cosv/source/comphelp/badcast.cxx47
-rw-r--r--cosv/source/comphelp/makefile.mk55
-rw-r--r--cosv/source/fullcpp.mk57
-rw-r--r--cosv/source/inc/precomp.h38
-rw-r--r--cosv/source/service/comdline.cxx59
-rw-r--r--cosv/source/service/comfunc.cxx157
-rw-r--r--cosv/source/service/commandline.cxx345
-rw-r--r--cosv/source/service/csv_ostream.cxx94
-rw-r--r--cosv/source/service/datetime.cxx86
-rw-r--r--cosv/source/service/makefile.mk59
-rw-r--r--cosv/source/service/std_outp.cxx83
-rw-r--r--cosv/source/storage/dirchain.cxx158
-rw-r--r--cosv/source/storage/file.cxx244
-rw-r--r--cosv/source/storage/makefile.mk53
-rw-r--r--cosv/source/storage/mbstream.cxx121
-rw-r--r--cosv/source/storage/persist.cxx115
-rw-r--r--cosv/source/storage/ploc.cxx160
-rw-r--r--cosv/source/storage/ploc_dir.cxx366
-rw-r--r--cosv/source/storage/plocroot.cxx527
-rw-r--r--cosv/source/strings/makefile.mk58
-rw-r--r--cosv/source/strings/str_types.cxx46
-rw-r--r--cosv/source/strings/streamstr.cxx984
-rw-r--r--cosv/source/strings/string.cxx417
-rw-r--r--cosv/source/unittest/file_ut.cxx123
-rw-r--r--cosv/source/unittest/makefile.mk72
-rw-r--r--cosv/source/unittest/string_ut.cxx76
-rw-r--r--cosv/source/unittest/ut.hxx55
-rw-r--r--cosv/source/unittest/ut_main.cxx49
-rw-r--r--cosv/util/makefile.mk58
-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.hxx98
-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.hxx153
-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.mk47
-rw-r--r--cppcanvas/inc/pch/precompiled_cppcanvas.cxx31
-rw-r--r--cppcanvas/inc/pch/precompiled_cppcanvas.hxx34
-rw-r--r--cppcanvas/prj/build.lst8
-rw-r--r--cppcanvas/prj/d.lst21
-rw-r--r--cppcanvas/source/inc/action.hxx165
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx89
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx327
-rw-r--r--cppcanvas/source/inc/tools.hxx59
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.cxx241
-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/emfplus.cxx1617
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx3209
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.cxx170
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.hxx76
-rw-r--r--cppcanvas/source/mtfrenderer/makefile.mk58
-rw-r--r--cppcanvas/source/mtfrenderer/mtftools.cxx696
-rw-r--r--cppcanvas/source/mtfrenderer/mtftools.hxx273
-rw-r--r--cppcanvas/source/mtfrenderer/outdevstate.hxx136
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.cxx190
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.hxx81
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.cxx527
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.hxx104
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.cxx2299
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.hxx105
-rw-r--r--cppcanvas/source/mtfrenderer/transparencygroupaction.cxx578
-rw-r--r--cppcanvas/source/mtfrenderer/transparencygroupaction.hxx143
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx154
-rw-r--r--cppcanvas/source/tools/makefile.mk50
-rw-r--r--cppcanvas/source/tools/tools.cxx65
-rw-r--r--cppcanvas/source/uno/exports.dxp2
-rw-r--r--cppcanvas/source/uno/exports.map8
-rw-r--r--cppcanvas/source/uno/makefile.mk70
-rw-r--r--cppcanvas/source/uno/mtfrenderer.component7
-rw-r--r--cppcanvas/source/uno/uno_mtfrenderer.cxx83
-rw-r--r--cppcanvas/source/uno/uno_mtfrenderer.hxx63
-rw-r--r--cppcanvas/source/wrapper/basegfxfactory.cxx167
-rw-r--r--cppcanvas/source/wrapper/implbitmap.cxx129
-rw-r--r--cppcanvas/source/wrapper/implbitmap.hxx81
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.cxx76
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.hxx73
-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.hxx65
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.cxx85
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.hxx72
-rw-r--r--cppcanvas/source/wrapper/implfont.cxx94
-rw-r--r--cppcanvas/source/wrapper/implfont.hxx82
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.cxx204
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx96
-rw-r--r--cppcanvas/source/wrapper/implsprite.cxx239
-rw-r--r--cppcanvas/source/wrapper/implsprite.hxx96
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.cxx162
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.hxx109
-rw-r--r--cppcanvas/source/wrapper/impltext.cxx98
-rw-r--r--cppcanvas/source/wrapper/impltext.hxx73
-rw-r--r--cppcanvas/source/wrapper/makefile.mk60
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx366
-rw-r--r--cppcanvas/util/cppcanvas.flt4
-rw-r--r--cppcanvas/util/makefile.mk70
-rw-r--r--cppu/inc/com/sun/star/uno/Any.h386
-rw-r--r--cppu/inc/com/sun/star/uno/Any.hxx583
-rw-r--r--cppu/inc/com/sun/star/uno/Reference.h536
-rw-r--r--cppu/inc/com/sun/star/uno/Reference.hxx432
-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.hxx67
-rw-r--r--cppu/inc/cppu/unotype.hxx380
-rw-r--r--cppu/inc/makefile.mk48
-rw-r--r--cppu/inc/pch/precompiled_cppu.cxx31
-rw-r--r--cppu/inc/pch/precompiled_cppu.hxx34
-rw-r--r--cppu/inc/typelib/typeclass.h107
-rw-r--r--cppu/inc/typelib/typedescription.h1163
-rw-r--r--cppu/inc/typelib/typedescription.hxx227
-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.h52
-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.hxx177
-rw-r--r--cppu/inc/uno/environment.h388
-rw-r--r--cppu/inc/uno/environment.hxx281
-rw-r--r--cppu/inc/uno/lbnames.h61
-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.lst14
-rw-r--r--cppu/prj/d.lst74
-rw-r--r--cppu/qa/cppumaker/makefile.mk72
-rw-r--r--cppu/qa/cppumaker/test_cppumaker.cxx582
-rw-r--r--cppu/qa/cppumaker/types.idl717
-rw-r--r--cppu/qa/cppumaker/version.map34
-rw-r--r--cppu/qa/makefile.mk96
-rw-r--r--cppu/qa/test_any.cxx2318
-rw-r--r--cppu/qa/test_recursion.cxx65
-rw-r--r--cppu/qa/test_reference.cxx164
-rw-r--r--cppu/qa/test_unotype.cxx820
-rw-r--r--cppu/qa/types.idl63
-rw-r--r--cppu/qa/version.map34
-rw-r--r--cppu/source/AffineBridge/AffineBridge.cxx366
-rw-r--r--cppu/source/AffineBridge/makefile.mk44
-rw-r--r--cppu/source/LogBridge/LogBridge.cxx280
-rwxr-xr-xcppu/source/LogBridge/makefile.mk44
-rw-r--r--cppu/source/UnsafeBridge/UnsafeBridge.cxx165
-rw-r--r--cppu/source/UnsafeBridge/makefile.mk44
-rw-r--r--cppu/source/cppu/cppu_opt.cxx84
-rw-r--r--cppu/source/cppu/makefile.mk45
-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.cxx532
-rw-r--r--cppu/source/helper/purpenv/makefile.mk46
-rw-r--r--cppu/source/threadpool/current.cxx300
-rw-r--r--cppu/source/threadpool/current.hxx51
-rw-r--r--cppu/source/threadpool/jobqueue.cxx199
-rw-r--r--cppu/source/threadpool/jobqueue.hxx88
-rw-r--r--cppu/source/threadpool/makefile.mk49
-rw-r--r--cppu/source/threadpool/thread.cxx222
-rw-r--r--cppu/source/threadpool/thread.hxx93
-rw-r--r--cppu/source/threadpool/threadident.cxx138
-rw-r--r--cppu/source/threadpool/threadpool.cxx509
-rw-r--r--cppu/source/threadpool/threadpool.hxx143
-rw-r--r--cppu/source/typelib/makefile.mk45
-rw-r--r--cppu/source/typelib/static_types.cxx661
-rw-r--r--cppu/source/typelib/typelib.cxx2669
-rw-r--r--cppu/source/uno/EnvDcp.c52
-rw-r--r--cppu/source/uno/EnvStack.cxx386
-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.cxx339
-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.cxx610
-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.hxx670
-rw-r--r--cppu/source/uno/lbenv.cxx1188
-rw-r--r--cppu/source/uno/lbmap.cxx696
-rw-r--r--cppu/source/uno/loadmodule.cxx58
-rw-r--r--cppu/source/uno/loadmodule.hxx54
-rw-r--r--cppu/source/uno/makefile.mk55
-rw-r--r--cppu/source/uno/prim.hxx203
-rw-r--r--cppu/source/uno/sequence.cxx1019
-rwxr-xr-xcppu/util/cppu.map127
-rw-r--r--cppu/util/empty.def6
-rw-r--r--cppu/util/extra.mk89
-rw-r--r--cppu/util/makefile.mk107
-rw-r--r--cppu/util/makefile.pmk32
-rw-r--r--cppu/util/purpenvhelper3MSC.map8
-rw-r--r--cppu/util/purpenvhelper3MSCX.map8
-rw-r--r--cppu/util/target.pmk57
-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
-rw-r--r--cppuhelper/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.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase10.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase11.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase12.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase2.hxx174
-rw-r--r--cppuhelper/inc/cppuhelper/compbase3.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase4.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase5.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase6.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase7.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase8.hxx173
-rw-r--r--cppuhelper/inc/cppuhelper/compbase9.hxx172
-rw-r--r--cppuhelper/inc/cppuhelper/compbase_ex.hxx179
-rw-r--r--cppuhelper/inc/cppuhelper/component.hxx121
-rw-r--r--cppuhelper/inc/cppuhelper/component_context.hxx99
-rw-r--r--cppuhelper/inc/cppuhelper/exc_hlp.hxx100
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx281
-rw-r--r--cppuhelper/inc/cppuhelper/findsofficepath.h48
-rw-r--r--cppuhelper/inc/cppuhelper/implbase.hxx300
-rw-r--r--cppuhelper/inc/cppuhelper/implbase1.hxx302
-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.hxx116
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h619
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.hxx204
-rw-r--r--cppuhelper/inc/cppuhelper/propertysetmixin.hxx491
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx675
-rw-r--r--cppuhelper/inc/cppuhelper/proptypehlp.h79
-rw-r--r--cppuhelper/inc/cppuhelper/proptypehlp.hxx532
-rw-r--r--cppuhelper/inc/cppuhelper/queryinterface.hxx543
-rw-r--r--cppuhelper/inc/cppuhelper/servicefactory.hxx124
-rw-r--r--cppuhelper/inc/cppuhelper/shlib.hxx87
-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.hxx172
-rw-r--r--cppuhelper/inc/cppuhelper/weakagg.hxx114
-rw-r--r--cppuhelper/inc/cppuhelper/weakref.hxx172
-rw-r--r--cppuhelper/inc/makefile.mk47
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.cxx31
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.hxx34
-rw-r--r--cppuhelper/prj/build.lst8
-rw-r--r--cppuhelper/prj/d.lst74
-rw-r--r--cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx288
-rw-r--r--cppuhelper/qa/ifcontainer/export.map7
-rw-r--r--cppuhelper/qa/ifcontainer/makefile.mk60
-rw-r--r--cppuhelper/qa/propertysetmixin/JavaSupplier.java317
-rw-r--r--cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx433
-rw-r--r--cppuhelper/qa/propertysetmixin/makefile.mk138
-rw-r--r--cppuhelper/qa/propertysetmixin/manifest2
-rw-r--r--cppuhelper/qa/propertysetmixin/qa_propertysetmixin.cpp.component34
-rw-r--r--cppuhelper/qa/propertysetmixin/qa_propertysetmixin.java.component34
-rw-r--r--cppuhelper/qa/propertysetmixin/test.map34
-rw-r--r--cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx655
-rw-r--r--cppuhelper/qa/propertysetmixin/types.idl85
-rw-r--r--cppuhelper/qa/sce/test_unourl.sce1
-rw-r--r--cppuhelper/qa/unourl/cppu_unourl.cxx483
-rw-r--r--cppuhelper/qa/unourl/export.map7
-rw-r--r--cppuhelper/qa/unourl/makefile.mk60
-rw-r--r--cppuhelper/qa/weak/makefile.mk53
-rw-r--r--cppuhelper/qa/weak/test_weak.cxx115
-rw-r--r--cppuhelper/qa/weak/version.map34
-rw-r--r--cppuhelper/source/access_control.cxx152
-rw-r--r--cppuhelper/source/bootstrap.cxx673
-rwxr-xr-xcppuhelper/source/cc5_solaris_sparc.map395
-rw-r--r--cppuhelper/source/component.cxx253
-rw-r--r--cppuhelper/source/component_context.cxx901
-rw-r--r--cppuhelper/source/exc_thrower.cxx301
-rw-r--r--cppuhelper/source/factory.cxx1128
-rw-r--r--cppuhelper/source/findsofficepath.c206
-rw-r--r--cppuhelper/source/gcc3.map390
-rw-r--r--cppuhelper/source/gcc3os2.map377
-rw-r--r--cppuhelper/source/implbase.cxx474
-rw-r--r--cppuhelper/source/implbase_ex.cxx472
-rw-r--r--cppuhelper/source/implementationentry.cxx105
-rw-r--r--cppuhelper/source/interfacecontainer.cxx705
-rw-r--r--cppuhelper/source/macro_expander.cxx201
-rw-r--r--cppuhelper/source/macro_expander.hxx63
-rwxr-xr-xcppuhelper/source/makefile.mk194
-rw-r--r--cppuhelper/source/msvc_win32_intel.map286
-rw-r--r--cppuhelper/source/msvc_win32_x86_64.map280
-rw-r--r--cppuhelper/source/propertysetmixin.cxx1431
-rw-r--r--cppuhelper/source/propshlp.cxx1337
-rw-r--r--cppuhelper/source/servicefactory.cxx664
-rw-r--r--cppuhelper/source/shlib.cxx603
-rw-r--r--cppuhelper/source/stdidlclass.cxx263
-rw-r--r--cppuhelper/source/tdmgr.cxx785
-rw-r--r--cppuhelper/source/typeprovider.cxx328
-rw-r--r--cppuhelper/source/unorc30
-rw-r--r--cppuhelper/source/unourl.cxx301
-rw-r--r--cppuhelper/source/weak.cxx541
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.cxx130
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.def8
-rw-r--r--cppuhelper/test/bootstrap/bootstrap.test.cxx323
-rw-r--r--cppuhelper/test/bootstrap/makefile.mk61
-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/helpertest.idl84
-rw-r--r--cppuhelper/test/loader/loader.test.cxx208
-rw-r--r--cppuhelper/test/loader/makefile.mk52
-rw-r--r--cppuhelper/test/makefile.mk168
-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.mk49
-rw-r--r--cppuhelper/test/testcontainer.cxx156
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.cxx88
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.pl277
-rw-r--r--cppuhelper/test/testhelper.cxx110
-rw-r--r--cppuhelper/test/testhelper.hxx34
-rw-r--r--cppuhelper/test/testidlclass.cxx230
-rw-r--r--cppuhelper/test/testimplhelper.cxx586
-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.mk101
-rw-r--r--cppuhelper/test/testpropshlp.cxx1184
-rw-r--r--cppuhelper/test/testproptyphlp.cxx87
-rw-r--r--cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl47
-rw-r--r--cppuhelper/unotypes/makefile.mk52
-rw-r--r--cppunit/aix.patch21
-rw-r--r--cppunit/avoid-synthetised-destructor.patch29
-rw-r--r--cppunit/ldflags.patch11
-rw-r--r--cppunit/makefile.mk143
-rw-r--r--cppunit/ooo-DllPlugInTester.mk50
-rw-r--r--cppunit/ooo-cppunit_dll.mk100
-rw-r--r--cppunit/prj/build.lst2
-rw-r--r--cppunit/prj/d.lst36
-rw-r--r--cppunit/solarisfinite.patch14
-rw-r--r--cppunit/warnings.patch22
-rw-r--r--cppunit/windows.patch36
-rw-r--r--cpputools/prj/build.lst7
-rw-r--r--cpputools/prj/d.lst10
-rw-r--r--cpputools/source/registercomponent/makefile.mk75
-rw-r--r--cpputools/source/registercomponent/registercomponent.cxx848
-rw-r--r--cpputools/source/regsingleton/makefile.mk79
-rw-r--r--cpputools/source/regsingleton/regsingleton.cxx176
-rw-r--r--cpputools/source/sp2bv/makefile.mk56
-rw-r--r--cpputools/source/sp2bv/readme.txt10
-rw-r--r--cpputools/source/sp2bv/sp2bv.cxx139
-rwxr-xr-xcpputools/source/unoexe/makefile.mk88
-rw-r--r--cpputools/source/unoexe/unoexe.cxx896
-rw-r--r--crashrep/prj/build.lst5
-rw-r--r--crashrep/prj/d.lst3
-rw-r--r--crashrep/source/all/crashrep.ulf220
-rw-r--r--crashrep/source/all/makefile.mk49
-rw-r--r--crashrep/source/unx/main.cxx1124
-rwxr-xr-xcrashrep/source/unx/makefile.mk75
-rw-r--r--crashrep/source/win32/base64.cpp86
-rw-r--r--crashrep/source/win32/base64.h47
-rwxr-xr-xcrashrep/source/win32/ctrylnglist.txt29
-rwxr-xr-xcrashrep/source/win32/makefile.mk88
-rwxr-xr-xcrashrep/source/win32/rcfooter.txt1
-rwxr-xr-xcrashrep/source/win32/rcheader.txt92
-rwxr-xr-xcrashrep/source/win32/rctemplate.txt192
-rw-r--r--crashrep/source/win32/resource.h123
-rw-r--r--crashrep/source/win32/soreport.cpp2982
-rw-r--r--ct2n/ConvertTextToNumber-1.3.2-no-license.patch16
-rw-r--r--ct2n/ConvertTextToNumber-1.3.2-no-visible-by-default.patch104
-rw-r--r--ct2n/delzip2
-rw-r--r--ct2n/makefile.mk70
-rw-r--r--ct2n/prj/build.lst3
-rw-r--r--ct2n/prj/d.lst1
-rw-r--r--cui/inc/makefile.mk48
-rw-r--r--cui/inc/pch/precompiled_cui.hxx962
-rw-r--r--cui/prj/build.lst9
-rw-r--r--cui/prj/d.lst8
-rw-r--r--cui/source/customize/acccfg.cxx1578
-rw-r--r--cui/source/customize/acccfg.hrc68
-rw-r--r--cui/source/customize/acccfg.src270
-rw-r--r--cui/source/customize/cfg.cxx5755
-rw-r--r--cui/source/customize/cfg.hrc110
-rw-r--r--cui/source/customize/cfg.src899
-rw-r--r--cui/source/customize/cfgutil.cxx1261
-rw-r--r--cui/source/customize/eventdlg.cxx242
-rw-r--r--cui/source/customize/eventdlg.hrc43
-rw-r--r--cui/source/customize/eventdlg.hxx80
-rw-r--r--cui/source/customize/eventdlg.src104
-rw-r--r--cui/source/customize/macropg.cxx1025
-rw-r--r--cui/source/customize/macropg.hrc99
-rw-r--r--cui/source/customize/macropg.src480
-rw-r--r--cui/source/customize/macropg_impl.hxx74
-rw-r--r--cui/source/customize/makefile.mk63
-rw-r--r--cui/source/customize/selector.cxx1175
-rw-r--r--cui/source/customize/selector.hrc54
-rw-r--r--cui/source/customize/selector.src192
-rw-r--r--cui/source/dialogs/SpellAttrib.cxx153
-rw-r--r--cui/source/dialogs/SpellAttrib.hxx168
-rw-r--r--cui/source/dialogs/SpellDialog.cxx2091
-rw-r--r--cui/source/dialogs/SpellDialog.hrc54
-rw-r--r--cui/source/dialogs/SpellDialog.src233
-rw-r--r--cui/source/dialogs/about.cxx384
-rw-r--r--cui/source/dialogs/about.hrc38
-rw-r--r--cui/source/dialogs/about.src85
-rw-r--r--cui/source/dialogs/charmap.hrc51
-rw-r--r--cui/source/dialogs/charmap.src140
-rw-r--r--cui/source/dialogs/commonlingui.cxx241
-rw-r--r--cui/source/dialogs/commonlingui.hxx160
-rw-r--r--cui/source/dialogs/commonlingui.src136
-rw-r--r--cui/source/dialogs/cuicharmap.cxx581
-rw-r--r--cui/source/dialogs/cuifmsearch.cxx963
-rw-r--r--cui/source/dialogs/cuigaldlg.cxx1274
-rw-r--r--cui/source/dialogs/cuigrfflt.cxx488
-rw-r--r--cui/source/dialogs/cuihyperdlg.cxx387
-rw-r--r--cui/source/dialogs/cuiimapdlg.hrc44
-rw-r--r--cui/source/dialogs/cuiimapdlg.src154
-rw-r--r--cui/source/dialogs/cuiimapwnd.cxx97
-rw-r--r--cui/source/dialogs/cuitbxform.cxx65
-rw-r--r--cui/source/dialogs/dlgname.cxx231
-rw-r--r--cui/source/dialogs/dlgname.hrc46
-rw-r--r--cui/source/dialogs/dlgname.src250
-rw-r--r--cui/source/dialogs/fmsearch.hrc86
-rw-r--r--cui/source/dialogs/fmsearch.src337
-rw-r--r--cui/source/dialogs/gallery.src486
-rw-r--r--cui/source/dialogs/grfflt.hrc80
-rw-r--r--cui/source/dialogs/grfflt.src430
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx1883
-rw-r--r--cui/source/dialogs/hangulhanjadlg.hrc197
-rw-r--r--cui/source/dialogs/hangulhanjadlg.src454
-rw-r--r--cui/source/dialogs/hldocntp.cxx485
-rw-r--r--cui/source/dialogs/hldoctp.cxx376
-rw-r--r--cui/source/dialogs/hlinettp.cxx549
-rw-r--r--cui/source/dialogs/hlmailtp.cxx317
-rw-r--r--cui/source/dialogs/hlmarkwn.cxx521
-rw-r--r--cui/source/dialogs/hlmarkwn.hrc34
-rw-r--r--cui/source/dialogs/hlmarkwn.src84
-rw-r--r--cui/source/dialogs/hltpbase.cxx745
-rw-r--r--cui/source/dialogs/hyperdlg.hrc93
-rw-r--r--cui/source/dialogs/hyperdlg.src853
-rw-r--r--cui/source/dialogs/hyphen.cxx653
-rw-r--r--cui/source/dialogs/hyphen.hrc46
-rw-r--r--cui/source/dialogs/hyphen.src128
-rw-r--r--cui/source/dialogs/iconcdlg.cxx1274
-rw-r--r--cui/source/dialogs/iconcdlg.src60
-rw-r--r--cui/source/dialogs/insdlg.cxx1052
-rw-r--r--cui/source/dialogs/insrc.cxx81
-rw-r--r--cui/source/dialogs/insrc.hrc40
-rw-r--r--cui/source/dialogs/insrc.src119
-rw-r--r--cui/source/dialogs/linkdlg.cxx702
-rw-r--r--cui/source/dialogs/makefile.mk122
-rw-r--r--cui/source/dialogs/multifil.cxx183
-rw-r--r--cui/source/dialogs/multipat.cxx362
-rw-r--r--cui/source/dialogs/multipat.hrc44
-rw-r--r--cui/source/dialogs/multipat.src130
-rw-r--r--cui/source/dialogs/newtabledlg.cxx71
-rw-r--r--cui/source/dialogs/newtabledlg.hrc35
-rw-r--r--cui/source/dialogs/newtabledlg.src104
-rw-r--r--cui/source/dialogs/passwdomdlg.cxx281
-rwxr-xr-xcui/source/dialogs/passwdomdlg.hrc60
-rw-r--r--cui/source/dialogs/passwdomdlg.src203
-rw-r--r--cui/source/dialogs/pastedlg.cxx258
-rw-r--r--cui/source/dialogs/plfilter.cxx125
-rw-r--r--cui/source/dialogs/postdlg.cxx262
-rw-r--r--cui/source/dialogs/postdlg.hrc50
-rw-r--r--cui/source/dialogs/postdlg.src160
-rw-r--r--cui/source/dialogs/scriptdlg.cxx1575
-rw-r--r--cui/source/dialogs/scriptdlg.hrc76
-rw-r--r--cui/source/dialogs/scriptdlg.src294
-rw-r--r--cui/source/dialogs/sdrcelldlg.cxx87
-rw-r--r--cui/source/dialogs/sdrcelldlg.src109
-rw-r--r--cui/source/dialogs/showcols.cxx133
-rw-r--r--cui/source/dialogs/showcols.src74
-rw-r--r--cui/source/dialogs/splitcelldlg.cxx109
-rw-r--r--cui/source/dialogs/splitcelldlg.hrc38
-rw-r--r--cui/source/dialogs/splitcelldlg.src127
-rw-r--r--cui/source/dialogs/srchxtra.cxx288
-rw-r--r--cui/source/dialogs/srchxtra.hrc47
-rw-r--r--cui/source/dialogs/srchxtra.src283
-rw-r--r--cui/source/dialogs/svuidlg.hrc134
-rw-r--r--cui/source/dialogs/svuidlg.src741
-rw-r--r--cui/source/dialogs/tbxform.src66
-rw-r--r--cui/source/dialogs/thesdlg.cxx694
-rw-r--r--cui/source/dialogs/thesdlg.hrc49
-rw-r--r--cui/source/dialogs/thesdlg.src146
-rw-r--r--cui/source/dialogs/thesdlg_impl.hxx225
-rw-r--r--cui/source/dialogs/winpluginlib.cpp224
-rw-r--r--cui/source/dialogs/zoom.cxx497
-rw-r--r--cui/source/dialogs/zoom.hrc52
-rw-r--r--cui/source/dialogs/zoom.src168
-rw-r--r--cui/source/factory/cuiexp.cxx51
-rw-r--r--cui/source/factory/cuiresmgr.cxx50
-rw-r--r--cui/source/factory/dlgfact.cxx1978
-rw-r--r--cui/source/factory/dlgfact.hxx795
-rw-r--r--cui/source/factory/init.cxx53
-rw-r--r--cui/source/factory/makefile.mk52
-rw-r--r--cui/source/inc/ControlFocusHelper.hxx51
-rw-r--r--cui/source/inc/SpellDialog.hxx264
-rw-r--r--cui/source/inc/about.hxx86
-rw-r--r--cui/source/inc/acccfg.hxx234
-rw-r--r--cui/source/inc/align.hxx106
-rw-r--r--cui/source/inc/autocdlg.hxx518
-rw-r--r--cui/source/inc/backgrnd.hxx164
-rw-r--r--cui/source/inc/bbdlg.hxx58
-rw-r--r--cui/source/inc/border.hxx164
-rw-r--r--cui/source/inc/cfg.hxx820
-rw-r--r--cui/source/inc/cfgutil.hxx213
-rw-r--r--cui/source/inc/chardlg.hxx395
-rw-r--r--cui/source/inc/connect.hxx119
-rw-r--r--cui/source/inc/cuicharmap.hxx143
-rw-r--r--cui/source/inc/cuifmsearch.hxx222
-rw-r--r--cui/source/inc/cuigaldlg.hxx377
-rw-r--r--cui/source/inc/cuigrfflt.hxx231
-rw-r--r--cui/source/inc/cuihyperdlg.hxx116
-rw-r--r--cui/source/inc/cuiimapwnd.hxx57
-rw-r--r--cui/source/inc/cuioptgenrl.hxx129
-rw-r--r--cui/source/inc/cuires.hrc433
-rw-r--r--cui/source/inc/cuisrchdlg.hxx75
-rw-r--r--cui/source/inc/cuitabarea.hxx789
-rw-r--r--cui/source/inc/cuitabline.hxx429
-rw-r--r--cui/source/inc/cuitbxform.hxx30
-rw-r--r--cui/source/inc/dbregister.hxx154
-rw-r--r--cui/source/inc/defdlgname.hxx43
-rw-r--r--cui/source/inc/dialmgr.hxx50
-rw-r--r--cui/source/inc/dlgname.hxx197
-rw-r--r--cui/source/inc/dstribut.hxx104
-rw-r--r--cui/source/inc/gallery.hrc100
-rw-r--r--cui/source/inc/grfpage.hxx137
-rw-r--r--cui/source/inc/hangulhanjadlg.hxx350
-rw-r--r--cui/source/inc/headertablistbox.hxx71
-rw-r--r--cui/source/inc/helpid.hrc390
-rw-r--r--cui/source/inc/hldocntp.hxx79
-rw-r--r--cui/source/inc/hldoctp.hxx96
-rw-r--r--cui/source/inc/hlinettp.hxx110
-rw-r--r--cui/source/inc/hlmailtp.hxx80
-rw-r--r--cui/source/inc/hlmarkwn.hxx111
-rw-r--r--cui/source/inc/hlmarkwn_def.hxx38
-rw-r--r--cui/source/inc/hltpbase.hxx207
-rw-r--r--cui/source/inc/hyphen.hxx74
-rw-r--r--cui/source/inc/iconcdlg.hxx269
-rw-r--r--cui/source/inc/insdlg.hxx214
-rw-r--r--cui/source/inc/insrc.hxx70
-rw-r--r--cui/source/inc/internationaloptions.hxx60
-rw-r--r--cui/source/inc/labdlg.hxx138
-rw-r--r--cui/source/inc/linkdlg.hxx133
-rw-r--r--cui/source/inc/macroass.hxx133
-rw-r--r--cui/source/inc/macropg.hxx172
-rw-r--r--cui/source/inc/measure.hxx129
-rw-r--r--cui/source/inc/multifil.hxx61
-rw-r--r--cui/source/inc/multipat.hxx89
-rw-r--r--cui/source/inc/newtabledlg.hxx64
-rw-r--r--cui/source/inc/numfmt.hxx184
-rw-r--r--cui/source/inc/numpages.hxx452
-rw-r--r--cui/source/inc/optasian.hxx81
-rw-r--r--cui/source/inc/optdict.hxx188
-rw-r--r--cui/source/inc/optimprove.hxx120
-rw-r--r--cui/source/inc/optlingu.hxx183
-rw-r--r--cui/source/inc/optpath.hxx112
-rw-r--r--cui/source/inc/page.hxx231
-rw-r--r--cui/source/inc/paragrph.hxx319
-rw-r--r--cui/source/inc/passwdomdlg.hxx64
-rw-r--r--cui/source/inc/pastedlg.hxx96
-rw-r--r--cui/source/inc/postdlg.hxx122
-rw-r--r--cui/source/inc/radiobtnbox.hxx64
-rw-r--r--cui/source/inc/scriptdlg.hxx229
-rw-r--r--cui/source/inc/sdrcelldlg.hxx65
-rw-r--r--cui/source/inc/selector.hxx247
-rw-r--r--cui/source/inc/showcols.hxx66
-rw-r--r--cui/source/inc/splitcelldlg.hxx72
-rw-r--r--cui/source/inc/srchxtra.hxx110
-rw-r--r--cui/source/inc/tabstpge.hxx144
-rw-r--r--cui/source/inc/textanim.hxx129
-rw-r--r--cui/source/inc/textattr.hxx116
-rw-r--r--cui/source/inc/thesdlg.hxx63
-rw-r--r--cui/source/inc/transfrm.hxx300
-rw-r--r--cui/source/inc/treeopt.hxx352
-rw-r--r--cui/source/inc/zoom.hxx94
-rw-r--r--cui/source/options/cfgchart.cxx341
-rw-r--r--cui/source/options/cfgchart.hxx123
-rw-r--r--cui/source/options/connpoolconfig.cxx222
-rw-r--r--cui/source/options/connpoolconfig.hxx56
-rw-r--r--cui/source/options/connpooloptions.cxx505
-rw-r--r--cui/source/options/connpooloptions.hrc49
-rw-r--r--cui/source/options/connpooloptions.hxx94
-rw-r--r--cui/source/options/connpooloptions.src169
-rw-r--r--cui/source/options/connpoolsettings.cxx112
-rw-r--r--cui/source/options/connpoolsettings.hxx109
-rw-r--r--cui/source/options/cuisrchdlg.cxx95
-rw-r--r--cui/source/options/dbregister.cxx467
-rw-r--r--cui/source/options/dbregister.hrc42
-rw-r--r--cui/source/options/dbregister.src93
-rw-r--r--cui/source/options/dbregisterednamesconfig.cxx143
-rw-r--r--cui/source/options/dbregisterednamesconfig.hxx56
-rw-r--r--cui/source/options/dbregistersettings.cxx75
-rw-r--r--cui/source/options/dbregistersettings.hxx97
-rw-r--r--cui/source/options/doclinkdialog.cxx222
-rw-r--r--cui/source/options/doclinkdialog.hrc50
-rw-r--r--cui/source/options/doclinkdialog.hxx93
-rw-r--r--cui/source/options/doclinkdialog.src155
-rw-r--r--cui/source/options/fontsubs.cxx568
-rw-r--r--cui/source/options/fontsubs.hrc59
-rw-r--r--cui/source/options/fontsubs.hxx125
-rw-r--r--cui/source/options/fontsubs.src198
-rw-r--r--cui/source/options/internationaloptions.cxx150
-rw-r--r--cui/source/options/internationaloptions.hrc72
-rw-r--r--cui/source/options/internationaloptions.src87
-rw-r--r--cui/source/options/makefile.mk118
-rw-r--r--cui/source/options/optHeaderTabListbox.cxx86
-rw-r--r--cui/source/options/optHeaderTabListbox.hxx47
-rw-r--r--cui/source/options/optaccessibility.cxx184
-rw-r--r--cui/source/options/optaccessibility.hrc82
-rw-r--r--cui/source/options/optaccessibility.hxx67
-rw-r--r--cui/source/options/optaccessibility.src136
-rw-r--r--cui/source/options/optasian.cxx439
-rw-r--r--cui/source/options/optasian.hrc49
-rw-r--r--cui/source/options/optasian.src147
-rw-r--r--cui/source/options/optchart.cxx301
-rw-r--r--cui/source/options/optchart.hrc38
-rw-r--r--cui/source/options/optchart.hxx94
-rw-r--r--cui/source/options/optchart.src109
-rw-r--r--cui/source/options/optcolor.cxx1676
-rw-r--r--cui/source/options/optcolor.hrc223
-rw-r--r--cui/source/options/optcolor.hxx80
-rw-r--r--cui/source/options/optcolor.src567
-rw-r--r--cui/source/options/optctl.cxx170
-rw-r--r--cui/source/options/optctl.hrc58
-rw-r--r--cui/source/options/optctl.hxx70
-rw-r--r--cui/source/options/optctl.src122
-rw-r--r--cui/source/options/optdict.cxx808
-rw-r--r--cui/source/options/optdict.hrc65
-rw-r--r--cui/source/options/optdict.src276
-rw-r--r--cui/source/options/optfltr.cxx429
-rw-r--r--cui/source/options/optfltr.hrc56
-rw-r--r--cui/source/options/optfltr.hxx115
-rw-r--r--cui/source/options/optfltr.src215
-rw-r--r--cui/source/options/optgdlg.cxx1927
-rw-r--r--cui/source/options/optgdlg.hrc219
-rw-r--r--cui/source/options/optgdlg.hxx224
-rw-r--r--cui/source/options/optgdlg.src695
-rw-r--r--cui/source/options/optgenrl.cxx561
-rw-r--r--cui/source/options/optgenrl.hrc85
-rw-r--r--cui/source/options/optgenrl.src332
-rw-r--r--cui/source/options/opthtml.cxx246
-rw-r--r--cui/source/options/opthtml.hrc63
-rw-r--r--cui/source/options/opthtml.hxx91
-rw-r--r--cui/source/options/opthtml.src303
-rw-r--r--cui/source/options/optimprove.cxx199
-rw-r--r--cui/source/options/optimprove.hrc50
-rw-r--r--cui/source/options/optimprove.src124
-rw-r--r--cui/source/options/optimprove2.cxx271
-rw-r--r--cui/source/options/optinet2.cxx1877
-rwxr-xr-xcui/source/options/optinet2.hrc171
-rw-r--r--cui/source/options/optinet2.hxx338
-rw-r--r--cui/source/options/optinet2.src648
-rw-r--r--cui/source/options/optjava.cxx1076
-rw-r--r--cui/source/options/optjava.hrc83
-rw-r--r--cui/source/options/optjava.hxx195
-rw-r--r--cui/source/options/optjava.src299
-rw-r--r--cui/source/options/optjsearch.cxx381
-rw-r--r--cui/source/options/optjsearch.hrc50
-rw-r--r--cui/source/options/optjsearch.hxx93
-rw-r--r--cui/source/options/optjsearch.src239
-rw-r--r--cui/source/options/optlingu.cxx2499
-rw-r--r--cui/source/options/optlingu.hrc92
-rw-r--r--cui/source/options/optlingu.src370
-rw-r--r--cui/source/options/optmemory.cxx270
-rw-r--r--cui/source/options/optmemory.hrc86
-rw-r--r--cui/source/options/optmemory.hxx92
-rw-r--r--cui/source/options/optmemory.src213
-rw-r--r--cui/source/options/optpath.cxx851
-rw-r--r--cui/source/options/optpath.hrc43
-rw-r--r--cui/source/options/optpath.src197
-rw-r--r--cui/source/options/optsave.cxx665
-rw-r--r--cui/source/options/optsave.hrc80
-rw-r--r--cui/source/options/optsave.hxx106
-rw-r--r--cui/source/options/optsave.src327
-rw-r--r--cui/source/options/optspell.hrc42
-rw-r--r--cui/source/options/optspell.src120
-rw-r--r--cui/source/options/optupdt.cxx411
-rw-r--r--cui/source/options/optupdt.hrc49
-rw-r--r--cui/source/options/optupdt.hxx81
-rw-r--r--cui/source/options/optupdt.src118
-rw-r--r--cui/source/options/radiobtnbox.cxx114
-rw-r--r--cui/source/options/readonlyimage.cxx69
-rw-r--r--cui/source/options/readonlyimage.hxx45
-rw-r--r--cui/source/options/readonlyimage.src41
-rw-r--r--cui/source/options/sdbcdriverenum.cxx122
-rw-r--r--cui/source/options/sdbcdriverenum.hxx77
-rw-r--r--cui/source/options/securityoptions.cxx103
-rw-r--r--cui/source/options/securityoptions.hrc80
-rw-r--r--cui/source/options/securityoptions.hxx93
-rw-r--r--cui/source/options/securityoptions.src172
-rw-r--r--cui/source/options/treeopt.cxx2781
-rw-r--r--cui/source/options/treeopt.hrc100
-rw-r--r--cui/source/options/treeopt.src339
-rw-r--r--cui/source/options/webconninfo.cxx372
-rw-r--r--cui/source/options/webconninfo.hrc62
-rw-r--r--cui/source/options/webconninfo.hxx87
-rw-r--r--cui/source/options/webconninfo.src106
-rw-r--r--cui/source/tabpages/align.cxx401
-rw-r--r--cui/source/tabpages/align.hrc86
-rw-r--r--cui/source/tabpages/align.src249
-rw-r--r--cui/source/tabpages/autocdlg.cxx2739
-rw-r--r--cui/source/tabpages/autocdlg.hrc172
-rw-r--r--cui/source/tabpages/autocdlg.src943
-rw-r--r--cui/source/tabpages/backgrnd.cxx1893
-rw-r--r--cui/source/tabpages/backgrnd.hrc70
-rw-r--r--cui/source/tabpages/backgrnd.src315
-rw-r--r--cui/source/tabpages/bbdlg.cxx71
-rw-r--r--cui/source/tabpages/bbdlg.src85
-rw-r--r--cui/source/tabpages/border.cxx1240
-rw-r--r--cui/source/tabpages/border.hrc106
-rw-r--r--cui/source/tabpages/border.src449
-rw-r--r--cui/source/tabpages/borderconn.cxx303
-rw-r--r--cui/source/tabpages/borderconn.hxx71
-rw-r--r--cui/source/tabpages/chardlg.cxx4036
-rw-r--r--cui/source/tabpages/chardlg.h73
-rw-r--r--cui/source/tabpages/chardlg.hrc185
-rw-r--r--cui/source/tabpages/chardlg.src1182
-rw-r--r--cui/source/tabpages/connect.cxx566
-rw-r--r--cui/source/tabpages/connect.hrc45
-rw-r--r--cui/source/tabpages/connect.src275
-rw-r--r--cui/source/tabpages/dstribut.cxx234
-rw-r--r--cui/source/tabpages/dstribut.hrc46
-rw-r--r--cui/source/tabpages/dstribut.src219
-rw-r--r--cui/source/tabpages/frmdirlbox.src93
-rw-r--r--cui/source/tabpages/grfpage.cxx792
-rw-r--r--cui/source/tabpages/grfpage.hrc53
-rw-r--r--cui/source/tabpages/grfpage.src343
-rw-r--r--cui/source/tabpages/labdlg.cxx639
-rw-r--r--cui/source/tabpages/labdlg.hrc72
-rw-r--r--cui/source/tabpages/labdlg.src287
-rw-r--r--cui/source/tabpages/macroass.cxx501
-rw-r--r--cui/source/tabpages/macroass.hrc82
-rw-r--r--cui/source/tabpages/macroass.src134
-rw-r--r--cui/source/tabpages/makefile.mk110
-rw-r--r--cui/source/tabpages/measure.cxx874
-rw-r--r--cui/source/tabpages/measure.hrc53
-rw-r--r--cui/source/tabpages/measure.src321
-rw-r--r--cui/source/tabpages/numfmt.cxx1845
-rw-r--r--cui/source/tabpages/numfmt.hrc73
-rw-r--r--cui/source/tabpages/numfmt.src291
-rw-r--r--cui/source/tabpages/numpages.cxx3625
-rw-r--r--cui/source/tabpages/numpages.hrc132
-rw-r--r--cui/source/tabpages/numpages.src842
-rw-r--r--cui/source/tabpages/page.cxx1773
-rw-r--r--cui/source/tabpages/page.h79
-rw-r--r--cui/source/tabpages/page.hrc84
-rw-r--r--cui/source/tabpages/page.src524
-rw-r--r--cui/source/tabpages/paragrph.cxx2328
-rw-r--r--cui/source/tabpages/paragrph.hrc125
-rw-r--r--cui/source/tabpages/paragrph.src742
-rw-r--r--cui/source/tabpages/strings.src134
-rw-r--r--cui/source/tabpages/swpossizetabpage.cxx1867
-rw-r--r--cui/source/tabpages/swpossizetabpage.hrc59
-rw-r--r--cui/source/tabpages/swpossizetabpage.hxx159
-rw-r--r--cui/source/tabpages/swpossizetabpage.src313
-rw-r--r--cui/source/tabpages/tabarea.cxx351
-rw-r--r--cui/source/tabpages/tabarea.hrc191
-rw-r--r--cui/source/tabpages/tabarea.src1557
-rw-r--r--cui/source/tabpages/tabline.cxx281
-rw-r--r--cui/source/tabpages/tabline.hrc130
-rw-r--r--cui/source/tabpages/tabline.src890
-rw-r--r--cui/source/tabpages/tabstpge.cxx759
-rw-r--r--cui/source/tabpages/tabstpge.hrc66
-rw-r--r--cui/source/tabpages/tabstpge.src215
-rw-r--r--cui/source/tabpages/textanim.cxx774
-rw-r--r--cui/source/tabpages/textanim.hrc47
-rw-r--r--cui/source/tabpages/textanim.src334
-rw-r--r--cui/source/tabpages/textattr.cxx767
-rw-r--r--cui/source/tabpages/textattr.hrc46
-rw-r--r--cui/source/tabpages/textattr.src255
-rw-r--r--cui/source/tabpages/tparea.cxx2537
-rw-r--r--cui/source/tabpages/tpbitmap.cxx1150
-rw-r--r--cui/source/tabpages/tpcolor.cxx1263
-rw-r--r--cui/source/tabpages/tpgradnt.cxx929
-rw-r--r--cui/source/tabpages/tphatch.cxx876
-rw-r--r--cui/source/tabpages/tpline.cxx1844
-rw-r--r--cui/source/tabpages/tplnedef.cxx959
-rw-r--r--cui/source/tabpages/tplneend.cxx701
-rw-r--r--cui/source/tabpages/tpshadow.cxx612
-rw-r--r--cui/source/tabpages/transfrm.cxx1705
-rw-r--r--cui/source/tabpages/transfrm.hrc76
-rw-r--r--cui/source/tabpages/transfrm.src625
-rw-r--r--cui/util/cui.map7
-rw-r--r--cui/util/hidother.src204
-rw-r--r--cui/util/makefile.mk105
-rw-r--r--cui/util/makefile.pmk40
-rw-r--r--curl/curl-7.19.7.patch83
-rw-r--r--curl/curl-7.19.7_mingw.patch24
-rw-r--r--curl/curl-7.19.7_win.patch19
-rw-r--r--curl/curl-aix.patch21
-rw-r--r--curl/makefile.mk166
-rw-r--r--curl/prj/build.lst3
-rw-r--r--curl/prj/d.lst15
-rw-r--r--dbaccess/JunitTest_dbaccess_unoapi.mk49
-rw-r--r--dbaccess/Makefile38
-rw-r--r--dbaccess/Module_dbaccess.mk34
-rw-r--r--dbaccess/inc/AsyncronousLink.hxx73
-rw-r--r--dbaccess/inc/IController.hxx137
-rw-r--r--dbaccess/inc/IReference.hxx46
-rw-r--r--dbaccess/inc/ToolBoxHelper.hxx87
-rw-r--r--dbaccess/inc/controllerframe.hxx87
-rw-r--r--dbaccess/inc/dataview.hxx95
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc469
-rw-r--r--dbaccess/inc/dbaccess_slotid.hrc117
-rw-r--r--dbaccess/inc/dbaccessdllapi.h45
-rw-r--r--dbaccess/inc/dbaundomanager.hxx103
-rw-r--r--dbaccess/inc/dbsubcomponentcontroller.hxx215
-rw-r--r--dbaccess/inc/genericcontroller.hxx544
-rw-r--r--dbaccess/inc/makefile.mk47
-rw-r--r--dbaccess/inc/pch/precompiled_dbaccess.cxx31
-rw-r--r--dbaccess/inc/pch/precompiled_dbaccess.hxx521
-rw-r--r--dbaccess/prj/build.lst32
-rw-r--r--dbaccess/prj/d.lst59
-rw-r--r--dbaccess/prj/dba.xml97
-rw-r--r--dbaccess/prj/dbu.xml134
-rw-r--r--dbaccess/qa/complex/dbaccess/ApplicationController.java174
-rw-r--r--dbaccess/qa/complex/dbaccess/Beamer.java146
-rw-r--r--dbaccess/qa/complex/dbaccess/CRMBasedTestCase.java91
-rwxr-xr-xdbaccess/qa/complex/dbaccess/CopyTableInterActionHandler.java50
-rwxr-xr-xdbaccess/qa/complex/dbaccess/CopyTableWizard.java225
-rw-r--r--dbaccess/qa/complex/dbaccess/DataSource.java97
-rwxr-xr-xdbaccess/qa/complex/dbaccess/DatabaseApplication.java98
-rw-r--r--dbaccess/qa/complex/dbaccess/DatabaseDocument.java996
-rw-r--r--dbaccess/qa/complex/dbaccess/FileHelper.java44
-rw-r--r--dbaccess/qa/complex/dbaccess/Parser.java201
-rw-r--r--dbaccess/qa/complex/dbaccess/PropertyBag.java321
-rw-r--r--dbaccess/qa/complex/dbaccess/Query.java118
-rw-r--r--dbaccess/qa/complex/dbaccess/QueryInQuery.java186
-rw-r--r--dbaccess/qa/complex/dbaccess/RowSet.java1003
-rw-r--r--dbaccess/qa/complex/dbaccess/RowSetEventListener.java111
-rwxr-xr-xdbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java393
-rw-r--r--dbaccess/qa/complex/dbaccess/TestCase.java254
-rw-r--r--dbaccess/qa/complex/dbaccess/UISettings.java142
-rwxr-xr-xdbaccess/qa/complex/dbaccess/makefile.mk102
-rw-r--r--dbaccess/qa/unoapi/dbaccess.props6
-rw-r--r--dbaccess/qa/unoapi/dbaccess.sce15
-rw-r--r--dbaccess/qa/unoapi/knownissues.xcl62
-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.cxx264
-rw-r--r--dbaccess/source/core/api/BookmarkSet.hxx73
-rw-r--r--dbaccess/source/core/api/CIndexColumn.hxx60
-rw-r--r--dbaccess/source/core/api/CIndexes.cxx104
-rw-r--r--dbaccess/source/core/api/CIndexes.hxx59
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.cxx103
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.hxx61
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.cxx269
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx112
-rw-r--r--dbaccess/source/core/api/CacheSet.cxx701
-rw-r--r--dbaccess/source/core/api/CacheSet.hxx160
-rw-r--r--dbaccess/source/core/api/FilteredContainer.cxx485
-rw-r--r--dbaccess/source/core/api/HelperCollections.cxx119
-rw-r--r--dbaccess/source/core/api/HelperCollections.hxx121
-rw-r--r--dbaccess/source/core/api/KeySet.cxx1650
-rw-r--r--dbaccess/source/core/api/KeySet.hxx226
-rw-r--r--dbaccess/source/core/api/OptimisticSet.cxx738
-rw-r--r--dbaccess/source/core/api/OptimisticSet.hxx107
-rw-r--r--dbaccess/source/core/api/PrivateRow.cxx144
-rw-r--r--dbaccess/source/core/api/PrivateRow.hxx69
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2972
-rw-r--r--dbaccess/source/core/api/RowSet.hxx548
-rw-r--r--dbaccess/source/core/api/RowSetBase.cxx1577
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx426
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx1652
-rw-r--r--dbaccess/source/core/api/RowSetCache.hxx227
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.cxx149
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.hxx89
-rw-r--r--dbaccess/source/core/api/RowSetRow.hxx98
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx1842
-rw-r--r--dbaccess/source/core/api/StaticSet.cxx372
-rw-r--r--dbaccess/source/core/api/StaticSet.hxx93
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx697
-rw-r--r--dbaccess/source/core/api/View.cxx151
-rw-r--r--dbaccess/source/core/api/WrappedResultSet.cxx249
-rw-r--r--dbaccess/source/core/api/WrappedResultSet.hxx76
-rw-r--r--dbaccess/source/core/api/callablestatement.cxx304
-rw-r--r--dbaccess/source/core/api/column.cxx460
-rw-r--r--dbaccess/source/core/api/columnsettings.cxx181
-rw-r--r--dbaccess/source/core/api/datacolumn.cxx428
-rw-r--r--dbaccess/source/core/api/datacolumn.hxx119
-rw-r--r--dbaccess/source/core/api/datasettings.cxx223
-rw-r--r--dbaccess/source/core/api/definitioncolumn.cxx629
-rw-r--r--dbaccess/source/core/api/makefile.mk82
-rw-r--r--dbaccess/source/core/api/preparedstatement.cxx434
-rw-r--r--dbaccess/source/core/api/query.cxx384
-rw-r--r--dbaccess/source/core/api/query.hxx174
-rw-r--r--dbaccess/source/core/api/querycomposer.cxx355
-rw-r--r--dbaccess/source/core/api/querycontainer.cxx420
-rw-r--r--dbaccess/source/core/api/querydescriptor.cxx285
-rw-r--r--dbaccess/source/core/api/querydescriptor.hxx161
-rw-r--r--dbaccess/source/core/api/resultcolumn.cxx325
-rw-r--r--dbaccess/source/core/api/resultcolumn.hxx99
-rw-r--r--dbaccess/source/core/api/resultset.cxx1114
-rw-r--r--dbaccess/source/core/api/resultset.hxx240
-rw-r--r--dbaccess/source/core/api/statement.cxx640
-rw-r--r--dbaccess/source/core/api/table.cxx414
-rw-r--r--dbaccess/source/core/api/tablecontainer.cxx504
-rw-r--r--dbaccess/source/core/api/viewcontainer.cxx274
-rw-r--r--dbaccess/source/core/dataaccess/ComponentDefinition.cxx302
-rw-r--r--dbaccess/source/core/dataaccess/ComponentDefinition.hxx184
-rw-r--r--dbaccess/source/core/dataaccess/ContentHelper.cxx675
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.cxx1436
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.hxx644
-rw-r--r--dbaccess/source/core/dataaccess/SharedConnection.cxx167
-rw-r--r--dbaccess/source/core/dataaccess/SharedConnection.hxx144
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.cxx372
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.hxx179
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.cxx101
-rw-r--r--dbaccess/source/core/dataaccess/commandcontainer.hxx85
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.cxx167
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.hxx123
-rw-r--r--dbaccess/source/core/dataaccess/connection.cxx895
-rw-r--r--dbaccess/source/core/dataaccess/connection.hxx254
-rw-r--r--dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx328
-rw-r--r--dbaccess/source/core/dataaccess/databasecontext.cxx770
-rw-r--r--dbaccess/source/core/dataaccess/databasecontext.hxx214
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx2090
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.hxx709
-rw-r--r--dbaccess/source/core/dataaccess/databaseregistrations.cxx377
-rw-r--r--dbaccess/source/core/dataaccess/databaseregistrations.hxx50
-rw-r--r--dbaccess/source/core/dataaccess/datasource.cxx1418
-rw-r--r--dbaccess/source/core/dataaccess/datasource.hxx239
-rw-r--r--dbaccess/source/core/dataaccess/definitioncontainer.cxx683
-rw-r--r--dbaccess/source/core/dataaccess/documentcontainer.cxx781
-rw-r--r--dbaccess/source/core/dataaccess/documentcontainer.hxx146
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.cxx2210
-rw-r--r--dbaccess/source/core/dataaccess/documentdefinition.hxx386
-rw-r--r--dbaccess/source/core/dataaccess/documenteventexecutor.cxx222
-rw-r--r--dbaccess/source/core/dataaccess/documenteventexecutor.hxx77
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.cxx300
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.hxx143
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.cxx251
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.hxx89
-rw-r--r--dbaccess/source/core/dataaccess/intercept.cxx446
-rw-r--r--dbaccess/source/core/dataaccess/intercept.hxx169
-rw-r--r--dbaccess/source/core/dataaccess/makefile.mk69
-rw-r--r--dbaccess/source/core/dataaccess/myucp_datasupplier.cxx393
-rw-r--r--dbaccess/source/core/dataaccess/myucp_datasupplier.hxx80
-rw-r--r--dbaccess/source/core/dataaccess/myucp_resultset.cxx99
-rw-r--r--dbaccess/source/core/dataaccess/myucp_resultset.hxx64
-rw-r--r--dbaccess/source/core/inc/ContainerListener.hxx89
-rw-r--r--dbaccess/source/core/inc/ContainerMediator.hxx105
-rw-r--r--dbaccess/source/core/inc/ContentHelper.hxx207
-rw-r--r--dbaccess/source/core/inc/DatabaseDataProvider.hxx281
-rw-r--r--dbaccess/source/core/inc/FilteredContainer.hxx147
-rw-r--r--dbaccess/source/core/inc/PropertyForward.hxx83
-rw-r--r--dbaccess/source/core/inc/RefreshListener.hxx56
-rw-r--r--dbaccess/source/core/inc/SingleSelectQueryComposer.hxx256
-rw-r--r--dbaccess/source/core/inc/TableDeco.hxx186
-rw-r--r--dbaccess/source/core/inc/View.hxx87
-rw-r--r--dbaccess/source/core/inc/callablestatement.hxx91
-rw-r--r--dbaccess/source/core/inc/column.hxx259
-rw-r--r--dbaccess/source/core/inc/columnsettings.hxx108
-rw-r--r--dbaccess/source/core/inc/commandbase.hxx64
-rw-r--r--dbaccess/source/core/inc/composertools.hxx138
-rw-r--r--dbaccess/source/core/inc/containerapprove.hxx76
-rw-r--r--dbaccess/source/core/inc/core_resource.hrc110
-rw-r--r--dbaccess/source/core/inc/core_resource.hxx127
-rw-r--r--dbaccess/source/core/inc/datasettings.hxx95
-rw-r--r--dbaccess/source/core/inc/dbamiscres.hrc62
-rw-r--r--dbaccess/source/core/inc/definitioncolumn.hxx320
-rw-r--r--dbaccess/source/core/inc/definitioncontainer.hxx336
-rw-r--r--dbaccess/source/core/inc/module_dba.hxx43
-rw-r--r--dbaccess/source/core/inc/object.hxx42
-rw-r--r--dbaccess/source/core/inc/objectnameapproval.hxx90
-rw-r--r--dbaccess/source/core/inc/preparedstatement.hxx118
-rw-r--r--dbaccess/source/core/inc/querycomposer.hxx116
-rw-r--r--dbaccess/source/core/inc/querycontainer.hxx186
-rw-r--r--dbaccess/source/core/inc/recovery/dbdocrecovery.hxx91
-rw-r--r--dbaccess/source/core/inc/sdbcoretools.hxx82
-rw-r--r--dbaccess/source/core/inc/statement.hxx194
-rw-r--r--dbaccess/source/core/inc/table.hxx165
-rw-r--r--dbaccess/source/core/inc/tablecontainer.hxx119
-rw-r--r--dbaccess/source/core/inc/userinformation.hxx48
-rw-r--r--dbaccess/source/core/inc/veto.hxx73
-rw-r--r--dbaccess/source/core/inc/viewcontainer.hxx115
-rw-r--r--dbaccess/source/core/misc/ContainerListener.cxx132
-rw-r--r--dbaccess/source/core/misc/ContainerMediator.cxx264
-rw-r--r--dbaccess/source/core/misc/DatabaseDataProvider.cxx1172
-rw-r--r--dbaccess/source/core/misc/PropertyForward.cxx175
-rw-r--r--dbaccess/source/core/misc/apitools.cxx147
-rw-r--r--dbaccess/source/core/misc/dbastrings.cxx50
-rw-r--r--dbaccess/source/core/misc/dsntypes.cxx633
-rw-r--r--dbaccess/source/core/misc/makefile.mk60
-rw-r--r--dbaccess/source/core/misc/module_dba.cxx45
-rw-r--r--dbaccess/source/core/misc/objectnameapproval.cxx104
-rw-r--r--dbaccess/source/core/misc/sdbcoretools.cxx177
-rw-r--r--dbaccess/source/core/misc/services.cxx119
-rw-r--r--dbaccess/source/core/misc/userinformation.cxx51
-rw-r--r--dbaccess/source/core/misc/veto.cxx78
-rw-r--r--dbaccess/source/core/recovery/dbdocrecovery.cxx440
-rw-r--r--dbaccess/source/core/recovery/makefile.mk54
-rw-r--r--dbaccess/source/core/recovery/settingsimport.cxx297
-rw-r--r--dbaccess/source/core/recovery/settingsimport.hxx193
-rw-r--r--dbaccess/source/core/recovery/storagestream.cxx129
-rw-r--r--dbaccess/source/core/recovery/storagestream.hxx112
-rw-r--r--dbaccess/source/core/recovery/storagetextstream.cxx133
-rw-r--r--dbaccess/source/core/recovery/storagetextstream.hxx69
-rw-r--r--dbaccess/source/core/recovery/storagexmlstream.cxx200
-rw-r--r--dbaccess/source/core/recovery/storagexmlstream.hxx116
-rw-r--r--dbaccess/source/core/recovery/subcomponentloader.cxx203
-rw-r--r--dbaccess/source/core/recovery/subcomponentloader.hxx90
-rw-r--r--dbaccess/source/core/recovery/subcomponentrecovery.cxx705
-rw-r--r--dbaccess/source/core/recovery/subcomponentrecovery.hxx129
-rw-r--r--dbaccess/source/core/recovery/subcomponents.hxx91
-rw-r--r--dbaccess/source/core/resource/core_resource.cxx117
-rw-r--r--dbaccess/source/core/resource/makefile.mk51
-rw-r--r--dbaccess/source/core/resource/strings.src371
-rw-r--r--dbaccess/source/ext/adabas/ANewDb.cxx151
-rw-r--r--dbaccess/source/ext/adabas/ANewDb.hxx97
-rw-r--r--dbaccess/source/ext/adabas/ASQLNameEdit.hxx59
-rw-r--r--dbaccess/source/ext/adabas/ASqlNameEdit.cxx80
-rw-r--r--dbaccess/source/ext/adabas/Acomponentmodule.cxx295
-rw-r--r--dbaccess/source/ext/adabas/Acomponentmodule.hxx265
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.cxx749
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.hrc78
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.hxx151
-rw-r--r--dbaccess/source/ext/adabas/AdabasNewDb.src475
-rw-r--r--dbaccess/source/ext/adabas/Aservices.cxx90
-rw-r--r--dbaccess/source/ext/adabas/Astringconstants.cxx62
-rw-r--r--dbaccess/source/ext/adabas/Astringconstants.hrc103
-rw-r--r--dbaccess/source/ext/adabas/adabasui.component34
-rw-r--r--dbaccess/source/ext/adabas/adabasui.dxp3
-rw-r--r--dbaccess/source/ext/adabas/adabasui_resource.hrc92
-rw-r--r--dbaccess/source/ext/adabas/adabasuistrings.cxx37
-rw-r--r--dbaccess/source/ext/adabas/adabasuistrings.hrc42
-rw-r--r--dbaccess/source/ext/adabas/exports.dxp2
-rw-r--r--dbaccess/source/ext/adabas/makefile.mk100
-rw-r--r--dbaccess/source/ext/macromigration/dbmm.component34
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_global.hrc86
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_module.cxx47
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_module.hxx47
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_services.cxx54
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_types.cxx66
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_types.hxx73
-rw-r--r--dbaccess/source/ext/macromigration/docinteraction.cxx145
-rw-r--r--dbaccess/source/ext/macromigration/docinteraction.hxx98
-rw-r--r--dbaccess/source/ext/macromigration/macromigration.hrc96
-rw-r--r--dbaccess/source/ext/macromigration/macromigration.src464
-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.hxx184
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationwizard.cxx266
-rw-r--r--dbaccess/source/ext/macromigration/makefile.mk109
-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.hxx175
-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.cxx219
-rw-r--r--dbaccess/source/ext/macromigration/progressmixer.hxx103
-rw-r--r--dbaccess/source/ext/macromigration/rangeprogressbar.hxx107
-rw-r--r--dbaccess/source/filter/xml/dbaxml.component49
-rw-r--r--dbaccess/source/filter/xml/dbloader2.cxx660
-rw-r--r--dbaccess/source/filter/xml/makefile.mk121
-rw-r--r--dbaccess/source/filter/xml/xmlAutoStyle.cxx102
-rw-r--r--dbaccess/source/filter/xml/xmlAutoStyle.hxx60
-rw-r--r--dbaccess/source/filter/xml/xmlColumn.cxx195
-rw-r--r--dbaccess/source/filter/xml/xmlColumn.hxx69
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.cxx136
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.hxx63
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionData.cxx122
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionData.hxx59
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionResource.cxx115
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionResource.hxx53
-rw-r--r--dbaccess/source/filter/xml/xmlDataSource.cxx284
-rw-r--r--dbaccess/source/filter/xml/xmlDataSource.hxx65
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceInfo.cxx156
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceInfo.hxx53
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.cxx254
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.hxx78
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSettings.cxx97
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSettings.hxx54
-rw-r--r--dbaccess/source/filter/xml/xmlDatabase.cxx161
-rw-r--r--dbaccess/source/filter/xml/xmlDatabase.hxx57
-rw-r--r--dbaccess/source/filter/xml/xmlDatabaseDescription.cxx109
-rw-r--r--dbaccess/source/filter/xml/xmlDatabaseDescription.hxx59
-rw-r--r--dbaccess/source/filter/xml/xmlDocuments.cxx130
-rw-r--r--dbaccess/source/filter/xml/xmlDocuments.hxx76
-rw-r--r--dbaccess/source/filter/xml/xmlEnums.hxx175
-rw-r--r--dbaccess/source/filter/xml/xmlExport.cxx1454
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx204
-rw-r--r--dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx138
-rw-r--r--dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx53
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.cxx170
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.hxx72
-rw-r--r--dbaccess/source/filter/xml/xmlHierarchyCollection.cxx176
-rw-r--r--dbaccess/source/filter/xml/xmlHierarchyCollection.hxx78
-rw-r--r--dbaccess/source/filter/xml/xmlLogin.cxx142
-rw-r--r--dbaccess/source/filter/xml/xmlLogin.hxx53
-rw-r--r--dbaccess/source/filter/xml/xmlQuery.cxx155
-rw-r--r--dbaccess/source/filter/xml/xmlQuery.hxx65
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.cxx178
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.hxx53
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx330
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.hxx139
-rw-r--r--dbaccess/source/filter/xml/xmlTable.cxx270
-rw-r--r--dbaccess/source/filter/xml/xmlTable.hxx88
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterList.cxx111
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterList.hxx80
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterPattern.cxx73
-rw-r--r--dbaccess/source/filter/xml/xmlTableFilterPattern.hxx57
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.cxx921
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.hxx175
-rw-r--r--dbaccess/source/filter/xml/xmlservices.cxx100
-rw-r--r--dbaccess/source/inc/OAuthenticationContinuation.hxx84
-rw-r--r--dbaccess/source/inc/apitools.hxx443
-rw-r--r--dbaccess/source/inc/constasciistring.hxx64
-rw-r--r--dbaccess/source/inc/dbadllapi.hxx44
-rw-r--r--dbaccess/source/inc/dbastrings.hrc53
-rw-r--r--dbaccess/source/inc/dbu_reghelper.hxx50
-rw-r--r--dbaccess/source/inc/dbustrings.hrc78
-rw-r--r--dbaccess/source/inc/dsntypes.hxx243
-rw-r--r--dbaccess/source/inc/flt_reghelper.hxx50
-rw-r--r--dbaccess/source/inc/registrationhelper.hxx160
-rw-r--r--dbaccess/source/inc/sdbtstrings.hrc42
-rw-r--r--dbaccess/source/inc/stringconstants.hrc435
-rw-r--r--dbaccess/source/inc/stringconstants.inc270
-rw-r--r--dbaccess/source/inc/xmlstrings.hrc45
-rw-r--r--dbaccess/source/sdbtools/connection/connectiondependent.hxx158
-rw-r--r--dbaccess/source/sdbtools/connection/connectiontools.cxx189
-rw-r--r--dbaccess/source/sdbtools/connection/connectiontools.hxx111
-rw-r--r--dbaccess/source/sdbtools/connection/datasourcemetadata.cxx89
-rw-r--r--dbaccess/source/sdbtools/connection/datasourcemetadata.hxx94
-rw-r--r--dbaccess/source/sdbtools/connection/makefile.mk49
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.cxx494
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.hxx100
-rw-r--r--dbaccess/source/sdbtools/connection/tablename.cxx278
-rw-r--r--dbaccess/source/sdbtools/connection/tablename.hxx105
-rw-r--r--dbaccess/source/sdbtools/inc/module_sdbt.hxx47
-rw-r--r--dbaccess/source/sdbtools/inc/sdbt_resource.hrc48
-rw-r--r--dbaccess/source/sdbtools/misc/makefile.mk47
-rw-r--r--dbaccess/source/sdbtools/misc/module_sdbt.cxx45
-rw-r--r--dbaccess/source/sdbtools/misc/sdbt_services.cxx86
-rw-r--r--dbaccess/source/sdbtools/resource/makefile.mk45
-rw-r--r--dbaccess/source/sdbtools/resource/sdbt_strings.src65
-rw-r--r--dbaccess/source/shared/dbu_reghelper.cxx46
-rw-r--r--dbaccess/source/shared/dbustrings.cxx76
-rw-r--r--dbaccess/source/shared/flt_reghelper.cxx46
-rw-r--r--dbaccess/source/shared/makefile.mk67
-rw-r--r--dbaccess/source/shared/registrationhelper.cxx169
-rw-r--r--dbaccess/source/shared/sdbtstrings.cxx38
-rw-r--r--dbaccess/source/shared/xmlstrings.cxx38
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3012
-rw-r--r--dbaccess/source/ui/app/AppController.hxx578
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx818
-rw-r--r--dbaccess/source/ui/app/AppControllerGen.cxx846
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx1407
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx374
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx955
-rw-r--r--dbaccess/source/ui/app/AppDetailView.hxx380
-rw-r--r--dbaccess/source/ui/app/AppIconControl.cxx120
-rw-r--r--dbaccess/source/ui/app/AppIconControl.hxx60
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.cxx215
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.hxx106
-rw-r--r--dbaccess/source/ui/app/AppTitleWindow.cxx182
-rw-r--r--dbaccess/source/ui/app/AppTitleWindow.hxx85
-rw-r--r--dbaccess/source/ui/app/AppView.cxx601
-rw-r--r--dbaccess/source/ui/app/AppView.hxx316
-rw-r--r--dbaccess/source/ui/app/IApplicationController.hxx103
-rw-r--r--dbaccess/source/ui/app/app.src478
-rw-r--r--dbaccess/source/ui/app/dbu_app.hrc78
-rw-r--r--dbaccess/source/ui/app/makefile.mk69
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.cxx614
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.hxx139
-rw-r--r--dbaccess/source/ui/app/window_layout.txt31
-rw-r--r--dbaccess/source/ui/browser/AsyncronousLink.cxx109
-rw-r--r--dbaccess/source/ui/browser/bcommon.src34
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx3074
-rw-r--r--dbaccess/source/ui/browser/brwview.cxx374
-rw-r--r--dbaccess/source/ui/browser/dataview.cxx226
-rw-r--r--dbaccess/source/ui/browser/dbexchange.cxx265
-rw-r--r--dbaccess/source/ui/browser/dbloader.cxx361
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.cxx52
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx72
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.cxx125
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx80
-rw-r--r--dbaccess/source/ui/browser/dsEntriesNoExp.cxx269
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx298
-rw-r--r--dbaccess/source/ui/browser/exsrcbrw.cxx480
-rw-r--r--dbaccess/source/ui/browser/formadapter.cxx1777
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx1636
-rw-r--r--dbaccess/source/ui/browser/makefile.mk71
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src200
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx1660
-rw-r--r--dbaccess/source/ui/browser/sbagrid.src140
-rw-r--r--dbaccess/source/ui/browser/sbamultiplex.cxx111
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx3914
-rw-r--r--dbaccess/source/ui/control/ColumnControlWindow.cxx187
-rw-r--r--dbaccess/source/ui/control/FieldDescControl.cxx1941
-rw-r--r--dbaccess/source/ui/control/RelationControl.cxx717
-rw-r--r--dbaccess/source/ui/control/ScrollHelper.cxx79
-rw-r--r--dbaccess/source/ui/control/SqlNameEdit.cxx100
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.cxx500
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.src70
-rw-r--r--dbaccess/source/ui/control/VertSplitView.cxx219
-rw-r--r--dbaccess/source/ui/control/charsetlistbox.cxx122
-rw-r--r--dbaccess/source/ui/control/curledit.cxx157
-rw-r--r--dbaccess/source/ui/control/dbtreelistbox.cxx725
-rw-r--r--dbaccess/source/ui/control/listviewitems.cxx84
-rw-r--r--dbaccess/source/ui/control/makefile.mk78
-rw-r--r--dbaccess/source/ui/control/marktree.cxx242
-rw-r--r--dbaccess/source/ui/control/opendoccontrols.cxx335
-rw-r--r--dbaccess/source/ui/control/sqledit.cxx227
-rw-r--r--dbaccess/source/ui/control/statusbarontroller.cxx51
-rw-r--r--dbaccess/source/ui/control/tabletree.cxx685
-rw-r--r--dbaccess/source/ui/control/tabletree.hrc37
-rw-r--r--dbaccess/source/ui/control/tabletree.src91
-rw-r--r--dbaccess/source/ui/control/toolboxcontroller.cxx279
-rw-r--r--dbaccess/source/ui/control/undosqledit.cxx48
-rw-r--r--dbaccess/source/ui/control/undosqledit.src35
-rw-r--r--dbaccess/source/ui/dlg/AdabasPage.hrc50
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.cxx305
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.hrc52
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.hxx86
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.src208
-rw-r--r--dbaccess/source/ui/dlg/AutoControls.src97
-rw-r--r--dbaccess/source/ui/dlg/AutoControls_tmpl.hrc517
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.cxx340
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.hrc50
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.src159
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx905
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.hxx134
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.cxx378
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hrc59
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx109
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.src190
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.cxx244
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.hxx102
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx978
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx344
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.cxx1222
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.hxx196
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx119
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.hxx112
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.cxx270
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.hrc54
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.src179
-rw-r--r--dbaccess/source/ui/dlg/TablesSingleDlg.cxx140
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.cxx549
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx124
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.cxx354
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.hrc59
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.hxx92
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.src218
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx213
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.hrc33
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.src58
-rw-r--r--dbaccess/source/ui/dlg/admincontrols.cxx314
-rwxr-xr-xdbaccess/source/ui/dlg/admincontrols.hrc49
-rw-r--r--dbaccess/source/ui/dlg/admincontrols.hxx85
-rw-r--r--dbaccess/source/ui/dlg/admincontrols.src131
-rw-r--r--dbaccess/source/ui/dlg/adminpages.cxx356
-rw-r--r--dbaccess/source/ui/dlg/adminpages.hxx293
-rw-r--r--dbaccess/source/ui/dlg/adodatalinks.cxx212
-rw-r--r--dbaccess/source/ui/dlg/adodatalinks.hxx37
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx532
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.hrc47
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.src108
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.cxx604
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.hrc77
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.hxx158
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.src386
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.cxx517
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.hrc111
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.src807
-rw-r--r--dbaccess/source/ui/dlg/dbadmin2.src154
-rw-r--r--dbaccess/source/ui/dlg/dbadminsetup.hrc135
-rw-r--r--dbaccess/source/ui/dlg/dbadminsetup.src656
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.cxx554
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hrc26
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hxx156
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.src197
-rw-r--r--dbaccess/source/ui/dlg/dbwiz.cxx386
-rw-r--r--dbaccess/source/ui/dlg/dbwizsetup.cxx1139
-rw-r--r--dbaccess/source/ui/dlg/detailpages.cxx1128
-rw-r--r--dbaccess/source/ui/dlg/detailpages.hxx373
-rw-r--r--dbaccess/source/ui/dlg/directsql.cxx351
-rw-r--r--dbaccess/source/ui/dlg/directsql.hrc43
-rw-r--r--dbaccess/source/ui/dlg/directsql.src139
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.cxx112
-rw-r--r--dbaccess/source/ui/dlg/dlgattr.src91
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.cxx448
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.hrc53
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.src143
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.cxx124
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.hrc39
-rw-r--r--dbaccess/source/ui/dlg/dlgsize.src151
-rw-r--r--dbaccess/source/ui/dlg/dsnItem.hxx71
-rw-r--r--dbaccess/source/ui/dlg/dsselect.cxx279
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hrc41
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx97
-rw-r--r--dbaccess/source/ui/dlg/dsselect.src109
-rw-r--r--dbaccess/source/ui/dlg/finteraction.cxx85
-rw-r--r--dbaccess/source/ui/dlg/finteraction.hxx73
-rw-r--r--dbaccess/source/ui/dlg/generalpage.cxx638
-rw-r--r--dbaccess/source/ui/dlg/generalpage.hxx170
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx925
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.hrc49
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.src235
-rw-r--r--dbaccess/source/ui/dlg/indexfieldscontrol.cxx509
-rw-r--r--dbaccess/source/ui/dlg/makefile.mk154
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx395
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx142
-rw-r--r--dbaccess/source/ui/dlg/optionalboolitem.cxx79
-rw-r--r--dbaccess/source/ui/dlg/optionalboolitem.hxx70
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx427
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.hrc46
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.src102
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.cxx873
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.hrc64
-rw-r--r--dbaccess/source/ui/dlg/queryfilter.src220
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx310
-rw-r--r--dbaccess/source/ui/dlg/queryorder.hrc57
-rw-r--r--dbaccess/source/ui/dlg/queryorder.src180
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.cxx779
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.hrc50
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.src145
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx631
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx123
-rw-r--r--dbaccess/source/ui/dlg/textconnectionsettings.cxx109
-rw-r--r--dbaccess/source/ui/dlg/textconnectionsettings.src61
-rw-r--r--dbaccess/source/ui/imagelists/dbimagelists.src169
-rw-r--r--dbaccess/source/ui/imagelists/makefile.mk49
-rw-r--r--dbaccess/source/ui/inc/AccessibleBaseIFace.hxx55
-rw-r--r--dbaccess/source/ui/inc/AppElementType.hxx68
-rw-r--r--dbaccess/source/ui/inc/CollectionView.hxx90
-rw-r--r--dbaccess/source/ui/inc/ColumnControlWindow.hxx85
-rw-r--r--dbaccess/source/ui/inc/ConnectionLine.hxx112
-rw-r--r--dbaccess/source/ui/inc/ConnectionLineAccess.hxx110
-rw-r--r--dbaccess/source/ui/inc/ConnectionLineData.hxx102
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx188
-rw-r--r--dbaccess/source/ui/inc/FieldControls.hxx191
-rw-r--r--dbaccess/source/ui/inc/FieldDescControl.hxx234
-rw-r--r--dbaccess/source/ui/inc/FieldDescriptions.hxx125
-rw-r--r--dbaccess/source/ui/inc/GeneralUndo.hxx57
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx92
-rw-r--r--dbaccess/source/ui/inc/IClipBoardTest.hxx50
-rw-r--r--dbaccess/source/ui/inc/IItemSetHelper.hxx72
-rw-r--r--dbaccess/source/ui/inc/IUpdateHelper.hxx54
-rw-r--r--dbaccess/source/ui/inc/JAccess.hxx89
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx178
-rw-r--r--dbaccess/source/ui/inc/JoinDesignView.hxx87
-rw-r--r--dbaccess/source/ui/inc/JoinExchange.hxx89
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx326
-rw-r--r--dbaccess/source/ui/inc/QEnumTypes.hxx92
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx177
-rw-r--r--dbaccess/source/ui/inc/QueryTableView.hxx145
-rw-r--r--dbaccess/source/ui/inc/QueryTextView.hxx74
-rw-r--r--dbaccess/source/ui/inc/QueryViewSwitch.hxx106
-rw-r--r--dbaccess/source/ui/inc/RTableConnectionData.hxx102
-rw-r--r--dbaccess/source/ui/inc/RefFunctor.hxx56
-rw-r--r--dbaccess/source/ui/inc/RelControliFace.hxx61
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hrc34
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hxx105
-rw-r--r--dbaccess/source/ui/inc/RelationController.hxx99
-rw-r--r--dbaccess/source/ui/inc/RelationDesignView.hxx68
-rw-r--r--dbaccess/source/ui/inc/RelationDlg.hxx115
-rw-r--r--dbaccess/source/ui/inc/RelationTableView.hxx84
-rw-r--r--dbaccess/source/ui/inc/RtfReader.hxx80
-rw-r--r--dbaccess/source/ui/inc/ScrollHelper.hxx77
-rw-r--r--dbaccess/source/ui/inc/SqlNameEdit.hxx110
-rw-r--r--dbaccess/source/ui/inc/TableConnection.hxx111
-rw-r--r--dbaccess/source/ui/inc/TableConnectionData.hxx114
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx157
-rw-r--r--dbaccess/source/ui/inc/TableCopyHelper.hxx200
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx102
-rw-r--r--dbaccess/source/ui/inc/TableDesignHelpBar.hxx75
-rw-r--r--dbaccess/source/ui/inc/TableDesignView.hxx123
-rw-r--r--dbaccess/source/ui/inc/TableFieldDescription.hxx163
-rw-r--r--dbaccess/source/ui/inc/TableGrantCtrl.hxx117
-rw-r--r--dbaccess/source/ui/inc/TableRow.hxx90
-rw-r--r--dbaccess/source/ui/inc/TableRowExchange.hxx53
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx211
-rw-r--r--dbaccess/source/ui/inc/TableWindowAccess.hxx121
-rw-r--r--dbaccess/source/ui/inc/TableWindowData.hxx106
-rw-r--r--dbaccess/source/ui/inc/TableWindowListBox.hxx111
-rw-r--r--dbaccess/source/ui/inc/TableWindowTitle.hxx59
-rw-r--r--dbaccess/source/ui/inc/TablesSingleDlg.hxx87
-rw-r--r--dbaccess/source/ui/inc/TokenWriter.hxx257
-rw-r--r--dbaccess/source/ui/inc/TypeInfo.hxx146
-rw-r--r--dbaccess/source/ui/inc/UITools.hxx456
-rw-r--r--dbaccess/source/ui/inc/UserAdminDlg.hxx93
-rw-r--r--dbaccess/source/ui/inc/VertSplitView.hxx60
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx108
-rw-r--r--dbaccess/source/ui/inc/WColumnSelect.hxx105
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx423
-rw-r--r--dbaccess/source/ui/inc/WExtendPages.hxx86
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx102
-rw-r--r--dbaccess/source/ui/inc/WTabPage.hxx60
-rw-r--r--dbaccess/source/ui/inc/WTypeSelect.hxx144
-rw-r--r--dbaccess/source/ui/inc/adtabdlg.hxx127
-rw-r--r--dbaccess/source/ui/inc/advancedsettingsdlg.hxx97
-rw-r--r--dbaccess/source/ui/inc/asyncmodaldialog.hxx67
-rw-r--r--dbaccess/source/ui/inc/browserids.hxx121
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx372
-rw-r--r--dbaccess/source/ui/inc/brwview.hxx117
-rw-r--r--dbaccess/source/ui/inc/callbacks.hxx129
-rw-r--r--dbaccess/source/ui/inc/charsetlistbox.hxx68
-rw-r--r--dbaccess/source/ui/inc/charsets.hxx144
-rw-r--r--dbaccess/source/ui/inc/commontypes.hxx58
-rw-r--r--dbaccess/source/ui/inc/curledit.hxx89
-rw-r--r--dbaccess/source/ui/inc/databaseobjectview.hxx264
-rw-r--r--dbaccess/source/ui/inc/datasourceconnector.hxx96
-rw-r--r--dbaccess/source/ui/inc/datasourcemap.hxx266
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx139
-rw-r--r--dbaccess/source/ui/inc/dbexchange.hxx99
-rw-r--r--dbaccess/source/ui/inc/dbtreelistbox.hxx170
-rw-r--r--dbaccess/source/ui/inc/dbu_brw.hrc55
-rw-r--r--dbaccess/source/ui/inc/dbu_control.hrc56
-rw-r--r--dbaccess/source/ui/inc/dbu_dlg.hrc135
-rw-r--r--dbaccess/source/ui/inc/dbu_misc.hrc62
-rw-r--r--dbaccess/source/ui/inc/dbu_qry.hrc96
-rw-r--r--dbaccess/source/ui/inc/dbu_rel.hrc50
-rw-r--r--dbaccess/source/ui/inc/dbu_resource.hrc395
-rw-r--r--dbaccess/source/ui/inc/dbu_tbl.hrc99
-rw-r--r--dbaccess/source/ui/inc/dbu_uno.hrc56
-rw-r--r--dbaccess/source/ui/inc/dbwiz.hxx135
-rw-r--r--dbaccess/source/ui/inc/dbwizsetup.hxx197
-rw-r--r--dbaccess/source/ui/inc/defaultobjectnamecheck.hxx146
-rw-r--r--dbaccess/source/ui/inc/directsql.hxx141
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hrc37
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hxx64
-rw-r--r--dbaccess/source/ui/inc/dlgsave.hxx99
-rw-r--r--dbaccess/source/ui/inc/dlgsize.hxx72
-rw-r--r--dbaccess/source/ui/inc/dsitems.hxx108
-rw-r--r--dbaccess/source/ui/inc/dsmeta.hxx146
-rw-r--r--dbaccess/source/ui/inc/exsrcbrw.hxx115
-rw-r--r--dbaccess/source/ui/inc/formadapter.hxx449
-rw-r--r--dbaccess/source/ui/inc/imageprovider.hxx158
-rw-r--r--dbaccess/source/ui/inc/indexcollection.hxx119
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx185
-rw-r--r--dbaccess/source/ui/inc/indexes.hxx105
-rw-r--r--dbaccess/source/ui/inc/indexfieldscontrol.hxx112
-rw-r--r--dbaccess/source/ui/inc/linkeddocuments.hxx141
-rw-r--r--dbaccess/source/ui/inc/listviewitems.hxx70
-rw-r--r--dbaccess/source/ui/inc/localresaccess.hxx62
-rw-r--r--dbaccess/source/ui/inc/makefile.mk43
-rw-r--r--dbaccess/source/ui/inc/marktree.hxx86
-rw-r--r--dbaccess/source/ui/inc/moduledbu.hxx106
-rw-r--r--dbaccess/source/ui/inc/objectnamecheck.hxx77
-rw-r--r--dbaccess/source/ui/inc/opendoccontrols.hxx95
-rw-r--r--dbaccess/source/ui/inc/paramdialog.hxx126
-rw-r--r--dbaccess/source/ui/inc/propertysetitem.hxx69
-rw-r--r--dbaccess/source/ui/inc/propertystorage.hxx97
-rw-r--r--dbaccess/source/ui/inc/querycontainerwindow.hxx126
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx261
-rw-r--r--dbaccess/source/ui/inc/queryfilter.hxx149
-rw-r--r--dbaccess/source/ui/inc/queryorder.hxx130
-rw-r--r--dbaccess/source/ui/inc/queryview.hxx60
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hrc107
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx345
-rw-r--r--dbaccess/source/ui/inc/sbamultiplex.hxx438
-rw-r--r--dbaccess/source/ui/inc/singledoccontroller.hxx93
-rw-r--r--dbaccess/source/ui/inc/sqledit.hxx91
-rw-r--r--dbaccess/source/ui/inc/sqlmessage.hxx137
-rw-r--r--dbaccess/source/ui/inc/statusbarontroller.hxx54
-rw-r--r--dbaccess/source/ui/inc/stringlistitem.hxx68
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx200
-rw-r--r--dbaccess/source/ui/inc/textconnectionsettings.hxx82
-rw-r--r--dbaccess/source/ui/inc/toolbox_tmpl.hrc100
-rw-r--r--dbaccess/source/ui/inc/toolboxcontroller.hxx75
-rw-r--r--dbaccess/source/ui/inc/undosqledit.hxx59
-rw-r--r--dbaccess/source/ui/inc/unoadmin.hxx81
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx500
-rw-r--r--dbaccess/source/ui/inc/unosqlmessage.hxx90
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx904
-rw-r--r--dbaccess/source/ui/misc/HtmlReader.cxx593
-rw-r--r--dbaccess/source/ui/misc/ModuleHelper.cxx44
-rw-r--r--dbaccess/source/ui/misc/RowSetDrop.cxx275
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx375
-rw-r--r--dbaccess/source/ui/misc/TableCopyHelper.cxx344
-rw-r--r--dbaccess/source/ui/misc/TokenWriter.cxx1111
-rw-r--r--dbaccess/source/ui/misc/ToolBoxHelper.cxx125
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx1697
-rw-r--r--dbaccess/source/ui/misc/UpdateHelperImpl.hxx151
-rw-r--r--dbaccess/source/ui/misc/WCPage.cxx383
-rw-r--r--dbaccess/source/ui/misc/WColumnSelect.cxx426
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx1693
-rw-r--r--dbaccess/source/ui/misc/WExtendPages.cxx86
-rw-r--r--dbaccess/source/ui/misc/WNameMatch.cxx412
-rw-r--r--dbaccess/source/ui/misc/WTypeSelect.cxx483
-rw-r--r--dbaccess/source/ui/misc/WizardPages.hrc81
-rw-r--r--dbaccess/source/ui/misc/WizardPages.src592
-rw-r--r--dbaccess/source/ui/misc/asyncmodaldialog.cxx115
-rw-r--r--dbaccess/source/ui/misc/charsets.cxx186
-rw-r--r--dbaccess/source/ui/misc/controllerframe.cxx441
-rw-r--r--dbaccess/source/ui/misc/databaseobjectview.cxx346
-rw-r--r--dbaccess/source/ui/misc/datasourceconnector.cxx235
-rw-r--r--dbaccess/source/ui/misc/dbaundomanager.cxx394
-rw-r--r--dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx672
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.hrc62
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.src100
-rw-r--r--dbaccess/source/ui/misc/defaultobjectnamecheck.cxx206
-rw-r--r--dbaccess/source/ui/misc/dsmeta.cxx217
-rw-r--r--dbaccess/source/ui/misc/imageprovider.cxx251
-rw-r--r--dbaccess/source/ui/misc/indexcollection.cxx402
-rw-r--r--dbaccess/source/ui/misc/linkeddocuments.cxx411
-rw-r--r--dbaccess/source/ui/misc/makefile.mk88
-rw-r--r--dbaccess/source/ui/misc/moduledbu.cxx140
-rw-r--r--dbaccess/source/ui/misc/propertysetitem.cxx86
-rw-r--r--dbaccess/source/ui/misc/propertystorage.cxx139
-rw-r--r--dbaccess/source/ui/misc/singledoccontroller.cxx204
-rw-r--r--dbaccess/source/ui/misc/stringlistitem.cxx87
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx139
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLine.cxx385
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx251
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineData.cxx104
-rw-r--r--dbaccess/source/ui/querydesign/JAccess.cxx131
-rw-r--r--dbaccess/source/ui/querydesign/JoinController.cxx475
-rw-r--r--dbaccess/source/ui/querydesign/JoinDesignView.cxx128
-rw-r--r--dbaccess/source/ui/querydesign/JoinExchange.cxx179
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx1717
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnection.cxx99
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnection.hxx59
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnectionData.cxx169
-rw-r--r--dbaccess/source/ui/querydesign/QTableConnectionData.hxx91
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx241
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.hxx94
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindowData.cxx60
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindowData.hxx55
-rw-r--r--dbaccess/source/ui/querydesign/Query.hrc35
-rw-r--r--dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx63
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx161
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx50
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx3217
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx52
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx68
-rw-r--r--dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx86
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx139
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx59
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx66
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx137
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx87
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx1035
-rw-r--r--dbaccess/source/ui/querydesign/QueryTextView.cxx153
-rw-r--r--dbaccess/source/ui/querydesign/QueryViewSwitch.cxx344
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2834
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx347
-rw-r--r--dbaccess/source/ui/querydesign/TableConnection.cxx246
-rw-r--r--dbaccess/source/ui/querydesign/TableConnectionData.cxx198
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldDescription.cxx242
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldInfo.cxx57
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldInfo.hxx55
-rw-r--r--dbaccess/source/ui/querydesign/TableWindow.cxx803
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx294
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowData.cxx156
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowListBox.cxx402
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowTitle.cxx210
-rw-r--r--dbaccess/source/ui/querydesign/class.jpgbin0 -> 224242 bytes-rw-r--r--dbaccess/source/ui/querydesign/makefile.mk89
-rw-r--r--dbaccess/source/ui/querydesign/query.src426
-rw-r--r--dbaccess/source/ui/querydesign/querycontainerwindow.cxx265
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx1868
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.cxx375
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.hrc61
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.hxx108
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.src195
-rw-r--r--dbaccess/source/ui/querydesign/queryview.cxx58
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.cxx150
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.hxx57
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnectionData.cxx466
-rw-r--r--dbaccess/source/ui/relationdesign/RTableWindow.hxx51
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx612
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx115
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx446
-rw-r--r--dbaccess/source/ui/relationdesign/makefile.mk58
-rw-r--r--dbaccess/source/ui/relationdesign/relation.src83
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx182
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx86
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescriptions.cxx682
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.cxx1944
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.hxx222
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx1600
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignControl.cxx224
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx125
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignView.cxx375
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.cxx156
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.hxx72
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx320
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx111
-rw-r--r--dbaccess/source/ui/tabledesign/TableRow.cxx229
-rw-r--r--dbaccess/source/ui/tabledesign/TableRowExchange.cxx84
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.cxx476
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.hxx172
-rw-r--r--dbaccess/source/ui/tabledesign/makefile.mk65
-rw-r--r--dbaccess/source/ui/tabledesign/table.src466
-rw-r--r--dbaccess/source/ui/uno/AdabasSettingsDlg.cxx129
-rw-r--r--dbaccess/source/ui/uno/AdabasSettingsDlg.hxx82
-rw-r--r--dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx162
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.cxx142
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.hxx56
-rw-r--r--dbaccess/source/ui/uno/ColumnModel.cxx168
-rw-r--r--dbaccess/source/ui/uno/ColumnModel.hxx115
-rw-r--r--dbaccess/source/ui/uno/ColumnPeer.cxx165
-rw-r--r--dbaccess/source/ui/uno/ColumnPeer.hxx64
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlg.cxx128
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlg.hxx82
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx152
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx86
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.cxx129
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.hxx82
-rw-r--r--dbaccess/source/ui/uno/UserSettingsDlg.cxx129
-rw-r--r--dbaccess/source/ui/uno/UserSettingsDlg.hxx82
-rw-r--r--dbaccess/source/ui/uno/admindlg.cxx135
-rw-r--r--dbaccess/source/ui/uno/admindlg.hxx82
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.cxx211
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.hxx146
-rw-r--r--dbaccess/source/ui/uno/copytablewizard.cxx1643
-rw-r--r--dbaccess/source/ui/uno/copytablewizard.src83
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx379
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.hxx188
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.src41
-rw-r--r--dbaccess/source/ui/uno/makefile.mk76
-rw-r--r--dbaccess/source/ui/uno/textconnectionsettings_uno.cxx265
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.cxx138
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.hxx82
-rw-r--r--dbaccess/source/ui/uno/unoadmin.cxx125
-rw-r--r--dbaccess/source/ui/uno/unosqlmessage.cxx166
-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/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/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/menubar/menubar.xml76
-rw-r--r--dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml27
-rw-r--r--dbaccess/util/dba.component63
-rw-r--r--dbaccess/util/dba.pmk29
-rw-r--r--dbaccess/util/dbu.component116
-rw-r--r--dbaccess/util/hidother.src503
-rw-r--r--dbaccess/util/makefile.mk262
-rw-r--r--dbaccess/util/makefile.pmk31
-rw-r--r--dbaccess/util/sdbt.component34
-rw-r--r--dbaccess/win32/source/odbcconfig/makefile.mk54
-rw-r--r--dbaccess/win32/source/odbcconfig/odbcconfig.cxx161
-rw-r--r--default_images/README.txt8
-rw-r--r--default_images/avmedia/res/av02048.pngbin0 -> 437 bytes-rw-r--r--default_images/avmedia/res/av02049.pngbin0 -> 534 bytes-rw-r--r--default_images/avmedia/res/av02050.pngbin0 -> 455 bytes-rw-r--r--default_images/avmedia/res/av02051.pngbin0 -> 469 bytes-rw-r--r--default_images/avmedia/res/av02052.pngbin0 -> 578 bytes-rw-r--r--default_images/avmedia/res/av02053.pngbin0 -> 266 bytes-rw-r--r--default_images/avmedia/res/av02054.pngbin0 -> 772 bytes-rw-r--r--default_images/avmedia/res/avaudiologo.pngbin0 -> 2574 bytes-rw-r--r--default_images/avmedia/res/avemptylogo.pngbin0 -> 516 bytes-rw-r--r--default_images/avmedia/res/avl02048.pngbin0 -> 863 bytes-rw-r--r--default_images/avmedia/res/avl02049.pngbin0 -> 737 bytes-rw-r--r--default_images/avmedia/res/avl02050.pngbin0 -> 649 bytes-rw-r--r--default_images/avmedia/res/avl02051.pngbin0 -> 633 bytes-rw-r--r--default_images/avmedia/res/avl02052.pngbin0 -> 889 bytes-rw-r--r--default_images/avmedia/res/avl02053.pngbin0 -> 410 bytes-rw-r--r--default_images/avmedia/res/avl02054.pngbin0 -> 1359 bytes-rw-r--r--default_images/basctl/res/im01.pngbin0 -> 458 bytes-rw-r--r--default_images/basctl/res/locked.pngbin0 -> 234 bytes-rw-r--r--default_images/brand/about-pt_BR.pngbin0 -> 11941 bytes-rw-r--r--default_images/brand/about-pt_BR.svg948
-rw-r--r--default_images/brand/about.pngbin0 -> 12956 bytes-rw-r--r--default_images/brand/intro-pt_BR.pngbin0 -> 29187 bytes-rw-r--r--default_images/brand/intro-pt_BR.svg1814
-rw-r--r--default_images/brand/intro.pngbin0 -> 31528 bytes-rw-r--r--default_images/brand/shell/backing-pt_BR.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing.pngbin0 -> 19498 bytes-rw-r--r--default_images/brand/shell/backing_left-pt_BR.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing_left-pt_BR.svg1054
-rw-r--r--default_images/brand/shell/backing_left.pngbin0 -> 19498 bytes-rw-r--r--default_images/brand/shell/backing_left_hc-pt_BR.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing_left_hc.pngbin0 -> 19498 bytes-rw-r--r--default_images/brand/shell/backing_right-pt_BR.pngbin0 -> 6396 bytes-rw-r--r--default_images/brand/shell/backing_right.pngbin0 -> 6396 bytes-rw-r--r--default_images/brand/shell/backing_rtl_left-pt_BR.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing_rtl_left.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing_rtl_left_hc-pt_BR.pngbin0 -> 18149 bytes-rw-r--r--default_images/brand/shell/backing_rtl_right-pt_BR.pngbin0 -> 6396 bytes-rw-r--r--default_images/brand/shell/backing_rtl_right.pngbin0 -> 6396 bytes-rw-r--r--default_images/brand/shell/backing_rtl_right_hc-pt_BR.pngbin0 -> 6396 bytes-rw-r--r--default_images/brand/shell/backing_space.pngbin0 -> 336 bytes-rw-r--r--default_images/brand_dev/about-pt_BR.pngbin0 -> 7923 bytes-rw-r--r--default_images/brand_dev/about.pngbin0 -> 9246 bytes-rw-r--r--default_images/brand_dev/intro-pt_BR.pngbin0 -> 19114 bytes-rw-r--r--default_images/brand_dev/intro.pngbin0 -> 24676 bytes-rw-r--r--default_images/chart2/res/areas3d_52x60.pngbin0 -> 459 bytes-rw-r--r--default_images/chart2/res/areas_52x60.pngbin0 -> 400 bytes-rw-r--r--default_images/chart2/res/areasfull3d_52x60.pngbin0 -> 319 bytes-rw-r--r--default_images/chart2/res/areasfull_52x60.pngbin0 -> 287 bytes-rw-r--r--default_images/chart2/res/areaspiled3d_52x60.pngbin0 -> 484 bytes-rw-r--r--default_images/chart2/res/areaspiled_52x60.pngbin0 -> 358 bytes-rw-r--r--default_images/chart2/res/bar3d_52x60.pngbin0 -> 337 bytes-rw-r--r--default_images/chart2/res/bar3ddeep_52x60.pngbin0 -> 468 bytes-rw-r--r--default_images/chart2/res/bar_52x60.pngbin0 -> 227 bytes-rw-r--r--default_images/chart2/res/barpercent3d_52x60.pngbin0 -> 303 bytes-rw-r--r--default_images/chart2/res/barpercent_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/barstack3d_52x60.pngbin0 -> 307 bytes-rw-r--r--default_images/chart2/res/barstack_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/bubble_52x60.pngbin0 -> 979 bytes-rw-r--r--default_images/chart2/res/columnline_52x60.pngbin0 -> 281 bytes-rw-r--r--default_images/chart2/res/columnpercent3d_52x60.pngbin0 -> 324 bytes-rw-r--r--default_images/chart2/res/columnpercent_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/columns3d_52x60.pngbin0 -> 345 bytes-rw-r--r--default_images/chart2/res/columns3ddeep_52x60.pngbin0 -> 454 bytes-rw-r--r--default_images/chart2/res/columns_52x60.pngbin0 -> 214 bytes-rw-r--r--default_images/chart2/res/columnstack3d_52x60.pngbin0 -> 326 bytes-rw-r--r--default_images/chart2/res/columnstack_52x60.pngbin0 -> 218 bytes-rw-r--r--default_images/chart2/res/columnstackline_52x60.pngbin0 -> 247 bytes-rw-r--r--default_images/chart2/res/cone_52x60.pngbin0 -> 717 bytes-rw-r--r--default_images/chart2/res/conedeep_52x60.pngbin0 -> 742 bytes-rw-r--r--default_images/chart2/res/conehori_52x60.pngbin0 -> 623 bytes-rw-r--r--default_images/chart2/res/conehorideep_52x60.pngbin0 -> 685 bytes-rw-r--r--default_images/chart2/res/conehoripercent_52x60.pngbin0 -> 605 bytes-rw-r--r--default_images/chart2/res/conehoristack_52x60.pngbin0 -> 650 bytes-rw-r--r--default_images/chart2/res/conepercent_52x60.pngbin0 -> 628 bytes-rw-r--r--default_images/chart2/res/conestack_52x60.pngbin0 -> 687 bytes-rw-r--r--default_images/chart2/res/cylinder_52x60.pngbin0 -> 489 bytes-rw-r--r--default_images/chart2/res/cylinderdeep_52x60.pngbin0 -> 570 bytes-rw-r--r--default_images/chart2/res/cylinderhori_52x60.pngbin0 -> 457 bytes-rw-r--r--default_images/chart2/res/cylinderhorideep_52x60.pngbin0 -> 666 bytes-rw-r--r--default_images/chart2/res/cylinderhoriprocent_52x60.pngbin0 -> 608 bytes-rw-r--r--default_images/chart2/res/cylinderhoristack_52x60.pngbin0 -> 614 bytes-rw-r--r--default_images/chart2/res/cylinderpercent_52x60.pngbin0 -> 596 bytes-rw-r--r--default_images/chart2/res/cylinderstack_52x60.pngbin0 -> 602 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon01.pngbin0 -> 316 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon02.pngbin0 -> 374 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon03.pngbin0 -> 225 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon04.pngbin0 -> 299 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon05.pngbin0 -> 457 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon06.pngbin0 -> 402 bytes-rw-r--r--default_images/chart2/res/dataeditor_icon07.pngbin0 -> 333 bytes-rw-r--r--default_images/chart2/res/donut3d_52x60.pngbin0 -> 538 bytes-rw-r--r--default_images/chart2/res/donut3dexploded_52x60.pngbin0 -> 733 bytes-rw-r--r--default_images/chart2/res/donut_52x60.pngbin0 -> 481 bytes-rw-r--r--default_images/chart2/res/donutexploded_52x60.pngbin0 -> 564 bytes-rw-r--r--default_images/chart2/res/errorbothhori_30.pngbin0 -> 264 bytes-rw-r--r--default_images/chart2/res/errorbothverti_30.pngbin0 -> 297 bytes-rw-r--r--default_images/chart2/res/errordown_30.pngbin0 -> 277 bytes-rw-r--r--default_images/chart2/res/errorleft_30.pngbin0 -> 257 bytes-rw-r--r--default_images/chart2/res/errorright_30.pngbin0 -> 258 bytes-rw-r--r--default_images/chart2/res/errorup_30.pngbin0 -> 275 bytes-rw-r--r--default_images/chart2/res/net_52x60.pngbin0 -> 805 bytes-rw-r--r--default_images/chart2/res/netfill_52x60.pngbin0 -> 1008 bytes-rw-r--r--default_images/chart2/res/netlinepoint_52x60.pngbin0 -> 971 bytes-rw-r--r--default_images/chart2/res/netlinepointstack_52x60.pngbin0 -> 1029 bytes-rw-r--r--default_images/chart2/res/netpoint_52x60.pngbin0 -> 789 bytes-rw-r--r--default_images/chart2/res/netpointstack_52x60.pngbin0 -> 749 bytes-rw-r--r--default_images/chart2/res/netstack_52x60.pngbin0 -> 857 bytes-rw-r--r--default_images/chart2/res/netstackfill_52x60.pngbin0 -> 1575 bytes-rw-r--r--default_images/chart2/res/nostackdirect3d_52x60.pngbin0 -> 813 bytes-rw-r--r--default_images/chart2/res/nostackdirectboth_52x60.pngbin0 -> 566 bytes-rw-r--r--default_images/chart2/res/nostackdirectlines_52x60.pngbin0 -> 394 bytes-rw-r--r--default_images/chart2/res/nostackdirectpoints_52x60.pngbin0 -> 343 bytes-rw-r--r--default_images/chart2/res/nostacksmooth3d_52x60.pngbin0 -> 1314 bytes-rw-r--r--default_images/chart2/res/nostacksmoothboth_52x60.pngbin0 -> 847 bytes-rw-r--r--default_images/chart2/res/nostacksmoothlines_52x60.pngbin0 -> 756 bytes-rw-r--r--default_images/chart2/res/pie3d_52x60.pngbin0 -> 461 bytes-rw-r--r--default_images/chart2/res/pie3dexploded_52x60.pngbin0 -> 555 bytes-rw-r--r--default_images/chart2/res/pie_52x60.pngbin0 -> 403 bytes-rw-r--r--default_images/chart2/res/pieexploded_52x60.pngbin0 -> 442 bytes-rw-r--r--default_images/chart2/res/pyramind_52x60.pngbin0 -> 571 bytes-rw-r--r--default_images/chart2/res/pyraminddeep_52x60.pngbin0 -> 657 bytes-rw-r--r--default_images/chart2/res/pyramindhori_52x60.pngbin0 -> 441 bytes-rw-r--r--default_images/chart2/res/pyramindhorideep_52x60.pngbin0 -> 584 bytes-rw-r--r--default_images/chart2/res/pyramindhoripercent_52x60.pngbin0 -> 463 bytes-rw-r--r--default_images/chart2/res/pyramindhoristack_52x60.pngbin0 -> 469 bytes-rw-r--r--default_images/chart2/res/pyramindpercent_52x60.pngbin0 -> 533 bytes-rw-r--r--default_images/chart2/res/pyramindstack_52x60.pngbin0 -> 564 bytes-rw-r--r--default_images/chart2/res/regexp.pngbin0 -> 816 bytes-rw-r--r--default_images/chart2/res/reglin.pngbin0 -> 741 bytes-rw-r--r--default_images/chart2/res/reglog.pngbin0 -> 774 bytes-rw-r--r--default_images/chart2/res/regno.pngbin0 -> 284 bytes-rw-r--r--default_images/chart2/res/regpow.pngbin0 -> 869 bytes-rw-r--r--default_images/chart2/res/selectrange.pngbin0 -> 428 bytes-rw-r--r--default_images/chart2/res/stackdirect3d_52x60.pngbin0 -> 737 bytes-rw-r--r--default_images/chart2/res/stackdirectboth_52x60.pngbin0 -> 582 bytes-rw-r--r--default_images/chart2/res/stackdirectlines_52x60.pngbin0 -> 409 bytes-rw-r--r--default_images/chart2/res/stackdirectpoints_52x60.pngbin0 -> 336 bytes-rw-r--r--default_images/chart2/res/stacksmooth3d_52x60.pngbin0 -> 946 bytes-rw-r--r--default_images/chart2/res/stacksmoothboth_52x60.pngbin0 -> 598 bytes-rw-r--r--default_images/chart2/res/stacksmoothlines_52x60.pngbin0 -> 878 bytes-rw-r--r--default_images/chart2/res/stock_52x60.pngbin0 -> 296 bytes-rw-r--r--default_images/chart2/res/stockblock_52x60.pngbin0 -> 366 bytes-rw-r--r--default_images/chart2/res/stockcolumns_52x60.pngbin0 -> 489 bytes-rw-r--r--default_images/chart2/res/stockcolumnsattach_52x60.pngbin0 -> 557 bytes-rw-r--r--default_images/chart2/res/typearea_16.pngbin0 -> 379 bytes-rw-r--r--default_images/chart2/res/typebar_16.pngbin0 -> 245 bytes-rw-r--r--default_images/chart2/res/typebubble_16.pngbin0 -> 345 bytes-rw-r--r--default_images/chart2/res/typecolumn_16.pngbin0 -> 346 bytes-rw-r--r--default_images/chart2/res/typecolumnline_16.pngbin0 -> 295 bytes-rw-r--r--default_images/chart2/res/typenet_16.pngbin0 -> 296 bytes-rw-r--r--default_images/chart2/res/typepie_16.pngbin0 -> 616 bytes-rw-r--r--default_images/chart2/res/typepointline_16.pngbin0 -> 411 bytes-rw-r--r--default_images/chart2/res/typestock_16.pngbin0 -> 215 bytes-rw-r--r--default_images/chart2/res/typexy_16.pngbin0 -> 205 bytes-rw-r--r--default_images/chart2/res/valueaxisdirect3d_52x60.pngbin0 -> 524 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectboth_52x60.pngbin0 -> 572 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectlines_52x60.pngbin0 -> 375 bytes-rw-r--r--default_images/chart2/res/valueaxisdirectpoints_52x60.pngbin0 -> 344 bytes-rw-r--r--default_images/chart2/res/valueaxissmooth3d_52x60.pngbin0 -> 1501 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothboth_52x60.pngbin0 -> 879 bytes-rw-r--r--default_images/chart2/res/valueaxissmoothlines_52x60.pngbin0 -> 796 bytes-rw-r--r--default_images/database/linked_text_table.pngbin0 -> 412 bytes-rw-r--r--default_images/dbaccess/res/all_left.pngbin0 -> 266 bytes-rw-r--r--default_images/dbaccess/res/all_right.pngbin0 -> 266 bytes-rw-r--r--default_images/dbaccess/res/db.pngbin0 -> 751 bytes-rw-r--r--default_images/dbaccess/res/exerror.pngbin0 -> 296 bytes-rw-r--r--default_images/dbaccess/res/exinfo.pngbin0 -> 520 bytes-rw-r--r--default_images/dbaccess/res/exwarning.pngbin0 -> 523 bytes-rw-r--r--default_images/dbaccess/res/form_16.pngbin0 -> 322 bytes-rw-r--r--default_images/dbaccess/res/forms_16.pngbin0 -> 380 bytes-rw-r--r--default_images/dbaccess/res/forms_32.pngbin0 -> 1033 bytes-rw-r--r--default_images/dbaccess/res/jo01.pngbin0 -> 239 bytes-rw-r--r--default_images/dbaccess/res/jo02.pngbin0 -> 267 bytes-rw-r--r--default_images/dbaccess/res/lc036.pngbin0 -> 656 bytes-rw-r--r--default_images/dbaccess/res/lc037.pngbin0 -> 770 bytes-rw-r--r--default_images/dbaccess/res/lc038.pngbin0 -> 726 bytes-rw-r--r--default_images/dbaccess/res/lc039.pngbin0 -> 733 bytes-rw-r--r--default_images/dbaccess/res/lc040.pngbin0 -> 1199 bytes-rw-r--r--default_images/dbaccess/res/nu07.pngbin0 -> 266 bytes-rw-r--r--default_images/dbaccess/res/nu08.pngbin0 -> 296 bytes-rw-r--r--default_images/dbaccess/res/nu09.pngbin0 -> 246 bytes-rw-r--r--default_images/dbaccess/res/one_left.pngbin0 -> 251 bytes-rw-r--r--default_images/dbaccess/res/one_right.pngbin0 -> 253 bytes-rw-r--r--default_images/dbaccess/res/pkey.pngbin0 -> 235 bytes-rw-r--r--default_images/dbaccess/res/queries_32.pngbin0 -> 740 bytes-rw-r--r--default_images/dbaccess/res/report_16.pngbin0 -> 398 bytes-rw-r--r--default_images/dbaccess/res/reports_16.pngbin0 -> 382 bytes-rw-r--r--default_images/dbaccess/res/reports_32.pngbin0 -> 1159 bytes-rw-r--r--default_images/dbaccess/res/sc036.pngbin0 -> 459 bytes-rw-r--r--default_images/dbaccess/res/sc037.pngbin0 -> 515 bytes-rw-r--r--default_images/dbaccess/res/sc038.pngbin0 -> 493 bytes-rw-r--r--default_images/dbaccess/res/sc039.pngbin0 -> 516 bytes-rw-r--r--default_images/dbaccess/res/sc040.pngbin0 -> 655 bytes-rw-r--r--default_images/dbaccess/res/sortdown.pngbin0 -> 320 bytes-rw-r--r--default_images/dbaccess/res/sortup.pngbin0 -> 334 bytes-rw-r--r--default_images/dbaccess/res/tables_32.pngbin0 -> 944 bytes-rw-r--r--default_images/desktop/res/caution_12.pngbin0 -> 376 bytes-rw-r--r--default_images/desktop/res/caution_16.pngbin0 -> 523 bytes-rw-r--r--default_images/desktop/res/extension_16.pngbin0 -> 557 bytes-rw-r--r--default_images/desktop/res/extension_32.pngbin0 -> 838 bytes-rw-r--r--default_images/desktop/res/info_16.pngbin0 -> 801 bytes-rw-r--r--default_images/desktop/res/lock_16.pngbin0 -> 735 bytes-rw-r--r--default_images/desktop/res/regkey.pngbin0 -> 1130 bytes-rw-r--r--default_images/desktop/res/shared_16.pngbin0 -> 390 bytes-rw-r--r--default_images/extensions/res/addresspilot.pngbin0 -> 1304 bytes-rw-r--r--default_images/extensions/res/arrow.pngbin0 -> 320 bytes-rw-r--r--default_images/extensions/res/buttonminus.pngbin0 -> 278 bytes-rw-r--r--default_images/extensions/res/buttonplus.pngbin0 -> 232 bytes-rw-r--r--default_images/extensions/res/m_arrow.pngbin0 -> 328 bytes-rw-r--r--default_images/extensions/source/scanner/handle.pngbin0 -> 122 bytes-rw-r--r--default_images/extensions/source/scanner/minus.pngbin0 -> 175 bytes-rw-r--r--default_images/extensions/source/scanner/plus.pngbin0 -> 191 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_16.pngbin0 -> 334 bytes-rw-r--r--default_images/extensions/source/update/ui/onlineupdate_26.pngbin0 -> 543 bytes-rw-r--r--default_images/formula/res/fapclose.pngbin0 -> 255 bytes-rw-r--r--default_images/formula/res/faperror.pngbin0 -> 257 bytes-rw-r--r--default_images/formula/res/fapok.pngbin0 -> 248 bytes-rw-r--r--default_images/formula/res/fapopen.pngbin0 -> 463 bytes-rw-r--r--default_images/formula/res/fx.pngbin0 -> 280 bytes-rw-r--r--default_images/formula/res/refinp1.pngbin0 -> 428 bytes-rw-r--r--default_images/formula/res/refinp2.pngbin0 -> 349 bytes-rw-r--r--default_images/fpicker/res/fp011.pngbin0 -> 446 bytes-rw-r--r--default_images/fpicker/res/fp014.pngbin0 -> 374 bytes-rw-r--r--default_images/fpicker/res/list.pngbin0 -> 202 bytes-rw-r--r--default_images/framework/res/addtemplate_32.pngbin0 -> 572 bytes-rw-r--r--default_images/framework/res/arrow.pngbin0 -> 320 bytes-rw-r--r--default_images/framework/res/backing.pngbin0 -> 19498 bytes-rw-r--r--default_images/framework/res/backing_right.pngbin0 -> 6396 bytes-rw-r--r--default_images/framework/res/backing_rtl_left.pngbin0 -> 19498 bytes-rw-r--r--default_images/framework/res/backing_rtl_right.pngbin0 -> 6396 bytes-rw-r--r--default_images/framework/res/backing_space.pngbin0 -> 336 bytes-rw-r--r--default_images/framework/res/extension.pngbin0 -> 376 bytes-rw-r--r--default_images/framework/res/folder_32.pngbin0 -> 723 bytes-rw-r--r--default_images/framework/res/info_26.pngbin0 -> 490 bytes-rw-r--r--default_images/framework/res/logo.pngbin0 -> 492 bytes-rw-r--r--default_images/framework/res/register_32.pngbin0 -> 441 bytes-rw-r--r--default_images/framework/res/templates_32.pngbin0 -> 810 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-01.pngbin0 -> 3678 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-02.pngbin0 -> 3681 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-03.pngbin0 -> 3687 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-04.pngbin0 -> 3689 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-05.pngbin0 -> 3694 bytes-rw-r--r--default_images/hicontrast/shared/spinner-16-06.pngbin0 -> 3690 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-01.pngbin0 -> 441 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-02.pngbin0 -> 436 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-03.pngbin0 -> 435 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-04.pngbin0 -> 435 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-05.pngbin0 -> 439 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-06.pngbin0 -> 443 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-07.pngbin0 -> 444 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-08.pngbin0 -> 439 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-09.pngbin0 -> 427 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-10.pngbin0 -> 429 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-11.pngbin0 -> 429 bytes-rw-r--r--default_images/hicontrast/shared/spinner-32-12.pngbin0 -> 435 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-01.pngbin0 -> 3984 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-02.pngbin0 -> 3996 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-03.pngbin0 -> 3993 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-04.pngbin0 -> 3950 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-05.pngbin0 -> 4018 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-06.pngbin0 -> 4036 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-07.pngbin0 -> 4035 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-08.pngbin0 -> 4118 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-09.pngbin0 -> 4063 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-10.pngbin0 -> 4004 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-11.pngbin0 -> 4083 bytes-rw-r--r--default_images/hicontrast/shared/spinner-64-12.pngbin0 -> 4077 bytes-rw-r--r--default_images/minimizer/minimizepresi_80.pngbin0 -> 6716 bytes-rw-r--r--default_images/minimizer/opt_16.pngbin0 -> 4033 bytes-rw-r--r--default_images/minimizer/opt_26.pngbin0 -> 4401 bytes-rw-r--r--default_images/padmin/source/butter.pngbin0 -> 1013 bytes-rw-r--r--default_images/padmin/source/fax.pngbin0 -> 457 bytes-rw-r--r--default_images/padmin/source/pdf.pngbin0 -> 381 bytes-rw-r--r--default_images/padmin/source/print.pngbin0 -> 346 bytes-rw-r--r--default_images/padmin/source/printer_large.pngbin0 -> 480 bytes-rw-r--r--default_images/reportdesign/res/report_16.pngbin0 -> 398 bytes-rw-r--r--default_images/reportdesign/res/sc20557.pngbin0 -> 510 bytes-rw-r--r--default_images/reportdesign/res/sc30768.pngbin0 -> 336 bytes-rw-r--r--default_images/reportdesign/res/sc30769.pngbin0 -> 323 bytes-rw-r--r--default_images/reportdesign/res/sc30770.pngbin0 -> 296 bytes-rw-r--r--default_images/reportdesign/res/sortdown.pngbin0 -> 583 bytes-rw-r--r--default_images/reportdesign/res/sortup.pngbin0 -> 574 bytes-rw-r--r--default_images/reportdesign/res/sx10454.pngbin0 -> 326 bytes-rw-r--r--default_images/reportdesign/res/sx10928.pngbin0 -> 149 bytes-rw-r--r--default_images/reportdesign/res/sx10929.pngbin0 -> 205 bytes-rw-r--r--default_images/reportdesign/res/sx11047.pngbin0 -> 387 bytes-rw-r--r--default_images/reportdesign/res/sx12452.pngbin0 -> 570 bytes-rw-r--r--default_images/reportdesign/res/sx12453.pngbin0 -> 570 bytes-rw-r--r--default_images/reportdesign/res/sx12454.pngbin0 -> 362 bytes-rw-r--r--default_images/reportdesign/res/sx12464.pngbin0 -> 398 bytes-rw-r--r--default_images/reportdesign/res/sx12466.pngbin0 -> 339 bytes-rw-r--r--default_images/reportdesign/res/sx12468.pngbin0 -> 331 bytes-rw-r--r--default_images/reportdesign/res/sx12477.pngbin0 -> 394 bytes-rw-r--r--default_images/reportdesign/res/sx12594.pngbin0 -> 287 bytes-rw-r--r--default_images/reportdesign/res/sx12602.pngbin0 -> 498 bytes-rw-r--r--default_images/reportdesign/res/sx12603.pngbin0 -> 326 bytes-rw-r--r--default_images/res/adrbook.pngbin0 -> 763 bytes-rw-r--r--default_images/res/arrow_move_down.pngbin0 -> 583 bytes-rw-r--r--default_images/res/arrow_move_up.pngbin0 -> 574 bytes-rw-r--r--default_images/res/arrowup_16.pngbin0 -> 583 bytes-rw-r--r--default_images/res/ballgreen_7.pngbin0 -> 140 bytes-rw-r--r--default_images/res/ballred_7.pngbin0 -> 141 bytes-rw-r--r--default_images/res/basbrk.pngbin0 -> 385 bytes-rw-r--r--default_images/res/basobj2.pngbin0 -> 115 bytes-rw-r--r--default_images/res/baswatr.pngbin0 -> 517 bytes-rw-r--r--default_images/res/browse.pngbin0 -> 562 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_italic.pngbin0 -> 238 bytes-rw-r--r--default_images/res/commandimagelist/ar/lc_underline.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_italic.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/ar/sc_underline.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_backcolor.pngbin0 -> 336 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_bold.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_dbqueryrename.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_dbtablerename.pngbin0 -> 198 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_doubleclicktextedit.pngbin0 -> 223 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_edit.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_editglossary.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_hyphenate.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_hyphenation.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_insertedit.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_italic.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_label.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_ordercrit.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_pickthrough.pngbin0 -> 195 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_shadowed.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortascending.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortdescending.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortdown.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_sortup.pngbin0 -> 431 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spelldialog.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spelling.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_spellonline.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_strikeout.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_tablesort.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_textdraft.pngbin0 -> 247 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_thesaurus.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_thesaurusdialog.pngbin0 -> 249 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_underline.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/bg/lc_underlinedouble.pngbin0 -> 342 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_backcolor.pngbin0 -> 203 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_bold.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_dbqueryrename.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_dbtablerename.pngbin0 -> 152 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_doubleclicktextedit.pngbin0 -> 178 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_edit.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_editglossary.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_hyphenate.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_hyphenation.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_insertedit.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_insertfixedtext.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_italic.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_label.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_ordercrit.pngbin0 -> 237 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_quickedit.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_shadowed.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortascending.pngbin0 -> 286 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortdescending.pngbin0 -> 279 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortdown.pngbin0 -> 279 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_sortup.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spelldialog.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spelling.pngbin0 -> 176 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_spellonline.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_strikeout.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_tablesort.pngbin0 -> 237 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_textdraft.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_thesaurus.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_thesaurusdialog.pngbin0 -> 196 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_underline.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/bg/sc_underlinedouble.pngbin0 -> 251 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_bold.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_italic.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_underline.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/ca/lc_underlinedouble.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_bold.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_italic.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_underline.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/ca/sc_underlinedouble.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_italic.pngbin0 -> 239 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_numberformatdecimal.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_underline.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/cs/lc_underlinedouble.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_italic.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_numberformatdecimal.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_underline.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/cs/sc_underlinedouble.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_bold.pngbin0 -> 256 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_numberformatdecimal.pngbin0 -> 373 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_underline.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/de/lc_underlinedouble.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_bold.pngbin0 -> 206 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_numberformatdecimal.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_underline.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/de/sc_underlinedouble.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_bold.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_italic.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_numberformatdecimal.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_underline.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/lc_underlinedouble.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_bold.pngbin0 -> 275 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_italic.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_numberformatdecimal.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_underline.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/en-GB/sc_underlinedouble.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_bold.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_italic.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_numberformatdecimal.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_underline.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/es/lc_underlinedouble.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_bold.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_italic.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_numberformatdecimal.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_underline.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/es/sc_underlinedouble.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_italic.pngbin0 -> 238 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_numberformatdecimal.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_underline.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/et/lc_underlinedouble.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_italic.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_numberformatdecimal.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_underline.pngbin0 -> 187 bytes-rw-r--r--default_images/res/commandimagelist/et/sc_underlinedouble.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_bold.pngbin0 -> 249 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_italic.pngbin0 -> 212 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_underline.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/fr/lc_underlinedouble.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_bold.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_italic.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_underline.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/fr/sc_underlinedouble.pngbin0 -> 211 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_bold.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_italic.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_underline.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/hu/lc_underlinedouble.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_bold.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_italic.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_underline.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/hu/sc_underlinedouble.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_bold.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_italic.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_underline.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/it/lc_underlinedouble.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_bold.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_italic.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_underline.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/it/sc_underlinedouble.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_italic.pngbin0 -> 240 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_underline.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/ja/lc_underlinedouble.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_italic.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_underline.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/ja/sc_underlinedouble.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_bold.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_italic.pngbin0 -> 293 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_numberformatdecimal.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_underline.pngbin0 -> 309 bytes-rw-r--r--default_images/res/commandimagelist/km/lc_underlinedouble.pngbin0 -> 308 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_bold.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_italic.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_numberformatdecimal.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_underline.pngbin0 -> 294 bytes-rw-r--r--default_images/res/commandimagelist/km/sc_underlinedouble.pngbin0 -> 298 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_bold.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_charfontname.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_color.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_drawtext.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_fontcolor.pngbin0 -> 160 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_fontheight.pngbin0 -> 195 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_italic.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_ordercrit.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_outlinefont.pngbin0 -> 167 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_shadowed.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_sortdown.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_sortup.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_strikeout.pngbin0 -> 159 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_tablesort.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_text.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_text_marquee.pngbin0 -> 192 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_textdirectionlefttoright.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_textdirectiontoptobottom.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_texttoolbox.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_underline.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_underlinedouble.pngbin0 -> 172 bytes-rw-r--r--default_images/res/commandimagelist/ko/lc_verticaltext.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_bold.pngbin0 -> 118 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_charfontname.pngbin0 -> 111 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_color.pngbin0 -> 122 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_drawtext.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_fontcolor.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_fontheight.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_italic.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_ordercrit.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_outlinefont.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_shadowed.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_sortdown.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_sortup.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_strikeout.pngbin0 -> 137 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_tablesort.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_text.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_text_marquee.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_textdirectionlefttoright.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_textdirectiontoptobottom.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_texttoolbox.pngbin0 -> 105 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_underline.pngbin0 -> 121 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_underlinedouble.pngbin0 -> 126 bytes-rw-r--r--default_images/res/commandimagelist/ko/sc_verticaltext.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/lc_absoluterecord.pngbin0 -> 1055 bytes-rw-r--r--default_images/res/commandimagelist/lc_actionmode.pngbin0 -> 854 bytes-rw-r--r--default_images/res/commandimagelist/lc_adddatefield.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_adddirect.pngbin0 -> 445 bytes-rw-r--r--default_images/res/commandimagelist/lc_addfield.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/lc_addons.pngbin0 -> 546 bytes-rw-r--r--default_images/res/commandimagelist/lc_addprintarea.pngbin0 -> 561 bytes-rw-r--r--default_images/res/commandimagelist/lc_addtable.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/lc_addwatch.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/lc_adjust.pngbin0 -> 963 bytes-rw-r--r--default_images/res/commandimagelist/lc_advancedmode.pngbin0 -> 1054 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignblock.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignbottom.pngbin0 -> 584 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligncenter.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligndown.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignhorizontalcenter.pngbin0 -> 235 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignleft.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignmiddle.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignright.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/lc_aligntop.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignup.pngbin0 -> 426 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignvcenter.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/lc_alignverticalcenter.pngbin0 -> 672 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationeffects.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationmode.pngbin0 -> 962 bytes-rw-r--r--default_images/res/commandimagelist/lc_animationobjects.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/lc_apply.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/commandimagelist/lc_arc.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.chevron.pngbin0 -> 547 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.circular-arrow.pngbin0 -> 787 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.corner-right-arrow.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.down-arrow-callout.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.down-arrow.pngbin0 -> 527 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-arrow-callout.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-arrow.pngbin0 -> 508 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-right-arrow-callout.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.left-right-arrow.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.notched-right-arrow.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.pentagon-right.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.quad-arrow-callout.pngbin0 -> 779 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.quad-arrow.pngbin0 -> 648 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.right-arrow-callout.pngbin0 -> 543 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.right-arrow.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.s-sharped-arrow.pngbin0 -> 867 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.split-arrow.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.split-round-arrow.pngbin0 -> 730 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.striped-right-arrow.pngbin0 -> 554 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-arrow-callout.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-arrow.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-down-arrow-callout.pngbin0 -> 598 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-down-arrow.pngbin0 -> 586 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-arrow-callout.pngbin0 -> 642 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-arrow.pngbin0 -> 534 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowshapes.up-right-down-arrow.pngbin0 -> 613 bytes-rw-r--r--default_images/res/commandimagelist/lc_arrowstoolbox.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/lc_assignlayout.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/lc_autocontrolfocus.pngbin0 -> 731 bytes-rw-r--r--default_images/res/commandimagelist/lc_autofilter.pngbin0 -> 854 bytes-rw-r--r--default_images/res/commandimagelist/lc_autoformat.pngbin0 -> 810 bytes-rw-r--r--default_images/res/commandimagelist/lc_autosum.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_avmediaplayer.pngbin0 -> 501 bytes-rw-r--r--default_images/res/commandimagelist/lc_backcolor.pngbin0 -> 769 bytes-rw-r--r--default_images/res/commandimagelist/lc_backgroundcolor.pngbin0 -> 713 bytes-rw-r--r--default_images/res/commandimagelist/lc_backgroundpatterncontroller.pngbin0 -> 712 bytes-rw-r--r--default_images/res/commandimagelist/lc_backward.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.block-arc.pngbin0 -> 665 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.can.pngbin0 -> 752 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.circle-pie.pngbin0 -> 804 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.circle.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.cross.pngbin0 -> 448 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.cube.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.diamond.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.ellipse.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.frame.pngbin0 -> 463 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.hexagon.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.isosceles-triangle.pngbin0 -> 462 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.octagon.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.paper.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.parallelogram.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.pentagon.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.quadrat.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.rectangle.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.right-triangle.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.ring.pngbin0 -> 1146 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.round-quadrat.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.round-rectangle.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicshapes.trapezoid.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepinto.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepout.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstepover.pngbin0 -> 739 bytes-rw-r--r--default_images/res/commandimagelist/lc_basicstop.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_beforeobject.pngbin0 -> 654 bytes-rw-r--r--default_images/res/commandimagelist/lc_behindobject.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezier_unfilled.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierappend.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierclose.pngbin0 -> 245 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierconvert.pngbin0 -> 665 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziercutline.pngbin0 -> 1078 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierdelete.pngbin0 -> 416 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezieredge.pngbin0 -> 194 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziereliminatepoints.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierfill.pngbin0 -> 725 bytes-rw-r--r--default_images/res/commandimagelist/lc_bezierinsert.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziermove.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziersmooth.pngbin0 -> 294 bytes-rw-r--r--default_images/res/commandimagelist/lc_beziersymmetric.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/lc_bighandles.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/lc_bold.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/lc_borderdialog.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/lc_bringtofront.pngbin0 -> 436 bytes-rw-r--r--default_images/res/commandimagelist/lc_browsebackward.pngbin0 -> 731 bytes-rw-r--r--default_images/res/commandimagelist/lc_browseforward.pngbin0 -> 716 bytes-rw-r--r--default_images/res/commandimagelist/lc_browseview.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/commandimagelist/lc_bullet.pngbin0 -> 1067 bytes-rw-r--r--default_images/res/commandimagelist/lc_bulletsandnumberingdialog.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.cloud-callout.pngbin0 -> 1140 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-1.pngbin0 -> 497 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-2.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.line-callout-3.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.pngbin0 -> 759 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.rectangular-callout.pngbin0 -> 536 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.round-callout.pngbin0 -> 867 bytes-rw-r--r--default_images/res/commandimagelist/lc_calloutshapes.round-rectangular-callout.pngbin0 -> 759 bytes-rw-r--r--default_images/res/commandimagelist/lc_cancel.pngbin0 -> 853 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellvertbottom.pngbin0 -> 584 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellvertcenter.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/lc_cellverttop.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/lc_centerpara.pngbin0 -> 235 bytes-rw-r--r--default_images/res/commandimagelist/lc_chainframes.pngbin0 -> 513 bytes-rw-r--r--default_images/res/commandimagelist/lc_changebezier.pngbin0 -> 913 bytes-rw-r--r--default_images/res/commandimagelist/lc_changepolygon.pngbin0 -> 833 bytes-rw-r--r--default_images/res/commandimagelist/lc_charfontname.pngbin0 -> 925 bytes-rw-r--r--default_images/res/commandimagelist/lc_checkbox.pngbin0 -> 608 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosecontrols.pngbin0 -> 958 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosedesign.pngbin0 -> 827 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosemacro.pngbin0 -> 1444 bytes-rw-r--r--default_images/res/commandimagelist/lc_choosepolygon.pngbin0 -> 417 bytes-rw-r--r--default_images/res/commandimagelist/lc_circle.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/lc_circle_unfilled.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlearc.pngbin0 -> 733 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlecut.pngbin0 -> 866 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlecut_unfilled.pngbin0 -> 927 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlepie.pngbin0 -> 804 bytes-rw-r--r--default_images/res/commandimagelist/lc_circlepie_unfilled.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/lc_clickchangerotation.pngbin0 -> 1062 bytes-rw-r--r--default_images/res/commandimagelist/lc_closedoc.pngbin0 -> 772 bytes-rw-r--r--default_images/res/commandimagelist/lc_closedocs.pngbin0 -> 373 bytes-rw-r--r--default_images/res/commandimagelist/lc_closemasterview.pngbin0 -> 870 bytes-rw-r--r--default_images/res/commandimagelist/lc_closewin.pngbin0 -> 772 bytes-rw-r--r--default_images/res/commandimagelist/lc_color.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/lc_colorsettings.pngbin0 -> 812 bytes-rw-r--r--default_images/res/commandimagelist/lc_colorview.pngbin0 -> 469 bytes-rw-r--r--default_images/res/commandimagelist/lc_combobox.pngbin0 -> 866 bytes-rw-r--r--default_images/res/commandimagelist/lc_commontaskbarvisible.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/lc_compilebasic.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/lc_cone.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/lc_config.pngbin0 -> 958 bytes-rw-r--r--default_images/res/commandimagelist/lc_connector.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrowend.pngbin0 -> 498 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrows.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorarrowstart.pngbin0 -> 500 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcircleend.pngbin0 -> 504 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcircles.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcirclestart.pngbin0 -> 512 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurve.pngbin0 -> 450 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrowend.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrows.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvearrowstart.pngbin0 -> 578 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecircleend.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecircles.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorcurvecirclestart.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorline.pngbin0 -> 373 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrowend.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrows.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinearrowstart.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecircleend.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecircles.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinecirclestart.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlines.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrowend.pngbin0 -> 522 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrows.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinesarrowstart.pngbin0 -> 540 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescircleend.pngbin0 -> 549 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescircles.pngbin0 -> 438 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectorlinescirclestart.pngbin0 -> 554 bytes-rw-r--r--default_images/res/commandimagelist/lc_connectortoolbox.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/lc_contourdialog.pngbin0 -> 648 bytes-rw-r--r--default_images/res/commandimagelist/lc_controlcodes.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/lc_controlproperties.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3d.pngbin0 -> 818 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3dlathe.pngbin0 -> 883 bytes-rw-r--r--default_images/res/commandimagelist/lc_convertinto3dlathefast.pngbin0 -> 957 bytes-rw-r--r--default_images/res/commandimagelist/lc_copy.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/lc_crookrotate.pngbin0 -> 865 bytes-rw-r--r--default_images/res/commandimagelist/lc_crookslant.pngbin0 -> 1034 bytes-rw-r--r--default_images/res/commandimagelist/lc_crop.pngbin0 -> 1398 bytes-rw-r--r--default_images/res/commandimagelist/lc_cube.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/lc_currencyfield.pngbin0 -> 785 bytes-rw-r--r--default_images/res/commandimagelist/lc_customanimation.pngbin0 -> 883 bytes-rw-r--r--default_images/res/commandimagelist/lc_cut.pngbin0 -> 1120 bytes-rw-r--r--default_images/res/commandimagelist/lc_cylinder.pngbin0 -> 834 bytes-rw-r--r--default_images/res/commandimagelist/lc_cyramid.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_datadatapilotrun.pngbin0 -> 826 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterautofilter.pngbin0 -> 855 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterspecialfilter.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/lc_datafilterstandardfilter.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/lc_dataimport.pngbin0 -> 348 bytes-rw-r--r--default_images/res/commandimagelist/lc_dataincolumns.pngbin0 -> 293 bytes-rw-r--r--default_images/res/commandimagelist/lc_datainrows.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/lc_datefield.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbaddrelation.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbchangedesignmode.pngbin0 -> 847 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbclearquery.pngbin0 -> 920 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbdistinctvalues.pngbin0 -> 706 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbdtableedit.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformdelete.pngbin0 -> 754 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformedit.pngbin0 -> 724 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformopen.pngbin0 -> 777 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbformrename.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbindexdesign.pngbin0 -> 780 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewform.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewformautopilot.pngbin0 -> 884 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewquery.pngbin0 -> 812 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewqueryautopilot.pngbin0 -> 1048 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewquerysql.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewreport.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewreportautopilot.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewtable.pngbin0 -> 535 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewtableautopilot.pngbin0 -> 803 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewview.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbnewviewsql.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbquerydelete.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryedit.pngbin0 -> 896 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryopen.pngbin0 -> 997 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbqueryrename.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportdelete.pngbin0 -> 863 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportedit.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportopen.pngbin0 -> 923 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbreportrename.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbsortingandgrouping.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtabledelete.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtableedit.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtableopen.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbtablerename.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewaliases.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewfunctions.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/lc_dbviewtablenames.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementindent.pngbin0 -> 540 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementlevel.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/lc_decrementsublevels.pngbin0 -> 728 bytes-rw-r--r--default_images/res/commandimagelist/lc_defaultbullet.pngbin0 -> 277 bytes-rw-r--r--default_images/res/commandimagelist/lc_defaultnumbering.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/lc_definename.pngbin0 -> 406 bytes-rw-r--r--default_images/res/commandimagelist/lc_defineprintarea.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/lc_delete.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleteallannotation.pngbin0 -> 824 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleteannotation.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_deletecolumns.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/lc_deletemasterpage.pngbin0 -> 891 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleteprintarea.pngbin0 -> 707 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleterecord.pngbin0 -> 790 bytes-rw-r--r--default_images/res/commandimagelist/lc_deleterows.pngbin0 -> 329 bytes-rw-r--r--default_images/res/commandimagelist/lc_designerdialog.pngbin0 -> 746 bytes-rw-r--r--default_images/res/commandimagelist/lc_dia.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaauto.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaeffect.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/lc_diagramdata.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/lc_diagramtype.pngbin0 -> 803 bytes-rw-r--r--default_images/res/commandimagelist/lc_diaspeed.pngbin0 -> 850 bytes-rw-r--r--default_images/res/commandimagelist/lc_diatime.pngbin0 -> 846 bytes-rw-r--r--default_images/res/commandimagelist/lc_distributecolumns.pngbin0 -> 672 bytes-rw-r--r--default_images/res/commandimagelist/lc_distributerows.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/lc_doubleclicktextedit.pngbin0 -> 809 bytes-rw-r--r--default_images/res/commandimagelist/lc_downsearch.pngbin0 -> 620 bytes-rw-r--r--default_images/res/commandimagelist/lc_draw.pngbin0 -> 1147 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawcaption.pngbin0 -> 926 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawchart.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawselect.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/lc_drawtext.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbdocumentdatasource.pngbin0 -> 1399 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbeditdoc.pngbin0 -> 753 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbformletter.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbinsertcolumns.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbinsertcontent.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_dsbrowserexplorer.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/lc_duplicatepage.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_edit.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/lc_editdoc.pngbin0 -> 753 bytes-rw-r--r--default_images/res/commandimagelist/lc_editglossary.pngbin0 -> 705 bytes-rw-r--r--default_images/res/commandimagelist/lc_editheaderandfooter.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/lc_editprintarea.pngbin0 -> 704 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipse.pngbin0 -> 692 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipse_unfilled.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsecut.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsecut_unfilled.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_ellipsetoolbox.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_entergroup.pngbin0 -> 682 bytes-rw-r--r--default_images/res/commandimagelist/lc_entirecolumn.pngbin0 -> 789 bytes-rw-r--r--default_images/res/commandimagelist/lc_entirerow.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_euroconverter.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/lc_executereport.pngbin0 -> 752 bytes-rw-r--r--default_images/res/commandimagelist/lc_expandpage.pngbin0 -> 352 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportdialog.pngbin0 -> 656 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportdirecttopdf.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/lc_exportto.pngbin0 -> 847 bytes-rw-r--r--default_images/res/commandimagelist/lc_extendedhelp.pngbin0 -> 1585 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusion3dcolor.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiondepthfloater.pngbin0 -> 890 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiondirectionfloater.pngbin0 -> 798 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusionlightingfloater.pngbin0 -> 292 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusionsurfacefloater.pngbin0 -> 1353 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltdown.pngbin0 -> 1106 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltleft.pngbin0 -> 1271 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltright.pngbin0 -> 1271 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontiltup.pngbin0 -> 1118 bytes-rw-r--r--default_images/res/commandimagelist/lc_extrusiontoggle.pngbin0 -> 894 bytes-rw-r--r--default_images/res/commandimagelist/lc_fieldnames.pngbin0 -> 481 bytes-rw-r--r--default_images/res/commandimagelist/lc_fields.pngbin0 -> 481 bytes-rw-r--r--default_images/res/commandimagelist/lc_filecontrol.pngbin0 -> 774 bytes-rw-r--r--default_images/res/commandimagelist/lc_fillshadow.pngbin0 -> 303 bytes-rw-r--r--default_images/res/commandimagelist/lc_fillstyle.pngbin0 -> 708 bytes-rw-r--r--default_images/res/commandimagelist/lc_filtercrit.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/lc_firstpage.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/lc_firstrecord.pngbin0 -> 565 bytes-rw-r--r--default_images/res/commandimagelist/lc_fliphorizontal.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/lc_flipvertical.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-alternate-process.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-card.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-collate.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-connector.pngbin0 -> 822 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-data.pngbin0 -> 507 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-decision.pngbin0 -> 573 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-delay.pngbin0 -> 764 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 780 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-display.pngbin0 -> 587 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-document.pngbin0 -> 732 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-extract.pngbin0 -> 462 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-internal-storage.pngbin0 -> 399 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-manual-input.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-manual-operation.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-merge.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-multidocument.pngbin0 -> 723 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 468 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-or.pngbin0 -> 953 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-predefined-process.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-preparation.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-process.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-punched-tape.pngbin0 -> 1031 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-sequential-access.pngbin0 -> 843 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-sort.pngbin0 -> 563 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-stored-data.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-summing-junction.pngbin0 -> 1061 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.flowchart-terminator.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/lc_flowchartshapes.pngbin0 -> 398 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontcolor.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontdialog.pngbin0 -> 1035 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontheight.pngbin0 -> 1180 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontwork.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkalignmentfloater.pngbin0 -> 235 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkcharacterspacingfloater.pngbin0 -> 689 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkgalleryfloater.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworksameletterheights.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 283 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 237 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 233 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-down.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-up.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-down.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-left.pngbin0 -> 140 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-right.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 166 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-up.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-inflate.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 292 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-plain-text.pngbin0 -> 95 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-slant-down.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-slant-up.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-stop.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 155 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.fontwork-wave.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/lc_fontworkshapetype.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatarea.pngbin0 -> 709 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatgroup.pngbin0 -> 524 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatline.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatpaintbrush.pngbin0 -> 1245 bytes-rw-r--r--default_images/res/commandimagelist/lc_formattedfield.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/lc_formatungroup.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/lc_formdesigntools.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/lc_formelcursor.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilter.pngbin0 -> 677 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfiltered.pngbin0 -> 683 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilterexecute.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/lc_formfilternavigator.pngbin0 -> 1044 bytes-rw-r--r--default_images/res/commandimagelist/lc_formproperties.pngbin0 -> 710 bytes-rw-r--r--default_images/res/commandimagelist/lc_forward.pngbin0 -> 363 bytes-rw-r--r--default_images/res/commandimagelist/lc_framedialog.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_framelinecolor.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_freeline.pngbin0 -> 801 bytes-rw-r--r--default_images/res/commandimagelist/lc_freeline_unfilled.pngbin0 -> 752 bytes-rw-r--r--default_images/res/commandimagelist/lc_fullscreen.pngbin0 -> 510 bytes-rw-r--r--default_images/res/commandimagelist/lc_gallery.pngbin0 -> 768 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueeditmode.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionbottom.pngbin0 -> 531 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionleft.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectionright.pngbin0 -> 540 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueescapedirectiontop.pngbin0 -> 540 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzaligncenter.pngbin0 -> 577 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzalignleft.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluehorzalignright.pngbin0 -> 608 bytes-rw-r--r--default_images/res/commandimagelist/lc_glueinsertpoint.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluepercent.pngbin0 -> 743 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertalignbottom.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertaligncenter.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/lc_gluevertaligntop.pngbin0 -> 641 bytes-rw-r--r--default_images/res/commandimagelist/lc_goalseekdialog.pngbin0 -> 894 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotoend.pngbin0 -> 622 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotoendofdoc.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotostartofdoc.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/lc_gotostartoftable.pngbin0 -> 625 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafattrcrop.pngbin0 -> 1399 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafblue.pngbin0 -> 604 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafcontrast.pngbin0 -> 862 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafgamma.pngbin0 -> 1091 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafgreen.pngbin0 -> 604 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafinvert.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafluminance.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafmode.pngbin0 -> 869 bytes-rw-r--r--default_images/res/commandimagelist/lc_grafred.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/lc_graftransparence.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphic.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterinvert.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltermosaic.pngbin0 -> 158 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterpopart.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterposter.pngbin0 -> 994 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterrelief.pngbin0 -> 848 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfilterremovenoise.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersepia.pngbin0 -> 984 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersharpen.pngbin0 -> 393 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersmooth.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersobel.pngbin0 -> 298 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltersolarize.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/lc_graphicfiltertoolbox.pngbin0 -> 657 bytes-rw-r--r--default_images/res/commandimagelist/lc_greatestheight.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/lc_greatestwidth.pngbin0 -> 410 bytes-rw-r--r--default_images/res/commandimagelist/lc_grid.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/lc_griduse.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/lc_gridvisible.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/lc_group.pngbin0 -> 348 bytes-rw-r--r--default_images/res/commandimagelist/lc_groupbox.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/lc_grow.pngbin0 -> 1044 bytes-rw-r--r--default_images/res/commandimagelist/lc_halfsphere.pngbin0 -> 1127 bytes-rw-r--r--default_images/res/commandimagelist/lc_handlesdraft.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/lc_help.pngbin0 -> 1327 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpannotate.pngbin0 -> 672 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpbookmark.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/lc_helperdialog.pngbin0 -> 1343 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpindex.pngbin0 -> 1343 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesmove.pngbin0 -> 449 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesuse.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_helplinesvisible.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpmenu.pngbin0 -> 1118 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpsearch.pngbin0 -> 402 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpzoomin.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_helpzoomout.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_hfixedline.pngbin0 -> 254 bytes-rw-r--r--default_images/res/commandimagelist/lc_hideslide.pngbin0 -> 587 bytes-rw-r--r--default_images/res/commandimagelist/lc_hscrollbar.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyperlinkdialog.pngbin0 -> 1944 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyphenate.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/lc_hyphenation.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagebutton.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagecontrol.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/lc_imagemapdialog.pngbin0 -> 899 bytes-rw-r--r--default_images/res/commandimagelist/lc_importdialog.pngbin0 -> 546 bytes-rw-r--r--default_images/res/commandimagelist/lc_importfromfile.pngbin0 -> 961 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementindent.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementlevel.pngbin0 -> 597 bytes-rw-r--r--default_images/res/commandimagelist/lc_incrementsublevels.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_inscellsctrl.pngbin0 -> 559 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertannotation.pngbin0 -> 722 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertauthorfield.pngbin0 -> 812 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertavmedia.pngbin0 -> 641 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertbookmark.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcaptiondialog.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcellsdown.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcellsright.pngbin0 -> 614 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcolumns.pngbin0 -> 616 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertctrl.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertcurrencyfield.pngbin0 -> 785 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdatefield.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdoc.pngbin0 -> 912 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertdraw.pngbin0 -> 732 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertedit.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertendnote.pngbin0 -> 919 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfield.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfieldctrl.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfilecontrol.pngbin0 -> 773 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfixedtext.pngbin0 -> 298 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertfootnote.pngbin0 -> 992 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertformattedfield.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertformula.pngbin0 -> 584 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframe.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframeinteract.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertframeinteractnocolumns.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertgraphic.pngbin0 -> 810 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserthyperlink.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertimagecontrol.pngbin0 -> 719 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertindexesentry.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertlistbox.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertmasterpage.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertmath.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertneutralparagraph.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertnumericfield.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjctrl.pngbin0 -> 681 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobject.pngbin0 -> 681 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectchart.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectdialog.pngbin0 -> 681 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectfloatingframe.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertobjectstarmath.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpage.pngbin0 -> 665 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpagecountfield.pngbin0 -> 895 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpagenumberfield.pngbin0 -> 727 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpatternfield.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertplugin.pngbin0 -> 908 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertpushbutton.pngbin0 -> 476 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertreferencefield.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertrows.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsection.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsound.pngbin0 -> 645 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertspreadsheet.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertsymbol.pngbin0 -> 1068 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttable.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttextframe.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttimefield.pngbin0 -> 1280 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttitlefield.pngbin0 -> 456 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttoolbox.pngbin0 -> 961 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttopicfield.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/lc_inserttreecontrol.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/lc_insertvideo.pngbin0 -> 680 bytes-rw-r--r--default_images/res/commandimagelist/lc_insobjctrl.pngbin0 -> 681 bytes-rw-r--r--default_images/res/commandimagelist/lc_interactivegradient.pngbin0 -> 1237 bytes-rw-r--r--default_images/res/commandimagelist/lc_interactivetransparence.pngbin0 -> 639 bytes-rw-r--r--default_images/res/commandimagelist/lc_italic.pngbin0 -> 303 bytes-rw-r--r--default_images/res/commandimagelist/lc_justifypara.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_label.pngbin0 -> 298 bytes-rw-r--r--default_images/res/commandimagelist/lc_lastpage.pngbin0 -> 736 bytes-rw-r--r--default_images/res/commandimagelist/lc_lastrecord.pngbin0 -> 561 bytes-rw-r--r--default_images/res/commandimagelist/lc_leaveallgroups.pngbin0 -> 811 bytes-rw-r--r--default_images/res/commandimagelist/lc_leavegroup.pngbin0 -> 677 bytes-rw-r--r--default_images/res/commandimagelist/lc_leftpara.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/lc_line.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/lc_line_diagonal.pngbin0 -> 348 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowcircle.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowend.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrows.pngbin0 -> 339 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowsquare.pngbin0 -> 351 bytes-rw-r--r--default_images/res/commandimagelist/lc_linearrowstart.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/lc_linecirclearrow.pngbin0 -> 444 bytes-rw-r--r--default_images/res/commandimagelist/lc_lineendstyle.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/lc_linesquarearrow.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/lc_linestyle.pngbin0 -> 113 bytes-rw-r--r--default_images/res/commandimagelist/lc_linetoolbox.pngbin0 -> 754 bytes-rw-r--r--default_images/res/commandimagelist/lc_linewidth.pngbin0 -> 708 bytes-rw-r--r--default_images/res/commandimagelist/lc_listbox.pngbin0 -> 758 bytes-rw-r--r--default_images/res/commandimagelist/lc_loadbasic.pngbin0 -> 549 bytes-rw-r--r--default_images/res/commandimagelist/lc_macrorecorder.pngbin0 -> 879 bytes-rw-r--r--default_images/res/commandimagelist/lc_managebreakpoints.pngbin0 -> 899 bytes-rw-r--r--default_images/res/commandimagelist/lc_managelanguage.pngbin0 -> 1417 bytes-rw-r--r--default_images/res/commandimagelist/lc_marks.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/lc_matchgroup.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/lc_measureline.pngbin0 -> 498 bytes-rw-r--r--default_images/res/commandimagelist/lc_mergecells.pngbin0 -> 364 bytes-rw-r--r--default_images/res/commandimagelist/lc_mergedialog.pngbin0 -> 735 bytes-rw-r--r--default_images/res/commandimagelist/lc_mirror.pngbin0 -> 1496 bytes-rw-r--r--default_images/res/commandimagelist/lc_modifyframe.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/lc_modifypage.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/lc_moduledialog.pngbin0 -> 816 bytes-rw-r--r--default_images/res/commandimagelist/lc_morecontrols.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/lc_movedown.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/lc_movedownsubitems.pngbin0 -> 811 bytes-rw-r--r--default_images/res/commandimagelist/lc_moveup.pngbin0 -> 637 bytes-rw-r--r--default_images/res/commandimagelist/lc_moveupsubitems.pngbin0 -> 811 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigateback.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigateforward.pngbin0 -> 1039 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigationbar.pngbin0 -> 675 bytes-rw-r--r--default_images/res/commandimagelist/lc_navigator.pngbin0 -> 1136 bytes-rw-r--r--default_images/res/commandimagelist/lc_newarrangement.pngbin0 -> 871 bytes-rw-r--r--default_images/res/commandimagelist/lc_newdoc.pngbin0 -> 445 bytes-rw-r--r--default_images/res/commandimagelist/lc_newrecord.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/lc_nextannotation.pngbin0 -> 906 bytes-rw-r--r--default_images/res/commandimagelist/lc_nextpage.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_nextrecord.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/lc_no.pngbin0 -> 1305 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatcurrency.pngbin0 -> 785 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdate.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdecdecimals.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatdecimal.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatincdecimals.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatpercent.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatscientific.pngbin0 -> 349 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberformatstandard.pngbin0 -> 600 bytes-rw-r--r--default_images/res/commandimagelist/lc_numberingstart.pngbin0 -> 769 bytes-rw-r--r--default_images/res/commandimagelist/lc_numericfield.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalign.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalignleft.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectalignright.pngbin0 -> 592 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectcatalog.pngbin0 -> 810 bytes-rw-r--r--default_images/res/commandimagelist/lc_objectposition.pngbin0 -> 417 bytes-rw-r--r--default_images/res/commandimagelist/lc_objects3dtoolbox.pngbin0 -> 627 bytes-rw-r--r--default_images/res/commandimagelist/lc_ok.pngbin0 -> 901 bytes-rw-r--r--default_images/res/commandimagelist/lc_open.pngbin0 -> 863 bytes-rw-r--r--default_images/res/commandimagelist/lc_openreadonly.pngbin0 -> 983 bytes-rw-r--r--default_images/res/commandimagelist/lc_openurl.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/commandimagelist/lc_optimizetable.pngbin0 -> 545 bytes-rw-r--r--default_images/res/commandimagelist/lc_ordercrit.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinebullet.pngbin0 -> 601 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinecollapse.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinecollapseall.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinedown.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineexpand.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineexpandall.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlinefont.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineformat.pngbin0 -> 1035 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineleft.pngbin0 -> 597 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineright.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/lc_outlineup.pngbin0 -> 637 bytes-rw-r--r--default_images/res/commandimagelist/lc_overline.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/lc_pagedown.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_pageup.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/lc_paragraphdialog.pngbin0 -> 730 bytes-rw-r--r--default_images/res/commandimagelist/lc_paralefttoright.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/lc_pararighttoleft.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/lc_paraspacedecrease.pngbin0 -> 478 bytes-rw-r--r--default_images/res/commandimagelist/lc_paraspaceincrease.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/lc_paste.pngbin0 -> 850 bytes-rw-r--r--default_images/res/commandimagelist/lc_patternfield.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/lc_pickthrough.pngbin0 -> 1039 bytes-rw-r--r--default_images/res/commandimagelist/lc_pie.pngbin0 -> 679 bytes-rw-r--r--default_images/res/commandimagelist/lc_pie_unfilled.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_pluginsactive.pngbin0 -> 907 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon.pngbin0 -> 693 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_diagonal.pngbin0 -> 351 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_diagonal_unfilled.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/lc_polygon_unfilled.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/lc_presentation.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/lc_presentationlayout.pngbin0 -> 854 bytes-rw-r--r--default_images/res/commandimagelist/lc_previewprintoptions.pngbin0 -> 804 bytes-rw-r--r--default_images/res/commandimagelist/lc_previewzoom.pngbin0 -> 963 bytes-rw-r--r--default_images/res/commandimagelist/lc_previousannotation.pngbin0 -> 917 bytes-rw-r--r--default_images/res/commandimagelist/lc_previouspage.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/lc_prevrecord.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/lc_print.pngbin0 -> 594 bytes-rw-r--r--default_images/res/commandimagelist/lc_printdefault.pngbin0 -> 594 bytes-rw-r--r--default_images/res/commandimagelist/lc_printersetup.pngbin0 -> 804 bytes-rw-r--r--default_images/res/commandimagelist/lc_printlayout.pngbin0 -> 879 bytes-rw-r--r--default_images/res/commandimagelist/lc_printpagepreview.pngbin0 -> 643 bytes-rw-r--r--default_images/res/commandimagelist/lc_printpreview.pngbin0 -> 832 bytes-rw-r--r--default_images/res/commandimagelist/lc_progressbar.pngbin0 -> 352 bytes-rw-r--r--default_images/res/commandimagelist/lc_pushbutton.pngbin0 -> 476 bytes-rw-r--r--default_images/res/commandimagelist/lc_quickedit.pngbin0 -> 687 bytes-rw-r--r--default_images/res/commandimagelist/lc_quit.pngbin0 -> 793 bytes-rw-r--r--default_images/res/commandimagelist/lc_radiobutton.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/lc_recsave.pngbin0 -> 757 bytes-rw-r--r--default_images/res/commandimagelist/lc_recsearch.pngbin0 -> 399 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_rounded.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_rounded_unfilled.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/lc_rect_unfilled.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/lc_rectangletoolbox.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/lc_recundo.pngbin0 -> 1309 bytes-rw-r--r--default_images/res/commandimagelist/lc_redo.pngbin0 -> 1117 bytes-rw-r--r--default_images/res/commandimagelist/lc_refresh.pngbin0 -> 1147 bytes-rw-r--r--default_images/res/commandimagelist/lc_refreshformcontrol.pngbin0 -> 1201 bytes-rw-r--r--default_images/res/commandimagelist/lc_rehearsetimings.pngbin0 -> 1107 bytes-rw-r--r--default_images/res/commandimagelist/lc_reload.pngbin0 -> 1147 bytes-rw-r--r--default_images/res/commandimagelist/lc_removebullets.pngbin0 -> 237 bytes-rw-r--r--default_images/res/commandimagelist/lc_removefilter.pngbin0 -> 717 bytes-rw-r--r--default_images/res/commandimagelist/lc_removefiltersort.pngbin0 -> 717 bytes-rw-r--r--default_images/res/commandimagelist/lc_renamemasterpage.pngbin0 -> 719 bytes-rw-r--r--default_images/res/commandimagelist/lc_repeat.pngbin0 -> 1177 bytes-rw-r--r--default_images/res/commandimagelist/lc_reportnavigator.pngbin0 -> 1178 bytes-rw-r--r--default_images/res/commandimagelist/lc_reverseorder.pngbin0 -> 814 bytes-rw-r--r--default_images/res/commandimagelist/lc_rightpara.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/lc_rulerrows.pngbin0 -> 1273 bytes-rw-r--r--default_images/res/commandimagelist/lc_rulerrowsvertical.pngbin0 -> 1272 bytes-rw-r--r--default_images/res/commandimagelist/lc_runbasic.pngbin0 -> 740 bytes-rw-r--r--default_images/res/commandimagelist/lc_save.pngbin0 -> 535 bytes-rw-r--r--default_images/res/commandimagelist/lc_saveas.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/lc_saveastemplate.pngbin0 -> 775 bytes-rw-r--r--default_images/res/commandimagelist/lc_savebasicas.pngbin0 -> 687 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbabrwinsert.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbaexecutesql.pngbin0 -> 819 bytes-rw-r--r--default_images/res/commandimagelist/lc_sbanativesql.pngbin0 -> 569 bytes-rw-r--r--default_images/res/commandimagelist/lc_scaletext.pngbin0 -> 934 bytes-rw-r--r--default_images/res/commandimagelist/lc_scrollbar.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/lc_searchdialog.pngbin0 -> 398 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionalignbottom.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionalignleft.pngbin0 -> 623 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionalignright.pngbin0 -> 615 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionaligntop.pngbin0 -> 468 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrink.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrinkbottom.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/lc_sectionshrinktop.pngbin0 -> 368 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectall.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectmode.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/lc_selectobject.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/lc_selecttable.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendfax.pngbin0 -> 716 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendmail.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/lc_sendtoback.pngbin0 -> 418 bytes-rw-r--r--default_images/res/commandimagelist/lc_setborderstyle.pngbin0 -> 239 bytes-rw-r--r--default_images/res/commandimagelist/lc_setdocumentproperties.pngbin0 -> 744 bytes-rw-r--r--default_images/res/commandimagelist/lc_setobjecttobackground.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/lc_setobjecttoforeground.pngbin0 -> 543 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalcolumnwidth.pngbin0 -> 407 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalcolumnwidthdirect.pngbin0 -> 408 bytes-rw-r--r--default_images/res/commandimagelist/lc_setoptimalrowheight.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/lc_shadowcursor.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/lc_shadowed.pngbin0 -> 519 bytes-rw-r--r--default_images/res/commandimagelist/lc_shear.pngbin0 -> 303 bytes-rw-r--r--default_images/res/commandimagelist/lc_shell3d.pngbin0 -> 1026 bytes-rw-r--r--default_images/res/commandimagelist/lc_showannotations.pngbin0 -> 611 bytes-rw-r--r--default_images/res/commandimagelist/lc_showbookview.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/lc_showbrowser.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/lc_showdatanavigator.pngbin0 -> 618 bytes-rw-r--r--default_images/res/commandimagelist/lc_showfmexplorer.pngbin0 -> 1075 bytes-rw-r--r--default_images/res/commandimagelist/lc_showmultiplepages.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/lc_showpropbrowser.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/lc_showslide.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/lc_showtwopages.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/lc_shrink.pngbin0 -> 978 bytes-rw-r--r--default_images/res/commandimagelist/lc_smallestheight.pngbin0 -> 462 bytes-rw-r--r--default_images/res/commandimagelist/lc_smallestwidth.pngbin0 -> 448 bytes-rw-r--r--default_images/res/commandimagelist/lc_snapborder.pngbin0 -> 761 bytes-rw-r--r--default_images/res/commandimagelist/lc_snapframe.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/lc_snappoints.pngbin0 -> 438 bytes-rw-r--r--default_images/res/commandimagelist/lc_solidcreate.pngbin0 -> 701 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortascending.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortdescending.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortdown.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/lc_sortup.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/lc_sourceview.pngbin0 -> 753 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara1.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara15.pngbin0 -> 202 bytes-rw-r--r--default_images/res/commandimagelist/lc_spacepara2.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/lc_spelldialog.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/lc_spelling.pngbin0 -> 667 bytes-rw-r--r--default_images/res/commandimagelist/lc_spellingandgrammardialog.pngbin0 -> 668 bytes-rw-r--r--default_images/res/commandimagelist/lc_spellonline.pngbin0 -> 385 bytes-rw-r--r--default_images/res/commandimagelist/lc_sphere.pngbin0 -> 1371 bytes-rw-r--r--default_images/res/commandimagelist/lc_spinbutton.pngbin0 -> 672 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitcell.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/lc_splitparentvertical.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/lc_square.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_rounded.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_rounded_unfilled.pngbin0 -> 464 bytes-rw-r--r--default_images/res/commandimagelist/lc_square_unfilled.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/lc_starchartdialog.pngbin0 -> 635 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.bang.pngbin0 -> 1018 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.concave-star6.pngbin0 -> 797 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.doorplate.pngbin0 -> 688 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.horizontal-scroll.pngbin0 -> 734 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.pngbin0 -> 771 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.signet.pngbin0 -> 1022 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star12.pngbin0 -> 950 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star24.pngbin0 -> 1167 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star4.pngbin0 -> 589 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star5.pngbin0 -> 770 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star6.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.star8.pngbin0 -> 796 bytes-rw-r--r--default_images/res/commandimagelist/lc_starshapes.vertical-scroll.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/lc_strikeout.pngbin0 -> 363 bytes-rw-r--r--default_images/res/commandimagelist/lc_styleapply.pngbin0 -> 708 bytes-rw-r--r--default_images/res/commandimagelist/lc_stylenewbyexample.pngbin0 -> 705 bytes-rw-r--r--default_images/res/commandimagelist/lc_subscript.pngbin0 -> 1215 bytes-rw-r--r--default_images/res/commandimagelist/lc_superscript.pngbin0 -> 1187 bytes-rw-r--r--default_images/res/commandimagelist/lc_switchcontroldesignmode.pngbin0 -> 639 bytes-rw-r--r--default_images/res/commandimagelist/lc_switchxformsdesignmode.pngbin0 -> 640 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolcatalogue.pngbin0 -> 515 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.brace-pair.pngbin0 -> 766 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.bracket-pair.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.cloud.pngbin0 -> 941 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.diamond-bevel.pngbin0 -> 838 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.flower.pngbin0 -> 1364 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.forbidden.pngbin0 -> 1309 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.heart.pngbin0 -> 1246 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.left-brace.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.left-bracket.pngbin0 -> 458 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.lightning.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.moon.pngbin0 -> 1012 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.octagon-bevel.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.pngbin0 -> 1128 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.puzzle.pngbin0 -> 903 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.quad-bevel.pngbin0 -> 620 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.right-brace.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.right-bracket.pngbin0 -> 444 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.smiley.pngbin0 -> 1128 bytes-rw-r--r--default_images/res/commandimagelist/lc_symbolshapes.sun.pngbin0 -> 901 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabdialog.pngbin0 -> 918 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabledesign.pngbin0 -> 661 bytes-rw-r--r--default_images/res/commandimagelist/lc_tabledialog.pngbin0 -> 663 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodefix.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodefixprop.pngbin0 -> 450 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablemodevariable.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/lc_tablesort.pngbin0 -> 331 bytes-rw-r--r--default_images/res/commandimagelist/lc_testmode.pngbin0 -> 636 bytes-rw-r--r--default_images/res/commandimagelist/lc_text.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/lc_text_marquee.pngbin0 -> 654 bytes-rw-r--r--default_images/res/commandimagelist/lc_textdirectionlefttoright.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/lc_textdirectiontoptobottom.pngbin0 -> 426 bytes-rw-r--r--default_images/res/commandimagelist/lc_textfittosizetool.pngbin0 -> 754 bytes-rw-r--r--default_images/res/commandimagelist/lc_texttoolbox.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/lc_thesaurus.pngbin0 -> 829 bytes-rw-r--r--default_images/res/commandimagelist/lc_thesaurusdialog.pngbin0 -> 829 bytes-rw-r--r--default_images/res/commandimagelist/lc_timefield.pngbin0 -> 1280 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleanchortype.pngbin0 -> 675 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleaxisdescr.pngbin0 -> 267 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleaxistitle.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglebreakpoint.pngbin0 -> 932 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglegridhorizontal.pngbin0 -> 277 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglegridvertical.pngbin0 -> 352 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglelegend.pngbin0 -> 590 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglemergecells.pngbin0 -> 364 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleobjectbeziermode.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggleobjectrotatemode.pngbin0 -> 1052 bytes-rw-r--r--default_images/res/commandimagelist/lc_togglesheetgrid.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/lc_toggletitle.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/lc_torus.pngbin0 -> 1128 bytes-rw-r--r--default_images/res/commandimagelist/lc_transformdialog.pngbin0 -> 1014 bytes-rw-r--r--default_images/res/commandimagelist/lc_underline.pngbin0 -> 342 bytes-rw-r--r--default_images/res/commandimagelist/lc_underlinedouble.pngbin0 -> 336 bytes-rw-r--r--default_images/res/commandimagelist/lc_undo.pngbin0 -> 1119 bytes-rw-r--r--default_images/res/commandimagelist/lc_ungroup.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/lc_unhainframes.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/lc_upsearch.pngbin0 -> 648 bytes-rw-r--r--default_images/res/commandimagelist/lc_usewizards.pngbin0 -> 798 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticalcaption.pngbin0 -> 965 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticaltext.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/lc_verticaltextfittosizetool.pngbin0 -> 918 bytes-rw-r--r--default_images/res/commandimagelist/lc_vfixedline.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/lc_view100.pngbin0 -> 766 bytes-rw-r--r--default_images/res/commandimagelist/lc_viewdatasourcebrowser.pngbin0 -> 1158 bytes-rw-r--r--default_images/res/commandimagelist/lc_viewformasgrid.pngbin0 -> 527 bytes-rw-r--r--default_images/res/commandimagelist/lc_vscrollbar.pngbin0 -> 695 bytes-rw-r--r--default_images/res/commandimagelist/lc_window3d.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapcontour.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapideal.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapleft.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapoff.pngbin0 -> 254 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapon.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapright.pngbin0 -> 274 bytes-rw-r--r--default_images/res/commandimagelist/lc_wrapthrough.pngbin0 -> 227 bytes-rw-r--r--default_images/res/commandimagelist/lc_xlinecolor.pngbin0 -> 708 bytes-rw-r--r--default_images/res/commandimagelist/lc_xlinestyle.pngbin0 -> 709 bytes-rw-r--r--default_images/res/commandimagelist/lc_yes.pngbin0 -> 1320 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoom.pngbin0 -> 963 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoom100percent.pngbin0 -> 765 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomin.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomminus.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomnext.pngbin0 -> 1343 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomobjects.pngbin0 -> 720 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomoptimal.pngbin0 -> 737 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomout.pngbin0 -> 976 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompage.pngbin0 -> 832 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompagewidth.pngbin0 -> 885 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoompanning.pngbin0 -> 1269 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomplus.pngbin0 -> 1008 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomprevious.pngbin0 -> 1205 bytes-rw-r--r--default_images/res/commandimagelist/lc_zoomtoolbox.pngbin0 -> 963 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_bold.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_italic.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_underline.pngbin0 -> 293 bytes-rw-r--r--default_images/res/commandimagelist/nl/lc_underlinedouble.pngbin0 -> 294 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_bold.pngbin0 -> 206 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_italic.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_underline.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/nl/sc_underlinedouble.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_bold.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_italic.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_underline.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/pl/lc_underlinedouble.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_bold.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_italic.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_underline.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/pl/sc_underlinedouble.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_bold.pngbin0 -> 200 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_italic.pngbin0 -> 240 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_underline.pngbin0 -> 275 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/lc_underlinedouble.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_bold.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_italic.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_underline.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/pt-BR/sc_underlinedouble.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_bold.pngbin0 -> 199 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_italic.pngbin0 -> 239 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_underline.pngbin0 -> 275 bytes-rw-r--r--default_images/res/commandimagelist/pt/lc_underlinedouble.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_bold.pngbin0 -> 161 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_italic.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_underline.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/pt/sc_underlinedouble.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_bold.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_italic.pngbin0 -> 222 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_underline.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/ru/lc_underlinedouble.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_bold.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_italic.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_underline.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/ru/sc_underlinedouble.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_absoluterecord.pngbin0 -> 621 bytes-rw-r--r--default_images/res/commandimagelist/sc_actionmode.pngbin0 -> 570 bytes-rw-r--r--default_images/res/commandimagelist/sc_adddatefield.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_adddirect.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/sc_addfield.pngbin0 -> 305 bytes-rw-r--r--default_images/res/commandimagelist/sc_addons.pngbin0 -> 360 bytes-rw-r--r--default_images/res/commandimagelist/sc_addprintarea.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/sc_addtable.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_addwatch.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/sc_adjust.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sc_advancedmode.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignblock.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignbottom.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligncenter.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligndown.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignhorizontalcenter.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignleft.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignmiddle.pngbin0 -> 462 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignright.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sc_aligntop.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignup.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignvcenter.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_alignverticalcenter.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationeffects.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationmode.pngbin0 -> 476 bytes-rw-r--r--default_images/res/commandimagelist/sc_animationobjects.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/sc_apply.pngbin0 -> 850 bytes-rw-r--r--default_images/res/commandimagelist/sc_arc.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.chevron.pngbin0 -> 359 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.circular-arrow.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.corner-right-arrow.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.down-arrow-callout.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.down-arrow.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-arrow-callout.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-arrow.pngbin0 -> 305 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-right-arrow-callout.pngbin0 -> 390 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.left-right-arrow.pngbin0 -> 303 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.notched-right-arrow.pngbin0 -> 321 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.pentagon-right.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.pngbin0 -> 303 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.quad-arrow-callout.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.quad-arrow.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.right-arrow-callout.pngbin0 -> 371 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.right-arrow.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.s-sharped-arrow.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.split-arrow.pngbin0 -> 379 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.split-round-arrow.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.striped-right-arrow.pngbin0 -> 336 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-arrow-callout.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-arrow.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-down-arrow-callout.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-down-arrow.pngbin0 -> 371 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-arrow-callout.pngbin0 -> 423 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-arrow.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowshapes.up-right-down-arrow.pngbin0 -> 385 bytes-rw-r--r--default_images/res/commandimagelist/sc_arrowstoolbox.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_assignlayout.pngbin0 -> 383 bytes-rw-r--r--default_images/res/commandimagelist/sc_autocontrolfocus.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/sc_autofilter.pngbin0 -> 481 bytes-rw-r--r--default_images/res/commandimagelist/sc_autoformat.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/sc_autosum.pngbin0 -> 329 bytes-rw-r--r--default_images/res/commandimagelist/sc_avmediaplayer.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/sc_backcolor.pngbin0 -> 387 bytes-rw-r--r--default_images/res/commandimagelist/sc_backgroundcolor.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/sc_backgroundpatterncontroller.pngbin0 -> 485 bytes-rw-r--r--default_images/res/commandimagelist/sc_backward.pngbin0 -> 295 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.block-arc.pngbin0 -> 421 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.can.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.circle-pie.pngbin0 -> 527 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.circle.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.cross.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.cube.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.diamond.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.ellipse.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.frame.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.hexagon.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.isosceles-triangle.pngbin0 -> 327 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.octagon.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.paper.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.parallelogram.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.pentagon.pngbin0 -> 363 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.quadrat.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.rectangle.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.right-triangle.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.ring.pngbin0 -> 663 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.round-quadrat.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.round-rectangle.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicshapes.trapezoid.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepinto.pngbin0 -> 444 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepout.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstepover.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_basicstop.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/sc_beforeobject.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/sc_behindobject.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezier_unfilled.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierappend.pngbin0 -> 289 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierclose.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierconvert.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziercutline.pngbin0 -> 591 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierdelete.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezieredge.pngbin0 -> 143 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziereliminatepoints.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierfill.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/sc_bezierinsert.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziermove.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziersmooth.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/sc_beziersymmetric.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/sc_bighandles.pngbin0 -> 181 bytes-rw-r--r--default_images/res/commandimagelist/sc_bmpmask.pngbin0 -> 344 bytes-rw-r--r--default_images/res/commandimagelist/sc_bold.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/sc_borderdialog.pngbin0 -> 98 bytes-rw-r--r--default_images/res/commandimagelist/sc_bringtofront.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/sc_browsebackward.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/sc_browseforward.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_browseview.pngbin0 -> 622 bytes-rw-r--r--default_images/res/commandimagelist/sc_bullet.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_bulletsandnumberingdialog.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.cloud-callout.pngbin0 -> 624 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-1.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-2.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.line-callout-3.pngbin0 -> 325 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.rectangular-callout.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.round-callout.pngbin0 -> 580 bytes-rw-r--r--default_images/res/commandimagelist/sc_calloutshapes.round-rectangular-callout.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_cancel.pngbin0 -> 606 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellvertbottom.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellvertcenter.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_cellverttop.pngbin0 -> 426 bytes-rw-r--r--default_images/res/commandimagelist/sc_centerpara.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sc_chainframes.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_changebezier.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_changecasetolower.pngbin0 -> 297 bytes-rw-r--r--default_images/res/commandimagelist/sc_changecasetoupper.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/sc_changedatabasefield.pngbin0 -> 751 bytes-rw-r--r--default_images/res/commandimagelist/sc_changepolygon.pngbin0 -> 537 bytes-rw-r--r--default_images/res/commandimagelist/sc_charfontname.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/sc_checkbox.pngbin0 -> 403 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosecontrols.pngbin0 -> 423 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosedesign.pngbin0 -> 598 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosemacro.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_choosepolygon.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/sc_circle.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/sc_circle_unfilled.pngbin0 -> 572 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlearc.pngbin0 -> 483 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlecut.pngbin0 -> 560 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlecut_unfilled.pngbin0 -> 605 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlepie.pngbin0 -> 527 bytes-rw-r--r--default_images/res/commandimagelist/sc_circlepie_unfilled.pngbin0 -> 552 bytes-rw-r--r--default_images/res/commandimagelist/sc_clickchangerotation.pngbin0 -> 598 bytes-rw-r--r--default_images/res/commandimagelist/sc_closedoc.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/sc_closedocs.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/sc_closemasterview.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sc_closewin.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/sc_color.pngbin0 -> 352 bytes-rw-r--r--default_images/res/commandimagelist/sc_colorsettings.pngbin0 -> 463 bytes-rw-r--r--default_images/res/commandimagelist/sc_colorview.pngbin0 -> 348 bytes-rw-r--r--default_images/res/commandimagelist/sc_combobox.pngbin0 -> 553 bytes-rw-r--r--default_images/res/commandimagelist/sc_commontaskbarvisible.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_compilebasic.pngbin0 -> 418 bytes-rw-r--r--default_images/res/commandimagelist/sc_cone.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/sc_config.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/sc_connector.pngbin0 -> 376 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrowend.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrows.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorarrowstart.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcircleend.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcircles.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcirclestart.pngbin0 -> 465 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurve.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrowend.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrows.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvearrowstart.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecircleend.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecircles.pngbin0 -> 427 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorcurvecirclestart.pngbin0 -> 493 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorline.pngbin0 -> 363 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrowend.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrows.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinearrowstart.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecircleend.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecircles.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinecirclestart.pngbin0 -> 464 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlines.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrowend.pngbin0 -> 451 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrows.pngbin0 -> 454 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinesarrowstart.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescircleend.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescircles.pngbin0 -> 380 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectorlinescirclestart.pngbin0 -> 446 bytes-rw-r--r--default_images/res/commandimagelist/sc_connectortoolbox.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/sc_contourdialog.pngbin0 -> 371 bytes-rw-r--r--default_images/res/commandimagelist/sc_controlcodes.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/sc_controlproperties.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3d.pngbin0 -> 513 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3dlathe.pngbin0 -> 509 bytes-rw-r--r--default_images/res/commandimagelist/sc_convertinto3dlathefast.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/sc_copy.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_crookrotate.pngbin0 -> 466 bytes-rw-r--r--default_images/res/commandimagelist/sc_crookslant.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_crop.pngbin0 -> 767 bytes-rw-r--r--default_images/res/commandimagelist/sc_cube.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sc_currencyfield.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/sc_customanimation.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_cut.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/sc_cylinder.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/sc_cyramid.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_datadatapilotrun.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterautofilter.pngbin0 -> 481 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterspecialfilter.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_datafilterstandardfilter.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/sc_dataimport.pngbin0 -> 306 bytes-rw-r--r--default_images/res/commandimagelist/sc_dataincolumns.pngbin0 -> 226 bytes-rw-r--r--default_images/res/commandimagelist/sc_datainrows.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/sc_datefield.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbaddrelation.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbchangedesignmode.pngbin0 -> 520 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbclearquery.pngbin0 -> 612 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbdistinctvalues.pngbin0 -> 389 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbdtableedit.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformdelete.pngbin0 -> 477 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformedit.pngbin0 -> 476 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformopen.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbformrename.pngbin0 -> 390 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbindexdesign.pngbin0 -> 474 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewform.pngbin0 -> 438 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewformautopilot.pngbin0 -> 554 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewquery.pngbin0 -> 583 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewqueryautopilot.pngbin0 -> 660 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewquerysql.pngbin0 -> 385 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewreport.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewreportautopilot.pngbin0 -> 583 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewtable.pngbin0 -> 406 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewtableautopilot.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewview.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbnewviewsql.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbquerydelete.pngbin0 -> 453 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryedit.pngbin0 -> 563 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryopen.pngbin0 -> 506 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbqueryrename.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportdelete.pngbin0 -> 557 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportedit.pngbin0 -> 529 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportopen.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbreportrename.pngbin0 -> 425 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbsortingandgrouping.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtabledelete.pngbin0 -> 453 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtableedit.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtableopen.pngbin0 -> 389 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbtablerename.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewaliases.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewfunctions.pngbin0 -> 287 bytes-rw-r--r--default_images/res/commandimagelist/sc_dbviewtablenames.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementindent.pngbin0 -> 308 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementlevel.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/sc_decrementsublevels.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_defaultbullet.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/sc_defaultnumbering.pngbin0 -> 182 bytes-rw-r--r--default_images/res/commandimagelist/sc_definename.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/sc_defineprintarea.pngbin0 -> 403 bytes-rw-r--r--default_images/res/commandimagelist/sc_delete.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleteallannotation.pngbin0 -> 496 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleteannotation.pngbin0 -> 467 bytes-rw-r--r--default_images/res/commandimagelist/sc_deletecolumns.pngbin0 -> 299 bytes-rw-r--r--default_images/res/commandimagelist/sc_deletemasterpage.pngbin0 -> 536 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleteprintarea.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleterecord.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/sc_deleterows.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/sc_designerdialog.pngbin0 -> 499 bytes-rw-r--r--default_images/res/commandimagelist/sc_dia.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaauto.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaeffect.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_diagramdata.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/sc_diagramtype.pngbin0 -> 488 bytes-rw-r--r--default_images/res/commandimagelist/sc_diaspeed.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_diatime.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_distributecolumns.pngbin0 -> 411 bytes-rw-r--r--default_images/res/commandimagelist/sc_distributerows.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/sc_doubleclicktextedit.pngbin0 -> 460 bytes-rw-r--r--default_images/res/commandimagelist/sc_downsearch.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_draw.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawcaption.pngbin0 -> 566 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawchart.pngbin0 -> 360 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawselect.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sc_drawtext.pngbin0 -> 291 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbdocumentdatasource.pngbin0 -> 802 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbeditdoc.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbformletter.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbinsertcolumns.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbinsertcontent.pngbin0 -> 283 bytes-rw-r--r--default_images/res/commandimagelist/sc_dsbrowserexplorer.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_duplicatepage.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/sc_edit.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/sc_editdoc.pngbin0 -> 532 bytes-rw-r--r--default_images/res/commandimagelist/sc_editglossary.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/sc_editheaderandfooter.pngbin0 -> 359 bytes-rw-r--r--default_images/res/commandimagelist/sc_editprintarea.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipse.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipse_unfilled.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsecut.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsecut_unfilled.pngbin0 -> 568 bytes-rw-r--r--default_images/res/commandimagelist/sc_ellipsetoolbox.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_entergroup.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/sc_entirecolumn.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_entirerow.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_euroconverter.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/sc_executereport.pngbin0 -> 525 bytes-rw-r--r--default_images/res/commandimagelist/sc_expandpage.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportdialog.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportdirecttopdf.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/sc_exportto.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_extendedhelp.pngbin0 -> 689 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusion3dcolor.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiondepthfloater.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiondirectionfloater.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusionlightingfloater.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusionsurfacefloater.pngbin0 -> 607 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltdown.pngbin0 -> 626 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltleft.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltright.pngbin0 -> 709 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontiltup.pngbin0 -> 655 bytes-rw-r--r--default_images/res/commandimagelist/sc_extrusiontoggle.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_fieldnames.pngbin0 -> 306 bytes-rw-r--r--default_images/res/commandimagelist/sc_fields.pngbin0 -> 306 bytes-rw-r--r--default_images/res/commandimagelist/sc_filecontrol.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_fillshadow.pngbin0 -> 230 bytes-rw-r--r--default_images/res/commandimagelist/sc_fillstyle.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_filtercrit.pngbin0 -> 262 bytes-rw-r--r--default_images/res/commandimagelist/sc_firstpage.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/sc_firstrecord.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_fliphorizontal.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/sc_flipvertical.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-alternate-process.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-card.pngbin0 -> 311 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-collate.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-connector.pngbin0 -> 550 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-data.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-decision.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-delay.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-direct-access-storage.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-display.pngbin0 -> 410 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-document.pngbin0 -> 484 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-extract.pngbin0 -> 327 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-internal-storage.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-magnetic-disk.pngbin0 -> 543 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-manual-input.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-manual-operation.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-merge.pngbin0 -> 340 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-multidocument.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-off-page-connector.pngbin0 -> 307 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-or.pngbin0 -> 601 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-predefined-process.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-preparation.pngbin0 -> 326 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-process.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-punched-tape.pngbin0 -> 647 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-sequential-access.pngbin0 -> 617 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-sort.pngbin0 -> 389 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-stored-data.pngbin0 -> 495 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-summing-junction.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.flowchart-terminator.pngbin0 -> 311 bytes-rw-r--r--default_images/res/commandimagelist/sc_flowchartshapes.pngbin0 -> 276 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontcolor.pngbin0 -> 352 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontdialog.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontheight.pngbin0 -> 699 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontwork.pngbin0 -> 279 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkalignmentfloater.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkcharacterspacingfloater.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkgalleryfloater.pngbin0 -> 415 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworksameletterheights.pngbin0 -> 254 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-down-curve.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-down-pour.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-left-curve.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-left-pour.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-right-curve.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-right-pour.pngbin0 -> 127 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-up-curve.pngbin0 -> 129 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-arch-up-pour.pngbin0 -> 128 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-chevron-down.pngbin0 -> 135 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-chevron-up.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-circle-curve.pngbin0 -> 144 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-circle-pour.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-curve-down.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-curve-up.pngbin0 -> 177 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-down.pngbin0 -> 120 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-left.pngbin0 -> 117 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-right.pngbin0 -> 115 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up-and-left.pngbin0 -> 138 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up-and-right.pngbin0 -> 139 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-fade-up.pngbin0 -> 119 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-inflate.pngbin0 -> 107 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-open-circle-curve.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-open-circle-pour.pngbin0 -> 157 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-plain-text.pngbin0 -> 83 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-slant-down.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-slant-up.pngbin0 -> 123 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-stop.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-triangle-down.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-triangle-up.pngbin0 -> 131 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.fontwork-wave.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sc_fontworkshapetype.pngbin0 -> 279 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatarea.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatgroup.pngbin0 -> 348 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatline.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatpaintbrush.pngbin0 -> 595 bytes-rw-r--r--default_images/res/commandimagelist/sc_formattedfield.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_formatungroup.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/sc_formdesigntools.pngbin0 -> 421 bytes-rw-r--r--default_images/res/commandimagelist/sc_formelcursor.pngbin0 -> 284 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilter.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfiltered.pngbin0 -> 380 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilterexecute.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/sc_formfilternavigator.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/sc_formproperties.pngbin0 -> 498 bytes-rw-r--r--default_images/res/commandimagelist/sc_forward.pngbin0 -> 285 bytes-rw-r--r--default_images/res/commandimagelist/sc_framedialog.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_framelinecolor.pngbin0 -> 185 bytes-rw-r--r--default_images/res/commandimagelist/sc_freeline.pngbin0 -> 530 bytes-rw-r--r--default_images/res/commandimagelist/sc_freeline_unfilled.pngbin0 -> 562 bytes-rw-r--r--default_images/res/commandimagelist/sc_fullscreen.pngbin0 -> 335 bytes-rw-r--r--default_images/res/commandimagelist/sc_gallery.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueeditmode.pngbin0 -> 351 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionbottom.pngbin0 -> 373 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionleft.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectionright.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueescapedirectiontop.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzaligncenter.pngbin0 -> 410 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzalignleft.pngbin0 -> 418 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluehorzalignright.pngbin0 -> 422 bytes-rw-r--r--default_images/res/commandimagelist/sc_glueinsertpoint.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluepercent.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertalignbottom.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertaligncenter.pngbin0 -> 403 bytes-rw-r--r--default_images/res/commandimagelist/sc_gluevertaligntop.pngbin0 -> 436 bytes-rw-r--r--default_images/res/commandimagelist/sc_goalseekdialog.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotoend.pngbin0 -> 383 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotoendofdoc.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotostartofdoc.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/sc_gotostartoftable.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafattrcrop.pngbin0 -> 767 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafblue.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafcontrast.pngbin0 -> 498 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafgamma.pngbin0 -> 666 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafgreen.pngbin0 -> 439 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafinvert.pngbin0 -> 387 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafluminance.pngbin0 -> 345 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafmode.pngbin0 -> 502 bytes-rw-r--r--default_images/res/commandimagelist/sc_grafred.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/sc_graftransparence.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphic.pngbin0 -> 336 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterinvert.pngbin0 -> 387 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltermosaic.pngbin0 -> 147 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterpopart.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterposter.pngbin0 -> 486 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterrelief.pngbin0 -> 609 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfilterremovenoise.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersepia.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersharpen.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersmooth.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersobel.pngbin0 -> 163 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltersolarize.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_graphicfiltertoolbox.pngbin0 -> 376 bytes-rw-r--r--default_images/res/commandimagelist/sc_greatestheight.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_greatestwidth.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/sc_grid.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/sc_griduse.pngbin0 -> 254 bytes-rw-r--r--default_images/res/commandimagelist/sc_gridvisible.pngbin0 -> 136 bytes-rw-r--r--default_images/res/commandimagelist/sc_group.pngbin0 -> 306 bytes-rw-r--r--default_images/res/commandimagelist/sc_groupbox.pngbin0 -> 413 bytes-rw-r--r--default_images/res/commandimagelist/sc_grow.pngbin0 -> 603 bytes-rw-r--r--default_images/res/commandimagelist/sc_halfsphere.pngbin0 -> 608 bytes-rw-r--r--default_images/res/commandimagelist/sc_handlesdraft.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sc_help.pngbin0 -> 815 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpannotate.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpbookmark.pngbin0 -> 369 bytes-rw-r--r--default_images/res/commandimagelist/sc_helperdialog.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpindex.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesmove.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesuse.pngbin0 -> 295 bytes-rw-r--r--default_images/res/commandimagelist/sc_helplinesvisible.pngbin0 -> 171 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpmenu.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpsearch.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpzoomin.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_helpzoomout.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_hfixedline.pngbin0 -> 149 bytes-rw-r--r--default_images/res/commandimagelist/sc_hideslide.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/sc_hscrollbar.pngbin0 -> 387 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyperlinkdialog.pngbin0 -> 915 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyphenate.pngbin0 -> 267 bytes-rw-r--r--default_images/res/commandimagelist/sc_hyphenation.pngbin0 -> 267 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagebutton.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagecontrol.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_imagemapdialog.pngbin0 -> 494 bytes-rw-r--r--default_images/res/commandimagelist/sc_importdialog.pngbin0 -> 381 bytes-rw-r--r--default_images/res/commandimagelist/sc_importfromfile.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementindent.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementlevel.pngbin0 -> 284 bytes-rw-r--r--default_images/res/commandimagelist/sc_incrementsublevels.pngbin0 -> 389 bytes-rw-r--r--default_images/res/commandimagelist/sc_inscellsctrl.pngbin0 -> 393 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertannotation.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertauthorfield.pngbin0 -> 575 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertavmedia.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertbookmark.pngbin0 -> 458 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcaptiondialog.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcellsdown.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcellsright.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcolumns.pngbin0 -> 375 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertctrl.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertcurrencyfield.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdatefield.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdoc.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertdraw.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertedit.pngbin0 -> 330 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertendnote.pngbin0 -> 508 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfield.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfieldctrl.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfilecontrol.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfixedtext.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertfootnote.pngbin0 -> 553 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertformattedfield.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertformula.pngbin0 -> 357 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframe.pngbin0 -> 282 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframeinteract.pngbin0 -> 282 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertframeinteractnocolumns.pngbin0 -> 282 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertgraphic.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserthyperlink.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertimagecontrol.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertindexesentry.pngbin0 -> 256 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertlistbox.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertmasterpage.pngbin0 -> 450 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertmath.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertneutralparagraph.pngbin0 -> 154 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertnumericfield.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjctrl.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobject.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectchart.pngbin0 -> 360 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectdialog.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectfloatingframe.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertobjectstarmath.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpage.pngbin0 -> 441 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpagecountfield.pngbin0 -> 562 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpagenumberfield.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpatternfield.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertplugin.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertpushbutton.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertreferencefield.pngbin0 -> 332 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertrows.pngbin0 -> 316 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsection.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsound.pngbin0 -> 301 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertspreadsheet.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertsymbol.pngbin0 -> 473 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttable.pngbin0 -> 244 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttextframe.pngbin0 -> 282 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttimefield.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttitlefield.pngbin0 -> 324 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttoolbox.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttopicfield.pngbin0 -> 438 bytes-rw-r--r--default_images/res/commandimagelist/sc_inserttreecontrol.pngbin0 -> 210 bytes-rw-r--r--default_images/res/commandimagelist/sc_insertvideo.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/sc_insobjctrl.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_interactivegradient.pngbin0 -> 482 bytes-rw-r--r--default_images/res/commandimagelist/sc_interactivetransparence.pngbin0 -> 447 bytes-rw-r--r--default_images/res/commandimagelist/sc_italic.pngbin0 -> 221 bytes-rw-r--r--default_images/res/commandimagelist/sc_justifypara.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/sc_lastpage.pngbin0 -> 516 bytes-rw-r--r--default_images/res/commandimagelist/sc_lastrecord.pngbin0 -> 309 bytes-rw-r--r--default_images/res/commandimagelist/sc_leaveallgroups.pngbin0 -> 490 bytes-rw-r--r--default_images/res/commandimagelist/sc_leavegroup.pngbin0 -> 454 bytes-rw-r--r--default_images/res/commandimagelist/sc_leftpara.pngbin0 -> 132 bytes-rw-r--r--default_images/res/commandimagelist/sc_line.pngbin0 -> 371 bytes-rw-r--r--default_images/res/commandimagelist/sc_line_diagonal.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowcircle.pngbin0 -> 401 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowend.pngbin0 -> 333 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrows.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowsquare.pngbin0 -> 347 bytes-rw-r--r--default_images/res/commandimagelist/sc_linearrowstart.pngbin0 -> 337 bytes-rw-r--r--default_images/res/commandimagelist/sc_linecirclearrow.pngbin0 -> 399 bytes-rw-r--r--default_images/res/commandimagelist/sc_lineendstyle.pngbin0 -> 423 bytes-rw-r--r--default_images/res/commandimagelist/sc_linesquarearrow.pngbin0 -> 344 bytes-rw-r--r--default_images/res/commandimagelist/sc_linestyle.pngbin0 -> 98 bytes-rw-r--r--default_images/res/commandimagelist/sc_linetoolbox.pngbin0 -> 562 bytes-rw-r--r--default_images/res/commandimagelist/sc_linewidth.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_listbox.pngbin0 -> 571 bytes-rw-r--r--default_images/res/commandimagelist/sc_loadbasic.pngbin0 -> 407 bytes-rw-r--r--default_images/res/commandimagelist/sc_macrorecorder.pngbin0 -> 513 bytes-rw-r--r--default_images/res/commandimagelist/sc_managebreakpoints.pngbin0 -> 538 bytes-rw-r--r--default_images/res/commandimagelist/sc_managelanguage.pngbin0 -> 671 bytes-rw-r--r--default_images/res/commandimagelist/sc_marks.pngbin0 -> 206 bytes-rw-r--r--default_images/res/commandimagelist/sc_matchgroup.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_measureline.pngbin0 -> 407 bytes-rw-r--r--default_images/res/commandimagelist/sc_mergecells.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sc_mergedialog.pngbin0 -> 459 bytes-rw-r--r--default_images/res/commandimagelist/sc_mirror.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/sc_modifyframe.pngbin0 -> 487 bytes-rw-r--r--default_images/res/commandimagelist/sc_modifypage.pngbin0 -> 398 bytes-rw-r--r--default_images/res/commandimagelist/sc_moduledialog.pngbin0 -> 384 bytes-rw-r--r--default_images/res/commandimagelist/sc_morecontrols.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sc_movedown.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_movedownsubitems.pngbin0 -> 434 bytes-rw-r--r--default_images/res/commandimagelist/sc_moveup.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/sc_moveupsubitems.pngbin0 -> 432 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigateback.pngbin0 -> 328 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigateforward.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigationbar.pngbin0 -> 553 bytes-rw-r--r--default_images/res/commandimagelist/sc_navigator.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_newarrangement.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_newdoc.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/sc_newrecord.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/sc_nextannotation.pngbin0 -> 491 bytes-rw-r--r--default_images/res/commandimagelist/sc_nextpage.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/sc_nextrecord.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/sc_no.pngbin0 -> 875 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatcurrency.pngbin0 -> 455 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdate.pngbin0 -> 404 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdecdecimals.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatdecimal.pngbin0 -> 255 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatincdecimals.pngbin0 -> 350 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatpercent.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatscientific.pngbin0 -> 223 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberformatstandard.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_numberingstart.pngbin0 -> 479 bytes-rw-r--r--default_images/res/commandimagelist/sc_numericfield.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalign.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalignleft.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectalignright.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectcatalog.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_objectposition.pngbin0 -> 288 bytes-rw-r--r--default_images/res/commandimagelist/sc_objects3dtoolbox.pngbin0 -> 424 bytes-rw-r--r--default_images/res/commandimagelist/sc_ok.pngbin0 -> 436 bytes-rw-r--r--default_images/res/commandimagelist/sc_open.pngbin0 -> 437 bytes-rw-r--r--default_images/res/commandimagelist/sc_open_h.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sc_openreadonly.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_openurl.pngbin0 -> 556 bytes-rw-r--r--default_images/res/commandimagelist/sc_optimizetable.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/sc_ordercrit.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinebullet.pngbin0 -> 393 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinecollapse.pngbin0 -> 315 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinecollapseall.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinedown.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineexpand.pngbin0 -> 320 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineexpandall.pngbin0 -> 322 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlinefont.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineformat.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineleft.pngbin0 -> 284 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineright.pngbin0 -> 280 bytes-rw-r--r--default_images/res/commandimagelist/sc_outlineup.pngbin0 -> 313 bytes-rw-r--r--default_images/res/commandimagelist/sc_overline.pngbin0 -> 232 bytes-rw-r--r--default_images/res/commandimagelist/sc_pagedown.pngbin0 -> 475 bytes-rw-r--r--default_images/res/commandimagelist/sc_pageup.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_paragraphdialog.pngbin0 -> 429 bytes-rw-r--r--default_images/res/commandimagelist/sc_paralefttoright.pngbin0 -> 406 bytes-rw-r--r--default_images/res/commandimagelist/sc_pararighttoleft.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_paraspacedecrease.pngbin0 -> 305 bytes-rw-r--r--default_images/res/commandimagelist/sc_paraspaceincrease.pngbin0 -> 305 bytes-rw-r--r--default_images/res/commandimagelist/sc_paste.pngbin0 -> 552 bytes-rw-r--r--default_images/res/commandimagelist/sc_patternfield.pngbin0 -> 312 bytes-rw-r--r--default_images/res/commandimagelist/sc_pickthrough.pngbin0 -> 521 bytes-rw-r--r--default_images/res/commandimagelist/sc_pie.pngbin0 -> 452 bytes-rw-r--r--default_images/res/commandimagelist/sc_pie_unfilled.pngbin0 -> 533 bytes-rw-r--r--default_images/res/commandimagelist/sc_pluginsactive.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon.pngbin0 -> 411 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_diagonal.pngbin0 -> 275 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_diagonal_unfilled.pngbin0 -> 292 bytes-rw-r--r--default_images/res/commandimagelist/sc_polygon_unfilled.pngbin0 -> 416 bytes-rw-r--r--default_images/res/commandimagelist/sc_position.pngbin0 -> 102 bytes-rw-r--r--default_images/res/commandimagelist/sc_presentation.pngbin0 -> 451 bytes-rw-r--r--default_images/res/commandimagelist/sc_presentationlayout.pngbin0 -> 505 bytes-rw-r--r--default_images/res/commandimagelist/sc_previewprintoptions.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_previewzoom.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sc_previousannotation.pngbin0 -> 510 bytes-rw-r--r--default_images/res/commandimagelist/sc_previouspage.pngbin0 -> 489 bytes-rw-r--r--default_images/res/commandimagelist/sc_prevrecord.pngbin0 -> 272 bytes-rw-r--r--default_images/res/commandimagelist/sc_print.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/sc_printdefault.pngbin0 -> 346 bytes-rw-r--r--default_images/res/commandimagelist/sc_printersetup.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_printlayout.pngbin0 -> 471 bytes-rw-r--r--default_images/res/commandimagelist/sc_printpagepreview.pngbin0 -> 380 bytes-rw-r--r--default_images/res/commandimagelist/sc_printpreview.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/sc_progressbar.pngbin0 -> 254 bytes-rw-r--r--default_images/res/commandimagelist/sc_pushbutton.pngbin0 -> 397 bytes-rw-r--r--default_images/res/commandimagelist/sc_quickedit.pngbin0 -> 433 bytes-rw-r--r--default_images/res/commandimagelist/sc_quit.pngbin0 -> 400 bytes-rw-r--r--default_images/res/commandimagelist/sc_radiobutton.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/sc_recsave.pngbin0 -> 518 bytes-rw-r--r--default_images/res/commandimagelist/sc_recsearch.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_rounded.pngbin0 -> 358 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_rounded_unfilled.pngbin0 -> 314 bytes-rw-r--r--default_images/res/commandimagelist/sc_rect_unfilled.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/sc_rectangletoolbox.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/sc_recundo.pngbin0 -> 712 bytes-rw-r--r--default_images/res/commandimagelist/sc_redo.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/sc_refresh.pngbin0 -> 583 bytes-rw-r--r--default_images/res/commandimagelist/sc_refreshformcontrol.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/sc_rehearsetimings.pngbin0 -> 689 bytes-rw-r--r--default_images/res/commandimagelist/sc_reload.pngbin0 -> 583 bytes-rw-r--r--default_images/res/commandimagelist/sc_removebullets.pngbin0 -> 141 bytes-rw-r--r--default_images/res/commandimagelist/sc_removefilter.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_removefiltersort.pngbin0 -> 392 bytes-rw-r--r--default_images/res/commandimagelist/sc_renamemasterpage.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_repeat.pngbin0 -> 609 bytes-rw-r--r--default_images/res/commandimagelist/sc_reportnavigator.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/sc_reverseorder.pngbin0 -> 500 bytes-rw-r--r--default_images/res/commandimagelist/sc_rightpara.pngbin0 -> 134 bytes-rw-r--r--default_images/res/commandimagelist/sc_rulerrows.pngbin0 -> 715 bytes-rw-r--r--default_images/res/commandimagelist/sc_rulerrowsvertical.pngbin0 -> 709 bytes-rw-r--r--default_images/res/commandimagelist/sc_runbasic.pngbin0 -> 534 bytes-rw-r--r--default_images/res/commandimagelist/sc_save.pngbin0 -> 366 bytes-rw-r--r--default_images/res/commandimagelist/sc_saveas.pngbin0 -> 402 bytes-rw-r--r--default_images/res/commandimagelist/sc_saveastemplate.pngbin0 -> 558 bytes-rw-r--r--default_images/res/commandimagelist/sc_savebasicas.pngbin0 -> 513 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbabrwinsert.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbaexecutesql.pngbin0 -> 585 bytes-rw-r--r--default_images/res/commandimagelist/sc_sbanativesql.pngbin0 -> 386 bytes-rw-r--r--default_images/res/commandimagelist/sc_scaletext.pngbin0 -> 546 bytes-rw-r--r--default_images/res/commandimagelist/sc_scrollbar.pngbin0 -> 390 bytes-rw-r--r--default_images/res/commandimagelist/sc_searchdialog.pngbin0 -> 278 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionalignbottom.pngbin0 -> 354 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionalignleft.pngbin0 -> 449 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionalignright.pngbin0 -> 451 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionaligntop.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrink.pngbin0 -> 369 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrinkbottom.pngbin0 -> 290 bytes-rw-r--r--default_images/res/commandimagelist/sc_sectionshrinktop.pngbin0 -> 296 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectall.pngbin0 -> 410 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectmode.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sc_selectobject.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sc_selecttable.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendfax.pngbin0 -> 457 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendmail.pngbin0 -> 323 bytes-rw-r--r--default_images/res/commandimagelist/sc_sendtoback.pngbin0 -> 306 bytes-rw-r--r--default_images/res/commandimagelist/sc_setborderstyle.pngbin0 -> 188 bytes-rw-r--r--default_images/res/commandimagelist/sc_setdocumentproperties.pngbin0 -> 500 bytes-rw-r--r--default_images/res/commandimagelist/sc_setobjecttobackground.pngbin0 -> 396 bytes-rw-r--r--default_images/res/commandimagelist/sc_setobjecttoforeground.pngbin0 -> 388 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalcolumnwidth.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalcolumnwidthdirect.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sc_setoptimalrowheight.pngbin0 -> 218 bytes-rw-r--r--default_images/res/commandimagelist/sc_shadowcursor.pngbin0 -> 310 bytes-rw-r--r--default_images/res/commandimagelist/sc_shadowed.pngbin0 -> 376 bytes-rw-r--r--default_images/res/commandimagelist/sc_shear.pngbin0 -> 235 bytes-rw-r--r--default_images/res/commandimagelist/sc_shell3d.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/sc_showannotations.pngbin0 -> 382 bytes-rw-r--r--default_images/res/commandimagelist/sc_showbookview.pngbin0 -> 317 bytes-rw-r--r--default_images/res/commandimagelist/sc_showbrowser.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_showdatanavigator.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/sc_showfmexplorer.pngbin0 -> 619 bytes-rw-r--r--default_images/res/commandimagelist/sc_showmultiplepages.pngbin0 -> 230 bytes-rw-r--r--default_images/res/commandimagelist/sc_showpropbrowser.pngbin0 -> 503 bytes-rw-r--r--default_images/res/commandimagelist/sc_showslide.pngbin0 -> 417 bytes-rw-r--r--default_images/res/commandimagelist/sc_showtwopages.pngbin0 -> 293 bytes-rw-r--r--default_images/res/commandimagelist/sc_shrink.pngbin0 -> 512 bytes-rw-r--r--default_images/res/commandimagelist/sc_size.pngbin0 -> 106 bytes-rw-r--r--default_images/res/commandimagelist/sc_smallestheight.pngbin0 -> 385 bytes-rw-r--r--default_images/res/commandimagelist/sc_smallestwidth.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_snapborder.pngbin0 -> 458 bytes-rw-r--r--default_images/res/commandimagelist/sc_snapframe.pngbin0 -> 318 bytes-rw-r--r--default_images/res/commandimagelist/sc_snappoints.pngbin0 -> 294 bytes-rw-r--r--default_images/res/commandimagelist/sc_solidcreate.pngbin0 -> 372 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortascending.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortdescending.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortdown.pngbin0 -> 405 bytes-rw-r--r--default_images/res/commandimagelist/sc_sortup.pngbin0 -> 394 bytes-rw-r--r--default_images/res/commandimagelist/sc_sourceview.pngbin0 -> 399 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara1.pngbin0 -> 130 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara15.pngbin0 -> 133 bytes-rw-r--r--default_images/res/commandimagelist/sc_spacepara2.pngbin0 -> 124 bytes-rw-r--r--default_images/res/commandimagelist/sc_spelldialog.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/sc_spelling.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/sc_spellingandgrammardialog.pngbin0 -> 353 bytes-rw-r--r--default_images/res/commandimagelist/sc_spellonline.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/sc_sphere.pngbin0 -> 676 bytes-rw-r--r--default_images/res/commandimagelist/sc_spinbutton.pngbin0 -> 381 bytes-rw-r--r--default_images/res/commandimagelist/sc_splitcell.pngbin0 -> 259 bytes-rw-r--r--default_images/res/commandimagelist/sc_square.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_rounded.pngbin0 -> 420 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_rounded_unfilled.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/sc_square_unfilled.pngbin0 -> 265 bytes-rw-r--r--default_images/res/commandimagelist/sc_starchartdialog.pngbin0 -> 360 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.bang.pngbin0 -> 539 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.concave-star6.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.doorplate.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.horizontal-scroll.pngbin0 -> 377 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.signet.pngbin0 -> 500 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star12.pngbin0 -> 574 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star24.pngbin0 -> 703 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star4.pngbin0 -> 343 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star5.pngbin0 -> 367 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star6.pngbin0 -> 451 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.star8.pngbin0 -> 468 bytes-rw-r--r--default_images/res/commandimagelist/sc_starshapes.vertical-scroll.pngbin0 -> 374 bytes-rw-r--r--default_images/res/commandimagelist/sc_strikeout.pngbin0 -> 225 bytes-rw-r--r--default_images/res/commandimagelist/sc_styleapply.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_stylenewbyexample.pngbin0 -> 427 bytes-rw-r--r--default_images/res/commandimagelist/sc_styleupdatebyexample.pngbin0 -> 542 bytes-rw-r--r--default_images/res/commandimagelist/sc_stylewatercanmode.pngbin0 -> 548 bytes-rw-r--r--default_images/res/commandimagelist/sc_subscript.pngbin0 -> 633 bytes-rw-r--r--default_images/res/commandimagelist/sc_superscript.pngbin0 -> 639 bytes-rw-r--r--default_images/res/commandimagelist/sc_switchcontroldesignmode.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_switchxformsdesignmode.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolcatalogue.pngbin0 -> 329 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.brace-pair.pngbin0 -> 461 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.bracket-pair.pngbin0 -> 415 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.cloud.pngbin0 -> 639 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.diamond-bevel.pngbin0 -> 395 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.flower.pngbin0 -> 555 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.forbidden.pngbin0 -> 718 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.heart.pngbin0 -> 651 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.left-brace.pngbin0 -> 365 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.left-bracket.pngbin0 -> 327 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.lightning.pngbin0 -> 412 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.moon.pngbin0 -> 593 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.octagon-bevel.pngbin0 -> 470 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.puzzle.pngbin0 -> 576 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.quad-bevel.pngbin0 -> 341 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.right-brace.pngbin0 -> 362 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.right-bracket.pngbin0 -> 327 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.smiley.pngbin0 -> 726 bytes-rw-r--r--default_images/res/commandimagelist/sc_symbolshapes.sun.pngbin0 -> 428 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabdialog.pngbin0 -> 514 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabledesign.pngbin0 -> 403 bytes-rw-r--r--default_images/res/commandimagelist/sc_tabledialog.pngbin0 -> 443 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodefix.pngbin0 -> 243 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodefixprop.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablemodevariable.pngbin0 -> 263 bytes-rw-r--r--default_images/res/commandimagelist/sc_tablesort.pngbin0 -> 234 bytes-rw-r--r--default_images/res/commandimagelist/sc_testmode.pngbin0 -> 435 bytes-rw-r--r--default_images/res/commandimagelist/sc_text.pngbin0 -> 291 bytes-rw-r--r--default_images/res/commandimagelist/sc_text_marquee.pngbin0 -> 364 bytes-rw-r--r--default_images/res/commandimagelist/sc_textdirectionlefttoright.pngbin0 -> 319 bytes-rw-r--r--default_images/res/commandimagelist/sc_textdirectiontoptobottom.pngbin0 -> 329 bytes-rw-r--r--default_images/res/commandimagelist/sc_textfittosizetool.pngbin0 -> 480 bytes-rw-r--r--default_images/res/commandimagelist/sc_texttoolbox.pngbin0 -> 291 bytes-rw-r--r--default_images/res/commandimagelist/sc_thesaurus.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_thesaurusdialog.pngbin0 -> 492 bytes-rw-r--r--default_images/res/commandimagelist/sc_timefield.pngbin0 -> 564 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleanchortype.pngbin0 -> 370 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleaxisdescr.pngbin0 -> 197 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleaxistitle.pngbin0 -> 378 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglebreakpoint.pngbin0 -> 517 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglegridhorizontal.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglegridvertical.pngbin0 -> 322 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglelegend.pngbin0 -> 376 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglemergecells.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleobjectbeziermode.pngbin0 -> 248 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggleobjectrotatemode.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/sc_togglesheetgrid.pngbin0 -> 381 bytes-rw-r--r--default_images/res/commandimagelist/sc_toggletitle.pngbin0 -> 338 bytes-rw-r--r--default_images/res/commandimagelist/sc_torus.pngbin0 -> 510 bytes-rw-r--r--default_images/res/commandimagelist/sc_transformdialog.pngbin0 -> 581 bytes-rw-r--r--default_images/res/commandimagelist/sc_underline.pngbin0 -> 250 bytes-rw-r--r--default_images/res/commandimagelist/sc_underlinedouble.pngbin0 -> 252 bytes-rw-r--r--default_images/res/commandimagelist/sc_undo.pngbin0 -> 599 bytes-rw-r--r--default_images/res/commandimagelist/sc_ungroup.pngbin0 -> 281 bytes-rw-r--r--default_images/res/commandimagelist/sc_unhainframes.pngbin0 -> 409 bytes-rw-r--r--default_images/res/commandimagelist/sc_upsearch.pngbin0 -> 336 bytes-rw-r--r--default_images/res/commandimagelist/sc_usewizards.pngbin0 -> 442 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticalcaption.pngbin0 -> 593 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticaltext.pngbin0 -> 268 bytes-rw-r--r--default_images/res/commandimagelist/sc_verticaltextfittosizetool.pngbin0 -> 630 bytes-rw-r--r--default_images/res/commandimagelist/sc_vfixedline.pngbin0 -> 205 bytes-rw-r--r--default_images/res/commandimagelist/sc_view100.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/sc_viewdatasourcebrowser.pngbin0 -> 763 bytes-rw-r--r--default_images/res/commandimagelist/sc_viewformasgrid.pngbin0 -> 391 bytes-rw-r--r--default_images/res/commandimagelist/sc_vscrollbar.pngbin0 -> 390 bytes-rw-r--r--default_images/res/commandimagelist/sc_window3d.pngbin0 -> 156 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapcontour.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapideal.pngbin0 -> 264 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapleft.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapoff.pngbin0 -> 146 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapon.pngbin0 -> 150 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapright.pngbin0 -> 148 bytes-rw-r--r--default_images/res/commandimagelist/sc_wrapthrough.pngbin0 -> 153 bytes-rw-r--r--default_images/res/commandimagelist/sc_xlinecolor.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_xlinestyle.pngbin0 -> 302 bytes-rw-r--r--default_images/res/commandimagelist/sc_yes.pngbin0 -> 874 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoom.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoom100percent.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomin.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomminus.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomnext.pngbin0 -> 708 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomobjects.pngbin0 -> 551 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomoptimal.pngbin0 -> 546 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomout.pngbin0 -> 528 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompage.pngbin0 -> 602 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompagewidth.pngbin0 -> 631 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoompanning.pngbin0 -> 629 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomplus.pngbin0 -> 544 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomprevious.pngbin0 -> 669 bytes-rw-r--r--default_images/res/commandimagelist/sc_zoomtoolbox.pngbin0 -> 523 bytes-rw-r--r--default_images/res/commandimagelist/sch_showannotations.pngbin0 -> 3611 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_italic.pngbin0 -> 240 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_numberformatdecimal.pngbin0 -> 355 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_underline.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/sk/lc_underlinedouble.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_italic.pngbin0 -> 183 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_numberformatdecimal.pngbin0 -> 266 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_underline.pngbin0 -> 189 bytes-rw-r--r--default_images/res/commandimagelist/sk/sc_underlinedouble.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_bold.pngbin0 -> 231 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_italic.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_underline.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/sl/lc_underlinedouble.pngbin0 -> 236 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_bold.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_italic.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_underline.pngbin0 -> 179 bytes-rw-r--r--default_images/res/commandimagelist/sl/sc_underlinedouble.pngbin0 -> 220 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_bold.pngbin0 -> 256 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_italic.pngbin0 -> 440 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_underline.pngbin0 -> 361 bytes-rw-r--r--default_images/res/commandimagelist/sv/lc_underlinedouble.pngbin0 -> 356 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_bold.pngbin0 -> 206 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_italic.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_underline.pngbin0 -> 257 bytes-rw-r--r--default_images/res/commandimagelist/sv/sc_underlinedouble.pngbin0 -> 258 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_bold.pngbin0 -> 231 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_italic.pngbin0 -> 271 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_underline.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/tr/lc_underlinedouble.pngbin0 -> 304 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_bold.pngbin0 -> 175 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_italic.pngbin0 -> 204 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_underline.pngbin0 -> 219 bytes-rw-r--r--default_images/res/commandimagelist/tr/sc_underlinedouble.pngbin0 -> 260 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_italic.pngbin0 -> 239 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_underline.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/lc_underlinedouble.pngbin0 -> 214 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_italic.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_underline.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/zh-CN/sc_underlinedouble.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_bold.pngbin0 -> 228 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_italic.pngbin0 -> 239 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_underline.pngbin0 -> 213 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/lc_underlinedouble.pngbin0 -> 215 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_bold.pngbin0 -> 170 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_italic.pngbin0 -> 184 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_label.pngbin0 -> 209 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_underline.pngbin0 -> 190 bytes-rw-r--r--default_images/res/commandimagelist/zh-TW/sc_underlinedouble.pngbin0 -> 189 bytes-rw-r--r--default_images/res/component_16.pngbin0 -> 140 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/da01.pngbin0 -> 212 bytes-rw-r--r--default_images/res/da02.pngbin0 -> 212 bytes-rw-r--r--default_images/res/da03.pngbin0 -> 291 bytes-rw-r--r--default_images/res/da04.pngbin0 -> 260 bytes-rw-r--r--default_images/res/da05.pngbin0 -> 274 bytes-rw-r--r--default_images/res/da06.pngbin0 -> 330 bytes-rw-r--r--default_images/res/de/lc10008.pngbin0 -> 846 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/dialogfolder_16.pngbin0 -> 371 bytes-rw-r--r--default_images/res/dialogfoldernot_16.pngbin0 -> 383 bytes-rw-r--r--default_images/res/dir-clos.pngbin0 -> 253 bytes-rw-r--r--default_images/res/dir-open.pngbin0 -> 466 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/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/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 -> 243 bytes-rw-r--r--default_images/res/foldercl.pngbin0 -> 238 bytes-rw-r--r--default_images/res/folderop.pngbin0 -> 306 bytes-rw-r--r--default_images/res/fp010.pngbin0 -> 380 bytes-rw-r--r--default_images/res/fp015.pngbin0 -> 374 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/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/fwthcirc.pngbin0 -> 112 bytes-rw-r--r--default_images/res/grafikde.pngbin0 -> 524 bytes-rw-r--r--default_images/res/grafikei.pngbin0 -> 481 bytes-rw-r--r--default_images/res/harddisk_16.pngbin0 -> 174 bytes-rw-r--r--default_images/res/helpimg/area1.pngbin0 -> 2194 bytes-rw-r--r--default_images/res/helpimg/area2.pngbin0 -> 3202 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 -> 454 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 -> 594 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-rw-r--r--default_images/res/helpimg/et/feldalle.pngbin0 -> 1024 bytes-rw-r--r--default_images/res/helpimg/et/feldbrei.pngbin0 -> 457 bytes-rw-r--r--default_images/res/helpimg/et/feldcolo.pngbin0 -> 639 bytes-rw-r--r--default_images/res/helpimg/et/names_as_addressing.pngbin0 -> 3251 bytes-rw-r--r--default_images/res/helpimg/et/rechenlt.pngbin0 -> 1006 bytes-rw-r--r--default_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-rw-r--r--default_images/res/helpimg/et/swh00117.pngbin0 -> 835 bytes-rw-r--r--default_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 -> 605 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-rw-r--r--default_images/res/helpimg/left.pngbin0 -> 442 bytes-rw-r--r--default_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 -> 2958 bytes-rw-r--r--default_images/res/helpimg/note.pngbin0 -> 1504 bytes-rw-r--r--default_images/res/helpimg/note_small.pngbin0 -> 615 bytes-rw-r--r--default_images/res/helpimg/pl/calcein.pngbin0 -> 543 bytes-rw-r--r--default_images/res/helpimg/pl/feldalle.pngbin0 -> 983 bytes-rw-r--r--default_images/res/helpimg/pl/feldbrei.pngbin0 -> 485 bytes-rw-r--r--default_images/res/helpimg/pl/feldcolo.pngbin0 -> 597 bytes-rw-r--r--default_images/res/helpimg/pl/names_as_addressing.pngbin0 -> 2243 bytes-rw-r--r--default_images/res/helpimg/pl/objbitmp.pngbin0 -> 3325 bytes-rw-r--r--default_images/res/helpimg/pl/prinzoom.pngbin0 -> 1585 bytes-rw-r--r--default_images/res/helpimg/pl/rechenlt.pngbin0 -> 654 bytes-rw-r--r--default_images/res/helpimg/pl/sheettabs.pngbin0 -> 1439 bytes-rw-r--r--default_images/res/helpimg/pl/swh00055.pngbin0 -> 592 bytes-rw-r--r--default_images/res/helpimg/pl/swh00056.pngbin0 -> 518 bytes-rw-r--r--default_images/res/helpimg/pl/swh00117.pngbin0 -> 819 bytes-rw-r--r--default_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-rw-r--r--default_images/res/helpimg/right.pngbin0 -> 433 bytes-rw-r--r--default_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-rw-r--r--default_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-rw-r--r--default_images/res/helpimg/swh00177.pngbin0 -> 101 bytes-rw-r--r--default_images/res/helpimg/swh00178.pngbin0 -> 102 bytes-rw-r--r--default_images/res/helpimg/swh00179.pngbin0 -> 109 bytes-rw-r--r--default_images/res/helpimg/swh00180.pngbin0 -> 102 bytes-rw-r--r--default_images/res/helpimg/tip.pngbin0 -> 1761 bytes-rw-r--r--default_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-rw-r--r--default_images/res/helpimg/warning_small.pngbin0 -> 395 bytes-rw-r--r--default_images/res/helpimg/what-if.pngbin0 -> 8080 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 -> 772 bytes-rw-r--r--default_images/res/hldoctp.pngbin0 -> 1344 bytes-rw-r--r--default_images/res/hlinettp.pngbin0 -> 1400 bytes-rw-r--r--default_images/res/hlmailtp.pngbin0 -> 1381 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/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/im30820.pngbin0 -> 392 bytes-rw-r--r--default_images/res/im30821.pngbin0 -> 384 bytes-rw-r--r--default_images/res/im30822.pngbin0 -> 310 bytes-rw-r--r--default_images/res/im30823.pngbin0 -> 308 bytes-rw-r--r--default_images/res/im30826.pngbin0 -> 285 bytes-rw-r--r--default_images/res/im30827.pngbin0 -> 405 bytes-rw-r--r--default_images/res/im30838.pngbin0 -> 385 bytes-rw-r--r--default_images/res/im30839.pngbin0 -> 284 bytes-rw-r--r--default_images/res/im30840.pngbin0 -> 249 bytes-rw-r--r--default_images/res/im30841.pngbin0 -> 270 bytes-rw-r--r--default_images/res/info.pngbin0 -> 1167 bytes-rw-r--r--default_images/res/info_16.pngbin0 -> 521 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/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/javacomponent_16.pngbin0 -> 234 bytes-rw-r--r--default_images/res/javalibrary_16.pngbin0 -> 696 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/sc10712.pngbin0 -> 281 bytes-rw-r--r--default_images/res/ko/sc10713.pngbin0 -> 307 bytes-rw-r--r--default_images/res/lc05504.pngbin0 -> 594 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 -> 594 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/lc05650.pngbin0 -> 161 bytes-rw-r--r--default_images/res/lc05651.pngbin0 -> 1163 bytes-rw-r--r--default_images/res/lc05678.pngbin0 -> 1944 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 -> 542 bytes-rw-r--r--default_images/res/lc05961.pngbin0 -> 399 bytes-rw-r--r--default_images/res/lc06300.pngbin0 -> 716 bytes-rw-r--r--default_images/res/lc06301.pngbin0 -> 731 bytes-rw-r--r--default_images/res/lc06302.pngbin0 -> 885 bytes-rw-r--r--default_images/res/lc06303.pngbin0 -> 742 bytes-rw-r--r--default_images/res/lc06308.pngbin0 -> 1130 bytes-rw-r--r--default_images/res/lc06312.pngbin0 -> 1094 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/lc06338.pngbin0 -> 1610 bytes-rw-r--r--default_images/res/lc06350.pngbin0 -> 1163 bytes-rw-r--r--default_images/res/lc10366.pngbin0 -> 1692 bytes-rw-r--r--default_images/res/lc10711.pngbin0 -> 717 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/lc10715.pngbin0 -> 519 bytes-rw-r--r--default_images/res/lc10716.pngbin0 -> 854 bytes-rw-r--r--default_images/res/lc10851.pngbin0 -> 513 bytes-rw-r--r--default_images/res/lc10853.pngbin0 -> 401 bytes-rw-r--r--default_images/res/lc10854.pngbin0 -> 1604 bytes-rw-r--r--default_images/res/library_16.pngbin0 -> 637 bytes-rw-r--r--default_images/res/lock.pngbin0 -> 234 bytes-rw-r--r--default_images/res/lx03123.pngbin0 -> 839 bytes-rw-r--r--default_images/res/lx03125.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03126.pngbin0 -> 610 bytes-rw-r--r--default_images/res/lx03127.pngbin0 -> 828 bytes-rw-r--r--default_images/res/lx03128.pngbin0 -> 1009 bytes-rw-r--r--default_images/res/lx03129.pngbin0 -> 1105 bytes-rw-r--r--default_images/res/lx03130.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/lx03131.pngbin0 -> 827 bytes-rw-r--r--default_images/res/lx03132.pngbin0 -> 827 bytes-rw-r--r--default_images/res/lx03135.pngbin0 -> 574 bytes-rw-r--r--default_images/res/lx03136.pngbin0 -> 549 bytes-rw-r--r--default_images/res/lx03137.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03138.pngbin0 -> 912 bytes-rw-r--r--default_images/res/lx03139.pngbin0 -> 1127 bytes-rw-r--r--default_images/res/lx03140.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03141.pngbin0 -> 386 bytes-rw-r--r--default_images/res/lx03144.pngbin0 -> 1009 bytes-rw-r--r--default_images/res/lx03145.pngbin0 -> 282 bytes-rw-r--r--default_images/res/lx03150.pngbin0 -> 492 bytes-rw-r--r--default_images/res/lx03151.pngbin0 -> 195 bytes-rw-r--r--default_images/res/lx03152.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03153.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03154.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03155.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03156.pngbin0 -> 790 bytes-rw-r--r--default_images/res/lx03157.pngbin0 -> 912 bytes-rw-r--r--default_images/res/lx03158.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03160.pngbin0 -> 1004 bytes-rw-r--r--default_images/res/lx03161.pngbin0 -> 792 bytes-rw-r--r--default_images/res/lx03162.pngbin0 -> 792 bytes-rw-r--r--default_images/res/lx03163.pngbin0 -> 836 bytes-rw-r--r--default_images/res/lx03164.pngbin0 -> 168 bytes-rw-r--r--default_images/res/lx03165.pngbin0 -> 267 bytes-rw-r--r--default_images/res/lx03166.pngbin0 -> 322 bytes-rw-r--r--default_images/res/lx03167.pngbin0 -> 285 bytes-rw-r--r--default_images/res/lx03188.pngbin0 -> 610 bytes-rw-r--r--default_images/res/lx03189.pngbin0 -> 385 bytes-rw-r--r--default_images/res/lx03214.pngbin0 -> 230 bytes-rw-r--r--default_images/res/lx03216.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/lx03217.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/lx03218.pngbin0 -> 1136 bytes-rw-r--r--default_images/res/lx03219.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03220.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/lx03221.pngbin0 -> 1138 bytes-rw-r--r--default_images/res/lx03222.pngbin0 -> 1139 bytes-rw-r--r--default_images/res/lx03226.pngbin0 -> 819 bytes-rw-r--r--default_images/res/lx03227.pngbin0 -> 1138 bytes-rw-r--r--default_images/res/lx03228.pngbin0 -> 1067 bytes-rw-r--r--default_images/res/lx03239.pngbin0 -> 399 bytes-rw-r--r--default_images/res/lx03241.pngbin0 -> 162 bytes-rw-r--r--default_images/res/lx03242.pngbin0 -> 755 bytes-rw-r--r--default_images/res/lx03243.pngbin0 -> 839 bytes-rw-r--r--default_images/res/lx03244.pngbin0 -> 1001 bytes-rw-r--r--default_images/res/lx03245.pngbin0 -> 1185 bytes-rw-r--r--default_images/res/lx03246.pngbin0 -> 1178 bytes-rw-r--r--default_images/res/lx03247.pngbin0 -> 1021 bytes-rw-r--r--default_images/res/lx03248.pngbin0 -> 867 bytes-rw-r--r--default_images/res/lx03249.pngbin0 -> 1055 bytes-rw-r--r--default_images/res/lx03250.pngbin0 -> 1069 bytes-rw-r--r--default_images/res/lx03251.pngbin0 -> 973 bytes-rw-r--r--default_images/res/lx03252.pngbin0 -> 1352 bytes-rw-r--r--default_images/res/lx03253.pngbin0 -> 1390 bytes-rw-r--r--default_images/res/lx03254.pngbin0 -> 1281 bytes-rw-r--r--default_images/res/lx03255.pngbin0 -> 1328 bytes-rw-r--r--default_images/res/lx03256.pngbin0 -> 736 bytes-rw-r--r--default_images/res/mainapp_16.pngbin0 -> 231 bytes-rw-r--r--default_images/res/mainapp_16_8.pngbin0 -> 231 bytes-rw-r--r--default_images/res/mainapp_32.pngbin0 -> 831 bytes-rw-r--r--default_images/res/mainapp_32_8.pngbin0 -> 831 bytes-rw-r--r--default_images/res/mainapp_48_8.pngbin0 -> 1116 bytes-rw-r--r--default_images/res/minus.pngbin0 -> 175 bytes-rw-r--r--default_images/res/missing_icon.pngbin0 -> 202 bytes-rw-r--r--default_images/res/newdoc.pngbin0 -> 243 bytes-rw-r--r--default_images/res/odb_16_8.pngbin0 -> 632 bytes-rw-r--r--default_images/res/odb_32.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/odb_32_8.pngbin0 -> 1329 bytes-rw-r--r--default_images/res/odb_48_8.pngbin0 -> 2135 bytes-rw-r--r--default_images/res/odf_16_8.pngbin0 -> 395 bytes-rw-r--r--default_images/res/odf_32.pngbin0 -> 1128 bytes-rw-r--r--default_images/res/odf_32_8.pngbin0 -> 1128 bytes-rw-r--r--default_images/res/odf_48_8.pngbin0 -> 1588 bytes-rw-r--r--default_images/res/odg_16_8.pngbin0 -> 653 bytes-rw-r--r--default_images/res/odg_32.pngbin0 -> 1271 bytes-rw-r--r--default_images/res/odg_32_8.pngbin0 -> 1271 bytes-rw-r--r--default_images/res/odg_48_8.pngbin0 -> 1690 bytes-rw-r--r--default_images/res/odm_16_8.pngbin0 -> 487 bytes-rw-r--r--default_images/res/odm_32.pngbin0 -> 867 bytes-rw-r--r--default_images/res/odm_32_8.pngbin0 -> 867 bytes-rw-r--r--default_images/res/odm_32_hc.pngbin0 -> 502 bytes-rw-r--r--default_images/res/odm_48_8.pngbin0 -> 1399 bytes-rw-r--r--default_images/res/odp_16_8.pngbin0 -> 577 bytes-rw-r--r--default_images/res/odp_32.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/odp_32_8.pngbin0 -> 1042 bytes-rw-r--r--default_images/res/odp_48_8.pngbin0 -> 1560 bytes-rw-r--r--default_images/res/ods_16_8.pngbin0 -> 539 bytes-rw-r--r--default_images/res/ods_32.pngbin0 -> 1015 bytes-rw-r--r--default_images/res/ods_32_8.pngbin0 -> 1015 bytes-rw-r--r--default_images/res/ods_48_8.pngbin0 -> 1465 bytes-rw-r--r--default_images/res/odt_16_8.pngbin0 -> 532 bytes-rw-r--r--default_images/res/odt_32.pngbin0 -> 987 bytes-rw-r--r--default_images/res/odt_32_8.pngbin0 -> 987 bytes-rw-r--r--default_images/res/odt_48_8.pngbin0 -> 1332 bytes-rw-r--r--default_images/res/oleobj.pngbin0 -> 907 bytes-rw-r--r--default_images/res/open_32.pngbin0 -> 1319 bytes-rw-r--r--default_images/res/otg_16_8.pngbin0 -> 480 bytes-rw-r--r--default_images/res/otg_32_8.pngbin0 -> 1178 bytes-rw-r--r--default_images/res/otg_48_8.pngbin0 -> 1888 bytes-rw-r--r--default_images/res/oth_16_8.pngbin0 -> 386 bytes-rw-r--r--default_images/res/oth_32_8.pngbin0 -> 828 bytes-rw-r--r--default_images/res/oth_48_8.pngbin0 -> 1294 bytes-rw-r--r--default_images/res/otp_16_8.pngbin0 -> 420 bytes-rw-r--r--default_images/res/otp_32_8.pngbin0 -> 1116 bytes-rw-r--r--default_images/res/otp_48_8.pngbin0 -> 1968 bytes-rw-r--r--default_images/res/ots_16_8.pngbin0 -> 423 bytes-rw-r--r--default_images/res/ots_32_8.pngbin0 -> 938 bytes-rw-r--r--default_images/res/ots_48_8.pngbin0 -> 2003 bytes-rw-r--r--default_images/res/ott_16_8.pngbin0 -> 395 bytes-rw-r--r--default_images/res/ott_32_8.pngbin0 -> 959 bytes-rw-r--r--default_images/res/ott_48_8.pngbin0 -> 1830 bytes-rw-r--r--default_images/res/plugin.pngbin0 -> 1312 bytes-rw-r--r--default_images/res/plus.pngbin0 -> 191 bytes-rw-r--r--default_images/res/printeradmin_16.pngbin0 -> 572 bytes-rw-r--r--default_images/res/printeradmin_16_8.pngbin0 -> 572 bytes-rw-r--r--default_images/res/printeradmin_32.pngbin0 -> 1355 bytes-rw-r--r--default_images/res/printeradmin_32_8.pngbin0 -> 1355 bytes-rw-r--r--default_images/res/printeradmin_48_8.pngbin0 -> 1699 bytes-rw-r--r--default_images/res/puzzlefolder_16.pngbin0 -> 695 bytes-rw-r--r--default_images/res/puzzleslice_16.pngbin0 -> 593 bytes-rw-r--r--default_images/res/sc05500.pngbin0 -> 351 bytes-rw-r--r--default_images/res/sc05501.pngbin0 -> 437 bytes-rw-r--r--default_images/res/sc05502.pngbin0 -> 402 bytes-rw-r--r--default_images/res/sc05504.pngbin0 -> 346 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 -> 346 bytes-rw-r--r--default_images/res/sc05539.pngbin0 -> 499 bytes-rw-r--r--default_images/res/sc05554.pngbin0 -> 548 bytes-rw-r--r--default_images/res/sc05555.pngbin0 -> 427 bytes-rw-r--r--default_images/res/sc05556.pngbin0 -> 542 bytes-rw-r--r--default_images/res/sc05596.pngbin0 -> 802 bytes-rw-r--r--default_images/res/sc05651.pngbin0 -> 712 bytes-rw-r--r--default_images/res/sc05678.pngbin0 -> 915 bytes-rw-r--r--default_images/res/sc05700.pngbin0 -> 601 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 -> 357 bytes-rw-r--r--default_images/res/sc05961.pngbin0 -> 278 bytes-rw-r--r--default_images/res/sc06300.pngbin0 -> 320 bytes-rw-r--r--default_images/res/sc06301.pngbin0 -> 328 bytes-rw-r--r--default_images/res/sc06302.pngbin0 -> 397 bytes-rw-r--r--default_images/res/sc06303.pngbin0 -> 446 bytes-rw-r--r--default_images/res/sc06308.pngbin0 -> 796 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/sc06338.pngbin0 -> 1007 bytes-rw-r--r--default_images/res/sc06350.pngbin0 -> 712 bytes-rw-r--r--default_images/res/sc10223.pngbin0 -> 102 bytes-rw-r--r--default_images/res/sc10224.pngbin0 -> 106 bytes-rw-r--r--default_images/res/sc10243.pngbin0 -> 605 bytes-rw-r--r--default_images/res/sc10350.pngbin0 -> 344 bytes-rw-r--r--default_images/res/sc10366.pngbin0 -> 1014 bytes-rw-r--r--default_images/res/sc10711.pngbin0 -> 392 bytes-rw-r--r--default_images/res/sc10712.pngbin0 -> 394 bytes-rw-r--r--default_images/res/sc10713.pngbin0 -> 405 bytes-rw-r--r--default_images/res/sc10715.pngbin0 -> 262 bytes-rw-r--r--default_images/res/sc10716.pngbin0 -> 481 bytes-rw-r--r--default_images/res/sc10851.pngbin0 -> 314 bytes-rw-r--r--default_images/res/sc10853.pngbin0 -> 278 bytes-rw-r--r--default_images/res/sc10854.pngbin0 -> 497 bytes-rw-r--r--default_images/res/sc10863.pngbin0 -> 346 bytes-rw-r--r--default_images/res/sc10864.pngbin0 -> 498 bytes-rw-r--r--default_images/res/sc10865.pngbin0 -> 434 bytes-rw-r--r--default_images/res/sc10866.pngbin0 -> 439 bytes-rw-r--r--default_images/res/sc10867.pngbin0 -> 437 bytes-rw-r--r--default_images/res/sc10868.pngbin0 -> 666 bytes-rw-r--r--default_images/res/sc10869.pngbin0 -> 447 bytes-rw-r--r--default_images/res/script.pngbin0 -> 424 bytes-rw-r--r--default_images/res/selectupd_16.pngbin0 -> 382 bytes-rw-r--r--default_images/res/soliline.pngbin0 -> 75 bytes-rw-r--r--default_images/res/sx03123.pngbin0 -> 297 bytes-rw-r--r--default_images/res/sx03125.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03126.pngbin0 -> 305 bytes-rw-r--r--default_images/res/sx03127.pngbin0 -> 400 bytes-rw-r--r--default_images/res/sx03128.pngbin0 -> 516 bytes-rw-r--r--default_images/res/sx03129.pngbin0 -> 451 bytes-rw-r--r--default_images/res/sx03130.pngbin0 -> 392 bytes-rw-r--r--default_images/res/sx03131.pngbin0 -> 400 bytes-rw-r--r--default_images/res/sx03132.pngbin0 -> 400 bytes-rw-r--r--default_images/res/sx03135.pngbin0 -> 306 bytes-rw-r--r--default_images/res/sx03136.pngbin0 -> 306 bytes-rw-r--r--default_images/res/sx03137.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03138.pngbin0 -> 418 bytes-rw-r--r--default_images/res/sx03139.pngbin0 -> 593 bytes-rw-r--r--default_images/res/sx03140.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03141.pngbin0 -> 243 bytes-rw-r--r--default_images/res/sx03144.pngbin0 -> 438 bytes-rw-r--r--default_images/res/sx03145.pngbin0 -> 143 bytes-rw-r--r--default_images/res/sx03150.pngbin0 -> 351 bytes-rw-r--r--default_images/res/sx03151.pngbin0 -> 152 bytes-rw-r--r--default_images/res/sx03152.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03153.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03154.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03155.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03156.pngbin0 -> 311 bytes-rw-r--r--default_images/res/sx03157.pngbin0 -> 418 bytes-rw-r--r--default_images/res/sx03158.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03160.pngbin0 -> 524 bytes-rw-r--r--default_images/res/sx03161.pngbin0 -> 311 bytes-rw-r--r--default_images/res/sx03162.pngbin0 -> 311 bytes-rw-r--r--default_images/res/sx03163.pngbin0 -> 368 bytes-rw-r--r--default_images/res/sx03164.pngbin0 -> 174 bytes-rw-r--r--default_images/res/sx03165.pngbin0 -> 225 bytes-rw-r--r--default_images/res/sx03166.pngbin0 -> 249 bytes-rw-r--r--default_images/res/sx03167.pngbin0 -> 209 bytes-rw-r--r--default_images/res/sx03187.pngbin0 -> 374 bytes-rw-r--r--default_images/res/sx03188.pngbin0 -> 305 bytes-rw-r--r--default_images/res/sx03189.pngbin0 -> 243 bytes-rw-r--r--default_images/res/sx03190.pngbin0 -> 437 bytes-rw-r--r--default_images/res/sx03193.pngbin0 -> 296 bytes-rw-r--r--default_images/res/sx03201.pngbin0 -> 488 bytes-rw-r--r--default_images/res/sx03202.pngbin0 -> 514 bytes-rw-r--r--default_images/res/sx03214.pngbin0 -> 159 bytes-rw-r--r--default_images/res/sx03216.pngbin0 -> 404 bytes-rw-r--r--default_images/res/sx03217.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03218.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03219.pngbin0 -> 529 bytes-rw-r--r--default_images/res/sx03220.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03221.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03222.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03226.pngbin0 -> 333 bytes-rw-r--r--default_images/res/sx03227.pngbin0 -> 430 bytes-rw-r--r--default_images/res/sx03228.pngbin0 -> 455 bytes-rw-r--r--default_images/res/sx03239.pngbin0 -> 273 bytes-rw-r--r--default_images/res/sx03241.pngbin0 -> 122 bytes-rw-r--r--default_images/res/sx03242.pngbin0 -> 434 bytes-rw-r--r--default_images/res/sx03243.pngbin0 -> 297 bytes-rw-r--r--default_images/res/sx03244.pngbin0 -> 392 bytes-rw-r--r--default_images/res/sx03245.pngbin0 -> 632 bytes-rw-r--r--default_images/res/sx03246.pngbin0 -> 653 bytes-rw-r--r--default_images/res/sx03247.pngbin0 -> 395 bytes-rw-r--r--default_images/res/sx03248.pngbin0 -> 487 bytes-rw-r--r--default_images/res/sx03249.pngbin0 -> 577 bytes-rw-r--r--default_images/res/sx03250.pngbin0 -> 539 bytes-rw-r--r--default_images/res/sx03251.pngbin0 -> 532 bytes-rw-r--r--default_images/res/sx03252.pngbin0 -> 707 bytes-rw-r--r--default_images/res/sx03253.pngbin0 -> 626 bytes-rw-r--r--default_images/res/sx03254.pngbin0 -> 567 bytes-rw-r--r--default_images/res/sx03255.pngbin0 -> 562 bytes-rw-r--r--default_images/res/sx03256.pngbin0 -> 360 bytes-rw-r--r--default_images/res/sx10144.pngbin0 -> 424 bytes-rw-r--r--default_images/res/sx10593.pngbin0 -> 322 bytes-rw-r--r--default_images/res/sx10594.pngbin0 -> 397 bytes-rw-r--r--default_images/res/sx10595.pngbin0 -> 358 bytes-rw-r--r--default_images/res/sx10596.pngbin0 -> 404 bytes-rw-r--r--default_images/res/sx10597.pngbin0 -> 209 bytes-rw-r--r--default_images/res/sx10598.pngbin0 -> 413 bytes-rw-r--r--default_images/res/sx10599.pngbin0 -> 330 bytes-rw-r--r--default_images/res/sx10600.pngbin0 -> 571 bytes-rw-r--r--default_images/res/sx10601.pngbin0 -> 553 bytes-rw-r--r--default_images/res/sx10603.pngbin0 -> 244 bytes-rw-r--r--default_images/res/sx10604.pngbin0 -> 516 bytes-rw-r--r--default_images/res/sx10605.pngbin0 -> 540 bytes-rw-r--r--default_images/res/sx10607.pngbin0 -> 553 bytes-rw-r--r--default_images/res/sx10704.pngbin0 -> 404 bytes-rw-r--r--default_images/res/sx10705.pngbin0 -> 564 bytes-rw-r--r--default_images/res/sx10706.pngbin0 -> 220 bytes-rw-r--r--default_images/res/sx10707.pngbin0 -> 455 bytes-rw-r--r--default_images/res/sx10708.pngbin0 -> 312 bytes-rw-r--r--default_images/res/sx10710.pngbin0 -> 457 bytes-rw-r--r--default_images/res/sx10715.pngbin0 -> 265 bytes-rw-r--r--default_images/res/sx10728.pngbin0 -> 323 bytes-rw-r--r--default_images/res/sx10757.pngbin0 -> 477 bytes-rw-r--r--default_images/res/sx10768.pngbin0 -> 390 bytes-rw-r--r--default_images/res/sx10769.pngbin0 -> 381 bytes-rw-r--r--default_images/res/sx16670.pngbin0 -> 583 bytes-rw-r--r--default_images/res/sx18002.pngbin0 -> 233 bytes-rw-r--r--default_images/res/sx18003.pngbin0 -> 215 bytes-rw-r--r--default_images/res/sx18013.pngbin0 -> 380 bytes-rw-r--r--default_images/res/sx18022.pngbin0 -> 306 bytes-rw-r--r--default_images/res/sx18027.pngbin0 -> 145 bytes-rw-r--r--default_images/res/target.pngbin0 -> 497 bytes-rw-r--r--default_images/res/tb01.pngbin0 -> 331 bytes-rw-r--r--default_images/res/tb02.pngbin0 -> 383 bytes-rw-r--r--default_images/res/tb03.pngbin0 -> 352 bytes-rw-r--r--default_images/res/tb04.pngbin0 -> 435 bytes-rw-r--r--default_images/res/tb05.pngbin0 -> 406 bytes-rw-r--r--default_images/res/template_32.pngbin0 -> 1180 bytes-rw-r--r--default_images/res/versionwarning.pngbin0 -> 543 bytes-rw-r--r--default_images/res/xml_16.pngbin0 -> 496 bytes-rw-r--r--default_images/sc/imglst/lc26047.pngbin0 -> 584 bytes-rw-r--r--default_images/sc/imglst/lc26048.pngbin0 -> 515 bytes-rw-r--r--default_images/sc/imglst/lc26049.pngbin0 -> 151 bytes-rw-r--r--default_images/sc/imglst/lc26050.pngbin0 -> 551 bytes-rw-r--r--default_images/sc/imglst/lc26051.pngbin0 -> 410 bytes-rw-r--r--default_images/sc/imglst/na010.pngbin0 -> 526 bytes-rw-r--r--default_images/sc/imglst/na011.pngbin0 -> 409 bytes-rw-r--r--default_images/sc/imglst/na03.pngbin0 -> 287 bytes-rw-r--r--default_images/sc/imglst/na05.pngbin0 -> 421 bytes-rw-r--r--default_images/sc/imglst/na06.pngbin0 -> 422 bytes-rw-r--r--default_images/sc/imglst/na07.pngbin0 -> 221 bytes-rw-r--r--default_images/sc/imglst/na09.pngbin0 -> 170 bytes-rw-r--r--default_images/sc/imglst/nc01.pngbin0 -> 244 bytes-rw-r--r--default_images/sc/imglst/nc02.pngbin0 -> 260 bytes-rw-r--r--default_images/sc/imglst/nc03.pngbin0 -> 751 bytes-rw-r--r--default_images/sc/imglst/nc04.pngbin0 -> 517 bytes-rw-r--r--default_images/sc/imglst/nc05.pngbin0 -> 360 bytes-rw-r--r--default_images/sc/imglst/nc06.pngbin0 -> 430 bytes-rw-r--r--default_images/sc/imglst/nc07.pngbin0 -> 302 bytes-rw-r--r--default_images/sc/imglst/nc08.pngbin0 -> 517 bytes-rw-r--r--default_images/sc/imglst/ou01.pngbin0 -> 95 bytes-rw-r--r--default_images/sc/imglst/ou010.pngbin0 -> 95 bytes-rw-r--r--default_images/sc/imglst/ou011.pngbin0 -> 83 bytes-rw-r--r--default_images/sc/imglst/ou012.pngbin0 -> 83 bytes-rw-r--r--default_images/sc/imglst/ou02.pngbin0 -> 114 bytes-rw-r--r--default_images/sc/imglst/ou03.pngbin0 -> 106 bytes-rw-r--r--default_images/sc/imglst/ou04.pngbin0 -> 110 bytes-rw-r--r--default_images/sc/imglst/ou05.pngbin0 -> 106 bytes-rw-r--r--default_images/sc/imglst/ou06.pngbin0 -> 113 bytes-rw-r--r--default_images/sc/imglst/ou07.pngbin0 -> 100 bytes-rw-r--r--default_images/sc/imglst/ou08.pngbin0 -> 104 bytes-rw-r--r--default_images/sc/imglst/ou09.pngbin0 -> 103 bytes-rw-r--r--default_images/sc/imglst/sc26047.pngbin0 -> 357 bytes-rw-r--r--default_images/sc/imglst/sc26048.pngbin0 -> 329 bytes-rw-r--r--default_images/sc/imglst/sc26049.pngbin0 -> 119 bytes-rw-r--r--default_images/sc/imglst/sc26050.pngbin0 -> 296 bytes-rw-r--r--default_images/sc/imglst/sc26051.pngbin0 -> 266 bytes-rw-r--r--default_images/sc/res/date.pngbin0 -> 429 bytes-rw-r--r--default_images/sc/res/dropcopy.pngbin0 -> 425 bytes-rw-r--r--default_images/sc/res/droplink.pngbin0 -> 302 bytes-rw-r--r--default_images/sc/res/dropurl.pngbin0 -> 314 bytes-rw-r--r--default_images/sc/res/file.pngbin0 -> 463 bytes-rw-r--r--default_images/sc/res/fx.pngbin0 -> 280 bytes-rw-r--r--default_images/sc/res/lftrgt.pngbin0 -> 452 bytes-rw-r--r--default_images/sc/res/page.pngbin0 -> 512 bytes-rw-r--r--default_images/sc/res/pages.pngbin0 -> 564 bytes-rw-r--r--default_images/sc/res/popup_select_current.pngbin0 -> 265 bytes-rw-r--r--default_images/sc/res/popup_unselect_current.pngbin0 -> 182 bytes-rw-r--r--default_images/sc/res/sf01.pngbin0 -> 442 bytes-rw-r--r--default_images/sc/res/sf02.pngbin0 -> 417 bytes-rw-r--r--default_images/sc/res/table.pngbin0 -> 289 bytes-rw-r--r--default_images/sc/res/text.pngbin0 -> 558 bytes-rw-r--r--default_images/sc/res/time.pngbin0 -> 574 bytes-rw-r--r--default_images/sc/res/topdown.pngbin0 -> 523 bytes-rw-r--r--default_images/sd/res/breakplayingblue_16.pngbin0 -> 455 bytes-rw-r--r--default_images/sd/res/chart.pngbin0 -> 1608 bytes-rw-r--r--default_images/sd/res/chkpage0.pngbin0 -> 645 bytes-rw-r--r--default_images/sd/res/chkpage1.pngbin0 -> 910 bytes-rw-r--r--default_images/sd/res/click_16.pngbin0 -> 312 bytes-rw-r--r--default_images/sd/res/comments_indicator.pngbin0 -> 95 bytes-rw-r--r--default_images/sd/res/del1bmp.pngbin0 -> 168 bytes-rw-r--r--default_images/sd/res/delall.pngbin0 -> 188 bytes-rw-r--r--default_images/sd/res/dlgass1.pngbin0 -> 8730 bytes-rw-r--r--default_images/sd/res/dlgass2.pngbin0 -> 7161 bytes-rw-r--r--default_images/sd/res/dlgass3.pngbin0 -> 5637 bytes-rw-r--r--default_images/sd/res/dlgass4.pngbin0 -> 6737 bytes-rw-r--r--default_images/sd/res/dlgass5.pngbin0 -> 5816 bytes-rw-r--r--default_images/sd/res/docclose.pngbin0 -> 154 bytes-rw-r--r--default_images/sd/res/docopen.pngbin0 -> 165 bytes-rw-r--r--default_images/sd/res/doctext.pngbin0 -> 120 bytes-rw-r--r--default_images/sd/res/effect_16.pngbin0 -> 230 bytes-rw-r--r--default_images/sd/res/effectfade_16.pngbin0 -> 309 bytes-rw-r--r--default_images/sd/res/effectole_16.pngbin0 -> 349 bytes-rw-r--r--default_images/sd/res/effectpath_16.pngbin0 -> 343 bytes-rw-r--r--default_images/sd/res/effectshape_16.pngbin0 -> 228 bytes-rw-r--r--default_images/sd/res/fade_effect_indicator.pngbin0 -> 129 bytes-rw-r--r--default_images/sd/res/foilh01.pngbin0 -> 403 bytes-rw-r--r--default_images/sd/res/foilh02.pngbin0 -> 410 bytes-rw-r--r--default_images/sd/res/foilh03.pngbin0 -> 577 bytes-rw-r--r--default_images/sd/res/foilh04.pngbin0 -> 450 bytes-rw-r--r--default_images/sd/res/foilh06.pngbin0 -> 480 bytes-rw-r--r--default_images/sd/res/foilh09.pngbin0 -> 476 bytes-rw-r--r--default_images/sd/res/foiln01.pngbin0 -> 499 bytes-rw-r--r--default_images/sd/res/foilnone.pngbin0 -> 1184 bytes-rw-r--r--default_images/sd/res/get1obj.pngbin0 -> 154 bytes-rw-r--r--default_images/sd/res/getallob.pngbin0 -> 176 bytes-rw-r--r--default_images/sd/res/graphic.pngbin0 -> 571 bytes-rw-r--r--default_images/sd/res/group.pngbin0 -> 365 bytes-rw-r--r--default_images/sd/res/hlplhorz.pngbin0 -> 313 bytes-rw-r--r--default_images/sd/res/hlplvert.pngbin0 -> 335 bytes-rw-r--r--default_images/sd/res/hlppoint.pngbin0 -> 393 bytes-rw-r--r--default_images/sd/res/image.pngbin0 -> 6246 bytes-rw-r--r--default_images/sd/res/imagelst/nv010.pngbin0 -> 321 bytes-rw-r--r--default_images/sd/res/imagelst/nv02.pngbin0 -> 297 bytes-rw-r--r--default_images/sd/res/imagelst/nv03.pngbin0 -> 337 bytes-rw-r--r--default_images/sd/res/imagelst/nv04.pngbin0 -> 282 bytes-rw-r--r--default_images/sd/res/imagelst/nv05.pngbin0 -> 285 bytes-rw-r--r--default_images/sd/res/imagelst/nv06.pngbin0 -> 331 bytes-rw-r--r--default_images/sd/res/imagelst/nv08.pngbin0 -> 435 bytes-rw-r--r--default_images/sd/res/imagelst/nv09.pngbin0 -> 324 bytes-rw-r--r--default_images/sd/res/imagelst/sc27036.pngbin0 -> 779 bytes-rw-r--r--default_images/sd/res/imagelst/sf01.pngbin0 -> 421 bytes-rw-r--r--default_images/sd/res/imagelst/sf02.pngbin0 -> 438 bytes-rw-r--r--default_images/sd/res/layout_empty.pngbin0 -> 269 bytes-rw-r--r--default_images/sd/res/layout_head01.pngbin0 -> 382 bytes-rw-r--r--default_images/sd/res/layout_head02.pngbin0 -> 467 bytes-rw-r--r--default_images/sd/res/layout_head02a.pngbin0 -> 505 bytes-rw-r--r--default_images/sd/res/layout_head02b.pngbin0 -> 479 bytes-rw-r--r--default_images/sd/res/layout_head03.pngbin0 -> 494 bytes-rw-r--r--default_images/sd/res/layout_head03a.pngbin0 -> 515 bytes-rw-r--r--default_images/sd/res/layout_head03b.pngbin0 -> 530 bytes-rw-r--r--default_images/sd/res/layout_head03c.pngbin0 -> 529 bytes-rw-r--r--default_images/sd/res/layout_head04.pngbin0 -> 523 bytes-rw-r--r--default_images/sd/res/layout_head06.pngbin0 -> 509 bytes-rw-r--r--default_images/sd/res/layout_textonly.pngbin0 -> 454 bytes-rw-r--r--default_images/sd/res/layout_vertical01.pngbin0 -> 540 bytes-rw-r--r--default_images/sd/res/layout_vertical02.pngbin0 -> 563 bytes-rw-r--r--default_images/sd/res/mspgmode.pngbin0 -> 239 bytes-rw-r--r--default_images/sd/res/object.pngbin0 -> 1912 bytes-rw-r--r--default_images/sd/res/objects.pngbin0 -> 307 bytes-rw-r--r--default_images/sd/res/objekt.pngbin0 -> 302 bytes-rw-r--r--default_images/sd/res/ole.pngbin0 -> 517 bytes-rw-r--r--default_images/sd/res/orgchart.pngbin0 -> 1063 bytes-rw-r--r--default_images/sd/res/page.pngbin0 -> 353 bytes-rw-r--r--default_images/sd/res/pageexcl.pngbin0 -> 326 bytes-rw-r--r--default_images/sd/res/pagemode.pngbin0 -> 219 bytes-rw-r--r--default_images/sd/res/pageobjs.pngbin0 -> 460 bytes-rw-r--r--default_images/sd/res/pagobjex.pngbin0 -> 409 bytes-rw-r--r--default_images/sd/res/pipette.pngbin0 -> 344 bytes-rw-r--r--default_images/sd/res/placeholder_chart_large.pngbin0 -> 202 bytes-rw-r--r--default_images/sd/res/placeholder_chart_large_hover.pngbin0 -> 202 bytes-rw-r--r--default_images/sd/res/placeholder_chart_small.pngbin0 -> 181 bytes-rw-r--r--default_images/sd/res/placeholder_chart_small_hover.pngbin0 -> 181 bytes-rw-r--r--default_images/sd/res/placeholder_image_large.pngbin0 -> 207 bytes-rw-r--r--default_images/sd/res/placeholder_image_large_hover.pngbin0 -> 210 bytes-rw-r--r--default_images/sd/res/placeholder_image_small.pngbin0 -> 172 bytes-rw-r--r--default_images/sd/res/placeholder_image_small_hover.pngbin0 -> 172 bytes-rw-r--r--default_images/sd/res/placeholder_movie_large.pngbin0 -> 219 bytes-rw-r--r--default_images/sd/res/placeholder_movie_large_hover.pngbin0 -> 217 bytes-rw-r--r--default_images/sd/res/placeholder_movie_small.pngbin0 -> 184 bytes-rw-r--r--default_images/sd/res/placeholder_movie_small_hover.pngbin0 -> 184 bytes-rw-r--r--default_images/sd/res/placeholder_table_large.pngbin0 -> 188 bytes-rw-r--r--default_images/sd/res/placeholder_table_large_hover.pngbin0 -> 192 bytes-rw-r--r--default_images/sd/res/placeholder_table_small.pngbin0 -> 164 bytes-rw-r--r--default_images/sd/res/placeholder_table_small_hover.pngbin0 -> 164 bytes-rw-r--r--default_images/sd/res/playblue_16.pngbin0 -> 534 bytes-rw-r--r--default_images/sd/res/pubdes.pngbin0 -> 1665 bytes-rw-r--r--default_images/sd/res/pubdes2.pngbin0 -> 2075 bytes-rw-r--r--default_images/sd/res/pubdes3.pngbin0 -> 3232 bytes-rw-r--r--default_images/sd/res/pubdes4.pngbin0 -> 3104 bytes-rw-r--r--default_images/sd/res/pubdlg1.pngbin0 -> 11336 bytes-rw-r--r--default_images/sd/res/pubdlg2.pngbin0 -> 10183 bytes-rw-r--r--default_images/sd/res/pubdlg3.pngbin0 -> 12367 bytes-rw-r--r--default_images/sd/res/pubdlg4.pngbin0 -> 10105 bytes-rw-r--r--default_images/sd/res/pubdlg5.pngbin0 -> 12800 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_large.pngbin0 -> 327 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_large_hc.pngbin0 -> 348 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_large_hover.pngbin0 -> 342 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_large_hover_hc.pngbin0 -> 348 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_medium.pngbin0 -> 295 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_medium_hc.pngbin0 -> 309 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_medium_hover.pngbin0 -> 303 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_medium_hover_hc.pngbin0 -> 312 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_small.pngbin0 -> 273 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_small_hc.pngbin0 -> 284 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_small_hover.pngbin0 -> 278 bytes-rw-r--r--default_images/sd/res/slide_sorter_command1_small_hover_hc.pngbin0 -> 286 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_large.pngbin0 -> 348 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_large_hc.pngbin0 -> 357 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_large_hover.pngbin0 -> 358 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_large_hover_hc.pngbin0 -> 366 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_medium.pngbin0 -> 298 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_medium_hc.pngbin0 -> 311 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_medium_hover.pngbin0 -> 311 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_medium_hover_hc.pngbin0 -> 319 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_small.pngbin0 -> 284 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_small_hc.pngbin0 -> 296 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_small_hover.pngbin0 -> 297 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2_small_hover_hc.pngbin0 -> 305 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_large.pngbin0 -> 308 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_large_hc.pngbin0 -> 312 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_large_hover.pngbin0 -> 311 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_large_hover_hc.pngbin0 -> 321 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_medium.pngbin0 -> 268 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_medium_hc.pngbin0 -> 272 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_medium_hover.pngbin0 -> 271 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_medium_hover_hc.pngbin0 -> 279 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_small.pngbin0 -> 257 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_small_hc.pngbin0 -> 260 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_small_hover.pngbin0 -> 260 bytes-rw-r--r--default_images/sd/res/slide_sorter_command2b_small_hover_hc.pngbin0 -> 267 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_large.pngbin0 -> 324 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_large_hc.pngbin0 -> 328 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_large_hover.pngbin0 -> 328 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_large_hover_hc.pngbin0 -> 335 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_medium.pngbin0 -> 285 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_medium_hc.pngbin0 -> 289 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_medium_hover.pngbin0 -> 288 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_medium_hover_hc.pngbin0 -> 296 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_small.pngbin0 -> 272 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_small_hc.pngbin0 -> 276 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_small_hover.pngbin0 -> 275 bytes-rw-r--r--default_images/sd/res/slide_sorter_command3_small_hover_hc.pngbin0 -> 282 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_large.pngbin0 -> 1745 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_large_hc.pngbin0 -> 1034 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_medium.pngbin0 -> 1349 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_medium_hc.pngbin0 -> 991 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_small.pngbin0 -> 1142 bytes-rw-r--r--default_images/sd/res/slide_sorter_command_background_small_hc.pngbin0 -> 896 bytes-rw-r--r--default_images/sd/res/slide_sorter_focus_border.pngbin0 -> 361 bytes-rw-r--r--default_images/sd/res/slide_sorter_hide_slide_overlay.pngbin0 -> 562 bytes-rw-r--r--default_images/sd/res/slide_sorter_insert_shadow.pngbin0 -> 215 bytes-rw-r--r--default_images/sd/res/slide_sorter_shadow.pngbin0 -> 337 bytes-rw-r--r--default_images/sd/res/stopplayingblue_16.pngbin0 -> 469 bytes-rw-r--r--default_images/sd/res/table.pngbin0 -> 1058 bytes-rw-r--r--default_images/sd/res/time_16.pngbin0 -> 564 bytes-rw-r--r--default_images/sd/res/waiticon.pngbin0 -> 156 bytes-rw-r--r--default_images/sfx2/res/128x128_calc_doc-p.pngbin0 -> 4782 bytes-rw-r--r--default_images/sfx2/res/128x128_draw_doc-p.pngbin0 -> 6041 bytes-rw-r--r--default_images/sfx2/res/128x128_impress_doc-p.pngbin0 -> 6180 bytes-rw-r--r--default_images/sfx2/res/128x128_math_doc-p.pngbin0 -> 5807 bytes-rw-r--r--default_images/sfx2/res/128x128_writer_doc-p.pngbin0 -> 3715 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/closedoc.pngbin0 -> 162 bytes-rw-r--r--default_images/sfx2/res/command.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/deleterow.pngbin0 -> 125 bytes-rw-r--r--default_images/sfx2/res/dictate.pngbin0 -> 202 bytes-rw-r--r--default_images/sfx2/res/doccl.pngbin0 -> 392 bytes-rw-r--r--default_images/sfx2/res/favourite.pngbin0 -> 434 bytes-rw-r--r--default_images/sfx2/res/favourite_big.pngbin0 -> 631 bytes-rw-r--r--default_images/sfx2/res/hlpbookclosed.pngbin0 -> 418 bytes-rw-r--r--default_images/sfx2/res/hlpbookopen.pngbin0 -> 546 bytes-rw-r--r--default_images/sfx2/res/hlpdoc.pngbin0 -> 717 bytes-rw-r--r--default_images/sfx2/res/indexoff_big.pngbin0 -> 606 bytes-rw-r--r--default_images/sfx2/res/indexoff_small.pngbin0 -> 451 bytes-rw-r--r--default_images/sfx2/res/indexon_big.pngbin0 -> 601 bytes-rw-r--r--default_images/sfx2/res/indexon_small.pngbin0 -> 446 bytes-rw-r--r--default_images/sfx2/res/lco.pngbin0 -> 1592 bytes-rw-r--r--default_images/sfx2/res/lmo.pngbin0 -> 1590 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 -> 427 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 -> 1051 bytes-rw-r--r--default_images/sfx2/res/signet.pngbin0 -> 3529 bytes-rw-r--r--default_images/sfx2/res/smo.pngbin0 -> 1051 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 -> 160 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 -> 470 bytes-rw-r--r--default_images/sfx2/res/styfam2.pngbin0 -> 464 bytes-rw-r--r--default_images/sfx2/res/styfam3.pngbin0 -> 98 bytes-rw-r--r--default_images/sfx2/res/styfam4.pngbin0 -> 417 bytes-rw-r--r--default_images/shared/spinner-16-01.pngbin0 -> 3737 bytes-rw-r--r--default_images/shared/spinner-16-02.pngbin0 -> 3752 bytes-rw-r--r--default_images/shared/spinner-16-03.pngbin0 -> 3752 bytes-rw-r--r--default_images/shared/spinner-16-04.pngbin0 -> 3743 bytes-rw-r--r--default_images/shared/spinner-16-05.pngbin0 -> 3752 bytes-rw-r--r--default_images/shared/spinner-16-06.pngbin0 -> 3759 bytes-rw-r--r--default_images/shared/spinner-32-01.pngbin0 -> 666 bytes-rw-r--r--default_images/shared/spinner-32-02.pngbin0 -> 668 bytes-rw-r--r--default_images/shared/spinner-32-03.pngbin0 -> 678 bytes-rw-r--r--default_images/shared/spinner-32-04.pngbin0 -> 680 bytes-rw-r--r--default_images/shared/spinner-32-05.pngbin0 -> 671 bytes-rw-r--r--default_images/shared/spinner-32-06.pngbin0 -> 676 bytes-rw-r--r--default_images/shared/spinner-32-07.pngbin0 -> 692 bytes-rw-r--r--default_images/shared/spinner-32-08.pngbin0 -> 682 bytes-rw-r--r--default_images/shared/spinner-32-09.pngbin0 -> 675 bytes-rw-r--r--default_images/shared/spinner-32-10.pngbin0 -> 673 bytes-rw-r--r--default_images/shared/spinner-32-11.pngbin0 -> 679 bytes-rw-r--r--default_images/shared/spinner-32-12.pngbin0 -> 676 bytes-rw-r--r--default_images/shared/spinner-64-01.pngbin0 -> 1566 bytes-rw-r--r--default_images/shared/spinner-64-02.pngbin0 -> 1578 bytes-rw-r--r--default_images/shared/spinner-64-03.pngbin0 -> 1561 bytes-rw-r--r--default_images/shared/spinner-64-04.pngbin0 -> 1586 bytes-rw-r--r--default_images/shared/spinner-64-05.pngbin0 -> 1602 bytes-rw-r--r--default_images/shared/spinner-64-06.pngbin0 -> 1590 bytes-rw-r--r--default_images/shared/spinner-64-07.pngbin0 -> 1594 bytes-rw-r--r--default_images/shared/spinner-64-08.pngbin0 -> 1595 bytes-rw-r--r--default_images/shared/spinner-64-09.pngbin0 -> 1568 bytes-rw-r--r--default_images/shared/spinner-64-10.pngbin0 -> 1579 bytes-rw-r--r--default_images/shared/spinner-64-11.pngbin0 -> 1587 bytes-rw-r--r--default_images/shared/spinner-64-12.pngbin0 -> 1569 bytes-rw-r--r--default_images/starmath/res/al21801.pngbin0 -> 160 bytes-rw-r--r--default_images/starmath/res/al21802.pngbin0 -> 137 bytes-rw-r--r--default_images/starmath/res/al21803.pngbin0 -> 161 bytes-rw-r--r--default_images/starmath/res/al21804.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/al21805.pngbin0 -> 129 bytes-rw-r--r--default_images/starmath/res/al21806.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/al21808.pngbin0 -> 121 bytes-rw-r--r--default_images/starmath/res/al21809.pngbin0 -> 168 bytes-rw-r--r--default_images/starmath/res/al21810.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/al21811.pngbin0 -> 174 bytes-rw-r--r--default_images/starmath/res/al21812.pngbin0 -> 164 bytes-rw-r--r--default_images/starmath/res/al21813.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/al21814.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/al21821.pngbin0 -> 162 bytes-rw-r--r--default_images/starmath/res/al21822.pngbin0 -> 166 bytes-rw-r--r--default_images/starmath/res/al21823.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/al21824.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/al21825.pngbin0 -> 127 bytes-rw-r--r--default_images/starmath/res/al21826.pngbin0 -> 127 bytes-rw-r--r--default_images/starmath/res/ar_right.pngbin0 -> 989 bytes-rw-r--r--default_images/starmath/res/at21701.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/at21702.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/at21703.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/at21704.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/at21705.pngbin0 -> 135 bytes-rw-r--r--default_images/starmath/res/at21706.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/at21707.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/at21708.pngbin0 -> 143 bytes-rw-r--r--default_images/starmath/res/at21709.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/at21710.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/at21711.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/at21712.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/at21713.pngbin0 -> 157 bytes-rw-r--r--default_images/starmath/res/at21714.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/at21715.pngbin0 -> 157 bytes-rw-r--r--default_images/starmath/res/at21716.pngbin0 -> 104 bytes-rw-r--r--default_images/starmath/res/at21717.pngbin0 -> 358 bytes-rw-r--r--default_images/starmath/res/at21718.pngbin0 -> 295 bytes-rw-r--r--default_images/starmath/res/at21719.pngbin0 -> 1113 bytes-rw-r--r--default_images/starmath/res/at21720.pngbin0 -> 900 bytes-rw-r--r--default_images/starmath/res/at21722.pngbin0 -> 167 bytes-rw-r--r--default_images/starmath/res/at21723.pngbin0 -> 173 bytes-rw-r--r--default_images/starmath/res/at21724.pngbin0 -> 163 bytes-rw-r--r--default_images/starmath/res/bi21301.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/bi21302.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/bi21303.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/bi21304.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/bi21305.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/bi21306.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/bi21307.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/bi21308.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/bi21309.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/bi21310.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/bi21311.pngbin0 -> 153 bytes-rw-r--r--default_images/starmath/res/bi21312.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/bi21313.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/bi21314.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/bi21315.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/bi21316.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/bi21322.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/bi21323.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/bi21324.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/bi21325.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/bi21326.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/co21901.pngbin0 -> 371 bytes-rw-r--r--default_images/starmath/res/co21902.pngbin0 -> 82 bytes-rw-r--r--default_images/starmath/res/co21903.pngbin0 -> 83 bytes-rw-r--r--default_images/starmath/res/co21904.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/co21905.pngbin0 -> 134 bytes-rw-r--r--default_images/starmath/res/co21906.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/co21907.pngbin0 -> 159 bytes-rw-r--r--default_images/starmath/res/co21908.pngbin0 -> 141 bytes-rw-r--r--default_images/starmath/res/co21909.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/co21910.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/co21911.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/co21912.pngbin0 -> 143 bytes-rw-r--r--default_images/starmath/res/co21916.pngbin0 -> 140 bytes-rw-r--r--default_images/starmath/res/co21917.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/co21918.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/dist101.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/dist102.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/dist103.pngbin0 -> 234 bytes-rw-r--r--default_images/starmath/res/dist104.pngbin0 -> 236 bytes-rw-r--r--default_images/starmath/res/dist11.pngbin0 -> 261 bytes-rw-r--r--default_images/starmath/res/dist12.pngbin0 -> 334 bytes-rw-r--r--default_images/starmath/res/dist13.pngbin0 -> 309 bytes-rw-r--r--default_images/starmath/res/dist21.pngbin0 -> 394 bytes-rw-r--r--default_images/starmath/res/dist22.pngbin0 -> 383 bytes-rw-r--r--default_images/starmath/res/dist31.pngbin0 -> 307 bytes-rw-r--r--default_images/starmath/res/dist32.pngbin0 -> 302 bytes-rw-r--r--default_images/starmath/res/dist41.pngbin0 -> 297 bytes-rw-r--r--default_images/starmath/res/dist42.pngbin0 -> 304 bytes-rw-r--r--default_images/starmath/res/dist51.pngbin0 -> 320 bytes-rw-r--r--default_images/starmath/res/dist52.pngbin0 -> 305 bytes-rw-r--r--default_images/starmath/res/dist61.pngbin0 -> 332 bytes-rw-r--r--default_images/starmath/res/dist62.pngbin0 -> 305 bytes-rw-r--r--default_images/starmath/res/dist71.pngbin0 -> 312 bytes-rw-r--r--default_images/starmath/res/dist72.pngbin0 -> 314 bytes-rw-r--r--default_images/starmath/res/dist81.pngbin0 -> 351 bytes-rw-r--r--default_images/starmath/res/dist82.pngbin0 -> 322 bytes-rw-r--r--default_images/starmath/res/dist91.pngbin0 -> 336 bytes-rw-r--r--default_images/starmath/res/dist92.pngbin0 -> 357 bytes-rw-r--r--default_images/starmath/res/fo21601.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/fo21602.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/fo21603.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fo21604.pngbin0 -> 135 bytes-rw-r--r--default_images/starmath/res/fo21605.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/fo21606.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/fo21607.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/fo21609.pngbin0 -> 161 bytes-rw-r--r--default_images/starmath/res/fo21610.pngbin0 -> 170 bytes-rw-r--r--default_images/starmath/res/fo21611.pngbin0 -> 170 bytes-rw-r--r--default_images/starmath/res/fo21613.pngbin0 -> 161 bytes-rw-r--r--default_images/starmath/res/fo21614.pngbin0 -> 150 bytes-rw-r--r--default_images/starmath/res/fo21615.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/fu21501.pngbin0 -> 127 bytes-rw-r--r--default_images/starmath/res/fu21502.pngbin0 -> 137 bytes-rw-r--r--default_images/starmath/res/fu21503.pngbin0 -> 125 bytes-rw-r--r--default_images/starmath/res/fu21504.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/fu21505.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fu21506.pngbin0 -> 96 bytes-rw-r--r--default_images/starmath/res/fu21507.pngbin0 -> 134 bytes-rw-r--r--default_images/starmath/res/fu21508.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/fu21509.pngbin0 -> 112 bytes-rw-r--r--default_images/starmath/res/fu21510.pngbin0 -> 116 bytes-rw-r--r--default_images/starmath/res/fu21511.pngbin0 -> 128 bytes-rw-r--r--default_images/starmath/res/fu21512.pngbin0 -> 130 bytes-rw-r--r--default_images/starmath/res/fu21513.pngbin0 -> 132 bytes-rw-r--r--default_images/starmath/res/fu21514.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/fu21515.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fu21516.pngbin0 -> 134 bytes-rw-r--r--default_images/starmath/res/fu21517.pngbin0 -> 138 bytes-rw-r--r--default_images/starmath/res/fu21518.pngbin0 -> 141 bytes-rw-r--r--default_images/starmath/res/fu21519.pngbin0 -> 137 bytes-rw-r--r--default_images/starmath/res/fu21520.pngbin0 -> 136 bytes-rw-r--r--default_images/starmath/res/fu21521.pngbin0 -> 146 bytes-rw-r--r--default_images/starmath/res/fu21522.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/fu21523.pngbin0 -> 141 bytes-rw-r--r--default_images/starmath/res/fu21524.pngbin0 -> 143 bytes-rw-r--r--default_images/starmath/res/fu21908.pngbin0 -> 127 bytes-rw-r--r--default_images/starmath/res/im21101.pngbin0 -> 166 bytes-rw-r--r--default_images/starmath/res/im21102.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/im21103.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/im21104.pngbin0 -> 168 bytes-rw-r--r--default_images/starmath/res/im21105.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/im21106.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/im21107.pngbin0 -> 172 bytes-rw-r--r--default_images/starmath/res/im21108.pngbin0 -> 813 bytes-rw-r--r--default_images/starmath/res/im21117.pngbin0 -> 159 bytes-rw-r--r--default_images/starmath/res/mi21608.pngbin0 -> 124 bytes-rw-r--r--default_images/starmath/res/mi21612.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/mi22003.pngbin0 -> 149 bytes-rw-r--r--default_images/starmath/res/mi22004.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/mi22005.pngbin0 -> 137 bytes-rw-r--r--default_images/starmath/res/mi22006.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/mi22007.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/mi22008.pngbin0 -> 88 bytes-rw-r--r--default_images/starmath/res/mi22009.pngbin0 -> 86 bytes-rw-r--r--default_images/starmath/res/mi22010.pngbin0 -> 86 bytes-rw-r--r--default_images/starmath/res/mi22011.pngbin0 -> 87 bytes-rw-r--r--default_images/starmath/res/mi22012.pngbin0 -> 86 bytes-rw-r--r--default_images/starmath/res/mi22013.pngbin0 -> 125 bytes-rw-r--r--default_images/starmath/res/mi22014.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/mi22015.pngbin0 -> 139 bytes-rw-r--r--default_images/starmath/res/mi22016.pngbin0 -> 299 bytes-rw-r--r--default_images/starmath/res/mi22017.pngbin0 -> 300 bytes-rw-r--r--default_images/starmath/res/mi22018.pngbin0 -> 303 bytes-rw-r--r--default_images/starmath/res/mi22019.pngbin0 -> 311 bytes-rw-r--r--default_images/starmath/res/op21401.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/op21402.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/op21403.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/op21405.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/op21406.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/op21407.pngbin0 -> 161 bytes-rw-r--r--default_images/starmath/res/op21408.pngbin0 -> 162 bytes-rw-r--r--default_images/starmath/res/op21409.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/op21410.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/op21411.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/op21412.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/op21413.pngbin0 -> 160 bytes-rw-r--r--default_images/starmath/res/op21414.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/op21415.pngbin0 -> 160 bytes-rw-r--r--default_images/starmath/res/op21416.pngbin0 -> 158 bytes-rw-r--r--default_images/starmath/res/op21417.pngbin0 -> 146 bytes-rw-r--r--default_images/starmath/res/op21418.pngbin0 -> 114 bytes-rw-r--r--default_images/starmath/res/op21419.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/op21420.pngbin0 -> 144 bytes-rw-r--r--default_images/starmath/res/op21421.pngbin0 -> 142 bytes-rw-r--r--default_images/starmath/res/op22001.pngbin0 -> 151 bytes-rw-r--r--default_images/starmath/res/op22002.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/un21201.pngbin0 -> 133 bytes-rw-r--r--default_images/starmath/res/un21202.pngbin0 -> 131 bytes-rw-r--r--default_images/starmath/res/un21203.pngbin0 -> 133 bytes-rw-r--r--default_images/starmath/res/un21204.pngbin0 -> 135 bytes-rw-r--r--default_images/starmath/res/un21205.pngbin0 -> 147 bytes-rw-r--r--default_images/starmath/res/un21206.pngbin0 -> 148 bytes-rw-r--r--default_images/starmath/res/un21207.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/un21208.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/un21209.pngbin0 -> 145 bytes-rw-r--r--default_images/starmath/res/un21210.pngbin0 -> 152 bytes-rw-r--r--default_images/starmath/res/un21211.pngbin0 -> 154 bytes-rw-r--r--default_images/starmath/res/un21212.pngbin0 -> 166 bytes-rw-r--r--default_images/starmath/res/un21213.pngbin0 -> 129 bytes-rw-r--r--default_images/starmath/res/un21214.pngbin0 -> 156 bytes-rw-r--r--default_images/starmath/res/un21215.pngbin0 -> 155 bytes-rw-r--r--default_images/starmath/res/un21221.pngbin0 -> 146 bytes-rw-r--r--default_images/svtools/res/back_large.pngbin0 -> 731 bytes-rw-r--r--default_images/svtools/res/back_small.pngbin0 -> 328 bytes-rw-r--r--default_images/svtools/res/bmpfont.pngbin0 -> 558 bytes-rw-r--r--default_images/svtools/res/closer.pngbin0 -> 162 bytes-rw-r--r--default_images/svtools/res/collate.pngbin0 -> 1423 bytes-rw-r--r--default_images/svtools/res/ed01.pngbin0 -> 212 bytes-rw-r--r--default_images/svtools/res/ed02.pngbin0 -> 248 bytes-rw-r--r--default_images/svtools/res/ed03.pngbin0 -> 210 bytes-rw-r--r--default_images/svtools/res/ed04.pngbin0 -> 231 bytes-rw-r--r--default_images/svtools/res/ed05.pngbin0 -> 324 bytes-rw-r--r--default_images/svtools/res/ed06.pngbin0 -> 239 bytes-rw-r--r--default_images/svtools/res/ed07.pngbin0 -> 339 bytes-rw-r--r--default_images/svtools/res/ed08.pngbin0 -> 215 bytes-rw-r--r--default_images/svtools/res/ed09.pngbin0 -> 83 bytes-rw-r--r--default_images/svtools/res/folder.pngbin0 -> 251 bytes-rw-r--r--default_images/svtools/res/helpagent.pngbin0 -> 2180 bytes-rw-r--r--default_images/svtools/res/info_large.pngbin0 -> 538 bytes-rw-r--r--default_images/svtools/res/info_small.pngbin0 -> 329 bytes-rw-r--r--default_images/svtools/res/list_add.pngbin0 -> 533 bytes-rw-r--r--default_images/svtools/res/list_add_16.pngbin0 -> 491 bytes-rw-r--r--default_images/svtools/res/list_add_24.pngbin0 -> 720 bytes-rw-r--r--default_images/svtools/res/list_remove.pngbin0 -> 310 bytes-rw-r--r--default_images/svtools/res/list_remove_16.pngbin0 -> 301 bytes-rw-r--r--default_images/svtools/res/list_remove_24.pngbin0 -> 441 bytes-rw-r--r--default_images/svtools/res/my_docs.pngbin0 -> 918 bytes-rw-r--r--default_images/svtools/res/ncollate.pngbin0 -> 1488 bytes-rw-r--r--default_images/svtools/res/new_doc.pngbin0 -> 812 bytes-rw-r--r--default_images/svtools/res/preview_large.pngbin0 -> 478 bytes-rw-r--r--default_images/svtools/res/preview_small.pngbin0 -> 340 bytes-rw-r--r--default_images/svtools/res/prnfont.pngbin0 -> 419 bytes-rw-r--r--default_images/svtools/res/regkey.pngbin0 -> 297 bytes-rw-r--r--default_images/svtools/res/samples.pngbin0 -> 1062 bytes-rw-r--r--default_images/svtools/res/scalfont.pngbin0 -> 534 bytes-rw-r--r--default_images/svtools/res/template.pngbin0 -> 828 bytes-rw-r--r--default_images/svtools/res/triangle_down.pngbin0 -> 178 bytes-rw-r--r--default_images/svtools/res/triangle_right.pngbin0 -> 226 bytes-rw-r--r--default_images/svtools/res/ttall.pngbin0 -> 98 bytes-rw-r--r--default_images/svtools/res/ttdef.pngbin0 -> 101 bytes-rw-r--r--default_images/svtools/res/tthid.pngbin0 -> 103 bytes-rw-r--r--default_images/svtools/res/ttremote.pngbin0 -> 118 bytes-rw-r--r--default_images/svtools/res/ttshow.pngbin0 -> 108 bytes-rw-r--r--default_images/svtools/res/ttshow2.pngbin0 -> 115 bytes-rw-r--r--default_images/svtools/res/up_large.pngbin0 -> 613 bytes-rw-r--r--default_images/svtools/res/up_small.pngbin0 -> 380 bytes-rw-r--r--default_images/svx/res/3dgeo.pngbin0 -> 169 bytes-rw-r--r--default_images/svx/res/3dlight.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/3drepres.pngbin0 -> 195 bytes-rw-r--r--default_images/svx/res/3dtextur.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/apply.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/blend3d.pngbin0 -> 676 bytes-rw-r--r--default_images/svx/res/brightlit_16.pngbin0 -> 192 bytes-rw-r--r--default_images/svx/res/caution_11x16.pngbin0 -> 360 bytes-rw-r--r--default_images/svx/res/cd01.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/cd015.pngbin0 -> 248 bytes-rw-r--r--default_images/svx/res/cd016.pngbin0 -> 332 bytes-rw-r--r--default_images/svx/res/cd017.pngbin0 -> 302 bytes-rw-r--r--default_images/svx/res/cd018.pngbin0 -> 314 bytes-rw-r--r--default_images/svx/res/cd02.pngbin0 -> 159 bytes-rw-r--r--default_images/svx/res/cd020.pngbin0 -> 599 bytes-rw-r--r--default_images/svx/res/cd021.pngbin0 -> 601 bytes-rw-r--r--default_images/svx/res/cd025.pngbin0 -> 394 bytes-rw-r--r--default_images/svx/res/cd026.pngbin0 -> 344 bytes-rw-r--r--default_images/svx/res/cd05.pngbin0 -> 361 bytes-rw-r--r--default_images/svx/res/cd06.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/cd07.pngbin0 -> 459 bytes-rw-r--r--default_images/svx/res/cd08.pngbin0 -> 411 bytes-rw-r--r--default_images/svx/res/color.pngbin0 -> 271 bytes-rw-r--r--default_images/svx/res/colordlg.pngbin0 -> 463 bytes-rw-r--r--default_images/svx/res/convrt3d.pngbin0 -> 513 bytes-rw-r--r--default_images/svx/res/cropmarkers.pngbin0 -> 239 bytes-rw-r--r--default_images/svx/res/cropmarkers2.pngbin0 -> 348 bytes-rw-r--r--default_images/svx/res/dimlit_16.pngbin0 -> 192 bytes-rw-r--r--default_images/svx/res/directioneast_22.pngbin0 -> 149 bytes-rw-r--r--default_images/svx/res/directionnorth_22.pngbin0 -> 145 bytes-rw-r--r--default_images/svx/res/directionnortheast_22.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/directionnorthwest_22.pngbin0 -> 191 bytes-rw-r--r--default_images/svx/res/directionsouth_22.pngbin0 -> 154 bytes-rw-r--r--default_images/svx/res/directionsoutheast_22.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/directionsouthwest_22.pngbin0 -> 205 bytes-rw-r--r--default_images/svx/res/directionstraight_22.pngbin0 -> 104 bytes-rw-r--r--default_images/svx/res/directionwest_22.pngbin0 -> 158 bytes-rw-r--r--default_images/svx/res/doc_modified_no_14.pngbin0 -> 429 bytes-rw-r--r--default_images/svx/res/doc_modified_yes_14.pngbin0 -> 506 bytes-rw-r--r--default_images/svx/res/doublesi.pngbin0 -> 182 bytes-rw-r--r--default_images/svx/res/dsth_cen.pngbin0 -> 436 bytes-rw-r--r--default_images/svx/res/dsth_dst.pngbin0 -> 469 bytes-rw-r--r--default_images/svx/res/dsth_hig.pngbin0 -> 445 bytes-rw-r--r--default_images/svx/res/dsth_low.pngbin0 -> 452 bytes-rw-r--r--default_images/svx/res/dstv_cen.pngbin0 -> 422 bytes-rw-r--r--default_images/svx/res/dstv_dst.pngbin0 -> 425 bytes-rw-r--r--default_images/svx/res/dstv_hig.pngbin0 -> 425 bytes-rw-r--r--default_images/svx/res/dstv_low.pngbin0 -> 411 bytes-rw-r--r--default_images/svx/res/extrusion05inch_16.pngbin0 -> 307 bytes-rw-r--r--default_images/svx/res/extrusion0inch_16.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/extrusion1inch_16.pngbin0 -> 365 bytes-rw-r--r--default_images/svx/res/extrusion2inch_16.pngbin0 -> 422 bytes-rw-r--r--default_images/svx/res/extrusion4inch_16.pngbin0 -> 457 bytes-rw-r--r--default_images/svx/res/extrusioninfinity_16.pngbin0 -> 502 bytes-rw-r--r--default_images/svx/res/filter3d.pngbin0 -> 262 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_16.pngbin0 -> 135 bytes-rw-r--r--default_images/svx/res/fontworkaligncentered_26.pngbin0 -> 235 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_16.pngbin0 -> 130 bytes-rw-r--r--default_images/svx/res/fontworkalignjustified_26.pngbin0 -> 227 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_16.pngbin0 -> 132 bytes-rw-r--r--default_images/svx/res/fontworkalignleft_26.pngbin0 -> 232 bytes-rw-r--r--default_images/svx/res/fontworkalignright_16.pngbin0 -> 134 bytes-rw-r--r--default_images/svx/res/fontworkalignright_26.pngbin0 -> 234 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_16.pngbin0 -> 265 bytes-rw-r--r--default_images/svx/res/fontworkalignstretch_26.pngbin0 -> 440 bytes-rw-r--r--default_images/svx/res/fr01.pngbin0 -> 216 bytes-rw-r--r--default_images/svx/res/fr010.pngbin0 -> 282 bytes-rw-r--r--default_images/svx/res/fr011.pngbin0 -> 282 bytes-rw-r--r--default_images/svx/res/fr012.pngbin0 -> 278 bytes-rw-r--r--default_images/svx/res/fr02.pngbin0 -> 236 bytes-rw-r--r--default_images/svx/res/fr03.pngbin0 -> 237 bytes-rw-r--r--default_images/svx/res/fr04.pngbin0 -> 229 bytes-rw-r--r--default_images/svx/res/fr05.pngbin0 -> 228 bytes-rw-r--r--default_images/svx/res/fr06.pngbin0 -> 219 bytes-rw-r--r--default_images/svx/res/fr07.pngbin0 -> 229 bytes-rw-r--r--default_images/svx/res/fr08.pngbin0 -> 208 bytes-rw-r--r--default_images/svx/res/fr09.pngbin0 -> 283 bytes-rw-r--r--default_images/svx/res/frmsel.bmpbin0 -> 510 bytes-rw-r--r--default_images/svx/res/fw01.pngbin0 -> 97 bytes-rw-r--r--default_images/svx/res/fw010.pngbin0 -> 93 bytes-rw-r--r--default_images/svx/res/fw011.pngbin0 -> 117 bytes-rw-r--r--default_images/svx/res/fw012.pngbin0 -> 112 bytes-rw-r--r--default_images/svx/res/fw013.pngbin0 -> 84 bytes-rw-r--r--default_images/svx/res/fw014.pngbin0 -> 98 bytes-rw-r--r--default_images/svx/res/fw015.pngbin0 -> 101 bytes-rw-r--r--default_images/svx/res/fw016.pngbin0 -> 89 bytes-rw-r--r--default_images/svx/res/fw017.pngbin0 -> 95 bytes-rw-r--r--default_images/svx/res/fw018.pngbin0 -> 104 bytes-rw-r--r--default_images/svx/res/fw019.pngbin0 -> 111 bytes-rw-r--r--default_images/svx/res/fw02.pngbin0 -> 118 bytes-rw-r--r--default_images/svx/res/fw020.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/fw021.pngbin0 -> 107 bytes-rw-r--r--default_images/svx/res/fw03.pngbin0 -> 125 bytes-rw-r--r--default_images/svx/res/fw04.pngbin0 -> 108 bytes-rw-r--r--default_images/svx/res/fw05.pngbin0 -> 134 bytes-rw-r--r--default_images/svx/res/fw06.pngbin0 -> 105 bytes-rw-r--r--default_images/svx/res/fw07.pngbin0 -> 78 bytes-rw-r--r--default_images/svx/res/fw08.pngbin0 -> 78 bytes-rw-r--r--default_images/svx/res/fw09.pngbin0 -> 79 bytes-rw-r--r--default_images/svx/res/fwbhcirc.pngbin0 -> 111 bytes-rw-r--r--default_images/svx/res/fwbotarc.pngbin0 -> 102 bytes-rw-r--r--default_images/svx/res/fwbuttn1.pngbin0 -> 115 bytes-rw-r--r--default_images/svx/res/fwbuttn2.pngbin0 -> 120 bytes-rw-r--r--default_images/svx/res/fwbuttn3.pngbin0 -> 122 bytes-rw-r--r--default_images/svx/res/fwbuttn4.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/fwlftarc.pngbin0 -> 108 bytes-rw-r--r--default_images/svx/res/fwlhcirc.pngbin0 -> 111 bytes-rw-r--r--default_images/svx/res/fwrgtarc.pngbin0 -> 107 bytes-rw-r--r--default_images/svx/res/fwrhcirc.pngbin0 -> 109 bytes-rw-r--r--default_images/svx/res/fwtoparc.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/galdefl.pngbin0 -> 550 bytes-rw-r--r--default_images/svx/res/galdefs.pngbin0 -> 306 bytes-rw-r--r--default_images/svx/res/galicon.pngbin0 -> 377 bytes-rw-r--r--default_images/svx/res/galimpl.pngbin0 -> 162 bytes-rw-r--r--default_images/svx/res/galimps.pngbin0 -> 122 bytes-rw-r--r--default_images/svx/res/gallist.pngbin0 -> 374 bytes-rw-r--r--default_images/svx/res/galmedia.pngbin0 -> 1358 bytes-rw-r--r--default_images/svx/res/galnorl.pngbin0 -> 573 bytes-rw-r--r--default_images/svx/res/galnors.pngbin0 -> 306 bytes-rw-r--r--default_images/svx/res/galrdol.pngbin0 -> 563 bytes-rw-r--r--default_images/svx/res/galrdos.pngbin0 -> 306 bytes-rw-r--r--default_images/svx/res/galsnd1.pngbin0 -> 351 bytes-rw-r--r--default_images/svx/res/galsnd2.pngbin0 -> 383 bytes-rw-r--r--default_images/svx/res/galsnd3.pngbin0 -> 322 bytes-rw-r--r--default_images/svx/res/galsnd4.pngbin0 -> 469 bytes-rw-r--r--default_images/svx/res/galsnd5.pngbin0 -> 310 bytes-rw-r--r--default_images/svx/res/galsnd6.pngbin0 -> 359 bytes-rw-r--r--default_images/svx/res/galsnd7.pngbin0 -> 334 bytes-rw-r--r--default_images/svx/res/graphic.pngbin0 -> 571 bytes-rw-r--r--default_images/svx/res/grfload.pngbin0 -> 262 bytes-rw-r--r--default_images/svx/res/id01.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/id016.pngbin0 -> 293 bytes-rw-r--r--default_images/svx/res/id018.pngbin0 -> 403 bytes-rw-r--r--default_images/svx/res/id019.pngbin0 -> 487 bytes-rw-r--r--default_images/svx/res/id02.pngbin0 -> 437 bytes-rw-r--r--default_images/svx/res/id03.pngbin0 -> 402 bytes-rw-r--r--default_images/svx/res/id030.pngbin0 -> 248 bytes-rw-r--r--default_images/svx/res/id031.pngbin0 -> 332 bytes-rw-r--r--default_images/svx/res/id032.pngbin0 -> 302 bytes-rw-r--r--default_images/svx/res/id033.pngbin0 -> 314 bytes-rw-r--r--default_images/svx/res/id04.pngbin0 -> 361 bytes-rw-r--r--default_images/svx/res/id040.pngbin0 -> 599 bytes-rw-r--r--default_images/svx/res/id041.pngbin0 -> 601 bytes-rw-r--r--default_images/svx/res/id05.pngbin0 -> 213 bytes-rw-r--r--default_images/svx/res/id06.pngbin0 -> 459 bytes-rw-r--r--default_images/svx/res/id07.pngbin0 -> 411 bytes-rw-r--r--default_images/svx/res/id08.pngbin0 -> 530 bytes-rw-r--r--default_images/svx/res/invert3d.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/legtyp1.pngbin0 -> 378 bytes-rw-r--r--default_images/svx/res/legtyp2.pngbin0 -> 476 bytes-rw-r--r--default_images/svx/res/legtyp3.pngbin0 -> 442 bytes-rw-r--r--default_images/svx/res/legtyp4.pngbin0 -> 472 bytes-rw-r--r--default_images/svx/res/lght2sid.pngbin0 -> 203 bytes-rw-r--r--default_images/svx/res/light.pngbin0 -> 176 bytes-rw-r--r--default_images/svx/res/lightfrombottom_22.pngbin0 -> 716 bytes-rw-r--r--default_images/svx/res/lightfrombottomleft_22.pngbin0 -> 736 bytes-rw-r--r--default_images/svx/res/lightfrombottomright_22.pngbin0 -> 713 bytes-rw-r--r--default_images/svx/res/lightfromfront_22.pngbin0 -> 805 bytes-rw-r--r--default_images/svx/res/lightfromleft_22.pngbin0 -> 691 bytes-rw-r--r--default_images/svx/res/lightfromright_22.pngbin0 -> 700 bytes-rw-r--r--default_images/svx/res/lightfromtop_22.pngbin0 -> 769 bytes-rw-r--r--default_images/svx/res/lightfromtopleft_22.pngbin0 -> 735 bytes-rw-r--r--default_images/svx/res/lightfromtopright_22.pngbin0 -> 752 bytes-rw-r--r--default_images/svx/res/lightofffrombottom_22.pngbin0 -> 216 bytes-rw-r--r--default_images/svx/res/lightofffrombottomleft_22.pngbin0 -> 246 bytes-rw-r--r--default_images/svx/res/lightofffrombottomright_22.pngbin0 -> 244 bytes-rw-r--r--default_images/svx/res/lightofffromleft_22.pngbin0 -> 217 bytes-rw-r--r--default_images/svx/res/lightofffromright_22.pngbin0 -> 221 bytes-rw-r--r--default_images/svx/res/lightofffromtop_22.pngbin0 -> 227 bytes-rw-r--r--default_images/svx/res/lightofffromtopleft_22.pngbin0 -> 226 bytes-rw-r--r--default_images/svx/res/lightofffromtopright_22.pngbin0 -> 233 bytes-rw-r--r--default_images/svx/res/lighton.pngbin0 -> 214 bytes-rw-r--r--default_images/svx/res/lightonfrombottom_22.pngbin0 -> 265 bytes-rw-r--r--default_images/svx/res/lightonfrombottomleft_22.pngbin0 -> 272 bytes-rw-r--r--default_images/svx/res/lightonfrombottomright_22.pngbin0 -> 282 bytes-rw-r--r--default_images/svx/res/lightonfromleft_22.pngbin0 -> 267 bytes-rw-r--r--default_images/svx/res/lightonfromright_22.pngbin0 -> 265 bytes-rw-r--r--default_images/svx/res/lightonfromtop_22.pngbin0 -> 268 bytes-rw-r--r--default_images/svx/res/lightonfromtopleft_22.pngbin0 -> 277 bytes-rw-r--r--default_images/svx/res/lightonfromtopright_22.pngbin0 -> 275 bytes-rw-r--r--default_images/svx/res/lngcheck.pngbin0 -> 317 bytes-rw-r--r--default_images/svx/res/lo01.pngbin0 -> 125 bytes-rw-r--r--default_images/svx/res/lo02.pngbin0 -> 128 bytes-rw-r--r--default_images/svx/res/lo03.pngbin0 -> 94 bytes-rw-r--r--default_images/svx/res/luminanc.pngbin0 -> 348 bytes-rw-r--r--default_images/svx/res/markers.pngbin0 -> 1208 bytes-rw-r--r--default_images/svx/res/markers2.pngbin0 -> 2250 bytes-rw-r--r--default_images/svx/res/material.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/matte_16.pngbin0 -> 547 bytes-rw-r--r--default_images/svx/res/metal_16.pngbin0 -> 576 bytes-rw-r--r--default_images/svx/res/modula3d.pngbin0 -> 215 bytes-rw-r--r--default_images/svx/res/navigationball_10.pngbin0 -> 245 bytes-rw-r--r--default_images/svx/res/normallit_16.pngbin0 -> 192 bytes-rw-r--r--default_images/svx/res/normflat.pngbin0 -> 171 bytes-rw-r--r--default_images/svx/res/normobjs.pngbin0 -> 203 bytes-rw-r--r--default_images/svx/res/normsphe.pngbin0 -> 190 bytes-rw-r--r--default_images/svx/res/notcertificate_16.pngbin0 -> 617 bytes-rw-r--r--default_images/svx/res/notcheck.pngbin0 -> 71 bytes-rw-r--r--default_images/svx/res/nu01.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/nu02.pngbin0 -> 296 bytes-rw-r--r--default_images/svx/res/nu03.pngbin0 -> 430 bytes-rw-r--r--default_images/svx/res/nu04.pngbin0 -> 243 bytes-rw-r--r--default_images/svx/res/nu07.pngbin0 -> 266 bytes-rw-r--r--default_images/svx/res/nu08.pngbin0 -> 296 bytes-rw-r--r--default_images/svx/res/objects.pngbin0 -> 307 bytes-rw-r--r--default_images/svx/res/objspc3d.pngbin0 -> 152 bytes-rw-r--r--default_images/svx/res/odfwarning.pngbin0 -> 360 bytes-rw-r--r--default_images/svx/res/ole.pngbin0 -> 516 bytes-rw-r--r--default_images/svx/res/pageshadow35x35.pngbin0 -> 708 bytes-rw-r--r--default_images/svx/res/parallel.pngbin0 -> 119 bytes-rw-r--r--default_images/svx/res/parallel_16.pngbin0 -> 172 bytes-rw-r--r--default_images/svx/res/persp3d.pngbin0 -> 177 bytes-rw-r--r--default_images/svx/res/perspective_16.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/plastic_16.pngbin0 -> 462 bytes-rw-r--r--default_images/svx/res/pr01.pngbin0 -> 186 bytes-rw-r--r--default_images/svx/res/pr010.pngbin0 -> 189 bytes-rw-r--r--default_images/svx/res/pr011.pngbin0 -> 215 bytes-rw-r--r--default_images/svx/res/pr012.pngbin0 -> 191 bytes-rw-r--r--default_images/svx/res/pr013.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/pr014.pngbin0 -> 242 bytes-rw-r--r--default_images/svx/res/pr015.pngbin0 -> 190 bytes-rw-r--r--default_images/svx/res/pr016.pngbin0 -> 239 bytes-rw-r--r--default_images/svx/res/pr017.pngbin0 -> 201 bytes-rw-r--r--default_images/svx/res/pr018.pngbin0 -> 226 bytes-rw-r--r--default_images/svx/res/pr019.pngbin0 -> 228 bytes-rw-r--r--default_images/svx/res/pr02.pngbin0 -> 186 bytes-rw-r--r--default_images/svx/res/pr020.pngbin0 -> 216 bytes-rw-r--r--default_images/svx/res/pr021.pngbin0 -> 256 bytes-rw-r--r--default_images/svx/res/pr03.pngbin0 -> 185 bytes-rw-r--r--default_images/svx/res/pr04.pngbin0 -> 186 bytes-rw-r--r--default_images/svx/res/pr05.pngbin0 -> 200 bytes-rw-r--r--default_images/svx/res/pr06.pngbin0 -> 216 bytes-rw-r--r--default_images/svx/res/pr07.pngbin0 -> 103 bytes-rw-r--r--default_images/svx/res/pr08.pngbin0 -> 101 bytes-rw-r--r--default_images/svx/res/pr09.pngbin0 -> 234 bytes-rw-r--r--default_images/svx/res/rectbtns.pngbin0 -> 170 bytes-rw-r--r--default_images/svx/res/reload.pngbin0 -> 583 bytes-rw-r--r--default_images/svx/res/reloads.pngbin0 -> 194 bytes-rw-r--r--default_images/svx/res/replac3d.pngbin0 -> 157 bytes-rw-r--r--default_images/svx/res/rotate3d.pngbin0 -> 490 bytes-rw-r--r--default_images/svx/res/sh01.pngbin0 -> 187 bytes-rw-r--r--default_images/svx/res/sh02.pngbin0 -> 198 bytes-rw-r--r--default_images/svx/res/sh03.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/sh04.pngbin0 -> 195 bytes-rw-r--r--default_images/svx/res/sh05.pngbin0 -> 197 bytes-rw-r--r--default_images/svx/res/shadow3d.pngbin0 -> 121 bytes-rw-r--r--default_images/svx/res/signet_11x16.pngbin0 -> 406 bytes-rw-r--r--default_images/svx/res/slidezoomin_11.pngbin0 -> 373 bytes-rw-r--r--default_images/svx/res/slidezoomout_11.pngbin0 -> 354 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 -> 572 bytes-rw-r--r--default_images/svx/res/time.pngbin0 -> 574 bytes-rw-r--r--default_images/svx/res/tr10416.pngbin0 -> 1400 bytes-rw-r--r--default_images/svx/res/tr10432.pngbin0 -> 698 bytes-rw-r--r--default_images/svx/res/tr10433.pngbin0 -> 987 bytes-rw-r--r--default_images/svx/res/tr10434.pngbin0 -> 1042 bytes-rw-r--r--default_images/svx/res/tr10435.pngbin0 -> 1015 bytes-rw-r--r--default_images/svx/res/tr10436.pngbin0 -> 1128 bytes-rw-r--r--default_images/svx/res/tr10437.pngbin0 -> 1009 bytes-rw-r--r--default_images/svx/res/tr10439.pngbin0 -> 1127 bytes-rw-r--r--default_images/svx/res/tr10447.pngbin0 -> 1271 bytes-rw-r--r--default_images/svx/res/tr10450.pngbin0 -> 1329 bytes-rw-r--r--default_images/svx/res/tr10452.pngbin0 -> 1137 bytes-rw-r--r--default_images/svx/res/tr10921.pngbin0 -> 2321 bytes-rw-r--r--default_images/svx/res/vendor01.pngbin0 -> 2948 bytes-rw-r--r--default_images/svx/res/vendor01h.pngbin0 -> 2949 bytes-rw-r--r--default_images/svx/res/wireframe_16.pngbin0 -> 226 bytes-rw-r--r--default_images/svx/res/zetlhor2.pngbin0 -> 111 bytes-rw-r--r--default_images/svx/res/zetlver2.pngbin0 -> 120 bytes-rw-r--r--default_images/sw/imglst/lc20556.pngbin0 -> 584 bytes-rw-r--r--default_images/sw/imglst/lc20557.pngbin0 -> 551 bytes-rw-r--r--default_images/sw/imglst/lc20558.pngbin0 -> 410 bytes-rw-r--r--default_images/sw/imglst/nc20000.pngbin0 -> 97 bytes-rw-r--r--default_images/sw/imglst/nc20001.pngbin0 -> 244 bytes-rw-r--r--default_images/sw/imglst/nc20002.pngbin0 -> 282 bytes-rw-r--r--default_images/sw/imglst/nc20003.pngbin0 -> 517 bytes-rw-r--r--default_images/sw/imglst/nc20004.pngbin0 -> 360 bytes-rw-r--r--default_images/sw/imglst/nc20005.pngbin0 -> 458 bytes-rw-r--r--default_images/sw/imglst/nc20006.pngbin0 -> 99 bytes-rw-r--r--default_images/sw/imglst/nc20007.pngbin0 -> 314 bytes-rw-r--r--default_images/sw/imglst/nc20008.pngbin0 -> 334 bytes-rw-r--r--default_images/sw/imglst/nc20009.pngbin0 -> 256 bytes-rw-r--r--default_images/sw/imglst/nc20010.pngbin0 -> 430 bytes-rw-r--r--default_images/sw/imglst/nc20011.pngbin0 -> 517 bytes-rw-r--r--default_images/sw/imglst/re01.pngbin0 -> 209 bytes-rw-r--r--default_images/sw/imglst/re02.pngbin0 -> 311 bytes-rw-r--r--default_images/sw/imglst/re03.pngbin0 -> 184 bytes-rw-r--r--default_images/sw/imglst/re04.pngbin0 -> 288 bytes-rw-r--r--default_images/sw/imglst/sc20171.pngbin0 -> 249 bytes-rw-r--r--default_images/sw/imglst/sc20172.pngbin0 -> 241 bytes-rw-r--r--default_images/sw/imglst/sc20173.pngbin0 -> 238 bytes-rw-r--r--default_images/sw/imglst/sc20174.pngbin0 -> 244 bytes-rw-r--r--default_images/sw/imglst/sc20175.pngbin0 -> 422 bytes-rw-r--r--default_images/sw/imglst/sc20177.pngbin0 -> 427 bytes-rw-r--r--default_images/sw/imglst/sc20179.pngbin0 -> 434 bytes-rw-r--r--default_images/sw/imglst/sc20182.pngbin0 -> 434 bytes-rw-r--r--default_images/sw/imglst/sc20183.pngbin0 -> 374 bytes-rw-r--r--default_images/sw/imglst/sc20186.pngbin0 -> 421 bytes-rw-r--r--default_images/sw/imglst/sc20233.pngbin0 -> 409 bytes-rw-r--r--default_images/sw/imglst/sc20234.pngbin0 -> 526 bytes-rw-r--r--default_images/sw/imglst/sc20235.pngbin0 -> 314 bytes-rw-r--r--default_images/sw/imglst/sc20236.pngbin0 -> 111 bytes-rw-r--r--default_images/sw/imglst/sc20238.pngbin0 -> 302 bytes-rw-r--r--default_images/sw/imglst/sc20239.pngbin0 -> 425 bytes-rw-r--r--default_images/sw/imglst/sc20244.pngbin0 -> 526 bytes-rw-r--r--default_images/sw/imglst/sc20245.pngbin0 -> 462 bytes-rw-r--r--default_images/sw/imglst/sc20246.pngbin0 -> 460 bytes-rw-r--r--default_images/sw/imglst/sc20247.pngbin0 -> 477 bytes-rw-r--r--default_images/sw/imglst/sc20248.pngbin0 -> 454 bytes-rw-r--r--default_images/sw/imglst/sc20249.pngbin0 -> 498 bytes-rw-r--r--default_images/sw/imglst/sc20556.pngbin0 -> 356 bytes-rw-r--r--default_images/sw/imglst/sc20557.pngbin0 -> 296 bytes-rw-r--r--default_images/sw/imglst/sc20558.pngbin0 -> 266 bytes-rw-r--r--default_images/sw/imglst/sf01.pngbin0 -> 464 bytes-rw-r--r--default_images/sw/imglst/sf02.pngbin0 -> 470 bytes-rw-r--r--default_images/sw/imglst/sf03.pngbin0 -> 371 bytes-rw-r--r--default_images/sw/imglst/sf04.pngbin0 -> 417 bytes-rw-r--r--default_images/sw/imglst/sf05.pngbin0 -> 494 bytes-rw-r--r--default_images/sw/imglst/sr20000.pngbin0 -> 184 bytes-rw-r--r--default_images/sw/imglst/sr20001.pngbin0 -> 190 bytes-rw-r--r--default_images/sw/imglst/sr20002.pngbin0 -> 244 bytes-rw-r--r--default_images/sw/imglst/sr20003.pngbin0 -> 282 bytes-rw-r--r--default_images/sw/imglst/sr20004.pngbin0 -> 351 bytes-rw-r--r--default_images/sw/imglst/sr20005.pngbin0 -> 492 bytes-rw-r--r--default_images/sw/imglst/sr20006.pngbin0 -> 424 bytes-rw-r--r--default_images/sw/imglst/sr20007.pngbin0 -> 99 bytes-rw-r--r--default_images/sw/imglst/sr20008.pngbin0 -> 458 bytes-rw-r--r--default_images/sw/imglst/sr20009.pngbin0 -> 517 bytes-rw-r--r--default_images/sw/imglst/sr20010.pngbin0 -> 360 bytes-rw-r--r--default_images/sw/imglst/sr20011.pngbin0 -> 97 bytes-rw-r--r--default_images/sw/imglst/sr20012.pngbin0 -> 245 bytes-rw-r--r--default_images/sw/imglst/sr20013.pngbin0 -> 553 bytes-rw-r--r--default_images/sw/imglst/sr20014.pngbin0 -> 374 bytes-rw-r--r--default_images/sw/imglst/sr20015.pngbin0 -> 430 bytes-rw-r--r--default_images/sw/imglst/sr20016.pngbin0 -> 648 bytes-rw-r--r--default_images/sw/imglst/sr20017.pngbin0 -> 226 bytes-rw-r--r--default_images/sw/imglst/sr20018.pngbin0 -> 382 bytes-rw-r--r--default_images/sw/imglst/sr20019.pngbin0 -> 376 bytes-rw-r--r--default_images/sw/imglst/sx01.pngbin0 -> 159 bytes-rw-r--r--default_images/sw/imglst/sx02.pngbin0 -> 226 bytes-rw-r--r--default_images/sw/imglst/sx03.pngbin0 -> 514 bytes-rw-r--r--default_images/sw/imglst/wr01.pngbin0 -> 297 bytes-rw-r--r--default_images/sw/imglst/wr010.pngbin0 -> 394 bytes-rw-r--r--default_images/sw/imglst/wr011.pngbin0 -> 378 bytes-rw-r--r--default_images/sw/imglst/wr02.pngbin0 -> 310 bytes-rw-r--r--default_images/sw/imglst/wr03.pngbin0 -> 309 bytes-rw-r--r--default_images/sw/imglst/wr04.pngbin0 -> 310 bytes-rw-r--r--default_images/sw/imglst/wr05.pngbin0 -> 321 bytes-rw-r--r--default_images/sw/imglst/wr06.pngbin0 -> 309 bytes-rw-r--r--default_images/sw/imglst/wr07.pngbin0 -> 357 bytes-rw-r--r--default_images/sw/imglst/wr08.pngbin0 -> 375 bytes-rw-r--r--default_images/sw/imglst/wr09.pngbin0 -> 378 bytes-rw-r--r--default_images/sw/res/all_left.pngbin0 -> 266 bytes-rw-r--r--default_images/sw/res/all_right.pngbin0 -> 266 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 -> 787 bytes-rw-r--r--default_images/sw/res/doublepage_11x23.pngbin0 -> 321 bytes-rw-r--r--default_images/sw/res/doublepage_a_11x23.pngbin0 -> 321 bytes-rw-r--r--default_images/sw/res/emptypage_11x15.pngbin0 -> 279 bytes-rw-r--r--default_images/sw/res/emptypage_a_11x15.pngbin0 -> 277 bytes-rw-r--r--default_images/sw/res/envhc_l.pngbin0 -> 854 bytes-rw-r--r--default_images/sw/res/envhc_u.pngbin0 -> 740 bytes-rw-r--r--default_images/sw/res/envhl_l.pngbin0 -> 813 bytes-rw-r--r--default_images/sw/res/envhl_u.pngbin0 -> 701 bytes-rw-r--r--default_images/sw/res/envhr_l.pngbin0 -> 822 bytes-rw-r--r--default_images/sw/res/envhr_u.pngbin0 -> 704 bytes-rw-r--r--default_images/sw/res/envvc_l.pngbin0 -> 949 bytes-rw-r--r--default_images/sw/res/envvc_u.pngbin0 -> 779 bytes-rw-r--r--default_images/sw/res/envvl_l.pngbin0 -> 898 bytes-rw-r--r--default_images/sw/res/envvl_u.pngbin0 -> 740 bytes-rw-r--r--default_images/sw/res/envvr_l.pngbin0 -> 899 bytes-rw-r--r--default_images/sw/res/envvr_u.pngbin0 -> 743 bytes-rw-r--r--default_images/sw/res/one_left.pngbin0 -> 251 bytes-rw-r--r--default_images/sw/res/one_right.pngbin0 -> 253 bytes-rw-r--r--default_images/sw/res/page-shadow-mask.pngbin0 -> 446 bytes-rw-r--r--default_images/sw/res/punkt.pngbin0 -> 245 bytes-rw-r--r--default_images/sw/res/styfamnu.pngbin0 -> 494 bytes-rw-r--r--default_images/sw/res/twopages_11x25.pngbin0 -> 303 bytes-rw-r--r--default_images/sw/res/twopages_a_11x25.pngbin0 -> 303 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/zetlver2.pngbin0 -> 387 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_01.pngbin0 -> 260 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_02.pngbin0 -> 262 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_03.pngbin0 -> 264 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_04.pngbin0 -> 266 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_05.pngbin0 -> 265 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_06.pngbin0 -> 266 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_07.pngbin0 -> 267 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_08.pngbin0 -> 262 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_09.pngbin0 -> 261 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_10.pngbin0 -> 260 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_11.pngbin0 -> 259 bytes-rw-r--r--default_images/toolkit/tk/spinner03-grey_12.pngbin0 -> 264 bytes-rw-r--r--default_images/vcl/source/src/check.pngbin0 -> 245 bytes-rw-r--r--default_images/vcl/source/src/checkmac.pngbin0 -> 228 bytes-rw-r--r--default_images/vcl/source/src/checkmono.bmpbin0 -> 898 bytes-rw-r--r--default_images/vcl/source/src/checkos2.pngbin0 -> 263 bytes-rw-r--r--default_images/vcl/source/src/checkunx.pngbin0 -> 130 bytes-rw-r--r--default_images/vcl/source/src/checkwin.pngbin0 -> 245 bytes-rw-r--r--default_images/vcl/source/src/closedoc.pngbin0 -> 162 bytes-rw-r--r--default_images/vcl/source/src/collate.pngbin0 -> 319 bytes-rw-r--r--default_images/vcl/source/src/msgbox.pngbin0 -> 4432 bytes-rw-r--r--default_images/vcl/source/src/ncollate.pngbin0 -> 314 bytes-rw-r--r--default_images/vcl/source/src/pin.pngbin0 -> 231 bytes-rw-r--r--default_images/vcl/source/src/radio.pngbin0 -> 191 bytes-rw-r--r--default_images/vcl/source/src/radiomac.pngbin0 -> 259 bytes-rw-r--r--default_images/vcl/source/src/radiomono.bmpbin0 -> 638 bytes-rw-r--r--default_images/vcl/source/src/radioos2.pngbin0 -> 269 bytes-rw-r--r--default_images/vcl/source/src/radiounx.pngbin0 -> 221 bytes-rw-r--r--default_images/vcl/source/src/radiowin.pngbin0 -> 191 bytes-rw-r--r--default_images/vcl/source/src/scrbmp.pngbin0 -> 500 bytes-rw-r--r--default_images/vcl/source/src/scrmsk.pngbin0 -> 118 bytes-rw-r--r--default_images/vcl/source/src/splharw.pngbin0 -> 158 bytes-rw-r--r--default_images/vcl/source/src/splhpin.pngbin0 -> 210 bytes-rw-r--r--default_images/vcl/source/src/splvarw.pngbin0 -> 180 bytes-rw-r--r--default_images/vcl/source/src/splvpin.pngbin0 -> 206 bytes-rw-r--r--default_images/wizards/res/diagonal.pngbin0 -> 236 bytes-rw-r--r--default_images/wizards/res/formarrangefree_42.pngbin0 -> 199 bytes-rw-r--r--default_images/wizards/res/formarrangelistside_42.pngbin0 -> 157 bytes-rw-r--r--default_images/wizards/res/formarrangelisttop_42.pngbin0 -> 156 bytes-rw-r--r--default_images/wizards/res/formarrangetable_42.pngbin0 -> 158 bytes-rw-r--r--default_images/wizards/res/frame_bottom.pngbin0 -> 192 bytes-rw-r--r--default_images/wizards/res/frame_left.pngbin0 -> 188 bytes-rw-r--r--default_images/wizards/res/frame_right.pngbin0 -> 188 bytes-rw-r--r--default_images/wizards/res/frame_top.pngbin0 -> 192 bytes-rw-r--r--default_images/wizards/res/landscape_32.pngbin0 -> 501 bytes-rw-r--r--default_images/wizards/res/portrait_32.pngbin0 -> 492 bytes-rw-r--r--default_images/wizards/res/simple.pngbin0 -> 179 bytes-rw-r--r--default_images/wizards/res/table_2.pngbin0 -> 194 bytes-rw-r--r--default_images/wizards/res/table_3.pngbin0 -> 189 bytes-rw-r--r--default_images/wizards/res/ttt.pngbin0 -> 749 bytes-rw-r--r--default_images/wizards/res/zigzag.pngbin0 -> 249 bytes-rw-r--r--default_images/xmlsecurity/res/caution_11x16.pngbin0 -> 358 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_16.pngbin0 -> 468 bytes-rw-r--r--default_images/xmlsecurity/res/certificate_40x56.pngbin0 -> 2021 bytes-rw-r--r--default_images/xmlsecurity/res/key_12.pngbin0 -> 255 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_16.pngbin0 -> 617 bytes-rw-r--r--default_images/xmlsecurity/res/notcertificate_40x56.pngbin0 -> 2631 bytes-rw-r--r--default_images/xmlsecurity/res/signet_11x16.pngbin0 -> 406 bytes-rw-r--r--desktop/inc/app.hxx220
-rwxr-xr-xdesktop/inc/deployment.hrc78
-rwxr-xr-xdesktop/inc/makefile.mk47
-rw-r--r--desktop/inc/migration.hxx45
-rw-r--r--desktop/inc/pch/precompiled_desktop.cxx31
-rw-r--r--desktop/inc/pch/precompiled_desktop.hxx43
-rw-r--r--desktop/os2/source/applauncher/launcher.cxx121
-rw-r--r--desktop/os2/source/applauncher/launcher.hxx11
-rwxr-xr-xdesktop/os2/source/applauncher/makefile.mk121
-rw-r--r--desktop/os2/source/applauncher/officeloader.cxx6
-rw-r--r--desktop/os2/source/applauncher/os2quickstart.cxx6
-rw-r--r--desktop/os2/source/applauncher/sbase.cxx6
-rw-r--r--desktop/os2/source/applauncher/scalc.cxx6
-rw-r--r--desktop/os2/source/applauncher/sdraw.cxx6
-rw-r--r--desktop/os2/source/applauncher/simpress.cxx6
-rw-r--r--desktop/os2/source/applauncher/smath.cxx6
-rw-r--r--desktop/os2/source/applauncher/swriter.cxx6
-rw-r--r--desktop/prj/build.lst52
-rw-r--r--desktop/prj/d.lst152
-rwxr-xr-xdesktop/qa/deployment_misc/makefile.mk56
-rw-r--r--desktop/qa/deployment_misc/test_dp_version.cxx96
-rwxr-xr-xdesktop/qa/deployment_misc/version.map34
-rw-r--r--desktop/registry/data/org/openoffice/Office/Jobs.xcu74
-rwxr-xr-xdesktop/registry/data/org/openoffice/Office/makefile.mk77
-rwxr-xr-xdesktop/scripts/basis-link1
-rwxr-xr-xdesktop/scripts/makefile.mk67
-rwxr-xr-xdesktop/scripts/mozwrapper.sh8
-rwxr-xr-xdesktop/scripts/odf-basis-link1
-rwxr-xr-xdesktop/scripts/sbase.sh4
-rwxr-xr-xdesktop/scripts/scalc.sh4
-rwxr-xr-xdesktop/scripts/sdraw.sh4
-rwxr-xr-xdesktop/scripts/simpress.sh4
-rwxr-xr-xdesktop/scripts/smaster.sh4
-rwxr-xr-xdesktop/scripts/smath.sh4
-rwxr-xr-xdesktop/scripts/so-basis-link1
-rwxr-xr-xdesktop/scripts/soffice.sh101
-rwxr-xr-xdesktop/scripts/sweb.sh4
-rwxr-xr-xdesktop/scripts/swriter.sh4
-rwxr-xr-xdesktop/scripts/unoinfo.sh55
-rwxr-xr-xdesktop/scripts/unopkg.sh115
-rwxr-xr-xdesktop/scripts/ure-link1
-rw-r--r--desktop/source/app/app.cxx3307
-rw-r--r--desktop/source/app/appfirststart.cxx116
-rw-r--r--desktop/source/app/appinit.cxx464
-rw-r--r--desktop/source/app/appinit.hxx53
-rw-r--r--desktop/source/app/appsys.cxx70
-rw-r--r--desktop/source/app/appsys.hxx45
-rw-r--r--desktop/source/app/check_ext_deps.cxx432
-rw-r--r--desktop/source/app/checkinstall.cxx122
-rw-r--r--desktop/source/app/checkinstall.hxx45
-rw-r--r--desktop/source/app/cmdlineargs.cxx1008
-rw-r--r--desktop/source/app/cmdlineargs.hxx230
-rw-r--r--desktop/source/app/cmdlinehelp.cxx214
-rw-r--r--desktop/source/app/cmdlinehelp.hxx25
-rw-r--r--desktop/source/app/configinit.cxx304
-rw-r--r--desktop/source/app/configinit.hxx74
-rwxr-xr-xdesktop/source/app/copyright_ascii_ooo.c12
-rwxr-xr-xdesktop/source/app/copyright_ascii_sun.c10
-rwxr-xr-xdesktop/source/app/desktop.hrc91
-rw-r--r--desktop/source/app/desktop.src235
-rw-r--r--desktop/source/app/desktopcontext.cxx67
-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.cxx671
-rw-r--r--desktop/source/app/dispatchwatcher.hxx130
-rwxr-xr-xdesktop/source/app/exports.dxp2
-rw-r--r--desktop/source/app/langselect.cxx563
-rw-r--r--desktop/source/app/langselect.hxx77
-rw-r--r--desktop/source/app/lockfile.cxx238
-rw-r--r--desktop/source/app/lockfile.hxx101
-rw-r--r--desktop/source/app/lockfile2.cxx72
-rwxr-xr-xdesktop/source/app/main.c39
-rwxr-xr-xdesktop/source/app/makefile.mk119
-rw-r--r--desktop/source/app/officeipcthread.cxx1043
-rw-r--r--desktop/source/app/officeipcthread.hxx167
-rw-r--r--desktop/source/app/omutexmember.hxx64
-rw-r--r--desktop/source/app/sofficemain.cxx71
-rwxr-xr-xdesktop/source/app/sofficemain.h46
-rw-r--r--desktop/source/app/userinstall.cxx297
-rw-r--r--desktop/source/app/userinstall.hxx55
-rwxr-xr-xdesktop/source/app/version.map34
-rwxr-xr-xdesktop/source/deployment/deployment.component64
-rw-r--r--desktop/source/deployment/dp_log.cxx213
-rw-r--r--desktop/source/deployment/dp_persmap.cxx254
-rw-r--r--desktop/source/deployment/dp_services.cxx117
-rw-r--r--desktop/source/deployment/dp_xml.cxx67
-rwxr-xr-xdesktop/source/deployment/gui/deploymentgui.component40
-rw-r--r--desktop/source/deployment/gui/descedit.cxx102
-rw-r--r--desktop/source/deployment/gui/descedit.hxx59
-rwxr-xr-xdesktop/source/deployment/gui/dp_gui.h101
-rwxr-xr-xdesktop/source/deployment/gui/dp_gui.hrc181
-rw-r--r--desktop/source/deployment/gui/dp_gui_autoscrolledit.cxx75
-rw-r--r--desktop/source/deployment/gui/dp_gui_autoscrolledit.hxx54
-rw-r--r--desktop/source/deployment/gui/dp_gui_backend.src86
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.cxx89
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.hxx69
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.src72
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog.src387
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx1827
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx283
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.src236
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx1178
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx114
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.cxx1214
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.hxx269
-rw-r--r--desktop/source/deployment/gui/dp_gui_service.cxx371
-rw-r--r--desktop/source/deployment/gui/dp_gui_shared.hxx65
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.cxx533
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.hxx133
-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_updatedata.hxx94
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.cxx1440
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.hxx232
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.src275
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx757
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx145
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.src204
-rw-r--r--desktop/source/deployment/gui/dp_gui_versionboxes.src76
-rw-r--r--desktop/source/deployment/gui/license_dialog.cxx325
-rw-r--r--desktop/source/deployment/gui/license_dialog.hxx69
-rwxr-xr-xdesktop/source/deployment/gui/makefile.mk113
-rw-r--r--desktop/source/deployment/inc/db.hxx147
-rw-r--r--desktop/source/deployment/inc/dp_dependencies.hxx94
-rw-r--r--desktop/source/deployment/inc/dp_descriptioninfoset.hxx302
-rw-r--r--desktop/source/deployment/inc/dp_identifier.hxx95
-rwxr-xr-xdesktop/source/deployment/inc/dp_interact.h153
-rwxr-xr-xdesktop/source/deployment/inc/dp_misc.h182
-rwxr-xr-xdesktop/source/deployment/inc/dp_misc.mk42
-rw-r--r--desktop/source/deployment/inc/dp_misc_api.hxx43
-rwxr-xr-xdesktop/source/deployment/inc/dp_persmap.h68
-rw-r--r--desktop/source/deployment/inc/dp_platform.hxx57
-rwxr-xr-xdesktop/source/deployment/inc/dp_resource.h70
-rwxr-xr-xdesktop/source/deployment/inc/dp_ucb.h94
-rw-r--r--desktop/source/deployment/inc/dp_update.hxx150
-rw-r--r--desktop/source/deployment/inc/dp_version.hxx51
-rwxr-xr-xdesktop/source/deployment/inc/dp_xml.h60
-rwxr-xr-xdesktop/source/deployment/makefile.mk119
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.cxx209
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.hxx102
-rw-r--r--desktop/source/deployment/manager/dp_commandenvironments.cxx287
-rw-r--r--desktop/source/deployment/manager/dp_commandenvironments.hxx161
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.cxx1575
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.hxx321
-rw-r--r--desktop/source/deployment/manager/dp_informationprovider.cxx368
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx1689
-rwxr-xr-xdesktop/source/deployment/manager/dp_manager.h296
-rwxr-xr-xdesktop/source/deployment/manager/dp_manager.hrc39
-rw-r--r--desktop/source/deployment/manager/dp_manager.src59
-rw-r--r--desktop/source/deployment/manager/dp_managerfac.cxx202
-rw-r--r--desktop/source/deployment/manager/dp_properties.cxx171
-rw-r--r--desktop/source/deployment/manager/dp_properties.hxx80
-rwxr-xr-xdesktop/source/deployment/manager/makefile.mk55
-rw-r--r--desktop/source/deployment/misc/db.cxx273
-rw-r--r--desktop/source/deployment/misc/dp_dependencies.cxx180
-rw-r--r--desktop/source/deployment/misc/dp_descriptioninfoset.cxx866
-rw-r--r--desktop/source/deployment/misc/dp_identifier.cxx76
-rw-r--r--desktop/source/deployment/misc/dp_interact.cxx187
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx632
-rwxr-xr-xdesktop/source/deployment/misc/dp_misc.hrc33
-rw-r--r--desktop/source/deployment/misc/dp_misc.src40
-rw-r--r--desktop/source/deployment/misc/dp_platform.cxx256
-rw-r--r--desktop/source/deployment/misc/dp_resource.cxx235
-rw-r--r--desktop/source/deployment/misc/dp_ucb.cxx323
-rw-r--r--desktop/source/deployment/misc/dp_update.cxx425
-rw-r--r--desktop/source/deployment/misc/dp_version.cxx77
-rwxr-xr-xdesktop/source/deployment/misc/makefile.mk95
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.cxx161
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.hxx122
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx1993
-rwxr-xr-xdesktop/source/deployment/registry/component/dp_component.hrc40
-rw-r--r--desktop/source/deployment/registry/component/dp_component.src59
-rwxr-xr-xdesktop/source/deployment/registry/component/makefile.mk48
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.cxx812
-rwxr-xr-xdesktop/source/deployment/registry/configuration/dp_configuration.hrc36
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.src39
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx181
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx94
-rwxr-xr-xdesktop/source/deployment/registry/configuration/makefile.mk52
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx827
-rw-r--r--desktop/source/deployment/registry/dp_backenddb.cxx716
-rw-r--r--desktop/source/deployment/registry/dp_registry.cxx578
-rw-r--r--desktop/source/deployment/registry/dp_registry.src59
-rw-r--r--desktop/source/deployment/registry/executable/dp_executable.cxx344
-rw-r--r--desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx83
-rw-r--r--desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx78
-rwxr-xr-xdesktop/source/deployment/registry/executable/makefile.mk44
-rw-r--r--desktop/source/deployment/registry/help/dp_help.cxx676
-rwxr-xr-xdesktop/source/deployment/registry/help/dp_help.hrc39
-rw-r--r--desktop/source/deployment/registry/help/dp_help.src44
-rw-r--r--desktop/source/deployment/registry/help/dp_helpbackenddb.cxx149
-rw-r--r--desktop/source/deployment/registry/help/dp_helpbackenddb.hxx93
-rwxr-xr-xdesktop/source/deployment/registry/help/makefile.mk52
-rwxr-xr-xdesktop/source/deployment/registry/inc/dp_backend.h401
-rw-r--r--desktop/source/deployment/registry/inc/dp_backenddb.hxx181
-rwxr-xr-xdesktop/source/deployment/registry/inc/dp_registry.hrc40
-rwxr-xr-xdesktop/source/deployment/registry/makefile.mk49
-rw-r--r--desktop/source/deployment/registry/package/dp_extbackenddb.cxx140
-rw-r--r--desktop/source/deployment/registry/package/dp_extbackenddb.hxx95
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx1691
-rwxr-xr-xdesktop/source/deployment/registry/package/dp_package.hrc35
-rw-r--r--desktop/source/deployment/registry/package/dp_package.src34
-rwxr-xr-xdesktop/source/deployment/registry/package/makefile.mk48
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.cxx81
-rwxr-xr-xdesktop/source/deployment/registry/script/dp_lib_container.h69
-rw-r--r--desktop/source/deployment/registry/script/dp_script.cxx483
-rwxr-xr-xdesktop/source/deployment/registry/script/dp_script.hrc39
-rw-r--r--desktop/source/deployment/registry/script/dp_script.src49
-rw-r--r--desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx87
-rw-r--r--desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx75
-rwxr-xr-xdesktop/source/deployment/registry/script/makefile.mk49
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx132
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_parceldesc.hxx92
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx396
-rwxr-xr-xdesktop/source/deployment/registry/sfwk/dp_sfwk.hrc35
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.src35
-rwxr-xr-xdesktop/source/deployment/registry/sfwk/makefile.mk48
-rwxr-xr-xdesktop/source/deployment/target.pmk36
-rwxr-xr-xdesktop/source/deployment/unopkg/makefile.mk48
-rw-r--r--desktop/source/deployment/unopkg/unopkg.src84
-rw-r--r--desktop/source/inc/exithelper.hxx71
-rwxr-xr-xdesktop/source/inc/helpid.hrc67
-rwxr-xr-xdesktop/source/migration/makefile.mk52
-rw-r--r--desktop/source/migration/migration.cxx1356
-rw-r--r--desktop/source/migration/migration_impl.hxx254
-rw-r--r--desktop/source/migration/pages.cxx671
-rw-r--r--desktop/source/migration/pages.hxx212
-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.cxx79
-rw-r--r--desktop/source/migration/services/cexportsoo3.cxx64
-rwxr-xr-xdesktop/source/migration/services/cppumaker.mk36
-rw-r--r--desktop/source/migration/services/jvmfwk.cxx531
-rw-r--r--desktop/source/migration/services/jvmfwk.hxx52
-rwxr-xr-xdesktop/source/migration/services/makefile.mk133
-rwxr-xr-xdesktop/source/migration/services/migrationoo2.component37
-rwxr-xr-xdesktop/source/migration/services/migrationoo2.xml78
-rwxr-xr-xdesktop/source/migration/services/migrationoo3.component34
-rw-r--r--desktop/source/migration/services/misc.hxx51
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.cxx564
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.hxx163
-rw-r--r--desktop/source/migration/services/wordbookmigration.cxx325
-rw-r--r--desktop/source/migration/services/wordbookmigration.hxx105
-rw-r--r--desktop/source/migration/wizard.cxx603
-rwxr-xr-xdesktop/source/migration/wizard.hrc100
-rw-r--r--desktop/source/migration/wizard.hxx105
-rw-r--r--desktop/source/migration/wizard.src442
-rw-r--r--desktop/source/offacc/acceptor.cxx338
-rw-r--r--desktop/source/offacc/acceptor.hxx131
-rwxr-xr-xdesktop/source/offacc/makefile.mk70
-rwxr-xr-xdesktop/source/offacc/offacc.component34
-rwxr-xr-xdesktop/source/pagein/file_image.h81
-rwxr-xr-xdesktop/source/pagein/file_image_unx.c153
-rwxr-xr-xdesktop/source/pagein/makefile.mk196
-rw-r--r--desktop/source/pagein/pagein-main.c12
-rwxr-xr-xdesktop/source/pagein/pagein.c162
-rwxr-xr-xdesktop/source/pkgchk/unopkg/makefile.mk104
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx710
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx446
-rwxr-xr-xdesktop/source/pkgchk/unopkg/unopkg_main.c39
-rwxr-xr-xdesktop/source/pkgchk/unopkg/unopkg_main.h46
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx638
-rwxr-xr-xdesktop/source/pkgchk/unopkg/unopkg_shared.h197
-rwxr-xr-xdesktop/source/pkgchk/unopkg/version.map34
-rwxr-xr-xdesktop/source/registration/com/sun/star/registration/Registration.java334
-rwxr-xr-xdesktop/source/registration/com/sun/star/registration/makefile.mk62
-rwxr-xr-xdesktop/source/registration/com/sun/star/registration/manifest2
-rwxr-xr-xdesktop/source/registration/com/sun/star/registration/productregistration.jar.component34
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/BrowserSupport.java201
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/Installer.java943
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/LinuxSystemEnvironment.java322
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/RegistrationData.java531
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/RegistrationDocument.java440
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/Registry.java553
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/ServiceTag.java636
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/SolarisServiceTag.java64
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/SolarisSystemEnvironment.java420
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/SunConnection.java292
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/SysnetRegistryHelper.java375
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/SystemEnvironment.java436
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/UnauthorizedAccessException.java55
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/Util.java293
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/WindowsSystemEnvironment.java232
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/makefile.mk79
-rwxr-xr-xdesktop/source/registration/com/sun/star/servicetag/resources/product_registration.xsd366
-rw-r--r--desktop/source/so_comp/evaluation.cxx209
-rw-r--r--desktop/source/so_comp/evaluation.hxx95
-rwxr-xr-xdesktop/source/so_comp/makefile.mk79
-rw-r--r--desktop/source/so_comp/oemjob.cxx250
-rw-r--r--desktop/source/so_comp/oemjob.hxx95
-rw-r--r--desktop/source/so_comp/services.cxx137
-rwxr-xr-xdesktop/source/so_comp/socomp.component37
-rwxr-xr-xdesktop/source/splash/makefile.mk80
-rw-r--r--desktop/source/splash/services_spl.cxx128
-rwxr-xr-xdesktop/source/splash/spl.component37
-rw-r--r--desktop/source/splash/splash.cxx580
-rw-r--r--desktop/source/splash/splash.hxx134
-rw-r--r--desktop/test/deployment/active/Addons.xcu67
-rwxr-xr-xdesktop/test/deployment/active/Dispatch.java101
-rwxr-xr-xdesktop/test/deployment/active/MANIFEST.MF3
-rw-r--r--desktop/test/deployment/active/ProtocolHandler.xcu48
-rwxr-xr-xdesktop/test/deployment/active/Provider.java81
-rwxr-xr-xdesktop/test/deployment/active/Services.java72
-rw-r--r--desktop/test/deployment/active/active_native.cxx320
-rwxr-xr-xdesktop/test/deployment/active/active_python.py120
-rwxr-xr-xdesktop/test/deployment/active/description.xml36
-rwxr-xr-xdesktop/test/deployment/active/makefile.mk87
-rwxr-xr-xdesktop/test/deployment/active/manifest.xml43
-rw-r--r--desktop/test/deployment/boxt/Addons.xcu50
-rw-r--r--desktop/test/deployment/boxt/ProtocolHandler.xcu38
-rw-r--r--desktop/test/deployment/boxt/boxt.cxx190
-rwxr-xr-xdesktop/test/deployment/boxt/description.xml39
-rwxr-xr-xdesktop/test/deployment/boxt/makefile.mk68
-rwxr-xr-xdesktop/test/deployment/boxt/manifest.xml37
-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-rwxr-xr-xdesktop/test/deployment/dependencies/readme.txt82
-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-rwxr-xr-xdesktop/test/deployment/display_name/readme.txt26
-rwxr-xr-xdesktop/test/deployment/executable_content/build/hello.c47
-rwxr-xr-xdesktop/test/deployment/executable_content/build/makefile.mk51
-rwxr-xr-xdesktop/test/deployment/executable_content/build/readme.txt2
-rw-r--r--desktop/test/deployment/executable_content/hello.oxtbin0 -> 35048 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/identifier/readme.txt33
-rw-r--r--desktop/test/deployment/locationtest/LocationTest.idl40
-rwxr-xr-xdesktop/test/deployment/locationtest/LocationTest.java165
-rw-r--r--desktop/test/deployment/locationtest/LocationTest.odtbin0 -> 7681 bytes-rwxr-xr-xdesktop/test/deployment/locationtest/MANIFEST.MF2
-rwxr-xr-xdesktop/test/deployment/locationtest/delzip1
-rwxr-xr-xdesktop/test/deployment/locationtest/description.xml13
-rwxr-xr-xdesktop/test/deployment/locationtest/makefile.mk87
-rwxr-xr-xdesktop/test/deployment/locationtest/manifest.xml5
-rwxr-xr-xdesktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/MANIFEST.MF2
-rwxr-xr-xdesktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java449
-rwxr-xr-xdesktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/makefile.mk53
-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-rwxr-xr-xdesktop/test/deployment/options/readme.txt200
-rw-r--r--desktop/test/deployment/passive/Addons.xcu67
-rwxr-xr-xdesktop/test/deployment/passive/Dispatch.java101
-rwxr-xr-xdesktop/test/deployment/passive/MANIFEST.MF3
-rw-r--r--desktop/test/deployment/passive/ProtocolHandler.xcu48
-rwxr-xr-xdesktop/test/deployment/passive/Provider.java81
-rwxr-xr-xdesktop/test/deployment/passive/Services.java49
-rwxr-xr-xdesktop/test/deployment/passive/description.xml36
-rwxr-xr-xdesktop/test/deployment/passive/makefile.mk141
-rwxr-xr-xdesktop/test/deployment/passive/manifest.xml40
-rwxr-xr-xdesktop/test/deployment/passive/passive_java.component38
-rwxr-xr-xdesktop/test/deployment/passive/passive_native.component38
-rw-r--r--desktop/test/deployment/passive/passive_native.cxx289
-rwxr-xr-xdesktop/test/deployment/passive/passive_python.component38
-rwxr-xr-xdesktop/test/deployment/passive/passive_python.py101
-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/suppress_license.oxtbin0 -> 2143 bytes-rw-r--r--desktop/test/deployment/simple_license/tests_simple_license.odtbin0 -> 16629 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-rwxr-xr-xdesktop/test/deployment/update/changing_display_name/readme.txt13
-rw-r--r--desktop/test/deployment/update/changing_display_name/update1/change1.oxtbin0 -> 1675 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/default_url/readme.txt9
-rw-r--r--desktop/test/deployment/update/default_url/update/default1.oxtbin0 -> 1546 bytes-rwxr-xr-xdesktop/test/deployment/update/default_url/update/default1.update.xml10
-rw-r--r--desktop/test/deployment/update/default_url/update/default2.oxtbin0 -> 1546 bytes-rwxr-xr-xdesktop/test/deployment/update/default_url/update/default2.update.xml10
-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/defect/readme.txt15
-rw-r--r--desktop/test/deployment/update/defect/update/fail1.oxtbin0 -> 2193 bytes-rwxr-xr-xdesktop/test/deployment/update/defect/update/fail1.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail2.oxtbin0 -> 2436 bytes-rwxr-xr-xdesktop/test/deployment/update/defect/update/fail2.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail3.oxtbin0 -> 2396 bytes-rwxr-xr-xdesktop/test/deployment/update/defect/update/fail3.update.xml10
-rw-r--r--desktop/test/deployment/update/defect/update/fail4.oxt0
-rwxr-xr-xdesktop/test/deployment/update/defect/update/fail4.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/defect/update/info1.update.xml0
-rwxr-xr-xdesktop/test/deployment/update/defect/update/info2.update.xml1
-rw-r--r--desktop/test/deployment/update/defect/update/info3.oxtbin0 -> 2189 bytes-rwxr-xr-xdesktop/test/deployment/update/defect/update/info3.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/dependencies/publisher_en.html9
-rwxr-xr-xdesktop/test/deployment/update/dependencies/readme.txt32
-rwxr-xr-xdesktop/test/deployment/update/dependencies/release-notes_en.html8
-rw-r--r--desktop/test/deployment/update/dependencies/update-dependencies.oxtbin0 -> 1751 bytes-rwxr-xr-xdesktop/test/deployment/update/dependencies/update/update-dependencies.update.xml71
-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-rwxr-xr-xdesktop/test/deployment/update/license/readme.txt9
-rw-r--r--desktop/test/deployment/update/license/update/lic1.oxtbin0 -> 3610 bytes-rwxr-xr-xdesktop/test/deployment/update/license/update/lic1.update.xml10
-rw-r--r--desktop/test/deployment/update/license/update/lic2.oxtbin0 -> 3627 bytes-rwxr-xr-xdesktop/test/deployment/update/license/update/lic2.update.xml10
-rw-r--r--desktop/test/deployment/update/license/update/lic3.oxtbin0 -> 3626 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_de-DE-altmark.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_de-DE.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_de.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en-GB.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en-US-region1.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en-US-region2.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en-US.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en-region3.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/publisher_en.html9
-rwxr-xr-xdesktop/test/deployment/update/publisher/readme.txt212
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_de-DE-altmark.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_de-DE.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_de.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en-GB.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en-US-region1.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en-US-region2.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en-US.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en-region3.html8
-rwxr-xr-xdesktop/test/deployment/update/publisher/release-notes_en.html8
-rw-r--r--desktop/test/deployment/update/publisher/update/pub1.oxtbin0 -> 1885 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/publisher/update/pub2.update.xml34
-rw-r--r--desktop/test/deployment/update/publisher/update/pub3.oxtbin0 -> 1833 bytes-rwxr-xr-xdesktop/test/deployment/update/publisher/update/pub3.update.xml30
-rw-r--r--desktop/test/deployment/update/publisher/update/pub4.oxtbin0 -> 1815 bytes-rwxr-xr-xdesktop/test/deployment/update/publisher/update/pub4.update.xml28
-rw-r--r--desktop/test/deployment/update/publisher/update/pub5.oxtbin0 -> 1774 bytes-rwxr-xr-xdesktop/test/deployment/update/publisher/update/pub5.update.xml24
-rw-r--r--desktop/test/deployment/update/publisher/update/pub6.oxtbin0 -> 1816 bytes-rwxr-xr-xdesktop/test/deployment/update/publisher/update/pub6.update.xml24
-rw-r--r--desktop/test/deployment/update/publisher/update/pub7.oxtbin0 -> 1771 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/readme.txt68
-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-rwxr-xr-xdesktop/test/deployment/update/simple/readme.txt31
-rw-r--r--desktop/test/deployment/update/simple/update/plain1.oxtbin0 -> 1645 bytes-rwxr-xr-xdesktop/test/deployment/update/simple/update/plain1.update.xml10
-rw-r--r--desktop/test/deployment/update/simple/update/plain2.oxtbin0 -> 1645 bytes-rwxr-xr-xdesktop/test/deployment/update/simple/update/plain2.update.xml10
-rw-r--r--desktop/test/deployment/update/simple/update/plain3.oxtbin0 -> 1645 bytes-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/updatefeed/update/feed1.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/updatefeed/update/feed1.xml33
-rw-r--r--desktop/test/deployment/update/updatefeed/update/feed2.oxtbin0 -> 2184 bytes-rwxr-xr-xdesktop/test/deployment/update/updatefeed/update/feed2.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/MANIFEST.MF2
-rw-r--r--desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl40
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/TestExtension.java165
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/delzip1
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/description.xml13
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/makefile.mk91
-rwxr-xr-xdesktop/test/deployment/update/updateinfocreation/build/manifest.xml5
-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/website_update/readme.txt133
-rw-r--r--desktop/test/deployment/update/website_update/update/web1.oxtbin0 -> 1695 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1.update.xml20
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_de-DE-altmark.html18
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_de-DE.html18
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_de.html19
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en-GB.html19
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en-US-region1.html19
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en-US-region2.html19
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en-US.html20
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en-region3.html19
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web1_en.html19
-rw-r--r--desktop/test/deployment/update/website_update/update/web2.oxtbin0 -> 1695 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web2.update.xml19
-rw-r--r--desktop/test/deployment/update/website_update/update/web3.oxtbin0 -> 1695 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web3.update.xml17
-rw-r--r--desktop/test/deployment/update/website_update/update/web4.oxtbin0 -> 1695 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web4.update.xml16
-rw-r--r--desktop/test/deployment/update/website_update/update/web5.oxtbin0 -> 1695 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web5.update.xml14
-rw-r--r--desktop/test/deployment/update/website_update/update/web6.oxtbin0 -> 1640 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web6/description.xml11
-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web6/readme.txt5
-rw-r--r--desktop/test/deployment/update/website_update/update/web7.oxtbin0 -> 1897 bytes-rwxr-xr-xdesktop/test/deployment/update/website_update/update/web7/description.xml36
-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/update/wrong_url/readme.txt18
-rw-r--r--desktop/test/deployment/update/wrong_url/update/url1.oxtbin0 -> 2192 bytes-rwxr-xr-xdesktop/test/deployment/update/wrong_url/update/url1.update.xml11
-rw-r--r--desktop/test/deployment/update/wrong_url/update/url2.oxtbin0 -> 2206 bytes-rwxr-xr-xdesktop/test/deployment/update/wrong_url/update/url2.update.xml10
-rwxr-xr-xdesktop/test/deployment/update/wrong_url/update/wrongdownload1.update.xml11
-rwxr-xr-xdesktop/test/deployment/update/wrong_url/update/wrongdownload2.update.xml11
-rwxr-xr-xdesktop/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-rwxr-xr-xdesktop/test/deployment/version/readme.txt85
-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/args.c152
-rw-r--r--desktop/unx/source/args.h50
-rwxr-xr-xdesktop/unx/source/makefile.mk68
-rwxr-xr-xdesktop/unx/source/officeloader/makefile.mk47
-rw-r--r--desktop/unx/source/officeloader/officeloader.cxx113
-rwxr-xr-xdesktop/unx/source/splashx.c660
-rwxr-xr-xdesktop/unx/source/splashx.h65
-rwxr-xr-xdesktop/unx/source/start.c1030
-rwxr-xr-xdesktop/unx/splash/exports.map9
-rwxr-xr-xdesktop/unx/splash/makefile.mk76
-rwxr-xr-xdesktop/unx/splash/splash.component7
-rw-r--r--desktop/unx/splash/unxsplash.cxx196
-rw-r--r--desktop/unx/splash/unxsplash.hxx83
-rw-r--r--desktop/util/hidother.src54
-rwxr-xr-xdesktop/util/makefile.mk258
-rwxr-xr-xdesktop/util/ooverinfo.rc112
-rwxr-xr-xdesktop/util/ooverinfo2.rc76
-rw-r--r--desktop/util/soffice.icobin0 -> 4990 bytes-rwxr-xr-xdesktop/util/template.manifest10
-rw-r--r--desktop/util/verinfo.rc116
-rwxr-xr-xdesktop/win32/source/QuickStart/OOQuickStart.rc130
-rwxr-xr-xdesktop/win32/source/QuickStart/QuickStart.cpp426
-rwxr-xr-xdesktop/win32/source/QuickStart/QuickStart.h15
-rwxr-xr-xdesktop/win32/source/QuickStart/StdAfx.h42
-rw-r--r--desktop/win32/source/QuickStart/makefile.mk74
-rwxr-xr-xdesktop/win32/source/QuickStart/resource.h35
-rwxr-xr-xdesktop/win32/source/QuickStart/so/QuickStart.rc130
-rwxr-xr-xdesktop/win32/source/QuickStart/so/makefile.mk77
-rw-r--r--desktop/win32/source/applauncher/launcher.cxx147
-rw-r--r--desktop/win32/source/applauncher/launcher.hxx24
-rwxr-xr-xdesktop/win32/source/applauncher/makefile.mk150
-rwxr-xr-xdesktop/win32/source/applauncher/ooo/makefile.mk130
-rwxr-xr-xdesktop/win32/source/applauncher/ooo/verinfo.rc71
-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
-rwxr-xr-xdesktop/win32/source/applauncher/verinfo.rc76
-rw-r--r--desktop/win32/source/extendloaderenvironment.cxx185
-rw-r--r--desktop/win32/source/extendloaderenvironment.hxx96
-rw-r--r--desktop/win32/source/guiloader/genericloader.cxx178
-rwxr-xr-xdesktop/win32/source/guiloader/makefile.mk66
-rw-r--r--desktop/win32/source/guistdio/guistdio.cxx33
-rwxr-xr-xdesktop/win32/source/guistdio/guistdio.inc454
-rwxr-xr-xdesktop/win32/source/guistdio/makefile.mk58
-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
-rwxr-xr-xdesktop/win32/source/main.h15
-rwxr-xr-xdesktop/win32/source/makefile.mk63
-rwxr-xr-xdesktop/win32/source/officeloader/makefile.mk45
-rw-r--r--desktop/win32/source/officeloader/officeloader.cxx430
-rwxr-xr-xdesktop/win32/source/rebase/Resource.h41
-rwxr-xr-xdesktop/win32/source/rebase/makefile.mk89
-rwxr-xr-xdesktop/win32/source/rebase/rcfooter.txt2
-rwxr-xr-xdesktop/win32/source/rebase/rcheader.txt39
-rwxr-xr-xdesktop/win32/source/rebase/rctmpl.txt9
-rw-r--r--desktop/win32/source/rebase/rebase.cxx191
-rw-r--r--desktop/win32/source/rebase/rebasegui.cxx200
-rwxr-xr-xdesktop/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.h82
-rw-r--r--desktop/win32/source/setup/makefile.mk90
-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.cpp2063
-rw-r--r--desktop/win32/source/setup/setup.hxx157
-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.hxx49
-rw-r--r--desktop/win32/source/setup/setup_main.cxx142
-rw-r--r--desktop/win32/source/setup/setup_main.hxx74
-rw-r--r--desktop/win32/source/setup/setup_w.cxx37
-rw-r--r--desktop/win32/source/sowrapper.cxx50
-rw-r--r--desktop/win32/source/unoinfo.cxx151
-rwxr-xr-xdesktop/win32/source/wrapper.h175
-rw-r--r--desktop/win32/source/wrappera.cxx34
-rw-r--r--desktop/win32/source/wrapperw.cxx35
-rwxr-xr-xdesktop/zipintro/delzip1
-rwxr-xr-xdesktop/zipintro/makefile.mk104
-rw-r--r--distro-configs/LibreOfficeLinux.conf49
-rw-r--r--distro-configs/LibreOfficeMacOSX.conf15
-rw-r--r--distro-configs/LibreOfficeOpenBSD.conf56
-rw-r--r--distro-configs/LibreOfficeWin32.conf20
-rw-r--r--distro-configs/LibreOfficeWin64.conf9
-rw-r--r--distro-configs/OxygenOfficeLinux.conf79
-rw-r--r--distro-configs/OxygenOfficeWin32.conf46
-rw-r--r--dmake/.gitignore11
-rwxr-xr-xdmake/AUTHORS0
-rwxr-xr-xdmake/COPYING37
-rwxr-xr-xdmake/ChangeLog4259
-rwxr-xr-xdmake/INSTALL3
-rwxr-xr-xdmake/Makefile.am64
-rwxr-xr-xdmake/Makefile.in869
-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.in187
-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.c1806
-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.c618
-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.c951
-rw-r--r--dmake/dmake.h231
-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.c854
-rw-r--r--dmake/hash.c54
-rw-r--r--dmake/imacs.c206
-rw-r--r--dmake/infer.c909
-rwxr-xr-xdmake/install-sh323
-rw-r--r--dmake/itypes.h82
-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.c118
-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.c1733
-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/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.c1163
-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.c1099
-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.c46
-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
-rwxr-xr-xdownload305
-rw-r--r--drawinglayer/inc/drawinglayer/animation/animationtiming.hxx151
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx92
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fillgradientattribute.hxx118
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx109
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx105
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx87
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx88
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx92
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx89
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx96
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx104
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx93
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrlightingattribute3d.hxx96
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrlineattribute.hxx101
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrlinestartendattribute.hxx99
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrobjectattribute3d.hxx108
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrsceneattribute3d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrshadowattribute.hxx90
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx186
-rw-r--r--drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx180
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx181
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx96
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx302
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx90
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx179
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/chartprimitive2d.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx80
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx123
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx88
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx128
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx116
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx132
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/epsprimitive2d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx98
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx119
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx99
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx108
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx129
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx105
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx124
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx76
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx69
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx98
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx89
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx103
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx104
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx89
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx114
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx93
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx327
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx449
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx202
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx169
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx82
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx98
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx81
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx160
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx116
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx114
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx222
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx167
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textlineprimitive2d.hxx94
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx195
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx162
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx94
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx100
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx88
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx97
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx102
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx223
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx68
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx96
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx78
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx79
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx144
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx114
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx93
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx79
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx107
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx146
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx139
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx157
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx91
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx98
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx90
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx94
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx240
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx84
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx243
-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.hxx117
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx74
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx107
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx157
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx80
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx141
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx122
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx100
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx167
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx84
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx126
-rw-r--r--drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx122
-rw-r--r--drawinglayer/inc/drawinglayer/texture/texture.hxx269
-rw-r--r--drawinglayer/inc/drawinglayer/texture/texture3d.hxx168
-rwxr-xr-xdrawinglayer/inc/makefile.mk47
-rw-r--r--drawinglayer/inc/pch/precompiled_drawinglayer.cxx31
-rw-r--r--drawinglayer/inc/pch/precompiled_drawinglayer.hxx34
-rw-r--r--drawinglayer/prj/build.lst13
-rw-r--r--drawinglayer/prj/d.lst122
-rw-r--r--drawinglayer/source/animation/animationtiming.cxx373
-rwxr-xr-xdrawinglayer/source/animation/makefile.mk44
-rw-r--r--drawinglayer/source/attribute/fillbitmapattribute.cxx202
-rw-r--r--drawinglayer/source/attribute/fillgradientattribute.cxx247
-rw-r--r--drawinglayer/source/attribute/fillhatchattribute.cxx216
-rw-r--r--drawinglayer/source/attribute/fontattribute.cxx268
-rw-r--r--drawinglayer/source/attribute/lineattribute.cxx188
-rw-r--r--drawinglayer/source/attribute/linestartendattribute.cxx197
-rwxr-xr-xdrawinglayer/source/attribute/makefile.mk61
-rw-r--r--drawinglayer/source/attribute/materialattribute3d.cxx210
-rw-r--r--drawinglayer/source/attribute/sdrallattribute3d.cxx86
-rw-r--r--drawinglayer/source/attribute/sdrfillattribute.cxx218
-rw-r--r--drawinglayer/source/attribute/sdrfillbitmapattribute.cxx407
-rw-r--r--drawinglayer/source/attribute/sdrlightattribute3d.cxx193
-rw-r--r--drawinglayer/source/attribute/sdrlightingattribute3d.cxx232
-rw-r--r--drawinglayer/source/attribute/sdrlineattribute.cxx247
-rw-r--r--drawinglayer/source/attribute/sdrlinestartendattribute.cxx251
-rw-r--r--drawinglayer/source/attribute/sdrobjectattribute3d.cxx289
-rw-r--r--drawinglayer/source/attribute/sdrsceneattribute3d.cxx215
-rw-r--r--drawinglayer/source/attribute/sdrshadowattribute.cxx190
-rw-r--r--drawinglayer/source/attribute/strokeattribute.cxx185
-rwxr-xr-xdrawinglayer/source/geometry/makefile.mk44
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx595
-rw-r--r--drawinglayer/source/geometry/viewinformation3d.cxx602
-rw-r--r--drawinglayer/source/primitive2d/animatedprimitive2d.cxx227
-rw-r--r--drawinglayer/source/primitive2d/backgroundcolorprimitive2d.cxx119
-rw-r--r--drawinglayer/source/primitive2d/baseprimitive2d.cxx281
-rw-r--r--drawinglayer/source/primitive2d/bitmapprimitive2d.cxx84
-rw-r--r--drawinglayer/source/primitive2d/borderlineprimitive2d.cxx342
-rw-r--r--drawinglayer/source/primitive2d/chartprimitive2d.cxx85
-rw-r--r--drawinglayer/source/primitive2d/clippedborderlineprimitive2d.cxx81
-rw-r--r--drawinglayer/source/primitive2d/controlprimitive2d.cxx386
-rw-r--r--drawinglayer/source/primitive2d/discretebitmapprimitive2d.cxx119
-rw-r--r--drawinglayer/source/primitive2d/discreteshadowprimitive2d.cxx339
-rw-r--r--drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx171
-rw-r--r--drawinglayer/source/primitive2d/epsprimitive2d.cxx106
-rw-r--r--drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx145
-rw-r--r--drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx301
-rw-r--r--drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx164
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx489
-rw-r--r--drawinglayer/source/primitive2d/gridprimitive2d.cxx323
-rw-r--r--drawinglayer/source/primitive2d/groupprimitive2d.cxx82
-rw-r--r--drawinglayer/source/primitive2d/helplineprimitive2d.cxx225
-rw-r--r--drawinglayer/source/primitive2d/hiddengeometryprimitive2d.cxx72
-rw-r--r--drawinglayer/source/primitive2d/invertprimitive2d.cxx60
-rwxr-xr-xdrawinglayer/source/primitive2d/makefile.mk91
-rw-r--r--drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx160
-rw-r--r--drawinglayer/source/primitive2d/maskprimitive2d.cxx79
-rw-r--r--drawinglayer/source/primitive2d/mediaprimitive2d.cxx166
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx3259
-rw-r--r--drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx74
-rw-r--r--drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx186
-rw-r--r--drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx96
-rw-r--r--drawinglayer/source/primitive2d/polygonprimitive2d.cxx642
-rw-r--r--drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx575
-rw-r--r--drawinglayer/source/primitive2d/primitivetools2d.cxx173
-rw-r--r--drawinglayer/source/primitive2d/sceneprimitive2d.cxx483
-rw-r--r--drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx127
-rw-r--r--drawinglayer/source/primitive2d/shadowprimitive2d.cxx109
-rw-r--r--drawinglayer/source/primitive2d/structuretagprimitive2d.cxx62
-rw-r--r--drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx610
-rw-r--r--drawinglayer/source/primitive2d/texteffectprimitive2d.cxx242
-rw-r--r--drawinglayer/source/primitive2d/textenumsprimitive2d.cxx124
-rw-r--r--drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx161
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx496
-rw-r--r--drawinglayer/source/primitive2d/textlineprimitive2d.cxx312
-rw-r--r--drawinglayer/source/primitive2d/textprimitive2d.cxx348
-rw-r--r--drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx289
-rw-r--r--drawinglayer/source/primitive2d/transformprimitive2d.cxx82
-rw-r--r--drawinglayer/source/primitive2d/transparenceprimitive2d.cxx75
-rw-r--r--drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx133
-rw-r--r--drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx272
-rw-r--r--drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx125
-rw-r--r--drawinglayer/source/primitive3d/baseprimitive3d.cxx281
-rw-r--r--drawinglayer/source/primitive3d/groupprimitive3d.cxx82
-rw-r--r--drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx322
-rw-r--r--drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx73
-rwxr-xr-xdrawinglayer/source/primitive3d/makefile.mk62
-rw-r--r--drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx74
-rw-r--r--drawinglayer/source/primitive3d/polygonprimitive3d.cxx181
-rw-r--r--drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx582
-rw-r--r--drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx86
-rw-r--r--drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx225
-rw-r--r--drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx342
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx994
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx529
-rw-r--r--drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx390
-rw-r--r--drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx197
-rw-r--r--drawinglayer/source/primitive3d/sdrprimitive3d.cxx128
-rw-r--r--drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx227
-rw-r--r--drawinglayer/source/primitive3d/shadowprimitive3d.cxx83
-rw-r--r--drawinglayer/source/primitive3d/textureprimitive3d.cxx230
-rw-r--r--drawinglayer/source/primitive3d/transformprimitive3d.cxx82
-rw-r--r--drawinglayer/source/processor2d/baseprocessor2d.cxx94
-rw-r--r--drawinglayer/source/processor2d/canvasprocessor.cxx1029
-rw-r--r--drawinglayer/source/processor2d/contourextractor2d.cxx206
-rw-r--r--drawinglayer/source/processor2d/helperchartrenderer.cxx158
-rw-r--r--drawinglayer/source/processor2d/helperchartrenderer.hxx63
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.cxx99
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.hxx68
-rw-r--r--drawinglayer/source/processor2d/hittestprocessor2d.cxx608
-rw-r--r--drawinglayer/source/processor2d/linegeometryextractor2d.cxx147
-rwxr-xr-xdrawinglayer/source/processor2d/makefile.mk58
-rw-r--r--drawinglayer/source/processor2d/textaspolygonextractor2d.cxx250
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaprender.cxx280
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaprender.hxx69
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx434
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx63
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx166
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.hxx73
-rw-r--r--drawinglayer/source/processor2d/vclhelpergradient.cxx288
-rw-r--r--drawinglayer/source/processor2d/vclhelpergradient.hxx65
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2024
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx618
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx1522
-rw-r--r--drawinglayer/source/processor3d/baseprocessor3d.cxx117
-rw-r--r--drawinglayer/source/processor3d/cutfindprocessor3d.cxx228
-rw-r--r--drawinglayer/source/processor3d/defaultprocessor3d.cxx569
-rw-r--r--drawinglayer/source/processor3d/geometry2dextractor.cxx173
-rwxr-xr-xdrawinglayer/source/processor3d/makefile.mk50
-rw-r--r--drawinglayer/source/processor3d/shadow3dextractor.cxx345
-rw-r--r--drawinglayer/source/processor3d/zbufferprocessor3d.cxx834
-rwxr-xr-xdrawinglayer/source/texture/makefile.mk45
-rw-r--r--drawinglayer/source/texture/texture.cxx647
-rw-r--r--drawinglayer/source/texture/texture3d.cxx265
-rwxr-xr-xdrawinglayer/util/drawinglayer.flt4
-rwxr-xr-xdrawinglayer/util/makefile.mk85
-rw-r--r--dtrans/inc/makefile.mk47
-rw-r--r--dtrans/inc/pch/precompiled_dtrans.cxx31
-rw-r--r--dtrans/inc/pch/precompiled_dtrans.hxx34
-rw-r--r--dtrans/prj/build.lst15
-rw-r--r--dtrans/prj/d.lst14
-rw-r--r--dtrans/source/cnttype/exports.dxp2
-rw-r--r--dtrans/source/cnttype/makefile.mk53
-rw-r--r--dtrans/source/cnttype/mcnttfactory.cxx126
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx87
-rw-r--r--dtrans/source/cnttype/mcnttype.cxx431
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx99
-rw-r--r--dtrans/source/cnttype/mcnttype.xml35
-rw-r--r--dtrans/source/cnttype/mctfentry.cxx134
-rw-r--r--dtrans/source/cnttype/wbench/makefile.mk53
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx272
-rw-r--r--dtrans/source/generic/clipboardmanager.cxx268
-rw-r--r--dtrans/source/generic/clipboardmanager.hxx128
-rw-r--r--dtrans/source/generic/dtrans.component37
-rw-r--r--dtrans/source/generic/dtrans.cxx98
-rw-r--r--dtrans/source/generic/dtrans.xml44
-rw-r--r--dtrans/source/generic/exports.dxp2
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx208
-rw-r--r--dtrans/source/generic/generic_clipboard.hxx134
-rw-r--r--dtrans/source/generic/makefile.mk75
-rw-r--r--dtrans/source/inc/DtObjFactory.hxx57
-rw-r--r--dtrans/source/inc/MtaOleClipb.hxx137
-rw-r--r--dtrans/source/os2/clipb/OS2Bitmap.cxx248
-rw-r--r--dtrans/source/os2/clipb/Os2Clipboard.cxx429
-rw-r--r--dtrans/source/os2/clipb/Os2Clipboard.hxx138
-rw-r--r--dtrans/source/os2/clipb/Os2Service.cxx88
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.cxx179
-rw-r--r--dtrans/source/os2/clipb/Os2Transferable.hxx98
-rw-r--r--dtrans/source/os2/clipb/exports.dxp3
-rw-r--r--dtrans/source/os2/clipb/makefile.mk59
-rw-r--r--dtrans/source/os2/clipb/sysdtrans.xml43
-rw-r--r--dtrans/source/test/makefile.mk53
-rw-r--r--dtrans/source/test/test_dtrans.cxx497
-rw-r--r--dtrans/source/win32/clipb/APNDataObject.hxx90
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.cxx277
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.hxx128
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.cxx326
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.hxx160
-rw-r--r--dtrans/source/win32/clipb/exports.dxp3
-rw-r--r--dtrans/source/win32/clipb/makefile.mk59
-rw-r--r--dtrans/source/win32/clipb/sysdtrans.xml43
-rw-r--r--dtrans/source/win32/clipb/wcbentry.cxx133
-rw-r--r--dtrans/source/win32/dnd/dnd.xml46
-rw-r--r--dtrans/source/win32/dnd/dndentry.cxx123
-rw-r--r--dtrans/source/win32/dnd/exports.dxp2
-rw-r--r--dtrans/source/win32/dnd/globals.cxx142
-rw-r--r--dtrans/source/win32/dnd/globals.hxx95
-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.mk59
-rw-r--r--dtrans/source/win32/dnd/source.cxx432
-rw-r--r--dtrans/source/win32/dnd/source.hxx150
-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.hxx213
-rw-r--r--dtrans/source/win32/dnd/targetdragcontext.cxx61
-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.cxx616
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.hxx134
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.cxx241
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.hxx217
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx340
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.hxx86
-rw-r--r--dtrans/source/win32/dtobj/DtObjFactory.cxx72
-rw-r--r--dtrans/source/win32/dtobj/Fetc.cxx261
-rw-r--r--dtrans/source/win32/dtobj/Fetc.hxx96
-rw-r--r--dtrans/source/win32/dtobj/FetcList.cxx481
-rw-r--r--dtrans/source/win32/dtobj/FetcList.hxx159
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.cxx581
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.hxx97
-rw-r--r--dtrans/source/win32/dtobj/MimeAttrib.hxx53
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.cxx147
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.hxx64
-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.cxx850
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.hxx176
-rw-r--r--dtrans/source/win32/dtobj/makefile.mk76
-rw-r--r--dtrans/source/win32/ftransl/exports.dxp2
-rw-r--r--dtrans/source/win32/ftransl/ftransl.cxx648
-rw-r--r--dtrans/source/win32/ftransl/ftransl.hxx134
-rw-r--r--dtrans/source/win32/ftransl/ftransl.xml33
-rw-r--r--dtrans/source/win32/ftransl/ftranslentry.cxx135
-rw-r--r--dtrans/source/win32/ftransl/makefile.mk51
-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.mk60
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx895
-rw-r--r--dtrans/source/win32/mtaole/makefile.mk54
-rw-r--r--dtrans/source/win32/workbench/XTDo.cxx432
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx137
-rw-r--r--dtrans/source/win32/workbench/makefile.mk91
-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.cxx202
-rw-r--r--dtrans/test/win32/dnd/makefile.mk79
-rw-r--r--dtrans/test/win32/dnd/sourcelistener.cxx75
-rw-r--r--dtrans/test/win32/dnd/sourcelistener.hxx68
-rw-r--r--dtrans/test/win32/dnd/targetlistener.cxx92
-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.hxx116
-rw-r--r--dtrans/util/dnd.component37
-rw-r--r--dtrans/util/exports.dxp2
-rw-r--r--dtrans/util/ftransl.component34
-rw-r--r--dtrans/util/makefile.mk211
-rw-r--r--dtrans/util/mcnttype.component34
-rw-r--r--dtrans/util/sysdtrans.component34
-rwxr-xr-xediteng/AllLangResTarget_editeng.mk50
-rwxr-xr-xediteng/CppunitTest_editeng_borderline.mk64
-rwxr-xr-xediteng/Library_editeng.mk168
-rwxr-xr-xediteng/Makefile38
-rwxr-xr-xediteng/Module_editeng.mk46
-rwxr-xr-xediteng/Package_inc.mk155
-rwxr-xr-xediteng/inc/editeng.hrc43
-rw-r--r--editeng/inc/editeng/AccessibleComponentBase.hxx150
-rw-r--r--editeng/inc/editeng/AccessibleContextBase.hxx402
-rw-r--r--editeng/inc/editeng/AccessibleEditableTextPara.hxx420
-rw-r--r--editeng/inc/editeng/AccessibleImageBullet.hxx237
-rw-r--r--editeng/inc/editeng/AccessibleParaManager.hxx349
-rw-r--r--editeng/inc/editeng/AccessibleSelectionBase.hxx76
-rw-r--r--editeng/inc/editeng/AccessibleStaticTextBase.hxx283
-rw-r--r--editeng/inc/editeng/AccessibleStringWrap.hxx66
-rw-r--r--editeng/inc/editeng/SpellPortions.hxx98
-rw-r--r--editeng/inc/editeng/UnoForbiddenCharsTable.hxx68
-rw-r--r--editeng/inc/editeng/acorrcfg.hxx132
-rw-r--r--editeng/inc/editeng/adjitem.hxx145
-rw-r--r--editeng/inc/editeng/akrnitem.hxx76
-rw-r--r--editeng/inc/editeng/blnkitem.hxx74
-rw-r--r--editeng/inc/editeng/bolnitem.hxx88
-rw-r--r--editeng/inc/editeng/borderline.hxx180
-rw-r--r--editeng/inc/editeng/boxitem.hxx227
-rw-r--r--editeng/inc/editeng/brkitem.hxx105
-rw-r--r--editeng/inc/editeng/brshitem.hxx142
-rw-r--r--editeng/inc/editeng/bulitem.hxx164
-rw-r--r--editeng/inc/editeng/charhiddenitem.hxx64
-rw-r--r--editeng/inc/editeng/charreliefitem.hxx79
-rw-r--r--editeng/inc/editeng/charrotateitem.hxx92
-rw-r--r--editeng/inc/editeng/charscaleitem.hxx78
-rw-r--r--editeng/inc/editeng/cmapitem.hxx91
-rw-r--r--editeng/inc/editeng/cntritem.hxx69
-rw-r--r--editeng/inc/editeng/colritem.hxx97
-rw-r--r--editeng/inc/editeng/crsditem.hxx94
-rw-r--r--editeng/inc/editeng/cscoitem.hxx77
-rw-r--r--editeng/inc/editeng/editdata.hxx391
-rw-r--r--editeng/inc/editeng/editeng.hxx496
-rwxr-xr-xediteng/inc/editeng/editengdllapi.h43
-rw-r--r--editeng/inc/editeng/editerr.hxx39
-rwxr-xr-xediteng/inc/editeng/editids.hrc246
-rw-r--r--editeng/inc/editeng/editobj.hxx129
-rwxr-xr-xediteng/inc/editeng/editrids.hrc406
-rw-r--r--editeng/inc/editeng/editstat.hxx152
-rw-r--r--editeng/inc/editeng/editund2.hxx78
-rw-r--r--editeng/inc/editeng/editview.hxx251
-rw-r--r--editeng/inc/editeng/edtdlg.hxx113
-rw-r--r--editeng/inc/editeng/eedata.hxx77
-rw-r--r--editeng/inc/editeng/eeitem.hxx104
-rw-r--r--editeng/inc/editeng/eeitemid.hxx138
-rw-r--r--editeng/inc/editeng/eerdll.hxx64
-rw-r--r--editeng/inc/editeng/emphitem.hxx88
-rw-r--r--editeng/inc/editeng/escpitem.hxx116
-rw-r--r--editeng/inc/editeng/fhgtitem.hxx118
-rw-r--r--editeng/inc/editeng/flditem.hxx429
-rw-r--r--editeng/inc/editeng/flstitem.hxx81
-rw-r--r--editeng/inc/editeng/fontitem.hxx113
-rw-r--r--editeng/inc/editeng/forbiddencharacterstable.hxx70
-rw-r--r--editeng/inc/editeng/forbiddenruleitem.hxx71
-rw-r--r--editeng/inc/editeng/frmdir.hxx62
-rw-r--r--editeng/inc/editeng/frmdiritem.hxx80
-rw-r--r--editeng/inc/editeng/fwdtitem.hxx110
-rw-r--r--editeng/inc/editeng/hangulhanja.hxx305
-rw-r--r--editeng/inc/editeng/hngpnctitem.hxx71
-rw-r--r--editeng/inc/editeng/hyznitem.hxx108
-rw-r--r--editeng/inc/editeng/itemtype.hxx77
-rw-r--r--editeng/inc/editeng/justifyitem.hxx130
-rw-r--r--editeng/inc/editeng/keepitem.hxx80
-rw-r--r--editeng/inc/editeng/kernitem.hxx82
-rw-r--r--editeng/inc/editeng/langitem.hxx86
-rw-r--r--editeng/inc/editeng/lcolitem.hxx67
-rw-r--r--editeng/inc/editeng/lrspitem.hxx180
-rw-r--r--editeng/inc/editeng/lspcitem.hxx122
-rw-r--r--editeng/inc/editeng/measfld.hxx66
-rwxr-xr-xediteng/inc/editeng/memberids.hrc197
-rw-r--r--editeng/inc/editeng/mutxhelp.hxx46
-rw-r--r--editeng/inc/editeng/nhypitem.hxx64
-rw-r--r--editeng/inc/editeng/nlbkitem.hxx68
-rw-r--r--editeng/inc/editeng/numdef.hxx32
-rw-r--r--editeng/inc/editeng/numitem.hxx369
-rw-r--r--editeng/inc/editeng/opaqitem.hxx83
-rw-r--r--editeng/inc/editeng/optitems.hxx113
-rw-r--r--editeng/inc/editeng/orphitem.hxx76
-rw-r--r--editeng/inc/editeng/outliner.hxx1067
-rw-r--r--editeng/inc/editeng/outlobj.hxx99
-rw-r--r--editeng/inc/editeng/paperinf.hxx76
-rw-r--r--editeng/inc/editeng/paragraphdata.hxx75
-rw-r--r--editeng/inc/editeng/paravertalignitem.hxx80
-rw-r--r--editeng/inc/editeng/pbinitem.hxx79
-rw-r--r--editeng/inc/editeng/pgrditem.hxx66
-rw-r--r--editeng/inc/editeng/pmdlitem.hxx88
-rw-r--r--editeng/inc/editeng/postitem.hxx91
-rw-r--r--editeng/inc/editeng/prntitem.hxx81
-rw-r--r--editeng/inc/editeng/protitem.hxx106
-rw-r--r--editeng/inc/editeng/prszitem.hxx70
-rw-r--r--editeng/inc/editeng/scriptspaceitem.hxx72
-rw-r--r--editeng/inc/editeng/scripttypeitem.hxx93
-rw-r--r--editeng/inc/editeng/shaditem.hxx113
-rw-r--r--editeng/inc/editeng/shdditem.hxx76
-rw-r--r--editeng/inc/editeng/sizeitem.hxx85
-rw-r--r--editeng/inc/editeng/spltitem.hxx83
-rw-r--r--editeng/inc/editeng/splwrap.hxx163
-rw-r--r--editeng/inc/editeng/svxacorr.hxx403
-rw-r--r--editeng/inc/editeng/svxenum.hxx228
-rw-r--r--editeng/inc/editeng/svxfont.hxx131
-rw-r--r--editeng/inc/editeng/svxrtf.hxx483
-rw-r--r--editeng/inc/editeng/swafopt.hxx107
-rw-r--r--editeng/inc/editeng/tstpitem.hxx187
-rw-r--r--editeng/inc/editeng/twolinesitem.hxx90
-rw-r--r--editeng/inc/editeng/txtrange.hxx121
-rw-r--r--editeng/inc/editeng/udlnitem.hxx134
-rw-r--r--editeng/inc/editeng/ulspitem.hxx115
-rw-r--r--editeng/inc/editeng/unoedhlp.hxx191
-rw-r--r--editeng/inc/editeng/unoedprx.hxx182
-rw-r--r--editeng/inc/editeng/unoedsrc.hxx552
-rw-r--r--editeng/inc/editeng/unofdesc.hxx56
-rw-r--r--editeng/inc/editeng/unofield.hxx139
-rw-r--r--editeng/inc/editeng/unofored.hxx102
-rw-r--r--editeng/inc/editeng/unoforou.hxx131
-rw-r--r--editeng/inc/editeng/unoipset.hxx87
-rw-r--r--editeng/inc/editeng/unolingu.hxx235
-rw-r--r--editeng/inc/editeng/unonrule.hxx97
-rw-r--r--editeng/inc/editeng/unopracc.hxx75
-rw-r--r--editeng/inc/editeng/unoprnms.hxx378
-rw-r--r--editeng/inc/editeng/unotext.hxx673
-rw-r--r--editeng/inc/editeng/unoviwed.hxx64
-rw-r--r--editeng/inc/editeng/unoviwou.hxx70
-rw-r--r--editeng/inc/editeng/wghtitem.hxx91
-rw-r--r--editeng/inc/editeng/widwitem.hxx76
-rw-r--r--editeng/inc/editeng/writingmodeitem.hxx68
-rw-r--r--editeng/inc/editeng/wrlmitem.hxx77
-rw-r--r--editeng/inc/editeng/xmlcnitm.hxx93
-rw-r--r--editeng/inc/editxml.hxx45
-rwxr-xr-xediteng/inc/helpid.hrc57
-rw-r--r--editeng/inc/pch/precompiled_editeng.cxx31
-rw-r--r--editeng/inc/pch/precompiled_editeng.hxx890
-rw-r--r--editeng/prj/build.lst2
-rw-r--r--editeng/prj/d.lst0
-rwxr-xr-xediteng/prj/makefile.mk40
-rw-r--r--editeng/qa/items/borderline_test.cxx136
-rw-r--r--editeng/source/accessibility/AccessibleComponentBase.cxx240
-rw-r--r--editeng/source/accessibility/AccessibleContextBase.cxx717
-rw-r--r--editeng/source/accessibility/AccessibleEditableTextPara.cxx2293
-rw-r--r--editeng/source/accessibility/AccessibleHyperlink.cxx146
-rw-r--r--editeng/source/accessibility/AccessibleHyperlink.hxx81
-rw-r--r--editeng/source/accessibility/AccessibleImageBullet.cxx653
-rw-r--r--editeng/source/accessibility/AccessibleParaManager.cxx422
-rw-r--r--editeng/source/accessibility/AccessibleSelectionBase.cxx111
-rw-r--r--editeng/source/accessibility/AccessibleStaticTextBase.cxx1050
-rw-r--r--editeng/source/accessibility/AccessibleStringWrap.cxx103
-rw-r--r--editeng/source/accessibility/accessibility.src40
-rw-r--r--editeng/source/editeng/editattr.cxx446
-rw-r--r--editeng/source/editeng/editattr.hxx429
-rw-r--r--editeng/source/editeng/editdbg.cxx588
-rw-r--r--editeng/source/editeng/editdbg.hxx60
-rw-r--r--editeng/source/editeng/editdoc.cxx2295
-rw-r--r--editeng/source/editeng/editdoc.hxx828
-rw-r--r--editeng/source/editeng/editdoc2.cxx508
-rw-r--r--editeng/source/editeng/editeng.cxx2846
-rw-r--r--editeng/source/editeng/editeng.src124
-rw-r--r--editeng/source/editeng/editobj.cxx1679
-rw-r--r--editeng/source/editeng/editobj2.hxx305
-rw-r--r--editeng/source/editeng/editsel.cxx121
-rw-r--r--editeng/source/editeng/editsel.hxx72
-rw-r--r--editeng/source/editeng/editstt2.hxx132
-rw-r--r--editeng/source/editeng/editundo.cxx707
-rw-r--r--editeng/source/editeng/editundo.hxx318
-rw-r--r--editeng/source/editeng/editview.cxx1639
-rw-r--r--editeng/source/editeng/edtspell.cxx761
-rw-r--r--editeng/source/editeng/edtspell.hxx182
-rw-r--r--editeng/source/editeng/eehtml.cxx854
-rw-r--r--editeng/source/editeng/eehtml.hxx102
-rw-r--r--editeng/source/editeng/eeng_pch.cxx33
-rw-r--r--editeng/source/editeng/eeng_pch.hxx36
-rw-r--r--editeng/source/editeng/eeobj.cxx115
-rw-r--r--editeng/source/editeng/eeobj.hxx71
-rw-r--r--editeng/source/editeng/eerdll.cxx238
-rw-r--r--editeng/source/editeng/eerdll2.hxx63
-rw-r--r--editeng/source/editeng/eertfpar.cxx633
-rw-r--r--editeng/source/editeng/eertfpar.hxx128
-rw-r--r--editeng/source/editeng/impedit.cxx1992
-rw-r--r--editeng/source/editeng/impedit.hxx1222
-rw-r--r--editeng/source/editeng/impedit2.cxx4552
-rw-r--r--editeng/source/editeng/impedit3.cxx4653
-rw-r--r--editeng/source/editeng/impedit4.cxx3094
-rw-r--r--editeng/source/editeng/impedit5.cxx889
-rw-r--r--editeng/source/editeng/makefile.mk75
-rw-r--r--editeng/source/editeng/textconv.cxx602
-rw-r--r--editeng/source/editeng/textconv.hxx124
-rw-r--r--editeng/source/items/borderline.cxx495
-rw-r--r--editeng/source/items/bulitem.cxx531
-rw-r--r--editeng/source/items/charhiddenitem.cxx77
-rw-r--r--editeng/source/items/flditem.cxx1052
-rw-r--r--editeng/source/items/frmitems.cxx4254
-rw-r--r--editeng/source/items/itemtype.cxx232
-rw-r--r--editeng/source/items/justifyitem.cxx461
-rw-r--r--editeng/source/items/makefile.mk67
-rw-r--r--editeng/source/items/numitem.cxx1101
-rw-r--r--editeng/source/items/optitems.cxx205
-rw-r--r--editeng/source/items/page.src107
-rw-r--r--editeng/source/items/paperinf.cxx141
-rw-r--r--editeng/source/items/paraitem.cxx1705
-rw-r--r--editeng/source/items/svdfield.cxx65
-rw-r--r--editeng/source/items/svxfont.cxx809
-rw-r--r--editeng/source/items/svxitems.src1067
-rw-r--r--editeng/source/items/textitem.cxx3761
-rw-r--r--editeng/source/items/writingmodeitem.cxx155
-rw-r--r--editeng/source/items/xmlcnitm.cxx250
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectExport.cxx118
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectExport.hxx76
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.cxx263
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.hxx146
-rw-r--r--editeng/source/misc/acorrcfg.cxx660
-rw-r--r--editeng/source/misc/edtdlg.cxx43
-rw-r--r--editeng/source/misc/forbiddencharacterstable.cxx95
-rw-r--r--editeng/source/misc/hangulhanja.cxx1084
-rw-r--r--editeng/source/misc/lingu.src104
-rw-r--r--editeng/source/misc/splwrap.cxx623
-rw-r--r--editeng/source/misc/svxacorr.cxx2741
-rw-r--r--editeng/source/misc/swafopt.cxx156
-rw-r--r--editeng/source/misc/txtrange.cxx672
-rw-r--r--editeng/source/misc/unolingu.cxx1309
-rw-r--r--editeng/source/outliner/outl_pch.cxx33
-rw-r--r--editeng/source/outliner/outl_pch.hxx36
-rw-r--r--editeng/source/outliner/outleeng.cxx222
-rw-r--r--editeng/source/outliner/outleeng.hxx100
-rw-r--r--editeng/source/outliner/outlin2.cxx809
-rw-r--r--editeng/source/outliner/outliner.cxx2212
-rw-r--r--editeng/source/outliner/outliner.src84
-rw-r--r--editeng/source/outliner/outlobj.cxx274
-rw-r--r--editeng/source/outliner/outlundo.cxx237
-rw-r--r--editeng/source/outliner/outlundo.hxx143
-rw-r--r--editeng/source/outliner/outlvw.cxx1721
-rw-r--r--editeng/source/outliner/paralist.cxx333
-rw-r--r--editeng/source/outliner/paralist.hxx85
-rw-r--r--editeng/source/rtf/rtfgrf.cxx541
-rw-r--r--editeng/source/rtf/rtfitem.cxx1923
-rw-r--r--editeng/source/rtf/segincr.asm39
-rw-r--r--editeng/source/rtf/svxrtf.cxx1433
-rw-r--r--editeng/source/uno/UnoForbiddenCharsTable.cxx147
-rw-r--r--editeng/source/uno/unoedhlp.cxx198
-rw-r--r--editeng/source/uno/unoedprx.cxx1318
-rw-r--r--editeng/source/uno/unoedsrc.cxx93
-rw-r--r--editeng/source/uno/unofdesc.cxx266
-rw-r--r--editeng/source/uno/unofield.cxx1182
-rw-r--r--editeng/source/uno/unofored.cxx559
-rw-r--r--editeng/source/uno/unoforou.cxx614
-rw-r--r--editeng/source/uno/unoipset.cxx383
-rw-r--r--editeng/source/uno/unonrule.cxx617
-rw-r--r--editeng/source/uno/unopracc.cxx173
-rw-r--r--editeng/source/uno/unotext.cxx2676
-rw-r--r--editeng/source/uno/unotext2.cxx735
-rw-r--r--editeng/source/uno/unoviwed.cxx140
-rw-r--r--editeng/source/uno/unoviwou.cxx173
-rw-r--r--editeng/source/xml/editsource.hxx55
-rw-r--r--editeng/source/xml/xmltxtexp.cxx500
-rw-r--r--editeng/source/xml/xmltxtimp.cxx259
-rwxr-xr-xediteng/util/editeng.dxp2
-rw-r--r--editeng/util/hidother.src49
-rw-r--r--editeng/util/makefile.mk98
-rwxr-xr-xembeddedobj/inc/makefile.mk47
-rw-r--r--embeddedobj/inc/pch/precompiled_embeddedobj.cxx31
-rw-r--r--embeddedobj/inc/pch/precompiled_embeddedobj.hxx34
-rw-r--r--embeddedobj/prj/build.lst7
-rw-r--r--embeddedobj/prj/d.lst8
-rwxr-xr-xembeddedobj/prj/l10n1
-rwxr-xr-xembeddedobj/qa/embedding/EmbeddingTest.java7
-rwxr-xr-xembeddedobj/qa/embedding/EmbeddingUnitTest.java91
-rwxr-xr-xembeddedobj/qa/embedding/Test01.java135
-rwxr-xr-xembeddedobj/qa/embedding/TestHelper.java36
-rwxr-xr-xembeddedobj/qa/embedding/makefile.mk84
-rw-r--r--embeddedobj/source/commonembedding/embedobj.cxx710
-rw-r--r--embeddedobj/source/commonembedding/inplaceobj.cxx91
-rwxr-xr-xembeddedobj/source/commonembedding/makefile.mk56
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx704
-rw-r--r--embeddedobj/source/commonembedding/persistence.cxx1915
-rw-r--r--embeddedobj/source/commonembedding/register.cxx93
-rw-r--r--embeddedobj/source/commonembedding/specialobject.cxx247
-rw-r--r--embeddedobj/source/commonembedding/visobj.cxx238
-rw-r--r--embeddedobj/source/commonembedding/xfactory.cxx564
-rw-r--r--embeddedobj/source/commonembedding/xfactory.hxx127
-rw-r--r--embeddedobj/source/general/docholder.cxx1356
-rw-r--r--embeddedobj/source/general/dummyobject.cxx724
-rw-r--r--embeddedobj/source/general/intercept.cxx428
-rwxr-xr-xembeddedobj/source/general/makefile.mk60
-rw-r--r--embeddedobj/source/general/xcreator.cxx493
-rw-r--r--embeddedobj/source/inc/closepreventer.hxx40
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx523
-rw-r--r--embeddedobj/source/inc/docholder.hxx213
-rw-r--r--embeddedobj/source/inc/dummyobject.hxx299
-rw-r--r--embeddedobj/source/inc/intercept.hxx169
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx548
-rw-r--r--embeddedobj/source/inc/specialobject.hxx92
-rw-r--r--embeddedobj/source/inc/targetstatecontrol.hxx50
-rw-r--r--embeddedobj/source/inc/xcreator.hxx93
-rw-r--r--embeddedobj/source/msole/advisesink.cxx136
-rw-r--r--embeddedobj/source/msole/advisesink.hxx58
-rw-r--r--embeddedobj/source/msole/closepreventer.cxx54
-rwxr-xr-xembeddedobj/source/msole/emboleobj.component35
-rwxr-xr-xembeddedobj/source/msole/emboleobj.windows.component39
-rwxr-xr-xembeddedobj/source/msole/exports.dxp2
-rw-r--r--embeddedobj/source/msole/graphconvert.cxx136
-rwxr-xr-xembeddedobj/source/msole/makefile.mk142
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx57
-rw-r--r--embeddedobj/source/msole/olecomponent.cxx1803
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx182
-rw-r--r--embeddedobj/source/msole/oleembed.cxx1133
-rw-r--r--embeddedobj/source/msole/olemisc.cxx701
-rw-r--r--embeddedobj/source/msole/olepersist.cxx2161
-rw-r--r--embeddedobj/source/msole/oleregister.cxx89
-rw-r--r--embeddedobj/source/msole/olevisual.cxx446
-rw-r--r--embeddedobj/source/msole/olewrapclient.cxx160
-rw-r--r--embeddedobj/source/msole/olewrapclient.hxx58
-rw-r--r--embeddedobj/source/msole/ownview.cxx665
-rw-r--r--embeddedobj/source/msole/ownview.hxx92
-rwxr-xr-xembeddedobj/source/msole/platform.h51
-rw-r--r--embeddedobj/source/msole/xdialogcreator.cxx385
-rw-r--r--embeddedobj/source/msole/xdialogcreator.hxx79
-rw-r--r--embeddedobj/source/msole/xolefactory.cxx344
-rw-r--r--embeddedobj/source/msole/xolefactory.hxx86
-rwxr-xr-xembeddedobj/test/Container1/BitmapPainter.java286
-rwxr-xr-xembeddedobj/test/Container1/EmbedContApp.java1687
-rwxr-xr-xembeddedobj/test/Container1/EmbedContFrame.java118
-rwxr-xr-xembeddedobj/test/Container1/JavaWindowPeerFake.java109
-rwxr-xr-xembeddedobj/test/Container1/NativeView.java177
-rwxr-xr-xembeddedobj/test/Container1/PaintThread.java153
-rwxr-xr-xembeddedobj/test/Container1/WindowHelper.java137
-rwxr-xr-xembeddedobj/test/Container1/makefile.mk87
-rwxr-xr-xembeddedobj/test/Container1/nativelib/exports.dxp3
-rwxr-xr-xembeddedobj/test/Container1/nativelib/makefile.mk78
-rwxr-xr-xembeddedobj/test/Container1/nativelib/nativeview.c118
-rwxr-xr-xembeddedobj/test/Container1/nativelib/nativeview.h59
-rwxr-xr-xembeddedobj/test/MainThreadExecutor/exports.dxp3
-rwxr-xr-xembeddedobj/test/MainThreadExecutor/makefile.mk67
-rw-r--r--embeddedobj/test/MainThreadExecutor/register.cxx103
-rw-r--r--embeddedobj/test/MainThreadExecutor/xexecutor.cxx144
-rw-r--r--embeddedobj/test/MainThreadExecutor/xexecutor.hxx89
-rw-r--r--embeddedobj/test/mtexecutor/bitmapcreator.cxx125
-rw-r--r--embeddedobj/test/mtexecutor/bitmapcreator.hxx71
-rwxr-xr-xembeddedobj/test/mtexecutor/exports.dxp3
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx141
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.hxx85
-rwxr-xr-xembeddedobj/test/mtexecutor/makefile.mk78
-rw-r--r--embeddedobj/test/mtexecutor/mteregister.cxx125
-rwxr-xr-xembeddedobj/util/embobj.component43
-rwxr-xr-xembeddedobj/util/exports.dxp2
-rwxr-xr-xembeddedobj/util/makefile.mk95
-rw-r--r--embedserv/prj/build.lst5
-rw-r--r--embedserv/prj/d.lst2
-rw-r--r--embedserv/source/embed/docholder.cxx1533
-rw-r--r--embedserv/source/embed/ed_idataobj.cxx327
-rw-r--r--embedserv/source/embed/ed_iinplace.cxx103
-rw-r--r--embedserv/source/embed/ed_ioleobject.cxx506
-rw-r--r--embedserv/source/embed/ed_ipersiststr.cxx1020
-rw-r--r--embedserv/source/embed/esdll.cxx94
-rw-r--r--embedserv/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.mk79
-rw-r--r--embedserv/source/embed/register.cxx107
-rw-r--r--embedserv/source/embed/servprov.cxx308
-rw-r--r--embedserv/source/embed/stdafx.cpp16
-rw-r--r--embedserv/source/embed/syswinwrapper.cxx480
-rw-r--r--embedserv/source/embed/tracker.cxx841
-rw-r--r--embedserv/source/embed/xwin.cxx349
-rw-r--r--embedserv/source/inc/common.h59
-rw-r--r--embedserv/source/inc/docholder.hxx292
-rw-r--r--embedserv/source/inc/embeddoc.hxx211
-rw-r--r--embedserv/source/inc/embeddocaccess.hxx86
-rw-r--r--embedserv/source/inc/embservconst.h83
-rw-r--r--embedserv/source/inc/iipaobj.hxx76
-rw-r--r--embedserv/source/inc/intercept.hxx198
-rw-r--r--embedserv/source/inc/servprov.hxx101
-rw-r--r--embedserv/source/inc/stdafx.h44
-rw-r--r--embedserv/source/inc/syswinwrapper.hxx180
-rw-r--r--embedserv/source/inc/xwin.hxx255
-rw-r--r--embedserv/source/inprocserv/advisesink.cxx184
-rw-r--r--embedserv/source/inprocserv/advisesink.hxx97
-rw-r--r--embedserv/source/inprocserv/dllentry.cxx351
-rw-r--r--embedserv/source/inprocserv/exports.dxp5
-rw-r--r--embedserv/source/inprocserv/inprocembobj.cxx1816
-rw-r--r--embedserv/source/inprocserv/inprocembobj.h244
-rw-r--r--embedserv/source/inprocserv/makefile.mk80
-rw-r--r--embedserv/source/inprocserv/smartpointer.hxx185
-rw-r--r--embedserv/util/emser.component34
-rwxr-xr-xembedserv/util/exports.dxp2
-rwxr-xr-xembedserv/util/makefile.mk104
-rw-r--r--epm/epm-3.7.patch657
-rw-r--r--epm/makefile.mk62
-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.lst4
-rw-r--r--eventattacher/source/eventattacher.cxx857
-rwxr-xr-xeventattacher/source/evtatt.component34
-rwxr-xr-xeventattacher/source/makefile.mk71
-rw-r--r--expat/expat-2.0.1.patch93
-rw-r--r--expat/expat-winapi.patch13
-rw-r--r--expat/makefile.mk65
-rw-r--r--expat/prj/build.lst3
-rw-r--r--expat/prj/d.lst15
-rw-r--r--extensions/inc/abpilot.hrc37
-rw-r--r--extensions/inc/appsettings.hxx45
-rw-r--r--extensions/inc/bibliography.hrc78
-rw-r--r--extensions/inc/dbpilots.hrc47
-rw-r--r--extensions/inc/extensio.hrc75
-rw-r--r--extensions/inc/makefile.mk47
-rw-r--r--extensions/inc/pch/precompiled_extensions.cxx31
-rw-r--r--extensions/inc/pch/precompiled_extensions.hxx534
-rw-r--r--extensions/inc/propctrlr.hrc331
-rw-r--r--extensions/inc/ucbhelper/ext_content.hxx332
-rw-r--r--extensions/inc/update.hrc41
-rw-r--r--extensions/prj/build.lst39
-rw-r--r--extensions/prj/d.lst58
-rw-r--r--extensions/qa/complex/extensions/OfficeResourceLoader.java157
-rw-r--r--extensions/qa/complex/extensions/extensions_all.sce1
-rw-r--r--extensions/qa/complex/extensions/makefile.mk98
-rw-r--r--extensions/qa/complex/extensions/orl_de.src31
-rw-r--r--extensions/qa/complex/extensions/orl_en-US.src31
-rw-r--r--extensions/qa/integration/extensions/ComponentFactory.java106
-rw-r--r--extensions/qa/integration/extensions/ConsoleWait.java128
-rw-r--r--extensions/qa/integration/extensions/Frame.java226
-rw-r--r--extensions/qa/integration/extensions/HelpTextProvider.java50
-rw-r--r--extensions/qa/integration/extensions/MethodHandler.java239
-rw-r--r--extensions/qa/integration/extensions/ObjectInspector.java176
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java228
-rw-r--r--extensions/qa/integration/extensions/TestSkeleton.java71
-rw-r--r--extensions/qa/integration/extensions/extensions_complex.sce1
-rw-r--r--extensions/qa/integration/extensions/makefile.mk83
-rw-r--r--extensions/qa/unoapi/Test.java50
-rw-r--r--extensions/qa/unoapi/extensions.sce5
-rw-r--r--extensions/qa/unoapi/makefile.mk48
-rw-r--r--extensions/source/abpilot/abp.component34
-rw-r--r--extensions/source/abpilot/abpfinalpage.cxx229
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx94
-rw-r--r--extensions/source/abpilot/abpresid.hrc220
-rw-r--r--extensions/source/abpilot/abpservices.cxx88
-rw-r--r--extensions/source/abpilot/abptypes.hxx50
-rw-r--r--extensions/source/abpilot/abspage.cxx91
-rw-r--r--extensions/source/abpilot/abspage.hxx75
-rw-r--r--extensions/source/abpilot/abspilot.cxx501
-rw-r--r--extensions/source/abpilot/abspilot.hxx151
-rw-r--r--extensions/source/abpilot/abspilot.src399
-rw-r--r--extensions/source/abpilot/addresssettings.hxx81
-rw-r--r--extensions/source/abpilot/admininvokationimpl.cxx135
-rw-r--r--extensions/source/abpilot/admininvokationimpl.hxx72
-rw-r--r--extensions/source/abpilot/admininvokationpage.cxx116
-rw-r--r--extensions/source/abpilot/admininvokationpage.hxx75
-rw-r--r--extensions/source/abpilot/datasourcehandling.cxx641
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx217
-rw-r--r--extensions/source/abpilot/exports.dxp2
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.cxx372
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.hxx128
-rw-r--r--extensions/source/abpilot/fieldmappingpage.cxx120
-rw-r--r--extensions/source/abpilot/fieldmappingpage.hxx72
-rw-r--r--extensions/source/abpilot/makefile.mk114
-rw-r--r--extensions/source/abpilot/moduleabp.cxx34
-rw-r--r--extensions/source/abpilot/tableselectionpage.cxx135
-rw-r--r--extensions/source/abpilot/tableselectionpage.hxx75
-rw-r--r--extensions/source/abpilot/typeselectionpage.cxx248
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx108
-rw-r--r--extensions/source/abpilot/unodialogabp.cxx198
-rw-r--r--extensions/source/abpilot/unodialogabp.hxx103
-rw-r--r--extensions/source/activex/main/README.txt33
-rw-r--r--extensions/source/activex/main/SOActionsApproval.cpp32
-rw-r--r--extensions/source/activex/main/SOActionsApproval.h83
-rw-r--r--extensions/source/activex/main/SOActionsApproval.rgs24
-rw-r--r--extensions/source/activex/main/SOActiveX.cpp1153
-rw-r--r--extensions/source/activex/main/SOActiveX.h178
-rw-r--r--extensions/source/activex/main/SOActiveX.rgs33
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.cpp31
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.h136
-rw-r--r--extensions/source/activex/main/SOComWindowPeer.rgs23
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.cpp225
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.h158
-rw-r--r--extensions/source/activex/main/SODispatchInterceptor.rgs23
-rw-r--r--extensions/source/activex/main/StdAfx2.cpp21
-rw-r--r--extensions/source/activex/main/StdAfx2.h45
-rw-r--r--extensions/source/activex/main/com_uno_helper.h26
-rw-r--r--extensions/source/activex/main/example.html26
-rw-r--r--extensions/source/activex/main/makefile.mk155
-rw-r--r--extensions/source/activex/main/resource.h28
-rw-r--r--extensions/source/activex/main/so_activex.cpp686
-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.mk62
-rw-r--r--extensions/source/activex/msidl/so_activex.idl210
-rw-r--r--extensions/source/bibliography/bib.component35
-rw-r--r--extensions/source/bibliography/bib.hrc110
-rw-r--r--extensions/source/bibliography/bib.src74
-rw-r--r--extensions/source/bibliography/bibbeam.cxx322
-rw-r--r--extensions/source/bibliography/bibbeam.hxx96
-rw-r--r--extensions/source/bibliography/bibconfig.cxx370
-rw-r--r--extensions/source/bibliography/bibconfig.hxx156
-rw-r--r--extensions/source/bibliography/bibcont.cxx278
-rw-r--r--extensions/source/bibliography/bibcont.hxx117
-rw-r--r--extensions/source/bibliography/bibload.cxx740
-rw-r--r--extensions/source/bibliography/bibmod.cxx122
-rw-r--r--extensions/source/bibliography/bibmod.hxx68
-rw-r--r--extensions/source/bibliography/bibprop.hrc42
-rw-r--r--extensions/source/bibliography/bibresid.hxx46
-rw-r--r--extensions/source/bibliography/bibshortcuthandler.hxx90
-rw-r--r--extensions/source/bibliography/bibtools.hxx53
-rw-r--r--extensions/source/bibliography/bibview.cxx219
-rw-r--r--extensions/source/bibliography/bibview.hxx88
-rw-r--r--extensions/source/bibliography/datman.cxx1740
-rw-r--r--extensions/source/bibliography/datman.hrc102
-rw-r--r--extensions/source/bibliography/datman.hxx202
-rw-r--r--extensions/source/bibliography/datman.src500
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx160
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.hxx86
-rw-r--r--extensions/source/bibliography/framectr.cxx974
-rw-r--r--extensions/source/bibliography/framectr.hxx132
-rw-r--r--extensions/source/bibliography/general.cxx878
-rw-r--r--extensions/source/bibliography/general.hxx207
-rw-r--r--extensions/source/bibliography/hidother.src61
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.cxx241
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.hxx187
-rw-r--r--extensions/source/bibliography/makefile.mk98
-rw-r--r--extensions/source/bibliography/menu.src39
-rw-r--r--extensions/source/bibliography/sections.hrc128
-rw-r--r--extensions/source/bibliography/sections.src584
-rw-r--r--extensions/source/bibliography/toolbar.cxx633
-rw-r--r--extensions/source/bibliography/toolbar.hrc46
-rw-r--r--extensions/source/bibliography/toolbar.hxx191
-rw-r--r--extensions/source/bibliography/toolbar.src153
-rw-r--r--extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml92
-rw-r--r--extensions/source/config/ldap/componentdef.cxx76
-rw-r--r--extensions/source/config/ldap/exports.dxp2
-rw-r--r--extensions/source/config/ldap/ldapaccess.cxx321
-rw-r--r--extensions/source/config/ldap/ldapaccess.hxx171
-rw-r--r--extensions/source/config/ldap/ldapbe2.component34
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.cxx279
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.hxx161
-rw-r--r--extensions/source/config/ldap/makefile.mk105
-rw-r--r--extensions/source/config/ldap/wrapldapinclude.hxx53
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.cxx506
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.hxx148
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.src226
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx754
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx185
-rw-r--r--extensions/source/dbpilots/dbp.component40
-rw-r--r--extensions/source/dbpilots/dbpilots.src81
-rw-r--r--extensions/source/dbpilots/dbpresid.hrc232
-rw-r--r--extensions/source/dbpilots/dbpservices.cxx93
-rw-r--r--extensions/source/dbpilots/dbptools.cxx72
-rw-r--r--extensions/source/dbpilots/dbptools.hxx50
-rw-r--r--extensions/source/dbpilots/dbptypes.hxx49
-rw-r--r--extensions/source/dbpilots/gridpages.src121
-rw-r--r--extensions/source/dbpilots/gridwizard.cxx487
-rw-r--r--extensions/source/dbpilots/gridwizard.hxx138
-rw-r--r--extensions/source/dbpilots/groupboxpages.src240
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx565
-rw-r--r--extensions/source/dbpilots/groupboxwiz.hxx231
-rw-r--r--extensions/source/dbpilots/listcombopages.src211
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx564
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx229
-rw-r--r--extensions/source/dbpilots/makefile.mk111
-rw-r--r--extensions/source/dbpilots/moduledbp.cxx34
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.cxx218
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.hxx77
-rw-r--r--extensions/source/dbpilots/unoautopilot.hxx108
-rw-r--r--extensions/source/dbpilots/unoautopilot.inl129
-rw-r--r--extensions/source/dbpilots/wizardcontext.hxx94
-rw-r--r--extensions/source/dbpilots/wizardservices.cxx122
-rw-r--r--extensions/source/dbpilots/wizardservices.hxx82
-rw-r--r--extensions/source/inc/componentmodule.cxx293
-rw-r--r--extensions/source/inc/componentmodule.hxx265
-rw-r--r--extensions/source/logging/consolehandler.cxx345
-rw-r--r--extensions/source/logging/csvformatter.cxx377
-rw-r--r--extensions/source/logging/filehandler.cxx444
-rw-r--r--extensions/source/logging/log.component47
-rw-r--r--extensions/source/logging/log_module.cxx45
-rw-r--r--extensions/source/logging/log_module.hxx47
-rw-r--r--extensions/source/logging/log_services.cxx64
-rw-r--r--extensions/source/logging/logger.cxx406
-rw-r--r--extensions/source/logging/loggerconfig.cxx287
-rw-r--r--extensions/source/logging/loggerconfig.hxx68
-rw-r--r--extensions/source/logging/loghandler.cxx204
-rw-r--r--extensions/source/logging/loghandler.hxx157
-rw-r--r--extensions/source/logging/logrecord.cxx105
-rw-r--r--extensions/source/logging/logrecord.hxx71
-rw-r--r--extensions/source/logging/makefile.mk84
-rw-r--r--extensions/source/logging/methodguard.hxx75
-rw-r--r--extensions/source/logging/plaintextformatter.cxx229
-rw-r--r--extensions/source/macosx/spotlight/GetMetadataForFile.m70
-rw-r--r--extensions/source/macosx/spotlight/OOoContentDataParser.h61
-rw-r--r--extensions/source/macosx/spotlight/OOoContentDataParser.m133
-rw-r--r--extensions/source/macosx/spotlight/OOoMetaDataParser.h55
-rw-r--r--extensions/source/macosx/spotlight/OOoMetaDataParser.m200
-rw-r--r--extensions/source/macosx/spotlight/OOoSpotlightImporter.h45
-rw-r--r--extensions/source/macosx/spotlight/OOoSpotlightImporter.m235
-rw-r--r--extensions/source/macosx/spotlight/delzip0
-rw-r--r--extensions/source/macosx/spotlight/ioapi.h100
-rw-r--r--extensions/source/macosx/spotlight/ioapi.m204
-rw-r--r--extensions/source/macosx/spotlight/main.m225
-rw-r--r--extensions/source/macosx/spotlight/makefile.mk99
-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.m1586
-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.mk160
-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.hxx42
-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.hxx38
-rw-r--r--extensions/source/nsplugin/source/nsplugin.rc30
-rw-r--r--extensions/source/nsplugin/source/nsplugin_oo.rc30
-rw-r--r--extensions/source/nsplugin/source/so_closelistener.cxx50
-rw-r--r--extensions/source/nsplugin/source/so_closelistener.hxx56
-rw-r--r--extensions/source/nsplugin/source/so_env.cxx509
-rw-r--r--extensions/source/nsplugin/source/so_env.hxx97
-rw-r--r--extensions/source/nsplugin/source/so_instance.cxx485
-rw-r--r--extensions/source/nsplugin/source/so_instance.hxx113
-rw-r--r--extensions/source/nsplugin/source/so_main.cxx499
-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.mk136
-rw-r--r--extensions/source/ole/ole2uno.cxx60
-rw-r--r--extensions/source/ole/ole2uno.hxx144
-rw-r--r--extensions/source/ole/oleautobridge.component46
-rw-r--r--extensions/source/ole/oleautobridge.uno.dxp3
-rw-r--r--extensions/source/ole/oledll.cxx72
-rw-r--r--extensions/source/ole/oleobjw.cxx2656
-rw-r--r--extensions/source/ole/oleobjw.hxx295
-rw-r--r--extensions/source/ole/olethread.cxx79
-rw-r--r--extensions/source/ole/servprov.cxx754
-rw-r--r--extensions/source/ole/servprov.hxx276