Home
last modified time | relevance | path

Searched refs:rSdrObj (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1791 void SwEscherEx::SetPicId(const SdrObject &rSdrObj, sal_uInt32 nShapeId, in SetPicId() argument
1794 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId()
H A Descher.hxx174 virtual void SetPicId(const SdrObject &rSdrObj, sal_uInt32 nShapeId,
/trunk/main/sw/source/filter/html/
H A Dwrthtml.hxx560 const SdrObject& rSdrObj, sal_Bool bInCntnr );
562 const SdrObject& rSdrObj );
H A Dhtmlforw.cxx716 static void GetControlSize( const SdrObject& rSdrObj, Size& rSz, in GetControlSize() argument
724 SdrUnoObj *pFormObj = PTR_CAST( SdrUnoObj, &rSdrObj ); in GetControlSize()
H A Dhtmlfly.cxx151 const SdrObject& rSdrObj );
1637 const SdrObject& rSdrObj ) in OutHTML_FrmFmtAsMarquee() argument
1646 SwHTMLWriter::GetEEAttrsFromDrwObj( aItemSet, &rSdrObj, sal_True ); in OutHTML_FrmFmtAsMarquee()
1656 rSdrObj ); in OutHTML_FrmFmtAsMarquee()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1605 if( rSdrObj.GetSnapRect().IsEmpty() ) in ImpEndCreate()
1615 if( rSdrObj.GetUpGroup() ) in ImpEndCreate()
1617 Point aTmpPos( rSdrObj.GetSnapRect().TopLeft() ); in ImpEndCreate()
1620 rSdrObj.NbcSetRelativePos( aTmpPos - aNewAnchor ); in ImpEndCreate()
1621 rSdrObj.NbcSetAnchorPos( aNewAnchor ); in ImpEndCreate()
1631 const Rectangle &rBound = rSdrObj.GetSnapRect(); in ImpEndCreate()
1636 sal_uInt16 nIdent = SdrInventor == rSdrObj.GetObjInventor() in ImpEndCreate()
1637 ? rSdrObj.GetObjIdentifier() in ImpEndCreate()
1644 if( rSdrObj.ISA( SdrUnoObj ) ) in ImpEndCreate()
1857 aRelNullPt = ((SdrCaptionObj&)rSdrObj).GetTailPos(); in ImpEndCreate()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1594 SdrObject& rSdrObj ) in lcl_InsertDrawLabel() argument
1637 const SdrLayerID nLayerId = rSdrObj.GetLayer(); in lcl_InsertDrawLabel()
1648 if ( rSdrObj.IsMoveProtect() || rSdrObj.IsResizeProtect() ) in lcl_InsertDrawLabel()
1652 aProtect.SetPosProtect( rSdrObj.IsMoveProtect() ); in lcl_InsertDrawLabel()
1653 aProtect.SetSizeProtect( rSdrObj.IsResizeProtect() ); in lcl_InsertDrawLabel()
1679 Size aSz( rSdrObj.GetCurrentBoundRect().GetSize() ); in lcl_InsertDrawLabel()
1738 rSdrObj.SetLayer( rDoc.GetHeavenId() ); in lcl_InsertDrawLabel()
1743 rSdrObj.SetLayer( rDoc.GetInvisibleHeavenId() ); in lcl_InsertDrawLabel()
1838 SdrObject& rSdrObj ) in InsertDrawLabel() argument
1841 static_cast<SwDrawContact*>(GetUserCall( &rSdrObj )); in InsertDrawLabel()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx172 XclExpDffAnchorBase* XclEscherEx::CreateDffAnchor( const SdrObject& rSdrObj ) const in CreateDffAnchor()
177 pAnchor->SetSdrObject( rSdrObj ); in CreateDffAnchor()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx125 … void PreProcessSdrObject( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
128 …void PostProcessSdrObject( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
143 … void ConvertLineStyle( SdrObject& rSdrObj, const XclObjLineData& rLineData ) const;
145 … void ConvertFillStyle( SdrObject& rSdrObj, const XclObjFillData& rFillData ) const;
147 void ConvertFrameStyle( SdrObject& rSdrObj, sal_uInt16 nFrameFlags ) const;
168 … virtual void DoPreProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
170 … virtual void DoPostProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
291 void ConvertRectStyle( SdrObject& rSdrObj ) const;
405 … virtual void DoPreProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
463 … virtual void DoPreProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const;
[all …]
H A Dxcl97esc.hxx98 XclExpDffAnchorBase* CreateDffAnchor( const SdrObject& rSdrObj ) const;
H A Dxeescher.hxx46 void SetFlags( const SdrObject& rSdrObj );
48 void SetSdrObject( const SdrObject& rSdrObj );
58 virtual void ImplSetFlags( const SdrObject& rSdrObj );
75 virtual void ImplSetFlags( const SdrObject& rSdrObj );
92 virtual void ImplSetFlags( const SdrObject& rSdrObj );
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx532 rSdrObj.NbcSetLayer( SC_LAYER_FRONT ); in PreProcessSdrObject()
533 SdrModel * pModel = rSdrObj.GetModel(); in PreProcessSdrObject()
538 rSdrObj.SetName( GetObjName() ); in PreProcessSdrObject()
541 rSdrObj.SetName( GetObjName() ); in PreProcessSdrObject()
572 DoPreProcessSdrObj( rDffConv, rSdrObj ); in PreProcessSdrObject()
578 DoPostProcessSdrObj( rDffConv, rSdrObj ); in PostProcessSdrObject()
644 ConvertLineStyle( rSdrObj, aAutoData ); in ConvertLineStyle()
704 ConvertFillStyle( rSdrObj, aAutoData ); in ConvertFillStyle()
1187 ConvertLineStyle( rSdrObj, maLineData ); in ConvertRectStyle()
1188 ConvertFillStyle( rSdrObj, maFillData ); in ConvertRectStyle()
[all …]
H A Dxeescher.cxx94 void XclExpDffAnchorBase::SetFlags( const SdrObject& rSdrObj ) in SetFlags() argument
96 ImplSetFlags( rSdrObj ); in SetFlags()
99 void XclExpDffAnchorBase::SetSdrObject( const SdrObject& rSdrObj ) in SetSdrObject() argument
101 ImplSetFlags( rSdrObj ); in SetSdrObject()
102 ImplCalcAnchorRect( rSdrObj.GetCurrentBoundRect(), MAP_100TH_MM ); in SetSdrObject()
136 void XclExpDffSheetAnchor::ImplSetFlags( const SdrObject& rSdrObj ) in ImplSetFlags() argument
139 const Point& rPos = rSdrObj.GetAnchorPos(); in ImplSetFlags()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx785 rSdrObj.SetMergedItem( XFillStyleItem( XFILL_BITMAP ) ); in convertFillProperties()
786 rSdrObj.SetMergedItem( XFillBitmapItem( EMPTY_STRING, aXOBitmap ) ); in convertFillProperties()

Completed in 128 milliseconds