| /trunk/main/sw/source/core/layout/ |
| H A D | sectfrm.cxx | 74 SwSectionFrm::SwSectionFrm( SwSection &rSect, SwFrm* pSib ) : in SV_IMPL_PTRARR_SORT() 75 SwLayoutFrm( rSect.GetFmt(), pSib ), in SV_IMPL_PTRARR_SORT() 77 pSection( &rSect ) in SV_IMPL_PTRARR_SORT() 85 SwSectionFrm::SwSectionFrm( SwSectionFrm &rSect, sal_Bool bMaster ) : in SwSectionFrm() argument 86 SwLayoutFrm( rSect.GetFmt(), rSect.getRootFrm() ), in SwSectionFrm() 88 pSection( rSect.GetSection() ) in SwSectionFrm() 90 bFtnAtEnd = rSect.IsFtnAtEnd(); in SwSectionFrm() 91 bEndnAtEnd = rSect.IsEndnAtEnd(); in SwSectionFrm() 95 PROTOCOL( this, PROT_SECTION, bMaster ? ACT_CREATE_MASTER : ACT_CREATE_FOLLOW, &rSect ) in SwSectionFrm() 99 if( rSect.IsFollow() ) in SwSectionFrm() [all …]
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | swparrtf.cxx | 2315 SectPageInformation::SectPageInformation(const SectPageInformation &rSect) in SectPageInformation() argument 2316 : maColumns(rSect.maColumns), maBox(rSect.maBox), in SectPageInformation() 2317 maNumType(rSect.maNumType), mpTitlePageHdFt(rSect.mpTitlePageHdFt), in SectPageInformation() 2318 mpPageHdFt(rSect.mpPageHdFt), mnPgwsxn(rSect.mnPgwsxn), in SectPageInformation() 2319 mnPghsxn(rSect.mnPghsxn), mnMarglsxn(rSect.mnMarglsxn), in SectPageInformation() 2320 mnMargrsxn(rSect.mnMargrsxn), mnMargtsxn(rSect.mnMargtsxn), in SectPageInformation() 2321 mnMargbsxn(rSect.mnMargbsxn), mnGutterxsn(rSect.mnGutterxsn), in SectPageInformation() 2322 mnHeadery(rSect.mnHeadery), mnFootery(rSect.mnFootery), in SectPageInformation() 2323 mnPgnStarts(rSect.mnPgnStarts), mnCols(rSect.mnCols), in SectPageInformation() 2324 mnColsx(rSect.mnColsx), mnStextflow(rSect.mnStextflow), mnBkc(rSect.mnBkc), in SectPageInformation() [all …]
|
| H A D | rtffly.cxx | 1474 const rtfSection &rSect = maSegments.back(); in GetPageSize() local 1476 …rSize.Width() = rSect.maPageInfo.mnPgwsxn - rSect.maPageInfo.mnMarglsxn - rSect.maPageInfo.mnMargr… in GetPageSize() 1477 …rSize.Height() = rSect.maPageInfo.mnPghsxn - rSect.maPageInfo.mnMargtsxn - rSect.maPageInfo.mnMarg… in GetPageSize() 1479 long nCols = rSect.NoCols(); in GetPageSize()
|
| H A D | swparrtf.hxx | 203 SectPageInformation(const SectPageInformation &rSect); 262 void push_back(const rtfSection &rSect);
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | nodes.cxx | 2251 const SwSection& rSect = ((SwSectionNode*)pNd)->GetSection(); in GoNextSection() local 2252 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoNextSection() 2253 (bSkipProtect && rSect.IsProtectFlag()) ) in GoNextSection() 2263 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoNextSection() local 2265 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoNextSection() 2266 (bSkipProtect && rSect.IsProtectFlag()) ) in GoNextSection() 2306 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection() local 2308 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoPrevSection() 2309 (bSkipProtect && rSect.IsProtectFlag()) ) in GoPrevSection() 2320 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection() local [all …]
|
| H A D | section.cxx | 682 SwSection& rSect = pSectNd->GetSection(); in ~SwSectionFmt() local 685 if( rSect.IsConnected() ) in ~SwSectionFmt() 686 rSect.MakeChildLinksVisible( *pSectNd ); in ~SwSectionFmt() 690 if( rSect.IsHiddenFlag() ) in ~SwSectionFmt() 692 SwSectionPtr pParentSect = rSect.GetParent(); in ~SwSectionFmt() 696 rSect.SetHidden(false); in ~SwSectionFmt()
|
| H A D | ndsect.cxx | 1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden() local 1352 if( rSect.IsHiddenFlag() ) in IsCntntHidden()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | unsect.cxx | 48 SfxItemSet* lcl_GetAttrSet( const SwSection& rSect ) in lcl_GetAttrSet() argument 54 if( rSect.GetFmt() ) in lcl_GetAttrSet() 57 if( rSect.IsProtect() ) in lcl_GetAttrSet() 60 if( nCnt < rSect.GetFmt()->GetAttrSet().Count() ) in lcl_GetAttrSet() 62 pAttr = new SfxItemSet( rSect.GetFmt()->GetAttrSet() ); in lcl_GetAttrSet()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | doccomp.cxx | 952 const SwSection& rSect = rSNd.GetSection(); in GetEndNode() local 953 if( CONTENT_SECTION != rSect.GetType() || rSect.IsProtect() ) in GetEndNode() 1105 const SwSection& rSect = rSNd.GetSection(); in GetText() local 1106 switch( rSect.GetType() ) in GetText() 1109 if( rSect.IsProtect() ) in GetText() 1117 const SwTOXBase* pTOX = rSect.GetTOXBase(); in GetText() 1128 sRet += rSect.GetLinkFileName(); in GetText()
|
| /trunk/main/sw/source/core/edit/ |
| H A D | edsect.cxx | 144 const SwSection& rSect = *rFmts[ n ]->GetSection(); in IsAnySectionInDoc() local 146 (bChkReadOnly && rSect.IsProtectFlag() ) || in IsAnySectionInDoc() 147 (bChkHidden && rSect.IsHiddenFlag() ) ) in IsAnySectionInDoc()
|
| H A D | autofmt.cxx | 359 const SwSection& rSect = pNewNd->GetSectionNode()->GetSection(); in GoNextPara() local 360 if( rSect.IsHiddenFlag() || rSect.IsProtectFlag() ) in GoNextPara()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | docxexport.cxx | 320 const SwSection& rSect = rEndNode.StartOfSectionNode()->GetSectionNode()->GetSection(); in OutputEndNode() local 321 if ( bStartTOX && TOX_CONTENT_SECTION == rSect.GetType() ) in OutputEndNode() 331 const SwSectionFmt* pParentFmt = rSect.GetFmt()->GetParent(); in OutputEndNode()
|
| H A D | attributeoutputbase.hxx | 194 void StartTOX( const SwSection& rSect ); 196 void EndTOX( const SwSection& rSect,bool bCareEnd=true );
|
| H A D | wrtww8.cxx | 2649 const SwSection& rSect = pNd->StartOfSectionNode()->GetSectionNode() in WriteText() local 2651 if ( bStartTOX && TOX_CONTENT_SECTION == rSect.GetType() ) in WriteText() 2660 …&& (rSect.GetType() != TOX_CONTENT_SECTION && rSect.GetType() != TOX_HEADER_SECTION )) //No sectio… in WriteText() 2682 const SwSectionFmt* pParentFmt = rSect.GetFmt()->GetParent(); in WriteText()
|
| H A D | ww8atr.cxx | 2092 void AttributeOutputBase::StartTOX( const SwSection& rSect ) in StartTOX() argument 2094 if ( const SwTOXBase* pTOX = rSect.GetTOXBase() ) in StartTOX() 2381 void AttributeOutputBase::EndTOX( const SwSection& rSect,bool bCareEnd ) in EndTOX() argument 2383 const SwTOXBase* pTOX = rSect.GetTOXBase(); in EndTOX()
|
| /trunk/main/xmloff/source/text/ |
| H A D | txtsecte.cxx | 77 Reference<XText> lcl_findXText(const Reference<XTextSection>& rSect) in lcl_findXText() argument 81 Reference<XTextContent> xTextContent(rSect, UNO_QUERY); in lcl_findXText()
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | uiregionsw.cxx | 183 SectRepr(sal_uInt16 nPos, SwSection& rSect); 221 SectRepr::SectRepr( sal_uInt16 nPos, SwSection& rSect ) in SV_IMPL_OP_PTRARR_SORT() 222 : m_SectionData( rSect ) in SV_IMPL_OP_PTRARR_SORT() 230 SwSectionFmt *pFmt = rSect.GetFmt(); in SV_IMPL_OP_PTRARR_SORT() 1642 void SwInsertSectionTabDialog::SetSectionData(SwSectionData const& rSect) in SetSectionData() argument 1644 m_pSectionData.reset( new SwSectionData(rSect) ); in SetSectionData()
|
| H A D | swdlgfact.cxx | 581 AbstractInsertSectionTabDialog_Impl::SetSectionData(SwSectionData const& rSect) in SetSectionData() argument 583 pDlg->SetSectionData(rSect); in SetSectionData()
|
| H A D | swdlgfact.hxx | 379 virtual void SetSectionData(SwSectionData const& rSect);
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | regionsw.hxx | 313 void SetSectionData(SwSectionData const& rSect);
|
| /trunk/main/sw/inc/ |
| H A D | swabstdlg.hxx | 197 virtual void SetSectionData(SwSectionData const& rSect) = 0;
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | swcrsr.cxx | 329 const SwSection& rSect = *pFmt->GetSection(); in IsSelOvr() local 330 if( CONTENT_SECTION == rSect.GetType() ) in IsSelOvr()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 1095 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue() local 1097 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue() 3360 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue() local 3362 SwXTextSections::GetObject( *rSect.GetFmt() ); in getPropertyValue()
|