| /AOO41X/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 26 import com.sun.star.uno.Any; 49 success &= testType(Any.class, TypeClass.ANY, "any"); in test() 60 success &= testType(Any[].class, TypeClass.SEQUENCE, "[]any"); in test() 84 success &= testType(Any[][].class, TypeClass.SEQUENCE, "[][]any"); in test() 116 success &= testMapAny(transport, Any.VOID, new CompareBoxed()); in test() 122 new Any(Type.BOOLEAN, Boolean.FALSE), in test() 125 new Any(Type.BOOLEAN, Boolean.TRUE), in test() 136 new Any(Type.BYTE, new Byte((byte) -128)), in test() 139 new Any(Type.BYTE, new Byte((byte) 0)), in test() 142 new Any(Type.BYTE, new Byte((byte) 127)), in test() [all …]
|
| /AOO41X/main/odk/examples/CLI/CSharp/Spreadsheet/ |
| H A D | SpreadsheetSample.cs | 102 "URL", new uno.Any( "http://www.example.org" ) ); in doCellSamples() 104 "Representation", new uno.Any( "hyperlink" ) ); in doCellSamples() 118 uno.Any aPortionObj = xParaEnum.nextElement(); in doCellSamples() 141 "CharColor", new uno.Any( (Int32) 0x003399 ) ); in doCellSamples() 143 "CharHeight", new uno.Any( (Single) 20.0 ) ); in doCellSamples() 146 "ParaLeftMargin", new uno.Any( (Int32) 500 ) ); in doCellSamples() 149 "IsCellBackgroundTransparent", new uno.Any( false ) ); in doCellSamples() 151 "CellBackColor", new uno.Any( (Int32) 0x99CCFF ) ); in doCellSamples() 202 "CharColor", new uno.Any( (Int32) 0x003399 ) ); in doCellRangeSamples() 204 "CharHeight", new uno.Any( (Single) 20.0 ) ); in doCellRangeSamples() [all …]
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.hxx | 74 …virtual bool processValue( const css::uno::Any& aValue, const css::uno::Reference< css::table::XCe… 83 virtual void processValue( sal_Int32 x, sal_Int32 y, const css::uno::Any& aValue ) = 0; 84 virtual const css::uno::Any& getValue() const = 0; 109 css::uno::Any getValue( ValueGetter& rValueGetter ) throw (css::uno::RuntimeException); 110 …void setValue( const css::uno::Any& aValue, ValueSetter& setter, bool bFireEvent ) throw ( css::un… 112 …css::uno::Any getFormulaValue( formula::FormulaGrammar::Grammar ) throw (css::uno::RuntimeExceptio… 113 …void setFormulaValue( const css::uno::Any& aValue, formula::FormulaGrammar::Grammar, bool bFireEve… 121 …css::uno::Reference< ov::excel::XRange > SpecialCellsImpl( sal_Int32 nType, const css::uno::Any& _… 133 …ScVbaRange( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComp… 160 …const css::uno::Any &nRowIndex, const css::uno::Any &nColumnIndex ) throw(css::uno::RuntimeExcepti… [all …]
|
| H A D | vbaapplication.hxx | 65 …Any SAL_CALL invoke(const rtl::OUString& FunctionName, const css::uno::Sequence< css::uno::Any >&… 66 …virtual void SAL_CALL setValue(const rtl::OUString& PropertyName, const css::uno::Any& Value) thr… 67 …virtual css::uno::Any SAL_CALL getValue(const rtl::OUString& PropertyName) throw(css::beans::Unkn… 83 virtual css::uno::Any SAL_CALL getSelection() throw (css::uno::RuntimeException); 93 …virtual css::uno::Any SAL_CALL Workbooks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx… 94 …virtual css::uno::Any SAL_CALL Worksheets( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE… 95 virtual css::uno::Any SAL_CALL WorksheetFunction( ) throw (css::uno::RuntimeException); 96 …virtual css::uno::Any SAL_CALL Evaluate( const ::rtl::OUString& Name ) throw (css::uno::RuntimeExc… 97 …virtual css::uno::Any SAL_CALL Dialogs( const css::uno::Any& DialogIndex ) throw (css::uno::Runtim… 98 virtual css::uno::Any SAL_CALL getCutCopyMode() throw (css::uno::RuntimeException); [all …]
|
| H A D | vbaglobals.hxx | 50 ScVbaGlobals( css::uno::Sequence< css::uno::Any > const& aArgs, 63 virtual css::uno::Any SAL_CALL getSelection() throw (css::uno::RuntimeException); 66 …rence< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any& RowIndex, const css::uno::Any& Col… 67 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any& aIndex ) t… 68 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 69 …virtual css::uno::Any SAL_CALL Evaluate( const ::rtl::OUString& Name ) throw (css::uno::RuntimeExc… 71 …virtual css::uno::Any SAL_CALL WorkSheets(const css::uno::Any& aIndex ) throw (css::uno::RuntimeEx… 72 …virtual css::uno::Any SAL_CALL WorkBooks(const css::uno::Any& aIndex ) throw (css::uno::RuntimeExc… 73 virtual css::uno::Any SAL_CALL WorksheetFunction( ) throw (css::uno::RuntimeException); 74 …virtual css::uno::Any SAL_CALL Windows( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce… [all …]
|
| H A D | vbaglobals.cxx | 49 ScVbaGlobals::ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponent… in ScVbaGlobals() 115 uno::Any SAL_CALL 116 ScVbaGlobals::WorkBooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in WorkBooks() 118 return uno::Any( getApplication()->Workbooks(aIndex) ); in WorkBooks() 121 uno::Any SAL_CALL 122 ScVbaGlobals::WorkSheets(const uno::Any& aIndex) throw (uno::RuntimeException) in WorkSheets() 126 uno::Any SAL_CALL 127 ScVbaGlobals::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets() 132 uno::Any SAL_CALL 133 ScVbaGlobals::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeException) in Range() [all …]
|
| H A D | vbaworksheet.hxx | 67 css::uno::Any getControlShape( const rtl::OUString& sName ); 79 …ScVbaWorksheet( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::X… 100 …virtual css::uno::Any SAL_CALL ChartObjects( const css::uno::Any& Index ) throw (css::uno::Runtime… 103 …virtual css::uno::Any SAL_CALL HPageBreaks( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 104 …virtual css::uno::Any SAL_CALL VPageBreaks( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 116 …ference< ov::excel::XRange > SAL_CALL Range( const css::uno::Any& Cell1, const css::uno::Any& Cell… 117 …virtual void SAL_CALL Move( const css::uno::Any& Before, const css::uno::Any& After ) throw (css::… 118 …virtual void SAL_CALL Copy( const css::uno::Any& Before, const css::uno::Any& After ) throw (css::… 119 …virtual void SAL_CALL Paste( const css::uno::Any& Destination, const css::uno::Any& Link ) throw (… 121 …ss::uno::Any& Password, const css::uno::Any& DrawingObjects, const css::uno::Any& Contents, const … [all …]
|
| H A D | vbaapplication.cxx | 96 uno::Any sbxToUnoValue( SbxVariable* pVar ); 155 uno::Any SAL_CALL 156 …tionName, const uno::Sequence< uno::Any >& Params, uno::Sequence< sal_Int16 >& OutParamIndex, uno:… in invoke() 160 uno::Any aAny; in invoke() 174 ScVbaApplication::setValue( const ::rtl::OUString& PropertyName, const uno::Any& Value ) throw(bean… in setValue() 180 uno::Any SAL_CALL 227 uno::Any SAL_CALL 290 uno::Any SAL_CALL 291 ScVbaApplication::Workbooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Workbooks() 297 return uno::Any( xWorkBooks ); in Workbooks() [all …]
|
| H A D | vbaworksheet.cxx | 191 ScVbaWorksheet::ScVbaWorksheet( uno::Sequence< uno::Any> const & args, in ScVbaWorksheet() 256 …xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ), uno::Any( b… in setVisible() 369 …alue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoFilter" ) ), uno::Any( bAutoFilterMode ) … in setAutoFilterMode() 397 uno::Any 398 ScVbaWorksheet::HPageBreaks( const uno::Any& aIndex ) throw (uno::RuntimeException) in HPageBreaks() 403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks() 407 uno::Any 408 ScVbaWorksheet::VPageBreaks( const uno::Any& aIndex ) throw ( uno::RuntimeException ) in VPageBreaks() 413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks() 469 ScVbaWorksheet::Move( const uno::Any& Before, const uno::Any& After ) throw (uno::RuntimeException) in Move() [all …]
|
| H A D | vbawindow.hxx | 55 …void Scroll( const css::uno::Any& Down, const css::uno::Any& Up, const css::uno::Any& ToRight, con… 65 const css::uno::Sequence< css::uno::Any >& aArgs, 73 …virtual void SAL_CALL setCaption( const css::uno::Any& _caption ) throw (css::uno::RuntimeExceptio… 74 virtual css::uno::Any SAL_CALL getCaption() throw (css::uno::RuntimeException); 99 virtual css::uno::Any SAL_CALL getScrollRow() throw (css::uno::RuntimeException) ; 100 …virtual void SAL_CALL setScrollRow( const css::uno::Any& _scrollrow ) throw (css::uno::RuntimeExce… 101 virtual css::uno::Any SAL_CALL getScrollColumn() throw (css::uno::RuntimeException) ; 102 …virtual void SAL_CALL setScrollColumn( const css::uno::Any& _scrollcolumn ) throw (css::uno::Runti… 103 virtual css::uno::Any SAL_CALL getView() throw (css::uno::RuntimeException); 104 virtual void SAL_CALL setView( const css::uno::Any& _view ) throw (css::uno::RuntimeException); [all …]
|
| /AOO41X/main/extensions/test/ole/OleClient/ |
| H A D | clientTest.cxx | 65 bool checkOutArgs(const Sequence<Any> & outArgs, 66 const Sequence<sal_Int16> & indices, const Sequence<Any> & values); 72 bool equalSequences(const Any& orig, const Any& returned); 80 void printSequence( Sequence<Any>& val); 115 Sequence<Any> seqOut; in doParameterTest() 117 Any arArgs[2]; in doParameterTest() 118 Any arValue[2]; in doParameterTest() 119 Any arArgs1[4]; in doParameterTest() 126 NamedArgument argOut1(OUString(L"val1"), Any()); in doParameterTest() 127 NamedArgument argOut2(OUString(L"val2"), Any()); in doParameterTest() [all …]
|
| /AOO41X/main/cppuhelper/inc/cppuhelper/ |
| H A D | queryinterface.hxx | 43 inline ::com::sun::star::uno::Any SAL_CALL queryInterface( in queryInterface() 49 return ::com::sun::star::uno::Any( &p1, rType ); in queryInterface() 51 return ::com::sun::star::uno::Any(); in queryInterface() 63 inline ::com::sun::star::uno::Any SAL_CALL queryInterface( in queryInterface() 69 return ::com::sun::star::uno::Any( &p1, rType ); in queryInterface() 71 return ::com::sun::star::uno::Any( &p2, rType ); in queryInterface() 73 return ::com::sun::star::uno::Any(); in queryInterface() 87 inline ::com::sun::star::uno::Any SAL_CALL queryInterface( in queryInterface() 93 return ::com::sun::star::uno::Any( &p1, rType ); in queryInterface() 95 return ::com::sun::star::uno::Any( &p2, rType ); in queryInterface() [all …]
|
| /AOO41X/main/testtools/source/cliversioning/ |
| H A D | version.cs | 81 "CharColor", new uno.Any( (Int32) 0x003399 ) ); in doCellRangeSamples() 83 "CharHeight", new uno.Any( (Single) 20.0 ) ); in doCellRangeSamples() 86 "ParaLeftMargin", new uno.Any( (Int32) 500 ) ); in doCellRangeSamples() 89 "IsCellBackgroundTransparent", new uno.Any( false ) ); in doCellRangeSamples() 91 "CellBackColor", new uno.Any( (Int32) 0x99CCFF ) ); in doCellRangeSamples() 102 xReplaceDesc.setPropertyValue( "SearchWords", new uno.Any( false ) ); in doCellRangeSamples() 120 uno.Any aColumnObj = xColumns.getByIndex( 0 ); in doCellRangeSamples() 122 xPropSet.setPropertyValue( "Width", new uno.Any( (Int32) 6000 ) ); in doCellRangeSamples() 133 uno.Any [][] aValues = in doCellRangeSamples() 135 new uno.Any [] { new uno.Any( "Name" ), in doCellRangeSamples() [all …]
|
| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_cs_testobj.cs | 66 private Any _any; 90 private Any[] _arAny; 110 Any any, in setValues() 150 /*INOUT*/ref Any io_any, in setValues2() 196 /*OUT*/out Any o_any, in getValues() 319 public uno.Any Any property in cs_testobj.BridgeTestObject 341 public Any transportAny(Any value) in transportAny() 437 public Any[] setSequenceAny(Any[] val) in setSequenceAny() 547 ref Any[] aSeqAny, in setSequencesInOut() 584 out Any[] aSeqAny, in setSequencesOut() [all …]
|
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | optimizerdialogcontrols.cxx | 67 setControlProperty( rControl, TKGet( TK_FontDescriptor ), Any( aFontDescriptor ) ); in ImplSetBold() 89 Any pValues[] = { in ImplInsertSeparator() 90 Any( nHeight ), in ImplInsertSeparator() 91 Any( nOrientation ), in ImplInsertSeparator() 92 Any( nPosX ), in ImplInsertSeparator() 93 Any( nPosY ), in ImplInsertSeparator() 94 Any( sal_Int16( 0 ) ), in ImplInsertSeparator() 95 Any( nWidth ) }; in ImplInsertSeparator() 100 Sequence< Any > aValues( pValues, nCount ); in ImplInsertSeparator() 133 Any pValues[] = { in ImplInsertButton() [all …]
|
| H A D | optimizerdialog.cxx | 81 Any pValues[] = { in InitDialog() 82 Any( sal_True ), in InitDialog() 83 Any( sal_Int32( DIALOG_HEIGHT ) ), in InitDialog() 84 Any( HID( HID_SDEXT_MINIMIZER_WIZ_DLG ) ), in InitDialog() 85 Any( sal_True ), in InitDialog() 86 Any( sal_Int32( 200 ) ), in InitDialog() 87 Any( sal_Int32( 52 ) ), in InitDialog() 88 Any( getString( STR_PRESENTATION_MINIMIZER ) ), in InitDialog() 89 Any( sal_Int32( OD_DIALOG_WIDTH ) ) }; in InitDialog() 94 Sequence< Any > aValues( pValues, nCount ); in InitDialog() [all …]
|
| H A D | informationdialog.cxx | 89 Any pValues[] = { in InsertFixedText() 90 Any( nHeight ), in InsertFixedText() 91 Any( rLabel ), in InsertFixedText() 92 Any( bMultiLine ), in InsertFixedText() 93 Any( nXPos ), in InsertFixedText() 94 Any( nYPos ), in InsertFixedText() 95 Any( (sal_Int16)0 ), in InsertFixedText() 96 Any( nTabIndex ), in InsertFixedText() 97 Any( nWidth ) }; in InsertFixedText() 102 Sequence< Any > aValues( pValues, nCount ); in InsertFixedText() [all …]
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | querydeep.hxx | 77 inline ::com::sun::star::uno::Any queryDeepInterface( in queryDeepInterface() 82 return ::com::sun::star::uno::Any( &p1, rType ); in queryDeepInterface() 84 return ::com::sun::star::uno::Any(); in queryDeepInterface() 94 inline ::com::sun::star::uno::Any queryDeepInterface( in queryDeepInterface() 99 return ::com::sun::star::uno::Any( &p1, rType ); in queryDeepInterface() 101 return ::com::sun::star::uno::Any( &p2, rType ); in queryDeepInterface() 103 return ::com::sun::star::uno::Any(); in queryDeepInterface() 114 inline ::com::sun::star::uno::Any queryDeepInterface( in queryDeepInterface() 119 return ::com::sun::star::uno::Any( &p1, rType ); in queryDeepInterface() 121 return ::com::sun::star::uno::Any( &p2, rType ); in queryDeepInterface() [all …]
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbadocuments.cxx | 59 static uno::Any 60 …text >& xContext, const uno::Reference< text::XTextDocument > &xDoc, const uno::Any& aApplication ) in getDocument() 65 return uno::Any(); in getDocument() 68 return uno::Any( uno::Reference< word::XDocument > (pWb) ); in getDocument() 73 uno::Any m_aApplication; 75 … const uno::Reference< container::XEnumeration >& xEnumeration, const uno::Any& aApplication ) thr… in DocumentEnumImpl() 77 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement() 104 uno::Any 105 SwVbaDocuments::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() 111 uno::Any SAL_CALL [all …]
|
| /AOO41X/main/cppu/inc/com/sun/star/uno/ |
| H A D | Any.hxx | 43 inline Any::Any() SAL_THROW( () ) in Any() function in com::sun::star::uno::Any 50 inline Any::Any( T const & value ) in Any() function in com::sun::star::uno::Any 58 inline Any::Any( bool value ) in Any() function in com::sun::star::uno::Any 67 inline Any::Any( const Any & rAny ) SAL_THROW( () ) in Any() function in com::sun::star::uno::Any 72 inline Any::Any( const void * pData_, const Type & rType ) SAL_THROW( () ) in Any() function in com::sun::star::uno::Any 79 inline Any::Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in Any() function in com::sun::star::uno::Any 85 inline Any::Any( const void * pData_, typelib_TypeDescriptionReference * pType_ ) SAL_THROW( () ) in Any() function in com::sun::star::uno::Any 91 inline Any::~Any() SAL_THROW( () ) in ~Any() 97 inline Any & Any::operator = ( const Any & rAny ) SAL_THROW( () ) in operator =() 108 inline ::rtl::OUString Any::getValueTypeName() const SAL_THROW( () ) in getValueTypeName() [all …]
|
| H A D | Any.h | 50 class Any : public uno_Any 69 inline Any() SAL_THROW( () ); 76 explicit inline Any( T const & value ); 78 explicit inline Any( bool value ); 84 inline Any( const Any & rAny ) SAL_THROW( () ); 91 inline Any( const void * pData_, const Type & rType ) SAL_THROW( () ); 98 inline Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ); 105 inline Any( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL_THROW( () ); 109 inline ~Any() SAL_THROW( () ); 116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () ); [all …]
|
| /AOO41X/main/vbahelper/inc/vbahelper/ |
| H A D | vbaapplicationbase.hxx | 56 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime… 58 virtual css::uno::Any SAL_CALL getVBE() throw (css::uno::RuntimeException); 60 …Any SAL_CALL Run( const ::rtl::OUString& MacroName, const css::uno::Any& varg1, const css::uno::An… 61 …nTime( const css::uno::Any& aEarliestTime, const ::rtl::OUString& aFunction, const css::uno::Any& …
|
| /AOO41X/main/extensions/source/update/check/ |
| H A D | updatehdl.cxx | 141 setControlProperty( msButtonIDs[i], UNISTRING("Enabled"), uno::Any( bEnableControl ) ); in enableControls() 160 setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("Label"), uno::Any( aLabel ) ); in setDownloadBtnLabel() 161 …setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("HelpURL"), uno::Any( UNISTRING( INET_… in setDownloadBtnLabel() 250 setControlProperty( CTRL_PROGRESS, UNISTRING("ProgressValue"), uno::Any( nPercent ) ); in setProgress() 251 … setControlProperty( TEXT_PERCENT, UNISTRING("Text"), uno::Any( substVariables(msPercent) ) ); in setProgress() 258 setControlProperty( TEXT_DESCRIPTION, UNISTRING("Text"), uno::Any( rErrorMsg ) ); in setErrorMessage() 467 setControlProperty( TEXT_DESCRIPTION, UNISTRING("Text"), uno::Any( aErrorText.Value ) ); in handle() 546 … setControlProperty( TEXT_STATUS, UNISTRING("Text"), uno::Any( substVariables(msChecking) ) ); in updateState() 547 setControlProperty( TEXT_DESCRIPTION, UNISTRING("Text"), uno::Any( rtl::OUString() ) ); in updateState() 553 … setControlProperty( TEXT_STATUS, UNISTRING("Text"), uno::Any( substVariables(msCheckingError) ) ); in updateState() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlstyle.hxx | 232 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 233 …virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValu… 234 …virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValu… 241 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 242 …virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValu… 243 …virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValu… 250 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 251 …virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValu… 252 …virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValu… 259 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … [all …]
|
| /AOO41X/main/testtools/source/bridgetest/ |
| H A D | cppobj.cxx | 85 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() 148 Sequence<Any> _arAny; 183 const ::com::sun::star::uno::Any& rAny, 195 ::com::sun::star::uno::Any& rAny, 207 ::com::sun::star::uno::Any& rAny, 251 virtual com::sun::star::uno::Any SAL_CALL getAny() throw(com::sun::star::uno::RuntimeException) in getAny() 252 { return _aData.Any; } in getAny() 286 …virtual void SAL_CALL setAny( const ::com::sun::star::uno::Any& _any ) throw(::com::sun::star::uno… in setAny() [all …]
|