summaryrefslogtreecommitdiff
path: root/vbahelper/source
AgeCommit message (Collapse)Author
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-05-31targeted string re-workNorbert Thiebaud
Change-Id: Ic08995a67a407576da475a6716b1218e45b60dfd
2012-05-31targeted string re-workNorbert Thiebaud
Change-Id: I7a67dba479e562ae3b08e6acf9bb6139eb155556
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-14removed unused static rtl::OUStringTakeshi Abe
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
2012-04-24tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power
this is a followup to commit 17c8f6745f9f98013c1b08de8ec03be66546c7fc
2012-04-23removed unused static dataTakeshi Abe
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power
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-17add support for MousePointer attribute in controlsNoel Power
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-12Set DefaultContext property of service manager/component context comboStephan Bergmann
...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
2012-04-10Kill vbaFontBase::get/setUnderlineGábor Stefanik
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-04removed duplicate #includesTakeshi Abe
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-21chmod -xTor Lillqvist
2012-03-20Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet
2012-03-20More missing SAL_CALLStephan Bergmann
2012-03-20Missing SAL_CALLStephan Bergmann
2012-03-20add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power
2012-03-08Removed unused code.Santiago Martinez
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-17Fix "never read" reported by clangJulien Nabet
2012-02-05Remove unused codeElton Chung
2012-02-05Remove unused code.Elton Chung
2012-01-28Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot
Part LVI Modules vbahelper
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-15Removed extra semicolonsJesse
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-28typos fixingKorrawit Pruegsanusak
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-07WaE: unreachable codeTor Lillqvist
Interesting use of for loops with the body of the loop returning unconditionally.
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
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-06WaE: unused variableCaolán McNamara
2011-09-05unusedcode: vbahelper::CollectionBase classMatúš Kukan
2011-08-26catch by const refCaolán McNamara
2011-08-23WaE: drop unused ctor argumentCaolán McNamara
2011-08-23merge foobars? fix broken MultiPage api, also fix broken api change eventsNoel Power
2011-08-16Keep the container and object separate methods.Kohei Yoshida
ScVbaControl doesn't have any container instance to pass to the old method.