Home
last modified time | relevance | path

Searched defs:rAny (Results 1 – 25 of 101) sorted by last modified time

12345

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx802 sal_Bool TransferableHelper::SetAny( const Any& rAny, const DataFlavor& ) 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()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2796 bool AnimationImporter::importAttributeValue( const Atom* pAtom, Any& rAny ) in importAttributeValue()
3440 void AnimationImporter::dump( Any& rAny ) in dump()
3773 void AnimationImporter::dump_target( Any& rAny ) in dump_target()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1295 sal_Bool ScPageScaleToItem::QueryValue( uno::Any& rAny, sal_uInt8 nMemberId ) const in QueryValue()
1309 sal_Bool ScPageScaleToItem::PutValue( const uno::Any& rAny, sal_uInt8 nMemberId ) in PutValue()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx670 void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny,… in getPropertyValue()
/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()
H A Dunoparagraph.cxx952 uno::Any& rAny, const OUString& rPropertyName, sal_uInt16 nWID) in GetDefaultTextContentValue()
H A Dunoobj.cxx328 SwUnoCursorHelper::SetTxtFmtColl(const uno::Any & rAny, SwPaM & rPaM) in SetTxtFmtColl()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx45 template< class T > T getSafeValue( const Any& rAny ) in getSafeValue()
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx62 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()
118 inline sal_Bool SAL_CALL extractInterface( in extractInterface()
132 inline sal_Bool SAL_CALL any2bool( const ::com::sun::star::uno::Any & rAny ) in any2bool()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx67 inline Any::Any( const Any & rAny ) SAL_THROW( () ) in Any()
97 inline Any & Any::operator = ( const Any & rAny ) SAL_THROW( () ) in operator =()
196 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () ) in operator <<=()
206 inline void SAL_CALL operator <<= ( Any & rAny, bool const & value ) in operator <<=()
217 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () ) in operator >>=()
247 inline sal_Bool SAL_CALL operator >>= ( Any const & rAny, bool & value ) in operator >>=()
261 inline sal_Bool SAL_CALL operator == ( Any const & rAny, bool const & value ) in operator ==()
420 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, float & value ) SAL_THROW( () ) in operator >>=()
443 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, double & value ) SAL_THROW( () ) in operator >>=()
492 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Type & value ) SAL_THROW( () ) in operator >>=()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1750 const uno::Any& rAny, in Append()
3105 const uno::Any& rAny ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDouble()
3113 const uno::Any& rAny, in getDouble()
3125 const uno::Any& rAny ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getInt32()
3138 const uno::Any& rAny, in getInt32()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx299 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList() local
979 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList() local
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx679 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() local
710 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() local
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2125 const PropertyValue& rAny = rMyProps[nProps]; local
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx518 AccessibleDrawDocumentView::getGroupPosition( const uno::Any& rAny ) in getGroupPosition()
589 ::rtl::OUString AccessibleDrawDocumentView::getObjectLink( const uno::Any& rAny ) in getObjectLink()
935 …SAL_CALL AccessibleDrawDocumentView::get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int… in get_AccFlowTo()
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.cxx188 const Any rAny ) in lcl_setValue()
H A Dxformsexport.cxx241 const Any& rAny = pInstance[i].Value; in exportXFormsInstance() local
643 OUString lcl_convert( const Any& rAny ) in lcl_convert()
655 OUString lcl_convertRef( const Any& rAny ) in lcl_convertRef()
666 OUString lcl_string( const Any& rAny ) in lcl_string()
673 OUString lcl_bool( const Any& rAny ) in lcl_bool()
706 OUString lcl_whitespace( const Any& rAny ) in lcl_whitespace()
/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx523 Any& rAny = GetProperties()[nIndex].maValue; in FillPropertySet() local
626 Any rAny = rState.maValue; in FillPropertySet() local
H A Dtxtdrope.cxx53 void XMLTextDropCapExport::exportXML( const Any& rAny, in exportXML()
H A DXMLTextColumnsExport.cxx63 void XMLTextColumnsExport::exportXML( const Any& rAny ) in exportXML()
H A DXMLIndexMarkExport.cxx196 Any& rAny ) in lcl_ExportPropertyString()
214 Any& rAny ) in lcl_ExportPropertyBool()
/trunk/main/xmloff/source/style/
H A Dxmltabe.cxx111 void SvxXMLTabStopExport::Export( const uno::Any& rAny ) in Export()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx526 com::sun::star::uno::Any& rAny, in XMLConfigItemSetContext()
759 com::sun::star::uno::Any& rAny, in XMLConfigItemMapNamedContext()
795 com::sun::star::uno::Any& rAny, in XMLConfigItemMapIndexedContext()
H A DSettingsExportHelper.cxx66 void XMLSettingsExportHelper::CallTypeFunction(const uno::Any& rAny, in CallTypeFunction()
385 void XMLSettingsExportHelper::exportMapEntry(const uno::Any& rAny, in exportMapEntry()
444 const uno::Any &rAny, in exportForbiddenCharacters()
524 void XMLSettingsExportHelper::ManipulateSetting( uno::Any& rAny, const rtl::OUString& rName ) const in ManipulateSetting()

Completed in 234 milliseconds

12345