Home
last modified time | relevance | path

Searched refs:GetDataSize (Results 1 – 25 of 30) sorted by path

12

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1773 … SvMemoryStream aMemStm( (void*)pData, pAct->GetDataSize(), STREAM_READ ); in createActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1711 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions()
1742 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1107 sal_uLong nSize = aGfxLink.GetDataSize(); in ImplWriteActions()
1154 mpPS->Write( pSource, aGfxLink.GetDataSize() ); in ImplWriteActions()
1234 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in ImplWriteActions()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4378 p_EscherBlibEntry->mnSize = aGraphicLink.GetDataSize(); in GetBlibID()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1467 pA->GetDataSize() ) in ImplWriteActions()
1476 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions()
1550 pA->GetDataSize() ) in ImplWriteActions()
1552 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx422 sal_Size nDataSize = aLink.GetDataSize(); in WriteImage()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx275 Size GetDataSize() const;
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1079 Size ScPrintFunc::GetDataSize() const in GetDataSize() function in ScPrintFunc
H A Dtabview2.cxx791 Size aPageSize = aPrintFunc.GetDataSize(); in CalcZoom()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.cxx108 size_t RegistryValueImpl::GetDataSize() const in GetDataSize() function in RegistryValueImpl
H A Dregistryvalueimpl.hxx64 size_t GetDataSize() const;
H A Dregistryw9x.cxx536 static_cast<DWORD>(Value->GetDataSize())); in SetValue()
H A Dregistrywnt.cxx603 static_cast<DWORD>(Value->GetDataSize())); in SetValue()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx971 pAct->GetDataSize() > 0) in prepareHyperlinkIndices()
988 pAct->GetDataSize() / sizeof(sal_Unicode) ) in prepareHyperlinkIndices()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx932 if( aGfxLink.GetDataSize() ) in InsertGraphic()
983 if( aGfxLink.GetDataSize() && aGfxLink.GetData() ) in InsertGraphic()
985 pOStm->Write( aGfxLink.GetData(), aGfxLink.GetDataSize() ); in InsertGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1658 sal_uInt32 nSize = aLink.GetDataSize(); in getInputStream()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx291 uno::Sequence<sal_Int8> aSeq((sal_Int8*)aLnk.GetData(), (sal_Int32) aLnk.GetDataSize()); in getPropertyValueImpl()
H A Dunoshape.cxx3049 … uno::Sequence<sal_Int8> aSeq((sal_Int8*)aLnk.GetData(), (sal_Int32) aLnk.GetDataSize()); in getPropertyValueImpl()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx129 if( aGfxLink.GetDataSize() && aGfxLink.GetData() ) in SvXMLGraphicInputStream()
131 pStm->Write( aGfxLink.GetData(), aGfxLink.GetDataSize() ); in SvXMLGraphicInputStream()
610 if( aGfxLink.GetDataSize() && aGfxLink.GetData() ) in ImplWriteGraphic()
611 pStream->Write( aGfxLink.GetData(), aGfxLink.GetDataSize() ); in ImplWriteGraphic()
637 sal_uInt32 nSize = pComment->GetDataSize(); in ImplWriteGraphic()
645 pStream->Write( rLink.GetData(), rLink.GetDataSize() ); in ImplWriteGraphic()
716 if( aGfxLink.GetDataSize() ) in ImplInsertGraphicURL()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx226 if( pOStm && aGfxLink.GetDataSize() && aGfxLink.GetData() ) in WriteGraphic()
228 pOStm->Write( aGfxLink.GetData(), aGfxLink.GetDataSize() ); in WriteGraphic()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3649 nSize = aGraphicLink.GetDataSize(); in FlyFrameGraphic()
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx157 sal_uInt32 GetDataSize() const;
H A Dmetaact.hxx1510 sal_uInt32 GetDataSize() const { return mnDataSize; } in GetDataSize() function in MetaCommentAction
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx2443 const sal_uInt32 nDataSize = pA->GetDataSize(); in ImplWriteActions()
H A Dgdimetafiletools.cxx888 … SvMemoryStream aMemStm((void*)pA->GetData(), pA->GetDataSize(),STREAM_READ); in clipMetafileContentAgainstOwnRegions()
929 … SvMemoryStream aMemStm((void*)pA->GetData(), pA->GetDataSize(),STREAM_READ); in clipMetafileContentAgainstOwnRegions()

Completed in 207 milliseconds

12