Home
last modified time | relevance | path

Searched refs:mpLine (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx86 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()
[all …]