Lines Matching refs:xPropSet

219 	Reference < XPropertySet > xPropSet;  member in XMLTextFrameContourContext_Impl
243 xPropSet( rPropSet ) in XMLTextFrameContourContext_Impl()
342 xPropSet->setPropertyValue( sContourPolyPolygon, aAny ); in XMLTextFrameContourContext_Impl()
350 xPropSet->setPropertyValue( sIsPixelContour, aAny ); in XMLTextFrameContourContext_Impl()
358 xPropSet->setPropertyValue( sIsAutomaticContour, aAny ); in XMLTextFrameContourContext_Impl()
374 ::com::sun::star::beans::XPropertySet > xPropSet;
488 ::com::sun::star::beans::XPropertySet >& GetPropSet() const { return xPropSet; } in GetPropSet()
500 Reference < XNamed > xNamed( xPropSet, UNO_QUERY ); in SetNameForFrameFromPropSet()
536 xPropSet = GetImport().GetTextImport() in Create()
549 xPropSet = GetImport().GetTextImport() in Create()
558 xPropSet = GetImport().GetTextImport() in Create()
570 xPropSet = GetImport().GetTextImport() in Create()
580 xPropSet = GetImport().GetTextImport() in Create()
590 xPropSet = GetImport().GetTextImport() in Create()
598 xPropSet = GetImport().GetTextImport() in Create()
619 xPropSet = Reference < XPropertySet >( xIfc, UNO_QUERY ); in Create()
624 if( !xPropSet.is() ) in Create()
630 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in Create()
660 xPropSet->setPropertyValue( sFrameStyleName, aAny ); in Create()
668 xPropSet->setPropertyValue( sAnchorType, aAny ); in Create()
672 pStyle->FillPropertySet( xPropSet ); in Create()
677 aAny = xPropSet->getPropertyValue( sHoriOrient ); in Create()
682 xPropSet->setPropertyValue( sHoriOrientPosition, aAny ); in Create()
686 aAny = xPropSet->getPropertyValue( sVertOrient ); in Create()
691 xPropSet->setPropertyValue( sVertOrientPosition, aAny ); in Create()
698 xPropSet->setPropertyValue( sWidth, aAny ); in Create()
703 xPropSet->setPropertyValue( sRelativeWidth, aAny ); in Create()
709 xPropSet->setPropertyValue( sIsSyncWidthToHeight, aAny ); in Create()
718 xPropSet->setPropertyValue( sWidthType, aAny ); in Create()
724 xPropSet->setPropertyValue( sHeight, aAny ); in Create()
729 xPropSet->setPropertyValue( sRelativeHeight, aAny ); in Create()
735 xPropSet->setPropertyValue( sIsSyncHeightToWidth, aAny ); in Create()
744 xPropSet->setPropertyValue( sSizeType, aAny ); in Create()
768 xPropSet->setPropertyValue( sGraphicURL, aAny ); in Create()
772 xPropSet->setPropertyValue( sGraphicFilter, aAny ); in Create()
776 xPropSet->setPropertyValue( sGraphicRotation, aAny ); in Create()
784 xPropSet->setPropertyValue( sAnchorPageNo, aAny ); in Create()
793 Reference < XTextContent > xTxtCntnt( xPropSet, UNO_QUERY ); in Create()
806 Reference < XShape > xShape( xPropSet, UNO_QUERY ); in Create()
813 xTextImportHelper->ConnectFrameChains( sName, sNextName, xPropSet ); in Create()
814 Reference < XTextFrame > xTxtFrame( xPropSet, UNO_QUERY ); in Create()
828 if( !xPropSet.is() && in CreateIfNotThere()
838 return xPropSet.is(); in CreateIfNotThere()
1135 if (( nType == XML_TEXT_FRAME_APPLET || nType == XML_TEXT_FRAME_PLUGIN ) && xPropSet.is()) in EndElement()
1136 GetImport().GetTextImport()->endAppletOrPlugin( xPropSet, aParamMap); in EndElement()
1160 if( !xPropSet.is() && !xBase64Stream.is() && !bCreateFailed ) in CreateChildContext()
1190 if( !xPropSet.is() && !bCreateFailed ) in CreateChildContext()
1199 if( xPropSet.is() ) in CreateChildContext()
1201 Reference < XEmbeddedObjectSupplier > xEOS( xPropSet, in CreateChildContext()
1227 !xPropSet.is() && !bCreateFailed ) in Characters()
1285 if( !xPropSet.is() ) in SetHyperlink()
1290 xPropSet->getPropertySetInfo(); in SetHyperlink()
1297 xPropSet->setPropertyValue( s_HyperLinkURL, aAny ); in SetHyperlink()
1302 xPropSet->setPropertyValue(s_HyperLinkName, aAny); in SetHyperlink()
1308 xPropSet->setPropertyValue( s_HyperLinkTarget, aAny ); in SetHyperlink()
1314 xPropSet->setPropertyValue(s_ServerMap, aAny); in SetHyperlink()
1321 if ( xPropSet.is() ) in SetTitle()
1323 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in SetTitle()
1326 xPropSet->setPropertyValue( sTitle, makeAny( rTitle ) ); in SetTitle()
1333 if ( xPropSet.is() ) in SetDesc()
1335 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in SetDesc()
1338 xPropSet->setPropertyValue( sDescription, makeAny( rDesc ) ); in SetDesc()
1646 Reference < XPropertySet > xPropSet; in CreateChildContext() local
1647 if( CreateIfNotThere( xPropSet ) ) in CreateChildContext()
1650 p_nPrefix, rLocalName, xAttrList, xPropSet ); in CreateChildContext()
1696 Reference < XPropertySet > xPropSet; in CreateChildContext() local
1699 if( CreateIfNotThere( xPropSet ) ) in CreateChildContext()
1701 xAttrList, xPropSet, sal_False ); in CreateChildContext()
1705 if( CreateIfNotThere( xPropSet ) ) in CreateChildContext()
1707 xAttrList, xPropSet, sal_True ); in CreateChildContext()
1711 if( CreateIfNotThere( xPropSet ) ) in CreateChildContext()
1712 pContext = new XMLImageMapContext( GetImport(), p_nPrefix, rLocalName, xPropSet ); in CreateChildContext()
1718 Reference < XPropertySet > xPropSet; in CreateChildContext() local
1719 if( CreateIfNotThere( xPropSet ) ) in CreateChildContext()
1722 Reference<XEventsSupplier> xEventsSupplier(xPropSet, UNO_QUERY); in CreateChildContext()