Home
last modified time | relevance | path

Searched refs:index (Results 276 – 300 of 950) sorted by relevance

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js82 for (index=0; index<nTypeCount; ++index)
84 var sTypeName = gTypeNames[index];
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeNode.idl56 /** inserts <var>ChildNode</var> to this instance at the given index.
59 the index where the node will be inserted to this instance.
71 /** removes the node from this instance at the specified index.
74 the index of the node to be removed from this instance.
/trunk/main/basic/source/runtime/
H A Diosys.cxx186 sal_Int32 index; in findUserInDescription() local
191 index = aDescription.indexOf((sal_Unicode) ',', lastIndex); in findUserInDescription()
192 …::rtl::OUString token = (index == -1) ? aDescription.copy(lastIndex) : aDescription.copy(lastIndex… in findUserInDescription()
194 lastIndex = index + 1; in findUserInDescription()
207 while(index != -1); in findUserInDescription()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl81 The index may have any value. If it is outside the range from 0
90 If no child with the given index exists then an
109 /** Returns the index of this object in its accessible parent.
112 index returned by this function you get a reference to this
116 The returned index is zero based.
/trunk/main/sal/osl/os2/
H A Dprofile.c339 unsigned int index=0; in osl_closeProfile() local
342 for ( index = 0 ; index < pProfile->m_NoLines ; ++index) in osl_closeProfile()
344 if ( pProfile->m_Lines[index] != NULL ) in osl_closeProfile()
346 free(pProfile->m_Lines[index]); in osl_closeProfile()
354 for ( index = 0 ; index < pProfile->m_NoSections ; ++index ) in osl_closeProfile()
356 if ( pProfile->m_Sections[index].m_Entries != NULL ) in osl_closeProfile()
358 free(pProfile->m_Sections[index].m_Entries); in osl_closeProfile()
/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx141 ScVbaListBox::Selected( sal_Int32 index ) throw (css::uno::RuntimeException) in Selected() argument
148 sal_Int16 nIndex = static_cast< sal_Int16 >( index ); in Selected()
164 ScVbaListBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() argument
166 mpListHelper->removeItem( index ); in removeItem()
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java287 int index = content.indexOf("\n"); in getLineCount() local
288 while(index >=0) in getLineCount()
291 content = content.substring(index+1); in getLineCount()
292 index = content.indexOf("\n"); in getLineCount()
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl108 start index of the text.
128 start index of the text.
147 start index of the text.
169 start index of the text.
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl67 /** RefX, if this attribute is set, it specifies the index of the adjustment
72 /** RefY, if this attribute is set, it specifies the index of the adjustment
77 /** RefAngle, if this attribute is set, it specifies the index of the adjustment
82 /** RefR, if this attribute is set, it specifies the index of the adjustment
/trunk/main/offapi/com/sun/star/rendering/
H A DXPolyPolygon2D.idl94 The index of the polygon to query the number of points
118 boolean isClosed( [in] long index )
124 as the index to affect all polygons of this poly-polygon.
126 void setClosed( [in] long index, [in] boolean closedState )
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java345 int index = full.indexOf( "Target exception:" ); in processBshException() local
346 if ( index > -1 ) in processBshException()
348 String toParse = full.substring( index ); in processBshException()
350 StringTokenizer tokenizer = new StringTokenizer( full.substring( index ),":" ); in processBshException()
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionimport.cxx111 static OUString getSubdata( int index, sal_Unicode delimeter, const OUString& rData ) in getSubdata() argument
119 while( index ) in getSubdata()
124 index--; in getSubdata()
126 if( (index > 0) && (nLastIndex == 0) ) in getSubdata()
/trunk/main/oox/source/dump/
H A Doledumper.ini37 0x0000FFFF=uint32,dec,palette-index,,filter=0xFF000000~0x01000000
524 0=value-is-row-index
673 0x00000080=get-bind-index
674 0x00000100=put-bind-index
676 0x00000400=get-value-index
677 0x00000800=put-value-index
719 0x00000040=tab-index
720 0x00000080=class-id-cache-index
745 0x8000=!predefined-class-id!class-table-index
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.h42 +(id)rangeForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index;
45 +(id)styleRangeForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index;
47 +(id)lineForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexAccess.java125 private boolean checkGetByIndex(int index){ in checkGetByIndex() argument
129 log.println("getByIndex(" + index + ")"); in checkGetByIndex()
130 o = oObj.getByIndex(index); in checkGetByIndex()
/trunk/main/sw/source/ui/vba/
H A Dvbatemplate.cxx50 SwVbaTemplate::AutoTextEntries( const uno::Any& index ) throw (uno::RuntimeException) in AutoTextEntries() argument
76 if( index.hasValue() ) in AutoTextEntries()
77 return xCol->Item( index, uno::Any() ); in AutoTextEntries()
/trunk/main/offapi/com/sun/star/table/
H A DCellAddress.idl39 /** is the index of the sheet that contains the cell.
45 /** is the index of the column where the cell is located.
51 /** is the index of the row where the cell is located.
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx1454 int index = findSignatureInfor(securityId); in signatureCreated() local
1455 DBG_ASSERT( index != -1, "Signature Not Found!" ); in signatureCreated()
1457 SignatureInformation& signatureInfor = m_vInternalSignatureInformations[index].signatureInfor; in signatureCreated()
1478 int index = findSignatureInfor(securityId); in signatureVerified() local
1479 DBG_ASSERT( index != -1, "Signature Not Found!" ); in signatureVerified()
1481 SignatureInformation& signatureInfor = m_vInternalSignatureInformations[index].signatureInfor; in signatureVerified()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx242 sal_Int32 index = sLabel.indexOf( sal_Unicode('~') ); in findControlByName() local
243 if( index < 0 ) in findControlByName()
249 aBuffer.append( sLabel.copy( 0, index ) ); in findControlByName()
252 aBuffer.append( sLabel.copy( index + 1 ) ); in findControlByName()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl117 contains a cell address with the row index used for comparison.
118 Only this row index is of interest.
136 contains a cell address with the column index used for
137 comparison. Only this column index is of interest.
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx418 sal_uInt32 index = functionIndex; in codeSnippet() local
420 index |= 0x80000000; in codeSnippet()
430 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
432 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java275 int index = office.indexOf(params[i]); in removeParametersFromAppExecutionCommand() local
277 if (index != -1){ in removeParametersFromAppExecutionCommand()
278 office = office.substring(0, index) + office.substring(index + length); in removeParametersFromAppExecutionCommand()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java338 int index = line.lastIndexOf( SOFFICE ); in getPathFromWhich() local
339 if ( index != -1 ) { in getPathFromWhich()
340 int end = index + SOFFICE.length(); in getPathFromWhich()
341 for ( int i = 0; i <= index; i++ ) { in getPathFromWhich()
/trunk/main/xmlsecurity/tools/uno/
H A DDomToTreeModelAdapter.java80 public Object getChild(Object parent, int index) in getChild() argument
83 return node.child(index); in getChild()
89 return node.index((AdapterNode) child); in getIndexOfChild()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx72 sal_Int32 index = 0; in produceDependedTypes() local
76 if ((index = sTypeName.lastIndexOf(']')) > 0) in produceDependedTypes()
77 sTypeName = sTypeName.copy(index + 1); in produceDependedTypes()

Completed in 125 milliseconds

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