Home
last modified time | relevance | path

Searched refs:rAny (Results 1 – 25 of 159) sorted by last modified time

1234567

/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()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7538 sal_Bool SvxMSDffManager::SetPropValue( const uno::Any& rAny, const uno::Reference< ::com::sun::sta… in SetPropValue() argument
7561 rXPropSet->setPropertyValue( rPropName, rAny ); in SetPropValue()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2817 rAny <<= nByte; in importAttributeValue()
2830 rAny <<= nInt32; in importAttributeValue()
2857 rAny <<= aOUString; in importAttributeValue()
3450 if( rAny >>= aSeq ) in dump()
3461 else if( rAny >>= aString ) in dump()
3467 else if( rAny >>= nInt ) in dump()
3471 else if( rAny >>= bBool ) in dump()
3475 else if( rAny >>= fDouble ) in dump()
3483 else if( rAny >>= aEvent ) in dump()
3777 if( rAny >>= aSeq ) in dump_target()
[all …]
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1295 sal_Bool ScPageScaleToItem::QueryValue( uno::Any& rAny, sal_uInt8 nMemberId ) const in QueryValue() argument
1300 case SC_MID_PAGE_SCALETO_WIDTH: rAny <<= mnWidth; break; in QueryValue()
1301 case SC_MID_PAGE_SCALETO_HEIGHT: rAny <<= mnHeight; break; in QueryValue()
1309 sal_Bool ScPageScaleToItem::PutValue( const uno::Any& rAny, sal_uInt8 nMemberId ) in PutValue() argument
1314 case SC_MID_PAGE_SCALETO_WIDTH: bRet = rAny >>= mnWidth; break; in PutValue()
1315 case SC_MID_PAGE_SCALETO_HEIGHT: bRet = rAny >>= mnHeight; break; in PutValue()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx670 void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny,… in getPropertyValue() argument
692 rAny <<= xField; in getPropertyValue()
700 rAny <<= aType; in getPropertyValue()
705 rAny <<= aType; in getPropertyValue()
710 if(!GetPropertyValueHelper( *((SfxItemSet*)(&rSet)), pMap, rAny, &maSelection, GetEditSource() )) in getPropertyValue()
711 rAny = mpPropSet->getPropertyValue(pMap, rSet, true, false ); in getPropertyValue()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx281 …yValue( const SfxItemPropertySimpleEntry* pMap, com::sun::star::uno::Any& rAny, const SfxItemSet& …
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1092 void SwAnyMapHelper::SetValue( sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& rAny ) in SetValue() argument
1098 *(aIt->second) = rAny; in SetValue()
1101 insert( value_type(nKey, new uno::Any( rAny )) ); in SetValue()
H A Dunoparagraph.cxx187 uno::Any& rAny ) const
502 uno::Any& rAny ) const in GetSinglePropertyValue_Impl()
514 if(!aOriginalBrushItem.QueryValue(rAny, nMemberId)) in GetSinglePropertyValue_Impl()
529 rAny <<= drawing::BitmapMode_REPEAT; in GetSinglePropertyValue_Impl()
533 rAny <<= drawing::BitmapMode_STRETCH; in GetSinglePropertyValue_Impl()
537 rAny <<= drawing::BitmapMode_NO_REPEAT; in GetSinglePropertyValue_Impl()
549 m_rPropSet.getPropertyValue(rEntry, rSet, rAny); in GetSinglePropertyValue_Impl()
556 rAny >>= nValue; in GetSinglePropertyValue_Impl()
557 rAny <<= static_cast< sal_Int16 >(nValue); in GetSinglePropertyValue_Impl()
571 if(rAny >>= nValue) in GetSinglePropertyValue_Impl()
[all …]
H A Dunoobj.cxx328 SwUnoCursorHelper::SetTxtFmtColl(const uno::Any & rAny, SwPaM & rPaM) in SetTxtFmtColl() argument
336 rAny >>= uStyle; in SetTxtFmtColl()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx45 template< class T > T getSafeValue( const Any& rAny ) in getSafeValue() argument
48 bool bOk = (rAny >>= value); in getSafeValue()
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx64 if (rAny.getValueTypeClass() == ::com::sun::star::uno::TypeClass_ENUM) in enum2int()
66 rnEnum = * reinterpret_cast< const int * >( rAny.getValue() ); in enum2int()
70 return rAny >>= rnEnum; in enum2int()
81 inline void SAL_CALL any2enum( E & eRet, const ::com::sun::star::uno::Any & rAny ) in any2enum() argument
85 if (! (rAny >>= eRet)) in any2enum()
89 if (! (rAny >>= nValue)) in any2enum()
120 const ::com::sun::star::uno::Any & rAny ) in extractInterface()
123 return (rAny >>= rxOut); in extractInterface()
132 inline sal_Bool SAL_CALL any2bool( const ::com::sun::star::uno::Any & rAny ) in any2bool() argument
136 if ( rAny >>= sValue) in any2bool()
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx69 ::uno_type_any_construct( this, rAny.pData, rAny.pType, (uno_AcquireFunc)cpp_acquire ); in Any()
99 if (this != &rAny) in operator =()
102 this, rAny.pData, rAny.pType, in operator =()
167 pData, pType, rAny.pData, rAny.pType, in operator ==()
174 pData, pType, rAny.pData, rAny.pType, in operator !=()
222 rAny.pData, rAny.pType, in operator >>=()
285 switch (rAny.pType->eTypeClass) in operator >>=()
301 switch (rAny.pType->eTypeClass) in operator >>=()
511 if (&rAny != &value) in operator >>=()
514 &value, rAny.pData, rAny.pType, in operator >>=()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1750 const uno::Any& rAny, in Append() argument
1753 if( rAny.getValueTypeClass() == uno::TypeClass_SEQUENCE ) in Append()
1758 if( rAnyConv.getDouble( fValue, rAny ) ) in Append()
3079 switch( rAny.getValueTypeClass() ) in getDouble()
3085 rAny >>= rfResult; in getDouble()
3108 return getDouble( rfResult, rAny ); in getDouble()
3113 const uno::Any& rAny, in getDouble() argument
3117 if( !getDouble( fResult, xPropSet, rAny ) ) in getDouble()
3128 sal_Bool bContainsVal = getDouble( fResult, xPropSet, rAny ); in getInt32()
3138 const uno::Any& rAny, in getInt32() argument
[all …]
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx299 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList() local
300 rAny <<= *(lKeys.begin()); in getPreferredKeyEventsForCommandList()
979 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList() local
980 rAny <<= *(pPreferredKey); in getPreferredKeyEventsForCommandList()
/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/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/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx518 AccessibleDrawDocumentView::getGroupPosition( const uno::Any& rAny ) in getGroupPosition() argument
528 rAny >>= xAccContent; in getGroupPosition()
589 ::rtl::OUString AccessibleDrawDocumentView::getObjectLink( const uno::Any& rAny ) in getObjectLink() argument
595 rAny >>= xAccContent; in getObjectLink()
935 …SAL_CALL AccessibleDrawDocumentView::get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int… in get_AccFlowTo() argument
943 rAny >>= xShape; in get_AccFlowTo()
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.cxx188 const Any rAny ) in lcl_setValue() argument
190 xPropertySet->setPropertyValue( rName, rAny ); in lcl_setValue()
H A Dxformsapi.hxx60 const com::sun::star::uno::Any rAny );
H A Dxformsexport.cxx243 rAny >>= sId; in exportXFormsInstance()
245 rAny >>= sURL; in exportXFormsInstance()
247 rAny >>= xDoc; in exportXFormsInstance()
643 OUString lcl_convert( const Any& rAny ) in lcl_convert() argument
647 if( rAny >>= aData ) in lcl_convert()
659 if( rAny >>= aData ) in lcl_convertRef()
666 OUString lcl_string( const Any& rAny ) in lcl_string() argument
669 rAny >>= aResult; in lcl_string()
673 OUString lcl_bool( const Any& rAny ) in lcl_bool() argument
676 if( rAny >>= bResult ) in lcl_bool()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx523 Any& rAny = GetProperties()[nIndex].maValue; in FillPropertySet() local
524 sal_Bool bVal = *(sal_Bool*)rAny.getValue(); in FillPropertySet()
626 Any rAny = rState.maValue; in FillPropertySet() local
632 rAny >>= sFontName; in FillPropertySet()
644 Any aAny(rAny); in FillPropertySet()
H A Dtxtdrope.cxx53 void XMLTextDropCapExport::exportXML( const Any& rAny, in exportXML() argument
58 rAny >>= aFormat; in exportXML()
H A Dtxtdrope.hxx41 void exportXML( const ::com::sun::star::uno::Any& rAny,
H A DXMLTextColumnsExport.cxx63 void XMLTextColumnsExport::exportXML( const Any& rAny ) in exportXML() argument
66 rAny >>= xColumns; in exportXML()
H A DXMLIndexMarkExport.cxx196 Any& rAny ) in lcl_ExportPropertyString() argument
198 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyString()
201 if( rAny >>= sValue ) in lcl_ExportPropertyString()
214 Any& rAny ) in lcl_ExportPropertyBool() argument
216 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyBool()
219 if( rAny >>= bValue ) in lcl_ExportPropertyBool()

Completed in 246 milliseconds

1234567