Searched refs:ifcClass (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/qadevOOo/runner/util/ |
H A D | InstDescr.java | 33 protected Class ifcClass = null; field in InstDescr 42 return ifcClass; in getIfcClass()
|
H A D | StyleFamilyDsc.java | 56 ifcClass = Class.forName( ifcName ); in initStyleFamily() 71 XInterface StyleFamily = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
|
H A D | ControlDsc.java | 57 ifcClass = Class.forName( ifcName ); in initControl() 71 XInterface Control = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
|
H A D | BookmarkDsc.java | 63 ifcClass = Class.forName( ifcName ); in initBookmark() 76 XTextContent BM = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
|
H A D | DefaultDsc.java | 58 ifcClass = Class.forName( ifcName ); in initDefault() 72 XInterface Default = (XInterface)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
|
H A D | FootnoteDsc.java | 63 ifcClass = Class.forName( ifcName ); in initFootnote() 76 XTextContent FN = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
|
H A D | ParagraphDsc.java | 64 ifcClass = Class.forName( ifcName ); in initParagraph() 77 XTextContent PG = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
|
H A D | ReferenceMarkDsc.java | 63 ifcClass = Class.forName( ifcName ); in initReferenceMark() 76 XTextContent RM = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
|
H A D | TextSectionDsc.java | 63 ifcClass = Class.forName( ifcName ); in initTextSection() 76 XTextContent PG = (XTextContent)UnoRuntime.queryInterface( ifcClass, in createInstance()
|
H A D | TableDsc.java | 69 ifcClass = Class.forName( ifcName ); in initTable() 83 ifcClass, SrvObj ); in createInstance()
|
H A D | ShapeDsc.java | 65 ifcClass = Class.forName( ifcName ); in initShape() 80 XShape Sh = (XShape)UnoRuntime.queryInterface(ifcClass, SrvObj ); in createInstance()
|
H A D | FrameDsc.java | 76 ifcClass = Class.forName( ifcName ); in initFrame() 100 XTextFrame TF = (XTextFrame)UnoRuntime.queryInterface( ifcClass, SrvObj ); in createInstance()
|
Completed in 1117 milliseconds