Searched refs:ImplInsertHatch (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | elements.cxx | 263 ImplInsertHatch( 0, 0, 0, 0 ); in Init() 264 ImplInsertHatch( 1, 0, 125, 0 ); in Init() 265 ImplInsertHatch( 2, 0, 125, 900 ); in Init() 266 ImplInsertHatch( 3, 0, 125, 450 ); in Init() 267 ImplInsertHatch( 4, 0, 125, 1350 ); in Init() 268 ImplInsertHatch( 5, 1, 125, 0 ); in Init() 269 ImplInsertHatch( 6, 1, 125, 450 ); in Init() 270 ImplInsertHatch( -1, 0, 75, 0 ); in Init() 271 ImplInsertHatch( -2, 0, 75, 900 ); in Init() 272 ImplInsertHatch( -3, 0, 75, 450 ); in Init() [all …]
|
| H A D | elements.hxx | 33 void ImplInsertHatch( sal_Int32 Key, int Style, long Distance, long Angle );
|