summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-18SwDoc::ReplaceRange: prevent assertionMichael Stahl1-0/+3
2011-11-18SwUndoReplace::Impl::UndoImpl: prevent assertion:Michael Stahl1-5/+7
2011-11-18SwWrtShell::GetDoStrings: bogus assertionMichael Stahl1-2/+1
2011-11-18ComponentTarget: do not generate broken component filesMichael Stahl1-0/+1
2011-11-18xmlsecurity: fix typoMichael Stahl1-1/+1
2011-11-18svidl: write dependencies with cygwin pathsMichael Stahl1-5/+46
2011-11-18Get top10, empty and non-empty special queries to work.Kohei Yoshida1-12/+35
2011-11-18Execute launching of standard filter dialog.Kohei Yoshida1-0/+10
2011-11-18We probably don't need to do this for the new popup.Kohei Yoshida1-2/+0
2011-11-18Register modes for non-standard autofiltering options.Kohei Yoshida2-18/+18
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida4-35/+59
2011-11-18Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.Kohei Yoshida2-3/+4
2011-11-18Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida4-16/+2
2011-11-18String to rtl::OUString.Kohei Yoshida1-8/+9
2011-11-18A little cleanup.Kohei Yoshida3-11/+11
2011-11-18Now we can import OR'ed conditions as single multi-item query.Kohei Yoshida2-22/+55
2011-11-18sal_Bool to bool and other cleanup.Kohei Yoshida2-8/+7
2011-11-18We can now append query entry; no need to have this first empty member.Kohei Yoshida2-104/+90
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida2-30/+32
2011-11-18Reduce indentation level by early bail out.Kohei Yoshida1-99/+97
2011-11-18sal_Bool to bool.Kohei Yoshida1-5/+5
2011-11-18Used constants if possible.Kohei Yoshida1-2/+2
2011-11-18Finally load the multi-match conditions properly.Kohei Yoshida2-14/+33
2011-11-18Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida2-29/+17
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