Searched refs:nWrapType (Results 1 – 2 of 2) sorted by relevance
193 int nWrapType = 0; in Commit() local196 case ESCHER_WrapSquare: nWrapType = 2; break; in Commit()197 case ESCHER_WrapByPoints: nWrapType = 4; break; in Commit()198 case ESCHER_WrapNone: nWrapType = 3; break; in Commit()199 case ESCHER_WrapTopBottom: nWrapType = 1; break; in Commit()200 case ESCHER_WrapThrough: nWrapType = 5; break; in Commit()202 if ( nWrapType ) in Commit()203 … m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPWR).append((sal_Int32)nWrapType); in Commit()
369 sal_Int32 nWrapType = 0; in Execute() local370 Wrap >>= nWrapType; in Execute()371 setWrap( nWrapType ); in Execute()
Completed in 13 milliseconds