Searched refs:StmBoundsStatus (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/autodoc/source/parser/cpp/ |
| H A D | cx_c_std.cxx | 141 StmBoundsStatus & rBound = aStateMachine.GetCharChain(fTokenCreateFunction, io_rText); in ReadCharChain() 335 DYN StmBoundsStatus * dpBst_finError in SetupStateMachine() 336 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_Error, true ); in SetupStateMachine() 337 DYN StmBoundsStatus * dpBst_finIgnore in SetupStateMachine() 338 = new StmBoundsStatus( *this, *this, nF_fin_Ignore, true ); in SetupStateMachine() 339 DYN StmBoundsStatus * dpBst_finBezeichner in SetupStateMachine() 340 = new StmBoundsStatus( *this, *this, nF_fin_Bezeichner, true ); in SetupStateMachine() 341 DYN StmBoundsStatus * dpBst_finKeyword in SetupStateMachine() 342 = new StmBoundsStatus( *this, *this, nF_fin_CreateWithoutText, false ); in SetupStateMachine() 343 DYN StmBoundsStatus * dpBst_finPunctuation in SetupStateMachine() [all …]
|
| /AOO42X/main/autodoc/source/parser/adoc/ |
| H A D | cx_a_std.cxx | 151 StmBoundsStatus & rBound = aStateMachine.GetCharChain(fTokenCreateFunction, io_rText); in ReadCharChain() 339 DYN StmBoundsStatus * dpBst_goto_CheckStar in SetupStateMachine() 340 = new StmBoundsStatus( *this, *pCx_CheckStar, nF_goto_CheckStar, true ); in SetupStateMachine() 341 DYN StmBoundsStatus * dpBst_goto_AtTag in SetupStateMachine() 342 = new StmBoundsStatus( *this, *pCx_AtTagCompletion, nF_goto_AtTag, true ); in SetupStateMachine() 344 DYN StmBoundsStatus * dpBst_finError in SetupStateMachine() 345 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_Error, true ); in SetupStateMachine() 346 DYN StmBoundsStatus * dpBst_finIgnore in SetupStateMachine() 347 = new StmBoundsStatus( *this, *this, nF_fin_Ignore, true); in SetupStateMachine() 348 DYN StmBoundsStatus * dpBst_finEol in SetupStateMachine() [all …]
|
| /AOO42X/main/autodoc/source/parser/tokens/ |
| H A D | stmstfin.cxx | 30 StmBoundsStatus::StmBoundsStatus( StateMachineContext & in StmBoundsStatus() function in StmBoundsStatus 43 StmBoundsStatus::IsADefault() const in IsADefault() 48 StmBoundsStatus * 49 StmBoundsStatus::AsBounds() in AsBounds()
|
| H A D | tkpstama.cxx | 105 StmBoundsStatus & 160 StmBoundsStatus *
|
| H A D | stmstate.cxx | 34 StmBoundsStatus *
|
| /AOO42X/main/autodoc/source/parser/inc/tokens/ |
| H A D | stmstfin.hxx | 39 class StmBoundsStatus : public StmStatus class 43 StmBoundsStatus( 55 virtual StmBoundsStatus * 67 StmBoundsStatus::FollowUpContext() in FollowUpContext() 70 StmBoundsStatus::StatusFunctionNr() const in StatusFunctionNr()
|
| H A D | stmstate.hxx | 32 class StmBoundsStatus; 53 virtual StmBoundsStatus *
|
| H A D | tkpstama.hxx | 73 StmBoundsStatus & 84 StmBoundsStatus *
|