Lines Matching refs:m_aProps

95   m_aProps( rProps ),  in ResultSetMetaData()
107 m_aProps( rProps ), 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()
275 return m_aProps.getConstArray()[ column - 1 ].Name; in getColumnLabel()
287 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnName()
290 return m_aProps.getConstArray()[ column - 1 ].Name; 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()
397 if ( m_aProps.getConstArray()[ column - 1 ].Type in getColumnType()
418 sal_Int32 nCount = m_pImpl->m_aProps.getLength(); in getColumnType()
419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
442 sal_Int32 nCount = m_aProps.getLength(); in getColumnType()
443 Property* pProps = m_aProps.getArray(); in getColumnType()
475 const Type& rType = m_aProps.getConstArray()[ column - 1 ].Type; 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()