Lines Matching refs:i_xDocProps
177 const Reference< XDocumentProperties >& i_xDocProps, const String& i_rURL) in fill()
179 if (!i_xDocProps.is()) throw RuntimeException(); in fill()
184 aStr = i_xDocProps->getTitle(); in fill()
189 aStr = i_xDocProps->getAuthor(); in fill()
196 i_xDocProps->getCreationDate()); in fill()
198 aStr = i_xDocProps->getModifiedBy(); in fill()
205 i_xDocProps->getModificationDate()); in fill()
207 aStr = i_xDocProps->getPrintedBy(); in fill()
214 i_xDocProps->getPrintDate()); in fill()
216 aStr = i_xDocProps->getSubject(); in fill()
222 ::comphelper::string::convertCommaSeparated(i_xDocProps->getKeywords()); in fill()
227 aStr = i_xDocProps->getDescription(); in fill()
261 i_xDocProps->getUserDefinedProperties(), UNO_QUERY_THROW ); in fill()