summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/vba
Commit message (Expand)AuthorAgeFilesLines
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2012-09-202-221/+0
* update unused code listCaolán McNamara2012-09-172-13/+0
* targetted VBA re-work.Noel Power2012-09-1232-2962/+315
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-112-5/+0
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2
* remove VBA_OOBUILD_HACK and friendsNoel Power2012-08-262-16/+0
* remove some useless commentsThomas Arnhold2012-08-181-1/+0
* fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard2012-08-091-7/+6
* add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power2012-08-012-0/+24
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2012-07-282-2/+2
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-3/+3
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-1/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+1
* ditch String::CreateFromAsciiCaolán McNamara2012-07-032-3/+3
* Some cppcheck cleaningJulien Nabet2012-06-301-1/+1
* callcatcher: update unused codeCaolán McNamara2012-06-251-1/+0
* rearranged forward declarations of classTakeshi Abe2012-06-245-9/+0
* Remove empty or non-called methodsThomas Arnhold2012-06-221-7/+0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-3/+3
* re-base on ALv2 code.Michael Meeks2012-06-2112-294/+186
* re-base on ALv2 code.Michael Meeks2012-06-215-22/+82
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-152-15/+0
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-121-1/+1
* fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers2012-06-121-1/+1
* fix unused pDocSh variableKevin Hunter2012-06-071-5/+2
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-3/+4
* targeted string re-workNorbert Thiebaud2012-06-016-226/+224
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-314-4/+6
* targetted minor size vs. empty reversionMichael Meeks2012-05-311-1/+1
* Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida2012-05-251-2/+1
* Removed writer_Text type; combined it with generic_Text.Kohei Yoshida2012-05-251-3/+2
* Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida2012-05-251-1/+1
* Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner2012-05-221-1/+1
* removed unused static rtl::OUStringTakeshi Abe2012-05-143-5/+0
* removed unused definesTakeshi Abe2012-05-131-1/+0
* tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power2012-04-241-3/+45
* support Sheets.PrintPreview bnc#757844Noel Power2012-04-232-0/+8
* add stub vba implementation Application methodsNoel Power2012-04-202-2/+50
* vba api Application.DisplayScrollBars implementation bnc#757840Noel Power2012-04-202-0/+23
* implement VBA Application.DisplayFullScreen bnc#757885Noel Power2012-04-202-0/+22
* Use global constants for initial tab count bounds checkingAlbert Thuswaldner2012-04-181-2/+3
* Removed duplicate set/get methods for initial tab countAlbert Thuswaldner2012-04-181-5/+5
* resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke2012-04-101-3/+3
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-10/+10
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-29/+29
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+9
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-9/+9
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-9/+9