Home
last modified time | relevance | path

Searched refs:Parse (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd_parse.cxx134 Parse::Parse() in Parse() function in autodoc::command::Parse
142 Parse::~Parse() in ~Parse()
148 Parse::do_Init( opt_iter & it, in do_Init()
173 Parse::do_clName( opt_iter & it, in do_clName()
185 Parse::do_clDevManual( opt_iter & it, in do_clDevManual()
197 Parse::do_clProject( opt_iter & it, in do_clProject()
213 Parse::do_clDefaultProject( opt_iter & it, in do_clDefaultProject()
228 Parse::do_Run() const in do_Run()
236 Parse::inq_RunningRank() const in inq_RunningRank()
H A Dadc_cmd_parse.hxx79 class Parse : public Command class
85 Parse();
86 ~Parse();
130 Parse::ReposyName() const in ReposyName()
133 Parse::GlobalLanguage() const in GlobalLanguage()
135 inline Parse::ProjectIterator
136 Parse::ProjectsBegin() const in ProjectsBegin()
138 inline Parse::ProjectIterator
139 Parse::ProjectsEnd() const in ProjectsEnd()
H A Dcmd_run.cxx51 Parser::Parser( const Parse & i_command ) in Parser()
82 command::Parse::ProjectIterator in Perform()
84 for ( command::Parse::ProjectIterator it = rCommand.ProjectsBegin(); in Perform()
279 CommandRunner::Get_ProjectLanguage( const command::Parse & i_rCommand,
329 CommandRunner::Parse()
335 const command::Parse &
354 command::Parse::ProjectIterator itEnd = rCmd.ProjectsEnd();
355 for ( command::Parse::ProjectIterator it = rCmd.ProjectsBegin();
489 const command::Parse & i_rCommand,
H A Dcmd_run.hxx51 class Parse;
64 const Parse & i_command );
82 const Parse & rCommand;
/trunk/main/xml2cmp/source/xcd/
H A Dxmlelem.hxx46 virtual void Parse(
94 virtual void Parse(
113 virtual void Parse(
128 virtual void Parse(
161 virtual void Parse(
179 virtual void Parse(
206 virtual void Parse(
224 virtual void Parse(
H A Dxmlelem.cxx72 SequenceElement::Parse( X2CParser & io_rParser ) in Parse() function in SequenceElement
108 FreeChoiceElement::Parse( X2CParser & io_rParser ) in Parse() function in FreeChoiceElement
130 ListElement::Parse( X2CParser & io_rParser ) in Parse() function in ListElement
169 SglTextElement::Parse( X2CParser & io_rParser ) in Parse() function in SglTextElement
189 MultipleTextElement::Parse( X2CParser & io_rParser ) in Parse() function in MultipleTextElement
224 SglAttrElement::Parse( X2CParser & io_rParser ) in Parse() function in SglAttrElement
248 MultipleAttrElement::Parse( X2CParser & io_rParser ) in Parse() function in MultipleAttrElement
H A Dparse.cxx87 X2CParser::Parse() in Parse() function in X2CParser
100 pDocumentData->Parse(*this); in Parse()
104 X2CParser::Parse( const char * i_sFilename ) in Parse() function in X2CParser
108 Parse(); in Parse()
139 o_rElements[i]->Parse(*this); in Parse_Sequence()
158 o_rElements[i]->Parse(*this); in Parse_FreeChoice()
173 pNew->Parse(*this); in Parse_List()
H A Dparse.hxx52 void Parse();
53 bool Parse(
/trunk/main/starmath/source/
H A Ddocument.cxx174 Parse(); in SetText()
250 void SmDocShell::Parse() in Parse() function in SmDocShell
257 pTree = aInterpreter.Parse(aText); in Parse()
455 Parse(); in Draw()
510 Parse(); in GetSize()
778 if ( sal_True == (bSuccess = (1 == aEquation.Parse( aStorage )) )) in ConvertFrom()
779 Parse(); in ConvertFrom()
867 Parse(); in Save()
940 Parse(); in SaveAs()
961 Parse(); in ConvertTo()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx473 …if ((rAddress.Parse( sToken, const_cast<ScDocument*>(pDocument), eConv ) & SCA_VALID) == SCA_VALID) in GetAddressFromString()
500 …bResult = ((rRange.aStart.Parse( aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALI… in GetRangeFromString()
515 …bResult = ((rRange.Parse(aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALID) == SC… in GetRangeFromString()
521 …bResult = ((rRange.aStart.Parse( aUIString.Copy(0, (xub_StrLen)nIndex), const_cast<ScDocument*>(pD… in GetRangeFromString()
523 … ((rRange.aEnd.Parse( aUIString.Copy((xub_StrLen)nIndex+1), const_cast<ScDocument*>(pDocument), in GetRangeFromString()
909 sal_uInt16 nRet = aCell1.Parse(aBeginCell, pDoc, FormulaGrammar::CONV_OOO, &aExtInfo1); in GetStringFromXMLRangeString()
914 nRet = aCell2.Parse(aEndCell, pDoc, FormulaGrammar::CONV_OOO, &aExtInfo2); in GetStringFromXMLRangeString()
937 … sal_uInt16 nRet = aCell.Parse(aToken, pDoc, ::formula::FormulaGrammar::CONV_OOO, &aExtInfo); in GetStringFromXMLRangeString()
H A Drangenam.cxx512 while (aRange.Parse( rName, NULL, details) || aAddr.Parse( rName, NULL, details)) in MakeValidName()
542 if (aRange.Parse( rName, pDoc, details) || aAddr.Parse( rName, pDoc, details)) in IsNameValid()
H A Daddress.cxx1224 sal_uInt16 nRes = aAddr.Parse( rRefString, pDoc, rDetails, pExtInfo); in ConvertSingleRef()
1247 sal_uInt16 nRes = aRange.Parse( rRefString, pDoc, rDetails, pExtInfo); in ConvertDoubleRef()
1265 sal_uInt16 ScAddress::Parse( const String& r, ScDocument* pDoc, in Parse() function in ScAddress
1381 sal_uInt16 ScRange::Parse( const String& r, ScDocument* pDoc, in Parse() function in ScRange
1410 sal_uInt16 nRet = Parse( r, pDoc, rDetails ); in ParseAny()
1417 nRet = aAdr.Parse( r, pDoc, rDetails ); in ParseAny()
/trunk/main/basic/source/comp/
H A Dloops.cxx52 !bAbort && Parse() ) in If()
81 !bAbort && Parse() ) in If()
118 if( !Parse() ) break; in If()
131 if( !Parse() ) break; in If()
441 if( !Parse() ) goto done; in Select()
/trunk/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx339 sal_uInt16 nResult = theAdrCopy.Parse( theCopyStr, pDoc, eConv ); in IMPL_LINK()
354 sal_uInt16 nResult = ScRange().Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
372 sal_uInt16 nResult = theFilterArea.Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
503 sal_uInt16 nResult = ScRange().Parse( theCurAreaStr, pDoc ); in IMPL_LINK()
H A Dfoptmgr.cxx246 sal_uInt16 nResult = ScAddress().Parse( aPosStr, pDoc, pDoc->GetAddressConvention() ); in VerifyPosStr()
281 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl143 Parse a string for a token starting at position <em>nPos</em>.
202 // Parse any token.
233 Parse a string for a token of type <em>nTokenType</em> starting
258 // Parse predefined (must be an IDENTNAME) token.
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DListParser.java38 public Object Parse( in Parse() method in ListParser
45 aValues[nIndex] = maItemParser.Parse(aParts[nIndex], aAttributeValueMap); in Parse()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx656 void SimpleParser::Parse( String PaSource ) in Parse() function in SimpleParser
828 void TokenParser::Parse( const String &aCode, ParserMessageList* pList ) in Parse() function in TokenParser
833 aParser.Parse( aCode ); in Parse()
1538 aReferenceParser.Parse( aReference->GetUText(), aReference->GetMessageList() ); in CheckReference()
1544 aTesteeParser.Parse( aFixedTestee, aTestee->GetMessageList() ); in CheckTestee()
/trunk/main/automation/source/server/
H A DXMLParser.cxx223 sal_Bool Parse( ParseAction aAct );
254 sal_Bool SAXParser::Parse( ParseAction aAct ) in Parse() function in SAXParser
455 if ( !pSAXParser->Parse( PARSE_ONLY ) ) in HandleSAXParser()
485 if ( !pSAXParser->Parse( aAction ) ) in HandleSAXParser()
/trunk/main/sc/source/ui/docshell/
H A Dservobj.cxx96 if ( aRange.Parse( rItem, pDoc ) & SCA_VALID ) in ScServerObject()
100 else if ( aRange.aStart.Parse( rItem, pDoc, pDoc->GetAddressConvention() ) & SCA_VALID ) in ScServerObject()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx100 sal_uInt16 nResult = rScRange.Parse(aAddress, pDoc); in lcl_ParseRange()
104 …return rScRange.Parse(aAddress, pDoc, ScAddress::Details(formula::FormulaGrammar::CONV_XL_A1, 0, 0… in lcl_ParseRange()
111 sal_uInt16 nResult = rScAddress.Parse(aAddress, pDoc); in lcl_ParseAddress()
115 …return rScAddress.Parse(aAddress, pDoc, ScAddress::Details(formula::FormulaGrammar::CONV_XL_A1, 0,… in lcl_ParseAddress()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolvrdlg.cxx236 sal_uInt16 nRes1 = theFormulaCell .Parse( aEdFormulaCell.GetText(), pDoc, eConv ); in IMPL_LINK()
237 sal_uInt16 nRes2 = theVariableCell.Parse( aEdVariableCell.GetText(), pDoc, eConv ); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocumentBuilder.idl91 Parse the content of the given InputStream as an XML document and
99 Parse the content of the given URI as an XML document and return
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx287 …aRanges.Parse( aRangeStrings[nN], pSheetNameDoc, SCA_VALID, pSheetNameDoc->GetAddressConvention() … in GetChartRanges()
341 rRanges.Parse( aRangesStr, this ); in GetOldChartParameters()
397 aNewRanges->Parse( aRangesStr, this ); in UpdateChartArea()
/trunk/main/l10ntools/inc/
H A Dtagtest.hxx326 void Parse( String PaSource );
360 void Parse( const String &aCode, ParserMessageList* pList );

Completed in 106 milliseconds

1234