Home
last modified time | relevance | path

Searched refs:nPaper (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/envelp/
H A Denvfmt.cxx357 const sal_uInt16 nPaper = m_aIDs[m_xSizeFormatBox->get_active()]; in IMPL_LINK_NOARG() local
358 if (nPaper != sal_uInt16(PAPER_USER)) in IMPL_LINK_NOARG()
360 Size aSz = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)); in IMPL_LINK_NOARG()
434 const sal_uInt16 nPaper = m_aIDs[m_xSizeFormatBox->get_active()]; in FillItem() local
435 if (nPaper == sal_uInt16(PAPER_USER)) in FillItem()
444 tools::Long lWVal = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)).Width (); in FillItem()
445 tools::Long lHVal = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)).Height(); in FillItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/envelp/
H A Denvfmt.cxx364 const sal_uInt16 nPaper = m_aIDs[m_xSizeFormatBox->get_active()]; in IMPL_LINK_NOARG() local
365 if (nPaper != sal_uInt16(PAPER_USER)) in IMPL_LINK_NOARG()
367 Size aSz = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)); in IMPL_LINK_NOARG()
441 const sal_uInt16 nPaper = m_aIDs[m_xSizeFormatBox->get_active()]; in FillItem() local
442 if (nPaper == sal_uInt16(PAPER_USER)) in FillItem()
451 long lWVal = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)).Width (); in FillItem()
452 long lHVal = SvxPaperInfo::GetPaperSize(static_cast<Paper>(nPaper)).Height(); in FillItem()
/dports/graphics/intergif/igsrc/src/
H A Dloadtca.c108 int nPaper; member
253 nPixMask = (pixel)(pPALE->nPaper); in Anim_ConvertTCA()
255 nPixMask = pPALE->palette[pPALE->nPaper]; in Anim_ConvertTCA()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dprintdlg.cxx868 for (int nPaper = 0; nPaper < aPrt->GetPaperInfoCount(); nPaper++) in setPaperSizes() local
870 PaperInfo aInfo = aPrt->GetPaperInfo( nPaper ); in setPaperSizes()
882 Size aSize = aPrt->GetPaperSize( nPaper ); in setPaperSizes()
893 mxPaperSizeBox->set_active( nPaper ); in setPaperSizes()
1930 for (int nPaper = 0; nPaper < aPrt->GetPaperInfoCount(); nPaper++ ) in IMPL_LINK() local
1932 PaperInfo aInfo = aPrt->GetPaperInfo( nPaper ); in IMPL_LINK()
1938 mxPaperSizeBox->set_active( nPaper ); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dprintdlg.cxx833 for (int nPaper = 0; nPaper < aPrt->GetPaperInfoCount(); nPaper++) in setPaperSizes() local
835 PaperInfo aInfo = aPrt->GetPaperInfo( nPaper ); in setPaperSizes()
847 Size aSize = aPrt->GetPaperSize( nPaper ); in setPaperSizes()
858 mxPaperSizeBox->set_active( nPaper ); in setPaperSizes()
1870 for (int nPaper = 0; nPaper < aPrt->GetPaperInfoCount(); nPaper++ ) in IMPL_LINK() local
1872 PaperInfo aInfo = aPrt->GetPaperInfo( nPaper ); in IMPL_LINK()
1878 mxPaperSizeBox->set_active( nPaper ); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalprn.cxx907 short nPaper = 0; in ImplJobSetupToDevMode() local
931 nPaper = pPapers[i]; in ImplJobSetupToDevMode()
939 if ( !nPaper && nLandscapeAngle != 0 ) in ImplJobSetupToDevMode()
946 nPaper = pPapers[i]; in ImplJobSetupToDevMode()
952 if ( nPaper ) in ImplJobSetupToDevMode()
953 pDevModeW->dmPaperSize = nPaper; in ImplJobSetupToDevMode()
956 if ( !nPaper ) in ImplJobSetupToDevMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalprn.cxx906 short nPaper = 0; in ImplJobSetupToDevMode() local
930 nPaper = pPapers[i]; in ImplJobSetupToDevMode()
938 if ( !nPaper && nLandscapeAngle != 0 ) in ImplJobSetupToDevMode()
945 nPaper = pPapers[i]; in ImplJobSetupToDevMode()
951 if ( nPaper ) in ImplJobSetupToDevMode()
952 pDevModeW->dmPaperSize = nPaper; in ImplJobSetupToDevMode()
955 if ( !nPaper ) in ImplJobSetupToDevMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint.cxx1448 const PaperInfo& Printer::GetPaperInfo( int nPaper ) const in GetPaperInfo()
1454 …if( mpInfoPrinter->m_aPaperFormats.empty() || nPaper < 0 || nPaper >= int(mpInfoPrinter->m_aPaperF… in GetPaperInfo()
1456 return mpInfoPrinter->m_aPaperFormats[nPaper]; in GetPaperInfo()
1459 Size Printer::GetPaperSize( int nPaper ) in GetPaperSize() argument
1461 PaperInfo aInfo = GetPaperInfo( nPaper ); in GetPaperSize()
/dports/games/tycho/species/wilfiz/
H A Dnpaper2.rc1 Program "nPaper II" (length 100) by "Paul-V Khuong"
H A Dnpaper2.red2 ;name nPaper II
/dports/games/species/species/wilfiz/
H A Dnpaper2.rc1 Program "nPaper II" (length 100) by "Paul-V Khuong"
H A Dnpaper2.red2 ;name nPaper II
/dports/games/fmars/fmars-0.0.207/rc/nso/
H A Dnpaper2.rc2 ;name nPaper II
/dports/games/fmars/fmars-0.0.207/rc/top50/
H A Dnpaper2.rc2 ;name nPaper II
/dports/games/fmars/fmars-0.0.207/rc/paper/
H A Dnpaper2.rc2 ;name nPaper II
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint.cxx1505 const PaperInfo& Printer::GetPaperInfo( int nPaper ) const in GetPaperInfo()
1511 …if( mpInfoPrinter->m_aPaperFormats.empty() || nPaper < 0 || nPaper >= int(mpInfoPrinter->m_aPaperF… in GetPaperInfo()
1513 return mpInfoPrinter->m_aPaperFormats[nPaper]; in GetPaperInfo()
1516 Size Printer::GetPaperSize( int nPaper ) in GetPaperSize() argument
1518 PaperInfo aInfo = GetPaperInfo( nPaper ); in GetPaperSize()
/dports/games/fmars/fmars-0.0.207/rc/stone-b-imp/
H A Drevival.rc8 ;strategy imp failsafe (against nPaper) like Recount
/dports/science/openkim-models/openkim-models-2021-01-28/simulator-models/Sim_LAMMPS_TersoffZBL_ByggmastarGranberg_2020_Fe__SM_958863895234_000/
H A Dkimspec.edn5 …d paper and its supplementary pdf (open access) for benchmark results.\n\nPaper abstract:\nDensity…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx311 const PaperInfo& GetPaperInfo( int nPaper ) const;
320 Size GetPaperSize( int nPaper );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx322 const PaperInfo& GetPaperInfo( int nPaper ) const;
331 Size GetPaperSize( int nPaper );
/dports/games/simutrans-pak128/simutrans/pak128/text/
H A Des.tab538 Este dise�o de edificio\n�nico es marca registrada\nde la empresa Tree Pulp\nPaper, poco conocido\n…