Home
last modified time | relevance | path

Searched refs:rObject (Results 1 – 25 of 67) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1382 SwFlyFrmFmt* InsertOle(SdrOle2Obj &rObject, const SfxItemSet &rFlySet,
H A Dww8par4.cxx215 SwFlyFrmFmt* SwWW8ImplReader::InsertOle(SdrOle2Obj &rObject, in InsertOle() argument
226 uno::Reference < embed::XClassifiedObject > xClass( rObject.GetObjRef(), uno::UNO_QUERY ); in InsertOle()
248 sw::hack::DrawingOLEAdaptor aOLEObj(rObject, *pPersist); in InsertOle()
256 pRet = rDoc.InsertOLE(*pPaM, sNewName, rObject.GetAspect(), pFlySet, &rGrfSet, 0); in InsertOle()
H A Dwriterhelper.hxx804 void SetObjectLayer(SdrObject &rObject, Layer eLayer) const;
813 void SendObjectToHell(SdrObject &rObject) const;
820 void SendObjectToHeaven(SdrObject &rObject) const;
H A Dwriterhelper.cxx442 void SetLayer::SendObjectToHell(SdrObject &rObject) const in SendObjectToHell()
444 SetObjectLayer(rObject, eHell); in SendObjectToHell()
447 void SetLayer::SendObjectToHeaven(SdrObject &rObject) const in SendObjectToHeaven()
449 SetObjectLayer(rObject, eHeaven); in SendObjectToHeaven()
452 void SetLayer::SetObjectLayer(SdrObject &rObject, Layer eLayer) const in SetObjectLayer() argument
454 if (FmFormInventor == rObject.GetObjInventor()) in SetObjectLayer()
455 rObject.SetLayer(mnFormLayer); in SetObjectLayer()
461 rObject.SetLayer(mnHeavenLayer); in SetObjectLayer()
464 rObject.SetLayer(mnHellLayer); in SetObjectLayer()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx389 virtual void ObjectInDestruction(const SdrObject& rObject) = 0;
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx119 SdrDropMarkerOverlay::SdrDropMarkerOverlay(const SdrView& rView, const SdrObject& rObject) in SdrDropMarkerOverlay() argument
123 rObject.TakeXorPoly()); in SdrDropMarkerOverlay()
H A Dsvdpage.cxx885 SdrObject& rObject, in SetObjectNavigationPosition() argument
902 SdrObjectWeakRef aReference (&rObject); in SetObjectNavigationPosition()
1035 SdrObject& rObject, in InsertObjectIntoContainer() argument
1045 rObject.SetNavigationPosition(mpNavigationOrder->size()); in InsertObjectIntoContainer()
1046 mpNavigationOrder->push_back(&rObject); in InsertObjectIntoContainer()
1053 maList.push_back(&rObject); in InsertObjectIntoContainer()
1055 maList.insert(maList.begin()+nInsertPosition, &rObject); in InsertObjectIntoContainer()
H A Dsvdtext.cxx38 SdrText::SdrText( SdrTextObj& rObject, OutlinerParaObject* pOutlinerParaObject /* = 0 */ ) in SdrText() argument
40 , mrObject( rObject ) in SdrText()
41 , mpModel( rObject.GetModel() ) in SdrText()
H A Dsvdundo.cxx1874 SdrUndoAction* SdrUndoFactory::CreateUndoMoveObject( SdrObject& rObject ) in CreateUndoMoveObject() argument
1876 return new SdrUndoMoveObj( rObject ); in CreateUndoMoveObject()
1881 return new SdrUndoMoveObj( rObject, rDist ); in CreateUndoMoveObject()
1884 SdrUndoAction* SdrUndoFactory::CreateUndoGeoObject( SdrObject& rObject ) in CreateUndoGeoObject() argument
1886 return new SdrUndoGeoObj( rObject ); in CreateUndoGeoObject()
1906 return new SdrUndoDelObj( rObject, bOrdNumDirect ? sal_True : sal_False ); in CreateUndoDeleteObject()
1911 return new SdrUndoNewObj( rObject, bOrdNumDirect ? sal_True : sal_False ); in CreateUndoNewObject()
1916 return new SdrUndoCopyObj( rObject, bOrdNumDirect ? sal_True : sal_False ); in CreateUndoCopyObject()
1921 return new SdrUndoObjOrdNum( rObject, nOldOrdNum1, nNewOrdNum1 ); in CreateUndoObjectOrdNum()
1931 return new SdrUndoObjectLayerChange( rObject, aOldLayer, aNewLayer ); in CreateUndoObjectLayerChange()
[all …]
H A Dsvdmark.cxx187 void SdrMark::ObjectInDestruction(const SdrObject& rObject) in ObjectInDestruction() argument
189 (void) rObject; // avoid warnings in ObjectInDestruction()
190 …OSL_ENSURE(mpSelectedSdrObject && mpSelectedSdrObject == &rObject, "SdrMark::ObjectInDestruction: … in ObjectInDestruction()
H A Dsdrhittesthelper.cxx42 const SdrObject& rObject, in SdrObjectPrimitiveHit() argument
51 if(rObject.GetSubList() && rObject.GetSubList()->GetObjCount()) in SdrObjectPrimitiveHit()
55 …pResult = SdrObjListPrimitiveHit(*rObject.GetSubList(), rPnt, nTol, rSdrPageView, pVisiLayer, bTex… in SdrObjectPrimitiveHit()
59 if( rObject.IsVisible() && (!pVisiLayer || pVisiLayer->IsSet(rObject.GetLayer()))) in SdrObjectPrimitiveHit()
63 const E3dCompoundObject* pE3dCompoundObject = dynamic_cast< const E3dCompoundObject* >(&rObject); in SdrObjectPrimitiveHit()
82 const sdr::contact::ViewObjectContact& rVOC = rObject.GetViewContact().GetViewObjectContact( in SdrObjectPrimitiveHit()
87 pResult = const_cast< SdrObject* >(&rObject); in SdrObjectPrimitiveHit()
H A Dsvdcrtv.cxx62 ImplConnectMarkerOverlay(const SdrCreateView& rView, SdrObject& rObject);
68 ImplConnectMarkerOverlay::ImplConnectMarkerOverlay(const SdrCreateView& rView, SdrObject& rObject) in ImplConnectMarkerOverlay() argument
69 : mrObject(rObject) in ImplConnectMarkerOverlay()
71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay()
93 SdrGluePoint aGluePoint(rObject.GetVertexGluePoint(i)); in ImplConnectMarkerOverlay()
94 const Point& rPosition = aGluePoint.GetAbsolutePos(rObject); in ImplConnectMarkerOverlay()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrobj.cxx59 const SdrObject& rObject = getSdrObject(); in isPrimitiveVisible() local
62 if(!rDisplayInfo.GetProcessLayers().IsSet(rObject.GetLayer())) in isPrimitiveVisible()
70 if( !rObject.IsPrintable()) in isPrimitiveVisible()
76 if( !rObject.IsVisible() ) in isPrimitiveVisible()
81 if(rDisplayInfo.GetSubContentActive() && rObject.IsNotVisibleAsMaster()) in isPrimitiveVisible()
99 if(OBJ_OLE2 == rObject.GetObjIdentifier()) in isPrimitiveVisible()
101 if(((SdrOle2Obj&)rObject).IsChart()) in isPrimitiveVisible()
118 else if(OBJ_GRAF == rObject.GetObjIdentifier()) in isPrimitiveVisible()
128 const bool bIsFormControl = dynamic_cast< const FmFormObj * >( &rObject ) != 0; in isPrimitiveVisible()
H A Dviewobjectcontactofunocontrol.cxx1878 const SdrObject& rObject = getSdrObject(); in ActionChanged() local
1879 …const bool bIsLayerVisible( rObject.IsVisible() && pSdrPageView->GetVisibleLayers().IsSet(rObject.… in ActionChanged()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9355 aLine.append( rObject.m_nObject ); in writeTransparentObject()
9368 if( ! rObject.m_pSoftMaskStream ) in writeTransparentObject()
9410 if( ! rObject.m_pSoftMaskStream ) in writeTransparentObject()
9503 aDev.DrawGradient( Rectangle( Point( 0, 0 ), rObject.m_aSize ), rObject.m_aGradient ); in writeGradientFunction()
9576 aLine.append( rObject.m_nObject ); in writeGradientFunction()
9599 CHECK_RETURN( rObject.m_pStream ); in writeJPG()
9608 if( !!rObject.m_aMask ) in writeJPG()
9627 aLine.append( rObject.m_nObject ); in writeJPG()
9634 if( rObject.m_bTrueColor ) in writeJPG()
9662 aEmit.m_aBitmap = BitmapEx( rObject.m_aMask, rObject.m_aMask ); in writeJPG()
[all …]
H A Dpdfwriter_impl.hxx855 bool writeTransparentObject( TransparencyEmit& rObject );
860 bool writeBitmapObject( BitmapEmit& rObject, bool bMask = false );
871 bool writeGradientFunction( GradientEmit& rObject );
/trunk/main/tools/source/fsys/
H A Durlobj.cxx4012 if (m_eScheme != rObject.m_eScheme) in operator ==()
4017 rObject.m_aScheme, m_aAbsURIRef, rObject.m_aAbsURIRef) in operator ==()
4020 || GetPass(NO_DECODE) != rObject.GetPass(NO_DECODE) in operator ==()
4022 rObject.GetHost(NO_DECODE)) in operator ==()
4023 || GetPort() != rObject.GetPort() in operator ==()
4024 || HasParam() != rObject.HasParam() in operator ==()
4025 || GetParam(NO_DECODE) != rObject.GetParam(NO_DECODE) in operator ==()
4026 || GetMsgId(NO_DECODE) != rObject.GetMsgId(NO_DECODE)) in operator ==()
4029 rtl::OUString aPath2(rObject.GetURLPath(NO_DECODE)); in operator ==()
4068 rObject.m_aScheme, m_aAbsURIRef, rObject.m_aAbsURIRef); in operator <()
[all …]
/trunk/main/tools/inc/tools/
H A Durlobj.hxx254 bool operator ==(INetURLObject const & rObject) const;
256 inline bool operator !=(INetURLObject const & rObject) const in operator !=()
257 { return !(*this == rObject); } in operator !=()
259 bool operator <(INetURLObject const & rObject) const;
261 inline bool operator >(INetURLObject const & rObject) const in operator >()
262 { return rObject < *this; } in operator >()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx130 void SwDrawShell::InsertPictureFromFile(SdrObject& rObject) in InsertPictureFromFile() argument
147 SdrObject* pResult = &rObject; in InsertPictureFromFile()
151 if(dynamic_cast< SdrGrafObj* >(&rObject)) in InsertPictureFromFile()
153 SdrGrafObj* pNewGrafObj = (SdrGrafObj*)rObject.Clone(); in InsertPictureFromFile()
160 … pSdrView->ReplaceObjectAtView(&rObject, *pSdrView->GetSdrPageView(), pNewGrafObj); in InsertPictureFromFile()
171 pSdrView->AddUndo(new SdrUndoAttrObj(rObject)); in InsertPictureFromFile()
177 rObject.SetMergedItemSetAndBroadcast(aSet); in InsertPictureFromFile()
/trunk/main/sw/source/ui/inc/
H A Ddrawsh.hxx49 void InsertPictureFromFile(SdrObject& rObject);
/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx63 GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) : in GalleryItem() argument
66 mpGalleryObject( &rObject ) in GalleryItem()
H A Dunogalitem.hxx56 GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject );
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx137 SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, const Window& rWindow );
167 virtual void ObjectInDestruction(const SdrObject& rObject);
214 SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, c… in SvxTextEditSourceImpl() argument
216 mpObject ( &rObject ), in SvxTextEditSourceImpl()
220 mpModel ( rObject.GetModel() ), in SvxTextEditSourceImpl()
/trunk/main/svx/source/table/
H A Dtableundo.hxx57 virtual void ObjectInDestruction(const SdrObject& rObject);
/trunk/main/svx/source/engine3d/
H A Dhelperhittest3d.cxx71 const E3dCompoundObject& rObject, in getAllHit3DObjectWithRelativePoint() argument
81 …ContactOfE3d& rVCObject = static_cast< sdr::contact::ViewContactOfE3d& >(rObject.GetViewContact()); in getAllHit3DObjectWithRelativePoint()

Completed in 220 milliseconds

123