Home
last modified time | relevance | path

Searched refs:part2 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx352 Bezier& part2, in Impl_deCasteljauAt() argument
375 part2 = input; in Impl_deCasteljauAt()
381 part2.p0.x = part2.p1.x = part2.p2.x = part2.p3.x = input.p3.x; in Impl_deCasteljauAt()
382 part2.p0.y = part2.p1.y = part2.p2.y = part2.p3.y = input.p3.y; in Impl_deCasteljauAt()
390 part2.p3.x = input.p3.x; part2.p3.y = input.p3.y; in Impl_deCasteljauAt()
391part2.p2.x = (1.0 - t)*input.p2.x + t*input.p3.x; part2.p2.y = (1.0 - t)*input.p2.y + t*input.… in Impl_deCasteljauAt()
392 part2.p1.x = (1.0 - t)*Hx + t*part2.p2.x; part2.p1.y = (1.0 - t)*Hy + t*part2.p2.y; in Impl_deCasteljauAt()
393part2.p0.x = (1.0 - t)*part1.p2.x + t*part2.p1.x; part2.p0.y = (1.0 - t)*part1.p2.y + t*part2.… in Impl_deCasteljauAt()
394 part1.p3.x = part2.p0.x; part1.p3.y = part2.p0.y; in Impl_deCasteljauAt()
1071 Bezier part2; in Impl_applySafeRanges_rec() local
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dconverter.pm291 my $part2 = $4;
295 $path = $part1 . $part2;
H A Dziplist.pm807 my $part2 = $4;
808 $oldpath = $part1 . $part2;
/trunk/main/vcl/source/control/
H A Dscrbar.cxx611 sal_uInt32 part2 = bHorz ? PART_TRACK_HORZ_RIGHT : PART_TRACK_VERT_LOWER; in ImplDrawNative() local
637 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative()
643 sal_uInt32 part2 = bHorz ? PART_BUTTON_RIGHT : PART_BUTTON_DOWN; in ImplDrawNative() local
679 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx962 … static rtl::OUString part2 = rtl::OUString::createFromAscii("?language=Basic&location=document"); in firing_Impl() local
965 rtl::OUString url = part1 + sMacroLoc + sTemp + part2; in firing_Impl()

Completed in 42 milliseconds