Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtpbitmap.cxx209 sal_Int64 nHeightPercent = m_xBitmapHeight->get_value(FieldUnit::NONE); in FillItemSet() local
213 aSetBitmapSize.setHeight( -nHeightPercent ); in FillItemSet()
587 …sal_Int64 nHeightPercent = m_xBitmapHeight->denormalize(m_xBitmapHeight->get_value(FieldUnit::NONE… in IMPL_LINK_NOARG() local
588 if (nWidthPercent == 100 && nHeightPercent == 100) in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtpbitmap.cxx209 sal_Int64 nHeightPercent = m_xBitmapHeight->get_value(FieldUnit::NONE); in FillItemSet() local
213 aSetBitmapSize.setHeight( -nHeightPercent ); in FillItemSet()
591 …sal_Int64 nHeightPercent = m_xBitmapHeight->denormalize(m_xBitmapHeight->get_value(FieldUnit::NONE… in IMPL_LINK_NOARG() local
592 if (nWidthPercent == 100 && nHeightPercent == 100) in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx1435 const sal_uInt8 nHeightPercent = rSize.GetHeightPercent(); in writeDMLTextFrame() local
1436 if (nHeightPercent && nHeightPercent != SwFormatFrameSize::SYNCED) in writeDMLTextFrame()
1443 pFS->writeEscaped(OUString::number(nHeightPercent * oox::drawingml::PER_PERCENT)); in writeDMLTextFrame()
H A Drtfattributeoutput.cxx1786 const sal_uInt8 nHeightPercent = rSize.GetHeightPercent(); in lcl_TextFrameRelativeSize() local
1787 if (nHeightPercent && nHeightPercent != SwFormatFrameSize::SYNCED) in lcl_TextFrameRelativeSize()
1790 std::make_pair<OString, OString>("pctVert", OString::number(nHeightPercent * 10))); in lcl_TextFrameRelativeSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx1581 const sal_uInt8 nHeightPercent = rSize.GetHeightPercent(); in writeDMLTextFrame() local
1582 if (nHeightPercent && nHeightPercent != SwFormatFrameSize::SYNCED) in writeDMLTextFrame()
1589 pFS->writeEscaped(OUString::number(nHeightPercent * oox::drawingml::PER_PERCENT)); in writeDMLTextFrame()
H A Drtfattributeoutput.cxx1877 const sal_uInt8 nHeightPercent = rSize.GetHeightPercent(); in lcl_TextFrameRelativeSize() local
1878 if (!(nHeightPercent && nHeightPercent != SwFormatFrameSize::SYNCED)) in lcl_TextFrameRelativeSize()
1882 std::make_pair<OString, OString>("pctVert", OString::number(nHeightPercent * 10))); in lcl_TextFrameRelativeSize()