summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)Author
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-15make dbaccess xub_StrLen freeCaolán McNamara
2014-01-14This shall probably use the value of getMaxColumnsInIndex()Stephan Bergmann
2014-01-14bool improvementsStephan Bergmann
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-09convert sort options dialog to .uiCaolán McNamara
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara
2013-12-22Fix other typosJulien Nabet
2013-12-20typo fixesAndras Timar
2013-12-19CID#736013 unlikely invalid iterator useCaolán McNamara
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-10Drop duplicate #includeTakeshi Abe
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann
2013-12-02fdo#34170 Disable deleting in the native Open DialogSamuel Mehrbrodt
2013-11-28Finish rework of QueryDeleteDlg_ImplCaolán McNamara
2013-11-27QueryDeleteDlg_Impl: add GetResult() that was removed in ...Michael Stahl
2013-11-25Fix some typos for "height"Julien Nabet
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin
2013-11-09indentationLionel Elie Mamane
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt