Home
last modified time | relevance | path

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

12

/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx94 SwASCIIParser* pParser = new SwASCIIParser( &rDoc, rPam, *pStrm, in Read() local
96 sal_uLong nRet = pParser->CallParser(); in Read()
98 delete pParser; in Read()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx474 SwHTMLParser *pParser; // der aktuelle Parser member in HTMLTable
635 inline sal_Bool IsNewDoc() const { return pParser->IsNewDoc(); } in IsNewDoc()
1076 nCellPadding = pParser->ToTwips( nCellPadding ); in InitCtor()
1085 nCellSpacing = pParser->ToTwips( nCellSpacing ); in InitCtor()
1096 pBGBrush = pParser->CreateBrushItem( in InitCtor()
1126 pParser( pPars ), in HTMLTable()
2660 pPrevStNd = pParser->InsertTableSection( pPrevStNd ); in MakeTable()
2686 pStNd = pParser->InsertTableSection( pStNd ); in MakeTable()
2710 nHeight = pParser->ToTwips( nHeight ); in MakeTable()
2797 pParser->ResizeDrawObject( pObj, nWidth2 ); in MakeTable()
[all …]
/trunk/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()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx480 …void getFontList( std::list< fontID >& rFontIDs, const PPDParser* pParser = NULL, bool bUseOverrid…
482 …void getFontListWithInfo( std::list< PrintFontInfo >& rFonts, const PPDParser* pParser = NULL, boo…
484 …void getFontListWithFastInfo( std::list< FastPrintFontInfo >& rFonts, const PPDParser* pParser = N…
H A Dppdparser.hxx308 PPDContext( const PPDParser* pParser = NULL );
/trunk/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()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx63 const PPDParser* pParser = m_aContext.getParser(); in setCollate() local
64 if( pParser ) in setCollate()
66 const PPDKey* pKey = pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in setCollate()
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()
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()
/trunk/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()

Completed in 312 milliseconds

12