Home
last modified time | relevance | path

Searched refs:rCellInfo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1489 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawStrings() local
1490 pPattern = rCellInfo.pPatternAttr; in DrawStrings()
1491 pCondSet = rCellInfo.pConditionSet; in DrawStrings()
2217 CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nCellX+1]; in DrawEdit() local
2218 pPattern = rCellInfo.pPatternAttr; in DrawEdit()
2219 pCondSet = rCellInfo.pConditionSet; in DrawEdit()
2220 pCell = rCellInfo.pCell; in DrawEdit()
H A Dprintfun.cxx390 const CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nX+1]; in lcl_HidePrint() local
391 if (!rCellInfo.bEmptyCellText) in lcl_HidePrint()
392 if (((const ScProtectionAttr&)rCellInfo.pPatternAttr-> in lcl_HidePrint()
393 GetItem(ATTR_PROTECTION, rCellInfo.pConditionSet)).GetHidePrint()) in lcl_HidePrint()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1448 void WW8TableCellGridRow::insert(const CellInfo & rCellInfo) in insert() argument
1450 m_pCellInfos->insert(rCellInfo); in insert()
1454 << rCellInfo.toString() in insert()
H A DWW8TableInfo.hxx246 void insert(const CellInfo & rCellInfo);

Completed in 110 milliseconds