Searched refs:IsEmptyCellText (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1024 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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | output.hxx | 157 sal_Bool IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY );
|
Completed in 179 milliseconds