Home
last modified time | relevance | path

Searched refs:PAPER_USER (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxlpage.cxx50 /* 0*/ { PAPER_USER, 0, 0 }, // undefined
52 { PAPER_USER, IN2TWIPS( 8.5 ), IN2TWIPS( 11 ) }, // Letter Small
60 /* 10*/ { PAPER_USER, MM2TWIPS( 210 ), MM2TWIPS( 297 ) }, // A4 Small
81 { PAPER_USER, IN2TWIPS( 8.5 ), IN2TWIPS( 13 ) }, // Folio
84 { PAPER_USER, IN2TWIPS( 11 ), IN2TWIPS( 17 ) }, // 11x17
85 { PAPER_USER, IN2TWIPS( 8.5 ), IN2TWIPS( 11 ) }, // Note
115 { PAPER_USER, 0, 0 }, // undefined
120 { PAPER_USER, MM2TWIPS( 235 ), MM2TWIPS( 322 ) }, // A4 Extra
130 { PAPER_USER, MM2TWIPS( 322 ), MM2TWIPS( 445 ) }, // A3 Extra
131 { PAPER_USER, MM2TWIPS( 174 ), MM2TWIPS( 235 ) }, // A5 Extra
[all …]
/aoo4110/main/i18npool/source/paper/
H A Dpaper.cxx162 if (m_eType != PAPER_USER) in doSloppyFit()
167 if (i == PAPER_USER) continue; in doSloppyFit()
197 if (i == PAPER_USER) continue; in sloppyFitPageDimension()
256 Paper ePaper = PAPER_USER; in getSystemDefaultPaper()
297 if (ePaper == PAPER_USER) in getSystemDefaultPaper()
306 if (ePaper != PAPER_USER) in getSystemDefaultPaper()
332 if (i == PAPER_USER) continue; in getSystemDefaultPaper()
393 : m_eType(PAPER_USER), in PaperInfo()
419 return PAPER_USER; in fromPSName()
435 return PAPER_USER; in fromPSName()
/aoo4110/main/vcl/source/gdi/
H A Dprint.cxx82 static PaperInfo aInfo(PAPER_USER); in ImplGetEmptyPaper()
95 if ( pConstData->mePaperFormat != PAPER_USER ) in ImplUpdateJobSetupPaper()
103 else if ( pConstData->mePaperFormat == PAPER_USER ) in ImplUpdateJobSetupPaper()
106 if ( ePaper != PAPER_USER ) in ImplUpdateJobSetupPaper()
1110 if ( pSetupData->mePaperFormat == PAPER_USER && in ImplFindPaperFormatForUserSize()
1182 if ( ePaper != PAPER_USER ) in SetPaper()
1197 if ( ePaper == PAPER_USER ) in SetPaper()
1229 if ( (maJobSetup.ImplGetConstData()->mePaperFormat != PAPER_USER) || in SetPaperSizeUser()
1235 pSetupData->mePaperFormat = PAPER_USER; in SetPaperSizeUser()
1314 if( ePaper == PAPER_USER ) in GetPaperName()
[all …]
H A Djobset.cxx73 mePaperFormat = PAPER_USER; in ImplJobSetup()
/aoo4110/main/sw/source/ui/envelp/
H A Denvfmt.cxx177 if (i != PAPER_USER) in SwEnvFmtPage()
196 aSizeFormatBox.InsertEntry(SvxPaperInfo::GetName(PAPER_USER)); in SwEnvFmtPage()
197 aIDs.Insert((sal_uInt16) PAPER_USER, aIDs.Count()); in SwEnvFmtPage()
231 if (aIDs[aSizeFormatBox.GetSelectEntryPos()] == (sal_uInt16)PAPER_USER) in IMPL_LINK_INLINE_START()
464 if (nPaper != (sal_uInt16)PAPER_USER) in IMPL_LINK()
575 if (nPaper == (sal_uInt16)PAPER_USER) in FillItem()
/aoo4110/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx210 if( io_pSetupData->mePaperFormat == PAPER_USER ) in SetPrinterData()
274 if( io_pSetupData->mePaperFormat == PAPER_USER ) in SetData()
776 if( ePaper != PAPER_USER ) in InitPaperFormats()
787 if( aInfo.getPaper() == PAPER_USER ) in InitPaperFormats()
/aoo4110/main/sfx2/source/doc/
H A Dprinthelper.cxx209 case PAPER_USER: in convertToPaperFormat()
219 Paper eRet(PAPER_USER); in convertToPaper()
247 eRet = PAPER_USER; in convertToPaper()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx137 if( pJobSetup->mePaperFormat == PAPER_USER ) in copyJobDataToJobSetup()
687 if( pJobSetup->mePaperFormat == PAPER_USER ) in SetData()
699 if( pKey && ! pValue && pJobSetup->mePaperFormat != PAPER_USER ) in SetData()
/aoo4110/main/cui/source/tabpages/
H A Dpage.cxx588 if ( PAPER_USER != ePaper ) in Reset()
617 if( eSize == PAPER_USER ) in Reset()
824 if ( PAPER_USER == ePaper ) in FillItemSet()
1036 if ( ePaper != PAPER_USER ) in IMPL_LINK()
/aoo4110/main/i18npool/inc/i18npool/
H A Dpaper.hxx50 PAPER_USER, enumerator
/aoo4110/main/editeng/source/items/
H A Dpaperinf.cxx72 if ( ePaper == PAPER_USER ) in GetPaperSize()
/aoo4110/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx178 , mePaper( PAPER_USER ) in PagePropertyPanel()
760 mePaper = PAPER_USER; in ChangeSizeImage()
/aoo4110/main/vcl/unx/headless/
H A Dsvpprn.cxx85 if( pJobSetup->mePaperFormat == PAPER_USER ) in copyJobDataToJobSetup()
585 if( pJobSetup->mePaperFormat == PAPER_USER ) in SetData()
/aoo4110/main/sd/source/ui/app/
H A Dsdmod1.cxx808 if (ePaper != PAPER_USER) in ChangeMedium()
/aoo4110/main/vcl/os2/source/gdi/
H A Dsalprn.cxx804 pSetupData->mePaperFormat = PAPER_USER; in ImplGetCurrentSettings()
/aoo4110/main/sc/source/ui/view/
H A Dprintfun.cxx2662 if ( PAPER_USER == ePaper ) in ApplyPrintSettings()
3164 if ( PAPER_USER == ePaper ) in ScJobSetup()
/aoo4110/main/vcl/win/source/gdi/
H A Dsalprn.cxx1048 pSetupData->mePaperFormat = PAPER_USER; in ImplDevModeToJobSetup()

Completed in 127 milliseconds