summaryrefslogtreecommitdiff
path: root/basic/qa
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa')
0 files changed, 0 insertions, 0 deletions
d of quotesChris Sherlock Change-Id: I311f7db622ce341527fe12a92b516f800b602f92 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I05e89f9896170d4df3d1377549ea074f06b884a0 2015-05-13first step towards removing LazyDeletorNoel Grandin convert it from a template to a concrete class, since we only have one use-site for it anyway Change-Id: I7209243cc744c7ddb727d6136795d8628b91ff6f 2015-04-23Kill unused LazyDeletor<Menu>.Michael Meeks Change-Id: Ibd1d27767b5679a3375d43851363de8c207a43ff 2014-12-10Instantiate ImplSVData on demandStephan Bergmann Change-Id: I661949a8635a2ed1a1efda77ced48a0fa9f6722e 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d 2014-02-21vcl: sal_Bool -> boolStephan Bergmann Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e 2013-10-02vcl: add some SolarMutex assertionsMichael Stahl Check that SolarMutex is locked after return from Yield(), and in LazyDelete::flush(). Change-Id: I12ff312bd946b97b5f2c79169892719910884381