Home
last modified time | relevance | path

Searched refs:pMargins (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx194 pMargins[XML_LINE_TOP] = property; break; in finished()
196 pMargins[XML_LINE_BOTTOM] = property; break; in finished()
198 pMargins[XML_LINE_LEFT] = property; break; in finished()
200 pMargins[XML_LINE_RIGHT] = property; break; in finished()
233 if (pAllMarginProperty && !pMargins[i]) in finished()
471 if (nGutterMargin && pMargins[XML_LINE_TOP]) in finished()
475 pMargins[XML_LINE_TOP]->maValue >>= nTopMargin; in finished()
477 pMargins[XML_LINE_TOP]->maValue <<= nTopMargin; in finished()
489 if (nGutterMargin && pMargins[XML_LINE_RIGHT]) in finished()
500 if (nGutterMargin && pMargins[XML_LINE_LEFT]) in finished()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpcharborderoverride.cxx82 std::unique_ptr<LwpMargins> pMargins(::clone(rOther.m_pMargins.get())); in LwpCharacterBorderOverride() local
84 m_pMargins = std::move(pMargins); in LwpCharacterBorderOverride()
H A Dlwpparaborderoverride.cxx335 void LwpParaBorderOverride::OverrideMargins(LwpMargins const* pMargins) in OverrideMargins() argument
337 *m_pMargins = *pMargins; in OverrideMargins()
H A Dlwpparastyle.cxx333 LwpMargins* pMargins = pBorder->GetMargins(); in ApplyParaBorder() local
347 if (pMargins) in ApplyParaBorder()
349 pMarginValue[nC] = static_cast<float>(pMargins->GetMarginsValue(nC)); in ApplyParaBorder()
H A Dlwpparaborderoverride.hxx109 void OverrideMargins(LwpMargins const * pMargins);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpcharborderoverride.cxx82 std::unique_ptr<LwpMargins> pMargins(::clone(rOther.m_pMargins.get())); in LwpCharacterBorderOverride() local
84 m_pMargins = std::move(pMargins); in LwpCharacterBorderOverride()
H A Dlwpparaborderoverride.cxx338 void LwpParaBorderOverride::OverrideMargins(LwpMargins const * pMargins) in OverrideMargins() argument
340 *m_pMargins = *pMargins; in OverrideMargins()
H A Dlwpparastyle.cxx334 LwpMargins* pMargins = pBorder->GetMargins(); in ApplyParaBorder() local
348 if (pMargins) in ApplyParaBorder()
350 pMarginValue[nC] = static_cast<float>(pMargins->GetMarginsValue(nC)); in ApplyParaBorder()
H A Dlwpparaborderoverride.hxx109 void OverrideMargins(LwpMargins const * pMargins);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx119 XMLPropertyState* pMargins[4] = { nullptr, nullptr, nullptr, nullptr }; in finished() local
188 pMargins[XML_LINE_TOP] = property; break; in finished()
190 pMargins[XML_LINE_BOTTOM] = property; break; in finished()
192 pMargins[XML_LINE_LEFT] = property; break; in finished()
194 pMargins[XML_LINE_RIGHT] = property; break; in finished()
221 if (pAllMarginProperty && !pMargins[i]) in finished()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtimppr.cxx415 XMLPropertyState* pMargins[4] = { nullptr, nullptr, nullptr, nullptr }; in finished() local
520 pMargins[XML_LINE_LEFT] = property; break; in finished()
522 pMargins[XML_LINE_RIGHT] = property; break; in finished()
524 pMargins[XML_LINE_TOP] = property; break; in finished()
526 pMargins[XML_LINE_BOTTOM] = property; break; in finished()
557 if (pAllMargin && !pMargins[i]) in finished()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtimppr.cxx415 XMLPropertyState* pMargins[4] = { nullptr, nullptr, nullptr, nullptr }; in finished() local
520 pMargins[XML_LINE_LEFT] = property; break; in finished()
522 pMargins[XML_LINE_RIGHT] = property; break; in finished()
524 pMargins[XML_LINE_TOP] = property; break; in finished()
526 pMargins[XML_LINE_BOTTOM] = property; break; in finished()
557 if (pAllMargin && !pMargins[i]) in finished()
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIThemes.h46 int iPartId, int iStateId, int iPropId, RECT *pRect, MARGINS *pMargins);
87 int iStateId, int iPropId, RECT *pRect, MARGINS *pMargins);
H A DCUIThemes.cpp319 MARGINS *pMargins) in getThemeMargins() argument
324 pRect, pMargins); in getThemeMargins()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/properties/
H A DAxes.java882 final JPanel pMargins = new JPanel(); in margins() local
894 addInnerPanel(panel, pMargins, bMargins, lMargins, in margins()
899 pMargins.setVisible(!bMargins.isSelected()); in margins()
904 addLabelTextField(pMargins, lMarginsLeft, MessagesGED.left, in margins()
919 addLabelTextField(pMargins, lMarginsRight, MessagesGED.right, in margins()
934 addLabelTextField(pMargins, lMarginsTop, MessagesGED.top, in margins()
949 addLabelTextField(pMargins, lMarginsBottom, MessagesGED.bottom, in margins()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DXPTheme.dli8 //FN(HRESULT, GetThemeMargins,(HANDLE, HDC, int, int, int, RECT *prc, MARGINS *pMargins))
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datldwm.h159 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
166 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldwm.h166 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
173 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datldwm.h159 HRESULT DwmExtendFrameIntoClientArea(const MARGINS* pMargins) in DwmExtendFrameIntoClientArea() argument
166 return ::DwmExtendFrameIntoClientArea(pT->m_hWnd, pMargins); in DwmExtendFrameIntoClientArea()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvposter.cpp437 QMarginsF pMargins = layout.margins(); in PageRect() local
438 QRectF newRect = rect.marginsRemoved(pMargins); in PageRect()

123456789