Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx3704 OXUndoEnvironment& rUndoEnv = m_aReportModel->GetUndoEnv(); in listen() local
3705 uno::Reference< XPropertyChangeListener > xUndo = &rUndoEnv; in listen()
3721 (rUndoEnv.*pElementUndoFunction)( m_xReportDefinition->getStyleFamilies() ); in listen()
3722 (rUndoEnv.*pElementUndoFunction)( m_xReportDefinition->getFunctions() ); in listen()
3745 _bAdd ? xGroups->addContainerListener(&rUndoEnv) : xGroups->removeContainerListener(&rUndoEnv); in listen()
3754 (rUndoEnv.*pElementUndoFunction)( xGroup ); in listen()
3755 (rUndoEnv.*pElementUndoFunction)( xGroup->getFunctions() ); in listen()
3911 OXUndoEnvironment& rUndoEnv = m_aReportModel->GetUndoEnv(); in modifyGroup() local
3917 rUndoEnv.AddElement( xGroup->getFunctions() ); in modifyGroup()
3930 rUndoEnv.RemoveElement( xGroup->getFunctions() ); in modifyGroup()

Completed in 49 milliseconds