Lines Matching refs:nEscDir
191 switch( nEscDir ) in FillItemSet()
193 case SDRCAPT_ESCHORIZONTAL: nEscDir=SDRCAPT_ESCVERTICAL;break; in FillItemSet()
194 case SDRCAPT_ESCVERTICAL: nEscDir=SDRCAPT_ESCHORIZONTAL;break; in FillItemSet()
198 _rOutAttrs.Put( SdrCaptionEscDirItem( (SdrCaptionEscDir)nEscDir ) ); in FillItemSet()
301 …nEscDir = (short)( ( const SdrCaptionEscDirItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONESCDIR … in Reset()
307 switch( nEscDir ) in Reset()
309 case SDRCAPT_ESCHORIZONTAL: nEscDir=SDRCAPT_ESCVERTICAL;break; in Reset()
310 case SDRCAPT_ESCVERTICAL: nEscDir=SDRCAPT_ESCHORIZONTAL;break; in Reset()
320 if( nEscDir == SDRCAPT_ESCHORIZONTAL ) in Reset()
336 else if( nEscDir == SDRCAPT_ESCVERTICAL ) in Reset()
352 else if( nEscDir == SDRCAPT_ESCBESTFIT ) in Reset()
410 nEscDir = SDRCAPT_ESCBESTFIT; in SetupAnsatz_Impl()
418 nEscDir = SDRCAPT_ESCHORIZONTAL; in SetupAnsatz_Impl()
426 nEscDir = SDRCAPT_ESCVERTICAL; in SetupAnsatz_Impl()
440 nEscDir = SDRCAPT_ESCHORIZONTAL; in SetupAnsatz_Impl()
454 nEscDir = SDRCAPT_ESCVERTICAL; in SetupAnsatz_Impl()