/aoo42x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 95 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 …]
|
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 208 virtual ObjectType getObject(sal_Int32 _nIndex) in getObject() function in __anonb36f3b2b0111::OHardRefMap 214 virtual ObjectType getObject(const ::rtl::OUString& columnName) in getObject() function in __anonb36f3b2b0111::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()
|
/aoo42x/main/hsqldb/patches/ |
H A D | i121754.patch | 113 + 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);
|
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 546 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 …]
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 378 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
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | UnoRuntime.java | 156 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()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasecontext.cxx | 286 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
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 502 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()
|
/aoo42x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VCollection.hxx | 87 virtual ObjectType getObject(sal_Int32 _nIndex) = 0; 88 virtual ObjectType getObject(const ::rtl::OUString& columnName) = 0; 181 ObjectType getObject(sal_Int32 _nIndex);
|
/aoo42x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 287 Reference<XInterface> getObject( OUString const & id ); 1333 Reference<XInterface> BackendImpl::getObject( OUString const & id ) in getObject() function in dp_registry::backend::component::__anon5a1337010111::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_()
|
/aoo42x/main/qadevOOo/tests/java/ifc/uno/ |
H A D | _XNamingService.java | 96 Object getObject = oObj.getRegisteredObject("MyFactory") ; in _getRegisteredObject() local 99 regObject.equals(getObject)) ; in _getRegisteredObject()
|
/aoo42x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 277 … 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();
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OContainer.java | 168 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
|
/aoo42x/main/svtools/source/uno/ |
H A D | unoimap.cxx | 564 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()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextEmbeddedObject.idl | 54 // DocMerge from idl: method com::sun::star::text::XTextEmbeddedObject::getObject 58 com::sun::star::uno::XInterface getObject();
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | ResourceManager.java | 51 String fileName = (String)(fileNameResourceBundle.getObject(key)); in checkFileExistence() 108 String value = (String)(stringResourceBundle.getObject(key)); in getString()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 610 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()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 257 Object getObject( int _colIndex, XNameAccess _typeMap ) throws SQLException in getObject() method in ResultSet 259 return m_row.getObject( _colIndex, _typeMap ); in getObject()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2028 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyState.java | 240 actualDef = ((Any)propDef).getObject() ; in _setPropertyToDefault() 244 actualVal = ((Any)actualVal).getObject() ; in _setPropertyToDefault()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 263 public Object getObject(int i, XNameAccess xNameAccess) throws SQLException in getObject() method in RowSet 265 return m_row.getObject(i, xNameAccess); in getObject()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 262 public Object getObject(int i, XNameAccess xNameAccess) throws SQLException in getObject() method in RowSet 264 return m_row.getObject(i, xNameAccess); in getObject()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | helperhittest3d.cxx | 62 const E3dCompoundObject* getObject() const { return mpObject; } in getObject() function in ImplPairDephAndObject 237 o_rResult.push_back(aIterator2->getObject()); in getAllHit3DObjectsSortedFrontToBack()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 170 …Any DataColumn::getObject(const Reference< XNameAccess>& typeMap) throw( SQLException, RuntimeExce… in getObject() function in svxform::DataColumn 172 return m_xColumn->getObject(typeMap); in getObject()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 293 public Object getObject(final int column) throws DataSourceException in getObject() method in SDBCReportData 313 obj = row.getObject(column, null); in getObject()
|