| /AOO41X/main/svx/source/dialog/ |
| H A D | framelinkarray.cxx | 290 explicit MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow ); 309 MergedCellIterator::MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow ) in MergedCellIterator() 348 Array::Array() in Array() function in svx::frame::Array 353 Array::Array( size_t nWidth, size_t nHeight ) in Array() function in svx::frame::Array 358 Array::~Array() in ~Array() 364 void Array::Initialize( size_t nWidth, size_t nHeight ) in Initialize() 370 void Array::Clear() in Clear() 375 size_t Array::GetColCount() const in GetColCount() 380 size_t Array::GetRowCount() const in GetRowCount() 385 size_t Array::GetCellCount() const in GetCellCount() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | parclass.cxx | 63 { ocIf, {{ Array, Reference, Reference }, 0 }}, 64 { ocChose, {{ Array, Reference }, 1 }}, 78 { ocAdd, {{ Array, Array }, 0 }}, 79 { ocAmpersand, {{ Array, Array }, 0 }}, 110 { ocDiv, {{ Array, Array }, 0 }}, 111 { ocEqual, {{ Array, Array }, 0 }}, 117 { ocGreater, {{ Array, Array }, 0 }}, 118 { ocGreaterEqual, {{ Array, Array }, 0 }}, 130 { ocLess, {{ Array, Array }, 0 }}, 131 { ocLessEqual, {{ Array, Array }, 0 }}, [all …]
|
| /AOO41X/main/cppu/inc/com/sun/star/uno/ |
| H A D | Type.hxx | 94 typelib_TypeDescriptionReference * Array< T >::s_pType = 0; 196 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType1() 203 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType1() 207 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType1() 213 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType2() 221 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType2() 225 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType2() 231 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType3() 240 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType3() 244 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType3() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XArray.idl | 47 <code>Array</code> 51 <code>Array</code> 60 <code>Array</code> 80 <code>Array</code> 83 …the SDBC types that is the type code for the elements in the array designated by this Array object. 92 <code>Array</code> 165 <code>Array</code> 191 …t object containing one row for each of the elements in the array designated by this Array object, 235 designated by this Array object, starting at index index.
|
| H A D | XParameters.idl | 333 Clob, Struct, or Array, the driver should pass it to the database as a 360 Clob, Struct, or Array, the driver should pass it to the database as a 421 /** sets an Array parameter.
|
| /AOO41X/main/qadevOOo/runner/util/ |
| H A D | ValueComparer.java | 27 import java.lang.reflect.Array; 104 && (Array.getLength(op1) == Array.getLength(op2))) in compareArrays() 108 for(int i = 0; i < Array.getLength(op1); ++ i) in compareArrays() 109 result = result & compareObjects(Array.get(op1, i), Array.get(op2, i)); in compareArrays()
|
| H A D | ValueChanger.java | 34 import java.lang.reflect.Array ; 870 newValue = Array.newInstance(arrType, Array.getLength(oldValue)) ; in changePValue() 871 for (int i = 0; i < Array.getLength(newValue); i++) { in changePValue() 873 Object elem = changePValue(Array.get(oldValue, i)) ; in changePValue() 874 Array.set(newValue, i, elem); in changePValue() 877 Array.setBoolean(newValue, i, !Array.getBoolean(oldValue, i)); in changePValue() 880 Array.setByte(newValue, i, in changePValue() 881 (byte) (Array.getByte(oldValue, i) + 1)); in changePValue() 884 Array.setChar(newValue, i, in changePValue() 885 (char) (Array.getChar(oldValue, i) + 1)); in changePValue() [all …]
|
| /AOO41X/main/ridljar/com/sun/star/uno/ |
| H A D | UnoRuntime.java | 27 import java.lang.reflect.Array; 232 int n = Array.getLength(v1); in areSame() 233 if (n != Array.getLength(v2)) { in areSame() 241 if (!areSame(Array.get(v1, i), Array.get(v2, i))) { in areSame() 338 return Array.newInstance(type.getZClass().getComponentType(), 0); in completeValue()
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshaling_Test.java | 31 import java.lang.reflect.Array; 238 && (Array.getLength(op1) == Array.getLength(op2))) in compareArrays() 242 for(int i = 0; i < Array.getLength(op1); ++ i) in compareArrays() 243 result = result & compareObjects(Array.get(op1, i), Array.get(op2, i)); in compareArrays()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | urp.java | 49 import java.lang.reflect.Array; 179 Array.get(args[i], 0)); in writeReply() 413 Object inout = Array.newInstance( in readRequest() 415 Array.set( in readRequest() 424 args[i] = Array.newInstance( in readRequest() 462 Array.set( in readReply()
|
| H A D | Marshal.java | 39 import java.lang.reflect.Array; 303 int len = Array.getLength(value); in writeSequenceValue() 306 writeValue(ctype, Array.get(value, i)); in writeSequenceValue()
|
| H A D | Unmarshal.java | 38 import java.lang.reflect.Array; 389 Object value = Array.newInstance( in readSequenceValue() 393 Array.set(value, i, readValue(ctype)); in readSequenceValue()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | svarray.hxx | 40 * definiere/implementiere ein Array das einfache Objecte 46 * definiere/implementiere ein Array das Pointer haelt. Diese 53 * definiere/implementiere ein Array das Pointer haelt. Diese 59 * defieniere/implementiere ein Sort-Array mit Pointern, das nach 64 * defieniere/implementiere ein Sort-Array mit Pointern, das nach 69 * defieniere/implementiere ein Sort-Array mit Pointern, das nach 75 * defieniere/implementiere ein Sort-Array mit Pointern, das nach 81 * defieniere/implementiere ein Sort-Array mit einfachen Objecten.
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | framelinkarray.hxx | 152 class SVX_DLLPUBLIC Array class 156 explicit Array(); 159 explicit Array( size_t nWidth, size_t nHeight ); 162 ~Array();
|
| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_data.cxx | 1268 System::Array* ar = NULL; in map_to_uno() 1271 ar = __try_cast<System::Array*>(cli_data); in map_to_uno() 1375 … System::Object* elemData= dynamic_cast<System::Array*>(cli_data)->GetValue(nPos); in map_to_uno() 1900 System::Array* arEnum = System::Array::CreateInstance( in map_to_cli() 1914 System::Array* ar= System::Array::CreateInstance( in map_to_cli() 1935 System::Array *ar= System::Array::CreateInstance( in map_to_cli() 1956 System::Array* ar= System::Array::CreateInstance(ifaceType, nElements); in map_to_cli()
|
| /AOO41X/test/testgui/source/testlib/gui/ |
| H A D | SCTool.java | 27 import java.lang.reflect.Array; 237 int len = Array.getLength(array); in arrayToString() 240 Object el = Array.get(array, i); in arrayToString()
|
| /AOO41X/main/udkapi/com/sun/star/script/ |
| H A D | ArrayWrapper.idl | 49 /** Indicates whether the Array should be have 1 or 0 based indexing. 52 /** Contains the Array to be passed. 55 any Array;
|
| /AOO41X/main/formula/source/ui/dlg/ |
| H A D | formdlgs.src | 56 // < "Array" ; Default ; > ; 254 Text [ en-US ] = "Array" ; 421 Text [ en-US ] = "Array" ;
|
| /AOO41X/main/bean/test/applet/oooapplet/ |
| H A D | OOoViewer.java | 25 import java.lang.reflect.Array; 79 Object arProp = Array.newInstance( in start()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sb.src | 61 Text [ en-US ] = "Array already dimensioned." ; 479 Text [ en-US ] = "Array or procedure $(ARG1) not found." ; 520 …/* ### ACHTUNG: Neuer Text in Resource? Array mu� dimensioniert werden : Array mu� dimensioniert w… 521 Text [ en-US ] = "Array must be dimensioned." ;
|
| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_vb_bridgetest.vb | 139 ret = compareSequence(DirectCast( val1, Array), _ 140 DirectCast( val2, Array)) 164 Private Shared Function compareSequence( ar1 As Array, ar2 As Array) As Boolean
|
| H A D | cli_cpp_bridgetest.cxx | 98 ret = compareSequence(static_cast<Array*>(val1), 99 static_cast<Array*>(val2)); 135 static bool compareSequence(Array* ar1, Array* ar2)
|
| H A D | cli_cs_bridgetest.cs | 78 ret = compareSequence((Array) val1, (Array) val2); in compareData() 114 static bool compareSequence(Array ar1, Array ar2) in compareSequence()
|
| /AOO41X/main/offapi/com/sun/star/rendering/ |
| H A D | StrokeAttributes.idl | 68 /** Array of ink on and off lengths, measured in user coordinate 83 /** Array of line widths and spacings for multiple-line
|
| /AOO41X/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 31 import java.lang.reflect.Array; 2117 && Array.getLength(o1) == Array.getLength(o2))) { in equalValues() 2120 for (int i = 0; i < Array.getLength(o1); ++i) { in equalValues() 2121 Object oo1 = Array.get(o1, i); in equalValues() 2125 if (!equal(oo1, Array.get(o2, i))) { in equalValues()
|