Home
last modified time | relevance | path

Searched refs:pL (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx208 pL = pL->GetNext(); in IsClickable()
288 pL = pL->GetNext(); in IsDialogParent()
348 pL = pL->GetNext(); in IsDeletedIn()
389 pL = pL->GetNext(); in IsDeletedInDelType()
591 for ( ScChangeActionLinkEntry* pL = pLinkDeleted; pL; pL = pL->GetNext() ) in RejectRestoreContents() local
1025 for ( ScChangeActionLinkEntry* pL = pLinkDeleted; pL; pL = pL->GetNext() ) in UpdateReference() local
1703 pL = pL->GetNext(); in Select()
3169 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
3182 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
3195 for ( ScChangeActionLinkEntry* pL = pLinkMove; pL; pL = pL->GetNext() ) in Dependencies() local
[all …]
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx488 ListBox* pL = aLstArr[ n ]; in IMPL_LINK() local
489 if( 0 != (pUserData = pL->GetEntryData( pL->GetSelectEntryPos())) ) in IMPL_LINK()
491 ::lcl_ClearLstBoxAndDelUserData( *pL ); in IMPL_LINK()
505 ListBox* pL = aLstArr[ n ]; in IMPL_LINK() local
506 nInsPos = pL->InsertEntry( sUINm ); in IMPL_LINK()
507 pL->SetEntryData( nInsPos, new String( sAlg )); in IMPL_LINK()
509 pL->SelectEntryPos( nInsPos ); in IMPL_LINK()
515 ListBox* pL = aLstArr[ n ]; in IMPL_LINK() local
517 pL->SelectEntryPos( *aTypeArr[n] ); in IMPL_LINK()
518 else if( LISTBOX_ENTRY_NOTFOUND == pL->GetSelectEntryPos() ) in IMPL_LINK()
[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()
61 if( pL ) in ~SvtListenerBase()
62 pL->pRight = pR; in ~SvtListenerBase()
64 pR->pLeft = pL; in ~SvtListenerBase()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx680 XInterface * pL = aIt.next(); in fire() local
687 ((XVetoableChangeListener *)pL)->vetoableChange( in fire()
692 ((XPropertyChangeListener *)pL)->propertyChange( in fire()
700 if (exc.Context == pL) in fire()
737 XInterface * pL = aIt.next(); in fire() local
744 ((XVetoableChangeListener *)pL)->vetoableChange( in fire()
749 ((XPropertyChangeListener *)pL)->propertyChange( in fire()
757 if (exc.Context == pL) in fire()
793 XPropertiesChangeListener * pL = in fire() local
801 pL->propertiesChange( aEvts ); in fire()
[all …]
H A Dinterfacecontainer.cxx272 const Reference<XInterface> * pL = aData.pAsSequence->getConstArray(); in removeInterface() local
279 if( pL[i].get() == rListener.get() ) in removeInterface()
291 if( pL[i] == rListener ) in removeInterface()
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx280 SwClient* pL = pDepend->pLeft; in Remove() local
282 pRoot = pL ? pL : pR; in Remove()
284 if( pL ) in Remove()
285 pL->pRight = pR; in Remove()
287 pR->pLeft = pL; in Remove()
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx264 SdrLayer* pL; in ClearLayer() local
265 pL=(SdrLayer*)aLayer.First(); in ClearLayer()
266 while (pL!=NULL) { in ClearLayer()
267 delete pL; in ClearLayer()
268 pL=(SdrLayer*)aLayer.Next(); in ClearLayer()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx445 EditLine* pL = new EditLine; in Clone() local
450 pL->nStartPosX = nStartPosX; in Clone()
451 pL->nStart = nStart; in Clone()
452 pL->nEnd = nEnd; in Clone()
454 pL->nEndPortion = nEndPortion; in Clone()
455 pL->nHeight = nHeight; in Clone()
456 pL->nTxtWidth = nTxtWidth; in Clone()
457 pL->nTxtHeight = nTxtHeight; in Clone()
458 pL->nCrsrHeight = nCrsrHeight; in Clone()
459 pL->nMaxAscent = nMaxAscent; in Clone()
[all …]
H A Dimpedit2.cxx3850 EditLine* pL = pPortion->GetLines().GetObject( nLine ); in GetInvalidYOffsets() local
3851 if ( pL->IsInvalid() ) in GetInvalidYOffsets()
3858 aRange.Min() += pL->GetHeight(); in GetInvalidYOffsets()
3872 EditLine* pL = pPortion->GetLines().GetObject( nLine ); in GetInvalidYOffsets() local
3873 if ( pL->IsValid() ) in GetInvalidYOffsets()
3881 aRange.Max() += pL->GetHeight(); in GetInvalidYOffsets()
3888 EditLine* pL = pPortion->GetLines().GetObject( nFirstInvalid ); in GetInvalidYOffsets() local
3889 long n = pL->GetTxtHeight() * ( 100 - rLSItem.GetPropLineSpace() ); in GetInvalidYOffsets()
H A Dimpedit3.cxx628 EditLine* pL = new EditLine; in CreateLines() local
629 pParaPortion->GetLines().Insert( pL, 0 ); in CreateLines()
/trunk/main/sax/source/tools/
H A Dconverter.cxx218 const sal_Char *pL = aCmpsL[i]; in convertMeasure() local
219 if( pL ) in convertMeasure()
222 while( nPos < nLen && *pL ) in convertMeasure()
225 if( c != *pL && c != *pU ) in convertMeasure()
227 pL++; in convertMeasure()
231 if( !*pL && (nPos == nLen || ' ' == rString[nPos]) ) in convertMeasure()
/trunk/main/basic/workben/
H A Dmgrtest.cxx200 StarBASIC* pL = pBasMgr->GetLib( nLib ); in ShowInfo() local
204 if ( pL ) in ShowInfo()
205 aOutStr += pL->GetName(); in ShowInfo()
/trunk/main/sw/inc/
H A Dtblsel.hxx198 _FndLine(SwTableLine* pL, _FndBox* pFB=0) : pLine(pL), pUpper(pFB) {} in _FndLine() argument
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx374 const sal_Char *pL = aCmpsL[i]; in convertMeasure() local
375 if( pL ) in convertMeasure()
378 while( nPos < nLen && *pL ) in convertMeasure()
381 if( c != *pL && c != *pU ) in convertMeasure()
383 ++pL; in convertMeasure()
387 if( !*pL && (nPos == nLen || ' ' == rString[nPos]) ) in convertMeasure()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx462 view::XSelectionChangeListener * pL = in FireSelectionChangeListener() local
464 if (pL != NULL) in FireSelectionChangeListener()
465 pL->selectionChanged( aEvent ); in FireSelectionChangeListener()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx283 StarBASIC* pL = pBasicMgr->GetLib( pLibNames[ i ] ); in FindBasicManager() local
284 if ( pL == pLib ) in FindBasicManager()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1394 TextLine* pL = pTEParaPortion->GetLines().GetObject( nLine ); in GetInvalidYOffsets() local
1395 if ( pL->IsInvalid() ) in GetInvalidYOffsets()
1404 TextLine* pL = pTEParaPortion->GetLines().GetObject( nLine ); in GetInvalidYOffsets() local
1405 if ( pL->IsValid() ) in GetInvalidYOffsets()
2312 TextLine* pL = new TextLine; in CreateLines() local
2313 pTEParaPortion->GetLines().Insert( pL, 0 ); in CreateLines()
/trunk/main/sc/inc/
H A Dchgtrack.hxx302 ScChangeActionLinkEntry* pL ) in AddLink() argument
307 pLnk->SetLink( pL ); in AddLink()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx685 const ::uno::Any* pL = 0; in FillBaseProperties() local
686 GetProperty(RES_LR_SPACE, MID_L_MARGIN|CONVERT_TWIPS, pL ); in FillBaseProperties()
689 if(pL||pR) in FillBaseProperties()
692 if(pL) in FillBaseProperties()
693 bRet &= ((SfxPoolItem&)aLR).PutValue(*pL, MID_L_MARGIN|CONVERT_TWIPS); in FillBaseProperties()
H A Dunotbl.cxx2035 const uno::Any* pL = 0; in ApplyTblAttr() local
2036 GetProperty(RES_LR_SPACE, MID_L_MARGIN|CONVERT_TWIPS, pL); in ApplyTblAttr()
2039 if(pL||pR) in ApplyTblAttr()
2042 if(pL) in ApplyTblAttr()
2043 ((SfxPoolItem&)aLR).PutValue(*pL, MID_L_MARGIN|CONVERT_TWIPS); in ApplyTblAttr()

Completed in 274 milliseconds