Home
last modified time | relevance | path

Searched refs:SwSectionData (Results 1 – 25 of 37) sorted by relevance

12

/aoo42x/main/sw/inc/
H A Dsection.hxx81 class SW_DLLPUBLIC SwSectionData class
108 SwSectionData(SectionType const eType, String const& rName);
109 explicit SwSectionData(SwSection const&);
110 SwSectionData(SwSectionData const&);
111 SwSectionData & operator=(SwSectionData const&);
112 bool operator==(SwSectionData const&) const;
170 SwSectionData m_Data;
188 bool DataEquals(SwSectionData const& rCmp) const;
190 void SetSectionData(SwSectionData const& rData);
H A Deditsh.hxx87 class SwSectionData;
794 SwSectionData & rNewData, SfxItemSet const*const = 0 );
808 void UpdateSection(sal_uInt16 const nSect, SwSectionData &,
855 SwSectionData & rNew );
H A Dndarr.hxx56 class SwSectionData;
318 SwSectionData const&,
H A Dswabstdlg.hxx72 class SwSectionData;
198 virtual void SetSectionData(SwSectionData const& rSect) = 0;
H A Ddoc.hxx165 class SwSectionData;
1819 SwSection * InsertSwSection(SwPaM const& rRange, SwSectionData &,
1829 void UpdateSection(sal_uInt16 const nSect, SwSectionData &,
/aoo42x/main/sw/source/core/undo/
H A Dunsect.cxx76 SwPaM const& rPam, SwSectionData const& rNewData, in SwUndoInsSection()
79 , m_pSectionData(new SwSectionData(rNewData)) in SwUndoInsSection()
286 ::std::auto_ptr<SwSectionData> const m_pSectionData; /// section not TOX
313 , m_pSectionData( new SwSectionData(rSection) ) in SwUndoDelSection()
399 ::std::auto_ptr<SwSectionData> m_pSectionData;
425 , m_pSectionData( new SwSectionData(rSection) ) in SwUndoUpdateSection()
478 SwSectionData *const pOld( new SwSectionData(rNdSect) ); in UndoImpl()
/aoo42x/main/sw/source/core/docnode/
H A Dsection.cxx112 SwSectionData::SwSectionData(SectionType const eType, String const& rName) in SV_IMPL_PTRARR()
127 SwSectionData::SwSectionData(SwSection const& rSection) in SwSectionData() function in SwSectionData
146 SwSectionData::SwSectionData(SwSectionData const& rOther) in SwSectionData() function in SwSectionData
165 SwSectionData & SwSectionData::operator= (SwSectionData const& rOther) in operator =()
187 bool SwSectionData::operator==(SwSectionData const& rOther) const in operator ==()
282 void SwSection::SetSectionData(SwSectionData const& rData) in SetSectionData()
298 bool SwSection::DataEquals(SwSectionData const& rCmp) const in DataEquals()
1670 SwSectionData aSectionData(*rSectFmt.GetSection()); in Closed()
H A Dndsect.cxx136 void lcl_CheckEmptyLayFrm( SwNodes& rNds, SwSectionData& rSectionData, in lcl_CheckEmptyLayFrm()
157 SwDoc::InsertSwSection(SwPaM const& rRange, SwSectionData & rNewData, in InsertSwSection()
613 void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData, in UpdateSection()
798 static inline bool lcl_IsTOXSection(SwSectionData const& rSectionData) in lcl_IsTOXSection()
806 SwSectionData const& rSectionData, in InsertTextSection()
/aoo42x/main/sw/source/core/inc/
H A DUndoSection.hxx36 class SwSectionData;
46 const ::std::auto_ptr<SwSectionData> m_pSectionData;
59 SwUndoInsSection(SwPaM const&, SwSectionData const&,
/aoo42x/main/sw/source/ui/dialog/
H A Dregionsw.cxx116 SwSectionData aSection(CONTENT_SECTION, aTmpStr); in InsertRegionDialog()
192 IMPL_STATIC_LINK( SwWrtShell, InsertRegionDialog, SwSectionData*, pSect ) in IMPL_STATIC_LINK() argument
194 ::std::auto_ptr<SwSectionData> pSectionData(pSect); in IMPL_STATIC_LINK()
H A Duiregionsw.cxx167 SwSectionData m_SectionData;
190 SwSectionData & GetSectionData() { return m_SectionData; } in GetSectionData()
191 SwSectionData const&GetSectionData() const { return m_SectionData; } in GetSectionData()
680 SwSectionData const& rData( pRepr->GetSectionData() ); in IMPL_LINK()
761 SwSectionData const& rData( pRepr->GetSectionData() ); in IMPL_LINK()
1341 SwSectionData & rData( pSectRepr->GetSectionData() ); in IMPL_LINK()
1642 void SwInsertSectionTabDialog::SetSectionData(SwSectionData const& rSect) in SetSectionData()
1644 m_pSectionData.reset( new SwSectionData(rSect) ); in SetSectionData()
1767 SwSectionData *const pSectionData = in SetWrtShell()
1791 SwSectionData aSection(CONTENT_SECTION, aCurName.GetText()); in FillItemSet()
H A Dswdlgfact.hxx380 virtual void SetSectionData(SwSectionData const& rSect);
/aoo42x/main/sw/source/ui/inc/
H A Dregionsw.hxx304 ::std::auto_ptr<SwSectionData> m_pSectionData;
313 void SetSectionData(SwSectionData const& rSect);
314 SwSectionData * GetSectionData() { return m_pSectionData.get(); } in GetSectionData()
H A Dwrtsh.hxx46 class SwSectionData;
458 DECL_STATIC_LINK( SwWrtShell, InsertRegionDialog, SwSectionData* );
/aoo42x/main/sw/source/core/unocore/
H A Dunosect.cxx370 SwSectionData aSect(eType, pDoc->GetUniqueSectionName(&tmp)); in attach()
566 ::std::auto_ptr<SwSectionData> const& pSectionData, in lcl_UpdateSection()
616 ::std::auto_ptr<SwSectionData> const pSectionData( in SetPropertyValues_Impl()
617 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in SetPropertyValues_Impl()
1596 ::std::auto_ptr<SwSectionData> const pSectionData( in setPropertyToDefault()
1597 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in setPropertyToDefault()
1818 SwSectionData aSection(*pSect); in setName()
/aoo42x/main/sw/source/filter/inc/
H A Dfltshell.hxx290 SwSectionData * m_pSection;
293 SwFltSection( SwSectionData *const pSect );
298 SwSectionData * GetSectionData() { return m_pSection; } in GetSectionData()
/aoo42x/main/sw/source/core/edit/
H A Dedsect.cxx43 SwSectionData & rNewData, SfxItemSet const*const pAttr) in InsertSection()
177 SwSectionData & rNewData, SfxItemSet const*const pAttr) in UpdateSection()
H A Dedglbldc.cxx147 SwSectionData & rNew) in InsertGlobalDocContent()
H A Dedtox.cxx136 SwSectionData aSectionData(rTOXSect); in SetTOXBaseReadonly()
/aoo42x/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx503 SwSectionData aSection( FILE_LINK_SECTION, GetUniqueSectionName( 0 ) ); in NavigatorPaste()
513 aSection = SwSectionData(*pIns); in NavigatorPaste()
/aoo42x/main/sw/source/ui/app/
H A Dapplab.cxx383 SwSectionData aSect(CONTENT_SECTION, in InsertLab()
390 SwSectionData aSect(FILE_LINK_SECTION, in InsertLab()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlsect.cxx312 SwSectionData aSection( (aHRef.Len()) ? FILE_LINK_SECTION in NewDivision()
698 SwSectionData aSection( CONTENT_SECTION, aName ); in NewMultiCol()
/aoo42x/main/sw/source/core/doc/
H A Ddocglbl.cxx398 SwSectionData aSectData( FILE_LINK_SECTION, in SplitDoc()
749 SwSectionData aSectData( FILE_LINK_SECTION, in SplitDoc()
H A Ddoctxm.cxx368 SwSectionData aSectionData( TOX_CONTENT_SECTION, sSectNm ); in InsertTableOf()
396 SwSectionData headerData( TOX_HEADER_SECTION, sNm ); in InsertTableOf()
430 SwSectionData aSectionData( TOX_CONTENT_SECTION, sSectNm ); in InsertTableOf()
944 SwSectionData headerData( TOX_HEADER_SECTION, sNm ); in Update()
/aoo42x/main/sw/source/filter/ww1/
H A Dw1filter.cxx855 SwSectionData * pSection = new SwSectionData( FILE_LINK_SECTION, in Out()

Completed in 431 milliseconds

12