Searched refs:pnThisEsc (Results 1 – 1 of 1) sorted by relevance
97 …Point& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnR… in ImpGetEscDir() argument103 sal_Bool bOn=(nEsc & *(sal_uInt16*)pnThisEsc)!=0; in ImpGetEscDir()118 static void ImpSetEscDir(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pnThisEsc, const… in ImpSetEscDir() argument121 if (*(sal_Bool*)pbOn) nEsc|=*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()122 else nEsc&=~*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()
Completed in 12 milliseconds