summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-01add modelinesDavid Tardon1-0/+3
2013-05-01do not deliver unused filesDavid Tardon1-6/+0
2013-05-01install webview files using filelistDavid Tardon6-227/+39
2013-05-01install xslt filters using filelistDavid Tardon9-534/+104
2013-05-01unoil.jar is not part of UREDavid Tardon1-1/+1
2013-05-01gbuild: add group NONE for jars without comp. fileDavid Tardon3-10/+13
2013-05-01sort the listDavid Tardon1-26/+26
2013-05-01copy external jars to instdirDavid Tardon25-137/+137
2013-05-01add spec. handling of jars to ExternalPackageDavid Tardon1-7/+33
2013-05-01let gbuild pick gb_RUNNABLE_INSTDIR from env.David Tardon1-0/+2
2013-05-01copy jars into instdirDavid Tardon1-0/+28
2013-05-01use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon13-51/+62
2013-05-01add function for adding runtime libs to ExternalPackageDavid Tardon2-3/+52
2013-05-01the internal packages should not be registeredDavid Tardon3-3/+3
2013-05-01debugging assert for unlocked solarmutex in launching find dialogCaolán McNamara1-0/+1
2013-05-01remove unnecessary widgets from word count dialogCaolán McNamara1-253/+230
2013-05-01use new MessageDialogCaolán McNamara7-37/+100
2013-05-01create a HIG compliant MessageDialog and map to GtkMessageDialogCaolán McNamara5-9/+330
2013-05-01convert message box return types to an enumCaolán McNamara15-70/+62
2013-05-01clear gtk enum value response idsCaolán McNamara3-4/+3
2013-05-01Make configury work as well as possible for iOS without optionsTor Lillqvist3-31/+62
2013-04-30Blind fix for MSVC, take twoStephan Bergmann1-1/+2
2013-04-30...and fix gb_UNIT_FAILED_MSG outputStephan Bergmann2-5/+5
2013-04-30Adapt PythonTest.mk to CppunitTest's b308d0b061b24688cf1312af817a2af1c21e2bd8Stephan Bergmann1-1/+1
2013-04-30Blind fix for MSVCStephan Bergmann2-3/+10
2013-04-30new upstream release liblangtag-0.5.1Eike Rathke25-2020/+153
2013-04-30Make uno any types explicit.Thorsten Behrens1-3/+3
2013-04-30A little more description for the new tokens.Kohei Yoshida1-3/+9
2013-04-30better to use no overlay for nowMarkus Mohrhard1-0/+3
2013-04-30only export c:SymbolSize if attribute is thereMarkus Mohrhard1-7/+9
2013-04-30also export point sizeMarkus Mohrhard1-0/+15
2013-04-30export markers to OOXMLMarkus Mohrhard1-2/+34
2013-04-30Unit test for the earlier reference toggling bug.Kohei Yoshida1-0/+27
2013-04-30added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOXEike Rathke1-0/+5
2013-04-30Fix erroneous reference conversion.Tomofumi Yagi1-1/+1
2013-04-30Surpress warning on comparison between signed and unsigned.Kohei Yoshida1-1/+1
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida6-8/+10
2013-04-30Move the group calculation code into its own class.Kohei Yoshida8-76/+130
2013-04-30Typo.Kohei Yoshida1-1/+1
2013-04-30Reset dirty.Kohei Yoshida1-0/+1
2013-04-30We don't need this code.Kohei Yoshida1-2/+0
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida3-20/+72
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida1-2/+26
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida3-22/+19
2013-04-30Some comment.Kohei Yoshida1-0/+6
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida8-9/+60
2013-04-30Let's not forget to check this in...Kohei Yoshida2-0/+14
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida4-25/+6
2013-04-30Test-drive grouped formula calculation.Kohei Yoshida1-27/+45
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida10-24/+183