office-gobmx/sd
Noel Grandin 57dbe20c2b fdo#46808, clean up some old queryInterface() calls
clean up stuff like this
  xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC;
to
  xISC.set(xI, UNO_QUERY);

Change-Id: I3b16a38c2a363440f6079cfe6ae47f009d3940db
2013-03-04 10:13:19 +02:00
..
inc Related to fdo#60724: correct spelling 2013-03-03 17:14:16 +01:00
prj remove all d.lst 2013-02-28 18:40:06 +01:00
qa
res
sdi translation of German comments of the files in sd/sdi/ 2013-03-01 12:03:47 +00:00
source fdo#46808, clean up some old queryInterface() calls 2013-03-04 10:13:19 +02:00
uiconfig
util
workben
xml
xsl
AllLangResTarget_sd.mk
CppunitTest_sd_filters_test.mk add missing deps on sden-US.res 2013-03-03 19:43:33 +01:00
CppunitTest_sd_regression_test.mk add missing deps on sden-US.res 2013-03-03 19:43:33 +01:00
CppunitTest_sd_uimpress.mk pull in a VCL plugin needed for running the test 2013-03-03 19:43:33 +01:00
JunitTest_sd_unoapi.mk
Library_sd.mk
Library_sdd.mk
Library_sdfilt.mk
Library_sdui.mk
Makefile
Module_sd.mk
Package_inc.mk
Package_uiconfig.mk
Package_web.mk
Package_xml.mk
README
UI_sdraw.mk
UI_simpress.mk

The core directory for the impress/draw applications.

Think of impress as a hack on top of draw.