Home
last modified time | relevance | path

Searched refs:pParser (Results 26 – 35 of 35) sorted by relevance

12

/aoo4110/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx640 const PPDParser* pParser = rJobSetup.m_aContext.getParser(); in InitPaperSize() local
641 if (pParser != NULL) in InitPaperSize()
642 pParser->getMargins (aPaper, nLeft, nRight, nUpper, nLower); in InitPaperSize()
/aoo4110/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx828 const PPDParser* pParser = NULL; in addPrinter() local
829 …if( m_aPrinters.find( rPrinterName ) == m_aPrinters.end() && ( pParser = PPDParser::getParser( rDr… in addPrinter()
835 aPrinter.m_aInfo.m_pParser = pParser; in addPrinter()
836 aPrinter.m_aInfo.m_aContext.setParser( pParser ); in addPrinter()
H A Dppdparser.cxx1767 PPDContext::PPDContext( const PPDParser* pParser ) : in PPDContext() argument
1768 m_pParser( pParser ) in PPDContext()
1799 void PPDContext::setParser( const PPDParser* pParser ) in setParser() argument
1801 if( pParser != m_pParser ) in setParser()
1804 m_pParser = pParser; in setParser()
/aoo4110/main/basic/source/inc/
H A Dbuffer.hxx33 SbiParser* pParser; // fuer Fehlermeldungen member in SbiBuffer
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2498 void PrintFontManager::getFontList( ::std::list< fontID >& rFontIDs, const PPDParser* pParser, bool… in getFontList() argument
2520 if( pParser ) in getFontList()
2541 int nFonts = pParser->getFonts(); in getFontList()
2543 aBuiltinPSNames.insert( m_pAtoms->getAtom( ATOM_PSNAME, pParser->getFont( i ) ) ); in getFontList()
2669 …FontListWithInfo( ::std::list< PrintFontInfo >& rFonts, const PPDParser* pParser, bool bUseOverrid… in getFontListWithInfo() argument
2673 getFontList( aFontList, pParser, bUseOverrideMetrics ); in getFontListWithInfo()
2687 …WithFastInfo( ::std::list< FastPrintFontInfo >& rFonts, const PPDParser* pParser, bool bUseOverrid… in getFontListWithFastInfo() argument
2691 getFontList( aFontList, pParser, bUseOverrideMetrics ); in getFontListWithFastInfo()
/aoo4110/main/editeng/inc/editeng/
H A Deditdata.hxx247 SvParser* pParser; member
/aoo4110/main/vcl/inc/vcl/
H A Dppdparser.hxx308 PPDContext( const PPDParser* pParser = NULL );
/aoo4110/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx960 const boost::shared_ptr<librdf_parser> pParser( in importGraph() local
963 if (!pParser) { in importGraph()
979 librdf_parser_parse_counted_string_as_stream(pParser.get(), in importGraph()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx89 OSQLParser* pParser; member
/aoo4110/main/editeng/source/editeng/
H A Deertfpar.cxx59 pParser = pPrsrs, in ImportInfo()

Completed in 712 milliseconds

12