Searched refs:pFramePos (Results 1 – 1 of 1) sorted by relevance
2515 const XclChFramePos* pFramePos = mxFramePos.is() ? &mxFramePos->GetFramePosData() : 0; in CreateLegend() local2520 if( pFramePos ) in CreateLegend()2523 CalcRelativeFromChartX( pFramePos->maRect.mnX ), in CreateLegend()2524 CalcRelativeFromChartY( pFramePos->maRect.mnY ), in CreateLegend()2537 if( pFramePos && (pFramePos->mnBRMode == EXC_CHFRAMEPOS_ABSSIZE_POINTS) && in CreateLegend()2538 (pFramePos->maRect.mnWidth > 0) && (pFramePos->maRect.mnHeight > 0) ) in CreateLegend()2541 … sal_Int32 nWidthHmm = static_cast< sal_Int32 >( pFramePos->maRect.mnWidth / EXC_POINTS_PER_HMM ); in CreateLegend()2542 …sal_Int32 nHeightHmm = static_cast< sal_Int32 >( pFramePos->maRect.mnHeight / EXC_POINTS_PER_HMM ); in CreateLegend()
Completed in 32 milliseconds