/aoo42x/main/sw/source/core/bastyp/ |
H A D | swcache.cxx | 76 pObj = pObj->GetNext(); in Check() 201 pObj->SetNext( 0 ); pObj->SetPrev( 0 ); in Flush() 264 pObj->GetNext()->SetPrev( pObj->GetPrev() ); in ToTop() 266 pObj->GetPrev()->SetNext( pObj->GetNext() ); in ToTop() 381 pObj->GetPrev()->SetNext( pObj->GetNext() ); in DeleteObj() 383 pObj->GetNext()->SetPrev( pObj->GetPrev() ); in DeleteObj() 474 while ( pObj && pObj->IsLocked() ) in Insert() 475 pObj = pObj->GetPrev(); in Insert() 491 pObj->GetPrev()->SetNext( pObj->GetNext() ); in Insert() 493 pObj->GetNext()->SetPrev( pObj->GetPrev() ); in Insert() [all …]
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unopage.cxx | 316 if(!pObj) in add() 323 pObj->SetModel(mpModel); in add() 347 if(pObj) in remove() 356 SdrObject::Free( pObj ); in remove() 395 if( pObj == NULL ) in getByIndex() 434 if ( !pObj ) in lcl_markSdrObjectOfShape() 508 if( pObj ) in group() 782 if( pObj && !pObj->IsEmptyPresObj() && mpPage ) in CreateShapeByTypeAndInventor() 910 pObj, in _CreateShape() 919 if( pObj && !pObj->IsInserted() ) in CreateSdrObject() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 244 pObj(&rNewObj) in SdrUndoObj() 276 if ( pObj ) in ImpTakeDescriptionStr() 284 if(pObj && pObj->IsInserted() && pObj->GetPage() && pObj->GetModel()) in ImpShowPageOfThisObject() 288 aHint.SetObject(pObj); in ImpShowPageOfThisObject() 397 sal_Bool bIs3DScene(pObj && pObj->ISA(E3dScene)); in Undo() 508 sal_Bool bIs3DScene(pObj && pObj->ISA(E3dScene)); in Redo() 716 pObj->ActionChanged(); in Undo() 734 pObj->ActionChanged(); in Redo() 795 if (!pObj->IsInserted()) in Undo() 824 if (pObj->IsInserted()) in Redo() [all …]
|
H A D | svdpage.cxx | 360 if (pObj!=NULL) { in NbcInsertObject() 387 if(pObj) in InsertObject() 442 if (pObj!=NULL) { in NbcRemoveObject() 454 return pObj; in NbcRemoveObject() 470 if(pObj) in RemoveObject() 502 return pObj; in RemoveObject() 537 return pObj; in NbcReplaceObject() 593 return pObj; in ReplaceObject() 621 return pObj; in NbcSetObjectOrdNum() 650 if (pObj->GetPage()!=NULL) pModel->Broadcast(SdrHint(*pObj)); in SetObjectOrdNum() [all …]
|
H A D | svdedtv2.cxx | 315 if (pObj!=pRefObj) in PutMarkedInFrontOfObj() 414 if (pObj!=pRefObj) { in PutMarkedBehindObj() 618 pObj->TakeObjInfo(aInfo); in ImpCanConvertForCombine1() 1060 pAttrObj = pObj; in MergeMarkedObjects() 1273 pAttrObj = pObj; in CombineMarkedObjects() 1695 SdrObject::Free(pObj); in DismantleMarkedObjects() 1968 SdrObject::Free(pObj); in ImpConvertOneObj() 2007 if (pObj->IsGroupObject() && !pObj->Is3DObj()) { in ImpConvertTo() 2008 SdrObject* pGrp=pObj; in ImpConvertTo() 2011 pObj=aIter.Next(); in ImpConvertTo() [all …]
|
H A D | svdmrkv.cxx | 1346 if (pObj) in IsObjMarkable() 1384 SdrObject* pObj; in MarkObj() local 1545 pFndObj=pObj; in MarkNextObj() 1608 if (pObj!=NULL && pPV!=NULL && IsObjMarkable(pObj, pPV)) { in MarkObj() 1799 pHitObj=pObj; in PickObj() 1865 pObj=NULL; in PickObj() 1875 if (!pObj->HasMacro() || !pObj->IsMacroHit(aHitRec)) pObj=NULL; in PickObj() 1877 …if (pObj!=NULL && (nOptions & SDRSEARCH_WITHTEXT) !=0 && pObj->GetOutlinerParaObject()==NULL) pObj… in PickObj() 1886 rpObj=pObj; in PickObj() 1914 rpObj=pObj; in PickMarkedObj() [all …]
|
H A D | svdedtv.cxx | 155 if(pSubOL && (pObj->ISA(SdrObjGroup) || pObj->ISA(E3dScene))) in ImpDelLayerCheck() 191 if(pSubOL && (pObj->ISA(SdrObjGroup) || pObj->ISA(E3dScene))) in ImpDelLayerDelObjs() 200 SdrObject::Free( pObj ); in ImpDelLayerDelObjs() 215 SdrObject::Free( pObj ); in ImpDelLayerDelObjs() 260 if(pSubOL && (pObj->ISA(SdrObjGroup) || pObj->ISA(E3dScene))) in DeleteLayer() 268 SdrObject::Free(pObj); in DeleteLayer() 283 SdrObject::Free(pObj); in DeleteLayer() 781 SdrObject::Free(pObj); in DeleteMarkedList() 1000 pObj->NbcSetLayer(nLayer); in InsertObjectAtView() 1006 if (!pObj->IsInserted()) { in InsertObjectAtView() [all …]
|
H A D | svdogrp.cxx | 594 if (pObj->IsEdgeObj()) pObj->Move(rSiz); in Move() 598 if (!pObj->IsEdgeObj()) pObj->Move(rSiz); in Move() 640 if (pObj->IsEdgeObj()) pObj->Resize(rRef,xFact,yFact); in Resize() 644 if (!pObj->IsEdgeObj()) pObj->Resize(rRef,xFact,yFact); in Resize() 671 if (pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 675 if (!pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 697 if (pObj->IsEdgeObj()) pObj->Mirror(rRef1,rRef2); in Mirror() 701 if (!pObj->IsEdgeObj()) pObj->Mirror(rRef1,rRef2); in Mirror() 723 if (pObj->IsEdgeObj()) pObj->Shear(rRef,nWink,tn,bVShear); in Shear() 751 if (pObj->IsEdgeObj()) pObj->SetAnchorPos(rPnt); in SetAnchorPos() [all …]
|
H A D | svdxcgv.cxx | 180 pObj->SetLayer(nLayer); in Paste() 196 pObj->SetLayer(nLayer); in Paste() 220 pObj->SetModel(pMod); in Paste() 221 pObj->SetLayer(nLayer); in Paste() 257 pObj->SetModel(pMod); in Paste() 258 pObj->SetLayer(nLayer); in Paste() 277 if(pObj && pObj->GetModel() && pObj->GetOutlinerParaObject()) in Paste() 508 pObj->SetLogicRect(aR); in ImpPasteObject() 527 MarkObj(pObj,pMarkPV); in ImpPasteObject() 698 if( pModel && pObj ) in GetObjGraphic() [all …]
|
H A D | svdmrkv1.cxx | 59 bRet=pObj->IsPolyObj(); in HasMarkablePoints() 76 if (pObj->IsPolyObj()) { in GetMarkablePointCount() 137 SdrObject* pObj=pHdl->GetObj(); in ImpMarkPoint() local 138 if (pObj==NULL || !pObj->IsPolyObj()) in ImpMarkPoint() 178 pPlusHdl->SetObj(pObj); in ImpMarkPoint() 255 pObj0=pObj; in MarkPoints() 261 if (pObj->IsInserted()) { in MarkPoints() 378 if (pObj->IsPolyObj()) { in UndirtyMrkPnt() 609 rpObj=pObj; in PickGluePoint() 627 if (pObj!=NULL) { in MarkGluePoint() [all …]
|
H A D | svdglue.cxx | 180 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Rotate() 195 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Rotate() 202 Mirror(rRef1,rRef2,nWink,pObj); in Mirror() 207 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Mirror() 240 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Mirror() 245 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Shear() 247 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Shear() 253 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Invalidate() 267 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in IsHit() 332 GetObject(nNum)->Invalidate(rWin,pObj); in Invalidate() [all …]
|
H A D | svdoedge.cxx | 63 pObj=NULL; in ResetVars() 474 rCon.pObj=pObj; in ConnectToNode() 494 SdrObject* pObj=GetConnection(bTail1).pObj; in GetConnectedNode() local 495 if (pObj!=NULL && (pObj->GetPage()!=pPage || !pObj->IsInserted())) pObj=NULL; in GetConnectedNode() 496 return pObj; in GetConnectedNode() 2184 aTestCon.pObj=pObj; in ImpFindConnector() 2204 aTestCon.pObj=pObj; in ImpFindConnector() 2460 if (aCon1.pObj!=rEGeo.aCon1.pObj) { in RestGeoData() 2463 if (aCon1.pObj!=NULL) aCon1.pObj->AddListener(*this); in RestGeoData() 2465 if (aCon2.pObj!=rEGeo.aCon2.pObj) { in RestGeoData() [all …]
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 261 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 269 if(pObj && pObj->ISA(E3dObject)) in DrawMarkedObj() 285 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 300 if(pObj && pObj->ISA(E3dObject)) in DrawMarkedObj() 324 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 371 if(pObj && pObj->ISA(E3dObject)) in GetMarkedObjModel() 398 if(pObj && pObj->ISA(E3dCompoundObject)) in GetMarkedObjModel() 418 if(pObj && pObj->ISA(E3dObject)) in GetMarkedObjModel() 1282 if(pObj->ISA(E3dScene) && ((E3dScene*)pObj)->GetScene() == pObj) in BegDragObj() 1904 if(pObj && pObj->ISA(E3dCompoundObject)) in CheckPossibilities() [all …]
|
/aoo42x/main/sw/source/core/undo/ |
H A D | undraw.cxx | 61 SdrObject* pObj; member 230 pObjArr->pObj = pObj; in UndoImpl() 253 pObj = rSave.pObj; in UndoImpl() 276 SdrObject* pObj; in RedoImpl() local 282 pObj = rSave.pObj; in RedoImpl() 319 rSave.pObj = pObj; in AddObj() 333 pObjArr->pObj = 0; in SetGroupFmt() 349 pObjArr->pObj = pObj; in SwUndoDrawUnGroup() 461 rSave.pObj = 0; in AddObj() 544 SdrObject *pObj = rSave.pObj; in UndoImpl() local [all …]
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 169 while( (pObj = maPresentationShapeList.getNextShape(pObj)) != 0 ) in GetPresObj() 701 if (pObj) in Changed() 1405 if( !pObj ) in findAutoLayoutShapesImpl() 1576 if( pObj ) in SetAutoLayout() 1884 if (pObj) in ScaleObjects() 2228 else if ( pObj && (pObj->GetUserCall() || bInit) ) in InsertAutoLayoutShape() 2324 …if ( pObj && (pObj->GetUserCall() || bInit) && ( pObj->IsEmptyPresObj() || !pObj->ISA(SdrGrafObj) … in InsertAutoLayoutShape() 2327 return pObj; in InsertAutoLayoutShape() 2368 if( pObj ) in InsertPresObj() 2383 if ( pObj ) in SetObjText() [all …]
|
H A D | EffectMigration.cxx | 438 return pObj && pObj->GetObjList() && pObj->GetObjList()->GetUpList(); in implIsInsideGroup() 449 if( implIsInsideGroup( pObj ) ) in SetAnimationEffect() 616 if( implIsInsideGroup( pObj ) ) in SetTextAnimationEffect() 755 if( pObj ) in GetTextAnimationEffect() 854 if( implIsInsideGroup( pObj ) ) in SetAnimationSpeed() 936 if( implIsInsideGroup( pObj ) ) in SetDimColor() 970 if( pObj && pObj->GetPage() ) in GetDimColor() 1042 if( pObj && pObj->GetPage() ) in GetDimHide() 1116 if( pObj && pObj->GetPage() ) in GetDimPrevious() 1321 if( pObj && pObj->GetPage() ) in GetSoundFile() [all …]
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dview.cxx | 78 (SwVirtFlyDrawObj*)pObj : 0; in lcl_FindAnchor() 257 SwAnchoredObject* pAnchoredObj = ::GetUserCall( pObj )->GetAnchoredObj( pObj ); in AddCustomHdl() 283 if ( GetUserCall(pObj) ) in GetMaxToTopObj() 339 if ( GetUserCall(pObj) ) in GetMaxToBtmObj() 349 return pRet != pObj ? pRet : 0; in GetMaxToBtmObj() 407 if ( pObj == _pExclChildObj ) in _GetMaxChildOrdNum() 518 if ( pObj->GetUpGroup() ) in ObjOrderChanged() 531 ::GetUserCall( pObj )->GetAnchoredObj( pObj ); in ObjOrderChanged() 686 if ( pTmpObj == pObj ) in ObjOrderChanged() 735 rImp.DisposeAccessibleObj( pObj ); in ObjOrderChanged() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 224 sal_Bool bNoGroup = ( 0 == pObj->GetUpGroup() ); in GroupSelection() 261 pContact->Changed(*pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in GroupSelection() 262 pObj->SetUserCall( 0 ); in GroupSelection() 265 pUndo->AddObj( i, pFmt, pObj ); in GroupSelection() 356 if ( pObj->IsA( TYPE(SdrObjGroup) ) ) in UnGroupSelection() 457 if( pObj->ISA(SwVirtFlyDrawObj) ) in DeleteSelection() 472 if( !pObj->ISA(SwVirtFlyDrawObj) ) in DeleteSelection() 489 if( !pObj->GetUpGroup() ) in DeleteSelection() 500 pObj = rMark.GetMarkedSdrObj(); in DeleteSelection() 515 pContact->Changed(*pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in DeleteSelection() [all …]
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 202 if ( pObj ) in SelectObj() 297 pOld = ((SwDrawContact*)GetUserCall(pObj))->GetAnchorFrm( pObj ); in MoveAnchor() 912 if( !pObj ) in GetLayerId() 949 if( !pObj ) in ChangeOpaque() 1022 if (pObj) in IsObjSameLevelWithMarked() 1136 SdrObject* pObj; in IsObjSelectable() local 1158 SdrObject* pObj; in ShouldObjectBeSelected() local 2212 if ( pObj ) in GetAnchorObjDiff() 2702 SdrObject* pObj; in Chainable() local 2735 SdrObject* pObj; in Chain() local [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 331 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in EmptyList() local 333 switch(pObj->mnType) in EmptyList() 342 delete (ImpSdXMLExpTransObj2DScale*)pObj; in EmptyList() 352 delete (ImpSdXMLExpTransObj2DSkewX*)pObj; in EmptyList() 357 delete (ImpSdXMLExpTransObj2DSkewY*)pObj; in EmptyList() 426 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in GetExportString() local 427 switch(pObj->mnType) in GetExportString() 668 switch(pObj->mnType) in GetFullTransform() 789 switch(pObj->mnType) in EmptyList() 903 switch(pObj->mnType) in GetExportString() [all …]
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 103 if ( pObj && ((const SfxBoolItem&)pObj->GetMergedItem(EE_PARA_HYPHENATE)).GetValue() ) { in lcl_UpdateHyphenator() 191 SdrObject* pObj; in MouseButtonDown() local 423 pText->StopDragMode(pObj ); in MouseButtonUp() 465 if(pObj && pObj->ISA(SdrTextObj)) in MouseButtonUp() 742 if ( pObj && (pObj->GetLayer() == SC_LAYER_INTERN) ) in SetInEditMode() 757 if ( pObj ) in SetInEditMode() 764 pObj->ISA(SdrTextObj)) in SetInEditMode() 770 if ( pObj->HasTextEdit() ) in SetInEditMode() 835 if(pObj) in CreateDefaultObject() 837 if(pObj->ISA(SdrTextObj)) in CreateDefaultObject() [all …]
|
/aoo42x/main/svx/source/sidebar/ |
H A D | SelectionAnalyzer.cxx | 51 if ( pObj->ISA(SdrTextObj) && ((SdrTextObj*)pObj)->IsInEditMode() ) in GetContextForSelection_SC() 133 if (pObj->ISA(SdrTextObj) && ((SdrTextObj*)pObj)->IsInEditMode()) in GetContextForSelection_SD() 324 SdrObject* pObj = pMark->GetMarkedSdrObj(); in GetInventorTypeFromMark() local 330 pObj = pMark->GetMarkedSdrObj(); in GetInventorTypeFromMark() 345 SdrObjList* pObjList = pObj->GetSubList(); in GetObjectTypeFromGroup() 352 SdrObject* pObj = pObjList->GetObj(0); in GetObjectTypeFromGroup() local 366 pObj = pObjList->GetObj(nIndex); in GetObjectTypeFromGroup() 406 SdrObject* pObj = pMark->GetMarkedSdrObj(); in GetObjectTypeFromMark() local 410 nResultType = GetObjectTypeFromGroup(pObj); in GetObjectTypeFromMark() 421 pObj = pMark->GetMarkedSdrObj(); in GetObjectTypeFromMark() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 629 SdrObject* pObj; in IsPresObjSelected() local 642 if ( pObj && ( bCheckPresObjListOnly || pObj->IsEmptyPresObj() || pObj->GetUserCall() ) ) in IsPresObjSelected() 746 if( pOutl==NULL && pObj ) in SdrBeginTextEdit() 793 if( pObj && pObj->GetPage() ) in SdrBeginTextEdit() 796 if( pObj->GetObjInventor() == SdrInventor && pObj->GetObjIdentifier() == OBJ_TABLE ) in SdrBeginTextEdit() 841 if( pObj && pObj->HasText() ) in SdrEndTextEdit() 974 pObj->SetLogicRect( aRect ); in SetMarkedOriginalSize() 1100 if(pObj) in IsVectorizeAllowed() 1102 if(GRAPHIC_BITMAP == pObj->GetGraphicType() && !pObj->isEmbeddedSvg()) in IsVectorizeAllowed() 1159 if( pPara && pObj ) in IMPL_LINK() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 574 bool bArrow = pObj->IsPolyObj() && (pObj->GetPointCount() == 2); in RecalcPos() 598 pObj->SetLogicRect(aRect); in RecalcPos() 698 pObj->SetLogicRect(aNew); in RecalcPos() 1693 pObj->TakeObjInfo( aInfo ); in MirrorRTL() 1703 pObj->Mirror( aRef1, aRef2 ); in MirrorRTL() 1714 pObj->Move( aMoveSize ); in MirrorRTL() 1883 pObj->SetAnchorPos( aAnchor ); in SetAnchor() 1897 sal_uInt16 nCount = pObj ? pObj->GetUserDataCount() : 0; in GetObjData() 1905 if( pObj && bCreate ) in GetObjData() 1929 ScDrawObjData* pData = pObj ? GetObjData( pObj ) : 0; in IsNoteCaption() [all …]
|
/aoo42x/main/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 70 if( pObj->ISA(SdrObjCustomShape) ) in SetAlignmentState() 107 if( pObj->ISA(SdrObjCustomShape) ) in SetCharacterSpacingState() 132 if( pObj->ISA(SdrObjCustomShape) ) in SetKernCharacterPairsState() 152 if( pObj->ISA( SdrObjCustomShape ) ) in SetFontWorkShapeTypeState() 256 if( pObj->ISA(SdrObjCustomShape) ) in checkForSelectedFontWork() 312 pObj->BroadcastObjectChange(); in impl_execute() 324 pObj->BroadcastObjectChange(); in impl_execute() 335 pObj->BroadcastObjectChange(); in impl_execute() 502 pObj->BroadcastObjectChange(); in execute() 556 if( pObj->ISA(SdrObjCustomShape) ) in execute() [all …]
|