Lines Matching refs:pMacroObj
84 pMacroObj=NULL; in ImpClearVars()
147 rRect=pMacroObj->GetCurrentBoundRect(); in TakeActionRect()
1855 pMacroObj=pObj; in BegMacroObj()
1868 if (pMacroObj!=NULL && bMacroDown) in ImpMacroUp()
1877 pMacroObj->PaintMacro(*pMacroWin,Rectangle(),aHitRec); in ImpMacroUp()
1884 if (pMacroObj!=NULL && !bMacroDown) in ImpMacroDown()
1894 pMacroObj->PaintMacro(*pMacroWin,Rectangle(),aHitRec); in ImpMacroDown()
1901 if (pMacroObj!=NULL) { in MovMacroObj()
1910 sal_Bool bDown=pMacroObj->IsMacroHit(aHitRec); in MovMacroObj()
1918 if (pMacroObj!=NULL) { in BrkMacroObj()
1920 pMacroObj=NULL; in BrkMacroObj()
1928 if (pMacroObj!=NULL && bMacroDown) { in EndMacroObj()
1938 bool bRet=pMacroObj->DoMacro(aHitRec); in EndMacroObj()
1939 pMacroObj=NULL; in EndMacroObj()