summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2011-11-18We can now append query entry; no need to have this first empty member.Kohei Yoshida
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida
2011-11-18Reduce indentation level by early bail out.Kohei Yoshida
2011-11-18sal_Bool to bool.Kohei Yoshida
2011-11-18Used constants if possible.Kohei Yoshida
2011-11-18Finally load the multi-match conditions properly.Kohei Yoshida
2011-11-18Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida
2011-11-18I need to parse the range up-front.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Pick up more boolean data directly.Kohei Yoshida
2011-11-18Simplified & clarified the connection logic.Kohei Yoshida
2011-11-18Let's use std::vector instead.Kohei Yoshida
2011-11-18Removed pointless inlining of methods.Kohei Yoshida
2011-11-18Store case sensitivity flag directly.Kohei Yoshida
2011-11-18Store filter orientation in the query param.Kohei Yoshida
2011-11-18Started working on de-UNO-izing the filter import.Kohei Yoshida
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida
2011-11-18A little cleanup.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida
2011-11-18Unused local var.Kohei Yoshida
2011-11-18This was what was screwing with the multi-item query!Kohei Yoshida
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida
2011-11-18Enable the new autofilter popup once again.Kohei Yoshida
2011-11-17Remove double space in strings (looks bad in pootle)Lior Kaplan
2011-11-17german comments translated to english On branch master Changes to be committe...Winfried Donkers
2011-11-17remove obsolete layout codeFelix Zhang
2011-11-16Oops I forgot to remove the header include line.Kohei Yoshida
2011-11-16More on reducing header dependency.Kohei Yoshida
2011-11-16More on reducing header dependency.Kohei Yoshida
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida
2011-11-16make experimental (calc) input bar update betterNoel Power
2011-11-16Fixed the overlapped UI controls.Kohei Yoshida
2011-11-16UniqueIdContainer is only needed by binfilterCaolán McNamara
2011-11-15Unused method.Kohei Yoshida
2011-11-15Let's not use macro for this sort of stuff.Kohei Yoshida
2011-11-15Cleaned up ScDocShell a bit.Kohei Yoshida
2011-11-15sal_Bool to bool.Kohei Yoshida
2011-11-15Fixed soft re-calc.Kohei Yoshida
2011-11-15Fixed hard re-calc. Manual re-calc still not working yet.Kohei Yoshida
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida
2011-11-15Reduce scoping.Kohei Yoshida
2011-11-15Make these two methods non-inline.Kohei Yoshida
2011-11-15Parse it as a single address.Kohei Yoshida
2011-11-15Fixed the ref button for "copy results to" not starting the ref mode.Kohei Yoshida
2011-11-15Use size_t and remove static_cast'ing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida
2011-11-15Use the range parser instead of local string parsing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida