Home
last modified time | relevance | path

Searched refs:rBytes (Results 1 – 7 of 7) sorted by relevance

/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx226 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 Dtdiface.cxx67 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()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx2032 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()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx51 inline InputStreamProvider( ByteSequence const & rBytes ) in InputStreamProvider() argument
52 : _bytes( rBytes ) in InputStreamProvider()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx93 SvLockBytes& rBytes);
952 SvLockBytes& rBytes) in OutlineToImpressFinalizer() argument
960 const SvStream* pStream (rBytes.GetStream()); in OutlineToImpressFinalizer()
976 rBytes.ReadAt( in OutlineToImpressFinalizer()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx328 void* getStreamableBuffer( sal_uLong& rBytes ) const;
/trunk/main/tools/inc/tools/
H A Dstream.hxx318 ErrCode SetLockBytes( SvLockBytesRef& rBytes );

Completed in 35 milliseconds