Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Drefupdatecontext.hxx39 bool isNameUpdated(SCTAB nTab, sal_uInt16 nIndex) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Drefupdatecontext.hxx38 bool isNameUpdated(SCTAB nTab, sal_uInt16 nIndex) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Drefupdatecontext.cxx42 bool UpdatedRangeNames::isNameUpdated(SCTAB nTab, sal_uInt16 nIndex) const in isNameUpdated() function in sc::UpdatedRangeNames
H A Ddocument10.cxx555 if (rIndexes.isNameUpdated( nTokenTab, nTokenIndex)) in FindRangeNamesReferencingSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Drefupdatecontext.cxx43 bool UpdatedRangeNames::isNameUpdated(SCTAB nTab, sal_uInt16 nIndex) const in isNameUpdated() function in sc::UpdatedRangeNames
H A Ddocument10.cxx603 if (rIndexes.isNameUpdated( nTokenTab, nTokenIndex)) in FindRangeNamesReferencingSheet()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_item_components.h153 bool isNameUpdated() const;
H A Dhistory_item_components.cpp297 bool HistoryMessageReply::isNameUpdated() const { in isNameUpdated() function in HistoryMessageReply
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_message.cpp715 if (reply->isNameUpdated()) { in draw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dtoken.cxx3037 return rUpdatedNames.isNameUpdated(nTab, rToken.GetIndex()); in isNameModified()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dtoken.cxx3030 return rUpdatedNames.isNameUpdated(nTab, rToken.GetIndex()); in isNameModified()