Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx510 sal_Int32 nHorzDiff = 0; in GetFontWorkOutline() local
512nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline()
514 nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline()
515 if ( nHorzDiff ) in GetFontWorkOutline()
525 aOutlineIter->Move( nHorzDiff, 0 ); in GetFontWorkOutline()

Completed in 14 milliseconds