Searched refs:sTextSection (Results 1 – 8 of 8) sorted by relevance
133 , sTextSection(RTL_CONSTASCII_USTRINGPARAM("TextSection")) in XMLSectionExport()1828 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in IsMuteSection()1830 Any aAny = xPropSet->getPropertyValue(sTextSection); in IsMuteSection()1855 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in IsInSection()1857 Any aAny = xPropSet->getPropertyValue(sTextSection); in IsInSection()
103 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in exportListAndSectionChange()105 xPropSet->getPropertyValue(sTextSection) >>= xNextSection; in exportListAndSectionChange()
105 , sTextSection(RTL_CONSTASCII_USTRINGPARAM(sAPI_TextSection)) in XMLSectionImportContext()152 : sTextSection ); in StartElement()
60 const ::rtl::OUString sTextSection; member in XMLSectionImportContext
1269 sTextSection(RTL_CONSTASCII_USTRINGPARAM("TextSection")), in XMLTextParagraphExport()1707 if (xInfo->hasPropertyByName( sTextSection )) in exportText()1709 xPropertySet->getPropertyValue(sTextSection) >>= xBaseSection ; in exportText()2178 if( xPropSet->getPropertySetInfo()->hasPropertyByName( sTextSection ) ) in exportParagraph()2180 xSection.set(xPropSet->getPropertyValue( sTextSection ), uno::UNO_QUERY); in exportParagraph()
129 const ::rtl::OUString sTextSection; member in XMLSectionExport
717 OUString sTextSection( RTL_CONSTASCII_USTRINGPARAM("TextSection") ); in ExportTableLinesAutoStyles() local718 Any aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableLinesAutoStyles()893 OUString sTextSection( RTL_CONSTASCII_USTRINGPARAM("TextSection") ); in ExportTableBox() local894 aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableBox()
205 const ::rtl::OUString sTextSection; member in XMLTextParagraphExport
Completed in 56 milliseconds