summaryrefslogtreecommitdiff
path: root/vcl/source/app/svdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Instantiate ImplSVData on demandStephan Bergmann1-13/+7
2014-12-03vcl: Add reference on default window's context so it doesn't get destroyedLouis-Francis Ratté-Boulianne1-0/+8
2014-11-29vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of itChris Sherlock1-3/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-31/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-12/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-31Remove unused variables.Matúš Kukan1-6/+0
2013-12-05I think SAL_FORCE_IACCESSIBLE2 is what is intended hereTor Lillqvist1-1/+1
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-234/+21
2013-12-02vcl: check if AT is running before loading the libraryMichael Stahl1-10/+23
2013-11-21Simplify css.accessibility.MSAAService and corresponding XMSAAServiceStephan Bergmann1-5/+12
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks1-0/+16
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-08-12convert XubString to OUString in VCLNoel Grandin1-2/+2
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-3/+1
2013-06-20move static bitmap into a svapp memberCaolán McNamara1-0/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-16/+15
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-08Make use of new-style AccessBridge ctorStephan Bergmann1-37/+24
2013-03-08make use of startsWith()Thomas Arnhold1-2/+2
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-0/+1
2012-12-26PCH for Library_vclLubos Lunak1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-34/+20
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-20/+2
2012-09-26sal_Bool -> bool, convert InitAccessBridge and friendsNoel Grandin1-6/+6
2012-09-18Don't access broken service mgr during bootstrap failureStephan Bergmann1-6/+6
2012-06-26tidy some resource stringsCaolán McNamara1-33/+26
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-16/+16
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich1-14/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-4/+5
2011-06-20catch by const referenceCaolán McNamara1-12/+5
2011-04-29Make vcl building.Jan Holesovsky1-2/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-14/+16
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]1-4/+11
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-44/+109