Home
last modified time | relevance | path

Searched refs:pParaBorderItem (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/inc/svx/
H A Druler.hxx56 SvxLRSpaceItem *pParaBorderItem; //Border distance member in SvxRuler
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx331 pParaBorderItem(0), in SvxRuler()
480 delete pParaBorderItem; in ~SvxRuler()
1000 if(pParaBorderItem) in UpdatePara()
1055 delete pParaBorderItem; pParaBorderItem = 0; in UpdateParaBorder()
1549 nLeft += pParaBorderItem->GetLeft(); in GetLeftFrameMargin()
1586 nRet -= pParaBorderItem->GetRight(); in GetRightFrameMargin()
1601 if(pParaBorderItem && in GetRightFrameMargin()
1603 l += pParaBorderItem->GetRight(); in GetRightFrameMargin()
2416 if(pParaBorderItem) in ApplyIndents()
2418 nNewTxtLeft += pParaBorderItem->GetLeft() + pParaBorderItem->GetRight(); in ApplyIndents()
[all …]

Completed in 31 milliseconds