Searched refs:nViewAspect (Results 1 – 6 of 6) sorted by relevance
248 sal_Int64 nViewAspect; member263 mpImp->nViewAspect = embed::Aspects::MSOLE_CONTENT; in Construct_Impl()278 mpImp->nViewAspect = nAspect; in EmbeddedObjectRef()287 mpImp->nViewAspect = rObj.mpImp->nViewAspect; in EmbeddedObjectRef()343 mpImp->nViewAspect = nAspect; in Assign()428 if ( mpImp->nViewAspect == embed::Aspects::MSOLE_CONTENT ) in GetMapUnit()437 return mpImp->nViewAspect; in GetViewAspect()442 mpImp->nViewAspect = nAspect; in SetViewAspect()513 if ( mpImp->nViewAspect == embed::Aspects::MSOLE_ICON ) in GetSize()532 aSize = mxObj->getVisualAreaSize( mpImp->nViewAspect ); in GetSize()[all …]
94 sal_uInt32 nSize, nViewAspect, nSig1, nSig2; in operator >>() local98 rIStm >> nViewAspect; in operator >>()107 rObjDesc.mnViewAspect = static_cast< sal_uInt16 >( nViewAspect ); in operator >>()123 const sal_uInt32 nFirstPos = rOStm.Tell(), nViewAspect = rObjDesc.mnViewAspect; in operator <<() local128 rOStm << nViewAspect; in operator <<()
77 sal_Int64 nViewAspect,
170 sal_Int64 nViewAspect,
1620 sal_Int64 nViewAspect, in GetGraphicReplacementStream() argument1630 embed::VisualRepresentation aRep = xObj->getPreferredVisualRepresentation( nViewAspect ); in GetGraphicReplacementStream()
7260 sal_Int64 nViewAspect = embed::Aspects::MSOLE_CONTENT; in CheckForConvertToSOObj() local7273 … MapMode aMapMode( VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( nViewAspect ) ) ); in CheckForConvertToSOObj()7289 xObj->setVisualAreaSize( nViewAspect, aSize ); in CheckForConvertToSOObj()
Completed in 84 milliseconds