Home
last modified time | relevance | path

Searched refs:pR (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sc/source/core/tool/
H A Drangelst.cxx46 for ( ScRangePtr pR = First(); pR; pR = Next() ) in ~ScRangeList() local
47 delete pR; in ~ScRangeList()
52 for ( ScRangePtr pR = First(); pR; pR = Next() ) in RemoveAll() local
53 delete pR; in RemoveAll()
247 for ( ScRange* pR = First(); pR; pR = Next() ) in UpdateReference() local
279 return pR; in Find()
337 * sal_uLong(pR->aEnd.Row() - pR->aStart.Row() + 1) in GetCellCount()
338 * sal_uLong(pR->aEnd.Tab() - pR->aStart.Tab() + 1); in GetCellCount()
348 for ( ScRangePair* pR = First(); pR; pR = Next() ) in ~ScRangePairList() local
349 delete pR; in ~ScRangePairList()
[all …]
H A Dchartpos.cxx119 ScRangePtr pR; in GlueState() local
124 if ( pR->aStart.Tab() == pR->aEnd.Tab() ) in GlueState()
128 nStartCol = pR->aStart.Col(); in GlueState()
129 nStartRow = pR->aStart.Row(); in GlueState()
141 pR = aRangeListRef->First(); in GlueState()
142 nStartCol = pR->aStart.Col(); in GlueState()
143 nStartRow = pR->aStart.Row(); in GlueState()
196 for ( pR = aRangeListRef->First(); pR; pR = aRangeListRef->Next() ) in GlueState()
387 ScRangePtr pR; in CreatePositionMap() local
391 for ( pR = aRangeListRef->First(); pR; pR = aRangeListRef->Next() ) in CreatePositionMap()
[all …]
H A Dchartarr.cxx132 ScRange* pR = aRangeListRef->First(); in CreateMemChart() local
133 if ( pR->aStart.Tab() != pR->aEnd.Tab() ) in CreateMemChart()
H A Dcompiler.cxx3058 for ( ScRangePair* pR = pRL->First(); pR && !bInList; pR = pRL->Next() ) in IsColRowName() local
3060 const ScRange& rNameRange = pR->GetRange(0); in IsColRowName()
5268 for ( ScRangePair* pR = pRL->First(); pR; pR = pRL->Next() ) in HandleSingleRef() local
5270 if ( pR->GetRange(0).In( aLook ) ) in HandleSingleRef()
5273 aRange = pR->GetRange(1); in HandleSingleRef()
5314 for ( ScRangePair* pR = pRL->First(); pR; pR = pRL->Next() ) in HandleSingleRef() local
5316 const ScRange& rRange = pR->GetRange(1); in HandleSingleRef()
5346 for ( ScRangePair* pR = pRL->First(); pR; pR = pRL->Next() ) in HandleSingleRef() local
5348 const ScRange& rRange = pR->GetRange(1); in HandleSingleRef()
H A Dinterpr5.cxx931 ScMatrix* pR = xR; in ScMatInv()
932 lcl_MFastMult( pMat, pY, pR, nR, nR, nR); in ScMatInv()
940 double fTmp = pR->GetDouble( j, i); in ScMatInv()
1847 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult() argument
1857 pR->PutDouble(sum, col, row); in lcl_MFastMult()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2200 for (pR = pFirstBand; pR; pR = pR->pNextBand) in CalcDefaults()
2202 pR->nCenter[i] = pR->nCenter[i] - pR->nCenter[0]; in CalcDefaults()
2206 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults()
2225 pR->nCenter[i+1] = pR->nCenter[i]+MINLAY+pR->nGapHalf * 2; in CalcDefaults()
2230 nMaxRight = pR->nCenter[pR->nWwCols]; in CalcDefaults()
2239 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults()
2260 for( pR = pFirstBand ; pR; pR = pR->pNextBand ) in CalcDefaults()
2316 pR->nCenter[pR->nWwCols] = pR->nCenter[pR->nWwCols] + nThickness; in CalcDefaults()
2342 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults()
2344 pR->nSwCols = pR->nWwCols; in CalcDefaults()
[all …]
H A Dwrtw8num.cxx114 SwNumRule* pR = (SwNumRule*)pDoc->GetOutlineNumRule(); in GetId() local
115 pUsedNumTbl->Insert( pR, pUsedNumTbl->Count() ); in GetId()
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx522 for ( ScRangePtr pR = aRLR->First(); pR; pR = aRLR->Next() ) in UpdateChartRef() local
524 SCCOL theCol1 = pR->aStart.Col(); in UpdateChartRef()
525 SCROW theRow1 = pR->aStart.Row(); in UpdateChartRef()
526 SCTAB theTab1 = pR->aStart.Tab(); in UpdateChartRef()
527 SCCOL theCol2 = pR->aEnd.Col(); in UpdateChartRef()
528 SCROW theRow2 = pR->aEnd.Row(); in UpdateChartRef()
529 SCTAB theTab2 = pR->aEnd.Tab(); in UpdateChartRef()
545 ((pR->aEnd.Col() - pR->aStart.Col() in UpdateChartRef()
547 || (pR->aEnd.Row() - pR->aStart.Row() in UpdateChartRef()
549 || (pR->aEnd.Tab() - pR->aStart.Tab() in UpdateChartRef()
[all …]
H A Dcell2.cxx874 ScRangePair* pR = pColList->Find( aAdr ); in UpdateReference() local
875 if ( pR ) in UpdateReference()
877 if ( pR->GetRange(1).aStart.Row() == nRow1 ) in UpdateReference()
890 ScRangePair* pR = pRowList->Find( aAdr ); in UpdateReference() local
891 if ( pR ) in UpdateReference()
893 if ( pR->GetRange(1).aStart.Col() == nCol1 ) in UpdateReference()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx115 Property * pR; in getPropertyByName() local
119 if( !pR ) { in getPropertyByName()
123 return *pR; in getPropertyByName()
131 Property * pR; in hasPropertyByName() local
135 return pR != NULL; in hasPropertyByName()
1212 Property * pR; in getPropertyByName() local
1216 if( !pR ) { in getPropertyByName()
1226 return *pR; in getPropertyByName()
1232 Property * pR; in hasPropertyByName() local
1242 Property * pR; in getHandleByName() local
[all …]
/trunk/main/svl/source/notify/
H A Dlistenerbase.cxx57 SvtListenerBase *pR = pRight, *pL = pLeft; in ~SvtListenerBase() local
59 pBroadcaster->pRoot = pL ? pL : pR; in ~SvtListenerBase()
62 pL->pRight = pR; in ~SvtListenerBase()
63 if( pR ) in ~SvtListenerBase()
64 pR->pLeft = pL; in ~SvtListenerBase()
66 SvtListenerIter::RemoveListener( *this, pR ); in ~SvtListenerBase()
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx279 SwClient* pR = pDepend->pRight; in Remove() local
282 pRoot = pL ? pL : pR; in Remove()
285 pL->pRight = pR; in Remove()
286 if( pR ) in Remove()
287 pR->pLeft = pL; in Remove()
295 pTmp->pDelNext = pR; in Remove()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx108 Property * pR; in getPropertyByName() local
109 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in getPropertyByName()
112 if( !pR ) { in getPropertyByName()
116 return *pR; in getPropertyByName()
124 Property * pR; in hasPropertyByName() local
125 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in hasPropertyByName()
128 return pR != NULL; in hasPropertyByName()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx491 BitmapReadAccess* pR = aPolyMask.AcquireReadAccess(); in DrawTransparent() local
493 if( pW && pR ) in DrawTransparent()
497 … const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); in DrawTransparent()
498 … const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) ); in DrawTransparent()
515 if( pR->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL && in DrawTransparent()
523 Scanline pRScan = pR->GetScanline( nY ); in DrawTransparent()
540 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
548 if( pR->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL && in DrawTransparent()
556 Scanline pRScan = pR->GetScanline( nY ); in DrawTransparent()
579 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
[all …]
H A Dbitmap3.cxx834 BitmapReadAccess* pR = AcquireReadAccess(); in ImplConvertGhosted() local
837 if( pR ) in ImplConvertGhosted()
839 if( pR->HasPalette() ) in ImplConvertGhosted()
841 BitmapPalette aNewPal( pR->GetPaletteEntryCount() ); in ImplConvertGhosted()
845 const BitmapColor& rOld = pR->GetPaletteColor( (sal_uInt16) i ); in ImplConvertGhosted()
856 pW->CopyBuffer( *pR ); in ImplConvertGhosted()
869 const long nWidth = pR->Width(), nHeight = pR->Height(); in ImplConvertGhosted()
875 const BitmapColor aOld( pR->GetPixel( nY, nX ) ); in ImplConvertGhosted()
888 ReleaseAccess( pR ); in ImplConvertGhosted()
/trunk/main/sc/inc/
H A Drangelst.hxx49 ScRangePtr pR = new ScRange( rRange ); in Append() local
50 Insert( pR, LIST_APPEND ); in Append()
86 ScRangePair* pR = new ScRangePair( rRangePair ); in Append() local
87 Insert( pR, LIST_APPEND ); in Append()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx99 _SaveRedline( SwRedline* pR, const SwNodeIndex& rSttIdx ) in _SaveRedline()
100 : pRedl( pR ) in _SaveRedline()
102 const SwPosition* pStt = pR->Start(), in _SaveRedline()
103 * pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark(); in _SaveRedline()
107 if( pR->HasMark() ) in _SaveRedline()
119 _SaveRedline( SwRedline* pR, const SwPosition& rPos ) in _SaveRedline()
120 : pRedl( pR ) in _SaveRedline()
122 const SwPosition* pStt = pR->Start(), in _SaveRedline()
123 * pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark(); in _SaveRedline()
129 if( pR->HasMark() ) in _SaveRedline()
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx877 Reader* pR = SwReaderWriter::GetReader( pFilter->GetUserData() ); in ImportGlossaries() local
878 if( pR && 0 != ( pGlossary = pCurGrp ? pCurGrp in ImportGlossaries()
882 if( aReader.HasGlossaries( *pR ) ) in ImportGlossaries()
885 bRet = aReader.ReadGlossaries( *pR, *pGlossary, in ImportGlossaries()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx358 for ( ScRange* pR = xLockedList->First(); pR; pR = xLockedList->Next() ) in SkipLocked() local
360 if ( pR->Intersects( aRange ) ) in SkipLocked()
362 pE->nCol = pR->aEnd.Col() + 1; in SkipLocked()
384 for ( ScRange* pR = xLockedList->First(); pR; pR = xLockedList->Next() ) in Adjust() local
385 delete pR; in Adjust()
/trunk/main/icc/source/create_sRGB_profile/
H A DMakefile.in286 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
288 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx515 const ScRange* pR = 0; in Sort() local
525 pR = &aOldDest; in Sort()
539 … pUndoAction = new ScUndoSort( &rDocShell, nTab, rSortParam, bRepeatQuery, pUndoDoc, pUndoDB, pR ); in Sort()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx688 RscEnumerateRef( RscTypCont * pTC, RscTop * pR, in RscEnumerateRef() argument
693 pRoot = pR; in RscEnumerateRef()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1009 ScRangePtr pR; in SetPrintRanges() local
1011 for ( pR = aList->First(), i=0; i < nCnt; in SetPrintRanges()
1012 pR = aList->Next(), i++ ) in SetPrintRanges()
1014 pDoc->AddPrintRange( nTab, *pR ); in SetPrintRanges()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx687 const ::uno::Any* pR = 0; in FillBaseProperties() local
688 GetProperty(RES_LR_SPACE, MID_R_MARGIN|CONVERT_TWIPS, pR ); in FillBaseProperties()
689 if(pL||pR) in FillBaseProperties()
694 if(pR) in FillBaseProperties()
695 bRet &= ((SfxPoolItem&)aLR).PutValue(*pR, MID_R_MARGIN|CONVERT_TWIPS); in FillBaseProperties()
H A Dunotbl.cxx2037 const uno::Any* pR = 0; in ApplyTblAttr() local
2038 GetProperty(RES_LR_SPACE, MID_R_MARGIN|CONVERT_TWIPS, pR); in ApplyTblAttr()
2039 if(pL||pR) in ApplyTblAttr()
2044 if(pR) in ApplyTblAttr()
2045 ((SfxPoolItem&)aLR).PutValue(*pR, MID_R_MARGIN|CONVERT_TWIPS); in ApplyTblAttr()

Completed in 276 milliseconds

12