Searched refs:sBox (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | docchart.cxx | 72 String sBox( rSelection ); in IsTblComplexForChart() local 73 if( '<' == sBox.GetChar( 0 ) ) sBox.Erase( 0, 1 ); in IsTblComplexForChart() 74 if( '>' == sBox.GetChar( sBox.Len()-1 ) ) sBox.Erase( sBox.Len()-1 ); in IsTblComplexForChart() 76 xub_StrLen nTrenner = sBox.Search( ':' ); in IsTblComplexForChart() 79 pSttBox = GetTblBox( sBox.Copy( 0, nTrenner )); in IsTblComplexForChart() 80 pEndBox = GetTblBox( sBox.Copy( nTrenner+1 )); in IsTblComplexForChart()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 684 String sBox( sFormel.Copy( nStt, nEnd - nStt + 1 )); in ScanString() local 691 (this->*fnFormel)( *pTbl, aStr, sBox, &aFirstBox, pPara ); in ScanString() 694 (this->*fnFormel)( *pTbl, aStr, sBox, 0, pPara ); in ScanString()
|
Completed in 27 milliseconds