Searched refs:xNote (Results 1 – 4 of 4) sorted by relevance
161 Reference<XFootnote> xNote(xTextContent, UNO_QUERY); in StartElement() local162 xFootnote = xNote; in StartElement()
1155 XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i ); in SaveXml() local1157 XclXmlUtils::ToOUString( xNote->GetAuthor() ) ); in SaveXml()1159 xNote->WriteXml( nAuthorId, rStrm ); in SaveXml()
243 ::com::sun::star::text::XFootnote > xNote) in SetFootnote()244 { m_xFootnote = xNote; } in SetFootnote()
683 Object xNote = xPropSet.getPropertyValue("Footnote"); in convertChildren() local685 UnoRuntime.queryInterface(XFootnote.class, xNote); in convertChildren()897 Object xNote = in makeFootnote() local900 UnoRuntime.queryInterface(XTextContent.class, xNote); in makeFootnote()902 UnoRuntime.queryInterface(XFootnote.class, xNote); in makeFootnote()
Completed in 61 milliseconds