Lines Matching refs:aTmp
133 uno::Any aTmp; in TYPEINIT1() local
138 aTmp <<= OUString(rHLinkItem.GetName()); in TYPEINIT1()
139 xPropSet->setPropertyValue(sLabel, aTmp ); in TYPEINIT1()
146 … aTmp <<= OUString(URIHelper::SmartRel2Abs(aAbs, rHLinkItem.GetURL())); in TYPEINIT1()
147 xPropSet->setPropertyValue( sTargetURL, aTmp ); in TYPEINIT1()
151 aTmp <<= OUString(rHLinkItem.GetTargetFrame()); in TYPEINIT1()
152 xPropSet->setPropertyValue( C2U("TargetFrame"), aTmp ); in TYPEINIT1()
157 … aTmp.setValue( &eButtonType, ::getCppuType((const form::FormButtonType*)0)); in TYPEINIT1()
158 xPropSet->setPropertyValue( C2U("ButtonType"), aTmp ); in TYPEINIT1()
202 uno::Any aTmp; in GetState() local
207 aTmp = xPropSet->getPropertyValue( C2U("ButtonType") ); in GetState()
208 if( aTmp >>= eButtonType ) in GetState()
213 aTmp = xPropSet->getPropertyValue( C2U("Label") ); in GetState()
215 if( (aTmp >>= sTmp) && sTmp.getLength()) in GetState()
224 aTmp = xPropSet->getPropertyValue( C2U("TargetURL") ); in GetState()
226 if( (aTmp >>= sTmp) && sTmp.getLength()) in GetState()
235 aTmp = xPropSet->getPropertyValue( C2U("TargetFrame") ); in GetState()
237 if( (aTmp >>= sTmp) && sTmp.getLength()) in GetState()