Searched refs:nWid (Results 1 – 3 of 3) sorted by relevance
81 inline sal_Bool IsScUnoWid( sal_uInt16 nWid ) in IsScUnoWid() argument83 return nWid >= SC_WID_UNO_START && nWid <= SC_WID_UNO_END; in IsScUnoWid()86 inline sal_Bool IsScItemWid( sal_uInt16 nWid ) in IsScItemWid() argument88 return nWid >= ATTR_STARTINDEX && nWid <= ATTR_ENDINDEX; // incl. page in IsScItemWid()
405 void SetWidth( sal_uInt8 nWid) in SetWidth() argument406 { nWidth = nWid; CreateFormatString(); } in SetWidth()
1350 GraphicDetails(const sw::Frame &rFly, sal_uInt16 nWid, sal_uInt16 nHei) in GraphicDetails() argument1351 : maFly(rFly), mnPos(0), mnWid(nWid), mnHei(nHei) in GraphicDetails()
Completed in 32 milliseconds