Home
last modified time | relevance | path

Searched refs:DocumentInfo (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx597 PDFWriter::PDFDocInfo DocumentInfo; member
/trunk/main/offapi/
H A DUnoApi_offapi.mk369 offapi/com/sun/star/document/DocumentInfo \
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6072 if( m_aContext.DocumentInfo.Title.Len() ) in emitInfoDict()
6078 if( m_aContext.DocumentInfo.Author.Len() ) in emitInfoDict()
6084 if( m_aContext.DocumentInfo.Subject.Len() ) in emitInfoDict()
6090 if( m_aContext.DocumentInfo.Keywords.Len() ) in emitInfoDict()
6096 if( m_aContext.DocumentInfo.Creator.Len() ) in emitInfoDict()
6102 if( m_aContext.DocumentInfo.Producer.Len() ) in emitInfoDict()
6351 if( m_aContext.DocumentInfo.Title.Len() || in emitDocumentMetadata()
6352 m_aContext.DocumentInfo.Author.Len() || in emitDocumentMetadata()
6353 m_aContext.DocumentInfo.Subject.Len() ) in emitDocumentMetadata()
6400 m_aContext.DocumentInfo.Keywords.Len() ) in emitDocumentMetadata()
[all …]
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx445 m_sNodeName = ::comphelper::DocumentInfo::getDocumentTitle( xModel ); in getName()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx417 ::comphelper::DocumentInfo::getDocumentTitle( _rxDocument ), in lcl_commitDocumentStorage_nothrow()
714 ::comphelper::DocumentInfo::getDocumentTitle( _rxDocument ), in bind()
782 ::comphelper::DocumentInfo::getDocumentTitle( _rxDocument ), in removeFromDocument()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx442 aContext.DocumentInfo.Title = xDocumentProps->getTitle(); in Export()
443 aContext.DocumentInfo.Author = xDocumentProps->getAuthor(); in Export()
444 aContext.DocumentInfo.Subject = xDocumentProps->getSubject(); in Export()
445 …aContext.DocumentInfo.Keywords = ::comphelper::string::convertCommaSeparated(xDocumentProps->getKe… in Export()
462 aContext.DocumentInfo.Producer = aProducer; in Export()
463 aContext.DocumentInfo.Creator = aCreator; in Export()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx168 class DocumentInfo class
174 DocumentInfo( const SvXMLImport& rImport ) in DocumentInfo() function in __anond82759990111::DocumentInfo
211 ~DocumentInfo() in ~DocumentInfo()
252 std::auto_ptr< DocumentInfo > mpDocumentInfo;
286 mpDocumentInfo.reset( new DocumentInfo( rImport ) ); in getGeneratorVersion()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1190 aContext.DocumentInfo.Title = i_rJobName; in StartJob()
1191 aContext.DocumentInfo.Creator = i_rAppName; in StartJob()
1192 aContext.DocumentInfo.Producer = i_rAppName; in StartJob()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx52 using ::comphelper::DocumentInfo;
237 rtl:: OUString aTitle = DocumentInfo::getDocumentTitle( in notifyEvent()
379 (*it).second.aTitle = DocumentInfo::getDocumentTitle( xModel ); in notifyEvent()
406 rtl:: OUString aTitle = DocumentInfo::getDocumentTitle( xModel ); in notifyEvent()
544 rtl::OUString aTitle = DocumentInfo::getDocumentTitle( xModel ); in buildDocumentsList()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx119 #define DocumentInfo macro
/trunk/main/sfx2/qa/unoapi/
H A Dknownissues.xcl25 sfx.StandaloneDocumentInfo::com::sun::star::document::DocumentInfo
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java53 public class DocumentInfo class
344 System.out.println( "starting class: " + DocumentInfo.class.getName() ); in setUpConnection()
353 System.out.println( "finishing class: " + DocumentInfo.class.getName() ); in tearDownConnection()
/trunk/main/sfx2/
H A DJunitTest_sfx2_complex.mk47 sfx2/qa/complex/sfx2/DocumentInfo \
66 complex.sfx2.DocumentInfo \
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.StandaloneDocumentInfo.csv3 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Author"
4 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Generator"
5 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"CreationDate"
6 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Title"
7 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Subject"
9 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Keywords"
10 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"MIMEType"
11 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Language"
16 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Template"
22 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"CopyTo"
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXStandaloneDocumentInfo.idl45 Instead of <type>DocumentInfo</type> not the whole document will be opened.
55 @see DocumentInfo
H A DOfficeDocument.idl121 /** document can provide a <type>DocumentInfo</type>
124 Instead of the <type>StandaloneDocumentInfo</type> service the <type>DocumentInfo</type>
H A DStandaloneDocumentInfo.idl27 #include <com/sun/star/document/DocumentInfo.idl>
39 /** extends the service <type>DocumentInfo</type> to have access on such
44 Otherwise all supported properties of <type>DocumentInfo</type> will be set to
52 @see DocumentInfo
68 service DocumentInfo;
H A DXDocumentInfo.idl46 <type>DocumentInfo</type>.
51 @see DocumentInfo
H A DXDocumentInfoSupplier.idl39 /** through this interface documents can provide a <type>DocumentInfo</type>
42 A <type>DocumentInfo</type> is available on already opened documents only
52 @see DocumentInfo
61 an object of type <type>DocumentInfo</type>
H A DXDocumentSubStorageSupplier.idl46 @see DocumentInfo
H A DDocumentInfo.idl77 published service DocumentInfo
H A DDocumentProperties.idl39 This service replaces the deprecated <type>DocumentInfo</type> and
/trunk/main/odk/pack/copying/
H A Didl_chapter_refs.txt7027 com.sun.star.document.DocumentInfo
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx294 ::rtl::OUString sTdocUrl = ::comphelper::DocumentInfo::getDocumentTitle( model ); in getDocumentModel()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx724 currentDocTitle = ::comphelper::DocumentInfo::getDocumentTitle( xDocument ); in Init()
929 ::comphelper::DocumentInfo::getDocumentTitle( model ); in getDocumentModel()
1189 … currentDocTitle = ::comphelper::DocumentInfo::getDocumentTitle( xDocument ); in RequestingChilds()

Completed in 371 milliseconds

12