/aoo41x/main/sal/inc/rtl/ |
H A D | logfile.h | 95 #define RTL_LOGFILE_TRACE_AUTHOR( project, author, string ) \ argument 100 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) \ argument 107 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) \ argument 113 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) \ argument 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 127 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) ((void)0) argument 128 #define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) ((void)0) argument
|
H A D | logfile.hxx | 121 inline Logfile::Logfile( const sal_Char *project, const sal_Char *author, const sal_Char *name ) 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() 181 public void setProject(String 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() 200 public void setProject(String 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
|
/aoo41x/main/vcl/workben/ |
H A D | svptest.cxx | 161 static Point project( const Point& rPoint ) in project() function
|
/aoo41x/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 310 ByteString project, member in XMLElement
|
/aoo41x/main/padmin/source/ |
H A D | padialog.cxx | 304 static Point project( const Point& rPoint ) in project() function
|
/aoo41x/main/basebmp/test/ |
H A D | bmpdemo.cxx | 987 static basegfx::B2IPoint project( const basegfx::B2IPoint& rPoint ) in project() function
|