Lines Matching refs:OTableGrantControl

71 DBG_NAME(OTableGrantControl)  in DBG_NAME()  argument
76 OTableGrantControl::OTableGrantControl( Window* pParent,const ResId& _RsId) in DBG_NAME()
84 DBG_CTOR(OTableGrantControl,NULL); in DBG_NAME()
103 OTableGrantControl::~OTableGrantControl() in ~OTableGrantControl()
105 DBG_DTOR(OTableGrantControl,NULL); in ~OTableGrantControl()
118 void OTableGrantControl::setTablesSupplier(const Reference< XTablesSupplier >& _xTablesSup) in setTablesSupplier()
136 void OTableGrantControl::setORB(const Reference< ::com::sun::star::lang::XMultiServiceFactory>& _xO… in setORB()
141 void OTableGrantControl::UpdateTables() in UpdateTables()
150 void OTableGrantControl::Init() in Init()
152 DBG_CHKTHIS(OTableGrantControl,NULL); in Init()
177 void OTableGrantControl::Resize() in Resize()
179 DBG_CHKTHIS(OTableGrantControl,NULL); in Resize()
184 long OTableGrantControl::PreNotify(NotifyEvent& rNEvt) in PreNotify()
186 DBG_CHKTHIS(OTableGrantControl,NULL); in PreNotify()
192 … m_nDeactivateEvent = Application::PostUserEvent(LINK(this, OTableGrantControl, AsynchDeactivate)); in PreNotify()
198 m_nDeactivateEvent = Application::PostUserEvent(LINK(this, OTableGrantControl, AsynchActivate)); in PreNotify()
204 IMPL_LINK(OTableGrantControl, AsynchActivate, void*, EMPTYARG) in IMPL_LINK() argument
212 IMPL_LINK(OTableGrantControl, AsynchDeactivate, void*, EMPTYARG) in IMPL_LINK() argument
220 sal_Bool OTableGrantControl::IsTabAllowed(sal_Bool bForward) const in IsTabAllowed()
222 DBG_CHKTHIS(OTableGrantControl,NULL); in IsTabAllowed()
242 sal_Bool OTableGrantControl::SaveModified() in SaveModified()
244 DBG_CHKTHIS(OTableGrantControl,NULL); in SaveModified()
302 String OTableGrantControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText()
304 DBG_CHKTHIS(OTableGrantControl,NULL); in GetCellText()
317 void OTableGrantControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uInt16 … in InitController()
319 DBG_CHKTHIS(OTableGrantControl,NULL); in InitController()
332 void OTableGrantControl::fillPrivilege(sal_Int32 _nRow) const in fillPrivilege()
363 sal_Bool OTableGrantControl::isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const in isAllowed()
393 void OTableGrantControl::setUserName(const ::rtl::OUString _sUserName) in setUserName()
399 void OTableGrantControl::setGrantUser(const Reference< XAuthorizable>& _xGrantUser) in setGrantUser()
405 CellController* OTableGrantControl::GetController( long nRow, sal_uInt16 nColumnId ) in GetController()
407 DBG_CHKTHIS(OTableGrantControl,NULL); in GetController()
433 sal_Bool OTableGrantControl::SeekRow( long nRow ) in SeekRow()
435 DBG_CHKTHIS(OTableGrantControl,NULL); in SeekRow()
442 void OTableGrantControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnI… in PaintCell()
444 DBG_CHKTHIS(OTableGrantControl,NULL); in PaintCell()
456 String aText(((OTableGrantControl*)this)->GetCellText( m_nDataPos, nColumnId )); in PaintCell()
473 void OTableGrantControl::CellModified() in CellModified()
475 DBG_CHKTHIS(OTableGrantControl,NULL); in CellModified()
480 OTableGrantControl::TTablePrivilegeMap::const_iterator OTableGrantControl::findPrivilege(sal_Int32 … in findPrivilege()
491 Reference< XAccessible > OTableGrantControl::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nCo… in CreateAccessibleCell()