Home
last modified time | relevance | path

Searched refs:nNotifyingCount (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdoedge.hxx145 sal_uInt16 nNotifyingCount; // Locking member in SdrEdgeObj
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdoedge.hxx145 sal_uInt16 nNotifyingCount; // Locking member in SdrEdgeObj
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdoedge.cxx159 nNotifyingCount(0), in SdrEdgeObj()
174 nNotifyingCount(0), in SdrEdgeObj()
1623 if (nNotifyingCount!=0)return; in Notify()
1626 nNotifyingCount++; in Notify()
1646 nNotifyingCount--; in Notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdoedge.cxx163 nNotifyingCount(0), in SdrEdgeObj()
1606 if (nNotifyingCount==0) { // a locking flag in Notify()
1607 nNotifyingCount++; in Notify()
1627 nNotifyingCount--; in Notify()