| /AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlPreparedStatement.java | 119 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener() argument 120 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 123 …public void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws UnknownPro… in addVetoableChangeListener() argument 124 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 135 …public void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws Unknown… in removePropertyChangeListener() argument 136 implPropertySet.removePropertyChangeListener(arg0, arg1); in removePropertyChangeListener() 139 …public void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws Unknown… in removeVetoableChangeListener() argument 140 implPropertySet.removeVetoableChangeListener(arg0, arg1); in removeVetoableChangeListener() 143 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue() argument 145 implPropertySet.setPropertyValue(arg0, arg1); in setPropertyValue() [all …]
|
| H A D | PostgresqlResultSet.java | 229 public Object getObject(int arg0, XNameAccess arg1) throws SQLException { in getObject() argument 230 return implRow.getObject(arg0, arg1); in getObject() 307 public void updateBinaryStream(int arg0, XInputStream arg1, int arg2) throws SQLException { in updateBinaryStream() argument 308 implRowUpdate.updateBinaryStream(arg0, arg1, arg2); in updateBinaryStream() 311 public void updateBoolean(int arg0, boolean arg1) throws SQLException { in updateBoolean() argument 312 implRowUpdate.updateBoolean(arg0, arg1); in updateBoolean() 315 public void updateByte(int arg0, byte arg1) throws SQLException { in updateByte() argument 316 implRowUpdate.updateByte(arg0, arg1); in updateByte() 319 public void updateBytes(int arg0, byte[] arg1) throws SQLException { in updateBytes() argument 320 implRowUpdate.updateBytes(arg0, arg1); in updateBytes() [all …]
|
| H A D | PostgresqlDatabaseMetadata.java | 72 …public XResultSet getBestRowIdentifier(Object arg0, String arg1, String arg2, int arg3, boolean ar… in getBestRowIdentifier() argument 73 … return new PostgresqlResultSet(impl.getBestRowIdentifier(arg0, arg1, arg2, arg3, arg4), null); in getBestRowIdentifier() 88 …public XResultSet getColumnPrivileges(Object arg0, String arg1, String arg2, String arg3) throws S… in getColumnPrivileges() argument 89 return new PostgresqlResultSet(impl.getColumnPrivileges(arg0, arg1, arg2, arg3), null); in getColumnPrivileges() 92 …public XResultSet getColumns(Object arg0, String arg1, String arg2, String arg3) throws SQLExcepti… in getColumns() argument 93 XResultSet results = impl.getColumns(arg0, arg1, arg2, arg3); in getColumns() 150 …public XResultSet getCrossReference(Object arg0, String arg1, String arg2, Object arg3, String arg… in getCrossReference() argument 151 … return new PostgresqlResultSet(impl.getCrossReference(arg0, arg1, arg2, arg3, arg4, arg5), null); in getCrossReference() 182 public XResultSet getExportedKeys(Object arg0, String arg1, String arg2) throws SQLException { in getExportedKeys() argument 183 return new PostgresqlResultSet(impl.getExportedKeys(arg0, arg1, arg2), null); in getExportedKeys() [all …]
|
| H A D | PostgresqlStatement.java | 102 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener() argument 103 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 106 …public void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws UnknownPro… in addVetoableChangeListener() argument 107 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 118 …public void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws Unknown… in removePropertyChangeListener() argument 119 implPropertySet.removePropertyChangeListener(arg0, arg1); in removePropertyChangeListener() 122 …public void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws Unknown… in removeVetoableChangeListener() argument 123 implPropertySet.removeVetoableChangeListener(arg0, arg1); in removeVetoableChangeListener() 126 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue() argument 128 implPropertySet.setPropertyValue(arg0, arg1); in setPropertyValue()
|
| /AOO42X/main/sal/inc/rtl/ |
| H A D | logfile.h | 78 #define RTL_LOGFILE_TRACE1( frmt, arg1 ) \ argument 80 rtl_logfile_trace( frmt, arg1 ); \ 83 #define RTL_LOGFILE_TRACE2( frmt, arg1 , arg2 ) \ argument 85 rtl_logfile_trace( frmt, arg1 , arg2 ); \ 87 #define RTL_LOGFILE_TRACE3( frmt, arg1 , arg2 , arg3 ) \ argument 89 rtl_logfile_trace( frmt, arg1 , arg2 , arg3 ); \ 100 #define RTL_LOGFILE_TRACE_AUTHOR1( project, author, frmt, arg1 ) \ argument 104 rtl_logfile_trace( frmt, arg1 ); \ 107 #define RTL_LOGFILE_TRACE_AUTHOR2( project, author, frmt, arg1 , arg2 ) \ argument 111 rtl_logfile_trace( frmt, arg1 , arg2 ); \ [all …]
|
| H A D | logfile.hxx | 149 #define RTL_LOGFILE_CONTEXT_TRACE1( instance , frmt, arg1 ) \ argument 152 rtl_logfile_trace( frmt , arg1 ); \ 154 #define RTL_LOGFILE_CONTEXT_TRACE2( instance , frmt, arg1 , arg2 ) \ argument 157 rtl_logfile_trace( frmt , arg1 , arg2 ); \ 159 #define RTL_LOGFILE_CONTEXT_TRACE3( instance , frmt, arg1 , arg2 , arg3 ) \ argument 162 rtl_logfile_trace( frmt , arg1 , arg2 , arg3 ); \ 169 #define RTL_LOGFILE_CONTEXT_TRACE1( instance, frmt, arg1 ) ((void)0) argument 170 #define RTL_LOGFILE_CONTEXT_TRACE2( instance, frmt, arg1, arg2 ) ((void)0) argument 171 #define RTL_LOGFILE_CONTEXT_TRACE3( instance, frmt, arg1, arg2 , arg3 ) ((void)0) argument 185 #define RTL_LOGFILE_PRODUCT_TRACE1( frmt, arg1 ) \ argument [all …]
|
| /AOO42X/main/cppuhelper/inc/cppuhelper/ |
| H A D | implbase2.hxx | 171 explicit ImplInheritanceHelper2(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper2() argument 173 ImplInheritanceHelper2(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper2() argument 174 BaseClass(arg1, arg2) {} in ImplInheritanceHelper2() 177 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper2() argument 178 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper2() 181 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper2() argument 182 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper2() 186 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper2() argument 188 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper2() 193 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper2() argument [all …]
|
| H A D | implbase1.hxx | 175 explicit ImplInheritanceHelper1(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper1() argument 177 ImplInheritanceHelper1(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper1() argument 178 BaseClass(arg1, arg2) {} in ImplInheritanceHelper1() 181 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper1() argument 182 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper1() 185 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper1() argument 186 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper1() 190 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper1() argument 192 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper1() 197 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper1() argument [all …]
|
| H A D | implbase3.hxx | 173 explicit ImplInheritanceHelper3(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper3() argument 175 ImplInheritanceHelper3(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper3() argument 176 BaseClass(arg1, arg2) {} in ImplInheritanceHelper3() 179 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper3() argument 180 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper3() 183 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper3() argument 184 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper3() 188 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper3() argument 190 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper3() 195 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper3() argument [all …]
|
| H A D | implbase5.hxx | 175 explicit ImplInheritanceHelper5(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper5() argument 177 ImplInheritanceHelper5(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper5() argument 178 BaseClass(arg1, arg2) {} in ImplInheritanceHelper5() 181 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper5() argument 182 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper5() 185 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper5() argument 186 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper5() 190 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper5() argument 192 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper5() 197 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper5() argument [all …]
|
| H A D | implbase4.hxx | 174 explicit ImplInheritanceHelper4(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper4() argument 176 ImplInheritanceHelper4(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper4() argument 177 BaseClass(arg1, arg2) {} in ImplInheritanceHelper4() 180 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper4() argument 181 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper4() 184 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper4() argument 185 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper4() 189 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper4() argument 191 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper4() 196 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper4() argument [all …]
|
| H A D | implbase6.hxx | 176 explicit ImplInheritanceHelper6(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper6() argument 178 ImplInheritanceHelper6(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper6() argument 179 BaseClass(arg1, arg2) {} in ImplInheritanceHelper6() 182 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper6() argument 183 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper6() 186 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper6() argument 187 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper6() 191 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper6() argument 193 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper6() 198 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper6() argument [all …]
|
| H A D | implbase7.hxx | 178 explicit ImplInheritanceHelper7(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper7() argument 180 ImplInheritanceHelper7(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper7() argument 181 BaseClass(arg1, arg2) {} in ImplInheritanceHelper7() 184 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper7() argument 185 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper7() 188 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper7() argument 189 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper7() 193 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper7() argument 195 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper7() 200 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper7() argument [all …]
|
| H A D | implbase8.hxx | 178 explicit ImplInheritanceHelper8(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper8() argument 180 ImplInheritanceHelper8(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper8() argument 181 BaseClass(arg1, arg2) {} in ImplInheritanceHelper8() 184 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper8() argument 185 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper8() 188 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper8() argument 189 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper8() 193 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper8() argument 195 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper8() 200 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper8() argument [all …]
|
| H A D | implbase10.hxx | 180 explicit ImplInheritanceHelper10(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper10() argument 182 ImplInheritanceHelper10(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper10() argument 183 BaseClass(arg1, arg2) {} in ImplInheritanceHelper10() 186 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper10() argument 187 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper10() 190 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper10() argument 191 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper10() 195 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper10() argument 197 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper10() 202 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper10() argument [all …]
|
| H A D | implbase9.hxx | 180 explicit ImplInheritanceHelper9(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper9() argument 182 ImplInheritanceHelper9(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper9() argument 183 BaseClass(arg1, arg2) {} in ImplInheritanceHelper9() 186 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper9() argument 187 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper9() 190 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper9() argument 191 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper9() 195 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper9() argument 197 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper9() 202 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper9() argument [all …]
|
| H A D | implbase11.hxx | 181 explicit ImplInheritanceHelper11(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper11() argument 183 ImplInheritanceHelper11(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper11() argument 184 BaseClass(arg1, arg2) {} in ImplInheritanceHelper11() 187 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper11() argument 188 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper11() 191 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper11() argument 192 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper11() 196 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper11() argument 198 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper11() 203 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper11() argument [all …]
|
| H A D | implbase12.hxx | 182 explicit ImplInheritanceHelper12(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper12() argument 184 ImplInheritanceHelper12(T1 const & arg1, T2 const & arg2): in ImplInheritanceHelper12() argument 185 BaseClass(arg1, arg2) {} in ImplInheritanceHelper12() 188 T1 const & arg1, T2 const & arg2, T3 const & arg3): in ImplInheritanceHelper12() argument 189 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper12() 192 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4): in ImplInheritanceHelper12() argument 193 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper12() 197 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper12() argument 199 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper12() 204 T1 const & arg1, T2 const & arg2, T3 const & arg3, T4 const & arg4, in ImplInheritanceHelper12() argument [all …]
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DatabaseMetaDataResultSet.java | 313 public synchronized Object getObject(int columnIndex, XNameAccess arg1) throws SQLException { in getObject() argument 363 …public synchronized void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) thro… in addPropertyChangeListener() argument 365 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 368 …public synchronized void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) thro… in addVetoableChangeListener() argument 370 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 383 …public synchronized void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) t… in removePropertyChangeListener() argument 385 implPropertySet.removePropertyChangeListener(arg0, arg1); in removePropertyChangeListener() 388 …public synchronized void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) t… in removeVetoableChangeListener() argument 390 implPropertySet.removeVetoableChangeListener(arg0, arg1); in removeVetoableChangeListener() 393 public synchronized void setPropertyValue(String arg0, Object arg1) in setPropertyValue() argument [all …]
|
| H A D | CustomResultSet.java | 291 public synchronized Object getObject(int columnIndex, XNameAccess arg1) throws SQLException { in getObject() argument 356 public synchronized int compareBookmarks(Object arg0, Object arg1) throws SQLException { in compareBookmarks() argument 362 bookmark2 = AnyConverter.toInt(arg1); in compareBookmarks() 397 public synchronized boolean moveRelativeToBookmark(Object arg0, int arg1) throws SQLException { in moveRelativeToBookmark() argument 405 moved = relative(arg1); in moveRelativeToBookmark()
|
| /AOO42X/main/basic/source/classes/ |
| H A D | propacc.cxx | 56 int CDECL SbCompare_PropertyValues_Impl( const void *arg1, const void *arg2 ) in SbCompare_PropertyValues_Impl() argument 58 return ((PropertyValue*)arg1)->Name.compareTo( ((PropertyValue*)arg2)->Name ); in SbCompare_PropertyValues_Impl() 61 extern "C" int CDECL SbCompare_UString_PropertyValue_Impl( const void *arg1, const void *arg2 ) in SbCompare_UString_PropertyValue_Impl() argument 63 const ::rtl::OUString *pArg1 = (::rtl::OUString*) arg1; in SbCompare_UString_PropertyValue_Impl() 68 int CDECL SbCompare_Properties_Impl( const void *arg1, const void *arg2 ) in SbCompare_Properties_Impl() argument 70 return ((Property*)arg1)->Name.compareTo( ((Property*)arg2)->Name ); in SbCompare_Properties_Impl() 73 extern "C" int CDECL SbCompare_UString_Property_Impl( const void *arg1, const void *arg2 ) in SbCompare_UString_Property_Impl() argument 75 const ::rtl::OUString *pArg1 = (::rtl::OUString*) arg1; in SbCompare_UString_Property_Impl()
|
| /AOO42X/main/unoxml/source/rdf/ |
| H A D | CLiteral.cxx | 129 ::rtl::OUString arg1; in initialize() 131 if ((aArguments[1] >>= arg1)) { in initialize() 132 if (arg1.getLength() > 0) { in initialize() 133 m_Language = arg1; in initialize()
|
| H A D | CURI.cxx | 756 ::rtl::OUString arg1; in initialize() 773 if (!(aArguments[1] >>= arg1)) { in initialize() 779 arg0 = arg0 + arg1; in initialize() 780 arg1 = ::rtl::OUString(); in initialize() 791 arg1 = arg0.copy(idx+1); in initialize() 810 m_LocalName = arg1; in initialize()
|
| /AOO42X/main/testtools/qa/cli/ |
| H A D | CLITest.java | 48 String arg1 = System.getProperty("cli_test_arg", ""); in runCLITests() local 49 if (arg1.length() == 0) in runCLITests() 52 String[] cmdarray = new String[] {testProgram, arg1}; in runCLITests()
|
| /AOO42X/main/filter/source/graphicfilter/ieps/ |
| H A D | ieps.cxx | 208 rtl::OUString arg1 = in RenderAsEMF() local 218 arg1.pData, arg2.pData, arg3.pData, output.pData in RenderAsEMF() 310 rtl::OUString arg1 = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("-density")); in RenderAsPNGThroughConvert() local 320 arg1.pData, arg2.pData, arg3.pData, arg4.pData in RenderAsPNGThroughConvert() 336 rtl::OUString arg1 = in RenderAsPNGThroughGS() local 360 arg1.pData, arg2.pData, arg3.pData, arg4.pData, arg5.pData, in RenderAsPNGThroughGS()
|