Home
last modified time | relevance | path

Searched refs:xSimple (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1455 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 …]
/trunk/main/sc/source/ui/vba/
H A Dvbatextboxshape.cxx58 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 Dvbarange.cxx3621 …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()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1285 XSimpleText xSimple = (XSimpleText ) UnoRuntime.queryInterface ( in FootnoteExample() local
1290 XTextRange.class, xSimple.createTextCursor() ); in FootnoteExample()
1293 xSimple.insertString ( in FootnoteExample()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl292 void testInterface2( [in] oletest::XSimple xSimple, [in] long mode);

Completed in 88 milliseconds