Searched refs:rPaper (Results 1 – 6 of 6) sorted by relevance
327 SdrPageGridFrame(const Rectangle& rPaper): aPaper(rPaper), aUserArea(rPaper) {} in SdrPageGridFrame() argument328 …SdrPageGridFrame(const Rectangle& rPaper, const Rectangle& rUser): aPaper(rPaper), aUserArea(rUser… in SdrPageGridFrame() argument329 void SetPaperRect(const Rectangle& rPaper) { aPaper=rPaper; } in SetPaperRect() argument
495 void SvtIconChoiceCtrl::SetBackground( const Wallpaper& rPaper ) in SetBackground() argument497 if( rPaper != GetBackground() ) in SetBackground()501 if( rPaper == aEmpty ) in SetBackground()505 Wallpaper aBackground( rPaper ); in SetBackground()
2138 void PPDContext::getPageSize( String& rPaper, int& rWidth, int& rHeight ) const in getPageSize() argument2141 rPaper = String( RTL_CONSTASCII_USTRINGPARAM( "A4" ) ); in getPageSize()2152 rPaper = pValue->m_aOption; in getPageSize()2153 m_pParser->getPaperDimension( rPaper, rWidth, rHeight ); in getPageSize()2157 rPaper = m_pParser->getDefaultPaperDimension(); in getPageSize()
336 void getPageSize( String& rPaper, int& rWidth, int& rHeight ) const;
1019 const Wallpaper& rPaper );
2721 const Wallpaper& rPaper ) : in IMPL_META_ACTION()2724 maWallpaper ( rPaper ) in IMPL_META_ACTION()
Completed in 188 milliseconds