/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleScrollPanel.cxx | 99 ScrollPanel& rPanel (GetScrollPanel()); in getAccessibleChild() local 111 if (rPanel.IsVerticalScrollBarVisible()) in getAccessibleChild() 112 xChild = rPanel.GetVerticalScrollBar().GetAccessible(); in getAccessibleChild() 113 else if (rPanel.IsHorizontalScrollBarVisible()) in getAccessibleChild() 114 xChild = rPanel.GetHorizontalScrollBar().GetAccessible(); in getAccessibleChild() 118 if (rPanel.IsVerticalScrollBarVisible() && rPanel.IsHorizontalScrollBarVisible()) in getAccessibleChild() 119 xChild = rPanel.GetHorizontalScrollBar().GetAccessible(); in getAccessibleChild()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | DeckLayouter.cxx | 218 Panel& rPanel (*iItem->mpPanel); in PlacePanels() local 225 PanelTitleBar* pTitleBar = rPanel.GetTitleBar(); in PlacePanels() 240 if (rPanel.IsExpanded()) in PlacePanels() 242 rPanel.Show(); in PlacePanels() 264 rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight); in PlacePanels() 265 rPanel.Invalidate(); in PlacePanels() 271 rPanel.Hide(); in PlacePanels()
|
H A D | Deck.cxx | 323 void Deck::ShowPanel (const Panel& rPanel) in ShowPanel() argument 328 sal_Int32 nPanelTop (rPanel.GetPosPixel().Y()); in ShowPanel() 329 const sal_Int32 nPanelBottom (nPanelTop + rPanel.GetSizePixel().Height() - 1); in ShowPanel() 331 if (rPanel.GetTitleBar() != NULL && rPanel.GetTitleBar()->IsVisible()) in ShowPanel() 332 nPanelTop = rPanel.GetTitleBar()->GetPosPixel().Y(); in ShowPanel()
|
H A D | FocusManager.cxx | 319 Panel& rPanel (*maPanels[nPanelIndex]); in FocusPanel() local 320 TitleBar* pTitleBar = rPanel.GetTitleBar(); in FocusPanel() 323 rPanel.SetExpanded(true); in FocusPanel() 342 maShowPanelFunctor(rPanel); in FocusPanel()
|
/aoo41x/main/sw/source/ui/sidebar/ |
H A D | PageOrientationControl.cxx | 36 PagePropertyPanel& rPanel, in PageOrientationControl() argument 41 , mrPagePropPanel(rPanel) in PageOrientationControl()
|
H A D | PageColumnControl.cxx | 39 PagePropertyPanel& rPanel, in PageColumnControl() argument 46 , mrPagePropPanel(rPanel) in PageColumnControl()
|
H A D | PageSizeControl.cxx | 43 PagePropertyPanel& rPanel, in PageSizeControl() argument 53 , mrPagePropPanel(rPanel) in PageSizeControl()
|
H A D | PageMarginControl.cxx | 43 PagePropertyPanel& rPanel, in PageMarginControl() argument 78 , mrPagePropPanel(rPanel) in PageMarginControl()
|
H A D | PageOrientationControl.hxx | 42 PagePropertyPanel& rPanel,
|
H A D | PageColumnControl.hxx | 47 PagePropertyPanel& rPanel,
|
H A D | PageSizeControl.hxx | 50 PagePropertyPanel& rPanel,
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaBulletsControl.cxx | 41 svx::sidebar::ParaPropertyPanel& rPanel ) in ParaBulletsControl() argument 45 , mrParaPropertyPanel( rPanel ) in ParaBulletsControl()
|
H A D | ParaNumberingControl.cxx | 62 svx::sidebar::ParaPropertyPanel& rPanel ) in ParaNumberingControl() argument 66 , mrParaPropertyPanel( rPanel ) in ParaNumberingControl()
|
H A D | ParaBulletsControl.hxx | 51 ParaBulletsControl(Window* pParent, svx::sidebar::ParaPropertyPanel& rPanel);
|
H A D | ParaNumberingControl.hxx | 54 svx::sidebar::ParaPropertyPanel& rPanel);
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleControl.cxx | 38 CellLineStyleControl::CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel) in CellLineStyleControl() argument 40 mrCellAppearancePropertyPanel(rPanel), in CellLineStyleControl()
|
H A D | CellBorderStyleControl.cxx | 46 CellBorderStyleControl::CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel) in CellBorderStyleControl() argument 48 mrCellAppearancePropertyPanel(rPanel), in CellBorderStyleControl()
|
H A D | CellBorderStyleControl.hxx | 53 CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel);
|
H A D | CellLineStyleControl.hxx | 51 CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel);
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextUnderlineControl.cxx | 39 svx::sidebar::TextPropertyPanel& rPanel, in TextUnderlineControl() argument 42 , mrTextPropertyPanel(rPanel) in TextUnderlineControl()
|
H A D | TextCharacterSpacingControl.cxx | 38 svx::sidebar::TextPropertyPanel& rPanel, in TextCharacterSpacingControl() argument 41 , mrTextPropertyPanel(rPanel) in TextCharacterSpacingControl()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthControl.cxx | 42 LinePropertyPanel& rPanel) in LineWidthControl() argument 44 mrLinePropertyPanel(rPanel), in LineWidthControl()
|
H A D | LineWidthControl.hxx | 38 LineWidthControl (Window* pParent, LinePropertyPanel& rPanel);
|
/aoo41x/main/svx/source/sidebar/area/ |
H A D | AreaTransparencyGradientControl.cxx | 60 AreaPropertyPanel& rPanel) in AreaTransparencyGradientControl() argument 78 mrAreaPropertyPanel(rPanel), in AreaTransparencyGradientControl()
|
H A D | AreaTransparencyGradientControl.hxx | 41 AreaPropertyPanel& rPanel);
|