Searched refs:pTN (Results 1 – 4 of 4) sorted by relevance
/trunk/main/rsc/source/tools/ |
H A D | rsctree.cxx | 315 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()
|
/trunk/main/rsc/inc/ |
H A D | rscclobj.hxx | 66 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 D | rsctree.hxx | 69 sal_Bool Insert( NameNode * pTN, sal_uInt32 * nDepth ); 70 sal_Bool Insert( NameNode* pTN );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4936 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 24 milliseconds