Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java157 public synchronized void setArray(int index, XArray x) throws SQLException { in setArray()
179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob()
197 public synchronized void setByte(int index, byte x) throws SQLException { in setByte()
235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob()
242 public synchronized void setDate(int index, Date x) throws SQLException { in setDate()
265 public synchronized void setFloat(int index, float x) throws SQLException { in setFloat()
276 public synchronized void setInt(int index, int x) throws SQLException { in setInt()
287 public synchronized void setLong(int index, long x) throws SQLException { in setLong()
309 public void setObject(int index, Object x) throws SQLException { in setObject()
357 public void setRef(int index, XRef x) throws SQLException { in setRef()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx83 for ( sal_Int32 index = 0; index < nLen; ++index ) in getShapes() local
95 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementRotation() local
106 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementLeft() local
117 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementTop() local
127 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getHeight() local
138 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setHeight() local
148 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getWidth() local
159 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setWidth() local
169 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getLeft() local
180 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setLeft() local
[all …]
/trunk/main/registry/source/
H A Dreflread.cxx208 const sal_Unicode* StringCache::getString(sal_uInt16 index) in getString()
329 CPInfoTag ConstantPool::readTag(sal_uInt16 index) in readTag()
356 sal_Bool ConstantPool::readBOOLConstant(sal_uInt16 index) in readBOOLConstant()
371 sal_uInt8 ConstantPool::readBYTEConstant(sal_uInt16 index) in readBYTEConstant()
476 float ConstantPool::readFloatConstant(sal_uInt16 index) in readFloatConstant()
499 double ConstantPool::readDoubleConstant(sal_uInt16 index) in readDoubleConstant()
555 void ConstantPool::readUIK(sal_uInt16 index, RTUik* uik) in readUIK()
625 const sal_Char* FieldList::getFieldName(sal_uInt16 index) in getFieldName()
637 const sal_Char* FieldList::getFieldType(sal_uInt16 index) in getFieldType()
649 RTFieldAccess FieldList::getFieldAccess(sal_uInt16 index) in getFieldAccess()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclToolBox.java63 public String getItemText(int index) { in getItemText()
72 public String getItemQuickToolTipText(int index) { in getItemQuickToolTipText()
81 public String getItemToolTipText(int index) { in getItemToolTipText()
H A DVclComboBox.java49 public String getItemText(int index) { in getItemText()
58 int index = ((Long) invoke(Constant.M_GetSelIndex)).intValue(); in getSelIndex() local
93 public void select(int index) { in select()
H A DVclTreeListBox.java61 public String getItemText(int index) { in getItemText()
82 int index = ((Long) invoke(Constant.M_GetSelIndex)).intValue(); in getSelIndex() local
111 public String getSelText(int index, int col) { in getSelText()
120 public void select(int index) { in select()
128 public void unselect(int index) { in unselect()
137 public void collapse(int index) { in collapse()
160 public void expand(int index) { in expand()
H A DVclListBox.java53 public String getItemText(int index, int col) { in getItemText()
63 public String getItemText(int index) { in getItemText()
100 public void select(int index) { in select()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx78 sal_Int32 index=product; in LoadXPToolkitProfiles() local
152 sal_Int32 index=product; in getProfilePath() local
165 sal_Int32 index=product; in getProfileCount() local
171 sal_Int32 index=product; in getProfileList() local
189 sal_Int32 index=product; in getDefaultProfile() local
214 sal_Int32 index=product; in getProfileExists() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java194 synchronized public void add(int index, Object element) in add()
252 synchronized public boolean addAll(int index, Collection c) in addAll()
340 synchronized public Object get(int index) in get()
361 int index= -1; in indexOf() local
417 int index= -1; in lastIndexOf() local
473 synchronized public ListIterator listIterator(int index) in listIterator()
492 synchronized public Object remove(int index) in remove()
516 int index= indexOf(obj); in remove() local
603 synchronized public Object set(int index, Object element) in set()
685 private void RangeCheck(int index) in RangeCheck()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A Dutil.java41 static int intFrom2bytes(byte[] data, int index) { in intFrom2bytes()
56 static int intFrom4bytes(byte[] data, int index) { in intFrom4bytes()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java124 protected java.util.Locale getLocale(int index) { in getLocale()
154 public String getAfterIndex(int part, int index) { in getAfterIndex()
241 int index = unoObject.getSelectionStart(); in getSelectionStart() local
450 public javax.swing.text.AttributeSet getCharacterAttribute(int index) { in getCharacterAttribute()
483 int index = unoObject.getSelectionEnd(); in getSelectionEnd() local
501 public java.lang.String getBeforeIndex(int part, int index) { in getBeforeIndex()
579 public java.lang.String getAtIndex(int part, int index) { in getAtIndex()
662 public java.awt.Rectangle getCharacterBounds(int index) { in getCharacterBounds()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx457 void ClassFile::Code::ldc(sal_uInt16 index) { in ldc()
516 sal_uInt16 index = nextConstantPoolIndex(1); in addIntegerInfo() local
532 sal_uInt16 index = nextConstantPoolIndex(1); in addFloatInfo() local
550 sal_uInt16 index = nextConstantPoolIndex(2); in addLongInfo() local
566 sal_uInt16 index = nextConstantPoolIndex(2); in addDoubleInfo() local
725 sal_uInt16 index = m_constantPoolCount; in nextConstantPoolIndex() local
741 sal_uInt16 index = nextConstantPoolIndex(1); in addUtf8Info() local
763 sal_uInt16 index = nextConstantPoolIndex(1); in addClassInfo() local
782 sal_uInt16 index = nextConstantPoolIndex(1); in addStringInfo() local
806 sal_uInt16 index = nextConstantPoolIndex(1); in addFieldrefInfo() local
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaglobals.cxx111 SwVbaGlobals::Documents( const uno::Any& index ) throw (uno::RuntimeException) in Documents()
117 SwVbaGlobals::Addins( const uno::Any& index ) throw (uno::RuntimeException) in Addins()
123 SwVbaGlobals::Dialogs( const uno::Any& index ) throw (uno::RuntimeException) in Dialogs()
173 for ( sal_Int32 index = 0; index < nWordServices; ++index ) in getAvailableServiceNames() local
H A Dvbadocument.cxx125 SwVbaDocument::BuiltInDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in BuiltInDocumentProperties()
134 SwVbaDocument::CustomDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in CustomDocumentProperties()
169 SwVbaDocument::Paragraphs( const uno::Any& index ) throw (uno::RuntimeException) in Paragraphs()
178 SwVbaDocument::Styles( const uno::Any& index ) throw (uno::RuntimeException) in Styles()
187 SwVbaDocument::Fields( const uno::Any& index ) throw (uno::RuntimeException) in Fields()
196 SwVbaDocument::Shapes( const uno::Any& index ) throw (uno::RuntimeException) in Shapes()
210 SwVbaDocument::Sections( const uno::Any& index ) throw (uno::RuntimeException) in Sections()
273 for( int index = 0; index < nCount; index++ ) in getControlShape() local
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.cpp104 STDMETHODIMP CAccHyperLink::get_anchor(/* [in] */ long index, in get_anchor()
137 STDMETHODIMP CAccHyperLink::get_anchorTarget(/* [in] */ long index, in get_anchorTarget()
171 STDMETHODIMP CAccHyperLink::get_startIndex(/* [retval][out] */ long __RPC_FAR *index) in get_startIndex()
195 STDMETHODIMP CAccHyperLink::get_endIndex(/* [retval][out] */ long __RPC_FAR *index) in get_endIndex()
/trunk/main/store/workben/
H A Dt_file.cxx130 sal_uInt32 index = k * TEST_PAGESIZE / 4; in main() local
164 sal_uInt32 index = k * TEST_PAGESIZE / 4; in main() local
203 sal_uInt32 index = 0; in main() local
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorerLabelProvider.java35 public String getColumnText(Object obj, int index) { in getColumnText()
50 public Image getColumnImage(Object obj, int index) { in getColumnImage()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java43 private OIndex index; field in OIndexColumnContainer
45 …public OIndexColumnContainer(Object lock, OIndex index, List<String> columnNames) throws ElementEx… in OIndexColumnContainer()
120 protected void dropObject(int index, String name) throws SQLException { in dropObject()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DMethodDescription.java32 String name, int index, boolean oneway, ITypeDescription[] inSignature, in MethodDescription()
45 MethodDescription(IMethodDescription other, int index) { in MethodDescription()
101 private final int index; field in MethodDescription
H A DFieldDescription.java32 String name, int index, ITypeDescription typeDescription, Field field) in FieldDescription()
69 private final int index; field in FieldDescription
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DAttributeTypeInfo.java48 public AttributeTypeInfo(String name, int index, int flags, Type unoType) { in AttributeTypeInfo()
54 public AttributeTypeInfo(String name, int index, int flags) in AttributeTypeInfo()
H A DMemberTypeInfo.java54 String name, int index, int flags, Type unoType, int typeParameterIndex) in MemberTypeInfo()
62 public MemberTypeInfo(String name, int index, int flags ) in MemberTypeInfo()
H A DMethodTypeInfo.java48 public MethodTypeInfo(String name, int index, int flags, Type unoType) { in MethodTypeInfo()
54 public MethodTypeInfo(String name, int index, int flags) in MethodTypeInfo()
/trunk/main/registry/inc/registry/
H A Dwriter.hxx112 void setSuperTypeName(sal_uInt16 index, rtl::OUString const & typeName) { in setSuperTypeName()
140 sal_uInt16 index, rtl::OUString const & documentation, in setFieldData()
172 sal_uInt16 index, rtl::OUString const & documentation, in setMethodData()
258 sal_uInt16 index, rtl::OUString const & documentation, in setReferenceData()
/trunk/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java37 public Object get( int index ) { return hm.get( list.get( index ) ); } in get()
44 public Object add( int index , Object key , Object value ) in add()
77 int index = 0; field in OHMenum

Completed in 105 milliseconds

12345678910>>...16