Home
last modified time | relevance | path

Searched refs:IsEmptyCellText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1024 sal_Bool ScOutputData::IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY ) in IsEmptyCellText() function in ScOutputData
1066 if ( rpCell && IsEmptyCellText( NULL, nCol, nRow ) ) in GetVisibleCell()
1077 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE && !IsEmptyCellText( NULL, nX, nY ) ) in IsAvailable()
1422 while (nTempX > 0 && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1426 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawStrings()
1443 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
1447 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawStrings()
2191 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawEdit()
2195 !IsEmptyCellText( pThisRowInfo, nTempX, nY ) && in DrawEdit()
3076 if ( !pCell || IsEmptyCellText( pThisRowInfo, nX, nY ) ) in DrawRotated()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx157 sal_Bool IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY );

Completed in 36 milliseconds