Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java218 Object aHyperlinkObj = xServiceMan.createInstance( "com.sun.star.text.TextField.URL" ); in doCellSamples() local
220 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aHyperlinkObj ); in doCellSamples()
225 UnoRuntime.queryInterface( com.sun.star.text.XTextContent.class, aHyperlinkObj ); in doCellSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs98 Object aHyperlinkObj = in doCellSamples()
100 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aHyperlinkObj; in doCellSamples()
107 (unoidl.com.sun.star.text.XTextContent) aHyperlinkObj; in doCellSamples()

Completed in 40 milliseconds