Home
last modified time | relevance | path

Searched refs:index (Results 201 – 225 of 950) sorted by relevance

12345678910>>...38

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DParameterTypeInfo.java52 String name, String methodName, int index, int flags, Type unoType) in ParameterTypeInfo() argument
55 m_index = index; in ParameterTypeInfo()
60 public ParameterTypeInfo(String name, String methodName, int index, int flags) in ParameterTypeInfo() argument
62 this(name, methodName, index, flags, null); in ParameterTypeInfo()
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx33 T* GetObject( sal_uInt32 index ) const { return contents[index]; } in GetObject()
34 T* operator[]( std::size_t index ) const { return contents[index]; } in operator []()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx466 sal_Int32 index = 0; in getMembers() local
500 _members[index] = new InterfaceAttributeImpl( in getMembers()
505 _nBaseOffset + index); in getMembers()
506 ++index; in getMembers()
517 _members[index] = new InterfaceMethodImpl( in getMembers()
520 _aBytes, i, flags == RT_MODE_ONEWAY, _nBaseOffset + index); in getMembers()
521 ++index; in getMembers()
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl100 /** retrieves an index in a global property ordering, for a given property name
104 the property lines, the inspector model can associate an "order index" with each property.
110 to be displayed after another property <code>Bar</code>, then the order index
111 of <code>Foo</code> should be greater than the order index of <code>Bar</code>.
113 <p>If for two different properties the same order index is returned, the
121 the property whose global order index should be retrieved
123 the global order index of <arg>PropertyName</arg>.
/trunk/main/shell/source/unix/misc/
H A Dgnome-open-url.c107 char *index; in main() local
127 index = strstr(fallback, "gnome-open-url"); in main()
128 if ( NULL != index ) in main()
131 strncpy(index, "open-url", 9); in main()
/trunk/main/xmlhelp/source/cxxhelp/inc/util/
H A DDecompressor.hxx100 ByteArrayDecompressor( sal_Int32 arrayL,sal_Int8* array,sal_Int32 index ) in ByteArrayDecompressor() argument
102 initReading(array,arrayL,index); in ByteArrayDecompressor()
131 void initReading( sal_Int8* array,sal_Int32 arrayL,sal_Int32 index ) in initReading() argument
135 index_ = index0_ = index; in initReading()
/trunk/main/
H A Drat-excludes39 main/sd/res/webview/index.pl
1200 main/xmlsecurity/test_docs/CAs/Root_1/demoCA/index.txt
1201 main/xmlsecurity/test_docs/CAs/Root_10/demoCA/index.txt
1203 main/xmlsecurity/test_docs/CAs/Root_2/demoCA/index.txt
1204 main/xmlsecurity/test_docs/CAs/Root_3/demoCA/index.txt
1205 main/xmlsecurity/test_docs/CAs/Root_4/demoCA/index.txt
1206 main/xmlsecurity/test_docs/CAs/Root_5/demoCA/index.txt
1207 main/xmlsecurity/test_docs/CAs/Root_6/demoCA/index.txt
1208 main/xmlsecurity/test_docs/CAs/Root_7/demoCA/index.txt
1209 main/xmlsecurity/test_docs/CAs/Root_8/demoCA/index.txt
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm315 for ( int index = 0; index < relationMemberOf.TargetSet.getLength(); index++ ) {
419 // find index of self
420 int index = 1;
427 index++;
430 NSNumber * nIndex = [ NSNumber numberWithInt: index ];
561 -(id)rangeForIndexAttributeForParameter:(id)index {
563 return [ AquaA11yTextWrapper rangeForIndexAttributeForElement: self forParameter: index ];
585 -(id)styleRangeForIndexAttributeForParameter:(id)index {
587 … return [ AquaA11yTextWrapper styleRangeForIndexAttributeForElement: self forParameter: index ];
646 -(id)lineForIndexAttributeForParameter:(id)index {
[all …]
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx91 static std::_tstring GetGuidPart(const std::_tstring& guid, int index) in GetGuidPart() argument
94 assert(((index > -1) && (index < 5)) && "Out of range!"); in GetGuidPart()
96 if (index == 0) return std::_tstring(guid.c_str(), 8); in GetGuidPart()
97 if (index == 1) return std::_tstring(guid.c_str() + 9, 4); in GetGuidPart()
98 if (index == 2) return std::_tstring(guid.c_str() + 14, 4); in GetGuidPart()
99 if (index == 3) return std::_tstring(guid.c_str() + 19, 4); in GetGuidPart()
100 if (index == 4) return std::_tstring(guid.c_str() + 24, 12); in GetGuidPart()
/trunk/main/desktop/source/app/
H A Dlangselect.cxx114 sal_Int32 index=0; in IsoStringToLocale() local
115 l.Language = str.getToken(0, '-', index); in IsoStringToLocale()
116 if (index >= 0) l.Country = str.getToken(0, '-', index); in IsoStringToLocale()
117 if (index >= 0) l.Variant = str.getToken(0, '-', index); in IsoStringToLocale()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx88 void dumpConstantValue(FileStream& o, sal_uInt16 index);
171 void dumpCppuAttributeRefs(FileStream& o, sal_uInt32& index);
172 void dumpCppuMethodRefs(FileStream& o, sal_uInt32& index);
173 void dumpCppuAttributes(FileStream& o, sal_uInt32& index);
174 void dumpCppuMethods(FileStream& o, sal_uInt32& index);
202 FileStream & out, char const * prefix, sal_uInt32 index,
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx161 for ( sal_Int32 index=0; index < nLen; ++index )
163 OSL_TRACE("\t [%d] %s", index,
164 rtl::OUStringToOString( comphelper::anyToString( evt.Arguments[ index ] ),
576 for ( sal_Int32 index = 0; index < nLen; ++index, ++pSrc ) in ReadOnlyEventsNameContainer() local
603 for ( sal_Int32 index = 0; it != it_end; ++index, ++pDest, ++it ) in getElementNames() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/
H A D_XObjectInspectorModel.java67 int index = 0; in _getPropertyOrderIndex() local
71 index = oObj.getPropertyOrderIndex("InvalidPropertyName"); in _getPropertyOrderIndex()
72 log.println("index is: " + index); in _getPropertyOrderIndex()
73 result = (index == 0); in _getPropertyOrderIndex()
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java339 int index=origString.indexOf(origChar); in replace() local
340 if(index !=-1){ in replace()
341 while (index !=-1){ in replace()
342 String first =origString.substring(0,index); in replace()
345 origString=origString.substring(index+1,origString.length()); in replace()
346 index=origString.indexOf(origChar); in replace()
347 if(index==-1) { in replace()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DProviderBrowseNode.java114 for ( int index = 0; index < parcels.length; index++ ) in getChildNodes()
118 … XBrowseNode node = new ParcelBrowseNode( provider, container, parcels[ index ] ); in getChildNodes()
123 LogUtils.DEBUG("*** Failed to create parcel node for " + parcels[ index ] ); in getChildNodes()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.h105 STDMETHOD(get_anchor)(/* [in] */ long index,
109 STDMETHOD(get_anchorTarget)(/* [in] */ long index,
114 STDMETHOD(get_startIndex)(/* [retval][out] */ long __RPC_FAR *index);
118 STDMETHOD(get_endIndex)(/* [retval][out] */ long __RPC_FAR *index);
/trunk/main/registry/inc/registry/
H A Dwriter.h104 void * handle, sal_uInt16 index, rtl_uString const * typeName)
134 void * handle, sal_uInt16 index, rtl_uString const * documentation,
165 void * handle, sal_uInt16 index, rtl_uString const * documentation,
243 void * handle, sal_uInt16 index, rtl_uString const * documentation,
/trunk/main/xmlsecurity/tools/uno/
H A DAttributeListHelper.java77 public String getAttributeItem(short index, int itemIndex) in getAttributeItem() argument
81 if (index>=0 && index<getLength()) in getAttributeItem()
83 Vector attribute = (Vector)m_AttributeList.get(index); in getAttributeItem()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx164 int index = unoName->IndexOf('<'); in loadCliType() local
165 if (index != -1) in loadCliType()
482 sal_Int32 index= 1; in mapUnoTypeName() local
485 if (usUnoName[index++] == ']') in mapUnoTypeName()
487 if (usUnoName[index++] != '[') in mapUnoTypeName()
570 int index = unoName->IndexOf('<'); in mapPolymorphicName() local
571 if (index == -1) in mapPolymorphicName()
582 index++; in mapPolymorphicName()
583 int cur = index; in mapPolymorphicName()
594 System::String * sParam = unoName->Substring(index, cur - index); in mapPolymorphicName()
[all …]
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx167 for ( int index = 0; index < lArgs.getLength(); index++ ) in dispatchWithNotification() local
171 if ( lArgs[ index ].Name.compareToAscii("Referer") == 0 ) { in dispatchWithNotification()
172 lArgs [ index ].Value >>= aReferer; in dispatchWithNotification()
175 inArgs[ argCount - 1 ] = lArgs[ index ].Value; in dispatchWithNotification()
/trunk/main/scripting/source/provider/
H A DProviderCache.hxx84 for ( sal_Int32 index = 0; index < m_sBlackList.getLength(); index++ ) in isInBlackList() local
86 if ( m_sBlackList[ index ].equals( serviceName ) ) in isInBlackList()
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src245 Text [ en-US ] = "Invalid descriptor index." ;
343 Text [ en-US ] = "Could not create index: invalid object descriptor." ;
378 …Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system…
382 Text [ en-US ] = "The index could not be created. Only one column per index is allowed." ;
386 Text [ en-US ] = "The index could not be created. The values are not unique." ;
391 Text [ en-US ] = "The index could not be created. An unknown error appeared." ;
395 …Text [ en-US ] = "The index could not be created. The file '$filename$' is used by an other index.…
399 Text [ en-US ] = "The index could not be created. The size of the chosen column is too big." ;
/trunk/main/sw/source/ui/vba/
H A Dvbaaddins.cxx48 for( sal_Int32 index = 0; index < nEntry; ++index ) in lcl_getAddinCollection() local
50 rtl::OUString sUrl = sEntries[ index ]; in lcl_getAddinCollection()
/trunk/main/idlc/source/
H A Dastoperation.cxx52 sal_Bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index) in dumpBlob() argument
69 index, getDocumentation(), methodMode, in dumpBlob()
107 index, paramIndex++, paramMode, in dumpBlob()
126 index, exceptIndex++, in dumpBlob()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataModel.idl65 if the column or row index do not denote a valid cell position.
78 if the column or row index do not denote a valid cell position.
90 if the given index does not denote a valid row.
102 the index of the row whose data should is to be retrieved.
104 of the given row index does not denote a valid row.

Completed in 110 milliseconds

12345678910>>...38