Lines Matching refs:aPosArr

933     SvUShorts aPosArr( 0, 16 );  in TextToTable()  local
962 aPosArr.Insert( static_cast<sal_uInt16>( in TextToTable()
964 aPosArr.Count() ); in TextToTable()
968 aPosArr.Insert( /*aFInfo.GetFrm()->Frm().Left() +*/ in TextToTable()
972 aPosArr.Count() ); in TextToTable()
1084 aPosArr.Remove( 0, aPosArr.Count() ); in TextToTable()
1088 if( aPosArr.Count() ) in TextToTable()
1092 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
1096 aPosArr[ n ] - nLastPos )); in TextToTable()
1102 nLastPos = aPosArr[ n ]; in TextToTable()
1332 SvUShorts aPosArr( 0, 16 ); in TextToTable() local
1445 if( aPosArr.Count() ) in TextToTable()
1449 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
1453 aPosArr[ n ] - nLastPos )); in TextToTable()
1459 nLastPos = aPosArr[ n ]; in TextToTable()
3047 aPosArr.Insert( nWidth, aPosArr.Count() ); in AddBox()
3058 if( aPosArr.Count() ) in GetBoxOfPos()
3060 for( n = 0; n < aPosArr.Count(); ++n ) in GetBoxOfPos()
3061 if( aPosArr[ n ] == nWidth ) in GetBoxOfPos()
3063 else if( aPosArr[ n ] > nWidth ) in GetBoxOfPos()
3070 if( n >= aPosArr.Count() ) in GetBoxOfPos()
3083 if( aPosArr.Count() ) in Resize()
3085 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3086 if( aPosArr[ n ] == nOffset ) in Resize()
3088 else if( aPosArr[ n ] > nOffset ) in Resize()
3095 aPosArr.Remove( 0, n ); in Resize()
3099 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3102 nSize *= ( aPosArr[ n ] - nOffset ); in Resize()
3104 aPosArr[ n ] = sal_uInt16( nSize ); in Resize()
3107 return 0 != aPosArr.Count(); in Resize()