Home
last modified time | relevance | path

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

12

/aoo4110/main/l10ntools/layout/
H A Dtralay.cxx262 SimpleXMLParser aParser; in MergeLanguage() local
264 if ( !aParser.Execute( aFile.GetFull() , STRING( xmlFile ), layoutXml ) ) in MergeLanguage()
/aoo4110/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
/aoo4110/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()
/aoo4110/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx224 PDFReader aParser; in handleFile() local
226 PDFEntry* pEntry = aParser.read( pInFile ); in handleFile()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/tools/bootstrp/
H A Dmkcreate.cxx534 InformationParser aParser; in CreateRootDirectory() local
537 GenericInformationList *pVerList = aParser.Execute( in CreateRootDirectory()
/aoo4110/main/soldep/source/
H A Dsoldep.cxx93 InformationParser aParser; in Init() local
95 mpStandLst = aParser.Execute( sStandLst ); in Init()
115 InformationParser aParser; in Init() local
117 mpStandLst = aParser.Execute( sStandLst ); in Init()
/aoo4110/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()
/aoo4110/main/sfx2/source/appl/
H A Dsfxhelp.cxx936 INetURLObject aParser( rURL ); in Start_Impl() local
937 INetProtocol nProtocol = aParser.GetProtocol(); in Start_Impl()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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 186 milliseconds

12