Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/uno/
H A Dunogridcolumnfacade.cxx240 void UnoGridColumnFacade::columnChanged( ColumnAttributeGroup const i_attributeGroup ) in columnChanged() argument
244 m_pOwner->notifyColumnChange( m_pOwner->getColumnPos( *this ), i_attributeGroup ); in columnChanged()
H A Dunogridcolumnfacade.hxx93 void columnChanged( ColumnAttributeGroup const i_attributeGroup );
H A Dunocontroltablemodel.cxx871 …::notifyColumnChange( ColPos const i_columnPos, ColumnAttributeGroup const i_attributeGroup ) const in notifyColumnChange()
883 (*loop)->columnChanged( i_columnPos, i_attributeGroup ); in notifyColumnChange()
H A Dunocontroltablemodel.hxx154 … notifyColumnChange( ColPos const i_columnPos, ColumnAttributeGroup const i_attributeGroup ) const;
/aoo4110/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx152 …al void columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup ) = 0;
/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.hxx334 …irtual void columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup );
H A Dtablecontrol_impl.cxx722 …leControl_Impl::columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup ) in columnChanged() argument
724 ColumnAttributeGroup nGroup( i_attributeGroup ); in columnChanged()
742 OSL_ENSURE( ( nGroup == COL_ATTRS_NONE ) || ( i_attributeGroup == COL_ATTRS_ALL ), in columnChanged()

Completed in 78 milliseconds