Home
last modified time | relevance | path

Searched refs:aMax (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx57 sal_Int32 aMax, in prepareClip() argument
75 ca = 2*db*(a1 - aMax); in prepareClip()
76 o_as = aMax; in prepareClip()
118 if( o_as > aMax ) in prepareClip()
141 ca = 2*db*((clipCode2 & aMinFlag) ? a1 - aMin : aMax - a1); in prepareClip()
147 o_n = (clipCode2 & aMinFlag) ? o_as - aMin : aMax - o_as; in prepareClip()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx347 Rectangle aMax( Point(0, 0), GetParent()->GetOutputSizePixel() ); in SetVisibleSize() local
348 aMax.Left() -= ( Window::GetSizePixel().Width() - in SetVisibleSize()
350 aMax.Bottom() -= (Window::GetSizePixel().Height() - in SetVisibleSize()
353 Size aWill( aWish.GetIntersection(aMax).GetSize() ); in SetVisibleSize()
359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
363 Min( aWill.Width()+nScrSize, aMax.GetSize().Width() ); in SetVisibleSize()
366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx368 rtl::OUString aMax; in executeControlCommand() local
432 aMax = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
467 aMax = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
495 if ( aMax.getLength() > 0 ) in executeControlCommand()
497 m_nMax = aMax.toDouble(); in executeControlCommand()
/trunk/main/vcl/source/control/
H A Dbutton.cxx439 Size aMax; in ImplDrawAlignedImage() local
523 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
528 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
529 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
534 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
535 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
540 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
541 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
570 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
572 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1948 Fraction aMax(aRef.X()-aLR.Left(),aRef.X()-aSR.Left()); in MoveSdrDrag() local
1950 if (aMax<aMaxFact) in MoveSdrDrag()
1951 aMaxFact=aMax; in MoveSdrDrag()
1956 Fraction aMax(aLR.Right()-aRef.X(),aSR.Right()-aRef.X()); in MoveSdrDrag() local
1958 if (aMax<aMaxFact) in MoveSdrDrag()
1959 aMaxFact=aMax; in MoveSdrDrag()
1964 Fraction aMax(aRef.Y()-aLR.Top(),aRef.Y()-aSR.Top()); in MoveSdrDrag() local
1966 if (aMax<aMaxFact) in MoveSdrDrag()
1967 aMaxFact=aMax; in MoveSdrDrag()
1974 if (aMax<aMaxFact) in MoveSdrDrag()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx251 CompareNodeCntnt aMax( 0, 0 ); in GotoTOXMark() local
299 if ( aAbsNew >= aMax ) in GotoTOXMark()
301 aMax = aAbsNew; in GotoTOXMark()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx4296 uno::Any aMax; in setRange() local
4302 aMax <<= nMax; in setRange()
4308 aMax <<= nMin; in setRange()
4312 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_PROGRESSVALUE_MAX ), aMax, sal_True ); in setRange()

Completed in 89 milliseconds