Home
last modified time | relevance | path

Searched refs:pBoundRect (Results 1 – 11 of 11) sorted by path

/aoo41x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1543 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
1544 sal_uInt32 EnterGroup( const Rectangle* pBoundRect = NULL );
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx5417 sal_uInt32 EscherEx::EnterGroup( const String& rShapeName, const Rectangle* pBoundRect ) in EnterGroup() argument
5420 if( pBoundRect ) in EnterGroup()
5421 aRect = *pBoundRect; in EnterGroup()
5465 sal_uInt32 EscherEx::EnterGroup( const Rectangle* pBoundRect ) in EnterGroup() argument
5467 return EnterGroup( String::EmptyString(), pBoundRect ); in EnterGroup()
H A Deschesdo.cxx863 const Rectangle* pBoundRect ) in ImplEnterAdditionalTextGroup() argument
866 sal_uInt32 nGrpId = mpEscherEx->EnterGroup( pBoundRect ); in ImplEnterAdditionalTextGroup()
867 mpHostAppData = mpEscherEx->StartShape( rShape, pBoundRect ); in ImplEnterAdditionalTextGroup()
H A Deschesdo.hxx167 const Rectangle* pBoundRect = NULL );
/aoo41x/main/oox/inc/oox/export/
H A Dvmlexport.hxx93 virtual UINT32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
/aoo41x/main/sd/source/filter/eppt/
H A Descherex.cxx242 sal_uInt32 PptEscherEx::EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData ) in EnterGroup() argument
252 if ( pBoundRect ) in EnterGroup()
253 aRect = *pBoundRect; in EnterGroup()
H A Descherex.hxx64 sal_uInt32 EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData );
/aoo41x/main/sw/source/filter/ww8/
H A Drtfsdrexport.hxx94 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx960 RECT* pBoundRect = &(mpClipRgnData->rdh.rcBound); in setClipRegion() local
961 SetRectEmpty( pBoundRect ); in setClipRegion()
977 pBoundRect->left = aRectIter->Left(); in setClipRegion()
978 pBoundRect->top = aRectIter->Top(); in setClipRegion()
979 pBoundRect->right = nRight; in setClipRegion()
980 pBoundRect->bottom = nBottom; in setClipRegion()
990 if(aRectIter->Top() < pBoundRect->top) in setClipRegion()
995 if(nRight > pBoundRect->right) in setClipRegion()
997 pBoundRect->right = (int)nRight; in setClipRegion()
1000 if(nBottom > pBoundRect->bottom) in setClipRegion()
[all …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3262 pBoundRect->left = nX; in UnionClipRegion()
3263 pBoundRect->top = nY; in UnionClipRegion()
3264 pBoundRect->right = nRight; in UnionClipRegion()
3265 pBoundRect->bottom = nBottom; in UnionClipRegion()
3270 if ( nX < pBoundRect->left ) in UnionClipRegion()
3271 pBoundRect->left = (int)nX; in UnionClipRegion()
3273 if ( nY < pBoundRect->top ) in UnionClipRegion()
3274 pBoundRect->top = (int)nY; in UnionClipRegion()
3276 if ( nRight > pBoundRect->right ) in UnionClipRegion()
3277 pBoundRect->right = (int)nRight; in UnionClipRegion()
[all …]
H A Dsalobj.cxx751 pBoundRect->left = nX; in UnionClipRegion()
752 pBoundRect->top = nY; in UnionClipRegion()
753 pBoundRect->right = nRight; in UnionClipRegion()
754 pBoundRect->bottom = nBottom; in UnionClipRegion()
759 if ( nX < pBoundRect->left ) in UnionClipRegion()
760 pBoundRect->left = (int)nX; in UnionClipRegion()
762 if ( nY < pBoundRect->top ) in UnionClipRegion()
763 pBoundRect->top = (int)nY; in UnionClipRegion()
765 if ( nRight > pBoundRect->right ) in UnionClipRegion()
766 pBoundRect->right = (int)nRight; in UnionClipRegion()
[all …]

Completed in 184 milliseconds