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()
3562 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in setVisualAreaSize() local
3563 aTmpRect.SetSize( Size( aSize.Width, aSize.Height ) ); in setVisualAreaSize()
3564 m_pData->m_pObjectShell->SetVisArea( aTmpRect ); in setVisualAreaSize()
3579 Rectangle aTmpRect = m_pData->m_pObjectShell->GetVisArea( ASPECT_CONTENT ); in getVisualAreaSize() local
3591 aTmpRect = OutputDevice::LogicToLogic( aTmpRect, aInternalMapMode, aExternalMapMode ); in getVisualAreaSize()
3595 return awt::Size( aTmpRect.GetWidth(), aTmpRect.GetHeight() ); in getVisualAreaSize()