Home
last modified time | relevance | path

Searched defs:rObject (Results 1 – 25 of 33) sorted by relevance

12

/aoo41x/main/reportdesign/source/core/sdr/
H A DReportUndoFactory.cxx32 SdrUndoAction* lcl_createUndo(SdrObject& rObject,Action _eAction,sal_uInt16 _nCommentId) in lcl_createUndo()
61 SdrUndoAction* OReportUndoFactory::CreateUndoMoveObject( SdrObject& rObject ) in CreateUndoMoveObject()
66 SdrUndoAction* OReportUndoFactory::CreateUndoMoveObject( SdrObject& rObject, const Size& rDist ) in CreateUndoMoveObject()
71 SdrUndoAction* OReportUndoFactory::CreateUndoGeoObject( SdrObject& rObject ) in CreateUndoGeoObject()
76 SdrUndoAction* OReportUndoFactory::CreateUndoAttrObject( SdrObject& rObject, bool bStyleSheet1, boo… in CreateUndoAttrObject()
81 SdrUndoAction* OReportUndoFactory::CreateUndoRemoveObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoRemoveObject()
86 SdrUndoAction* OReportUndoFactory::CreateUndoInsertObject( SdrObject& rObject, bool /*bOrdNumDirect… in CreateUndoInsertObject()
91 SdrUndoAction* OReportUndoFactory::CreateUndoDeleteObject( SdrObject& rObject, bool /*bOrdNumDirect… in CreateUndoDeleteObject()
97 SdrUndoAction* OReportUndoFactory::CreateUndoNewObject( SdrObject& rObject, bool /*bOrdNumDirect*/ ) in CreateUndoNewObject()
102 SdrUndoAction* OReportUndoFactory::CreateUndoCopyObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoCopyObject()
[all …]
/aoo41x/main/sd/source/core/undo/
H A Dundofactory.cxx33 SdrUndoAction* UndoFactory::CreateUndoRemoveObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoRemoveObject()
38 SdrUndoAction* UndoFactory::CreateUndoDeleteObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoDeleteObject()
53 SdrUndoAction* UndoFactory::CreateUndoGeoObject( SdrObject& rObject ) in CreateUndoGeoObject()
58 SdrUndoAction* UndoFactory::CreateUndoAttrObject( SdrObject& rObject, bool bStyleSheet1, bool bSave… in CreateUndoAttrObject()
H A Dundoobjects.cxx37 UndoRemovePresObjectImpl::UndoRemovePresObjectImpl( SdrObject& rObject ) in UndoRemovePresObjectImpl()
97 UndoRemoveObject::UndoRemoveObject( SdrObject& rObject, bool bOrdNumDirect ) in UndoRemoveObject()
129 UndoDeleteObject::UndoDeleteObject( SdrObject& rObject, bool bOrdNumDirect ) in UndoDeleteObject()
195 UndoObjectSetText::UndoObjectSetText( SdrObject& rObject, sal_Int32 nText ) in UndoObjectSetText()
250 UndoObjectUserCall::UndoObjectUserCall(SdrObject& rObject) in UndoObjectUserCall()
284 UndoObjectPresentationKind::UndoObjectPresentationKind(SdrObject& rObject) in UndoObjectPresentationKind()
400 UndoAttrObject::UndoAttrObject( SdrObject& rObject, bool bStyleSheet1, bool bSaveText ) in UndoAttrObject()
/aoo41x/main/sd/source/core/
H A Dshapelist.cxx45 void ShapeList::addShape( SdrObject& rObject ) in addShape()
60 SdrObject* ShapeList::removeShape( SdrObject& rObject ) in removeShape()
131 void ShapeList::ObjectInDestruction(const SdrObject& rObject) in ObjectInDestruction()
H A Danminfo.cxx44 SdAnimationInfo::SdAnimationInfo(SdrObject& rObject) in SdAnimationInfo()
70 SdAnimationInfo::SdAnimationInfo(const SdAnimationInfo& rAnmInfo, SdrObject& rObject) in SdAnimationInfo()
/aoo41x/main/svtools/source/misc/
H A Dimagemgr.cxx395 static sal_uInt16 GetImageId_Impl( const INetURLObject& rObject, sal_Bool bDetectFolder ) in GetImageId_Impl()
720 String SvFileInformationManager::GetDescription_Impl( const INetURLObject& rObject, sal_Bool bDetec… in GetDescription_Impl()
790 Image SvFileInformationManager::GetImage( const INetURLObject& rObject, sal_Bool bBig ) in GetImage()
795 Image SvFileInformationManager::GetFileImage( const INetURLObject& rObject, sal_Bool bBig ) in GetFileImage()
800 Image SvFileInformationManager::GetImageNoDefault( const INetURLObject& rObject, sal_Bool bBig ) in GetImageNoDefault()
810 Image SvFileInformationManager::GetImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool bHi… in GetImage()
817 Image SvFileInformationManager::GetFileImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool… in GetFileImage()
824 Image SvFileInformationManager::GetImageNoDefault( const INetURLObject& rObject, sal_Bool bBig, sal… in GetImageNoDefault()
852 String SvFileInformationManager::GetDescription( const INetURLObject& rObject ) in GetDescription()
857 String SvFileInformationManager::GetFileDescription( const INetURLObject& rObject ) in GetFileDescription()
/aoo41x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx65 inline explicit PropertySet( const Type& rObject ) { set( rObject ); } in PropertySet()
72 inline void set( const Type& rObject ) in set()
/aoo41x/main/oox/source/helper/
H A Dcontainerhelper.cxx116 sal_Int32 nIndex, const Any& rObject ) in insertByIndex()
162 const OUString& rName, const Any& rObject, bool bReplaceOldExisting ) in insertByName()
184 const Any& rObject, bool bRenameOldExisting ) in insertByUnusedName()
/aoo41x/main/svx/source/svdraw/
H A Dsvdundo.cxx1828 SdrUndoAction* SdrUndoFactory::CreateUndoMoveObject( SdrObject& rObject ) in CreateUndoMoveObject()
1833 SdrUndoAction* SdrUndoFactory::CreateUndoMoveObject( SdrObject& rObject, const Size& rDist ) in CreateUndoMoveObject()
1838 SdrUndoAction* SdrUndoFactory::CreateUndoGeoObject( SdrObject& rObject ) in CreateUndoGeoObject()
1843 SdrUndoAction* SdrUndoFactory::CreateUndoAttrObject( SdrObject& rObject, bool bStyleSheet1, bool bS… in CreateUndoAttrObject()
1848 SdrUndoAction* SdrUndoFactory::CreateUndoRemoveObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoRemoveObject()
1853 SdrUndoAction* SdrUndoFactory::CreateUndoInsertObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoInsertObject()
1858 SdrUndoAction* SdrUndoFactory::CreateUndoDeleteObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoDeleteObject()
1863 SdrUndoAction* SdrUndoFactory::CreateUndoNewObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoNewObject()
1868 SdrUndoAction* SdrUndoFactory::CreateUndoCopyObject( SdrObject& rObject, bool bOrdNumDirect ) in CreateUndoCopyObject()
1873 SdrUndoAction* SdrUndoFactory::CreateUndoObjectOrdNum( SdrObject& rObject, sal_uInt32 nOldOrdNum1, … in CreateUndoObjectOrdNum()
[all …]
H A Dsdrhittesthelper.cxx42 const SdrObject& rObject, in SdrObjectPrimitiveHit()
H A Dsvdtext.cxx38 SdrText::SdrText( SdrTextObj& rObject, OutlinerParaObject* pOutlinerParaObject /* = 0 */ ) in SdrText()
H A Dsvdpage.cxx885 SdrObject& rObject, in SetObjectNavigationPosition()
1035 SdrObject& rObject, in InsertObjectIntoContainer()
H A Dsvdcrtv.cxx68 ImplConnectMarkerOverlay::ImplConnectMarkerOverlay(const SdrCreateView& rView, SdrObject& rObject) in ImplConnectMarkerOverlay()
H A Dsvdmark.cxx187 void SdrMark::ObjectInDestruction(const SdrObject& rObject) in ObjectInDestruction()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshh.cxx234 void ScTabViewShell::AddAccessibilityObject( SfxListener& rObject ) in AddAccessibilityObject()
245 void ScTabViewShell::RemoveAccessibilityObject( SfxListener& rObject ) in RemoveAccessibilityObject()
H A Dprevwsh.cxx1102 void ScPreviewShell::AddAccessibilityObject( SfxListener& rObject ) in AddAccessibilityObject()
1110 void ScPreviewShell::RemoveAccessibilityObject( SfxListener& rObject ) in RemoveAccessibilityObject()
/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrobj.cxx59 const SdrObject& rObject = getSdrObject(); in isPrimitiveVisible() local
/aoo41x/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx155 double getMinimalDepthInViewCoordinates(const E3dCompoundObject& rObject) in getMinimalDepthInViewCoordinates()
H A Dhelperhittest3d.cxx71 const E3dCompoundObject& rObject, in getAllHit3DObjectWithRelativePoint()
/aoo41x/main/svx/source/unogallery/
H A Dunogalitem.cxx63 GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) : in GalleryItem()
/aoo41x/main/sw/source/ui/shells/
H A Ddrawsh.cxx130 void SwDrawShell::InsertPictureFromFile(SdrObject& rObject) in InsertPictureFromFile()
/aoo41x/main/sc/source/core/data/
H A Ddpdimsave.cxx518 const ScDPObject& rObject, bool bAllowSource, in CreateGroupDimName()
578 …DimensionSaveData::CreateDateGroupDimName( sal_Int32 nDatePart, const ScDPObject& rObject, bool bA… in CreateDateGroupDimName()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par4.cxx215 SwFlyFrmFmt* SwWW8ImplReader::InsertOle(SdrOle2Obj &rObject, in InsertOle()
/aoo41x/main/svx/source/unodraw/
H A Dunoshtxt.cxx214 SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, c… in SvxTextEditSourceImpl()
/aoo41x/main/sfx2/source/view/
H A Dipclient.cxx719 void SfxInPlaceClient::SetObject( const uno::Reference < embed::XEmbeddedObject >& rObject ) in SetObject()

Completed in 590 milliseconds

12