Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 146) sorted by relevance

123456

/aoo4110/main/sal/inc/rtl/
H A Dlogfile.h95 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) \ argument
98 author,\
100 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) \ argument
103 author );\
107 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) \ argument
110 author ); \
113 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) \ argument
116 author ); \
125 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) ((void)0) argument
126 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) ((void)0) argument
[all …]
H A Dlogfile.hxx108 inline Logfile( const sal_Char *project, const sal_Char *author, const sal_Char *name );
121 inline Logfile::Logfile( const sal_Char *project, const sal_Char *author, const sal_Char *name ) in Logfile() argument
125 m_sName += author; in Logfile()
144 …e RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ::rtl::Logfile instance(project, a… argument
167 #define RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ((void)0) argument
/aoo4110/main/offapi/com/sun/star/text/
H A DAuthorDisplayFormat.idl33 /** These constants are used to specify which parts of an author name are displayed
40 /** The full name of the author is displayed
46 /** Only the last name of the author is displayed
52 /** Only the first name of the author is displayed
58 /** The initials of the author are displayed
/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java135 String author = getUserName(); in testGeneralAuthor() local
137 xDocPro.setAuthor(author); in testGeneralAuthor()
143 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor()
344 String author = "ResetAuthor"; in testGeneralReset() local
346 xDocPro.resetUserData(author); in testGeneralReset()
348 assertEquals("Author should be "+ author, author, xDocPro.getAuthor()); in testGeneralReset()
/aoo4110/main/offapi/com/sun/star/text/textfield/docinfo/
H A DChangeAuthor.idl35 /** specifies service of a text field that provides information about the author
43 /** contains the name of the author.
50 /** If this flag is set to false the author
51 will be overiden by the current author
H A DCreateAuthor.idl35 /** specifies service of a text field that provides information about the author
43 /** contains the name of the author.
50 /** If this flag is set to false the author
51 will be overiden by the current author
H A DPrintAuthor.idl35 /** specifies service of a text field that provides information about the author
43 /** contains the name of the author.
50 /** If this flag is set to false the author
51 will be overiden by the current author
H A DEditTime.idl46 /** If this flag is set to false the author
47 will be overiden by the current author
H A DChangeDateTime.idl46 /** If this flag is set to false the author
47 will be overiden by the current author
H A DCreateDateTime.idl46 /** If this flag is set to false the author
47 will be overiden by the current author
H A DPrintDateTime.idl46 /** If this flag is set to false the author
47 will be overiden by the current author
/aoo4110/main/offapi/com/sun/star/text/textfield/
H A DAuthor.idl34 /** specifies service of an author text field.
41 /** If this flag is set to false the author
42 will be overiden by the current author
59 /** determines whether the full name of the author is displayed rather than
H A DAnnotation.idl42 /** contains the name of the author of the annotation.
46 /** contains the initials of the author of the annotation.
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java243 String author = null; in createReportJob() local
280 author = (String) aProps.Value; in createReportJob()
336 if (author != null) in createReportJob()
338 procParms.setProperty(ReportEngineParameterNames.AUTHOR, author); in createReportJob()
/aoo4110/main/solenv/bin/modules/installer/windows/
H A Dmsiglobal.pm414 my $author = $installer::globals::longmanufacturer;
416 $author = "\"" . $author . "\"";
418 return $author;
509 my $author = get_author_for_sis();
520 . " -p " . $template . " -v " . $guid . " -t " . $title . " -a " . $author
/aoo4110/main/pyuno/demo/
H A Dbiblioaccess.py49 author = rowset.findColumn( "AUTHOR" )
51 print(rowset.getString( id ) + "\t" + repr( rowset.getString( author ) ))
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java67 String author = anno.getAuthor(); in check_getAuthor() local
68 return (author != null); in check_getAuthor()
H A D_XSheetAnnotation.java64 String author = oObj.getAuthor(); in _getAuthor() local
65 tRes.tested("getAuthor()", author != null); in _getAuthor()
/aoo4110/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java84 public String author = PropertyNames.EMPTY_STRING; field in CGDocument
187 author = xProps.getAuthor(); in validate()
215 cp_Author = author; in validate()
/aoo4110/main/oox/source/xls/
H A Dcommentsfragment.cxx56 if( nElement == XLS_TOKEN( author ) ) return this; // collect author in onCharacters() in onCreateContext()
71 if( isCurrentElement( XLS_TOKEN( author ) ) ) in onCharacters()
/aoo4110/main/offapi/com/sun/star/util/
H A DRevisionTag.idl44 /** contains an identifier for the author that created the revision( can be empty )
49 /** contains a comment that the author has left for this revision ( can be empty )
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DOpenQuery.java121 String author = xRow.getString(xLoc.findColumn("AUTHOR")); in openQuery() local
122 System.out.println(ident + "\t\t" + author); in openQuery()
/aoo4110/main/extensions/stardiv/fontest/
H A Dfontest.idl41 @author Berndt Reinhold
93 @author Berndt Reinhold
/aoo4110/main/extensions/stardiv/oinstchk/
H A Doinstchk.idl38 @author Berndt Reinhold
91 @author Berndt Reinhold
/aoo4110/main/stoc/test/
H A Dlanguage_binding.idl81 * @author Daniel Boelzle
146 * @author Daniel Boelzle

Completed in 107 milliseconds

123456