| /trunk/main/writerfilter/source/doctok/ | 
| H A D | WW8FKPImpl.cxx | 31 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const 54 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const  in getIndex()  function in writerfilter::doctok::WW8FKPImpl 70     sal_uInt32 n = getIndex(rFc);  in getProperties() 119     sal_uInt32 n = getIndex(rFc);  in getProperties()
  | 
| /trunk/main/sw/source/core/unocore/ | 
| H A D | unoportenum.cxx | 108         xub_StrLen getIndex ()  in getIndex()  function 217         xub_StrLen getIndex ()  in getIndex()  function 631         if ( nIndex > pPtr->getIndex() )  in lcl_ExportBookmark() 636         if ( nIndex < pPtr->getIndex() )  in lcl_ExportBookmark() 1188             if ( nIndex > pPtr->getIndex() )  in lcl_ExportAnnotationStarts() 1193             if ( pPtr->getIndex() > nIndex )  in lcl_ExportAnnotationStarts() 1244 		nRet = pPtr->getIndex();  in lcl_GetNextIndex() 1389                       || (*AnnotationStarts.begin())->getIndex() < nNextMarkIndex ) )  in lcl_CreatePortions() 1391                 nNextMarkIndex = (*AnnotationStarts.begin())->getIndex();  in lcl_CreatePortions()
  | 
| /trunk/main/svtools/source/uno/ | 
| H A D | unoevent.cxx | 487 sal_Int16 SvDetachedEventDescriptor::getIndex(const sal_uInt16 nID) const  in getIndex()  function in SvDetachedEventDescriptor 515 	sal_Int16 nIndex = getIndex(nEvent);  in replaceByName() 532 	sal_Int16 nIndex = getIndex(nEvent);  in getByName() 544 	sal_Int16 nIndex = getIndex(nEvent);  in hasByName()
  | 
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ | 
| H A D | TypeDescription.java | 439                     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()
  | 
| H A D | FieldDescription.java | 56     public int getIndex() {  in getIndex()  method in FieldDescription
  | 
| H A D | MethodDescription.java | 68     public int getIndex() {  in getIndex()  method in MethodDescription
  | 
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ | 
| H A D | AccessibilityTreeModel.java | 194 			nodesWereInserted (aRoot, new int[]{aRoot.getIndex (aNode)});  in AddTopLevelNode() 208 			int nIndex = aRoot.getIndex (aNode);  in RemoveTopLevelNode()
  | 
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ | 
| H A D | urp.java | 208             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/basegfx/source/polygon/ | 
| H A D | b2dpolygoncutandtouch.cxx | 77 			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/vcl/test/ | 
| H A D | canvasbitmaptest.cxx | 268         test( xPal->getIndex(aIndex,0),  in checkCanvasBitmap() 419         test( xPal->getIndex(aIndex,0),  in checkBitmapImport() 565     virtual ::sal_Bool SAL_CALL getIndex( uno::Sequence< double >& entry,   in getIndex()  function in __anon554ec64b0111::TestBitmap
  | 
| /trunk/main/wizards/com/sun/star/wizards/common/ | 
| H A D | Indexable.java | 37     public int getIndex();  in getIndex()  method
  | 
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ | 
| H A D | IMemberDescription.java | 70 	int getIndex();  in getIndex()  method
  | 
| /trunk/main/wizards/com/sun/star/wizards/web/data/ | 
| H A D | ConfigSetItem.java | 41     public int getIndex()  in getIndex()  method in ConfigSetItem
  | 
| /trunk/main/ucb/source/inc/ | 
| H A D | regexpmap.tpt | 86 	typename List< Val >::iterator const & getIndex() const { return m_aIndex; } 481 				         erase(rPos.m_pImpl->getIndex());
  | 
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/ | 
| H A D | MemberTypeInfo.java | 67 	public int getIndex()  in getIndex()  method in MemberTypeInfo
  | 
| H A D | AttributeTypeInfo.java | 59 	public int getIndex()  in getIndex()  method in AttributeTypeInfo
  | 
| H A D | MethodTypeInfo.java | 59 	public int getIndex()  in getIndex()  method in MethodTypeInfo
  | 
| H A D | ParameterTypeInfo.java | 70 	public int getIndex()  in getIndex()  method in ParameterTypeInfo
  | 
| /trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ | 
| H A D | InstallationPathDescriptor.java | 90         putProperty("WizardPanel_contentSelectedIndex", new Integer(iterator.getIndex())); // NOI18N  in updateState()
  | 
| H A D | InstallationPathIterator.java | 72     protected final int getIndex() {  in getIndex()  method in InstallationPathIterator
  | 
| /trunk/main/sw/source/ui/vba/ | 
| H A D | vbavariable.hxx | 49     virtual sal_Int32 SAL_CALL getIndex() throw ( css::uno::RuntimeException );
  | 
| /trunk/main/wizards/com/sun/star/wizards/agenda/ | 
| H A D | CGTopic.java | 80     public int getIndex() {  in getIndex()  method in CGTopic
  | 
| /trunk/main/toolkit/source/controls/tree/ | 
| H A D | treedatamodel.cxx | 120 …virtual ::sal_Int32 SAL_CALL getIndex( const ::com::sun::star::uno::Reference< ::com::sun::star::a… 577 sal_Int32 SAL_CALL MutableTreeNode::getIndex( const Reference< XTreeNode >& xNode ) throw (RuntimeE…  in getIndex()  function in toolkit::MutableTreeNode
  | 
| /trunk/main/toolkit/qa/complex/toolkit/awtgrid/ | 
| H A D | DummyColumn.java | 133     public int getIndex()  in getIndex()  method in DummyColumn
  | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ | 
| H A D | toolkit.MutableTreeNode.csv | 4 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getIndex()"
  |