Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dconditio.cxx470 void lcl_CondUpdateInsertTab( ScTokenArray& rCode, SCTAB nInsTab, SCTAB nPosTab, sal_Bool& rChanged in lcl_CondUpdateInsertTab() argument
485 rChanged = sal_True; in lcl_CondUpdateInsertTab()
494 rChanged = sal_True; in lcl_CondUpdateInsertTab()
979 void ScConditionEntry::SourceChanged( const ScAddress& rChanged ) in SourceChanged() argument
1005 nCol2 = rChanged.Col() - aProv.Ref1.nRelCol; in SourceChanged()
1008 bHit &= ( rChanged.Col() >= aProv.Ref1.nCol ); in SourceChanged()
1012 nRow2 = rChanged.Row() - aProv.Ref1.nRelRow; in SourceChanged()
1015 bHit &= ( rChanged.Row() >= aProv.Ref1.nRow ); in SourceChanged()
1019 nTab2 = rChanged.Tab() - aProv.Ref1.nRelTab; in SourceChanged()
1022 bHit &= ( rChanged.Tab() >= aProv.Ref1.nTab ); in SourceChanged()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx4197 sal_Bool& rChanged, sal_Bool& rRefSizeChanged ) in UpdateReference() argument
4199 rChanged = rRefSizeChanged = sal_False; in UpdateReference()
4221 rChanged = sal_True; in UpdateReference()
4261 rChanged = sal_True; in UpdateReference()
4290 rChanged = sal_True; in UpdateReference()
4315 rChanged = sal_True; in UpdateReference()
4328 rChanged = sal_True; in UpdateReference()
4366 rChanged = sal_True; in UpdateReference()
4375 rChanged = sal_True; in UpdateReference()
4396 rChanged = sal_True; in UpdateReference()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx124 const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence()
132 rChanged, bRecheck); in ApplyChangedSentence()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlfld.cxx287 const String& rChanged = xDocProps->getModifiedBy(); in NewField() local
290 (rChanged.Len() ? rUser != rChanged : rUser != rCreated) ) in NewField()
/AOO41X/main/sc/source/ui/view/
H A Dspelldialog.cxx102 void ScSpellDialogChildWindow::ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRe… in ApplyChangedSentence() argument
106 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
/AOO41X/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx459 void SwSpellDialogChildWindow::ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bReche… in ApplyChangedSentence() argument
479 pWrtShell->ApplyChangedSentence(rChanged, bRecheck); in ApplyChangedSentence()
484 …liner->ApplyChangedSentence(pDrView->GetTextEditOutlinerView()->GetEditView(), rChanged, bRecheck); in ApplyChangedSentence()
/AOO41X/main/sc/inc/
H A Dcompiler.hxx431 sal_Bool& rChanged, sal_Bool bSharedFormula = sal_False);
436 sal_Bool& rChanged, sal_Bool& rRefSizeChanged );
H A Dconditio.hxx149 void SourceChanged( const ScAddress& rChanged );
/AOO41X/main/sd/source/ui/inc/
H A DSpellDialogChildWindow.hxx66 virtual void ApplyChangedSentence(const ::svx::SpellPortions& rChanged, bool bRecheck);
/AOO41X/main/svx/inc/svx/
H A DSpellDialogChildWindow.hxx80 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck ) = 0;
/AOO41X/main/sw/source/ui/inc/
H A DSwSpellDialogChildWindow.hxx48 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck);
/AOO41X/main/sc/source/ui/inc/
H A Dspelldialog.hxx69 virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );