Home
last modified time | relevance | path

Searched refs:VCLXHatchWindow (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svtools/source/hatchwindow/ !
H A Dhatchwindow.cxx37 VCLXHatchWindow::VCLXHatchWindow() in VCLXHatchWindow() function in VCLXHatchWindow
43 VCLXHatchWindow::~VCLXHatchWindow() in ~VCLXHatchWindow()
47 void VCLXHatchWindow::initializeWindow( const uno::Reference< awt::XWindowPeer >& xParent, in initializeWindow()
74 void VCLXHatchWindow::QueryObjAreaPixel( Rectangle & aRect ) in QueryObjAreaPixel()
91 void VCLXHatchWindow::RequestObjAreaPixel( const Rectangle & aRect ) in RequestObjAreaPixel()
107 void VCLXHatchWindow::InplaceDeactivate() in InplaceDeactivate()
116 uno::Any SAL_CALL VCLXHatchWindow::queryInterface( const uno::Type & rType ) in queryInterface()
133 void SAL_CALL VCLXHatchWindow::acquire() in acquire()
139 void SAL_CALL VCLXHatchWindow::release() in release()
145 uno::Sequence< uno::Type > SAL_CALL VCLXHatchWindow::getTypes() in getTypes()
[all …]
H A Dipwin.hxx77 class VCLXHatchWindow;
85 VCLXHatchWindow* m_pWrapper;
87 SvResizeWindow( Window* pParent, VCLXHatchWindow* pWrapper );
H A Dhatchwindow.hxx33 class VCLXHatchWindow : public ::com::sun::star::embed::XHatchWindow, class
41 VCLXHatchWindow();
42 ~VCLXHatchWindow();
H A Dhatchwindowfactory.cxx70 VCLXHatchWindow* pResult = new VCLXHatchWindow(); in createHatchWindowInstance()
H A Dipwin.cxx457 VCLXHatchWindow* pWrapper in SvResizeWindow()