Home
last modified time | relevance | path

Searched refs:IsBlank (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dcolumn2.cxx1315 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 …]
H A Dcolumn.cxx1074 || 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()
H A Dcell.cxx181 bool ScBaseCell::IsBlank( bool bIgnoreNotes ) const in IsBlank() function in ScBaseCell
H A Dcolumn3.cxx1774 else if( !pCell->IsBlank() ) in FillDPCacheT()
H A Ddociter.cxx2123 while ( pCell && pCell->IsBlank() ) in GetNext()
/aoo4110/main/sw/source/core/text/
H A Dporglue.cxx83 rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in GetExpTxt()
108 if( rInf.OnWin() && rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in Paint()
H A Dinftxt.cxx695 const sal_Bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); in _DrawText()
/aoo4110/main/sw/source/ui/config/
H A Dcfgitems.cxx88 bSpace = rVOpt.IsBlank(sal_True); in SwDocDisplayItem()
H A Dusrpref.cxx173 case 9: bVal = rParent.IsBlank(sal_True); break;// "NonprintingCharacter/Space", in Commit()
/aoo4110/main/sc/inc/
H A Dcell.hxx106 bool IsBlank( bool bIgnoreNotes = false ) const;
/aoo4110/main/sw/source/ui/uiview/
H A Dview0.cxx211 rVOpt.IsBlank())) in lcl_SetViewMetaChars()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8struc.hxx272 bool IsBlank() const;
H A Dww8par6.cxx1536 return (IsBlank() || IsZeroed(bVer67)); in IsEmpty()
1539 bool WW8_BRC::IsBlank() const in IsBlank() function in WW8_BRC
/aoo4110/main/sw/source/ui/app/
H A Dappopt.cxx322 (!aViewOpt.IsBlank( sal_True ) && pDocDispItem->bSpace) || in ApplyItemSet()
/aoo4110/main/sw/inc/
H A Dviewopt.hxx217 inline sal_Bool IsBlank(sal_Bool bHard = sal_False) const in IsBlank() function in SwViewOption
/aoo4110/main/sw/source/ui/uno/
H A Dunomod.cxx912 …case HANDLE_VIEWSET_SPACES : bBoolVal = mpConstViewOption->IsBlank(sal_True); br… in _getSingleValue()
/aoo4110/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1157 if ( !pCell->IsBlank() ) // real content? in lcl_EmptyExcept()
/aoo4110/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3456 if ( !pCell->IsBlank() ) in queryEmptyCells()

Completed in 210 milliseconds