| /aoo41x/main/sc/source/ui/miscdlgs/ | 
| H A D | instbdlg.cxx | 248 const String* ScInsertTableDlg::GetFirstTable( sal_uInt16* pN )  in GetFirstTable()  argument261 		if ( pN )  in GetFirstTable()
 262 			*pN = aLbTables.GetSelectEntryPos( 0 );  in GetFirstTable()
 271 const String* ScInsertTableDlg::GetNextTable( sal_uInt16* pN )  in GetNextTable()  argument
 279 		if ( pN )  in GetNextTable()
 280 			*pN = aLbTables.GetSelectEntryPos( nSelTabIndex );  in GetNextTable()
 
 | 
| /aoo41x/main/sw/source/filter/ascii/ | 
| H A D | parasc.cxx | 368 					sal_Char* pF = pArr, *pN = pArr + 1;  in ReadChars()  local369 					for( sal_uLong n = 0; n < lGCount; n += 2, pF += 2, pN += 2 )  in ReadChars()
 372 						*pF = *pN;  in ReadChars()
 373 						*pN = c;  in ReadChars()
 
 | 
| /aoo41x/main/rsc/source/res/ | 
| H A D | rscrange.cxx | 147 ERRTYPE RscRange::GetNumber( const RSCINST & rInst, sal_Int32 * pN )  in GetNumber()  argument149 	*pN = ((RscRangeInst *)rInst.pData)->nValue + nMin;  in GetNumber()
 354 ERRTYPE RscLongRange::GetNumber( const RSCINST & rInst, sal_Int32 * pN )  in GetNumber()  argument
 356 	memmove( pN, &((RscLongRangeInst*)rInst.pData)->nValue,  in GetNumber()
 
 | 
| H A D | rsctop.cxx | 553 ERRTYPE RscTop::GetNumber( const RSCINST & rInst, sal_Int32 * pN ){  in GetNumber()  argument556 					GetNumber( rInst, pN );  in GetNumber()
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | editundo.cxx | 235 	ContentNode* pN = ( nNode < _pImpEE->GetEditDoc().Count() )  in Redo()  local238 	DBG_ASSERT( pN && ( pN != pContentNode ), "?! RemoveContent !? " );  in Redo()
 239 	EditPaM aPaM( pN, pN->Len() );  in Redo()
 
 | 
| H A D | eertfpar.cxx | 293 	ContentNode* pN = aCurSel.Max().GetNode();  in SetEndPrevPara()  local294 	sal_uInt16 nCurPara = pImpEditEngine->GetEditDoc().GetPos( pN );  in SetEndPrevPara()
 622 	ContentNode* pN = pCurSel->Max().GetNode();  in GetNodeIdx()  local
 623 	return pImpEditEngine->GetEditDoc().GetPos( pN );  in GetNodeIdx()
 
 | 
| H A D | editdoc2.cxx | 184 ParaPortion::ParaPortion( ContentNode* pN )  in ParaPortion()  argument188 	pNode 				= pN;  in ParaPortion()
 
 | 
| H A D | edtspell.cxx | 540 EdtAutoCorrDoc::EdtAutoCorrDoc( ImpEditEngine* pE, ContentNode* pN,  in EdtAutoCorrDoc()  argument544 	pCurNode = pN;  in EdtAutoCorrDoc()
 
 | 
| /aoo41x/main/sw/source/filter/basflt/ | 
| H A D | iodetect.cxx | 509                 sal_Char* pN = pF+1;  in IsDetectableText()  local510                 for(xub_StrLen n = 0; n < nNewLen; ++n, pF+=2, pN+=2)  in IsDetectableText()
 513                     *pF = *pN;  in IsDetectableText()
 514                     *pN = c;  in IsDetectableText()
 
 | 
| /aoo41x/main/sw/inc/ | 
| H A D | iodetect.hxx | 57     inline SwIoDetect( const sal_Char *pN, sal_uInt16 nL )  in SwIoDetect()58         : pName( pN ), nLen( nL )  in SwIoDetect()
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | instbdlg.hxx | 75 	const String*	GetFirstTable( sal_uInt16* pN = NULL );76 	const String*	GetNextTable( sal_uInt16* pN = NULL );
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | sallayout.cxx | 1050 		for( const GlyphItem* pN = pG; ++pN < pEnd; )  in GetCharWidths()  local1052 			if( pN->IsClusterStart() )  in GetCharWidths()
 1054 			if( pN->IsDiacritic() )  in GetCharWidths()
 1056 			if( nXPosMax > pN->maLinearPos.X() )  in GetCharWidths()
 1057 				nXPosMax = pN->maLinearPos.X();  in GetCharWidths()
 
 | 
| /aoo41x/main/sc/source/ui/attrdlg/ | 
| H A D | scdlgfact.cxx | 413 const String*	AbstractScInsertTableDlg_Impl::GetFirstTable( sal_uInt16* pN )  in GetFirstTable()  argument415 	return pDlg->GetFirstTable( pN );  in GetFirstTable()
 429 const String*	AbstractScInsertTableDlg_Impl::GetNextTable( sal_uInt16* pN )  in GetNextTable()  argument
 431 	return pDlg->GetNextTable( pN );  in GetNextTable()
 
 | 
| H A D | scdlgfact.hxx | 215 	virtual const String*	GetFirstTable( sal_uInt16* pN = NULL );219 	virtual const String*	GetNextTable( sal_uInt16* pN = NULL );
 
 | 
| /aoo41x/main/svtools/source/edit/ | 
| H A D | textdata.cxx | 131 TEParaPortion::TEParaPortion( TextNode* pN )  in TEParaPortion()  argument133 	mpNode = pN;  in TEParaPortion()
 
 | 
| H A D | textundo.cxx | 174 	TextNode* pN = GetDoc()->GetNodes().GetObject( n );  in Redo()  local175 	TextPaM aPaM( n, pN->GetText().Len() );  in Redo()
 
 | 
| /aoo41x/main/sw/source/core/doc/ | 
| H A D | tblcpy.cxx | 672                 SvNumberFormatter* pN = pDoc->GetNumberFormatter( sal_False );  in lcl_CpyBox()  local673                 if( pN && pN->HasMergeFmtTbl() && SFX_ITEM_SET == aBoxAttrSet.  in lcl_CpyBox()
 677                     sal_uLong nNewIdx = pN->GetMergeFmtIndex( nOldIdx );  in lcl_CpyBox()
 
 | 
| H A D | docfmt.cxx | 2407 	SvNumberFormatter* pN;  in SwTblNumFmtMerge()  local2408 	if( &rSrc != &rDest && 0 != ( pN = ((SwDoc&)rSrc).GetNumberFormatter( sal_False ) ))  in SwTblNumFmtMerge()
 2409 		( pNFmt = rDest.GetNumberFormatter( sal_True ))->MergeFormatter( *pN );  in SwTblNumFmtMerge()
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | scabstdlg.hxx | 164 	virtual const String*	GetFirstTable( sal_uInt16* pN = NULL ) = 0;168 	virtual const String*	GetNextTable( sal_uInt16* pN = NULL ) = 0;
 
 | 
| /aoo41x/main/sw/source/core/docnode/ | 
| H A D | nodes.cxx | 2590 	SwNodeIndex* pN = rIdx.pNext;  in DeRegisterIndex()  local2594 		pRoot = pP ? pP : pN;  in DeRegisterIndex()
 2597 		pP->pNext = pN;  in DeRegisterIndex()
 2598 	if( pN )  in DeRegisterIndex()
 2599 		pN->pPrev = pP;  in DeRegisterIndex()
 
 | 
| H A D | ndcopy.cxx | 341 			SvNumberFormatter* pN = pCT->pDoc->GetNumberFormatter( sal_False );  in lcl_CopyTblBox()  local342 			if( pN && pN->HasMergeFmtTbl() && SFX_ITEM_SET == pBoxFmt->  in lcl_CopyTblBox()
 346 				sal_uLong nNewIdx = pN->GetMergeFmtIndex( nOldIdx );  in lcl_CopyTblBox()
 
 | 
| H A D | ndtbl1.cxx | 82 SwTblFmtCmp::SwTblFmtCmp( SwFrmFmt *pO, SwFrmFmt *pN, sal_Int16 nT )  in SwTblFmtCmp()  argument83 	: pOld ( pO ), pNew ( pN ), nType( nT )  in SwTblFmtCmp()
 
 | 
| /aoo41x/main/sw/source/ui/inc/ | 
| H A D | wrtsh.hxx | 514 					SwTwips lOff, CrsrStack *pN )  in CrsrStack()516             pNext(pN),  in CrsrStack()
 
 | 
| /aoo41x/main/sw/source/core/graphic/ | 
| H A D | ndgrf.cxx | 1257         const SwNode* pN = this;  in IsSelected()  local1261             if ( pV->ISA( SwEditShell ) && pN == &( (SwCrsrShell*) pV )  in IsSelected()
 
 | 
| /aoo41x/main/rsc/inc/ | 
| H A D | rsctop.hxx | 174 	virtual ERRTYPE GetNumber( const RSCINST & rInst, sal_Int32 * pN );
 |