Home
last modified time | relevance | path

Searched refs:xNote (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLFootnoteImportContext.cxx161 Reference<XFootnote> xNote(xTextContent, UNO_QUERY); in StartElement() local
162 xFootnote = xNote; in StartElement()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1155 XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i ); in SaveXml() local
1157 XclXmlUtils::ToOUString( xNote->GetAuthor() ) ); in SaveXml()
1159 xNote->WriteXml( nAuthorId, rStrm ); in SaveXml()
/trunk/main/sw/inc/
H A Dunoport.hxx243 ::com::sun::star::text::XFootnote > xNote) in SetFootnote()
244 { m_xFootnote = xNote; } in SetFootnote()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java683 Object xNote = xPropSet.getPropertyValue("Footnote"); in convertChildren() local
685 UnoRuntime.queryInterface(XFootnote.class, xNote); in convertChildren()
897 Object xNote = in makeFootnote() local
900 UnoRuntime.queryInterface(XTextContent.class, xNote); in makeFootnote()
902 UnoRuntime.queryInterface(XFootnote.class, xNote); in makeFootnote()

Completed in 51 milliseconds