[Libreoffice-commits] Changes to 'refs/tags/ooo/DEV300_m104'

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue Aug 23 07:45:21 PDT 2011


Tag 'ooo/DEV300_m104' created by Bjoern Michaelsen <bjoern.michaelsen at canonical.com> at 2011-08-23 14:43 -0700

merged tag ooo/DEV300_m104 from old repositories
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAABAgAGBQJOU650AAoJEGxwvMi2vld0Sh0H/33IrsujXketdv3Tlx5Hvf89
tycAQmd/tnBlIn9jY9Kex8pikgPBtzIWcMQNqQOsgjMfX0RUvAVzcGWXxJU3uW4g
RM6ikY9mepTNrPyqt8AyHlY7CVFaes8td5/n2UgGnMXJ/yAFP0dyVToK3gvX97+g
fgPb/qKVyx2oIqNF/K+NvHbXlpgNvadKC0MGarzYYOteiYc87TLMnTlPa7fO0Fj4
ANlayc6WQfoegg/ysOmZJCGUqvvDAnYUlKl4yJJb9RPYpeqjtjH838EuRY2HFgvs
9w0YLv8nUHP4X2W2T7tvOEAqbE0uHkVc6oKfakQKrFOzD3aXjpuNwgNJRmriN74=
=Hw7J
-----END PGP SIGNATURE-----

Changes since ooo/DEV300_m103:
Bjoern Michaelsen (1):
      merged tag ooo/DEV300_m104

Daniel Rentz [dr] (71):
      dr78: #i111413# export secant functions to BIFF
      dr78: #i111413# export secant functions to BIFF
      dr78: cleanup
      dr78: simplified handling of external add-in functions, changed handling of empty function parameters
      dr78: correct include guard
      dr78: #i115659# check validity of member and dimension settings
      dr78: #i115659# fix borked boolean logic
      dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor
      dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor
      dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream
      dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream (but now with reading that record too)
      dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream
      dr78: corrected color indexes when dumping PALETTE
      dr78: #i71453# BIFF2: use formatting information from cell records if XF records are missing
      dr78: #i71453# remove unused flags
      dr78: #i71453# BIFF2: use formatting information from cell records if XF records are missing
      dr78: typos in comments
      dr78: typo in comment
      dr78: rebase to DEV300m96
      dr78: rebase to DEV300m96
      dr78: rebase to DEV300m96
      dr78: rebase to DEV300m96
      dr78: rebase to DEV300m96
      dr78: rebase to DEV300m96
      dr78: oox - import of BIFF3-BIFF5 drawing objects - first bits
      dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObj for note captions
      dr78: #i96587# import text formatting from OOXML and BIFF12
      dr78: #i96587# oox - import BIFF2-BIFF5 cell notes
      dr78: #i96587# oox - import BIFF8 cell notes
      dr78: #i96587# typo in comment
      dr78: oox - import children of BIFF3-BIFF5 group shapes
      dr78: oox - BIFF3-BIFF5 arcs and polygons, line and fill formatting
      dr78: oox - encapsulate shape property handling in own class ShapePropertyMap
      dr78: rebase to DEV300_m97
      dr78: rebase to DEV300_m97
      dr78: rebase to DEV300_m97
      dr78: rebase to DEV300_m97
      dr78: rebase to DEV300_m97
      dr78: rebase to DEV300_m97
      dr78: merge from external
      dr78: build errors after rebase
      dr78: unx build errors
      dr78: minor changes in token macros
      dr78: switch module oox to new gbuild system
      dr78: switch module oox to new gbuild system
      dr78: branch merge
      dr78: minor changes in gperf usage
      dr78: #i43040# correction for BesselI, patch from Regina
      dr78: #i43040# removed german umlauts and utf8 bom accidentially added by too smart editor
      dr78: revert migration of oox to gbuild (will be done in a dedicated CWS)
      dr78: revert migration of oox to gbuild (will be done in a dedicated CWS)
      dr78: fix com.sun.star.io.XTextInputStream.readString implementation() when parameter bRemoveDelimiter is set to False
      dr78: rework of stream handling, improve handling of very large streams (prevent loading entire stream into array or string, esp. dumper and VML import), full support of XComponentContext
      dr78: merge
      dr78: typos
      dr78: #164376# oox import performance: step 1 - encapsulate all code related to cell contents and cell formatting import into class SheetDataBuffer (including shared formulas, array formulas, table operations), remove FormulaContext concept to gain full control over formula import
      dr78: #164376# oox import performance: step 2 - move every access to XCell interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values
      dr78: #164376# oox import performance: step 2 - move every access to XCell interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values
      dr78: #164376# use XCellRangeData to increase import performance
      dr78: rebase to DEV300_m101
      dr78: rebase to DEV300_m101
      dr78: rebase to DEV300_m101
      dr78: rebase to DEV300_m101
      dr78: rebase to DEV300_m101
      dr78: rebase to DEV300_m101
      dr78: removed remaining tools types
      dr78: solaris build error
      dr78: #i116996# remove wrong assertions
      dr78: #i116996# remove wrong assertions
      dr78: fix broken d.lst
      dr78: x64 build breaker

Eike Rathke [er] (11):
      dr78: #i115189# numerical accuracy of LINEST, LOGEST, TREND and GROWTH; patch from <regina>
      dr78: #i91870# PMT accuracy; patch from <regina>
      dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked
      dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked
      dr78: merge
      dr78: #i97169 TIME returns values [0,1)
      dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIterator; patch from <lvyue> with little modifications
      dr78: #i115906# obtain correct data range for external references
      dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH and CSCH.
      dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH and CSCH.
      dr78: merge

Frank Schoenheit [fs] (78):
      dba34b: merge after pulling sb123
      dba34b: pulled DEV300:m89
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123
      merge after pulling DEV300.m91
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      dba34b: merge after pulling DEV300.m94
      dba34c: #i115779# DatabaseObjectView: don#t deliver an empty frame to the caller
      dba34c: #i112884# isClosed: don't crash if we're already closed ...
      dba34b: removed unused includes
      dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF
      dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF
      dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF
      dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF
      dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF
      dba34c: #i114595# don't ask for the Selection control if it doesn't exist
      dba34b: draw cell text in the table designer vertically centered, to prevent jumping of the text when the cell is activated
      dba34c: #i77025# don't allow closign the app window when a wizard is running
      dba34c: #i115876#
      dba34c: merge after pulling latest changes from CWS dba34b
      dba34c: spelling
      dba34c: FmFormPageImpl needs late init, else the 'copy-ctor' crashs after the previous change
      dba34c: #i115880# removed assertion - it does not really indicate a problem, and preventing it otherwise would be unreasonably expensive
      dba34c: when asserting left-over top windows, also report the Window ptr
      dba34c: #i115901#: dispose the local pane's window (after clearing the cache, which will dispose the windows currently anchored to the pane)
      dba34c: during #i115901#: do not use an own static WorkWindow, but the Application-provided one, this is ensure to be cleaned up properly upon application termination
      dba34c: #i104347# DisableSelectionOnFocus for multi line edit controls
      dba34c: some slots can be enabled in alive mode as well
      dba34c: #i110039# 'Form Design' now known as 'Database Form'
      dba34b: merged DEV300m96
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: pulled/merged latest changes from CWS dba34b
      dba34c: merge
      dba34c: merge
      dba34c: merge
      dba34c: merge
      dba34c: merge
      dba34c: merge
      dba34c: merge
      dba34c: merge
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: pulled and merged DEV300.m100
      dba34c: removed conflicting fix for a leaking WorkWindow - both changes together cause a crash

Henning Brinkmann (13):
      #i117121# ambiguous nameing of SwAttrIter in ww8
      #i106749: use FindPageDesc to get the current page description
      merge
      merge
      merge
      merge
      #i106749#: Removed some slipped line.
      sw34bf04: #i114533# handle SDT
      merged from outgoing
      sw34bf04: #i104017#: there are 63 cells possible in a row
      sw34bf04: #i104017#: use MAXTABLECELLS to define maximum number of cells in a table row
      sw34bf04: #i46648#: define class for NfKeywordTable
      sw34bf04: #i46648#: define class for NfKeywordTable

Ingo Schmidt (5):
      native361: #i115269# rollback of installation, if unopkg fails
      native361: #i115269# rollback of installation, if unopkg fails
      native367: #o11840947# preparing OOO 3.4
      native367: #o11840947# preparing OOO 3.4
      native367: #i117264# exclude list from rebase

Marc Neumann [msc] (2):
      cws dba34c: the celldescription control is visible at all database types
      cws dba34c: add new test for mysql connector

Michael Stahl (30):
      sw34bf04: #i117001#: txtexppr.cxx: clean up some duplication
      sw34bf04: #i117001#: xmloff: support fo:margin
      sw34bf04: #i117001#: sw: support fo:margin on table styles
      sw34bf04: #i114548#: sw::MarkBase: do not create bookmarks with start==end
      sw34bf04: #i109272#: SwXTextPortionEnumeration: fix CrossRefBookmark handling
      sw34bf04: #i115528#: SwAttrCheckArr: tweak check a bit to fix infinite loop
      sw34bf04: #i102333#: SwDoc::ReplaceRangeImpl: remove bogus rPam.Move
      sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:
      sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:
      sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:
      sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:
      sw34bf04: #i116631# #i108813#: SwAnnotationWin::UpdateData(): check undo enabled
      sw34bf04: idxmrk.src: fix annoying warnings
      sw34bf04: #i117122#: inputwin.cxx: fix undoapi regression
      sw34bf04: #i117193#: RemovePresentAttrs::operator(): fix crash;
      sw34bf04: #i89751#: SwDoc::ResetAttrs: fix autoformat regression:
      sw34bf04: #i115557#: SwFrm::AppendDrawObj: SwFlyFrm may have 0 pUpper
      sw34bf04: RDFRepositoryTest: fix accidentally inverted assertions (sb123)
      sw34bf04: #o11831122#: prevent redline corruption:
      sw34bf04: #o11831122#: writerfilter: CreateRedline: disable assertion for now
      sw34bf04: #i117331#: fix SwXText::convertToTextFrame:
      sw34bf04: #i51277#: MSWordExportBase::OutputTextNode:
      sw34bf04: #i51277#: SwFltStackEntry::MakeRegion:
      sw34bf04: merge DEV300_m102
      sw34bf04: merge DEV300_m102
      sw34bf04: merge DEV300_m102
      sw34bf04: merge DEV300_m102
      sw34bf04: merge DEV300_m102
      sw34bf04: merge DEV300_m102
      sw34bf04: sw: enable complex test CheckBookmarks (except on windows)

Niklas Nebel (30):
      dr78: #i26822# remove draw shell if selected object is removed by undo
      dr78: #i114072# don't broadcast from SetNewRangeNames while loading a file
      dr78: #i115641# don't increment progress for empty repeated cells
      dr78: remove unused member in ScDocument
      dr78: #i114518# don't resize/invalidate in DataChanged if called from Paint
      dr78: #i88468# merge page margin display back into DoPrint
      dr78: #i115015# proper handling of add-in parameter arrays, merged with database functions QueryParam
      dr78: #i51508# use the correct MapMode for EditEngine when formatting for screen
      dr78: #i95280# read Excel view options in FillRenderMarkData if not done before
      dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configuration
      dr78: #i106108# SetDocumentModified also for page margins
      dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheets
      dr78: #i115951# set ScColumn::bDoubleAlloc in DBaseImport
      dr78: remove unused member
      dr78: remove unused member
      dr78: #i57431# correct property descriptions
      dr78: #i116044# correct handling of DataPilot grand total name
      dr78: #i116044# correct handling of DataPilot grand total name
      dr78: #i115474# use correct defaults for clipboard text import options
      dr78: #i66100# call resize handler for dialogs directly (without timer)
      dr78: #i116426# use ODataAccessDescriptor for database import parameters, support bookmarks for selection
      dr78: #i116848# Use multiplication instead of a large row number for empty sheets in ScDrawUtil::CalcScale
      dr78: #i116250# set app flag in ScGlobal::SetSearchItem
      dr78: #i116691# don't reduce decimals if formula is shown
      dr78: #i115128# TransliterateText: use EditEngine to handle TITLE_CASE
      dr78: #i115009# broadcast BCA_BRDCST_ALWAYS if paint is locked
      dr78: #i116881# correct handling of cached page breaks for user-defined cell range, remove unused parameter in DoPrint
      dr78: #i106580# handle SvxTextLineItem, base class of SvxUnderlineItem
      dr78: #i107201# find word boundaries in ImpInsertText only if online spelling is active
      dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintArea

Ocke Janssen (9):
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo
      Automated merge with file:///d:\tools\master\ooo

Ocke Janssen [oj] (43):
      dba34c: fix for cast and char compare
      dba34c: #i110323# fix for double
      dba34c: fix for flush and text recognize
      dba34c: #i96942# check if hit shape is a custom one
      dba34c: #i20306# support for window function and limit fetch first, ... added
      dba34c: #i20306# support for window function and limit fetch first, ... added
      dba34c: #i108229# check for correct token id
      dba34c: #i110584# fix for FN escape function and check if table name is empty
      dba34c: #i110584# fix for FN escape function and check if table name is empty
      dba34c: #i113405# remove row from rowset when it can not be accessed anymore and adjust rowcount
      dba34c: #i113405# remove row from rowset when it can not be accessed anymore and adjust rowcount
      dba34c: #i113184# remove the order clause when the column is not part of the table
      dba34c: #i108590# convert number to date
      dba34c: #i116032# we have to recalc the bounding rect
      dba34c: #i108415# handle structed filter handling
      dba34c: #i108415# handle structed filter handling
      dba34c: #i108415# handle structed filter handling
      Automated merge with ssh://hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg.services.openoffice.org/cws/dba34c
      dba34c: unused var when not in debug
      dba34c: compile error
      dba34c: fix missed
      merge from master
      merge from master
      merge from master
      merge from master
      merge from master
      merge from master
      merge from master
      merge from master
      merge from master
      dba34c: #i117036# call getFrom clause before getSelect
      dba34c: #i117046# check if query exists
      dba34c: #i117043# fix modified state of rowset
      dba34c: #i117043# fix modified state of rowset
      dba34c: #i108415# fix for strings
      dba34c: special comparison of double values
      dba34c: release param
      db34c: #i108415# check if column exists
      dba34c: remove comment in front of import
      dba34c: forgot to comment one line

Ocke.Janssen (20):
      Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300
      Automated merge with http://hg.services.openoffice.org/cws/dba34b
      dba34c: #i94053# remove lastvalue
      dba34c: code refactoring
      dba34c: #i98239# alignment changed
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window
      dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window
      dba34c: #i99979# check if international
      dba34c: #i103425# allow datediff with 2 args as well
      dba34c: #i104351# fix name of dialog to correspond to menu entry
      dba34c: #i115398# add autoincrement to special type
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c
      Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

Release Engineering (1):
      DEV300

Thomas Benisch [tbe] (6):
      chart53: #i116750# RTTI for SfxViewEventHint not working
      chart53: #164394#
      chart53: #i116943# Inserted Calc chart loses data
      chart53: #i116486# Activated Chart has wrong position in RTL if Navigator is docked
      chart53: merge with DEV300_m100
      chart53: merge with DEV300_m100

Tobias Krause (10):
      tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added
      tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added
      tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added
      tkr38: fixed broken error text print out if nss init fails (PR_GetErrorText doesn't allow NULL parameter)
      tkr38: #i112307# fix nss test run and clean up sources
      tkr38: this idl file hangs in odk autodoc build. Addional comments fixed.
      tkr38: m100 merge
      tkr38: m100 merge
      tkr38: m100 merge
      tkr38: #i112307# build errors on mingw fixed

Vladimir Glazunov (31):
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dba34c
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS dr78
      CWS-TOOLING: integrate CWS chart53
      CWS-TOOLING: integrate CWS chart53
      CWS-TOOLING: integrate CWS native361
      CWS-TOOLING: integrate CWS native361
      CWS-TOOLING: integrate CWS native367
      CWS-TOOLING: integrate CWS native367
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS sw34bf04
      CWS-TOOLING: integrate CWS tkr38
      CWS-TOOLING: integrate CWS tkr38
      CWS-TOOLING: integrate CWS tkr38
      #i10000# fix for Solaris warnings

---
 connectivity/inc/connectivity/predicateinput.hxx                                          |    8 
 connectivity/inc/connectivity/sqlnode.hxx                                                 |    2 
 connectivity/qa/connectivity/tools/CRMDatabase.java                                       |    5 
 connectivity/source/commontools/FValue.cxx                                                |   48 
 connectivity/source/commontools/predicateinput.cxx                                        |  136 
 connectivity/source/drivers/ado/AColumn.cxx                                               |    5 
 connectivity/source/drivers/ado/AConnection.cxx                                           |    5 
 connectivity/source/drivers/file/fcomp.cxx                                                |    4 
 connectivity/source/drivers/macab/MacabRecord.cxx                                         |    2 
 connectivity/source/parse/PColumn.cxx                                                     |   16 
 connectivity/source/parse/sqlbison.y                                                      |  474 ++
 connectivity/source/parse/sqlflex.l                                                       |   27 
 connectivity/source/parse/sqliterator.cxx                                                 |   34 
 connectivity/source/parse/sqlnode.cxx                                                     |    2 
 dbaccess/qa/complex/dbaccess/Query.java                                                   |   49 
 dbaccess/qa/complex/dbaccess/RowSet.java                                                  |    4 
 dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java                               |   84 
 dbaccess/source/core/api/CacheSet.cxx                                                     |   14 
 dbaccess/source/core/api/CacheSet.hxx                                                     |    3 
 dbaccess/source/core/api/KeySet.cxx                                                       |   62 
 dbaccess/source/core/api/KeySet.hxx                                                       |    9 
 dbaccess/source/core/api/OptimisticSet.cxx                                                |    5 
 dbaccess/source/core/api/OptimisticSet.hxx                                                |    3 
 dbaccess/source/core/api/RowSet.cxx                                                       |   90 
 dbaccess/source/core/api/RowSetBase.cxx                                                   |    9 
 dbaccess/source/core/api/RowSetBase.hxx                                                   |    3 
 dbaccess/source/core/api/RowSetCache.cxx                                                  |  141 
 dbaccess/source/core/api/SingleSelectQueryComposer.cxx                                    |   28 
 dbaccess/source/core/dataaccess/SharedConnection.cxx                                      |    2 
 dbaccess/source/core/dataaccess/datasource.cxx                                            |    2 
 dbaccess/source/core/inc/SingleSelectQueryComposer.hxx                                    |   30 
 dbaccess/source/ui/app/AppController.cxx                                                  |  106 
 dbaccess/source/ui/app/AppControllerGen.cxx                                               |    1 
 dbaccess/source/ui/app/app.src                                                            |    6 
 dbaccess/source/ui/app/closeveto.cxx                                                      |  180 +
 dbaccess/source/ui/app/closeveto.hxx                                                      |   67 
 dbaccess/source/ui/app/makefile.mk                                                        |    3 
 dbaccess/source/ui/browser/genericcontroller.cxx                                          |    3 
 dbaccess/source/ui/browser/unodatbr.cxx                                                   |   58 
 dbaccess/source/ui/dlg/advancedsettings.src                                               |    2 
 dbaccess/source/ui/inc/dbu_qry.hrc                                                        |    4 
 dbaccess/source/ui/misc/DExport.cxx                                                       |    3 
 dbaccess/source/ui/misc/databaseobjectview.cxx                                            |    3 
 dbaccess/source/ui/querydesign/QueryDesignView.cxx                                        |    9 
 dbaccess/source/ui/querydesign/query.src                                                  |    8 
 dbaccess/source/ui/tabledesign/FieldDescriptions.cxx                                      |    1 
 dbaccess/source/ui/tabledesign/TEditControl.cxx                                           |   22 
 desktop/source/deployment/registry/component/dp_component.cxx                             |   26 
 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx                                |    2 
 editeng/source/editeng/impedit2.cxx                                                       |   22 
 forms/source/component/DatabaseForm.cxx                                                   |    2 
 forms/source/component/Edit.cxx                                                           |   58 
 forms/source/component/Edit.hxx                                                           |    1 
 forms/source/component/FormattedField.cxx                                                 |    4 
 formula/inc/formula/compiler.hrc                                                          |  126 
 formula/inc/formula/opcode.hxx                                                            |    4 
 formula/source/core/resource/core_resource.src                                            |   24 
 instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt                        |    1 
 instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt                        |    1 
 instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt                        |    1 
 io/source/TextInputStream/TextInputStream.cxx                                             |    4 
 javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java |   28 
 javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java                        |    9 
 javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java           |    9 
 offapi/com/sun/star/security/CertAltNameEntry.idl                                         |   59 
 offapi/com/sun/star/security/ExtAltNameType.idl                                           |  110 
 offapi/com/sun/star/security/XSanExtension.idl                                            |   57 
 offapi/com/sun/star/security/makefile.mk                                                  |    8 
 offapi/com/sun/star/sheet/DataPilotDescriptor.idl                                         |   17 
 officecfg/registry/data/org/openoffice/Setup.xcu                                          |    2 
 oox/inc/oox/core/contexthandler.hxx                                                       |    4 
 oox/inc/oox/core/fasttokenhandler.hxx                                                     |    4 
 oox/inc/oox/core/filterbase.hxx                                                           |    4 
 oox/inc/oox/core/fragmenthandler.hxx                                                      |    4 
 oox/inc/oox/core/relations.hxx                                                            |    6 
 oox/inc/oox/core/relationshandler.hxx                                                     |    6 
 oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx                                      |    5 
 oox/inc/oox/drawingml/chart/converterbase.hxx                                             |    1 
 oox/inc/oox/drawingml/color.hxx                                                           |    8 
 oox/inc/oox/drawingml/drawingmltypes.hxx                                                  |   23 
 oox/inc/oox/drawingml/fillproperties.hxx                                                  |   55 
 oox/inc/oox/drawingml/lineproperties.hxx                                                  |   48 
 oox/inc/oox/drawingml/shapepropertymap.hxx                                                |  148 
 oox/inc/oox/dump/biffdumper.hxx                                                           |    5 
 oox/inc/oox/dump/dffdumper.hxx                                                            |    1 
 oox/inc/oox/dump/dumperbase.hxx                                                           |  135 
 oox/inc/oox/dump/oledumper.hxx                                                            |   11 
 oox/inc/oox/dump/pptxdumper.hxx                                                           |    5 
 oox/inc/oox/dump/xlsbdumper.hxx                                                           |    4 
 oox/inc/oox/helper/binaryinputstream.hxx                                                  |  323 +
 oox/inc/oox/helper/binaryoutputstream.hxx                                                 |   86 
 oox/inc/oox/helper/binarystreambase.hxx                                                   |  130 
 oox/inc/oox/helper/containerhelper.hxx                                                    |   54 
 oox/inc/oox/helper/graphichelper.hxx                                                      |    2 
 oox/inc/oox/helper/helper.hxx                                                             |   30 
 oox/inc/oox/helper/modelobjecthelper.hxx                                                  |   22 
 oox/inc/oox/helper/propertymap.hxx                                                        |   16 
 oox/inc/oox/helper/propertyset.hxx                                                        |   46 
 oox/inc/oox/helper/textinputstream.hxx                                                    |   89 
 oox/inc/oox/helper/zipstorage.hxx                                                         |   11 
 oox/inc/oox/ole/axbinaryreader.hxx                                                        |   16 
 oox/inc/oox/ole/oleobjecthelper.hxx                                                       |    2 
 oox/inc/oox/ole/olestorage.hxx                                                            |   10 
 oox/inc/oox/ole/vbacontrol.hxx                                                            |    2 
 oox/inc/oox/ole/vbainputstream.hxx                                                        |   17 
 oox/inc/oox/ole/vbamodule.hxx                                                             |    4 
 oox/inc/oox/ole/vbaproject.hxx                                                            |    2 
 oox/inc/oox/ppt/slidepersist.hxx                                                          |    4 
 oox/inc/oox/vml/vmldrawing.hxx                                                            |    2 
 oox/inc/oox/vml/vmlformatting.hxx                                                         |   11 
 oox/inc/oox/vml/vmlinputstream.hxx                                                        |   66 
 oox/inc/oox/xls/biffhelper.hxx                                                            |    3 
 oox/inc/oox/xls/biffinputstream.hxx                                                       |   28 
 oox/inc/oox/xls/biffoutputstream.hxx                                                      |   32 
 oox/inc/oox/xls/chartsheetfragment.hxx                                                    |   11 
 oox/inc/oox/xls/commentsbuffer.hxx                                                        |   17 
 oox/inc/oox/xls/condformatbuffer.hxx                                                      |    4 
 oox/inc/oox/xls/defnamesbuffer.hxx                                                        |   23 
 oox/inc/oox/xls/drawingbase.hxx                                                           |  147 
 oox/inc/oox/xls/drawingfragment.hxx                                                       |   97 
 oox/inc/oox/xls/drawingmanager.hxx                                                        |  521 +++
 oox/inc/oox/xls/excelfilter.hxx                                                           |   10 
 oox/inc/oox/xls/excelhandlers.hxx                                                         |   82 
 oox/inc/oox/xls/formulabase.hxx                                                           |  136 
 oox/inc/oox/xls/formulaparser.hxx                                                         |   35 
 oox/inc/oox/xls/ooxformulaparser.hxx                                                      |    4 
 oox/inc/oox/xls/pivotcachebuffer.hxx                                                      |   11 
 oox/inc/oox/xls/pivotcachefragment.hxx                                                    |   10 
 oox/inc/oox/xls/richstring.hxx                                                            |   43 
 oox/inc/oox/xls/sharedformulabuffer.hxx                                                   |  111 
 oox/inc/oox/xls/sharedstringsbuffer.hxx                                                   |   11 
 oox/inc/oox/xls/sheetdatabuffer.hxx                                                       |  354 ++
 oox/inc/oox/xls/sheetdatacontext.hxx                                                      |   89 
 oox/inc/oox/xls/stylesbuffer.hxx                                                          |    5 
 oox/inc/oox/xls/workbookhelper.hxx                                                        |   68 
 oox/inc/oox/xls/worksheetfragment.hxx                                                     |   15 
 oox/inc/oox/xls/worksheethelper.hxx                                                       |  241 -
 oox/prj/d.lst                                                                             |    5 
 oox/source/core/binaryfilterbase.cxx                                                      |    4 
 oox/source/core/contexthandler.cxx                                                        |    2 
 oox/source/core/filterdetect.cxx                                                          |  188 -
 oox/source/core/fragmenthandler.cxx                                                       |    4 
 oox/source/core/xmlfilterbase.cxx                                                         |    4 
 oox/source/drawingml/chart/chartdrawingfragment.cxx                                       |   55 
 oox/source/drawingml/chart/objectformatter.cxx                                            |  212 -
 oox/source/drawingml/color.cxx                                                            |    4 
 oox/source/drawingml/fillproperties.cxx                                                   |  122 
 oox/source/drawingml/lineproperties.cxx                                                   |  172 -
 oox/source/drawingml/makefile.mk                                                          |    1 
 oox/source/drawingml/shape.cxx                                                            |   24 
 oox/source/drawingml/shapepropertymap.cxx                                                 |  194 +
 oox/source/drawingml/table/tablecell.cxx                                                  |    6 
 oox/source/dump/biffdumper.cxx                                                            |   56 
 oox/source/dump/biffdumper.ini                                                            |   28 
 oox/source/dump/dffdumper.ini                                                             |   53 
 oox/source/dump/dumperbase.cxx                                                            |  358 --
 oox/source/dump/oledumper.cxx                                                             |   46 
 oox/source/dump/pptxdumper.cxx                                                            |   23 
 oox/source/dump/xlsbdumper.cxx                                                            |   29 
 oox/source/dump/xlsbdumper.ini                                                            |    1 
 oox/source/export/ooxml-export-notes.txt                                                  |  220 +
 oox/source/helper/binaryinputstream.cxx                                                   |  182 -
 oox/source/helper/binaryoutputstream.cxx                                                  |   76 
 oox/source/helper/binarystreambase.cxx                                                    |   63 
 oox/source/helper/containerhelper.cxx                                                     |   68 
 oox/source/helper/graphichelper.cxx                                                       |   11 
 oox/source/helper/modelobjecthelper.cxx                                                   |   29 
 oox/source/helper/propertymap.cxx                                                         |    4 
 oox/source/helper/propertyset.cxx                                                         |   67 
 oox/source/helper/textinputstream.cxx                                                     |  223 -
 oox/source/helper/zipstorage.cxx                                                          |   38 
 oox/source/ole/axbinaryreader.cxx                                                         |   57 
 oox/source/ole/axcontrol.cxx                                                              |   12 
 oox/source/ole/axcontrolfragment.cxx                                                      |    2 
 oox/source/ole/oleobjecthelper.cxx                                                        |   18 
 oox/source/ole/olestorage.cxx                                                             |   59 
 oox/source/ole/vbacontrol.cxx                                                             |   12 
 oox/source/ole/vbainputstream.cxx                                                         |   51 
 oox/source/ole/vbamodule.cxx                                                              |    6 
 oox/source/ole/vbaproject.cxx                                                             |   27 
 oox/source/ppt/slidefragmenthandler.cxx                                                   |    2 
 oox/source/ppt/slidepersist.cxx                                                           |   25 
 oox/source/token/namespaces.hxx.tail                                                      |   39 
 oox/source/token/properties.txt                                                           |    5 
 oox/source/vml/vmldrawing.cxx                                                             |    4 
 oox/source/vml/vmldrawingfragment.cxx                                                     |    3 
 oox/source/vml/vmlformatting.cxx                                                          |   32 
 oox/source/vml/vmlinputstream.cxx                                                         |  300 +
 oox/source/vml/vmlshape.cxx                                                               |   19 
 oox/source/vml/vmltextboxcontext.cxx                                                      |   27 
 oox/source/xls/addressconverter.cxx                                                       |    4 
 oox/source/xls/autofilterbuffer.cxx                                                       |    2 
 oox/source/xls/biffdetector.cxx                                                           |    7 
 oox/source/xls/biffhelper.cxx                                                             |   15 
 oox/source/xls/biffinputstream.cxx                                                        |  137 
 oox/source/xls/biffoutputstream.cxx                                                       |   92 
 oox/source/xls/chartsheetfragment.cxx                                                     |   10 
 oox/source/xls/commentsbuffer.cxx                                                         |  146 
 oox/source/xls/condformatbuffer.cxx                                                       |   46 
 oox/source/xls/defnamesbuffer.cxx                                                         |  184 -
 oox/source/xls/drawingbase.cxx                                                            |  324 +
 oox/source/xls/drawingfragment.cxx                                                        |  364 --
 oox/source/xls/drawingmanager.cxx                                                         | 1414 ++++++++
 oox/source/xls/excelchartconverter.cxx                                                    |   11 
 oox/source/xls/excelfilter.cxx                                                            |   51 
 oox/source/xls/excelhandlers.cxx                                                          |   81 
 oox/source/xls/externallinkbuffer.cxx                                                     |   10 
 oox/source/xls/formulabase.cxx                                                            |   91 
 oox/source/xls/formulaparser.cxx                                                          |  321 +
 oox/source/xls/makefile.mk                                                                |    4 
 oox/source/xls/numberformatsbuffer.cxx                                                    |    2 
 oox/source/xls/ooxformulaparser.cxx                                                       |   20 
 oox/source/xls/pagesettings.cxx                                                           |    3 
 oox/source/xls/pivotcachebuffer.cxx                                                       |   79 
 oox/source/xls/pivotcachefragment.cxx                                                     |   49 
 oox/source/xls/richstring.cxx                                                             |   94 
 oox/source/xls/sharedformulabuffer.cxx                                                    |  212 -
 oox/source/xls/sharedstringsbuffer.cxx                                                    |    6 
 oox/source/xls/sheetdatabuffer.cxx                                                        |  935 +++++
 oox/source/xls/sheetdatacontext.cxx                                                       |  870 ++---
 oox/source/xls/stylesbuffer.cxx                                                           |   35 
 oox/source/xls/viewsettings.cxx                                                           |    4 
 oox/source/xls/workbookfragment.cxx                                                       |  102 
 oox/source/xls/workbookhelper.cxx                                                         |  243 -
 oox/source/xls/workbooksettings.cxx                                                       |    2 
 oox/source/xls/worksheetfragment.cxx                                                      |  104 
 oox/source/xls/worksheethelper.cxx                                                        | 1316 ++-----
 oox/workben/ooxml-export-notes.txt                                                        |  220 -
 reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FormatValueUtility.java    |   17 
 reportdesign/source/ui/report/ReportSection.cxx                                           |   16 
 reportdesign/source/ui/report/dlgedfunc.cxx                                               |    8 
 sc/inc/column.hxx                                                                         |    1 
 sc/inc/dociter.hxx                                                                        |   36 
 sc/inc/document.hxx                                                                       |   20 
 sc/inc/dpobject.hxx                                                                       |    4 
 sc/inc/dpsave.hxx                                                                         |   14 
 sc/inc/notesuno.hxx                                                                       |  197 -
 sc/inc/shapeuno.hxx                                                                       |   13 
 sc/inc/table.hxx                                                                          |    1 
 sc/sdi/scalc.sdi                                                                          |    8 
 sc/source/core/data/column2.cxx                                                           |   27 
 sc/source/core/data/dociter.cxx                                                           |  185 +
 sc/source/core/data/documen2.cxx                                                          |   19 
 sc/source/core/data/documen8.cxx                                                          |  119 
 sc/source/core/data/documen9.cxx                                                          |    7 
 sc/source/core/data/document.cxx                                                          |   54 
 sc/source/core/data/dpglobal.cxx                                                          |    1 
 sc/source/core/data/dpobject.cxx                                                          |   12 
 sc/source/core/data/dptablecache.cxx                                                      |    1 
 sc/source/core/data/drwlayer.cxx                                                          |    3 
 sc/source/core/data/global.cxx                                                            |    1 
 sc/source/core/data/table5.cxx                                                            |    2 
 sc/source/core/inc/doubleref.hxx                                                          |    3 
 sc/source/core/inc/interpre.hxx                                                           |   19 
 sc/source/core/tool/doubleref.cxx                                                         |   52 
 sc/source/core/tool/interpr1.cxx                                                          |   24 
 sc/source/core/tool/interpr2.cxx                                                          |   54 
 sc/source/core/tool/interpr4.cxx                                                          |    6 
 sc/source/core/tool/interpr5.cxx                                                          | 1706 ++++++----
 sc/source/core/tool/rangeseq.cxx                                                          |   30 
 sc/source/filter/excel/excform.cxx                                                        |    4 
 sc/source/filter/excel/impop.cxx                                                          |   59 
 sc/source/filter/excel/read.cxx                                                           |   96 
 sc/source/filter/excel/xechart.cxx                                                        |    2 
 sc/source/filter/excel/xeformula.cxx                                                      |   16 
 sc/source/filter/excel/xepivot.cxx                                                        |   10 
 sc/source/filter/excel/xichart.cxx                                                        |   54 
 sc/source/filter/excel/xiescher.cxx                                                       |   42 
 sc/source/filter/excel/xistream.cxx                                                       |    6 
 sc/source/filter/excel/xistyle.cxx                                                        |   24 
 sc/source/filter/excel/xladdress.cxx                                                      |    2 
 sc/source/filter/excel/xlchart.cxx                                                        |   33 
 sc/source/filter/excel/xlformula.cxx                                                      |   16 
 sc/source/filter/excel/xlpage.cxx                                                         |    4 
 sc/source/filter/excel/xlstyle.cxx                                                        |   10 
 sc/source/filter/excel/xltools.cxx                                                        |   20 
 sc/source/filter/inc/ftools.hxx                                                           |    5 
 sc/source/filter/inc/imp_op.hxx                                                           |    8 
 sc/source/filter/inc/xichart.hxx                                                          |   16 
 sc/source/filter/inc/xistream.hxx                                                         |   11 
 sc/source/filter/inc/xistyle.hxx                                                          |    5 
 sc/source/filter/inc/xlchart.hxx                                                          |   15 
 sc/source/filter/xml/XMLConverter.cxx                                                     |    2 
 sc/source/filter/xml/XMLExportDataPilot.cxx                                               |    2 
 sc/source/filter/xml/xmldpimp.cxx                                                         |    7 
 sc/source/filter/xml/xmldpimp.hxx                                                         |    1 
 sc/source/filter/xml/xmlexprt.cxx                                                         |   20 
 sc/source/filter/xml/xmlexprt.hxx                                                         |    4 
 sc/source/filter/xml/xmlimprt.cxx                                                         |   24 
 sc/source/filter/xml/xmlimprt.hxx                                                         |    1 
 sc/source/filter/xml/xmlwrap.cxx                                                          |   36 
 sc/source/ui/app/inputhdl.cxx                                                             |   11 
 sc/source/ui/app/typemap.cxx                                                              |    1 
 sc/source/ui/dbgui/pvlaydlg.cxx                                                           |    8 
 sc/source/ui/dbgui/scuiasciiopt.cxx                                                       |    9 
 sc/source/ui/docshell/dbdocfun.cxx                                                        |   37 
 sc/source/ui/docshell/dbdocimp.cxx                                                        |  158 
 sc/source/ui/docshell/docfunc.cxx                                                         |    6 
 sc/source/ui/docshell/docsh.cxx                                                           |    5 
 sc/source/ui/docshell/docsh4.cxx                                                          |   48 
 sc/source/ui/docshell/docsh5.cxx                                                          |    5 
 sc/source/ui/docshell/docsh8.cxx                                                          |   25 
 sc/source/ui/drawfunc/drawsh5.cxx                                                         |    9 
 sc/source/ui/drawfunc/drtxtob2.cxx                                                        |    3 
 sc/source/ui/inc/dbdocfun.hxx                                                             |   38 
 sc/source/ui/inc/output.hxx                                                               |    3 
 sc/source/ui/inc/preview.hxx                                                              |    5 
 sc/source/ui/inc/printfun.hxx                                                             |   14 
 sc/source/ui/inc/tabvwsh.hxx                                                              |    2 
 sc/source/ui/inc/undodraw.hxx                                                             |    2 
 sc/source/ui/src/scfuncs.src                                                              |    1 
 sc/source/ui/undo/undodraw.cxx                                                            |  140 
 sc/source/ui/unoobj/cellsuno.cxx                                                          |   78 
 sc/source/ui/unoobj/dapiuno.cxx                                                           |   22 
 sc/source/ui/unoobj/datauno.cxx                                                           |    3 
 sc/source/ui/unoobj/docuno.cxx                                                            |   27 
 sc/source/ui/unoobj/notesuno.cxx                                                          |  491 --
 sc/source/ui/unoobj/shapeuno.cxx                                                          |   56 
 sc/source/ui/view/dbfunc.cxx                                                              |    3 
 sc/source/ui/view/drawutil.cxx                                                            |    9 
 sc/source/ui/view/drawvie4.cxx                                                            |    2 
 sc/source/ui/view/drawview.cxx                                                            |    2 
 sc/source/ui/view/formatsh.cxx                                                            |   11 
 sc/source/ui/view/gridwin3.cxx                                                            |    2 
 sc/source/ui/view/output2.cxx                                                             |   67 
 sc/source/ui/view/pfuncache.cxx                                                           |    9 
 sc/source/ui/view/preview.cxx                                                             |  332 -
 sc/source/ui/view/printfun.cxx                                                            |   77 
 sc/source/ui/view/tabvwsh4.cxx                                                            |   27 
 sc/source/ui/view/tabvwshb.cxx                                                            |    2 
 sc/source/ui/view/viewfun5.cxx                                                            |   23 
 scaddins/source/analysis/bessel.cxx                                                       |   69 
 scp2/source/ooo/windowscustomaction_ooo.scp                                               |   14 
 sd/source/filter/xml/sdxmlwrp.cxx                                                         |   21 
 sd/source/ui/unoidl/unomodel.cxx                                                          |    7 
 setup_native/source/packinfo/shellscripts_extensions.txt                                  |   24 
 setup_native/source/win32/customactions/rebase/rebase.cxx                                 |   85 
 setup_native/source/win32/customactions/shellextensions/registerextensions.cxx            |   55 
 sfx2/source/config/evntconf.cxx                                                           |    2 
 sfx2/source/control/unoctitm.cxx                                                          |    2 
 sfx2/source/dialog/filedlghelper.cxx                                                      |    2 
 solenv/bin/modules/installer/globals.pm                                                   |    4 
 solenv/bin/modules/installer/windows/file.pm                                              |   12 
 solenv/bin/modules/installer/windows/idtglobal.pm                                         |    3 
 solenv/bin/modules/installer/windows/msp.pm                                               |  197 +
 solenv/bin/modules/installer/windows/property.pm                                          |    6 
 solenv/bin/modules/installer/windows/registry.pm                                          |   76 
 solenv/inc/minor.mk                                                                       |    6 
 svl/inc/svl/nfkeytab.hxx                                                                  |   14 
 svl/source/numbers/zforlist.cxx                                                           |   14 
 svl/source/numbers/zformat.cxx                                                            |   20 
 svl/source/numbers/zforscan.cxx                                                           |   22 
 svl/source/numbers/zforscan.hxx                                                           |    2 
 svtools/source/uno/unoiface.cxx                                                           |    1 
 svx/source/fmcomp/gridctrl.cxx                                                            |   12 
 svx/source/form/fmobj.cxx                                                                 |    4 
 svx/source/form/fmpage.cxx                                                                |    5 
 svx/source/form/fmpgeimp.cxx                                                              |   76 
 svx/source/form/fmshell.cxx                                                               |    6 
 svx/source/inc/fmpgeimp.hxx                                                               |    4 
 svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx                                  |    3 
 svx/source/svdraw/svdouno.cxx                                                             |   71 
 sw/JunitTest_sw_complex.mk                                                                |    8 
 sw/source/core/crsr/bookmrk.cxx                                                           |    2 
 sw/source/core/crsr/findattr.cxx                                                          |   31 
 sw/source/core/doc/doccorr.cxx                                                            |   16 
 sw/source/core/doc/docedt.cxx                                                             |   13 
 sw/source/core/doc/docfmt.cxx                                                             |   70 
 sw/source/core/layout/fly.cxx                                                             |    5 
 sw/source/core/text/EnhancedPDFExportHelper.cxx                                           |   16 
 sw/source/core/txtnode/thints.cxx                                                         |    5 
 sw/source/core/unocore/unoframe.cxx                                                       |    2 
 sw/source/core/unocore/unoportenum.cxx                                                    |   12 
 sw/source/core/unocore/unotext.cxx                                                        |   14 
 sw/source/filter/ww1/fltshell.cxx                                                         |   15 
 sw/source/filter/ww8/WW8TableInfo.cxx                                                     |    8 
 sw/source/filter/ww8/WW8TableInfo.hxx                                                     |    2 
 sw/source/filter/ww8/wrtw8nds.cxx                                                         |   72 
 sw/source/filter/ww8/wrtww8.cxx                                                           |   37 
 sw/source/filter/ww8/wrtww8.hxx                                                           |   10 
 sw/source/filter/ww8/ww8atr.cxx                                                           |   29 
 sw/source/filter/xml/swxml.cxx                                                            |   17 
 sw/source/filter/xml/xmlbrshi.hxx                                                         |    8 
 sw/source/filter/xml/xmlimp.cxx                                                           |   18 
 sw/source/filter/xml/xmlimp.hxx                                                           |   21 
 sw/source/filter/xml/xmlimpit.cxx                                                         |   17 
 sw/source/filter/xml/xmlimpit.hxx                                                         |   17 
 sw/source/filter/xml/xmlitem.cxx                                                          |    5 
 sw/source/filter/xml/xmlitem.hxx                                                          |    2 
 sw/source/filter/xml/xmlitemi.cxx                                                         |  165 
 sw/source/filter/xml/xmlitemm.cxx                                                         |   11 
 sw/source/filter/xml/xmlmeta.cxx                                                          |   26 
 sw/source/ui/docvw/AnnotationWin.cxx                                                      |   44 
 sw/source/ui/index/idxmrk.src                                                             |   34 
 sw/source/ui/ribbar/inputwin.cxx                                                          |    1 
 testautomation/dbaccess/optional/dba_db_MySQLnative.bas                                   |   54 
 testautomation/dbaccess/optional/includes/db_MySQLnative.inc                              |  206 +
 testautomation/dbaccess/optional/includes/db_Query.inc                                    |    1 
 testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc                            |   41 
 testautomation/dbaccess/tools/dbcreatetools.inc                                           |   98 
 testautomation/dbaccess/tools/dbtools.inc                                                 |   17 
 testautomation/dbaccess/tools/tabletools.inc                                              |    4 
 testautomation/global/win/edia_d_h.win                                                    |    1 
 toolkit/inc/toolkit/helper/formpdfexport.hxx                                              |   14 
 toolkit/source/controls/unocontrol.cxx                                                    |   18 
 toolkit/source/helper/formpdfexport.cxx                                                   |   58 
 unoxml/qa/complex/unoxml/RDFRepositoryTest.java                                           |   18 
 uui/source/iahndl-ssl.cxx                                                                 |   67 
 vcl/inc/vcl/pdfextoutdevdata.hxx                                                          |   34 
 vcl/inc/vcl/pdfwriter.hxx                                                                 |   23 
 vcl/source/app/svmain.cxx                                                                 |    4 
 vcl/source/gdi/pdfextoutdevdata.cxx                                                       |   53 
 vcl/source/gdi/pdfwriter.cxx                                                              |    4 
 vcl/source/gdi/pdfwriter_impl.cxx                                                         |    7 
 vcl/source/gdi/pdfwriter_impl.hxx                                                         |    4 
 vcl/source/window/winproc.cxx                                                             |    8 
 wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java                               |  108 
 wizards/com/sun/star/wizards/agenda/TopicsControl.java                                    |   12 
 wizards/com/sun/star/wizards/common/PropertyNames.java                                    |    5 
 wizards/com/sun/star/wizards/common/UCB.java                                              |    2 
 wizards/com/sun/star/wizards/db/ColumnPropertySet.java                                    |    2 
 wizards/com/sun/star/wizards/db/CommandMetaData.java                                      |  877 ++---
 wizards/com/sun/star/wizards/db/CommandName.java                                          |    4 
 wizards/com/sun/star/wizards/db/QueryMetaData.java                                        |   31 
 wizards/com/sun/star/wizards/db/SQLQueryComposer.java                                     |  145 
 wizards/com/sun/star/wizards/db/TableDescriptor.java                                      |    2 
 wizards/com/sun/star/wizards/document/Control.java                                        |    4 
 wizards/com/sun/star/wizards/document/DatabaseControl.java                                |    2 
 wizards/com/sun/star/wizards/fax/FaxWizardDialog.java                                     |  116 
 wizards/com/sun/star/wizards/form/DataEntrySetter.java                                    |   12 
 wizards/com/sun/star/wizards/form/FieldLinker.java                                        |   12 
 wizards/com/sun/star/wizards/form/Finalizer.java                                          |   10 
 wizards/com/sun/star/wizards/form/FormConfiguration.java                                  |   12 
 wizards/com/sun/star/wizards/form/FormControlArranger.java                                |  389 +-
 wizards/com/sun/star/wizards/form/FormDocument.java                                       |   24 
 wizards/com/sun/star/wizards/form/FormWizard.java                                         |   56 
 wizards/com/sun/star/wizards/form/StyleApplier.java                                       |   26 
 wizards/com/sun/star/wizards/form/UIControlArranger.java                                  |   41 
 wizards/com/sun/star/wizards/letter/LetterDocument.java                                   |    4 
 wizards/com/sun/star/wizards/letter/LetterWizardDialog.java                               |  170 
 wizards/com/sun/star/wizards/query/CallQueryWizard.java                                   |    5 
 wizards/com/sun/star/wizards/query/Finalizer.java                                         |   14 
 wizards/com/sun/star/wizards/query/QuerySummary.java                                      |   63 
 wizards/com/sun/star/wizards/query/QueryWizard.java                                       |   77 
 wizards/com/sun/star/wizards/report/Dataimport.java                                       |   14 
 wizards/com/sun/star/wizards/report/GroupFieldHandler.java                                |    2 
 wizards/com/sun/star/wizards/report/ReportFinalizer.java                                  |   16 
 wizards/com/sun/star/wizards/report/ReportLayouter.java                                   |   24 
 wizards/com/sun/star/wizards/report/ReportWizard.java                                     |   14 
 wizards/com/sun/star/wizards/table/FieldDescription.java                                  |    2 
 wizards/com/sun/star/wizards/table/FieldFormatter.java                                    |   20 
 wizards/com/sun/star/wizards/table/Finalizer.java                                         |   22 
 wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java                                 |   24 
 wizards/com/sun/star/wizards/table/ScenarioSelector.java                                  |   12 
 wizards/com/sun/star/wizards/table/TableWizard.java                                       |    4 
 wizards/com/sun/star/wizards/ui/AggregateComponent.java                                   |   18 
 wizards/com/sun/star/wizards/ui/ButtonList.java                                           |    6 
 wizards/com/sun/star/wizards/ui/CommandFieldSelection.java                                |    4 
 wizards/com/sun/star/wizards/ui/ControlScroller.java                                      |    4 
 wizards/com/sun/star/wizards/ui/FieldSelection.java                                       |   16 
 wizards/com/sun/star/wizards/ui/FilterComponent.java                                      |   63 
 wizards/com/sun/star/wizards/ui/ImageList.java                                            |   18 
 wizards/com/sun/star/wizards/ui/PathSelection.java                                        |    6 
 wizards/com/sun/star/wizards/ui/SortingComponent.java                                     |   10 
 wizards/com/sun/star/wizards/ui/TitlesComponent.java                                      |    8 
 wizards/com/sun/star/wizards/ui/UIConsts.java                                             |   16 
 wizards/com/sun/star/wizards/ui/UnoDialog.java                                            |    2 
 wizards/com/sun/star/wizards/ui/UnoDialog2.java                                           |    4 
 wizards/com/sun/star/wizards/ui/WizardDialog.java                                         |   16 
 wizards/com/sun/star/wizards/ui/event/DataAware.java                                      |    2 
 wizards/com/sun/star/wizards/ui/event/DataAwareFields.java                                |    2 
 wizards/com/sun/star/wizards/ui/event/RadioDataAware.java                                 |    2 
 wizards/com/sun/star/wizards/ui/event/UnoDataAware.java                                   |    4 
 wizards/com/sun/star/wizards/web/FTPDialog.java                                           |   44 
 wizards/com/sun/star/wizards/web/ImageListDialog.java                                     |   14 
 wizards/com/sun/star/wizards/web/StatusDialog.java                                        |   14 
 wizards/com/sun/star/wizards/web/WebWizardDialog.java                                     |  194 -
 wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java                          |    6 
 writerfilter/source/dmapper/DomainMapper_Impl.cxx                                         |    3 
 writerfilter/source/ooxml/dummyannotate.xsl                                               |    2 
 writerfilter/source/ooxml/makefile.mk                                                     |    4 
 writerfilter/source/ooxml/model.xml                                                       |   54 
 writerfilter/source/ooxml/modelcleanup.xsl                                                |   19 
 writerfilter/source/resourcemodel/makefile.mk                                             |    2 
 xmloff/inc/xmloff/PageMasterStyleMap.hxx                                                  |   17 
 xmloff/inc/xmloff/txtprmap.hxx                                                            |    8 
 xmloff/inc/xmloff/xmlmetai.hxx                                                            |   10 
 xmloff/inc/xmloff/xmltoken.hxx                                                            |    2 
 xmloff/source/core/xmltoken.cxx                                                           |    2 
 xmloff/source/draw/sdxmlimp.cxx                                                           |   21 
 xmloff/source/meta/xmlmetai.cxx                                                           |  113 
 xmloff/source/style/PageMasterExportPropMapper.cxx                                        |   46 
 xmloff/source/style/PageMasterImportPropMapper.cxx                                        |   79 
 xmloff/source/style/PageMasterStyleMap.cxx                                                |   28 
 xmloff/source/text/txtexppr.cxx                                                           |  123 
 xmloff/source/text/txtimppr.cxx                                                           |   78 
 xmloff/source/text/txtprmap.cxx                                                           |   27 
 xmlsecurity/prj/build.lst                                                                 |    3 
 xmlsecurity/qa/certext/SanCertExt.cxx                                                     |  281 +
 xmlsecurity/qa/certext/User_35_Root_11.crt                                                |   64 
 xmlsecurity/qa/certext/export.map                                                         |   34 
 xmlsecurity/qa/certext/makefile.mk                                                        |   71 
 xmlsecurity/source/xmlsec/mscrypt/makefile.mk                                             |    3 
 xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx                            |  182 +
 xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx                            |   84 
 xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx                     |    3 
 xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx                         |    9 
 xmlsecurity/source/xmlsec/nss/makefile.mk                                                 |    3 
 xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx                                    |  244 +
 xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx                                    |   77 
 xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx                                   |   28 
 xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx                                 |   29 
 xmlsecurity/test_docs/CAs/Root_11/demoCA/index.txt                                        |    1 
 xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1022.pem                                |   64 
 xmlsecurity/test_docs/CAs/Root_11/demoCA/serial                                           |    2 
 xmlsecurity/test_docs/CAs/Root_11/openssl.cfg                                             |   17 
 xmlsecurity/test_docs/certs/end_certs/User_35_Root_11.crt                                 |   64 
 517 files changed, 17888 insertions(+), 10948 deletions(-)
---


More information about the Libreoffice-commits mailing list