summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SwWrtShell::GetDoStrings: bogus assertionMichael Stahl2011-11-181-2/+1
* ComponentTarget: do not generate broken component filesMichael Stahl2011-11-181-0/+1
* xmlsecurity: fix typoMichael Stahl2011-11-181-1/+1
* svidl: write dependencies with cygwin pathsMichael Stahl2011-11-181-5/+46
* Get top10, empty and non-empty special queries to work.Kohei Yoshida2011-11-181-12/+35
* Execute launching of standard filter dialog.Kohei Yoshida2011-11-181-0/+10
* We probably don't need to do this for the new popup.Kohei Yoshida2011-11-181-2/+0
* Register modes for non-standard autofiltering options.Kohei Yoshida2011-11-182-18/+18
* Fix painting of autofilter buttons.Kohei Yoshida2011-11-184-35/+59
* Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.Kohei Yoshida2011-11-182-3/+4
* Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida2011-11-184-16/+2
* String to rtl::OUString.Kohei Yoshida2011-11-181-8/+9
* A little cleanup.Kohei Yoshida2011-11-183-11/+11
* Now we can import OR'ed conditions as single multi-item query.Kohei Yoshida2011-11-182-22/+55
* sal_Bool to bool and other cleanup.Kohei Yoshida2011-11-182-8/+7
* We can now append query entry; no need to have this first empty member.Kohei Yoshida2011-11-182-104/+90
* Parse the query data first, then committing the query entries later.Kohei Yoshida2011-11-182-30/+32
* Reduce indentation level by early bail out.Kohei Yoshida2011-11-181-99/+97
* sal_Bool to bool.Kohei Yoshida2011-11-181-5/+5
* Used constants if possible.Kohei Yoshida2011-11-181-2/+2
* Finally load the multi-match conditions properly.Kohei Yoshida2011-11-182-14/+33
* Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida2011-11-182-29/+17
* I need to parse the range up-front.Kohei Yoshida2011-11-182-15/+19
* Populate the query entries directly.Kohei Yoshida2011-11-186-122/+128
* Pick up more boolean data directly.Kohei Yoshida2011-11-183-23/+8
* Simplified & clarified the connection logic.Kohei Yoshida2011-11-182-17/+31
* Let's use std::vector instead.Kohei Yoshida2011-11-182-14/+15
* Removed pointless inlining of methods.Kohei Yoshida2011-11-182-8/+41
* Store case sensitivity flag directly.Kohei Yoshida2011-11-184-16/+19
* Store filter orientation in the query param.Kohei Yoshida2011-11-183-7/+11
* Started working on de-UNO-izing the filter import.Kohei Yoshida2011-11-182-19/+25
* Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida2011-11-187-13/+193
* Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida2011-11-185-50/+4
* A little cleanup.Kohei Yoshida2011-11-181-17/+21
* Remove the query entry when all items are selected.Kohei Yoshida2011-11-185-22/+62
* Now the new popup works somewhat as expected.Kohei Yoshida2011-11-183-43/+73
* Unused local var.Kohei Yoshida2011-11-181-1/+0
* This was what was screwing with the multi-item query!Kohei Yoshida2011-11-181-2/+2
* Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida2011-11-183-7/+59
* Enable the new autofilter popup once again.Kohei Yoshida2011-11-181-1/+1
* forgot to consider printing from html sourceIvan Timofeev2011-11-181-1/+1
* FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix2011-11-189-28/+0
* FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix2011-11-1814-26/+0
* FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix2011-11-1818-29/+0
* Follow-up on SV_ICON_ID_HTML_DOCUMENT removal.Julien Chaffraix2011-11-181-1/+0
* add license info to linenumberwindow.[ch]xx, fix menu labelNoel Power2011-11-183-4/+57
* Use new glue-point creation code, makes glue-points visible & themableMichael Meeks2011-11-186-114/+11
* Some further changes to the (new) handlesAaron Strontsman2011-11-1834-12/+28
* fix fdo#42178: crash when printing from Page PreviewIvan Timofeev2011-11-182-3/+14
* fix UI updating in the print dialogIvan Timofeev2011-11-181-5/+0