Lines Matching refs:GetSection

110                          !pSectNd->GetSection().IsHiddenFlag() )  in lcl_IsInSameTblBox()
350 SwSection& rNewSect = pNewSectNode->GetSection(); in InsertSwSection()
378 pNewSectNode->GetSection().CreateLink( bUpdate ? CREATE_UPDATE : CREATE_CONNECT ); 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()
913 SwSectionFmt* pSectFmt = pSectNd->GetSection().GetFmt(); in InsertTextSection()
917 sal_Bool bInsFrm = bCreateFrms && !pSectNd->GetSection().IsHidden() && in InsertTextSection()
948 ((SwSectionNode*)pNd)->GetSection().GetFmt()-> in InsertTextSection()
1011 rFmt.SetDerivedFrom( pParent->GetSection().GetFmt() ); in lcl_initParent()
1095 if( GetSection().IsHidden() || IsCntntHidden() ) in MakeFrms()
1138 SwSectionFrm *pSct = new SwSectionFrm( pS->GetSection(), pFrm ); in MakeFrms()
1269 pSectFmt->CopyAttrs( *GetSection().GetFmt() ); in MakeCopy()
1272 if (TOX_CONTENT_SECTION == GetSection().GetType()) in MakeCopy()
1274 ASSERT( GetSection().ISA( SwTOXBaseSection ), "no TOXBaseSection!" ); in MakeCopy()
1276 dynamic_cast<SwTOXBaseSection const&>(GetSection())); in MakeCopy()
1288 if (TOX_CONTENT_SECTION != GetSection().GetType()) in MakeCopy()
1293 pNewSect->SetSectionName( GetSection().GetSectionName() ); in MakeCopy()
1298 pDoc->GetUniqueSectionName( &GetSection().GetSectionName() )); in MakeCopy()
1303 pNewSect->SetType( GetSection().GetType() ); in MakeCopy()
1304 pNewSect->SetCondition( GetSection().GetCondition() ); in MakeCopy()
1305 pNewSect->SetLinkFileName( GetSection().GetLinkFileName() ); in MakeCopy()
1306 if( !pNewSect->IsHiddenFlag() && GetSection().IsHidden() ) in MakeCopy()
1308 if( !pNewSect->IsProtectFlag() && GetSection().IsProtect() ) in MakeCopy()
1311 if( !pNewSect->IsEditInReadonlyFlag() && GetSection().IsEditInReadonly() ) in MakeCopy()
1336 pSectFmt->RegisterAsCopyOf(*GetSection().GetFmt()); in MakeCopy()
1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden()
1388 pFmt->SetDerivedFrom( pSectNd ? pSectNd->GetSection().GetFmt() in NodesArrChgd()
1397 pSectNd->GetSection().GetFmt()->SetDerivedFrom( pFmt ); in NodesArrChgd()
1447 const String& rNm = pSectNd->GetSection().GetSectionName(); in GetUniqueSectionName()