/aoo4110/main/sal/inc/rtl/ |
H A D | logfile.h | 95 #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 D | logfile.hxx | 108 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 D | AuthorDisplayFormat.idl | 33 /** 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 D | CheckFileProperties.java | 135 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 D | ChangeAuthor.idl | 35 /** 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 D | CreateAuthor.idl | 35 /** 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 D | PrintAuthor.idl | 35 /** 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 D | EditTime.idl | 46 /** If this flag is set to false the author 47 will be overiden by the current author
|
H A D | ChangeDateTime.idl | 46 /** If this flag is set to false the author 47 will be overiden by the current author
|
H A D | CreateDateTime.idl | 46 /** If this flag is set to false the author 47 will be overiden by the current author
|
H A D | PrintDateTime.idl | 46 /** 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 D | Author.idl | 34 /** 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 D | Annotation.idl | 42 /** 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 D | SOReportJobFactory.java | 243 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 D | msiglobal.pm | 414 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 D | biblioaccess.py | 49 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.java | 67 String author = anno.getAuthor(); in check_getAuthor() local 68 return (author != null); in check_getAuthor()
|
H A D | _XSheetAnnotation.java | 64 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 D | CGDocument.java | 84 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 D | commentsfragment.cxx | 56 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 D | RevisionTag.idl | 44 /** 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 D | OpenQuery.java | 121 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 D | fontest.idl | 41 @author Berndt Reinhold 93 @author Berndt Reinhold
|
/aoo4110/main/extensions/stardiv/oinstchk/ |
H A D | oinstchk.idl | 38 @author Berndt Reinhold 91 @author Berndt Reinhold
|
/aoo4110/main/stoc/test/ |
H A D | language_binding.idl | 81 * @author Daniel Boelzle 146 * @author Daniel Boelzle
|