Michael Stahl
32d1dbdfad
CMIS: Fixed the smoketests failure by catching some exceptions
2011-10-18 11:01:28 +02:00
Cédric Bosdonnat
228051c11a
Reapply "CMIS: use another name to show than the one extracted from the base URL
...
This reverts commit 4901bdf4c4
.
2011-10-18 11:01:27 +02:00
Luboš Luňák
4901bdf4c4
Revert "CMIS: use another name to show than the one extracted from the base URL"
...
The commit makes LO unusable, it fails during startup, smoketest fails as well.
This reverts commit cd1a12dc55
.
2011-10-17 17:12:17 +02:00
Cédric Bosdonnat
cd1a12dc55
CMIS: use another name to show than the one extracted from the base URL
...
In CMIS, the URL is only providing an easy access to the CMIS
interface and doesn't reflect the public path on the server. A new
property has been added in the SfxMedium items to hold the document
name on the server and set it as the window title.
2011-10-17 11:36:22 +02:00
Stephan Bergmann
d1076b1b7f
Second attempt at (cross-platform) OSL_FORMAT.
2011-10-08 18:56:48 +02:00
Tor Lillqvist
256f192582
Revert "Introduced OSL_FORMAT, adpated some places to it."
...
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage
function cannot return C++ class 'rtl::OString'.
This reverts commit 6b900b8bed
.
2011-10-08 15:07:06 +03:00
Stephan Bergmann
6b900b8bed
Introduced OSL_FORMAT, adpated some places to it.
2011-10-08 12:59:09 +02:00
Pierre-André Jacquod
b88e1f5cd1
cppcheck reduce scope of var in sfx2/... dinfdlg.cxx
2011-10-07 15:57:49 +02:00
Tor Lillqvist
e6b5c5345f
WaE: class has virtual functions, but destructor is not virtual
2011-10-06 11:09:10 +03:00
Tor Lillqvist
f3cf2a1901
WaE: class has virtual functions, but destructor is not virtual
2011-10-06 11:09:08 +03:00
Tor Lillqvist
3120dc697c
WaE: class has virtual functions, but destructor is not virtual
2011-10-06 11:09:06 +03:00
Tor Lillqvist
18a203e7e9
WaE: unreachable code
2011-10-06 11:09:04 +03:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Caolán McNamara
9efb60f39f
callcatcher: update list
2011-10-03 09:37:18 +01:00
Caolán McNamara
b48e2d958c
callcatcher: various unused methods
2011-10-02 23:19:50 +01:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Takeshi Abe
c5580874d1
removed unused macro
2011-09-30 07:58:26 +09:00
Matúš Kukan
8de6948e4f
fix trunk gcc compile errors
2011-09-29 13:22:57 +02:00
Maciej Rumianowski
ef01fae275
Replace SvULongs with std::vector in sfx2
...
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29 08:09:19 +02:00
Tor Lillqvist
fd100f9cb3
This was what I meant, sorry for thinko
2011-09-29 00:03:16 +03:00
Tor Lillqvist
41ebcaefd1
Add mode lines and detabify
2011-09-28 23:50:13 +03:00
Tor Lillqvist
1db86ebf0d
WaE: class 'RecentMenuDelegate' does not implement the 'NSMenuDelegate' protocol
2011-09-28 23:50:11 +03:00
Tor Lillqvist
cf7c983126
Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATE
...
Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater
visibility than the type of its field
'SfxStandaloneDocumentInfoObject::<anonymous>' and
'SfxStandaloneDocumentInfoObject' declared with greater visibility
than its base 'SfxDocumentInfoO\ bject'.
2011-09-28 23:50:09 +03:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
Caolán McNamara
7c1a3fc43a
ByteString->rtl::OStringBuffer
2011-09-27 12:34:25 +01:00
Caolán McNamara
8712fbf2a6
ByteString->rtl::OStringBuffer
2011-09-26 10:18:39 +01:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Peter Rabi
df59068902
Fix of localized template name problems in Impress part 2
...
Template entries now appear in the correct word order
in their representation in SfxDocumentTemplates. That makes
template listboxes in a few dialogs work as expected.
Contributed under license LGPLv3+/MPL.
2011-09-22 11:50:54 +02:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
74b9af497a
ByteString->rtl::OStringBuffer
2011-09-19 09:59:23 +01:00
Caolán McNamara
94d8c09758
rework this in terms of read_uInt8s_AsOString
2011-09-19 09:59:21 +01:00
Kohei Yoshida
568e1b9794
When pasting from other apps, fall back on Fragment span.
...
We need to handle fragment span in case the HTML span is not provided
by the source application. According to the MS spec it is allowed.
The old code assumed that the source app would always provide an
HTML span. Apparently some apps don't, and only provides a fragment
span.
2011-09-17 00:05:16 -04:00
Julien Nabet
3f15bfa050
Fix 2 bitwiseOnBoolean detected by cppcheck
2011-09-16 23:59:27 +02:00
Caolán McNamara
f64dc2c9fb
I believe the src charset pragma is archaic and unused
2011-09-13 10:15:20 +01:00
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Caolán McNamara
f95720bbb7
remove last remnents of archaic SfxMacro based stuff
2011-09-12 09:10:01 +01:00
Caolán McNamara
de2785f9d5
SfxMacro is useless
2011-09-12 09:10:01 +01:00
Caolán McNamara
a7ca9000aa
pointless forward decls
2011-09-12 09:10:01 +01:00
Caolán McNamara
154fd181f9
so now SfxRequest::GetRecordingMacro NULL returning stub can be removed
2011-09-12 09:10:01 +01:00
Caolán McNamara
9d5fcd70e1
SfxMacro arg unused
2011-09-12 09:10:00 +01:00
Caolán McNamara
d7842b76d8
SfxMacro is unused, strip down to ctor/dtor
2011-09-12 09:10:00 +01:00
Stephan Bergmann
afe7061d8b
sb140: #i117294# removed unused mutex guard
2011-09-09 17:46:39 +02:00
Caolán McNamara
20de64b70e
callcatcher: various unused code
2011-09-09 09:23:10 +01:00
Caolán McNamara
4a2402bb4e
size arg can be const
2011-09-09 09:23:10 +01:00
Caolán McNamara
9233083e09
callcatcher: unused code
2011-09-07 08:54:40 +01:00
Bjoern Michaelsen
10011d00a6
kill TF_POOLABLE, step 2: remove dead code
2011-09-07 08:44:03 +02:00
Bjoern Michaelsen
0d8c345bf9
kill TF_POOLABLE, step 1: error if unset
2011-09-07 02:40:28 +02:00
Caolán McNamara
a388bf3304
ByteString->rtl::OStringBuffer
2011-09-06 16:28:27 +01:00
Caolán McNamara
a1ce4fb4f0
callcatcher: various unused methods
2011-09-06 08:52:37 +01:00