Lines Matching refs:aTabStop
2507 SvxTabStop aTabStop = (*pTabStopItem)[j]; in ApplyTabs() local
2508 aTabStop.GetTabPos() = PixelHAdjust( in ApplyTabs()
2512 aTabStop.GetTabPos()); in ApplyTabs()
2513 pItem->Insert(aTabStop); in ApplyTabs()
2522 SvxTabStop aTabStop = (*pTabStopItem)[nCoreIdx]; in ApplyTabs() local
2525 aTabStop.GetTabPos() = pRuler_Imp->lMaxRightLogic-lLogicNullOffset; in ApplyTabs()
2535 aTabStop.GetTabPos() = PixelHAdjust( in ApplyTabs()
2537 aTabStop.GetTabPos()); in ApplyTabs()
2546 aTabStop.GetTabPos() = PixelHAdjust( in ApplyTabs()
2548 … aTabStop.GetTabPos() ); in ApplyTabs()
2552 pTabStopItem->Insert(aTabStop); in ApplyTabs()
2867 SvxTabStop aTabStop(ConvertHPosLogic(nTabPos), in Click() local
2869 pTabStopItem->Insert(aTabStop); in Click()
3718 SvxTabStop aTabStop = (*pTabStopItem)[pRuler_Imp->nIdx]; in IMPL_LINK_INLINE_END() local
3719 aTabStop.GetAdjustment() = ToAttrTab_Impl(pMenu->GetCurItemId()-1); in IMPL_LINK_INLINE_END()
3721 pTabStopItem->Insert(aTabStop); in IMPL_LINK_INLINE_END()