Home
last modified time | relevance | path

Searched refs:pVisArea (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2129 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()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx597 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 Descherex.hxx1096 const com::sun::star::awt::Rectangle* pVisArea = NULL, const GraphicAttr* pGrafikAttr = NULL );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1329 ::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 Dmsdffimp.cxx6490 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()
/trunk/main/sw/source/filter/ww8/
H A Descher.hxx116 sal_uInt32 nShapeId, const com::sun::star::awt::Rectangle* pVisArea );
H A Dwrtw8esh.cxx3007 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()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx345 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );

Completed in 119 milliseconds