Home
last modified time | relevance | path

Searched refs:bCutPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx586 sal_Bool bCutPage : 1; // NOT persistent !!! member in SdOptionsPrint
621 sal_Bool IsCutPage() const { Init(); return (sal_Bool) bCutPage; } in IsCutPage()
643 …void SetCutPage( sal_Bool bOn = sal_True ) { if( bCutPage != bOn ) { OptionsChanged(); bCutPage = … in SetCutPage()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2280 const bool bCutPage (mpOptions->IsCutPage()); in PrepareScaledPage() local
2282 if (bScalePage || bCutPage) in PrepareScaledPage()
2289 if (bCutPage) in PrepareScaledPage()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1315 bCutPage( sal_False ), in SdOptionsPrint()

Completed in 41 milliseconds