| /aoo42x/main/vcl/unx/generic/gdi/ | 
| H A D | pspgraphics.cxx | 55 using namespace psp;838         if( eItalic != psp::italic::Italic && eItalic != psp::italic::Oblique )  in SetFont()
 892     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()
 918     const psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetFontMetric()
 919     psp::PrintFontInfo aInfo;  in GetFontMetric()
 1002     if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) )  in GetTextLayout()
 1051     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in CreateFontSubset()
 1116     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetEmbedFontData()
 1186     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetFontEncodingVector()
 1204     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetGlyphWidths()
 [all …]
 
 | 
| H A D | salgdi3.cxx | 127     const psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in Initialize()995     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in AddTempDevFont()
 1001     psp::FastPrintFontInfo aInfo;  in AddTempDevFont()
 1031     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()
 1192     const psp::PrintFontManager& rPFM = psp::PrintFontManager::get();  in GetFCFontOptions()
 1341     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in CreateFontSubset()
 1459     psp::italic::type eItalic = psp::italic::Unknown;  in GetFcSubstitute()
 1472     psp::weight::type eWeight = psp::weight::Unknown;  in GetFcSubstitute()
 1492     psp::width::type eWidth = psp::width::Unknown;  in GetFcSubstitute()
 1511     psp::pitch::type ePitch = psp::pitch::Unknown;  in GetFcSubstitute()
 [all …]
 
 | 
| H A D | salprnpsp.cxx | 64 using namespace psp;143         if( rData.m_eOrientation == psp::orientation::Portrait )  in copyJobDataToJobSetup()
 799         if( aData.m_eOrientation == psp::orientation::Portrait )  in GetPageInfo()
 1390     ::psp::PrinterInfoManager& rManager( ::psp::PrinterInfoManager::get() );  in doUpdate()
 1427         psp::PrinterInfoManager::get();  in update()
 
 | 
| /aoo42x/main/vcl/unx/headless/ | 
| H A D | svppspgraphics.cxx | 55 using namespace psp;753         if( eItalic != psp::italic::Italic && eItalic != psp::italic::Oblique )  in SetFont()
 805     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()
 827     const psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetFontMetric()
 828     psp::PrintFontInfo aInfo;  in GetFontMetric()
 911     if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) )  in GetTextLayout()
 946     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in CreateFontSubset()
 1010     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetEmbedFontData()
 1080     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetFontEncodingVector()
 1098     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in DoGetGlyphWidths()
 [all …]
 
 | 
| H A D | svppspgraphics.hxx | 33 namespace psp { struct JobData; class PrinterGfx; }  namespace41     psp::JobData*				m_pJobData;
 42     psp::PrinterGfx*			m_pPrinterGfx;
 63 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin…  in PspGraphics()
 78     static void DoGetGlyphWidths( psp::fontID aFont,
 83     static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& );
 84     static FontWidth	ToFontWidth (psp::width::type eWidth);
 85     static FontWeight	ToFontWeight (psp::weight::type eWeight);
 86     static FontPitch	ToFontPitch (psp::pitch::type ePitch);
 87     static FontItalic	ToFontItalic (psp::italic::type eItalic);
 [all …]
 
 | 
| H A D | svptext.cxx | 185     const psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in Initialize()286     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()
 287     psp::FastPrintFontInfo aInfo;  in GetDevFontList()
 288     ::std::list< psp::fontID > aList;  in GetDevFontList()
 290     ::std::list< psp::fontID >::iterator it;  in GetDevFontList()
 309         if( aInfo.m_eType == psp::fonttype::Type1 )  in GetDevFontList()
 353     psp::fontID aFont = pFont->GetFontId();  in CreateFontSubset()
 355     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in CreateFontSubset()
 375     psp::fontID aFont = pFont->GetFontId();  in GetFontEncodingVector()
 394     psp::fontID aFont = pFont->GetFontId();  in GetEmbedFontData()
 [all …]
 
 | 
| H A D | svpprn.hxx | 41 	psp::JobData			m_aJobData;42 	psp::PrinterGfx			m_aPrinterGfx;
 74 	psp::PrinterJob			m_aPrintJob;
 75 	psp::JobData			m_aJobData;
 76 	psp::PrinterGfx			m_aPrinterGfx;
 
 | 
| H A D | svpprn.cxx | 43 using namespace psp;91         if( rData.m_eOrientation == psp::orientation::Portrait )  in copyJobDataToJobSetup()
 685         if( aData.m_eOrientation == psp::orientation::Portrait )  in GetPageInfo()
 1004     ::psp::PrinterInfoManager& rManager( ::psp::PrinterInfoManager::get() );  in doUpdate()
 1042         psp::PrinterInfoManager::get();  in update()
 
 | 
| /aoo42x/main/vcl/unx/generic/printergfx/ | 
| H A D | bitmap_gfx.cxx | 32 namespace psp {  namespace582         case psp::GrayScaleImage:  in writePS2Colorspace()
 587         case psp::TrueColorImage:  in writePS2Colorspace()
 592         case psp::MonochromeImage:   in writePS2Colorspace()
 593         case psp::PaletteImage:  in writePS2Colorspace()
 631     writePS2Colorspace(rBitmap, psp::GrayScaleImage);  in DrawPS2GrayImage()
 632     writePS2ImageHeader(rArea, psp::GrayScaleImage);   in DrawPS2GrayImage()
 653     writePS2ImageHeader(rArea, psp::MonochromeImage);  in DrawPS2MonoImage()
 687     writePS2Colorspace(rBitmap, psp::PaletteImage);  in DrawPS2PaletteImage()
 688     writePS2ImageHeader(rArea, psp::PaletteImage);  in DrawPS2PaletteImage()
 [all …]
 
 | 
| H A D | common_gfx.cxx | 40 using namespace psp ;750             nChar  = psp::getValueOfDouble (pBuffer,   in PSSetColor()
 812             nChar += psp::appendStr  (") cvn findfont ",  in PSSetFont()
 822             nChar += psp::appendStr  (") cvn findfont ",   in PSSetFont()
 865     nChar  = psp::getValueOf (nFullAngle,  pRotate);  in PSRotate()
 879     nChar  = psp::getValueOf (rPoint.X(), pPSCommand);  in PSPointOp()
 1039     nChar  = psp::getValueOfDouble (pScale, fScaleX, 5);  in PSScale()
 1040     nChar += psp::appendStr        (" ", pScale + nChar);  in PSScale()
 1054     nChar = psp::appendStr ("<", pHexString);  in PSHexString()
 1066     nChar += psp::appendStr (">\n", pHexString + nChar);  in PSHexString()
 [all …]
 
 | 
| H A D | printerjob.cxx | 53 using namespace psp;60 namespace psp   namespace
 207 namespace psp  namespace
 280     nChar  = psp::appendStr ("rm -rf ",     pSystem);   in removeSpoolDir()
 346 namespace psp  namespace
 752     nChar  = psp::appendStr ("grestore grestore\n", pTrailer);  in EndPage()
 883         nChar  = psp::appendStr  ("gsave\n[",   pTranslate);   in writePageSetup()
 890         nChar += psp::getValueOf (mnHeightPt-mnTMarginPt,  in writePageSetup()
 892         nChar += psp::appendStr  ("] concat\ngsave\n",  in writePageSetup()
 897         nChar  = psp::appendStr  ("gsave\n",    pTranslate);   in writePageSetup()
 [all …]
 
 | 
| H A D | glyphset.cxx | 48 using namespace psp;451     nSize += psp::appendStr ("(", pEncodingVector + nSize);  in PSDefineReencodedFont()
 452     nSize += psp::appendStr (GetReencodedFontName(nGlyphSetID),   in PSDefineReencodedFont()
 455     nSize += psp::appendStr (maBaseName.getStr(),      in PSDefineReencodedFont()
 460     nSize += psp::appendStr (" psp_definefont\n",   in PSDefineReencodedFont()
 463     psp::WritePS (pOutFile, pEncodingVector);  in PSDefineReencodedFont()
 730         nSize += psp::appendStr ("/",   in PSUploadEncoding()
 734         nSize += psp::appendStr (" [ ",   in PSUploadEncoding()
 757             nSize += psp::appendStr ("/",   in PSUploadEncoding()
 771                 psp::WritePS (pOutFile, pEncodingVector);  in PSUploadEncoding()
 [all …]
 
 | 
| /aoo42x/main/shell/source/win32/shlxthandler/propsheets/ | 
| H A D | propsheets.cxx | 201 	PROPSHEETPAGE psp;  in AddPages()  local202 	ZeroMemory(&psp, sizeof(PROPSHEETPAGEA));  in AddPages()
 205 	psp.dwSize      = sizeof(PROPSHEETPAGE);  in AddPages()
 207 	psp.hInstance   = GetModuleHandle(MODULE_NAME);  in AddPages()
 208 	psp.lParam      = reinterpret_cast<LPARAM>(this);  in AddPages()
 218 		psp.pszTitle    = proppage_header.c_str();  in AddPages()
 221 		hPage = CreatePropertySheetPage(&psp);  in AddPages()
 239 	psp.pszTitle    = proppage_header.c_str();  in AddPages()
 242 	hPage = CreatePropertySheetPage(&psp);  in AddPages()
 301 			pImpl->InitPropPageSummary(hwnd, psp);  in PropPageSummaryProc()
 [all …]
 
 | 
| /aoo42x/main/vcl/unx/kde4/ | 
| H A D | KDESalFrame.cxx | 101     psp::FastPrintFontInfo aInfo;  in toFont()108     aInfo.m_eItalic = ( qFontInfo.italic()? psp::italic::Italic: psp::italic::Upright );  in toFont()
 113         aInfo.m_eWeight = psp::weight::Light;  in toFont()
 115         aInfo.m_eWeight = psp::weight::Normal;  in toFont()
 117         aInfo.m_eWeight = psp::weight::SemiBold;  in toFont()
 119         aInfo.m_eWeight = psp::weight::Bold;  in toFont()
 130         aInfo.m_eWidth = psp::width::Condensed;  in toFont()
 134         aInfo.m_eWidth = psp::width::Normal;  in toFont()
 138         aInfo.m_eWidth = psp::width::Expanded;  in toFont()
 166     if( aInfo.m_eWidth != psp::width::Unknown )  in toFont()
 [all …]
 
 | 
| /aoo42x/main/vcl/inc/unx/ | 
| H A D | pspgraphics.h | 34 namespace psp { struct JobData; class PrinterGfx; }  namespace42     psp::JobData*				m_pJobData;
 43     psp::PrinterGfx*			m_pPrinterGfx;
 53 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin…  in PspGraphics()
 68     static void DoGetGlyphWidths( psp::fontID aFont,
 74     static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& );
 75     static FontWidth	ToFontWidth (psp::width::type eWidth);
 76     static FontWeight	ToFontWeight (psp::weight::type eWeight);
 77     static FontPitch	ToFontPitch (psp::pitch::type ePitch);
 78     static FontItalic	ToFontItalic (psp::italic::type eItalic);
 [all …]
 
 | 
| H A D | salprn.h | 39 	psp::JobData			m_aJobData;40 	psp::PrinterGfx			m_aPrinterGfx;
 73 	psp::PrinterJob			m_aPrintJob;
 74 	psp::JobData			m_aJobData;
 75 	psp::PrinterGfx			m_aPrinterGfx;
 
 | 
| /aoo42x/main/padmin/source/ | 
| H A D | fontentry.hxx | 44 		public ::psp::PrintFontManager::ImportFontCallback72 …     ::std::hash_map< ::rtl::OString, ::std::list< ::psp::FastPrintFontInfo >, ::rtl::OStringHash >
 79 		::psp::PrintFontManager&			m_rFontManager;
 86 …virtual void importFontsFailed( ::psp::PrintFontManager::ImportFontCallback::FailCondition eReason…
 89 …virtual void importFontFailed( const ::rtl::OUString& rFile, ::psp::PrintFontManager::ImportFontCa…
 114 		::psp::PrintFontManager&	m_rFontManager;
 117 		::std::hash_map< ::psp::fontID, String >
 128 …static String fillFontEntry( ::psp::FastPrintFontInfo& rInfo, const String& rFile, bool bAddRegula…
 129 …static String fillFontEntry( const ::std::list< ::psp::FastPrintFontInfo >& rInfos, const String& …
 
 | 
| H A D | adddlg.hxx | 54 	virtual void fill( ::psp::PrinterInfo& rInfo ) = 0;76 	virtual void fill( ::psp::PrinterInfo& rInfo );
 98 	virtual void fill( ::psp::PrinterInfo& rInfo );
 117 	virtual void fill( ::psp::PrinterInfo& rInfo );
 140 	virtual void fill( ::psp::PrinterInfo& rInfo );
 151 	::std::list< ::psp::PrinterInfo >	m_aOldPrinters;
 159 	virtual void fill( ::psp::PrinterInfo& rInfo );
 174 	virtual void fill( ::psp::PrinterInfo& rInfo );
 190 	virtual void fill( ::psp::PrinterInfo& rInfo );
 205 	::psp::PrinterInfo		m_aPrinter;
 
 | 
| H A D | prtsetup.hxx | 58 	::psp::PrinterInfo		m_aJobData;81 	void insertAllPPDValues( ListBox&, const psp::PPDParser*, const psp::PPDKey* );
 83 …RTSDialog( const ::psp::PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* pPa…
 86 	const ::psp::PrinterInfo& getSetup() const { return m_aJobData; }  in getSetup()
 137 	void FillValueBox( const ::psp::PPDKey* );
 
 | 
| H A D | fontentry.cxx | 39 using namespace psp;437 		m_rFontManager( ::psp::PrintFontManager::get() )  in FontImportDialog()
 466 void FontImportDialog::importFontsFailed( ::psp::PrintFontManager::ImportFontCallback::FailConditio…  in importFontsFailed()
 471 		case psp::PrintFontManager::ImportFontCallback::NoWritableDirectory:  in importFontsFailed()
 515 void FontImportDialog::importFontFailed( const ::rtl::OUString& rFile, ::psp::PrintFontManager::Imp…  in importFontFailed()
 520 		case psp::PrintFontManager::ImportFontCallback::NoAfmMetric:  in importFontFailed()
 523 		case psp::PrintFontManager::ImportFontCallback::AfmCopyFailed:  in importFontFailed()
 526 		case psp::PrintFontManager::ImportFontCallback::FontCopyFailed:  in importFontFailed()
 
 | 
| /aoo42x/main/vcl/unx/generic/fontmanager/ | 
| H A D | helper.cxx | 42 namespace psp {  namespace116 void psp::getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir )  in getPrinterPathList()
 124     aPathBuffer.append( getOfficePath( psp::NetPath ) );  in getPrinterPathList()
 136     aPathBuffer.append( getOfficePath( psp::UserPath ) );  in getPrinterPathList()
 193 OUString psp::getFontPath()  in getFontPath()
 201         OUString aConfigPath( getOfficePath( psp::ConfigPath ) );  in getFontPath()
 202         OUString aNetPath( getOfficePath( psp::NetPath ) );  in getFontPath()
 203         OUString aUserPath( getOfficePath( psp::UserPath ) );  in getFontPath()
 251 bool psp::convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile )  in convertPfbToPfa()
 364 void psp::normPath( OString& rPath )  in normPath()
 [all …]
 
 | 
| H A D | fontmanager.cxx | 93 using namespace psp;2130     const ::rtl::OUString &rSalPrivatePath = psp::getFontPath();  in initialize()
 2309     psp::getPrinterPathList( aMetricDirs, PRINTER_METRICDIR );  in initialize()
 2432 equalPitch (psp::pitch::type from, psp::pitch::type to)  in equalPitch()
 2438 equalWeight (psp::weight::type from, psp::weight::type to)  in equalWeight()
 2444 equalItalic (psp::italic::type from, psp::italic::type to)  in equalItalic()
 2446     if ( (from == psp::italic::Italic) || (from == psp::italic::Oblique) )  in equalItalic()
 2447         return (to == psp::italic::Italic) || (to == psp::italic::Oblique);  in equalItalic()
 3642         case psp::fonttype::TrueType: rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; break;  in createFontSubset()
 3643         case psp::fonttype::Type1: rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; break;  in createFontSubset()
 [all …]
 
 | 
| /aoo42x/main/vcl/unx/kde/ | 
| H A D | salnativewidgets-kde.cxx | 1744     psp::FastPrintFontInfo aInfo;  in toFont()1751     aInfo.m_eItalic = ( qFontInfo.italic()? psp::italic::Italic: psp::italic::Upright );  in toFont()
 1756         aInfo.m_eWeight = psp::weight::Light;  in toFont()
 1758         aInfo.m_eWeight = psp::weight::Normal;  in toFont()
 1760         aInfo.m_eWeight = psp::weight::SemiBold;  in toFont()
 1762         aInfo.m_eWeight = psp::weight::Bold;  in toFont()
 1773         aInfo.m_eWidth = psp::width::Condensed;  in toFont()
 1777         aInfo.m_eWidth = psp::width::Normal;  in toFont()
 1781         aInfo.m_eWidth = psp::width::Expanded;  in toFont()
 1809     if( aInfo.m_eWidth != psp::width::Unknown )  in toFont()
 [all …]
 
 | 
| /aoo42x/main/vcl/unx/gtk/gdi/ | 
| H A D | salnativewidgets-gtk.cxx | 3452     psp::FastPrintFontInfo aInfo;  in updateSettings()3459         case PANGO_STYLE_ITALIC:	aInfo.m_eItalic = psp::italic::Italic;break;  in updateSettings()
 3464         aInfo.m_eWeight = psp::weight::UltraLight;  in updateSettings()
 3466         aInfo.m_eWeight = psp::weight::Light;  in updateSettings()
 3468         aInfo.m_eWeight = psp::weight::Normal;  in updateSettings()
 3470         aInfo.m_eWeight = psp::weight::Bold;  in updateSettings()
 3472         aInfo.m_eWeight = psp::weight::UltraBold;  in updateSettings()
 3511     if( aInfo.m_eWeight != psp::weight::Unknown )  in updateSettings()
 3513     if( aInfo.m_eWidth != psp::width::Unknown )  in updateSettings()
 3515     if( aInfo.m_eItalic != psp::italic::Unknown )  in updateSettings()
 [all …]
 
 | 
| /aoo42x/main/vcl/inc/ | 
| H A D | saldatabasic.hxx | 33 namespace psp  namespace43     psp::PrinterInfoManager*      m_pPIManager;
 
 |