Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 25 of 248) sorted by relevance

12345678910

/trunk/main/cli_ure/source/basetypes/uno/
H A DAny.cs52 "uno.Any: Constructor called with illegal arguments!"); in checkArgs()
72 public Any(Type type, object value) in Any() method
108 public Any(char value): this(typeof(char), value) in Any() method
112 public Any(bool value): this(typeof(bool), value) in Any() method
116 public Any(byte value): this(typeof(byte), value) in Any() method
120 public Any(short value): this(typeof(short), value) in Any() argument
124 public Any(ushort value): this(typeof(ushort), value) in Any() argument
128 public Any(int value): this(typeof(int), value) in Any() argument
132 public Any(uint value): this(typeof(uint), value) in Any() argument
136 public Any(long value): this(typeof(long), value) in Any() method
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadocuments.cxx112 SwVbaDocuments::Add( const uno::Any& Template, const uno::Any& /*NewTemplate*/, const uno::Any& /*D… in Add()
128 SwVbaDocuments::Close( const uno::Any& /*SaveChanges*/, const uno::Any& /*OriginalFormat*/, const u… in Close()
135 SwVbaDocuments::Open( const ::rtl::OUString& Filename, const uno::Any& /*ConfirmConversions*/, cons… in Open()
H A Dvbafind.cxx204 void SAL_CALL SwVbaFind::setReplacement( const uno::Any& /*_replacement */ ) throw (uno::RuntimeExc… in setReplacement()
314 void SAL_CALL SwVbaFind::setStyle( const uno::Any& /*_style */ ) throw (uno::RuntimeException) in setStyle()
320 SwVbaFind::Execute( const uno::Any& FindText, const uno::Any& MatchCase, const uno::Any& MatchWhole… in Execute()
H A Dvbaeventshelper.cxx51 bool SwVbaEventsHelper::implPrepareEvent( EventQueue& rEventQueue, in implPrepareEvent()
69 uno::Sequence< uno::Any > SwVbaEventsHelper::implBuildArgumentList( const EventHandlerInfo& /*rInfo… in implBuildArgumentList()
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx178const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/ ) thro… in getExportedKeys()
184const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/ ) thro… in getImportedKeys()
190const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/ ) thro… in getPrimaryKeys()
196 const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/, in getIndexInfo()
203const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/, sal_I… in getBestRowIdentifier()
210 const Any& /*primaryCatalog*/, const ::rtl::OUString& /*primarySchema*/, in getCrossReference()
223 const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, in getProcedureColumns()
230 const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, in getProcedures()
237const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/ ) thro… in getVersionColumns()
248 const Any& /*catalog*/, const ::rtl::OUString& /*schema*/, const ::rtl::OUString& /*table*/, in getColumnPrivileges()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbar.cxx171 ScVbaCommandBar::FindControl( const uno::Any& /*aType*/, const uno::Any& /*aId*/, const uno::Any& /… in FindControl()
255 uno::Any SAL_CALL VbaDummyCommandBar::FindControl( const uno::Any& /*aType*/, const uno::Any& /*aId… in FindControl()
H A Dvbacommandbarcontrols.cxx142 ScVbaCommandBarControls::Item( const uno::Any& aIndex, const uno::Any& /*aIndex*/ ) throw (uno::Run… in Item()
292 uno::Any VbaDummyCommandBarControls::createCollectionObject( const uno::Any& /*aSource*/ ) in createCollectionObject()
298 uno::Any SAL_CALL VbaDummyCommandBarControls::Item( const uno::Any& /*aIndex*/, const uno::Any& /*a… in Item()
304const uno::Any& /*Type*/, const uno::Any& /*Id*/, const uno::Any& /*Parameter*/, const uno::Any& /… in Add()
H A Dvbadialogsbase.cxx36 VbaDialogsBase::Item( const uno::Any& /* &aItem */) throw (uno::RuntimeException) in Item()
/trunk/main/winaccessibility/source/service/
H A DAccContainerEventListener.cxx182 void AccContainerEventListener::handleSelectionChangedEvent(const Any& /*oldValue*/, const Any& new… in handleSelectionChangedEvent()
477 void AccContainerEventListener::handleSelectionChangedAddEvent(const Any& /*oldValue*/, const Any& … in handleSelectionChangedAddEvent()
485 void AccContainerEventListener::handleSelectionChangedRemoveEvent(const Any& /*oldValue*/, const An… in handleSelectionChangedRemoveEvent()
493 void AccContainerEventListener::handleSelectionChangedWithinEvent(const Any& /*oldValue*/, const An… in handleSelectionChangedWithinEvent()
536 void AccContainerEventListener::handlePageChangedEvent(const Any& /*oldValue*/, const Any& /*newVal… in handlePageChangedEvent()
541 void AccContainerEventListener::handleSectionChangedEvent(const Any& /*oldValue*/, const Any& /*new… in handleSectionChangedEvent()
546 void AccContainerEventListener::handleColumnChangedEvent(const Any& /*oldValue*/, const Any& /*newV… in handleColumnChangedEvent()
H A DAccDescendantManagerEventListener.cxx201 void AccDescendantManagerEventListener::handleSelectionChangedAddEvent(const Any& /*oldValue*/, con… in handleSelectionChangedAddEvent()
209 void AccDescendantManagerEventListener::handleSelectionChangedRemoveEvent(const Any& /*oldValue*/, … in handleSelectionChangedRemoveEvent()
218 void AccDescendantManagerEventListener::handleSelectionChangedWithinEvent(const Any& /*oldValue*/, … in handleSelectionChangedWithinEvent()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DAny.java39 public class Any { class
66 public Any(Class zInterface, Object object) { in Any() method in Any
74 public Any(Type type, Object object) { in Any() method in Any
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx285 ScVbaWorkbooks::Open( const rtl::OUString& rFileName, const uno::Any& /*UpdateLinks*/, const uno::A… in Open()
H A Dvbanames.cxx87 ScVbaNames::Add( const css::uno::Any& Name , in Add()
H A Dvbaworksheet.cxx543 ScVbaWorksheet::Paste( const uno::Any& Destination, const uno::Any& /*Link*/ ) throw (uno::RuntimeE… in Paste()
601 ScVbaWorksheet::Protect( const uno::Any& Password, const uno::Any& /*DrawingObjects*/, const uno::A… in Protect()
636 ScVbaWorksheet::CheckSpelling( const uno::Any& /*CustomDictionary*/,const uno::Any& /*IgnoreUpperca… in CheckSpelling()
789 ScVbaWorksheet::CheckBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in CheckBoxes()
795 ScVbaWorksheet::DropDowns( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in DropDowns()
801 ScVbaWorksheet::GroupBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in GroupBoxes()
807 ScVbaWorksheet::Labels( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in Labels()
813 ScVbaWorksheet::ListBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in ListBoxes()
819 ScVbaWorksheet::OptionButtons( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in OptionButtons()
825 ScVbaWorksheet::ScrollBars( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in ScrollBars()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dcrenum.cxx159 Any IdlEnumFieldImpl::get( const Any & ) in get()
165 void IdlEnumFieldImpl::set( const Any &, const Any & ) in set()
173 void IdlEnumFieldImpl::set( Any &, const Any & ) in set() argument
/trunk/main/xmloff/source/draw/
H A Dnumithdl.cxx50 …lePropHdl::importXML( const ::rtl::OUString& /*rStrImpValue*/, ::com::sun::star::uno::Any& /*rValu… in importXML()
55 sal_Bool XMLNumRulePropHdl::exportXML( ::rtl::OUString& /*rStrExpValue*/, const ::com::sun::star::u… in exportXML()
/trunk/main/xmloff/source/style/
H A Dtabsthdl.cxx79 sal_Bool XMLTabStopPropHdl::importXML( const ::rtl::OUString&, ::com::sun::star::uno::Any&, const S… in importXML()
84 sal_Bool XMLTabStopPropHdl::exportXML( ::rtl::OUString&, const ::com::sun::star::uno::Any&, const S… in exportXML()
H A DAttributeContainerHandler.cxx92 sal_Bool XMLAttributeContainerHandler::importXML( const OUString& /*rStrImpValue*/, Any& /*rValue*/… in importXML() argument
97 sal_Bool XMLAttributeContainerHandler::exportXML( OUString& /*rStrExpValue*/, const Any& /*rValue*/… in exportXML() argument
/trunk/main/framework/source/helper/
H A Duielementwrapperbase.cxx174 sal_Bool SAL_CALL UIElementWrapperBase::convertFastPropertyValue( Any& /*aConvertedValue*/ , in convertFastPropertyValue() argument
177const Any& /*aValue*/ ) throw( com::sun::star::lang::IllegalArgumentException ) in convertFastPropertyValue()
185const com::sun::star::uno::Any& /*aValue*/ ) throw( com::sun::star::uno::Exception ) in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx869 const Any&, const ::rtl::OUString&, const ::rtl::OUString&, in getColumnPrivileges()
876 const Any&, in getColumns()
963 const Any&, in getTables()
1025 const Any&, const ::rtl::OUString&, in getProcedureColumns()
1032 const Any&, const ::rtl::OUString&, in getProcedures()
1072 const Any&, const ::rtl::OUString&, const ::rtl::OUString& ) throw(SQLException, RuntimeException) in getExportedKeys()
1078 const Any&, const ::rtl::OUString&, const ::rtl::OUString& ) throw(SQLException, RuntimeException) in getImportedKeys()
1084 const Any&, const ::rtl::OUString&, const ::rtl::OUString& ) throw(SQLException, RuntimeException) in getPrimaryKeys()
1090 const Any&, const ::rtl::OUString&, const ::rtl::OUString&, in getIndexInfo()
1097 const Any&, const ::rtl::OUString&, const ::rtl::OUString&, sal_Int32, in getBestRowIdentifier()
[all …]
H A DMacabStatement.cxx540 Any &, in convertFastPropertyValue() argument
543 const Any&) throw (::com::sun::star::lang::IllegalArgumentException) in convertFastPropertyValue()
550 void MacabCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any&) throw (Ex… in setFastPropertyValue_NoBroadcast()
570 void MacabCommonStatement::getFastPropertyValue(Any&,sal_Int32 nHandle) const in getFastPropertyValue() argument
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAny.java33 public class Any class
43 public Any ( in Any() method in Any
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx103 const Any&, const Sequence<beans::PropertyValue >& i_xOptions in getRendererCount()
133 sal_Int32, const Any&, const Sequence<beans::PropertyValue>& i_xOptions in getRenderer()
160 sal_Int32 nRenderer, const Any&, in render()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx43 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
H A DAny.h50 class Any : public uno_Any class
374 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Any *… in getCppuType()

Completed in 134 milliseconds

12345678910