Home
last modified time | relevance | path

Searched refs:bOwnerOfPool (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditobj.cxx461 bOwnerOfPool = true; in ObjectInDestruction()
508 bOwnerOfPool = false; in EditTextObjectImpl()
513 bOwnerOfPool = true; in EditTextObjectImpl()
516 if(!bOwnerOfPool && pPool) in EditTextObjectImpl()
533 if ( !r.bOwnerOfPool ) in EditTextObjectImpl()
539 bOwnerOfPool = false; in EditTextObjectImpl()
544 bOwnerOfPool = true; in EditTextObjectImpl()
548 if (!bOwnerOfPool) in EditTextObjectImpl()
554 if (bOwnerOfPool && r.pPool) in EditTextObjectImpl()
564 if(!bOwnerOfPool && pPool) in ~EditTextObjectImpl()
[all …]
H A Deditobj2.hxx190 bool bOwnerOfPool:1; member in EditTextObjectImpl
262 bool IsOwnerOfPool() const { return bOwnerOfPool; } in IsOwnerOfPool()
H A Deditdoc.cxx1909 bOwnerOfPool(pPool == nullptr), in EditDoc()
1919 if ( bOwnerOfPool ) in ~EditDoc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditobj.cxx469 bOwnerOfPool = false; in EditTextObjectImpl()
474 bOwnerOfPool = true; in EditTextObjectImpl()
488 if ( !r.bOwnerOfPool ) in EditTextObjectImpl()
494 bOwnerOfPool = false; in EditTextObjectImpl()
499 bOwnerOfPool = true; in EditTextObjectImpl()
503 if (bOwnerOfPool && r.pPool) in EditTextObjectImpl()
H A Deditobj2.hxx183 bool bOwnerOfPool:1; member in EditTextObjectImpl
258 bool IsOwnerOfPool() const { return bOwnerOfPool; } in IsOwnerOfPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/inc/
H A Deditdoc.hxx748 bool bOwnerOfPool:1; member in EditDoc