/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/ |
H A D | PdbDecoder.java | 113 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 D | PdbEncoder.java | 140 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()
|
H A D | PalmDB.java | 216 int lastIndex = NAME_LENGTH - 1; in store() local 218 int len = (bytes.length < lastIndex)? bytes.length: lastIndex; in store()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Analyse.bas | 191 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 …]
|
/aoo42x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 865 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 …]
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PDBDecoder.java | 105 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 D | PalmDB.java | 146 int lastIndex = NAME_LENGTH - 1; in store() local 148 int len = (bytes.length < lastIndex)? bytes.length: lastIndex; in store()
|
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleText.java | 343 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()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbmaker.cxx | 70 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()
|
/aoo42x/main/basic/source/runtime/ |
H A D | iosys.cxx | 187 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()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | regpathhelper.cxx | 190 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()
|
/aoo42x/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentDeserializerImpl.java | 256 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()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filglob.cxx | 211 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()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 144 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()
|
/aoo42x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/ |
H A D | Main.java | 156 int lastIndex = canonicalPath.lastIndexOf("."); in handle() local 157 String fileExtension = canonicalPath.substring(lastIndex + 1); in handle()
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 457 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in EnableOfficeIPCThread() local 458 if ( lastIndex > 0 ) in EnableOfficeIPCThread() 460 aIniName = aIniName.copy( 0, lastIndex+1 ); in EnableOfficeIPCThread()
|
H A D | app.cxx | 1165 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()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | tempfile.cxx | 69 sal_Int32 lastIndex = aFileName.lastIndexOf( sal_Unicode('/') ); in getParentName() local 70 rtl::OUString aParent = aFileName.copy( 0,lastIndex ); in getParentName()
|
/aoo42x/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 1047 …for(sal_Int32 lastIndex=0;(lastIndex= sTypeName.indexOf( L'[', lastIndex)) != -1; lastIndex++,dims… in createUnoSequenceWrapper() local
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 3532 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
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 813 sal_Int32 lastIndex = keyName.lastIndexOf('/'); in eraseKey() local 815 if ( lastIndex >= 0 ) in eraseKey() 817 sRelativKey += keyName.copy(lastIndex + 1); in eraseKey()
|