summaryrefslogtreecommitdiff
path: root/embeddedobj
ModeNameSize
-rw-r--r--CppunitTest_embeddedobj_general.mk1326logplain
-rw-r--r--CppunitTest_embeddedobj_msole.mk1344logplain
-rw-r--r--IwyuFilter_embeddedobj.yaml1247logplain
-rw-r--r--Library_embobj.mk1463logplain
-rw-r--r--Library_emboleobj.mk1660logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_embeddedobj.mk738logplain
-rw-r--r--README.md115logplain
d---------qa70logplain
d---------source138logplain
d---------test119logplain
d---------util44logplain
enum classNoel Grandin Change-Id: I22e2e66a1f0b230403ad1d9c1f5b7f34a6ee6ea5 2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin that need to be wrapped in VclPtr, and convert several sites Change-Id: I1fb1ed164a99642a0c1ccbf433eb14df688fa476 2015-04-10vclwidget: only call dispose() onceNoel Grandin by using a new utility method in vcl::Window This means that we don't have to make all our dispose methods safe to call more than once. Change-Id: I2110c7de4a86c70fdc97dd8fd318c86b56865374 2015-04-09vcl: window destructors calling disposeNoel Grandin Extend plugin to warn on any vcl::Window subclass that has a destructor and does not implement dispose. Apply this provision to the necessary classes in vcl/ Change-Id: I05189f8df02568131d59fc44fea904c87733c8c7 2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin so that the enum names remain consistent Change-Id: I656069b484038d3bf17ecbb4f3e26395ca5a1b6d 2015-03-27convert SymbolAlign to enum classNoel Grandin Change-Id: Iecc1400809212f56915cad56b739378cda49b90f 2015-03-27convert BUTTON_ constants to enum classNoel Grandin Change-Id: I0fd391a6b2850e5d7dcbf2cb95cfa39ee5561bd9 2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin Change-Id: Ib3763f20d74c22e28d519a9ac47f6f3ab4e31f51 Reviewed-on: https://gerrit.libreoffice.org/11983 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 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