[Libreoffice-commits] Changes to 'refs/tags/ooo/OOO340_m1'
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 27 17:56:33 PST 2012
Tag 'ooo/OOO340_m1' created by Jan Holesovsky <kendy at suse.cz> at 2012-06-27 14:40 -0700
merged tag ooo/OOO340_m1 from old repositories
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEABECAAYFAk/rDWMACgkQ3NffDXVGNbH1VwCdHAUZZQzPAJxW2K6AG9B/Y6QX
TAsAoJy7XBERMavLg4EeMX1OMnXwtHE+
=hlo2
-----END PGP SIGNATURE-----
Changes since ooo/OOO340_m0:
Andre Fischer (12):
impress211: #i115688# Forwarding result of ::Window::Notify().
impress211: #i114732# Revoke comphelper notification client only when it was previously registered.
impress211: #i116339# Added call to Reschedule to compensate for missing yield.
impress211: #i88880# Fixed dragging of slides from navigator to slide sorter.
impress211: #i110990# Fixed slide show spanning multiple displays on Windows.
impress211: #i116911# Accept -1 as special value for multi monitor support.
impress211: #i110990# Fixed remaining problems with display ids and indices.
impress211: #i110990# Fixed remaining problems with display ids and indices.
impress211: #i110990# Fixed slide show spanning multiple displays on Windows.
impress211: #i110990# Fixed slide show spanning multiple displays on Windows.
impress211: #i110990# Fixed 64bit compiler problem.
impress211: #i110990# Increased version number (micro) of presenter screen extension to 1.1.1.
Armin Le Grand (5):
aw084: #i112978# use GetAllMarkedBoundRect instead of GetAllMarkedRect to get fat line support
aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening
aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered
aw084: resync to DEV300_m104
aw084: resync to DEV300_m104
Christian Lippka ORACLE (32):
impressdefaults1: #i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects
impress210: #i116846# adding uncommited changes from cws impressdefautls1
impress210: #i116846# adding uncommited changes from cws impressdefautls1
impress210: #i116846# adding uncommited changes from cws impressdefautls1
impress210: #i116846# added missing commits from cws impressdefaults1
impress210: merge
impress210: merge
impress210: #i50899# clean up fill attributes if fill style changes
impress210: #i50899# clean up fill attributes if fill style changes
impress210: #i116847# added CTRL-ALT-C as shortcut for inserting comments in calc
impress210: #i41995# fixed distinct shape and page id
impress210: #i41995# fixed import of path animation from sxi files
impress210: #i41995# fixed import of path animation from sxi files
impress210: #i41995# fixed import of path animation from sxi files
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
impress210: #i117319# disconnect and reconnect to table style on change model in SdrTableObjImpl
impress210: merge
impress210: merge
impress210: merge
impress210: merge
impress210: merge
impress210: merge
impress210: merge
impress210: merge
impress210: #i41995# using view contact to get bound rect for old path animation import
impress210: #i41995# using view contact to get bound rect for old path animation import
impress210: #i41995# using view contact to get bound rect for old path animation import
impress210: fixed solaris compile warning
Daniel Rentz [dr] (20):
dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() to improve performance of import filters
dr80: #i117388# do not try to access nonexisting document
dr80: rebase to DEV300_m102
dr80: rebase to DEV300_m102
dr80: rebase to DEV300_m102
dr80: rebase to DEV300_m102
dr80: #i117418# compiler warning: OptValue<T>::maValue needs to be value-initializedinc
dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
dr80: branch merge
dr80: branch merge
dr80: #i117506# byvalue->byref
dr80: #i117511# remove some assertions in xlsx/xlsb import filters
dr80: #i117511# remove some assertions in xlsx/xlsb import filters
dr80: #i117511# remove some assertions in xlsx/xlsb import filters
dr80: rebase to DEV300_m104
dr80: rebase to DEV300_m104
dr80: rebase to DEV300_m104
dr80: rebase to DEV300_m104
dr80: #i117511# removed one more assertion
Frank Schoenheit [fs] (86):
gridfixes: USHORT -> sal_uInt16
gridfixes: don't be too generous with exceptions: avoid where possible (by checking beforehand), and assert when caught
gridfixes: pulled and merged DEV300m101
gridfixes: pulled and merged DEV300m101
gridfixes: pulled and merged DEV300m101
gridfixes: pulled and merged DEV300m101
gridfixes: #i117145#
gridfixes: #i117188# remove column sort when rows are inserted
gridfixes: fixed assertion
gridfixes: #i117265# use a NumberFormatter for converting cell values to text. This means using the Locale setup in the Options, and allows for more value types (like Date/Time) to be supported
gridfixes: #i117625# recognize unsuccessful sorting attempts, and do not claim to be sorted afterwards
gridfixes: #i117265# implement less-predicate for Date/Time structs
gridfixes: let Control notify a change in its ControlFocus via StateChanged
gridfixes: when the table controls does not have the focus, use a different color to paint the selection, to be consistent with all our other controls
gridfixes: make compile with debug=1
gridfixes: UpdateTip: need a Invalidate after setting the help text, to really show the (possibly) new text
gridfixes: #i112465# introduce HideBalloonAndQuickHelp
gridfixes: #i112465# delegate RequestHelp to the base class, when we do not have own help to display
dba34d: pulled and merged DEV300.m102
dba34d: pulled and merged DEV300.m102
gridfixes: use long instead of sal_uInt32, to prevent problems on 64 bit platforms
fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag.
fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag.
fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag.
gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein
gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein
fs34b: #i89080# always apply the 'Link'/'Preview' state as read from configuration
fs34b: #i117472# fix color calculation from style string
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: pulled and merged CWS dba34d
fs34b: #i117459# fixed the test - do not create multiple children of a document, this (rightfully) throws nowadays
fs34b: #i117492# let IntrospectionAdapter->IntrospectionAccess be a hard ref, and IntrospectionAccess->IntrospectionAdapter a weak ref. This way, we won't access a dead IntrospectionAccess when a client uses the IntrospectionAdapter after releasing the IntrospectionAccess
gridfixes: #i117398# cleaned up the row selection API
gridfixes: #i117398# cleaned up the row selection API
gridfixes: #i117398# added XGridDataModel::getRowData
gridfixes: #i117398# added XGridDataModel::getRowData
gridfixes: #i117398# allow to specify selection-related colors in table/grid control models (VCL/UNO)
gridfixes: #i117398# allow to specify selection-related colors in table/grid control models (VCL/UNO)
fs34b: #i117454# don't ask for the value of the possibly non-existent 'Sorting' HiddenControl
fs34b: added some diagnostics, so next time a bug like #i117507# happens, we will not - at least in a non-product build - silently ignore it
fs34b: #i117507# serialize_node: do not reach out into the implementation of the UNO DOM node (which isn't possible anymore), but use the proper UNO API for serialization
gridfixes: #i117398# XMutableGridDataModel: allow inserting rows at arbitrary positions
gridfixes: #i117398# XMutableGridDataModel: allow inserting rows at arbitrary positions
gridfixes: #i117398# published two more types
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged DEV300:m104
fs34b: pulled and merged latest chages from CWS dba34d
gridfixes: pulled and merged DEV300:m104
gridfixes: pulled and merged DEV300:m104
gridfixes: pulled and merged DEV300:m104
gridfixes: pulled and merged DEV300:m104
gridfixes: added missing 'published' keywords
gridfixes: added forgotten includes (how did this compile?)
fs34b: make compile on Solaris
gridfixes: corrected @since tag to pass autodoc
gridfixes: GCC WaE
gridfixes: #i117549# finalize css.awt.tab API
gridfixes: #i117549# finalize css.awt.tab API
UNFINISHED: column resizing refactoring
gridfixes: fixed selection handling, part I: RowSelection::HandleMouseDown: always forward to the SelectionEngine, even if the hit row is already selected. This ensures proper de-selection handling in case of Ctrl+Click
fs34b: remaint of CWS debuglevels: UNO API test for ensuring the proper order of events when closing the doc by various means. Two of three test cases disabled currently, due to #i117585#
fs34b: after the test, close all documents opened during the test
gridfixes: GCC WaE
fs34b: #i117545# (patch provided by mathias.bauer at oracle.com)
fs34b: integrated complex test cases into GNUMake's subsequentcheck target
fs34b: re-enable checkBrokenScripts - works fine
gridfixes: merged latest changes
gridfixes: #i117549# create/loadTabPage: use a GeometryControlModel only if the parent model is one, too
gridfixes: impl_ni_relayout: update the child window position/size as very last step, it relies on the other calculations (in particular calculation of the column widths) being finished
gridfixes: lcl_getAlignmentTextDrawFlags: care for the rare cases that the table has row headers, but no columns at all
gridfixes: re-enable the mouse listeners which got lost in a previous change. Do this by making the TableControl a CompoundControl, so VCL cares for everything which is needed. Consequently, get rid of the manual notification of the respective VCLEVENT_*'s, and everything related to it
gridfixes: removed useles debug output
gridfixes: now that there are dedicated factory methods at the TabPageContainerModel, there's no need for a global service constructor for the TabPageModel - it won't do the expected thing, anyway, since it creates a model usable outside a dialog only
gridfixes: ensure removal of a column at the grid control adjusts the cursor, if needed
gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper values for distributePixel/takeAwayPixel before finally using it to correct the rounding errors
gridfixes: ensure removal of a column at the grid control adjusts the cursor, if needed
gridfixes: impl_getColumnForOrdinate: no need to subtract m_nRowHeaderWidthPixel, m_aColumnWidths already contains it
Helge Delfs (1):
#i117363#cws automationdev300m102cat0#w_updt.bas splitted in two parts, therefor this file was deleted
Ivo Hinkelmann (2):
l10ndev300m106: updated sl dict
l10ndev300m106: changed txt path
Jan Holesovsky (1):
merged tag ooo/OOO340_m1
Kurt Zenker (38):
masterfix OOO340: #i117770# use system libs if not ENABLE_LIBRSVG
masterfix OOO340: #i117792# prevent glib build breaks on wntmsci
CWS-TOOLING: integrate CWS aw084_OOO340
CWS-TOOLING: integrate CWS aw084_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS impress210_OOO340
CWS-TOOLING: integrate CWS gridfixes_OOO340
CWS-TOOLING: integrate CWS gridfixes_OOO340
CWS-TOOLING: integrate CWS gridfixes_OOO340
CWS-TOOLING: integrate CWS gridfixes_OOO340
CWS-TOOLING: integrate CWS impress211_OOO340
CWS-TOOLING: integrate CWS impress211_OOO340
CWS-TOOLING: integrate CWS impress211_OOO340
CWS-TOOLING: integrate CWS impress211_OOO340
CWS-TOOLING: integrate CWS automationdev300ebs_OOO340
CWS-TOOLING: integrate CWS dr80_OOO340
CWS-TOOLING: integrate CWS dr80_OOO340
CWS-TOOLING: integrate CWS dr80_OOO340
CWS-TOOLING: integrate CWS dr80_OOO340
CWS-TOOLING: integrate CWS automationdev300m102cat0_OOO340
CWS-TOOLING: integrate CWS mingwport34_OOO340
CWS-TOOLING: integrate CWS mingwport34_OOO340
CWS-TOOLING: integrate CWS mingwport34_OOO340
CWS-TOOLING: integrate CWS mingwport34_OOO340
CWS-TOOLING: integrate CWS l10ndev300m106_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
CWS-TOOLING: integrate CWS fs34b_OOO340
Marc Neumann [msc] (1):
cws:fs34b fix menu item count
Martin Hollmichel (2):
OOO340_m1
corrected merge of gridfixes cws integration
Niklas Nebel (2):
dr80: #i116460# performance of Excel file with many outlines
dr80: #i116460# performance of Excel file with many outlines
Ocke Janssen [oj] (21):
impress210: some unix fixes
impress210: chekc readonly
impress210: merged
impress210: merged
Automated merge with ssh://hg@hg.services.openoffice.org/cws/impress210
Automated merge with ssh://hg@hg.services.openoffice.org/cws/impress210
Automated merge with ssh://hg@hg.services.openoffice.org/cws/impress210
impress210: replace TRUE by sal_True
Automated merge with ssh://hg@hg.services.openoffice.org/cws/impress210
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
impress210: comment not needed parameter
impress210: comment out not needed line
fs34b: #i117552# check if query before call getByName in every case
impress210: resolve name clash
impress210: #i78386# looping sound for windows
Ocke.Janssen (11):
os141: add missing component
impress210: #i115617# set zoom to fit_to_window
impress210: #i105310# set tooltip for items and some refactoring
impress210: #i105310# set tooltip for items and some refactoring
impress210: #i115617# set zoom to fit_to_window
impress210: #i110321# check if pages exists for last page
Automated merge with ssh://hg.services.openoffice.org/cws/impress210
impress210: #i106378# use datetime to get current date
impress210: merge DEV300 m100
impress210: merge DEV300 m100
impress210: merge DEV300 m100
Oliver Craemer [oc] (9):
#i91899# New tests for chart2 dataseries
#i117455# check qaerrorlogs for fixed issueids
#i117455# check qaerrorlogs for fixed issueids
#i117483# waitslot added in f_basic_first.bas
#i117455# check qaerrorlogs for fixed issueids
#i117455# check qaerrorlogs for fixed issueids
#i117455# check qaerrorlogs for fixed issueids
#i117455# check qaerrorlogs for fixed issueids
#i117455# check qaerrorlogs for fixed issueids
Philipp Lohmann [pl] (11):
rebase to DEV300m101
impress211: fix some warnings, types
impress211: fix a warning
impress211: fix a warning
rebase to DEV300m101
rebase to DEV300m101
rebase to DEV300m101
impress211: fix a rebase problem
impress211: #i110990# support _NET_WM_FULLSCREEN_MONITORS property
impress211: #i110990# unfortunately cannot rely on gdk_display_get_monitor_geometry anymore
impress211: #i116339# implement bHandleAllCurrentEvents
Thorsten Bosbach (4):
#112894# added update test for security tab page and enabled custom properties again
#117406# fix gridcontrol test
#117505# Collect assertions from nonpro OOo for QUAste status files
merged
Wolfram Garten [wg] (13):
i117529: [Automation]: insert language selection for g_tools.bas, g_tools.inc
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
i117548: [Automation]: fixing file header problem for some testfiles.
Bug 112593 - [Automation][g_demoguide.bas]test interrupts on windows
Bug 117684 - [Automation]: workarounding faulty get item count in g_line.inc
hde (3):
#i117432#cws automationdev300m102cat0#confirmation messagebox if nothing changed
#i117363#cws automationdev300m102cat0#w_updt.bas splitted in two parts
#i117363#cws automationdev300m102cat0#w_updt.bas splitted in two parts, therefor this file was deleted
marc (3):
check also if the given gPrivateEnvironmentLocation is a path and not a file
cws fs34b: #i117507#
cws fs34b: fix for report wizard testcase
sj (3):
#158494# fixed text rotation for binary excel import
#158494# fixed text rotation for binary excel import
#158674# some minor customshape fixes
tono (5):
mingwport34: i#117491: libxslt library name is different
mingwport34: i#117493: mingw port of i109096 - WCHAR is not compatible with sal_Unicode in mingw
mingwport34: i#117493: mingw port of i109096 - WCHAR is not compatible with sal_Unicode in mingw
mingwport34: i#117494: mingw port cleanup of library usage
mingwport34: i#117494: mingw port cleanup of library usage
---
RepositoryFixes.mk | 3
accessibility/inc/accessibility/extended/AccessibleGridControl.hxx | 37
accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx | 1
accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx | 10
accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx | 8
accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx | 3
accessibility/source/extended/AccessibleGridControl.cxx | 81
accessibility/source/extended/AccessibleGridControlBase.cxx | 9
accessibility/source/extended/AccessibleGridControlHeader.cxx | 16
accessibility/source/extended/AccessibleGridControlHeaderCell.cxx | 19
accessibility/source/extended/AccessibleGridControlTable.cxx | 61
accessibility/source/extended/AccessibleGridControlTableCell.cxx | 18
automation/source/simplecm/simplecm.cxx | 2
avmedia/source/gstreamer/gstframegrabber.cxx | 8
avmedia/source/gstreamer/gstframegrabber.hxx | 6
avmedia/source/gstreamer/gstplayer.cxx | 34
avmedia/source/gstreamer/gstplayer.hxx | 28
avmedia/source/gstreamer/gstwindow.cxx | 2
avmedia/source/viewer/mediawindowbase_impl.cxx | 14
avmedia/source/win/player.cxx | 140 +
avmedia/source/win/player.hxx | 17
avmedia/source/win/window.cxx | 39
avmedia/source/win/window.hxx | 2
basic/source/app/brkpnts.cxx | 2
basic/source/classes/sbxmod.cxx | 16
comphelper/source/misc/anycompare.cxx | 130 +
configure.in | 18
curl/makefile.mk | 2
dbaccess/qa/complex/dbaccess/CopyTableWizard.java | 9
dbaccess/source/ui/browser/unodatbr.cxx | 7
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 4
editeng/source/editeng/impedit3.cxx | 21
extras/source/palettes/standard.soc | 2
forms/qa/integration/forms/XMLFormSettings.java | 11
forms/qa/org/openoffice/xforms/Instance.java | 17
forms/source/xforms/submission/serialization_app_xml.cxx | 126 -
forms/source/xforms/submission/serialization_app_xml.hxx | 5
forms/source/xforms/submission/submission_put.cxx | 10
framework/source/fwe/classes/framelistanalyzer.cxx | 10
framework/source/fwe/helper/undomanagerhelper.cxx | 52
framework/source/helper/titlebarupdate.cxx | 32
framework/source/services/frame.cxx | 8
framework/source/uifactory/windowcontentfactorymanager.cxx | 5
glib/glib-2.28.1-win32.patch | 151 +
l10ntools/source/help/HelpCompiler.hxx | 2
offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl | 2
offapi/com/sun/star/awt/grid/GridColumnEvent.idl | 3
offapi/com/sun/star/awt/grid/GridDataEvent.idl | 2
offapi/com/sun/star/awt/grid/GridSelectionEvent.idl | 29
offapi/com/sun/star/awt/grid/SelectionEventType.idl | 66
offapi/com/sun/star/awt/grid/UnoControlGrid.idl | 19
offapi/com/sun/star/awt/grid/UnoControlGridModel.idl | 52
offapi/com/sun/star/awt/grid/XGridColumnModel.idl | 2
offapi/com/sun/star/awt/grid/XGridControl.idl | 24
offapi/com/sun/star/awt/grid/XGridDataListener.idl | 2
offapi/com/sun/star/awt/grid/XGridDataModel.idl | 22
offapi/com/sun/star/awt/grid/XGridRowSelection.idl | 112 +
offapi/com/sun/star/awt/grid/XGridSelection.idl | 107 -
offapi/com/sun/star/awt/grid/XGridSelectionListener.idl | 7
offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 38
offapi/com/sun/star/awt/grid/makefile.mk | 3
offapi/com/sun/star/awt/tab/UnoControlTabPage.idl | 2
offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl | 2
offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl | 10
offapi/com/sun/star/awt/tab/XTabPage.idl | 1
offapi/com/sun/star/awt/tab/XTabPageContainer.idl | 6
offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl | 17
offapi/com/sun/star/awt/tab/XTabPageModel.idl | 2
offapi/com/sun/star/sheet/ExternalLinkType.idl | 9
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6
officecfg/registry/data/org/openoffice/Office/Canvas.xcu | 28
oox/inc/oox/helper/helper.hxx | 2
oox/source/drawingml/shape.cxx | 3
oox/source/token/properties.txt | 1
oox/source/xls/externallinkbuffer.cxx | 13
oox/source/xls/formulabase.cxx | 2
oox/source/xls/numberformatsbuffer.cxx | 8
oox/source/xls/stylesbuffer.cxx | 46
oox/source/xls/worksheethelper.cxx | 5
sal/osl/w32/module.cxx | 2
sal/osl/w32/procimpl.cxx | 4
sc/inc/unonames.hxx | 2
sc/source/core/data/documen9.cxx | 1
sc/source/core/data/document.cxx | 1
sc/source/core/data/drwlayer.cxx | 27
sc/source/core/data/table1.cxx | 4
sc/source/core/tool/address.cxx | 10
sc/source/filter/excel/colrowst.cxx | 5
sc/source/filter/excel/xechart.cxx | 2
sc/source/ui/docshell/olinefun.cxx | 68
sc/source/ui/unoobj/cellsuno.cxx | 6
sc/source/ui/unoobj/docuno.cxx | 6
sc/source/ui/vba/vbaapplication.cxx | 4
scripting/source/dlgprov/dlgprov.component | 3
scripting/source/dlgprov/dlgprov.cxx | 2
sd/inc/EffectMigration.hxx | 3
sd/source/core/CustomAnimationEffect.cxx | 16
sd/source/core/CustomAnimationPreset.cxx | 4
sd/source/core/EffectMigration.cxx | 26
sd/source/core/stlpool.cxx | 17
sd/source/filter/html/htmlex.hxx | 2
sd/source/ui/accessibility/AccessibleTreeNode.cxx | 19
sd/source/ui/animations/CustomAnimationPane.cxx | 2
sd/source/ui/annotations/annotationmanager.cxx | 9
sd/source/ui/app/sdxfer.cxx | 51
sd/source/ui/dlg/SpellDialogChildWindow.cxx | 2
sd/source/ui/dlg/dlgass.cxx | 4
sd/source/ui/dlg/present.cxx | 42
sd/source/ui/dlg/sdtreelb.cxx | 126 +
sd/source/ui/docshell/docshel4.cxx | 1
sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx | 4
sd/source/ui/framework/configuration/ConfigurationUpdater.cxx | 4
sd/source/ui/framework/configuration/ResourceId.cxx | 12
sd/source/ui/framework/factories/BasicViewFactory.cxx | 2
sd/source/ui/func/fupage.cxx | 27
sd/source/ui/func/futempl.cxx | 41
sd/source/ui/inc/sdtreelb.hxx | 16
sd/source/ui/inc/sdxfer.hxx | 32
sd/source/ui/slideshow/slideshow.cxx | 59
sd/source/ui/slideshow/slideshow.src | 6
sd/source/ui/slideshow/slideshowimpl.cxx | 1
sd/source/ui/slidesorter/controller/SlideSorterController.cxx | 5
sd/source/ui/slidesorter/controller/SlsAnimator.cxx | 2
sd/source/ui/slidesorter/controller/SlsClipboard.cxx | 180 +-
sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx | 19
sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx | 2
sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 2
sd/source/ui/slidesorter/controller/SlsTransferable.cxx | 101 -
sd/source/ui/slidesorter/controller/SlsTransferableData.cxx | 145 +
sd/source/ui/slidesorter/controller/makefile.mk | 2
sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx | 23
sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx | 4
sd/source/ui/slidesorter/inc/controller/SlsTransferable.hxx | 87 -
sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx | 98 +
sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx | 2
sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx | 9
sd/source/ui/slidesorter/view/SlideSorterView.cxx | 12
sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx | 12
sd/source/ui/table/tablefunction.cxx | 5
sd/source/ui/toolpanel/controls/DocumentHelper.cxx | 2
sd/source/ui/unoidl/unoobj.cxx | 27
sd/source/ui/view/DocumentRenderer.cxx | 4
sd/source/ui/view/ViewTabBar.cxx | 2
sd/source/ui/view/sdview2.cxx | 4
sd/source/ui/view/sdwindow.cxx | 2
sdext/source/presenter/PresenterScreen.cxx | 7
sdext/source/presenter/description.xml | 2
sfx2/JunitTest_sfx2_complex.mk | 3
sfx2/qa/complex/sfx2/DocumentEvents.java | 206 ++
sfx2/qa/complex/sfx2/JUnitBasedTest.java | 55
sfx2/qa/complex/sfx2/UndoManager.java | 5
sfx2/source/dialog/filedlghelper.cxx | 14
sfx2/source/notify/eventsupplier.cxx | 15
solenv/inc/libs.mk | 4
solenv/inc/minor.mk | 6
stoc/source/inspect/introspection.cxx | 437 ++---
svl/inc/svl/undo.hxx | 11
svl/source/undo/undo.cxx | 17
svtools/inc/svtools/accessibletable.hxx | 29
svtools/inc/svtools/table/gridtablerenderer.hxx | 13
svtools/inc/svtools/table/tablecontrol.hxx | 16
svtools/inc/svtools/table/tablemodel.hxx | 24
svtools/inc/svtools/table/tablerenderer.hxx | 45
svtools/source/table/cellvalueconversion.cxx | 455 +++++
svtools/source/table/cellvalueconversion.hxx | 16
svtools/source/table/gridtablerenderer.cxx | 69
svtools/source/table/mousefunction.cxx | 19
svtools/source/table/tablecontrol.cxx | 169 +-
svtools/source/table/tablecontrol_impl.cxx | 822 +++++-----
svtools/source/table/tablecontrol_impl.hxx | 65
svtools/source/table/tabledatawindow.cxx | 13
svtools/source/table/tabledatawindow.hxx | 6
svtools/source/toolpanel/drawerlayouter.cxx | 4
svtools/source/uno/svtxgridcontrol.cxx | 263 ++-
svtools/source/uno/svtxgridcontrol.hxx | 43
svtools/source/uno/unocontroltablemodel.cxx | 98 -
svtools/source/uno/unocontroltablemodel.hxx | 8
svx/inc/galtheme.hrc | 2
svx/inc/svx/gallery.hxx | 2
svx/inc/svx/msdffdef.hxx | 4
svx/inc/svx/sdr/properties/pageproperties.hxx | 3
svx/inc/svx/sdr/properties/properties.hxx | 4
svx/inc/svx/svdmodel.hxx | 1
svx/inc/svx/xdef.hxx | 2
svx/source/customshapes/EnhancedCustomShape2d.cxx | 8
svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 4
svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 323 +--
svx/source/dialog/dlgctl3d.cxx | 2
svx/source/form/fmshimp.cxx | 6
svx/source/gallery2/codec.cxx | 6
svx/source/gallery2/galbrws.cxx | 15
svx/source/gallery2/galbrws1.cxx | 38
svx/source/gallery2/galbrws1.hxx | 2
svx/source/gallery2/galbrws2.cxx | 20
svx/source/gallery2/galctrl.cxx | 18
svx/source/gallery2/gallery1.cxx | 32
svx/source/gallery2/galmisc.cxx | 10
svx/source/gallery2/galobj.cxx | 12
svx/source/gallery2/galtheme.cxx | 20
svx/source/gallery2/galtheme.src | 8
svx/source/sdr/contact/objectcontact.cxx | 2
svx/source/sdr/contact/viewcontact.cxx | 4
svx/source/sdr/contact/viewcontactofsdrobj.cxx | 2
svx/source/sdr/event/eventhandler.cxx | 4
svx/source/sdr/overlay/overlayobjectlist.cxx | 6
svx/source/sdr/properties/defaultproperties.cxx | 4
svx/source/sdr/properties/pageproperties.cxx | 6
svx/source/sdr/properties/properties.cxx | 30
svx/source/svdraw/svddrgmt.cxx | 10
svx/source/svdraw/svdedtv.cxx | 8
svx/source/svdraw/svdedtv1.cxx | 8
svx/source/svdraw/svdmodel.cxx | 16
svx/source/svdraw/svdoashp.cxx | 2
svx/source/svdraw/svdobj.cxx | 6
svx/source/svdraw/svdogrp.cxx | 1
svx/source/svdraw/svdotextdecomposition.cxx | 6
svx/source/svdraw/svdotextpathdecomposition.cxx | 8
svx/source/svdraw/svdpntv.cxx | 2
svx/source/table/svdotable.cxx | 2
svx/source/tbxctrls/tbcontrl.cxx | 2
svx/source/unodraw/UnoGraphicExporter.cxx | 6
svx/source/xoutdev/xpool.cxx | 4
sw/inc/doc.hxx | 9
sw/source/core/doc/docdraw.cxx | 15
sw/source/core/doc/docnew.cxx | 3
sw/source/core/undo/docundo.cxx | 9
sw/source/ui/app/docshini.cxx | 2
sw/source/ui/uno/unomod.cxx | 6
testautomation/chart2/optional/ch2_data_series.bas | 60
testautomation/chart2/optional/includes/ch2_lvl1_data_series1.inc | 214 ++
testautomation/chart2/optional/includes/ch2_lvl1a.inc | 13
testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc | 12
testautomation/chart2/required/includes/ch2_toolbars.inc | 13
testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc | 5
testautomation/dbaccess/optional/includes/xf_Submission.inc | 4
testautomation/dbaccess/required/includes/ReportBuilder01.inc | 18
testautomation/framework/optional/includes/basic_gridcontrol.inc | 5
testautomation/framework/optional/includes/basic_macros.inc | 2
testautomation/framework/optional/input/gridcontrol.odt |binary
testautomation/global/sid/e_all.sid | 1
testautomation/global/system/includes/gvariabl.inc | 1
testautomation/global/system/includes/iniinfo.inc | 31
testautomation/global/system/includes/status.inc | 70
testautomation/global/win/dial_d_h.win | 3
testautomation/global/win/etab_a_d.win | 4
testautomation/graphics/optional/includes/global/g_clipboard.inc | 2
testautomation/graphics/optional/includes/global/g_convertto.inc | 2
testautomation/graphics/optional/includes/global/g_demoguide.inc | 7
testautomation/graphics/optional/includes/global/g_insert.inc | 2
testautomation/graphics/optional/includes/global/g_line.inc | 8
testautomation/graphics/optional/includes/global/g_tools.inc | 10
testautomation/graphics/optional/includes/impress/i_headerfooter.inc | 2
testautomation/graphics/optional/includes/impress/i_pengine1.inc | 2
testautomation/graphics/optional/includes/impress/i_pengine2.inc | 2
testautomation/graphics/optional/includes/impress/i_saveloadlayout.inc | 2
testautomation/graphics/optional/includes/impress/i_slidelayer.inc | 2
testautomation/graphics/optional/includes/impress/i_slideshow2.inc | 2
testautomation/graphics/optional/includes/impress/i_slideshow3.inc | 2
testautomation/graphics/required/includes/global/id_001.inc | 20
testautomation/math/required/includes/m_001_.inc | 27
testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_iz.inc | 8
testautomation/spreadsheet/required/includes/c_upd_filemenu.inc | 2
testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc | 2
testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc | 6
testautomation/writer/required/includes/w_001a_.inc | 31
testautomation/writer/required/includes/w_002_.inc | 2
testautomation/writer/required/w_updt.bas | 96 -
testautomation/writer/required/w_updt_1.bas | 78
testautomation/writer/required/w_updt_2.bas | 75
toolkit/JunitTest_toolkit_complex.mk | 56
toolkit/Module_toolkit.mk | 1
toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx | 6
toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx | 4
toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx | 4
toolkit/inc/toolkit/controls/tabpagecontainer.hxx | 21
toolkit/inc/toolkit/controls/tabpagemodel.hxx | 50
toolkit/inc/toolkit/helper/property.hxx | 4
toolkit/prj/build.lst | 1
toolkit/qa/complex/toolkit/GridControl.java | 184 +-
toolkit/qa/complex/toolkit/awtgrid/TMutableGridDataModel.java | 153 +
toolkit/qa/complex/toolkit/makefile.mk | 97 -
toolkit/qa/unoapi/makefile.mk | 48
toolkit/source/awt/vclxtabpagecontainer.cxx | 8
toolkit/source/awt/vclxtabpagemodel.cxx | 4
toolkit/source/controls/controlmodelcontainerbase.cxx | 28
toolkit/source/controls/grid/defaultgriddatamodel.cxx | 82
toolkit/source/controls/grid/defaultgriddatamodel.hxx | 7
toolkit/source/controls/grid/gridcontrol.cxx | 44
toolkit/source/controls/grid/gridcontrol.hxx | 19
toolkit/source/controls/grid/sortablegriddatamodel.cxx | 124 -
toolkit/source/controls/grid/sortablegriddatamodel.hxx | 17
toolkit/source/controls/tabpagecontainer.cxx | 95 -
toolkit/source/controls/tabpagemodel.cxx | 66
toolkit/source/helper/property.cxx | 4
toolkit/source/helper/registerservices.cxx | 16
vcl/inc/unx/wmadaptor.hxx | 5
vcl/inc/vcl/ctrl.hxx | 6
vcl/inc/vcl/help.hxx | 24
vcl/inc/vcl/window.hxx | 1
vcl/source/app/help.cxx | 10
vcl/source/control/ctrl.cxx | 10
vcl/source/window/window.cxx | 2
vcl/source/window/wrkwin.cxx | 2
vcl/unx/generic/app/saldata.cxx | 18
vcl/unx/generic/app/wmadaptor.cxx | 66
vcl/unx/generic/window/salframe.cxx | 3
vcl/unx/gtk/app/gtkdata.cxx | 24
vcl/unx/gtk/window/gtkframe.cxx | 2
vcl/win/source/window/salframe.cxx | 31
wizards/com/sun/star/wizards/db/DatabaseObjectWizard.java | 83 +
wizards/com/sun/star/wizards/document/FormHandler.java | 27
wizards/com/sun/star/wizards/form/CallFormWizard.java | 2
wizards/com/sun/star/wizards/form/FormDocument.java | 8
wizards/com/sun/star/wizards/form/FormWizard.java | 20
wizards/com/sun/star/wizards/form/StyleApplier.java | 2
wizards/com/sun/star/wizards/query/CallQueryWizard.java | 2
wizards/com/sun/star/wizards/query/QueryWizard.java | 91 -
wizards/com/sun/star/wizards/report/ReportTextImplementation.java | 32
xmloff/source/transform/ActionMapTypesOOo.hxx | 1
xmloff/source/transform/AttrTransformerAction.hxx | 1
xmloff/source/transform/OOo2Oasis.cxx | 24
xmloff/source/transform/TransformerBase.cxx | 11
322 files changed, 6381 insertions(+), 3079 deletions(-)
---
More information about the Libreoffice-commits
mailing list