| /aoo41x/main/io/test/stm/ | 
| H A D | marktest.cxx | 227 		rInput->readBytes( seqRead , rInput->available() );  in testSimple() 251 	ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" );  in testSimple() 260 	ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" );  in testSimple() 273 	ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" );  in testSimple() 302 		ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" );  in testSimple() 344 		ERROR_ASSERT( rInput->available() == 1 , "wrong number of bytes flushed" );  in testSimple() 348 		ERROR_ASSERT( rInput->available() == 4 , "wrong number of bytes flushed" );  in testSimple() 589 	ERROR_ASSERT( 256 == rInput->available() , "basic read/write failure" );  in testSimple() 597 	ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" );  in testSimple() 601 	ERROR_ASSERT( 256-10 == rInput->available() , "marking error" );  in testSimple() [all …] 
 | 
| H A D | pipetest.cxx | 261 		input->readBytes( seqRead , input->available() );  in testSimple() 265 		ERROR_ASSERT( 0 == input->available() ,  in testSimple() 270 		ERROR_ASSERT( 0 == input->available() , "wrong available after skip" );  in testSimple() 274 		ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " );  in testSimple() 284 	ERROR_ASSERT( seqWrite.getLength() == input->available(), "wrong available() after write" );  in testSimple() 313         input->available( );  in testSimple()
  | 
| /aoo41x/main/extensions/test/stm/ | 
| H A D | marktest.cxx | 228 		rInput->readBytes( seqRead , rInput->available() );  in testSimple() 252 	ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" );  in testSimple() 261 	ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" );  in testSimple() 273 	ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" );  in testSimple() 302 		ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" );  in testSimple() 344 		ERROR_ASSERT( rInput->available() == 1 , "wrong number of bytes flushed" );  in testSimple() 348 		ERROR_ASSERT( rInput->available() == 4 , "wrong number of bytes flushed" );  in testSimple() 590 	ERROR_ASSERT( 256 == rInput->available() , "basic read/write failure" );  in testSimple() 598 	ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" );  in testSimple() 602 	ERROR_ASSERT( 256-10 == rInput->available() , "marking error" );  in testSimple() [all …] 
 | 
| H A D | pipetest.cxx | 264 		input->readBytes( seqRead , input->available() );  in testSimple() 268 		ERROR_ASSERT( 0 == input->available() ,  in testSimple() 273 		ERROR_ASSERT( 0 == input->available() , "wrong available after skip" );  in testSimple() 277 		ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " );  in testSimple() 287 	ERROR_ASSERT( seqWrite.getLen() == input->available(), "wrong available() after write" );  in testSimple()
  | 
| /aoo41x/main/odk/examples/DevelopersGuide/UCB/ | 
| H A D | MyInputStream.java | 97     public synchronized int available()  in available()  method in MyInputStream 129             int available;  in readBytes()  local 131                 available = bigbuffer.length - read;  in readBytes() 133                 available = p1;  in readBytes() 136 			while( available != 0 ) {  in readBytes() 138 				--available;  in readBytes()
  | 
| /aoo41x/main/javaunohelper/com/sun/star/lib/uno/adapter/ | 
| H A D | InputStreamToXInputStreamAdapter.java | 53     public int available() throws   in available()  method in InputStreamToXInputStreamAdapter 60             bytesAvail = iIn.available();  in available() 118 	    if (len >iIn.available()) {  in readSomeBytes() 119 			bytesRead = iIn.read(b[0], 0, iIn.available());  in readSomeBytes() 153             avail = iIn.available();  in skipBytes()
  | 
| H A D | XInputStreamToInputStreamAdapter.java | 55     public int available() throws IOException {  in available()  method in XInputStreamToInputStreamAdapter 60             bytesAvail = xin.available();  in available() 122             int av = xin.available();  in read() 156             avail = xin.available();  in skip()
  | 
| /aoo41x/main/offapi/com/sun/star/xml/sax/ | 
| H A D | XFastAttributeList.idl | 59 	/** checks if an attribute is available.<br> 72 			<TRUE/>, if the attribute is available 92 			if the attribute is not available 111 			This value will be returned if the attribute is not available 114 			If the attribute is available it returns the integer token of the value 137 			if the attribute is not available 157 			attribute is not available.
  | 
| /aoo41x/main/extensions/source/update/check/ | 
| H A D | updatehdl.src | 43 …Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe installed version is %PRODUCTNAME… 73 …Text [ en-US ] = "The automatic download of the update is currently not available.\n\nClick 'Downl… 183 	Text [ en-US ] = "%PRODUCTNAME update available"; 193 	Text [ en-US ] = "%PRODUCTNAME update available"; 203 	Text [ en-US ] = "%PRODUCTNAME update available"; 253 	Text [ en-US ] = "Updates for extensions available";
  | 
| /aoo41x/main/udkapi/com/sun/star/beans/ | 
| H A D | PropertyState.idl | 37 		<li>whether a value is available or void, </li> 51 		<p>The property value must be available and of the specified type. 60 	/** The value of the property is available from a master (e.g., template).  65 		value must be available and of the specified type. If the  80 		property value must be available and of the specified type.
  | 
| /aoo41x/main/offapi/com/sun/star/text/ | 
| H A D | Cell.idl | 83             <li>TopBorder: already available.</li> 84             <li>BottomBorder: already available.</li> 85             <li>LeftBorder: already available.</li> 86             <li>RightBorder: already available.</li> 87             <li>NumberFormat: already available.</li>
  | 
| /aoo41x/main/offapi/com/sun/star/graphic/ | 
| H A D | GraphicDescriptor.idl | 34 /** This service describes all graphic properties that are available 57 		case the original mime type is not available anymore</p> 94 		<p> This property may not be available in case of 103 		<p> This property may not be available in case of 112 		<p> This property is not available for vector 113 		graphics and may not be available for some kinds
  | 
| /aoo41x/main/udkapi/com/sun/star/io/ | 
| H A D | XInputStream.idl | 62 		available or the EOF is reached.  </p> 100 	/** reads the available number of bytes, at maximum 105            The method blocks as long as at least 1 byte is available or 108            Otherwise, after the call, aData contains the available, 138 	// DocMerge from xml: method com::sun::star::io::XInputStream::available 144 	long available() 
  | 
| /aoo41x/main/udkapi/com/sun/star/connection/ | 
| H A D | XConnection2.idl | 40    with <code>available</code> and <code>readSomeBytes</code> 45 	/** Gives the number of bytes available via <code>read</code>  48 	long available() raises(com::sun::star::io::IOException);  50 	/** Blocks if no data is available otherwise reads at 
  | 
| /aoo41x/main/solenv/doc/gbuild/solenv/gbuild/ | 
| H A D | types.mk | 44 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere. 79 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere. 88 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere. 132 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere. 136 …unction needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere. 176             /// The target on with to depend to make sure the rsc executable is available.
  | 
| /aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_languages/ | 
| H A D | UIText.ulf | 35 en-US = "This feature will not be available." 83 en-US = "This feature will be available to run from CD." 89 en-US = "This feature will be available to run from the network." 119 en-US = "This feature will be removed from your local hard drive but will still be available to run… 125 en-US = "This feature will be removed from your local hard drive, but will be still available to ru…
  | 
| /aoo41x/main/comphelper/source/streaming/ | 
| H A D | memorystream.cxx | 63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException… 115 	nBytesToRead = std::min( nBytesToRead, available() );  in readBytes() 140 	mnCursor += std::min( nBytesToSkip, available() );  in skipBytes() 143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE…  in available()  function in comphelper::UNOMemoryStream
  | 
| /aoo41x/main/scripting/java/com/sun/star/script/framework/io/ | 
| H A D | UCBStreamHandler.java | 204         while (zis.available() != 0) {  in getFileStreamFromJarStream() 232                 if ( xInputStream.available() > 0 )  in getFileStreamFromUCB() 234                     sz = xInputStream.available();  in getFileStreamFromUCB() 238             LogUtils.DEBUG("available = " + xInputStream.available() );  in getFileStreamFromUCB()
  | 
| H A D | XInputStreamImpl.java | 73         int availableBytes = available();  in readSomeBytes() 95 … public int available(  ) throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException  in available()  method in XInputStreamImpl 100             bytesAvail = is.available();  in available()
  | 
| /aoo41x/main/offapi/com/sun/star/resource/ | 
| H A D | XStringResourceManager.idl | 86             <p>If true: If the exact locale that should be set is not available 88             quired but not available, en would be the next choice. Finally 91             <p>If false: If the exact locale that should be set is not available 95             <p>If false: If the exact locale that should be set is not available 111             If this locale is not available a 300 		if the next available id exceeds the range of type long.
  | 
| /aoo41x/main/setup_native/source/packinfo/ | 
| H A D | shellscripts_extensions.txt | 38 # Use postrun command on Solaris where available (OpenSolaris) 51   # No postrun available, try running unopkg directly 67 # Use postrun command on Solaris where available (OpenSolaris) 76   # No postrun available, try running unopkg directly
  | 
| /aoo41x/main/ | 
| H A D | NOTICE | 36 The full snowball package is available from 117 original software and related information is available 123 related information is available at 128 related information is available at
  | 
| H A D | LICENSE_category_b | 35      Covered Code available to a third party. 92      well known, available Covered Code of the Contributor's choice. The 189      Executable version available; and if made available via Electronic 260      the Covered Code is available under the terms of this License, 1023 governed by the Mozilla Public License (MPL). The MPL is available 1157     available; and if made available via Electronic Distribution Mechanism, 1524 When the Program is made available in source code form: 1526 a) it must be made available under this Agreement; and 1743 When the Program is made available in source code form: 1745     a) it must be made available under this Agreement; and [all …] 
 | 
| /aoo41x/main/toolkit/source/helper/ | 
| H A D | unomemorystream.cxx | 53 	sal_Int32 nRead = available();  in readBytes() 67 	sal_Int32 nAvailable = available();  in readSomeBytes() 86 sal_Int32 UnoMemoryStream::available() throw(::com::sun::star::io::NotConnectedException, ::com::su…  in available()  function in UnoMemoryStream
  | 
| /aoo41x/main/desktop/source/app/ | 
| H A D | desktop.src | 59 	Text [ en-US ] = "The installation path is not available." ; 89 	Text [ en-US ] = "The component manager is not available." ; 94 	Text [ en-US ] = "The configuration service is not available." ; 224 	Text [ en-US ] = "The path manager is not available.\n" ;
  |