Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sw/inc/ !
H A Dsection.hxx61 enum SectionType { CONTENT_SECTION, enum
84 SectionType m_eType;
108 SwSectionData(SectionType const eType, String const& rName);
116 SectionType GetType() const { return m_eType; } in GetType()
117 void SetType(SectionType const eNew) { m_eType = eNew; } in SetType()
184 SwSection(SectionType const eType, String const& rName,
194 SectionType GetType() const { return m_Data.GetType(); } in GetType()
195 void SetType(SectionType const eType) { return m_Data.SetType(eType); } in SetType()
/trunk/main/sc/source/ui/inc/ !
H A Ddpcontrol.hxx317 enum SectionType { enum in ScDPFieldPopupWindow
328 void getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const;
/trunk/main/sw/source/core/docnode/ !
H A Dsection.cxx112 SwSectionData::SwSectionData(SectionType const eType, String const& rName) in SV_IMPL_PTRARR()
204 SectionType const eType, String const& rName, SwSectionFmt & rFormat) in SwSection()
1767 const SectionType eCurrentType( GetType() ); in BreakLink()
/trunk/main/sw/source/ui/dialog/ !
H A Duiregionsw.cxx95 SectionType eTmpType; in lcl_FillList()
116 SectionType eTmpType; in lcl_FillList()
523 SectionType eTmpType; in RecurseList()
554 SectionType eTmpType; in RecurseList()
/trunk/main/sw/source/filter/ww8/ !
H A Dww8attributeoutput.hxx191 virtual void SectionType( sal_uInt8 nBreakCode );
H A Dattributeoutputbase.hxx303 virtual void SectionType( sal_uInt8 nBreakCode ) = 0;
H A Drtfattributeoutput.hxx226 virtual void SectionType( sal_uInt8 nBreakCode );
H A Ddocxattributeoutput.hxx225 virtual void SectionType( sal_uInt8 nBreakCode );
H A Dwrtw8sty.cxx1411 void WW8AttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in WW8AttributeOutput
1678 AttrOutput().SectionType( nBreakCode ); in SectionProperties()
H A Ddocxattributeoutput.cxx1982 void DocxAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in DocxAttributeOutput
H A Drtfattributeoutput.cxx1445 void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in RtfAttributeOutput
/trunk/main/sw/source/core/edit/ !
H A Dedsect.cxx137 SectionType eTmpType; in IsAnySectionInDoc()
/trunk/main/sw/source/core/doc/ !
H A Ddoctxm.cxx421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf()
463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX()
H A Ddoccomp.cxx1025 SectionType eSrcSectType = rSrcSect.GetType(), in CompareNode()
/trunk/main/sw/source/ui/utlui/ !
H A Dcontent.cxx312 SectionType eTmpType; in Init()
656 SectionType eTmpType; in FillMemberList()
/trunk/main/sc/source/ui/cctrl/ !
H A Ddpcontrol.cxx1054 void ScDPFieldPopupWindow::getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const in getSectionPosSize()
/trunk/main/sw/source/core/unocore/ !
H A Dunosect.cxx333 SectionType eType = (m_pImpl->m_pProps->m_bDDE) in attach()