Home
last modified time | relevance | path

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

123

/trunk/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()
/trunk/main/sd/source/core/
H A Dsdpage.cxx249 SdrObject* pSdrObj = NULL; in CreatePresObj() local
317 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
326 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
336 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
346 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
359 pSdrObj = new SdrPageObj(0); in CreatePresObj()
402 if (pSdrObj) in CreatePresObj()
407 InsertObject(pSdrObj); in CreatePresObj()
558 pSdrObj->SetUserCall(this); in CreatePresObj()
560 pSdrObj->RecalcBoundRect(); in CreatePresObj()
[all …]
/trunk/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()
/trunk/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.cxx1667 memset( (SdrObject**)pSdrObj, 0, sizeof(pSdrObj) ); in SwContourCache()
1683 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1761 while( nPos < GetCount() && pObj != pSdrObj[ nPos ] ) in ContourRect()
1798 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nObjCnt++ * sizeof( SdrObject* ) ); in ContourRect()
1799 pSdrObj[ 0 ] = pObj; // Wg. #37347 darf das Object erst nach dem in ContourRect()
1833 const SdrObject* pTmpObj = pSdrObj[ nPos ]; in ContourRect()
1835 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nPos * sizeof( SdrObject* ) ); in ContourRect()
1837 pSdrObj[ 0 ] = pTmpObj; in ContourRect()
1888 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()
/trunk/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()
/trunk/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()
H A Dfrmtool.cxx1082 SdrObject* pSdrObj = 0; in AppendObjs() local
1083 if ( bSdrObj && 0 == (pSdrObj = pFmt->FindSdrObject()) ) in AppendObjs()
1090 if ( pSdrObj ) in AppendObjs()
1092 if ( !pSdrObj->GetPage() ) in AppendObjs()
1095 InsertObject(pSdrObj, pSdrObj->GetOrdNumDirect()); in AppendObjs()
1099 static_cast<SwDrawContact*>(GetUserCall( pSdrObj )); in AppendObjs()
1106 else if ( !::CheckControlLayer( pSdrObj ) && in AppendObjs()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1803 if (const SdrObject* pSdrObj = rFmt.FindRealSdrObject()) in WriteOLEFlyFrame() local
1846 … rMirror), pGraphic ? *pGraphic : Graphic(), *pSdrObj, nShapeId, bRectIsSet ? &aRect : NULL ); in WriteOLEFlyFrame()
2275 const SdrObject* pSdrObj = rFmt.FindRealSdrObject(); in SwEscherEx() local
2276 if (pSdrObj) in SwEscherEx()
2279 if (!pSdrObj->GetPage()) in SwEscherEx()
2286 (const_cast<SdrObject*>(pSdrObj))->SetPage(pPage); in SwEscherEx()
2291 nShapeId = AddSdrObject(*pSdrObj); in SwEscherEx()
2294 (const_cast<SdrObject*>(pSdrObj))->SetPage(0); in SwEscherEx()
3032 if (const SdrObject* pSdrObj = rFmt.FindRealSdrObject()) in WriteOCXControl() local
3044 Graphic aGraphic(aExchange.GetObjGraphic(pModel, pSdrObj)); in WriteOCXControl()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx3059 const SdrObject *pSdrObj = pMrkList->GetMark( 0 )->GetMarkedSdrObj(); in GetShapeBackgrd() local
3061 …ASSERT( !pSdrObj->ISA(SwVirtFlyDrawObj), "wrong usage of SwFEShell::GetShapeBackgrd - selected obj… in GetShapeBackgrd()
3062 if ( !pSdrObj->ISA(SwVirtFlyDrawObj) ) in GetShapeBackgrd()
3066 static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj ); in GetShapeBackgrd()
3111 const SdrObject *pSdrObj = pMrkList->GetMark( 0 )->GetMarkedSdrObj(); in IsShapeDefaultHoriTextDirR2L() local
3113 …ASSERT( !pSdrObj->ISA(SwVirtFlyDrawObj), "wrong usage of SwFEShell::GetShapeBackgrd - selected obj… in IsShapeDefaultHoriTextDirR2L()
3114 if ( !pSdrObj->ISA(SwVirtFlyDrawObj) ) in IsShapeDefaultHoriTextDirR2L()
3118 static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj ); in IsShapeDefaultHoriTextDirR2L()
/trunk/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()
/trunk/main/cui/source/tabpages/
H A Dtabline.cxx65 const SdrObject* pSdrObj, in SvxLineTabDialog() argument
71 pObj ( pSdrObj ), in SvxLineTabDialog()

Completed in 150 milliseconds

123