Lines Matching refs:null
55 XPresentationSupplier sdDocument = null;
56 XPresentation pre = null;
57 XComponent precomp = null;
58 XComponent impressDocument = null;
59 XComponent reLoadFile = null;
60 XDrawPagesSupplier drawsupplier = null;
61 XDrawPages drawpages = null;
62 XShapes xShapes = null;
63 XDrawPage xpage = null;
64 String filePath = null;
77 if (filePath != null) in tearDown()