Home
last modified time | relevance | path

Searched refs:hasRowHeaders (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/svtools/source/table/
H A Dtablecontrol.cxx338 if(GetModel()->hasRowHeaders()) in GetAccessibleObjectName()
383 if ( GetModel()->hasRowHeaders() ) in GetAccessibleObjectDescription()
558 return GetModel()->hasRowHeaders(); in HasRowHeader()
572 if ( GetModel()->hasRowHeaders() ) in GetAccessibleControlCount()
603 return GetModel()->hasRowHeaders(); in HasRowHeader()
H A Dtablecontrol_impl.cxx118 virtual bool hasRowHeaders() const in hasRowHeaders() function in svt::table::EmptyTableModel
371 … TableMetrics nHeaderWidth = m_pModel->hasRowHeaders() ? m_pModel->getRowHeaderWidth() : 0; in impl_checkInvariants()
805 if ( m_pModel->hasRowHeaders() ) in impl_ni_updateCachedTableMetrics()
942 if ( m_pModel->hasRowHeaders() && ( gridWidthPixel != 0 ) ) in impl_ni_calculateColumnWidths()
1473 if ( m_pModel->hasRowHeaders() ) in doPaintContent()
1526 if ( m_pModel->hasRowHeaders() ) in doPaintContent()
/aoo42x/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx217 bool UnoControlTableModel::hasRowHeaders() const in hasRowHeaders() function in svt::table::UnoControlTableModel
407 DBG_ASSERT( hasRowHeaders(), "DefaultTableModel::getRowHeaderWidth: invalid call!" ); in getRowHeaderWidth()
H A Dunocontroltablemodel.hxx70 virtual bool hasRowHeaders() const;
H A Dsvtxgridcontrol.cxx486 aPropertyValue <<= sal_Bool( m_pTableModel->hasRowHeaders() ); in getProperty()
/aoo42x/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx352 virtual bool hasRowHeaders() const = 0;
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx482 bool hasRowHeaders() const { return mbRowHeaders; } in hasRowHeaders() function in __anon8a033c3c0111::Chart2Positioner

Completed in 235 milliseconds