/aoo4110/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 46 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 D | chartpos.cxx | 119 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 D | chartarr.cxx | 132 ScRange* pR = aRangeListRef->First(); in CreateMemChart() local 133 if ( pR->aStart.Tab() != pR->aEnd.Tab() ) in CreateMemChart()
|
H A D | compiler.cxx | 3058 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 D | interpr5.cxx | 932 ScMatrix* pR = xR; in ScMatInv() 933 lcl_MFastMult( pMat, pY, pR, nR, nR, nR); in ScMatInv() 941 double fTmp = pR->GetDouble( j, i); in ScMatInv() 1848 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult() argument 1858 pR->PutDouble(sum, col, row); in lcl_MFastMult()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2171 for (pR = pFirstBand; pR; pR = pR->pNextBand) in CalcDefaults() 2173 pR->nCenter[i] = pR->nCenter[i] - pR->nCenter[0]; in CalcDefaults() 2177 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults() 2196 pR->nCenter[i+1] = pR->nCenter[i]+MINLAY+pR->nGapHalf * 2; in CalcDefaults() 2201 nMaxRight = pR->nCenter[pR->nWwCols]; in CalcDefaults() 2210 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults() 2231 for( pR = pFirstBand ; pR; pR = pR->pNextBand ) in CalcDefaults() 2287 pR->nCenter[pR->nWwCols] = pR->nCenter[pR->nWwCols] + nThickness; in CalcDefaults() 2313 for( pR = pFirstBand; pR; pR = pR->pNextBand ) in CalcDefaults() 2315 pR->nSwCols = pR->nWwCols; in CalcDefaults() [all …]
|
H A D | wrtw8num.cxx | 113 SwNumRule* pR = (SwNumRule*)pDoc->GetOutlineNumRule(); in GetId() local 114 pUsedNumTbl->Insert( pR, pUsedNumTbl->Count() ); in GetId()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen5.cxx | 522 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 D | cell2.cxx | 874 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()
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 115 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 …]
|
/aoo4110/main/svl/source/notify/ |
H A D | listenerbase.cxx | 57 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()
|
/aoo4110/main/sw/source/core/attr/ |
H A D | calbck.cxx | 279 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()
|
/aoo4110/main/framework/source/fwi/uielement/ |
H A D | constitemcontainer.cxx | 108 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 491 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 D | bitmap3.cxx | 834 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()
|
/aoo4110/main/sc/inc/ |
H A D | rangelst.hxx | 49 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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docedt.cxx | 99 _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()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 877 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()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 358 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()
|
/aoo4110/main/icc/source/create_sRGB_profile/ |
H A D | Makefile.in | 286 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 288 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
/aoo4110/main/rsc/source/parser/ |
H A D | rscdb.cxx | 688 RscEnumerateRef( RscTypCont * pTC, RscTop * pR, in RscEnumerateRef() argument 693 pRoot = pR; in RscEnumerateRef()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 515 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1009 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()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 329 const ::uno::Any* pR = 0; in FillBaseProperties() local 330 GetProperty(RES_LR_SPACE, MID_R_MARGIN|CONVERT_TWIPS, pR ); in FillBaseProperties() 331 if(pL||pR) in FillBaseProperties() 336 if(pR) in FillBaseProperties() 337 bRet &= ((SfxPoolItem&)aLR).PutValue(*pR, MID_R_MARGIN|CONVERT_TWIPS); in FillBaseProperties()
|
H A D | unotbl.cxx | 2037 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()
|