Searched refs:PutEmpty (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 372 rPar.Get(0)->PutEmpty(); in RTLFUNC() 509 rPar.Get(0)->PutEmpty(); in RTLFUNC() 542 rPar.Get(0)->PutEmpty(); in RTLFUNC() 618 rPar.Get(0)->PutEmpty(); in RTLFUNC() 669 rPar.Get(0)->PutEmpty(); in RTLFUNC() 716 rPar.Get(0)->PutEmpty(); in RTLFUNC() 818 rPar.Get(0)->PutEmpty(); in RTLFUNC() 877 rPar.Get(0)->PutEmpty(); in RTLFUNC() 1629 rPar.Get(0)->PutEmpty(); in RTLFUNC() 3697 rPar.Get(0)->PutEmpty(); in RTLFUNC() [all …]
|
H A D | methods1.cxx | 300 rPar.Get(0)->PutEmpty(); in RTLFUNC() 1351 rPar.Get(0)->PutEmpty(); in RTLFUNC()
|
/aoo42x/main/sc/inc/ |
H A D | scmatrix.hxx | 275 void PutEmpty( SCSIZE nC, SCSIZE nR); 276 void PutEmpty( SCSIZE nIndex);
|
/aoo42x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 318 void ScMatrix::PutEmpty(SCSIZE nC, SCSIZE nR) in PutEmpty() function in ScMatrix 321 PutEmpty( CalcOffset( nC, nR) ); in PutEmpty() 328 void ScMatrix::PutEmpty(SCSIZE nIndex) in PutEmpty() function in ScMatrix
|
H A D | rangeseq.cxx | 455 pMatrix->PutEmpty( in CreateMixedMatrix() 462 pMatrix->PutEmpty( in CreateMixedMatrix()
|
H A D | interpr5.cxx | 369 pMat->PutEmpty( nC, nR); in CreateMatrixFromDoubleRef() 386 pMat->PutEmpty( static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef() 428 pMat->PutEmpty( nC, nR); in CreateMatrixFromDoubleRef() 460 pMat->PutEmpty( 0 ); in GetMatrix()
|
H A D | token.cxx | 1545 pArray->PutEmpty( nCol, nRow ); in MergeArray()
|
H A D | interpr1.cxx | 419 pResMat->PutEmpty( nC, nR ); in JumpMatrix() 486 pResMat->PutEmpty( nC, nR ); in JumpMatrix() 551 pResMat->PutEmpty( nC, nR ); in JumpMatrix()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xihelper.cxx | 888 xScMatrix->PutEmpty( nScCol, nScRow ); in CreateScMatrix() 904 xScMatrix->PutEmpty( nScCol, nScRow ); in CreateScMatrix()
|
H A D | excform.cxx | 1939 pMatrix->PutEmpty( nC, nR ); in ReadExtensionArray()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 649 xMat->PutEmpty(nC, nR); in getCellRangeData() 1396 xMat->PutEmpty(nC, nR); in lcl_convertToTokenArray() 1476 xMat->PutEmpty(i, j); in lcl_fillEmptyMatrix()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 191 pMatrix->PutEmpty( nScCol, nScRow ); in EndElement()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 339 sal_Bool PutEmpty();
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 756 pVar->PutEmpty(); in unoToSbxValue() 768 pVar->PutEmpty(); in unoToSbxValue() 937 default: pVar->PutEmpty(); break; in unoToSbxValue()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 880 sal_Bool SbxValue::PutEmpty() in PutEmpty() function in SbxValue
|
Completed in 270 milliseconds