Home
last modified time | relevance | path

Searched refs:pLastTab (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxttab.cxx86 SwTabPortion *pLastTab = rInf.GetLastTab(); in NewTabPortion() local
87 if( pLastTab && ( pLastTab->IsTabCntPortion() || pLastTab->IsTabDecimalPortion() ) ) in NewTabPortion()
88 if( pLastTab->PostFormat( rInf ) ) in NewTabPortion()
358 SwTabPortion *pLastTab = rInf.GetLastTab(); in Format() local
359 if( pLastTab == this ) in Format()
361 if( pLastTab ) in Format()
362 pLastTab->PostFormat( rInf ); in Format()
H A Dinftxt.hxx533 SwTabPortion *pLastTab; // die _letzte_ TabPortion member in SwTxtFormatInfo
680 inline SwTabPortion *GetLastTab() { return pLastTab; } in GetLastTab()
681 inline void SetLastTab( SwTabPortion *pNew ) { pLastTab = pNew; } in SetLastTab()
H A Ditrform2.cxx722 SwTabPortion *pLastTab = rInf.GetLastTab(); in BuildPortions() local
723 if( pLastTab ) in BuildPortions()
724 pLastTab->FormatEOL( rInf ); in BuildPortions()
H A Dinftxt.cxx1524 pLastTab = 0; in Init()
1555 pLastTab = NULL; in SwTxtFormatInfo()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1183 ImplTabItem * pLastTab = NULL; in ImplPaint() local
1191 pLastTab = &mpTabCtrlData->maItemList.back(); in ImplPaint()
1196 pLastTab = &mpTabCtrlData->maItemList.back(); in ImplPaint()
1211 ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint()
1227 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx2028 SvLBoxTab* pLastTab = GetLastTab(SV_LBOXTAB_SHOW_SELECTION,nLastTab); in GetFocusRect() local
2031 pLastTab = (SvLBoxTab*)aTabs.GetObject( nLastTab ); in GetFocusRect()
2033 pLastTab = 0; // ueber gesamte Breite selektieren in GetFocusRect()
2034 aSize.Width() = pLastTab ? pLastTab->GetPos() : 0x0fffffff; in GetFocusRect()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx3051 SwFrm *pLastTab = 0; in Notify_Background() local
3072 if ( pTab != pLastTab ) in Notify_Background()
3074 pLastTab = pTab; in Notify_Background()

Completed in 77 milliseconds