Searched refs:rChanged (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | conditio.cxx | 485 rChanged = sal_True; in lcl_CondUpdateInsertTab() 494 rChanged = sal_True; in lcl_CondUpdateInsertTab() 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() 1027 nCol1 = rChanged.Col() - aProv.Ref2.nRelCol; in SourceChanged() 1034 nRow1 = rChanged.Row() - aProv.Ref2.nRelRow; in SourceChanged() 1041 nTab1 = rChanged.Tab() - aProv.Ref2.nRelTab; in SourceChanged() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 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() 4436 rChanged = sal_True; in UpdateReference() 4450 rChanged = sal_False; in UpdateNameReference() 4484 rChanged = sal_True; in UpdateNameReference() 4675 rChanged = sal_False; in UpdateDeleteTab() 4693 rChanged = sal_True; in UpdateDeleteTab() 4707 rChanged = sal_True; in UpdateDeleteTab() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | SpellDialogChildWindow.cxx | 124 const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence() 132 rChanged, bRecheck); in ApplyChangedSentence()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 287 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 D | spelldialog.cxx | 102 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 D | SwSpellDialogChildWindow.cxx | 459 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 D | compiler.hxx | 431 sal_Bool& rChanged, sal_Bool bSharedFormula = sal_False); 436 sal_Bool& rChanged, sal_Bool& rRefSizeChanged );
|
H A D | conditio.hxx | 149 void SourceChanged( const ScAddress& rChanged );
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | SpellDialogChildWindow.hxx | 66 virtual void ApplyChangedSentence(const ::svx::SpellPortions& rChanged, bool bRecheck);
|
/aoo41x/main/svx/inc/svx/ |
H A D | SpellDialogChildWindow.hxx | 80 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck ) = 0;
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | SwSpellDialogChildWindow.hxx | 48 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck);
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | spelldialog.hxx | 69 virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );
|
Completed in 75 milliseconds