Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 21 of 21) sorted by path

/trunk/main/basic/source/runtime/
H A Diosys.cxx187 sal_Int32 lastIndex = 0; in findUserInDescription() local
191 index = aDescription.indexOf((sal_Unicode) ',', lastIndex); in findUserInDescription()
192 …ring token = (index == -1) ? aDescription.copy(lastIndex) : aDescription.copy(lastIndex, index - l… in findUserInDescription()
194 lastIndex = index + 1; in findUserInDescription()
/trunk/main/comphelper/source/misc/
H A Dregpathhelper.cxx190 sal_uInt32 lastIndex = uBuffer.lastIndexOf(PATH_DELEMITTER); in getPathToSystemRegistry() local
191 if (lastIndex > 0) in getPathToSystemRegistry()
193 uBuffer = uBuffer.copy(0, lastIndex + 1); in getPathToSystemRegistry()
/trunk/main/desktop/source/app/
H A Dapp.cxx1165 sal_uInt32 lastIndex = aProductKey.lastIndexOf('/'); in HandleBootstrapPathErrors() local
1166 if ( lastIndex > 0 ) in HandleBootstrapPathErrors()
1167 aProductKey = aProductKey.copy( lastIndex+1 ); in HandleBootstrapPathErrors()
3004 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in OpenClients() local
3005 if ( lastIndex > 0 ) in OpenClients()
3007 aIniName = aIniName.copy( 0, lastIndex+1 ); in OpenClients()
H A Dofficeipcthread.cxx457 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in EnableOfficeIPCThread() local
458 if ( lastIndex > 0 ) in EnableOfficeIPCThread()
460 aIniName = aIniName.copy( 0, lastIndex+1 ); in EnableOfficeIPCThread()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx1047 …for(sal_Int32 lastIndex=0;(lastIndex= sTypeName.indexOf( L'[', lastIndex)) != -1; lastIndex++,dims… in createUnoSequenceWrapper() local
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx144 sal_uInt32 lastIndex = aUnpackPath.lastIndexOf('/'); in getImageFromFileName() local
145 if ( lastIndex > 0 ) in getImageFromFileName()
147 aUnpackPath = aUnpackPath.copy( 0, lastIndex+1 ); in getImageFromFileName()
382 sal_uInt32 lastIndex = aPath.lastIndexOf('/'); in UpdateCheckThread() local
383 if ( lastIndex > 0 ) in UpdateCheckThread()
385 aPath = aPath.copy( 0, lastIndex+1 ); in UpdateCheckThread()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas3532 lastIndex As Long) As Long
3542 If (lastIndex > lastEntry) Then lastIndex = lastEntry
3544 If (lastIndex > 1) Then
3545 curIndex = lastIndex
3561 While Not entryFound And curIndex < lastIndex
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas191 lastIndex As Long, docOffset As Long, _
215 If (curFile = "") Then curFile = myDocList.item(lastIndex)
217 If (GetDocumentIndex(curFile, myDocList, lastIndex)) Then
289 Dim lastIndex As Long variable
292 lastIndex = 1
326 Call CalculateProgress(statFileName, fso, lastIndex, myOffset, myDocList)
417 lastIndex As Long) As Boolean
431 curIndex = lastIndex
438 lastIndex = curIndex
449 While Not entryFound And curIndex <= lastIndex
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java343 int lastIndex = chCount; in _getCharacterBounds() local
347 lastIndex = ((Integer) LimitedBounds).intValue(); in _getCharacterBounds()
349 lastIndex = chCount - 1; in _getCharacterBounds()
366 log.println("getCharacterBounds(" + (lastIndex + 1) + ")"); in _getCharacterBounds()
367 oObj.getCharacterBounds(lastIndex + 1); in _getCharacterBounds()
376 for (int i = 0; i < lastIndex; i++) { in _getCharacterBounds()
443 int lastIndex = chCount; in _getIndexAtPoint() local
447 lastIndex = ((Integer) LimitedBounds).intValue(); in _getIndexAtPoint()
449 lastIndex = chCount - 1; in _getIndexAtPoint()
455 for (int i = 0; i < lastIndex; i++) { in _getIndexAtPoint()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx70 sal_uInt32 lastIndex = uTmpStr.lastIndexOf(PATH_DELEMITTER); in getFullNameOfApplicatRdb() local
73 if ( lastIndex > 0 ) in getFullNameOfApplicatRdb()
75 tmpReg =uTmpStr.copy(0, lastIndex + 1); in getFullNameOfApplicatRdb()
420 sal_Int32 lastIndex = typeName.lastIndexOf('.'); in main() local
421 tmpName = typeName.copy( lastIndex+1 ); in main()
/trunk/main/registry/source/
H A Dregimpl.cxx813 sal_Int32 lastIndex = keyName.lastIndexOf('/'); in eraseKey() local
815 if ( lastIndex >= 0 ) in eraseKey()
817 sRelativKey += keyName.copy(lastIndex + 1); in eraseKey()
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx865 sal_Int32 lastIndex; in openKeys() local
870 lastIndex = name.lastIndexOf('/'); in openKeys()
871 name = name.copy(lastIndex); in openKeys()
894 lastIndex = name.lastIndexOf('/'); in openKeys()
895 name = name.copy(lastIndex); in openKeys()
987 if ( lastIndex > 0 ) in createLink()
1001 if ( lastIndex == 0 ) in createLink()
1041 if ( lastIndex > 0 ) in deleteLink()
1055 if ( lastIndex == 0 ) in deleteLink()
1085 if ( lastIndex > 0 ) in getLinkTarget()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx211 sal_Int32 lastIndex = aPath.lastIndexOf( slash ); in getTitle() local
212 return aPath.copy( lastIndex + 1 ); in getTitle()
218 sal_Int32 lastIndex = aFileName.lastIndexOf( sal_Unicode('/') ); in getParentName() local
219 rtl::OUString aParent = aFileName.copy( 0,lastIndex ); in getParentName()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx69 sal_Int32 lastIndex = aFileName.lastIndexOf( sal_Unicode('/') ); in getParentName() local
70 rtl::OUString aParent = aFileName.copy( 0,lastIndex ); in getParentName()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java256 int lastIndex = text.length - 1; in buildDocument() local
261 addTextNode(doc, paraNode, text, startIndex, lastIndex); in buildDocument()
265 if (text[lastIndex] != EOL_CHAR) { in buildDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java216 int lastIndex = NAME_LENGTH - 1; in store() local
218 int len = (bytes.length < lastIndex)? bytes.length: lastIndex; in store()
H A DPdbDecoder.java113 int lastIndex = header.numRecords - 1; in parse() local
115 for (int i = 0; i < lastIndex; i++) { in parse()
125 file.seek(recOffset[lastIndex]); in parse()
126 len = (int) file.length() - recOffset[lastIndex]; in parse()
129 recArray[lastIndex] = new Record(bytes, recAttrs[lastIndex]); in parse()
193 int lastIndex = header.numRecords - 1; in parse() local
195 for (int i = 0; i < lastIndex; i++) { in parse()
209 len = (int) dis.available() - recOffset[lastIndex]; in parse()
210 dis.skip(recOffset[lastIndex]); in parse()
213 recArray[lastIndex] = new Record(bytes, recAttrs[lastIndex]); in parse()
H A DPdbEncoder.java140 int lastIndex = header.numRecords - 1; in write() local
142 for (int i = 0; i < lastIndex; i++) { in write()
153 Record lastRec = db.getRecord(lastIndex); in write()
154 recAttr[lastIndex] = lastRec.getAttributes(); in write()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPDBDecoder.java105 int lastIndex = header.numRecords - 1; in parse() local
107 for (int i = 0; i < lastIndex; i++) { in parse()
117 file.seek(recOffset[lastIndex]); in parse()
118 len = (int) file.length() - recOffset[lastIndex]; in parse()
121 recArray[lastIndex] = new Record(bytes); in parse()
H A DPalmDB.java146 int lastIndex = NAME_LENGTH - 1; in store() local
148 int len = (bytes.length < lastIndex)? bytes.length: lastIndex; in store()
/trunk/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java156 int lastIndex = canonicalPath.lastIndexOf("."); in handle() local
157 String fileExtension = canonicalPath.substring(lastIndex + 1); in handle()

Completed in 211 milliseconds