Lines Matching refs:ScFormulaDlg

73 ScDocument*	ScFormulaDlg::pDoc = NULL;
74 ScAddress ScFormulaDlg::aCursorPos;
82 ScFormulaDlg::ScFormulaDlg( SfxBindings* pB, SfxChildWindow* pCW, in ScFormulaDlg() function in ScFormulaDlg
211 void ScFormulaDlg::notifyChange() in notifyChange()
220 void ScFormulaDlg::fill() in fill()
269 __EXPORT ScFormulaDlg::~ScFormulaDlg() in ~ScFormulaDlg()
283 sal_Bool ScFormulaDlg::IsInputHdl(ScInputHandler* pHdl) in IsInputHdl()
302 ScInputHandler* ScFormulaDlg::GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh) in GetNextInputHandler()
324 sal_Bool __EXPORT ScFormulaDlg::Close() in Close()
333 bool ScFormulaDlg::calculateValue( const String& rStrExp, String& rStrResult ) in calculateValue()
402 void ScFormulaDlg::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ) in RefInputStart()
408 void ScFormulaDlg::RefInputDone( sal_Bool bForced ) in RefInputDone()
414 void ScFormulaDlg::SetReference( const ScRange& rRef, ScDocument* pRefDoc ) in SetReference()
461 sal_Bool ScFormulaDlg::IsRefInputMode() const in IsRefInputMode()
468 sal_Bool ScFormulaDlg::IsDocAllowed(SfxObjectShell* pDocSh) const in IsDocAllowed()
478 void ScFormulaDlg::SetActive() in SetActive()
488 void ScFormulaDlg::SaveLRUEntry(const ScFuncDesc* pFuncDescP) in SaveLRUEntry()
497 void ScFormulaDlg::doClose(sal_Bool /*_bOk*/) in doClose()
501 void ScFormulaDlg::insertEntryToLRUList(const formula::IFunctionDescription* _pDesc) in insertEntryToLRUList()
506 void ScFormulaDlg::showReference(const String& _sFormula) in showReference()
510 void ScFormulaDlg::ShowReference(const String& _sFormula) in ShowReference()
514 void ScFormulaDlg::HideReference( sal_Bool bDoneRefMode ) in HideReference()
518 void ScFormulaDlg::ViewShellChanged( ScTabViewShell* pScViewShell ) in ViewShellChanged()
522 void ScFormulaDlg::AddRefEntry( ) in AddRefEntry()
526 sal_Bool ScFormulaDlg::IsTableLocked( ) const in IsTableLocked()
531 void ScFormulaDlg::ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton) in ToggleCollapsed()
535 void ScFormulaDlg::ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton) in ReleaseFocus()
539 void ScFormulaDlg::dispatch(sal_Bool _bOK,sal_Bool _bMartixChecked) in dispatch()
558 void ScFormulaDlg::setDispatcherLock( sal_Bool bLock ) in setDispatcherLock()
562 void ScFormulaDlg::setReferenceInput(const formula::FormEditData* _pData) in setReferenceInput()
568 void ScFormulaDlg::deleteFormData() in deleteFormData()
573 void ScFormulaDlg::clear() in clear()
586 void ScFormulaDlg::switchBack() in switchBack()
614 formula::FormEditData* ScFormulaDlg::getFormEditData() const in getFormEditData()
619 void ScFormulaDlg::setCurrentFormula(const String& _sReplacement) in setCurrentFormula()
624 void ScFormulaDlg::setSelection(xub_StrLen _nStart,xub_StrLen _nEnd) in setSelection()
629 void ScFormulaDlg::getSelection(xub_StrLen& _nStart,xub_StrLen& _nEnd) const in getSelection()
634 String ScFormulaDlg::getCurrentFormula() const in getCurrentFormula()
639 formula::IFunctionManager* ScFormulaDlg::getFunctionManager() in getFunctionManager()
643 uno::Reference< sheet::XFormulaParser> ScFormulaDlg::getFormulaParser() const in getFormulaParser()
647 uno::Reference< sheet::XFormulaOpCodeMapper> ScFormulaDlg::getFormulaOpCodeMapper() const in getFormulaOpCodeMapper()
652 table::CellAddress ScFormulaDlg::getReferencePosition() const in getReferencePosition()
657 ::std::auto_ptr<formula::FormulaTokenArray> ScFormulaDlg::convertToTokenArray(const uno::Sequence< … in convertToTokenArray()