Home
last modified time | relevance | path

Searched refs:pRuler_Imp (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svx/source/dialog/
H A Dsvxruler.cxx336 pRuler_Imp(new SvxRuler_Impl), in SvxRuler()
445 pRuler_Imp->nControlerItems=i; in SvxRuler()
488 delete pRuler_Imp; in ~SvxRuler()
606 ( pRuler_Imp->aProtectItem.IsSizeProtected() || in UpdateFrame()
607 pRuler_Imp->aProtectItem.IsPosProtected() ) ? in UpdateFrame()
670 pRuler_Imp->nColLeftPix = (sal_uInt16) ConvertSizePixel(pColumnItem->GetLeft()); in UpdateFrame()
671 pRuler_Imp->nColRightPix = (sal_uInt16) ConvertSizePixel(pColumnItem->GetRight()); in UpdateFrame()
773 if( pItem ) pRuler_Imp->aProtectItem = *pItem; in Update()
782 delete pRuler_Imp->pTextRTLItem; pRuler_Imp->pTextRTLItem = 0; in UpdateTextRTL()
784 pRuler_Imp->pTextRTLItem = new SfxBoolItem(*pItem); in UpdateTextRTL()
[all …]
/AOO42X/main/svx/inc/svx/
H A Druler.hxx61 SvxRuler_Impl *pRuler_Imp; member in SvxRuler