Home
last modified time | relevance | path

Searched refs:rAny (Results 76 – 100 of 159) sorted by path

1234567

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2902 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ) in QueryState() argument
2925 rAny = aState; in QueryState()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2070 void CustomPropertiesWindow::AddLine( const ::rtl::OUString& sName, Any& rAny ) in AddLine() argument
2121 if ( rAny >>= nTmpValue ) in AddLine()
2128 else if ( rAny >>= bTmpValue ) in AddLine()
2133 else if ( rAny >>= sTmpValue ) in AddLine()
2138 else if ( rAny >>= aTmpDate ) in AddLine()
2144 else if ( rAny >>= aTmpDuration ) in AddLine()
2149 else if ( rAny >>= aTmpDateTime ) in AddLine()
2394 void CustomPropertiesControl::AddLine( const ::rtl::OUString& sName, Any& rAny, bool bInteractive ) in AddLine() argument
2396 m_aPropertiesWin.AddLine( sName, rAny ); in AddLine()
H A Dtempldlg.cxx2807 ::rtl::OUString lcl_GetLabel(uno::Any& rAny) in IMPL_LINK_INLINE_END()
2811 if ( rAny >>= aPropSeq ) in IMPL_LINK_INLINE_END()
/trunk/main/sfx2/source/inc/
H A Dtplcomp.hxx79 const ::com::sun::star::uno::Any& rAny );
80 void CreatePopupMenu( ::com::sun::star::uno::Any& rAny ) const;
166 const ::com::sun::star::uno::Any& rAny );
177 void CreatePopupMenu( ::com::sun::star::uno::Any& rAny ) const;
/trunk/main/sfx2/source/view/
H A Dframe.cxx625 SfxUsrAnyItem::SfxUsrAnyItem( sal_uInt16 nWhichId, const ::com::sun::star::uno::Any& rAny ) in SfxUsrAnyItem() argument
628 aValue = rAny; in SfxUsrAnyItem()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx679 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() local
682 if( !rAny.hasValue() ) in getDefault()
694 if( !(rAny >>= aValue) ) in getDefault()
710 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() local
713 if( !rAny.hasValue() ) in getDefault()
725 if( !(rAny >>= nValue) ) in getDefault()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx91 bool isIndefiniteTiming( const uno::Any& rAny ) in isIndefiniteTiming() argument
93 if( !rAny.hasValue() ) in isIndefiniteTiming()
98 if( !(rAny >>= eTiming) || in isIndefiniteTiming()
H A Dnodetools.hxx75 bool isIndefiniteTiming( const ::com::sun::star::uno::Any& rAny );
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2125 const PropertyValue& rAny = rMyProps[nProps]; local
2126 if ( rAny.Name.equalsAscii("FullPath") )
2129 if ( ( rAny.Value >>= aTmp ) && aTmp == rPath )
2134 else if ( rAny.Name.equalsAscii("MediaType") )
2136 if ( ( rAny.Value >>= aType ) && aType.getLength() && bFound )
/trunk/main/starmath/source/
H A Dunomodel.cxx428 sal_Int16 lcl_AnyToINT16(const uno::Any& rAny) in lcl_AnyToINT16() argument
430 uno::TypeClass eType = rAny.getValueType().getTypeClass(); in lcl_AnyToINT16()
434 nRet = (sal_Int16)*(double*)rAny.getValue(); in lcl_AnyToINT16()
436 nRet = (sal_Int16)*(float*)rAny.getValue(); in lcl_AnyToINT16()
438 rAny >>= nRet; in lcl_AnyToINT16()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx356 nRet = *(sal_Int32 *)rAny.getValue(); in toHyper()
367 nRet = *(sal_Int8 *)rAny.getValue(); in toHyper()
371 nRet = *(sal_Int16 *)rAny.getValue(); in toHyper()
379 nRet = *(sal_Int32 *)rAny.getValue(); in toHyper()
387 nRet = *(sal_Int64 *)rAny.getValue(); in toHyper()
392 nRet = *(sal_Int64 *)rAny.getValue(); in toHyper()
471 fRet = *(sal_Int32 *)rAny.getValue(); in toDouble()
482 fRet = *(sal_Int8 *)rAny.getValue(); in toDouble()
486 fRet = *(sal_Int16 *)rAny.getValue(); in toDouble()
510 fRet = *(float *)rAny.getValue(); in toDouble()
[all …]
/trunk/main/stoc/test/
H A Dtestiadapter.cxx128 const ::com::sun::star::uno::Any& rAny ) in assign()
144 rData.Any = rAny; in assign()
155 const ::com::sun::star::uno::Any& rAny, in assign()
160 eEnum, rStr, xTest, rAny ); in assign()
193 ::com::sun::star::uno::Any& rAny,
205 ::com::sun::star::uno::Any& rAny,
692 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
703 ::com::sun::star::uno::Any& rAny, in setValues2() argument
710 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
722 ::com::sun::star::uno::Any& rAny, in getValues() argument
[all …]
/trunk/main/svl/inc/svl/
H A Ditemprop.hxx124 com::sun::star::uno::Any& rAny) const
128 com::sun::star::uno::Any& rAny) const
/trunk/main/svl/source/items/
H A Ditemprop.cxx221 const SfxItemSet& rSet, Any& rAny ) const in getPropertyValue()
232 pItem->QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
240 rItem.QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
249 rAny.getValueTypeClass() == TypeClass_LONG ) in getPropertyValue()
251 sal_Int32 nTmp = *(sal_Int32*)rAny.getValue(); in getPropertyValue()
252 rAny.setValue( &nTmp, *rEntry.pType ); in getPropertyValue()
259 const SfxItemSet& rSet, Any& rAny ) const in getPropertyValue()
266 getPropertyValue( *pEntry,rSet, rAny ); in getPropertyValue()
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx46 SVT_DLLPRIVATE sal_Bool ImplGetPropertyValue( ::com::sun::star::uno::Any& rAny,
87 void WriteAny( const rtl::OUString& rKey, const ::com::sun::star::uno::Any& rAny );
H A Dtransfer.hxx258 …sal_Bool SetAny( const ::com::sun::star::uno::Any& rAny, const ::com::sun::star::datatransfer…
573 void CopyAny( sal_uInt16 nFmt, const ::com::sun::star::uno::Any& rAny );
H A Dunoevent.hxx183 const ::com::sun::star::uno::Any& rAny)
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx207 sal_Bool FilterConfigItem::ImplGetPropertyValue( Any& rAny, const Reference< XPropertySet >& rXProp… in ImplGetPropertyValue() argument
232 rAny = rXPropSet->getPropertyValue( rString ); in ImplGetPropertyValue()
233 if ( !rAny.hasValue() ) in ImplGetPropertyValue()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx802 sal_Bool TransferableHelper::SetAny( const Any& rAny, const DataFlavor& ) in SetAny() argument
804 maAny = rAny; in SetAny()
H A Dtransfer2.cxx597 const ::com::sun::star::uno::Any& rAny ) in CopyAny()
601 aEntry.aAny = rAny; in CopyAny()
/trunk/main/svtools/source/uno/
H A Dunoevent.cxx209 void SvBaseEventDescriptor::getAnyFromMacro(Any& rAny, in getAnyFromMacro() argument
247 rAny <<= aSequence; in getAnyFromMacro()
272 rAny <<= aSequence; in getAnyFromMacro()
296 rAny <<= aSequence; in getAnyFromMacro()
304 const Any& rAny) in getMacroFromAny() argument
309 rAny >>= aSequence; in getMacroFromAny()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx172 getGroupPosition( const ::com::sun::star::uno::Any& rAny )
H A Dsvdsob.hxx110 void PutValue(const com::sun::star::uno::Any & rAny);
113 void QueryValue(com::sun::star::uno::Any & rAny) const;
H A Dunoshape.hxx145 …ool tryQueryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::Any& rAny );
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx144 void SetOfByte::PutValue( const com::sun::star::uno::Any & rAny ) in PutValue() argument
147 if( rAny >>= aSeq ) in PutValue()
168 void SetOfByte::QueryValue( com::sun::star::uno::Any & rAny ) const in QueryValue()
188 rAny <<= aSeq; in QueryValue()

Completed in 165 milliseconds

1234567