Home
last modified time | relevance | path

Searched refs:getObject (Results 1 – 25 of 155) sorted by relevance

1234567

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java95 assure("", b == ((Boolean)anyBool.getObject()).booleanValue()); in test_toBoolean()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
398 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toLong()
464 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toFloat()
520 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toDouble()
532 float float1= ((Float) anyFloat.getObject()).floatValue(); in test_toDouble()
633 assure("", ((String)anyStr.getObject()).equals(val)); in test_toString()
689 assure("", val == anyType.getObject()); in test_toType()
[all …]
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx208 virtual ObjectType getObject(sal_Int32 _nIndex) in getObject() function in __anonc9a41e420111::OHardRefMap
214 virtual ObjectType getObject(const ::rtl::OUString& columnName) in getObject() function in __anonc9a41e420111::OHardRefMap
321 return makeAny(getObject(Index)); in getByIndex()
338 return makeAny(getObject(m_pElements->findColumn(aName))); in getByName()
540 …tatic_cast<XContainer*>(this), makeAny(_sNewName), makeAny(m_pElements->getObject(_sNewName)),make… in renameObject()
548 ObjectType OCollection::getObject(sal_Int32 _nIndex) in getObject() function in OCollection
550 ObjectType xName = m_pElements->getObject(_nIndex); in getObject()
/trunk/main/hsqldb/patches/
H A Di121754.patch113 + public <T>T getObject(int parameterIndex,
115 + return (T) this.getObject(parameterIndex);
118 + public <T>T getObject(String parameterName,
120 + return getObject(this.findParameterIndex(parameterName), type);
240 + public <T>T getObject(int columnIndex, Class<T> type) throws SQLException {
241 + return (T) getObject(columnIndex);
244 + public <T>T getObject(String columnLabel,
246 + return getObject(findColumn(columnLabel), type);
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java546 cl.anyPropA.getObject() == null; in setPropertyValue()
551 cl.anyPropA.getObject() == null; in setPropertyValue()
1266 && ((Any)outNewVal[0]).getObject().equals(value); in test_convertPropertyValue()
1272 && ((Any) outNewVal[0]).getObject() == oWeak; in test_convertPropertyValue()
1300 && ((Any) outNewVal[0]).getObject().equals( ((Any) value).getObject()); in test_convertPropertyValue()
1303 r[i++]= outNewVal[0] instanceof XInterface && outNewVal[0] == ((Any) value).getObject(); in test_convertPropertyValue()
1305 r[i++]= outNewVal[0] == ((Any) value).getObject(); in test_convertPropertyValue()
1600 obj1= ((Any) val1).getObject(); in anyEquals()
1608 obj2= ((Any) val2).getObject(); in anyEquals()
1630 && a.getObject() == null) { in isVoidAny()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx378 Reference< XPropertySet> ORptUndoPropertyAction::getObject() in getObject() function in rptui::ORptUndoPropertyAction
385 Reference< XPropertySet> xObj = getObject(); in setProperty()
421 Reference< XPropertySet> OUndoPropertyGroupSectionAction::getObject() in getObject() function in rptui::OUndoPropertyGroupSectionAction
438 Reference< XPropertySet> OUndoPropertyReportSectionAction::getObject() in getObject() function in rptui::OUndoPropertyReportSectionAction
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java156 object = a.getObject(); in queryInterface()
164 ? a.getObject() : null; in queryInterface()
223 Object v1 = a1.getObject(); in areSame()
224 Object v2 = a2.getObject(); in areSame()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx286 xDataSource = getObject( sURL ); in createInstanceWithArguments()
327 Reference< XInterface > xExistent = getObject( sURL ); in getRegisteredObject()
654 Reference< XInterface > xExistent = getObject( _rName ); in getByName()
664 xExistent = getObject( sURL ); in getByName()
713 Reference< XInterface > ODatabaseContext::getObject( const ::rtl::OUString& _rURL ) in getObject() function in dbaccess::ODatabaseContext
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java502 bVoidValue= ((Any) value).getObject() == null; in setPropertyValue()
513 bValueOk= checkType(((Any) value).getObject()); in setPropertyValue()
641 bVoidValue= ((Any) setVal).getObject() == null; in convertPropertyValue()
724 if (obj == null || (obj instanceof Any && ((Any) obj).getObject() == null)) in convert()
729 obj= ((Any) obj).getObject(); in convert()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx87 virtual ObjectType getObject(sal_Int32 _nIndex) = 0;
88 virtual ObjectType getObject(const ::rtl::OUString& columnName) = 0;
181 ObjectType getObject(sal_Int32 _nIndex);
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx287 Reference<XInterface> getObject( OUString const & id );
1333 Reference<XInterface> BackendImpl::getObject( OUString const & id ) in getObject() function in dp_registry::backend::component::__anon1c921b980111::BackendImpl
1544 context.set(that->getObject(url), css::uno::UNO_QUERY); in processPackage_()
1582 that->getObject(url), css::uno::UNO_QUERY); in processPackage_()
1680 m_xTDprov.set( that->getObject( url ), UNO_QUERY ); in processPackage_()
1723 m_xTDprov.set( that->getObject( url ), UNO_QUERY ); in processPackage_()
1782 context.set(that->getObject(url), css::uno::UNO_QUERY); in processPackage_()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/uno/
H A D_XNamingService.java96 Object getObject = oObj.getRegisteredObject("MyFactory") ; in _getRegisteredObject() local
99 regObject.equals(getObject)) ; in _getRegisteredObject()
/trunk/main/reportdesign/inc/
H A DUndoActions.hxx277 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getObject();
297 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getObject();
316 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getObject();
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java168 return getObject(index); in getByIndex()
196 return getObject(indexOf(name)); in getByName()
402 protected Object getObject(int index) throws WrappedTargetException { in getObject() method in OContainer
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx564 SvUnoImageMapObject* getObject( const Any& aElement ) const throw( IllegalArgumentException );
624 SvUnoImageMapObject* SvUnoImageMap::getObject( const Any& aElement ) const in getObject() function in SvUnoImageMap
641 SvUnoImageMapObject* pObject = getObject( Element ); in insertByIndex()
685 SvUnoImageMapObject* pObject = getObject( Element ); in replaceByIndex()
/trunk/main/offapi/com/sun/star/text/
H A DXTextEmbeddedObject.idl54 // DocMerge from idl: method com::sun::star::text::XTextEmbeddedObject::getObject
58 com::sun::star::uno::XInterface getObject();
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DResourceManager.java51 String fileName = (String)(fileNameResourceBundle.getObject(key)); in checkFileExistence()
108 String value = (String)(stringResourceBundle.getObject(key)); in getString()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java610 return ((Any) (xTextSectionsSupplier.getTextSections().getByName(name))).getObject(); in getSection()
616 return ((Any) xTextTablesSupplier.getTextTables().getByName(name)).getObject(); in getTable()
972 if ((t instanceof Any) && ((Any) t).getObject() == table) in ItemsTable()
1213 if ((t instanceof Any) && ((Any) t).getObject() == table) in Topics()
1216 items.put(((Any) cell).getObject(), item); in Topics()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java257 Object getObject( int _colIndex, XNameAccess _typeMap ) throws SQLException in getObject() method in ResultSet
259 return m_row.getObject( _colIndex, _typeMap ); in getObject()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2028 virtual Any getObject() const = 0;
2060 virtual Any getObject() const { return m_xRow->getObject( m_nPos ,NULL); }; in getObject() function in connectivity::detail::RowValue
2093 …virtual Any getObject() const { return m_xColumn->getObject( NUL… in getObject() function in connectivity::detail::ColumnValue
2197 (*this) = _rValueSource.getObject(); in impl_fill()
2202 (*this) = _rValueSource.getObject(); in impl_fill()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java240 actualDef = ((Any)propDef).getObject() ; in _setPropertyToDefault()
244 actualVal = ((Any)actualVal).getObject() ; in _setPropertyToDefault()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java262 public Object getObject(int i, XNameAccess xNameAccess) throws SQLException in getObject() method in RowSet
264 return m_row.getObject(i, xNameAccess); in getObject()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java263 public Object getObject(int i, XNameAccess xNameAccess) throws SQLException in getObject() method in RowSet
265 return m_row.getObject(i, xNameAccess); in getObject()
/trunk/main/svx/source/engine3d/
H A Dhelperhittest3d.cxx62 const E3dCompoundObject* getObject() const { return mpObject; } in getObject() function in ImplPairDephAndObject
237 o_rResult.push_back(aIterator2->getObject()); in getAllHit3DObjectsSortedFrontToBack()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx170 …Any DataColumn::getObject(const Reference< XNameAccess>& typeMap) throw( SQLException, RuntimeExce… in getObject() function in svxform::DataColumn
172 return m_xColumn->getObject(typeMap); in getObject()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java293 public Object getObject(final int column) throws DataSourceException in getObject() method in SDBCReportData
313 obj = row.getObject(column, null); in getObject()

Completed in 137 milliseconds

1234567