Home
last modified time | relevance | path

Searched refs:SdrCaptionObj (Results 1 – 25 of 25) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx195 TYPEINIT1(SdrCaptionObj,SdrRectObj);
197 SdrCaptionObj::SdrCaptionObj(): in SdrCaptionObj() function in SdrCaptionObj
205 SdrCaptionObj::SdrCaptionObj(const Rectangle& rRect): in SdrCaptionObj() function in SdrCaptionObj
213 SdrCaptionObj::SdrCaptionObj(const Rectangle& rRect, const Point& rTail): in SdrCaptionObj() function in SdrCaptionObj
222 SdrCaptionObj::~SdrCaptionObj() in ~SdrCaptionObj()
252 aTailPoly=((SdrCaptionObj&)rObj).aTailPoly; in operator =()
282 sal_uInt32 SdrCaptionObj::GetHdlCount() const in GetHdlCount()
319 bool SdrCaptionObj::hasSpecialDrag() const in hasSpecialDrag()
446 void SdrCaptionObj::ImpRecalcTail() in ImpRecalcTail()
638 Point SdrCaptionObj::GetRelativePos() const in GetRelativePos()
[all …]
H A Dsvdotxat.cxx217 if (HAS_BASE(SdrCaptionObj,this)) { // mal wieder 'nen Hack in NbcAdjustTextFrameWidthAndHeight()
218 ((SdrCaptionObj*)this)->ImpRecalcTail(); in NbcAdjustTextFrameWidthAndHeight()
236 if (HAS_BASE(SdrCaptionObj,this)) { // mal wieder 'nen Hack in AdjustTextFrameWidthAndHeight()
237 ((SdrCaptionObj*)this)->ImpRecalcTail(); in AdjustTextFrameWidthAndHeight()
H A Dsvddrgv.cxx195 if (pObj->ISA(SdrCaptionObj)) in TakeDragObjAnchorPos()
197 Point aPt(((SdrCaptionObj*)pObj)->GetTailPos()); in TakeDragObjAnchorPos()
H A Dsvdundo.cxx457 if(pObj->ISA(SdrCaptionObj)) in Undo()
536 if(pObj->ISA(SdrCaptionObj)) in Redo()
H A Dsvdcrtv.cxx486 if (HAS_BASE(SdrCaptionObj,pAktCreate)) in ImpBegCreateObj()
H A Dsvdobj.cxx3257 case sal_uInt16(OBJ_CAPTION ): pObj=new SdrCaptionObj; break; in MakeNewObject()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx76 static void SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown );
82 static void SetDefaultItems( SdrCaptionObj& rCaption, ScDocument& rDoc );
89 void ScCaptionUtil::SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown ) in SetCaptionLayer()
113 void ScCaptionUtil::SetDefaultItems( SdrCaptionObj& rCaption, ScDocument& rDoc ) in SetDefaultItems()
181 inline SdrCaptionObj* GetCaption() { return mpCaption; } in GetCaption()
208 SdrCaptionObj* mpCaption;
396 mpCaption = new SdrCaptionObj( aTextRect, aTailPos ); in CreateCaption()
597 SdrCaptionObj* ScPostIt::GetOrCreateCaption( const ScAddress& rPos ) const in GetOrCreateCaption()
789 SdrCaptionObj* ScNoteUtil::CreateTempCaption( in CreateTempCaption()
795 SdrCaptionObj* pNoteCaption = 0; in CreateTempCaption()
[all …]
/trunk/main/sc/inc/
H A Dpostit.hxx35 class SdrCaptionObj;
51 SdrCaptionObj* mpCaption; /// Drawing object representing the cell note.
133 inline SdrCaptionObj* GetCaption() const { return maNoteData.mpCaption; } in GetCaption()
136 SdrCaptionObj* GetOrCreateCaption( const ScAddress& rPos ) const;
158 void CreateCaption( const ScAddress& rPos, const SdrCaptionObj* pCaption = 0 );
176 static SdrCaptionObj* CreateTempCaption( ScDocument& rDoc, const ScAddress& rPos,
196 SdrCaptionObj& rCaption, bool bShown );
/trunk/main/svx/inc/svx/
H A Dsvdocapt.hxx57 class SVX_DLLPUBLIC SdrCaptionObj : public SdrRectObj class
85 SdrCaptionObj();
86 SdrCaptionObj(const Rectangle& rRect);
87 SdrCaptionObj(const Rectangle& rRect, const Point& rTail);
88 virtual ~SdrCaptionObj();
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofsdrcaptionobj.hxx32 class SdrCaptionObj;
44 SdrCaptionObj& GetCaptionObj() const in GetCaptionObj()
46 return (SdrCaptionObj&)GetSdrObject(); in GetCaptionObj()
51 ViewContactOfSdrCaptionObj(SdrCaptionObj& rCaptionObj);
/trunk/main/svx/source/sdr/properties/
H A Dcaptionproperties.cxx80 SdrCaptionObj& rObj = (SdrCaptionObj&)GetSdrObject(); in ItemSetChanged()
91 SdrCaptionObj& rObj = (SdrCaptionObj&)GetSdrObject(); in SetStyleSheet()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconrec.cxx265 if(pObj->ISA(SdrCaptionObj)) in CreateDefaultObject()
285 ((SdrCaptionObj*)pObj)->SetLogicRect(aRect); in CreateDefaultObject()
286 ((SdrCaptionObj*)pObj)->SetTailPos( in CreateDefaultObject()
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx277 if(pObj->ISA(SdrCaptionObj) && SID_DRAW_CAPTION_VERTICAL == nSlotId) in MouseButtonUp()
972 if(pObj->ISA(SdrCaptionObj)) in CreateDefaultObject()
990 ((SdrCaptionObj*)pObj)->SetLogicRect(aRect); in CreateDefaultObject()
991 ((SdrCaptionObj*)pObj)->SetTailPos( in CreateDefaultObject()
/trunk/main/sw/source/ui/ribbar/
H A Dconrect.cxx143 SdrCaptionObj* pCaptObj = dynamic_cast<SdrCaptionObj*>(pObj); in MouseButtonUp()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx51 ViewContactOfSdrCaptionObj::ViewContactOfSdrCaptionObj(SdrCaptionObj& rCaptionObj) in ViewContactOfSdrCaptionObj()
63 const SdrCaptionObj& rCaptionObj(GetCaptionObj()); in createViewIndependentPrimitive2DSequence()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx544 if ( pObj->ISA( SdrCaptionObj ) ) in createDefaultObject()
559 SdrCaptionObj* pCaptionObj = dynamic_cast< SdrCaptionObj* >( pObj ); in createDefaultObject()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1857 aRelNullPt = ((SdrCaptionObj&)rSdrObj).GetTailPos(); in ImpEndCreate()
2662 aRelNullPt = ((SdrCaptionObj*)pObj)->GetTailPos(); in CheckUnboundObjects()
2976 else if(pObj->ISA(SdrCaptionObj)) in CreateDefaultShape()
2989 ((SdrCaptionObj*)pObj)->SetLogicRect(aRect); in CreateDefaultShape()
2990 ((SdrCaptionObj*)pObj)->SetTailPos( in CreateDefaultShape()
H A Dfecopy.cxx1443 if( pOldObj->ISA( SdrCaptionObj )) in Paste()
1444 aNullPt = ((SdrCaptionObj*)pOldObj)->GetTailPos(); in Paste()
/trunk/main/sc/source/ui/view/
H A Dviewfun6.cxx176 if( SdrCaptionObj* pCaption = pNote->GetCaption() ) in EditNote()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1452 if( SdrCaptionObj* pCaption = dynamic_cast< SdrCaptionObj* >( pObject ) ) in UpdateAllComments()
1522 if ( pObject->ISA( SdrRectObj ) && !pObject->ISA( SdrCaptionObj ) ) in UpdateAllArrowColors()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx622 if( SdrCaptionObj* pCaption = dynamic_cast< SdrCaptionObj* >( pObject ) ) in SetAnnotation()
H A Dxmlexprt.cxx2303 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
2350 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
2385 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1272 SdrCaptionObj* pObj = new SdrCaptionObj( Rectangle( aP0, aP1 ), aP2 ); in ReadCaptionBox()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1007 if( SdrCaptionObj* pCaption = pScNote->GetOrCreateCaption( maScPos ) ) in XclExpNote()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2273 ((SdrCaptionObj*)mpObj.get())->SetTailPos(aVclPoint); in setPropertyValueImpl()
2701 Point aVclPoint = ((SdrCaptionObj*)mpObj.get())->GetTailPos(); in getPropertyValueImpl()

Completed in 207 milliseconds