Home
last modified time | relevance | path

Searched refs:nAspect (Results 1 – 25 of 85) sorted by path

1234

/trunk/main/basctl/source/basicide/
H A Dbasdoc.hxx39 sal_uInt16 nAspect = ASPECT_CONTENT );
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1045 void SAL_CALL ChartModel::setVisualAreaSize( ::sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize() argument
1051 if( nAspect == embed::Aspects::MSOLE_CONTENT ) in setVisualAreaSize()
1074 awt::Size SAL_CALL ChartModel::getVisualAreaSize( ::sal_Int64 nAspect ) in getVisualAreaSize() argument
1080 OSL_ENSURE( nAspect == embed::Aspects::MSOLE_CONTENT, in getVisualAreaSize()
1082 (void)(nAspect); // avoid warning in non-debug builds in getVisualAreaSize()
1088 …::VisualRepresentation SAL_CALL ChartModel::getPreferredVisualRepresentation( ::sal_Int64 nAspect ) in getPreferredVisualRepresentation() argument
1094 OSL_ENSURE( nAspect == embed::Aspects::MSOLE_CONTENT, in getPreferredVisualRepresentation()
1096 (void)(nAspect); // avoid warning in non-debug builds in getPreferredVisualRepresentation()
1130 ::sal_Int32 SAL_CALL ChartModel::getMapUnit( ::sal_Int64 nAspect ) in getMapUnit() argument
1134 OSL_ENSURE( nAspect == embed::Aspects::MSOLE_CONTENT, in getMapUnit()
[all …]
H A DChartModel.hxx520 ::sal_Int64 nAspect,
527 ::sal_Int64 nAspect )
533 ::sal_Int64 nAspect )
539 ::sal_Int64 nAspect )
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx108 nAspect = (sal_uInt16)::com::sun::star::embed::Aspects::MSOLE_CONTENT; in IMPL_LINK_INLINE_END()
292 nAspect = (sal_uInt16)com::sun::star::embed::Aspects::MSOLE_ICON; in GetFormat()
/trunk/main/cui/source/inc/
H A Dpastedlg.hxx64 sal_uInt16 nAspect; member in SvPasteObjectDialog
77 sal_uInt16 GetAspect() const { return nAspect; } in GetAspect()
/trunk/main/embeddedobj/source/commonembedding/
H A Dspecialobject.cxx104 …presentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect ) in getPreferredVisualRepresentation() argument
119 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getPreferredVisualRepresentation()
120 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getPreferredVisualRepresentation()
143 void SAL_CALL OSpecialEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize() argument
153 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in setVisualAreaSize()
154 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize()
162 awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize() argument
172 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getVisualAreaSize()
173 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getVisualAreaSize()
186 sal_Int32 SAL_CALL OSpecialEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit() argument
[all …]
H A Dvisobj.cxx40 void SAL_CALL OCommonEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize() argument
53 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize()
73 sal_Bool bSuccess = m_pDocHolder->SetExtent( nAspect, aSize ); in setVisualAreaSize()
82 awt::Size SAL_CALL OCommonEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize() argument
113 sal_Bool bSuccess = m_pDocHolder->GetExtent( nAspect, &aResult ); in getVisualAreaSize()
124 sal_Int32 SAL_CALL OCommonEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit() argument
133 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getMapUnit()
154 sal_Int32 nResult = m_pDocHolder->GetMapUnit( nAspect ); in getMapUnit()
165 …epresentation SAL_CALL OCommonEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect ) in getPreferredVisualRepresentation() argument
183 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getPreferredVisualRepresentation()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx1078 sal_Bool DocumentHolder::SetExtent( sal_Int64 nAspect, const awt::Size& aSize ) in SetExtent() argument
1085 xDocVis->setVisualAreaSize( nAspect, aSize ); in SetExtent()
1098 sal_Bool DocumentHolder::GetExtent( sal_Int64 nAspect, awt::Size *pSize ) in GetExtent() argument
1105 *pSize = xDocVis->getVisualAreaSize( nAspect ); in GetExtent()
1118 sal_Int32 DocumentHolder::GetMapUnit( sal_Int64 nAspect ) in GetMapUnit() argument
1125 return xDocVis->getMapUnit( nAspect ); in GetMapUnit()
H A Ddummyobject.cxx226 void SAL_CALL ODummyEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize() argument
235 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in setVisualAreaSize()
236 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize()
241 m_nCachedAspect = nAspect; in setVisualAreaSize()
247 awt::Size SAL_CALL ODummyEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize() argument
256 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getVisualAreaSize()
257 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getVisualAreaSize()
262 if ( !m_bHasCachedSize || m_nCachedAspect != nAspect ) in getVisualAreaSize()
271 sal_Int32 SAL_CALL ODummyEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit() argument
278 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getMapUnit()
[all …]
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx324 virtual sal_Int64 SAL_CALL getStatus( sal_Int64 nAspect )
334 …virtual void SAL_CALL setVisualAreaSize( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSi…
340 virtual ::com::sun::star::awt::Size SAL_CALL getVisualAreaSize( sal_Int64 nAspect )
346 …:star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( ::sal_Int64 nAspect )
352 virtual sal_Int32 SAL_CALL getMapUnit( sal_Int64 nAspect )
H A Ddocholder.hxx167 sal_Bool SetExtent( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSize );
168 sal_Bool GetExtent( sal_Int64 nAspect, ::com::sun::star::awt::Size *pSize );
170 sal_Int32 GetMapUnit( sal_Int64 nAspect );
H A Ddummyobject.hxx144 virtual sal_Int64 SAL_CALL getStatus( sal_Int64 nAspect )
154 …virtual void SAL_CALL setVisualAreaSize( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSi…
160 virtual ::com::sun::star::awt::Size SAL_CALL getVisualAreaSize( sal_Int64 nAspect )
166 …:star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( ::sal_Int64 nAspect )
172 virtual sal_Int32 SAL_CALL getMapUnit( sal_Int64 nAspect )
H A Doleembobj.hxx354 virtual sal_Int64 SAL_CALL getStatus( sal_Int64 nAspect )
364 …virtual void SAL_CALL setVisualAreaSize( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSi…
370 virtual ::com::sun::star::awt::Size SAL_CALL getVisualAreaSize( sal_Int64 nAspect )
376 …:star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( ::sal_Int64 nAspect )
382 virtual sal_Int32 SAL_CALL getMapUnit( sal_Int64 nAspect )
H A Dspecialobject.hxx49 …:star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( ::sal_Int64 nAspect )
55 …virtual void SAL_CALL setVisualAreaSize( sal_Int64 nAspect, const ::com::sun::star::awt::Size& aSi…
61 virtual ::com::sun::star::awt::Size SAL_CALL getVisualAreaSize( sal_Int64 nAspect )
67 virtual sal_Int32 SAL_CALL getMapUnit( sal_Int64 nAspect )
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx95 …nst ::rtl::Reference< OleEmbeddedObject >& xObj, sal_uInt16 nNotificationType, sal_uInt32 nAspect ) in MainThreadNotificationRequest() argument
99 , m_nAspect( nAspect ) in MainThreadNotificationRequest()
H A Dmtnotification.hxx47 …:rtl::Reference< OleEmbeddedObject >& xObj, sal_uInt16 nNotificationType, sal_uInt32 nAspect = 0 );
H A Dolecomponent.cxx1117 void OleComponent::SetExtent( const awt::Size& aVisAreaSize, sal_Int64 nAspect ) in SetExtent() argument
1122 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in SetExtent()
1139 awt::Size OleComponent::GetExtent( sal_Int64 nAspect ) in GetExtent() argument
1144 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetExtent()
1221 awt::Size OleComponent::GetCachedExtent( sal_Int64 nAspect ) in GetCachedExtent() argument
1226 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetCachedExtent()
1247 awt::Size OleComponent::GetReccomendedExtent( sal_Int64 nAspect ) in GetReccomendedExtent() argument
1252 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetReccomendedExtent()
1262 sal_Int64 OleComponent::GetMiscStatus( sal_Int64 nAspect ) in GetMiscStatus() argument
1268 m_pNativeImpl->m_pOleObject->GetMiscStatus( ( DWORD )nAspect, ( DWORD* )&nResult ); in GetMiscStatus()
H A Dolecomponent.hxx142 void SetExtent( const ::com::sun::star::awt::Size& aVisAreaSize, sal_Int64 nAspect );
144 ::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect );
145 ::com::sun::star::awt::Size GetCachedExtent( sal_Int64 nAspect );
146 ::com::sun::star::awt::Size GetReccomendedExtent( sal_Int64 nAspect );
148 sal_Int64 GetMiscStatus( sal_Int64 nAspect );
H A Doleembed.cxx1062 nAspect in getStatus() argument
1072 return xWrappedObject->getStatus( nAspect ); in getStatus()
1087 if ( m_bGotStatus && m_nStatusAspect == nAspect ) in getStatus()
1095 m_nStatus = m_pOleComponent->GetMiscStatus( nAspect ); in getStatus()
1096 m_nStatusAspect = nAspect; in getStatus()
H A Dolevisual.cxx97 xWrappedObject->setVisualAreaSize( nAspect, aSize ); in setVisualAreaSize()
107 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize()
153 m_nAspectToSet = nAspect; in setVisualAreaSize()
162 m_nCachedAspect = nAspect; in setVisualAreaSize()
178 return xWrappedObject->getVisualAreaSize( nAspect ); in getVisualAreaSize()
187 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getVisualAreaSize()
276 m_nCachedAspect = nAspect; in getVisualAreaSize()
335 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getPreferredVisualRepresentation()
410 sal_Int32 SAL_CALL OleEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit() argument
419 return xWrappedObject->getMapUnit( nAspect ); in getMapUnit()
[all …]
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx81 OleWrapperAdviseSink::OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect in OleWrapperAdviseSink() argument
85 , m_nAspect( nAspect ) in OleWrapperAdviseSink()
H A Dadvisesink.hxx59 …OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect, DWORD nViewRegFlag …
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx458 sal_Int64 nAspect ) const;
702 sal_Int64 nAspect );
H A Dsvdfppt.hxx380 sal_uInt32 nAspect; // the aspect of the OLE object member
387 nAspect ( nAsp ) {} in PPTOleEntry()
392 sal_uInt32 nAspect; member
571 sal_Int64 nAspect ) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx165 rStm << (sal_uInt32)nAspect; in Write()
4101 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in ImportGraphic() local
6834 sal_Int64 nAspect ) const in ImportOLE()
6845 nSvxMSDffOLEConvFlags, nAspect ); in ImportOLE()
6856 sal_uInt16 nAspect = ASPECT_CONTENT; in MakeContentStream() local
6868 aEle.SetAspect( nAspect ); in MakeContentStream()
7356 sal_Int64 nAspect = nReccomendedAspect; in CreateSdrOLEFromStorage() local
7395 if ( nAspect != embed::Aspects::MSOLE_ICON ) in CreateSdrOLEFromStorage()
7410 nAspect = embed::Aspects::MSOLE_ICON; in CreateSdrOLEFromStorage()
7482 if ( nAspect != embed::Aspects::MSOLE_ICON ) in CreateSdrOLEFromStorage()
[all …]

Completed in 179 milliseconds

1234