Lines Matching refs:aSize

125     aSize = GetOutputSize();  in Resize_Impl()
133 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
134 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
136 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
137 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
138 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
140 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
141 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
147 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
148 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
150 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
151 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
152 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
154 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
155 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
600 if( aPt.X() < aSize.Width() / 3 ) in GetApproxLogPtFromPixPt()
602 else if( aPt.X() < aSize.Width() * 2 / 3 ) in GetApproxLogPtFromPixPt()
612 if( aPt.Y() < aSize.Height() / 3 ) in GetApproxLogPtFromPixPt()
614 else if( aPt.Y() < aSize.Height() * 2 / 3 ) in GetApproxLogPtFromPixPt()
1279 aSize = rSize; in SvxBitmapCtl()
1684 const Size aSize(rStyleSettings.GetListBoxPreviewDefaultPixelSize()); in Fill() local
1692 formatBitmapExToSize(maBitmapEx, aSize); in Fill()
1789 const Size aSize(rStyleSettings.GetListBoxPreviewDefaultPixelSize()); in Fill() local
1797 formatBitmapExToSize(maBitmapEx, aSize); in Fill()
2395 Size aSize = GetOutputSize(); in SvxXShadowPreview() local
2396 aSize.Width() = aSize.Width() / 3; in SvxXShadowPreview()
2397 aSize.Height() = aSize.Height() / 3; in SvxXShadowPreview()
2400 const Rectangle aObjectSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2405 const Rectangle aShadowSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()