summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl4-18/+23
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann23-41/+41
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks11-49/+27
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks4-4/+4
2015-05-08dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna1-8/+14
2015-05-08dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilterMiklos Vajna2-16/+14
2015-05-08dbaccess, sw: use vnd.sun.star.pkg:// for embedded data source handlingMiklos Vajna1-5/+11
2015-05-08dbaccess: handle URL mark as StreamRelPath in ODatabaseContextMiklos Vajna1-1/+9
2015-05-08dbaccess: handle StreamRelPath in ODBFilter::implImport()Miklos Vajna1-0/+4
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin3-7/+7
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann7-7/+7
2015-05-06dbaccess: simplify code by using std::any_of/std::none_ofTakeshi Abe7-31/+25
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin3-3/+3
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann4-7/+4
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl7-9/+9
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-3/+2
2015-05-05tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks1-0/+1
2015-05-05dbaccess: implement ODatabaseDocument::loadFromStorage()Miklos Vajna3-12/+37
2015-05-05dbaccess: use already existing source storage in ODBFilter, if possibleMiklos Vajna1-18/+27
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann14-37/+24
2015-05-05loplugin:staticmethodsNoel Grandin54-113/+112
2015-05-04Use typed OGeneralPageWizard::SetCreationModeHandler LinkStephan Bergmann3-5/+4
2015-05-04Use typed OMySQLIntroPageSetup::SetClickHdl LinkStephan Bergmann3-6/+4
2015-05-04Use typed OGenericAdministrationPage::SetModifiedHandler LinkStephan Bergmann3-6/+5
2015-05-04Use typed OTextConnectionHelper::SetClickHandler LinkStephan Bergmann3-5/+4
2015-05-03cppcheck: variableScopeCaolán McNamara1-3/+2
2015-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks3-3/+8
2015-04-30dbaccess: allow storing to storage without a root oneMiklos Vajna1-2/+3
2015-04-30Gradually typed LinkStephan Bergmann23-87/+87
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist13-29/+29
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-1/+0
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2-6/+2
2015-04-29dbaccess: log exception messages in ORowSetCacheMichael Stahl1-6/+10
2015-04-29dbaccess: attachResource() and load() calls are swapped in case of embeddingMiklos Vajna2-0/+12
2015-04-29convert CTF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert WZB_ constants to scoped enumNoel Grandin3-32/+32
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl3-7/+7
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl13-13/+13
2015-04-28dbaccess: more GCC-4.7 fixesMiklos Vajna4-9/+9
2015-04-28dbaccess: fix GCC-4.7 buildMiklos Vajna2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks244-1799/+2771
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann2-4/+4
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann1-1/+1
2015-04-28Simplify sal_Bool expressionsStephan Bergmann2-6/+6