/aoo41x/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 …]
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgio.cxx | 368 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()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdbg.cxx | 466 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 D | impedit5.cxx | 857 void IdleFormattter::DoIdleFormat( EditView* pV ) in DoIdleFormat() argument 859 pView = pV; in DoIdleFormat()
|
H A D | impedit.hxx | 204 void DoIdleFormat( EditView* pV );
|
/aoo41x/main/xmlhelp/source/treeview/ |
H A D | tvfactory.cxx | 175 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 67 SdrView* pV=PTR_CAST(SdrView,&rView); in CanRepeat() local 68 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() local 230 …if (pV!=NULL && !pV->IsDragObj() && !pV->IsInsObjPoint()) { // an dieser Stelle habe ich ein zieml… in ModelHasChanged()
|
H A D | svdhdl.cxx | 2130 SdrHdlList::SdrHdlList(SdrMarkView* pV) in SdrHdlList() argument 2132 pView(pV), in SdrHdlList()
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 1258 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()
|
/aoo41x/main/sw/inc/ |
H A D | fmtfld.hxx | 123 SwFmtFldHint( const SwFmtFld* p, sal_Int16 n, const SwView* pV = 0) in SwFmtFldHint() argument 126 , pView(pV) in SwFmtFldHint()
|
H A D | redline.hxx | 297 SwRedlineHint( const SwRedline* p, sal_Int16 n, const SwView* pV = 0) in SwRedlineHint() argument 300 , pView(pV) in SwRedlineHint()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svddrag.hxx | 105 void SetView(SdrView* pV) { pView=pV; } in SetView() argument
|
H A D | svdhdl.hxx | 476 SdrHdlList(SdrMarkView* pV);
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdata.cxx | 287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts ) in DoIdleFormat() argument 289 mpView = pV; in DoIdleFormat()
|
H A D | textdat2.hxx | 281 void DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts );
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | namedvaluecollection.hxx | 358 const VALUE_TYPE* pV = aValues.getConstArray(); in impl_wrap() local 361 *(pO++) = ::com::sun::star::uno::makeAny<VALUE_TYPE>( *(pV++) ); in impl_wrap()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 352 SwFmtVertOrient* pV = (SwFmtVertOrient*)pItem; in SetFlyFrmAnchor() local 353 aOldV.SetVertOrient( pV->GetVertOrient() ); in SetFlyFrmAnchor() 354 aOldV.SetRelationOrient( pV->GetRelationOrient() ); in SetFlyFrmAnchor()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 2893 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()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 650 VirtualDevice* pV = new VirtualDevice; in createScreenCompatibleDevice() local 651 pV->SetOutputSizePixel( Size( Width, Height ) ); in createScreenCompatibleDevice() 652 pVDev->SetVirtualDevice( pV ); in createScreenCompatibleDevice()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 2767 SvTreeListBox* pV ) in ImpLBSelEng() argument 2771 pView = pV; in ImpLBSelEng()
|