Marcel Metz
53d27eb207
Removed unnecessary tools includes.
2012-01-05 15:38:51 +01:00
Marcel Metz
a1cfce768f
Removed unnecessary tools includes.
2012-01-05 15:38:11 +01:00
Marcel Metz
571ad11bc0
Removed unnecessary tools includes.
2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0
Removed unnecessary tools includes.
...
Hello lo-devs,
this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.
regards Marcel Metz
2012-01-05 15:31:29 +01:00
Gustavo Buzzatti Pacheco
c47f352333
Fix for fdo43460 Part XXII getLength() to isEmpty()
...
Part XXII
modules
jvmfwk, l10ntools, lingucomponent
2012-01-05 15:07:34 +01:00
Thorsten Behrens
77d05dfa5b
Adapt doxygen gen script to changed Env file name.
2012-01-05 14:13:22 +01:00
Tomas Hlavaty
4732d156e7
chmod -x on java files
2012-01-05 14:09:38 +01:00
Tomas Hlavaty
887b7f34fe
idl fix package names
2012-01-05 14:09:37 +01:00
Tomas Hlavaty
405f7ac2fd
fix broken ifndef/define guard in idl
2012-01-05 14:09:37 +01:00
Michael Stahl
45652af4e2
offapi: css.chart2.XAxis: fix include guard conflict
2012-01-05 14:00:36 +01:00
Andras Timar
ff76821030
Bump year
2012-01-05 13:35:06 +01:00
Michael Stahl
8b898fb94e
sal: try to fix MinGW min/max breakage by inlining
2012-01-05 13:19:08 +01:00
Tomas Hlavaty
9e3235cd99
minor idl fixes
2012-01-05 11:51:44 +00:00
Norbert Thiebaud
a5e6ef23f8
use the docshell to change tab attributes. don't do it directly
2012-01-05 05:18:31 -06:00
Christina Rossmanith
f42e17d83b
Replace (Byte)String with rtl::O(U)String
2012-01-05 11:12:57 +00:00
Caolán McNamara
2e70dc68e6
try and get callcatcher working again
2012-01-05 11:12:57 +00:00
Stephan Bergmann
0cfb61650a
Bump year.
2012-01-05 11:59:11 +01:00
Stephan Bergmann
0ba6bd3ddc
Leak TypeDescriptor_Init_Impl to avoid problems at exit.
2012-01-05 11:58:40 +01:00
Stephan Bergmann
321894af2c
Explicitly initialize TypeDescriptor_Init_Impl.
2012-01-05 11:54:08 +01:00
Cédric Bosdonnat
3a326395a4
Page Break: center the tab on the mouse and remove click on the line
2012-01-05 11:36:45 +01:00
Michael Stahl
cff24b6fa1
fpicker: add missing comphelper
2012-01-05 11:10:50 +01:00
Norbert Thiebaud
bb0438f010
potential null pointer dereference
2012-01-05 03:24:49 -06:00
David Tardon
42b50a1234
always put unlocalized properties files to the oxt
2012-01-05 10:23:18 +01:00
Caolán McNamara
ef17be8b00
Resolves: fdo#43867 collection of problems causing loss of ole2 previews
...
a) factor out part of SvXMLEmbeddedObjectHelper::ImplGetStorageNames as
splitObjectURL to reuse in SvXMLGraphicHelper::ImplGetStreamNames to get better
url splitting logic to handle "./ObjectReplacements/foo"
b) FN_UNO_REPLACEMENT_GRAPHIC_URL and FN_UNO_GRAPHIC ids collide
urls incorrectly treated as graphics
c) imported preview images for objects set on a temporary
svt::EmbeddedObjectRef *copy* of the object, not the real object.
2012-01-05 09:18:21 +00:00
Caolán McNamara
a37484060c
pesky dependencies
2012-01-05 09:18:20 +00:00
Caolán McNamara
17642437fe
reduce ifdef forest
2012-01-05 09:18:20 +00:00
Caolán McNamara
d3e3dbaf54
more informative debugging output
2012-01-05 09:18:20 +00:00
Caolán McNamara
d51a6dc4c7
unnecessary include
2012-01-05 09:18:20 +00:00
Caolán McNamara
6d14db4514
catch by const ref
2012-01-05 09:18:20 +00:00
Caolán McNamara
a0e36a0ff3
sObjectReplacements string unreferenced
2012-01-05 09:18:19 +00:00
Caolán McNamara
06580064d7
don't make it a secret what the invalid url was
2012-01-05 09:18:19 +00:00
Caolán McNamara
7dc25878c1
Related: fdo#43867 header styles contain content like document body
...
If we have to acquire before inserting content into a document, then we also
need to acquire before copying styles into a document, seeing as header styles
contain content, so whatever can happen during content insertion can happen
during the content insertion of the contents of a header style.
2012-01-05 09:18:19 +00:00
Caolán McNamara
91724b930f
try and track changes to INPATH definition
2012-01-05 09:18:19 +00: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
Caolán McNamara
6281eb0e07
GetTokenCount on empty string is always 0
2012-01-05 09:18:18 +00:00
Caolán McNamara
86e35fb7e3
don't need to know num of tokens in advance
2012-01-05 09:18:18 +00:00
Caolán McNamara
6bbd168aac
convert SvStream::WriteLine to rtl::OString
2012-01-05 09:18:18 +00:00
Caolán McNamara
164b4ba0c7
ByteString->rtl::OString[Buffer]
2012-01-05 09:18:18 +00:00
Caolán McNamara
f731dc1e35
align ifdefs of usage and definitions
2012-01-05 09:18:17 +00:00
Caolán McNamara
2669d048bc
make VectorOfOutDevStates a class and refactor this a little
2012-01-05 09:18:17 +00:00
Caolán McNamara
91894d52b6
add mode-lines to .idl files
2012-01-05 09:18:17 +00:00
Caolán McNamara
1702bab54f
add mode-lines to some new files
2012-01-05 09:18:16 +00:00
Caolán McNamara
b7859cdc9b
don't inherit from ByteString
2012-01-05 09:18:16 +00:00
Caolán McNamara
f80d462331
callcatcher: drop some unused methods
2012-01-05 09:18:15 +00:00
Caolán McNamara
5a4c200bb7
catch by const ref
2012-01-05 09:18:15 +00:00
Caolán McNamara
697415eb4e
WaE and build errors with OSL_DEBUG_LEVEL == 2
2012-01-05 09:18:15 +00:00
Caolán McNamara
ae8bb0032f
better to have test for isEmpty first
2012-01-05 09:18:15 +00:00
Caolán McNamara
6c546d4736
stray trailing ;
2012-01-05 09:18:15 +00:00
Caolán McNamara
d99c1ecdf3
regenerate list under OSL_DEBUG_LEVEL=2
2012-01-05 09:18:14 +00:00
Caolán McNamara
30ec94d8d4
WaE and build fixes for OSL_DEBUG_LEVEL == 2
2012-01-05 09:18:14 +00:00