summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
...
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-1023-41/+41
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-1/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-0911-49/+27
* PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks2015-05-084-4/+4
* dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna2015-05-081-8/+14
* dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilterMiklos Vajna2015-05-082-16/+14
* dbaccess, sw: use vnd.sun.star.pkg:// for embedded data source handlingMiklos Vajna2015-05-081-5/+11
* dbaccess: handle URL mark as StreamRelPath in ODatabaseContextMiklos Vajna2015-05-081-1/+9
* dbaccess: handle StreamRelPath in ODBFilter::implImport()Miklos Vajna2015-05-081-0/+4
* convert BUTTONDIALOG constants to scoped enumNoel Grandin2015-05-073-7/+7
* Fix MSVC buildStephan Bergmann2015-05-071-1/+1
* Fix MSVC buildStephan Bergmann2015-05-071-1/+1
* Fix MSVC buildStephan Bergmann2015-05-071-1/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-077-7/+7
* dbaccess: simplify code by using std::any_of/std::none_ofTakeshi Abe2015-05-067-31/+25
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-063-3/+3
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-064-7/+4
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-057-9/+9
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-3/+2
* tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks2015-05-051-0/+1
* dbaccess: implement ODatabaseDocument::loadFromStorage()Miklos Vajna2015-05-053-12/+37
* dbaccess: use already existing source storage in ODBFilter, if possibleMiklos Vajna2015-05-051-18/+27
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-0514-37/+24
* loplugin:staticmethodsNoel Grandin2015-05-0554-113/+112
* Use typed OGeneralPageWizard::SetCreationModeHandler LinkStephan Bergmann2015-05-043-5/+4
* Use typed OMySQLIntroPageSetup::SetClickHdl LinkStephan Bergmann2015-05-043-6/+4
* Use typed OGenericAdministrationPage::SetModifiedHandler LinkStephan Bergmann2015-05-043-6/+5
* Use typed OTextConnectionHelper::SetClickHandler LinkStephan Bergmann2015-05-043-5/+4
* cppcheck: variableScopeCaolán McNamara2015-05-031-3/+2
* Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks2015-05-023-3/+8
* dbaccess: allow storing to storage without a root oneMiklos Vajna2015-04-301-2/+3
* Gradually typed LinkStephan Bergmann2015-04-3023-87/+87
* Get rid of initial :: for the svx namespaceTor Lillqvist2015-04-3013-29/+29
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-1/+0
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-292-6/+2
* dbaccess: log exception messages in ORowSetCacheMichael Stahl2015-04-291-6/+10
* dbaccess: attachResource() and load() calls are swapped in case of embeddingMiklos Vajna2015-04-292-0/+12
* convert CTF_ constants to scoped enumNoel Grandin2015-04-291-1/+1
* convert WZB_ constants to scoped enumNoel Grandin2015-04-293-32/+32
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-293-7/+7
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-292-5/+5
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-2913-13/+13
* dbaccess: more GCC-4.7 fixesMiklos Vajna2015-04-284-9/+9
* dbaccess: fix GCC-4.7 buildMiklos Vajna2015-04-282-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-28244-1799/+2771
|\
| * Build fix.Michael Meeks2015-04-241-1/+1
| * Build and warning fixes, Mac, Win, Linux.Michael Meeks2015-04-241-29/+29
| * Fix a number of boost::unique_ptr errors.Michael Meeks2015-04-229-14/+13
| * Fix lifecycle issues.Michael Meeks2015-04-221-1/+1