Searched refs:pNewMap (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/bastyp/ |
H A D | bitset.cxx | 75 sal_uIntPtr* pNewMap = new sal_uIntPtr[nTarget]; in operator <<() local 76 memcpy( pNewMap, aSet.pBitmap, 4 * nTarget ); in operator <<() 78 aSet.pBitmap = pNewMap; in operator <<() 270 sal_uIntPtr *pNewMap = new sal_uIntPtr[rSet.nBlocks]; in operator |=() local 271 memset( pNewMap + nBlocks, 0, 4 * (rSet.nBlocks - nBlocks) ); in operator |=() 275 memcpy( pNewMap, pBitmap, 4 * nBlocks ); in operator |=() 278 pBitmap = pNewMap; in operator |=() 307 sal_uIntPtr *pNewMap = new sal_uIntPtr[nBlock+1]; in operator |=() local 308 memset( pNewMap + nBlocks, 0, 4 * (nBlock - nBlocks + 1) ); in operator |=() 312 memcpy( pNewMap, pBitmap, 4 * nBlocks ); in operator |=() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impfont.cxx | 641 void FontCharMap::Reset( const ImplFontCharMap* pNewMap ) in Reset() argument 643 if( pNewMap == NULL ) in Reset() 648 else if( pNewMap != mpImpl ) in Reset() 651 mpImpl = pNewMap; in Reset()
|
H A D | outdev3.cxx | 8010 const ImplFontCharMap* pNewMap = mpGraphics->GetImplFontCharMap(); in GetFontCharMap() local 8011 rFontCharMap.Reset( pNewMap ); in GetFontCharMap() 8017 rItem.maCharMap.Reset( pNewMap ); in GetFontCharMap()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metric.hxx | 117 void Reset( const ImplFontCharMap* pNewMap = NULL );
|
Completed in 60 milliseconds