Home
last modified time | relevance | path

Searched refs:pMatrix (Results 26 – 37 of 37) sorted by relevance

12

/trunk/main/icc/
H A DSampleICC-1.3.2.patch2972 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[0]), icFtoD(pMatrix[1]), icFtoD(pMatrix[…
2973 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[0]), icFtoD(pMatrix[1]), icFtoD(pMatrix[2]…
2975 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[3]), icFtoD(pMatrix[4]), icFtoD(pMatrix[…
2976 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[3]), icFtoD(pMatrix[4]), icFtoD(pMatrix[5]…
2978 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[6]), icFtoD(pMatrix[7]), icFtoD(pMatrix[…
2979 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[6]), icFtoD(pMatrix[7]), icFtoD(pMatrix[8]…
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx283 AffineMatrixItem::AffineMatrixItem(const com::sun::star::geometry::AffineMatrix2D* pMatrix) in AffineMatrixItem() argument
286 if(pMatrix) in AffineMatrixItem()
288 maMatrix = *pMatrix; in AffineMatrixItem()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx1467 const SmMatrixNode *pMatrix = static_cast<const SmMatrixNode *>(pNode); in ExportMatrix() local
1469 for (sal_uLong y = 0; y < pMatrix->GetNumRows(); y++) in ExportMatrix()
1472 for (sal_uLong x = 0; x < pMatrix->GetNumCols(); x++) in ExportMatrix()
H A Dmathtype.hxx116 void HandleSmMatrix(SmMatrixNode *pMatrix,int nLevel);
/trunk/main/svx/inc/svx/
H A DAffineMatrixItem.hxx40 AffineMatrixItem(const com::sun::star::geometry::AffineMatrix2D* pMatrix = 0);
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx829 const ScMatrix* ScMatrixToken::GetMatrix() const { return pMatrix; } in GetMatrix()
830 ScMatrix* ScMatrixToken::GetMatrix() { return pMatrix; } in GetMatrix()
833 return FormulaToken::operator==( r ) && pMatrix == static_cast<const ScToken&>(r).GetMatrix(); in operator ==()
H A Dcompiler.cxx5072 const ScMatrix* pMatrix = static_cast<ScToken*>(pTokenP)->GetMatrix(); in CreateStringFromMatrix() local
5075 pMatrix->GetDimensions( nMaxC, nMaxR); in CreateStringFromMatrix()
5092 if( pMatrix->IsValue( nC, nR ) ) in CreateStringFromMatrix()
5095 const ScMatrixValue* pVal = pMatrix->Get( nC, nR, nType); in CreateStringFromMatrix()
5108 else if( pMatrix->IsEmpty( nC, nR ) ) in CreateStringFromMatrix()
5110 else if( pMatrix->IsString( nC, nR ) ) in CreateStringFromMatrix()
5111 AppendString( rBuffer, pMatrix->GetString( nC, nR ) ); in CreateStringFromMatrix()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvggradientnode.hxx128 void setGradientTransform(const basegfx::B2DHomMatrix* pMatrix = 0);
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1212 const ScMatrix* pMatrix = pDoc->GetDdeLinkResultMatrix( nPos ); in getResults() local
1213 if ( pMatrix ) in getResults()
1216 if ( ScRangeToSequence::FillMixedArray( aAny, pMatrix, true ) ) in getResults()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1299 const ScMatrix* pMatrix = static_cast< const ScToken* >( rTokData.mpScToken )->GetMatrix(); in ProcessMatrix() local
1300 if( pMatrix && mxData->mrCfg.mbAllowArrays ) in ProcessMatrix()
1303 pMatrix->GetDimensions( nScCols, nScRows ); in ProcessMatrix()
1322 const ScMatrixValue* pMatVal = pMatrix->Get( nScCol, nScRow, nType ); in ProcessMatrix()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx106 sal_Bool Bitmap::ImplConvolute3( const long* pMatrix, long nDivisor, in ImplConvolute3() argument
136 for( nX = nTmp = 0, nMatrixVal = pMatrix[ nY ]; nX < 256; nX++, nTmp += nMatrixVal ) in ImplConvolute3()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx426 SAL_DLLPRIVATE sal_Bool ImplConvolute3( const long* pMatrix, long nDivisor,

Completed in 139 milliseconds

12