Searched refs:m_aFrmSize (Results 1 – 2 of 2) sorted by relevance
336 m_aFrmSize(1,1) in SwColumnOnlyExample()347 …m_aFrmSize = SvxPaperInfo::GetPaperSize(PAPER_A4); // DIN A4 TODO: Can we get the size of the fram… in SwColumnOnlyExample()348 ::FitToActualSize(m_aCols, (sal_uInt16)m_aFrmSize.Width()); in SwColumnOnlyExample()350 long nHeight = m_aFrmSize.Height(); in SwColumnOnlyExample()380 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint()381 (aLogSize.Height() - m_aFrmSize.Height()) / 2); in Paint()382 Rectangle aRect(aTL, m_aFrmSize); in Paint()427 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint()460 long nFrmWidth = m_aFrmSize.Width(); in SetColumns()
101 Size m_aFrmSize; member in SwColumnOnlyExample
Completed in 16 milliseconds