Home
last modified time | relevance | path

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

/trunk/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()
1461 if (pItems[nIndex].nRow==nLast+1 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1471 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1477 if (pItems[nIndex].nRow+1==nLast && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1494 while (nIndex<nCount && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
[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()
/trunk/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.cxx701 const sal_Bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); in _DrawText()
/trunk/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()
/trunk/main/sc/inc/ !
H A Dcell.hxx106 bool IsBlank( bool bIgnoreNotes = false ) const;
/trunk/main/sw/source/ui/uiview/ !
H A Dview0.cxx207 rVOpt.IsBlank())) in lcl_SetViewMetaChars()
/trunk/main/sw/source/filter/ww8/ !
H A Dww8struc.hxx271 bool IsBlank() const;
H A Dww8par6.cxx1535 return (IsBlank() || IsZeroed(bVer67)); in IsEmpty()
1538 bool WW8_BRC::IsBlank() const in IsBlank() function in WW8_BRC
/trunk/main/sw/source/ui/app/ !
H A Dappopt.cxx318 (!aViewOpt.IsBlank( sal_True ) && pDocDispItem->bSpace) || in ApplyItemSet()
/trunk/main/sw/inc/ !
H A Dviewopt.hxx217 inline sal_Bool IsBlank(sal_Bool bHard = sal_False) const in IsBlank() function in SwViewOption
/trunk/main/sw/source/ui/uno/ !
H A Dunomod.cxx909 …case HANDLE_VIEWSET_SPACES : bBoolVal = mpConstViewOption->IsBlank(sal_True); br… in _getSingleValue()
/trunk/main/sc/source/ui/docshell/ !
H A Ddbdocfun.cxx1157 if ( !pCell->IsBlank() ) // real content? in lcl_EmptyExcept()
/trunk/main/sc/source/ui/unoobj/ !
H A Dcellsuno.cxx3456 if ( !pCell->IsBlank() ) in queryEmptyCells()