Home
last modified time | relevance | path

Searched refs:pV (Results 1 – 21 of 21) sorted by relevance

/trunk/main/soltools/cpp/
H A D_mcrvalid.c49 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 != NULL; 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 …]
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx368 Validator *pV = new Validator( *this ); in ValidateFATs() local
369 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()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx466 EditView* pV = pEE->GetView( nView ); in ShowEditEngineData() local
467 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 Dimpedit5.cxx857 void IdleFormattter::DoIdleFormat( EditView* pV ) in DoIdleFormat() argument
859 pView = pV; in DoIdleFormat()
H A Dimpedit.hxx204 void DoIdleFormat( EditView* pV );
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx70 SdrView* pV=PTR_CAST(SdrView,&rView); in CanRepeat() local
71 if (pV!=NULL) return CanSdrRepeat(*pV); in CanRepeat()
77 SdrView* pV=PTR_CAST(SdrView,&rView); in Repeat() local
78 if (pV!=NULL) SdrRepeat(*pV); in Repeat()
79 DBG_ASSERT(pV!=NULL,"Repeat: Uebergebenes SfxRepeatTarget ist keine SdrView"); in Repeat()
84 SdrView* pV=PTR_CAST(SdrView,&rView); in GetRepeatComment() local
85 if (pV!=NULL) return GetSdrRepeatComment(*pV); in GetRepeatComment()
H A Dsvdmrkv.cxx229 SdrView* pV=(SdrView*)this; in ModelHasChanged() local
230 …if (pV!=NULL && !pV->IsDragObj() && !pV->IsInsObjPoint()) { // an dieser Stelle habe ich ein zieml… in ModelHasChanged()
H A Dsvdhdl.cxx2119 SdrHdlList::SdrHdlList(SdrMarkView* pV) in SdrHdlList() argument
2121 pView(pV), in SdrHdlList()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx175 PropertyValue pV; in createInstanceWithArguments() local
176 if( ! ( Arguments[i] >>= pV ) ) in createInstanceWithArguments()
179 if( pV.Name.compareToAscii( "nodepath" ) ) in createInstanceWithArguments()
182 if( ! ( pV.Value >>= hierview ) ) in createInstanceWithArguments()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1258 const ViewShell* pV = pESh; in IsSelected() local
1261 if ( pV->ISA( SwEditShell ) && pN == &( (SwCrsrShell*) pV ) in IsSelected()
1268 while (pESh != ( pV = (ViewShell*) pV->GetNext() )); in IsSelected()
/trunk/main/sw/inc/
H A Dfmtfld.hxx123 SwFmtFldHint( const SwFmtFld* p, sal_Int16 n, const SwView* pV = 0) in SwFmtFldHint() argument
126 , pView(pV) in SwFmtFldHint()
H A Dredline.hxx297 SwRedlineHint( const SwRedline* p, sal_Int16 n, const SwView* pV = 0) in SwRedlineHint() argument
300 , pView(pV) in SwRedlineHint()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx105 void SetView(SdrView* pV) { pView=pV; } in SetView() argument
H A Dsvdhdl.hxx476 SdrHdlList(SdrMarkView* pV);
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts ) in DoIdleFormat() argument
289 mpView = pV; in DoIdleFormat()
H A Dtextdat2.hxx281 void DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts );
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx358 const VALUE_TYPE* pV = aValues.getConstArray(); in impl_wrap() local
361 *(pO++) = ::com::sun::star::uno::makeAny<VALUE_TYPE>( *(pV++) ); in impl_wrap()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx355 SwFmtVertOrient* pV = (SwFmtVertOrient*)pItem; in SetFlyFrmAnchor() local
356 aOldV.SetVertOrient( pV->GetVertOrient() ); in SetFlyFrmAnchor()
357 aOldV.SetRelationOrient( pV->GetRelationOrient() ); in SetFlyFrmAnchor()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx2893 SbxVariable* pV; in ScMacro() local
2904 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()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx650 VirtualDevice* pV = new VirtualDevice; in createScreenCompatibleDevice() local
651 pV->SetOutputSizePixel( Size( Width, Height ) ); in createScreenCompatibleDevice()
652 pVDev->SetVirtualDevice( pV ); in createScreenCompatibleDevice()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2767 SvTreeListBox* pV ) in ImpLBSelEng() argument
2771 pView = pV; in ImpLBSelEng()

Completed in 218 milliseconds