Home
last modified time | relevance | path

Searched refs:DocumentInfo (Results 1 – 25 of 32) sorted by relevance

12

/AOO41X/main/qadevOOo/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"
8 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Description"
9 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Keywords"
10 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"MIMEType"
11 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Language"
12 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"ModifiedBy"
[all …]
/AOO41X/main/offapi/com/sun/star/document/ !
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 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 DXStandaloneDocumentInfo.idl45 Instead of <type>DocumentInfo</type> not the whole document will be opened.
55 @see DocumentInfo
H A DXDocumentInfo.idl46 <type>DocumentInfo</type>.
51 @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 DDocumentProperties.idl39 This service replaces the deprecated <type>DocumentInfo</type> and
H A Dmakefile.mk42 DocumentInfo.idl\
H A DXDocumentSubStorageSupplier.idl46 @see DocumentInfo
H A DDocumentInfo.idl77 published service DocumentInfo
/AOO41X/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()
/AOO41X/main/comphelper/inc/comphelper/ !
H A Ddocumentinfo.hxx40 class COMPHELPER_DLLPUBLIC DocumentInfo class
48 DocumentInfo(); // never implemented
/AOO41X/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()
/AOO41X/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()
H A Dmakefile.mk52 DocumentInfo.java \
/AOO41X/main/sfx2/ !
H A DJunitTest_sfx2_complex.mk47 sfx2/qa/complex/sfx2/DocumentInfo \
66 complex.sfx2.DocumentInfo \
/AOO41X/main/vcl/source/gdi/ !
H A Dpdfwriter_impl.cxx124 …aContext.DocumentInfo.Title = OUString( RTL_CONSTASCII_USTRINGPARAM( "PDF export test document" ) … in doTestCode()
125 aContext.DocumentInfo.Producer = OUString( RTL_CONSTASCII_USTRINGPARAM( "VCL" ) ); in doTestCode()
1881 …computeDocumentIdentifier( aId, m_aContext.DocumentInfo, m_aCreationDateString, m_aCreationMetaDat… in setupDocInfo()
5951 …( m_aContext.Version > PDFWriter::PDF_1_3 && m_aContext.DocumentInfo.Title.Len() && m_aContext.Dis… in emitCatalog()
5968 …if( m_aContext.Version > PDFWriter::PDF_1_3 && m_aContext.DocumentInfo.Title.Len() && m_aContext.D… in emitCatalog()
6072 if( m_aContext.DocumentInfo.Title.Len() ) in emitInfoDict()
6075 appendUnicodeTextStringEncrypt( m_aContext.DocumentInfo.Title, nObject, aLine ); in emitInfoDict()
6078 if( m_aContext.DocumentInfo.Author.Len() ) in emitInfoDict()
6081 appendUnicodeTextStringEncrypt( m_aContext.DocumentInfo.Author, nObject, aLine ); in emitInfoDict()
6084 if( m_aContext.DocumentInfo.Subject.Len() ) in emitInfoDict()
[all …]
/AOO41X/main/xmloff/source/core/ !
H A Dxmlimp.cxx168 class DocumentInfo class
174 DocumentInfo( const SvXMLImport& rImport ) in DocumentInfo() function in __anon4bc30fc90111::DocumentInfo
211 ~DocumentInfo() in ~DocumentInfo()
252 std::auto_ptr< DocumentInfo > mpDocumentInfo;
286 mpDocumentInfo.reset( new DocumentInfo( rImport ) ); in getGeneratorVersion()
/AOO41X/main/sfx2/qa/unoapi/ !
H A Dknownissues.xcl25 sfx.StandaloneDocumentInfo::com::sun::star::document::DocumentInfo
/AOO41X/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()
/AOO41X/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()
H A Deventdlg.cxx165 OUString aTitle = ::comphelper::DocumentInfo::getDocumentTitle( xModel ); in ImplInitDocument()
H A Dselector.cxx337 sCurrentDocTitle = ::comphelper::DocumentInfo::getDocumentTitle( xWorkingDocument ); in fillScriptList()
703 OUString sTdocUrl = ::comphelper::DocumentInfo::getDocumentTitle( model ); in getDocumentModel()
/AOO41X/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()
/AOO41X/main/comphelper/source/misc/ !
H A Ddocumentinfo.cxx86 ::rtl::OUString DocumentInfo::getDocumentTitle( const Reference< XModel >& _rxDocument ) in getDocumentTitle()

12