Home
last modified time | relevance | path

Searched refs:index (Results 376 – 400 of 950) sorted by relevance

1...<<11121314151617181920>>...38

/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx155 sal_Int32 index = 0; in getRTTI() local
158 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
163 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx137 sal_Int32 index = 0; in getRTTI() local
140 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
145 while (index >= 0); in getRTTI()
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl160 @param index
161 the index of the path segment, starting at zero.
167 otherwise, and in particular if <code>index</code> is negative, an empty
170 string getPathSegment([in] long index);
/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java327 int index = JavaTools.FieldInList(_sDataList, _sHeader); in getStyleColor() local
328 if (index > -1) in getStyleColor()
332 while (((sPropName.indexOf("}") < 0) && (index < _sDataList.length - 1))) in getStyleColor()
334 String scurline = _sDataList[index++]; in getStyleColor()
/trunk/main/offapi/com/sun/star/text/
H A DTextSortDescriptor.idl64 /** contains the row or column index used in the first search key.
87 /** contains the row or column index used in the second search key.
110 /** contains the row or column index used in the third search key.
/trunk/main/offapi/com/sun/star/form/
H A DFormComponents.idl53 components by name and by index. The name of a component is not
69 /** gives access to the elements by index.
80 …p>The interface allows managing of scripts associated with dependent components, accessed by index.
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dexcept.cxx146 sal_Int32 index = 0; in getRTTI() local
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
154 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx275 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
378 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
397 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx146 sal_Int32 index = 0; in getRTTI() local
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
154 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx270 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
373 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
392 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dexcept.cxx146 sal_Int32 index = 0; in getRTTI() local
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
154 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dexcept.cxx147 sal_Int32 index = 0; in getRTTI() local
150 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
155 while (index >= 0); in getRTTI()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1009 /** return the maximum length of an index (in bytes)
1536 <b>ORDINAL_POSITION</b> int => index of column in table
2319 <b>TYPE</b> short => index type:
2322 returned in conjunction with a table's index descriptions
2324 <li> CLUSTERED - this is a clustered index
2326 <li> HASHED - this is a hashed index
2328 <li> OTHER - this is some other style of index
2334 within index; zero when TYPE is tableIndexStatistic
2348 number of unique values in the index.
2353 is the number of pages used for the current index.
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java219 Object index = xIndexs.getByName(aIndexNames[i]); in printIndexes() local
220 …plier xIndexColumnsSup = (XColumnsSupplier)UnoRuntime.queryInterface(XColumnsSupplier.class,index); in printIndexes()
255 …public static void printIndexProperties(Object index) throws com.sun.star.uno.Exception,SQLExcepti… in printIndexProperties() argument
258 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,index); in printIndexProperties()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx468 sal_Int32 index) in create_wrapper_for_child() argument
472 uno::Reference< accessibility::XAccessible > xChild(xContext->getAccessibleChild(index)); in create_wrapper_for_child()
486 sal_Int32 index = (sal_Int32)(sal_IntPtr) pEvent->GetData(); in handle_toolbox_buttonchange() local
493 create_wrapper_for_child(xAccessible->getAccessibleContext(), index); in handle_toolbox_buttonchange()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2219 void SAL_CALL ODbaseTable::alterColumnByIndex( sal_Int32 index, const Reference< XPropertySet >& de… in alterColumnByIndex() argument
2225 if(index < 0 || index >= m_pColumns->getCount()) in alterColumnByIndex()
2226 throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),*this); in alterColumnByIndex()
2229 m_pColumns->getByIndex(index) >>= xOldColumn; in alterColumnByIndex()
2230 alterColumn(index,descriptor,xOldColumn); in alterColumnByIndex()
2233 void ODbaseTable::alterColumn(sal_Int32 index, in alterColumn() argument
2238 if(index < 0 || index >= m_pColumns->getCount()) in alterColumn()
2239 throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),*this); in alterColumn()
2266 for(;i < index;++i) in alterColumn()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextAttributes.idl68 the character at the given index and are directly set or are set
74 The index of the character for which to return its attributes.
90 if the index is invalid
/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx51 #define STATIC_ARRAY_SELECT( array, index, def ) \ argument
52 …((static_cast<size_t>(index) < STATIC_ARRAY_SIZE(array)) ? ((array)[static_cast<size_t>(index)]) :…
/trunk/main/sc/source/ui/vba/
H A Dvbachartobjects.cxx103 for ( sal_Int32 index = 0 ; it != it_end; ++it, ++index ) in getChartObjectNames() local
104 sChartNames[index] = *it; in getChartObjectNames()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx195 aVtableSlot.index, in cpp_call()
314 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
333 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx176 aVtableSlot.index, in cpp_call()
286 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
306 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java123 final Integer index = IntegerCache.getInteger(table); in isContainedByTable() local
124 return tableIndices.contains(index); in isContainedByTable()
931 final int index = (col - 1) + (initialColumnSpan - 1); in getColumnSpanForCell() local
932 … cellWidth += tableBoundaries[index].getBoundary() - tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
933 cellBoundary = tableBoundaries[index].getBoundary(); in getColumnSpanForCell()

Completed in 117 milliseconds

1...<<11121314151617181920>>...38