Searched refs:xSimple (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1455 Reference<XSimple> xSimple; in testInterface() local 1476 xSimple= xCallback->returnInterface(); in testInterface() 1477 xSimple->func(L"XCallback::returnInterface"); in testInterface() 1482 xCallback->outInterface( xSimple); in testInterface() 1485 xSimple->func(L"XCallback::outInterface works"); in testInterface() 1574 Reference< XSimple > xSimple; in testInterface() local 1621 xCallback->inoutInterface( xSimple); in testInterface() 1622 xSimple->func(L"XSimple called from OleTest"); in testInterface() 1901 xSimple->func( L"Call from OleTest on XSimple"); in testInterface() 1945 arAny[0] <<= xSimple; in testInterface() [all …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbatextboxshape.cxx | 58 uno::Reference< text::XSimpleText > xSimple( m_xTextRange, uno::UNO_QUERY_THROW ); in characters() local 61 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length, sal_True ); in characters()
|
H A D | vbarange.cxx | 3621 …uno::Reference< text::XSimpleText > xSimple(mxRange->getCellByPosition(0,0) , uno::UNO_QUERY_THROW… in characters() local 3627 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length ); in characters()
|
/aoo41x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 1285 XSimpleText xSimple = (XSimpleText ) UnoRuntime.queryInterface ( in FootnoteExample() local 1290 XTextRange.class, xSimple.createTextCursor() ); in FootnoteExample() 1293 xSimple.insertString ( in FootnoteExample()
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 292 void testInterface2( [in] oletest::XSimple xSimple, [in] long mode);
|
Completed in 59 milliseconds