Home
last modified time | relevance | path

Searched refs:aParser (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/connectivity/source/commontools/
H A DParamterSubstitution.cxx95 OSQLParser aParser( xFac ); in substituteVariables() local
98 OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,_sText); in substituteVariables()
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx124 X2CParser aParser(aModule); in ReadFile() local
126 if ( !aParser.Parse(i_sFilename) ) in ReadFile()
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx116 X2CParser aParser(aModule); in ReadFile() local
119 bool bResult = aParser.Parse(i_sFilename); in ReadFile()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd_parse.cxx231 aParser(*this); in do_Run() local
232 return aParser.Perform(); in do_Run()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx921 pdfparse::PDFReader aParser; in checkEncryption() local
922 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in checkEncryption()
1073 Parser aParser(rSink,pErr,xContext); in xpdf_ImportFromFile() local
1076 aParser.parseLine(line.makeStringAndClear()); in xpdf_ImportFromFile()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx211 INetURLObject aParser( rURL ); in load() local
214 const ::rtl::OUString sComponentURL( aParser.GetMainURL( INetURLObject::DECODE_TO_IURI ) ); in load()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2444 INetURLObject aParser( sDataSourceName ); in impl_ensureRowsetConnection_nothrow() local
2445 if ( aParser.GetProtocol() != INET_PROT_NOT_VALID ) in impl_ensureRowsetConnection_nothrow()
2446 …sDataSourceName = aParser.getBase( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_C… in impl_ensureRowsetConnection_nothrow()
2838 INetURLObject aParser( sURL ); in impl_browseForTargetURL_nothrow() local
2839 if ( INET_PROT_FILE == aParser.GetProtocol() ) in impl_browseForTargetURL_nothrow()
2892 INetURLObject aParser( sDataSource ); in impl_browseForDatabaseDocument_throw() local
2893 if ( INET_PROT_FILE == aParser.GetProtocol() ) in impl_browseForDatabaseDocument_throw()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx438 SdrTableRTFParser aParser( rObj ); in ImportAsRTF() local
439 aParser.Read( rStream ); in ImportAsRTF()
/trunk/main/l10ntools/inc/
H A Dtagtest.hxx347 SimpleParser aParser; member in TokenParser
363 TokenList& GetTokenList(){ return aParser.GetTokenList(); } in GetTokenList()
H A Dxmlparse.hxx503 XML_Parser aParser; member in SimpleXMLParser
/trunk/main/l10ntools/layout/
H A Dtralay.cxx262 SimpleXMLParser aParser; in MergeLanguage() local
264 if ( !aParser.Execute( aFile.GetFull() , STRING( xmlFile ), layoutXml ) ) in MergeLanguage()
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx224 PDFReader aParser; in handleFile() local
226 PDFEntry* pEntry = aParser.read( pInFile ); in handleFile()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx376 const INetURLObject aParser( rPath ); in ExpandMacros() local
377 if ( aParser.GetProtocol() == INET_PROT_VND_SUN_STAR_EXPAND ) in ExpandMacros()
378 …sExpanded = m_xMacroExpander->expandMacros( aParser.GetURLPath( INetURLObject::DECODE_WITH_CHARSET… in ExpandMacros()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx68 OSQLParser aParser(_pConnection->getDriver()->getORB()); in OPreparedStatement() local
71 OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,sql); in OPreparedStatement()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx534 InformationParser aParser; in CreateRootDirectory() local
537 GenericInformationList *pVerList = aParser.Execute( in CreateRootDirectory()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx644 pdfparse::PDFReader aParser; in getAdditionalStream() local
645 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in getAdditionalStream()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx72 OSQLParser aParser(_pConnection->getDriver()->getORB()); in OPreparedStatement() local
75 ::std::auto_ptr<OSQLParseNode> pNode( aParser.parseTree(sErrorMessage,sql) ); in OPreparedStatement()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx939 INetURLObject aParser( rURL ); in Start_Impl() local
940 INetProtocol nProtocol = aParser.GetProtocol(); in Start_Impl()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx479 OSQLParser aParser( m_pDriver->getContext().getLegacyServiceFactory() ); in transFormPreparedStatement() local
482 OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,_sSQL); in transFormPreparedStatement()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx468 INetURLObject aParser (aParsedURL.Main); in impl_getPreselectionForType() local
469 ::rtl::OUString sExtension = aParser.getExtension(INetURLObject::LAST_SEGMENT , in impl_getPreselectionForType()
H A Dfiltercache.cxx757 INetURLObject aParser (aURL.Main); in detectFlatForURL() local
758 ::rtl::OUString sExtension = aParser.getExtension(INetURLObject::LAST_SEGMENT , in detectFlatForURL()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx216 ReportFormula aParser( sName ); in impl_convertToFormula() local
217 if ( aParser.isValid() ) in impl_convertToFormula()
220aParser = ReportFormula( impl_isDataField(sName) ? ReportFormula::Field : ReportFormula::Expressio… in impl_convertToFormula()
221 return aParser.getCompleteFormula(); in impl_convertToFormula()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx2878 const INetURLObject aParser( io_url ); in implExpandURL() local
2879 if ( aParser.GetProtocol() != INET_PROT_VND_SUN_STAR_EXPAND ) in implExpandURL()
2882 io_url = aParser.GetURLPath( INetURLObject::DECODE_WITH_CHARSET ); in implExpandURL()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3272 INetURLObject aParser(sSourceURL); in implts_backupWorkingEntry() local
3274 implts_copyFile(sSourceURL, aParams.m_sSavePath, aParser.getName()); in implts_backupWorkingEntry()

Completed in 163 milliseconds

12