Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 950) sorted by relevance

12345678910>>...38

/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java110 for ( int index = 0 ; index < size; index++ ) { in getChildren()
114 prop.Name = ( String )properties.get( index ); in getChildren()
116 props[ index ] = prop; in getChildren()
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx125 Reference< XNode > SAL_CALL CElementList::item(sal_Int32 index) in item() argument
128 if (index < 0) throw RuntimeException(); in item()
135 if (m_nodevector.size() <= static_cast<size_t>(index)) { in item()
139 m_pElement->GetOwnerDocument().GetCNode(m_nodevector[index]).get()); in item()
/trunk/main/filter/source/config/cache/
H A Dconstant.hxx32 # define PROPNAME_DECL(index, str) (pFilterStrings[(index)]) argument
34 # define PROPNAME_DECL(index, str) pFilterStrings[(index)] = _FILTER_CONFIG_FROM_ASCII_(str) argument
/trunk/main/offapi/com/sun/star/text/
H A DBaseIndexMark.idl38 as an index entry. This is the base service of index marks for <type>DocumentIndex</type>,
46 /** the string that will be inserted into the corresponding index. If AlternativeText is empty then
47 the string that is marked by the TextRange is inserted into the index.
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl265 This method determines the index of the character hit at the
270 underlying character index for.
277 /** This method converts an insertion index to a caret.<p>
283 The insertion index, as e.g. returned by
303 /** This method calculates a new insertion index.<p>
305 This method calculates a new insertion index, given a start
306 index and the number of characters to skip. This is most
310 The insertion index to start from.
317 @returns the new insertion index.
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx38 sal_Int32 index = implname.lastIndexOf('.'); in generatePackage() local
39 if (index != -1) in generatePackage()
40 o << "package " << implname.copy(0, index) << ";\n\n"; in generatePackage()
959 sal_Int32 index = 0; in generateSkeleton() local
960 if ((index = classname.lastIndexOf('.')) > 0) in generateSkeleton()
961 classname = classname.copy(index+1); in generateSkeleton()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl83 the slide at the specified index.
87 in this slideshow. The first index is 0.
90 if the index is not valid.
166 /** jumps to the slide at the given index.
242 /** returns the index of the current slide. */
247 /** the index for the slide that is displayed next. */
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccActionBase.cpp234 for( int index = 0;index < nCount;index++ ) in get_keyBinding() local
237 GetkeyBindingStrByXkeyBinding( (binding.get())->getAccessibleKeyBinding(index), wString ); in get_keyBinding()
239 (*keyBinding)[index] = SysAllocString(wString); in get_keyBinding()
/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java50 public static Object getPageByIndex(XComponent doc, int index) throws Exception { in getPageByIndex() argument
54 return xIndexedDrawPages.getByIndex(index); in getPageByIndex()
57 public static Object getShapeOfPageByIndex(Object page, int index) throws Exception { in getShapeOfPageByIndex() argument
60 return m_xdrawShapes.getByIndex(index); in getShapeOfPageByIndex()
/trunk/main/udkapi/com/sun/star/container/
H A DXIndexContainer.idl55 /** inserts the given element at the specified index.
57 <p>To append an element, use the index "last index +1". </p>
67 /** removes the element at the specified index.
H A DXIndexAccess.idl46 index.
64 the element at the specified index.
67 specifies the position in the array. The first index is 0.
70 if the index is not valid.
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenuItem.java210 int index = text.indexOf("~"); in getAccelerator() local
211 return index != -1 && index + 1 < text.length() ? text.charAt(index + 1) : 0; in getAccelerator()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DComplexDescGetter.java83 int index = className.indexOf("::"); in getDescriptionForSingleJob() local
84 if (index != -1) in getDescriptionForSingleJob()
89 String method = className.substring(index + 2); in getDescriptionForSingleJob()
90 className = className.substring(0, index); in getDescriptionForSingleJob()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java479 for (int index = 0; index <= 6; index++) { in dumpCSV()
480 if (isSet[index]) { in dumpCSV()
481 attributes += toCSV("" + value[index]); in dumpCSV()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumnModel.idl89 the index of new created column.
102 denotes the index of the column to remove
104 if <code>ColumnIndex</code> does not denote a valid column index.
116 @param index
121 XGridColumn getColumn( [in] long index)
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx60 sal_Int32 index = 0; in getTempDir() local
62 if ((index=sFileName.lastIndexOf('/')) > 0) in getTempDir()
63 return sFileName.copy(0, index); in getTempDir()
65 if ((index=sFileName.lastIndexOf('\\')) > 0) in getTempDir()
66 return sFileName.copy(0, index); in getTempDir()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx101 void dumpConstantValue(FileStream& o, sal_uInt16 index);
168 void dumpCUnoAttributeRefs(FileStream& o, sal_uInt32& index);
169 void dumpCUnoMethodRefs(FileStream& o, sal_uInt32& index);
170 void dumpCUnoAttributes(FileStream& o, sal_uInt32& index);
171 void dumpCUnoMethods(FileStream& o, sal_uInt32& index);
/trunk/main/idlc/source/
H A Daststruct.cxx137 sal_uInt16 index = 0; in dump() local
153 index++, pMember->getDocumentation(), emptyStr, flags, in dump()
163 sal_uInt16 index = 0; in dump() local
168 index++, emptyStr, RT_REF_TYPE_PARAMETER, RT_ACCESS_INVALID, in dump()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx144 for ( sal_Int32 index = 0; index < nLen; ++index ) in hasServiceName() local
146 if ( sServiceNames[ index ].equals( serviceName ) ) in hasServiceName()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt31 …<dlg:button dlg:id="OkButtonName" dlg:tab-index="0" dlg:left="86" dlg:top="92" dlg:width="44" dlg:…
32 …<dlg:titledbox dlg:id="FrameControl1" dlg:tab-index="1" dlg:left="4" dlg:top="7" dlg:width="68" dl…
35 …<dlg:scrollbar dlg:id="ScrollBar1" dlg:tab-index="2" dlg:left="82" dlg:top="10" dlg:width="45" dlg…
36 …<dlg:scrollbar dlg:id="ScrollBar2" dlg:tab-index="3" dlg:left="107" dlg:top="43" dlg:width="21" dl…
37 …<dlg:timefield dlg:id="TimeField1" dlg:tab-index="4" dlg:left="4" dlg:top="92" dlg:width="28" dlg:…
38 …<dlg:text dlg:id="Label1" dlg:tab-index="5" dlg:left="22" dlg:top="61" dlg:width="44" dlg:height="…
/trunk/main/offapi/com/sun/star/sheet/
H A DTableConditionalFormat.idl47 <p>The style of the first fulfilled condition (in index order) will
59 the condition via index.
69 <p>The name of a condition is "Entry", followed by its index
86 /** provides methods to access the contained conditional entries by index.
/trunk/main/mythes/
H A Dmythes-1.2.0-vanilla-th-gen-idx.patch7 -# and create the proper sorted index file (.idx)
62 my $ne = 0; # number of entries in index
63 my @tindex=(); # the index itself
77 # so sort it and then output the encoding, count and index data
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java387 int index = uri.lastIndexOf("/"); in processUnoPackage() local
390 uri = uri.substring( 0, index ); in processUnoPackage()
391 index = uri.lastIndexOf("/"); in processUnoPackage()
394 if ( index > -1 ) in processUnoPackage()
396 parentUrl = uri.substring( 0, index ); in processUnoPackage()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1558 sal_uInt32 index = 0; in dumpComprehensiveGetCppuType() local
1560 dumpCppuMethodRefs(o, index); in dumpComprehensiveGetCppuType()
1611 dumpCppuMethods(o, index); in dumpComprehensiveGetCppuType()
1646 << index << "],\n"; in dumpCppuAttributeRefs()
1651 index++; in dumpCppuAttributeRefs()
1674 << index << "],\n"; in dumpCppuMethodRefs()
1679 index++; in dumpCppuMethodRefs()
1806 sal_uInt32 absoluteIndex = index; in dumpCppuAttributes()
1854 index = absoluteIndex; in dumpCppuAttributes()
1867 sal_uInt32 absoluteIndex = index; in dumpCppuMethods()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfile.pm974 my $index = 0;
978 ++$index,
986 $index = 0;
990 ++$index,
1155 my $index = 0;
1158 ++$index;

Completed in 116 milliseconds

12345678910>>...38