Home
last modified time | relevance | path

Searched refs:Any (Results 226 – 250 of 5053) sorted by relevance

12345678910>>...203

/trunk/main/svtools/source/config/
H A Dhelpopt.cxx117 …Counters( Sequence< ::rtl::OUString >& _rNodeNames, Sequence< Any >& _rURLs, Sequence< Any >& _rCo…
193 const Any* pValues = aValues.getConstArray(); in Load()
344 Sequence< Any > aURLs; in implSaveURLCounters()
345 Sequence< Any > aCounters; in implSaveURLCounters()
351 const Any* pURLs = aURLs.getConstArray(); in implSaveURLCounters()
423 Sequence< Any > aNewCounterDataValues(2); in implSaveURLCounters()
466 Sequence< Any > aURLs; in implLoadURLCounters()
467 Sequence< Any > aCounters; in implLoadURLCounters()
472 const Any* pURLs = aURLs.getConstArray(); in implLoadURLCounters()
491 Sequence< Any > aValues( aNames.getLength() ); in Commit()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx171 Any aOldValue; in SetFocus()
172 Any aNewValue; in SetFocus()
188 Any aOldValue; in SetChecked()
189 Any aNewValue; in SetChecked()
203 Any aOldValue, aNewValue; in SetIndeterminate()
218 Any aOldValue, aNewValue; in NameChanged()
234 Any aOld = _bShow ? Any() : makeAny( _xChild ); in NotifyChildEvent()
235 Any aNew = _bShow ? makeAny( _xChild ) : Any(); in NotifyChildEvent()
241 Any aOldValue[2], aNewValue[2]; in ToggleEnableState()
290 return Any(); in IMPLEMENT_FORWARD_REFCOUNT()
[all …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx78 …void ImplRegisterProperty( sal_uInt16 nPropId, const ::com::sun::star::uno::Any& rDefault…
80 virtual ::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const;
92 ::com::sun::star::uno::Any* _pValues, /// the values of the properties to set
100 ::com::sun::star::uno::Any* _pValues, /// pointer to the values
115 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th… in queryInterface()
120 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
142 …::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const ::rtl::OUString& aPropertyName ) thr…
156 …m::sun::star::uno::Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandl…
157 …PropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::…
159 void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx106 Any SAL_CALL OTimeControl::getValue() throw (RuntimeException) in getValue()
108 Any aPropValue; in getValue()
160 Any SAL_CALL ODateControl::getValue() throw (RuntimeException) in getValue()
162 Any aPropValue; in getValue()
212 Any SAL_CALL OEditControl::getValue() throw (RuntimeException) in getValue()
214 Any aPropValue; in getValue()
308 Any aPropValue; in getValue()
645 Any aPropValue; in getValue()
754 Any aPropValue; in getValue()
832 Any aPropValue; in getValue()
[all …]
H A Dobjectinspectormodel.cxx53 using ::com::sun::star::uno::Any;
69 Sequence< Any > m_aFactories;
75 virtual Sequence< Any > SAL_CALL getHandlerFactories() throw (RuntimeException);
80 …virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeExc…
94 void createWithHandlerFactories( const Sequence< Any >& _rFactories );
95 …void createWithHandlerFactoriesAndHelpSection( const Sequence< Any >& _rFactories, sal_Int32 _n…
112 Sequence< Any > SAL_CALL ObjectInspectorModel::getHandlerFactories() throw (RuntimeException) in getHandlerFactories()
132 …void SAL_CALL ObjectInspectorModel::initialize( const Sequence< Any >& _arguments ) throw (Excepti… in initialize()
138 StlSyntaxSequence< Any > arguments( _arguments ); in initialize()
145 Sequence< Any > factories; in initialize()
[all …]
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx341 Sequence< Any >& lOutValues ) in impl_packLocalizedProperties()
579 Sequence< Any > aRet(rNames.getLength()); in GetProperties()
581 Any* pRet = aRet.getArray(); in GetProperties()
627 Sequence< Any > lValues; in GetProperties()
638 const Sequence< Any>& rValues) in PutProperties()
647 Sequence< Any > lValues ; in PutProperties()
649 const Any* pValues = NULL ; in PutProperties()
1044 Any aVal; aVal <<= xInst;
1189 Any aVal; aVal <<= xInst;
1318 Any aVal; aVal <<= xInst;
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.hxx41 …virtual css::uno::Any getItemByIntIndex( const sal_Int32 nIndex ) throw (css::uno::RuntimeExceptio…
56 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
58 virtual css::uno::Any SAL_CALL getColor() throw (css::uno::RuntimeException);
59 virtual void SAL_CALL setColor( const css::uno::Any& _color ) throw (css::uno::RuntimeException);
60 virtual css::uno::Any SAL_CALL getColorIndex() throw (css::uno::RuntimeException);
61 …virtual void SAL_CALL setColorIndex( const css::uno::Any& _colorindex ) throw (css::uno::RuntimeEx…
62 virtual css::uno::Any SAL_CALL getLineStyle() throw (css::uno::RuntimeException);
63 …virtual void SAL_CALL setLineStyle( const css::uno::Any& _linestyle ) throw (css::uno::RuntimeExce…
64 virtual css::uno::Any SAL_CALL getWeight() throw (css::uno::RuntimeException);
65 virtual void SAL_CALL setWeight( const css::uno::Any& ) throw (css::uno::RuntimeException);
H A Dvbaformatconditions.cxx48 mxStyles.set( xApp->getThisWorkbook()->Styles( uno::Any() ), uno::UNO_QUERY_THROW ); in ScVbaFormatConditions()
86Any xSheetConditionToFormatCondition( const uno::Reference< XHelperInterface >& xRangeParent, cons… in xSheetConditionToFormatCondition()
91 …Styles->Item( uno::makeAny( xSheetConditionalEntry->getStyleName() ), uno::Any() ), uno::UNO_QUERY… in xSheetConditionToFormatCondition()
96 uno::Any
97 ScVbaFormatConditions::createCollectionObject(const uno::Any& aObject ) in createCollectionObject()
119 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
128 …onditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, const uno::Any& _aFormula1, const … in Add()
134 …onditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, const uno::Any& _aFormula1, const … in Add()
151 xStyle = mxStyles->Add(sStyleName, uno::Any() ); in Add()
160 uno::Any aValue; in Add()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dcrcomp.cxx55 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw (::com::sun::star::uno::RuntimeExc…
69 …virtual Any SAL_CALL get( const Any & rObj ) throw(::com::sun::star::lang::IllegalArgumentExceptio…
70 …virtual void SAL_CALL set( const Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::Il…
72 …virtual void SAL_CALL set( Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::IllegalA…
77 Any IdlCompFieldImpl::queryInterface( const Type & rType ) in queryInterface()
80 Any aRet( ::cppu::queryInterface( rType, in queryInterface()
183 Any IdlCompFieldImpl::get( const Any & rObj ) in get()
201 Any aRet; in get()
216 void IdlCompFieldImpl::set( const Any & rObj, const Any & rValue ) in set()
253 void IdlCompFieldImpl::set( Any & rObj, const Any & rValue ) in set()
/trunk/main/svx/source/table/
H A Dcell.cxx1187 return Any( aTableBorder ); in getPropertyValue()
1195 return Any( BitmapMode_REPEAT ); in getPropertyValue()
1199 return Any( BitmapMode_STRETCH ); in getPropertyValue()
1211 Any aAny; in getPropertyValue()
1301 Sequence< Any > aRet( nCount ); in getPropertyValues()
1302 Any* pValue = aRet.getArray(); in getPropertyValues()
1544 return Any( BitmapMode_NO_REPEAT ); in getPropertyDefault()
1553 return Any( xStyle ); in getPropertyDefault()
1559 return Any( aBorder ); in getPropertyDefault()
1623 Sequence< Any > aDefaults( nCount ); in getPropertyDefaults()
[all …]
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs41 m_args = new Any[] {new Any(typeof(ucss.uno.XComponentContext), ctx)}; in Component()
47 m_args = new Any[args.Length + 1]; in Component()
54 public Any[] Args {
115 Type aType, uno.Any aAny, in inParameters()
149 out Type aType, out uno.Any aAny, in outParameters()
185 ref Type aType, ref uno.Any aAny, in inoutParameters()
243 Any _any = aAny; in inoutParameters()
333 public uno.Any retAny() in retAny()
492 public Any attrAny
556 Any[] m_args;
[all …]
/trunk/main/chart2/source/inc/
H A DPropertyHelper.hxx40 typedef ::std::map< tPropertyValueMapKey, ::com::sun::star::uno::Any >
52 const ::com::sun::star::uno::Any & rValue,
63 const ::com::sun::star::uno::Any & rValue,
75 const ::com::sun::star::uno::Any & rValue,
86 const ::com::sun::star::uno::Any & rValue,
97 const ::com::sun::star::uno::Any & rValue,
111 const ::com::sun::star::uno::Any & rAny );
126 …alue< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const :…
128 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
143 …ault< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const :…
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx44 inline ::com::sun::star::uno::Any SAL_CALL int2enum( in int2enum()
50 return ::com::sun::star::uno::Any( &nVal, rType ); in int2enum()
52 return ::com::sun::star::uno::Any(); in int2enum()
62 inline sal_Bool SAL_CALL enum2int( sal_Int32 & rnEnum, const ::com::sun::star::uno::Any & rAny ) in enum2int()
81 inline void SAL_CALL any2enum( E & eRet, const ::com::sun::star::uno::Any & rAny ) in any2enum()
103 inline ::com::sun::star::uno::Any SAL_CALL enum2any( E eEnum ) in enum2any()
105 return ::com::sun::star::uno::Any( &eEnum, ::cppu::UnoType< E >::get() ); in enum2any()
120 const ::com::sun::star::uno::Any & rAny ) in extractInterface()
132 inline sal_Bool SAL_CALL any2bool( const ::com::sun::star::uno::Any & rAny ) in any2bool()
155 inline ::com::sun::star::uno::Any SAL_CALL bool2any( sal_Bool bBool ) in bool2any()
[all …]
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx80 sal_Int32 getINT32(const Any& _rAny) in getINT32()
88 sal_Int16 getINT16(const Any& _rAny) in getINT16()
96 double getDouble(const Any& _rAny) in getDouble()
104 float getFloat(const Any& _rAny) in getFloat()
112 ::rtl::OUString getString(const Any& _rAny) in getString()
120 sal_Bool getBOOL(const Any& _rAny) in getBOOL()
192 reinterpret_cast<const Any*>(pData)->getValueType(), in compare_impl()
193 reinterpret_cast<const Any*>(pData)->getValue(), in compare_impl()
194 *reinterpret_cast<const Any*>(_rValue.getValue())); in compare_impl()
198 reinterpret_cast<const Any*>(pData)->getValue(), in compare_impl()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx101 uno::Any aValue; in ProcessWindowEvent()
131 pEntry->NotifyAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent()
157 uno::Any aOldValue, aNewValue; in ProcessWindowEvent()
164 aOldValue <<= uno::Any(); in ProcessWindowEvent()
190 aOldValue <<= uno::Any(); in ProcessWindowEvent()
210 uno::Any aNewValue; in ProcessWindowEvent()
211 uno::Any aOldValue; in ProcessWindowEvent()
236 uno::Any aListBoxEntry; in ProcessWindowEvent()
275 uno::Any aNewValue; in GetCurEventEntry()
293 uno::Any aNewValue; in RemoveChildEntries()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx353 Any value;
367 Any lookupMap( OUString const & rName )
386 OUString const & name, Any const & element )
413 OUString const & name, Any const & element ) in insertByName()
451 OUString const & name, Any const & element ) in replaceByName()
540 return Any(); in lookupMap()
547 return Any(); in lookupMap()
561 Sequence<Any> args; in lookupMap()
611 Any caught( getCaughtException() ); in lookupMap()
629 Any ret; in lookupMap()
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DAny_Test.java34 new Any(Type.ANY, null); in testAnyAny()
43 assertTrue(Any.complete(Any.VOID) == Any.VOID); in testComplete()
45 Any.complete(new Integer(10)).equals( in testComplete()
46 new Any(Type.LONG, new Integer(10)))); in testComplete()
48 Any.complete(null).equals( in testComplete()
49 new Any(new Type(XInterface.class), null))); in testComplete()
51 assertTrue(Any.complete(x).equals(new Any(new Type(XInterface.class), x))); in testComplete()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx280 Sequence<Any> aIni(2); in createInstanceWithArguments()
341 Sequence<Any> aIni(2); in createInstanceWithArguments()
404 Sequence< Any > aArguments(3); in createInstanceWithArguments()
453 Any aRet; in execute()
580 Any aContent; in loadComponentFromURL()
622 Any aContent; in getByHierarchicalName()
633 Any aContent; in hasByHierarchicalName()
647 Any aContent; in insertByHierarchicalName()
670 Any aContent; in removeByHierarchicalName()
687 Any aContent; in replaceByHierarchicalName()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx51 using ::com::sun::star::uno::Any;
66 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
324 void TitleWrapper::getFastCharacterPropertyValue( sal_Int32 nHandle, Any& rValue ) in getFastCharacterPropertyValue()
347 sal_Int32 nHandle, const Any& rValue ) throw (uno::Exception) in setFastCharacterPropertyValue()
386 Any SAL_CALL TitleWrapper::getPropertyValue( const OUString& rPropertyName ) in getPropertyValue()
389 Any aRet; in getPropertyValue()
427 Any aDefault = getPropertyDefault( rPropertyName ); in setPropertyToDefault()
433 Any SAL_CALL TitleWrapper::getPropertyDefault( const OUString& rPropertyName ) in getPropertyDefault()
436 Any aRet; in getPropertyDefault()
497 Any TitleWrapper::getReferenceSize() in getReferenceSize()
[all …]
/trunk/main/svx/source/unodraw/
H A Dshapeimpl.hxx49 … const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::c…
50 …rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::c…
56 …yValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::c…
57 …opertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw …
71 …rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::c…
77 …yValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::c…
78 …opertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw …
92 …rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::c…
98 …yValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::c…
99 …opertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw …
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx225 uno::Any aRet; in getByName()
284 uno::Any aRet; in getByIndex()
425 uno::Any aVal; in getStyleLoaderOptions()
655 uno::Any aRet; in getByIndex()
794 uno::Any aRet; in getByName()
1025 uno::Any aRet; in getPropertyValue()
1354 uno::Any aAny; in SwXStyle()
2481 uno::Any aRet; in lcl_GetStyleProperty()
4221 uno::Any aRet; in queryInterface()
4263 uno::Any aRet; in getByIndex()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextmodel.hxx67 ::com::sun::star::uno::Any m_aTabStop;
68 ::com::sun::star::uno::Any m_aBackgroundColor;
69 ::com::sun::star::uno::Any m_aBorderColor;
70 ::com::sun::star::uno::Any m_aVerticalAlignment;
92 ::com::sun::star::uno::Any m_aAlign;
113 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
135 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle )…
136 …ALL convertFastPropertyValue(::com::sun::star::uno::Any& rConvertedValue, ::com::sun::star::uno::A…
137 … sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
139 …tPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue) throw ( ::…
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocbasic.cxx52 Sequence<Any> *pRet = 0; in lcl_docbasic_convertArgs()
58 pRet = new Sequence<Any>( nCount ); in lcl_docbasic_convertArgs()
59 Any *pUnoArgs = pRet->getArray(); in lcl_docbasic_convertArgs()
112 Sequence<Any> *pUnoArgs = 0; in ExecMacro()
122 pUnoArgs = new Sequence< Any > (0); in ExecMacro()
126 Any aRet; in ExecMacro()
128 Sequence< Any > aOutArgs; in ExecMacro()
234 Sequence<Any> *pUnoArgs = 0; in CallEvent()
243 pUnoArgs = new Sequence <Any> (0); in CallEvent()
246 Any aRet; in CallEvent()
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx45 using ::com::sun::star::uno::Any;
134 const OUString& rServiceName, const Sequence< Any >& rArgs ) in CreateInstanceWithArgs()
197 bool ScfPropertySet::GetAnyProperty( Any& rValue, const OUString& rPropName ) const in GetAnyProperty()
216 Any aAny; in GetBoolProperty()
251 Any* pValue = rValues.getArray(); in GetProperties()
294 const Any* pValue = rValues.getConstArray(); in SetProperties()
375 Any aAny; in ReadValue()
391 void ScfPropSetHelper::WriteValue( const Any& rAny ) in WriteValue()
399 if( Any* pAny = GetNextAny() ) in WriteValue()
410 Any* ScfPropSetHelper::GetNextAny() in GetNextAny()
[all …]
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx98 Sequence< Any > aTypeInfoSettings; in getTypeInfo()
126 const Any* pIter = aTypeInfoSettings.getConstArray(); in getTypeInfo()
127 const Any* pEnd = pIter + aTypeInfoSettings.getLength(); in getTypeInfo()
178 …const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/ ) thro… in getExportedKeys() argument
196 const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/, in getIndexInfo() argument
203 …const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/, sal_I… in getBestRowIdentifier() argument
210 const Any& /*primaryCatalog*/, const ::rtl::OUString& /*primarySchema*/, in getCrossReference() argument
211 const ::rtl::OUString& /*primaryTable*/, const Any& /*foreignCatalog*/, in getCrossReference()
223 const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, in getProcedureColumns() argument
230 const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, in getProcedures() argument
[all …]

Completed in 175 milliseconds

12345678910>>...203