summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2013-04-26fix memory leak with orphaned controls created on the flyNoel Power1-5/+33
2013-04-19handle various ReturnXXXX types for formsNoel Power1-8/+5
2013-01-16make emailmerge work with python3 and python2 at the same timeCaolán McNamara2-62/+110
2013-01-14fdo#59249: mailmerge.py: adapt to changes in smtplib:Michael Stahl1-8/+17
2013-01-11fdo#59249: String literal needs a "b" prefix in Pyhton 3Stephan Bergmann1-2/+2
2012-12-12officehelper.py: fix obvious Python 3 issuesMichael Stahl2-20/+20
2012-12-11mailmerge.py: fix obvious Python 3 issuesMichael Stahl2-59/+59
2012-12-10Python: fix deprecated + "== None" instead of "is None"Julien Nabet1-2/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens13-27/+0
2012-11-30Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann5-76/+9
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist2-3/+3
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-6/+3
2012-11-25scripting: pythonscript.py: adapt to Python 3Michael Stahl1-27/+48
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-16targetted cleanup of misc. vba pieces.Noel Power1-3/+3
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin7-27/+20
2012-11-08scripting: warning C4804 usafe use of type boolMichael Stahl1-1/+1
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-15/+25
2012-10-30squeeze all Exceptions through RuntimeException for exception sigCaolán McNamara1-1/+1
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-4/+3
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl1-0/+0
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2-56/+30
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin5-90/+36
2012-10-04sal_Bool->bool in scriptingNoel Grandin3-5/+5
2012-10-03Dead codeStephan Bergmann12-1783/+0
2012-10-02Use prefixTor Lillqvist11-11/+11
2012-09-29Use comphelper::getComponentContextStephan Bergmann2-15/+6
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-4/+4
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+2
2012-09-12targetted VBA re-work.Noel Power2-144/+11
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-15/+10
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-19/+15
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-2/+2
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-13/+13
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen1-13/+13
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-07-06re-base on ALv2 code. Includes:Michael Meeks56-1051/+833
2012-07-06os141: add missing componentOcke.Janssen2-1/+4
2012-07-02removed unnecessary forward declarations of classTakeshi Abe2-2/+0
2012-06-29Resolves: fdo#38713 fix multiple recipients in mailmergeCaolán McNamara1-6/+6
2012-06-22.xml files don't need executable bitsMichael Stahl8-0/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks10-233/+143
2012-06-21re-base on ALv2 code.Michael Meeks3-73/+46
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin8-55/+34
2012-06-02targeted string re-workNorbert Thiebaud16-277/+264
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1