Searched refs:aLayoutSize (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sd/source/core/ |
| H A D | sdpage.cxx | 1074 Size aLayoutSize ( GetSize() ); in GetLayoutRect() local 1075 aLayoutSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetLayoutRect() 1076 aLayoutSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetLayoutRect() 1080 aLayoutPos.X() += long( aLayoutSize.Width() * 0.05 ); in GetLayoutRect() 1081 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.234 ); in GetLayoutRect() 1082 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.9 ); in GetLayoutRect() 1083 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.66 ); in GetLayoutRect() 1085 aLayoutRect.SetSize(aLayoutSize); in GetLayoutRect() 1089 aLayoutPos.X() += long( aLayoutSize.Width() * 0.1 ); in GetLayoutRect() 1090 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.475 ); in GetLayoutRect() [all …]
|
| /AOO41X/main/svx/source/sidebar/ |
| H A D | PanelFactory.cxx | 140 ui::LayoutSize aLayoutSize (-1,-1,-1); in createUIElement() local 174 aLayoutSize = ui::LayoutSize(300,-1,400); in createUIElement() 179 aLayoutSize = ui::LayoutSize(0,-1,-1); in createUIElement() 184 aLayoutSize = ui::LayoutSize(300,-1,400); in createUIElement() 189 aLayoutSize = ui::LayoutSize(45,45,45); in createUIElement() 194 aLayoutSize = ui::LayoutSize(20,25,25); in createUIElement() 199 aLayoutSize = ui::LayoutSize(20,-1, 50); in createUIElement() 209 aLayoutSize); in createUIElement()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | sdxmlexp.cxx | 335 Size aLayoutSize(aPageInnerSize); in ImpXMLAutoLayoutInfo() local 339 aLayoutPos.X() += long( aLayoutSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo() 340 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.472 ); in ImpXMLAutoLayoutInfo() 341 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.854 ); in ImpXMLAutoLayoutInfo() 342 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.444 ); in ImpXMLAutoLayoutInfo() 374 aLayoutPos.X() + long( aLayoutSize.Width() * 0.0735 ), in ImpXMLAutoLayoutInfo() 375 aLayoutPos.Y() + long( aLayoutSize.Height() * 0.472 )); in ImpXMLAutoLayoutInfo() 377 long( aLayoutSize.Width() * 0.854 ), in ImpXMLAutoLayoutInfo() 378 long( aLayoutSize.Height() * 0.444 )); in ImpXMLAutoLayoutInfo() 382 aLayoutSize.Width() = (aClassicLPos.X() + aClassicLSize.Width()) in ImpXMLAutoLayoutInfo() [all …]
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | DeckLayouter.cxx | 307 ui::LayoutSize aLayoutSize (ui::LayoutSize(0,0,0)); in GetRequestedSizes() local 330 aLayoutSize = xPanel->getHeightForWidth(rContentBox.GetWidth()); in GetRequestedSizes() 332 aLayoutSize = ui::LayoutSize(MinimalPanelHeight, -1, 0); in GetRequestedSizes() 335 iItem->maLayoutSize = aLayoutSize; in GetRequestedSizes()
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | PanelFactory.cxx | 176 css::ui::LayoutSize aLayoutSize (-1,-1,-1); in createUIElement() local 206 aLayoutSize); in createUIElement()
|