Home
last modified time | relevance | path

Searched refs:SwSection (Results 1 – 25 of 54) sorted by relevance

123

/aoo4110/main/sw/source/core/docnode/
H A Dsection.cxx104 TYPEINIT1(SwSection,SwClient );
106 typedef SwSection* SwSectionPtr;
108 SV_IMPL_PTRARR( SwSections, SwSection*) in SV_IMPL_PTRARR() argument
203 SwSection::SwSection( in SwSection() function in SwSection
236 SwSection::~SwSection() in ~SwSection()
359 const SwSection* pSect = this; in CalcHiddenFlag()
368 bool SwSection::IsProtect() const in IsProtect()
488 const SwSection* pSect = this; in Modify()
839 SwSection* pSect = GetSection(); in Modify()
984 rArr.C40_INSERT( SwSection, in GetChildSections()
[all …]
H A Dndsect.cxx156 SwSection *
350 SwSection& rNewSect = pNewSectNode->GetSection(); in InsertSwSection()
503 SwSection* SwDoc::GetCurrSection( const SwPosition& rPos ) const in GetCurrSection()
507 return (SwSection*)&pSectNd->GetSection(); in GetCurrSection()
617 SwSection* pSection = pFmt->GetSection(); in UpdateSection()
1021 : new SwSection( CONTENT_SECTION, rFmt.GetName(), in SwSectionNode()
1286 SwSection *const pNewSect = pSectNd->m_pSection.get(); in MakeCopy()
1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden()
H A Dnodes.cxx2251 const SwSection& rSect = ((SwSectionNode*)pNd)->GetSection(); in GoNextSection()
2263 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoNextSection()
2306 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection()
2320 const SwSection& rSect = ((SwSectionNode*)pNd-> in GoPrevSection()
2461 const SwSection& rSect = aIdx.GetNode(). in FindPrvNxtFrmNode()
/aoo4110/main/sw/inc/
H A Dsection.hxx50 class SwSection;
59 SV_DECL_PTRARR( SwSections, SwSection*, 0, 4 )
109 explicit SwSectionData(SwSection const&);
161 class SW_DLLPUBLIC SwSection class
186 virtual ~SwSection();
225 inline SwSection* GetParent() const;
338 SwSection* GetSection() const;
340 inline SwSection* GetParentSection() const;
380 inline SwSection* SwSection::GetParent() const in GetParent()
383 SwSection* pRet = 0; in GetParent()
[all …]
H A Dedglbldc.hxx28 class SwSection;
44 const SwSection* pSect;
50 SwGlblDocContent( const SwSection* pSect );
54 const SwSection* GetSection() const in GetSection()
H A Dnode.hxx57 class SwSection;
569 ::std::auto_ptr<SwSection> const m_pSection;
578 const SwSection& GetSection() const { return *m_pSection; } in GetSection()
579 SwSection& GetSection() { return *m_pSection; } in GetSection()
H A Deditsh.hxx86 class SwSection;
803 SwSection const* InsertSection(
806 const SwSection* GetCurrSection() const;
812 const SwSection* GetAnySection( sal_Bool bOutOfTab = sal_False, const Point* pPt = 0 ) const;
/aoo4110/main/sw/source/core/inc/
H A Dsectfrm.hxx30 class SwSection;
42 SwSection* pSection;
62 SwSectionFrm( SwSection &, SwFrm* ); //Inhalt wird nicht erzeugt!
78 inline SwSection* GetSection() { return pSection; } in GetSection()
79 inline const SwSection* GetSection() const { return pSection; } in GetSection()
H A Ddocfld.hxx34 class SwSection;
50 const SwSection* pSection;
90 const SwSection* GetSection() const in GetSection()
H A Ddoctxm.hxx50 class SwTOXBaseSection : public SwTOXBase, public SwSection
/aoo4110/main/sw/source/core/undo/
H A Dunsect.cxx48 SfxItemSet* lcl_GetAttrSet( const SwSection& rSect ) in lcl_GetAttrSet()
295 SwSectionFmt const&, SwSection const&, SwNodeIndex const*const);
310 SwSectionFmt const& rSectionFmt, SwSection const& rSection, in SwUndoDelSection()
366 SwSection& aInsertedSect = pInsertedSectNd->GetSection(); in UndoImpl()
406 SwSection const&, SwNodeIndex const*const, bool const bOnlyAttr);
422 SwSection const& rSection, SwNodeIndex const*const pIndex, in SwUndoUpdateSection()
443 SwSection& rNdSect = pSectNd->GetSection(); in UndoImpl()
/aoo4110/main/sw/source/core/edit/
H A Dedsect.cxx41 SwSection const*
45 const SwSection* pRet = 0; in InsertSection()
52 SwSection const*const pNew = in InsertSection()
79 const SwSection* SwEditShell::GetCurrSection() const in GetCurrSection()
93 const SwSection* SwEditShell::GetAnySection( sal_Bool bOutOfTab, const Point* pPt ) const in GetAnySection()
144 const SwSection& rSect = *rFmts[ n ]->GetSection(); in IsAnySectionInDoc()
H A Dedtox.cxx134 ASSERT( rTOXSect.SwSection::GetType() == TOX_CONTENT_SECTION, "not a TOXContentSection" ); in SetTOXBaseReadonly()
275 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GetTOXCount()
289 const SwSection* pSect = rFmts[ n ]->GetSection(); in GetTOX()
H A Dedglbldc.cxx77 const SwSection* pSect = rSectFmts[ --n ]->GetGlobalDocSection(); in GetGlobalDocContent()
396 SwGlblDocContent::SwGlblDocContent( const SwSection* pSect ) in SwGlblDocContent()
/aoo4110/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx112 class SwSection;
194 void StartTOX( const SwSection& rSect );
196 void EndTOX( const SwSection& rSect,bool bCareEnd=true );
/aoo4110/main/sw/source/core/unocore/
H A Dunosect.cxx431 SwSection *const pRet = in attach()
472 const SwSection* pSect; in getAnchor()
550 lcl_UpdateLinkType(SwSection & rSection, bool const bLinkUpdateAlways = true) in lcl_UpdateLinkType()
572 SwSection & rSection = *pFmt->GetSection(); in lcl_UpdateSection()
1034 SwSection *const pSect = (pFmt) ? pFmt->GetSection() : 0; in GetPropertyValues_Impl()
1172 SwSection* pEnclosingSection = pSect; in GetPropertyValues_Impl()
1817 SwSection *const pSect = pFmt->GetSection(); in setName()
H A Dunoidx.cxx1012 SwSection* pSect = aSectArr[i]; in getPropertyValue()
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()
2713 SwSection const*const pSect = rFmts[ n ]->GetSection(); in hasByName()
/aoo4110/main/sw/source/filter/html/
H A Dwrthtml.cxx480 const SwSection& rSection, in lcl_html_GetFmtCol()
504 const SwSection& rSection = pSectNd->GetSection(); in lcl_html_IsMultiColStart()
526 const SwSection& rSection, in lcl_html_OutSectionStartTag()
656 const SwSection& rSection = rSectNd.GetSection(); in OutHTML_Section()
664 const SwSection *pSurrSection = 0; in OutHTML_Section()
/aoo4110/main/sw/source/core/crsr/
H A Dtrvlreg.cxx223 SwSection* pParent = pNd->GetSection().GetParent(); in GotoCurrRegionAndSkip()
259 const SwSection* pSect; in GotoRegion()
/aoo4110/main/sw/source/ui/utlui/
H A Dglbltree.cxx522 const SwSection* pSect = pCont->GetSection(); in RequestHelp()
765 const SwSection* pSect = pCont->GetSection(); in Display()
895 ((SwSection*)pContent->GetSection())->UpdateNow(); in ExcecuteContextMenuAction()
1367 const SwSection* pSect; in Paint()
/aoo4110/main/sw/source/core/doc/
H A Ddocfld.cxx1350 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()
H A Ddoccomp.cxx952 const SwSection& rSect = rSNd.GetSection(); in GetEndNode()
1023 const SwSection& rSrcSect = rSSrcNd.GetSection(), in CompareNode()
1105 const SwSection& rSect = rSNd.GetSection(); in GetText()
H A Ddoctxm.cxx85 TYPEINIT2( SwTOXBaseSection, SwTOXBase, SwSection ); // fuers RTTI
603 SwSection* pSect = aArr[ n ]; in DeleteTOX()
657 const SwSection* pSect; in GetUniqueTOXBaseName()
751 , SwSection( TOX_CONTENT_SECTION, aEmptyStr, rFmt ) in SwTOXBaseSection()
/aoo4110/main/sw/source/ui/uiview/
H A Dviewtab.cxx413 const SwSection* pCurrSect = rSh.GetCurrSection(); in ExecTabWin()
526 const SwSection* pCurrSect = rSh.GetCurrSection(); in ExecTabWin()
905 const SwSection *pSect = rSh.GetAnySection(); in ExecTabWin()
1593 const SwSection *pSect = rSh.GetAnySection(sal_False, pPt); in StateTabWin()
1952 const SwSection *pSect = rSh.GetAnySection( bSectOutTbl, pPt ); in StateTabWin()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx89 inline sal_Bool IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect ) in IsMarkInSameSection()
133 const SwSection* pCurrSection = rWrtShell.GetCurrSection(); in SwColumnDlg()
352 const SwSection* pCurrSection = rWrtShell.GetCurrSection(); in IMPL_LINK()

Completed in 197 milliseconds

123