Home
last modified time | relevance | path

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

/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1039 Size aOldGrfSize( pObj->GetLogicRect().GetSize() ); in ExecuteGrafAttr() local
1042 Point aOffset( (aNewGrfSize.Width() - aOldGrfSize.Width()) >> 1, in ExecuteGrafAttr()
1043 (aNewGrfSize.Height() - aOldGrfSize.Height()) >> 1 ); in ExecuteGrafAttr()