Searched refs:IsBlank (Results 1 – 18 of 18) sorted by relevance
1315 if (!pItems[nIndex].pCell->IsBlank()) in HasVisibleDataAt()1343 if ( !pItems[nIndex].pCell->IsBlank( bIgnoreNotes ) ) // found a cell in IsEmptyBlock()1365 bFound = pItems[i].nRow <= nEndRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()1379 bFound = pItems[i].nRow >= nStartRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()1442 if (bThere && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()1455 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()1471 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()1494 while (nIndex<nCount && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()1503 while (nIndex>0 && pItems[nIndex-1].pCell->IsBlank()) in FindDataAreaPos()1523 if (!pItems[nIndex].pCell->IsBlank()) in HasDataAt()[all …]
1074 || pItems[i].pCell->IsBlank(); in TestInsertCol()1107 while ( nVis && pItems[nVis-1].pCell->IsBlank() ) in TestInsertRow()1207 DBG_ASSERT( pCell->IsBlank(), "sichtbare Zelle weggeschoben" ); in InsertRow()
181 bool ScBaseCell::IsBlank( bool bIgnoreNotes ) const in IsBlank() function in ScBaseCell
1774 else if( !pCell->IsBlank() ) in FillDPCacheT()
2123 while ( pCell && pCell->IsBlank() ) in GetNext()
83 rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in GetExpTxt()108 if( rInf.OnWin() && rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in Paint()
695 const sal_Bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); in _DrawText()
88 bSpace = rVOpt.IsBlank(sal_True); in SwDocDisplayItem()
173 case 9: bVal = rParent.IsBlank(sal_True); break;// "NonprintingCharacter/Space", in Commit()
106 bool IsBlank( bool bIgnoreNotes = false ) const;
211 rVOpt.IsBlank())) in lcl_SetViewMetaChars()
272 bool IsBlank() const;
1536 return (IsBlank() || IsZeroed(bVer67)); in IsEmpty()1539 bool WW8_BRC::IsBlank() const in IsBlank() function in WW8_BRC
322 (!aViewOpt.IsBlank( sal_True ) && pDocDispItem->bSpace) || in ApplyItemSet()
217 inline sal_Bool IsBlank(sal_Bool bHard = sal_False) const in IsBlank() function in SwViewOption
912 …case HANDLE_VIEWSET_SPACES : bBoolVal = mpConstViewOption->IsBlank(sal_True); br… in _getSingleValue()
1157 if ( !pCell->IsBlank() ) // real content? in lcl_EmptyExcept()
3456 if ( !pCell->IsBlank() ) in queryEmptyCells()
Completed in 172 milliseconds