Home
last modified time | relevance | path

Searched refs:aAny (Results 26 – 50 of 485) sorted by path

12345678910>>...20

/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1226 Any aAny = new Any(typeof(XTest), obj); in testInterface()
1236 aType, aAny,aEnum2, aStruct1, in testInterface()
1278 l.assure(aAny.Equals(outAny)); in testInterface()
1325 l.assure(aAny.Equals(inoutAny)); in testInterface()
1337 aType, aAny,aEnum2, aStruct1, in testInterface()
1353 l.assure(obj.retAny().Equals(aAny)); in testInterface()
1388 obj.attrAny = aAny; in testInterface()
1389 l.assure(obj.attrAny.Equals(aAny)); in testInterface()
H A Dtestobjects.cs115 Type aType, uno.Any aAny, in inParameters() argument
134 m_Any = aAny; in inParameters()
149 out Type aType, out uno.Any aAny, in outParameters() argument
168 aAny = m_Any; in outParameters()
185 ref Type aType, ref uno.Any aAny, in inoutParameters() argument
243 Any _any = aAny; in inoutParameters()
244 aAny = m_Any; in inoutParameters()
H A Dtypes.idl84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct,
93 [out] type aType, [out] any aAny, [out] Enum2 aEnum, [out] Struct1 aStruct,
104 [inout] type aType, [inout] any aAny, [inout] Enum2 aEnum,
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx869 uno::Any aAny= *__try_cast<uno::Any*>(cli_data); in map_to_uno() local
870 css::uno::Type value_td( mapCliType(aAny.Type), SAL_NO_ACQUIRE); in map_to_uno()
892 *(sal_Int8*) &pAny->pReserved = *__try_cast<System::Byte*>(aAny.Value); in map_to_uno()
919 *(sal_Int64 *) mem.get()= *__try_cast<System::Int64*>(aAny.Value); in map_to_uno()
945 *(float*) mem.get() = *__try_cast<System::Single*>(aAny.Value); in map_to_uno()
958 *(double*) mem.get()= *__try_cast<System::Double*>(aAny.Value); in map_to_uno()
965 OUString _s = mapCliString(static_cast<System::String*>(aAny.Value)); in map_to_uno()
977 &pAny->pReserved, aAny.Value, value_td.getTypeLibType(), in map_to_uno()
989 mem.get(), aAny.Value, value_td.getTypeLibType(), in map_to_uno()
1016 if(aAny.Value != NULL) in map_to_uno()
[all …]
/trunk/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx208 uno::Any aAny; in getByIndex() local
209 aAny <<= maProperties[nIndex]; in getByIndex()
210 return aAny; in getByIndex()
H A Dembeddedobjectcontainer.cxx176 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("OpenMode") ); in CommitImageSubStorage() local
177 if ( aAny >>= nMode ) in CommitImageSubStorage()
368 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("OpenMode") ); in Get_Impl() local
369 if ( aAny >>= nMode ) in Get_Impl()
1228 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("MediaType") ); in GetGraphicStream() local
1229 aAny >>= *pMediaType; in GetGraphicStream()
1285 uno::Any aAny; in InsertGraphicStream() local
1286 aAny <<= rMediaType; in InsertGraphicStream()
1287 xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), aAny ); in InsertGraphicStream()
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx104 Any aAny; in getPropertyValue() local
106 _getSingleValue( *((*aIter).second), aAny ); in getPropertyValue()
109 return aAny; in getPropertyValue()
315 Any aAny; in _getPropertyDefault() local
316 return aAny; in _getPropertyDefault()
H A DMasterPropertySet.cxx173 Any aAny; in getPropertyValue() local
177 _getSingleValue( *((*aIter).second->mpInfo), aAny ); in getPropertyValue()
190 pSlave->_getSingleValue( *((*aIter).second->mpInfo), aAny ); in getPropertyValue()
193 return aAny; in getPropertyValue()
499 Any aAny; in _getPropertyDefault() local
500 return aAny; in _getPropertyDefault()
H A Dgenericpropertyset.cxx211 Any aAny; in queryAggregation() local
214 aAny <<= Reference< XServiceInfo >(this); in queryAggregation()
216 aAny <<= Reference< XTypeProvider >(this); in queryAggregation()
218 aAny <<= Reference< XPropertySet >(this); in queryAggregation()
220 aAny <<= Reference< XMultiPropertySet >(this); in queryAggregation()
222 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
224 return aAny; in queryAggregation()
H A Dpropertysethelper.cxx131 Any aAny; in getPropertyValue() local
132 _getPropertyValues( (const PropertyMapEntry**)aEntries, &aAny ); in getPropertyValue()
134 return aAny; in getPropertyValue()
322 Any aAny; in _getPropertyDefault() local
323 return aAny; in _getPropertyDefault()
/trunk/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx298 Any aAny = xSheets->getByName( rName ); in lcl_IsEmptyOrHidden() local
300 if ( aAny >>= xSheet ) in lcl_IsEmptyOrHidden()
364 Any aAny = xRanges->getByName( rName ); in lcl_IsUnnamed() local
366 if ( aAny >>= xRange ) in lcl_IsUnnamed()
/trunk/main/cui/source/customize/
H A Dcfg.cxx5116 …uno::Any aAny = xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserCon… in SvxIconSelectorDialog() local
5120 aAny >>= aDirectory; in SvxIconSelectorDialog()
H A Dcfgutil.cxx847 Any aAny = xModuleConfig->getByName(appModule); in GetImage() local
848 if( sal_True != ( aAny >>= moduleDescr ) ) in GetImage()
H A Dmacropg.cxx828 ::std::pair< ::rtl::OUString, ::rtl::OUString > _SvxMacroTabPage::GetPairFromAny( Any aAny ) in GetPairFromAny() argument
832 if( sal_True == ( aAny >>= props ) ) in GetPairFromAny()
H A Dselector.cxx623 Any aAny = xModuleConfig->getByName(appModule); in GetImage() local
624 if( sal_True != ( aAny >>= moduleDescr ) ) in GetImage()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx982 Any aAny( xNameAccess->getByName( pDic[ i ] ) ); in Init() local
984 if( ( aAny >>= xDic ) && xDic.is() ) in Init()
H A Dhlmarkwn.cxx357 uno::Any aAny; in FillTree() local
363 aAny = xLinks->getByName( aLink ); in FillTree()
376 if( aAny >>= xTarget ) in FillTree()
381 aAny = xTarget->getPropertyValue( aProp_LinkDisplayName ); in FillTree()
383 aAny >>= aDisplayName; in FillTree()
H A Dhyphen.cxx513 uno::Any aAny; in IMPL_LINK() local
515 aAny <<= sal_True; in IMPL_LINK()
516 xProp->setPropertyValue( aName, aAny ); in IMPL_LINK()
522 aAny <<= sal_False; in IMPL_LINK()
523 xProp->setPropertyValue( aName, aAny ); in IMPL_LINK()
H A Diconcdlg.cxx68 ::com::sun::star::uno::Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem()
70 aAny >>= aUserData; in GetViewOptUserItem()
H A Dinsdlg.cxx653 if ( aAny >>= aStr ) in Execute()
656 if ( aAny >>= aStr ) in Execute()
660 if ( aAny >>= aCommands ) in Execute()
840 if ( aAny >>= aStr ) in Execute()
843 if ( aAny >>= aStr ) in Execute()
848 aAny >>= nSize; in Execute()
861 aAny >>= nSize; in Execute()
879 aAny >>= bSet; in Execute()
883 aAny >>= bSet; in Execute()
896 aAny >>= bSet; in Execute()
[all …]
/trunk/main/cui/source/inc/
H A Dmacropg.hxx91 ::std::pair< ::rtl::OUString, ::rtl::OUString > GetPairFromAny( ::com::sun::star::uno::Any aAny );
/trunk/main/cui/source/options/
H A Doptimprove2.cxx209 uno::Any aAny = ::comphelper::ConfigurationHelper:: in Reset() local
211 if ( ( aAny >>= bYesChecked ) && bYesChecked ) in Reset()
214 aAny = ::comphelper::ConfigurationHelper:: in Reset()
216 if ( aAny >>= bTemp ) in Reset()
225 aAny = ::comphelper::ConfigurationHelper:: in Reset()
227 if ( aAny >>= sURL ) in Reset()
231 aAny = ::comphelper::ConfigurationHelper:: in Reset()
233 if ( aAny >>= nCount ) in Reset()
235 aAny = ::comphelper::ConfigurationHelper:: in Reset()
237 if ( aAny >>= nCount ) in Reset()
[all …]
H A Doptlingu.cxx1398 Any aAny; in FillItemSet() local
1402 aAny <<= bChecked; in FillItemSet()
1407 aAny <<= nVal; in FillItemSet()
1411 xProp->setPropertyValue( aPropName, aAny ); in FillItemSet()
1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet()
H A Doptpath.cxx759 Any aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList() local
761 if ( aAny >>= aPathSeq ) in GetPathList()
776 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
777 if ( aAny >>= aPathSeq ) in GetPathList()
792 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
794 if ( aAny >>= sWritablePath ) in GetPathList()
H A Dtreeopt.cxx172 Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem() local
174 aAny >>= aUserData; in GetViewOptUserItem()

Completed in 158 milliseconds

12345678910>>...20