Searched refs:pnThisEsc (Results 1 – 1 of 1) sorted by relevance
100 …Point& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnR… in ImpGetEscDir() argument106 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() argument124 if (*(sal_Bool*)pbOn) nEsc|=*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()125 else nEsc&=~*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()
Completed in 26 milliseconds