Michael Stahl
8552bd76dc
sw: add some more obviously missing mutex guards
...
... to methods added in 76c549eb01
Change-Id: I32101ec882420babb394af6db5cd56d1035acf4a
2013-12-13 23:39:41 +01:00
Marcos Paulo de Souza
2f50ce6cfa
fdo#54938: Convert sw to use cppu::supportsService
...
Change-Id: Ic27bf31e5eb991ccceb8b97713d1e50a736709c8
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2013-12-09 17:25:13 +01:00
Steve Yin
76c549eb01
Integrate branch of IAccessible2
...
Conflicts:
everything
Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3
2013-12-02 10:25:33 +00:00
Tor Lillqvist
a7724966ab
Bin comments that claim to say why some header is included
...
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22 16:56:28 +03:00
Noel Grandin
b4d116ef8f
convert sw/source/core/access/*.cxx from String to OUString
...
Change-Id: I03c63fbfe40e1fd7b7e26ecc7f16d695a68cbe46
2013-10-18 09:59:24 +02:00
Philipp Riemer
314924a204
remove/add blank lines in sw/source/core
...
Change-Id: I4d0aa521fc4c24f954d2636aa68e968456a829e7
Reviewed-on: https://gerrit.libreoffice.org/2879
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com >
Tested-by: Philipp Riemer <ruderphilipp@gmail.com >
2013-09-07 22:16:37 +00:00
Matteo Casalin
edba90dc39
String to OUString + whitespaces, log messages
...
Change-Id: I76014ecb4dd0f040b6770965cb690cc9839bedb5
Reviewed-on: https://gerrit.libreoffice.org/5474
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2013-08-19 14:19:34 +00:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Chris Sherlock
f7a3781bd6
Multiple typo fixes, small code changes
...
* Corrected spelling errors in comments
* In accpara.cxx, SwAccessibleParagraph::_getRunAttributesImpl had the
if statement commented out, but the scope block remained... minor in
the grand scheme of things, but messy code
* Some unused commented out code removed
Change-Id: Id8b29c4051c7c09a1cc555996f9e56fd4f0f3611
Reviewed-on: https://gerrit.libreoffice.org/3135
Tested-by: Thomas Arnhold <thomas@arnhold.org >
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-31 12:50:58 +00:00
Krisztian Pinter
6f6443f2cb
RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
...
Change-Id: I3ef372b07f2bacc2b9bbbb034e3d61b9cc8a3677
Reviewed-on: https://gerrit.libreoffice.org/2486
Reviewed-by: Andras Timar <atimar@suse.com >
Tested-by: Andras Timar <atimar@suse.com >
2013-03-01 15:15:17 +00:00
Michael Meeks
caaeb0a046
re-base on ALv2 code. Includes:
...
Patches contributed by Oliver-Rainer Wittmann
sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
apply print settings to new printing routines
http://svn.apache.org/viewvc?view=revision&revision=1172115
sw34bf06: #o12311627# use <rtl_random> methods to
create unique ids for list styles and list ids
http://svn.apache.org/viewvc?view=revision&revision=1172112
sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> -
clear list structures completely
http://svn.apache.org/viewvc?view=revision&revision=1172122
i#118572 - remove ui string and help content regarding usage of
Java Mail in Writer's Mail Merge as Java Mail is not used.
http://svn.apache.org/viewvc?view=revision&revision=1197035
Patches contributed by Mathias Bauer
cws mba34issues01: #i117718#: provide filter name in
case storage of medium does not allow to detect one
http://svn.apache.org/viewvc?view=revision&revision=1172350
cws mba34issues01: #i117721#: directly provide
parameters retrieved from SfxMedium
http://svn.apache.org/viewvc?view=revision&revision=1172353
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
http://svn.apache.org/viewvc?view=revision&revision=1396797
http://svn.apache.org/viewvc?view=revision&revision=1397315
cws mba34issues01: #i117723#: convert assertion into trace
http://svn.apache.org/viewvc?view=revision&revision=1172355
cws mba34issues01: #i117699#: keep layout alive until swdoc dies
http://svn.apache.org/viewvc?view=revision&revision=1172362
cws mba34issues01: #i117943#: missing color attributes in RTF clipboard
http://svn.apache.org/viewvc?view=revision&revision=1172363
Patch contributed by Henning Brinkmann
imported patch i#103878
http://svn.apache.org/viewvc?view=revision&revision=1172109
Patches contributed by Michael Stahl
sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes
http://svn.apache.org/viewvc?view=revision&revision=1172119
Patch contributed by imacat
Fixed the Asian language work count.
http://svn.apache.org/viewvc?view=revision&revision=1241345
Patch contributed by Pedro Giffuni
i#20878 - Add comment with BZ issue for reference.
http://svn.apache.org/viewvc?view=revision&revision=1244517
Patch contributed by Andre Fischer
Do not add targets for junit tests when junit is disabled.
http://svn.apache.org/viewvc?view=revision&revision=1241508
add writerperfect dependency.
2012-11-30 10:10:38 +00:00
Olivier Hallot
9646171562
Fix for fdo43460 Part XL getLength() to isEmpty()
...
Part XL
Modules
sw
2012-01-17 19:07:47 -02:00
Norbert Thiebaud
dff7e08711
remove include of pch header from sw
2011-11-27 13:25:10 -06:00
Caolán McNamara
2e846d734b
use uuid template here instead of hand-rolled ones
2011-06-01 22:40:08 +01:00
Jacek Wolszczak
4cf350c27f
REPLACE DBG_stuff with OSL_ASSERT and OSL_FAIL
2011-05-09 15:06:56 +02:00
Júlio Hoffimann
ac6c250d9e
left arrow comments removed // <--
2011-04-22 16:04:20 +02:00
Jan Holesovsky
5630cca203
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
sw/inc/calbck.hxx
sw/inc/crsrsh.hxx
sw/inc/dcontact.hxx
sw/inc/doc.hxx
sw/inc/docufld.hxx
sw/inc/editsh.hxx
sw/inc/expfld.hxx
sw/inc/fchrfmt.hxx
sw/inc/fmtcol.hxx
sw/inc/fmthdft.hxx
sw/inc/fmtpdsc.hxx
sw/inc/format.hxx
sw/inc/frmfmt.hxx
sw/inc/ndhints.hxx
sw/inc/ndtxt.hxx
sw/inc/node.hxx
sw/inc/numrule.hxx
sw/inc/paratr.hxx
sw/inc/swtable.hxx
sw/inc/unocrsr.hxx
sw/inc/unofield.hxx
sw/inc/unoframe.hxx
sw/inc/unoport.hxx
sw/inc/unostyle.hxx
sw/inc/usrfld.hxx
sw/inc/viewopt.hxx
sw/inc/viewsh.hxx
sw/source/core/access/accframebase.cxx
sw/source/core/access/accmap.cxx
sw/source/core/access/accnotextframe.cxx
sw/source/core/access/accpara.cxx
sw/source/core/access/accpara.hxx
sw/source/core/attr/calbck.cxx
sw/source/core/crsr/callnk.cxx
sw/source/core/crsr/crsrsh.cxx
sw/source/core/doc/acmplwrd.cxx
sw/source/core/doc/doc.cxx
sw/source/core/doc/docdesc.cxx
sw/source/core/doc/docdraw.cxx
sw/source/core/doc/docfly.cxx
sw/source/core/doc/docfmt.cxx
sw/source/core/doc/doclay.cxx
sw/source/core/doc/docnew.cxx
sw/source/core/doc/docnum.cxx
sw/source/core/doc/doctxm.cxx
sw/source/core/doc/fmtcol.cxx
sw/source/core/doc/htmltbl.cxx
sw/source/core/doc/number.cxx
sw/source/core/docnode/ndsect.cxx
sw/source/core/docnode/ndtbl.cxx
sw/source/core/docnode/node.cxx
sw/source/core/docnode/node2lay.cxx
sw/source/core/docnode/section.cxx
sw/source/core/docnode/swbaslnk.cxx
sw/source/core/draw/dcontact.cxx
sw/source/core/draw/dview.cxx
sw/source/core/edit/autofmt.cxx
sw/source/core/edit/editsh.cxx
sw/source/core/edit/edlingu.cxx
sw/source/core/fields/authfld.cxx
sw/source/core/fields/dbfld.cxx
sw/source/core/fields/docufld.cxx
sw/source/core/fields/expfld.cxx
sw/source/core/fields/reffld.cxx
sw/source/core/fields/tblcalc.cxx
sw/source/core/frmedt/fefly1.cxx
sw/source/core/frmedt/feshview.cxx
sw/source/core/frmedt/tblsel.cxx
sw/source/core/inc/flyfrm.hxx
sw/source/core/inc/prevwpage.hxx
sw/source/core/inc/rolbck.hxx
sw/source/core/inc/txtfrm.hxx
sw/source/core/layout/atrfrm.cxx
sw/source/core/layout/findfrm.cxx
sw/source/core/layout/flowfrm.cxx
sw/source/core/layout/fly.cxx
sw/source/core/layout/flycnt.cxx
sw/source/core/layout/flylay.cxx
sw/source/core/layout/frmtool.cxx
sw/source/core/layout/hffrm.cxx
sw/source/core/layout/pagechg.cxx
sw/source/core/layout/pagedesc.cxx
sw/source/core/layout/paintfrm.cxx
sw/source/core/layout/sectfrm.cxx
sw/source/core/layout/ssfrm.cxx
sw/source/core/layout/tabfrm.cxx
sw/source/core/layout/wsfrm.cxx
sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
sw/source/core/table/swtable.cxx
sw/source/core/text/EnhancedPDFExportHelper.cxx
sw/source/core/text/inftxt.cxx
sw/source/core/text/porfld.cxx
sw/source/core/text/txtdrop.cxx
sw/source/core/text/txtfly.cxx
sw/source/core/text/txtfrm.cxx
sw/source/core/text/txtio.cxx
sw/source/core/text/txttab.cxx
sw/source/core/tox/tox.cxx
sw/source/core/txtnode/atrflyin.cxx
sw/source/core/txtnode/fmtatr2.cxx
sw/source/core/txtnode/ndtxt.cxx
sw/source/core/undo/SwUndoPageDesc.cxx
sw/source/core/undo/undraw.cxx
sw/source/core/unocore/unochart.cxx
sw/source/core/unocore/unocoll.cxx
sw/source/core/unocore/unodraw.cxx
sw/source/core/unocore/unofield.cxx
sw/source/core/unocore/unoframe.cxx
sw/source/core/unocore/unoftn.cxx
sw/source/core/unocore/unoidx.cxx
sw/source/core/unocore/unoobj2.cxx
sw/source/core/unocore/unoparagraph.cxx
sw/source/core/unocore/unoport.cxx
sw/source/core/unocore/unoportenum.cxx
sw/source/core/unocore/unoredline.cxx
sw/source/core/unocore/unoredlines.cxx
sw/source/core/unocore/unorefmk.cxx
sw/source/core/unocore/unosect.cxx
sw/source/core/unocore/unosett.cxx
sw/source/core/unocore/unostyle.cxx
sw/source/core/unocore/unotbl.cxx
sw/source/core/unocore/unotext.cxx
sw/source/core/view/viewimp.cxx
sw/source/core/view/viewpg.cxx
sw/source/core/view/viewsh.cxx
sw/source/core/view/vnew.cxx
sw/source/core/view/vprint.cxx
sw/source/filter/ww8/rtfexport.cxx
sw/source/filter/ww8/rtfexport.hxx
sw/source/filter/ww8/wrtw8nds.cxx
sw/source/filter/ww8/wrtww8gr.cxx
sw/source/filter/xml/XMLRedlineImportHelper.cxx
sw/source/ui/app/apphdl.cxx
sw/source/ui/app/docsh.cxx
sw/source/ui/app/docsh2.cxx
sw/source/ui/app/swmodul1.cxx
sw/source/ui/config/viewopt.cxx
sw/source/ui/fldui/fldpage.cxx
sw/source/ui/uiview/srcview.cxx
sw/source/ui/uiview/view.cxx
sw/source/ui/uno/unotxdoc.cxx
sw/source/ui/vba/wordvbahelper.cxx
sw/source/ui/wrtsh/wrtsh1.cxx
2011-03-23 17:00:12 +01:00
shirahara
9b23ff91ee
Remove comments; sw/source/core/access
2011-01-31 12:06:07 +01:00
Mathias Bauer
de60fd06b8
CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient mess
2010-12-17 09:02:23 +01:00
Norbert Thiebaud
ab25f5f512
merge vosremoval-mutex.diff
...
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:56:10 -05:00
Norbert Thiebaud
2c66250f05
use SolarMutexGuard to guard the SolarMutex
2010-10-25 19:56:03 -05:00
Sebastian Spaeth
61355e51b8
Add vim/emacs modelines to all source files
...
Fixes #fdo30794 Based on bin/add-modelines script (originally posted
in mail 1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-14 17:16:56 +02:00
Jens-Heiner Rechtien
1a359bd2a8
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Vladimir Glazounov
21ac5b4a3e
CWS-TOOLING: integrate CWS sw32a11y01
...
2009-08-27 10:11:46 +0200 hde r275457 : new testcase i103265
2009-08-27 08:24:31 +0200 hde r275454 : new testcase i103265
2009-08-27 08:23:05 +0200 hde r275453 : new document for testcase i103265
2009-08-26 13:43:33 +0200 hde r275421 : added new autotest
2009-08-26 13:36:28 +0200 hde r275420 : added new autotest
2009-08-18 15:41:18 +0200 od r275113 : #i104300# method <SwEditWin::RequestHelp(..)>
- improve help tip for hyperlinks to cross-reference bookmarks.
2009-08-10 15:18:41 +0200 od r274816 : #i73249# method <SwFrameShell::Execute(..)>
- no update of fly frame manager on dialog "Title and Description"
2009-08-10 14:24:15 +0200 od r274813 : #i92125# correction of end of file - missing newline end
2009-08-10 14:10:14 +0200 od r274811 : #i92125# correction of end of file - newline missing
2009-08-10 14:00:30 +0200 od r274808 : #i92125# - correct end of file - new line missing
2009-08-10 09:12:30 +0200 od r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54)
2009-08-07 15:52:59 +0200 od r274775 : #i73249# minor adjustment due to compiler warning
2009-08-07 15:40:38 +0200 od r274774 : #i92125# method <MarkManager::deleteMarks(..)>
- do not delete cross-reference bookmark, if deletion occurs inside a certain node
2009-08-06 12:53:05 +0200 od r274717 : #i92125# method <MarkManager::deleteMarks(..)
- no move of position for cross-reference bookmark, if move occurs inside certain node.
2009-08-06 12:50:27 +0200 od r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)>
- keep cross-reference bookmarks, if deletion occurs inside a certain node.
2009-08-06 09:53:29 +0200 od r274705 : #i103265# method <SwTOXPara::GetURL()>
- For outline and template entries create link to bookmark.
The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed
2009-07-22 13:57:04 +0200 od r274236 : #i73249# adjustment for export of svg:title and svg:description
2009-07-22 13:51:58 +0200 od r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description
for Writer's text frames, graphics and embedded objects
2009-07-21 10:26:27 +0200 od r274168 : #i73249# implement support for attributes Title and Description for
text frames, graphics and embedded objects in Writer
- core, UNO-API, undo/redo and UI
2009-07-21 10:05:15 +0200 od r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents
2009-07-13 12:19:54 +0200 od r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description
2009-08-27 11:59:20 +00:00
Rüdiger Timm
ad1852b1f9
INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED
...
2008/04/01 15:56:44 thb 1.15.34.3: #i85898# Stripping all external header guards
2008/04/01 12:53:46 thb 1.15.34.2: #i85898# Stripping all external header guards
2008/03/31 16:53:40 rt 1.15.34.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:45:18 +00:00
Rüdiger Timm
c1b64e53c2
INTEGRATION: CWS impresstables2 (1.13.82); FILE MERGED
...
2007/10/11 22:14:38 cl 1.13.82.2: RESYNC: (1.13-1.14); FILE MERGED
2007/10/11 13:43:44 cl 1.13.82.1: #i68103# fixed namespace issues
2008-03-12 11:16:29 +00:00
Jens-Heiner Rechtien
34dfd8ccfc
INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED
...
2007/06/28 11:49:34 os 1.12.222.3: RESYNC: (1.12-1.13); FILE MERGED
2007/04/11 07:02:41 tl 1.12.222.2: #i69287# warning-free code
2007/03/08 15:18:43 od 1.12.222.1: #i69287# warning free code
2007-09-27 07:24:38 +00:00
Ivo Hinkelmann
2d1f77573c
INTEGRATION: CWS bgdlremove (1.12.310); FILE MERGED
...
2007/05/28 17:47:06 kso 1.12.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)
2007-06-05 16:28:54 +00:00
Oliver Bolte
a9ada92c83
INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED
...
2006/09/01 17:51:14 kaib 1.11.2.1: #i68856# Added header markers and pch files
2006-09-16 19:39:06 +00:00
Jens-Heiner Rechtien
a73d69dcbc
INTEGRATION: CWS writercorehandoff (1.9.1112); FILE MERGED
...
2005/09/13 13:03:16 tra 1.9.1112.3: RESYNC: (1.9-1.10); FILE MERGED
2005/06/07 14:13:08 fme 1.9.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:26:49 tra 1.9.1112.1: Unnecessary includes removed #i50348#
2006-08-14 14:47:36 +00:00
Rüdiger Timm
c90f75c474
INTEGRATION: CWS ooo19126 (1.9.1250); FILE MERGED
...
2005/09/05 13:38:29 rt 1.9.1250.1: #i54170# Change license header: remove SISSL
2005-09-09 01:56:15 +00:00
Vladimir Glazounov
f1ceb09b75
INTEGRATION: CWS uaa02 (1.7.10); FILE MERGED
...
2003/04/14 16:20:07 dvo 1.7.10.2: #108917# implement must-changes:
move API away from drafts module
throw IllegalArgumentException for illegal text type
2003/04/11 17:21:24 mt 1.7.10.1: #108656# Moved accessibility from drafts to final
2003-04-24 15:13:56 +00:00
Vladimir Glazounov
2892ad5d9a
INTEGRATION: CWS os8 (1.6.8.1.48); FILE MERGED
...
2003/04/03 07:09:25 os 1.6.8.1.48.1: #108583# precompiled headers removed
2003-04-17 12:39:39 +00:00
Jens-Heiner Rechtien
70de0c38fd
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-27 14:45:43 +00:00
Michael Brauer
f28e2c8e27
#102308#: getImplementationId was missing
2002-08-15 09:25:23 +00:00
Michael Brauer
baf18777bb
#100014#: Broadcast name/description change events for farmes and tables
2002-07-24 12:14:57 +00:00
Michael Brauer
37022ca287
#100889#: component descriptions added, idl files reviewed
2002-07-09 11:51:33 +00:00
Vladimir Glazounov
bc5accd9c3
#65293# corrected misspelling
2002-04-29 11:16:06 +00:00
Daniel Vogelheim
8d9ecac0c4
#95586# added XAccessibleRelation interface to text frames
2002-04-24 14:27:21 +00:00
Michael Brauer
00b569d9fa
#95586#: Accessible frames
2002-04-05 11:08:57 +00:00