summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)Author
2013-01-25fix handling of subqueries in query designLionel Elie Mamane
2013-01-21mark *all* tables of a nested join as addedLionel Elie Mamane
2012-12-12fdo#32958 join editor: remove empty linesLionel Elie Mamane
2012-12-12typo in commentLionel Elie Mamane
2012-12-12query design / edit join: valid only iif column names everywhereLionel Elie Mamane
2012-12-12be more cautious in debug modeLionel Elie Mamane
2012-12-12argument has no effect anymore -> removeLionel Elie Mamane
2012-12-12Move comment to its rightful placeLionel Elie Mamane
2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist
2012-12-02WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane
2012-12-02fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane
2012-12-02Expand commentLionel Elie Mamane
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane
2012-12-01fdo##38838 UniString Removal in dbaccessRicardo Montania
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-28Fix various build breaks.Kohei Yoshida
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-25fixup trailing token error.Michael Meeks
2012-11-25German comment translationsMarkus Maier
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-11-02Columns should know their tableLionel Elie Mamane
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida
2012-10-25XubString->OUStringCaolán McNamara
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-19Remove direct reference to SvListEntry outside svtools.Kohei Yoshida
2012-10-19Remove direct reference to SvTreeList outside svtools.Kohei Yoshida
2012-10-11Prevent infinite recursion during make check.Kohei Yoshida
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-03probable attempts to find the parent dialogCaolán McNamara