Home
last modified time | relevance | path

Searched refs:pTN (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/rsc/source/tools/
H A Drsctree.cxx315 sal_Bool NameNode::Insert( NameNode * pTN, sal_uInt32* pnDepth ){ in Insert() argument
321 int nCmp = Compare( pTN ); in Insert()
326 bRet = ((NameNode *)Left())->Insert( pTN, pnDepth ); in Insert()
328 pLeft = pTN; in Insert()
332 bRet = ((NameNode *)Right())->Insert( pTN, pnDepth ); in Insert()
334 pRight = pTN; in Insert()
350 sal_Bool NameNode::Insert( NameNode * pTN ){ in Insert() argument
357 bRet = Insert( pTN, &nDepth ); in Insert()
/aoo41x/main/rsc/inc/
H A Drscclobj.hxx66 sal_Bool Insert( ObjNode* pTN ){ in Insert() argument
68 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
93 sal_Bool Insert( RefNode* pTN ){ in Insert() argument
95 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
H A Drsctree.hxx69 sal_Bool Insert( NameNode * pTN, sal_uInt32 * nDepth );
70 sal_Bool Insert( NameNode* pTN );
/aoo41x/main/sw/source/filter/ww8/
H A Dww8atr.cxx4936 const SvxTabStop* pTN; in ParaTabStopDelAdd() local
4940 pTN = &rTNew[ nN ]; in ParaTabStopDelAdd()
4941 nNP = pTN->GetTabPos() + nLParaMgn; in ParaTabStopDelAdd()
4942 if( SVX_TAB_ADJUST_DEFAULT == pTN->GetAdjustment() ) in ParaTabStopDelAdd()
4950 pTN = 0; in ParaTabStopDelAdd()
4964 aTab.Add(*pTN, nLParaMgn); // muss eigefuegt werden in ParaTabStopDelAdd()
4967 else if (lcl_IsEqual(nOP, *pTO, nNP, *pTN)) // Tabs sind gleich: in ParaTabStopDelAdd()
4975 aTab.Add(*pTN, nLParaMgn); // neuen einfuegen in ParaTabStopDelAdd()

Completed in 52 milliseconds