Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx2597 …const SwFormatFrameSize& rTableFormatSz = static_cast<const SwTabFrame*>(pFrame)->GetTable()->GetF… in lcl_CalcAutoWidth() local
2598 if ( USHRT_MAX == rTableFormatSz.GetSize().Width() || in lcl_CalcAutoWidth()
2609 nMin = rTableFormatSz.GetSize().Width(); in lcl_CalcAutoWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx2550 …const SwFormatFrameSize& rTableFormatSz = static_cast<const SwTabFrame*>(pFrame)->GetTable()->GetF… in lcl_CalcAutoWidth() local
2551 if ( USHRT_MAX == rTableFormatSz.GetSize().Width() || in lcl_CalcAutoWidth()
2562 nMin = rTableFormatSz.GetSize().Width(); in lcl_CalcAutoWidth()