Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx97 …Point& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnR… in ImpGetEscDir() argument
103 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() argument
121 if (*(sal_Bool*)pbOn) nEsc|=*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()
122 else nEsc&=~*(sal_uInt16*)pnThisEsc; in ImpSetEscDir()

Completed in 19 milliseconds