Home
last modified time | relevance | path

Searched refs:nColCount (Results 76 – 78 of 78) sorted by relevance

1234

/trunk/main/sc/source/ui/view/
H A Doutput.cxx1180 size_t nColCount = rArray.GetColCount(); in DrawFrame() local
1224 size_t nLastCol = nColCount - 2; in DrawFrame()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2217 sal_uInt16 nColCount = pLine->GetTabBoxes().Count(); in CopyHeadlineIntoTable() local
2218 ASSERT( nColCount, "Empty Table Line" ) in CopyHeadlineIntoTable()
2219 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in CopyHeadlineIntoTable()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1848 void Output::startTable( size_t nColCount, const sal_Int32* pnColWidths ) in startTable() argument
1853 for( size_t nCol = 0; nCol < nColCount; ++nCol ) in startTable()

Completed in 68 milliseconds

1234