Home
last modified time | relevance | path

Searched defs:nAspect (Results 1 – 25 of 51) sorted by path

123

/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1045 void SAL_CALL ChartModel::setVisualAreaSize( ::sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
1074 awt::Size SAL_CALL ChartModel::getVisualAreaSize( ::sal_Int64 nAspect ) in getVisualAreaSize()
1088 …::VisualRepresentation SAL_CALL ChartModel::getPreferredVisualRepresentation( ::sal_Int64 nAspect ) in getPreferredVisualRepresentation()
1130 ::sal_Int32 SAL_CALL ChartModel::getMapUnit( ::sal_Int64 nAspect ) in getMapUnit()
/trunk/main/cui/source/inc/
H A Dpastedlg.hxx64 sal_uInt16 nAspect; member in SvPasteObjectDialog
/trunk/main/embeddedobj/source/commonembedding/
H A Dspecialobject.cxx104 …presentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect ) in getPreferredVisualRepresentation()
143 void SAL_CALL OSpecialEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
162 awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
186 sal_Int32 SAL_CALL OSpecialEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
H A Dvisobj.cxx40 void SAL_CALL OCommonEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
82 awt::Size SAL_CALL OCommonEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
124 sal_Int32 SAL_CALL OCommonEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
165 …epresentation SAL_CALL OCommonEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect ) in getPreferredVisualRepresentation()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx1078 sal_Bool DocumentHolder::SetExtent( sal_Int64 nAspect, const awt::Size& aSize ) in SetExtent()
1098 sal_Bool DocumentHolder::GetExtent( sal_Int64 nAspect, awt::Size *pSize ) in GetExtent()
1118 sal_Int32 DocumentHolder::GetMapUnit( sal_Int64 nAspect ) in GetMapUnit()
H A Ddummyobject.cxx226 void SAL_CALL ODummyEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
247 awt::Size SAL_CALL ODummyEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
271 sal_Int32 SAL_CALL ODummyEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx95 …nst ::rtl::Reference< OleEmbeddedObject >& xObj, sal_uInt16 nNotificationType, sal_uInt32 nAspect ) in MainThreadNotificationRequest()
H A Dolecomponent.cxx1117 void OleComponent::SetExtent( const awt::Size& aVisAreaSize, sal_Int64 nAspect ) in SetExtent()
1139 awt::Size OleComponent::GetExtent( sal_Int64 nAspect ) in GetExtent()
1221 awt::Size OleComponent::GetCachedExtent( sal_Int64 nAspect ) in GetCachedExtent()
1247 awt::Size OleComponent::GetReccomendedExtent( sal_Int64 nAspect ) in GetReccomendedExtent()
1262 sal_Int64 OleComponent::GetMiscStatus( sal_Int64 nAspect ) in GetMiscStatus()
H A Doleembed.cxx1062 nAspect in getStatus()
H A Dolevisual.cxx84 void SAL_CALL OleEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
165 awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
313 …ualRepresentation SAL_CALL OleEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect ) in getPreferredVisualRepresentation()
410 sal_Int32 SAL_CALL OleEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx81 OleWrapperAdviseSink::OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect in OleWrapperAdviseSink()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx380 sal_uInt32 nAspect; // the aspect of the OLE object member
392 sal_uInt32 nAspect; member
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4101 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in ImportGraphic() local
6856 sal_uInt16 nAspect = ASPECT_CONTENT; in MakeContentStream() local
7356 sal_Int64 nAspect = nReccomendedAspect; in CreateSdrOLEFromStorage() local
H A Dviscache.hxx37 sal_uInt16 nAspect; member in Impl_OlePres
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java581 …public void setVisualAreaSize(long nAspect, com.sun.star.awt.Size aSize) throws com.sun.star.lang.… in setVisualAreaSize()
604 …public com.sun.star.awt.Size getVisualAreaSize(long nAspect) throws com.sun.star.lang.IllegalArgum… in getVisualAreaSize()
625 …public VisualRepresentation getPreferredVisualRepresentation(long nAspect) throws com.sun.star.lan… in getPreferredVisualRepresentation()
648 public int getMapUnit(long nAspect) throws com.sun.star.uno.Exception in getMapUnit()
1125 public long getStatus(long nAspect) throws com.sun.star.embed.WrongStateException in getStatus()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx703 sal_Int32 nAspect, nUpdateMode, nShapeId; in importOleObject() local
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx106 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in _CreateShape() local
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1730 sal_Int64 nAspect = ::com::sun::star::embed::Aspects::MSOLE_CONTENT; in DoCreateSdrObj() local
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1894 … __EXPORT ScDocShell::Draw( OutputDevice* pDev, const JobSetup & /* rSetup */, sal_uInt16 nAspect ) in Draw()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx229 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in FuInsertOLE() local
539 const sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in FuInsertChart() local
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx237 sal_Int64 nAspect(embed::Aspects::MSOLE_CONTENT); in addNewByName() local
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx308 sal_Int64 nAspect = ((SdrOle2Obj*)pObj)->GetAspect(); in SetMarkedOriginalSize() local
H A Dviewfun7.cxx291 … Size* pDescSize, const Graphic* pReplGraph, const ::rtl::OUString& aMediaType, sal_Int64 nAspect ) in PasteObject()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4570 sal_Int64 nAspect = ::com::sun::star::embed::Aspects::MSOLE_CONTENT; in ImplWritePage() local
5147 sal_Int64 nAspect = ::com::sun::star::embed::Aspects::MSOLE_CONTENT; in ImplWritePage() local
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect) in Draw()

Completed in 182 milliseconds

123