Searched refs:pVisArea (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 2129 void SwRootFrm::CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea ) in CheckViewLayout() argument 2142 if ( !pVisArea ) in CheckViewLayout() 2155 …if ( nColumns == mnColumns && bBookMode == mbBookMode && pVisArea->Width() == mnViewWidth && !mbSi… in CheckViewLayout() 2160 mnViewWidth = pVisArea->Width(); in CheckViewLayout()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 597 sal_Bool GetBLIP( sal_uLong nIdx, Graphic& rData, Rectangle* pVisArea = NULL ) const; 610 sal_Bool GetBLIPDirect(SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea = NULL ) const;
|
H A D | escherex.hxx | 1096 const com::sun::star::awt::Rectangle* pVisArea = NULL, const GraphicAttr* pGrafikAttr = NULL );
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1329 ::com::sun::star::awt::Rectangle* pVisArea = NULL; in CreateGraphicProperties() 1332 pVisArea = new ::com::sun::star::awt::Rectangle; in CreateGraphicProperties() 1333 aAny >>= (*pVisArea); in CreateGraphicProperties() 1336 …sal_uInt32 nBlibId = pGraphicProvider->GetBlibID( *pPicOutStrm, aUniqueId, aRect, pVisArea, NULL ); in CreateGraphicProperties() 1343 delete pVisArea; in CreateGraphicProperties() 4348 …const Rectangle& /* rBoundRect */, const com::sun::star::awt::Rectangle* pVisArea, const GraphicAt… in GetBlibID() argument 4558 if ( pVisArea ) in GetBlibID() 4560 nWidth = pVisArea->Width * 360; in GetBlibID() 4561 nHeight = pVisArea->Height * 360; in GetBlibID()
|
H A D | msdffimp.cxx | 6490 sal_Bool SvxMSDffManager::GetBLIP( sal_uLong nIdx_, Graphic& rData, Rectangle* pVisArea ) const in GetBLIP() 6540 bOk = GetBLIPDirect( *pStData, rData, pVisArea ); in GetBLIP() 6554 bOk = GetBLIPDirect( *pStData2, rData, pVisArea ); in GetBLIP() 6580 sal_Bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea… in GetBLIPDirect() 6612 if ( pVisArea ) // seem that we currently are skipping the visarea position in GetBLIPDirect() 6613 *pVisArea = Rectangle( Point(), aMtfSize100 ); in GetBLIPDirect()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | escher.hxx | 116 sal_uInt32 nShapeId, const com::sun::star::awt::Rectangle* pVisArea );
|
H A D | wrtw8esh.cxx | 3007 sal_uInt32 nShapeId, const awt::Rectangle* pVisArea ) in WriteOLEPicture() argument 3021 aId, aRect, pVisArea, 0); // SJ: the fourth parameter (VisArea) should be set.. in WriteOLEPicture()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | rootfrm.hxx | 345 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
|
Completed in 133 milliseconds