Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 270) sorted by relevance

1234567891011

/trunk/main/idlc/source/
H A Dparser.y614 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 …]
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java73 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 …]
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java220 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()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java104 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()
/trunk/main/cui/source/tabpages/
H A Dstrings.src33 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?" ;
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h129 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()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java441 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()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java391 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()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java549 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()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DResourceRemover.java150 ResourceRemover delete = new ResourceRemover( args ); in main() local
151 boolean result = delete.deleteResource(); in main()
152 String url = delete.getContentURL(); in main()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java151 sourceFile.delete(); in moveAdminFiles()
160 sourceFile.delete(); in moveAdminFiles()
169 sourceFile.delete(); in moveAdminFiles()
178 sourceFile.delete(); in moveAdminFiles()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y1155 delete $$;
1250 delete pTemp;
1254 delete $$;
1292 delete $4;
1296 delete $$;
1366 delete $$;
1388 delete $$;
3887 delete $$;
3893 delete $$;
3899 delete $$;
[all …]
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt234 delete m_pImpl;
357 ~RegexpMapImpl() { delete m_pDefault; }
378 delete m_pImpl;
402 delete m_pImpl->m_pDefault;
475 delete m_pImpl->m_pDefault;
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch106 # 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 '_' */
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java394 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()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java215 file_tmp.delete(); in writeImages()
226 file_tmp.delete(); in writeImages()
236 file_tmp.delete(); in writeImages()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.src181 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?" ;
/trunk/main/udkapi/com/sun/star/io/
H A DFilePermission.idl47 <code>"execute"</code>, and <code>"delete"</code>.
53 <li><code>delete</code> -- delete permission</li>
/trunk/main/scripting/workben/installer/
H A DFileUpdater.java61 in_file.delete(); in updateProtocolHandler()
135 in_file.delete(); in updateScriptXLC()
210 in_file.delete(); in updateDialogXLC()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbabrw.src49 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?" ;
/trunk/main/svx/source/form/
H A Ddatanavi.src256 …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?" ;
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DPackageRemover.java70 if (source.delete() == false) { in removeDeclaration()
71 tmp.delete(); in removeDeclaration()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStylePreview.java103 fileAccess.delete(backgroundFilename); in refresh()
149 fileAccess.delete(tempDir); in removeTempDir()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.h72 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()
/trunk/main/sal/inc/rtl/
H A Dbyteseq.h174 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()

Completed in 140 milliseconds

1234567891011