Markus Mohrhard
27fa364db8
incompatible change to solve uno problem related to fdo#43308
2011-12-05 23:08:25 +01:00
Markus Mohrhard
9429fe7b1c
possible fix for fdo#43312
...
did not test that yet, should be quite safe to avoid a null pointer
exception but the selected area might need some change to allow tests to
pass
2011-12-05 23:08:25 +01:00
Marcel Metz
072b137387
Remove unused tools/stack.hxx
2011-12-05 22:54:55 +01:00
Marcel Metz
050b170e8c
Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >
2011-12-05 22:54:55 +01:00
Marcel Metz
0c173e7489
Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >
2011-12-05 22:54:55 +01:00
Marcel Metz
b3ba4376c6
Replace Stack with std::stack< SVGAttributeWriter* >
2011-12-05 22:54:55 +01:00
Marcel Metz
49ac37ddfc
Replace Stack with std::stack< LineInfo* >
2011-12-05 22:54:55 +01:00
Marcel Metz
dc6431f7fd
Replace Stack with std::stack< Color* >
2011-12-05 22:54:55 +01:00
Marcel Metz
f5b63844cc
Replace SmNodeStack with std::stack< SmNode* >
2011-12-05 22:53:17 +01:00
Marcel Metz
6c6bc18961
Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >
2011-12-05 22:53:16 +01:00
Marcel Metz
ecfcc54543
Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >
2011-12-05 22:53:16 +01:00
Marcel Metz
149c1746a1
Replace Stack with std::stack< bool >
2011-12-05 22:53:16 +01:00
Marcel Metz
0158333f1b
Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >
2011-12-05 22:53:16 +01:00
Stefan Knorr (astron)
6ea8ea456c
Remove Large Handles option
...
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-05 21:43:53 +00:00
Bjoern Michaelsen
efd750d843
lp#726529: inline arm assembler is obsolete by now
2011-12-05 21:57:37 +01:00
Michael Meeks
fe05a4b4aa
fax wizard: build and install the java wizard in paralle to the python one
2011-12-05 20:53:25 +00:00
Michael Meeks
49df5176e5
fax wizard: more misc. bug fixing, and missing file makefile
2011-12-05 20:53:24 +00:00
Michael Meeks
1a7eee2446
Improve pyuno debugging in various ways - add stack traces etc.
2011-12-05 20:53:24 +00:00
Michael Meeks
41b8bad143
wizards: completely work python wizard packaging and registration
...
Also improve exception handling and error printing in pythonloader
Allow registration of explicit .py components - the only method that works
2011-12-05 20:53:24 +00:00
Michael Meeks
fb7f82382b
presenter console: clean and simplify over-abstract code
2011-12-05 20:53:23 +00:00
Michael Meeks
857b4f5357
presenter console: add 'Switch monitors' button to help get setup
...
For years, we've been carefully detecting the laptop display, and choosing
it as the default display to project to - thus many of our users have
configured around this. Provide a way for them to undo the folly, and any
subsequent mis-detections easily.
Initial Artwork is clearly in need of some bug-fixing.
Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called
a few dozen times - and has nested switch statements on characters.
2011-12-05 20:53:23 +00:00
Michael Meeks
b35b708098
pywizards: resurrect Xisco's code lost in rebasing
...
Xisco merged this to master and then deleted it on master, which cause
these files to get lost during the re-base across that.
2011-12-05 20:53:22 +00:00
Xisco Fauli
21131ea640
Set the python fax wizard as the default one
2011-12-05 20:53:22 +00:00
Xisco Fauli
02d490ad83
Add the rest of the files to scp2
2011-12-05 20:53:21 +00:00
Xisco Fauli
cebdd70c03
add fax files to makefile
2011-12-05 20:53:21 +00:00
Xisco Fauli
43e132ef1f
add directories to basic/program and makefiles
2011-12-05 20:53:20 +00:00
Xisco Fauli
85458c56a2
Forgotten file
2011-12-05 20:53:20 +00:00
Xisco Fauli
adf772680c
Hello world (python) as a component
2011-12-05 20:53:19 +00:00
Xisco Fauli
e20b4fe7f9
Fix merge conflicts
2011-12-05 20:53:19 +00:00
Petr Mladek
8412548e73
allow to install desktop integration in Linux dev build
...
The desktop integration searched for the package name by the dash "-"
delimiter on many locations. It was not easy to add support for
package names with the dash.
In addition, there was an inconsistence. Most package names used the
"libo-dev" prefix name but the ure packages used "lodev". It was
installed into the prefix /opt/lo-dev.
So, I remaned everything to "lodev". It removed the inconsistence
and solved solution with the dash.
2011-12-05 21:08:00 +01:00
Andras Timar
bee2841519
Use OOO_VENDOR as Packager whenever it is defined
...
It is passed by the --with-vendor configure switch and it is
visible on Control Panel in Windows. In official builds
We want TDF there, not the username of the builder.
2011-12-05 18:29:16 +01:00
Cédric Bosdonnat
83560ad42b
RTF import: fixed the handling of frame properties n#417818
...
Change the RTF tokenizer to send the same tokens than the docx tokenizer
for the <w:framePr> element.
2011-12-05 18:09:44 +01:00
Cédric Bosdonnat
88bd22cad0
sw, fixed some missing include in dbglevel>1
2011-12-05 18:09:44 +01:00
Cédric Bosdonnat
91ae8f6c06
docx: actually import the last frame of a section.
...
When there is no paragraph outside the frame before the section end, the
paragraphs weren't transformed to a frame.
2011-12-05 18:09:43 +01:00
Cédric Bosdonnat
b8b1b45cb4
WW8TableNodeInfo debug outputs now for DBG_UTIL only builds
2011-12-05 18:09:43 +01:00
David Tardon
cc41d0fc67
bah, wrong file extension...
2011-12-05 18:07:13 +01:00
Lior Kaplan
c26e8ca5e9
It's RTL languages not bidi languages
2011-12-05 18:54:03 +02:00
David Tardon
03f0a84c00
fix build on macosx
2011-12-05 17:41:58 +01:00
Sérgio Marques
04e03814d0
corrected [pt-PT] date formats
2011-12-05 17:24:35 +01:00
Takeshi Abe
877da827a7
catch exception by constant reference
2011-12-06 00:20:08 +09:00
David Tardon
ac9f72d962
add support for printing selections
2011-12-05 15:19:42 +01:00
David Tardon
62fd44a5e3
attach signals after activation of the control to avoid warnings
2011-12-05 15:19:40 +01:00
David Tardon
53f89022b5
make the gtk print dialog an experimental feature
2011-12-05 15:19:37 +01:00
David Tardon
1849e535d9
adapt to the new assertion/logging mechanism
2011-12-05 15:11:53 +01:00
David Tardon
adb1105171
set up CFLAGS/LIBS for gtk print dialog in configure
...
The dialog is built for gtk 2.0 if the version present at the system is
at least 2.10.0 and always for gtk 3.0.
2011-12-05 15:11:52 +01:00
David Tardon
85c6244b85
build the print dialog for gtk3 too
2011-12-05 15:11:52 +01:00
David Tardon
823d4a3944
check for printing support dynamically
2011-12-05 15:11:51 +01:00
David Tardon
5628699db4
set parent window
2011-12-05 15:11:50 +01:00
David Tardon
803749150c
avoid use of destroyed widget
2011-12-05 15:11:49 +01:00
David Tardon
b2096dee90
process HelpId option entry
2011-12-05 15:11:49 +01:00