Lines Matching refs:pFndBox
1913 _FndBox* pFndBox = &aFndBox; in DeleteRow() local
1914 while( 1 == pFndBox->GetLines().Count() && in DeleteRow()
1915 1 == pFndBox->GetLines()[0]->GetBoxes().Count() ) in DeleteRow()
1917 _FndBox* pTmp = pFndBox->GetLines()[0]->GetBoxes()[0]; in DeleteRow()
1920 pFndBox = pTmp; in DeleteRow()
1923 SwTableLine* pDelLine = pFndBox->GetLines()[ in DeleteRow()
1924 pFndBox->GetLines().Count()-1 ]->GetLine(); in DeleteRow()
1941 pDelLine = pFndBox->GetLines()[ 0 ]->GetLine(); in DeleteRow()
3844 _FndBox* pFndBox = &aFndBox; in SetTableAutoFmt() local
3845 while( 1 == pFndBox->GetLines().Count() && in SetTableAutoFmt()
3846 1 == pFndBox->GetLines()[0]->GetBoxes().Count() ) in SetTableAutoFmt()
3847 pFndBox = pFndBox->GetLines()[0]->GetBoxes()[0]; in SetTableAutoFmt()
3849 if( !pFndBox->GetLines().Count() ) // eine zu weit? (nur 1 sel.Box) in SetTableAutoFmt()
3850 pFndBox = pFndBox->GetUpper()->GetUpper(); in SetTableAutoFmt()
3864 _FndLines& rFLns = pFndBox->GetLines(); in SetTableAutoFmt()
3920 _FndBox* pFndBox = &aFndBox; in GetTableAutoFmt() local
3921 while( 1 == pFndBox->GetLines().Count() && in GetTableAutoFmt()
3922 1 == pFndBox->GetLines()[0]->GetBoxes().Count() ) in GetTableAutoFmt()
3923 pFndBox = pFndBox->GetLines()[0]->GetBoxes()[0]; in GetTableAutoFmt()
3925 if( !pFndBox->GetLines().Count() ) // eine zu weit? (nur 1 sel.Box) in GetTableAutoFmt()
3926 pFndBox = pFndBox->GetUpper()->GetUpper(); in GetTableAutoFmt()
3928 _FndLines& rFLns = pFndBox->GetLines(); in GetTableAutoFmt()