Searched refs:pSz (Results 1 – 5 of 5) sorted by relevance
103 SwFmtFrmSize *pSz; in SwTableHeightDlg() local104 rSh.GetRowHeight( pSz ); in SwTableHeightDlg()105 if ( pSz ) in SwTableHeightDlg()107 long nHeight = pSz->GetHeight(); in SwTableHeightDlg()108 aAutoHeightCB.Check(pSz->GetHeightSizeType() != ATT_FIX_SIZE); in SwTableHeightDlg()111 delete pSz; in SwTableHeightDlg()
1304 SwFmtFrmSize *pSz; in GetState() local1305 rSh.GetRowHeight( pSz ); in GetState()1306 if ( pSz ) in GetState()1308 if ( ATT_VAR_SIZE == pSz->GetHeightSizeType() ) in GetState()1310 delete pSz; in GetState()
197 const SwFmtFrmSize *pSz; in MakeAll()202 pSz = &rAttrs.GetAttrSet().GetFrmSize(); in MakeAll()266 CheckClip( *pSz ); in MakeAll()
55 void MoveTo( OutputDevice* pOut, const Point& rPt, const Size* pSz = NULL );
102 long Size:: *pSz = bHori ? &Size::nA : &Size::nB; in lcl_GetPos() local105 const long lSize = aDocSz.*pSz + lBorder; in lcl_GetPos()
Completed in 59 milliseconds