Lines Matching refs:nImagePos
429 sal_Int16 nImagePos = ImagePosition::LeftCenter; in convertAxPicture() local
432 case AX_PICPOS_LEFTTOP: nImagePos = ImagePosition::LeftTop; break; in convertAxPicture()
433 case AX_PICPOS_LEFTCENTER: nImagePos = ImagePosition::LeftCenter; break; in convertAxPicture()
434 case AX_PICPOS_LEFTBOTTOM: nImagePos = ImagePosition::LeftBottom; break; in convertAxPicture()
435 case AX_PICPOS_RIGHTTOP: nImagePos = ImagePosition::RightTop; break; in convertAxPicture()
436 case AX_PICPOS_RIGHTCENTER: nImagePos = ImagePosition::RightCenter; break; in convertAxPicture()
437 case AX_PICPOS_RIGHTBOTTOM: nImagePos = ImagePosition::RightBottom; break; in convertAxPicture()
438 case AX_PICPOS_ABOVELEFT: nImagePos = ImagePosition::AboveLeft; break; in convertAxPicture()
439 case AX_PICPOS_ABOVECENTER: nImagePos = ImagePosition::AboveCenter; break; in convertAxPicture()
440 case AX_PICPOS_ABOVERIGHT: nImagePos = ImagePosition::AboveRight; break; in convertAxPicture()
441 case AX_PICPOS_BELOWLEFT: nImagePos = ImagePosition::BelowLeft; break; in convertAxPicture()
442 case AX_PICPOS_BELOWCENTER: nImagePos = ImagePosition::BelowCenter; break; in convertAxPicture()
443 case AX_PICPOS_BELOWRIGHT: nImagePos = ImagePosition::BelowRight; break; in convertAxPicture()
444 case AX_PICPOS_CENTER: nImagePos = ImagePosition::Centered; break; in convertAxPicture()
447 rPropMap.setProperty( PROP_ImagePosition, nImagePos ); in convertAxPicture()