Home
last modified time | relevance | path

Searched refs:rSect (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx2093 void AttributeOutputBase::StartTOX( const SwSection& rSect ) in StartTOX() argument
2095 if ( const SwTOXBase* pTOX = rSect.GetTOXBase() ) in StartTOX()
2382 void AttributeOutputBase::EndTOX( const SwSection& rSect,bool bCareEnd ) in EndTOX() argument
2384 const SwTOXBase* pTOX = rSect.GetTOXBase(); in EndTOX()
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 Dwrtww8.cxx2650 const SwSection& rSect = pNd->StartOfSectionNode()->GetSectionNode() in WriteText() local
2652 if ( bStartTOX && TOX_CONTENT_SECTION == rSect.GetType() ) in WriteText()
2661 …&& (rSect.GetType() != TOX_CONTENT_SECTION && rSect.GetType() != TOX_HEADER_SECTION )) //No sectio… in WriteText()
2683 const SwSectionFmt* pParentFmt = rSect.GetFmt()->GetParent(); in WriteText()
H A Dattributeoutputbase.hxx194 void StartTOX( const SwSection& rSect );
196 void EndTOX( const SwSection& rSect,bool bCareEnd=true );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx203 SectPageInformation(const SectPageInformation &rSect);
262 void push_back(const rtfSection &rSect);
H A Drtffly.cxx1475 const rtfSection &rSect = maSegments.back(); in GetPageSize() local
1477 …rSize.Width() = rSect.maPageInfo.mnPgwsxn - rSect.maPageInfo.mnMarglsxn - rSect.maPageInfo.mnMargr… in GetPageSize()
1478 …rSize.Height() = rSect.maPageInfo.mnPghsxn - rSect.maPageInfo.mnMargtsxn - rSect.maPageInfo.mnMarg… in GetPageSize()
1480 long nCols = rSect.NoCols(); in GetPageSize()
H A Dswparrtf.cxx2317 : maColumns(rSect.maColumns), maBox(rSect.maBox), in SectPageInformation()
2318 maNumType(rSect.maNumType), mpTitlePageHdFt(rSect.mpTitlePageHdFt), in SectPageInformation()
2319 mpPageHdFt(rSect.mpPageHdFt), mnPgwsxn(rSect.mnPgwsxn), in SectPageInformation()
2320 mnPghsxn(rSect.mnPghsxn), mnMarglsxn(rSect.mnMarglsxn), in SectPageInformation()
2321 mnMargrsxn(rSect.mnMargrsxn), mnMargtsxn(rSect.mnMargtsxn), in SectPageInformation()
2322 mnMargbsxn(rSect.mnMargbsxn), mnGutterxsn(rSect.mnGutterxsn), in SectPageInformation()
2323 mnHeadery(rSect.mnHeadery), mnFootery(rSect.mnFootery), in SectPageInformation()
2324 mnPgnStarts(rSect.mnPgnStarts), mnCols(rSect.mnCols), in SectPageInformation()
2325 mnColsx(rSect.mnColsx), mnStextflow(rSect.mnStextflow), mnBkc(rSect.mnBkc), in SectPageInformation()
2326 mbLndscpsxn(rSect.mbLndscpsxn), mbTitlepg(rSect.mbTitlepg), in SectPageInformation()
[all …]
/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/inc/
H A Dregionsw.hxx313 void SetSectionData(SwSectionData const& rSect);
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx380 virtual void SetSectionData(SwSectionData const& rSect);
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.cxx583 AbstractInsertSectionTabDialog_Impl::SetSectionData(SwSectionData const& rSect) in SetSectionData() argument
585 pDlg->SetSectionData(rSect); in SetSectionData()
/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()
/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/layout/
H A Dsectfrm.cxx77 pSection( &rSect ) in SV_IMPL_PTRARR_SORT()
86 SwLayoutFrm( rSect.GetFmt(), rSect.getRootFrm() ), in SwSectionFrm()
88 pSection( rSect.GetSection() ) in SwSectionFrm()
90 bFtnAtEnd = rSect.IsFtnAtEnd(); in SwSectionFrm()
99 if( rSect.IsFollow() ) in SwSectionFrm()
106 rSect.bIsFollow = sal_True; in SwSectionFrm()
107 SetFollow( &rSect ); in SwSectionFrm()
113 rSect.SetFollow( this ); in SwSectionFrm()
115 rSect.SimpleFormat(); in SwSectionFrm()
116 if( !rSect.IsColLocked() ) in SwSectionFrm()
[all …]
/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/core/docnode/
H A Dnodes.cxx2252 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()
2308 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoPrevSection()
2309 (bSkipProtect && rSect.IsProtectFlag()) ) in GoPrevSection()
2322 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoPrevSection()
2323 (bSkipProtect && rSect.IsProtectFlag()) ) in GoPrevSection()
2461 const SwSection& rSect = aIdx.GetNode(). in FindPrvNxtFrmNode() 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/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/crsr/
H A Dswcrsr.cxx329 const SwSection& rSect = *pFmt->GetSection(); in IsSelOvr() local
330 if( CONTENT_SECTION == rSect.GetType() ) in IsSelOvr()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx198 virtual void SetSectionData(SwSectionData const& rSect) = 0;

Completed in 259 milliseconds