Home
last modified time | relevance | path

Searched refs:rPanel (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/sd/source/ui/accessibility/
H A DAccessibleScrollPanel.cxx99 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()
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx220 Panel& rPanel (*iItem->mpPanel); in PlacePanels() local
227 PanelTitleBar* pTitleBar = rPanel.GetTitleBar(); in PlacePanels()
242 if (rPanel.IsExpanded()) in PlacePanels()
244 rPanel.Show(); in PlacePanels()
266 rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight); in PlacePanels()
267 rPanel.Invalidate(); in PlacePanels()
273 rPanel.Hide(); in PlacePanels()
H A DDeck.cxx323 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 DFocusManager.cxx319 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()
/trunk/main/sw/source/ui/sidebar/
H A DPageOrientationControl.cxx38 PagePropertyPanel& rPanel, in PageOrientationControl() argument
43 , mrPagePropPanel(rPanel) in PageOrientationControl()
H A DPageColumnControl.cxx41 PagePropertyPanel& rPanel, in PageColumnControl() argument
48 , mrPagePropPanel(rPanel) in PageColumnControl()
H A DPageSizeControl.cxx45 PagePropertyPanel& rPanel, in PageSizeControl() argument
55 , mrPagePropPanel(rPanel) in PageSizeControl()
H A DPageMarginControl.cxx45 PagePropertyPanel& rPanel, in PageMarginControl() argument
80 , mrPagePropPanel(rPanel) in PageMarginControl()
H A DPageOrientationControl.hxx44 PagePropertyPanel& rPanel,
H A DPageColumnControl.hxx49 PagePropertyPanel& rPanel,
H A DPageSizeControl.hxx52 PagePropertyPanel& rPanel,
/trunk/main/svx/source/sidebar/paragraph/
H A DParaBulletsControl.cxx41 svx::sidebar::ParaPropertyPanel& rPanel ) in ParaBulletsControl() argument
45 , mrParaPropertyPanel( rPanel ) in ParaBulletsControl()
H A DParaNumberingControl.cxx62 svx::sidebar::ParaPropertyPanel& rPanel ) in ParaNumberingControl() argument
66 , mrParaPropertyPanel( rPanel ) in ParaNumberingControl()
H A DParaNumberingControl.hxx54 svx::sidebar::ParaPropertyPanel& rPanel);
H A DParaBulletsControl.hxx51 ParaBulletsControl(Window* pParent, svx::sidebar::ParaPropertyPanel& rPanel);
H A DParaLineSpacingControl.cxx56 …ineSpacingControl::ParaLineSpacingControl(Window* pParent, svx::sidebar::ParaPropertyPanel& rPanel) in ParaLineSpacingControl() argument
60 mrParaPropertyPanel (rPanel), in ParaLineSpacingControl()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.cxx38 CellLineStyleControl::CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel) in CellLineStyleControl() argument
40 mrCellAppearancePropertyPanel(rPanel), in CellLineStyleControl()
H A DCellBorderStyleControl.cxx46 CellBorderStyleControl::CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel) in CellBorderStyleControl() argument
48 mrCellAppearancePropertyPanel(rPanel), in CellBorderStyleControl()
H A DCellBorderStyleControl.hxx53 CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel);
H A DCellLineStyleControl.hxx51 CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel);
/trunk/main/svx/source/sidebar/text/
H A DTextUnderlineControl.cxx41 svx::sidebar::TextPropertyPanel& rPanel, in TextUnderlineControl() argument
44 , mrTextPropertyPanel(rPanel) in TextUnderlineControl()
H A DTextCharacterSpacingControl.cxx38 svx::sidebar::TextPropertyPanel& rPanel, in TextCharacterSpacingControl() argument
41 , mrTextPropertyPanel(rPanel) in TextCharacterSpacingControl()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx42 LinePropertyPanel& rPanel) in LineWidthControl() argument
44 mrLinePropertyPanel(rPanel), in LineWidthControl()
H A DLineWidthControl.hxx38 LineWidthControl (Window* pParent, LinePropertyPanel& rPanel);
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx62 AreaPropertyPanel& rPanel) in AreaTransparencyGradientControl() argument
80 mrAreaPropertyPanel(rPanel), in AreaTransparencyGradientControl()

Completed in 85 milliseconds

12