Michael Meeks
642553238c
add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste
2011-09-27 15:07:12 +01:00
Noel Power
5609c512cd
move OCX_Control ( and subclasses ) and OCX control export to oox
2011-09-26 12:06:04 +01:00
Stephan Bergmann
51dcb469c0
Fixed DBG_ASSERT broken by recent commit.
2011-09-26 11:18:02 +02:00
Michael Meeks
3d22598a19
more post colortable cleanup
2011-09-26 09:12:02 +01:00
Michael Meeks
c8dc737208
re-factor XPropertyList derivatives to use a rtl::Reference
...
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Jan Holesovsky
eb3b4ec7c2
Fix comment to reference the right bugtracker.
2011-09-23 09:23:35 +02:00
Armin Le Grand
d543cb25e1
Fix #i118456# make sure TextEdit changes get pushed to model
...
(cherry-picked from http://svn.apache.org/viewvc?rev=1174130&view=rev )
2011-09-22 17:44:21 +02:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01: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
Ivan Timofeev
c62fc469aa
fdo#38391: don't crash while dropping texture
2011-09-17 19:35:50 +01:00
Stephan Bergmann
7d1bb036e1
Simplified setting headless mode for smoke-/subsequenttetss.
...
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Peter Rabi
0c113d825d
Fix of localised template name problems in Impress part 1
...
Template entries now appear in the correct word order
in their representation in TemplateScanner. That makes
dlgass template listboxes work as expected.
Contributed under license LGPLv3+/MPL.
2011-09-14 22:25:53 +02:00
Julien Nabet
81607ad3e7
remove this TODO created in 2000
2011-09-13 21:01:56 +02: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
Michael Meeks
0f690c3495
Initial DocumentSettingsSerializer implementation
2011-09-11 09:27:05 +02:00
Michael Meeks
313b8b0db3
initial DocumentSettingsSerializer interface impl.
2011-09-11 09:27:02 +02:00
Michael Meeks
cbcfda9b20
add XPropertyList enum, factory, and associated cleanup
2011-09-11 09:26:59 +02:00
Caolán McNamara
4388c7cab4
convert the last of sd's ByteStrings to rtl::OString[Buffer]
...
fix potential bug in "3D" search while I'm at it I guess
2011-09-09 09:23:09 +01:00
Caolán McNamara
595ce66e70
ByteString->rtl::OString, etc
2011-09-08 09:29:31 +01:00
Caolán McNamara
4f7bb219c0
surely a terrible idea to use a random system encoding here
2011-09-07 08:54:40 +01:00
Caolán McNamara
2c51e2a65a
use read_uInt8s_AsOString here
2011-09-07 08:54:40 +01:00
Caolán McNamara
0d1eb4ab6c
ByteString->rtl::OString
2011-09-07 08:54:40 +01:00
Thorsten Behrens
044c534b2d
Fix hang in slideshow.
...
This fixes fdo#32861, by processing all remaining events after the
post-yield callback comes around (that's supposed to be the time
when the app can spend time on event processing).
2011-09-06 16:42:29 +02:00
Caolán McNamara
04ce2cea24
callcatcher: drop some Impl methods, regenerate list
2011-09-05 10:54:21 +01:00
Caolán McNamara
1a777329e8
regenerate list
2011-08-30 09:32:24 +01:00
Joseph Powers
bbbc20bd5f
Rename class XColorTable to XColorList
...
The class is now based on XPropertyList instead of XPropertyTable and all
of the other classed based on XPropertyList are named X..List.
2011-08-29 06:29:36 -07:00
Caolán McNamara
3829892dbc
merge together 5 or ascii isalpha/isalnum/isdigit implementations
2011-08-29 09:56:08 +01:00
Caolán McNamara
0ab7b0f6e7
tweak for change
2011-08-29 09:56:07 +01:00
Caolán McNamara
012072ebd7
valgrind: various unused code
2011-08-29 09:56:05 +01:00
Caolán McNamara
67785b7449
WaE: unused variable
2011-08-29 09:56:05 +01:00
Michael Meeks
74881f6a87
export the source storage to import filter, to mirror TargetStorage for export
2011-08-26 17:20:39 +01:00
Joseph Powers
20cc4639fb
Remove unused parameter: XFillGradientItem
...
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient)
pPool wasn't used so why pass it.
2011-08-23 22:26:15 -07:00
Caolán McNamara
050b80a6fc
ditch deprecated api
2011-08-23 10:35:45 +01:00
Muthu Subramanian
b6768c5073
n#699334: Legacy Diagram Text import.
...
- Imports Legacy Text.
- Formatting info is not imported.
2011-08-23 14:14:43 +05:30
Peter Rabi
50b7733fa4
Make template names appear in the correct word order
...
This patch turns on sorting in many listboxes containing template or region names in Impress.
Contributed under license LGPLv3+/MPL.
2011-08-22 16:36:29 +02:00
Caolán McNamara
91a418d213
ByteString->rtl::OString
2011-08-22 09:39:16 +01:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Jan Holesovsky
afbe3ea870
Remove SD_DLLPUBLIC, it breaks Windows build.
...
If there is a method that needs to be public, better SD_DLLPUBLIC just that one.
2011-08-18 09:40:13 +02:00
Jan Holesovsky
1641f08f1a
Revert "windows compiler insist to have access to delete[], no matter what"
...
This reverts commit 0ae3794348
.
2011-08-18 09:40:04 +02:00
Matúš Kukan
2674376ddf
convert i18npool to gbuild
2011-08-17 17:34:23 +02:00
Jeffrey Chang
fe3ad86423
Fixed template dimension problem on Impress.
...
This fixes fdo#32719.
2011-08-17 12:27:10 +02:00
Caolán McNamara
ea1cb03e5f
WaE: unused variable
2011-08-16 10:19:47 +01:00
Caolán McNamara
9124003eb1
ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
...
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
2011-08-15 09:21:48 +01:00
Norbert Thiebaud
d507a1eac1
merge snafuu: d.lst should be empty for gbuild module
2011-08-14 19:07:00 -05:00
Thorsten Behrens
b240636a5b
Fix ruler to not generate negative left indent
...
This fixes n#707779 - previously, with larger number format
AbsLSpace, LRSpace's left indent could easily become negative -
which the EditEngine does not like at all & exhibits repaint
errors.
2011-08-15 01:04:04 +02:00
Norbert Thiebaud
0ae3794348
windows compiler insist to have access to delete[], no matter what
2011-08-13 07:17:08 -05:00
Joseph Powers
619378fd44
Replace List with std::vector< ::basegfx::B2DPolyPolygon* >
2011-08-12 22:07:23 -07:00
Thorsten Behrens
a81327ff2f
Import SmartArt graphics to Impress
...
Extending the existing functionality to
* properly parse and model the declarative shapes
* provide means for round-tripping, and re-rendering the
shapes from xml snippets
* implements the layouts composite, cycle, linear, and the
special 'text' node
This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12 16:56:31 +02:00
Caolán McNamara
cd51177b41
WaE: pesky gcc 4.0.1
2011-08-12 13:01:51 +01:00
Caolán McNamara
7efcf637fd
WaE: pesky gcc 4.0.1
2011-08-12 12:35:33 +01:00