Home
last modified time | relevance | path

Searched refs:pSz (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Drowht.cxx103 SwFmtFrmSize *pSz; in SwTableHeightDlg() local
104 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()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx1304 SwFmtFrmSize *pSz; in GetState() local
1305 rSh.GetRowHeight( pSz ); in GetState()
1306 if ( pSz ) in GetState()
1308 if ( ATT_VAR_SIZE == pSz->GetHeightSizeType() ) in GetState()
1310 delete pSz; in GetState()
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx197 const SwFmtFrmSize *pSz; in MakeAll()
202 pSz = &rAttrs.GetAttrSet().GetFrmSize(); in MakeAll()
266 CheckClip( *pSz ); in MakeAll()
/trunk/main/sd/source/ui/inc/
H A Dsprite.hxx55 void MoveTo( OutputDevice* pOut, const Point& rPt, const Size* pSz = NULL );
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx102 long Size:: *pSz = bHori ? &Size::nA : &Size::nB; in lcl_GetPos() local
105 const long lSize = aDocSz.*pSz + lBorder; in lcl_GetPos()

Completed in 39 milliseconds