Home
last modified time | relevance | path

Searched refs:pP (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/svl/source/memtools/
H A Dsvarray.cxx115 if( pP ) *pP = nM; in Seek_Entry()
122 if( pP ) *pP = nU; in Seek_Entry()
129 if( pP ) *pP = nU; in Seek_Entry()
162 if( pP ) *pP = nM; in Seek_Entry()
169 if( pP ) *pP = nU; in Seek_Entry()
176 if( pP ) *pP = nU; in Seek_Entry()
196 if( pP ) *pP = nM; in Seek_Entry()
203 if( pP ) *pP = nU; in Seek_Entry()
210 if( pP ) *pP = nU; in Seek_Entry()
315 if( pP ) *pP = nU; in Seek_Entry()
[all …]
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx487 sal_Bool nm::Seek_Entry( const AE aE, sal_uInt16* pP ) const\
501 if( pP ) *pP = nM;\
508 if( pP ) *pP = nU;\
515 if( pP ) *pP = nU;\
520 sal_Bool nm::Seek_Entry( const AE aE, sal_uInt16* pP ) const\
533 if( pP ) *pP = nM;\
540 if( pP ) *pP = nU;\
547 if( pP ) *pP = nU;\
565 if( pP ) *pP = nM;\
572 if( pP ) *pP = nU;\
[all …]
H A Dsvstdarr.hxx86 sal_Bool Seek_Entry( const sal_uInt16 aE, sal_uInt16* pP = 0 ) const;
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx425 pP( NULL ) in DXFLWPolyLineEntity()
440 pP = new DXFVector[ nCount ]; in EvaluateGroup()
457 if ( pP && ( nIndex < nCount ) ) in EvaluateGroup()
458 pP[ nIndex ].fx = rDGR.GetF(); in EvaluateGroup()
463 if ( pP && ( nIndex < nCount ) ) in EvaluateGroup()
464 pP[ nIndex++ ].fy = rDGR.GetF(); in EvaluateGroup()
473 delete[] pP; in ~DXFLWPolyLineEntity()
596 pP( NULL ) in DXFBoundaryPathData()
605 delete[] pP; in ~DXFBoundaryPathData()
629 pP = new DXFVector[ nPointCount ]; in EvaluateGroup()
[all …]
H A Ddxfentrd.hxx371 DXFVector* pP; member in DXFLWPolyLineEntity
455 DXFVector* pP; member
H A Ddxf2mtf.cxx590 if ( nPolySize && rE.pP ) in DrawLWPolyLineEntity()
595 rTransform.Transform( rE.pP[ (sal_uInt16)i ], aPoly[ (sal_uInt16)i ] ); in DrawLWPolyLineEntity()
627 rTransform.Transform( rPathData.pP[ i ], aPt ); in DrawHatchEntity()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx175 Property * pP = aProps.getArray(); in test_PropertyArrayHelper() local
179 OSL_ENSURE( pP[i].Name == getPropertyTable1()[i].Name , "Name not correct" ); in test_PropertyArrayHelper()
180 OSL_ENSURE( pP[i].Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
182 OSL_ENSURE( pP[i].Type == getPropertyTable1()[i].Type, "Type not correct" ); in test_PropertyArrayHelper()
190 Property * pP = aProps.getArray(); in test_PropertyArrayHelper() local
197 OSL_ENSURE( pP[i].Name == getPropertyTable2()[a[i]].Name , "Name not correct" ); in test_PropertyArrayHelper()
198 OSL_ENSURE( pP[i].Handle == getPropertyTable2()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
200 OSL_ENSURE( pP[i].Type == getPropertyTable2()[a[i]].Type, "Type not correct" ); in test_PropertyArrayHelper()
208 Property * pP = aProps.getArray(); in test_PropertyArrayHelper() local
214 OSL_ENSURE( pP[i].Name == getPropertyTable3()[a[i]].Name , "Name not correct" ); in test_PropertyArrayHelper()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1942 if( pB && pP && pA && pW && pAlphaW ) in ImplBlendWithAlpha()
1954 aSrcCol = pP->GetColor( nMapY, nMapX ); in ImplBlendWithAlpha()
1989 if( pP && pA && pB ) in ImplBlendWithAlpha()
2035 BitmapReadAccess* pP, in ImplBlend() argument
2059 if( pB && pP && pA && pW ) in ImplBlend()
2090 if( pP && pA && pB ) in ImplBlend()
2106 if( pP && pA && pB && !bFastBlend ) in ImplBlend()
2108 switch( pP->GetScanlineFormat() ) in ImplBlend()
2341 aBmp,pP,pA, in ImplDrawAlpha()
2350 aBmp,pP,pA, in ImplDrawAlpha()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx223 SdPage* pP = static_cast< SdPage* >( pPickObj->GetPage() ); in InsertGraphic() local
225 if ( pP && pP->IsMasterPage() ) in InsertGraphic()
226 bIsPresTarget = pP->IsPresObj(pPickObj); in InsertGraphic()
252 SdrPage* pP = pPV->GetPage(); in InsertGraphic() local
253 pP->InsertObject(pNewGrafObj); in InsertGraphic()
259 pP->RemoveObject(pPickObj->GetOrdNum()); in InsertGraphic()
H A Dsdview3.cxx668 SdPage* pP = static_cast< SdPage* >( pWorkModel->GetPage( (sal_uInt16) i ) ); in InsertData() local
670 if( pP->GetPageKind() != PK_STANDARD ) in InsertData()
902 SdPage* pP = static_cast< SdPage* >( pModel->GetPage( (sal_uInt16) i ) ); in InsertData() local
904 if( pP->GetPageKind() != PK_STANDARD ) in InsertData()
H A DDocumentRenderer.cxx1822 Paragraph* pP = pOutliner->GetParagraph(nPara); in PrepareOutline() local
1823 if (pP!=NULL && pOutliner->GetDepth(nPara) > 0) in PrepareOutline()
1824 pOutliner->SetDepth(pP, 0); in PrepareOutline()
/trunk/main/svx/source/svdraw/
H A Dsvddrag.cxx31 void* pP=aPnts.First(); in Clear() local
32 while (pP!=NULL) { in Clear()
33 delete (Point*)pP; in Clear()
34 pP=aPnts.Next(); in Clear()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx232 Property *pP; in GetIndex_Impl() local
233 pP = (Property*) in GetIndex_Impl()
237 return pP ? sal::static_int_cast<sal_Int32>( (pP-_aProps.getConstArray()) / sizeof(pP) ) : -1; in GetIndex_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx445 SVBT16 *pP = new SVBT16[nCount * 2]; in ReadPolyLine() local
446 pStrm->Read( pP, nCount * 4 ); // Punkte einlesen in ReadPolyLine()
452 aPt.X() = SVBT16ToShort( pP[i << 1] ) + nDrawXOfs2 in ReadPolyLine()
454 aPt.Y() = SVBT16ToShort( pP[( i << 1 ) + 1] ) + nDrawYOfs2 in ReadPolyLine()
458 delete[] pP; in ReadPolyLine()
1251 SVBT16 *pP = new SVBT16[nCount * 2]; in ReadCaptionBox() local
1252 pStrm->Read( pP, nCount * 4 ); // Punkte einlesen in ReadCaptionBox()
1254 if( nTyp == 1 && SVBT16ToShort( pP[0] ) == SVBT16ToShort( pP[2] ) ) in ReadCaptionBox()
1266 + nDrawXOfs2 + (sal_Int16)SVBT16ToShort( pP[0] ), in ReadCaptionBox()
1269 + nDrawYOfs2 + (sal_Int16)SVBT16ToShort( pP[1] ) ); in ReadCaptionBox()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2378 OSPalette * pP=new OSPalette; in ReadField() local
2379 pP->pSucc=pPaletteStack; pPaletteStack=pP; in ReadField()
2380 pP->p0RGB=NULL; pP->nSize=0; in ReadField()
2401 OSPalette * pP=pPaletteStack; in ReadField() local
2402 if (pP!=NULL) { in ReadField()
2403 pPaletteStack=pP->pSucc; in ReadField()
2404 if (pP->p0RGB!=NULL) delete[] pP->p0RGB; in ReadField()
2405 delete pP; in ReadField()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx724 sal_Bool SwSeqFldList::SeekEntry( const _SeqFldLstElem& rNew, sal_uInt16* pP ) in SeekEntry() argument
766 if( pP ) *pP = nM; in SeekEntry()
777 if( pP ) *pP = nU; in SeekEntry()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2591 SwNodeIndex* pP = rIdx.pPrev; in DeRegisterIndex() local
2594 pRoot = pP ? pP : pN; in DeRegisterIndex()
2596 if( pP ) in DeRegisterIndex()
2597 pP->pNext = pN; in DeRegisterIndex()
2599 pN->pPrev = pP; in DeRegisterIndex()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx288 sal_Bool SvxAutocorrWordList::Seek_Entry( const SvxAutocorrWordPtr aE, sal_uInt16* pP ) const in Seek_Entry()
304 if( pP ) *pP = nM; in Seek_Entry()
311 if( pP ) *pP = nU; in Seek_Entry()
318 if( pP ) *pP = nU; in Seek_Entry()
/trunk/main/editeng/source/editeng/
H A Deditobj2.hxx246 void SetPortionInfo( XParaPortionList* pP ) in SetPortionInfo() argument
247 { pPortionInfo = pP; } in SetPortionInfo()
/trunk/main/svx/source/form/
H A Dfmshell.cxx1233 FmFormPage* pP = NULL; in GetCurPage() local
1235 pP = PTR_CAST(FmFormPage,m_pFormView->GetSdrPageView()->GetPage()); in GetCurPage()
1236 return pP; in GetCurPage()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx364 SdPage* pP = mpDoc->GetSdPage( 0, PK_STANDARD ); in getTransformation() local
365 Size aPageSize( pP->GetSize() ); in getTransformation()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx385 SwFltOutDoc(SwDoc& rDocu, SwPaM* pP, SwFltControlStack& rStk, in SwFltOutDoc() argument
387 : SwFltOutBase(rDocu), rStack(rStk), rEndStack(rEStk), pPaM(pP), in SwFltOutDoc()
/trunk/main/sw/inc/
H A DIDocumentDeviceAccess.hxx63 …virtual void setPrinter(/*[in]*/ SfxPrinter* pP,/*[in]*/ bool bDeleteOld,/*[in]*/ bool bCallPrtDat…
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4874 void* pP; in ~EscherSolverContainer() local
4876 for( pP = maShapeList.First(); pP; pP = maShapeList.Next() ) in ~EscherSolverContainer()
4877 delete (EscherShapeListEntry*)pP; in ~EscherSolverContainer()
4878 for( pP = maConnectorList.First(); pP; pP = maConnectorList.Next() ) in ~EscherSolverContainer()
4879 delete (EscherConnectorListEntry*)pP; in ~EscherSolverContainer()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx910 const SvxProtectItem *pP = (SvxProtectItem*)pNew; in _UpdateAttr() local
911 GetVirtDrawObj()->SetMoveProtect( pP->IsPosProtected() ); in _UpdateAttr()
912 GetVirtDrawObj()->SetResizeProtect( pP->IsSizeProtected() ); in _UpdateAttr()

Completed in 199 milliseconds

12