Home
last modified time | relevance | path

Searched refs:ImplGetPaperFormat (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dprint.cxx71 static Paper ImplGetPaperFormat( long nWidth100thMM, long nHeight100thMM ) in ImplGetPaperFormat() function
105 Paper ePaper = ImplGetPaperFormat( pConstData->mnPaperWidth, pConstData->mnPaperHeight ); in ImplUpdateJobSetupPaper()
1099 pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1123 pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1164 pSetupData->mePaperFormat = ImplGetPaperFormat( rBestInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1239 const Paper aPaper = ImplGetPaperFormat(aPageSize.Width(), aPageSize.Height()); in SetPaperSizeUser()
1327 Paper ePaper = ImplGetPaperFormat( aPageSize.Width(), aPageSize.Height() ); in GetPaperName()
1329 ePaper = ImplGetPaperFormat( aPageSize.Height(), aPageSize.Width() ); in GetPaperName()

Completed in 8 milliseconds