Home
last modified time | relevance | path

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

/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/
H A DWriterDemo.vb86 Dim xSimpleText As unoidl.com.sun.star.text.XSimpleText
87 xSimpleText = DirectCast(xText, unoidl.com.sun.star.text.XSimpleText)
91 xCursor = xSimpleText.createTextCursor()
153 xSimpleText.insertControlCharacter(xCursor, _
157 xSimpleText.insertString(xCursor," This is a colored Text - blue with shadow" & vbLf, _
161 xSimpleText.insertControlCharacter(xCursor, _
206 xSimpleText.insertControlCharacter(xFrameCursor, _
/trunk/main/sc/source/ui/vba/
H A Dvbatextframe.cxx40 uno::Reference< text::XSimpleText > xSimpleText( m_xShape, uno::UNO_QUERY_THROW ); in Characters() local
44 …:excel::XCharacters >( new ScVbaCharacters( this, mxContext, aPalette, xSimpleText, aStart, aLengt… in Characters()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java55 public XSimpleText xSimpleText; field in TextTableHandler
69 xSimpleText = UnoRuntime.queryInterface(XSimpleText.class, xTextDocument.getText()); in TextTableHandler()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx752 uno::Reference<text::XSimpleText> xSimpleText(aCell.xAnnotation, uno::UNO_QUERY); in HasAnnotation() local
753 if (aCell.xAnnotation.is() && xSimpleText.is()) in HasAnnotation()
755 aCell.sAnnotationText = xSimpleText->getString(); in HasAnnotation()
/trunk/main/sw/qa/complex/writer/
H A DCheckBookmarks.java159 XSimpleText xSimpleText = (XSimpleText)UnoRuntime.queryInterface( in setupBookmarks() local

Completed in 70 milliseconds