Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx336 m_aFrmSize(1,1) in SwColumnOnlyExample()
347m_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()
/aoo42x/main/sw/source/ui/inc/
H A Dcolex.hxx101 Size m_aFrmSize; member in SwColumnOnlyExample

Completed in 17 milliseconds