Searched refs:SectionType (Results 1 – 17 of 17) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | section.hxx | 61 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | dpcontrol.hxx | 317 enum SectionType { enum in ScDPFieldPopupWindow 328 void getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const;
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | section.cxx | 112 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()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 95 SectionType eTmpType; in lcl_FillList() 116 SectionType eTmpType; in lcl_FillList() 523 SectionType eTmpType; in RecurseList() 554 SectionType eTmpType; in RecurseList()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 191 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | attributeoutputbase.hxx | 303 virtual void SectionType( sal_uInt8 nBreakCode ) = 0;
|
H A D | rtfattributeoutput.hxx | 226 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | docxattributeoutput.hxx | 225 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | wrtw8sty.cxx | 1412 void WW8AttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in WW8AttributeOutput 1679 AttrOutput().SectionType( nBreakCode ); in SectionProperties()
|
H A D | docxattributeoutput.cxx | 1982 void DocxAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in DocxAttributeOutput
|
H A D | rtfattributeoutput.cxx | 1453 void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() function in RtfAttributeOutput
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edsect.cxx | 137 SectionType eTmpType; in IsAnySectionInDoc()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf() 463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX()
|
H A D | doccomp.cxx | 1025 SectionType eSrcSectType = rSrcSect.GetType(), in CompareNode()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | content.cxx | 318 SectionType eTmpType; in Init() 662 SectionType eTmpType; in FillMemberList()
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 1054 void ScDPFieldPopupWindow::getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const in getSectionPosSize()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 333 SectionType eType = (m_pImpl->m_pProps->m_bDDE) in attach()
|
Completed in 162 milliseconds