Searched refs:xSimple (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 324 …virtual void SAL_CALL testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) throw… 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() 1483 sprintf( buff, "XCallback::outInterface, value: %x", xSimple.get()); in testInterface() 1485 xSimple->func(L"XCallback::outInterface works"); in testInterface() 1574 Reference< XSimple > xSimple; in testInterface() local 1589 xCallback->outValuesAll( xSimple, aSimpleStruct, aSimpleEnum, seqAny, aAny, aBool, in testInterface() 1620 Reference<XSimple> xSimple= static_cast<XSimple*>(this); in testInterface() local [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);
|