Home
last modified time | relevance | path

Searched refs:aBranches (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/source/
H A Dwtranode.cxx49 aBranches[i] = i_pDefaultBranch; in WTT_Node()
53 aBranches[i] = i_pDefaultBranchForAlphas; in WTT_Node()
63 aBranches[i_cBranch] = i_pNode; in SetBranch()
82 if (aBranches[i] != 0 ? ! aBranches[i]->IsOnDeleting() : sal_False) in ~WTT_Node()
84 delete aBranches[i]; in ~WTT_Node()
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx91 aBranches; member in PeStatus
164 aBranches.reserve(i_nSize); in PeStatus()
168 aBranches.push_back( CallFunction<PE>( i_pFuncArray[i], i_pTokTypeArray[i]) ); in PeStatus()
183 uintt nSize = aBranches.size(); in Call_Handler()
186 if ( i_nTokTypeId < aBranches[nPos].TokType() ) in Call_Handler()
212 if ( aBranches[i_nPos].TokType() == i_nTokTypeId ) in CheckForCall()
214 (pMyPE->*aBranches[i_nPos].GetF())(i_sTokenText); in CheckForCall()
/trunk/main/l10ntools/inc/
H A Dwtranode.hxx87 WTT_Node * aBranches[C_NR_OF_BRANCHES]; // Mostly DYN pointers. member in WTT_Node
94 { return aBranches[i_cBranch]; } in GetNextNode()

Completed in 14 milliseconds