Home
last modified time | relevance | path

Searched refs:rSect (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx74 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 Dswparrtf.cxx2315 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 Drtffly.cxx1474 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 Dswparrtf.hxx203 SectPageInformation(const SectPageInformation &rSect);
262 void push_back(const rtfSection &rSect);
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2251 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 Dsection.cxx682 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 Dndsect.cxx1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden() local
1352 if( rSect.IsHiddenFlag() ) in IsCntntHidden()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx48 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 Ddoccomp.cxx952 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 Dedsect.cxx144 const SwSection& rSect = *rFmts[ n ]->GetSection(); in IsAnySectionInDoc() local
146 (bChkReadOnly && rSect.IsProtectFlag() ) || in IsAnySectionInDoc()
147 (bChkHidden && rSect.IsHiddenFlag() ) ) in IsAnySectionInDoc()
H A Dautofmt.cxx359 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 Ddocxexport.cxx320 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 Dattributeoutputbase.hxx194 void StartTOX( const SwSection& rSect );
196 void EndTOX( const SwSection& rSect,bool bCareEnd=true );
H A Dwrtww8.cxx2649 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 Dww8atr.cxx2092 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 Dtxtsecte.cxx77 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 Duiregionsw.cxx183 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 Dswdlgfact.cxx581 AbstractInsertSectionTabDialog_Impl::SetSectionData(SwSectionData const& rSect) in SetSectionData() argument
583 pDlg->SetSectionData(rSect); in SetSectionData()
H A Dswdlgfact.hxx379 virtual void SetSectionData(SwSectionData const& rSect);
/trunk/main/sw/source/ui/inc/
H A Dregionsw.hxx313 void SetSectionData(SwSectionData const& rSect);
/trunk/main/sw/inc/
H A Dswabstdlg.hxx197 virtual void SetSectionData(SwSectionData const& rSect) = 0;
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx329 const SwSection& rSect = *pFmt->GetSection(); in IsSelOvr() local
330 if( CONTENT_SECTION == rSect.GetType() ) in IsSelOvr()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1095 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()