Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx313 m_aFrmSize(1,1) in SwColumnOnlyExample()
324 m_aFrmSize = SvxPaperInfo::GetPaperSize(PAPER_A4);// DIN A4 in SwColumnOnlyExample()
325 ::FitToActualSize(m_aCols, (sal_uInt16)m_aFrmSize.Width()); in SwColumnOnlyExample()
327 long nHeight = m_aFrmSize.Height(); in SwColumnOnlyExample()
357 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint()
358 (aLogSize.Height() - m_aFrmSize.Height()) / 2); in Paint()
359 Rectangle aRect(aTL, m_aFrmSize); in Paint()
404 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint()
437 long nFrmWidth = m_aFrmSize.Width(); in SetColumns()
/aoo41x/main/sw/source/ui/inc/
H A Dcolex.hxx101 Size m_aFrmSize; member in SwColumnOnlyExample

Completed in 10 milliseconds