Home
last modified time | relevance | path

Searched refs:sTextSection (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx133 , 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()
H A Dtxtsecte.cxx103 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in exportListAndSectionChange()
105 xPropSet->getPropertyValue(sTextSection) >>= xNextSection; in exportListAndSectionChange()
H A DXMLSectionImportContext.cxx105 , sTextSection(RTL_CONSTASCII_USTRINGPARAM(sAPI_TextSection)) in XMLSectionImportContext()
152 : sTextSection ); in StartElement()
H A DXMLSectionImportContext.hxx60 const ::rtl::OUString sTextSection; member in XMLSectionImportContext
H A Dtxtparae.cxx1269 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()
H A DXMLSectionExport.hxx129 const ::rtl::OUString sTextSection; member in XMLSectionExport
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx717 OUString sTextSection( RTL_CONSTASCII_USTRINGPARAM("TextSection") ); in ExportTableLinesAutoStyles() local
718 Any aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableLinesAutoStyles()
893 OUString sTextSection( RTL_CONSTASCII_USTRINGPARAM("TextSection") ); in ExportTableBox() local
894 aAny = xCellPropertySet->getPropertyValue(sTextSection); in ExportTableBox()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx205 const ::rtl::OUString sTextSection; member in XMLTextParagraphExport

Completed in 46 milliseconds