Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/svdraw/
H A Dsvdglev.cxx100 …Point& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnR… in ImpGetEscDir() argument
106 sal_Bool bOn=(nEsc & *(sal_uInt16*)pnThisEsc)!=0; in ImpGetEscDir()
121 static void ImpSetEscDir(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pnThisEsc, const… in ImpSetEscDir() argument
124 if (*(sal_Bool*)pbOn) nEsc|=*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()
125 else nEsc&=~*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()

Completed in 10 milliseconds