summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2-13/+14
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl10-15/+30
2015-05-17loplugin:staticmethodsStephan Bergmann2-23/+26
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl14-84/+67
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini6-16/+8
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin2-2/+2
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks3-3/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin8-17/+16
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11unused parameterTomaž Vajngerl1-2/+2
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