/aoo42x/main/apple_remote/source/ |
H A D | AppleRemote.m | 66 …[_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 D | KeyspanFrontRowControl.m | 41 …[_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 …]
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | OOoSpotlightImporter.m | 42 [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 D | OOoMetaDataParser.m | 55 [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 D | OOoContentDataParser.m | 124 …[mdiValues setObject:[NSString stringWithString:textContent] forKey:(NSString*)kMDItemTextContent];
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 570 [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()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 309 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()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextEmbeddedObject.idl | 62 // DocMerge from xml: method com::sun::star::text::XTextEmbeddedObject::setObject 65 void setObject( [in] com::sun::star::uno::XInterface xObject );
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 222 public void setObject(int arg0, Object arg1) throws SQLException { in setObject() method in PostgresqlPreparedStatement 223 implParameters.setObject(arg0, arg1); in setObject()
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfactory.mm | 163 [ dAllWrapper setObject: aWrapper forKey: nKey ]; 171 …[ dAllWrapper setObject: viewElement forKey: [ AquaA11yFactory keyForAccessibleContext: rxAccessib…
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 408 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()
|
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 219 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) in setObject() function in __anonb36f3b2b0111::OHardRefMap 568 m_pElements->setObject(_nIndex,xName); in getObject()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1062 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()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.hxx | 145 …void SAL_CALL setObject(sal_Int32 parameter, const Any& x) throw(SQLException, RuntimeException…
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 275 void SAL_CALL OEvoabPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQ… in setObject() function in OEvoabPreparedStatement
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XParameters.idl | 73 <member scope="com::sun::star::sdbc">XParameters::setObject()</member> 346 void setObject([in]long parameterIndex, [in]any x)
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 331 void SAL_CALL MacabPreparedStatement::setObject(sal_Int32 parameterIndex, const Any& x) throw(SQLEx… in setObject() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 98 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 244 void setObject ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x);
|
/aoo42x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VCollection.hxx | 89 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) = 0;
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 293 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject() function in OPreparedStatement
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 471 oObj.setObject(idx, obj) ; in _setObject()
|
/aoo42x/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 985 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()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 99 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 88 …virtual void SAL_CALL setObject( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x ) t…
|