Lines Matching refs:aAny

306         Any aAny;  in XMLTextFrameContourContext_Impl()  local
341 aAny <<= aPointSequenceSequence; in XMLTextFrameContourContext_Impl()
342 xPropSet->setPropertyValue( sContourPolyPolygon, aAny ); in XMLTextFrameContourContext_Impl()
349 aAny.setValue( &bPixelWidth, ::getBooleanCppuType() ); in XMLTextFrameContourContext_Impl()
350 xPropSet->setPropertyValue( sIsPixelContour, aAny ); in XMLTextFrameContourContext_Impl()
357 aAny.setValue( &bAuto, ::getBooleanCppuType() ); in XMLTextFrameContourContext_Impl()
358 xPropSet->setPropertyValue( sIsAutomaticContour, aAny ); in XMLTextFrameContourContext_Impl()
649 Any aAny; in Create() local
659 aAny <<= sDisplayStyleName; in Create()
660 xPropSet->setPropertyValue( sFrameStyleName, aAny ); in Create()
667 aAny <<= eAnchorType; in Create()
668 xPropSet->setPropertyValue( sAnchorType, aAny ); in Create()
677 aAny = xPropSet->getPropertyValue( sHoriOrient ); in Create()
678 aAny >>= nHoriOrient; in Create()
681 aAny <<= nX; in Create()
682 xPropSet->setPropertyValue( sHoriOrientPosition, aAny ); in Create()
686 aAny = xPropSet->getPropertyValue( sVertOrient ); in Create()
687 aAny >>= nVertOrient; in Create()
690 aAny <<= nY; in Create()
691 xPropSet->setPropertyValue( sVertOrientPosition, aAny ); in Create()
697 aAny <<= nWidth; in Create()
698 xPropSet->setPropertyValue( sWidth, aAny ); in Create()
702 aAny <<= nRelWidth; in Create()
703 xPropSet->setPropertyValue( sRelativeWidth, aAny ); in Create()
708 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Create()
709 xPropSet->setPropertyValue( sIsSyncWidthToHeight, aAny ); in Create()
717 aAny <<= nSizeType; in Create()
718 xPropSet->setPropertyValue( sWidthType, aAny ); in Create()
723 aAny <<= nHeight; in Create()
724 xPropSet->setPropertyValue( sHeight, aAny ); in Create()
728 aAny <<= nRelHeight; in Create()
729 xPropSet->setPropertyValue( sRelativeHeight, aAny ); in Create()
734 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Create()
735 xPropSet->setPropertyValue( sIsSyncHeightToWidth, aAny ); in Create()
743 aAny <<= nSizeType; in Create()
744 xPropSet->setPropertyValue( sSizeType, aAny ); in Create()
767 aAny <<= sHRef; in Create()
768 xPropSet->setPropertyValue( sGraphicURL, aAny ); in Create()
771 aAny <<=sFilterName; in Create()
772 xPropSet->setPropertyValue( sGraphicFilter, aAny ); in Create()
775 aAny <<= nRotation; in Create()
776 xPropSet->setPropertyValue( sGraphicRotation, aAny ); in Create()
783 aAny <<= nPage; in Create()
784 xPropSet->setPropertyValue( sAnchorPageNo, aAny ); in Create()
1295 Any aAny; in SetHyperlink() local
1296 aAny <<= rHRef; in SetHyperlink()
1297 xPropSet->setPropertyValue( s_HyperLinkURL, aAny ); in SetHyperlink()
1301 aAny <<= rName; in SetHyperlink()
1302 xPropSet->setPropertyValue(s_HyperLinkName, aAny); in SetHyperlink()
1307 aAny <<= rTargetFrameName; in SetHyperlink()
1308 xPropSet->setPropertyValue( s_HyperLinkTarget, aAny ); in SetHyperlink()
1313 aAny.setValue( &bMap, ::getBooleanCppuType() ); in SetHyperlink()
1314 xPropSet->setPropertyValue(s_ServerMap, aAny); in SetHyperlink()