Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx97 ,m_pMaxRowScanLabel( NULL ) in SpecialSettingsPage()
170 m_pMaxRowScanLabel = new FixedText( this, ModuleRes( FT_MAXROWSCAN ) ); in SpecialSettingsPage()
175 Point aLabelPos( m_pMaxRowScanLabel->GetPosPixel() ); in SpecialSettingsPage()
179 m_pMaxRowScanLabel->SetPosPixel( Point( aLabelPos.X(), aLabelPos.Y() - nMoveUp ) ); in SpecialSettingsPage()
209 DELETEZ( m_pMaxRowScanLabel ); in ~SpecialSettingsPage()
254 _rControlList.push_back( new ODisableWrapper< FixedText >( m_pMaxRowScanLabel ) ); in fillWindows()
H A Dadvancedsettings.hxx77 FixedText* m_pMaxRowScanLabel; member in dbaui::SpecialSettingsPage

Completed in 20 milliseconds