Home
last modified time | relevance | path

Searched refs:OOle2Obj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx962 TYPEINIT1(OOle2Obj, SdrOle2Obj);
964 OOle2Obj::OOle2Obj(const uno::Reference< report::XReportComponent>& _xComponent,sal_uInt16 _nType) in OOle2Obj() function in rptui::OOle2Obj
976 OOle2Obj::OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType) in OOle2Obj() function in rptui::OOle2Obj
986 OOle2Obj::~OOle2Obj() in ~OOle2Obj()
996 sal_uInt32 OOle2Obj::GetObjInventor() const in GetObjInventor()
1001 SdrPage* OOle2Obj::GetImplPage() const in GetImplPage()
1013 sal_Int32 OOle2Obj::GetStep() const in GetStep()
1023 void OOle2Obj::NbcMove( const Size& rSize ) in NbcMove()
1161 SdrObject* OOle2Obj::Clone() const in Clone()
1163 OOle2Obj* pObj = static_cast<OOle2Obj*>(SdrOle2Obj::Clone()); in Clone()
[all …]
/trunk/main/reportdesign/inc/
H A DRptObject.hxx181 class REPORTDESIGN_DLLPUBLIC OOle2Obj: public SdrOle2Obj , public OObjectBase class
190 …static OOle2Obj* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReport… in Create()
192 return new OOle2Obj( _xComponent,_nType ); in Create()
195OOle2Obj(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xCo…
196 OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType);
210 virtual ~OOle2Obj();
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfac.cxx95 pObjFactory->pNewObj = new OOle2Obj(SERVICE_REPORTDEFINITION,OBJ_DLG_SUBREPORT); in IMPL_LINK()
98 …pObjFactory->pNewObj = new OOle2Obj(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.char… in IMPL_LINK()
H A Ddlgedfunc.cxx621 … && (dynamic_cast<OUnoObject*>(pObjIter) != NULL || dynamic_cast<OOle2Obj*>(pObjIter) != NULL) ) in isRectangleHit()
775 OOle2Obj* pObj = dynamic_cast<OOle2Obj*>(pMark->GetMarkedSdrObj()); in MouseButtonUp()
H A DViewsWindow.cxx84 if (dynamic_cast<OUnoObject*>(_pObj) != NULL || dynamic_cast<OOle2Obj*>(_pObj) != NULL) in lcl_getNewRectSize()
862 …mic_cast<OUnoObject*>(aInterSectRectIter->second.first) || dynamic_cast<OOle2Obj*>(aInterSectRectI… in alignMarkedObjects()
1677 …amic_cast<OUnoObject*>(pMark->GetMarkedSdrObj()) != NULL|| dynamic_cast<OOle2Obj*>(pMark->GetMarke… in handleKey()
1765 …mic_cast<OUnoObject*>(pMark->GetMarkedSdrObj()) != NULL || dynamic_cast<OOle2Obj*>(pMark->GetMarke… in handleKey()
H A DReportController.cxx3183 OOle2Obj* pObj = dynamic_cast<OOle2Obj*>(pNewControl); in createControl()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx870 … && (dynamic_cast<OUnoObject*>(pObjIter) != NULL || dynamic_cast<OOle2Obj*>(pObjIter) != NULL)) in isOver()
877 … if (dynamic_cast<OUnoObject*>(pObjIter) != NULL || dynamic_cast<OOle2Obj*>(pObjIter) != NULL) in isOver()
915 … && (dynamic_cast<OUnoObject*>(pObjIter) != NULL || dynamic_cast<OOle2Obj*>(pObjIter) != NULL) ) in isOver()
929 …if (dynamic_cast<OUnoObject*>(_pObj) != NULL || dynamic_cast<OOle2Obj*>(_pObj) != NULL) // this do… in isOver()

Completed in 74 milliseconds