Searched refs:_nUndoStrId (Results 1 – 2 of 2) sorted by relevance
217 …void executeMethodWithUndo(sal_uInt16 _nUndoStrId,const ::std::mem_fun_t<void,ODesignView>& _pMemf…218 …void alignControlsWithUndo(sal_uInt16 _nUndoStrId,sal_Int32 _nControlModification,bool _bAlignAtSe…233 …void shrinkSection(sal_uInt16 _nUndoStrId, ::com::sun::star::uno::Reference< ::com::sun::star::rep…
2606 void OReportController::executeMethodWithUndo(sal_uInt16 _nUndoStrId,const ::std::mem_fun_t<void,OD… in executeMethodWithUndo() argument2608 const String sUndoAction = String((ModuleRes(_nUndoStrId))); in executeMethodWithUndo()2615 void OReportController::alignControlsWithUndo(sal_uInt16 _nUndoStrId,sal_Int32 _nControlModificatio… in alignControlsWithUndo() argument2617 const String sUndoAction = String((ModuleRes(_nUndoStrId))); in alignControlsWithUndo()2698 void OReportController::shrinkSection(sal_uInt16 _nUndoStrId, uno::Reference<report::XSection> _xSe… in shrinkSection() argument2702 const String sUndoAction = String((ModuleRes(_nUndoStrId))); in shrinkSection()
Completed in 37 milliseconds