Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppIconControl.cxx98 const int nWidthRequest = m_nMaxWidth + 2 * nMargin; in Fill() local
99 set_size_request(nWidthRequest, -1); in Fill()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwindow2.cxx1623 void Window::set_width_request(sal_Int32 nWidthRequest) in set_width_request() argument
1630 if ( pWindowImpl->mnWidthRequest != nWidthRequest ) in set_width_request()
1632 pWindowImpl->mnWidthRequest = nWidthRequest; in set_width_request()
H A Dlayout.cxx2810 tools::Long nWidthRequest = nFirstWidth + nSecondWidth; in setAllocation() local
2811 tools::Long nWidthDiff = nWidth - nWidthRequest; in setAllocation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwindow2.cxx1592 void Window::set_width_request(sal_Int32 nWidthRequest) in set_width_request() argument
1599 if ( pWindowImpl->mnWidthRequest != nWidthRequest ) in set_width_request()
1601 pWindowImpl->mnWidthRequest = nWidthRequest; in set_width_request()
H A Dlayout.cxx2580 long nWidthRequest = nFirstWidth + nSecondWidth; in setAllocation() local
2581 long nWidthDiff = nWidth - nWidthRequest; in setAllocation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A DFieldDescControl.cxx605 …int nWidthRequest = Application::GetDefaultDevice()->LogicToPixel(Size(m_nEditWidth, 0), MapMode(M… in InitializeControl() local
606 pControl->set_size_request(nWidthRequest, -1); in InitializeControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DFieldDescControl.cxx650 … int nWidthRequest = LogicToPixel(Size(m_nEditWidth, 0), MapMode(MapUnit::MapAppFont)).Width(); in InitializeControl() local
651 pControl->set_size_request(nWidthRequest, -1); in InitializeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dbutton.cxx3702 int nWidthRequest(get_width_request()); in GetOptimalSize() local
3703 return CalcMinimumSize(nWidthRequest != -1 ? nWidthRequest : 0); in GetOptimalSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx683 const auto nWidthRequest = m_xAtHorzPosED->get_preferred_size().Width(); in SwFramePage() local
684 m_xAtHorzPosED->set_size_request(nWidthRequest, -1); in SwFramePage()
685 m_xAtVertPosED->set_size_request(nWidthRequest, -1); in SwFramePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx672 const auto nWidthRequest = m_xAtHorzPosED->get_preferred_size().Width(); in SwFramePage() local
673 m_xAtHorzPosED->set_size_request(nWidthRequest, -1); in SwFramePage()
674 m_xAtVertPosED->set_size_request(nWidthRequest, -1); in SwFramePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dbutton.cxx3692 int nWidthRequest(get_width_request()); in GetOptimalSize() local
3693 return CalcMinimumSize(nWidthRequest != -1 ? nWidthRequest : 0); in GetOptimalSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dwindow.hxx1367 void set_width_request(sal_Int32 nWidthRequest);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dwindow.hxx1280 void set_width_request(sal_Int32 nWidthRequest);