Searched refs:nEscRel (Results 1 – 4 of 4) sorted by relevance
282 nEscRel = (long)( ( const SdrCaptionEscRelItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()324 if( nEscRel < 3333 ) in Reset()326 if( nEscRel > 6666 ) in Reset()340 if( nEscRel < 3333 ) in Reset()342 if( nEscRel > 6666 ) in Reset()
72 long nEscRel; member in ImpCaptParams89 nEscRel =5000; in ImpCaptParams()103 nX=BigMulDiv(nX,nEscRel,10000); in CalcEscPos()105 nY=BigMulDiv(nY,nEscRel,10000); in CalcEscPos()440 rPara.nEscRel =((SdrCaptionEscRelItem&) (rSet.Get(SDRATTR_CAPTIONESCREL ))).GetValue(); in ImpGetCaptParams()
72 SdrCaptionEscRelItem(long nEscRel=5000): SfxInt32Item(SDRATTR_CAPTIONESCREL,nEscRel) {} in SdrCaptionEscRelItem() argument
77 sal_Int32 nEscRel; member in SvxCaptionTabPage
Completed in 81 milliseconds