Lines Matching refs:aTmpRect
1068 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getArgs() local
1069 …aTmpRect = OutputDevice::LogicToLogic( aTmpRect, m_pData->m_pObjectShell->GetMapUnit(), MAP_100TH_… in getArgs()
1072 aRectSeq[0] = aTmpRect.Left(); in getArgs()
1073 aRectSeq[1] = aTmpRect.Top(); in getArgs()
1074 aRectSeq[2] = aTmpRect.Right(); in getArgs()
1075 aRectSeq[3] = aTmpRect.Bottom(); in getArgs()
3528 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in setVisualAreaSize() local
3529 aTmpRect.SetSize( Size( aSize.Width, aSize.Height ) ); in setVisualAreaSize()
3530 m_pData->m_pObjectShell->SetVisArea( aTmpRect ); in setVisualAreaSize()
3545 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getVisualAreaSize() local
3557 aTmpRect = OutputDevice::LogicToLogic( aTmpRect, aInternalMapMode, aExternalMapMode ); in getVisualAreaSize()
3561 return awt::Size( aTmpRect.GetWidth(), aTmpRect.GetHeight() ); in getVisualAreaSize()