Searched refs:pLastTab (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | txttab.cxx | 86 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 D | inftxt.hxx | 533 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 D | itrform2.cxx | 722 SwTabPortion *pLastTab = rInf.GetLastTab(); in BuildPortions() local 723 if( pLastTab ) in BuildPortions() 724 pLastTab->FormatEOL( rInf ); in BuildPortions()
|
H A D | inftxt.cxx | 1512 pLastTab = 0; in Init() 1543 pLastTab = NULL; in SwTxtFormatInfo()
|
/aoo4110/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1185 ImplTabItem * pLastTab = NULL; in ImplPaint() local 1193 pLastTab = &mpTabCtrlData->maItemList.back(); in ImplPaint() 1198 pLastTab = &mpTabCtrlData->maItemList.back(); in ImplPaint() 1213 … ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint() 1229 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 2028 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 3035 SwFrm *pLastTab = 0; in Notify_Background() local 3056 if ( pTab != pLastTab ) in Notify_Background() 3058 pLastTab = pTab; in Notify_Background()
|
Completed in 74 milliseconds