Home
last modified time | relevance | path

Searched refs:pColArr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx363 const SvUShorts* pColArr, in InsertTable() argument
377 if( pColArr && in InsertTable()
378 (nCols + ( text::HoriOrientation::NONE == eAdjust ? 2 : 1 )) != pColArr->Count() ) in InsertTable()
379 pColArr = 0; in InsertTable()
388 rInsTblOpts, pTAFmt, pColArr, in InsertTable()
448 if( pColArr ) in InsertTable()
450 sal_uInt16 nSttPos = (*pColArr)[ 0 ]; in InsertTable()
451 sal_uInt16 nLastPos = (*pColArr)[ sal_uInt16(pColArr->Count()-1)]; in InsertTable()
455 nLastPos = (*pColArr)[ sal_uInt16(pColArr->Count()-2)]; in InsertTable()
556 if( pColArr ) in InsertTable()
[all …]
/trunk/main/sc/source/core/tool/
H A Drangeseq.cxx428 const uno::Any* pColArr = pRowArr[nRow].getConstArray(); in CreateMixedMatrix() local
433 if (ScApiTypeConversion::ConvertAnyToDouble( fVal, eClass, pColArr[nCol])) in CreateMixedMatrix()
450 if ( pColArr[nCol] >>= aUStr ) in CreateMixedMatrix()
H A Daddincol.cxx1683 const sal_Int32* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local
1685 pMatrix->PutDouble( pColArr[nCol], in SetResult()
1726 const double* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local
1728 pMatrix->PutDouble( pColArr[nCol], in SetResult()
1769 const rtl::OUString* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local
1771 pMatrix->PutString( String( pColArr[nCol] ), in SetResult()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx499 const seq* pColArr = pRowArr[nRow].getConstArray(); in process() local
502 aVisitor.visitElem( nCol, mrDocRow, pColArr[ nCol ] ); in process()
H A Dcellsuno.cxx1110 const uno::Any* pColArr = rColSeq.getConstArray(); in lcl_PutDataArray() local
1113 const uno::Any& rElement = pColArr[nCol]; in lcl_PutDataArray()
1251 const rtl::OUString* pColArr = rColSeq.getConstArray(); in lcl_PutFormulaArray() local
1254 String aText(pColArr[nCol]); in lcl_PutFormulaArray()
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx75 const SwTableAutoFmt* pTAFmt, const SvUShorts* pColArr,
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx246 const SvUShorts* pColArr, in SwUndoInsTbl() argument
252 if( pColArr ) in SwUndoInsTbl()
255 pColWidth->Insert( pColArr, 0 ); in SwUndoInsTbl()
/trunk/main/sw/inc/
H A Ddoc.hxx1684 const SvUShorts* pColArr = 0,

Completed in 114 milliseconds