Searched refs:rAt (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/inc/ |
H A D | cbutton.hxx | 45 void Draw( const Point& rAt, 50 void Draw( const Point& rAt, in Draw() argument 53 { Draw( rAt, aBtnSize, bState, bBtnIn ); } in Draw()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 2431 sal_uInt16 WW8Export::StartTableFromFrmFmt( WW8Bytes &rAt, const SwFrmFmt *pFmt ) 2445 rAt.Insert( aTabLineAttr, sizeof( aTabLineAttr ), rAt.Count() ); 2453 rAt.Insert( aTabLineAttr, sizeof( aTabLineAttr ), rAt.Count() ); 2475 SwWW8Writer::InsUInt16( rAt, NS_sprm::LN_TJc ); 2477 rAt.Insert( 182, rAt.Count() ); 2478 SwWW8Writer::InsUInt16( rAt, (text::HoriOrientation::RIGHT == eHOri ? 2 : 1 )); 2485 return rAt.Count();
|
H A D | wrtww8.hxx | 1056 sal_uInt16 StartTableFromFrmFmt(WW8Bytes &rAt, const SwFrmFmt *pFmt,
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | cbuttonw.cxx | 67 void ScDDComboBoxButton::Draw( const Point& rAt, in Draw() argument 83 Rectangle aBtnRect( rAt, rSize ); in Draw()
|
Completed in 49 milliseconds