Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx928 svt::EmbeddedObjectRef aObjRef( xObj, aObjDesc.mnViewAspect ); in InsertData()
955 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData()
974 xObj->setVisualAreaSize( aObjDesc.mnViewAspect, aSz ); in InsertData()
979 aSz = xObj->getVisualAreaSize( aObjDesc.mnViewAspect ); in InsertData()
995 xObj->setVisualAreaSize( aObjDesc.mnViewAspect, aSz ); in InsertData()
1100 svt::EmbeddedObjectRef aObjRef( xObj, aObjDesc.mnViewAspect ); in InsertData()
1125 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData()
1137 … MapUnit aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( aObjDesc.mnViewAspect ) ); in InsertData()
1141 aSz = xObj->getVisualAreaSize( aObjDesc.mnViewAspect ); in InsertData()
1155 xObj->setVisualAreaSize( aObjDesc.mnViewAspect, aSz ); in InsertData()
[all …]
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx212 rDesc.mnViewAspect = sal::static_int_cast<sal_uInt16>( nAspect ); in FillTransferableObjectDescriptor()
215 rDesc.mnOle2Misc = sal::static_int_cast<sal_Int32>(xObj->getStatus( rDesc.mnViewAspect )); in FillTransferableObjectDescriptor()
234 aSz = xObj->getVisualAreaSize( rDesc.mnViewAspect ); in FillTransferableObjectDescriptor()
244 … aMapMode = MapMode( VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( rDesc.mnViewAspect ) ) ); in FillTransferableObjectDescriptor()
H A Dtransfer.cxx107 rObjDesc.mnViewAspect = static_cast< sal_uInt16 >( nViewAspect ); in operator >>()
123 const sal_uInt32 nFirstPos = rOStm.Tell(), nViewAspect = rObjDesc.mnViewAspect; in operator <<()
193 aParams += ::rtl::OUString::valueOf( static_cast< sal_Int32 >( rObjDesc.mnViewAspect ) ); in ImplGetParameterString()
265 …rObjDesc.mnViewAspect = static_cast< sal_uInt16 >( xMimeType->getParameterValue( aViewAspectString… in ImplSetParameterString()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1852 svt::EmbeddedObjectRef xObjRef( xObj, aObjDesc.mnViewAspect ); in _PasteOLE()
1877 else if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in _PasteOLE()
1892 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in _PasteOLE()
1905 … MapUnit aUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( aObjDesc.mnViewAspect ) ); in _PasteOLE()
1910 aSz = xObj->getVisualAreaSize( aObjDesc.mnViewAspect ); in _PasteOLE()
1921 xObj->setVisualAreaSize( aObjDesc.mnViewAspect, aSz ); in _PasteOLE()
1931 xObj->getVisualAreaSize( aObjDesc.mnViewAspect ); in _PasteOLE()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx207 …asteObject( aPos, xObj, &aObjDesc.maSize, &aGraphic, aDataFlavor.MimeType, aObjDesc.mnViewAspect ); in PasteDataFormat()
281 …asteObject( aPos, xObj, &aObjDesc.maSize, &aGraphic, aDataFlavor.MimeType, aObjDesc.mnViewAspect ); in PasteDataFormat()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx207 rDesc.mnViewAspect = ASPECT_CONTENT; in FillTransferableObjectDescriptor()
H A Dsfxbasemodel.cxx2018 … aDesc.mnViewAspect = sal::static_int_cast< sal_uInt16 >( embed::Aspects::MSOLE_CONTENT ); in getTransferData()
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx83 sal_uInt16 mnViewAspect; member

Completed in 63 milliseconds