Lines Matching refs:m_xSDComponent

64 	private XComponent m_xSDComponent = null;  field in NumberingProperty
75 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument()
77 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUpDocument()
88 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load()
90 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load()
91 XDrawPage firstpage = getDrawPageByIndex(m_xSDComponent, 0); in load()
99 app.closeDocument(m_xSDComponent); in tearDownDocument()
159 app.saveDocument(m_xSDComponent, m_filePath); in testPrefix()
160 app.closeDocument(m_xSDComponent); in testPrefix()
202 app.saveDocument(m_xSDComponent, m_filePath); in testSuffix()
203 app.closeDocument(m_xSDComponent); in testSuffix()
246 app.saveDocument(m_xSDComponent, m_filePath); in testStartWith()
247 app.closeDocument(m_xSDComponent); in testStartWith()
295 app.saveDocument(m_xSDComponent, m_filePath); in testFirstLineOffset()
296 app.closeDocument(m_xSDComponent); in testFirstLineOffset()
340 app.saveDocument(m_xSDComponent, m_filePath); in testLeftMargin()
341 app.closeDocument(m_xSDComponent); in testLeftMargin()
390 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolTextDistance()
391 app.closeDocument(m_xSDComponent); in testSymbolTextDistance()
423 app.saveDocument(m_xSDComponent, m_filePath); in testAjustRight()
424 app.closeDocument(m_xSDComponent); in testAjustRight()
468 app.saveDocument(m_xSDComponent, m_filePath); in testAjustCenter()
469 app.closeDocument(m_xSDComponent); in testAjustCenter()
499 app.saveDocument(m_xSDComponent, m_filePath); in testAjustLeft()
500 app.closeDocument(m_xSDComponent); in testAjustLeft()
543 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolColor()
544 app.closeDocument(m_xSDComponent); in testSymbolColor()
589 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolSize()
590 app.closeDocument(m_xSDComponent); in testSymbolSize()