Searched refs:pColArr (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 363 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 …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeseq.cxx | 428 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 D | addincol.cxx | 1684 const sal_Int32* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local 1686 pMatrix->PutDouble( pColArr[nCol], in SetResult() 1727 const double* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local 1729 pMatrix->PutDouble( pColArr[nCol], in SetResult() 1770 const rtl::OUString* pColArr = pRowArr[nRow].getConstArray(); in SetResult() local 1772 pMatrix->PutString( String( pColArr[nCol] ), in SetResult()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 499 const seq* pColArr = pRowArr[nRow].getConstArray(); in process() local 502 aVisitor.visitElem( nCol, mrDocRow, pColArr[ nCol ] ); in process()
|
H A D | cellsuno.cxx | 1110 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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 75 const SwTableAutoFmt* pTAFmt, const SvUShorts* pColArr,
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 246 const SvUShorts* pColArr, in SwUndoInsTbl() argument 252 if( pColArr ) in SwUndoInsTbl() 255 pColWidth->Insert( pColArr, 0 ); in SwUndoInsTbl()
|
/aoo41x/main/sw/inc/ |
H A D | doc.hxx | 1692 const SvUShorts* pColArr = 0,
|
Completed in 245 milliseconds