Home
last modified time | relevance | path

Searched refs:aPosArr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1248 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1293 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1323 aPosArr.Remove( nSttPos, nCnt ); in GetMergeSel()
1359 aPosArr.Remove( nSttPos, nCnt ); in GetMergeSel()
1372 aPosArr.Remove( nESttPos, nCnt ); in GetMergeSel()
1378 long nY = aPosArr.Count() ? in GetMergeSel()
1380 aPosArr[ 0 ].X() : in GetMergeSel()
1381 aPosArr[ 0 ].Y() ) : in GetMergeSel()
1386 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1400 aPosArr.Remove( n, 1 ); in GetMergeSel()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx933 SvUShorts aPosArr( 0, 16 ); in TextToTable() local
964 aPosArr.Count() ); in TextToTable()
972 aPosArr.Count() ); in TextToTable()
1084 aPosArr.Remove( 0, aPosArr.Count() ); in TextToTable()
1088 if( aPosArr.Count() ) in TextToTable()
1102 nLastPos = aPosArr[ n ]; in TextToTable()
1445 if( aPosArr.Count() ) in TextToTable()
3047 aPosArr.Insert( nWidth, aPosArr.Count() ); in AddBox()
3058 if( aPosArr.Count() ) in GetBoxOfPos()
3083 if( aPosArr.Count() ) in Resize()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtblrwcl.hxx84 SvUShorts aPosArr; member in SwCollectTblLineBoxes
93 : aPosArr( 16, 16 ), aBoxes( 16, 16 ), in SwCollectTblLineBoxes()
108 *pWidth = nPos+1 == aPosArr.Count() ? nWidth in GetBox()
109 : aPosArr[ nPos+1 ]; in GetBox()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx667 SvUShorts aPosArr( 5, 5 ); in DoTable() local
682 aPosArr.Insert( static_cast<sal_uInt16>(aInfo.GetCharPos(n)), aPosArr.Count() ); in DoTable()
694 if( 1 < aPosArr.Count() ) in DoTable()
697 sal_uInt16 nColCnt = aPosArr.Count() - 1; in DoTable()
698 SwTwips nSttPos = aPosArr[ 0 ]; in DoTable()
711 aPosArr.Insert( static_cast<sal_uInt16>(pAktTxtFrm->Frm().Width()), aPosArr.Count() ); in DoTable()
724 0, &aPosArr ); in DoTable()
727 return 1 < aPosArr.Count(); in DoTable()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx272 std::vector< sal_uInt16 > aPosArr; in IMPL_LINK_INLINE_END() local
281 aPosArr.push_back( nFndPos ); in IMPL_LINK_INLINE_END()
297 SetType( *xLink, aPosArr[ n ], xLink->GetUpdateMode() ); in IMPL_LINK_INLINE_END()
309 if( 0 == (pE = rListBox.GetEntry( aPosArr[ 0 ] )) || in IMPL_LINK_INLINE_END()

Completed in 78 milliseconds