Home
last modified time | relevance | path

Searched refs:getIndex (Results 1 – 25 of 52) sorted by path

123

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java194 nodesWereInserted (aRoot, new int[]{aRoot.getIndex (aNode)}); in AddTopLevelNode()
208 int nIndex = aRoot.getIndex (aNode); in RemoveTopLevelNode()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx77 sal_uInt32 getIndex() const { return mnIndex; } in getIndex() function in basegfx::__anon048ad0970111::temporaryPoint
137 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
159 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()
209 const double fCutPosInPolygon((double)rTempPoint.getIndex() + rTempPoint.getCut()); in adaptAndTransferCutsWithBezierSegment()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java639 public int getIndex(TreeNode node) { in getIndex() method in PackageDescription
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java110 int fid = msg.getMethod().getIndex(); in run()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJob.java102 result = md.getIndex() == MethodDescription.ID_QUERY_INTERFACE in execute()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java208 int fid = message.getMethod().getIndex(); in handleInternalMessage()
481 if (desc.getIndex() == MethodDescription.ID_RELEASE in writeRequest()
501 int funId = desc.getIndex(); in writeRequest()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl66 long getIndex( [in] XTreeNode Node);
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmapPalette.idl76 boolean getIndex( [out] sequence<ColorComponent> entry, [in] long nIndex )
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeNode.java166 int index = oObj.getIndex(xNode); in _getIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dtoolkit.MutableTreeNode.csv4 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getIndex()"
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DFieldDescription.java56 public int getIndex() { in getIndex() method in FieldDescription
H A DMethodDescription.java68 public int getIndex() { in getIndex() method in MethodDescription
H A DTypeDescription.java439 if (info.getIndex() != index) { in initMethodDescriptions()
467 if (info.getIndex() != index) { in initMethodDescriptions()
481 && ((ParameterTypeInfo) infos[i]).getIndex() == j) in initMethodDescriptions()
586 if (info.getIndex() != i) { in calculateFieldDescriptions()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DAttributeTypeInfo.java59 public int getIndex() in getIndex() method in AttributeTypeInfo
H A DMemberTypeInfo.java67 public int getIndex() in getIndex() method in MemberTypeInfo
H A DMethodTypeInfo.java59 public int getIndex() in getIndex() method in MethodTypeInfo
H A DParameterTypeInfo.java70 public int getIndex() in getIndex() method in ParameterTypeInfo
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DIMemberDescription.java70 int getIndex(); in getIndex() method
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java181 assure(prefix + "; getIndex", description.getIndex() == index); in test()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx191 sal_uInt32 getIndex(SCCOL nCol, SCROW nRow) const in getIndex() function
213 sal_uInt32 nLast = getIndex(nCol, mnRowCount-1); in getColRanges()
214 for (sal_uInt32 i = getIndex(nCol, 0); i <= nLast; ++i) in getColRanges()
234 sal_uInt32 nLast = getIndex(mnColCount-1, nRow); in getRowRanges()
235 for (sal_uInt32 i = getIndex(0, nRow); i <= nLast; i += mnRowCount) in getRowRanges()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx83 return static_cast< SCTAB >( xVbaSheet->getIndex() - 1 ); in lclGetTabFromArgs()
H A Dvbaworksheet.cxx260 ScVbaWorksheet::getIndex() throw (uno::RuntimeException) in getIndex() function in ScVbaWorksheet
H A Dvbaworksheet.hxx107 virtual sal_Int16 SAL_CALL getIndex() throw (css::uno::RuntimeException);
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathDescriptor.java90 putProperty("WizardPanel_contentSelectedIndex", new Integer(iterator.getIndex())); // NOI18N in updateState()
H A DInstallationPathIterator.java72 protected final int getIndex() { in getIndex() method in InstallationPathIterator

Completed in 89 milliseconds

123