Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Deditobj.cxx589 if(!bOwnerOfPool && pPool && pPool == &rSfxItemPool) in ObjectInDestruction()
615 bOwnerOfPool = sal_True; in ObjectInDestruction()
656 bOwnerOfPool = sal_False; in BinTextObject()
661 bOwnerOfPool = sal_True; in BinTextObject()
664 if(!bOwnerOfPool && pPool) in BinTextObject()
688 if ( !r.bOwnerOfPool ) in BinTextObject()
694 bOwnerOfPool = sal_False; in BinTextObject()
699 bOwnerOfPool = sal_True; in BinTextObject()
703 if(!bOwnerOfPool && pPool) in BinTextObject()
709 if ( bOwnerOfPool && pPool && r.pPool ) in BinTextObject()
[all …]
H A Deditobj2.hxx196 sal_Bool bOwnerOfPool; member in BinTextObject
286 sal_Bool IsOwnerOfPool() const { return bOwnerOfPool; } in IsOwnerOfPool()
H A Deditdoc.cxx1215 bOwnerOfPool = sal_False; in EditDoc()
1220 bOwnerOfPool = sal_True; in EditDoc()
1235 if ( bOwnerOfPool ) in ~EditDoc()
H A Deditdoc.hxx705 sal_Bool bOwnerOfPool; member in EditDoc