Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbaview.cxx149 …uno::Reference< container::XIndexAccess > xFootnotes( xFootnotesSupp->getFootnotes(), uno::UNO_QUE… in setSeekView() local
150 if( xFootnotes->getCount() > 0 ) in setSeekView()
152 … uno::Reference< text::XText > xText( xFootnotes->getByIndex(0), uno::UNO_QUERY_THROW ); in setSeekView()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1277 XIndexAccess xFootnotes = ( XIndexAccess ) UnoRuntime.queryInterface ( in FootnoteExample() local
1282 XFootnote.class, xFootnotes.getByIndex( 0 ) ); in FootnoteExample()

Completed in 30 milliseconds