Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx193 int nWrapType = 0; in Commit() local
196 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()
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx369 sal_Int32 nWrapType = 0; in Execute() local
370 Wrap >>= nWrapType; in Execute()
371 setWrap( nWrapType ); in Execute()

Completed in 8 milliseconds