/aoo42x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 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() 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() 767 void Array::RemoveClipRange() in RemoveClipRange() 790 void Array::SetXOffset( long nXOffset ) in SetXOffset() 866 long Array::GetWidth() const in GetWidth() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | parclass.cxx | 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 }}, 146 { ocMul, {{ Array, Array }, 0 }}, 153 { ocNotEqual, {{ Array, Array }, 0 }}, [all …]
|
/aoo42x/main/cppu/inc/com/sun/star/uno/ |
H A D | Type.hxx | 196 if (! ::com::sun::star::uno::Array< T >::s_pType) 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() 225 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType2() 231 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType3() 244 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType3() 250 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType4() 264 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType4() 270 if (! ::com::sun::star::uno::Array< T >::s_pType) in getCppuArrayType5() 285 & ::com::sun::star::uno::Array< T >::s_pType ); in getCppuArrayType5() [all …]
|
/aoo42x/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.
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 34 import java.lang.reflect.Array ; 870 newValue = Array.newInstance(arrType, Array.getLength(oldValue)) ; 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() 884 Array.setChar(newValue, i, in changePValue() 888 Array.setDouble(newValue, i, Array.getDouble(oldValue, i) + 1); in changePValue() 891 Array.setFloat(newValue, i, Array.getFloat(oldValue, i) + 1); in changePValue() 894 Array.setInt(newValue, i, Array.getInt(oldValue, i) + 1); in changePValue() 897 Array.setLong(newValue, i, Array.getLong(oldValue, i) + 1); in changePValue() [all …]
|
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()
|
/aoo42x/main/jurt/java/jurt/src/test/java/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()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | UnoRuntime.java | 27 import java.lang.reflect.Array; 243 int n = Array.getLength(v1); in areSame() 244 if (n != Array.getLength(v2)) { in areSame() 252 if (!areSame(Array.get(v1, i), Array.get(v2, i))) { in areSame() 349 return Array.newInstance(type.getZClass().getComponentType(), 0); in completeValue()
|
/aoo42x/main/jurt/java/jurt/src/main/java/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()
|
/aoo42x/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.
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Shapes.log | 62 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains… 63 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to return concated element/shape n… 64 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to c… 65 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to r…
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Shapes.log | 62 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains… 63 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to return concated element/shape n… 64 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to c… 65 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to r…
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Shapes.log | 62 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains… 63 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to return concated element/shape n… 64 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to c… 65 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to r…
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | Shapes.log | 62 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains… 63 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to return concated element/shape n… 64 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to c… 65 …ITEM Assertion OK : expected Sheets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to r…
|
/aoo42x/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();
|
/aoo42x/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()
|
/aoo42x/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;
|
/aoo42x/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()
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | formdlgs.src | 52 // < "Array" ; Default ; > ; 242 Text [ en-US ] = "Array" ; 409 Text [ en-US ] = "Array" ;
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLArray.java | 38 private final java.sql.Array jdbcArray; 40 public JavaSQLArray(ResourceBasedEventLogger logger, java.sql.Array jdcbArray) { in JavaSQLArray()
|
/aoo42x/main/bean/test/applet/oooapplet/ |
H A D | OOoViewer.java | 25 import java.lang.reflect.Array; 79 Object arProp = Array.newInstance( in start()
|
/aoo42x/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)
|