Searched refs:aLayoutSize (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sd/source/core/ |
| H A D | sdpage.cxx | 1060 Size aLayoutSize ( GetSize() ); in GetLayoutRect() local 1061 aLayoutSize.Width() -= GetLftBorder() + GetRgtBorder(); in GetLayoutRect() 1062 aLayoutSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetLayoutRect() 1066 aLayoutPos.X() += long( aLayoutSize.Width() * 0.05 ); in GetLayoutRect() 1067 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.234 ); in GetLayoutRect() 1068 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.9 ); in GetLayoutRect() 1069 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.66 ); in GetLayoutRect() 1071 aLayoutRect.SetSize(aLayoutSize); in GetLayoutRect() 1075 aLayoutPos.X() += long( aLayoutSize.Width() * 0.1 ); in GetLayoutRect() 1076 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.475 ); in GetLayoutRect() [all …]
|
| /trunk/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()
|
| /trunk/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 …]
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | DeckLayouter.cxx | 309 ui::LayoutSize aLayoutSize (ui::LayoutSize(0,0,0)); in GetRequestedSizes() local 332 aLayoutSize = xPanel->getHeightForWidth(rContentBox.GetWidth()); in GetRequestedSizes() 334 aLayoutSize = ui::LayoutSize(MinimalPanelHeight, -1, 0); in GetRequestedSizes() 337 iItem->maLayoutSize = aLayoutSize; in GetRequestedSizes()
|
| /trunk/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()
|