Home
last modified time | relevance | path

Searched refs:mnOut (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx220 mnOut(0), in CellAppearancePropertyPanel()
402 mpCellLineStylePopup->SetLineStyleSelect(mnOut, mnIn, mnDis); in IMPL_LINK()
534 mnOut = 0; in NotifyItemUpdate()
548 mnOut = mbLineItem->GetOutWidth(); in NotifyItemUpdate()
551 if(mnIn == 0 && mnOut == 0 && mnDis == 0) in NotifyItemUpdate()
756 if(mnOut == DEF_LINE_WIDTH_0 && mnIn == 0 && mnDis == 0) //1 in SetStyleIcon()
758 else if(mnOut == DEF_LINE_WIDTH_2 && mnIn == 0 && mnDis == 0) //2 in SetStyleIcon()
760 else if(mnOut == DEF_LINE_WIDTH_3 && mnIn == 0 && mnDis == 0) //3 in SetStyleIcon()
762 else if(mnOut == DEF_LINE_WIDTH_4 && mnIn == 0 && mnDis == 0) //4 in SetStyleIcon()
764 …else if(mnOut == DEF_DOUBLE_LINE0_OUT && mnIn == DEF_DOUBLE_LINE0_IN && mnDis == DEF_DOUBLE_LINE0_… in SetStyleIcon()
[all …]
H A DCellAppearancePropertyPanel.hxx141 sal_uInt16 mnOut; member in sc::sidebar::CellAppearancePropertyPanel
/AOO41X/main/sw/source/filter/ww8/
H A Dww8struc.hxx285 sal_uInt16 mnOut; member in WW8_BordersSO
H A Dww8graf.cxx1668 aLine.SetOutWidth(rBorders.mnOut); in MatchSdrBoxIntoFlyBoxItem()
H A Dww8par6.cxx1474 aLine.SetOutWidth(rBorders.mnOut); in GetLineIndex()