Home
last modified time | relevance | path

Searched defs:nMargin (Results 1 – 25 of 79) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbatextframe.cxx45 sal_Int32 nMargin = 0; in getMargin() local
53 sal_Int32 nMargin = Millimeter::getInHundredthsOfOneMillimeter( fMargin ); in setMargin() local
80 sal_Int32 nMargin = getMargin( "TextLowerDistance" ); in getMarginBottom() local
94 sal_Int32 nMargin = getMargin( "TextUpperDistance" ); in getMarginTop() local
108 sal_Int32 nMargin = getMargin( "TextLeftDistance" ); in getMarginLeft() local
122 sal_Int32 nMargin = getMargin( "TextRightDistance" ); in getMarginRight() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbatextframe.cxx45 sal_Int32 nMargin = 0; in getMargin() local
53 sal_Int32 nMargin = Millimeter::getInHundredthsOfOneMillimeter( fMargin ); in setMargin() local
80 sal_Int32 nMargin = getMargin( "TextLowerDistance" ); in getMarginBottom() local
94 sal_Int32 nMargin = getMargin( "TextUpperDistance" ); in getMarginTop() local
108 sal_Int32 nMargin = getMargin( "TextLeftDistance" ); in getMarginLeft() local
122 sal_Int32 nMargin = getMargin( "TextRightDistance" ); in getMarginRight() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/table/
H A Dtablecell.hxx53 void setLeftMargin( sal_Int32 nMargin ){ mnMarL = nMargin; }; in setLeftMargin()
55 void setRightMargin( sal_Int32 nMargin ){ mnMarR = nMargin; }; in setRightMargin()
57 void setTopMargin( sal_Int32 nMargin ){ mnMarT = nMargin; }; in setTopMargin()
59 void setBottomMargin( sal_Int32 nMargin ){ mnMarB = nMargin; }; in setBottomMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/table/
H A Dtablecell.hxx59 void setLeftMargin( sal_Int32 nMargin ){ mnMarL = nMargin; }; in setLeftMargin()
61 void setRightMargin( sal_Int32 nMargin ){ mnMarR = nMargin; }; in setRightMargin()
63 void setTopMargin( sal_Int32 nMargin ){ mnMarT = nMargin; }; in setTopMargin()
65 void setBottomMargin( sal_Int32 nMargin ){ mnMarB = nMargin; }; in setBottomMargin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DPanel.cxx91 void Panel::set_margin_top(int nMargin) in set_margin_top()
96 void Panel::set_margin_bottom(int nMargin) in set_margin_bottom()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport11.cxx561 sal_Int32 nMargin; member
596 sal_Int32 nMargin = getProperty<sal_Int32>(xStyle, sSide + "Margin"); variable
760 sal_Int32 nMargin = getProperty<sal_Int32>(xMyStyle, "ParaBottomMargin"); variable
773 sal_Int32 nMargin = getProperty<sal_Int32>(xMyStyle, "ParaLeftMargin"); variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DEdit.cpp41 void CEdit::SetLeftMargin(unsigned int nMargin) in SetLeftMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A DObjectCatalog.cxx117 long const nMargin = aTreePos.X(); in ArrangeWindows() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport11.cxx624 sal_Int32 nMargin; member
659 sal_Int32 nMargin = getProperty<sal_Int32>(xStyle, sSide + "Margin"); variable
846 sal_Int32 nMargin = getProperty<sal_Int32>(xMyStyle, "ParaBottomMargin"); variable
859 sal_Int32 nMargin = getProperty<sal_Int32>(xMyStyle, "ParaLeftMargin"); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dcustomweld.hxx125 void set_margin_top(int nMargin) { m_xDrawingArea->set_margin_top(nMargin); } in set_margin_top()
126 void set_margin_bottom(int nMargin) { m_xDrawingArea->set_margin_bottom(nMargin); } in set_margin_bottom()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Diframe.cxx295 sal_Int32 nMargin = 0; in setPropertyValue() local
306 sal_Int32 nMargin = 0; in setPropertyValue() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Diframe.cxx297 sal_Int32 nMargin = 0; in setPropertyValue() local
308 sal_Int32 nMargin = 0; in setPropertyValue() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunonrule.cxx403 sal_Int32 nMargin = 0; in setNumberingRuleByIndex() local
412 sal_Int32 nMargin = 0; in setNumberingRuleByIndex() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunonrule.cxx402 sal_Int32 nMargin = 0; in setNumberingRuleByIndex() local
411 sal_Int32 nMargin = 0; in setNumberingRuleByIndex() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dcustomweld.hxx176 void set_margin_top(int nMargin) { m_xDrawingArea->set_margin_top(nMargin); } in set_margin_top()
177 void set_margin_bottom(int nMargin) { m_xDrawingArea->set_margin_bottom(nMargin); } in set_margin_bottom()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppIconControl.cxx97 const int nMargin = 12; in Fill() local
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfwritabledataset.cpp200 int nMargin = atoi(CSLFetchNameValueDef(papszOptions, "MARGIN", "0")); in SyncToDisk() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DStylePresetsPanel.cxx57 sal_Int32 nMargin = 6 * fScalingFactor; in GenerateStylePreview() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DStylePresetsPanel.cxx70 sal_Int32 nMargin = 6 * fScalingFactor; in GenerateStylePreview() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfwritabledataset.cpp281 int nMargin = atoi(CSLFetchNameValueDef(papszOptions, "MARGIN", "0")); in SyncToDisk() local
/dports/sysutils/py-pywatchman/watchman-4.9.0/thirdparty/jansson/
H A Ddump.cpp282 auto sorted_it = items.begin(); in GetLayerCount()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfwritabledataset.cpp281 int nMargin = atoi(CSLFetchNameValueDef(papszOptions, "MARGIN", "0")); in SyncToDisk() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtdd.cxx344 const int nMargin = 10; in AcceptDrop() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A Dedtdd.cxx345 const int nMargin = 10; in AcceptDrop() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8export/
H A Dww8export2.cxx846 sal_Int32 nMargin; member
881 sal_Int32 nMargin = getProperty<sal_Int32>(xStyle, sSide + "Margin"); variable

1234