Searched refs:SetGridWidth (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 92 maLayouter.GetCell(0,0).SetControl(*mpFtBrightness).SetGridWidth(2); in GraphicPropertyPanel() 93 maLayouter.GetCell(1,0).SetControl(*mpMtrBrightness).SetGridWidth(2); in GraphicPropertyPanel() 95 maLayouter.GetCell(0,3).SetControl(*mpFtContrast).SetGridWidth(2); in GraphicPropertyPanel() 96 maLayouter.GetCell(1,3).SetControl(*mpMtrContrast).SetGridWidth(2); in GraphicPropertyPanel() 98 maLayouter.GetCell(2,0).SetControl(*mpFtColorMode).SetGridWidth(2); in GraphicPropertyPanel() 99 maLayouter.GetCell(3,0).SetControl(*mpLBColorMode).SetGridWidth(2); in GraphicPropertyPanel() 101 maLayouter.GetCell(2,3).SetControl(*mpFtTrans).SetGridWidth(2); in GraphicPropertyPanel() 102 maLayouter.GetCell(3,3).SetControl(*mpMtrTrans).SetGridWidth(2); in GraphicPropertyPanel()
|
/trunk/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 216 maLayouter.GetCell(0,0).SetControl(maFtOrientation).SetGridWidth(2); in PagePropertyPanel() 219 maLayouter.GetCell(0,3).SetControl(maFtMargin).SetGridWidth(2); in PagePropertyPanel() 222 maLayouter.GetCell(2,0).SetControl(maFtSize).SetGridWidth(2); in PagePropertyPanel() 225 maLayouter.GetCell(2,3).SetControl(maFtColumn).SetGridWidth(2); in PagePropertyPanel()
|
/trunk/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1691 maLayouter.GetCell(0,0).SetControl(*mpFTUL).SetGridWidth(2); in ParaPropertyPanel() 1692 maLayouter.GetCell(1,0).SetControl(*mpTbxUL_IncDecBackground).SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel() 1694 maLayouter.GetCell(0,3).SetControl(*mpFTIndent).SetGridWidth(2); in ParaPropertyPanel() 1697 .SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel() 1700 .SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel() 1705 maLayouter.GetCell(4,0).SetControl(*mpLineSPTbxBackground).SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 95 CellDescriptor& SetGridWidth (const sal_Int32 nColumnCount);
|
/trunk/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 156 maLayouter.GetCell(4,0).SetControl(*mpCbxScale).SetGridWidth(3); in PosSizePropertyPanel() 157 maLayouter.GetCell(5,0).SetControl(*mpFtAngle).SetGridWidth(3); in PosSizePropertyPanel()
|
/trunk/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 146 maLayouter.GetCell(0,0).SetControl(*mpColorTextFT).SetGridWidth(3); in AreaPropertyPanel() 151 maLayouter.GetCell(2,0).SetControl(*mpTrspTextFT).SetGridWidth(3); in AreaPropertyPanel()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 169 CellDescriptor& CellDescriptor::SetGridWidth (const sal_Int32 nColumnCount) in SetGridWidth() function in sfx2::sidebar::CellDescriptor
|
/trunk/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.cxx | 258 maLayouter.GetCell(4,0).SetControl(*mpFTArrow).SetGridWidth(3); in LinePropertyPanel()
|
Completed in 37 milliseconds