Home
last modified time | relevance | path

Searched refs:ifcClass (Results 1 – 12 of 12) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DInstDescr.java33 protected Class ifcClass = null; field in InstDescr
42 return ifcClass; in getIfcClass()
H A DControlDsc.java57 ifcClass = Class.forName( ifcName ); in initControl()
71 XInterface Control = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DStyleFamilyDsc.java56 ifcClass = Class.forName( ifcName ); in initStyleFamily()
71 XInterface StyleFamily = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DBookmarkDsc.java63 ifcClass = Class.forName( ifcName ); in initBookmark()
76 XTextContent BM = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
H A DDefaultDsc.java58 ifcClass = Class.forName( ifcName ); in initDefault()
72 XInterface Default = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DFootnoteDsc.java63 ifcClass = Class.forName( ifcName ); in initFootnote()
76 XTextContent FN = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
H A DParagraphDsc.java64 ifcClass = Class.forName( ifcName ); in initParagraph()
77 XTextContent PG = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
H A DReferenceMarkDsc.java63 ifcClass = Class.forName( ifcName ); in initReferenceMark()
76 XTextContent RM = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
H A DTextSectionDsc.java63 ifcClass = Class.forName( ifcName ); in initTextSection()
76 XTextContent PG = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
H A DTableDsc.java69 ifcClass = Class.forName( ifcName ); in initTable()
83 ifcClass, SrvObj ); in createInstance()
H A DShapeDsc.java65 ifcClass = Class.forName( ifcName ); in initShape()
80 XShape Sh = (XShape)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
H A DFrameDsc.java76 ifcClass = Class.forName( ifcName ); in initFrame()
100 XTextFrame TF = (XTextFrame)UnoRuntime.queryInterface( ifcClass, SrvObj ); in createInstance()

Completed in 38 milliseconds