Home
last modified time | relevance | path

Searched refs:index (Results 251 – 275 of 950) sorted by relevance

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

/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChange.idl55 /** The lowest index of a row that has changed.
62 /** The highest index of a row that has changed.
69 /** The lowest index of a column that has changed.
76 /** The highest index of a column that has changed.
H A DTextSegment.idl37 between these two indices including the start index but not the end
38 index. With it you can use this structure without having to
68 structure. The index refers to the enclosing text.
73 text segment represented by this structure. The index refers to the
H A DXAccessibleRelationSet.idl64 the given index.
67 This index specifies the relatio to return.
70 For a valid index, i.e. inside the range 0 to the number of
72 relation. If the index is invalid then the returned relation
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl70 the index of the wanted number format within the formats for
88 the index of the converted number format if successful,
89 the old index if the number format could not be converted.
92 index of the old number format
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterControllerListener.idl45 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> in …
48 … <p><member>FilterEvent::FilterComponent</member> denotes the index of the filter component whose
57 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…
67 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx48 ::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index) in getElement() argument
50 while (*index < version.getLength() && version[*index] == '0') { in getElement()
51 ++*index; in getElement()
53 return version.getToken(0, '.', *index); in getElement()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx504 sal_uInt32 index = 0; in findFirst4Win64ArgumentTypes() local
509 ++index; in findFirst4Win64ArgumentTypes()
517 ++index; in findFirst4Win64ArgumentTypes()
521 if (index >= 4) in findFirst4Win64ArgumentTypes()
529 isArgFloat[index++] = !pParams[param].bOut && in findFirst4Win64ArgumentTypes()
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.java135 int index=1; in checkAPI() local
137 while ( param.get("job"+index) != null ) { in checkAPI()
138 p.add(param.get("job"+index)); in checkAPI()
139 index++; in checkAPI()
/trunk/main/connectivity/source/drivers/jdbc/
H A DArray.cxx81 …sun::star::uno::Any > SAL_CALL java_sql_Array::getArrayAtIndex( sal_Int32 index, sal_Int32 count, … in getArrayAtIndex() argument
93 out = (jobjectArray)t.pEnv->CallObjectMethod( object, mID, index,count,obj); in getArrayAtIndex()
124 …dbc::XResultSet > SAL_CALL java_sql_Array::getResultSetAtIndex( sal_Int32 index, sal_Int32 count, … in getResultSetAtIndex() argument
137 out = t.pEnv->CallObjectMethod( object, mID, index,count,obj); in getResultSetAtIndex()
/trunk/main/sw/inc/
H A Dpoolfmt.awk70 /^[ \t]*RES_/ && !index( $1, "_BEGIN" ) && !index( $1, "_END" ) && !index( $1, "_POOL_" ) {
/trunk/main/sw/source/ui/vba/
H A Dvbasections.cxx74 for( sal_Int32 index = 0; index < nCount; ++index ) in SectionCollectionHelper() local
76 … uno::Reference< style::XStyle > xStyle( xPageStyles->getByIndex( index ), uno::UNO_QUERY_THROW ); in SectionCollectionHelper()
/trunk/main/xmlhelp/source/cxxhelp/inc/util/
H A DConceptList.hxx47 ConceptList( sal_Int8* array,sal_Int32 arrl,sal_Int32 index ) in ConceptList() argument
48 : k_( array[index] ), in ConceptList()
50 list_( arrl,array,index + 1 ) { } in ConceptList()
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx83 void putParamData (sal_Int32 index) throw(::com::sun::star::sdbc::SQLException);
86 sal_Int32 getParamLength ( sal_Int32 index);
87 sal_Int8* getLengthBuf (sal_Int32 index);
88 sal_Int8* getDataBuf (sal_Int32 index);
89 sal_Int8* allocBindBuf ( sal_Int32 index, sal_Int32 bufLen);
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java113 …dsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short index) throws Exception { in getSCSheetByIndex() argument
118 (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, xIndexAccess.getByIndex(index)); in getSCSheetByIndex()
133 XSpreadsheetDocument xSpreadsheetDocument, short index) in getSCSheetNameByIndex() argument
139 XSpreadsheet.class, xIndexAccess.getByIndex(index)); in getSCSheetNameByIndex()
155 XSpreadsheetDocument xSpreadsheetDocument, short index, in setSCSheetNameByIndex() argument
161 XSpreadsheet.class, xIndexAccess.getByIndex(index)); in setSCSheetNameByIndex()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorerLabelProvider.java35 public String getColumnText(Object obj, int index) { in getColumnText() argument
37 switch (index) { in getColumnText()
50 public Image getColumnImage(Object obj, int index) { in getColumnImage() argument
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx113 XMLSecurityContext_NssImpl::getSecurityEnvironmentByIndex( sal_Int32 index ) in getSecurityEnvironmentByIndex() argument
118 if (index >= 0 && index < ( sal_Int32 )m_vSecurityEnvironments.size()) in getSecurityEnvironmentByIndex()
120 xSecurityEnvironment = m_vSecurityEnvironments[index]; in getSecurityEnvironmentByIndex()
/trunk/main/sw/
H A DLibrary_swui.mk136 sw/source/ui/index/cntex \
137 sw/source/ui/index/cnttab \
138 sw/source/ui/index/multmrk \
139 sw/source/ui/index/swuiidxmrk \
/trunk/main/unotools/source/config/
H A Deventcfg.cxx277 for( sal_Int32 index = 0 ; index < nPropCount ; ++index ) in replaceByName() local
279 if ( props[ index ].Name.compareToAscii( "Script" ) == 0 ) in replaceByName()
280 props[ index ].Value >>= macroURL; in replaceByName()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx640 OString replaceAt( sal_Int32 index, sal_Int32 count, const OString& newStr ) const SAL_THROW(()) in replaceAt() argument
643 rtl_string_newReplaceStrAt( &pNew, pData, index, count, newStr.pData ); in replaceAt()
743 OString getToken( sal_Int32 token, sal_Char cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
746 index = rtl_string_getToken( &pNew, pData, token, cTok, index ); in getToken()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx468 void FilterHelper::SetFilterAtIndex(unsigned index) { in SetFilterAtIndex() argument
469 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "index", index); in SetFilterAtIndex()
471 if (m_pFilterList->size() <= index) { in SetFilterAtIndex()
472 index = 0; in SetFilterAtIndex()
474 FilterEntry entry = m_pFilterList->at(index); in SetFilterAtIndex()
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx263 for ( sal_Int32 index = 0; index < nExcelServices; ++index ) in getAvailableServiceNames() local
264 serviceNames[ startIndex + index ] = names[ index ]; in getAvailableServiceNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DObjectInspectorModelImpl.java130 int index = 0; in getPropertyOrderIndex() local
133 index = n; in getPropertyOrderIndex()
137 return index; in getPropertyOrderIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java165 int index = originalKey.indexOf('$'); in executeSQLCommand() local
166 if (index != -1) { in executeSQLCommand()
169 pre = originalKey.substring(0,index); in executeSQLCommand()
171 String key = originalKey.substring(index+1); in executeSQLCommand()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmapPalette.idl63 The index of the palette entry to be retrieved. Valid range is
73 if the index is smaller than zero or larger than
93 The index of the palette entry to be changed. Valid range is
100 if the index is smaller than zero or larger than
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DUnoInfo.java57 int index = url.lastIndexOf( JUHJAR ); in getBase() local
58 if ( index >= 0 ) { in getBase()
59 base = url.substring( 0, index + 1 ); in getBase()

Completed in 83 milliseconds

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