Lines Matching refs:xPropSet

428 	Reference<XPropertySet> xPropSet(rSection, UNO_QUERY);  in ExportRegularSectionStart()  local
432 aAny = xPropSet->getPropertyValue(sCondition); in ExportRegularSectionStart()
445 aAny = xPropSet->getPropertyValue(sIsCurrentlyVisible); in ExportRegularSectionStart()
456 aAny = xPropSet->getPropertyValue(sIsVisible); in ExportRegularSectionStart()
463 aAny = xPropSet->getPropertyValue(sIsProtected); in ExportRegularSectionStart()
469 xPropSet->getPropertyValue(sProtectionKey) >>= aPassword; in ExportRegularSectionStart()
484 aAny = xPropSet->getPropertyValue(sFileLink); in ExportRegularSectionStart()
488 aAny = xPropSet->getPropertyValue(sLinkRegion); in ExportRegularSectionStart()
521 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sDdeCommandFile)) in ExportRegularSectionStart()
526 aAny = xPropSet->getPropertyValue(sDdeCommandFile); in ExportRegularSectionStart()
529 aAny = xPropSet->getPropertyValue(sDdeCommandType); in ExportRegularSectionStart()
532 aAny = xPropSet->getPropertyValue(sDdeCommandElement); in ExportRegularSectionStart()
547 aAny = xPropSet->getPropertyValue(sIsAutomaticUpdate); in ExportRegularSectionStart()
1660 Reference<XPropertySet> xPropSet; in ExportBibliographyConfiguration() local
1661 aAny >>= xPropSet; in ExportBibliographyConfiguration()
1663 OSL_ENSURE( xPropSet.is(), "field master must have XPropSet" ); in ExportBibliographyConfiguration()
1682 aAny = xPropSet->getPropertyValue(sBracketBefore); in ExportBibliographyConfiguration()
1686 aAny = xPropSet->getPropertyValue(sBracketAfter); in ExportBibliographyConfiguration()
1690 aAny = xPropSet->getPropertyValue(sIsNumberEntries); in ExportBibliographyConfiguration()
1697 aAny = xPropSet->getPropertyValue(sIsSortByPosition); in ExportBibliographyConfiguration()
1705 aAny = xPropSet->getPropertyValue(sSortAlgorithm); in ExportBibliographyConfiguration()
1715 aAny = xPropSet->getPropertyValue(sLocale); in ExportBibliographyConfiguration()
1729 aAny = xPropSet->getPropertyValue(sSortKeys); in ExportBibliographyConfiguration()
1793 Reference<XPropertySet> xPropSet(aSection, UNO_QUERY); in IsMuteSection() local
1794 if (xPropSet.is()) in IsMuteSection()
1796 Any aAny = xPropSet->getPropertyValue(sIsGlobalDocumentSection); in IsMuteSection()
1825 Reference<XPropertySet> xPropSet(rSection->getAnchor(), UNO_QUERY); in IsMuteSection() local
1826 if (xPropSet.is()) in IsMuteSection()
1828 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in IsMuteSection()
1830 Any aAny = xPropSet->getPropertyValue(sTextSection); in IsMuteSection()
1852 Reference<XPropertySet> xPropSet(rContent, UNO_QUERY); in IsInSection() local
1853 if (xPropSet.is()) in IsInSection()
1855 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in IsInSection()
1857 Any aAny = xPropSet->getPropertyValue(sTextSection); in IsInSection()