Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx341 sal_uInt32 nTextPathFlags = 0; in IsFontWork() local
342 GetOpt( DFF_Prop_gtextFStrikethrough, nTextPathFlags ); in IsFontWork()
343 return ( nTextPathFlags & 0x4000 ) != 0; in IsFontWork()
3403 sal_uInt32 nTextPathFlagsOrg, nTextPathFlags; in CreateCustomShapeProperties() local
3404 nTextPathFlagsOrg = nTextPathFlags = 0xffff1000; // default in CreateCustomShapeProperties()
3405 if ( GetOpt( DFF_Prop_gtextFStrikethrough, nTextPathFlags ) ) in CreateCustomShapeProperties()
3406 nTextPathFlagsOrg = nTextPathFlags; in CreateCustomShapeProperties()
3421 nTextPathFlags |= 0x40000000; in CreateCustomShapeProperties()
3424 nTextPathFlags |= 0x4000; in CreateCustomShapeProperties()
3432 nTextPathFlags &=~0x4000; in CreateCustomShapeProperties()
[all …]