Lines Matching refs:xPropSet

1385         Reference< XPropertySet > xPropSet( xPropState, UNO_QUERY );  in lcl_HasListStyle()  local
1386 if ( xPropSet.is() ) in lcl_HasListStyle()
1389 xPropSet->getPropertyValue( sNumberingStyleName ) >>= sListStyle; in lcl_HasListStyle()
1440 Reference< XPropertySet > xPropSet( xPropState, UNO_QUERY ); in lcl_HasListStyle() local
1441 if ( xPropSet.is() ) in lcl_HasListStyle()
1444 xPropSet->getPropertyValue( sNumberingStyleName ) >>= sListStyle; in lcl_HasListStyle()
1532 Reference < XPropertySet > xPropSet( rCursor, UNO_QUERY ); in SetStyleAndAttrs() local
1534 xPropSet->getPropertySetInfo()); in SetStyleAndAttrs()
1548 xPropSet->setPropertyValue( rPropName, makeAny(sStyleName) ); in SetStyleAndAttrs()
1565 xPropSet->getPropertyValue(s_NumberingRules), UNO_QUERY); in SetStyleAndAttrs()
1656 xPropSet->setPropertyValue( in SetStyleAndAttrs()
1670 xPropSet->setPropertyValue(s_NumberingIsNumber, Any(sal_False)); in SetStyleAndAttrs()
1673 xPropSet->setPropertyValue( s_NumberingLevel, Any(nLevel) ); in SetStyleAndAttrs()
1681 xPropSet->setPropertyValue(s_ParaIsNumberingRestart, in SetStyleAndAttrs()
1690 xPropSet->setPropertyValue(s_NumberingStartValue, in SetStyleAndAttrs()
1698 xPropSet->setPropertyValue(s_PropNameListId, in SetStyleAndAttrs()
1745 xPropSet->setPropertyValue( s_NumberingRules, Any() ); in SetStyleAndAttrs()
1755 pStyle->FillPropertySet( xPropSet ); in SetStyleAndAttrs()
1767 xPropSet->setPropertyValue(s_PageDescName, in SetStyleAndAttrs()
1781 xPropSet->setPropertyValue( pStyle->sDropCapCharStyleName, makeAny(sDisplayName) ); in SetStyleAndAttrs()
1862 xPropSet->getPropertyValue(s_OutlineLevel) in SetStyleAndAttrs()
1876 xPropSet->setPropertyValue( s_OutlineLevel, in SetStyleAndAttrs()
1885 xPropSet->getPropertyValue( s_NumberingLevel ) >>= nNumLevel; in SetStyleAndAttrs()
1889 xPropSet->setPropertyValue( s_NumberingLevel, in SetStyleAndAttrs()
1963 xPropSet->setPropertyValue( s_NumberingRules, in SetStyleAndAttrs()
1965 xPropSet->setPropertyValue( s_NumberingLevel, in SetStyleAndAttrs()
1980 xPropSet->setPropertyValue(s_OutlineLevel, in SetStyleAndAttrs()
2185 Reference < XPropertySet > xPropSet( rCursor, UNO_QUERY ); in SetHyperlink() local
2187 xPropSet->getPropertySetInfo()); in SetHyperlink()
2191 xPropSet->setPropertyValue(s_HyperLinkURL, makeAny(rHRef)); in SetHyperlink()
2195 xPropSet->setPropertyValue(s_HyperLinkName, makeAny(rName)); in SetHyperlink()
2200 xPropSet->setPropertyValue(s_HyperLinkTarget, in SetHyperlink()
2212 xPropSet->getPropertyValue(s_HyperLinkEvents), UNO_QUERY); in SetHyperlink()
2219 xPropSet->setPropertyValue(s_HyperLinkEvents, makeAny(xReplace)); in SetHyperlink()
2232 xPropSet->setPropertyValue(s_UnvisitedCharStyleName, in SetHyperlink()
2243 xPropSet->setPropertyValue(s_VisitedCharStyleName, in SetHyperlink()
2256 Reference<XPropertySet> xPropSet(rCursor, UNO_QUERY); in SetRuby() local
2262 if (xPropSet.is() && in SetRuby()
2263 xPropSet->getPropertySetInfo()->hasPropertyByName( sRubyText )) in SetRuby()
2266 xPropSet->setPropertyValue(sRubyText, makeAny(rText)); in SetRuby()
2279 pStyle->FillPropertySet( xPropSet ); in SetRuby()
2292 xPropSet->setPropertyValue(sRubyCharStyleName, makeAny(sDisplayName)); in SetRuby()
2898 Reference<XPropertySet> xPropSet(((XMLTextImportHelper *)this)->GetCursor(), UNO_QUERY); in IsInFrame() local
2899 if (xPropSet.is()) in IsInFrame()
2901 if (xPropSet->getPropertySetInfo()->hasPropertyByName(s_TextFrame)) in IsInFrame()
2904 xPropSet->getPropertyValue(s_TextFrame), UNO_QUERY); in IsInFrame()
2928 Reference< XPropertySet> xPropSet; in createAndInsertOLEObject() local
2929 return xPropSet; in createAndInsertOLEObject()
2939 Reference< XPropertySet> xPropSet; in createAndInsertOOoLink() local
2940 return xPropSet; in createAndInsertOOoLink()
2950 Reference< XPropertySet> xPropSet; in createAndInsertApplet() local
2951 return xPropSet; in createAndInsertApplet()
2958 Reference< XPropertySet> xPropSet; in createAndInsertPlugin() local
2959 return xPropSet; in createAndInsertPlugin()
2967 Reference< XPropertySet> xPropSet; in createAndInsertFloatingFrame() local
2968 return xPropSet; in createAndInsertFloatingFrame()