/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 167 implParameters.setArray(arg0, arg1); in setArray() 175 implParameters.setBlob(arg0, arg1); in setBlob() 183 implParameters.setByte(arg0, arg1); in setByte() 187 implParameters.setBytes(arg0, arg1); in setBytes() 195 implParameters.setClob(arg0, arg1); in setClob() 199 implParameters.setDate(arg0, arg1); in setDate() 211 implParameters.setInt(arg0, arg1); in setInt() 215 implParameters.setLong(arg0, arg1); in setLong() 219 implParameters.setNull(arg0, arg1); in setNull() 235 implParameters.setRef(arg0, arg1); in setRef() [all …]
|
H A D | PostgresqlResultSet.java | 230 return implRow.getObject(arg0, arg1); in getObject() 316 implRowUpdate.updateByte(arg0, arg1); in updateByte() 320 implRowUpdate.updateBytes(arg0, arg1); in updateBytes() 328 implRowUpdate.updateDate(arg0, arg1); in updateDate() 332 implRowUpdate.updateDouble(arg0, arg1); in updateDouble() 336 implRowUpdate.updateFloat(arg0, arg1); in updateFloat() 340 implRowUpdate.updateInt(arg0, arg1); in updateInt() 344 implRowUpdate.updateLong(arg0, arg1); in updateLong() 356 implRowUpdate.updateObject(arg0, arg1); in updateObject() 360 implRowUpdate.updateShort(arg0, arg1); in updateShort() [all …]
|
H A D | PostgresqlDatabaseMetadata.java | 93 XResultSet results = impl.getColumns(arg0, arg1, arg2, arg3); in getColumns() 183 return new PostgresqlResultSet(impl.getExportedKeys(arg0, arg1, arg2), null); in getExportedKeys() 195 return new PostgresqlResultSet(impl.getImportedKeys(arg0, arg1, arg2), null); in getImportedKeys() 287 return new PostgresqlResultSet(impl.getPrimaryKeys(arg0, arg1, arg2), null); in getPrimaryKeys() 299 return new PostgresqlResultSet(impl.getProcedures(arg0, arg1, arg2), null); in getProcedures() 335 return new PostgresqlResultSet(impl.getTables(arg0, arg1, arg2, arg3), null); in getTables() 406 return new PostgresqlResultSet(impl.getUDTs(arg0, arg1, arg2, arg3), null); in getUDTs() 418 return new PostgresqlResultSet(impl.getVersionColumns(arg0, arg1, arg2), null); in getVersionColumns() 549 public boolean supportsConvert(int arg0, int arg1) throws SQLException { in supportsConvert() argument 550 return impl.supportsConvert(arg0, arg1); in supportsConvert() [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()
|
/trunk/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 ); \ 104 rtl_logfile_trace( frmt, arg1 ); \ 111 rtl_logfile_trace( frmt, arg1 , arg2 ); \ 117 rtl_logfile_trace( frmt, arg1 , arg2 , arg3 ); \ 121 #define RTL_LOGFILE_TRACE1( frmt, arg1 ) ((void)0) argument [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 ); \ 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 185 #define RTL_LOGFILE_PRODUCT_TRACE1( frmt, arg1 ) \ argument 187 rtl_logfile_trace( frmt, arg1 ); \ 191 #define RTL_LOGFILE_PRODUCT_CONTEXT_TRACE1( instance, frmt, arg1 ) \ argument [all …]
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | implbase1.hxx | 175 explicit ImplInheritanceHelper1(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper1() argument 178 BaseClass(arg1, arg2) {} in ImplInheritanceHelper1() 182 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper1() 186 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper1() 192 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper1() 199 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper1() 244 explicit AggImplInheritanceHelper1(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper1() argument 247 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper1() 251 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper1() 255 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper1() [all …]
|
H A D | implbase2.hxx | 171 explicit ImplInheritanceHelper2(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper2() argument 174 BaseClass(arg1, arg2) {} in ImplInheritanceHelper2() 178 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper2() 182 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper2() 188 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper2() 195 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper2() 240 explicit AggImplInheritanceHelper2(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper2() argument 243 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper2() 247 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper2() 251 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper2() [all …]
|
H A D | implbase3.hxx | 173 explicit ImplInheritanceHelper3(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper3() argument 176 BaseClass(arg1, arg2) {} in ImplInheritanceHelper3() 180 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper3() 184 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper3() 190 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper3() 197 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper3() 242 explicit AggImplInheritanceHelper3(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper3() argument 245 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper3() 249 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper3() 253 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper3() [all …]
|
H A D | implbase4.hxx | 174 explicit ImplInheritanceHelper4(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper4() argument 177 BaseClass(arg1, arg2) {} in ImplInheritanceHelper4() 181 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper4() 185 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper4() 191 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper4() 198 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper4() 243 explicit AggImplInheritanceHelper4(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper4() argument 246 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper4() 250 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper4() 254 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper4() [all …]
|
H A D | implbase5.hxx | 175 explicit ImplInheritanceHelper5(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper5() argument 178 BaseClass(arg1, arg2) {} in ImplInheritanceHelper5() 182 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper5() 186 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper5() 192 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper5() 199 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper5() 244 explicit AggImplInheritanceHelper5(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper5() argument 247 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper5() 251 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper5() 255 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper5() [all …]
|
H A D | implbase6.hxx | 176 explicit ImplInheritanceHelper6(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper6() argument 179 BaseClass(arg1, arg2) {} in ImplInheritanceHelper6() 183 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper6() 187 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper6() 193 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper6() 200 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper6() 245 explicit AggImplInheritanceHelper6(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper6() argument 248 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper6() 252 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper6() 256 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper6() [all …]
|
H A D | implbase7.hxx | 178 explicit ImplInheritanceHelper7(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper7() argument 181 BaseClass(arg1, arg2) {} in ImplInheritanceHelper7() 185 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper7() 189 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper7() 195 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper7() 202 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper7() 247 explicit AggImplInheritanceHelper7(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper7() argument 250 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper7() 254 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper7() 258 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper7() [all …]
|
H A D | implbase8.hxx | 178 explicit ImplInheritanceHelper8(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper8() argument 181 BaseClass(arg1, arg2) {} in ImplInheritanceHelper8() 185 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper8() 189 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper8() 195 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper8() 202 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper8() 247 explicit AggImplInheritanceHelper8(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper8() argument 250 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper8() 254 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper8() 258 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper8() [all …]
|
H A D | implbase10.hxx | 180 explicit ImplInheritanceHelper10(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper10() argument 183 BaseClass(arg1, arg2) {} in ImplInheritanceHelper10() 187 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper10() 191 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper10() 197 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper10() 204 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper10() 249 explicit AggImplInheritanceHelper10(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper10() argument 252 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper10() 256 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper10() 260 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper10() [all …]
|
H A D | implbase11.hxx | 181 explicit ImplInheritanceHelper11(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper11() argument 184 BaseClass(arg1, arg2) {} in ImplInheritanceHelper11() 188 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper11() 192 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper11() 198 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper11() 205 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper11() 250 explicit AggImplInheritanceHelper11(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper11() argument 253 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper11() 257 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper11() 261 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper11() [all …]
|
H A D | implbase9.hxx | 180 explicit ImplInheritanceHelper9(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper9() argument 183 BaseClass(arg1, arg2) {} in ImplInheritanceHelper9() 187 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper9() 191 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper9() 197 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper9() 204 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper9() 249 explicit AggImplInheritanceHelper9(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper9() argument 252 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper9() 256 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper9() 260 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper9() [all …]
|
H A D | implbase12.hxx | 182 explicit ImplInheritanceHelper12(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper12() argument 185 BaseClass(arg1, arg2) {} in ImplInheritanceHelper12() 189 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper12() 193 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper12() 199 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper12() 206 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper12() 251 explicit AggImplInheritanceHelper12(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper12() argument 254 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper12() 258 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper12() 262 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper12() [all …]
|
/trunk/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 365 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 370 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 385 implPropertySet.removePropertyChangeListener(arg0, arg1); in removePropertyChangeListener() 390 implPropertySet.removeVetoableChangeListener(arg0, arg1); in removeVetoableChangeListener() 393 public synchronized void setPropertyValue(String arg0, Object arg1) in setPropertyValue() argument 396 implPropertySet.setPropertyValue(arg0, arg1); in setPropertyValue() 401 public synchronized int compareBookmarks(Object arg0, Object arg1) throws SQLException { in compareBookmarks() argument 407 bookmark2 = AnyConverter.toInt(arg1); in compareBookmarks() 442 public synchronized boolean moveRelativeToBookmark(Object arg0, int arg1) throws SQLException { in moveRelativeToBookmark() 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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/testtools/qa/cli/ |
H A D | CLITest.java | 41 String arg1 = System.getProperty("cli_test_arg", ""); in runCLITests() local 42 if (arg1.length() == 0) in runCLITests() 45 String[] cmdarray = new String[] {testProgram, arg1}; in runCLITests()
|
/trunk/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()
|