Searched refs:bDeletePhysical (Results 1 – 15 of 15) sorted by relevance
/trunk/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 429 sal_Bool bDeletePhysical = sal_False; in execute() local 430 aCommand.Argument >>= bDeletePhysical; in execute() 431 destroy( bDeletePhysical ); in execute() 951 void Content::destroy( sal_Bool bDeletePhysical ) in destroy() argument 972 (*it)->destroy( bDeletePhysical ); in destroy()
|
H A D | myucp_content.hxx | 119 void destroy( sal_Bool bDeletePhysical )
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 963 sal_Bool bDeletePhysical = sal_False; in execute() local 964 aCommand.Argument >>= bDeletePhysical; in execute() 968 if (!bDeletePhysical && !g_file_trash(getGFile(), NULL, NULL)) in execute() 969 bDeletePhysical = true; in execute() 971 if (bDeletePhysical) in execute() 978 destroy( bDeletePhysical ); in execute() 997 void Content::destroy( sal_Bool bDeletePhysical ) in destroy() argument 1012 (*it)->destroy( bDeletePhysical ); in destroy()
|
H A D | gio_content.hxx | 105 void destroy( sal_Bool bDeletePhysical ) throw( com::sun::star::uno::Exception );
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 513 sal_Bool bDeletePhysical = sal_False; in execute() local 514 aCommand.Argument >>= bDeletePhysical; in execute() 515 destroy( bDeletePhysical, Environment ); in execute() 1612 void HierarchyContent::destroy( sal_Bool bDeletePhysical, in destroy() argument 1664 (*it)->destroy( bDeletePhysical, xEnv ); in destroy()
|
H A D | hierarchycontent.hxx | 211 void destroy( sal_Bool bDeletePhysical,
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 400 sal_Bool bDeletePhysical = sal_False; in execute() local 401 aCommand.Argument >>= bDeletePhysical; in execute() 409 destroy( bDeletePhysical ); in execute() 1032 void Content::destroy( sal_Bool bDeletePhysical ) in destroy() argument 1052 (*it)->destroy( bDeletePhysical ); in destroy()
|
H A D | gvfs_content.hxx | 147 void destroy( sal_Bool bDeletePhysical )
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 585 sal_Bool bDeletePhysical = sal_False; in execute() local 586 aCommand.Argument >>= bDeletePhysical; in execute() 587 destroy( bDeletePhysical, Environment ); in execute() 1864 void Content::destroy( sal_Bool bDeletePhysical, in destroy() argument 1909 (*it)->destroy( bDeletePhysical, xEnv ); in destroy()
|
H A D | tdoc_content.hxx | 195 void destroy( sal_Bool bDeletePhysical,
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 612 sal_Bool bDeletePhysical = sal_False; in execute() local 613 aCommand.Argument >>= bDeletePhysical; in execute() 614 destroy( bDeletePhysical, Environment ); in execute() 1834 sal_Bool bDeletePhysical, in destroy() argument 1873 (*it)->destroy( bDeletePhysical, xEnv ); in destroy()
|
H A D | pkgcontent.hxx | 226 void destroy( sal_Bool bDeletePhysical,
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 652 sal_Bool bDeletePhysical = sal_False; in execute() local 653 aCommand.Argument >>= bDeletePhysical; in execute() 681 destroy( bDeletePhysical ); in execute() 2956 void Content::destroy( sal_Bool bDeletePhysical ) in destroy() argument 2978 (*it)->destroy( bDeletePhysical ); in destroy()
|
H A D | webdavcontent.hxx | 169 void destroy( sal_Bool bDeletePhysical )
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 1108 void Content::destroy( sal_Bool bDeletePhysical ) 1129 (*it)->destroy( bDeletePhysical );
|
Completed in 94 milliseconds