Lines Matching refs:SdrObject

135 void SdrObjUserCall::Changed(const SdrObject& /*rObj*/, SdrUserCallType /*eType*/, const Rectangle&…  in Changed()  argument
161 FASTBOOL SdrObjUserData::HasMacro(const SdrObject* /*pObj*/) const in HasMacro()
166 SdrObject* SdrObjUserData::CheckMacroHit(const SdrObjMacroHitRec& rRec, const SdrObject* pObj) const in CheckMacroHit()
179 Pointer SdrObjUserData::GetMacroPointer(const SdrObjMacroHitRec& /*rRec*/, const SdrObject* /*pObj*… in GetMacroPointer()
184 …t, const Rectangle& /*rDirtyRect*/, const SdrObjMacroHitRec& /*rRec*/, const SdrObject* pObj) const in PaintMacro()
205 FASTBOOL SdrObjUserData::DoMacro(const SdrObjMacroHitRec& /*rRec*/, SdrObject* /*pObj*/) in DoMacro() argument
210 XubString SdrObjUserData::GetMacroPopupComment(const SdrObjMacroHitRec& /*rRec*/, const SdrObject* … in GetMacroPopupComment()
266 SdrObjPlusData* SdrObjPlusData::Clone(SdrObject* pObj1) const in Clone()
317 sdr::properties::BaseProperties* SdrObject::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
322 sdr::properties::BaseProperties& SdrObject::GetProperties() const in GetProperties()
326 const_cast< SdrObject* >(this)->mpProperties = in GetProperties()
327 const_cast< SdrObject* >(this)->CreateObjectSpecificProperties(); in GetProperties()
336 void SdrObject::AddObjectUser(sdr::ObjectUser& rNewUser) in AddObjectUser()
341 void SdrObject::RemoveObjectUser(sdr::ObjectUser& rOldUser) in RemoveObjectUser()
353 sdr::contact::ViewContact* SdrObject::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
358 sdr::contact::ViewContact& SdrObject::GetViewContact() const in GetViewContact()
362 const_cast< SdrObject* >(this)->mpViewContact = in GetViewContact()
363 const_cast< SdrObject* >(this)->CreateObjectSpecificViewContact(); in GetViewContact()
370 void SdrObject::ActionChanged() const in ActionChanged()
378 void SdrObject::SetBoundRectDirty() in SetBoundRectDirty()
385 DBG_NAME(SdrObject);
386 TYPEINIT1(SdrObject,SfxListener);
388 SdrObject::SdrObject() in SdrObject() function in SdrObject
402 DBG_CTOR(SdrObject,NULL); in SdrObject()
432 SdrObject::~SdrObject() in ~SdrObject()
463 DBG_DTOR(SdrObject,NULL); in ~SdrObject()
481 void SdrObject::Free( SdrObject*& _rpObject ) in Free()
483 SdrObject* pObject = _rpObject; _rpObject = NULL; in Free()
496 SdrObjPlusData* SdrObject::NewPlusData() const in NewPlusData()
501 void SdrObject::SetRectsDirty(sal_Bool bNotMyself) in SetRectsDirty()
512 void SdrObject::SetModel(SdrModel* pNewModel) in SetModel()
533 void SdrObject::SetObjList(SdrObjList* pNewObjList) in SetObjList()
538 void SdrObject::SetPage(SdrPage* pNewPage) in SetPage()
549 SdrItemPool* SdrObject::mpGlobalItemPool = NULL;
551 SdrItemPool& SdrObject::GetGlobalDrawObjectItemPool() in GetGlobalDrawObjectItemPool()
565 void SdrObject::FreeGlobalDrawObjectItemPool() in FreeGlobalDrawObjectItemPool()
576 SdrItemPool* SdrObject::GetObjectItemPool() const in GetObjectItemPool()
582 return &SdrObject::GetGlobalDrawObjectItemPool(); in GetObjectItemPool()
585 sal_uInt32 SdrObject::GetObjInventor() const in GetObjInventor()
590 sal_uInt16 SdrObject::GetObjIdentifier() const in GetObjIdentifier()
595 void SdrObject::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
610 SdrLayerID SdrObject::GetLayer() const in GetLayer()
615 void SdrObject::getMergedHierarchyLayerSet(SetOfByte& rSet) const in getMergedHierarchyLayerSet()
627 void SdrObject::NbcSetLayer(SdrLayerID nLayer) in NbcSetLayer()
635 void SdrObject::SetLayer(SdrLayerID nLayer) in SetLayer()
642 void SdrObject::AddListener(SfxListener& rListener) in AddListener()
649 void SdrObject::RemoveListener(SfxListener& rListener) in RemoveListener()
660 void SdrObject::AddReference(SdrVirtObj& rVrtObj) in AddReference()
665 void SdrObject::DelReference(SdrVirtObj& rVrtObj) in DelReference()
670 AutoTimer* SdrObject::ForceAutoTimer() in ForceAutoTimer()
677 FASTBOOL SdrObject::HasRefPoint() const in HasRefPoint()
682 Point SdrObject::GetRefPoint() const in GetRefPoint()
687 void SdrObject::SetRefPoint(const Point& /*rPnt*/) in SetRefPoint()
691 SdrObjList* SdrObject::GetSubList() const in GetSubList()
696 SdrObject* SdrObject::GetUpGroup() const in GetUpGroup()
701 void SdrObject::SetName(const String& rStr) in SetName()
738 String SdrObject::GetName() const in GetName()
748 void SdrObject::SetTitle(const String& rStr) in SetTitle()
785 String SdrObject::GetTitle() const in GetTitle()
795 void SdrObject::SetDescription(const String& rStr) in SetDescription()
832 String SdrObject::GetDescription() const in GetDescription()
842 void SdrObject::SetHTMLName(const String& rStr) in SetHTMLName()
856 String SdrObject::GetHTMLName() const in GetHTMLName()
866 sal_uInt32 SdrObject::GetOrdNum() const in GetOrdNum()
872 } else ((SdrObject*)this)->nOrdNum=0; in GetOrdNum()
879 sal_uInt32 SdrObject::GetNavigationPosition (void) in GetNavigationPosition()
892 void SdrObject::SetNavigationPosition (const sal_uInt32 nNewPosition) in SetNavigationPosition()
905 const Rectangle& SdrObject::GetCurrentBoundRect() const in GetCurrentBoundRect()
909 const_cast< SdrObject* >(this)->RecalcBoundRect(); in GetCurrentBoundRect()
920 const Rectangle& SdrObject::GetLastBoundRect() const in GetLastBoundRect()
925 void SdrObject::RecalcBoundRect() in RecalcBoundRect()
953 void SdrObject::BroadcastObjectChange() const in BroadcastObjectChange()
977 void SdrObject::SetChanged() in SetChanged()
991 sal_Bool SdrObject::SingleObjectPainter(OutputDevice& rOut) const in SingleObjectPainter()
994 aObjectVector.push_back(const_cast< SdrObject* >(this)); in SingleObjectPainter()
1005 sal_Bool SdrObject::LineGeometryUsageIsNecessary() const in LineGeometryUsageIsNecessary()
1011 SdrObject* SdrObject::Clone() const in Clone()
1013 SdrObject* pObj=SdrObjFactory::MakeNewObject(GetObjInventor(),GetObjIdentifier(),NULL); in Clone()
1022 void SdrObject::operator=(const SdrObject& rObj) in operator =()
1068 void SdrObject::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
1082 void SdrObject::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
1087 void SdrObject::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal) con… in ImpTakeDescriptionStr()
1114 XubString SdrObject::GetWinkStr(long nWink, FASTBOOL bNoDegChar) const in GetWinkStr()
1123 XubString SdrObject::GetMetrStr(long nVal, MapUnit /*eWantMap*/, FASTBOOL bNoUnitChars) const in GetMetrStr()
1132 basegfx::B2DPolyPolygon SdrObject::TakeXorPoly() const in TakeXorPoly()
1142 basegfx::B2DPolyPolygon SdrObject::TakeContour() const in TakeContour()
1148 SdrObject* pClone = Clone(); in TakeContour()
1167 SdrObject* pLeft = pEdgeObj->GetConnectedNode(sal_True); in TakeContour()
1168 SdrObject* pRight = pEdgeObj->GetConnectedNode(sal_False); in TakeContour()
1229 sal_uInt32 SdrObject::GetHdlCount() const in GetHdlCount()
1234 SdrHdl* SdrObject::GetHdl(sal_uInt32 nHdlNum) const in GetHdl()
1251 sal_uInt32 SdrObject::GetPlusHdlCount(const SdrHdl& /*rHdl*/) const in GetPlusHdlCount()
1256 SdrHdl* SdrObject::GetPlusHdl(const SdrHdl& /*rHdl*/, sal_uInt32 /*nPlNum*/) const in GetPlusHdl()
1261 void SdrObject::AddToHdlList(SdrHdlList& rHdlList) const in AddToHdlList()
1272 Rectangle SdrObject::ImpDragCalcRect(const SdrDragStat& rDrag) const in ImpDragCalcRect()
1343 bool SdrObject::hasSpecialDrag() const in hasSpecialDrag()
1348 bool SdrObject::supportsFullDrag() const in supportsFullDrag()
1353 SdrObject* SdrObject::getFullDragClone() const in getFullDragClone()
1359 bool SdrObject::beginSpecialDrag(SdrDragStat& rDrag) const in beginSpecialDrag()
1375 bool SdrObject::applySpecialDrag(SdrDragStat& rDrag) in applySpecialDrag()
1387 String SdrObject::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const in getSpecialDragComment()
1392 basegfx::B2DPolyPolygon SdrObject::getSpecialDragPoly(const SdrDragStat& /*rDrag*/) const in getSpecialDragPoly()
1400 FASTBOOL SdrObject::BegCreate(SdrDragStat& rStat) in BegCreate()
1410 FASTBOOL SdrObject::MovCreate(SdrDragStat& rStat) in MovCreate()
1427 FASTBOOL SdrObject::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate()
1439 void SdrObject::BrkCreate(SdrDragStat& /*rStat*/) in BrkCreate()
1443 FASTBOOL SdrObject::BckCreate(SdrDragStat& /*rStat*/) in BckCreate()
1448 basegfx::B2DPolyPolygon SdrObject::TakeCreatePoly(const SdrDragStat& rDrag) const in TakeCreatePoly()
1460 Pointer SdrObject::GetCreatePointer() const in GetCreatePointer()
1466 void SdrObject::NbcMove(const Size& rSiz) in NbcMove()
1472 void SdrObject::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize()
1493 void SdrObject::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate()
1521 void SdrObject::NbcMirror(const Point& rRef1, const Point& rRef2) in NbcMirror()
1552 void SdrObject::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear()
1559 void SdrObject::Move(const Size& rSiz) in Move()
1571 void SdrObject::Resize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in Resize()
1583 void SdrObject::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate()
1595 void SdrObject::Mirror(const Point& rRef1, const Point& rRef2) in Mirror()
1605 void SdrObject::Shear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in Shear()
1617 void SdrObject::NbcSetRelativePos(const Point& rPnt) in NbcSetRelativePos()
1624 void SdrObject::SetRelativePos(const Point& rPnt) in SetRelativePos()
1636 Point SdrObject::GetRelativePos() const in GetRelativePos()
1641 void SdrObject::NbcSetAnchorPos(const Point& rPnt) in NbcSetAnchorPos()
1648 void SdrObject::SetAnchorPos(const Point& rPnt) in SetAnchorPos()
1660 const Point& SdrObject::GetAnchorPos() const in GetAnchorPos()
1665 void SdrObject::RecalcSnapRect() in RecalcSnapRect()
1669 const Rectangle& SdrObject::GetSnapRect() const in GetSnapRect()
1674 void SdrObject::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
1679 const Rectangle& SdrObject::GetLogicRect() const in GetLogicRect()
1684 void SdrObject::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
1689 void SdrObject::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ ) in AdjustToMaxRect()
1694 void SdrObject::SetSnapRect(const Rectangle& rRect) in SetSnapRect()
1704 void SdrObject::SetLogicRect(const Rectangle& rRect) in SetLogicRect()
1714 long SdrObject::GetRotateAngle() const in GetRotateAngle()
1719 long SdrObject::GetShearAngle(FASTBOOL /*bVertical*/) const in GetShearAngle()
1724 sal_uInt32 SdrObject::GetSnapPointCount() const in GetSnapPointCount()
1729 Point SdrObject::GetSnapPoint(sal_uInt32 i) const in GetSnapPoint()
1734 sal_Bool SdrObject::IsPolyObj() const in IsPolyObj()
1739 sal_uInt32 SdrObject::GetPointCount() const in GetPointCount()
1744 Point SdrObject::GetPoint(sal_uInt32 /*i*/) const in GetPoint()
1749 void SdrObject::SetPoint(const Point& rPnt, sal_uInt32 i) in SetPoint()
1759 void SdrObject::NbcSetPoint(const Point& /*rPnt*/, sal_uInt32 /*i*/) in NbcSetPoint()
1763 FASTBOOL SdrObject::HasTextEdit() const in HasTextEdit()
1768 sal_Bool SdrObject::BegTextEdit(SdrOutliner& /*rOutl*/) in BegTextEdit()
1773 void SdrObject::EndTextEdit(SdrOutliner& /*rOutl*/) in EndTextEdit()
1777 void SdrObject::SetOutlinerParaObject(OutlinerParaObject* pTextObject) in SetOutlinerParaObject()
1789 void SdrObject::NbcSetOutlinerParaObject(OutlinerParaObject* /*pTextObject*/) in NbcSetOutlinerParaObject()
1793 OutlinerParaObject* SdrObject::GetOutlinerParaObject() const in GetOutlinerParaObject()
1798 void SdrObject::NbcReformatText() in NbcReformatText()
1802 void SdrObject::ReformatText() in ReformatText()
1813 void SdrObject::BurnInStyleSheetAttributes() in BurnInStyleSheetAttributes()
1819 SdrObjUserData* SdrObject::ImpGetMacroUserData() const in ImpGetMacroUserData()
1831 FASTBOOL SdrObject::HasMacro() const in HasMacro()
1837 SdrObject* SdrObject::CheckMacroHit(const SdrObjMacroHitRec& rRec) const in CheckMacroHit()
1854 Pointer SdrObject::GetMacroPointer(const SdrObjMacroHitRec& rRec) const in GetMacroPointer()
1863 void SdrObject::PaintMacro(OutputDevice& rOut, const Rectangle& rDirtyRect, const SdrObjMacroHitRec… in PaintMacro()
1890 FASTBOOL SdrObject::DoMacro(const SdrObjMacroHitRec& rRec) in DoMacro()
1899 XubString SdrObject::GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const in GetMacroPopupComment()
1910 SdrObjGeoData* SdrObject::NewGeoData() const in NewGeoData()
1915 void SdrObject::SaveGeoData(SdrObjGeoData& rGeo) const in SaveGeoData()
1941 void SdrObject::RestGeoData(const SdrObjGeoData& rGeo) in RestGeoData()
1969 SdrObjGeoData* SdrObject::GetGeoData() const in GetGeoData()
1976 void SdrObject::SetGeoData(const SdrObjGeoData& rGeo) in SetGeoData()
1988 const SfxItemSet& SdrObject::GetObjectItemSet() const in GetObjectItemSet()
1993 const SfxItemSet& SdrObject::GetMergedItemSet() const in GetMergedItemSet()
1998 void SdrObject::SetObjectItem(const SfxPoolItem& rItem) in SetObjectItem()
2003 void SdrObject::SetMergedItem(const SfxPoolItem& rItem) in SetMergedItem()
2008 void SdrObject::ClearObjectItem(const sal_uInt16 nWhich) in ClearObjectItem()
2013 void SdrObject::ClearMergedItem(const sal_uInt16 nWhich) in ClearMergedItem()
2018 void SdrObject::SetObjectItemSet(const SfxItemSet& rSet) in SetObjectItemSet()
2023 void SdrObject::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet()
2028 const SfxPoolItem& SdrObject::GetObjectItem(const sal_uInt16 nWhich) const in GetObjectItem()
2033 SfxMapUnit SdrObject::GetObjectMapUnit() const in GetObjectMapUnit()
2050 const SfxPoolItem& SdrObject::GetMergedItem(const sal_uInt16 nWhich) const in GetMergedItem()
2055 void SdrObject::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSetAndBroadcast()
2060 void SdrObject::ApplyNotPersistAttr(const SfxItemSet& rAttr) in ApplyNotPersistAttr()
2069 void SdrObject::NbcApplyNotPersistAttr(const SfxItemSet& rAttr) in NbcApplyNotPersistAttr()
2233 void SdrObject::TakeNotPersistAttr(SfxItemSet& rAttr, FASTBOOL bMerge) const in TakeNotPersistAttr()
2276 SfxStyleSheet* SdrObject::GetStyleSheet() const in GetStyleSheet()
2281 void SdrObject::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()
2295 void SdrObject::NbcSetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in NbcSetStyleSheet()
2307 FASTBOOL SdrObject::IsNode() const in IsNode()
2312 SdrGluePoint SdrObject::GetVertexGluePoint(sal_uInt16 nPosNum) const in GetVertexGluePoint()
2333 SdrGluePoint SdrObject::GetCornerGluePoint(sal_uInt16 nPosNum) const in GetCornerGluePoint()
2349 const SdrGluePointList* SdrObject::GetGluePointList() const in GetGluePointList()
2361 SdrGluePointList* SdrObject::ForceGluePointList() in ForceGluePointList()
2370 void SdrObject::SetGlueReallyAbsolute(FASTBOOL bOn) in SetGlueReallyAbsolute()
2381 void SdrObject::NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs) in NbcRotateGluePoints()
2392 void SdrObject::NbcMirrorGluePoints(const Point& rRef1, const Point& rRef2) in NbcMirrorGluePoints()
2403 void SdrObject::NbcShearGluePoints(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShearGluePoints()
2414 FASTBOOL SdrObject::IsEdge() const in IsEdge()
2419 void SdrObject::ConnectToNode(FASTBOOL /*bTail1*/, SdrObject* /*pObj*/) in ConnectToNode() argument
2423 void SdrObject::DisconnectFromNode(FASTBOOL /*bTail1*/) in DisconnectFromNode()
2427 SdrObject* SdrObject::GetConnectedNode(FASTBOOL /*bTail1*/) const in GetConnectedNode()
2461 SdrObject* SdrObject::ImpConvertToContourObj(SdrObject* pRet, sal_Bool bForceLineDash) const in ImpConvertToContourObj()
2562 SdrObject* pGroup = new SdrObjGroup; in ImpConvertToContourObj()
2573 SdrObject* pClone = pRet->Clone(); in ImpConvertToContourObj()
2617 SdrObject* pClone = pRet->Clone(); in ImpConvertToContourObj()
2626 SdrObject* SdrObject::ConvertToContourObj(SdrObject* pRet, sal_Bool bForceLineDash) const in ConvertToContourObj()
2631 SdrObject* pGroup = new SdrObjGroup; in ConvertToContourObj()
2636 SdrObject* pIterObj = pObjList2->GetObj(a); in ConvertToContourObj()
2668 SdrObject* SdrObject::ConvertToPolyObj(sal_Bool bBezier, sal_Bool bLineToArea) const in ConvertToPolyObj()
2670 SdrObject* pRet = DoConvertToPolyObj(bBezier, true); in ConvertToPolyObj()
2674 SdrObject* pNewRet = ConvertToContourObj(pRet); in ConvertToPolyObj()
2690 SdrObject* SdrObject::DoConvertToPolyObj(sal_Bool /*bBezier*/, bool /*bAddText*/) const in DoConvertToPolyObj()
2697 void SdrObject::SetInserted(sal_Bool bIns) in SetInserted()
2713 void SdrObject::SetMoveProtect(sal_Bool bProt) in SetMoveProtect()
2724 void SdrObject::SetResizeProtect(sal_Bool bProt) in SetResizeProtect()
2735 void SdrObject::SetPrintable(sal_Bool bPrn) in SetPrintable()
2749 void SdrObject::SetVisible(sal_Bool bVisible) in SetVisible()
2765 sal_uInt16 SdrObject::GetUserDataCount() const in GetUserDataCount()
2771 SdrObjUserData* SdrObject::GetUserData(sal_uInt16 nNum) const in GetUserData()
2777 void SdrObject::InsertUserData(SdrObjUserData* pData, sal_uInt16 nPos) in InsertUserData()
2788 void SdrObject::DeleteUserData(sal_uInt16 nNum) in DeleteUserData()
2802 void SdrObject::SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect) const in SendUserCall()
2882 void SdrObject::MigrateItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel) in MigrateItemPool()
2890 sal_Bool SdrObject::IsTransparent( sal_Bool /*bCheckForAlphaChannel*/) const in IsTransparent()
2898 for( SdrObject* pO = aIter.Next(); pO && !bRet; pO = aIter.Next() ) in IsTransparent()
2943 void SdrObject::impl_setUnoShape( const uno::Reference< uno::XInterface >& _rxUnoShape ) in impl_setUnoShape()
2952 SvxShape* SdrObject::getSvxShape() in getSvxShape()
2970 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SdrObject::getUnoShape() in getUnoShape()
3001 ::svx::PropertyChangeNotifier& SdrObject::getShapePropertyChangeNotifier() in getShapePropertyChangeNotifier()
3010 void SdrObject::notifyShapePropertyChange( const ::svx::ShapeProperty _eProperty ) const in notifyShapePropertyChange()
3014 SvxShape* pSvxShape = const_cast< SdrObject* >( this )->getSvxShape(); in notifyShapePropertyChange()
3029 sal_Bool SdrObject::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& /*rP… in TRGetBaseGeometry()
3081 void SdrObject::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolyg… in TRSetBaseGeometry()
3142 sal_Bool SdrObject::IsInDestruction() const in IsInDestruction()
3150 bool SdrObject::HasFillStyle() const in HasFillStyle()
3155 bool SdrObject::HasLineStyle() const in HasLineStyle()
3167 Rectangle SdrObject::GetBLIPSizeRectangle() const in GetBLIPSizeRectangle()
3172 void SdrObject::SetBLIPSizeRectangle( const Rectangle& aRect ) in SetBLIPSizeRectangle()
3177 void SdrObject::SetContextWritingMode( const sal_Int16 /*_nContextWritingMode*/ ) in SetContextWritingMode()
3183 bool SdrObject::HasText() const in HasText()
3211 SdrObjFactory::SdrObjFactory(sal_uInt32 nInvent, sal_uInt16 nIdent, SdrObject* pObj1) in SdrObjFactory()
3222 SdrObject* SdrObjFactory::MakeNewObject(sal_uInt32 nInvent, sal_uInt16 nIdent, SdrPage* pPage, SdrM… in MakeNewObject()
3226 SdrObject* pObj = NULL; in MakeNewObject()
3232 case sal_uInt16(OBJ_NONE ): pObj=new SdrObject; break; in MakeNewObject()
3296 SdrObjUserData* SdrObjFactory::MakeNewObjUserData(sal_uInt32 nInvent, sal_uInt16 nIdent, SdrObject*… in MakeNewObjUserData()