Home
last modified time | relevance | path

Searched refs:aEndValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/style/
H A DTransGradientStyle.cxx296 sal_Int32 aEndValue = 100 - (sal_Int32)(((aColor.GetRed() + 1) * 100) / 255); in exportXML() local
297 SvXMLUnitConverter::convertPercent( aOut, aEndValue ); in exportXML()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1547 Any aEndValue( pResultSet->getPropertyValue( nHandleEnd ) ); in changeSelection() local
1548 if( pEffect->getEnd() != aEndValue ) in changeSelection()
1550 pEffect->setEnd( aEndValue ); in changeSelection()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx848 …const long aEndValue = mpEditWin->PixelToLogic(Point(0,(*aItem)->pPostIt->GetPosPixel().Y()+(*aIte… in BorderOverPageBorder() local
849 return aEndValue <= mPages[aPage-1]->mPageRect.Bottom()-aSidebarheight; in BorderOverPageBorder()

Completed in 37 milliseconds