Searched refs:OUnoObject (Results 1 – 12 of 12) sorted by relevance
126 OUnoObject* pUnoObj = new OUnoObject( _xComponent in createObject()137 pNewObj = new OUnoObject(_xComponent in createObject()142 pNewObj = new OUnoObject( _xComponent in createObject()148 pNewObj = new OUnoObject( _xComponent in createObject()619 TYPEINIT1(OUnoObject, SdrUnoObj);622 OUnoObject::OUnoObject(const ::rtl::OUString& _sComponentName in OUnoObject() function in rptui::OUnoObject634 OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& _xComponent in OUnoObject() function in rptui::OUnoObject651 OUnoObject::~OUnoObject() in ~OUnoObject()713 sal_Int32 OUnoObject::GetStep() const in GetStep()838 ::rtl::OUString OUnoObject::GetDefaultName(const OUnoObject* _pObj) in GetDefaultName()[all …]
120 if (pObj->ISA(OUnoObject)) in RemoveObject()122 OUnoObject* pUnoObj = dynamic_cast<OUnoObject*>(pObj); in RemoveObject()210 OUnoObject* pUnoObj = dynamic_cast< OUnoObject* >( pObj ); in NbcInsertObject()
79 if ( pObj->ISA(OUnoObject) ) in _CreateShape()81 OUnoObject* pUnoObj = dynamic_cast<OUnoObject*>(pObj); in _CreateShape()
55 class OUnoObject;60 OUnoObject* pDlgEdObj;70 inline OUnoObject* GetObject() const { return pDlgEdObj; } in GetObject()228 class REPORTDESIGN_DLLPUBLIC OUnoObject: public SdrUnoObj , public OObjectBase class236 OUnoObject(const ::rtl::OUString& _sComponentName239 …OUnoObject( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& …243 virtual ~OUnoObject();266 static ::rtl::OUString GetDefaultName(const OUnoObject* _pObj);
63 pObjFactory->pNewObj = new OUnoObject( SERVICE_FIXEDTEXT in IMPL_LINK()68 pObjFactory->pNewObj = new OUnoObject( SERVICE_IMAGECONTROL in IMPL_LINK()73 pObjFactory->pNewObj = new OUnoObject( SERVICE_FORMATTEDFIELD in IMPL_LINK()80 OUnoObject* pObj = new OUnoObject( SERVICE_FIXEDLINE in IMPL_LINK()
249 OUnoObject* pUnoObj = dynamic_cast<OUnoObject*>(pObject); in getXControl()
182 OUnoObject* pUnoObj = dynamic_cast<OUnoObject*>(pObject); in getVclWindowPeer()
84 if (dynamic_cast<OUnoObject*>(_pObj) != NULL || dynamic_cast<OOle2Obj*>(_pObj) != NULL) in lcl_getNewRectSize()862 …if ( pView == aInterSectRectIter->second.second && (dynamic_cast<OUnoObject*>(aInterSectRectIter->… in alignMarkedObjects()1677 …bCheck = dynamic_cast<OUnoObject*>(pMark->GetMarkedSdrObj()) != NULL|| dynamic_cast<OOle2Obj*>(pMa… in handleKey()1765 …bCheck = dynamic_cast<OUnoObject*>(pMark->GetMarkedSdrObj()) != NULL || dynamic_cast<OOle2Obj*>(pM… in handleKey()
3201 OUnoObject* pObj = dynamic_cast<OUnoObject*>(pControl); in createControl()3243 … xUnoProp->setPropertyValue(PROPERTY_LABEL,uno::makeAny(OUnoObject::GetDefaultName(pObj))); in createControl()3503 OUnoObject* pObjs[2]; in addPairControls()3506 pObjs[i] = dynamic_cast<OUnoObject*>(pControl[i]); in addPairControls()3582 OUnoObject* pObj = dynamic_cast<OUnoObject*>(pControl[0]); in addPairControls()
621 … && (dynamic_cast<OUnoObject*>(pObjIter) != NULL || dynamic_cast<OOle2Obj*>(pObjIter) != NULL) ) in isRectangleHit()
870 … && (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()
57 class OUnoObject;
Completed in 144 milliseconds