/aoo42x/main/vcl/inc/vcl/ |
H A D | alpha.hxx | 73 sal_uLong GetSizeBytes() const { return Bitmap::GetSizeBytes(); } in GetSizeBytes() function in AlphaMask
|
H A D | bitmap.hxx | 478 inline sal_uLong GetSizeBytes() const; 966 inline sal_uLong Bitmap::GetSizeBytes() const in GetSizeBytes() function in Bitmap
|
H A D | graph.hxx | 150 sal_uLong GetSizeBytes() const;
|
H A D | bitmapex.hxx | 119 sal_uLong GetSizeBytes() const;
|
H A D | animate.hxx | 224 sal_uLong GetSizeBytes() const;
|
H A D | gdimtf.hxx | 231 sal_uLong GetSizeBytes() const;
|
/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCompressor.cxx | 51 virtual sal_Int32 GetMemorySize (void) const { return maPreview.GetSizeBytes(); } in GetMemorySize() 125 return maPreview.GetSizeBytes(); in GetMemorySize()
|
H A D | SlsBitmapCache.cxx | 601 nSize += maPreview.GetSizeBytes(); in GetMemorySize() 602 nSize += maMarkedPreview.GetSizeBytes(); in GetMemorySize() 620 sal_uInt32 nOldSize (maPreview.GetSizeBytes()); in Compress()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 2824 sal_uLong GDIMetaFile::GetSizeBytes() const in GetSizeBytes() function in GDIMetaFile 2838 …( META_BMP_ACTION ): nSizeBytes += ( (MetaBmpAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes() 2839 …SCALE_ACTION ): nSizeBytes += ( (MetaBmpScaleAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes() 2840 …T_ACTION ): nSizeBytes += ( (MetaBmpScalePartAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes() 2842 …_BMPEX_ACTION ): nSizeBytes += ( (MetaBmpExAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes() 2843 …E_ACTION ): nSizeBytes += ( (MetaBmpExScaleAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes() 2844 …TION ): nSizeBytes += ( (MetaBmpExScalePartAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes() 2846 …META_MASK_ACTION ): nSizeBytes += ( (MetaMaskAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes() 2847 …CALE_ACTION ): nSizeBytes += ( (MetaMaskScaleAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes() 2848 …_ACTION ): nSizeBytes += ( (MetaMaskScalePartAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
|
H A D | animate.cxx | 275 sal_uLong Animation::GetSizeBytes() const in GetSizeBytes() function in Animation 277 sal_uLong nSizeBytes = GetBitmapEx().GetSizeBytes(); in GetSizeBytes() 282 nSizeBytes += pAnimBmp->aBmpEx.GetSizeBytes(); in GetSizeBytes()
|
H A D | bitmapex.cxx | 360 sal_uLong BitmapEx::GetSizeBytes() const in GetSizeBytes() function in BitmapEx 362 sal_uLong nSizeBytes = aBitmap.GetSizeBytes(); in GetSizeBytes() 365 nSizeBytes += aMask.GetSizeBytes(); in GetSizeBytes()
|
H A D | impgraph.cxx | 921 mnSizeBytes = mpAnimation ? mpAnimation->GetSizeBytes() : maEx.GetSizeBytes(); in ImplGetSizeBytes() 926 mnSizeBytes = maMetaFile.GetSizeBytes(); in ImplGetSizeBytes()
|
H A D | graphictools.cxx | 621 aStr += ::rtl::OString::valueOf( static_cast< sal_Int32 >(maFillGraphic.GetSizeBytes()) ); in toString()
|
H A D | graph.cxx | 546 sal_uLong Graphic::GetSizeBytes() const in GetSizeBytes() function in Graphic
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unobtabl.cxx | 80 return rGraphic.GetSizeBytes() > 0; in isValid()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | wmf.cxx | 57 const sal_uLong aB(rGDIMetaFile.GetSizeBytes()); in ConvertWMFToGDIMetaFile()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 323 if(pObj->meType == GRAPHIC_BITMAP && !pObj->IsSwappedOut() && pObj->GetSizeBytes()) in ImplCheckSizeOfSwappedInGraphics() 326 nUsedSize += pObj->GetSizeBytes(); in ImplCheckSizeOfSwappedInGraphics() 356 const sal_uLong nSizeBytes(pObj->GetSizeBytes()); in ImplCheckSizeOfSwappedInGraphics()
|
H A D | grfcache.cxx | 557 nNeededSize = rGraphic.GetSizeBytes(); in GetNeededSize()
|
H A D | grfmgr.cxx | 200 mnSizeBytes = maGraphic.GetSizeBytes(); in ImplAssignGraphicData()
|
/aoo42x/main/editeng/source/items/ |
H A D | bulitem.cxx | 391 sal_uLong nBytes = aBmp.GetSizeBytes(); in Store()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 402 sal_uLong GetSizeBytes() const { return mnSizeBytes; } in GetSizeBytes() function in GraphicObject
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 1490 if( pModel && !mbIsPreview && pModel->IsSwapGraphics() && pGraphic->GetSizeBytes() > 20480 ) in IMPL_LINK()
|