Home
last modified time | relevance | path

Searched refs:TopMargin (Results 176 – 200 of 349) sorted by relevance

12345678910>>...14

/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_desgn.pas1342 Rectangle(LeftMargin, TopMargin, RightMargin, BottomMargin);
8172 y := frDesigner.Page.TopMargin;
8292 dy := t.y + t.dy - TfrDesignerForm(frDesigner).Page.TopMargin;
8295 b.y := TfrDesignerForm(frDesigner).Page.TopMargin;
8321 b.y := TfrDesignerForm(frDesigner).Page.TopMargin + 72;
/dports/graphics/sam2p/sam2p-0.49.4/
H A DREADME397 -- -m:(dimen) \ : set all margins (/TopMargin,/BottomMargin, /LeftMargin, /RightMargin) to `…
403 -- -m:vert:(dimen) \ : set /TopMargin and /BottomMargin to `dimen'
410 -- -m:top:(dimen) \ : set /TopMargin to `dimen'
1277 -- TopMargin : dimen; desired vertical gap between the top line of the page
1837 /TopMargin 12 % measured as number/72 inches
1945 Q14. Can I use negative margins (i.e /TopMargin -20) to crop the output
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/PdfExport/
H A Dpdfexport.cpp356 topMargin = mmToPoints(cfg.PdfExport.TopMargin.get()); in setupConfig()
/dports/print/lout/lout-3.40/include/
H A Dreport95 # @TopMargin { 2.5c @OrIfPlain 6f } # top margin of all pages
H A Dbook90 # @TopMargin { 2.5c @OrIfPlain 6f } # top margin of all pages
H A Ddsf87 named @TopMargin { 2.50c @OrIfPlain 6f } # top margin of all pages
925 { //@TopMargin ||@OddLeftMargin
942 { //@TopMargin ||@EvenLeftMargin
2312 { //@TopMargin ||@EvenLeftMargin
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/nl_BE/
H A Dadmin.lang108 TopMargin=Bovenmarge
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/nl_BE/
H A Dadmin.lang108 TopMargin=Bovenmarge
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DTixGrid.pod255 =item Class: B<TopMargin>
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_desgn.pas1692 Rectangle(LeftMargin, TopMargin, RightMargin, BottomMargin);
8604 y := frDesigner.Page.TopMargin;
8724 dy := t.y + t.dy - TfrDesignerForm(frDesigner).Page.TopMargin;
8727 b.y := TfrDesignerForm(frDesigner).Page.TopMargin;
8753 b.y := TfrDesignerForm(frDesigner).Page.TopMargin + 72;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_desgn.pas1692 Rectangle(LeftMargin, TopMargin, RightMargin, BottomMargin);
8604 y := frDesigner.Page.TopMargin;
8724 dy := t.y + t.dy - TfrDesignerForm(frDesigner).Page.TopMargin;
8727 b.y := TfrDesignerForm(frDesigner).Page.TopMargin;
8753 b.y := TfrDesignerForm(frDesigner).Page.TopMargin + 72;
/dports/print/lout/lout-3.40/doc/user/
H A Dmybook88 # @TopMargin { 2.5c @OrIfPlain 6f } # top margin of all pages
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/TextConverters/RTF/
H A DRTFConsumer.m829 #define TOPMARGIN @"TopMargin"
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwidgets.pas8438 TopMargin: Integer;
8449 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8463 if (TopMargin - FontHeight < 2) then
8464 TopMargin := FontHeight + 2 // top & bottom +1px
8466 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8471 TopMargin := TopMargin - BottomMargin - 3;
8478 TopMargin := BottomMargin;
8480 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwidgets.pas8398 TopMargin: Integer;
8409 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8423 if (TopMargin - FontHeight < 2) then
8424 TopMargin := FontHeight + 2 // top & bottom +1px
8426 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8431 TopMargin := TopMargin - BottomMargin - 3;
8438 TopMargin := BottomMargin;
8439 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwidgets.pas8078 TopMargin: Integer;
8089 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8103 if (TopMargin - FontHeight < 2) then
8104 TopMargin := FontHeight + 2 // top & bottom +1px
8106 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8111 TopMargin := TopMargin - BottomMargin - 3;
8118 TopMargin := BottomMargin;
8120 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwidgets.pas8398 TopMargin: Integer;
8409 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8423 if (TopMargin - FontHeight < 2) then
8424 TopMargin := FontHeight + 2 // top & bottom +1px
8426 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8431 TopMargin := TopMargin - BottomMargin - 3;
8438 TopMargin := BottomMargin;
8439 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwidgets.pas8438 TopMargin: Integer;
8449 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8463 if (TopMargin - FontHeight < 2) then
8464 TopMargin := FontHeight + 2 // top & bottom +1px
8466 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8471 TopMargin := TopMargin - BottomMargin - 3;
8478 TopMargin := BottomMargin;
8480 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwidgets.pas8078 TopMargin: Integer;
8089 QWidget_getContentsMargins(AWidget,@LeftMargin, @TopMargin, @RightMargin, @BottomMargin);
8103 if (TopMargin - FontHeight < 2) then
8104 TopMargin := FontHeight + 2 // top & bottom +1px
8106 if ((TopMargin - BottomMargin - 2) > FontHeight) then
8111 TopMargin := TopMargin - BottomMargin - 3;
8118 TopMargin := BottomMargin;
8120 QLayout_setContentsMargins(ALayout, LeftMargin, TopMargin, RightMargin, BottomMargin);
/dports/math/ngraph/Ngraph-6.3.54-src/ja/
H A DNgraph845 Ngraph*merge.rc.marginrc.TopMargin.labelString: ��ޡ�����:
897 Ngraph*page.rc.marginrc.TopMargin.labelString: ��ޡ�����:
/dports/devel/R-cran-gdata/gdata/inst/perl/Spreadsheet/
H A DParseExcel.pm2071 $oBook->{Worksheet}[ $oBook->{_CurSheet} ]->{TopMargin} = $dWk;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DKeysInit.cs331 new KeyStruct(Major.DocAttr, Minor.TopMargin, "margt"), in Init()
/dports/textproc/p5-Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.65/lib/Spreadsheet/
H A DParseExcel.pm2066 $oBook->{Worksheet}[ $oBook->{_CurSheet} ]->{TopMargin} = $dWk;
/dports/math/ngraph/Ngraph-6.3.54-src/
H A DNgraph839 Ngraph*merge.rc.marginrc.TopMargin.labelString: Top margin:
891 Ngraph*page.rc.marginrc.TopMargin.labelString: Top margin:
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/import/
H A DDocxXmlDocumentReader.cpp4226 … m_currentTableStyleProperties->setProperties |= MSOOXML::TableStyleProperties::TopMargin; in read_tcMar()
4276 … m_currentTableStyleProperties->setProperties |= MSOOXML::TableStyleProperties::TopMargin; in read_tblCellMar()

12345678910>>...14