Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx110 sal_Int32 nBrowserWidth = m_apBrwData->GetTotalWidth() + 12 + 16; // plus padding + 16? in DataEditor() local
111 sal_Int32 nWindowWidth = ::std::max( nMinWidth, nBrowserWidth ); in DataEditor()
112 nWindowWidth = ::std::min( nMaxWidth, nBrowserWidth ); in DataEditor()

Completed in 8 milliseconds