Searched refs:rBytes (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 226 const Sequence< sal_Int8 > & rBytes, bool published ); 276 const Sequence< sal_Int8 > & rBytes, in CompoundTypeDescriptionImpl() 280 , _aBytes( rBytes ) in CompoundTypeDescriptionImpl() 327 const Sequence< sal_Int8 > & rBytes, bool published ) in EnumTypeDescriptionImpl() 329 , _aBytes( rBytes ) in EnumTypeDescriptionImpl() 425 const OUString & rName, const Sequence< sal_Int8 > & rBytes, in ServiceTypeDescriptionImpl() 427 : _aName( rName ), _aBytes( rBytes ), _xTDMgr( xTDMgr ), in ServiceTypeDescriptionImpl() 566 const Sequence< sal_Int8 > & rBytes, in ConstantsTypeDescriptionImpl() 568 : _aName( rName ), _aBytes( rBytes), _pMembers( 0 ), _published( published ) in ConstantsTypeDescriptionImpl()
|
H A D | tdiface.cxx | 67 const Sequence< sal_Int8 > & rBytes, in InterfaceMethodImpl() 71 : _desc(xTDMgr, rMemberName, rBytes, nMethodIndex) in InterfaceMethodImpl() 398 const Sequence< sal_Int8 > & rBytes, bool published ) in InterfaceTypeDescriptionImpl() 400 , _aBytes( rBytes ) in InterfaceTypeDescriptionImpl()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 2032 void* PPDContext::getStreamableBuffer( sal_uLong& rBytes ) const in getStreamableBuffer() 2034 rBytes = 0; in getStreamableBuffer() 2041 rBytes += aCopy.Len(); in getStreamableBuffer() 2042 rBytes += 1; // for ':' in getStreamableBuffer() 2046 rBytes += aCopy.Len(); in getStreamableBuffer() 2049 rBytes += 4; in getStreamableBuffer() 2050 rBytes += 1; // for '\0' in getStreamableBuffer() 2052 rBytes += 1; in getStreamableBuffer() 2053 void* pBuffer = new char[ rBytes ]; in getStreamableBuffer() 2054 memset( pBuffer, 0, rBytes ); in getStreamableBuffer()
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_addfunc.cxx | 51 inline InputStreamProvider( ByteSequence const & rBytes ) in InputStreamProvider() argument 52 : _bytes( rBytes ) in InputStreamProvider()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 93 SvLockBytes& rBytes); 952 SvLockBytes& rBytes) in OutlineToImpressFinalizer() argument 960 const SvStream* pStream (rBytes.GetStream()); in OutlineToImpressFinalizer() 976 rBytes.ReadAt( in OutlineToImpressFinalizer()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 328 void* getStreamableBuffer( sal_uLong& rBytes ) const;
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 320 ErrCode SetLockBytes( SvLockBytesRef& rBytes );
|
Completed in 78 milliseconds