Home
last modified time | relevance | path

Searched refs:rAny (Results 26 – 50 of 159) sorted by last modified time

1234567

/trunk/main/xmloff/source/style/
H A Dxmltabe.cxx111 void SvxXMLTabStopExport::Export( const uno::Any& rAny ) in Export() argument
114 if(!(rAny >>= aSeq)) in Export()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx172 com::sun::star::uno::Any& rAny,
194 com::sun::star::uno::Any& rAny,
218 com::sun::star::uno::Any& rAny,
238 com::sun::star::uno::Any& rAny,
262 com::sun::star::uno::Any& rAny,
526 com::sun::star::uno::Any& rAny, in XMLConfigItemSetContext() argument
528 : XMLConfigBaseContext( rImport, nPrfx, rLName, rAny, pBaseContext ) in XMLConfigItemSetContext()
759 com::sun::star::uno::Any& rAny, in XMLConfigItemMapNamedContext() argument
761 : XMLConfigBaseContext(rImport, nPrfx, rLName, rAny, pBaseContext) in XMLConfigItemMapNamedContext()
795 com::sun::star::uno::Any& rAny, in XMLConfigItemMapIndexedContext() argument
[all …]
H A DSettingsExportHelper.cxx66 void XMLSettingsExportHelper::CallTypeFunction(const uno::Any& rAny, in CallTypeFunction() argument
69 uno::Any aAny( rAny ); in CallTypeFunction()
385 void XMLSettingsExportHelper::exportMapEntry(const uno::Any& rAny, in exportMapEntry() argument
391 rAny >>= aProps; in exportMapEntry()
444 const uno::Any &rAny, in exportForbiddenCharacters() argument
450 rAny >>= xForbChars; in exportForbiddenCharacters()
451 rAny >>= xLocales; in exportForbiddenCharacters()
529 if( rAny >>= nTmp ) in ManipulateSetting()
534 rAny <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("disabled")); in ManipulateSetting()
560 rAny >>= aURL; in ManipulateSetting()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmltabe.hxx51 void Export( const ::com::sun::star::uno::Any& rAny );
H A DSettingsExportHelper.hxx61 void ManipulateSetting( com::sun::star::uno::Any& rAny, const rtl::OUString& rName ) const;
63 void CallTypeFunction(const com::sun::star::uno::Any& rAny,
80 void exportMapEntry(const com::sun::star::uno::Any& rAny,
94 const com::sun::star::uno::Any &rAny,
/trunk/main/xmloff/inc/
H A DXMLTextColumnsExport.hxx50 void exportXML( const ::com::sun::star::uno::Any& rAny );
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx112 void lcl_AnyToTag(XMLTag::Pointer_t pTag, const uno::Any & rAny) in lcl_AnyToTag() argument
116 rAny >>= aInt; in lcl_AnyToTag()
120 rAny >>= auInt; in lcl_AnyToTag()
124 rAny >>= aFloat; in lcl_AnyToTag()
128 rAny >>= aStr; in lcl_AnyToTag()
136 void PropertyMap::Insert( PropertyIds eId, bool bIsTextProperty, const uno::Any& rAny, bool bOverwr… in Insert() argument
144 lcl_AnyToTag(pTag, rAny); in Insert()
158 rAny )); in Insert()
H A DPropertyMap.hxx115 …void Insert( PropertyIds eId, bool bIsTextProperty, const ::com::sun::star::uno::Any& rAny, bool b…
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx76 void addAttr(string name, uno::Any rAny);
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp268 …eText::get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, Any &rAny) in get_AnyFromOLECHAR() argument
283 rAny.setValue(&nValue, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
290 rAny.setValue(&nValue, getCppuType((sal_Bool *)sal_False)); in get_AnyFromOLECHAR()
299 rAny.setValue(&nValue, getCppuType((short *)0)); in get_AnyFromOLECHAR()
306 rAny.setValue(&fValue, getCppuType((float *)0)); in get_AnyFromOLECHAR()
311 rAny.setValue(&ouValue, getCppuType((::rtl::OUString *)0)); in get_AnyFromOLECHAR()
317 rAny.setValue(&fontSlant, getCppuType((::com::sun::star::awt::FontSlant*)0)); in get_AnyFromOLECHAR()
427 rAny.setValue(&seqTabStop, getCppuType((Sequence< ::com::sun::star::style::TabStop >*)0)); in get_AnyFromOLECHAR()
470 rAny.setValue(&lineSpacing, getCppuType((::com::sun::star::style::LineSpacing* )0)); in get_AnyFromOLECHAR()
476 rAny.setValue(&nDefault, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
H A DAccEditableText.h107 …HAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, com::sun::star::uno::Any &rAny);
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx62 AtkStateType mapState( const uno::Any &rAny ) in mapState() argument
65 rAny >>= nState; in mapState()
96 static AtkObject *getObjFromAny( const uno::Any &rAny ) in getObjFromAny() argument
99 rAny >>= xAccessible; in getObjFromAny()
H A Datktextattributes.cxx245 Float2String(const uno::Any& rAny) in Float2String() argument
258 rAny = uno::makeAny( fval ); in String2Float()
390 rAny = uno::makeAny( nColor ); in String2Color()
483 switch( rAny.get<short>() ) in Adjust2Justification()
625 GetString(const uno::Any& rAny) in GetString() argument
686 if( rAny.get<sal_Bool>() ) in Bool2String()
704 rAny = uno::makeAny(bValue); in String2Bool()
735 switch( rAny.get<short>() ) in CaseMap2String()
925 if( rAny.get<sal_Bool>() ) in Bool2Shadow()
1002 if( rAny >>= ls ) in LineSpacing2LineHeight()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3922 OUString getString( const Any& rAny ) in getString() argument
3925 rAny >>= aStr; in getString()
3928 bool getBool( const Any& rAny ) in getBool() argument
3931 rAny >>= bBool; in getBool()
3934 sal_Int32 getInt( const Any& rAny ) in getInt() argument
3937 rAny >>= n; in getInt()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx629 switch( rAny.getValueType().getTypeClass() ) in extractIntFromAny()
638 return rAny.get< sal_Int32 >(); in extractIntFromAny()
646 return rAny.hasValue() ? extractIntFromAny( rAny ) : nDefault; in extractIntFromAny()
651 switch( rAny.getValueType().getTypeClass() ) in extractBoolFromAny()
654 return rAny.get< bool >(); in extractBoolFromAny()
656 return rAny.get< float >() != 0.0; in extractBoolFromAny()
658 return rAny.get< double >() != 0.0; in extractBoolFromAny()
662 return rAny.get< sal_Int32 >() != 0; in extractBoolFromAny()
664 return rAny.get< sal_Int64 >() != 0; in extractBoolFromAny()
672 return rAny.hasValue() ? extractBoolFromAny( rAny ) : bDefault; in extractBoolFromAny()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx96 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny ) throw (css::uno::Runt…
99 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny, sal_Int32 nDefault ) t…
103 …VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny ) throw (css::uno::RuntimeE…
106 …VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny, bool bDefault ) throw (css…
110 …VBAHELPER_DLLPUBLIC ::rtl::OUString extractStringFromAny( const css::uno::Any& rAny, bool bUpperca…
113 …VBAHELPER_DLLPUBLIC ::rtl::OUString extractStringFromAny( const css::uno::Any& rAny, const ::rtl::…
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx66 template< typename T > inline T takeAny(star::uno::Any const & rAny) in takeAny() argument
69 rAny >>= aValue; in takeAny()
/trunk/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx280 …inline void SAL_CALL operator <<= ( ::com::sun::star::uno::Any & rAny, const SharedUNOComponent< I… in operator <<=() argument
282 rAny <<= value.getTyped(); in operator <<=()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx505 ::impl_getCurrentContentIdentifierString( Any& rAny in impl_getCurrentContentIdentifierString() argument
509 rAny <<= xContentAccess->queryContentIdentifierString(); in impl_getCurrentContentIdentifierString()
513 ::impl_getCurrentContentIdentifier( Any& rAny in impl_getCurrentContentIdentifier() argument
517 rAny <<= xContentAccess->queryContentIdentifier(); in impl_getCurrentContentIdentifier()
521 ::impl_getCurrentContent( Any& rAny in impl_getCurrentContent() argument
525 rAny <<= xContentAccess->queryContent(); in impl_getCurrentContent()
H A Dcachedcontentresultsetstub.hxx72 com::sun::star::uno::Any& rAny
79 com::sun::star::uno::Any& rAny
86 com::sun::star::uno::Any& rAny
/trunk/main/toolkit/source/awt/
H A Dasynccallback.cxx76 …ackData( const css::uno::Reference< css::awt::XCallback >& rCallback, const css::uno::Any& rAny ) : in CallbackData()
77 xCallback( rCallback ), aData( rAny ) {} in CallbackData()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb92 rAny As Any)
108 rData.Any = rAny
116 rAny As Any, rSequence() As TestElement)
120 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny )
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx85 const ::com::sun::star::uno::Any& rAny ) in assign()
101 rData.Any = rAny; in assign()
112 const ::com::sun::star::uno::Any& rAny, in assign()
117 eEnum, rStr, xTest, rAny ); in assign()
195 ::com::sun::star::uno::Any& rAny,
207 ::com::sun::star::uno::Any& rAny,
569 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
580 ::com::sun::star::uno::Any& rAny, in setValues2() argument
587 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
604 ::com::sun::star::uno::Any& rAny, in getValues() argument
[all …]
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py51 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument
66 rData.Any = rAny;
H A Dsamplecomponent.py37 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument
52 rData.Any = rAny;

Completed in 110 milliseconds

1234567