| /AOO41X/main/filter/source/msfilter/ |
| H A D | eschesdo.cxx | 113 void ImplEESdrWriter::ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherPropertyContainer& rPropOpt… in ImplFlipBoundingBox() argument 115 sal_Int32 nAngle = rObj.GetAngle(); in ImplFlipBoundingBox() 116 Rectangle aRect( rObj.GetRect() ); in ImplFlipBoundingBox() 140 rObj.SetAngle( nAngle ); in ImplFlipBoundingBox() 141 rObj.SetRect( aRect ); in ImplFlipBoundingBox() 150 rObj.SetShapeId( nShapeID ); \ 152 rSolverContainer.AddShape( rObj.GetShapeRef(), nShapeID ); \ 160 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); \ 161 if( rObj.ImplGetText() ) \ 162 aPropOpt.CreateTextProperties( rObj.mXPropSet, \ [all …]
|
| H A D | msoleexp.cxx | 132 …com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject>& rObj, SotStorage& rDestS… in ExportOLEObject() argument 134 svt::EmbeddedObjectRef aObj( rObj, embed::Aspects::MSOLE_CONTENT ); in ExportOLEObject() 138 void SvxMSExportOLEObjects::ExportOLEObject( svt::EmbeddedObjectRef& rObj, SvStorage& rDestStg ) in ExportOLEObject() argument 141 SvGlobalName aObjName( rObj->getClassID() ); in ExportOLEObject() 206 if ( rObj->getCurrentState() == embed::EmbedStates::LOADED ) in ExportOLEObject() 207 rObj->changeState( embed::EmbedStates::RUNNING ); in ExportOLEObject() 217 uno::Reference < frame::XStorable > xStor( rObj->getComponent(), uno::UNO_QUERY ); in ExportOLEObject() 249 if( rObj.GetObject().is() ) in ExportOLEObject() 257 aSize = rObj->getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); in ExportOLEObject() 307 if ( rObj->getCurrentState() == embed::EmbedStates::LOADED ) in ExportOLEObject() [all …]
|
| /AOO41X/main/svx/source/sdr/properties/ |
| H A D | textproperties.cxx | 67 TextProperties::TextProperties(SdrObject& rObj) in TextProperties() argument 68 : AttributeProperties(rObj), in TextProperties() 73 TextProperties::TextProperties(const TextProperties& rProps, SdrObject& rObj) in TextProperties() argument 74 : AttributeProperties(rProps, rObj), in TextProperties() 83 BaseProperties& TextProperties::Clone(SdrObject& rObj) const in Clone() 85 return *(new TextProperties(*this, rObj)); in Clone() 90 SdrTextObj& rObj = (SdrTextObj&)GetSdrObject(); in ItemSetChanged() local 91 sal_Int32 nText = rObj.getTextCount(); in ItemSetChanged() 98 SdrText* pText = rObj.getText( nText ); in ItemSetChanged() 104 … const bool bTextEdit = rObj.IsTextEditActive() && (rObj.getActiveText() == pText); in ItemSetChanged() [all …]
|
| H A D | circleproperties.cxx | 62 CircleProperties::CircleProperties(SdrObject& rObj) in CircleProperties() argument 63 : RectangleProperties(rObj) in CircleProperties() 67 CircleProperties::CircleProperties(const CircleProperties& rProps, SdrObject& rObj) in CircleProperties() argument 68 : RectangleProperties(rProps, rObj) in CircleProperties() 76 BaseProperties& CircleProperties::Clone(SdrObject& rObj) const in Clone() 78 return *(new CircleProperties(*this, rObj)); in Clone() 83 SdrCircObj& rObj = (SdrCircObj&)GetSdrObject(); in ItemSetChanged() local 89 rObj.ImpSetAttrToCircInfo(); in ItemSetChanged() 94 SdrCircObj& rObj = (SdrCircObj&)GetSdrObject(); in SetStyleSheet() local 97 rObj.SetXPolyDirty(); in SetStyleSheet() [all …]
|
| H A D | e3dcompoundproperties.cxx | 37 E3dCompoundProperties::E3dCompoundProperties(SdrObject& rObj) in E3dCompoundProperties() argument 38 : E3dProperties(rObj) in E3dCompoundProperties() 42 … E3dCompoundProperties::E3dCompoundProperties(const E3dCompoundProperties& rProps, SdrObject& rObj) in E3dCompoundProperties() argument 43 : E3dProperties(rProps, rObj) in E3dCompoundProperties() 51 BaseProperties& E3dCompoundProperties::Clone(SdrObject& rObj) const in Clone() 53 return *(new E3dCompoundProperties(*this, rObj)); in Clone() 65 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in GetMergedItemSet() local 66 E3dScene* pScene = rObj.GetScene(); in GetMergedItemSet() 86 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in SetMergedItemSet() local 87 E3dScene* pScene = rObj.GetScene(); in SetMergedItemSet() [all …]
|
| H A D | attributeproperties.cxx | 112 SdrObject& rObj = GetSdrObject(); in ImpRemoveStyleSheet() local 113 rObj.SetBoundRectDirty(); in ImpRemoveStyleSheet() 114 rObj.SetRectsDirty(sal_True); in ImpRemoveStyleSheet() 134 AttributeProperties::AttributeProperties(SdrObject& rObj) in AttributeProperties() argument 135 : DefaultProperties(rObj), in AttributeProperties() 140 AttributeProperties::AttributeProperties(const AttributeProperties& rProps, SdrObject& rObj) in AttributeProperties() argument 141 : DefaultProperties(rProps, rObj), in AttributeProperties() 155 BaseProperties& AttributeProperties::Clone(SdrObject& rObj) const in Clone() 157 return *(new AttributeProperties(*this, rObj)); in Clone() 163 SdrObject& rObj = GetSdrObject(); in ItemSetChanged() local [all …]
|
| H A D | e3dsceneproperties.cxx | 39 E3dSceneProperties::E3dSceneProperties(SdrObject& rObj) in E3dSceneProperties() argument 40 : E3dProperties(rObj) in E3dSceneProperties() 44 E3dSceneProperties::E3dSceneProperties(const E3dSceneProperties& rProps, SdrObject& rObj) in E3dSceneProperties() argument 45 : E3dProperties(rProps, rObj) in E3dSceneProperties() 53 BaseProperties& E3dSceneProperties::Clone(SdrObject& rObj) const in Clone() 55 return *(new E3dSceneProperties(*this, rObj)); in Clone() 193 E3dScene& rObj = (E3dScene&)GetSdrObject(); in PostItemChange() local 194 rObj.StructureChanged(); in PostItemChange() 205 Camera3D aSceneCam(rObj.GetCamera()); in PostItemChange() 209 if(aSceneCam.GetProjection() != rObj.GetPerspective()) in PostItemChange() [all …]
|
| H A D | e3dlatheproperties.cxx | 36 E3dLatheProperties::E3dLatheProperties(SdrObject& rObj) in E3dLatheProperties() argument 37 : E3dCompoundProperties(rObj) in E3dLatheProperties() 41 E3dLatheProperties::E3dLatheProperties(const E3dLatheProperties& rProps, SdrObject& rObj) in E3dLatheProperties() argument 42 : E3dCompoundProperties(rProps, rObj) in E3dLatheProperties() 50 BaseProperties& E3dLatheProperties::Clone(SdrObject& rObj) const in Clone() 52 return *(new E3dLatheProperties(*this, rObj)); in Clone() 61 E3dLatheObj& rObj = (E3dLatheObj&)GetSdrObject(); in PostItemChange() local 67 rObj.ActionChanged(); in PostItemChange() 72 rObj.ActionChanged(); in PostItemChange() 77 rObj.ActionChanged(); in PostItemChange() [all …]
|
| H A D | graphicproperties.cxx | 60 GraphicProperties::GraphicProperties(SdrObject& rObj) in GraphicProperties() argument 61 : RectangleProperties(rObj) in GraphicProperties() 65 GraphicProperties::GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj) in GraphicProperties() argument 66 : RectangleProperties(rProps, rObj) in GraphicProperties() 74 BaseProperties& GraphicProperties::Clone(SdrObject& rObj) const in Clone() 76 return *(new GraphicProperties(*this, rObj)); in Clone() 81 SdrGrafObj& rObj = (SdrGrafObj&)GetSdrObject(); in ItemSetChanged() local 84 rObj.SetXPolyDirty(); in ItemSetChanged() 92 rObj.ImpSetAttrToGrafInfo(); in ItemSetChanged() 100 SdrGrafObj& rObj = (SdrGrafObj&)GetSdrObject(); in SetStyleSheet() local [all …]
|
| H A D | customshapeproperties.cxx | 44 SdrObjCustomShape& rObj = static_cast< SdrObjCustomShape& >(GetSdrObject()); in UpdateTextFrameStatus() local 45 const bool bOld(rObj.bTextFrame); in UpdateTextFrameStatus() 49 …rObj.bTextFrame = 0 != static_cast< const SdrTextAutoGrowHeightItem& >(GetObjectItemSet().Get(SDRA… in UpdateTextFrameStatus() 52 if(rObj.bTextFrame != bOld) in UpdateTextFrameStatus() 59 rObj.AdaptTextMinSize(); in UpdateTextFrameStatus() 66 rObj.InvalidateRenderGeometry(); in UpdateTextFrameStatus() 198 CustomShapeProperties::CustomShapeProperties(SdrObject& rObj) in CustomShapeProperties() argument 199 : TextProperties(rObj) in CustomShapeProperties() 203 … CustomShapeProperties::CustomShapeProperties(const CustomShapeProperties& rProps, SdrObject& rObj) in CustomShapeProperties() argument 204 : TextProperties(rProps, rObj) in CustomShapeProperties() [all …]
|
| H A D | e3dextrudeproperties.cxx | 36 E3dExtrudeProperties::E3dExtrudeProperties(SdrObject& rObj) in E3dExtrudeProperties() argument 37 : E3dCompoundProperties(rObj) in E3dExtrudeProperties() 41 … E3dExtrudeProperties::E3dExtrudeProperties(const E3dExtrudeProperties& rProps, SdrObject& rObj) in E3dExtrudeProperties() argument 42 : E3dCompoundProperties(rProps, rObj) in E3dExtrudeProperties() 50 BaseProperties& E3dExtrudeProperties::Clone(SdrObject& rObj) const in Clone() 52 return *(new E3dExtrudeProperties(*this, rObj)); in Clone() 61 E3dExtrudeObj& rObj = (E3dExtrudeObj&)GetSdrObject(); in PostItemChange() local 67 rObj.ActionChanged(); in PostItemChange() 72 rObj.ActionChanged(); in PostItemChange() 77 rObj.ActionChanged(); in PostItemChange()
|
| H A D | rectangleproperties.cxx | 35 RectangleProperties::RectangleProperties(SdrObject& rObj) in RectangleProperties() argument 36 : TextProperties(rObj) in RectangleProperties() 40 RectangleProperties::RectangleProperties(const RectangleProperties& rProps, SdrObject& rObj) in RectangleProperties() argument 41 : TextProperties(rProps, rObj) in RectangleProperties() 49 BaseProperties& RectangleProperties::Clone(SdrObject& rObj) const in Clone() 51 return *(new RectangleProperties(*this, rObj)); in Clone() 56 SdrRectObj& rObj = (SdrRectObj&)GetSdrObject(); in ItemSetChanged() local 62 rObj.SetXPolyDirty(); in ItemSetChanged() 68 SdrRectObj& rObj = (SdrRectObj&)GetSdrObject(); in SetStyleSheet() local 74 rObj.SetXPolyDirty(); in SetStyleSheet()
|
| H A D | connectorproperties.cxx | 59 ConnectorProperties::ConnectorProperties(SdrObject& rObj) in ConnectorProperties() argument 60 : TextProperties(rObj) in ConnectorProperties() 64 ConnectorProperties::ConnectorProperties(const ConnectorProperties& rProps, SdrObject& rObj) in ConnectorProperties() argument 65 : TextProperties(rProps, rObj) in ConnectorProperties() 73 BaseProperties& ConnectorProperties::Clone(SdrObject& rObj) const in Clone() 75 return *(new ConnectorProperties(*this, rObj)); in Clone() 80 SdrEdgeObj& rObj = (SdrEdgeObj&)GetSdrObject(); in ItemSetChanged() local 86 rObj.ImpSetAttrToEdgeInfo(); in ItemSetChanged() 91 SdrEdgeObj& rObj = (SdrEdgeObj&)GetSdrObject(); in SetStyleSheet() local 97 rObj.ImpSetAttrToEdgeInfo(); in SetStyleSheet()
|
| H A D | captionproperties.cxx | 59 CaptionProperties::CaptionProperties(SdrObject& rObj) in CaptionProperties() argument 60 : RectangleProperties(rObj) in CaptionProperties() 64 CaptionProperties::CaptionProperties(const CaptionProperties& rProps, SdrObject& rObj) in CaptionProperties() argument 65 : RectangleProperties(rProps, rObj) in CaptionProperties() 73 BaseProperties& CaptionProperties::Clone(SdrObject& rObj) const in Clone() 75 return *(new CaptionProperties(*this, rObj)); in Clone() 80 SdrCaptionObj& rObj = (SdrCaptionObj&)GetSdrObject(); in ItemSetChanged() local 83 rObj.ImpRecalcTail(); in ItemSetChanged() 91 SdrCaptionObj& rObj = (SdrCaptionObj&)GetSdrObject(); in SetStyleSheet() local 97 rObj.ImpRecalcTail(); in SetStyleSheet()
|
| H A D | measureproperties.cxx | 66 MeasureProperties::MeasureProperties(SdrObject& rObj) in MeasureProperties() argument 67 : TextProperties(rObj) in MeasureProperties() 71 MeasureProperties::MeasureProperties(const MeasureProperties& rProps, SdrObject& rObj) in MeasureProperties() argument 72 : TextProperties(rProps, rObj) in MeasureProperties() 80 BaseProperties& MeasureProperties::Clone(SdrObject& rObj) const in Clone() 82 return *(new MeasureProperties(*this, rObj)); in Clone() 87 SdrMeasureObj& rObj = (SdrMeasureObj&)GetSdrObject(); in ItemSetChanged() local 93 rObj.SetTextDirty(); in ItemSetChanged() 98 SdrMeasureObj& rObj = (SdrMeasureObj&)GetSdrObject(); in SetStyleSheet() local 101 rObj.SetTextDirty(); in SetStyleSheet()
|
| H A D | e3dsphereproperties.cxx | 36 E3dSphereProperties::E3dSphereProperties(SdrObject& rObj) in E3dSphereProperties() argument 37 : E3dCompoundProperties(rObj) in E3dSphereProperties() 41 E3dSphereProperties::E3dSphereProperties(const E3dSphereProperties& rProps, SdrObject& rObj) in E3dSphereProperties() argument 42 : E3dCompoundProperties(rProps, rObj) in E3dSphereProperties() 50 BaseProperties& E3dSphereProperties::Clone(SdrObject& rObj) const in Clone() 52 return *(new E3dSphereProperties(*this, rObj)); in Clone() 61 E3dSphereObj& rObj = (E3dSphereObj&)GetSdrObject(); in PostItemChange() local 67 rObj.ActionChanged(); in PostItemChange() 72 rObj.ActionChanged(); in PostItemChange()
|
| H A D | e3dproperties.cxx | 54 E3dProperties::E3dProperties(SdrObject& rObj) in E3dProperties() argument 55 : AttributeProperties(rObj) in E3dProperties() 59 E3dProperties::E3dProperties(const E3dProperties& rProps, SdrObject& rObj) in E3dProperties() argument 60 : AttributeProperties(rProps, rObj) in E3dProperties() 68 BaseProperties& E3dProperties::Clone(SdrObject& rObj) const in Clone() 70 return *(new E3dProperties(*this, rObj)); in Clone() 75 E3dObject& rObj = (E3dObject&)GetSdrObject(); in ItemSetChanged() local 81 rObj.StructureChanged(); in ItemSetChanged()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfcache.cxx | 66 GraphicID( const GraphicObject& rObj ); 81 GraphicID::GraphicID( const GraphicObject& rObj ) in GraphicID() argument 83 const Graphic& rGraphic = rObj.GetGraphic(); in GraphicID() 181 sal_Bool ImplInit( const GraphicObject& rObj ); 182 …sal_Bool ImplMatches( const GraphicObject& rObj ) const { return( GraphicID( rObj ) == … in ImplMatches() 187 GraphicCacheEntry( const GraphicObject& rObj ); 192 … void AddGraphicObjectReference( const GraphicObject& rObj, Graphic& rSubstitute ); 193 sal_Bool ReleaseGraphicObjectReference( const GraphicObject& rObj ); 195 sal_Bool HasGraphicObjectReference( const GraphicObject& rObj ); 198 void GraphicObjectWasSwappedOut( const GraphicObject& rObj ); [all …]
|
| H A D | grfcache.hxx | 52 GraphicCacheEntry* ImplGetCacheEntry( const GraphicObject& rObj ); 66 void AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute, 68 void ReleaseGraphicObject( const GraphicObject& rObj ); 70 void GraphicObjectWasSwappedOut( const GraphicObject& rObj ); 71 …sal_Bool FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSub… 72 void GraphicObjectWasSwappedIn( const GraphicObject& rObj ); 74 ByteString GetUniqueID( const GraphicObject& rObj ) const; 92 … const GraphicObject& rObj, const GraphicAttr& rAttr ) const; 94 … const GraphicObject& rObj, const GraphicAttr& rAttr ) const; 96 … const GraphicObject& rObj, const GraphicAttr& rAttr, [all …]
|
| /AOO41X/main/tools/source/ref/ |
| H A D | globname.cxx | 35 ImpSvGlobalName::ImpSvGlobalName( const ImpSvGlobalName & rObj ) in ImpSvGlobalName() argument 38 memcpy( szData, rObj.szData, sizeof( szData ) ); in ImpSvGlobalName() 51 sal_Bool ImpSvGlobalName::operator == ( const ImpSvGlobalName & rObj ) const in operator ==() 53 return !memcmp( szData, rObj.szData, sizeof( szData ) ); in operator ==() 119 SvGlobalName & SvGlobalName::operator = ( const SvGlobalName & rObj ) in operator =() argument 121 rObj.pImp->nRefCount++; in operator =() 125 pImp = rObj.pImp; in operator =() 146 SvStream& operator << ( SvStream& rOStr, const SvGlobalName & rObj ) in operator <<() argument 148 rOStr << *(sal_uInt32 *)rObj.pImp->szData; in operator <<() 149 rOStr << *(sal_uInt16 *)&rObj.pImp->szData[ 4 ]; in operator <<() [all …]
|
| /AOO41X/main/stoc/source/corereflection/ |
| H A D | crcomp.cxx | 69 …virtual Any SAL_CALL get( const Any & rObj ) throw(::com::sun::star::lang::IllegalArgumentExceptio… 70 …virtual void SAL_CALL set( const Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::Il… 72 …virtual void SAL_CALL set( Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::IllegalA… 183 Any IdlCompFieldImpl::get( const Any & rObj ) in get() argument 186 if (rObj.getValueTypeClass() == com::sun::star::uno::TypeClass_STRUCT || in get() 187 rObj.getValueTypeClass() == com::sun::star::uno::TypeClass_EXCEPTION) in get() 190 TYPELIB_DANGER_GET( &pObjTD, rObj.getValueTypeRef() ); in get() 205 &aRet, (char *)rObj.getValue() + _nOffset, getTypeDescr(), in get() 216 void IdlCompFieldImpl::set( const Any & rObj, const Any & rValue ) in set() argument 219 if (rObj.getValueTypeClass() == com::sun::star::uno::TypeClass_STRUCT || in set() [all …]
|
| H A D | criface.cxx | 77 …virtual Any SAL_CALL get( const Any & rObj ) throw(::com::sun::star::lang::IllegalArgumentExceptio… 78 …virtual void SAL_CALL set( const Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::Il… 80 …virtual void SAL_CALL set( Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::IllegalA… 186 Any IdlAttributeFieldImpl::get( const Any & rObj ) in get() argument 190 rObj, (typelib_InterfaceTypeDescription *)getDeclTypeDescr() ); in get() 206 *static_cast< Reference< XInterface > const * >(rObj.getValue())); in get() 219 void IdlAttributeFieldImpl::set( Any & rObj, const Any & rValue ) in set() argument 230 rObj, (typelib_InterfaceTypeDescription *)getDeclTypeDescr() ); in set() 295 rObj.getValue())); in set() 302 *(const Reference< XInterface > *)rObj.getValue(), 1 ); in set() [all …]
|
| /AOO41X/main/idl/source/cmptools/ |
| H A D | lex.cxx | 88 SvToken::SvToken( const SvToken & rObj ) in SvToken() argument 90 nLine = rObj.nLine; in SvToken() 91 nColumn = rObj.nColumn; in SvToken() 92 nType = rObj.nType; in SvToken() 93 aString = rObj.aString; in SvToken() 102 nLong = rObj.nLong; in SvToken() 112 SvToken & SvToken::operator = ( const SvToken & rObj ) in operator =() argument 114 if( this != &rObj ) in operator =() 120 nLine = rObj.nLine; in operator =() 121 nColumn = rObj.nColumn; in operator =() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | globname.hxx | 42 ImpSvGlobalName( const ImpSvGlobalName & rObj ); 45 sal_Bool operator == ( const ImpSvGlobalName & rObj ) const; 64 SvGlobalName( const SvGlobalName & rObj ) in SvGlobalName() argument 66 pImp = rObj.pImp; in SvGlobalName() 81 SvGlobalName & operator = ( const SvGlobalName & rObj ); 87 sal_Bool operator < ( const SvGlobalName & rObj ) const; 91 sal_Bool operator == ( const SvGlobalName & rObj ) const; 92 sal_Bool operator != ( const SvGlobalName & rObj ) const in operator !=() 93 { return !(*this == rObj); } in operator !=()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | msocximex.hxx | 465 sal_Bool Export(SotStorageRef &rObj, 469 sal_Bool WriteContents(SotStorageStreamRef &rObj, 941 sal_Bool Export(SotStorageRef &rObj, 945 sal_Bool WriteContents(SotStorageStreamRef &rObj, 967 sal_Bool Export(SotStorageRef &rObj, 971 sal_Bool WriteContents(SotStorageStreamRef &rObj, 996 sal_Bool Export(SotStorageRef &rObj, 1000 sal_Bool WriteContents(SotStorageStreamRef &rObj, 1015 sal_Bool Export(SotStorageRef &rObj, 1019 sal_Bool WriteContents(SotStorageStreamRef &rObj, [all …]
|