Home
last modified time | relevance | path

Searched refs:m_nVisibleRows (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/ui/inc/
H A Dquerycontroller.hxx95 sal_Int32 m_nVisibleRows; // which rows the selection browse should show member in dbaui::OQueryController
163 sal_Int32 getVisibleRows() const { return m_nVisibleRows; } in getVisibleRows()
167 void setVisibleRows(sal_Int32 _nVisibleRows) { m_nVisibleRows = _nVisibleRows;} in setVisibleRows()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx328 ,m_nVisibleRows(0x400) in OQueryController()
1223 o_rViewSettings.put( "VisibleRows", m_nVisibleRows ); in saveViewSettings()
1231 m_nVisibleRows = o_rViewSettings.getOrDefault( "VisibleRows", m_nVisibleRows ); in loadViewSettings()
1780 getContainer()->setNoneVisbleRow(m_nVisibleRows); in impl_reset()

Completed in 137 milliseconds