Lines Matching refs:mpLine
86 ImplMatLine< RowSize >* mpLine; member in basegfx::internal::ImplHomMatrixTemplate
92 if(!mpLine) in isLastLineDefault()
98 const double fLineValue(mpLine->get(a)); in isLastLineDefault()
107 delete ((ImplHomMatrixTemplate< RowSize >*)this)->mpLine; in isLastLineDefault()
108 ((ImplHomMatrixTemplate< RowSize >*)this)->mpLine = 0L; in isLastLineDefault()
114 : mpLine(0L) in ImplHomMatrixTemplate()
126 : mpLine(0L) in ImplHomMatrixTemplate()
134 if(rToBeCopied.mpLine) in ImplHomMatrixTemplate()
136 mpLine = new ImplMatLine< RowSize >((RowSize - 1), rToBeCopied.mpLine); in ImplHomMatrixTemplate()
142 if(mpLine) in ~ImplHomMatrixTemplate()
144 delete mpLine; in ~ImplHomMatrixTemplate()
157 if(mpLine) in get()
159 return mpLine->get(nColumn); in get()
171 else if(mpLine) in set()
173 mpLine->set(nColumn, rValue); in set()
181 mpLine = new ImplMatLine< RowSize >((RowSize - 1), 0L); in set()
182 mpLine->set(nColumn, rValue); in set()
189 if(mpLine) in testLastLine()
196 const double fLineValue(mpLine->get(a)); in testLastLine()
206 delete mpLine; in testLastLine()
207 mpLine = 0L; in testLastLine()
370 sal::static_int_cast<sal_uInt16>(mpLine ? RowSize : (RowSize - 1)) ); in isIdentity()
400 if(!mpLine) in isNormalized()
449 if(mpLine) in doNormalize()
479 sal::static_int_cast<sal_uInt16>(aWork.mpLine ? RowSize : (RowSize - 1)) ); in doDeterminant()
492 double fTrace = (mpLine) ? 0.0 : 1.0; in doTrace()
494 sal::static_int_cast<sal_uInt16>(mpLine ? RowSize : (RowSize - 1)) ); in doTrace()
586 … sal::static_int_cast<sal_uInt16>((mpLine || rMat.mpLine) ? RowSize : (RowSize - 1)) ); in isEqual()