Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Deditbrowsebox.cxx68 … sal_uInt32 nAutoWidth = static_cast<EditBrowseBox*>(GetParent())->GetAutoColumnWidth(nColId); in DoubleClick() local
69 if (nAutoWidth != static_cast<EditBrowseBox*>(GetParent())->GetColumnWidth(nColId)) in DoubleClick()
71 static_cast<EditBrowseBox*>(GetParent())->SetColumnWidth(nColId, nAutoWidth); in DoubleClick()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Deditbrowsebox.cxx69 … sal_uInt32 nAutoWidth = static_cast<EditBrowseBox*>(GetParent())->GetAutoColumnWidth(nColId); in DoubleClick() local
70 if (nAutoWidth != static_cast<EditBrowseBox*>(GetParent())->GetColumnWidth(nColId)) in DoubleClick()
72 static_cast<EditBrowseBox*>(GetParent())->SetColumnWidth(nColId, nAutoWidth); in DoubleClick()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx1366 const SwTwips nAutoWidth = lcl_CalcAutoWidth( *this ); in Format() local
1367 if ( nAutoWidth ) in Format()
1370 nNewSize = std::max( nNewSize - nLR, nAutoWidth ); in Format()
1372 nNewSize = nAutoWidth; in Format()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx1319 const SwTwips nAutoWidth = lcl_CalcAutoWidth( *this ); in Format() local
1320 if ( nAutoWidth ) in Format()
1323 nNewSize = std::max( nNewSize - nLR, nAutoWidth ); in Format()
1325 nNewSize = nAutoWidth; in Format()