Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2703 Size aSelBoxOptSize = m_pSelectionBox->CalcOptimalSize( aPlaygroundSize ); in resizeDocumentView() local
2704 if ( aSelBoxOptSize.Height() > aSelBoxSize.Height() ) in resizeDocumentView()
2706 …plitPos = aPlaygroundSize.Height() - m_aSplitter.GetSizePixel().Height() - aSelBoxOptSize.Height(); in resizeDocumentView()