Home
last modified time | relevance | path

Searched refs:pLast (Results 76 – 87 of 87) sorted by relevance

1234

/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx98 ScViewEntryPtrList* pLast; member in ScViewEntryPtrList
/trunk/main/sc/inc/
H A Dchgtrack.hxx1029 ScChangeAction* pLast; member in ScChangeTrack
1157 ScChangeAction* GetLast() const { return pLast; } in GetLast()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx2176 PrefixInfo const * pLast = aMap + sizeof aMap / sizeof (PrefixInfo) - 1; in getPrefix() local
2181 for (; pFirst < pLast; ++i) in getPrefix()
2191 while (pFirst <= pLast && sal_uChar(pFirst->m_pPrefix[i]) < nChar) in getPrefix()
2193 while (pFirst <= pLast && sal_uChar(pLast->m_pPrefix[i]) > nChar) in getPrefix()
2194 --pLast; in getPrefix()
2196 if (pFirst == pLast) in getPrefix()
/trunk/main/sw/source/core/text/
H A Dporlin.hxx171 void PrePaint( const SwTxtPaintInfo &rInf, const SwLinePortion *pLast ) const;
H A Dpormulti.cxx1688 SwLinePortion* pLast = pLine; in lcl_ExtractFieldFollow() local
1692 pLast = rpFld; in lcl_ExtractFieldFollow()
1701 pLast->SetPortion( NULL ); in lcl_ExtractFieldFollow()
H A Dinftxt.cxx1521 pLast = 0; in Init()
1550 pLast = &rLay; in SwTxtFormatInfo()
/trunk/main/basic/inc/basic/
H A Dsbx.hxx229 SbxDim* pFirst, *pLast; // Links to Dimension table member in SbxDimArray
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1665 SwFrm* pLast = in AppendFtn() local
1667 if( pLast ) in AppendFtn()
1669 pBoss = pLast->FindFtnBossFrm(); in AppendFtn()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2625 const SwFrm *pLast = pPage; in CheckUnboundObjects() local
2629 pLast = pPage; in CheckUnboundObjects()
2633 pPage = pLast; in CheckUnboundObjects()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3321 Control* pLast = aControlList.Last(); in InsertItem() local
3324 if( pLast ) in InsertItem()
3326 aControlSize = pLast->GetSizePixel(); in InsertItem()
3327 aControlPos = pLast->GetPosPixel(); in InsertItem()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2082 const ImplEntryType* pLast = mpEntryList->GetEntryPtr( nLastEntry ); in SetTopEntry() local
2083 …while( nTop > 0 && mpEntryList->GetAddedHeight( nLastEntry, nTop-1 ) + pLast->mnHeight <= nWHeight… in SetTopEntry()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1169 TextNode* pLast = mpDoc->GetNodes().GetObject( nLastNode ); in GetPaM() local
1170 return TextPaM( nLastNode, pLast->GetText().Len() ); in GetPaM()

Completed in 189 milliseconds

1234