Searched refs:xMat (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 583 ScMatrixRef xMat = new ScMatrix( in getCellRangeData() local 649 xMat->PutEmpty(nC, nR); in getCellRangeData() 658 ScMatrix* pMat2 = xMat; in getCellRangeData() 1384 ScMatrixRef xMat = new ScMatrix( in lcl_convertToTokenArray() local 1396 xMat->PutEmpty(nC, nR); in lcl_convertToTokenArray() 1405 xMat->PutString(aStr, nC, nR); in lcl_convertToTokenArray() 1449 ScMatrix* pMat2 = xMat; in lcl_convertToTokenArray() 1453 itrCache->mpRangeData = xMat; in lcl_convertToTokenArray() 1473 ScMatrixRef xMat = new ScMatrix(nC, nR); in lcl_fillEmptyMatrix() local 1476 xMat->PutEmpty(i, j); in lcl_fillEmptyMatrix() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 2676 ScMatrixRef xMat = aCall.GetMatrix(); in ScExternal() local 2677 PushMatrix( xMat ); in ScExternal() 3955 ScMatrixRef xMat = PopMatrix(); in Interpret() local 3956 if (xMat) in Interpret() 3959 const ScMatrixValue* pMatVal = xMat->Get(0, 0, nMatValType); in Interpret() 3964 if ( xMat->IsEmptyPath( 0, 0)) in Interpret() 3967 PushTempToken( new ScMatrixCellResultToken( xMat, xRes)); in Interpret() 3974 PushTempToken( new ScMatrixCellResultToken( xMat, xRes)); in Interpret() 3986 PushTempToken( new ScMatrixCellResultToken( xMat, xRes)); in Interpret() 3994 xMat->SetErrorInterpreter( NULL); in Interpret()
|
H A D | token.cxx | 1262 ScMatrixRef xMat = ScSequenceToMatrix::CreateMixedMatrix( _aToken.Data); in AddFormulaToken() local 1263 if (xMat) in AddFormulaToken() 1264 AddMatrix( xMat); in AddFormulaToken()
|
/trunk/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 592 uno::Reference< beans::XMaterialHolder > xMat( in readFont() local 598 if( xMat.is() ) in readFont() 600 uno::Any aRes( xMat->getMaterial() ); in readFont()
|
/trunk/main/sc/source/core/data/ |
H A D | cell.cxx | 1951 ScConstMatrixRef xMat( aResult.GetMatrix()); in GetURLResult() local 1952 if (xMat) in GetURLResult() 1956 const ScMatrixValue* pMatVal = xMat->Get(0, 1, nMatValType); in GetURLResult()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3949 css::uno::Reference< XMaterialHolder > xMat( in readOverrideMetrics() local 3952 if( !xMat.is() ) in readOverrideMetrics() 3955 Any aAny( xMat->getMaterial() ); in readOverrideMetrics()
|
Completed in 73 milliseconds