Searched refs:aInc (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 1178 Size aInc; in ImplDrawHatch() local 1182 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle(), aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1186 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch() 1187 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch() 1194 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 900, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1198 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch() 1199 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch() 1206 ImplCalcHatchValues( aRect, nWidth, rHatch.GetAngle() + 450, aPt1, aPt2, aInc, aEndPt1 ); in ImplDrawHatch() 1210 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch() 1211 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch()
|
/aoo4110/main/svtools/source/dialogs/ |
H A D | mcvmath.cxx | 174 FixCpx aInc; in ImpATanx2() local 202 aInc.r.x = CosTab[i]>>Sft; // e**(i(phi1+phi2)) = in ImpATanx2() 203 aInc.i.x = SinTab[i]>>Sft; // e**(i*phi1)) * e**(i*phi2)) in ImpATanx2() 204 aTry = aIter*aInc; in ImpATanx2()
|
/aoo4110/main/idl/source/prj/ |
H A D | command.cxx | 409 ByteString aInc( getenv( "INCLUDE" ) ); in SvCommand() local 411 if( aInc.Len() ) in SvCommand() 415 aPath += String::CreateFromAscii( aInc.GetBuffer() ); in SvCommand()
|
Completed in 71 milliseconds