Searched refs:aPosArr (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1248 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 …]
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 933 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 …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 84 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()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 667 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()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | linkdlg.cxx | 272 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 68 milliseconds