Home
last modified time | relevance | path

Searched refs:FullScreenPane (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx49 FullScreenPane::FullScreenPane ( in FullScreenPane() function in sd::framework::FullScreenPane
83 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in FullScreenPane()
112 FullScreenPane::~FullScreenPane (void) throw() in ~FullScreenPane()
119 void SAL_CALL FullScreenPane::disposing (void) in disposing()
129 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in disposing()
143 sal_Bool SAL_CALL FullScreenPane::isVisible (void) in isVisible()
157 void SAL_CALL FullScreenPane::setVisible (const sal_Bool bIsVisible) in setVisible()
171 Reference<accessibility::XAccessible> SAL_CALL FullScreenPane::getAccessible (void) in getAccessible()
185 void SAL_CALL FullScreenPane::setAccessible ( in setAccessible()
213 IMPL_LINK(FullScreenPane, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
[all …]
H A DFullScreenPane.hxx44 class FullScreenPane class
57 FullScreenPane (
61 virtual ~FullScreenPane (void) throw();
H A Dmakefile.mk47 $(SLO)$/FullScreenPane.obj \
H A DBasicPaneFactory.cxx486 new FullScreenPane( in CreateFullScreenPane()