summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Collapse)AuthorAgeFilesLines
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-163-4/+4
| | | | | | a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-1/+1
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* Remove unused header filesThomas Arnhold2012-06-272-89/+0
| | | | | | These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
* re-base on ALv2 code.Michael Meeks2012-06-2291-2261/+1328
|
* re-base on ALv2 code.Michael Meeks2012-06-2113-297/+207
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-10/+4
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-05-311-1/+1
| | | | Change-Id: Ic08995a67a407576da475a6716b1218e45b60dfd
* targeted string re-workNorbert Thiebaud2012-05-3131-365/+361
| | | | Change-Id: I7a67dba479e562ae3b08e6acf9bb6139eb155556
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-292-3/+5
| | | | Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-05-191-1/+1
| | | | Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-2/+0
| | | | Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power2012-04-242-4/+9
| | | | this is a followup to commit 17c8f6745f9f98013c1b08de8ec03be66546c7fc
* removed unused static dataTakeshi Abe2012-04-235-5/+0
|
* support Sheets.PrintPreview bnc#757844Noel Power2012-04-231-1/+12
| | | | 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
* add support for MousePointer attribute in controlsNoel Power2012-04-172-2/+84
| | | | 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
* Set DefaultContext property of service manager/component context comboStephan Bergmann2012-04-121-3/+26
| | | | ...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
* Kill vbaFontBase::get/setUnderlineGábor Stefanik2012-04-101-62/+0
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-27/+14
|
* Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet2012-04-082-21/+0
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-6/+6
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-043-3/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-023-20/+21
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-4/+4
|
* unused global OUStringCaolán McNamara2012-03-281-1/+0
|
* reduce over use of static OUStringsCaolán McNamara2012-03-2666-157/+121
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-213-0/+0
|
* correct exception specification on a functionLuboš Luňák2012-03-201-1/+1
| | | | | | | | It's obvious that the function above is called by this one, and the exception it throws cannot really propagate. The solution to this mystery is the fact that msvc doesn't give a damn, and gcc does not either since OOo has used -fno-enforce-sh-specs since 2001. But clang does, so fix this for now, although it should possibly be just dumped.
* Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet2012-03-201-0/+1
|
* More missing SAL_CALLStephan Bergmann2012-03-204-4/+4
|
* Missing SAL_CALLStephan Bergmann2012-03-201-1/+1
|
* add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power2012-03-2016-9/+229
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* SAL_DLLPUBLIC_TEMPLATELuboš Luňák2012-03-121-4/+4
| | | | | | | | | On Linux, public templates should not be hidden at the linker level. But on Windows, dllimport causes trouble. So create a new macro to be used specifically with templates that does the right thing on both platforms. (http://lists.freedesktop.org/archives/libreoffice/2012-March/028041.html and followups)
* exported templates need to be marked as suchLuboš Luňák2012-03-101-4/+4
| | | | | Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
* Removed unused code.Santiago Martinez2012-03-082-42/+0
|
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-051-27/+1
|
* vba implementation for Application.OnKeyNoel Power2012-03-052-0/+50
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* Fix "never read" reported by clangJulien Nabet2012-02-171-5/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Remove unused codeElton Chung2012-02-054-14/+0
|