Lines Matching refs:xPropSet
60 xPropSet( rPageStylePropSet ), in XMLTextHeaderFooterContext()
74 aAny = xPropSet->getPropertyValue( sOn ); in XMLTextHeaderFooterContext()
79 aAny = xPropSet->getPropertyValue( sShareContent ); in XMLTextHeaderFooterContext()
86 xPropSet->setPropertyValue( sShareContent, aAny ); in XMLTextHeaderFooterContext()
118 aAny = xPropSet->getPropertyValue( sTextLeft ); in CreateChildContext()
122 aAny = xPropSet->getPropertyValue( sOn ); in CreateChildContext()
130 xPropSet->setPropertyValue( sOn, aAny ); in CreateChildContext()
138 aAny = xPropSet->getPropertyValue( sShareContent ); in CreateChildContext()
144 xPropSet->setPropertyValue( sShareContent, aAny ); in CreateChildContext()
147 aAny = xPropSet->getPropertyValue( sText ); in CreateChildContext()
191 xPropSet->setPropertyValue( sOn, aAny ); in EndElement()