Home
last modified time | relevance | path

Searched refs:setObject (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/apple_remote/source/
H A DAppleRemote.m66 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlus] forKey:@"14_12_11_6_…
67 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonMinus] forKey:@"14_13_11_6…
69 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlay] forKey:@"14_8_6_14_8…
70 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonRight] forKey:@"14_9_6_14_…
71 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonLeft] forKey:@"14_10_6_14_…
72 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonRight_Hold] forKey:@"14_6_4…
73 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonLeft_Hold] forKey:@"14_6_3_…
74 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonMenu_Hold] forKey:@"14_6_14…
76 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteControl_Switched] forKey:@"19_"];…
84 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlus] forKey:@"31_29_28_19…
[all …]
H A DKeyspanFrontRowControl.m41 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlus] forKey:@"11_18_99_1…
42 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonMinus] forKey:@"11_18_98_…
43 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonMenu] forKey:@"11_18_58_1…
44 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlay] forKey:@"11_18_61_1…
45 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonRight] forKey:@"11_18_96_…
46 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonLeft] forKey:@"11_18_97_1…
48 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonRight_Hold] forKey:@"14_6_4…
49 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonLeft_Hold] forKey:@"14_6_3_…
50 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonMenu_Hold] forKey:@"14_6_14…
51 …[_cookieToButtonMapping setObject:[NSNumber numberWithInt:kRemoteButtonPlay_Sleep] forKey:@"18_14_…
[all …]
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m42 [temp setObject:@"OpenOffice.org 1.0 Text" forKey:@"org.openoffice.text"];
43 [temp setObject:@"OpenDocument Text" forKey:@"org.oasis.opendocument.text"];
48 [temp setObject:@"OpenOffice.org 1.0 Drawing" forKey:@"org.openoffice.graphics"];
49 [temp setObject:@"OpenDocument Drawing" forKey:@"org.oasis.opendocument.graphics"];
50 [temp setObject:@"OpenOffice.org 1.0 Master" forKey:@"org.openoffice.text-master"];
51 [temp setObject:@"OpenDocument Master" forKey:@"org.oasis.opendocument.text-master"];
52 [temp setObject:@"OpenOffice.org 1.0 Formula" forKey:@"org.openoffice.formula"];
53 [temp setObject:@"OpenDocument Formula" forKey:@"org.oasis.opendocument.formula"];
62 [temp setObject:@"OpenOffice.org 1.0 Database" forKey:@"org.openoffice.database"];
63 [temp setObject:@"OpenDocument Chart" forKey:@"org.oasis.opendocument.chart"];
[all …]
H A DOOoMetaDataParser.m55 [tempDict setObject:(NSString*)kMDItemTitle forKey:@"dc:title"];
56 [tempDict setObject:(NSString*)kMDItemDescription forKey:@"dc:description"];
57 [tempDict setObject:(NSString*)kMDItemKeywords forKey:@"dc:subject"];
58 [tempDict setObject:(NSString*)kMDItemAuthors forKey:@"meta:initial-creator"];
59 [tempDict setObject:(NSString*)kMDItemAuthors forKey:@"dc:creator"];
60 [tempDict setObject:(NSString*)kMDItemKeywords forKey:@"meta:keyword"];
61 [tempDict setObject:@"org_openoffice_opendocument_custominfo1" forKey:@"Info 1"];
62 [tempDict setObject:@"org_openoffice_opendocument_custominfo2" forKey:@"Info 2"];
63 [tempDict setObject:@"org_openoffice_opendocument_custominfo3" forKey:@"Info 3"];
147 [metaValues setObject:textCurrentElement forKey:mdiName];
[all …]
H A DOOoContentDataParser.m124 …[mdiValues setObject:[NSString stringWithString:textContent] forKey:(NSString*)kMDItemTextContent];
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx570 [pPrintDict setObject: pPath forKey: NSPrintSavePath]; in StartJob()
574 … [pPrintDict setObject: [[NSNumber numberWithInt: nCopies] autorelease] forKey: NSPrintCopies]; in StartJob()
576 …[pPrintDict setObject: [[NSNumber numberWithBool: pPrinter->IsCollateCopy()] autorelease] forKey: … in StartJob()
577 …[pPrintDict setObject: [[NSNumber numberWithBool: YES] autorelease] forKey: NSPrintDetailedErrorRe… in StartJob()
578 … [pPrintDict setObject: [[NSNumber numberWithInt: 1] autorelease] forKey: NSPrintFirstPage]; in StartJob()
582 … [pPrintDict setObject: [NSNumber numberWithInt: mnCurPageRangeCount] forKey: NSPrintLastPage]; in StartJob()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java309 public void setObject(int index, Object x) throws SQLException { in setObject() method in JavaSQLPreparedStatement
310 if (!DbTools.setObject(this, index, x)) { in setObject()
322 ((java.sql.PreparedStatement)jdbcStatement).setObject(index, null); in setObjectNull()
347 … ((java.sql.PreparedStatement)jdbcStatement).setObject(index, bigDecimal, targetSqlType, scale); in setObjectWithInfo()
349 …((java.sql.PreparedStatement)jdbcStatement).setObject(index, AnyConverter.toString(x), targetSqlTy… in setObjectWithInfo()
/trunk/main/offapi/com/sun/star/text/
H A DXTextEmbeddedObject.idl62 // DocMerge from xml: method com::sun::star::text::XTextEmbeddedObject::setObject
65 void setObject( [in] com::sun::star::uno::XInterface xObject );
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java222 public void setObject(int arg0, Object arg1) throws SQLException { in setObject() method in PostgresqlPreparedStatement
223 implParameters.setObject(arg0, arg1); in setObject()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfactory.mm163 [ dAllWrapper setObject: aWrapper forKey: nKey ];
171 …[ dAllWrapper setObject: viewElement forKey: [ AquaA11yFactory keyForAccessibleContext: rxAccessib…
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx408 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject() function in OPreparedStatement
413 m_xAggregateAsParameters->setObject(parameterIndex, x); in setObject()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx219 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) in setObject() function in __anonc9a41e420111::OHardRefMap
568 m_pElements->setObject(_nIndex,xName); in getObject()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1062 void ParameterManager::setObject( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x ) in setObject() function in dbtools::ParameterManager
1064 VISIT_PARAMETER( setObject( _nIndex, x ) ); in setObject()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx145 …void SAL_CALL setObject(sal_Int32 parameter, const Any& x) throw(SQLException, RuntimeException…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx275 void SAL_CALL OEvoabPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQ… in setObject() function in OEvoabPreparedStatement
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl73 <member scope="com::sun::star::sdbc">XParameters::setObject()</member>
346 void setObject([in]long parameterIndex, [in]any x)
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx331 void SAL_CALL MacabPreparedStatement::setObject(sal_Int32 parameterIndex, const Any& x) throw(SQLEx… in setObject() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx98 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx293 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java471 oObj.setObject(idx, obj) ; in _setObject()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx244 void setObject ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x);
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx89 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) = 0;
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx985 void SAL_CALL DatabaseDataProvider::setObject(sal_Int32 parameterIndex, const uno::Any& x) throw( S… in setObject() function in dbaccess::DatabaseDataProvider
987 m_aParameterManager.setObject(parameterIndex, x); in setObject()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx99 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx88 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…

Completed in 91 milliseconds

12