Home
last modified time | relevance | path

Searched refs:GetTopMargin (Results 76 – 100 of 132) sorted by relevance

123456

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dpreview.cxx413 nTopMargin = pPrintFunc->GetTopMargin(); in DoPrint()
1315 nTopMargin = static_cast<long>( pPrintFunc->GetTopMargin() * HMM_PER_TWIPS - aOffset.Y() ); in MouseMove()
H A Doutput2.cxx1804 … static_cast<long>(aVars.GetMargin()->GetTopMargin()*mnPPTY) + in LayoutStrings()
1893 … long nTop = static_cast<long>( aVars.GetMargin()->GetTopMargin() * mnPPTY ); in LayoutStrings()
1907 … long nTop = static_cast<long>( aVars.GetMargin()->GetTopMargin() * mnPPTY ); in LayoutStrings()
2453 rTopM = static_cast<long>((rMargin.GetTopMargin() * nPPTY)); in calcMargins()
4619 long nTopM = static_cast<long>( pMargin->GetTopMargin() * mnPPTY ); in DrawRotated()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Deditutil.cxx324 long nTopMargin = static_cast<long>( pMargin->GetTopMargin() * nPPTY ); in GetEditArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx522 SwTwips nTopMargin = aRectFnSet.GetTopMargin(*pAnchorFrameForVertPos); in CalcPosition()
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxrichtext_richtext.i533 virtual int GetTopMargin() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_richtextwxRichTextCell.cpp118 int GetTopMargin() const SIP_OVERRIDE;
1140 int sipwxRichTextCell::GetTopMargin() const in GetTopMargin() function in sipwxRichTextCell
1148 return ::wxRichTextCell::GetTopMargin(); in GetTopMargin()
H A Dsip_richtextwxRichTextField.cpp107 int GetTopMargin() const SIP_OVERRIDE;
987 int sipwxRichTextField::GetTopMargin() const in GetTopMargin() function in sipwxRichTextField
995 return ::wxRichTextField::GetTopMargin(); in GetTopMargin()
H A Dsip_richtextwxRichTextTable.cpp131 int GetTopMargin() const SIP_OVERRIDE;
1321 int sipwxRichTextTable::GetTopMargin() const in GetTopMargin() function in sipwxRichTextTable
1329 return ::wxRichTextTable::GetTopMargin(); in GetTopMargin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal.cxx515 nTest = static_cast<sal_uInt16>(nDefFontHeight + rMargin.GetTopMargin() in InitTextHeight()
H A Dcolumn2.cxx348 nValue += conditionalScaleFunc(pMargin->GetTopMargin(), nPPT) + in GetNeededSize()
571 nValue += conditionalScaleFunc(pMargin->GetTopMargin(), nPPT) + in GetNeededSize()
804 nHeight += rMargin.GetTopMargin() + rMargin.GetBottomMargin(); in lcl_GetAttribHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal.cxx527 nTest = static_cast<sal_uInt16>(nDefFontHeight + rMargin.GetTopMargin() in InitTextHeight()
H A Dcolumn2.cxx336 nValue += static_cast<long>( pMargin->GetTopMargin() * nPPT ) + in GetNeededSize()
540 nValue += static_cast<long>( pMargin->GetTopMargin() * nPPT ) + in GetNeededSize()
767 nHeight += rMargin.GetTopMargin() + rMargin.GetBottomMargin(); in lcl_GetAttribHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx1880 … static_cast<tools::Long>(aVars.GetMargin()->GetTopMargin()*mnPPTY) + in LayoutStrings()
1969 … tools::Long nTop = static_cast<tools::Long>( aVars.GetMargin()->GetTopMargin() * mnPPTY ); in LayoutStrings()
1983 … tools::Long nTop = static_cast<tools::Long>( aVars.GetMargin()->GetTopMargin() * mnPPTY ); in LayoutStrings()
2530 rTopM = static_cast<tools::Long>((rMargin.GetTopMargin() * nPPTY)); in calcMargins()
4704 … tools::Long nTopM = static_cast<tools::Long>( pMargin->GetTopMargin() * mnPPTY ); in DrawRotated()
H A Dpreview.cxx413 nTopMargin = pPrintFunc->GetTopMargin(); in DoPrint()
1321 …nTopMargin = o3tl::convert(pPrintFunc->GetTopMargin(), o3tl::Length::twip, o3tl::Length::mm100) - … in MouseMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx606 nVal = aRectFnSet.GetTopMargin(*pFrame); in SetAttributes()
1986 … tools::Long fnSymbolTop = fnBodyPage->GetTopMargin() + fnBodyPage->getFrameArea().Top(); in EnhancedPDFExport()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/richtext/
H A Drichtextbuffer.h1286 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1287 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2604 virtual int GetTopMargin() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/richtext/
H A Drichtextbuffer.h1359 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1360 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2720 virtual int GetTopMargin() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/richtext/
H A Drichtextbuffer.h1133 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1134 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2445 virtual int GetTopMargin() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/richtext/
H A Drichtextbuffer.h1133 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1134 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2445 virtual int GetTopMargin() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/richtext/
H A Drichtextbuffer.h1286 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1287 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2604 virtual int GetTopMargin() const;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfdocument.h274 virtual double GetTopMargin();
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/richtext/
H A Drichtextbuffer.h1510 wxTextAttrDimension& GetTopMargin() { return m_margins.m_top; } in GetTopMargin() function
1511 const wxTextAttrDimension& GetTopMargin() const { return m_margins.m_top; } in GetTopMargin() function
2887 virtual int GetTopMargin() const;
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DSubtitlePropDlg.cpp325 m_marginTop->SetValue(m_textsub->GetTopMargin()); in BEGIN_EVENT_TABLE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/Accessibility/
H A DAccessibleText.cxx498 … long nTopM = ( pMarginItem ? static_cast< long >( pMarginItem->GetTopMargin() * nPPTY ) : 0 ); in GetTextForwarder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/Accessibility/
H A DAccessibleText.cxx515 …tools::Long nTopM = ( pMarginItem ? static_cast< tools::Long >( pMarginItem->GetTopMargin() * nPPT… in GetTextForwarder()

123456