Lines Matching refs:aAny
116 uno::Any aAny = xPropSet->getPropertyValue( sPropButtonType ); in GetHLinkState() local
118 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in GetHLinkState()
124 aAny = xPropSet->getPropertyValue( sPropLabel ); in GetHLinkState()
125 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
133 aAny = xPropSet->getPropertyValue( sPropTargetURL ); in GetHLinkState()
134 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
142 aAny = xPropSet->getPropertyValue( sPropTargetFrame ); in GetHLinkState()
143 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
211 uno::Any aAny; in ExecuteHLink() local
214 aAny <<= rtl::OUString(rName); in ExecuteHLink()
215 xPropSet->setPropertyValue( sPropLabel, aAny ); in ExecuteHLink()
219 aAny <<= aTmp; in ExecuteHLink()
220 xPropSet->setPropertyValue( sPropTargetURL, aAny ); in ExecuteHLink()
224 aAny <<= rtl::OUString(rTarget); in ExecuteHLink()
225 xPropSet->setPropertyValue( sPropTargetFrame, aAny ); in ExecuteHLink()
231 aAny <<= eButtonType; in ExecuteHLink()
232 xPropSet->setPropertyValue( sPropButtonType, aAny ); in ExecuteHLink()