Home
last modified time | relevance | path

Searched refs:delete (Results 26 – 50 of 269) sorted by relevance

1234567891011

/aoo42x/main/offapi/com/sun/star/sdbc/
H A DStatement.idl157 This name can then be used in SQL positioned update/delete statements to
159 the database does not support positioned update/delete, this property is
169 By definition, positioned update/delete
H A DResultSet.idl180 This name can then be used in SQL positioned update/delete statements to
182 the database doesn't support positioned update/delete, this property is
192 By definition, positioned update/delete
H A DPreparedStatement.idl203 This name can then be used in SQL positioned update/delete statements to
205 the database does not support positioned update/delete, this property is
215 By definition, positioned update/delete
/aoo42x/main/cui/source/customize/
H A Dcfg.src710 Text [ en-US ] = "Are you sure to delete the image?" ;
761 Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?" ;
768 …Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?…
799 …Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really w…
/aoo42x/main/offapi/com/sun/star/table/
H A DXTableColumns.idl67 is the index of the first column to delete.
70 is the number of columns to delete.
H A DXTableRows.idl66 is the index of the first row to delete.
69 is the number of rows to delete.
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXRecycler.idl43 /** Allows an <type>XContent</type> to delete itself into the trash can.
63 send the undelete or delete command to.
/aoo42x/main/bridges/source/jni_uno/
H A Djni_base.h236 inline static void operator delete ( void * mem ) in operator delete()
240 inline static void operator delete ( void *, void * ) in operator delete()
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DReference.h241 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
247 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
H A DAny.h58 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
64 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
H A DType.h74 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
80 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
/aoo42x/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java155 cleanupFile.delete(); in doPost()
176 cleanupFile.delete(); in doPost()
/aoo42x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch535 delete this;
578 delete this;
611 delete this;
735 delete this;
789 delete this;
837 delete this;
883 delete this;
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java75 delete(FileAccess.connectURLs(dir ,(String)l.get(i))); in deleteDirContent()
79 public void delete(String filename) throws Exception in delete() method in UCB
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java233 buff.delete(0,1); in getConfigureClasspath()
234 buff.delete( buff.length() - 1, buff.length() ); in getConfigureClasspath()
/aoo42x/main/udkapi/com/sun/star/io/
H A DXMarkableStream.idl64 <p>It is an error to delete a mark if other marks after this
66 implementation must delete this mark and all others after
/aoo42x/main/stoc/source/security/
H A Dlru_cache.h112 delete [] m_block; in setSize()
149 delete [] m_block; in ~lru_cache()
/aoo42x/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME79 svccfg delete -f ooo_bundled_extensions
80 svccfg delete smf/manifest
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_base.h127 inline static void operator delete ( void * mem ) in operator delete()
131 inline static void operator delete ( void *, void * ) in operator delete()
/aoo42x/main/qadevOOo/runner/util/
H A Dutils.java498 boolean delete = true; in deleteFile()
511 delete = false; in deleteFile()
513 return delete; in deleteFile()
/aoo42x/main/basctl/source/dlged/
H A Dmanagelang.src117 …ut to delete the resources for the selected language(s). All user interface strings for this langu…
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java93 installRootTemp.delete(); // removing the link in removeLocalTempDir()
255 boolean deleted = lockFile.delete(); in removeSolarisLockFile()
/aoo42x/main/cui/source/dialogs/
H A Dscriptdlg.src205 Text [ en-US ] = "Do you want to delete the following object?" ;
217 Text [ en-US ] = " You do not have permission to delete this object." ;
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java375 success = file.delete(); in deleteFile()
400 dir.delete(); in removeDirectory()
/aoo42x/main/rsc/source/parser/
H A Dyyrscyacc.y813 delete $1.aExp.pExp;
925 delete $1.aExp.pExp;
1067 delete $1.aExp.pExp;

Completed in 142 milliseconds

1234567891011