Lines Matching refs:ModulWindowLayout
191 ModulWindow::ModulWindow( ModulWindowLayout* pParent, const ScriptDocument& rDocument, String aLibN… in ModulWindow()
1479 ModulWindowLayout::ModulWindowLayout( Window* pParent ) : in ModulWindowLayout() function in ModulWindowLayout
1493 aVSplitter.SetSplitHdl( LINK( this, ModulWindowLayout, SplitHdl ) ); in ModulWindowLayout()
1494 aHSplitter.SetSplitHdl( LINK( this, ModulWindowLayout, SplitHdl ) ); in ModulWindowLayout()
1531 ModulWindowLayout::~ModulWindowLayout() in ~ModulWindowLayout()
1536 void __EXPORT ModulWindowLayout::Resize() in Resize()
1543 void __EXPORT ModulWindowLayout::Paint( const Rectangle& ) in Paint()
1549 void ModulWindowLayout::ArrangeWindows() in ArrangeWindows()
1620 IMPL_LINK( ModulWindowLayout, SplitHdl, Splitter *, pSplitter ) in IMPL_LINK() argument
1631 sal_Bool ModulWindowLayout::IsToBeDocked( DockingWindow* pDockingWindow, const Point& rPos, Rectang… in IsToBeDocked()
1665 void ModulWindowLayout::DockaWindow( DockingWindow* pDockingWindow ) in DockaWindow()
1683 void ModulWindowLayout::SetModulWindow( ModulWindow* pModWin ) in SetModulWindow()
1690 void ModulWindowLayout::DataChanged(DataChangedEvent const & rDCEvt) in DataChanged()
1727 void ModulWindowLayout::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ) in ConfigurationChanged()
1766 void ModulWindowLayout::updateSyntaxHighlighting() in updateSyntaxHighlighting()
1777 Image ModulWindowLayout::getImage(sal_uInt16 nId, bool bHighContrastMode) const in getImage()