/aoo41x/main/sal/inc/rtl/ |
H A D | logfile.h | 95 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) \ argument 97 project,\ 100 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) \ argument 102 project,\ 107 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) \ argument 109 project,\ 113 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) \ argument 115 project,\ 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 122 : m_sName( project) in Logfile() 144 #define RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ::rtl::Logfile instance(proje… argument 167 #define RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ((void)0) argument
|
/aoo41x/main/l10ntools/java/receditor/java/transex3/model/ |
H A D | SdfEntity.java | 25 private String project; field in SdfEntity 58 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument 60 this.project = project; in SdfEntity() 99 return project+"\\"+source_file; in getFileId() 105 return project+"\t"+source_file+"\t"+dummy1+"\t"+resource_type+"\t"+gid+"\t" in toString() 110 return project+gid+lid+source_file+resource_type+platform+helpid; in getId() 178 return project; in getProject() 181 public void setProject(String project) { in setProject() argument 182 this.project = project; in setProject()
|
/aoo41x/main/l10ntools/java/jpropex/java/ |
H A D | SdfEntity.java | 26 private String project = new String(""); field in SdfEntity 76 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument 78 this.project = project; in SdfEntity() 118 return project+"\\"+source_file; in getFileId() 124 …return new StringBuffer( project ).append( "\t" ).append( source_file ).append( "\t" ).append( dum… in toString() 129 …return new StringBuffer( project ).append( gid ).append( lid ).append( source_file ).append( resou… in getId() 197 return project; in getProject() 200 public void setProject(String project) { in setProject() argument 201 this.project = project; in setProject()
|
/aoo41x/main/l10ntools/scripts/tool/ |
H A D | sdf.py | 78 project = "" variable in SdfEntity 111 …def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpi… argument 113 self.project = project; 136 self.project = splitted[ self.const._PROJECT_POS ] 153 return self.project + "\\" + self.source_file 159 …return ''.join([self.project, "\t", self.source_file, "\t", self.dummy1, "\t", self.resource_type,… 164 …return ''.join([self.project, self.gid, self.lid, self.source_file, self.resource_type, self.platf…
|
/aoo41x/main/ |
H A D | README | 4 The Apache OpenOffice project provides a full featured office productivity suite 5 based on open standards. It is the continuation of the OpenOffice.org project. 10 Apache OpenOffice is a very large project with many components and mainly 37 Apache OpenOffice is a big project and depends on several other external libraries. 40 A comprehensive and complete building guide can be found in the project wiki under
|
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | UIMapOp.java | 78 for (IProject project : projects) { in locateUIMap() 80 if (project.isNatureEnabled("org.eclipse.jdt.core.javanature")) { in locateUIMap() 81 IJavaProject javaProject = JavaCore.create(project); in locateUIMap() 131 IProject project = uiMap.getResource().getProject(); in scan() 138 IFile file = project.getFile("ids"); in scan()
|
/aoo41x/main/icu/ |
H A D | createmak.pl | 796 my @project = (); 798 @project = split( /,/, $line); 799 if ( $#project ) { 805 @subarray = split( /=/, $project[0]); 808 $projectpath = $project[1]; 809 $projectid = $project[2];
|
/aoo41x/main/extensions/test/ole/EventListenerSample/ |
H A D | readme.txt | 4 The folder EventListener contains an MSDEV project that builds a dll that 13 Contains a Visual Basic project that builds an ActiveX component that implements 19 The project also contains a client that builds a Project1.exe (in the same
|
/aoo41x/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 310 ByteString project, member in XMLElement 329 project(""), in XMLElement() 367 void SetProject ( ByteString prj ){ project = prj; } in SetProject() 376 ByteString GetProject() { return project; } in GetProject()
|
/aoo41x/test/testgui/ |
H A D | readme.txt | 22 The module stores GUI testing scripts. It's an eclipse project. Setup the project with the followin… 26 …ersion MUST be higher than 4.10) into testscript/output/lib/junit.jar and then refresh the project.
|
/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/nbproject/ |
H A D | project.properties | 27 # This directory is removed when the project is cleaned: 41 # This directory is removed when the project is cleaned: 77 # Space-separated list of JVM arguments used when running the project
|
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/ |
H A D | project.properties | 28 # This directory is removed when the project is cleaned: 42 # This directory is removed when the project is cleaned: 84 # Space-separated list of JVM arguments used when running the project
|
/aoo41x/main/tomcat/ |
H A D | tomcat.patch | 5 +<project name="jsr154 in Apache OpenOffice" default="debuild" basedir="."> 25 +</project>
|
/aoo41x/main/vcl/workben/ |
H A D | svptest.cxx | 161 static Point project( const Point& rPoint ) in project() function 357 DrawLine( project( aP1 ) + aCenter, in Paint() 358 project( aP2 ) + aCenter, in Paint()
|
/aoo41x/main/desktop/test/deployment/update/simple/ |
H A D | readme.txt | 27 …ormation and the update is committed in the extensions/www project. To modify them get the project:
|
/aoo41x/main/xmerge/source/inc/ |
H A D | antbuild.properties | 32 target.dir=${build.dir}/${ant.project.name} 33 target.jar=${build.dir}/${ant.project.name}.jar
|
/aoo41x/main/beanshell/ |
H A D | bsh-2.0b6-src.patch | 7 -<project name="beanshell" default="compile" basedir="."> 8 +<project name="beanshell" default="jarall" basedir=".">
|
/aoo41x/main/desktop/test/deployment/update/ |
H A D | readme.txt | 43 in the desktop project. They are in the update subfolder of the different test folders. 51 The different test folders for the update are also commited in project extensions/www
|
/aoo41x/main/odk/examples/java/Spreadsheet/ |
H A D | XCalcAddins.idl | 40 your project files. This example will work with tNeccessaryhe default 51 http://www.openoffice.org/project/udk/common/man/idl_syntax.html .
|
/aoo41x/main/offapi/com/sun/star/script/vba/ |
H A D | XVBAMacroResolver.idl | 46 parts are optional. The first part represents the VBA project name. 51 procedure located in "Module" of the project "VBAProject". If the
|
/aoo41x/main/solenv/doc/gbuild/ |
H A D | doxygen.cfg | 24 # doxygen (www.doxygen.org) for a project 46 # by quotes) that should identify the project. 50 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 204 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 211 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 218 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 224 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL 489 # If the sources in your project are distributed over multiple directories 755 # of all compounds will be generated. Enable this if the project 766 # In case all classes in a project start with a common prefix, all [all …]
|
/aoo41x/main/padmin/source/ |
H A D | padialog.cxx | 304 static Point project( const Point& rPoint ) in project() function 574 pPrinter->DrawLine( project( aP1 ) + aCenter, in printPage() 575 project( aP2 ) + aCenter, in printPage()
|
/aoo41x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 756 project ( obj.project ), in XMLElement() 778 project =obj.project; in operator =()
|
/aoo41x/main/autodoc/source/exes/adc_uni/ |
H A D | spec-CommandLine.txt | 187 -p with -t/-d/-f: If there are more than one project, the -p option is required for each one. 189 The directory given wit the -p option is the root directory of the project.
|