Noel Grandin
b30ee83058
fdo#46808, use service constructor for beans::Introspection
...
Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94
2012-10-23 13:06:14 +02:00
Luboš Luňák
83154f9234
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: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-12 13:34:48 +02:00
Tor Lillqvist
9da34c09bf
Use prefix
...
Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b
2012-10-02 13:02:38 +03:00
Stephan Bergmann
c2ca6fabd1
Use comphelper::getComponentContext
...
...and some further clean up.
Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-29 18:18:28 +02:00
Noel Power
4597483e00
targetted VBA re-work.
2012-09-12 12:49:49 +01:00
Olivier Hallot
0da7c6021f
OUString cleanup in vbahelper/msforms
...
Change-Id: I834c5f1f26f941a5db84b677f34ffa686e0c2544
Reviewed-on: https://gerrit.libreoffice.org/578
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2012-09-08 20:50:41 +00:00
Olivier Hallot
6ed2f21125
More OUString cleanup in vbahelper
...
Change-Id: Ie9c650da762e9d5afea9018dd2c6496fcd14ca6f
Reviewed-on: https://gerrit.libreoffice.org/577
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2012-09-08 20:48:59 +00:00
Olivier Hallot
1b9c7dae5a
More OUString cleanup in vbahelper
...
Change-Id: Ibf1661c612486a3d5259d0e78dd03294d5eeef76
Reviewed-on: https://gerrit.libreoffice.org/576
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2012-09-08 20:28:40 +00:00
Olivier Hallot
340f1c59f1
Some OUString cleanup in vbahelper
...
and RTL_CONSTASCII_USTRINGPARAM removal
Change-Id: Ibc1411805fcf0a75ea9f660fd9ee8f5fdcda6b1d
Reviewed-on: https://gerrit.libreoffice.org/574
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2012-09-08 20:24:27 +00:00
Stephan Bergmann
006b76a785
Requires explicit ctor
...
Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f
2012-09-07 16:23:36 +02:00
Olivier Hallot
419d074df8
More OUString cleanup in vbahelper
...
Change-Id: Ie7e350698900f1c1cacb6ebc3fa6716ef03ab782
Reviewed-on: https://gerrit.libreoffice.org/575
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2012-09-07 13:36:04 +00: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
Noel Grandin
10362695c2
fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style
...
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-09-03 15:55:03 +02:00
Stephan Bergmann
b0772418bc
-Werror,-Wunused-private-field (Clang towards 3.2)
...
Change-Id: I2342c6fa614ffbd805c3606de20e080e677fce28
2012-08-31 09:04:16 +02:00
Noel Grandin
8638f1e72a
fdo#46808, Adapt script::Converter service code to new style
...
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-27 15:40:07 +02:00
Noel Power
44dc8746f3
remove VBA_OOBUILD_HACK and friends
...
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-26 09:49:24 +01:00
Noel Power
6573690587
mark methods as stub where appropriate
...
Hopefully this will allow us to track methods we don't or can't implement ( although we let them actually exectute )
Change-Id: I53c74054ffea6cfa8e45aa4583f51c03f33991ee
2012-08-26 09:49:24 +01:00
Noel Power
dd91af40e3
clean up unnecessary non working implementations
...
Change-Id: I4cbc0fbf17aa80db4b19df630d6f18f97b9f6982
2012-08-26 09:49:23 +01:00
Christophe JAILLET
df645a2bd8
There is not need to allocate memory just for getting the 'indexOf'
...
a literal within a OUString.
Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16 11:33:05 +01:00
Christophe JAILLET
a767448225
Search for char instead of 1 char long string, when possible.
...
It is faster and even avoid memory allocation somtimes.
Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13 16:36:04 +02:00
Michael Meeks
7cb232e6ee
re-base on ALv2 code.
2012-06-22 16:31:33 +01:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Noel Grandin
0fcd1a73f0
fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
...
Update code to use factory method URLTransformer::create
Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >, added some tweaks.
2012-06-06 10:53:34 +02:00
Norbert Thiebaud
827865fee1
targeted string re-work
...
Change-Id: Ic08995a67a407576da475a6716b1218e45b60dfd
2012-05-31 21:15:00 -05:00
Norbert Thiebaud
02bd365494
targeted string re-work
...
Change-Id: I7a67dba479e562ae3b08e6acf9bb6139eb155556
2012-05-31 19:37:03 -05:00
Michael Meeks
6e6d81e9cf
targetted SAL_N_ELEMENTS reversion.
...
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29 18:03:34 +01:00
Julien Nabet
2b657f5844
Fix Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-19 15:10:13 +02:00
Takeshi Abe
a6b68f4682
removed unused static rtl::OUString
...
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
2012-05-14 23:43:54 +09:00
Noel Power
7ddb8f73c1
tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selection
...
this is a followup to commit 17c8f6745f
2012-04-24 11:26:32 +01:00
Takeshi Abe
9cb75ccaa7
removed unused static data
2012-04-23 23:05:24 +09:00
Noel Power
17c8f6745f
support Sheets.PrintPreview bnc#757844
...
there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview
2012-04-23 13:35:31 +01:00
Noel Power
f39d0b8377
add support for MousePointer attribute in controls
...
For Useforms it doesn't quite work exactly as MSO, for examply if we set the MousePointer for the Userform it works as expected until we mouse over another control at which point the mouse pointer is changed to that of the control. In MSO it would appear that the Userform mousepointer is king, perhaps all that is necessary is to apply the mouse pointer to each contained control, needs some investigation. Also only a limited number of the possible mouse pointer styles are processed, the conversions of mso -> lo pointer styles ( and vice-versa ) and not really tested to see if they all make sense
2012-04-17 14:30:31 +01:00
Stephan Bergmann
0dda8f1933
Set DefaultContext property of service manager/component context combo
...
...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
2012-04-12 13:04:39 +02:00
Gábor Stefanik
231520e7bb
Kill vbaFontBase::get/setUnderline
2012-04-10 14:07:40 +01:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Julien Nabet
1ea28ebcf0
Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper
2012-04-08 13:13:31 +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
Takeshi Abe
643a582793
removed duplicate #includes
...
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-04 01:39:08 +09:00
Caolán McNamara
ae92197691
remove static objects from static_initialization_and_destruction chain
2012-04-02 14:53:48 +01:00
Caolán McNamara
9ce98add53
remove static OUStrings from static_initialization_and_destruction chain
2012-03-29 12:44:23 +01:00
Caolán McNamara
d41b5a88bd
reduce over use of static OUStrings
2012-03-26 12:18:08 +01:00
Tor Lillqvist
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
Julien Nabet
7fbdd5ec03
Fix WaE : Add call to ScVbaControl::getForeColor()
2012-03-20 22:12:50 +01:00
Stephan Bergmann
88a7c524f2
More missing SAL_CALL
2012-03-20 21:26:53 +01:00
Stephan Bergmann
e1d52ccec3
Missing SAL_CALL
2012-03-20 21:16:52 +01:00
Noel Power
092d6d9d6f
add vba support for BackColor, AutoSize, Locked attributes bnc#749960
2012-03-20 17:29:19 +00:00
Santiago Martinez
fdd3427a58
Removed unused code.
2012-03-08 11:17:08 +05:30
Noel Power
14620c3b33
support import of key shortcut for macro ( Excel only )
2012-03-05 20:15:16 +00:00