| /trunk/main/editeng/source/items/ |
| H A D | paperinf.cxx | 48 Size SvxPaperInfo::GetPaperSize( Paper ePaper, MapUnit eUnit ) in GetPaperSize() 66 Size SvxPaperInfo::GetPaperSize( const Printer* pPrinter ) in GetPaperSize() 100 Paper SvxPaperInfo::GetSvxPaper( const Size &rSize, MapUnit eUnit, bool bSloppy ) in GetSvxPaper() 111 long SvxPaperInfo::GetSloppyPaperDimension( long nSize, MapUnit eUnit ) in GetSloppyPaperDimension() 120 Size SvxPaperInfo::GetDefaultPaperSize( MapUnit eUnit ) in GetDefaultPaperSize() 132 String SvxPaperInfo::GetName( Paper ePaper ) in GetName()
|
| H A D | paraitem.cxx | 1264 long lA3Width = SvxPaperInfo::GetPaperSize(PAPER_A3).Width(); in Store()
|
| /trunk/main/sw/source/ui/envelp/ |
| H A D | envfmt.cxx | 179 String aPaperName = SvxPaperInfo::GetName((Paper) i), in SwEnvFmtPage() 196 aSizeFormatBox.InsertEntry(SvxPaperInfo::GetName(PAPER_USER)); in SwEnvFmtPage() 224 Paper ePaper = SvxPaperInfo::GetSvxPaper( in IMPL_LINK_INLINE_START() 466 Size aSz = SvxPaperInfo::GetPaperSize((Paper)nPaper); in IMPL_LINK() 584 long lWVal = SvxPaperInfo::GetPaperSize((Paper)nPaper).Width (); in FillItem() 585 long lHVal = SvxPaperInfo::GetPaperSize((Paper)nPaper).Height(); in FillItem() 608 Paper ePaper = SvxPaperInfo::GetSvxPaper( in Reset()
|
| H A D | envimg.cxx | 115 Size aEnvSz = SvxPaperInfo::GetPaperSize(PAPER_ENV_C65); in SwEnvItem()
|
| /trunk/main/sw/source/ui/sidebar/ |
| H A D | PageSizeControl.cxx | 102 Size aPaperSize = SvxPaperInfo::GetPaperSize( maPaperList[ nPaperIdx ] ); in PageSizeControl() 128 SvxPaperInfo::GetName( maPaperList[ nPaperIdx ] ), in PageSizeControl()
|
| H A D | PagePropertyPanel.cxx | 504 Size aPageSize = SvxPaperInfo::GetPaperSize( ePaper, (MapUnit)(meUnit) ); in ExecuteSizeChange() 731 mePaper = SvxPaperInfo::GetSvxPaper( aTmpPaperSize, static_cast<MapUnit>(meUnit), sal_True ); in ChangeSizeImage()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | page.cxx | 570 Size aPaperSize = SvxPaperInfo::GetPaperSize( mpDefPrinter ); in Reset() 599 Paper ePaper = SvxPaperInfo::GetSvxPaper( aPaperSize, MAP_100TH_MM, sal_True ); in Reset() 602 aPaperSize = SvxPaperInfo::GetPaperSize( ePaper, MAP_100TH_MM ); in Reset() 859 Size aSize( SvxPaperInfo::GetPaperSize( ePaper, (MapUnit)eUnit ) ); in FillItemSet() 1051 Size aSize( SvxPaperInfo::GetPaperSize( ePaper, MAP_100TH_MM ) ); in IMPL_LINK() 1126 Paper ePaper = SvxPaperInfo::GetSvxPaper( aSize, (MapUnit)eUnit, sal_True ); in IMPL_LINK()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xlpage.cxx | 207 aSize = SvxPaperInfo::GetPaperSize( pEntry->mePaper ); in GetScPaperSize() 211 aSize = SvxPaperInfo::GetDefaultPaperSize(); in GetScPaperSize()
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlimp.cxx | 96 aPageSize = SvxPaperInfo::GetPaperSize( PAPER_A4 ); in ScHTMLImport() 106 SvxPaperInfo::GetPaperSize( PAPER_A4 ), MapMode( MAP_TWIP ) ); in ScHTMLImport()
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | paperinf.hxx | 41 class EDITENG_DLLPUBLIC SvxPaperInfo class
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | colex.hxx | 43 {SetSize(SvxPaperInfo::GetPaperSize(PAPER_A4));/*DIN A4*/} in SwPageExample()
|
| /trunk/main/sd/source/ui/app/ |
| H A D | sdmod1.cxx | 802 Paper ePaper = SvxPaperInfo::GetSvxPaper( aSize, MAP_100TH_MM, sal_True); in ChangeMedium() 807 aSize = SvxPaperInfo::GetPaperSize(ePaper, MAP_100TH_MM); in ChangeMedium()
|
| /trunk/main/sc/source/core/data/ |
| H A D | stlsheet.cxx | 181 … SvxSizeItem aPaperSizeItem( ATTR_PAGE_SIZE, SvxPaperInfo::GetDefaultPaperSize() ); in GetItemSet()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewprt.cxx | 158 Size aSz( SvxPaperInfo::GetPaperSize( pNew ) ); in SetPrinter()
|
| H A D | viewport.cxx | 1275 aPgSize = SvxPaperInfo::GetPaperSize(PAPER_A4); in GetOptimalSizePixel()
|
| /trunk/main/sd/source/core/ |
| H A D | drawdoc2.cxx | 562 Size aDefSize = SvxPaperInfo::GetDefaultPaperSize( MAP_100TH_MM ); in CreateFirstPages() 656 Size aSz( SvxPaperInfo::GetPaperSize(PAPER_SCREEN_4_BY_3, MAP_100TH_MM) ); in CreateFirstPages()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | appenv.cxx | 362 aPaperSize = SvxPaperInfo::GetPaperSize(PAPER_A4); in InsertEnv()
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | colex.cxx | 347 …m_aFrmSize = SvxPaperInfo::GetPaperSize(PAPER_A4); // DIN A4 TODO: Can we get the size of the fram… in SwColumnOnlyExample()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docdesc.cxx | 90 const Size aPhysSize = SvxPaperInfo::GetDefaultPaperSize(); in lcl_DefaultPageFmt()
|
| /trunk/main/sw/source/filter/basflt/ |
| H A D | shellio.cxx | 907 Size a4(SvxPaperInfo::GetPaperSize( PAPER_A4 )); in Write()
|
| /trunk/main/sc/source/ui/app/ |
| H A D | transobj.cxx | 666 Size aPaperSize = SvxPaperInfo::GetPaperSize( PAPER_A4 ); // Twips in InitDocShell()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 444 aSz.SetHeight(SvxPaperInfo::GetSloppyPaperDimension(rSection.GetPageHeight())); in SetPage() 795 nPgWidth(SvxPaperInfo::GetPaperSize(PAPER_A4).Width()), in wwSection() 1027 aNewSection.nPgWidth = SvxPaperInfo::GetSloppyPaperDimension(aNewSection.maSep.xaPage); in CreateSep()
|
| H A D | rtfexport.cxx | 614 Size a4 = SvxPaperInfo::GetPaperSize(PAPER_A4); in ExportDocument_Impl()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 567 … SvxSizeItem aPaperSizeItem( ATTR_PAGE_SIZE, SvxPaperInfo::GetPaperSize(pNewPrinter) ); in SetPrinter()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 847 aPageSize = SvxPaperInfo::GetPaperSize( PAPER_A4 ); in InitParam() 2658 Paper ePaper = SvxPaperInfo::GetSvxPaper( aEnumSize, MAP_TWIP, sal_True ); in ApplyPrintSettings()
|