/trunk/main/solenv/bin/modules/installer/ |
H A D | packagelist.pm | 500 my ($packages) = @_; 506 my $onepackage = ${$packages}[$i]; 617 push(@{$packages}, $onepackage); 639 my @packages = (); 687 return \@packages; 696 my ($packages) = @_; 706 my $onepackage = ${$packages}[$i]; 746 my ($packages, $allvariables) = @_; 750 my $onepackage = ${$packages}[$i]; 800 my ($packages, $allvariables) = @_; [all …]
|
/trunk/main/package/inc/ |
H A D | ZipFile.hxx | 108 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st… 116 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st… 158 throw ( ::com::sun::star::packages::WrongPasswordException, 159 ::com::sun::star::packages::zip::ZipIOException, 180 throw ( ::com::sun::star::packages::WrongPasswordException, 182 ::com::sun::star::packages::zip::ZipException, 190 throw ( ::com::sun::star::packages::NoEncryptionException, 192 ::com::sun::star::packages::zip::ZipException, 198 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st… 200 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st… [all …]
|
H A D | ZipPackageStream.hxx | 50 ::com::sun::star::packages::XDataSinkEncrSupport 173 throw ( ::com::sun::star::packages::WrongPasswordException, 177 throw ( ::com::sun::star::packages::NoEncryptionException, 186 throw ( ::com::sun::star::packages::EncryptionNotAllowedException, 187 ::com::sun::star::packages::NoRawFormatException,
|
/trunk/main/offapi/com/sun/star/packages/ |
H A D | XDataSinkEncrSupport.idl | 39 #include <com/sun/star/packages/WrongPasswordException.idl> 43 #include <com/sun/star/packages/NoEncryptionException.idl> 47 #include <com/sun/star/packages/EncryptionNotAllowedException.idl> 51 #include <com/sun/star/packages/NoRawFormatException.idl> 57 module com { module sun { module star { module packages { 75 @throws ::com::sun::star::packages::WrongPasswordException 82 raises( ::com::sun::star::packages::WrongPasswordException, 98 @throws ::com::sun::star::packages::NoEncryptionException 105 raises( ::com::sun::star::packages::NoEncryptionException, 134 @throws ::com::sun::star::packages::NoRawFormatException [all …]
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | XStorage2.idl | 49 <type scope="com::sun::star::packages">NoEncryptionException</type>. 76 @throws ::com::sun::star::packages::NoEncryptionException 79 @throws ::com::sun::star::packages::WrongPasswordException 94 ::com::sun::star::packages::NoEncryptionException, 95 ::com::sun::star::packages::WrongPasswordException, 105 <type scope="com::sun::star::packages">NoEncryptionException</type>. 133 @throws ::com::sun::star::packages::NoEncryptionException 136 @throws ::com::sun::star::packages::WrongPasswordException 150 ::com::sun::star::packages::NoEncryptionException, 151 ::com::sun::star::packages::WrongPasswordException,
|
H A D | XStorage.idl | 59 #include <com/sun/star/packages/WrongPasswordException.idl> 75 #include <com/sun/star/packages/NoEncryptionException.idl> 79 #include <com/sun/star/packages/NoRawFormatException.idl> 173 @throws ::com::sun::star::packages::WrongPasswordException 187 ::com::sun::star::packages::WrongPasswordException, 223 @throws ::com::sun::star::packages::NoEncryptionException 241 ::com::sun::star::packages::NoEncryptionException, 242 ::com::sun::star::packages::WrongPasswordException, 312 ::com::sun::star::packages::WrongPasswordException, 366 ::com::sun::star::packages::NoEncryptionException, [all …]
|
H A D | XHierarchicalStorageAccess.idl | 55 #include <com/sun/star/packages/WrongPasswordException.idl> 71 #include <com/sun/star/packages/NoEncryptionException.idl> 121 @throws ::com::sun::star::packages::WrongPasswordException 135 ::com::sun::star::packages::WrongPasswordException, 145 <type scope="com::sun::star::packages">NoEncryptionException</type>. 172 @throws ::com::sun::star::packages::NoEncryptionException 175 @throws ::com::sun::star::packages::WrongPasswordException 190 ::com::sun::star::packages::NoEncryptionException, 191 ::com::sun::star::packages::WrongPasswordException,
|
H A D | XHierarchicalStorageAccess2.idl | 49 <type scope="com::sun::star::packages">NoEncryptionException</type>. 76 @throws ::com::sun::star::packages::NoEncryptionException 79 @throws ::com::sun::star::packages::WrongPasswordException 94 ::com::sun::star::packages::NoEncryptionException, 95 ::com::sun::star::packages::WrongPasswordException,
|
H A D | XOptimizedStorage.idl | 63 #include <com/sun/star/packages/EncryptionNotAllowedException.idl> 67 #include <com/sun/star/packages/NoRawFormatException.idl> 71 #include <com/sun/star/packages/WrongPasswordException.idl> 107 ::com::sun::star::packages::NoRawFormatException, 198 @throws ::com::sun::star::packages::WrongPasswordException 211 ::com::sun::star::packages::WrongPasswordException,
|
H A D | XStorageRawAccess.idl | 63 #include <com/sun/star/packages/NoEncryptionException.idl> 67 #include <com/sun/star/packages/NoRawFormatException.idl> 152 @throws ::com::sun::star::packages::NoEncryptionException 168 ::com::sun::star::packages::NoEncryptionException, 203 @throws ::com::sun::star::packages::NoRawFormatException 220 ::com::sun::star::packages::NoRawFormatException,
|
/trunk/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | DeployedUnoPackagesDB.java | 101 NodeList packages = null; in getDeployedPackages() local 102 if ((packages = root.getElementsByTagName("package")) != null && in getDeployedPackages() 103 (len = packages.getLength()) != 0) in getDeployedPackages() 109 Element e = (Element)packages.item( i ); in getDeployedPackages() 172 NodeList packages = null; in removePackage() local 173 if ((packages = langNode.getElementsByTagName("package")) != null && in removePackage() 174 (len = packages.getLength()) != 0) in removePackage() 179 Element e = (Element)packages.item( i ); in removePackage()
|
H A D | UnoPkgContainer.java | 156 String[] packages = db.getDeployedPackages( language ); in init() local 158 for ( int i=0; i<packages.length;i++) in init() 162 processUnoPackage( packages[i], language ); in init() 166 LogUtils.DEBUG("Failed to process " + packages[i] + " for " + language); in init() 174 LogUtils.DEBUG("Failed to process " + packages[i] + " for " + language); in init()
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackageStream.cxx | 51 using namespace com::sun::star::packages::zip::ZipConstants; 52 using namespace com::sun::star::packages::zip; 281 …throw packages::NoEncryptionException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFI… in TryToGetRawFromDataStream() 547 throw ( packages::WrongPasswordException, in getDataStream() 557 …throw packages::zip::ZipIOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX … in getDataStream() 566 catch( packages::WrongPasswordException& ) in getDataStream() 591 throw ( packages::NoEncryptionException, in getRawStream() 601 …throw packages::zip::ZipIOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX … in getRawStream() 635 throw ( packages::EncryptionNotAllowedException, in setRawStream() 636 packages::NoRawFormatException, in setRawStream() [all …]
|
/trunk/main/package/source/xstor/ |
H A D | xstorage.hxx | 269 ::com::sun::star::packages::WrongPasswordException, 380 ::com::sun::star::packages::WrongPasswordException, 389 ::com::sun::star::packages::NoEncryptionException, 390 ::com::sun::star::packages::WrongPasswordException, 407 ::com::sun::star::packages::WrongPasswordException, 416 ::com::sun::star::packages::NoEncryptionException, 417 ::com::sun::star::packages::WrongPasswordException, 529 ::com::sun::star::packages::NoEncryptionException, 539 ::com::sun::star::packages::NoRawFormatException, 706 ::com::sun::star::packages::NoRawFormatException, [all …]
|
H A D | xstorage.cxx | 1695 packages::WrongPasswordException, in CloneStreamElement() 2479 packages::WrongPasswordException, in openStreamElement() 2582 packages::NoEncryptionException, in openEncryptedStreamElement() 2836 packages::NoEncryptionException, in cloneEncryptedStreamElement() 3577 packages::NoEncryptionException, in openEncryptedStream() 3594 packages::NoEncryptionException(); in openEncryptedStream() 3687 packages::NoEncryptionException, in cloneEncryptedStream() 3704 packages::NoEncryptionException(); in cloneEncryptedStream() 3890 packages::NoEncryptionException, in getRawEncrStreamElement() 4010 packages::NoRawFormatException, in insertRawEncrStreamElement() [all …]
|
/trunk/main/solenv/bin/ |
H A D | make_installer.pl | 168 $packages, 696 $packages, 721 installer::worker::shuffle_array($packages); 724 for ( my $k = 0; $k <= $#{$packages}; $k++ ) 726 my $onepackage = ${$packages}[$k]; 811 splice(@{$packages}, $k, 1); # removing package ... 2220 installer::packagelist::check_packagelist($packages); 2222 …$packages = installer::packagelist::analyze_list($packages, $modulesinproductlanguageresolvedarray… 2226 installer::packagelist::log_packages_content($packages); 2251 $packages, [all …]
|
H A D | build_release.pl | 1538 my @packages = (); 1546 push @packages, $wiki_package_descriptor; 1549 return @packages; 1557 my ($release_descriptor, @packages) = @_; 1561 foreach my $package_descriptor (@packages) 1591 my ($release_descriptor, @packages) = @_; 1595 foreach my $package_descriptor (@packages)
|
/trunk/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 453 packages::WrongPasswordException, in openStreamElement() 565 packages::NoEncryptionException, in openEncryptedStreamElement() 566 packages::WrongPasswordException, in openEncryptedStreamElement() 571 throw packages::NoEncryptionException(); in openEncryptedStreamElement() 673 packages::WrongPasswordException, in cloneStreamElement() 750 packages::NoEncryptionException, in cloneEncryptedStreamElement() 751 packages::WrongPasswordException, in cloneEncryptedStreamElement() 756 throw packages::NoEncryptionException(); in cloneEncryptedStreamElement() 1438 packages::WrongPasswordException, in openStreamElementByHierarchicalName() 1563 packages::NoEncryptionException, in openEncryptedStreamElementByHierarchicalName() [all …]
|
H A D | fsstorage.hxx | 111 ::com::sun::star::packages::WrongPasswordException, 120 ::com::sun::star::packages::NoEncryptionException, 121 ::com::sun::star::packages::WrongPasswordException, 138 ::com::sun::star::packages::WrongPasswordException, 147 ::com::sun::star::packages::NoEncryptionException, 148 ::com::sun::star::packages::WrongPasswordException, 309 ::com::sun::star::packages::WrongPasswordException, 317 ::com::sun::star::packages::NoEncryptionException, 318 ::com::sun::star::packages::WrongPasswordException,
|
/trunk/main/filter/source/config/fragments/ |
H A D | makefile.mk | 181 @echo Building language packages $(@:b:s/Filter_//) for filters 190 @echo Building packages filter $@ 197 @echo Building packages others $@ 204 @echo Building special packages types $@ 211 @echo Building special packages filter $@
|
/trunk/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 64 using namespace com::sun::star::packages; 65 using namespace com::sun::star::packages::zip; 66 using namespace com::sun::star::packages::zip::ZipConstants; 386 throw ( packages::WrongPasswordException, ZipIOException, RuntimeException ) in StaticGetDataFromRawStream() 393 …throw packages::WrongPasswordException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in StaticGetDataFromRawStream() 420 …throw packages::WrongPasswordException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in StaticGetDataFromRawStream() 569 throw ( packages::WrongPasswordException, in getDataStream() 594 …throw packages::WrongPasswordException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in getDataStream() 625 throw ( packages::NoEncryptionException, in getWrappedRawStream() 633 …throw packages::NoEncryptionException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFI… in getWrappedRawStream()
|
/trunk/main/scripting/workben/installer/ |
H A D | Register.java | 76 String[] packages = {"ooscriptframe.zip", "bshruntime.zip", "jsruntime.zip"}; in register() local 94 for (int i = 0; i < packages.length; i++) { in register() 103 cmd = progpath + "pkgchk -s -f " + progpath + packages[i]; in register() 111 packages[i] + "\""; in register()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_storage.cxx | 268 packages::WrongPasswordException, in createInputStream() 298 packages::WrongPasswordException, in createOutputStream() 346 packages::WrongPasswordException, in createStream() 580 packages::WrongPasswordException, in queryStream() 663 catch ( packages::NoEncryptionException const & ) in queryStream() 678 catch ( packages::NoEncryptionException const & ) in queryStream()
|
/trunk/main/scp2/source/python/ |
H A D | profileitem_python.scp | 73 /site-packages $ORIGIN); 79 /lib/site-packages $ORIGIN); 87 /lib/site-packages $ORIGIN)); 91 /lib/site-packages $ORIGIN));
|
/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_informationprovider.cxx | 122 const uno::Sequence< uno::Reference< deployment::XPackage > > packages( in getPackageLocation() local 128 for ( int pos = packages.getLength(); pos--; ) in getPackageLocation() 132 const rtl::OUString aName = packages[ pos ]->getName(); in getPackageLocation() 133 const beans::Optional< rtl::OUString > aID = packages[ pos ]->getIdentifier(); in getPackageLocation() 136 aLocationURL = packages[ pos ]->getURL(); in getPackageLocation()
|