summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)Author
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-11-08scripting: warning C4804 usafe use of type boolMichael Stahl
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-10-30squeeze all Exceptions through RuntimeException for exception sigCaolán McNamara
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin
2012-10-04sal_Bool->bool in scriptingNoel Grandin
2012-10-03Dead codeStephan Bergmann
2012-10-02Use prefixTor Lillqvist
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-12targetted VBA re-work.Noel Power
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin
2012-08-11Remove unused local varsJulien Nabet
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-06os141: add missing componentOcke.Janssen
2012-07-02removed unnecessary forward declarations of classTakeshi Abe
2012-06-29Resolves: fdo#38713 fix multiple recipients in mailmergeCaolán McNamara
2012-06-22.xml files don't need executable bitsMichael Stahl
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-04-26Bump extension version after changing to passive registrationStephan Bergmann
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-18Fix another extra parenthesisJulien Nabet
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
2012-02-21expand and remove dcsssf macroThomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann