Home
last modified time | relevance | path

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

123

/aoo4110/main/svx/source/dialog/
H A Dimapwnd.cxx167 if ( pSdrObj && ( ( pIMapObj = GetIMapObj( pSdrObj ) ) != NULL ) ) in ReplaceActualIMapInfo()
242 SdrObject* pSdrObj = NULL; in CreateObj() local
312 if ( pSdrObj ) in CreateObj()
337 return pSdrObj; in CreateObj()
557 if ( pSdrObj ) in GetIMapObj()
576 SdrObject* pSdrObj = NULL; in GetSdrObj() local
588 pSdrObj = pTestObj; in GetSdrObj()
594 return pSdrObj; in GetSdrObj()
779 const IMapObject* pIMapObj = pSdrObj ? GetIMapObj( pSdrObj ) : NULL; in UpdateInfo()
813 if ( pSdrObj ) in DoMacroAssign()
[all …]
H A Dgraphctl.cxx827 SdrObject* pSdrObj = NULL; in GetSelectedSdrObject() local
834 pSdrObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in GetSelectedSdrObject()
837 return pSdrObj; in GetSelectedSdrObject()
/aoo4110/main/sd/source/core/
H A Dsdpage.cxx253 SdrObject* pSdrObj = NULL; in CreatePresObj() local
321 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
330 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
340 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
350 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
363 pSdrObj = new SdrPageObj(0); in CreatePresObj()
406 if (pSdrObj) in CreatePresObj()
411 InsertObject(pSdrObj); in CreatePresObj()
562 pSdrObj->SetUserCall(this); in CreatePresObj()
564 pSdrObj->RecalcBoundRect(); in CreatePresObj()
[all …]
/aoo4110/main/svx/source/svdraw/
H A Dsvdotxln.cxx64 SdrTextObj* pSdrObj; member in ImpSdrObjTextLink
69 pSdrObj( pObj1 ) in ImpSdrObjTextLink()
86 if (pSdrObj ) in Closed()
89 ImpSdrObjTextLinkUserData* pData=pSdrObj->GetLinkUserData(); in Closed()
91 pSdrObj->ReleaseTextLink(); in Closed()
101 SdrModel* pModel = pSdrObj ? pSdrObj->GetModel() : 0; in DataChanged()
105 ImpSdrObjTextLinkUserData* pData=pSdrObj->GetLinkUserData(); in DataChanged()
117 pSdrObj->SetChanged(); in DataChanged()
122 if (pSdrObj ) in DataChanged()
123 pSdrObj->ReloadLinkedText( bForceReload ); in DataChanged()
/aoo4110/main/sw/source/core/text/
H A Dporfly.cxx356 SdrObject* pSdrObj = 0L; in SetBase() local
361 pSdrObj = GetDrawContact()->GetDrawObjectByAnchorFrm( rFrm ); in SetBase()
362 if ( !pSdrObj ) in SetBase()
365 pSdrObj = GetDrawContact()->GetMaster(); in SetBase()
371 if ( pSdrObj ) in SetBase()
373 GetDrawContact()->GetAnchoredObj( pSdrObj )->MakeObjPos(); in SetBase()
379 pSdrObj = GetFlyFrm()->GetVirtDrawObj(); in SetBase()
384 *pSdrObj, in SetBase()
391 SwObjPositioningInProgress aObjPosInProgress( *pSdrObj ); in SetBase()
H A Dtxtfly.cxx1661 memset( (SdrObject**)pSdrObj, 0, sizeof(pSdrObj) ); in SwContourCache()
1677 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1755 while( nPos < GetCount() && pObj != pSdrObj[ nPos ] ) in ContourRect()
1792 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nObjCnt++ * sizeof( SdrObject* ) ); in ContourRect()
1793 pSdrObj[ 0 ] = pObj; // Wg. #37347 darf das Object erst nach dem in ContourRect()
1827 const SdrObject* pTmpObj = pSdrObj[ nPos ]; in ContourRect()
1829 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nPos * sizeof( SdrObject* ) ); in ContourRect()
1831 pSdrObj[ 0 ] = pTmpObj; in ContourRect()
1882 while( nPos < POLY_CNT && pObj != pSdrObj[ nPos ] ) in ShowContour()
H A Dtxtfly.hxx77 const SdrObject *pSdrObj[ POLY_CNT ]; member in SwContourCache
88 const SdrObject* GetObject( MSHORT nPos ){ return pSdrObj[ nPos ]; } in GetObject()
/aoo4110/main/sw/source/ui/uiview/
H A Dviewdraw.cxx717 SdrObject *pSdrObj = rMarkList.GetMark(i)->GetMarkedSdrObj(); in AreOnlyFormsSelected() local
719 if (!HasOnlyObj(pSdrObj, FmFormInventor)) in AreOnlyFormsSelected()
736 sal_Bool SwView::HasDrwObj(SdrObject *pSdrObj) const in HasDrwObj()
740 if (pSdrObj->IsGroupObject()) in HasDrwObj()
742 SdrObjList* pList = pSdrObj->GetSubList(); in HasDrwObj()
749 else if (SdrInventor == pSdrObj->GetObjInventor() || pSdrObj->Is3DObj()) in HasDrwObj()
759 sal_Bool SwView::HasOnlyObj(SdrObject *pSdrObj, sal_uInt32 eObjInventor) const in HasOnlyObj() argument
763 if (pSdrObj->IsGroupObject()) in HasOnlyObj()
765 SdrObjList* pList = pSdrObj->GetSubList(); in HasOnlyObj()
772 else if (eObjInventor == pSdrObj->GetObjInventor()) in HasOnlyObj()
/aoo4110/main/sw/source/core/layout/
H A Dflylay.cxx1066 if ( pSdrObj->ISA(SwVirtFlyDrawObj) ) in CalcClipRect()
1068 const SwFlyFrm* pFly = ((const SwVirtFlyDrawObj*)pSdrObj)->GetFlyFrm(); in CalcClipRect()
1303 const SwFmt *pFmt = ((SwContact*)GetUserCall(pSdrObj))->GetFmt(); in CalcClipRect()
1328 const SwDrawContact *pC = (const SwDrawContact*)GetUserCall(pSdrObj); in CalcClipRect()
1333 const SwFrm* pAnchorFrm = pC->GetAnchorFrm( pSdrObj ); in CalcClipRect()
1347 SwRect aSnapRect( pSdrObj->GetSnapRect() ); in CalcClipRect()
1355 pSdrObj->GetAnchorPos().Y() : in CalcClipRect()
1356 pSdrObj->GetAnchorPos().X(), nWidth ); in CalcClipRect()
1362 nTmpH = bVert ? pSdrObj->GetCurrentBoundRect().GetWidth() : in CalcClipRect()
1363 pSdrObj->GetCurrentBoundRect().GetHeight(); in CalcClipRect()
[all …]
H A Dssfrm.cxx390 SdrObject* pSdrObj = pAnchoredObj->DrawObj(); in ~SwFrm() local
392 static_cast<SwDrawContact*>(pSdrObj->GetUserCall()); in ~SwFrm()
397 pContact->DisconnectObjFromLayout( pSdrObj ); in ~SwFrm()
584 SdrObject* pSdrObj = pAnchoredObj->DrawObj(); in ~SwLayoutFrm() local
586 static_cast<SwDrawContact*>(pSdrObj->GetUserCall()); in ~SwLayoutFrm()
591 pContact->DisconnectObjFromLayout( pSdrObj ); in ~SwLayoutFrm()
617 SdrObject* pSdrObj = pAnchoredObj->DrawObj(); in ~SwLayoutFrm() local
619 static_cast<SwDrawContact*>(pSdrObj->GetUserCall()); in ~SwLayoutFrm()
624 pContact->DisconnectObjFromLayout( pSdrObj ); in ~SwLayoutFrm()
H A Dpagechg.cxx413 SdrObject *pSdrObj; in lcl_MakeObjs() local
432 pSdrObj = 0; in lcl_MakeObjs()
433 if ( bSdrObj && 0 == (pSdrObj = pFmt->FindSdrObject()) ) in lcl_MakeObjs()
452 static_cast<SwDrawContact*>(::GetUserCall(pSdrObj)); in lcl_MakeObjs()
453 if ( pSdrObj->ISA(SwDrawVirtObj) ) in lcl_MakeObjs()
455 SwDrawVirtObj* pDrawVirtObj = static_cast<SwDrawVirtObj*>(pSdrObj); in lcl_MakeObjs()
467 pPg->AppendDrawObj( *(pContact->GetAnchoredObj( pSdrObj )) ); in lcl_MakeObjs()
/aoo4110/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx131 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape() local
132 if (pSdrObj) in finishShape()
133 ScDrawLayer::SetAnchor(pSdrObj, SCA_CELL); in finishShape()
152 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape() local
153 if (pSdrObj) in finishShape()
154 ScDrawLayer::SetAnchor(pSdrObj, SCA_PAGE); in finishShape()
/aoo4110/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx323 SdrObject *pSdrObj = pShape->GetSdrObject(); in CreateAccessibleBaseName() local
324 if (pSdrObj) in CreateAccessibleBaseName()
327 pSdrObj->TakeObjNameSingul( aTmp ); in CreateAccessibleBaseName()
329 if(pSdrObj->ISA(SdrObjCustomShape)) in CreateAccessibleBaseName()
331 SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj; in CreateAccessibleBaseName()
/aoo4110/main/sw/source/core/undo/
H A Dunins.cxx911 SdrObject *pSdrObj = 0; in UndoImpl() local
915 0 != (pSdrObj = pFmt->FindSdrObject()) ) ) in UndoImpl()
921 pSdrObj->SetLayer( nLayerId ); in UndoImpl()
951 SdrObject *pSdrObj = 0; in RedoImpl() local
955 0 != (pSdrObj = pFmt->FindSdrObject()) ) ) in RedoImpl()
961 pSdrObj->SetLayer( nLayerId ); in RedoImpl()
962 if( pSdrObj->GetLayer() == rDoc.GetHellId() ) in RedoImpl()
963 pSdrObj->SetLayer( rDoc.GetHeavenId() ); in RedoImpl()
965 else if( pSdrObj->GetLayer() == rDoc.GetInvisibleHellId() ) in RedoImpl()
966 pSdrObj->SetLayer( rDoc.GetInvisibleHeavenId() ); in RedoImpl()
H A Dundobj1.cxx372 const SdrObject * pSdrObj = pFrmFmt->FindSdrObject(); in GetComment() local
373 if ( pSdrObj ) in GetComment()
375 aResult = SdrUndoNewObj::GetComment( *pSdrObj ); in GetComment()
/aoo4110/main/sd/source/ui/view/
H A Ddrviewsg.cxx77 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecIMap() local
80 if ( pDlg->GetEditingObject() == (void*) pSdrObj ) in ExecIMap()
83 SdIMapInfo* pIMapInfo = GetDoc()->GetIMapInfo( pSdrObj ); in ExecIMap()
86 pSdrObj->InsertUserData( new SdIMapInfo( rImageMap ) ); in ExecIMap()
/aoo4110/main/sc/source/ui/view/
H A Dtabvwsh9.cxx195 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecImageMap() local
198 if ( ScIMapDlgGetObj(pDlg) == (void*) pSdrObj ) in ExecImageMap()
201 ScIMapInfo* pIMapInfo = ScDrawLayer::GetIMapInfo( pSdrObj ); in ExecImageMap()
204 pSdrObj->InsertUserData( new ScIMapInfo( rImageMap ) ); in ExecImageMap()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlforw.cxx1350 const SdrObject *pSdrObj, in AddControl() argument
1353 SdrUnoObj *pFormObj = PTR_CAST( SdrUnoObj, pSdrObj ); in AddControl()
1398 const SdrObject *pSdrObj = pPosFlyFrm->GetSdrObject(); in GetControls() local
1399 ASSERT( pSdrObj, "Wo ist das SdrObject?" ); in GetControls()
1400 if( !pSdrObj ) in GetControls()
1403 AddControl( aHTMLControls, pSdrObj, in GetControls()
1421 const SdrObject *pSdrObj = in GetControls() local
1423 if( !pSdrObj ) in GetControls()
1426 AddControl( aHTMLControls, pSdrObj, pPos->nNode.GetIndex() ); in GetControls()
H A Dcss1atr.cxx2108 const SdrObject *pSdrObj, in OutCSS1_FrmFmtOptions() argument
2159 if( !pSdrObj ) in OutCSS1_FrmFmtOptions()
2160 pSdrObj = rFrmFmt.FindSdrObject(); in OutCSS1_FrmFmtOptions()
2161 ASSERT( pSdrObj, "Wo ist das SdrObject" ); in OutCSS1_FrmFmtOptions()
2162 if( pSdrObj ) in OutCSS1_FrmFmtOptions()
2164 Point aPos( pSdrObj->GetRelativePos() ); in OutCSS1_FrmFmtOptions()
2226 if( !pSdrObj ) in OutCSS1_FrmFmtOptions()
2227 pSdrObj = rFrmFmt.FindSdrObject(); in OutCSS1_FrmFmtOptions()
2228 ASSERT( pSdrObj, "Wo ist das SdrObject" ); in OutCSS1_FrmFmtOptions()
2229 if( pSdrObj ) in OutCSS1_FrmFmtOptions()
[all …]
/aoo4110/main/reportdesign/source/ui/report/
H A DSectionView.cxx166 SdrObject* pSdrObj = rMarkedList.GetMark(i)->GetMarkedSdrObj(); in ObjectRemovedInAliveMode() local
167 if (_pObject == pSdrObj) in ObjectRemovedInAliveMode()
171 MarkObj( pSdrObj, pPgView, sal_True ); in ObjectRemovedInAliveMode()
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1814 if (const SdrObject* pSdrObj = rFmt.FindRealSdrObject()) in WriteOLEFlyFrame() local
1857 … rMirror), pGraphic ? *pGraphic : Graphic(), *pSdrObj, nShapeId, bRectIsSet ? &aRect : NULL ); in WriteOLEFlyFrame()
2286 const SdrObject* pSdrObj = rFmt.FindRealSdrObject(); in SwEscherEx() local
2287 if (pSdrObj) in SwEscherEx()
2290 if (!pSdrObj->GetPage()) in SwEscherEx()
2297 (const_cast<SdrObject*>(pSdrObj))->SetPage(pPage); in SwEscherEx()
2302 nShapeId = AddSdrObject(*pSdrObj); in SwEscherEx()
2305 (const_cast<SdrObject*>(pSdrObj))->SetPage(0); in SwEscherEx()
3043 if (const SdrObject* pSdrObj = rFmt.FindRealSdrObject()) in WriteOCXControl() local
3055 Graphic aGraphic(aExchange.GetObjGraphic(pModel, pSdrObj)); in WriteOCXControl()
[all …]
/aoo4110/main/sw/source/core/frmedt/
H A Dfeshview.cxx3062 const SdrObject *pSdrObj = pMrkList->GetMark( 0 )->GetMarkedSdrObj(); in GetShapeBackgrd() local
3064 …ASSERT( !pSdrObj->ISA(SwVirtFlyDrawObj), "wrong usage of SwFEShell::GetShapeBackgrd - selected obj… in GetShapeBackgrd()
3065 if ( !pSdrObj->ISA(SwVirtFlyDrawObj) ) in GetShapeBackgrd()
3069 static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj ); in GetShapeBackgrd()
3114 const SdrObject *pSdrObj = pMrkList->GetMark( 0 )->GetMarkedSdrObj(); in IsShapeDefaultHoriTextDirR2L() local
3116 …ASSERT( !pSdrObj->ISA(SwVirtFlyDrawObj), "wrong usage of SwFEShell::GetShapeBackgrd - selected obj… in IsShapeDefaultHoriTextDirR2L()
3117 if ( !pSdrObj->ISA(SwVirtFlyDrawObj) ) in IsShapeDefaultHoriTextDirR2L()
3121 static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj ); in IsShapeDefaultHoriTextDirR2L()
/aoo4110/main/sc/source/filter/excel/
H A Dxeescher.cxx559 if( SdrObject* pSdrObj = SdrObject::getSdrObjectFromXShape( xShape ) ) in XclExpTbxControlObj() local
561 String aAltTxt( pSdrObj->GetDescription(), 0, MSPROP_DESCRIPTION_MAX_LEN ); in XclExpTbxControlObj()
945 SdrObject* pSdrObj = SdrObject::getSdrObjectFromXShape( xShape ); in XclExpChartObj() local
946 ImplWriteAnchor( GetRoot(), pSdrObj, pChildAnchor ); in XclExpChartObj()
954 if( SdrOle2Obj* pSdrOleObj = dynamic_cast< SdrOle2Obj* >( pSdrObj ) ) in XclExpChartObj()
/aoo4110/main/cui/source/tabpages/
H A Dtabline.cxx65 const SdrObject* pSdrObj, in SvxLineTabDialog() argument
71 pObj ( pSdrObj ), in SvxLineTabDialog()
/aoo4110/main/svx/source/form/
H A Dfmundo.cxx315 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify() local
316 Inserted( pSdrObj ); in Notify()
320 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify() local
321 Removed( pSdrObj ); in Notify()

Completed in 230 milliseconds

123