summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-3/+3
2014-01-22convert more SvStream::operator<< callsNoel Grandin2-72/+72
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-3/+3
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini118-789/+3
2014-01-21convert table filter page to .uiCaolán McNamara5-122/+81
2014-01-21tidy up OTableTreeListBox to make it easier to .ui-ifyCaolán McNamara3-28/+18
2014-01-21convert OTableSubscriptionDialog to SfxSingleTabDialogCaolán McNamara3-9/+9
2014-01-20convert advanced db settings dialog to .ui formatCaolán McNamara7-44/+10
2014-01-18Window::PreNotify should return boolStephan Bergmann33-53/+53
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann2-8/+8
2014-01-17convert field dialog to .uiCaolán McNamara8-151/+19
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin3-3/+5
2014-01-15make dbaccess xub_StrLen freeCaolán McNamara2-10/+8
2014-01-14This shall probably use the value of getMaxColumnsInIndex()Stephan Bergmann1-1/+1
2014-01-14bool improvementsStephan Bergmann1-1/+1
2014-01-13disentangle CalcSizeCaolán McNamara3-5/+5
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara4-10/+10
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann8-8/+8
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin2-15/+15
2014-01-09convert sort options dialog to .uiCaolán McNamara5-288/+48
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara5-213/+22
2013-12-22Fix other typosJulien Nabet4-5/+5
2013-12-20typo fixesAndras Timar7-22/+22
2013-12-19CID#736013 unlikely invalid iterator useCaolán McNamara1-1/+7
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann3-0/+12
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-4/+4
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin5-11/+11
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann3-6/+6
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-1/+1
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann7-8/+1
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann6-13/+13
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-2/+1
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann2-15/+12
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann9-17/+22
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann2-2/+3
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann9-29/+31
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann6-24/+29
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-1/+1
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann4-2/+14
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann1-5/+5
2013-12-02fdo#34170 Disable deleting in the native Open DialogSamuel Mehrbrodt1-0/+1
2013-11-28Finish rework of QueryDeleteDlg_ImplCaolán McNamara1-4/+3
2013-11-27QueryDeleteDlg_Impl: add GetResult() that was removed in ...Michael Stahl1-1/+1
2013-11-25Fix some typos for "height"Julien Nabet1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-2/+2