Home
last modified time | relevance | path

Searched refs:oTextDocument (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java63 Object oTextDocument = m_xMSF.createInstance ( "com.sun.star.text.TextDocument" ); in test() local
64 XLoadable xLoadable = UnoRuntime.queryInterface(XLoadable.class, oTextDocument); in test()
69 XStorable xStorable = UnoRuntime.queryInterface(XStorable.class, oTextDocument); in test()
/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java72 TextDocument oTextDocument; field in DBColumn