Lines Matching refs:m_aRect

4508             appendFixedInt( rDest.m_aRect.Left(), rBuffer );  in appendDest()
4510 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4518 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4520 appendFixedInt( rDest.m_aRect.Top(), rBuffer ); in appendDest()
4522 appendFixedInt( rDest.m_aRect.Right(), rBuffer ); in appendDest()
4524 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4528 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4532 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4539 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4543 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4570 …appendFixedInt( rLink.m_aRect.Left()-7, aLine );//the +7 to have a better shape of the border rect… in emitLinkAnnotations()
4572 appendFixedInt( rLink.m_aRect.Top(), aLine ); in emitLinkAnnotations()
4574 …appendFixedInt( rLink.m_aRect.Right()+7, aLine );//the +7 to have a better shape of the border rec… in emitLinkAnnotations()
4576 appendFixedInt( rLink.m_aRect.Bottom(), aLine ); in emitLinkAnnotations()
4791 appendFixedInt( rNote.m_aRect.Left(), aLine ); in emitNoteAnnotations()
4793 appendFixedInt( rNote.m_aRect.Top(), aLine ); in emitNoteAnnotations()
4795 appendFixedInt( rNote.m_aRect.Right(), aLine ); in emitNoteAnnotations()
4797 appendFixedInt( rNote.m_aRect.Bottom(), aLine ); in emitNoteAnnotations()
4906 drawText( rButton.m_aRect, rButton.m_aText, rButton.m_nTextStyle ); in createDefaultPushButtonAppearance()
4955 Rectangle aRect = rIntern.m_aRect; in drawFieldBorder()
4973 drawRectangle( rIntern.m_aRect ); in drawFieldBorder()
4982 rIntern.m_aRect.Left() += nDelta; in drawFieldBorder()
4983 rIntern.m_aRect.Top() += nDelta; in drawFieldBorder()
4984 rIntern.m_aRect.Right() -= nDelta; in drawFieldBorder()
4985 rIntern.m_aRect.Bottom()-= nDelta; in drawFieldBorder()
5030 beginRedirect( pEditStream, rEdit.m_aRect ); in createDefaultEditAppearance()
5054 beginRedirect( pListBoxStream, rBox.m_aRect ); in createDefaultListBoxAppearance()
5075 drawRectangle( rBox.m_aRect ); in createDefaultListBoxAppearance()
5133 drawRectangle( rBox.m_aRect ); in createDefaultCheckBoxAppearance()
5139 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultCheckBoxAppearance()
5140 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultCheckBoxAppearance()
5148 aCheckRect.Left() = rBox.m_aRect.Left() + nDelta; in createDefaultCheckBoxAppearance()
5149 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5154 while( aCheckRect.GetWidth() > rBox.m_aRect.GetWidth() && aCheckRect.GetWidth() > nDelta ) in createDefaultCheckBoxAppearance()
5161 aTextRect.Left() = rBox.m_aRect.Left() + aCheckRect.GetWidth()+5*nDelta; in createDefaultCheckBoxAppearance()
5162 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5163 … aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5164 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultCheckBoxAppearance()
5168 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultCheckBoxAppearance()
5169 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5174 while( aCheckRect.GetWidth() > rBox.m_aRect.GetWidth() && aCheckRect.GetWidth() > nDelta ) in createDefaultCheckBoxAppearance()
5181 aTextRect.Left() = rBox.m_aRect.Left(); in createDefaultCheckBoxAppearance()
5182 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5183 … aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5184 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultCheckBoxAppearance()
5209 rBox.m_aRect = aCheckRect; in createDefaultCheckBoxAppearance()
5258 drawRectangle( rBox.m_aRect ); in createDefaultRadioButtonAppearance()
5264 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultRadioButtonAppearance()
5265 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultRadioButtonAppearance()
5273 aCheckRect.Left() = rBox.m_aRect.Left() + nDelta; in createDefaultRadioButtonAppearance()
5274 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5279 while( aCheckRect.GetWidth() > rBox.m_aRect.GetWidth() && aCheckRect.GetWidth() > nDelta ) in createDefaultRadioButtonAppearance()
5286 aTextRect.Left() = rBox.m_aRect.Left() + aCheckRect.GetWidth()+5*nDelta; in createDefaultRadioButtonAppearance()
5287 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
5288 … aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultRadioButtonAppearance()
5289 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultRadioButtonAppearance()
5293 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultRadioButtonAppearance()
5294 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5299 while( aCheckRect.GetWidth() > rBox.m_aRect.GetWidth() && aCheckRect.GetWidth() > nDelta ) in createDefaultRadioButtonAppearance()
5306 aTextRect.Left() = rBox.m_aRect.Left(); in createDefaultRadioButtonAppearance()
5307 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
5308 … aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultRadioButtonAppearance()
5309 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultRadioButtonAppearance()
5337 rBox.m_aRect = aCheckRect; in createDefaultRadioButtonAppearance()
5419 appendFixedInt( rWidget.m_aRect.GetWidth()-1, aLine ); in emitAppearances()
5421 appendFixedInt( rWidget.m_aRect.GetHeight()-1, aLine ); in emitAppearances()
5485 appendFixedInt( rWidget.m_aRect.Left()-1, aLine ); in emitWidgetAnnotations()
5487 appendFixedInt( rWidget.m_aRect.Top()+1, aLine ); in emitWidgetAnnotations()
5489 appendFixedInt( rWidget.m_aRect.Right()+1, aLine ); in emitWidgetAnnotations()
5491 appendFixedInt( rWidget.m_aRect.Bottom()-1, aLine ); in emitWidgetAnnotations()
6169 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6171 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6179 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6181 appendFixedInt( rDest.m_aRect.Top(), aLine ); in emitNamedDestinations()
6183 appendFixedInt( rDest.m_aRect.Right(), aLine ); in emitNamedDestinations()
6185 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6189 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6193 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6200 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6204 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6658 if( m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Top() > in operator ()()
6659 m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Top() ) in operator ()()
6661 if( m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Top() > in operator ()()
6662 m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Top() ) in operator ()()
6664 if( m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Left() < in operator ()()
6665 m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Left() ) in operator ()()
10839 m_aNotes.back().m_aRect = rRect; in createNote()
10841 m_aPages[nPageNr].convertRect( m_aNotes.back().m_aRect ); in createNote()
10860 m_aLinks.back().m_aRect = rRect; in createLink()
10862 m_aPages[nPageNr].convertRect( m_aLinks.back().m_aRect ); in createLink()
10885 m_aNamedDests.back().m_aRect = rRect; in createNamedDest()
10887 m_aPages[nPageNr].convertRect( m_aNamedDests.back().m_aRect ); in createNamedDest()
10906 m_aDests.back().m_aRect = rRect; in createDest()
10908 m_aPages[nPageNr].convertRect( m_aDests.back().m_aRect ); in createDest()
11934 m_aWidgets.back().m_aRect = rControl.Location; in createControl()
12010 Rectangle aRect = rNewWidget.m_aRect; in createControl()
12012 rRadioButton.m_aRect.Union( aRect ); in createControl()
12097 m_aPages[ nPageNr ].convertRect( rNewWidget.m_aRect ); in createControl()
12121 …aBack( Point( rWidget.m_aRect.Left(), pointToPixel(m_aPages[m_nCurrentPage].getHeight()) - rWidget… in beginControlAppearance()
12122 rWidget.m_aRect.GetSize() ); in beginControlAppearance()