| /aoo4110/main/soltools/cpp/ | 
| H A D | _mcrvalid.c | 49 		  pDel = pV )  in mvl_destruct()51 		pV = pV->pNext;  in mvl_destruct()
 112 	MacroValidator * pV;			/* Running pointer */  in mvl_check()  local
 116 	for ( pV = inout_pValidators->pFirst;  in mvl_check()
 117 		  pV != 0;  in mvl_check()
 118 		  pV = inout_pValidators->pFirst )  in mvl_check()
 120 		inout_pValidators->pFirst = pV->pNext;  in mvl_check()
 124 			pV->pMacro->flag &= (~ISACTIVE);  in mvl_check()
 125 			dofree(pV);  in mvl_check()
 129 			pV->pNext = pCheckedOnes;  in mvl_check()
 [all …]
 
 | 
| /aoo4110/main/sot/source/sdstor/ | 
| H A D | stgio.cxx | 368 		Validator *pV = new Validator( *this );  in ValidateFATs()  local369 		sal_Bool bRet1 = !pV->IsError(), bRet2 = sal_True ;  in ValidateFATs()
 370 		delete pV;  in ValidateFATs()
 381 			pV = new Validator( aIo );  in ValidateFATs()
 382 			bRet2 = !pV->IsError();  in ValidateFATs()
 383 			delete pV;  in ValidateFATs()
 
 | 
| /aoo4110/main/editeng/source/editeng/ | 
| H A D | editdbg.cxx | 466 		EditView* pV = pEE->GetView( nView );  in ShowEditEngineData()  local467 		DBG_ASSERT( pV, "View nicht gefunden!" );  in ShowEditEngineData()
 468 		fprintf( fp, "\nView %i: Focus=%i", nView, pV->GetWindow()->HasFocus() );  in ShowEditEngineData()
 469 		Rectangle aR( pV->GetOutputArea() );  in ShowEditEngineData()
 470 …eft().X(), aR.TopLeft().Y(), aR.GetSize().Width(), aR.GetSize().Height() , pV->GetWindow()->GetMap…  in ShowEditEngineData()
 471 		aR = pV->GetVisArea();  in ShowEditEngineData()
 473 		ESelection aSel = pV->GetSelection();  in ShowEditEngineData()
 
 | 
| H A D | impedit5.cxx | 857 void IdleFormattter::DoIdleFormat( EditView* pV )  in DoIdleFormat()  argument859 	pView = pV;  in DoIdleFormat()
 
 | 
| H A D | impedit.hxx | 204 	void		DoIdleFormat( EditView* pV );
 | 
| /aoo4110/main/xmlhelp/source/treeview/ | 
| H A D | tvfactory.cxx | 175 		PropertyValue pV;  in createInstanceWithArguments()  local176 		if( ! ( Arguments[i] >>= pV ) )  in createInstanceWithArguments()
 179 		if( pV.Name.compareToAscii( "nodepath" ) )  in createInstanceWithArguments()
 182 		if( ! ( pV.Value >>= hierview ) )  in createInstanceWithArguments()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdundo.cxx | 67 	SdrView* pV=PTR_CAST(SdrView,&rView);  in CanRepeat()  local68 	if (pV!=NULL) return CanSdrRepeat(*pV);  in CanRepeat()
 74 	SdrView* pV=PTR_CAST(SdrView,&rView);  in Repeat()  local
 75 	if (pV!=NULL) SdrRepeat(*pV);  in Repeat()
 76 	DBG_ASSERT(pV!=NULL,"Repeat: Uebergebenes SfxRepeatTarget ist keine SdrView");  in Repeat()
 81 	SdrView* pV=PTR_CAST(SdrView,&rView);  in GetRepeatComment()  local
 82 	if (pV!=NULL) return GetSdrRepeatComment(*pV);  in GetRepeatComment()
 
 | 
| H A D | svdmrkv.cxx | 229 	SdrView* pV=(SdrView*)this;  in ModelHasChanged()  local230 …if (pV!=NULL && !pV->IsDragObj() && !pV->IsInsObjPoint()) { // an dieser Stelle habe ich ein zieml…  in ModelHasChanged()
 
 | 
| H A D | svdhdl.cxx | 2109 SdrHdlList::SdrHdlList(SdrMarkView* pV)  in SdrHdlList()  argument2111 	pView(pV),  in SdrHdlList()
 
 | 
| /aoo4110/main/sw/source/core/graphic/ | 
| H A D | ndgrf.cxx | 1258         const ViewShell* pV = pESh;  in IsSelected()  local1261             if ( pV->ISA( SwEditShell ) && pN == &( (SwCrsrShell*) pV )  in IsSelected()
 1268         while (pESh != ( pV = (ViewShell*) pV->GetNext() ));  in IsSelected()
 
 | 
| /aoo4110/main/sw/inc/ | 
| H A D | fmtfld.hxx | 123 	SwFmtFldHint( const SwFmtFld* p, sal_Int16 n, const SwView* pV = 0)  in SwFmtFldHint()  argument126 		, pView(pV)  in SwFmtFldHint()
 
 | 
| H A D | redline.hxx | 297 	SwRedlineHint( const SwRedline* p, sal_Int16 n, const SwView* pV = 0)  in SwRedlineHint()  argument300 		, pView(pV)  in SwRedlineHint()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svddrag.hxx | 105 	void         SetView(SdrView* pV)                { pView=pV; }  in SetView()  argument
 | 
| H A D | svdhdl.hxx | 475 	SdrHdlList(SdrMarkView* pV);
 | 
| /aoo4110/main/svtools/source/edit/ | 
| H A D | textdata.cxx | 287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts )  in DoIdleFormat()  argument289 	mpView = pV;  in DoIdleFormat()
 
 | 
| H A D | textdat2.hxx | 281 	void		DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts );
 | 
| /aoo4110/main/comphelper/inc/comphelper/ | 
| H A D | namedvaluecollection.hxx | 358             const VALUE_TYPE* pV = aValues.getConstArray();  in impl_wrap()  local361                 *(pO++) = ::com::sun::star::uno::makeAny<VALUE_TYPE>( *(pV++) );  in impl_wrap()
 
 | 
| /aoo4110/main/sw/source/core/doc/ | 
| H A D | docfly.cxx | 352 					SwFmtVertOrient* pV = (SwFmtVertOrient*)pItem;  in SetFlyFrmAnchor()  local353 					aOldV.SetVertOrient( pV->GetVertOrient() );  in SetFlyFrmAnchor()
 354 					aOldV.SetRelationOrient( pV->GetRelationOrient() );  in SetFlyFrmAnchor()
 
 | 
| /aoo4110/main/sc/source/core/tool/ | 
| H A D | interpr4.cxx | 2893                     SbxVariable* pV;  in ScMacro()  local2904                             pV = pDimArray->Get32( nIdx );  in ScMacro()
 2905                             eType = pV->GetType();  in ScMacro()
 2907                                 pMat->PutDouble( pV->GetDouble(), i, j );  in ScMacro()
 2909                                 pMat->PutString( pV->GetString(), i, j );  in ScMacro()
 
 | 
| /aoo4110/main/toolkit/source/awt/ | 
| H A D | vclxtoolkit.cxx | 650 	VirtualDevice* pV = new VirtualDevice;  in createScreenCompatibleDevice()  local651 	pV->SetOutputSizePixel( Size( Width, Height ) );  in createScreenCompatibleDevice()
 652 	pVDev->SetVirtualDevice( pV );  in createScreenCompatibleDevice()
 
 | 
| /aoo4110/main/svtools/source/contnr/ | 
| H A D | svimpbox.cxx | 2767 	SvTreeListBox* pV )  in ImpLBSelEng()  argument2771 	pView = pV;  in ImpLBSelEng()
 
 |