/aoo4110/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 350 SwSection& rNewSect = pNewSectNode->GetSection(); in InsertSwSection() 387 return &pNewSectNode->GetSection(); in InsertSwSection() 507 return (SwSection*)&pSectNd->GetSection(); in GetCurrSection() 617 SwSection* pSection = pFmt->GetSection(); in UpdateSection() 912 pSectNd->GetSection().SetSectionData(rSectionData); in InsertTextSection() 948 ((SwSectionNode*)pNd)->GetSection().GetFmt()-> in InsertTextSection() 1095 if( GetSection().IsHidden() || IsCntntHidden() ) in MakeFrms() 1269 pSectFmt->CopyAttrs( *GetSection().GetFmt() ); in MakeCopy() 1272 if (TOX_CONTENT_SECTION == GetSection().GetType()) in MakeCopy() 1288 if (TOX_CONTENT_SECTION != GetSection().GetType()) in MakeCopy() [all …]
|
H A D | section.cxx | 643 ( CONTENT_SECTION == pParent->GetSection().GetType() in MakeChildLinksVisible() 682 SwSection& rSect = pSectNd->GetSection(); in ~SwSectionFmt() 716 SwSection * SwSectionFmt::GetSection() const in GetSection() function in SwSectionFmt 839 SwSection* pSect = GetSection(); in Modify() 983 const SwSection* Dummy = pLast->GetSection(); in GetChildSections() 1041 pSection = GetSection(); in UpdateParent() 1123 ( FILE_LINK_SECTION == pNd->GetSection().GetType() || in GetGlobalDocSection() 1128 return &pNd->GetSection(); in GetGlobalDocSection() 1164 SwSection *const pSection( GetSection() ); in MakeUnoObject() 1186 if ( !rSectNd.GetSection().IsConnected() ) in lcl_BreakSectionLinksInSect() [all …]
|
H A D | node2lay.cxx | 237 ASSERT( pSct && pSct->GetSection(), "Where's my section?" ); in NextFrm() 238 SwSectionNode* pNd = pSct->GetSection()->GetFmt()->GetSectionNode(); in NextFrm() 299 if( ((SwSectionFrm*)pFrm)->GetSection() && in UpperFrm() 300 (&((SwSectionNode*)pNode)->GetSection() == in UpperFrm() 301 ((SwSectionFrm*)pFrm)->GetSection()) ) in UpperFrm() 322 pUpper = new SwSectionFrm(((SwSectionNode*)pNode)->GetSection(), rpFrm); in UpperFrm()
|
H A D | nodes.cxx | 2126 !pSectNd->GetSection().IsHidden() ) in _CopyNodes() 2251 const SwSection& rSect = ((SwSectionNode*)pNd)->GetSection(); in GoNextSection() 2264 pStartOfSection)->GetSection(); in GoNextSection() 2276 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoNextSection() 2277 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoNextSection() 2307 pStartOfSection)->GetSection(); in GoPrevSection() 2321 pStartOfSection)->GetSection(); in GoPrevSection() 2333 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoPrevSection() 2334 ( bSkipProtect && pSectNd->GetSection().IsProtectFlag() )) ) in GoPrevSection() 2370 if( !( pSectNd && pSectNd->GetSection().CalcHiddenFlag()/*IsHiddenFlag()*/ ) ) in FindPrvNxtFrmNode() [all …]
|
/aoo4110/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 88 pSection( rSect.GetSection() ) in SwSectionFrm() 269 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Cut() 496 if( !pNxt->IsJoinLocked() && GetSection() == pNxt->GetSection() ) in MergeNext() 752 pPrvSct = new SwSectionFrm( *pParent->GetSection(), pUp ); in MoveCntntAndDelete() 901 !((SwSectionFrm*)pTmp)->GetSection() ) in FindLastCntnt() 1939 while( !((SwSectionFrm*)pTmp)->GetSection() && pTmp->GetPrev() && in GetPrevSctLeaf() 2043 GetSection()->GetFmt()->GetBalancedColumns().GetValue(); in _Grow() 2164 !GetSection()->GetFmt()->GetBalancedColumns().GetValue() ) in _Shrink() 2392 SwSectionFmt *pFmt = GetSection()->GetFmt(); in CalcFtnAtEndFlag() 2420 SwSectionFmt *pFmt = GetSection()->GetFmt(); in CalcEndAtEndFlag() [all …]
|
H A D | flowfrm.cxx | 238 pThisSection = pThisSectionFrm->GetSection(); in IsKeep() 241 pNextSection = pNextSectionFrm->GetSection(); in IsKeep() 1394 !static_cast<const SwSectionFrm*>(pPrevFrm)->GetSection() ) ) ) in _GetPrevFrmForUpperSpaceCalc() 1417 !static_cast<const SwSectionFrm*>(pPrevFrm)->GetSection() ) ) ) in _GetPrevFrmForUpperSpaceCalc() 1852 ( !((SwSectionFrm*)pNxt)->GetSection() || in CheckMoveFwd() 2068 if ( pOldSct && pOldSct->GetSection() ) in MoveFwd() 2452 !dynamic_cast<const SwSectionFrm*>(pLower)->GetSection() ) in MoveBwd() 2523 if( static_cast<SwSectionFrm*>(pIndNext)->GetSection() ) in MoveBwd()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | trvlreg.cxx | 55 if( pNd->GetSection().IsHiddenFlag() || in GotoPrevRegion() 57 pNd->GetSection().IsProtectFlag() )) in GotoPrevRegion() 111 if( pNd->GetSection().IsHiddenFlag() || in GotoNextRegion() 113 pNd->GetSection().IsProtectFlag() )) in GotoNextRegion() 223 SwSection* pParent = pNd->GetSection().GetParent(); in GotoCurrRegionAndSkip() 260 if( 0 != ( pSect = pFmt->GetSection() ) && in GotoRegion()
|
H A D | pam.cxx | 662 0 != ( pSectionFrm = rFrm.FindSctFrm() )->GetSection() && in lcl_FindEditInReadonlyFrm() 663 pSectionFrm->GetSection()->IsEditInReadonlyFlag() ) in lcl_FindEditInReadonlyFrm() 699 && ( pSNd->GetSection().IsProtectFlag() in HasReadonlySel() 701 && !pSNd->GetSection().IsEditInReadonlyFlag()) ) ) in HasReadonlySel() 731 && ( pSNd->GetSection().IsProtectFlag() in HasReadonlySel() 733 && !pSNd->GetSection().IsEditInReadonlyFlag()) ) ) in HasReadonlySel() 872 pNd->FindSectionNode()->GetSection().IsProtect() in GetNode()
|
H A D | crsrsh.cxx | 1345 if( pSectNd && pSectNd->GetSection().IsHiddenFlag() ) in lcl_CheckHiddenSection() 1603 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in UpdateCrsr() 1605 pSectNd->GetSection().IsProtectFlag() && in UpdateCrsr() 1614 pSectNd->GetSection().IsProtectFlag() ) in UpdateCrsr() 2385 if( pSectNd && (pSectNd->GetSection().IsHiddenFlag() || in SetVisCrsr() 2387 pSectNd->GetSection().IsProtectFlag())) ) in SetVisCrsr() 2911 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in FindValidCntntNode() 2913 pSectNd->GetSection().IsProtectFlag() )) ) in FindValidCntntNode() 2938 if( !pSNd || !pSNd->GetSection().IsHiddenFlag() in FindValidCntntNode() 2940 pSNd->GetSection().IsProtectFlag() )) in FindValidCntntNode() [all …]
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edsect.cxx | 118 return pSect->GetSection(); in GetAnySection() 141 ( (eTmpType = pFmt->GetSection()->GetType()) != TOX_CONTENT_SECTION in IsAnySectionInDoc() 144 const SwSection& rSect = *rFmts[ n ]->GetSection(); in IsAnySectionInDoc() 211 _SetSectionAttr( *pSttSectNd->GetSection().GetFmt(), in SetSectionAttr() 214 _SetSectionAttr( *pEndSectNd->GetSection().GetFmt(), in SetSectionAttr() 234 _SetSectionAttr( *pSttSectNd->GetSection().GetFmt(), in SetSectionAttr()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unsect.cxx | 142 rDoc.DelSectionFmt( pNd->GetSection().GetFmt() ); in UndoImpl() 305 return new SwUndoDelSection(rFormat, *rFormat.GetSection(), in MakeUndoDelSection() 366 SwSection& aInsertedSect = pInsertedSectNd->GetSection(); in UndoImpl() 389 rDoc.DelSectionFmt( pNd->GetSection().GetFmt() ); in RedoImpl() 417 return new SwUndoUpdateSection(*rFormat.GetSection(), in MakeUndoUpdateSection() 443 SwSection& rNdSect = pSectNd->GetSection(); in UndoImpl()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 474 if( 0 != ( pSect = pSectFmt->GetSection() ) && in getAnchor() 572 SwSection & rSection = *pFmt->GetSection(); in lcl_UpdateSection() 578 if (rFmts[i]->GetSection()->GetSectionName() in lcl_UpdateSection() 617 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in SetPropertyValues_Impl() 1034 SwSection *const pSect = (pFmt) ? pFmt->GetSection() : 0; in GetPropertyValues_Impl() 1165 OUString(pFmt->GetSection()->GetSectionName()); in GetPropertyValues_Impl() 1597 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in setPropertyToDefault() 1794 sRet = pFmt->GetSection()->GetSectionName(); in getName() 1817 SwSection *const pSect = pFmt->GetSection(); in setName() 1826 if(rFmts[i]->GetSection() == pSect) in setName() [all …]
|
H A D | unoidx.cxx | 387 ? static_cast<SwTOXBaseSection*>(pSectionFmt->GetSection()) in GetTOXSectionOrThrow() 608 static_cast<SwTOXBaseSection*>(pFmt->GetSection()) : 0; in update() 980 pTOXBase = static_cast<SwTOXBaseSection*>(pSectionFmt->GetSection()); in getPropertyValue() 1465 *static_cast<SwTOXBaseSection*>(pSectionFmt->GetSection()), in dispose() 1518 uRet = OUString(pSectionFmt->GetSection()->GetSectionName()); in getName() 2578 const SwSection* pSect = rFmts[ n ]->GetSection(); in getCount() 2606 const SwSection* pSect = rFmts[ n ]->GetSection(); in getByIndex() 2640 const SwSection* pSect = rFmts[ n ]->GetSection(); in getByName() 2673 SwSection const*const pSect = rFmts[ n ]->GetSection(); in getElementNames() 2686 SwSection const*const pSect = rFmts[ n ]->GetSection(); in getElementNames() [all …]
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 522 const SwSection* pSect = pCont->GetSection(); in RequestHelp() 765 const SwSection* pSect = pCont->GetSection(); in Display() 893 pContent->GetSection()->IsConnected()) in ExcecuteContextMenuAction() 895 ((SwSection*)pContent->GetSection())->UpdateNow(); in ExcecuteContextMenuAction() 935 pCont->GetSection()->GetSectionName()); in ExcecuteContextMenuAction() 1244 pLeft->GetSection()->GetSectionName() != sTemp in Update() 1288 String sFileName(pCont->GetSection()->GetLinkFileName().GetToken(0, in OpenDoc() 1369 !(pSect = pCont->GetSection())->IsConnectFlag() ) in Paint() 1453 if ((rFmt.GetSection()->GetSectionName() == sTempSectionName) in InsertRegion()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 952 const SwSection& rSect = rSNd.GetSection(); in GetEndNode() 1023 const SwSection& rSrcSect = rSSrcNd.GetSection(), in CompareNode() 1024 & rDstSect = rSDstNd.GetSection(); in CompareNode() 1105 const SwSection& rSect = rSNd.GetSection(); in GetText() 1269 ( CONTENT_SECTION != pSNd->GetSection().GetType() || in NextIdx() 1270 pSNd->GetSection().IsProtect() ) ) ) in NextIdx() 1283 ( CONTENT_SECTION != pSNd->GetSection().GetType() || in PrevIdx() 1284 pSNd->GetSection().IsProtect() ) ) ) in PrevIdx()
|
H A D | docdde.cxx | 99 SwSection* pSect = rpSectFmt->GetSection(); in lcl_FindSection() 264 && (0 == (pObj = aPara.pSectNd->GetSection().GetObject()))) in CreateLinkSource() 268 aPara.pSectNd->GetSection().SetRefObject( pObj ); in CreateLinkSource()
|
H A D | docglbl.cxx | 420 DelSectionFmt( pSectNd->GetSection().GetFmt() ); in SplitDoc() 465 pSectNd->GetSection().CreateLink( CREATE_CONNECT ); in SplitDoc() 771 DelSectionFmt( pSectNd->GetSection().GetFmt() ); in SplitDoc() 811 pSectNd->GetSection().CreateLink( CREATE_CONNECT ); in SplitDoc()
|
H A D | doctxm.cxx | 421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf() 448 dynamic_cast<SwTOXBaseSection*>(& pNewSectionNode->GetSection())); in InsertTableOf() 463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX() 466 ASSERT( pSectNd->GetSection().ISA( SwTOXBaseSection ), in GetCurTOX() 469 pSectNd->GetSection(); in GetCurTOX() 672 TOX_CONTENT_SECTION == (pSect = &pSectNd->GetSection())->GetType()) in GetUniqueTOXBaseName() 822 pSectNd->GetSection().GetFmt()->GetPageDesc().GetPageDesc(); in Update() 2399 pSectNode->GetSection().IsProtectFlag()); in IsTOXBaseInReadonly()
|
H A D | docfld.cxx | 793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld() 1350 SwSection* pSect = (SwSection*)(*ppSortLst)->GetSection(); in UpdateExpFlds() 1750 SwSection* pSect = rArr[ --n ]->GetSection(); in GetAllUsedDB() 1925 SwSection* pSect = rArr[ --n ]->GetSection(); in ChangeDBFields() 2334 SwSection* pSect = rArr[ --n ]->GetSection(); in _MakeFldList() 2356 pSectNd->GetSection().SetCondHidden( sal_False ); in _MakeFldList() 2362 pSectNd->GetSection().SetCondHidden( sal_False ); in _MakeFldList()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 78 inline SwSection* GetSection() { return pSection; } in GetSection() function in SwSectionFrm 79 inline const SwSection* GetSection() const { return pSection; } in GetSection() function in SwSectionFrm
|
/aoo4110/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 307 ASSERT( FILE_LINK_SECTION != pSNd->GetSection().GetType(), in WriteStream() 313 pSNd->GetSection().GetSectionName(), in WriteStream() 504 const SwSection& rSection = pSectNd->GetSection(); in lcl_html_IsMultiColStart() 656 const SwSection& rSection = rSectNd.GetSection(); in OutHTML_Section() 692 pSurrSection = &pSurrSectNd->GetSection(); in OutHTML_Section()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 98 (eTmpType = pFmt->GetSection()->GetType()) != TOX_CONTENT_SECTION in lcl_FillList() 102 new String(pFmt->GetSection()->GetSectionName()); in lcl_FillList() 119 (eTmpType = pFmt->GetSection()->GetType()) != TOX_CONTENT_SECTION in lcl_FillList() 123 new String(pFmt->GetSection()->GetSectionName()); in lcl_FillList() 526 (eTmpType = pFmt->GetSection()->GetType()) != TOX_CONTENT_SECTION in RecurseList() 530 *(pSect=pFmt->GetSection()) ); in RecurseList() 557 (eTmpType = pFmt->GetSection()->GetType()) != TOX_CONTENT_SECTION in RecurseList()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 1114 SfxOleSectionRef SfxOlePropertySet::GetSection( SfxOleSectionType eSection ) const in GetSection() function in SfxOlePropertySet 1116 return GetSection( GetSectionGuid( eSection ) ); in GetSection() 1119 SfxOleSectionRef SfxOlePropertySet::GetSection( const SvGlobalName& rSectionGuid ) const in GetSection() function in SfxOlePropertySet 1135 SfxOleSectionRef xSection = GetSection( rSectionGuid ); in AddSection()
|
H A D | oleprops.hxx | 379 SfxOleSectionRef GetSection( SfxOleSectionType eSection ) const; 381 SfxOleSectionRef GetSection( const SvGlobalName& rSectionGuid ) const;
|
/aoo4110/main/sw/inc/ |
H A D | section.hxx | 338 SwSection* GetSection() const; 403 pRet = pParent->GetSection(); in GetParentSection()
|