/aoo42x/main/idlc/source/ |
H A D | parser.y | 614 delete $1; 697 delete($1); 738 delete $2; 1035 delete $4; 1352 delete $5; 1388 delete $3; 1590 delete $5; 1613 delete $1; 1757 delete $2; 1799 delete $2; [all …]
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlWrapper.java | 73 f1.delete(); in main() 74 f2.delete(); in main() 80 f1.delete(); in main() 81 f2.delete(); in main() 93 f1.delete(); in main() 94 f2.delete(); in main() 101 f1.delete(); in main() 102 f2.delete(); in main() 123 f1.delete(); in main() 137 f1.delete(); in main() [all …]
|
/aoo42x/main/scripting/examples/java/Newsgroup/ |
H A D | OfficeAttachment.java | 220 htmlFile.delete(); in removeTempDocs() 221 officeFile.delete(); in removeTempDocs() 229 officeFile.delete(); in removeTempDocs() 234 htmlFile.delete(); in removeTempDocs() 255 htmlFile.delete(); in cleanUpOnError() 256 officeFile.delete(); in cleanUpOnError() 262 officeFile.delete(); in cleanUpOnError() 266 htmlFile.delete(); in cleanUpOnError()
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 104 tmpfile.delete(); in zipParcel() 114 tmpfile.delete(); in zipParcel() 123 targetfile.delete(); in zipParcel() 309 return basedir.delete(); in deleteDir() 344 tmpfile.delete(); in unzipToZip() 353 if (targetDocument.delete() == false) { in unzipToZip() 354 tmpfile.delete(); in unzipToZip() 475 tmpfile.delete(); in removeParcel() 486 if (document.delete() == false) { in removeParcel() 487 tmpfile.delete(); in removeParcel()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | strings.src | 33 Text [ en-US ] = "Do you want to delete the gradient?" ; 49 Text [ en-US ] = "Are you sure you want to delete the bitmap?" ; 61 Text [ en-US ] = "Do you want to delete the line style?" ; 73 Text [ en-US ] = "Do you want to delete the hatching?" ; 93 Text [ en-US ] = "Do you want to delete the color?" ; 125 Text [ en-US ] = "Do you want to delete the arrowhead?" ;
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 129 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete() 133 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete() 316 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete() 320 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete() 521 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete() 525 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | SQLQueryComposer.java | 441 textualValue.delete(0, 2); in getNormalizedStructuredFilter() 445 textualValue.delete(0, 1); in getNormalizedStructuredFilter() 448 textualValue.delete(0, 8); in getNormalizedStructuredFilter() 451 textualValue.delete(0, 4); in getNormalizedStructuredFilter() 454 textualValue.delete(0, 7); in getNormalizedStructuredFilter() 457 textualValue.delete(0, 11); in getNormalizedStructuredFilter()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 391 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 400 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 447 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 473 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 507 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | LocalOfficeConnection.java | 549 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 558 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 605 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 631 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath() 665 buffer.delete(0, buffer.length()); in parseUnoUrlWithOfficePath()
|
/aoo42x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceRemover.java | 150 ResourceRemover delete = new ResourceRemover( args ); in main() local 151 boolean result = delete.deleteResource(); in main() 152 String url = delete.getContentURL(); in main()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | InfoDir.java | 151 sourceFile.delete(); in moveAdminFiles() 160 sourceFile.delete(); in moveAdminFiles() 169 sourceFile.delete(); in moveAdminFiles() 178 sourceFile.delete(); in moveAdminFiles()
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlbison.y | 1155 delete $$; 1250 delete pTemp; 1254 delete $$; 1292 delete $4; 1296 delete $$; 1366 delete $$; 1388 delete $$; 3887 delete $$; 3893 delete $$; 3899 delete $$; [all …]
|
/aoo42x/main/ucb/source/inc/ |
H A D | regexpmap.tpt | 234 delete m_pImpl; 357 ~RegexpMapImpl() { delete m_pDefault; } 378 delete m_pImpl; 402 delete m_pImpl->m_pDefault; 475 delete m_pImpl->m_pDefault;
|
/aoo42x/main/icu/ |
H A D | icu4c-4_0_1-src.patch | 106 # The #M# is used to delete lines for icu-config 274 - if (name[len-1] == '_') { /* delete trailing '_' */ 275 + if (len > 0 && name[len-1] == '_') { /* delete trailing '_' */ 283 - if (name[len-1] == '_') { /* delete trailing '_' */ 284 + if (len > 0 && name[len-1] == '_') { /* delete trailing '_' */
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 394 tmpFile.delete(); in updateDocument() 409 newFile.delete(); // delete old backup in updateDocument() 695 public void delete(String name) in delete() method in OpenOfficeDocFileSystem.ChangeImpl 1093 node.delete(); in clean() 1139 node.delete(); in getFile()
|
/aoo42x/main/bean/qa/complex/bean/ |
H A D | ScreenComparer.java | 215 file_tmp.delete(); in writeImages() 226 file_tmp.delete(); in writeImages() 236 file_tmp.delete(); in writeImages()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basidesh.src | 181 Text [ en-US ] = "Do you want to delete the macro XX?" ; 185 Text [ en-US ] = "Do you want to delete the XX dialog?" ; 189 Text [ en-US ] = "Do you want to delete the XX library?" ; 193 Text [ en-US ] = "Do you want to delete the reference to the XX library?" ; 197 Text [ en-US ] = "Do you want to delete the XX module?" ;
|
/aoo42x/main/udkapi/com/sun/star/io/ |
H A D | FilePermission.idl | 47 <code>"execute"</code>, and <code>"delete"</code>. 53 <li><code>delete</code> -- delete permission</li>
|
/aoo42x/main/scripting/workben/installer/ |
H A D | FileUpdater.java | 61 in_file.delete(); in updateProtocolHandler() 135 in_file.delete(); in updateScriptXLC() 210 in_file.delete(); in updateDialogXLC()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbabrw.src | 49 Message [ en-US ] = "Do you want to delete the selected data?" ; 131 Text [ en-US ] = "Do you want to delete the table '%1'?" ; 137 Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
|
/aoo42x/main/svx/source/form/ |
H A D | datanavi.src | 256 …E' affects all controls currently bound to this model.\nDo you really want to delete this model?" ; 263 …ects all controls currently bound to this instance.\nDo you really want to delete this instance?" ; 270 …ffects all controls currently bound to this element.\nDo you really want to delete this element?" ; 277 Message [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ; 284 …ll controls currently bound to this submission.\n\nDo you really want to delete this submission?" ; 291 …ects all controls currently bound to this binding.\n\nDo you really want to delete this binding?" ;
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ |
H A D | PackageRemover.java | 70 if (source.delete() == false) { in removeDeclaration() 71 tmp.delete(); in removeDeclaration()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | StylePreview.java | 103 fileAccess.delete(backgroundFilename); in refresh() 149 fileAccess.delete(tempDir); in removeTempDir()
|
/aoo42x/main/cppu/inc/com/sun/star/uno/ |
H A D | Sequence.h | 72 inline static void SAL_CALL operator delete ( void * pMem ) in operator delete() 80 inline static void SAL_CALL operator delete ( void *, void * ) in operator delete()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | byteseq.h | 174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete() 180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
|