Lines Matching refs:getLength

93 : m_pImpl( new ResultSetMetaData_Impl( rProps.getLength() ) ),  in ResultSetMetaData()
110 OSL_ENSURE( rColumnData.size() == sal_uInt32( rProps.getLength() ), in ResultSetMetaData()
151 return m_aProps.getLength(); in getColumnCount()
164 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isAutoIncrement()
175 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCaseSensitive()
191 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSearchable()
206 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCurrency()
222 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isNullable()
237 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSigned()
252 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnDisplaySize()
268 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnLabel()
272 if ( aLabel.getLength() ) in getColumnLabel()
287 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnName()
305 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getSchemaName()
324 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getPrecision()
340 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getScale()
358 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getTableName()
376 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getCatalogName()
394 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnType()
418 sal_Int32 nCount = m_pImpl->m_aProps.getLength(); in getColumnType()
440 sal_Int32 nCount1 = aProps.getLength(); in getColumnType()
442 sal_Int32 nCount = m_aProps.getLength(); in getColumnType()
531 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnTypeName()
545 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isReadOnly()
561 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isWritable()
575 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isDefinitelyWritable()
592 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnServiceName()