summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-18I need to parse the range up-front.Kohei Yoshida2-15/+19
2011-11-18Populate the query entries directly.Kohei Yoshida6-122/+128
2011-11-18Pick up more boolean data directly.Kohei Yoshida3-23/+8
2011-11-18Simplified & clarified the connection logic.Kohei Yoshida2-17/+31
2011-11-18Let's use std::vector instead.Kohei Yoshida2-14/+15
2011-11-18Removed pointless inlining of methods.Kohei Yoshida2-8/+41
2011-11-18Store case sensitivity flag directly.Kohei Yoshida4-16/+19
2011-11-18Store filter orientation in the query param.Kohei Yoshida3-7/+11
2011-11-18Started working on de-UNO-izing the filter import.Kohei Yoshida2-19/+25
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida7-13/+193
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida5-50/+4
2011-11-18A little cleanup.Kohei Yoshida1-17/+21
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida5-22/+62
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida3-43/+73
2011-11-18Unused local var.Kohei Yoshida1-1/+0
2011-11-18This was what was screwing with the multi-item query!Kohei Yoshida1-2/+2
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida3-7/+59
2011-11-18Enable the new autofilter popup once again.Kohei Yoshida1-1/+1
2011-11-18forgot to consider printing from html sourceIvan Timofeev1-1/+1
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix9-28/+0
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix14-26/+0
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix18-29/+0
2011-11-18Follow-up on SV_ICON_ID_HTML_DOCUMENT removal.Julien Chaffraix1-1/+0
2011-11-18add license info to linenumberwindow.[ch]xx, fix menu labelNoel Power3-4/+57
2011-11-18Use new glue-point creation code, makes glue-points visible & themableMichael Meeks6-114/+11
2011-11-18Some further changes to the (new) handlesAaron Strontsman34-12/+28
2011-11-18fix fdo#42178: crash when printing from Page PreviewIvan Timofeev2-3/+14
2011-11-18fix UI updating in the print dialogIvan Timofeev1-5/+0
2011-11-18-Werror=shadow fixStephan Bergmann1-2/+2
2011-11-18Related: i#2593 fix RTF import of REF fieldsMiklos Vajna1-0/+1
2011-11-18Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)Niklas Johansson1-2/+2
2011-11-18Related: i#56948 fix crash during RTF import of FILLIN fieldMiklos Vajna1-2/+3
2011-11-18Valgrind: fixed memory leakAugust Sodora1-0/+6
2011-11-18sal_Bool to boolAugust Sodora2-43/+44
2011-11-18Cleanup GetSuffixType in basic scannerAugust Sodora2-7/+65
2011-11-18Add emacs modelineAugust Sodora2-0/+4
2011-11-17Removed unused headersAugust Sodora1-12/+1
2011-11-17Double semicolon -> semicolonAugust Sodora1-1/+1
2011-11-17calculate the width based on the font + general clean-upNorbert Thiebaud2-59/+72
2011-11-17SetLineNumberDisplay appropriately when opening or swithin modulesNorbert Thiebaud2-0/+10
2011-11-17fix issue with unsupported typedef on MacNorbert Thiebaud2-9/+9
2011-11-17Removed unused includesAugust Sodora1-24/+18
2011-11-17Fixed scrolling bugAugust Sodora3-6/+53
2011-11-17Finished making it possible to toggle line numbers in the basic ideAugust Sodora4-5/+37
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora7-1/+80
2011-11-17Added missing filesAugust Sodora2-0/+84
2011-11-17Add line numbers to basic ideAugust Sodora3-8/+28
2011-11-17ditch ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara4-12/+9
2011-11-17callcatcher: some unused methodsCaolán McNamara5-71/+0
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara7-35/+116