Lines Matching refs:rSection

151 	const Reference<XTextSection> & rSection,  in ExportSectionStart()  argument
154 Reference<XPropertySet> xPropertySet(rSection, UNO_QUERY); in ExportSectionStart()
171 GetExport().AddAttributeXmlId(rSection); in ExportSectionStart()
175 if (GetIndex(rSection, xIndex)) in ExportSectionStart()
185 ExportIndexHeaderStart(rSection); in ExportSectionStart()
191 ExportRegularSectionStart(rSection); in ExportSectionStart()
197 const Reference<XTextSection> & rSection, in GetIndex() argument
205 Reference<XPropertySet> xSectionPropSet(rSection, UNO_QUERY); in GetIndex()
225 if (rSection == xEnclosingSection) in GetIndex()
238 if (rSection == xEnclosingSection) in GetIndex()
253 const Reference<XTextSection> & rSection, in ExportSectionEnd() argument
263 if (GetIndex(rSection, xIndex)) in ExportSectionEnd()
379 const Reference<XTextSection> & rSection) in ExportIndexHeaderStart() argument
382 Reference<XNamed> xName(rSection, UNO_QUERY); in ExportIndexHeaderStart()
420 const Reference<XTextSection> & rSection) in ExportRegularSectionStart() argument
424 Reference<XNamed> xName(rSection, UNO_QUERY); in ExportRegularSectionStart()
428 Reference<XPropertySet> xPropSet(rSection, UNO_QUERY); in ExportRegularSectionStart()
1775 const Reference<XTextSection> & rSection) const in IsMuteSection()
1785 if ( (!rExport.IsSaveLinkedSections()) && rSection.is() ) in IsMuteSection()
1788 for(Reference<XTextSection> aSection(rSection); in IsMuteSection()
1801 if (! GetIndex(rSection, xIndex)) in IsMuteSection()
1819 const Reference<XTextContent> & rSection, in IsMuteSection() argument
1825 Reference<XPropertySet> xPropSet(rSection->getAnchor(), UNO_QUERY); in IsMuteSection()