/aoo42x/main/sw/source/core/text/ |
H A D | itradj.cxx | 274 pCurrent->InitSpaceAdd(); in CalcNewBlock() 303 CalcRightMargin( pCurrent, nReal ); in CalcNewBlock() 317 pCurrent->FinishSpaceAdd(); in CalcNewBlock() 426 pCurrent->SetKanaComp( pNewKana ); in CalcKanaAdj() 437 CalcRightMargin( pCurrent, 0 ); in CalcKanaAdj() 515 pPos = pCurrent->GetPortion(); in CalcKanaAdj() 575 KSHORT nPrtWidth = pCurrent->PrtWidth(); in CalcRightMargin() 636 CalcRightMargin( pCurrent ); in CalcFlyAdjust() 704 pLeft->AdjustRight( pCurrent ); in CalcFlyAdjust() 715 pCurrent->SetFormatAdj(sal_False); in CalcAdjLine() [all …]
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 692 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 714 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 728 for( pCurrent = pFirstBorder ;pCurrent != pSecondBorder; pCurrent = pCurrent->pNext ) in detectLabelOverlapsAndMove() 738 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 739 pCenter = pCurrent; in detectLabelOverlapsAndMove() 743 pCurrent = pStart; in detectLabelOverlapsAndMove() 746 pCurrent->aPreviousPosition = pCurrent->xLabelGroupShape->getPosition(); in detectLabelOverlapsAndMove() 747 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 768 PieLabelInfo* pCurrent = 0; in tryMoveLabels() local 769 for( pCurrent = p2 ;pCurrent->pPrevious != pSecondBorder; pCurrent = pCurrent->pNext ) in tryMoveLabels() [all …]
|
/aoo42x/main/svx/source/sdr/animation/ |
H A D | scheduler.cxx | 96 Event* pCurrent = mpHead; in Insert() local 99 while(pCurrent && pCurrent->GetTime() < pNew->GetTime()) in Insert() 101 pPrev = pCurrent; in Insert() 102 pCurrent = pCurrent->GetNext(); in Insert() 122 Event* pCurrent = mpHead; in Remove() local 125 while(pCurrent && pCurrent != pOld) in Remove() 127 pPrev = pCurrent; in Remove() 128 pCurrent = pCurrent->GetNext(); in Remove()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | region.cxx | 574 const RegionBand* pCurrent = getRegionBand(); in Union() local 576 if(!pCurrent) in Union() 583 RegionBand* pNew = new RegionBand(*pCurrent); in Union() 670 if(!pCurrent) in Intersect() 751 if(!pCurrent) in Exclude() 834 if(!pCurrent) in XOr() 923 if(!pCurrent) in Union() 1033 if(!pCurrent) in Intersect() 1059 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect() 1131 if(!pCurrent) in Exclude() [all …]
|
/aoo42x/main/svx/source/form/ |
H A D | navigatortree.cxx | 309 if ( IsHiddenControl( pCurrent ) ) in implAllowExchange() 406 if (!pCurrent) in Command() 408 ptWhere = GetEntryPosition(pCurrent); in Command() 935 SvLBoxEntry* pCurrent = *dropped; in implAcceptDataTransfer() local 939 if (pCurrent == m_pRootEntry) in implAcceptDataTransfer() 947 if (pCurrent == _pTargetEntry) in implAcceptDataTransfer() 956 if ( IsFormEntry(pCurrent) ) in implAcceptDataTransfer() 1177 SvLBoxEntry* pCurrent = *dropped; in implExecuteDataTransfer() local 1219 Select(pCurrent, sal_False); in implExecuteDataTransfer() 1921 if (pCurrent->ISA(FmFormData)) in DeleteSelection() [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | ondemand.hxx | 67 const LocaleDataWrapper* pCurrent; member in OnDemandLocaleDataWrapper 77 pCurrent = pSystem = aSysLocale.GetLocaleDataPtr(); in OnDemandLocaleDataWrapper() 87 , pCurrent(0) in OnDemandLocaleDataWrapper() 101 bool is() const { return pCurrent != NULL; } in is() 119 pCurrent = pSystem; in changeLocale() 124 pCurrent = pEnglish; in changeLocale() 137 pCurrent = pAny; in changeLocale() 149 … pAny = new LocaleDataWrapper( xSMgr, pCurrent->getLocale() ); in getAnyLocale() 152 else if ( pCurrent != pAny ) in getAnyLocale() 154 pAny->setLocale( pCurrent->getLocale() ); in getAnyLocale() [all …]
|
/aoo42x/main/cppu/source/threadpool/ |
H A D | thread.cxx | 79 ORequestThread *pCurrent; in join() local 82 pCurrent = 0; in join() 87 pCurrent = m_lst.front(); in join() 88 pCurrent->setDeleteSelf( sal_False ); in join() 91 if ( pCurrent ) in join() 93 pCurrent->join(); in join() 94 delete pCurrent; in join() 96 } while( pCurrent ); in join()
|
/aoo42x/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 543 pCurrent = m_pRootFolder; in getZipFileContents() 560 pCurrent = ( *aIter ).second; in getZipFileContents() 563 if ( pCurrent == m_pRootFolder ) in getZipFileContents() 575 pCurrent = pPkgFolder; in getZipFileContents() 578 pCurrent = pCurrent->doGetByName( sTemp ).pFolder; in getZipFileContents() 863 pPrevious = pCurrent; in getByHierarchicalName() 864 pCurrent = pCurrent->doGetByName( sTemp ).pFolder; in getByHierarchicalName() 882 m_aRecent[sDirName] = pCurrent; in getByHierarchicalName() 945 pPrevious = pCurrent; in hasByHierarchicalName() 946 pCurrent = pCurrent->doGetByName( sTemp ).pFolder; in hasByHierarchicalName() [all …]
|
/aoo42x/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.cxx | 497 const sal_Unicode* pCurrent = aLabel.getStr( ); in Replace() local 501 while( pCurrent < pEnd ) in Replace() 506 if ( OldChar == *pCurrent ) in Replace() 513 aBuffer.insert( i, *pCurrent ); in Replace() 516 pCurrent++; in Replace() 526 else if ( *pCurrent == NewChar ) in Replace() 531 aBuffer.insert( i++, *pCurrent ); in Replace() 532 aBuffer.insert( i, *pCurrent ); in Replace() 536 aBuffer.insert( i, *pCurrent ); in Replace() 539 pCurrent++; in Replace()
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | xformsexport.cxx | 457 for( const ExportTable* pCurrent = pTable; in lcl_exportDataTypeFacets() local 458 pCurrent->pPropertyName != NULL; in lcl_exportDataTypeFacets() 459 pCurrent++ ) in lcl_exportDataTypeFacets() 464 OUString sValue = (*pCurrent->aConverter)( in lcl_exportDataTypeFacets() 472 pCurrent->nNamespace, in lcl_exportDataTypeFacets() 620 for( const ExportTable* pCurrent = pTable; in lcl_export() local 621 pCurrent->pPropertyName != NULL; in lcl_export() 622 pCurrent++ ) in lcl_export() 626 OUString sValue = (*pCurrent->aConverter)( aAny ); in lcl_export() 630 pCurrent->nNamespace, in lcl_export() [all …]
|
/aoo42x/main/uui/source/ |
H A D | secmacrowarnings.cxx | 222 Window** pCurrent = pWins; in InitControls() local 223 for ( sal_uInt32 i = 0; i < sizeof( pWins ) / sizeof( pWins[ 0 ] ); ++i, ++pCurrent ) in InitControls() 225 Point aNewPos = (*pCurrent)->GetPosPixel(); in InitControls() 227 (*pCurrent)->SetPosPixel( aNewPos ); in InitControls() 320 Window** pCurrent = pWins; in FitControls() local 321 for ( sal_uInt32 i = 0; i < sizeof( pWins ) / sizeof( pWins[ 0 ] ); ++i, ++pCurrent ) in FitControls() 323 Point aNewPos = (*pCurrent)->GetPosPixel(); in FitControls() 325 (*pCurrent)->SetPosPixel( aNewPos ); in FitControls() 327 if ( *pCurrent == &maDescr2FI ) in FitControls()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 270 SwAutoCompleteString* pCurrent = (SwAutoCompleteString*)aWordLst[ nPos - 1 ]; in ~SwAutoCompleteWord() local 272 delete pCurrent; in ~SwAutoCompleteWord() 336 SwAutoCompleteString* pCurrent = (SwAutoCompleteString*)pNew; in InsertWord() local 337 pCurrent->AddDocument(rDoc); in InsertWord() 459 SwAutoCompleteString* pCurrent = (SwAutoCompleteString*)aWordLst[ nPos - 1 ]; in DocumentDying() local 460 if(pCurrent->RemoveDocument(rDoc) && bDelete) in DocumentDying() 463 sal_uInt16 nLRUPos = aLRULst.GetPos( (void*)pCurrent ); in DocumentDying() 466 delete pCurrent; in DocumentDying()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1885 while ( *pCurrent ) in IMPL_LINK() 1890 pCurrent++; in IMPL_LINK() 2011 Window** pCurrent = pWindows; in InitControls() local 2013 while ( *pCurrent ) in InitControls() 2046 pCurrent++; in InitControls() 2095 Window** pCurrent = pWindows; in AddLine() local 2097 while ( *pCurrent ) in AddLine() 2105 pCurrent++; in AddLine() 2225 Window** pCurrent = pWindows; in DoScroll() local 2226 while ( *pCurrent ) in DoScroll() [all …]
|
H A D | alienwarn.cxx | 141 Window** pCurrent = pWins; in InitSize() local 142 for ( sal_uInt32 i = 0; i < sizeof( pWins ) / sizeof( pWins[ 0 ] ); ++i, ++pCurrent ) in InitSize() 144 Point aNewPos = (*pCurrent)->GetPosPixel(); in InitSize() 146 (*pCurrent)->SetPosPixel( aNewPos ); in InitSize()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 484 basegfx::B2DPoint* pCurrent(&maSNV[a].mpPN->maPoint); in impSolve() local 486 …if(pLast->equal(*pCurrent) && (pLast->getX() != pCurrent->getX() || pLast->getY() != pCurrent->get… in impSolve() 488 const basegfx::B2DPoint aMiddle((*pLast + *pCurrent) * 0.5); in impSolve() 496 … if(pCurrent->getX() != aMiddle.getX() || pCurrent->getY() != aMiddle.getY()) in impSolve() 498 maCorrectionTable.push_back(CorrectionPair(*pCurrent, aMiddle)); in impSolve() 499 *pCurrent = aMiddle; in impSolve() 503 pLast = pCurrent; in impSolve()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 329 SdrObject* pCurrent = _rMarkList.GetMark(i)->GetMarkedSdrObj(); in CreateMultiSelectionSequence() local 332 if (pCurrent->IsGroupObject()) in CreateMultiSelectionSequence() 334 pGroupIterator = new SdrObjListIter(*pCurrent->GetSubList()); in CreateMultiSelectionSequence() 335 pCurrent = pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in CreateMultiSelectionSequence() 338 while (pCurrent) in CreateMultiSelectionSequence() 340 DlgEdObj* pDlgEdObj = PTR_CAST(DlgEdObj, pCurrent); in CreateMultiSelectionSequence() 349 pCurrent = pGroupIterator && pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in CreateMultiSelectionSequence()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 267 SvLBoxEntry* pCurrent = First(); in ~NavigatorTree() local 268 while ( pCurrent ) in ~NavigatorTree() 270 delete static_cast<UserData*>(pCurrent->GetUserData()); in ~NavigatorTree() 271 pCurrent = Next(pCurrent); in ~NavigatorTree() 573 SvLBoxEntry* pCurrent = First(); in find() local 574 while ( pCurrent ) in find() 576 UserData* pData = static_cast<UserData*>(pCurrent->GetUserData()); in find() 580 pRet = pCurrent; in find() 583 pCurrent = Next(pCurrent); in find()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 323 SdrObject* pCurrent = _rMarkList.GetMark(i)->GetMarkedSdrObj(); in CreateCompPropSet() local 326 if (pCurrent->IsGroupObject()) in CreateCompPropSet() 328 pGroupIterator.reset(new SdrObjListIter(*pCurrent->GetSubList())); in CreateCompPropSet() 329 pCurrent = pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in CreateCompPropSet() 332 while (pCurrent) in CreateCompPropSet() 334 OObjectBase* pObj = dynamic_cast<OObjectBase*>(pCurrent); in CreateCompPropSet() 339 pCurrent = pGroupIterator.get() && pGroupIterator->IsMore() ? pGroupIterator->Next() : NULL; in CreateCompPropSet()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 347 SwPaM *pCurrent = &rPam; in SetCrsrAttr() local 350 if (pCurrent->HasMark() && in SetCrsrAttr() 352 (*pCurrent->GetPoint() != *pCurrent->GetMark()) )) in SetCrsrAttr() 354 pDoc->InsertItemSet(*pCurrent, rSet, nFlags); in SetCrsrAttr() 356 pCurrent= static_cast<SwPaM *>(pCurrent->GetNext()); in SetCrsrAttr() 357 } while (pCurrent != &rPam); in SetCrsrAttr() 388 SwPaM *pCurrent = & rPam; in GetCrsrAttr() local 391 SwPosition const & rStart( *pCurrent->Start() ); in GetCrsrAttr() 392 SwPosition const & rEnd( *pCurrent->End() ); in GetCrsrAttr() 444 pCurrent= static_cast<SwPaM *>(pCurrent->GetNext()); in GetCrsrAttr() [all …]
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | comptr.hxx | 199 IUnknown* pCurrent = NULL; in equals() local 200 m_pInterface->QueryInterface(IID_IUnknown, (void**)&pCurrent); in equals() 202 ::sal_Bool bEquals = (pCheck == pCurrent); in equals() 203 pCurrent->Release(); in equals()
|
/aoo42x/main/sal/inc/systools/win32/ |
H A D | comptr.hxx | 210 IUnknown* pCurrent = NULL; in equals() local 211 m_pInterface->QueryInterface(IID_IUnknown, (void**)&pCurrent); in equals() 213 ::sal_Bool bEquals = (pCheck == pCurrent); in equals() 214 pCurrent->Release(); in equals()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtimp.cxx | 899 pCurrent != m_pInParams->end(); in Import() 900 ++pCurrent) in Import() 902 if(pCurrent->first.equalsAscii(ODF_FORMDROPDOWN_RESULT)) in Import() 905 vOutParams[pCurrent->first] = makeAny(pCurrent->second.toInt32()); in Import() 907 else if(pCurrent->first.equalsAscii(ODF_FORMCHECKBOX_RESULT)) in Import() 910 vOutParams[pCurrent->first] = makeAny(pCurrent->second.toBoolean()); in Import() 915 vListEntries.push_back(pCurrent->second); in Import() 918 vOutParams[pCurrent->first] = makeAny(pCurrent->second); in Import() 927 pCurrent != vOutParams.end(); in Import() 928 ++pCurrent) in Import() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 1851 Window** pCurrent = pWins; in initControls() local 1853 for ( ; i < nBtnCount; ++i, ++pCurrent ) in initControls() 1855 Size aNewSize = (*pCurrent)->GetSizePixel(); in initControls() 1857 (*pCurrent)->SetSizePixel( aNewSize ); in initControls() 1858 Point aNewPos = (*pCurrent)->GetPosPixel(); in initControls() 1860 (*pCurrent)->SetPosPixel( aNewPos ); in initControls() 1866 Size aSize = (*pCurrent)->GetSizePixel(); in initControls() 1868 (*pCurrent)->SetSizePixel( aSize ); in initControls() 1934 Window** pCurrent = pWins; in ErrorRepOptionsDialog() local 1937 Point aPos = (*pCurrent)->GetPosPixel(); in ErrorRepOptionsDialog() [all …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2264 pCurrent( 0 ), in SwOrderIter() 2273 pCurrent = 0; in Top() 2295 return pCurrent; in Top() 2302 pCurrent = 0; in Bottom() 2324 return pCurrent; in Bottom() 2331 const sal_uInt32 nCurOrd = pCurrent ? pCurrent->GetOrdNumDirect() : 0; in Next() 2332 pCurrent = 0; in Next() 2354 return pCurrent; in Next() 2361 const sal_uInt32 nCurOrd = pCurrent ? pCurrent->GetOrdNumDirect() : 0; in Prev() 2362 pCurrent = 0; in Prev() [all …]
|
/aoo42x/main/cui/source/options/ |
H A D | optgenrl.cxx | 205 SvxUserEdit** pCurrent = pEdits; in SvxGeneralTabPage() local 206 while ( *pCurrent ) in SvxGeneralTabPage() 208 Window* pLabel = (*pCurrent)->GetLabel(); in SvxGeneralTabPage() 212 sal_Int16 nIndex = (*pCurrent)->GetIndex(); in SvxGeneralTabPage() 220 (*pCurrent)->SetAccessibleName( sName ); in SvxGeneralTabPage() 222 pCurrent++; in SvxGeneralTabPage()
|