Lines Matching refs:pCnt

162 SwContent::SwContent(const SwContentType* pCnt, const String& rName, long nYPos) :  in SwContent()  argument
164 pParent(pCnt), in SwContent()
327 SwContent* pCnt = new SwRegionContent(this, rSectionName, in Init() local
334 pCnt->SetInvisible(); in Init()
335 pMember->Insert(pCnt);//, pMember->Count()); in Init()
340 != pCnt->IsInvisible()) in Init()
383 SwURLFieldContent* pCnt = new SwURLFieldContent( in Init() local
393 pMember->Insert( pCnt );//, n ); in Init()
421 SwPostItContent* pCnt = new SwPostItContent( in Init() local
426 pMember->Insert(pCnt); in Init()
545 SwOutlineContent* pCnt = new SwOutlineContent(this, aEntry, i, nLevel, in FillMemberList() local
547 pMember->Insert(pCnt);//, nPos); in FillMemberList()
574 SwContent* pCnt = new SwContent(this, sTblName, in FillMemberList() local
578 pCnt->SetInvisible(); in FillMemberList()
580 pMember->Insert(pCnt);//, i); in FillMemberList()
583 (pOldMember->GetObject(i))->IsInvisible() != pCnt->IsInvisible()) in FillMemberList()
606 SwContent* pCnt; in FillMemberList() local
611 pCnt = new SwGraphicContent(this, sFrmName, in FillMemberList()
619 pCnt = new SwContent(this, sFrmName, in FillMemberList()
624 pCnt->SetInvisible(); in FillMemberList()
625 pMember->Insert(pCnt);//, i); in FillMemberList()
627 (pOldMember->GetObject(i))->IsInvisible() != pCnt->IsInvisible()) in FillMemberList()
643 SwContent* pCnt = new SwContent(this, rBkmName, 0); in FillMemberList() local
644 pMember->Insert(pCnt);//, pMember->Count()); in FillMemberList()
671 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList() local
676 pCnt->SetInvisible(); in FillMemberList()
677 pMember->Insert(pCnt);//, pMember->Count()); in FillMemberList()
682 != pCnt->IsInvisible()) in FillMemberList()
697 SwContent* pCnt = new SwContent( in FillMemberList() local
699 pMember->Insert(pCnt);//, i); in FillMemberList()
710 SwURLFieldContent* pCnt = new SwURLFieldContent( in FillMemberList() local
720 pMember->Insert( pCnt );//, n ); in FillMemberList()
733 SwContent* pCnt = new SwTOXBaseContent( in FillMemberList() local
738 pCnt->SetInvisible(); in FillMemberList()
740 pMember->Insert( pCnt );//, nTox ); in FillMemberList()
744 != pCnt->IsInvisible()) in FillMemberList()
769 SwPostItContent* pCnt = new SwPostItContent( in FillMemberList() local
774 pMember->Insert(pCnt); in FillMemberList()
828 SwContent* pCnt = new SwContent( in FillMemberList() local
833 pCnt->SetInvisible(); in FillMemberList()
834 pMember->Insert(pCnt); in FillMemberList()
837 … (pOldMember->GetObject((sal_uInt16)i))->IsInvisible() != pCnt->IsInvisible()) in FillMemberList()
936 SwContent* pCnt = (SwContent*)pEntry->GetUserData(); in GetEntryAltText() local
937 if( pCnt == NULL || pCnt->GetParent() == NULL) in GetEntryAltText()
940 sal_uInt16 nJumpType = pCnt->GetParent()->GetType(); in GetEntryAltText()
986 if(nCmpId == OBJ_GRUP /*pTemp->ISA(SdrObjGroup)*/ && pTemp->GetName() == pCnt->GetName()) in GetEntryAltText()
999 const SwFlyFrmFmt* pFrmFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryAltText()
1015 const SwFlyFrmFmt* pFlyFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryAltText()
1029 SwContent* pCnt = (SwContent*)pEntry->GetUserData(); in GetEntryLongDescription() local
1030 if( pCnt == NULL || pCnt->GetParent() == NULL) in GetEntryLongDescription()
1033 sal_uInt16 nJumpType = pCnt->GetParent()->GetType(); in GetEntryLongDescription()
1079 if(nCmpId == OBJ_GRUP /*pTemp->ISA(SdrObjGroup)*/ && pTemp->GetName() == pCnt->GetName()) in GetEntryLongDescription()
1093 const SwFlyFrmFmt* pFlyFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryLongDescription()
1354 SwContent* pCnt = (SwContent *) pEntry->GetUserData(); in GetTabPos() local
1356 if(pCnt && 0 != (pParent = pCnt->GetParent())) in GetTabPos()
1359 nLevel = nLevel + ((SwOutlineContent*)pCnt)->GetOutlineLevel(); in GetTabPos()
1361 nLevel = nLevel + ((SwRegionContent*)pCnt)->GetRegionLevel(); in GetTabPos()
1386 const SwContent* pCnt = pCntType->GetMember(i); in RequestingChilds() local
1387 if(pCnt) in RequestingChilds()
1389 String sEntry = pCnt->GetName(); in RequestingChilds()
1393 sal_False, LIST_APPEND, (void*)pCnt); in RequestingChilds()
1397 SdrObject * pObj = GetDrawingObjectsByContent(pCnt); in RequestingChilds()
1425 SdrObject* SwContentTree::GetDrawingObjectsByContent(const SwContent *pCnt) in GetDrawingObjectsByContent() argument
1428 sal_uInt16 nJumpType = pCnt->GetParent()->GetType(); in GetDrawingObjectsByContent()
1443 if( pTemp->GetName() == pCnt->GetName()) in GetDrawingObjectsByContent()
1529 SwContent* pCnt = (SwContent*)pEntry->GetUserData(); in IMPL_LINK() local
1530 DBG_ASSERT( pCnt, "keine UserData"); in IMPL_LINK()
1531 GotoContent(pCnt); in IMPL_LINK()
1532 if(pCnt->GetParent()->GetType() == CONTENT_TYPE_FRAME) in IMPL_LINK()
1664 const SwContent* pCnt = (*ppRootContentT)->GetMember(i); in Display() local
1665 if(pCnt) in Display()
1667 String sEntry = pCnt->GetName(); in Display()
1671 sal_False, LIST_APPEND, (void*)pCnt); in Display()
1756 SwContent* pCnt = ((SwContent*)pEntry->GetUserData()); in FillTransferData() local
1758 sal_uInt16 nActType = pCnt->GetParent()->GetType(); in FillTransferData()
1766 sal_uInt16 nPos = ((SwOutlineContent*)pCnt)->GetPos(); in FillTransferData()
1793 bIsOutlineMoveable = ((SwOutlineContent*)pCnt)->IsMoveable(); in FillTransferData()
1804 sUrl = ((SwURLFieldContent*)pCnt)->GetURL(); in FillTransferData()
1850 const String& rToken = pCnt->GetParent()->GetTypeToken(); in FillTransferData()
1993 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged() local
1994 pEntry->SetUserData((void*)pCnt); in HasContentChanged()
1996 if( sEntryText != pCnt->GetName() && in HasContentChanged()
1997 !(sEntryText == sSpace && !pCnt->GetName().Len())) in HasContentChanged()
2062 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged() local
2063 pEntry->SetUserData((void*)pCnt); in HasContentChanged()
2065 if( sEntryText != pCnt->GetName() && in HasContentChanged()
2066 !(sEntryText == sSpace && !pCnt->GetName().Len())) in HasContentChanged()
2093 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged() local
2094 pChild->SetUserData((void*)pCnt); in HasContentChanged()
2096 if( sEntryText != pCnt->GetName() && in HasContentChanged()
2097 !(sEntryText == sSpace && !pCnt->GetName().Len())) in HasContentChanged()
2705 SwContent* pCnt = (SwContent*)pEntry->GetUserData(); in KeyInput() local
2707 sal_uInt16 nJumpType = pCnt->GetParent()->GetType(); in KeyInput()
2723 pObject = GetDrawingObjectsByContent( pCnt ); in KeyInput()
3125 SwContent* pCnt = (SwContent*)pEntry->GetUserData(); in EditEntry() local
3126 GotoContent(pCnt); in EditEntry()
3127 sal_uInt16 nType = pCnt->GetParent()->GetType(); in EditEntry()
3137 GetDoc()->UnProtectCells( pCnt->GetName()); in EditEntry()
3145 aRewriterTableName.AddRule(UNDO_ARG2, pCnt->GetName()); in EditEntry()
3217 pMarkAccess->deleteMark( pMarkAccess->findMark(pCnt->GetName()) ); in EditEntry()
3251 if (((SwPostItContent*)pCnt)->IsPostIt()) in EditEntry()
3268 if (((SwPostItContent*)pCnt)->IsPostIt()) in EditEntry()
3276 const SwTOXBase* pBase = ((SwTOXBaseContent*)pCnt)->GetTOXBase(); in EditEntry()
3327 uno::Any aObj = xNameAccess->getByName(pCnt->GetName()); in EditEntry()
3358 void SwContentTree::GotoContent(SwContent* pCnt) in GotoContent() argument
3363 sal_uInt16 nJumpType = pCnt->GetParent()->GetType(); in GotoContent()
3368 pActiveShell->GotoOutline(((SwOutlineContent*)pCnt)->GetPos()); in GotoContent()
3373 pActiveShell->GotoTable(pCnt->GetName()); in GotoContent()
3380 if(pActiveShell->GotoFly(pCnt->GetName())) in GotoContent()
3386 pActiveShell->GotoMark(pCnt->GetName()); in GotoContent()
3391 pActiveShell->GotoRegion(pCnt->GetName()); in GotoContent()
3397 *((SwURLFieldContent*)pCnt)->GetINetAttr() )) in GotoContent()
3407 pActiveShell->GotoRefMark(pCnt->GetName()); in GotoContent()
3412 if (!pActiveShell->GotoNextTOXBase(&pCnt->GetName())) in GotoContent()
3413 pActiveShell->GotoPrevTOXBase(&pCnt->GetName()); in GotoContent()
3418 if (((SwPostItContent*)pCnt)->IsPostIt()) in GotoContent()
3419 pActiveShell->GotoFld(*((SwPostItContent*)pCnt)->GetPostIt()); in GotoContent()
3422 …View().GetDocShell()->GetWrtShell()->FindRedlineOfData(((SwPostItContent*)pCnt)->GetRedline()->Get… in GotoContent()
3440 if ( pTemp->GetName() == pCnt->GetName() ) in GotoContent()