Kenneth Beck
21e1e859a7
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE
...
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments.
All other instances of the misspelling have remained the same.
Example: AF_REMOVEABLE
Change-Id: I391f4101bbc3e06689318235a37d616065bc1686
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2013-03-06 10:39:30 +01:00
Takeshi Abe
3f5434114b
sal_Bool to bool
...
Change-Id: I78955b1a7aba864e83c5c5869f389809be0e76e0
2013-02-28 15:39:34 +09:00
Takeshi Abe
aa636bddbd
drop/fix #define suffixed with semicolon
...
Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
2013-02-28 15:39:33 +09:00
Takeshi Abe
359b0ebc91
sal_Bool to bool
...
Change-Id: Iee9b03c8c5e8c226710822108b3503b0ee4f9717
2013-02-25 10:56:51 +09:00
Andras Timar
b37a07f2da
typo: allways -> always
...
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-20 17:25:30 +01:00
Luboš Luňák
5f75082ef1
incorrect if/for body alignment
...
I checked history of all the questionable ones, and the itrform2.cxx
one was a genuine error.
Change-Id: Ibfcd8732ba4a66a8c038940ae10f8b27fee466c9
2012-12-20 14:09:49 +01:00
Stephan Bergmann
77d3777c89
Remove --with-stlport from LO 4.0
...
The STLport was only built for the benefit of old extensions on platforms that
once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We
deliberately break such old extensions for LO 4.0 by no longer shipping that
backwards-compatiblity cludge.
Keeps STLport listed in readlicense_oo/ because of
o3tl/inc/o3tl/compat_functionality.hxx.
Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).
Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
l10ntools/inc/helpmerge.hxx that was once added with
8548125848
"INTEGRATION: CWS extensionl10nfix01
(1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
-> MoveFileEx" but now starts to cause trouble on Windows. Also disables
warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
tools/wintypes.hxx and the Windows API) in a number of places that include
windows.h -- however the old STLport caused those warnings to not show.
Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-17 16:34:23 +01:00
Caolán McNamara
d0b590fe19
callcatcher: remove unused rtf filter and associated methods
...
update and remove newly unused code, mostly original rtf filter
Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
2012-12-10 09:28:16 +00:00
Michael Stahl
0990da105f
clean up more sbxToUnoValue declarations
...
Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
2012-12-04 19:56:52 +01: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
Tor Lillqvist
3e1f769bda
OUString::concat() does not modify in-place
...
Change-Id: I71286414fe173bf9f698fcfbeb48524914dea2e9
2012-11-28 23:48:00 +02:00
Tor Lillqvist
759aed9b78
De-duplicate _ReadFieldParams
...
Change-Id: Ib08f5ab8e6155f1b9be100377657678b8c480060
2012-11-28 10:55:20 +02:00
Michael Stahl
117fdb9898
convert users of XDocumentInfo to XDocumentProperties
...
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-22 12:10:30 +01:00
Luboš Luňák
c1200f5eee
unused variables
...
Change-Id: I216b6ddff479ecf45a9950c05d4d65d55afbc7a1
2012-11-21 16:05:31 +01:00
Eike Rathke
8ac150eb16
use LanguageTag
...
Change-Id: I4ffa1aa2dce0bf1d0c87d56f72589112ec1222a1
2012-11-19 15:52:52 +01:00
Noel Grandin
5837402fb1
fdo#46808, use service constructor for ucb::SimpleFileAccess
...
I upgraded the service to return XSimpleFileAccess3, since it
already implemented that interface, and it's backwards
compatible.
Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-15 08:28:44 +01:00
Luboš Luňák
21d10c6f32
mark lcl_ functions static or rename them if they are not local at all
...
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
2012-10-12 16:56:54 +02:00
Julien Nabet
823d44d390
Fix consecutive return, goto... statements are unnecessary
...
Change-Id: Ia0c399470b933824ae6fefbb486cf742f72312fd
2012-09-16 09:28:07 +02:00
Stephan Bergmann
84db94e97b
-Werror,-Wunused-private-field (various sw)
...
Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c
2012-09-11 17:11:12 +02:00
Stephan Bergmann
31da8163ef
Some clean up of previous commit
...
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
2012-09-04 17:56:11 +02:00
Noel Grandin
9738002eca
fdo#46808, Adapt drawing::ShapeCollection UNO service to new style
...
No client code is using the XComponent interface, so drop it.
Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
2012-09-04 17:26:03 +02:00
Thomas Arnhold
278000a28b
Remove unused defines
...
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02 17:46:25 +02:00
Thomas Arnhold
00240d0497
Remove unused defines
...
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01 18:33:42 +02:00
Miklos Vajna
0fbfa10ca9
sw: kill last direct RTL_CONSTASCII_USTRINGPARAM usages
...
Change-Id: I7e19b6ff9e12d7aee57f24b1acce722e287accf0
2012-06-23 14:43:29 +02:00
Thomas Arnhold
69419bcab3
Remove empty or non-called methods
...
empty:
ClearTip
implOnShapeInserted
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpDelDragAttr
ImpMakeCreateAttr
Is1stLessThan2nd
LinkToListTemplate
NewCoreSelection
ScrollStart
ScrollEnd
SetNoOutlineNum
non-called:
NewCoreSelection
Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
2012-06-22 11:05:01 +02:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Noel Grandin
d69fdd1ed6
Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vector
...
Along the way, simplify a lot of the ForEach callback methods.
Change-Id: I54bc87c1060f1d73470ca8b7fd645ffa23059606
2012-06-20 19:46:40 +02:00
Caolán McNamara
8f5629fd5a
remove EraseLeadingChars and EraseTrailingChars
...
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-11 14:46:46 +01:00
Noel Grandin
d08578912f
fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
...
Update calls to factories to use new SimpleFileAccess::create method
Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >, added some tweaks.
2012-06-06 10:01:22 +02:00
Norbert Thiebaud
e9483d246a
targeted string re-work
...
Change-Id: I19de73d0d2bdbe5322c928e93eca556eecabb09c
2012-06-02 17:57:16 -05:00
Norbert Thiebaud
4de8cc3465
targeted string re-work
...
Change-Id: Ieb2e362853f146f58370a60511cc75ab64fe439e
2012-06-01 09:41:49 -05:00
Takeshi Abe
6b915b210a
nuke unused typedef
...
Change-Id: I12a55e08a83b88221d992790c97c830761755582
2012-05-29 23:46:57 +09:00
Takeshi Abe
d428360e48
removed unused const char[]
...
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
2012-05-24 22:29:38 +09:00
Takeshi Abe
5394b379eb
removed unused temporary rtl::OUString
...
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-23 01:06:54 +09:00
Noel Grandin
b8ace0f986
Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vector
...
I added a GetPos() method because quite a lot of code used that
method and the existing code is quite tied to the precise
return values of that method.
Change-Id: I9af6b923d978abe758b63d835f228495c020455a
2012-05-14 19:49:15 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Caolán McNamara
d41b5a88bd
reduce over use of static OUStrings
2012-03-26 12:18:08 +01:00
Takeshi Abe
3006397439
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
...
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
Elton Chung
ea1fa6963d
Remove unused code
2012-02-10 15:42:53 +00:00
Julien Nabet
17dcc215e0
Don't need a break after a throw
2012-01-30 22:29:15 +01:00
Thomas Arnhold
105546f7f1
remove unused code
2012-01-18 20:45:14 +01:00
Olivier Hallot
9646171562
Fix for fdo43460 Part XL getLength() to isEmpty()
...
Part XL
Modules
sw
2012-01-17 19:07:47 -02:00
Caolán McNamara
bacfd2dc4c
add a comphelper::string::getTokenCount
...
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
August Sodora
7d20dff103
Remove unnecessary tools/string includes
2011-11-25 22:39:55 -05:00
Caolán McNamara
ed7c80d335
these can be const
2011-11-22 12:46:43 +00:00
Caolán McNamara
ca02d72808
remove [Byte]String::EraseAllChars
2011-11-19 21:11:02 +00:00