Home
last modified time | relevance | path

Searched defs:sal_Int32 (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx178 void SAL_CALL OEvoabPreparedStatement::setBoolean( sal_Int32 /*parameterIndex*/, sal_Bool /*x*/ ) t… in setBoolean() argument
184 void SAL_CALL OEvoabPreparedStatement::setByte( sal_Int32 /*parameterIndex*/, sal_Int8 /*x*/ ) thro… in setByte() argument
208 void SAL_CALL OEvoabPreparedStatement::setDouble( sal_Int32 /*parameterIndex*/, double /*x*/ ) thro… in setDouble() argument
215 void SAL_CALL OEvoabPreparedStatement::setFloat( sal_Int32 /*parameterIndex*/, float /*x*/ ) throw(… in setFloat() argument
221 void SAL_CALL OEvoabPreparedStatement::setInt( sal_Int32 /*parameterIndex*/, sal_Int32 /*x*/ ) thro… in setInt() argument
233 void SAL_CALL OEvoabPreparedStatement::setNull( sal_Int32 /*parameterIndex*/, sal_Int32 /*sqlType*/… in setNull() argument
263 void SAL_CALL OEvoabPreparedStatement::setObjectWithInfo( sal_Int32 /*parameterIndex*/, const Any& … in setObjectWithInfo() argument
269 void SAL_CALL OEvoabPreparedStatement::setObjectNull( sal_Int32 /*parameterIndex*/, sal_Int32 /*sql… in setObjectNull() argument
288 void SAL_CALL OEvoabPreparedStatement::setShort( sal_Int32 /*parameterIndex*/, sal_Int16 /*x*/ ) th… in setShort() argument
301 void SAL_CALL OEvoabPreparedStatement::setCharacterStream( sal_Int32 /*parameterIndex*/, const Refe… in setCharacterStream() argument
[all …]
H A DNResultSetMetaData.cxx74 sal_Int32 SAL_CALL OEvoabResultSetMetaData::getColumnDisplaySize( sal_Int32 /*nColumnNum*/ ) throw(… in getColumnDisplaySize() argument
90 sal_Bool SAL_CALL OEvoabResultSetMetaData::isCaseSensitive( sal_Int32 /*nColumnNum*/ ) throw(SQLExc… in isCaseSensitive() argument
95 ::rtl::OUString SAL_CALL OEvoabResultSetMetaData::getSchemaName( sal_Int32 /*nColumnNum*/ ) throw(S… in getSchemaName() argument
141 sal_Bool SAL_CALL OEvoabResultSetMetaData::isCurrency( sal_Int32 /*nColumnNum*/ ) throw(SQLExceptio… in isCurrency() argument
146 sal_Bool SAL_CALL OEvoabResultSetMetaData::isAutoIncrement( sal_Int32 /*nColumnNum*/ ) throw(SQLExc… in isAutoIncrement() argument
151 sal_Bool SAL_CALL OEvoabResultSetMetaData::isSigned( sal_Int32 /*nColumnNum*/ ) throw(SQLException,… in isSigned() argument
156 sal_Int32 SAL_CALL OEvoabResultSetMetaData::getPrecision( sal_Int32 /*nColumnNum*/ ) throw(SQLExcep… in getPrecision() argument
166 sal_Int32 SAL_CALL OEvoabResultSetMetaData::isNullable( sal_Int32 /*nColumnNum*/ ) throw(SQLExcepti… in isNullable() argument
171 sal_Bool SAL_CALL OEvoabResultSetMetaData::isSearchable( sal_Int32 /*nColumnNum*/ ) throw(SQLExcept… in isSearchable() argument
176 sal_Bool SAL_CALL OEvoabResultSetMetaData::isReadOnly( sal_Int32 /*nColumnNum*/ ) throw(SQLExceptio… in isReadOnly() argument
[all …]
H A DNResultSet.cxx640 sal_Int64 SAL_CALL OEvoabResultSet::getLong( sal_Int32 /*nColumnNum*/ ) throw(SQLException, Runtime… in getLong() argument
646 Reference< XArray > SAL_CALL OEvoabResultSet::getArray( sal_Int32 /*nColumnNum*/ ) throw(SQLExcepti… in getArray() argument
652 Reference< XClob > SAL_CALL OEvoabResultSet::getClob( sal_Int32 /*nColumnNum*/ ) throw(SQLException… in getClob() argument
658 Reference< XBlob > SAL_CALL OEvoabResultSet::getBlob( sal_Int32 /*nColumnNum*/ ) throw(SQLException… in getBlob() argument
664 Reference< XRef > SAL_CALL OEvoabResultSet::getRef( sal_Int32 /*nColumnNum*/ ) throw(SQLException, … in getRef() argument
676 sal_Int16 SAL_CALL OEvoabResultSet::getShort( sal_Int32 /*nColumnNum*/ ) throw(SQLException, Runtim… in getShort() argument
688 util::DateTime SAL_CALL OEvoabResultSet::getTimestamp( sal_Int32 /*nColumnNum*/ ) throw(SQLExceptio… in getTimestamp() argument
706 sal_Int8 SAL_CALL OEvoabResultSet::getByte( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getByte() argument
724 double SAL_CALL OEvoabResultSet::getDouble( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getDouble() argument
730 float SAL_CALL OEvoabResultSet::getFloat( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeExc… in getFloat() argument
[all …]
H A DNDatabaseMetaData.cxx666 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsConvert( sal_Int32 /*fromType*/, sal_Int32 /*toTy… in supportsConvert() argument
943 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsResultSetType( sal_Int32 /*setType*/ ) throw(SQLE… in supportsResultSetType() argument
948 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsResultSetConcurrency( sal_Int32 /*setType*/, sal_… in supportsResultSetConcurrency() argument
953 sal_Bool SAL_CALL OEvoabDatabaseMetaData::ownUpdatesAreVisible( sal_Int32 /*setType*/ ) throw(SQLEx… in ownUpdatesAreVisible() argument
958 sal_Bool SAL_CALL OEvoabDatabaseMetaData::ownDeletesAreVisible( sal_Int32 /*setType*/ ) throw(SQLEx… in ownDeletesAreVisible() argument
963 sal_Bool SAL_CALL OEvoabDatabaseMetaData::ownInsertsAreVisible( sal_Int32 /*setType*/ ) throw(SQLEx… in ownInsertsAreVisible() argument
968 sal_Bool SAL_CALL OEvoabDatabaseMetaData::othersUpdatesAreVisible( sal_Int32 /*setType*/ ) throw(SQ… in othersUpdatesAreVisible() argument
973 sal_Bool SAL_CALL OEvoabDatabaseMetaData::othersDeletesAreVisible( sal_Int32 /*setType*/ ) throw(SQ… in othersDeletesAreVisible() argument
983 sal_Bool SAL_CALL OEvoabDatabaseMetaData::updatesAreDetected( sal_Int32 /*setType*/ ) throw(SQLExce… in updatesAreDetected() argument
988 sal_Bool SAL_CALL OEvoabDatabaseMetaData::deletesAreDetected( sal_Int32 /*setType*/ ) throw(SQLExce… in deletesAreDetected() argument
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSetMetaData.cxx116 sal_Bool SAL_CALL MacabResultSetMetaData::isCaseSensitive(sal_Int32) throw(SQLException, RuntimeExc… in isCaseSensitive() argument
121 ::rtl::OUString SAL_CALL MacabResultSetMetaData::getSchemaName(sal_Int32) throw(SQLException, Runti… in getSchemaName() argument
146 ::rtl::OUString SAL_CALL MacabResultSetMetaData::getTableName(sal_Int32) throw(SQLException, Runtim… in getTableName() argument
171 sal_Bool SAL_CALL MacabResultSetMetaData::isCurrency(sal_Int32) throw(SQLException, RuntimeExceptio… in isCurrency() argument
176 sal_Bool SAL_CALL MacabResultSetMetaData::isAutoIncrement(sal_Int32) throw(SQLException, RuntimeExc… in isAutoIncrement() argument
181 sal_Bool SAL_CALL MacabResultSetMetaData::isSigned(sal_Int32) throw(SQLException, RuntimeException) in isSigned() argument
186 sal_Int32 SAL_CALL MacabResultSetMetaData::getPrecision(sal_Int32) throw(SQLException, RuntimeExcep… in getPrecision() argument
196 sal_Int32 SAL_CALL MacabResultSetMetaData::isNullable(sal_Int32) throw(SQLException, RuntimeExcepti… in isNullable() argument
201 sal_Bool SAL_CALL MacabResultSetMetaData::isSearchable(sal_Int32) throw(SQLException, RuntimeExcept… in isSearchable() argument
206 sal_Bool SAL_CALL MacabResultSetMetaData::isReadOnly(sal_Int32) throw(SQLException, RuntimeExceptio… in isReadOnly() argument
[all …]
H A DMacabPreparedStatement.cxx209 void SAL_CALL MacabPreparedStatement::setObjectNull(sal_Int32, sal_Int32, const ::rtl::OUString&) t… in setObjectNull() argument
217 void SAL_CALL MacabPreparedStatement::setBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeEx… in setBoolean() argument
225 void SAL_CALL MacabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcep… in setByte() argument
233 void SAL_CALL MacabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExc… in setShort() argument
241 void SAL_CALL MacabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcep… in setInt() argument
249 void SAL_CALL MacabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExce… in setLong() argument
257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat() argument
265 void SAL_CALL MacabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcep… in setDouble() argument
315 void SAL_CALL MacabPreparedStatement::setBinaryStream(sal_Int32, const Reference< ::com::sun::star:… in setBinaryStream() argument
323 void SAL_CALL MacabPreparedStatement::setCharacterStream(sal_Int32, const Reference< ::com::sun::st… in setCharacterStream() argument
[all …]
H A DMacabResultSet.cxx237 sal_Bool SAL_CALL MacabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean() argument
247 sal_Int8 SAL_CALL MacabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte() argument
258 sal_Int16 SAL_CALL MacabResultSet::getShort(sal_Int32) throw(SQLException, RuntimeException) in getShort() argument
395 Date SAL_CALL MacabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate() argument
406 Time SAL_CALL MacabResultSet::getTime(sal_Int32) throw(SQLException, RuntimeException) in getTime() argument
474 Reference< XRef > SAL_CALL MacabResultSet::getRef(sal_Int32) throw(SQLException, RuntimeException) in getRef() argument
770 void SAL_CALL MacabResultSet::updateNull(sal_Int32) throw(SQLException, RuntimeException) in updateNull() argument
794 void SAL_CALL MacabResultSet::updateInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeException) in updateInt() argument
848 void SAL_CALL MacabResultSet::updateBinaryStream(sal_Int32, const Reference< XInputStream >&, sal_I… in updateBinaryStream() argument
854 void SAL_CALL MacabResultSet::updateCharacterStream(sal_Int32, const Reference< XInputStream >&, sa… in updateCharacterStream() argument
[all …]
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_OneToOne.cxx44 transliteration_OneToOne::folding( const OUString& /*inStr*/, sal_Int32 /*startPos*/, in folding() argument
51 transliteration_OneToOne::equals( const OUString& /*str1*/, sal_Int32 /*pos1*/, sal_Int32 /*nCount1… in equals() argument
52sal_Int32& /*nMatch1*/, const OUString& /*str2*/, sal_Int32 /*pos2*/, sal_Int32 /*nCount2*/, sal_I… in equals() argument
H A Dtransliteration_Numeric.cxx42 transliteration_Numeric::folding( const OUString& /*inStr*/, sal_Int32 /*startPos*/, sal_Int32 /*nC… in folding() argument
49 …ration_Numeric::equals( const OUString& /*str1*/, sal_Int32 /*pos1*/, sal_Int32 /*nCount1*/, sal_I… in equals() argument
/trunk/main/sw/source/core/access/
H A Daccnotextframe.cxx297 sal_Bool SAL_CALL SwAccessibleNoTextFrame::setCaretPosition( sal_Int32 ) throw (::com::sun::star::l… in setCaretPosition() argument
298 sal_Unicode SAL_CALL SwAccessibleNoTextFrame::getCharacter( sal_Int32 ) throw (::com::sun::star::la… in getCharacter() argument
299 …opertyValue > SAL_CALL SwAccessibleNoTextFrame::getCharacterAttributes( sal_Int32 , const ::com::s… in getCharacterAttributes() argument
304 ::com::sun::star::awt::Rectangle SAL_CALL SwAccessibleNoTextFrame::getCharacterBounds( sal_Int32 ) … in getCharacterBounds() argument
313 sal_Bool SAL_CALL SwAccessibleNoTextFrame::setSelection( sal_Int32 , sal_Int32 ) throw (::com::sun:… in setSelection() argument
315 ::rtl::OUString SAL_CALL SwAccessibleNoTextFrame::getTextRange( sal_Int32 , sal_Int32 ) throw (::co… in getTextRange() argument
316 …sibility::TextSegment SAL_CALL SwAccessibleNoTextFrame::getTextAtIndex( sal_Int32 , sal_Int16 ) th… in getTextAtIndex() argument
321 …lity::TextSegment SAL_CALL SwAccessibleNoTextFrame::getTextBeforeIndex( sal_Int32, sal_Int16 ) thr… in getTextBeforeIndex() argument
326 …lity::TextSegment SAL_CALL SwAccessibleNoTextFrame::getTextBehindIndex( sal_Int32 , sal_Int16 ) th… in getTextBehindIndex() argument
332 sal_Bool SAL_CALL SwAccessibleNoTextFrame::copyText( sal_Int32, sal_Int32 ) throw (::com::sun::star… in copyText() argument
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx88 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 /*column*/ ) throw(SQLException, R… in isCaseSensitive() argument
95 ::rtl::OUString SAL_CALL OResultSetMetaData::getSchemaName( sal_Int32 /*column*/ ) throw(SQLExcepti… in getSchemaName() argument
111 ::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 /*column*/ ) throw(SQLExceptio… in getTableName() argument
117 ::rtl::OUString SAL_CALL OResultSetMetaData::getCatalogName( sal_Int32 /*column*/ ) throw(SQLExcept… in getCatalogName() argument
136 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnServiceName( sal_Int32 /*column*/ ) throw(SQL… in getColumnServiceName() argument
151 sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 /*setCatalogcolumn*/ ) throw(SQLEx… in isAutoIncrement() argument
157 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 /*column*/ ) throw(SQLException, RuntimeE… in isSigned() argument
186 sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 /*column*/ ) throw(SQLException, Runt… in isSearchable() argument
/trunk/main/connectivity/source/sdbcx/
H A DVGroup.cxx122 sal_Int32 SAL_CALL OGroup::getPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/… in getPrivileges() argument
130 sal_Int32 SAL_CALL OGroup::getGrantablePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*… in getGrantablePrivileges() argument
138 void SAL_CALL OGroup::grantPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, s… in grantPrivileges() argument
145 void SAL_CALL OGroup::revokePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, … in revokePrivileges() argument
H A DVUser.cxx132 sal_Int32 SAL_CALL OUser::getPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/ … in getPrivileges() argument
140 sal_Int32 SAL_CALL OUser::getGrantablePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*o… in getGrantablePrivileges() argument
148 void SAL_CALL OUser::grantPrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, sa… in grantPrivileges() argument
155 void SAL_CALL OUser::revokePrivileges( const ::rtl::OUString& /*objName*/, sal_Int32 /*objType*/, s… in revokePrivileges() argument
/trunk/main/editeng/inc/editeng/
H A Dunoedsrc.hxx549 virtual sal_Bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return sal_False; }; in IsWrongSpelledWordAtPos() argument
551 …virtual sal_Bool BreakParaWrongList(sal_Int32, sal_uInt16&, sal_uInt16&, sal_Int32){ return sal_Fa… in BreakParaWrongList() argument
/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx159 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret() argument
168 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex() argument
178 …ndering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int32 /*nStartIndex*/, in queryVisualHighlighting() argument
187 …dering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int32 /*nStartIndex*/, in queryLogicalHighlighting() argument
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx153 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret() argument
162 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex() argument
172 …endering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int32 /*nStartIndex*/, in queryVisualHighlighting() argument
181 …ndering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int32 /*nStartIndex*/, in queryLogicalHighlighting() argument
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx238 sal_Bool SAL_CALL ScAccessibleTableBase::isAccessibleRowSelected( sal_Int32 /* nRow */ ) in isAccessibleRowSelected() argument
245 sal_Bool SAL_CALL ScAccessibleTableBase::isAccessibleColumnSelected( sal_Int32 /* nColumn */ ) in isAccessibleColumnSelected() argument
252 uno::Reference< XAccessible > SAL_CALL ScAccessibleTableBase::getAccessibleCellAt( sal_Int32 /* nRo… in getAccessibleCellAt() argument
276 sal_Bool SAL_CALL ScAccessibleTableBase::isAccessibleSelected( sal_Int32 /* nRow */, sal_Int32 /* n… in isAccessibleSelected() argument
401 ScAccessibleTableBase::selectAccessibleChild( sal_Int32 /* nChildIndex */ ) in selectAccessibleChild() argument
438 ScAccessibleTableBase::getSelectedAccessibleChild( sal_Int32 /* nSelectedChildIndex */ ) in getSelectedAccessibleChild() argument
446 ScAccessibleTableBase::deselectAccessibleChild( sal_Int32 /* nSelectedChildIndex */ ) in deselectAccessibleChild() argument
498 sal_Bool SAL_CALL ScAccessibleTableBase::selectRow( sal_Int32 ) in selectRow() argument
503 sal_Bool SAL_CALL ScAccessibleTableBase::selectColumn( sal_Int32 ) in selectColumn() argument
508 sal_Bool SAL_CALL ScAccessibleTableBase::unselectRow( sal_Int32 ) in unselectRow() argument
[all …]
H A DAccessibleFilterMenuItem.cxx72 Reference<XAccessible> ScAccessibleFilterMenuItem::getAccessibleChild(sal_Int32 /*nIndex*/) in getAccessibleChild() argument
98 sal_Bool ScAccessibleFilterMenuItem::doAccessibleAction(sal_Int32 /*nIndex*/) in doAccessibleAction() argument
105 OUString ScAccessibleFilterMenuItem::getAccessibleActionDescription(sal_Int32 /*nIndex*/) in getAccessibleActionDescription() argument
112 sal_Int32 /*nIndex*/) throw (IndexOutOfBoundsException, RuntimeException) in getAccessibleActionKeyBinding() argument
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx120 Any SAL_CALL OCallableStatement::getObject( sal_Int32 /*columnIndex*/, const Reference< ::com::sun:… in getObject() argument
180 …:star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_Int32 /*columnIndex*/ … in getBinaryStream() argument
186 …ar::io::XInputStream > SAL_CALL OCallableStatement::getCharacterStream( sal_Int32 /*columnIndex*/ … in getCharacterStream() argument
193 Reference< XArray > SAL_CALL OCallableStatement::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLExc… in getArray() argument
200 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getClob() argument
206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob() argument
213 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 /*columnIndex*/) throw(SQLExceptio… in getRef() argument
/trunk/main/oox/source/core/
H A Dcontexthandler.cxx92 void ContextHandler::startFastElement( sal_Int32, const Reference< XFastAttributeList >& ) throw( S… in startFastElement() argument
100 void ContextHandler::endFastElement( sal_Int32 ) throw( SAXException, RuntimeException ) in endFastElement() argument
108 Reference< XFastContextHandler > ContextHandler::createFastChildContext( sal_Int32, const Reference… in createFastChildContext() argument
132 ContextHandlerRef ContextHandler::createRecordContext( sal_Int32, SequenceInputStream& ) in createRecordContext() argument
137 void ContextHandler::startRecord( sal_Int32, SequenceInputStream& ) in startRecord() argument
141 void ContextHandler::endRecord( sal_Int32 ) in endRecord() argument
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSourceContext.cxx55 void SAL_CALL DragSourceContext::setCursor( sal_Int32 /*cursorId*/ ) in setCursor() argument
60 void SAL_CALL DragSourceContext::setImage( sal_Int32 /*imageId*/ ) in setImage() argument
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx180 void SAL_CALL ScVbaComboBox::setStyle( sal_Int32 /*nStyle*/ ) throw (uno::RuntimeException) in setStyle() argument
189 void SAL_CALL ScVbaComboBox::setDropButtonStyle( sal_Int32 /*nDropButtonStyle*/ ) throw (uno::Runti… in setDropButtonStyle() argument
198 void SAL_CALL ScVbaComboBox::setDragBehavior( sal_Int32 /*nDragBehavior*/ ) throw (uno::RuntimeExce… in setDragBehavior() argument
207 void SAL_CALL ScVbaComboBox::setEnterFieldBehavior( sal_Int32 /*nEnterFieldBehavior*/ ) throw (uno:… in setEnterFieldBehavior() argument
216 void SAL_CALL ScVbaComboBox::setListStyle( sal_Int32 /*nListStyle*/ ) throw (uno::RuntimeException) in setListStyle() argument
225 void SAL_CALL ScVbaComboBox::setTextAlign( sal_Int32 /*nTextAlign*/ ) throw (uno::RuntimeException) in setTextAlign() argument
/trunk/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx61 void OAdabasPreparedStatement::setResultSetConcurrency(sal_Int32 /*_par0*/) in setResultSetConcurrency() argument
66 void OAdabasPreparedStatement::setResultSetType(sal_Int32 /*_par0*/) in setResultSetType() argument
H A DBStatement.cxx57 void OAdabasStatement::setResultSetConcurrency(sal_Int32 /*_par0*/) in setResultSetConcurrency() argument
62 void OAdabasStatement::setResultSetType(sal_Int32 /*_par0*/) in setResultSetType() argument
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeader.cxx190 sal_Bool SAL_CALL AccessibleGridControlHeader::isAccessibleRowSelected( sal_Int32 /*nRow*/ ) in isAccessibleRowSelected() argument
204 sal_Int32 /*nRow*/, sal_Int32 /*nColumn*/ ) in getAccessibleCellAt() argument
211 sal_Int32 /*nRow*/, sal_Int32 /*nColumn */) in isAccessibleSelected() argument

Completed in 105 milliseconds

12345678910>>...15