Home
last modified time | relevance | path

Searched refs:m_aCurrentFrame (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx254 ,m_aCurrentFrame( *this ) in DBG_NAME()
288 ,m_aCurrentFrame( *this ) in OGenericUnoController()
489 stopFrameListening( m_aCurrentFrame.getFrame() ); in attachFrame()
490 Reference< XFrame > xFrame = m_aCurrentFrame.attachFrame( _rxFrame ); in attachFrame()
958 stopFrameListening( m_aCurrentFrame.getFrame() ); in disposing()
959 m_aCurrentFrame.attachFrame( NULL ); in disposing()
987 if ( aEvent.Frame == m_aCurrentFrame.getFrame() ) in frameAction()
988 m_aCurrentFrame.frameAction( aEvent.Action ); in frameAction()
1232 return m_aCurrentFrame.getFrame(); in getFrame()
1415 Reference< XDispatchProvider > xDispProv( m_aCurrentFrame.getFrame(), UNO_QUERY ); in openHelpAgent()
[all …]
H A Dbrwctrlr.cxx1643 aReturn.bEnabled = m_aCurrentFrame.isActive(); in GetState()
1658 …case ID_BROWSER_CUT: aReturn.bEnabled = m_aCurrentFrame.isActive() && bHasLen && !bIsReadOnly; bre… in GetState()
1659 case SID_COPY : aReturn.bEnabled = m_aCurrentFrame.isActive() && bHasLen; break; in GetState()
1661 aReturn.bEnabled = m_aCurrentFrame.isActive() && !bIsReadOnly; in GetState()
H A Dunodatbr.cxx1574 Reference< XPropertySet > xFrameProps( m_aCurrentFrame.getFrame(), UNO_QUERY_THROW ); in attachFrame()
1887 aReturn.bEnabled = m_aCurrentFrame.isActive(); in GetState()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppController.cxx1350 RelationDesigner aDesigner( getORB(), this, m_aCurrentFrame.getFrame() ); in Execute()
1887 … pDesigner.reset( new QueryDesigner( getORB(), this, m_aCurrentFrame.getFrame(), true ) ); in openElementWithArguments()
1892 … pDesigner.reset( new TableDesigner( getORB(), this, m_aCurrentFrame.getFrame() ) ); in openElementWithArguments()
1897 … pDesigner.reset( new QueryDesigner( getORB(), this, m_aCurrentFrame.getFrame(), false ) ); in openElementWithArguments()
1911 …pDesigner.reset( new ResultSetBrowser( getORB(), this, m_aCurrentFrame.getFrame(), _eType == E_TAB… in openElementWithArguments()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx245 …aReturn.bEnabled = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDe… in GetState()
248 …aReturn.bEnabled = m_aCurrentFrame.isActive() && getView() && static_cast<OTableDesignView*>(getVi… in GetState()
251 …aReturn.bEnabled = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDe… in GetState()
/aoo42x/main/dbaccess/inc/
H A Dgenericcontroller.hxx249 …ontrollerFrame m_aCurrentFrame; member in dbaui::OGenericUnoController
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1162 if ( Source.Source == m_aCurrentFrame.getFrame() ) in disposing()

Completed in 108 milliseconds