Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx219 mnIn(0), in CellAppearancePropertyPanel()
402 mpCellLineStylePopup->SetLineStyleSelect(mnOut, mnIn, mnDis); in IMPL_LINK()
533 mnIn = 0; in NotifyItemUpdate()
547 mnIn = mbLineItem->GetInWidth(); 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.hxx140 sal_uInt16 mnIn; member in sc::sidebar::CellAppearancePropertyPanel
/AOO41X/main/sw/source/filter/ww8/
H A Dww8struc.hxx286 sal_uInt16 mnIn; member in WW8_BordersSO
H A Dww8graf.cxx1669 aLine.SetInWidth (rBorders.mnIn); in MatchSdrBoxIntoFlyBoxItem()
H A Dww8par6.cxx1475 aLine.SetInWidth(rBorders.mnIn); in GetLineIndex()