Lines Matching refs:nDepth
47 sal_Int32 lcl_calcTickLengthForDepth(sal_Int32 nDepth,sal_Int32 nTickmarkStyle) in lcl_calcTickLengthForDepth() argument
51 switch(nDepth) in lcl_calcTickLengthForDepth()
107 sal_Int32 nDepth ) const in makeTickmarkProperties()
116 if(nDepth==0) in makeTickmarkProperties()
122 nDepth = 1; in makeTickmarkProperties()
126 else if( nDepth==1) in makeTickmarkProperties()
138 aTickmarkProperties.Length = lcl_calcTickLengthForDepth(nDepth,nTickmarkStyle); in makeTickmarkProperties()
140 aTickmarkProperties.aLineProperties = this->makeLinePropertiesForDepth( nDepth ); in makeTickmarkProperties()
159 sal_Int32 nDepth = 0; in getBiggestTickmarkProperties() local
161 aTickmarkProperties.Length = lcl_calcTickLengthForDepth( nDepth,nTickmarkStyle ); in getBiggestTickmarkProperties()
373 for( sal_Int32 nDepth=0; nDepth<nMaxDepth; nDepth++ ) in init() local
375 TickmarkProperties aTickmarkProperties = this->makeTickmarkProperties( nDepth ); in init()